@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: "Poppins", sans-serif !important;
}

:root,
[data-theme=light] {
    --kt-primary: #12272b !important;
    --kt-menu-link-color-hover: #12272b;
    --kt-menu-link-color-show: #12272b;
    --kt-menu-link-color-here: #12272b;
    --kt-menu-link-color-active: #12272b;
    --kt-primary-active: #19363c;
    --bs-link-hover-color: #12272b;
    --bs-link-color: #12272b;
    --kt-form-check-input-checked-bg-color: #12272b;
    --kt-form-check-input-checked-bg-color-solid: #18A57B;
    --kt-form-check-input-checked-border-color: #12272b;
    --kt-text-primary: #12272b;
    --kt-form-check-input-border: 1px solid #cbcdd5;
    --kt-pagination-active-bg: #12272b;
    --kt-component-hover-color: #18a57b;
    --kt-text-success: #18A57B;


}

.link-primary:focus,
.link-primary:hover {
    color: #12272b !important;
}

.dark-green {
    background-color: #19363c;
}

.text-dark-green {
    color: rgba(24, 165, 123, 1);
}

.link-primary {
    color: #5d7176 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
    background-color: #19363c;
    border-right: 0 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #e7fedd78;
}

/* swal color reset */
.swal2-styled.swal2-confirm {
    background-color: var(--kt-body-color) !important;
}

/* Login Page */

.auth-form {
    width: min(400px, 100%);
    /* max-width: 80%; */
}

.circle-xs {
    width: 125px;
    height: 125px;
}

.circle-lg {
    width: 550px;
    height: 550px;
}

.circle-xs-1 {
    position: absolute;
    right: 310px;
    top: -62px;
}

.circle-lg-1 {
    position: absolute;
    right: -275px;
    top: -275px;
}

.circle-lg-2 {
    position: absolute;
    left: -275px;
    bottom: -275px;
}

.gap-y-5 {
    row-gap: 1.25rem;
}
.auth-form-bg {
    border-radius: 5rem 0 0 0;
    background: url('../media/auth/auth-bg.svg') bottom right no-repeat;

}

.text-secondary {
    color: #6a7f65 !important;
}


.brand-logo {
    z-index: 9;
    top: 10px;
}

.square-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.fs-11px {
    font-size: 11px;
}

.fs-12px {
    font-size: 12px;
}

.blue-bg-600 {
    background-color: #12272b;
}

.fs-18px {
    font-size: 18px;
}

h2 {
    font-size: 3rem;
}

h4 {
    font-size: 1.5rem;
}

.menu-item {
    display: block;
    padding: .5rem 0;
}

.z-1 {
    z-index: 1;
}

/* .select2-search.select2-search--dropdown {
    display: none;
} */
.select2-container--bootstrap5 .select2-dropdown {
    padding: 0 !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    padding: .60rem 1.05rem;
}

.select2-container--bootstrap5 .select2-dropdown .select2-search {
    padding: .5rem 0.8rem;
    margin: 0;
}


/* Status */
.status-fba {
    background-color: #232323;
    color: #fff;
}

.status-active {
    background-color: rgba(24, 165, 123, 0.15);
    color: #18A57B;
}

.status-inactive {
    background-color: #FFECF1;
    color: #F8285A;
}

.status-incomplete {
    background-color: rgba(239, 239, 242, 1);
    color: rgba(153, 153, 166, 1);
}

.status-disregard {
    background-color: rgba(128, 128, 128, 0.15);
    color: rgba(128, 128, 128, 1);

}

.alert-warning {
    color: unset;
    background-color: #fef0c7 !important;
}

.select-end+.select2-container .selection {
    justify-content: end;
    display: flex;

}

/* echart custom styling */
.custom-echart {
    width: 100%;
    min-width: 767px;
    height: 350px;
    zoom: 117%;

    @media (max-width: 1024px) {
        zoom: 100%;
    }
}

.nav-line-tabs .nav-item .nav-link {
    color: rgba(14, 51, 56, 1) !important;
    font-weight: 600;
    padding: 6px 20px;
    line-height: 26px;
    border: none !important;
    margin: 0 5px !important;
}

.nav-line-tabs .nav-item .nav-link.active {
    background: rgba(14, 51, 56, 1);
    color: #fff !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    background-color: #19363c;

    color: #fff !important;
}

.card-body.py-4 {
    padding-bottom: 0 !important;
}

#kt_app_toolbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Dropdown */
.app-navbar .show.menu-dropdown+.menu-sub-dropdown {
    display: block;
    max-width: 100% !important;
    right: 2px !important;
    transform: none !important;
    position: absolute !important;
    padding: 0 !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    top: 100% !important;
}

.auth-form .btn-icon.translate-middle.top-50 {
    top: 23px !important;
}

.btn-icon.translate-middle.top-50 {
    top: 17px !important;
    right: -5px !important;
}

#profile_image-error {
    display: block;
    position: absolute;
    width: 420px;
    bottom: -165px;
    left: -259px;
    pointer-events: none;
}

