html {
    background-color: #ffffff;
}

body {
    font-family: "DM Sans", serif;
}

body,
.form-control {
    font-size: 0.8rem;
}

.table td,
.table th {
    vertical-align: middle;
}

.table th {
    padding: 0.35rem 0.75rem;
    vertical-align: middle;
}

.table td {
    padding: 0 0.75rem;
    vertical-align: middle;
}

.div-item-table table.table-striped.table-bordered td .btn {
    padding: 0rem 0.75rem;
}

.div-item-table table.table-striped.table-bordered td .form-control {
    padding: 0rem 0.75rem;
    height: calc(1.5rem + 2px);
}

.div-item-table table.table-striped.table-bordered td .form-control.receiving-temp-field {
    min-width: 100px;
}

.div-item-table table.table-striped.table-bordered td .select2-container--default .select2-selection--single {
    padding: 0.46875rem 0.75rem;
    height: calc(1.5rem + 2px);
    background-color: #fff;
}

.div-item-table table.table-striped.table-bordered td .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px;
}

.div-item-table table.table-striped.table-bordered td .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
}

.pace .pace-activity {
    background: #007bff !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {

    table.table-bordered.dataTable tbody th,
    table.table-bordered.dataTable tbody td {
        white-space: nowrap;
        font-size: 0.7rem;
    }

    .main-sidebar,
    .main-sidebar::before {
        width: 220px;
    }

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        margin-left: 220px;
    }
}

tr.highlighted {
    border: 2pt solid #5558A6 !important;
}

.highlight-success {
    border: 2pt solid #28a745;
}

.highlight-error {
    border: 2pt solid #dc3545;
}