.image-input [data-kt-image-input-action] {
    left: 100%;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.form-control.form-control-solid {
    border-color: var(--kt-input-border-color) !important;

    &:focus {
        border-color: var(--kt-input-focus-border-color) !important;
    }
}

/* new loader for card */
.card-loader {
    position: absolute;
    text-align: center;
    min-height: calc(100vh - 137px);
    background: rgba(25, 54, 60, 0.3) !important;
    border-radius: 5px;
    width: 100%;
    left: 0;
    z-index: 9;
}

.card-loader .loader-box {
    top: calc(50% - 50px);
    position: absolute;
    left: calc(50% - 50px);
}



/* CSS for fSelect.js placeholder*/
select[multiple]:not(.hidden) {
    opacity: 0;
}

div:has(>select[multiple]:not(.hidden)) {
    position: relative;
    height: 35px;
    width: 200px;
}

div:has(>select[multiple]:not(.hidden))::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 200px;
    border: 1px solid #dbdfe9;
    border-radius: 4px;
}

@media only screen and (max-width: 1380px) {
    html {
        /* font-size: 70% !important; */
        zoom: 85%;
    }

    h2 {
        font-size: 2.1rem;
    }

    .fs-18px {
        font-size: 15px;
    }

    .info-img {
        max-width: 82%;
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .info-img {
        max-width: 70%;
    }

    .brand-logo {
        position: relative !important;
    }

    .auth-info-img {
        height: auto !important;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .auth-form-bg {
        border-radius: 1rem 1rem 0 0;
        padding-top: 2rem;
    }

    .rounded-circle {
        display: none !important;
    }

    h2 {
        font-size: calc(1.2rem + 0.9vw);
    }

    .fs-18px {
        font-size: 15px;
    }

    .app-header {
        background-color: #0E3338;
    }
}

@media (max-width: 600px) {
    .info-img {
        max-width: 40%;
    }

    .auth-form-bg {
        overflow: auto;
        padding: 3rem 0 2rem 0;

    }

    .auth-page .blue-bg-600 {
        background-color: #fff !important;
        display: flex;
        justify-content: center;
    }
}

.red-class {
    color: #F8285A;
}

.status-pending {
    background-color: rgba(255, 165, 0, 0.15);
    color: rgba(255, 165, 0, 1);
}

.status-doc-received {
    background-color: rgba(76, 175, 80, 0.15);
    color: rgba(76, 175, 80, 1);
}

.status-partially-updated {
    background-color: rgba(255, 215, 0, 0.15);
    color: rgba(204, 177, 30, 1);
}

.orange-class {
    color: orange;
}

.disabled-cell {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #e5e5e5 !important;
    opacity: 0.6;
}

.status-reimbursed {
    background-color: rgba(24, 165, 123, 0.15);
    color: #18A57B;
}

.status-unit-returned-to-inventory {
    background-color: rgba(239, 239, 242, 1);
    color: #9999A6;
}



/* .status-new {
    background-color: rgba(0, 123, 255, 0.15);
    color: rgba(0, 123, 255, 1);
}
.status-pending-marketplace-response {
    background-color: rgba(128, 54, 0, 0.15);
    color: rgba(189, 142, 108, 1);
}
.status-inprogress {
    background-color:rgba(0, 128, 128, 0.15);
    color: rgba(0, 128, 128, 1);
}
.status-resolved {
    background-color: rgba(50, 205, 50, 0.15);
    color: rgba(50, 205, 50, 1);
} */

#toastr-container>div {
    opacity: 1 !important;
}

.refresh-entity>svg {
    zoom: 121%;
    width: 12px;
}

.view-entity>svg {
    zoom: 116%;
    width: 16px;
    position: relative;
    top: -1px;
}

.copy-btn svg {
    zoom: 116%;
    width: 16px;
    position: relative;
    top: 1px;
}

.system-status-change .select2-search--dropdown {
    display: none !important;
}

.system-status-change,
.system-status-change .select2-selection__rendered {
    padding: 2px 10px !important;
    border-radius: 7px;
    background: red;
    color: #fff !important;
    line-height: 17px;
}

.system-status-change,
.system-status-change .form-select.form-select-solid {
    padding: 0;
    background: transparent !important;
    border: none;
    display: flex;
    justify-content: center;
}

.nofify-list .system-status-change.status-new,
.system-status-change.status-new .select2-selection__rendered {
    background-color: rgba(0, 123, 255, 0.15) !important;
    color: rgba(0, 123, 255, 1) !important;
}

.nofify-list .system-status-change.status-pending,
.nofify-list .system-status-change.status-pending-marketplace-response,
.system-status-change.status-pending-marketplace-response .select2-selection__rendered {
    background-color: rgba(128, 54, 0, 0.15) !important;
    color: rgba(189, 142, 108, 1) !important;
}

.nofify-list .system-status-change.status-inprogress,
.system-status-change.status-inprogress .select2-selection__rendered {
    background-color: rgba(0, 128, 128, 0.15) !important;
    color: rgba(0, 128, 128, 1) !important;
}

.nofify-list .system-status-change.status-answered,
.nofify-list .system-status-change.status-resolved,
.system-status-change.status-resolved .select2-selection__rendered {
    background-color: rgba(50, 205, 50, 0.15) !important;
    color: rgba(50, 205, 50, 1) !important;
}

.nofify-list .system-status-change.status-disregards,
.system-status-change.status-disregards .select2-selection__rendered {
    background-color: rgba(128, 128, 128, 0.15);
    color: #808080 !important;

}

.nofify-list .system-status-change.status-pendings,
.system-status-change.status-pendings .select2-selection__rendered {
    background: rgba(255, 165, 0, 0.15) !important;
    color: #FFA500 !important;
}

.nofify-list .system-status-change.action-required,
.system-status-change.action-required .select2-selection__rendered {
    background-color: rgba(255, 215, 0, 0.15);
    color: rgba(204, 177, 30, 1);
}


.nofify-list .system-status-change.action-required,
.system-status-change.action-required .select2-selection__rendered {
    background-color: rgba(255, 215, 0, 0.15);
    color: rgba(204, 177, 30, 1);
}

.nofify-list .system-status-change.status-needs-your-attention,
.system-status-change.status-needs-your-attention .select2-selection__rendered {
    background: rgba(255, 0, 0, 0.2) !important;
    color: red !important;
}

.notify-unread {
    border: 1px solid rgba(235, 180, 169, 0.38) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
    background: rgb(255 204 204 / 15%) !important;
}

.notify-read {
    border: 1px solid rgba(73, 236, 160, 0.38) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
    background: rgba(160, 223, 79, 0.15) !important;
}

.nofify-list.notify-unread {
    border: 1px solid rgba(235, 180, 169, 0.38) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    margin: 5px;
    background: rgb(255 204 204 / 15%) !important;
}


.notify-count {
    min-width: 23px;
    min-height: 23px;
    height: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    background: #18a57b;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 24px;
}

.no-modal-trigger {
    position: relative;
    z-index: 1;
}

#notifications-container .card .system-status-change {
    padding: 0 !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    word-wrap: break-word;
}