.hidden {
    display: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.number {
    text-align: right;
}

.no-wrap {
    white-space: nowrap;
}

.truncate-noti {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-item-noti {
    font-size: 12px;
}

.dropdown-menu-noti {
    overflow-y: auto;
    height: 200px;
}

.navbar-nav {
    flex-direction: initial;
}

.main-header .navbar-nav .nav-item {
    /*padding: 5px;*/
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-header {
    color: #000000;
}

.dropdown-menu.dropdown-menu-noti.dropdown-menu-lg.dropdown-menu-right.show {
    right: 1px;
    top: 35px;
    border: 1px solid #D6D6D6;
    box-shadow: none;
    border-radius: 1px;
}

.dropdown-menu.dropdown-menu-noti.dropdown-menu-lg.dropdown-menu-right.show li.user-footer {
    padding: 0px;
}

.select2 {
    width: 100% !important;
}

.fixed-scrollbar {
    overflow-y: scroll;
    height: calc(100vh - 260px);
    display: block;
}

.width-auto {
    width: 100% !important;
    min-width: 150px !important;
}

.require-asterisk {
    color: red;
}

#search-form .toggle.btn {
    min-width: 63px !important;
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

#spinner-div .spinner-border {
    margin-top: 289px;
}

.main-sidebar {
    z-index: 1040;
}

.spinner-div {
    position: absolute;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-div .spinner-border {
    border-color: #5558a6;
    border-right-color: transparent;
}

#to-print_length {
    position: absolute;
    top: 0px;
}

.textWrap {
    word-wrap: break-word;
    word-break: break-all;
}

.border-danger {
    border: 3px solid red !important;
}

.item-select-width {
    width: 180px !important;
    max-width: 262px !important;
}

.item-input-width {
    min-width: 130px;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #333;
}

.file-info span {
    font-weight: 500;
}

.nav-treeview .nav-link {
    left: 30px !important;
}

.submenu-tree .nav-link {
    left: 55px !important;
}

.submenu-tree p {
    width: 116px !important;
    word-wrap: break-word !important;
    ;
    white-space: normal !important;
    ;
}

.mainSubmenu-tree .fa-angle-left {
    right: 41px !important;
}

.login-page,
.register-page {
    background: linear-gradient(0.58deg,
            rgba(217, 217, 217, 0) -9.73%,
            rgba(35, 166, 224, 0.15) 73.51%);
    padding: 0px 30px;
}

.login-box,
.register-box {
    max-width: 500px;
    border: 2.77px solid;
    border-image-source: linear-gradient(110.43deg,
            rgba(255, 255, 255, 0.6) 5.85%,
            rgba(255, 255, 255, 0.1) 94.01%);
    background: linear-gradient(115.95deg,
            rgba(255, 255, 255, 0.63) 10.92%,
            rgba(255, 255, 255, 0.9) 96.4%);
    padding: 50px 30px;
    border-radius: 27.69px;
    position: relative;
    width: 100%;
}

.login-box .card,
.register-box .card {
    box-shadow: none;
    margin-bottom: 0;
    background-color: transparent;
}

.login-box .card .card-body,
.register-box .card .card-body {
    background-color: transparent;
    padding: 0px;
    position: relative;
}

.login-box::before,
.register-box::before {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    background-color: #d7df23;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    right: -100px;
    opacity: 60%;
    z-index: -9;
    filter: blur(140px);
}

.login-box .card .card-body h2,
.register-box .card .card-body h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.login-box .card .card-body .input-group,
.register-box .card .card-body .input-group {
    flex-direction: column;
}

.login-box .card .card-body .input-group label,
.register-box .card .card-body .input-group label {
    font-size: 14px;
    font-weight: 400;
    color: #3f3d3d;
}

.login-box .card .card-body .input-group input.form-control,
.register-box .card .card-body .input-group input.form-control {
    height: 45px;
    border: 1px solid rgba(102, 102, 102, 0.35);
    min-height: 45px;
    border-radius: 9px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
}

.login-box .card .card-body .input-group .pssword_group input.form-control,
.register-box .card .card-body .input-group .pssword_group input.form-control {
    border-right: 0px;
    border-radius: 9px 0px 0px 9px;
}

.login-box .card .card-body .input-group .pssword_group,
.register-box .card .card-body .input-group .pssword_group {
    display: flex;
}

.login-box .card .card-body .input-group .pssword_group input.form-control.is-invalid,
.register-box .card .card-body .input-group .pssword_group input.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.login-box .card .card-body .input-group .pssword_group .input-group-text,
.register-box .card .card-body .input-group .pssword_group .input-group-text {
    border-radius: 0px 9px 9px 0px;
    font-size: 15px;
    color: #96AAB6;
}

.login-box .card .card-body .input-group input.form-control::placeholder,
.register-box .card .card-body .input-group input.form-control::placeholder {
    font-size: 12px;
    color: #96aab6;
}

.login-box .card .card-body .input-group .pass-head,
.register-box .card .card-body .input-group .pass-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.login-box .card .card-body .input-group .pass-head .show-hide-password,
.register-box .card .card-body .input-group .pass-head .show-hide-password {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login-box .card .card-body .input-group .pass-head .show-hide-password p,
.register-box .card .card-body .input-group .pass-head .show-hide-password p {
    margin: 0px 0px 3px 6px;
    font-size: 14px;
    color: #666666;
    opacity: 80%;
}

.login-box .card .card-body .icheck-primary,
.register-box .card .card-body .icheck-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-box .card .card-body .icheck-primary .remember-me,
.register-box .card .card-body .icheck-primary .remember-me {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login-box .card .card-body .icheck-primary .remember-me label,
.register-box .card .card-body .icheck-primary .remember-me label {
    font-weight: 400;
    margin: 0px;
    font-size: 14px;
    color: #3f3d3d;
    line-height: 14px;
    margin-left: 6px;
}

.login-box .card .card-body .icheck-primary .forgot-password p,
.register-box .card .card-body .icheck-primary .forgot-password p {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    color: #4ab9ea;
    text-decoration: underline;
}

.login-box .card .card-body button.btn.btn-primary,
.register-box .card .card-body button.btn.btn-primary {
    height: 50px;
    background-color: #4ab9ea;
    border: 0px;
    box-shadow: 0px 4px 11px 1px #0000001a;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 800;
    margin-top: 50px;
}

.login-box::after,
.register-box::after {
    content: "";
    width: 230px;
    height: 230px;
    display: block;
    background-color: #5558a6;
    border-radius: 100%;
    position: absolute;
    bottom: -100px;
    right: -100px;
    opacity: 60%;
    z-index: -9;
    filter: blur(110px);
}

.login-box .card .card-body .input-group input.form-control.is-invalid,
.register-box .card .card-body .input-group input.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.login-box .card .card-body::before,
.register-box .card .card-body::before {
    content: "";
    width: 230px;
    height: 230px;
    display: block;
    background-color: #6fcbff;
    border-radius: 100%;
    position: absolute;
    top: 50px;
    left: -100px;
    opacity: 60%;
    z-index: -9;
    filter: blur(100px);
}

.tooltip-inner {
    background-color: #606060;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: left;
    max-width: 220px;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #6e6f70;
}

.login-box .card .card-body p.login-box-msg,
.register-box .card .card-body p.login-box-msg {
    font-size: 24px;
    font-weight: 700;
    color: #2d2d2d;
}

.login-logo img.forget-password,
.register-logo img.forget-password {
    width: 250px;
    object-fit: contain;
    margin: 15px 0px;
}

.login-logo img.reset-password,
.register-logo img.reset-password {
    width: 200px;
    object-fit: contain;
    margin: 15px 0px;
}

.login-box .login-header,
.register-box .login-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login-box .login-header a.back-link,
.register-box .login-header a.back-link {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.login-box .login-header a.back-link i,
.register-box .login-header a.back-link i {
    margin-right: 5px;
}

/* Sidebar Css */
.main-sidebar {
    box-shadow: 0px 7px 25px 0px #314f7c14 !important;
    background-color: #ffffff;
}

.main-sidebar a.brand-link {
    border: 0px;
}

.main-sidebar a.brand-link span.brand-text {
    color: #5558a6;
    font-weight: 500 !important;
    font-size: 24px;
}

.main-sidebar .os-viewport .user-panel {
    border: 0px;
    margin: 15px 0px 15px 5px !important;
    justify-content: flex-start;
}

.main-sidebar .os-viewport .user-panel .form-inline .input-group {
    width: 100%;
    flex-direction: row-reverse;
}

.main-sidebar .os-viewport .user-panel .form-inline .input-group input {
    background-color: #fafcff80;
    border: 1.5px solid #98a1c133;
    box-shadow: 0px 5px 14px 0px #314f7c12;
    color: #5558a6;
    font-size: 14px;
    font-weight: 400 !important;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    padding: 0px 7.5px 0px 7.5px;
}

.main-sidebar .os-viewport .user-panel .form-inline .input-group button.btn.btn-sidebar {
    background-color: #fafcff80;
    border: 1.5px solid #44444433;
    box-shadow: 0px 5px 14px 0px #314f7c12;
    color: #5558a6;
    font-size: 13px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 1px 11.5px 0px 17.5px;
    border-right: 0px;
}

.main-sidebar .os-viewport .user-panel .form-inline .input-group input::placeholder {
    color: #5558a6;
}

.main-sidebar .os-viewport .user-panel .form-inline .input-group .input-group-append {
    margin: 0px;
}

.nav-sidebar li.nav-item a.nav-link {
    color: #5558a6 !important;
    font-size: 13px;
    font-weight: 400 !important;
    font-family: "DM Sans";
    padding: 9px 10px 9px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav-sidebar li.nav-item a.nav-link i {
    font-size: 16px;
    margin-right: 15px;
    margin-left: 3px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-sidebar .nav-treeview li.nav-item a.nav-link i {
    display: none;
}

.nav-sidebar li.nav-item a.nav-link i.fas.fa-angle-left.right {
    font-size: 14px;
    margin: 0px;
    display: block;
    right: 10px !important;
    top: 10px !important;
    width: auto;
    height: auto;
}

.nav-sidebar li.nav-item a.nav-link:hover {
    background-color: #edf8fd !important;
}

.nav-sidebar li.nav-item ul.nav-treeview a.nav-link {
    padding: 6px 10px;
    justify-content: flex-start;
    font-size: 13px;
    width: 100%;
    left: 0px;
    display: table-cell;
    width: 202px;
}

.nav-sidebar li.nav-item ul.nav-treeview a.nav-link:hover {
    background-color: #f7f8f9 !important;
}

.main-header .navbar-nav .nav-item a.nav-link.collapsed_icon {
    border: 1px solid #00000014;
    border-radius: 8px;
    padding: 0px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .navbar-nav .nav-item a.nav-link.collapsed_icon i {
    font-size: 17px;
    color: #5558A6;
}

nav.main-header {
    border: 0px;
    box-shadow: none !important;
    background-color: #ffffff;
}

.nav-sidebar li.nav-item a.nav-link.active {
    background-color: #5558A6 !important;
    color: #fff !important;
}

.nav-sidebar li.nav-item ul.nav-treeview a.nav-link.active {
    background-color: #5558A6 !important;
    color: #fff !important;
    /* width: 77%; */
}

/* .nav-sidebar li.nav-item ul.nav-treeview a.nav-link.active.mainSubmenu-tree {
    width: 87%;
} */

.nav-sidebar li.nav-item ul.nav-treeview.submenu-tree a.nav-link.active {
    width: 178px;
    margin: 5px 0px;
    display: block;
}

nav.main-header ul.navbar-nav {
    align-items: center;
}

nav.main-header ul.navbar-nav .setting-menu {
    width: 30px;
    height: 30px;
    background-color: #F4F4F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

nav.main-header ul.navbar-nav .setting-menu i {
    font-size: 16px;
    color: #5558A6;
}

.main-header .navbar-nav .nav-item a.nav-link.wms-notif-icon {
    padding: 0px;
    width: 30px;
    height: 30px;
    background-color: #F4F4F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-left: 8px;
}

.main-header .navbar-nav .nav-item a.nav-link.wms-notif-icon i {
    font-size: 16px;
    color: #5558A6;
}

.main-header .navbar-nav li.nav-item.dropdown.user-menu a.nav-link.dropdown-toggle {
    padding: 0px 8px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .navbar-nav li.nav-item.dropdown.user-menu a.nav-link.dropdown-toggle {
    padding: 0px 8px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #5558A6;
}

.main-header .navbar-nav li.nav-item.dropdown.user-menu a.nav-link.dropdown-toggle i {
    font-size: 10px;
}

.dropdown-menu.dropdown-menu-noti.dropdown-menu-lg.dropdown-menu-right.show li.user-footer a.btn {
    padding: 10px;
    margin: 0px;
    text-align: start;
    border: 0px;
    font-size: 14px;
    color: #464646;
}

.dropdown-menu.dropdown-menu-noti.dropdown-menu-lg.dropdown-menu-right.show li.user-footer a.btn:hover {
    background-color: #ECF3FF;
}

.dropdown-menu.dropdown-menu-noti.dropdown-menu-lg.dropdown-menu-right.show li.user-footer a.btn i {
    font-size: 14px;
    margin-right: 6px;
    color: #5558A6;
}

.login-logo img.brand-image,
.register-logo img.brand-image {
    width: 125px;
}

.main-sidebar a.brand-link img.brand-image {
    max-width: 100%;
}

.brand-link .brand-image {
    max-height: 65px;
    transition: all ease-in-out 0.5s;
}

.sidebar-collapse .main-sidebar a.brand-link img.brand-image {
    width: 40px;
    max-height: 40px;
    transition: all ease-in-out 0.5s;
}

nav.main-header ul.navbar-nav select#change-facility {
    padding: 0px 0px 0px 8px;
    height: 26px;
    background-color: #4AB9EA;
    color: #fff;
    border: 0px;
    box-shadow: none;
    border-radius: 6px;
}

nav.main-header ul.navbar-nav select#change-facility option {
    background-color: #fff;
    color: #464646;
    border: 0px;
}

.nav-sidebar li.nav-item ul.nav-treeview a.nav-link p {
    width: 100%;
    line-break: auto;
    white-space: normal;
}

.modal.facility_modal {
    background: rgba(155, 152, 152, .6);
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal.facility_modal .modal-dialog {
    max-width: 850px;
    min-width: 300px;
}

.modal.facility_modal .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 10px;
    border: 0px;
}

.modal.facility_modal .modal-dialog .modal-header {
    padding: 20px 30px;
}

.modal.facility_modal .modal-dialog .modal-header h5.modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.modal.facility_modal .modal-dialog .modal-body {
    padding: 20px 30px;
}

.modal.facility_modal .modal-dialog .modal-body a {
    text-decoration: none;
    color: #000000;
}

.modal.facility_modal .modal-dialog .modal-body a h6.facility-hr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.modal.facility_modal .modal-dialog .modal-body a h6.facility-hr i {
    width: 85px;
    height: 62px;
    background-color: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    font-size: 26px;
    color: #4AB9EA;
    margin-bottom: 10px;
    transition: all ease-in-out 0.2s;
}

.modal.facility_modal .modal-dialog .modal-body a h6.facility-hr i:hover {
    border-color: #4AB9EA;
    background-color: #ECF3FF;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">" !important;
    font-size: 16px;
}

/* Content Wrapper Css */

.wrapper .content-wrapper {
    background: #F7F8F9;
}

.content-header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #464646;
    font-family: 'DM Sans';
}

.content-header .btn.btn-primary {
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
    border: 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.content-header .btn.btn-primary i {
    margin-left: 10px;
    font-size: 14px;
    color: #FFFFFF;
}

.content-header .btn-group>.btn-group:not(:first-child)>.btn,
.content-header .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0px;
}

.content-header .btn.btn-primary i.fas.fa-sign-in-alt {
    rotate: 90deg;
}

.content-header .breadcrumb {
    width: fit-content;
    background-color: #ffffff;
    padding: 8px 20px;
    border-radius: 10px;
    margin-top: 8px;
}

.content-header .breadcrumb li.breadcrumb-item {
    font-size: 14px;
}

.content-header .breadcrumb li.breadcrumb-item.active a {
    color: #4AB9EA;
}

.content-header .breadcrumb li.breadcrumb-item.active {
    color: #4AB9EA;
}

.content-header .breadcrumb li.breadcrumb-item a {
    color: #4AB9EA;
    transition: all ease-in-out 0.2s;
}

.content-header .breadcrumb li.breadcrumb-item a:hover {
    color: #4AB9EA;
}

.card.card-primary.card-outline {
    border: 0px;
    box-shadow: none;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.card.card-primary.card-outline .card-header {
    padding: 20px 25px;
    border: 0px;
}

.card.card-primary.card-outline .card-header h3.card-title {
    font-size: 20px;
    color: #464646;
    font-weight: 500;
    font-family: 'DM Sans';
}

.card.card-primary.card-outline .card-header button.btn.btn-tool {
    background: rgb(74, 185, 234, 0.05);
    border: 1px solid rgb(74, 185, 234, 0.4);
    padding: 0px;
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.card.card-primary.card-outline .card-header button.btn.btn-tool i {
    font-size: 18px;
    color: #989BE5;
}

.card.card-primary.card-outline .card-header .card-tools {
    margin: 0px;
}

.card.card-primary.card-outline .card-footer {
    background-color: transparent;
    padding: 0px 25px 20px 25px;
}

.card.card-primary.card-outline .card-footer button {
    float: right;
}

.card.card-primary.card-outline .card-footer button {
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
    border: 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.card.card-primary.card-outline .card-footer button i {
    margin-right: 10px;
    font-size: 14px;
    color: #FFFFFF;
}

.card.card-primary.card-outline .card-body {
    padding: 20px 25px;
}

.card.card-tabs {
    border: 0px;
    box-shadow: none;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.card.card-tabs .card-header {
    padding: 20px 25px !important;
    border: 0px;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.card.card-tabs .card-header ul.nav-tabs {
    border: 0px;
}

.card.card-tabs .card-header ul.nav-tabs li.nav-item {
    margin: 0px;
}

.card.card-tabs .card-header ul.nav-tabs li.nav-item a.nav-link {
    margin: 0px;
    border: 0px;
    font-size: 17px;
    font-weight: 500;
    color: #464646;
    padding: 0px;
    margin-right: 15px;
    border-bottom: 3.5px solid transparent;
    padding: 0px 5px 5px 5px;
}

.card.card-tabs .card-header ul.nav-tabs li.nav-item a.nav-link.active {
    border-bottom: 3.5px solid #5558a6;
    color: #5558a6;
}

.select2-selection--multiple .select2-selection__choice {
    background-color: #5558a6;
    border-color: #5558a6;
}

.select2-selection--multiple .select2-selection__choice {
    border-color: #5558A6 !important;
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
}

.card.card-tabs .card-header h3.card-title {
    font-size: 20px;
    color: #464646;
    font-weight: 500;
    font-family: 'DM Sans';
}

.card.card-tabs .card-header button.btn.btn-tool {
    background: rgb(74, 185, 234, 0.05);
    border: 1px solid rgb(74, 185, 234, 0.4);
    padding: 0px;
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.card.card-tabs .card-header button.btn.btn-tool i {
    font-size: 18px;
    color: #989BE5;
}

.card.card-tabs .card-header .card-tools {
    margin: 0px;
}

.card.card-tabs .card-footer {
    background-color: transparent;
    padding: 0px 25px 20px 25px;
}

.card.card-tabs .card-footer button {
    float: right;
}

.card.card-tabs .card-footer button {
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
    border: 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.card.card-tabs .card-footer button i {
    margin-right: 10px;
    font-size: 14px;
    color: #FFFFFF;
}

.card.card-tabs .card-body {
    padding: 20px 25px;
}

.form-group label {
    font-size: 15px;
    font-weight: 600 !important;
    color: #5558A6;
}

input.form-control {
    border-color: #D9D9D9 !important;
    color: #464646;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 12px;
}

span.select2-selection {
    border-color: #D9D9D9 !important;
    border-radius: 5px !important;
    color: #464646 !important;
    font-size: 14px !important;
}

.select2-dropdown {
    border-color: #D9D9D9 !important;
}

.select2-dropdown .select2-search--dropdown {
    font-size: 13px !important;
    padding: 5px 4px !important;
}

.select2-dropdown .select2-search--dropdown input.select2-search__field {
    padding: 4px 6px !important;
    border-color: #D9D9D9 !important;
}

ul.select2-results__options li.select2-results__option {
    padding: 4px 9px;
    color: #464646;
    font-size: 13px;
}

ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
    background-color: #ECF3FF;
    color: #464646;
}

ul.select2-results__options li.select2-results__option.select2-results__option--highlighted:hover {
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
    color: #fff;
}

.div-item-table table.table-striped thead th {
    padding: 10px 10px;
    color: #5558A6;
    border: 1px solid #D9D9D9;
    /* background-color: #ECECEC; */
    white-space: nowrap;
}

.div-item-table table.table-striped tbody td {
    padding: 10px 10px;
    font-size: 13px;
    color: #464646;
    font-family: 'DM Sans';
    /* background-color: #fff; */
    border: 1px solid #D9D9D9;
}

.div-item-table table.table-striped tbody th {
    padding: 10px 10px;
    font-size: 13px;
    font-family: 'DM Sans';
    background-color: #fff;
    border: 1px solid #D9D9D9;
    color: #5558A6;
    font-weight: 700;
}

.div-item-table table.table-striped tbody td span.select2-selection {
    background-color: transparent;
    /* border: 0px; */
}

.div-item-table table.table-striped tbody td .select2-container--disabled span.select2-selection {
    background-color: transparent;
}

.attachment-details table.table-striped thead th {
    padding: 10px 10px;
    color: #5558A6;
    border: 1px solid #D9D9D9;
    background-color: #ECECEC;
}

.attachment-details table.table-striped tbody td {
    padding: 10px 10px;
    font-size: 13px;
    color: #464646;
    font-family: 'DM Sans';
    background-color: #fff;
    border: 1px solid #D9D9D9;
}

.attachment-details table.table-striped tbody th {
    padding: 10px 10px;
    font-size: 13px;
    font-family: 'DM Sans';
    background-color: #fff;
    border: 1px solid #D9D9D9;
    color: #5558A6;
    font-weight: 700;
}

.attachment-details table.table-striped tbody td span.select2-selection {
    background-color: transparent;
    border: 0px;
}

.attachment-details table.table-striped tbody td .select2-container--disabled span.select2-selection {
    background-color: transparent;
}

.dataTables_wrapper .custom-entries {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.dataTables_wrapper .custom-entries label {
    font-size: 12px;
    font-weight: 700 !important;
    color: #464646;
}

.dataTables_wrapper .custom-entries label select.custom-select {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background-color: #F7F8F9;
    margin-left: 6px;
    font-size: 13px;
    color: #98A1C1;
    font-weight: 700;
}

.dataTables_wrapper table tr td.exclude .actions-btns {
    display: flex;
}

.dataTables_wrapper .custom-entries .dataTables_filter {
    width: 100%;
    text-align: start;
}

.dataTables_wrapper .custom-entries .dataTables_filter label {
    width: 100%;
}

.dataTables_wrapper .custom-entries .dataTables_filter label input.form-control {
    width: 70%;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #B2B2B2;
}

.dataTables_wrapper .row_scroll button {
    padding: 0px;
    line-height: 13px;
    background-color: #4AB9EA;
    border-color: #4AB9EA;
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper .row_scroll button i {
    font-size: 14px;
}

.dataTables_wrapper .row_scroll span {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin: 0px 6px;
}

.dataTables_wrapper #custom-header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: .5rem;
}

.dataTables_wrapper #custom-header #action-buttons {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.dataTables_wrapper #custom-header #action-buttons button {
    padding: 0px;
    line-height: 13px;
    background-color: #F7F8F9;
    border-color: #D9D9D9;
    margin-left: 5px;
    transition: all ease-in-out 0.1s;
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper #custom-header #action-buttons button i {
    color: #B2B2B2;
    font-size: 15px;
}

.dataTables_wrapper #custom-header #action-buttons button:hover {
    background-color: #5558A6;
    border-color: #5558A6;
}

.dataTables_wrapper #custom-header #action-buttons button:hover i {
    color: #ffffff;
}

.dataTables_wrapper .custom-entries label select.custom-select option {
    font-size: 12px;
    color: #000;
}

.dataTables_wrapper table {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    /* width: 100% !important; */
}

.dataTables_wrapper table th {
    border: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #5558A6;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9 !important;
    border-top: 0px !important;
    white-space: nowrap;
    padding-right: 40px !important;
    position: relative;
}

/* .dataTables_wrapper table th.sorting::after,
.dataTables_wrapper table th.sorting_asc::after,
.dataTables_wrapper table th.sorting_desc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
} */

.dataTables_wrapper table th::before {
    font-size: 12px;
}

.dataTables_wrapper table th::after {
    font-size: 12px;
}

/* .dataTables_wrapper table tr.odd {
    background-color: #fff;
} */

/* .dataTables_wrapper table tr.even {
    background-color: #fff;
} */

.table-hover tbody tr:hover {
    background-color: transparent;
}

.dataTables_wrapper table tr td {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
    border-bottom: 1px solid #D9D9D9 !important;
    white-space: nowrap;
    font-size: 12.5px;
    vertical-align: middle;
    text-align: left;
}

.dataTables_wrapper table tr td .btn {
    line-height: 13px;
    background-color: #F7F8F9;
    border-color: #D9D9D9;
    margin-right: 5px;
    transition: all ease-in-out 0.1s;
    width: 30px;
    height: 25px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px !important;
}

.dataTables_wrapper table tr td span.select2 span.select2-selection {
    height: 25px;
    padding: 0px;
}

.dataTables_wrapper table tr td input.form-control {
    padding: 0px 10px !important;
    height: 25px;
    font-size: 12.5px;
}

.dataTables_wrapper table tr td span.select2 span.select2-selection span.select2-selection__rendered {
    font-size: 12px;
    padding-left: 10px;
}

.dataTables_wrapper table tr td span.select2 span.select2-selection span.select2-selection__arrow {
    top: -5px;
    right: 0;
}

.dataTables_wrapper table tr td .btn i {
    font-size: 12.5px;
    color: #B2B2B2;
}

.dataTables_wrapper table tr td .btn:hover {
    background-color: #5558A6;
    border-color: #5558A6;
}

.dataTables_wrapper table tr td .btn:hover i {
    color: #ffffff;
}

.dataTables_wrapper table tr:last-child td {
    border-bottom: 0px !important;
    border-left: 0px;
}

.dataTables_wrapper #custom-header #row-scroll {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_scrollHeadInner {
    padding: 0px !important;
    width: 100% !important;
}

.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-track {
    background: #D6D6D6;
}

/* Handle */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: rgba(129, 133, 220, 1);
    border-radius: 10px;
}

/* Handle on hover */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #5558A6;
}

.dataTables_wrapper #ibshipmentlpn-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.dataTables_wrapper #ibshipmentlpn-table::-webkit-scrollbar-track {
    background: #D6D6D6;
}

/* Handle */
.dataTables_wrapper #ibshipmentlpn-table::-webkit-scrollbar-thumb {
    background: rgba(129, 133, 220, 1);
    border-radius: 10px;
}

/* Handle on hover */
.dataTables_wrapper #ibshipmentlpn-table::-webkit-scrollbar-thumb:hover {
    background: #5558A6;
}

.dataTables_scrollHead table {
    border-radius: 10px 10px 0px 0px !important;
}

.dataTables_scrollBody table {
    border-radius: 0px 0px 10px 10px !important;
}

.dataTables_scrollBody table th {
    border-bottom: 0px !important;
}

.dataTables_paginate ul.pagination li.page-item a.page-link {
    border-color: #D6D6D6;
    background-color: #FCFCFC;
    border-radius: 5px !important;
    margin: 8px 2px 0px 2px;
    padding: 0px 12px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #98A1C1;
    transition: all ease-in-out 0.1s;
}

.dataTables_paginate ul.pagination li.page-item.active a.page-link {
    background-color: #5558A6;
    border-color: #5558A6;
    color: #fff;
}

.dataTables_paginate ul.pagination li.page-item a.page-link:hover {
    background-color: #5558A6;
    border-color: #5558A6;
    color: #fff;
}

.modal {
    background-color: rgb(155, 152, 152, 0.5);
}

.modal-content {
    box-shadow: none;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
}

.modal-header button.close {
    opacity: 1;
    outline: none;
}

.modal-header button.close span {
    font-size: 32px;
    font-weight: 500;
    color: #000000 !important;
}

.modal-header .modal-title {
    font-size: 24px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #464646;
}

.modal-body .export-btns {
    display: flex;
    flex-direction: column;
}

.modal-body .export-btns button {
    padding: 0px;
    border: 0px;
    background-color: #D9D9D9;
    margin: 6px 0px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464646;
    outline: 0px;
}

.modal-body .export-btns button i {
    margin-right: 8px;
    font-size: 20px;
}

.modal-body .export-btns button.pdf {
    background-color: #4AB9EA;
    color: #fff;
}

#importPOModal .modal-header h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #6C606C;
}

#importPOModal .drop-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px Dashed #236DAA;
    border-radius: 10px;
    padding: 15px 10px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

#importPOModal .drop-area:hover {
    background-color: #e9f2f9;
}

#importPOModal .drop-area p {
    font-size: 16px;
    font-weight: 700;
    color: #181D27;
    margin: 0px;
}

#importPOModal .drop-area p span#browse {
    color: #4AB9EA;
    margin-left: 6px;
    cursor: pointer;
}

#importPOModal .drop-area p.file-info {
    font-size: 14px;
    font-weight: 400;
    color: #6C606C;
    margin-top: 9px;
}