span.w-50px.h-50px.rounded {
    border-radius: 4px !important;
}

.z-10 .fs-dropdown {
    z-index: 10 !important;
}

.green .td {
    background-color: red;
}

.dropzone {
    border: 1px dashed #dbdbdb !important;
}

.cal-icon-set {
    right: 9px;
    top: 7px;
    pointer-events: none;
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}

.app-sidebar .menu .menu-item .menu-link.active {
    background-color: transparent !important;
}

/* Truncate long file names and add ellipses */
.dz-filename span {
    display: inline-block;
    max-width: 200px;
    /* Adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Tooltip styling */
.dz-filename span[title] {
    position: relative;
    cursor: pointer;
}

.dz-filename span[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 10;
    font-size: 12px;
}

/*custom multiselectbox*/
.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 200px;
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #dbdfe9;
    cursor: default;
    height: 35px;
    padding: 4px;
    padding-right: 0px;
    border-radius: 4px;
    font-size: 12px;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 6px 38px 6px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fs-arrow {
    position: absolute;
    top: -7px;
    right: 14px;
    bottom: 0;
    margin: auto;
    transition: ease-in 0.15s;
    width: 7px;
    height: 7px;
    background: white;
    transform: rotate(45deg);
    box-shadow: 1px 1px 1px rgb(0 0 0 / 100%);
}


.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 200px;
    margin-top: -1px;
    z-index: 1000;
    border-radius: 0 0 5px 5px;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 8px 8px;
    cursor: default;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
    border-bottom: 1px solid #e7e7e7;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
    background-color: #f8f8f8;
}

.hidden {
    display: none;
}

.damaged-by-carrier {
    background-color: #FFECF1;
    color: #F8285A;
}

.damaged-by-fc {
    background-color: rgba(128, 54, 0, 0.15) !important;
    color: rgba(189, 142, 108, 1) !important;
}

.refund-commission {
    background-color: rgba(0, 123, 255, 0.15) !important;
    color: rgba(0, 123, 255, 1) !important;
}

.replacement-not-return-45-days {
    background-color: rgba(128, 128, 128, 0.15);
    color: #808080 !important;
}

.restocking-fee {
    background-color: rgba(0, 128, 128, 0.15) !important;
    color: rgba(0, 128, 128, 1) !important;
}

.refund-but-not-return {
    background-color: rgba(255, 215, 0, 0.15);
    color: rgba(204, 177, 30, 1);
}

.hide {
    display: none !important;
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}

.input-hide-show-box {
    width: calc(100% - 41px);
    border-radius: .475rem 0 0 .475rem;
}

.icon-hide-show-box {
    border: 1px solid #e4e6ef !important;
    border-left: 0 !important;
    /* Only keep this declaration */
    width: 41px !important;
    border-radius: 0 .475rem .475rem 0;
    height: 100% !important;
    background: #fff;
    overflow: hidden;
    right: 0 !important;
    top: 0;
}

td.off.ends.active.start-date.available {
    background-color: white !important;
    color: #B5B5C3 !important;
}

td.off.ends.active.end-date.in-range.available {
    background-color: white !important;
    color: #B5B5C3 !important;
}

td.today.active.end-date.in-range.available {
    background-color: var(--kt-component-active-bg) !important;
    ;
    border-color: transparent;
    color: #fff !important;
}


.daterangepicker .ranges ul {
    max-height: 300px !important;
}

.text-dark-green {
    color: rgba(24, 165, 123, 1);
}

canvas {
    width: 100% !important;
}

.tab-link-group {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.tab-link-group li {
    list-style: none;
    margin: 0 5px;
}

.tab-link-group li a {
    padding: 0 5px;
    color: rgba(35, 35, 35, 1);
    border-bottom: 2px solid transparent;
    padding: 12px 5px;
    display: block;
}

.tab-link-group li a:hover {
    color: rgba(24, 165, 123, 1);
}

.tab-link-group li.active a {
    color: rgba(24, 165, 123, 1);
    border-color: rgba(24, 165, 123, 1);

}

.btn.disabled {
    pointer-events: none;
    cursor: default;
}

.card-bg-sm-img {
    top: calc(50% - 30px) !important;
    right: 10px !important;
    width: 60px;
    height: 60px;
}


.card-text-bg-img {
    position: relative;
    z-index: 1;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y,
[data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y:hover {
    scrollbar-color: #ffffff transparent;
    scrollbar-gutter: stable;
}

[data-kt-drawer-null="on"] {
    overflow: hidden;
}

.page-title .breadcrumb .breadcrumb-item,
.page-title .breadcrumb .breadcrumb-item.text-success {
    color: #181C32 !important;
}

.breadcrumb .breadcrumb-item:last-child {
    color: #18A57B !important;
}

#potential_reimbursement_table_wrapper .table.dataTable thead th {
    white-space: nowrap;
}

.table.dataTable thead th {
    /* background: #d5ead136 !important; */
    background: #f6fbf5 !important;
    border-top: 1px solid #ddf1d8;
    border-bottom: 1px solid #ddf1d8;
}

/*.select2-container--open .select2-dropdown {
    zoom: 89% !important;
    left: 250px !important;
    top: 0 !important;
}*/
.menu-sub-indention .menu-item .menu-item .menu-link.active {
    margin-right: 0 !important;
}

.custom-select-action .fs-label-wrap {
    background-color: #f6fbf5;
    border: 3px solid #ddf1d8;
}

.custom-select-action .fs-label {
    font-weight: bold;
}

.fs-arrow {
    box-shadow: 2px 2px 1px rgb(0 0 0 / 100%);
}

.sku-title-width {
    min-width: 460px;
    max-width: 460px;
}


.custom-select-group .fs-wrap,
.custom-select-group .fs-dropdown {
    width: 100%;
}

.w-170px .custom-select-action .fs-wrap,
.w-170px .custom-select-action .fs-dropdown {
    width: 165px;
}

.custom-select-action .fs-wrap,
.custom-select-action .fs-dropdown {
    width: 270px;
}



.custom-select-action .fs-option {
    font-weight: 600;
}

/*.dt-table-header .form-check-custom,
.dt-table-header + tbody .form-check-custom {
    position: relative;
    left: 6px;
}*/

.card-body .table td:first-child,
.card-body .table th:first-child,
.card-body .table tr:first-child,
.dtfh-floatingparent .table td:first-child,
.dtfh-floatingparent .table th:first-child,
.dtfh-floatingparent .table tr:first-child {
    padding-left: .75rem !important;
}

.card-body .table td:last-child,
.card-body .table th:last-child,
.card-body .table tr:last-child,
.dtfh-floatingparent .table td:last-child,
.dtfh-floatingparent .table th:last-child,
.dtfh-floatingparent .table tr:last-child {
    padding-right: .75rem !important;
}




/*loader*/
.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(25, 54, 60, 0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loader-box {
    background: #19363c;
    padding: 12px;
    border-radius: 50%;
    border: 15px solid rgb(255 255 255 / 60%);
    animation: anim 1s linear infinite;
}

.table-sm-sticky {
    padding-right: 0 !important;
    max-height: 170px;
    padding: 0;
    border: 1px solid #eee;
}

.table-sm-sticky .table.dataTable thead th {
    border-top: 0 !important;
    background: #edf3eb !important;
}

.dataTables_processing .text-gray-600 {
    display: none !important;
}

span.spinner-border.loader-box {
    width: auto !important;
    height: auto !important;
}

.card-body .table-responsive {
    min-height: 150px;
}

.dataTables_wrapper>.row:has(.dataTables_paginate) {
    position: sticky;
    bottom: -1px;
    z-index: 10;
    background: var(--bs-card-bg);
    border-top: 1px solid var(--kt-border-color);
}

.title-with-buttons .app-container {
    padding: 0 !important;
}

.table-with-row-bg th,
.table-with-row-bg td {
    color: #232323;
}

.table-with-row-bg th {
    font-weight: 600;
}

.table-with-row-bg tbody tr:nth-child(odd) {
    background-color: #F9FCFB;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.case-date {
    font-style: italic;
    color: rgba(35, 35, 35, 0.5);
}

.m-h-500px {
    max-height: 500px;
}

.min-w-375px {
    min-width: 375px !important;
}

.view-all-cases-btn:hover {
    color: rgba(24, 165, 123, 1);
    text-decoration: underline !important;
}


@keyframes anim {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.dataTables_processing {
    width: 100% !important;
    height: 100% !important;
    background: rgba(25, 54, 60, 0.3) !important;
    animation: backgroundColorAnimation 2s ease-in-out infinite;
    /* Apply the animation */
    z-index: 10;
}

div.dataTables_wrapper .table-responsive:has(.dtfc-fixed-left) {
    position: unset;
}


/* Keyframes for the background color animation */
@keyframes backgroundColorAnimation {
    0% {
        background: rgba(25, 54, 60, 0.2);
        /* Starting color */
    }

    50% {
        background: rgba(25, 54, 60, 0.5);
        /* Midway color */
    }

    100% {
        background: rgba(25, 54, 60, 0.2);
        /* Ending color (same as starting color) */
    }
}

.spinner-border,
.dataTables_processing .text-gray-600 {
    color: #526f65 !important;
    top: calc(50% - 40px);
    position: relative;
}

.dataTables_scroll {
    min-height: 200px !important;
}

.system-status-change.status-unknown {
    background-color: rgba(14, 150, 240, 0.15) !important;
    color: rgba(11, 194, 179, 0.959) !important;
}

/* Sticky Table Header */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #f6fbf5 !important;
}

/* Optional: Add a box shadow to make it stand out */
.sticky-header tr {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Button container for right alignment */
/* Ensure the parent container is relative */
.cart-info-btn {
    position: relative;
    padding-top: 40px;
    /* Adjust space for button */
}

/* Position the button at the top-right inside .cart-info-edit_panel */
.add-carton-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional shadow */
}

.cartonCBM,
.cartonLWH {
    display: block;
    text-align: center;
}

.carton-validation-message {
    font-size: 11px;
    /* Adjust the font size */
    color: red;
    /* Change color for visibility */
    margin-top: 5px;
    /* Add spacing */
}

@media (min-width: 992px) {
    span.menu-arrow {
        left: 230px !important;
        position: absolute !important;
    }
}

@media (max-width: 991px) {
    .app-header {
        transition: none;
        display: flex;
        align-items: stretch;
        position: fixed;
        z-index: 15;
        width: 100%;
    }

    html {
        zoom: 100% !important;
    }

    .app-main {
        padding-top: 60px;
    }

    .dtfh-floatingparent.dtfh-floatingparenthead {
        top: 60px !important;
    }

}

@media (min-width: 992px) and (max-width: 1370px) {
    .dtfh-floatingparent.dtfh-floatingparenthead {
        margin-left: 47px;
    }
}

@media (max-width: 600px) {

    .sku-title-width {
        min-width: 100%;
        max-width: 100%;

    }

    .col-12 .fs-wrap,
    .col-12 .fs-dropdown,
    .custom-select-action .fs-wrap,
    .custom-select-action .fs-dropdown {
        width: 100%;
    }

    .dtfh-floatingparent.dtfh-floatingparenthead {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

}


@media (min-width: 991px) and (max-width: 1380px) {

    .select2-container .select2-selection {
        zoom: 80%;
    }

    .app-navbar .dropdown-wrapper {
        zoom: 85%;
    }

    .app-navbar .select2-dropdown .select2-search--dropdown {
        display: none;
    }

    .app-navbar .select2-container--bootstrap5 .select2-dropdown {
        zoom: 100%;
    }

    .app-navbar .system-status-change .select2-selection__rendered {
        zoom: 80%;
    }

    .select2-container--bootstrap5 .select2-dropdown .select2-results__option {
        font-size: 11px;
    }

    .select2-container {
        zoom: 118%;
    }

    .select2-container--bootstrap5 .select2-dropdown:not(.custom-dropdown-supplier-class) {
        zoom: 90%;
    }

    .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
        right: 0.45rem;
    }

    .dtfh-floatingparent.dtfh-floatingparenthead {
        top: 70px !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y {
        height: 100vh !important;
    }

}

@media (min-width: 1400px) {
    .dtfh-floatingparent.dtfh-floatingparenthead {
        top: 70px !important;
    }
}

@media (max-width: 991px) {
    .notify-path {
        fill: #ddf1d8 !important;
    }
}

@media (max-width: 768px) {
    .min-w-375px {
        min-width: 300px !important;
    }

    .header-switch-dd .form-select {
        zoom: 85%;
    }

}

/* Filter Drawer CSS 18-02-25 */
body[data-kt-drawer-body-scroll="on"] {
    overflow: auto;
}

.filter-drawer_block.card .card-header {
    min-height: unset;
}

.filter-drawer_block.card .filter-date_range input {
    width: 100% !important;
}

.filter-drawer_btn .notify-count {
    top: -8px;
    right: -8px;
    left: unset;
}

body[data-kt-drawer-body-scroll="on"] {
    overflow: auto;
}

/*   Supplier Management Modules CSS */
.add-product_modal {
    max-width: 1240px;
    padding-inline: clamp(1rem, 4vw - 0.5rem, 2.5rem);
}

.add-product_modal .dataTables_scrollBody {
    max-height: calc(100vh - 300px) !important;
    height: unset !important;
}

.active-a-link {
    color: #18A57B;
    text-decoration: underline;
}

/*
    Reseting all checkbox border for all Pages
*/
.form-check-custom.form-check-solid .form-check-input:not(:checked) {
    border: 1px solid #cbcdd5;
}

/* Product master Modal styling 11-03-2025 */
#kt_modal_edit_product .add-product_modal,
#kt_modal_create_manual_product .add-product_modal {
    max-width: 1024px;
}

.cart-info-edit_panel,
#kt_modal_product_carton_log .table-responsive {
    --modal-height-difference: 315px;
    max-height: calc(100vh - var(--modal-height-difference));
    min-height: 355px;
    overflow-y: auto;
}

#kt_modal_product_carton_log .table-responsive {
    --modal-height-difference: 230px;
}

#kt_modal_product_carton_log .table-responsive thead {
    position: sticky;
    top: 0;
}