#importPOModal ul#fileList {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#importPOModal ul#fileList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 5px;
    font-size: 14px;
    color: #03112C;
    font-weight: 500;
    border-bottom: 1px solid #98A1C1;
    margin: 20px 0px 0px 0px;
}

#importPOModal ul#fileList li span.file-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 17px;
}

#importPOModal ul#fileList li i {
    font-size: 15px;
    color: #939393;
    cursor: pointer;
}

#importPOModal ul#fileList li span.file-name i.fas.fa-file {
    margin-right: 6px;
}

.attachment-wrapper {
    width: 100%;
}

.attachment-wrapper .drop-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px Dashed #236DAA;
    border-radius: 10px;
    padding: 15px 10px;
    position: relative;
}

.attachment-wrapper .drop-area input.form-control[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.attachment-wrapper .drop-area p {
    font-size: 16px;
    font-weight: 700;
    color: #181D27;
    margin: 0px;
}

.attachment-wrapper .drop-area p span#browse {
    color: #4AB9EA;
    margin-left: 6px;
    cursor: pointer;
}

.attachment-wrapper .drop-area p.file-info {
    font-size: 14px;
    font-weight: 400;
    color: #6C606C;
    margin-top: 9px;
}

.attachment-wrapper ul#fileList {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.attachment-wrapper ul#fileList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 5px;
    font-size: 14px;
    color: #03112C;
    font-weight: 500;
    border-bottom: 1px solid #98A1C1;
    margin: 20px 0px 0px 0px;
}