#kt_modal_product_carton_log .table-responsive thead th {
    background-color: #f6fbf5 !important;
}

.cart-info-edit_panel .table {
    min-width: max-content;
}

.basic-details_group {
    row-gap: 1rem;
}

.field-sizing-content {
    field-sizing: content;
}

/* Hide/show cart info on only presence of cart info tab */
#kt_modal_edit_product:has(#cartonInfo:not(.active.show)) .cartonInfo-btn-group {
    display: none;
    visibility: hidden;
    pointer-events: none;
}

#kt_modal_edit_product:has(#basicDetails:not(.active.show)) .basicDetails-btn-group {
    display: none;
    visibility: hidden;
    pointer-events: none;
}

td.no-trim {
    white-space: pre;
}

.shown {
    background-color: #f9f9f9 !important;
}

table.dataTable tbody tr.child td {
    padding: 10px !important;
}

.disabled-link {
    opacity: 0.5;
    /* Makes it visually disabled */
    cursor: not-allowed;
    /* Show a disabled cursor */
}

@supports not (field-sizing: content) {
    textarea.field-sizing-content {
        min-height: max-content !important;
    }

    @media (max-width: 767px) {
        textarea.field-sizing-content {
            min-height: 80px !important;
        }
    }
}

@media (max-width: 992px) {
    #kt_modal_product_carton_log .table-responsive thead th {
        white-space: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .cart-info-edit_panel {
        --modal-height-difference: 185px;
    }

    #kt_modal_product_carton_log .table-responsive {
        --modal-height-difference: 95px;
    }
}

/* ====== Purchase order styling ====== */
label.error {
    color: #ff0000;
}

.status-selection_block ul {
    overflow-x: clip;
}

.action-dropdown_block>a {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    padding-block: 2px;
}

.action-dropdown_block>a:hover {
    color: #18A57B;
}

.action-dropdown_block:active {
    background-color: #f6fbf5;
}

.table.dataTable.purchase-order-tb_group thead th {
    background: #f6fbf5 !important;
}

.purchase-order_tabs {
    overflow-x: auto;
    overflow-y: clip;
    white-space: nowrap;
    scrollbar-width: thin;
}

/* ---- global CSS to style disabled input ---- */
input.form-control-sm:disabled,
.select2-container--disabled .select2-selection {
    color: var(--kt-input-disabled-color);
    background-color: var(--kt-input-disabled-bg);
    border-color: var(--kt-input-disabled-border-color);
    pointer-events: none;
}

.select2-container--disabled .select2-selection .select2-selection__rendered {
    color: var(--kt-input-disabled-color);
}

.action-cell_modifier>div {
    justify-content: center !important;
}

/* ======  Container shipment page styling ====== */
.container-shipment-form_group::before {
    display: none;
}

@media (min-width: 576px) {
    .container-shipment-form_group .select2-selection--multiple {
        padding-right: 0.2rem;
    }

    .container-shipment-form_group .select2-selection--multiple ul.select2-selection__rendered {
        max-height: 80px;
        overflow-y: auto;
    }

    .container-shipment-form_group .select2-selection--multiple[aria-expanded="false"] ul.select2-selection__rendered {
        max-height: 100px;
    }
}

.container-shipment-form_group .select2-selection {
    align-items: stretch;
    row-gap: 0.5rem;
    flex-wrap: wrap;
}

.container-shipment-form_group .select2-search {
    max-width: 100%;
    align-items: center;
}

.container-shipment-form_group .select2-selection .select2-search textarea {
    display: flex;
}

.container-shipment-form_group .select2-selection[aria-expanded="false"] .select2-search textarea {
    display: none;
}

.container-shipment-form_group {
    height: unset !important;
}

.container-shipment-form_group .select2-selection--multiple {
    min-height: 34px !important;
    padding-block: 0.22rem !important;

}

.container-shipment-form_group .select2-selection__choice__display {
    font-size: 12px !important;
}