.attachment-wrapper ul#fileList li span.file-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 17px;
}

.attachment-wrapper ul#fileList li i {
    font-size: 15px;
    color: #939393;
    cursor: pointer;
}

.attachment-wrapper ul#fileList li span.file-name i.fas.fa-file {
    margin-right: 6px;
}

.btn-gradial {
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
    border: 0px;
    outline: 0px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
}

.btn-gradial i {
    font-size: 15px;
    margin-right: 8px;
}

.btn-gradial i.fas.fa-sign-out-alt {
    rotate: -90deg;
}

.back-btn {
    background-color: #4AB9EA !important;
    border: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF !important;
    border-radius: 5px;
}

.back-btn i {
    margin-right: 5px;
}

textarea.form-control {
    background-color: #F7F8F9;
}

.card.card-primary.card-outline h3 {
    font-size: 24px;
    font-weight: 700;
    color: #464646;
    font-family: 'DM Sans';
}

input.form-control[type="file"] {
    padding: 7px 7px !important;
    font-size: 11px !important;
}

#expressOrderModal button.btn-primary {
    width: 100%;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    color: #464646;
    font-size: 15px;
    border-radius: 10px;
    margin: 8px 0px;
}

#expressOrderModal button.btn-primary:hover {
    background-color: #4AB9EA;
    border-color: #4AB9EA;
    color: #fff;
}

/* Toggle btn Css */

.toggle.btn {
    min-height: 23px !important;
    height: 23px !important;
    background-color: #E7F5FF !important;
    padding: 0px !important;
    color: #000000 !important;
    border-color: #E7F5FF !important;
    border-radius: 5px !important;
}

.toggle.btn .toggle-on {
    padding: 0px 0px 0px 10px !important;
    background-color: #E7F5FF !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #000 !important;
    border-radius: 5px;
}

.toggle.btn .toggle-on i {
    background-color: #5558A6;
    color: #fff;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.toggle.btn .toggle-off {
    padding: 0px 0px 0px 10px !important;
    background-color: #E7F5FF !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #000 !important;
    border-radius: 5px;
}

.toggle.btn .toggle-off i {
    background-color: #5558A6;
    color: #fff;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.toggle.btn span.toggle-handle {
    display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">" !important;
    font-size: 16px;
}

.dataTables_wrapper table tr td .bg-success {
    background-color: #DFEDDC !important;
    color: #464646 !important;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
}

.dataTables_wrapper table tr td .bg-success a {
    color: #464646 !important;
    font-size: 11px
}

.dataTables_wrapper table tr td .bg-danger {
    background-color: #FF8587 !important;
    color: #464646 !important;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
}

.dataTables_wrapper table tr td .bg-danger a {
    color: #464646 !important;
    font-size: 11px;
}