.card-body .container-fee-section .table tr :is(td, th):first-child {
    padding-left: 0 !important;
}

.card-body .container-fee-section .table tr :is(td, th):last-child {
    padding-right: 0 !important;
}

.card-body .container-fee-section .table tr :is(td, th) {
    min-width: 150px;
}

.container-fee-section .table-responsive {
    min-height: unset;
}

/* Styling changes for container shipment collapsible table */
.container-collapsible_table {
    width: min(800px, 100% - 1.5rem);
    margin-inline: auto;
    border-color: #d2d2d2 !important;
}

.collapsible-block_th {
    min-height: 15px;
    display: flex;
    align-items: center;
}

table.CS-table_block.dataTable>thead>tr>th:not([aria-sort]) {
    padding-right: 10px;
}

/* ---- CSS classes for status elements ---- */
/* Booked */
.system-status-change.status-booked .select2-selection__rendered {
    background-color: rgba(83, 109, 138, 0.15) !important;
    color: rgba(0, 123, 255, 1) !important;
}

/* Customs Clearance at Origin */
.system-status-change.status-clearance-origin .select2-selection__rendered {
    background-color: rgba(255, 193, 7, 0.6) !important;
    /* Darker amber */
    color: #4e3400 !important;
    /* Dark brown text */
}

/* On Vessel / In Transit */
.system-status-change.status-in-transit .select2-selection__rendered {
    background-color: rgba(40, 167, 69, 0.15) !important;
    color: rgba(40, 167, 69, 1) !important;
}

/* Arrived at Destination Port */
.system-status-change.status-arrived .select2-selection__rendered {
    background-color: rgba(23, 162, 184, 0.15) !important;
    color: rgba(23, 162, 184, 1) !important;
}

/* Customs Clearance at Destination */
.system-status-change.status-clearance-destination .select2-selection__rendered {
    background-color: rgba(255, 87, 34, 0.15) !important;
    color: rgba(255, 87, 34, 1) !important;
}

/* Out for Delivery to Warehouse */
.system-status-change.status-out-delivery .select2-selection__rendered {
    background-color: rgba(108, 117, 125, 0.15) !important;
    color: rgba(108, 117, 125, 1) !important;
}

/* Completed */
.system-status-change.status-received .select2-selection__rendered {
    background-color: rgba(0, 200, 83, 0.15) !important;
    color: rgba(0, 200, 83, 1) !important;
}

@media (min-width:768px) {
    .height-cardbody-540px {
        min-height: 540px !important;
    }
}

@media (min-width: 576px) {
    .container-shipment-form_group .select2-selection--multiple {
        padding-right: 0.2rem;
        align-items: center;
    }

    .container-shipment-form_group .select2-selection--multiple ul.select2-selection__rendered {
        max-height: 120px;
        overflow-y: auto;
    }
}

/* purchase order status */
.system-status-change.status-draft .select2-selection__rendered {
    background-color: rgba(128, 128, 128, 0.15) !important;
    /* Gray */
    color: rgba(128, 128, 128, 1) !important;
}

.system-status-change.status-sent .select2-selection__rendered {
    background-color: rgba(33, 150, 243, 0.15) !important;
    /* Blue */
    color: rgba(33, 150, 243, 1) !important;
}

.system-status-change.status-manufacturing .select2-selection__rendered {
    background-color: rgba(156, 39, 176, 0.15) !important;
    /* Purple */
    color: rgba(156, 39, 176, 1) !important;
}

.system-status-change.status-ready .select2-selection__rendered {
    background-color: rgba(255, 165, 0, 0.15) !important;
    /* Orange */
    color: rgba(255, 165, 0, 1) !important;
}

.system-status-change.status-in-transit .select2-selection__rendered {
    background-color: rgba(255, 235, 59, 0.15) !important;
    /* Light Yellow */
    color: #997700 !important;
    /* Darker Yellow for readability */
    font-weight: bold;
}

.system-status-change.status-partially-received .select2-selection__rendered {
    background-color: rgba(129, 236, 143, 0.568) !important;
    /* Soft green background */
    color: rgba(13, 54, 7, 0.808) !important;
    /* Deep forest green text */
    font-weight: bold;
}

.system-status-change.status-received .select2-selection__rendered {
    background-color: rgba(0, 150, 136, 0.15) !important;
    /* Teal */
    color: rgba(0, 150, 136, 1) !important;
}

.system-status-change.status-completed-po .select2-selection__rendered {
    background-color: rgba(76, 175, 80, 0.15) !important;
    /* Green */
    color: rgba(76, 175, 80, 1) !important;
}

.system-status-change.status-cancelled-po .select2-selection__rendered {
    background-color: rgba(244, 67, 54, 0.15) !important;
    /* Red */
    color: rgba(244, 67, 54, 1) !important;
}

/* Styling for purchase order upload status */
.po-data-upload_lists>div {
    min-width: 90px;
}

/* Styling for import-fba-shipments */
.upload-btn_block:has(#fileError:empty) {
    gap: 0 !important;
}

.po-items_title .title-block {
    margin-right: auto;
}