table.role_add_table thead th input {
    margin-top: 6px;
    margin-right: 6px;
}

table.role_add_table tbody tr th {
    padding: 0px !important;
}

table.role_add_table tbody th button.btn.btn-link {
    width: 100%;
    text-align: start;
    padding: 12px 15px;
    background-color: #E7F5FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

table.role_add_table tbody th button.btn.btn-link h3 {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #464646;
    font-family: 'DM Sans';
}

.removeImagePreview {
    position: absolute;
    z-index: 999999;
    top: -7px;
    left: -5px;
    cursor: pointer;
    color: red;
    font-weight: bold
}

.userLock {
    position: absolute;
    top: 27px;
    right: 7px;
}

.table tbody td {
    white-space: inherit !important;
}

table.role_add_table tr.highlighted {
    border: 0px !important;
}

table.role_add_table tbody th button.btn.btn-link i {
    font-size: 18px;
    color: #464646;
}

table.role_add_table tbody tr td {
    padding: 8px 15px !important;
}

table.role_add_table tbody tr .tbody_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

table.role_add_table tbody tr .tbody_inner p {
    margin: 0px;
    font-size: 13px;
    color: #464646;
    font-weight: 400;
    font-family: 'DM Sans';
}

table.role_add_table tr td.first_td_inner {
    padding: 0px !important;
    border: 0px !important;
}

table.role_add_table tr td.first_td_inner table.table {
    margin: 0px;
}

table.role_add_table tr td.first_td_inner table.table tr td {
    border: 0px;
    border-bottom: 1px solid #D9D9D9;
}

table.role_add_table tr td.first_td_inner table.table tr:last-child td {
    border-bottom: 0px !important;
}

.show_hide_main {
    position: relative;
}

.show_hide_main button.btn.btn-primary {
    background: #4AB9EA;
}

.show_hide_main .dropdown-menu {
    padding: 8px 10px !important;
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
    position: absolute;
    left: 0px;
    font-size: 13px;
    min-width: 100%;
    color: #464646;
}

.show_hide_main .dropdown-menu input {
    margin-right: 6px;
}


.show_hide_main .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.show_hide_main .dropdown-menu::-webkit-scrollbar-track {
    background: #D6D6D6;
}

/* Handle */
.show_hide_main .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(129, 133, 220, 1);
    border-radius: 10px;
}

/* Handle on hover */
.show_hide_main .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #5558A6;
}

.dataTables_wrapper .toggle.btn.btn-success.btn-xs {
    min-height: 23px !important;
    height: 23px !important;
    background-color: #E7F5FF !important;
    padding: 0px !important;
    color: #000000 !important;
    border-color: #E7F5FF !important;
    border-radius: 5px !important;
    width: 130px !important;
    margin: 0px !important;
}

.dataTables_wrapper .toggle.btn.btn-success.btn-xs .toggle-on {
    height: auto !important;
    width: auto !important;
}

.dataTables_wrapper .toggle.btn.btn-success.btn-xs .toggle-off {
    height: auto !important;
    width: auto !important;
}

.dataTables_wrapper .toggle.btn.btn-danger.btn-xs {
    min-height: 23px !important;
    height: 23px !important;
    background-color: #E7F5FF !important;
    padding: 0px !important;
    color: #000000 !important;
    border-color: #E7F5FF !important;
    border-radius: 5px !important;
    width: 130px !important;
    margin: 0px !important;
}

.dataTables_wrapper .toggle.btn.btn-danger.btn-xs .toggle-on {
    height: auto !important;
    width: auto !important;
}

.dataTables_wrapper .toggle.btn.btn-danger.btn-xs .toggle-off {
    height: auto !important;
    width: auto !important;
}

.top-buttons-dashboard i.fas.fa-sign-in-alt {
    rotate: 90deg;
}

.top-buttons-dashboard a.btn-gradial-dashboard {
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.7s ease-in-out !important;
    background: linear-gradient(to bottom, #CBCBCB, #A5A5A5);
}

.top-buttons-dashboard a.btn-gradial-dashboard.active {
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
}

.top-buttons-dashboard a.btn-gradial-dashboard:hover {
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
}

.small-box-wrapper .small-box {
    border-radius: 10px;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    background-color: #ffffff;
    padding: 20px 20px;
    margin-bottom: 24px;
}

.small-box-wrapper .small-box .inner {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.small-box-wrapper .small-box .inner .box-icon {
    width: 50px;
    height: 50px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.small-box-wrapper .small-box .inner .box-icon i {
    font-size: 20px;
    color: #5558A6;
}

.small-box-wrapper .small-box .inner h3 {
    margin: 0px;
    font-size: 35px;
    font-family: 'DM Sans';
    color: #2D2D2D;
    line-height: 30px;
}

.small-box-wrapper .small-box a.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    text-decoration: none;
    color: #464646;
    transition: all ease-in-out 0.3s;
}

.small-box-wrapper .small-box a.footer p {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #464646;
    line-height: 16px;
    transition: all ease-in-out 0.3s;
}

.small-box-wrapper .small-box a.footer i {
    font-size: 18px;
    transition: all ease-in-out 0.3s;
}

.small-box-wrapper .small-box a.footer:hover p {
    color: #5558a6;
}

.small-box-wrapper .small-box a.footer:hover i {
    color: #5558a6;
}

.dashboard-chart-wrapper .card.card-primary {
    box-shadow: none;
    border: 1px solid #0000001A;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 0px;
    min-height: 100%;
    position: relative;
}

.dashboard-chart-wrapper .card.card-primary .card-header {
    padding: 0px;
    background-color: #ffffff;
    border: 0px;
    margin-bottom: 30px;
}

.dashboard-chart-wrapper .card.card-primary .card-header h3.card-title {
    font-size: 19px;
    font-weight: 700;
    color: #2D2D2D;
    font-family: 'DM Sans';
}

.dashboard-chart-wrapper .card.card-primary .card-header .card-tools button {
    color: #D1D1D1;
}

.dashboard-chart-wrapper .card.card-primary .card-header .card-tools button i {
    font-size: 18px;
}

.dashboard-chart-wrapper .card.card-primary .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
}

.top-buttons-dashboard {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-buttons-dashboard a.btn-gradial-dashboard i {
    margin-right: 8px;
    font-size: 15px;
}

.row.dashboard-chart-wrapper .col-md-4 {
    margin-bottom: 18px;
}

.row.dashboard-chart-wrapper .col-md-12 {
    margin-bottom: 18px;
}

.dashboard-chart-wrapper .card.card-primary .card-header h3.card-title select {
    padding: 0px 0px 0px 8px;
    height: 23px;
    background-color: #4AB9EA;
    color: #fff;
    border: 0px;
    box-shadow: none;
    border-radius: 6px;
    font-size: 12px;
    margin-right: 8px;
    outline: 0px;
}

.dashboard-chart-wrapper .card.card-primary .card-header h3.card-title select option {
    background-color: #fff;
    color: #464646;
    border: 0px;
}

.dashboard-chart-wrapper .dataTables_wrapper table th {
    background-color: rgba(129, 133, 220, 1) !important;
    border: 1px solid rgba(214, 214, 214, 1);
    color: #ffffff;
}

.dashboard-chart-wrapper .dataTables_wrapper table th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.dashboard-chart-wrapper .dataTables_wrapper table th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.dashboard-chart-wrapper .dataTables_wrapper table tr td {
    border: 1px solid rgba(214, 214, 214, 1);
}

.dashboard-chart-wrapper .card.card-primary .card-body .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.dashboard-chart-wrapper .card.card-primary .card-body .table-responsive::-webkit-scrollbar-track {
    background: #D6D6D6;
}

/* Handle */
.dashboard-chart-wrapper .card.card-primary .card-body .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(129, 133, 220, 1);
    border-radius: 10px;
}

/* Handle on hover */
.dashboard-chart-wrapper .card.card-primary .card-body .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #5558A6;
}