/* Cost allocation CSS */
.cost-allocation_grid {
    display: grid;
    gap: 0.75rem;
    /* grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 250px)); */
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cost-allocation_grid>li:has(h4):first-child {
    grid-column: 1 / -1;
}

.cost-allocation_grid>li:has(:not(h4)) {
    list-style: disc;
    list-style-position: inside;
}

.cost-allocation_table .product-name_block {
    align-items: flex-start !important;
}

.cost-allocation_table .product-asin_block {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.cost-allocation_table .product-asin_block::before {
    content: "";
    display: block;
    width: 60px;
    height: 10px;
}

.cost-allocation_table .product-asin_block .ms-n9 {
    margin-left: 0 !important;
}

/* warehouse module */
#warehouse_table .form-switch {
    justify-content: center;
    margin-inline: 0px !important;
    padding-inline: 1rem;
}

.error-border {
    border: 2px solid red !important;
    background-color: #ffe6e6 !important;
    /* Light red background */
    /* outline: none !important;
    box-shadow: none !important; */
}

.input-error-text {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

/* reimbursed amount table css */
.reimbursed_amount_table :is(th, td) {
    border-width: 1px 1px 0 0px;
    border-style: solid;
    border-color: #ddf1d8;

    &:first-child {
        border-left-width: 1px;
    }
}

.swal2-container .swal2-html-container:has(.swal-review_box) {
    max-height: unset;
    margin: unset;
}

.swal-review_box :is(.swal2-input, .swal2-textarea) {
    margin: 0.5em 0;
    scrollbar-width: thin;
}

/* Green href */
.green-href {
    color: #18A57B !important;
}

/*  */
.checkbox-grid {
    position: relative;
}

.checkbox-grid .status-error {
    position: absolute;
    left: 3.5rem;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid var(--kt-input-border-color);
    top: 50%;
    transform: translateY(-50%);
}

td .text-start div {
    white-space: normal;
    word-break: break-word;
}

/* Accounting exported status styling */
.accounting-status-resolved {
    background-color: rgba(50, 205, 50, 0.15) !important;
    color: rgb(20 171 20) !important;
}

.accounting-status-exported {
    background-color: rgba(102, 16, 242, 0.12) !important;
    color: rgba(102, 16, 242, 1) !important;
}

.accounting-status-pending {
    background: rgba(255, 165, 0, 0.15) !important;
    color: #FFA500 !important;
}

.accounting-status-not-exported {
    background: rgba(255, 0, 0, 0.2) !important;
    color: red !important;
}

/* quickbook modal styling */
#storeAssignModal .quickbook-modal .modal-body span.select2-selection__choice__display {
    font-size: 1rem;
}

#storeAssignModal .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    min-height: calc(1.5em + 1rem);
}

.d-contents {
    display: contents;
}

.quickbook-modal .container-shipment-form_group textarea {
    display: block !important;
}

.quickbook-modal .select2-container--bootstrap5 .select2-selection {
    padding-right: 8px;

    .select2-selection__clear {
        right: 0.35rem;
    }
}

.card-header:has(.account-mapping_header) {
    padding-bottom: 0px !important;
}
#advance-mapping-table {

    .select2.select2-container:has(.qbo-account-select),
    select.qbo-account-select {
        width: 400px !important;
        max-width: 100%;
        margin-inline-start: auto;
        @media (max-width:767px) {
            width: 250px !important;
        }
    }
}
/* CSS to Adjust full height of table */
.full-height-table_modifier .dataTables_wrapper{
    display: flex;
    height: 100%;
    flex-direction: column;

    & > .table-responsive {
        flex-grow: 1;
        display: flex;
        flex-direction: column;

        .dataTables_scroll {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            .dataTables_scrollBody {
                height: 100%;
            }
        }
    }
}

/* Special row styling for settlement transactions */
.special-row {
    /* background-color: rgba(248, 249, 250, 0.8) !important; */
    font-weight: 500;
    /* font-style: italic; */
}

.inventory-cogs-row {
    font-weight: 500;
}

/* Apply row highlighting to table rows containing special elements */
.dataTable tbody tr:has(.special-row) {
    background-color:rgb(230 217 161 / 43%);
}

.dataTable tbody tr:has(.inventory-cogs-row) {
    background-color:rgb(230 217 161 / 43%);
}
.mapping-btn {
    min-height: 34.33px;
}

body:has(.mapping-btn) .tooltip {
    color: #0E3338;
    border: 1px solid #0E3338;
    border-radius: 5px;
    padding: 0rem;
    line-height: 1;
    top: -4px !important;
}
/* fSelect CSS styling 05-08-2025 */
.fs-dropdown {
    overflow: hidden;

    .fs-option {
        padding-block: 12px;

        &.selected {
            background-color: var(--kt-component-hover-bg);
            color: var(--kt-component-hover-color);
            transition: color .2s ease;
        }

        &:hover {
            background-color: var(--kt-component-hover-bg);
        }
    }
}

.product-asin_block {
    min-width: 13rem;

    @media (max-width: 992px) {
        .ms-n9 {
            margin-left: -0.75rem !important;
        }
    }
}