.dashboard-chart-wrapper .card.card-primary .card-body .table-responsive table {
    margin-top: 0px !important;
}

.card.wrapper-main.configuration-card .dataTables_wrapper table tr td {
    white-space: normal !important;
}

.card.wrapper-main.configuration-card .dataTables_wrapper table tr td select.form-control {
    padding: 0px 10px;
    height: 25px;
    font-size: 12.5px;
}

/* .div-item-table table.table-striped tbody td input {
    width: 130px !important;
} */

.div-item-table table.table-striped tbody td input.form-control[type="file"] {
    padding: 3px 3px !important;
    font-size: 10px !important;
    border: 0;
    min-width: 76px !important;
}

.card.wrapper-main.configuration-card .dataTables_wrapper table tr td:first-child {
    width: 40%;
}

.card.wrapper-main.configuration-card .dataTables_wrapper table tr th:first-child {
    width: 40% !important;
}

.card.wrapper-main.configuration-card .dataTables_wrapper table tr th:last-child {
    width: 10% !important;
}

.card.wrapper-main.configuration-card .dataTables_wrapper table tr th {
    text-align: start;
}

.card.wrapper-main.configuration-card .dataTables_wrapper table tr td {
    text-align: start !important;
}

#requestApprovalModal .modal-dialog {
    max-width: 515px;
}

#requestApprovalModal .modal-dialog h5.modal-title {
    font-size: 18px;
    color: #000000;
    font-family: 'DM Sans';
    margin-top: 40px;
    margin-left: 15px;
}

#requestApprovalModal .modal-dialog .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #000000;
}

#requestApprovalModal .modal-dialog .modal-footer {
    justify-content: center;
    border: 0px;
}

#requestApprovalModal .modal-dialog .modal-footer .btn-secondary {
    border-radius: 10px;
    background: #F15757;
    width: 80px;
    height: 35px;
    color: #ffffff;
    font-weight: 600;
    line-height: 19px;
}

#requestApprovalModal .modal-dialog .modal-footer .requestApprovalBtn {
    border-radius: 10px;
    background: #D9D9D9;
    width: 70px;
    height: 35px;
    color: #000000;
    font-weight: 600;
    line-height: 19px;
}

.dataTables_wrapper table tr .left_actions {
    text-align: left !important;
    padding-left: 30px;
}

/* .dataTables_wrapper table tr td.left_actions {
    padding-left: 40px;
} */

.dataTables_wrapper table tr td.menu_toggler>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

table.plugged_entries_cell th {
    min-width: 170px;
}

.datatable-search-wrapper {
    position: relative;
}

.datatable-search-wrapper input {
    padding-left: 2rem;
    /* space for the icon */
}

.search-icon {
    position: absolute;
    left: 18px;
    top: 53%;
    transform: translateY(-50%);
    color: #a7a1a2;
    pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 16px;
    color: #575757;
}

.dataTables_wrapper table th.item-description {
    width: 50%;
}

.userLock {
    position: absolute;
    top: 27px;
    right: 7px;
}

.table tbody td {
    white-space: inherit !important;
}

.alert-dismissible button.close {
    padding: .60rem 1.20rem !important;
}

table.header-fixed-table thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
}

.header-fixed-table::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

/* Track */
.header-fixed-table::-webkit-scrollbar-track {
    background: #d6d6d6;
}

/* Handle */
.header-fixed-table::-webkit-scrollbar-thumb {
    background: rgba(129, 133, 220, 1);
    border-radius: 10px;
}

/* Handle on hover */
.header-fixed-table::-webkit-scrollbar-thumb:hover {
    background: #5558a6;
}

@media screen and (max-width: 1600px) {
    .row.small-box-wrapper .col-lg-3.col-6 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .row.dashboard-chart-wrapper .col-md-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 1440px) {
    .div-item-table table.table-striped tbody td input.form-control[type="file"] {
        min-width: 76px !important;
    }
}

@media screen and (max-width: 991px) {
    .row.small-box-wrapper .col-lg-3.col-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .top-buttons-dashboard {
        justify-content: center;
        flex-wrap: wrap;
        margin-left: 20px;
        margin-right: 20px;
    }

    .row.dashboard-chart-wrapper .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 767px) {
    .login-box::before,
    .register-box::before {
        right: 0;
    }

    .login-box .card .card-body::before,
    .register-box .card .card-body::before {
        left: -50px;
    }

    .login-box::after,
    .register-box::after {
        right: 0;
    }

    .top-buttons-dashboard a.btn-gradial-dashboard {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .row.small-box-wrapper .col-lg-3.col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .top-buttons-dashboard {
        display: none;
    }
}

#action-buttons {
    display: none !important;
}
.navbar-badge {
    right: -10px!important;
    top: 0px!important;
}

.wrapper .content-wrapper {
overflow: hidden;
}
.sticky-scroll {
    max-height: 70vh;
    overflow-y: auto;
}
.sticky-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#toast-container .toast-close-button {
    font-size: 15px;
    opacity: 1;
}

#toast-container .toast-close-button:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.select2-container--default .select2-selection--multiple::after {
    content: '\f0d7'; /* Font Awesome caret-down (▼) */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888;
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 6px;
    margin-right: 20px;
    padding: 1px;
}
