//@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/*
@color-grey-light: #e7eaec;
@color-green: #1ab394;
@color-red: #ed5565;
@color-primary: #1ab394;


*/

@buttonColor: #133B66;
@specialTextColor: #133B66;

:root{
  --buttonColor: @buttonColor;
  --buttonColorDarken10: darken(@buttonColor, 10%);
  --buttonColorDarken20: darken(@buttonColor, 20%);

  --defaultSpecialColor: #EB7710;

  --specialTextColor: @specialTextColor;
  --specialTextColorDarken10: darken(@specialTextColor, 10%);
  --specialTextColorDarken20: darken(@specialTextColor, 20%);

  --footerIconsColor: #fff;
}

.view-5{
  --buttonColor: #731c31;
  --buttonColorDarken10: darken(#731c31, 10%);
  --buttonColorDarken20: darken(#731c31, 20%);

  --defaultSpecialColor: #731c31;

  --specialTextColor: #731c31;
  --specialTextColorDarken10: darken(#731c31, 10%);
  --specialTextColorDarken20: darken(#731c31, 20%);

  --footerIconsColor: #731c31;
}


.d-flex-between {
    display: flex;
    justify-content: space-between;
}

.d-inline-table {
    display: inline-table;
}

.flex-center-both {
  display: flex;
  align-items: center;
  justify-content: center;
}

.min-vw-15 {
    min-width: 15vw !important;
}

body {
    font-family: 'Manrope', sans-serif;
}

a {
    text-decoration: none;
}

.text-warning {
    color: #EAA159;
}

#page-wrapper {
    .wrapper.wrapper-content {
        padding: 1px 25px 64px 25px;
    }

    .page-content {
        margin-bottom: 40px;
    }
}

.text-delete {
    color: #FF284F !important;
}

.btn {

    border-radius: 12px;
    cursor: pointer;

    color: #131516;
    height: 36px;
    line-height: 34px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.01em;

    padding: 0 16px;

    &:active {
        box-shadow: none;
        outline: none;

    }

    &.btn-link {

        color: #131516;
        text-decoration: underline;

        &.corange {
            color: #EAA159;
        }
    }

    &.btn-primary {

        background: #EAA159;
        border-color: #EAA159;
        color: #FFFFFF;

        &:active {
            background: #EAA159;
            background-color: #EAA159 !important;
            border-color: #EAA159 !important;
        }

        svg {

        }

        &.btn-link {
            color: #EAA159;
            background: none;
            border: none;
            text-decoration: underline;
            padding: 0;
        }
        &.btn-link-text {
            color: #EAA159;
            background: none;
            border: none;
            text-decoration: underline;
            padding: 0;
            line-height: 1;
            height: auto;
        }
        &.btn-whitebg {
            background-color: white;
            border: 2px solid #EAA159;
            color: #EAA159;
        }
        &.btn-bgw-bo {
            background-color: white;
            border: 2px solid #EAA159;
            color: #EAA159;
        }


    }

    &.btn-big {
        height: 46px;
        line-height: 44px;
        font-weight: 600;
        font-size: 14px;
        padding: 0 30px;
    }

    &.btn-small {
        height: 36px !important;
        line-height: 34px !important;
    }

    &.btn-dots {
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0;

        .flex-center-both();

        &:hover {
            background: #F3F3F3;
            border-radius: 16px;
        }
    }

    &.btn-whiteb {
        background: white;
        border-color: #DEDEDE;
        color: #131516;

        &:active {
            background: #EAA159;
            background-color: white !important;
            border-color: #DEDEDE !important;
            color: #131516;
        }
    }

    &.no-underline {
        text-decoration: none;
    }
}

.btn-link {

    &.corange {
        color: #EAA159;
        text-decoration: none;
    }
}

.rounded-20 {
    border-radius: 20px;
}

.fs-7 {
    font-size: 0.75rem !important;
}
.fs-8 {
    font-size: 0.7rem !important;
}

.ls-1 {
    letter-spacing: -0.01em;
}

.min-h-100 {
    min-height: 100%;
}

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

.btn-close {
    &:focus {
        box-shadow: none;
        outline: 0;
    }
}

.btn-xs {
  height: auto !important;
  line-height: 1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: inherit;
}

.form-control {
    &:focus {
        border-color: #EAA159;
    }
}

.form-select {
    &:focus {
        border-color: initial;
        outline: 0;
        box-shadow: none;
    }
    &:hover {
        cursor: pointer;
    }
}

.multiselect-native-select {
    .btn-group {

        &.multiselect-search-sticky {

            .multiselect-filter {

                position: sticky;
                top: 0px;
                z-index: 1;
                border-radius: 0;

            }
        }
    }
}

.multiselect-container {
    box-shadow: none;
    border: 1px solid #00000026;

    .multiselect-filter {

        background: white;
        border-bottom: 1px solid #d3d3d3;


        input.multiselect-search {
            border: none !important;
            border-radius: 0;
            color: inherit;
            display: block;
            padding: .375rem .75rem;
            padding-left: 2rem;
            margin-left: -1.425rem;
            cursor: pointer;
            width: 100%;
            box-shadow: none;
            outline: none;
            margin-left: -21px;

            &:focus,
            &:focus-visible {
                border: none;
                box-shadow: none;
                outline: none;
            }
        }

        .multiselect-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #666F7A;
        }
        .multiselect-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #666F7A;
        }
        .multiselect-search::-ms-input-placeholder { /* Microsoft Edge */
            color: #666F7A;
        }


        .multiselect-clear-filter {
            cursor: pointer;

            &:hover {
                &::before {
                    color: #EAA159;
                }
            }
        }

    }

    .dropdown-item {
        width: 100%;
        padding-right: 18px;

        .form-check {
            margin: 0;
            display: inline-flex;
            align-items: center;
            padding-left: 0;

            .form-check-input {
                margin: 0 8px 0 0;
                width: 1em;
                height: 1em;

                &:checked {
                    background-color: #EAA159;
                    border-color: #EAA159;
                }
            }
            .form-check-label {

            }
        }
    }
}

textarea,
textarea.form-control {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #131516;

    padding: 20px 24px;
    border-color: #dedede;
    border-radius: 14px;

    resize: none;

    &:focus {
        border-color: #dedede;
    }
}


.form-floating {
    &.nobordergrey {
        input.form-control,
        select.form-select {
            background-color: #F8F8F8;
            border-color: #F8F8F8;
        }
    }

    & > .form-control:focus,
    & > .form-control:not(:placeholder-shown),
    & > .form-select:focus,
    & > .form-select:not(:placeholder-shown) {
        padding-top: 13px;
        padding-bottom: 0;
    }

    & > .form-control:focus ~ label,
    & > .form-control:not(:placeholder-shown) ~ label,
    & > .form-select ~ label {
        opacity: 1;
        top: 15px;
        padding: 0;
        margin: 0 0 0 16px;
        height: auto;

        font-weight: 400;
        font-size: 11px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #666F7A;
    }

    .form-comment.focus {
        &::-webkit-input-placeholder {
            color: #b1b4b7;
            font-size: 14px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: -0.14px;
            opacity: 1;
        }
        &::-moz-placeholder {
            color: #b1b4b7;
            font-size: 14px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: -0.14px;
            opacity: 1;
        }
        &:-ms-input-placeholder {
            color: #b1b4b7;
            font-size: 14px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: -0.14px;
            opacity: 1;
        }
        &:-moz-placeholder {
            color: #b1b4b7;
            font-size: 14px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: -0.14px;
            opacity: 1;
        }
    }

    input.form-control {
        line-height: 46px;
        height: 48px;
        border-color: #dedede;

        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #131516;

        border-radius: 14px;
        padding: 0 18px;


        &:disabled,
        &[readonly] {
            background-color: #F8F8F8;
            border-color: #F8F8F8;
            color: #666F7A;
        }
    }

    select.form-select {
        line-height: 46px;
        height: 48px;
        border-color: #dedede;

        border-radius: 14px;
        padding: 0 36px 0 18px;

        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #131516;

        &.select-styles {
            option {
            font-family: 'Manrope', sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 25px;
            letter-spacing: -0.01em;
            color: #131516;
            }
        }
    }

    textarea.form-control {
        padding-top: 22px !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    label {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.01em;
        color: #666F7A;

        line-height: 46px;
        padding: 0 18px;

        &.focus {
            opacity: 1;
            top: 15px;
            padding: 0;
            margin: 0 0 0 16px;
            height: auto;

            font-weight: 400;
            font-size: 11px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #666F7A;

            transform: scale(.85) translateY(-.5rem) translateX(.15rem);
        }
    }

    &.height40 {

        & > .form-control:focus,
        & > .form-control:not(:placeholder-shown),
        & > .form-select:focus,
        & > .form-select:not(:placeholder-shown) {
            padding-top: 10px;
            padding-bottom: 0;
        }

        & > .form-control:focus ~ label,
        & > .form-control:not(:placeholder-shown) ~ label,
        & > .form-select ~ label {
            top: 12px;
            margin: 0 0 0 16px;
            font-size: 10px;
        }

        input.form-control {
            line-height: 38px;
            height: 40px;

            font-weight: 500;
            font-size: 12px;
        }

        label {
            font-weight: 500;
            font-size: 12px;

            line-height: 38px;
        }
    }

    &.w-100 {
        .select2 {
            width: 100% !important;
        }
    }

    .select2 {
        .selection {
            .select2-form-floating {

                background: none;
                line-height: 46px;
                height: 48px;
                border-color: #dedede;

                border-radius: 14px;
                padding: 0 0 0 18px;

                font-weight: 500;
                font-size: 14px;
                //line-height: 100%;
                letter-spacing: -0.01em;
                color: #131516;

                display: flex;
                justify-content: space-between;


                .select2-selection__rendered {
                    padding: 13px 0 0 0;
                    line-height: 33px;

                    .select2-selection__placeholder {
                        color: #131516;
                        line-height: 1;
                    }
                }

                .select2-selection__arrow {

                    width: 36px;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    &:before {
                        content: " ";
                        display: block;
                        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 12px 12px;
                        width: 12px;
                        height: 12px;

                    }

                    b {
                        display: none;
                    }
                }

                &[aria-expanded="true"] {
                    border-bottom-left-radius: 0px;
                    border-bottom-right-radius: 0px;
                }
            }
        }

        &.select-container {
            &--open {
                background: red;
                .selection {
                    .select2-form-floating {
                        border-bottom-left-radius: 0px;
                        border-bottom-right-radius: 0px;
                    }
                }
            }
        }
    }
}

.form-floating-list {
    .form-floating {
        + .form-floating {
            margin-top: 16px;
        }
    }
}



.gray-bg,
.bg-muted {
  background-color: #f8f8f8;
}

.rounded-pill {

    &-start {
       //border-top-right-radius: 0;
       //border-bottom-right-radius: 0;

       border-radius: 50rem 0 0 50rem !important;
    }
    &-end {
        border-radius: 0 50rem 50rem 0 !important;
    }

}

.panel-content {
    padding: 0 25px 40px 25px;
}

.alert {
    border-radius: 20px;
    border: none !important;
    padding: 23px 25px;
    line-height: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;

    display: flex;
    justify-content: space-between;
    align-items: center;


    &.alert-warning {
        background: rgba(234, 161, 89, 0.3);
        color: #E38528;
    }

    svg {

    }


    &.alert-import {
        padding: 16px 24px;

        color: #131516;
        font-size: 12px;
        font-weight: 400;
        font-family: Manrope;
        line-height: 100%;
        letter-spacing: -0.12px;
        border-radius: 12px;

        &.alert-success {
            background: rgba(11, 181, 99, 0.20);
        }
        &.alert-info {
            background: rgba(23, 242, 229, 0.16);
        }
        &.alert-danger {
            background: rgba(255, 43, 55, 0.16);
        }
        &.alert-warning {
            background: rgba(234, 161, 89, 0.30);
        }
    }
}

.label {
    background: rgba(102, 111, 122, 0.16);
    border-radius: 8px;
    color: #666F7A;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
}

.nav-badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    margin-left: auto;
    border-radius: 4px;
    background: #e74c3c;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}


.status {
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.01em;
    background: rgba(102, 111, 122, 0.16);
    border: 1px solid transparent;
    color: #666F7A;
    padding: 0 8px;
    margin-bottom: 8px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    &.active,
    &:hover {
        border-color: #666F7A;
    }
    &:hover {
        cursor: pointer;
    }

    &.new-order,
    &.order-status-1 {
        background: rgba(23, 242, 45, 0.16);
        color: #2BB239;

        svg path{
            stroke: #2BB239;
            fill: #2BB239;
        }

        &.active,
        &:hover {
            border: 1px solid #2BB239;
        }
    }
    &.order-accepted,
    &.order-status-3 {
        background: rgba(23, 242, 229, 0.16);
        color: #1EABA3;

        svg path{
            stroke: #1EABA3;
            fill: #1EABA3;
        }

        &.active,
        &:hover {
            border: 1px solid #1EABA3;
        }
    }
    &.in-progress,
    &.order-status-2 {
        background: rgba(242, 128, 23, 0.16);
        color: #F28017;

        svg path{
            stroke: #F28017;
            fill: #F28017;
        }

        &.active,
        &:hover {
            border: 1px solid #F28017;
        }
    }
    &.completed,
    &.order-status-4 {
        background: rgba(23, 110, 242, 0.16);
        color: #045ADD;

        svg path{
            stroke: #045ADD;
            fill: #045ADD;
        }

        &.active,
        &:hover {
            border: 1px solid #045ADD;
        }
    }
    &.waiting-for-confirmation,
    &.order-status-6 {
        background: rgba(93, 23, 242, 0.16);
        color: #5D17F2;

        svg path{
            stroke: #5D17F2;
            fill: #5D17F2;
        }

        &.active,
        &:hover {
            border: 1px solid #5D17F2;
        }
    }
    &.cancelled,
    &.order-status-5 {
        background: rgba(102, 111, 122, 0.16);
        color: #666F7A;

        svg path{
            stroke: #666F7A;
            fill: #666F7A;
        }

        &.active,
        &:hover  {
            border: 1px solid #666F7A;
        }
    }
    &.return,
    &.order-status-7 {
        background: rgba(238, 23, 242, 0.16);
        color: #EE17F2;

        svg path{
            stroke: #EE17F2;
            fill: #EE17F2;
        }

        &.active,
        &:hover {
            border: 1px solid #EE17F2;
        }
    }
    &.complaint,
    &.order-status-8 {
        background: rgba(242, 23, 23, 0.16);
        color: #F21717;

        svg path{
            stroke: #F21717;
            fill: #F21717;
        }

        &.active,
        &:hover {
            border: 1px solid #F21717;
        }
    }
    &.expired,
    &.order-status-9 {
        background: rgba(242, 181, 23, 0.161);

        color: #F2B517;

        svg path{
            stroke: #F2B517;
            fill: #F2B517;
        }

        &.active,
        &:hover {
            border: 1px solid #F2B517;
        }
    }
}

.status-box-change-item{
    &.status{
        &-1{
            svg{
                color: #2BB239;
            }
        }

        &-2{
            svg{
                color: #F28017;
            }
        }

        &-3{
            svg{
                color: #1EABA3;
            }
        }

        &-4{
            svg{
                color: #045ADD;
            }
        }

        &-5{
            svg{
                color: #666F7A;
            }
        }

        &-6{
            svg{
                color: #5D17F2;
            }
        }

        &-7{
            svg{
                color: #EE17F2;
            }
        }

        &-8{
            svg{
                color: #F21717;
            }
        }

        &-9{
            svg{
                color: #F2B517;
            }
        }
    }
}

.status-box {

    &.hoverdisable {
        .status {
            &:hover {
                //border: none !important;
                border: 1px solid transparent;
                pointer-events: none;
            }
        }

    }

    .status {
        margin-left: 6px;

        &:first-child {
            margin-left: 0px;
        }


    }

    .btn-check:active + .status,
    .btn-check:checked + .status {
        border-color: inherit;

    }
}

/* iCheck */
.icheckbox_round-black,
.iradio_round-black {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    //background: url(green.png) no-repeat;
    border: 1px solid #dedede;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 10px;
}
.icheckbox_round-black {

}
.icheckbox_round-black.hover {
    border-color: #131516;
    cursor: pointer;
}
.icheckbox_round-black.checked {
    border-color: #131516;
    background-color: #131516;

    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.888672 3.4445L3.16477 5.63788L7.55534 0.777832' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 4px;
}
.icheckbox_round-black.disabled {
    cursor: default;
}
.icheckbox_round-black.checked.disabled {
    border-color: #131516;
    background-color: #131516;
}


.iradio_round-black {

}
.iradio_round-black.hover {
    border-color: #131516;
    cursor: pointer;
}
.iradio_round-black.checked {
    border-color: #131516;
    background-color: #131516;

    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.888672 3.4445L3.16477 5.63788L7.55534 0.777832' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 4px;
}
.iradio_round-black.disabled {
    cursor: default;
}
.iradio_round-black.checked.disabled {
    border-color: #131516;
    background-color: #131516;
}


.icheckbox_round-orange,
.iradio_round2-orange,
.iradio_round-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    //background: url(green.png) no-repeat;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 10px;
}
.iradio_round-orange {

}
.iradio_round-orange.hover {
    border-color: #EAA159;
    cursor: pointer;
}
.iradio_round-orange.checked {
    border-color: #EAA159;
    background-color: #EAA159;

    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.888672 3.4445L3.16477 5.63788L7.55534 0.777832' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 6px;
}
.iradio_round-orange.disabled {
    cursor: default;
}
.iradio_round-orange.checked.disabled {
    border-color: #EAA159;
    background-color: #EAA159;
}

.iradio_round2-orange {
    border-radius: 50%;
}
.iradio_round2-orange.hover {
    border-color: #EAA159;
    cursor: pointer;
    border-width: 3px;
}
.iradio_round2-orange.checked {
    border-width: 3px;
    border-color: #EAA159;
    background-color: white;

    //background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.888672 3.4445L3.16477 5.63788L7.55534 0.777832' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");  
    background-repeat: no-repeat;
    background-position: center 6px;

    &:after {
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #EAA159;
        border: 3px solid white;
    }
}
.iradio_round2-orange.disabled {
    cursor: default;
}
.iradio_round2-orange.checked.disabled {
    border-color: #EAA159;
    background-color: #EAA159;
}



.icheckbox_round-orange {

}
.icheckbox_round-orange.hover {
    border-color: #EAA159;
    cursor: pointer;
}
.icheckbox_round-orange.checked {
    border-color: #EAA159;
    background-color: #EAA159;

    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.888672 3.4445L3.16477 5.63788L7.55534 0.777832' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 6px;
}
.icheckbox_round-orange.disabled {
    cursor: default;
}
.icheckbox_round-orange.checked.disabled {
    border-color: #EAA159;
    background-color: #EAA159;
}



.i-checks {

    label {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #666F7A;
        cursor: pointer;

        & + label {
            margin-top: 5px;
        }
    }

    &-column {
        display: flex;
        flex-direction: column;

        label {
            div[class*='icheckbox_square-'] {
                margin-right: 5px;
            }

            & + label {
                margin-top: 6px;
            }
        }

    }

}


/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/*
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
*/
}
/* end iCheck */


.ibox {
    //margin-bottom: 0;

    &.mute {
        position: relative;

        &:after {
            content: " ";
            background: #f8f8f8;
            height: 100%;
            opacity: 0.7;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99999;
        }
    }


    .ibox-title {
        border: none;
        padding: 24px;

        h3 {
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #131516;
            margin: 0;

            small {
                display: block;
                font-weight: 400;
                font-size: 12px;
                line-height: 120%;
                letter-spacing: -0.01em;
                color: #666F7A;
                margin-top: 4px;
            }
        }
    }

    .ibox-title-transparent {
        min-height: 70px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        h2, h3, h4 {
            font-weight: 600;
            font-size: 26px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #131516;
            margin: 0;

            small {
                font-weight: 400;
                font-size: 14px;
                line-height: 100%;
                letter-spacing: -0.01em;
                color: #666F7A;

                border-left: 1px solid #DEDEDE;

                margin: 0 0 0 18px;
                padding: 0 0 0 18px;
            }
        }

        h4 {
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
        }

    }

    .ibox-title-transparent,
    .ibox-title {
        .input-search {
            width: 252px;

            .input-group-prepend {
                line-height: 34px;
                height: 36px;
                border: 1px solid #DEDEDE;
                border-top-left-radius: 12px;
                border-bottom-left-radius: 12px;
                padding: 0 10px 0 18px;
                justify-content: center;
                align-items: center;
                border-right: none;
                background: transparent;

                display: flex;
            }

            input {
                line-height: 34px;
                height: 36px;
                border: 1px solid #DEDEDE;
                border-width: 1px 1px 1px 0;

                border-radius: 12px;
                padding: 0 16px 0 0;
                background-color: transparent;

                font-weight: 400;
                font-size: 14px;
                line-height: 100%;
                letter-spacing: -0.01em;
                color: #666F7A;
            }

            .input-group-append {

                justify-content: center;
                align-items: center;

                border-top-right-radius: 12px;
                border-bottom-right-radius: 12px;
                padding: 0 16px 0 0;
                border: 1px solid #DEDEDE;

                background: white;

                a {
                    visibility: hidden;
                }
            }
        }
    }



    .ibox-content {
        border: none;
        padding: 24px;


        h3 {
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #131516;
            margin: 0;

            small {
                display: block;
                font-weight: 400;
                font-size: 12px;
                line-height: 120%;
                letter-spacing: -0.01em;
                color: #666F7A;
                margin-top: 4px;
            }
        }


        &.noTop {
            .table-top {
                display: none;
            }

        }

        &.bg-dark-gradient {
            background: linear-gradient(179deg, #090909 5.26%, #030303 99.42%);
        }

    }
    .ibox-footer {
        border: none;

        &.bg-grey {
            background: #F3F3F3;
        }
    }

    &.ibox-save {

        margin-left: -40px;
        margin-right: -40px;

        position: fixed;
        bottom: 0px;
        z-index: 1030;

        width: calc(~'100% - 270px');


        p {
            font-weight: 400;
            font-size: 12px;
            line-height: 120%;
            letter-spacing: -0.01em;
            color: #666F7A;
            margin: 0;
        }

        div[class*='ibox-'] {
            border-radius: 0px;
        }

        .ibox-content {
            padding: 16px 64px;
        }
    }

    .ibox-save2 {
        padding: 24px !important;

        p {
            font-weight: 400;
            font-size: 12px;
            line-height: 120%;
            letter-spacing: -0.01em;
            color: #666F7A;
            margin: 0;
        }

        div[class*='ibox-'] {
            border-radius: 0px;
        }

        .ibox-content {
            padding: 16px 64px;
        }
    }

    &.ibox-h100 {
        background-color: white;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        height: 100%;



    }

//.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu)

    div[class*='ibox-'] {
        border-radius: 20px;
    }

    & > div[class*='ibox-']:not(:first-child) {
            padding-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
    & > div[class*='ibox-']:not(:last-child) {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;

    }


    .table {
        margin-bottom: 0;
    }


    .empty-data {
        text-align: center;

        padding-top: 64px;
        padding-bottom: 64px;


        p {
            color: #666F7A;
            font-size: 12px;
            line-height: 160%;
            letter-spacing: -0.12px;


            strong, b {
                color: #131516;
                font-size: 16px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: -0.16px;
            }

            span {

            }
        }

    }

    .ibox-border {
        border-color: #dbdbdb;
        border-style: solid;

        &-top {
            border-top: 1px solid #dbdbdb;

        }
    }

}






.navbar-default {

    padding: 0 16px;

    .nav-header {
        border-radius: 24px;
            background: #191B1D;


        .profile-element {
            padding: 0;
            text-align: center;


            p {
                margin: 0;
                padding: 0;

                &.title {
                    color: #FFF;
                    text-align: center;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 100%;
                    letter-spacing: -0.14px;
                }
                &.name {
                    color: #FFF;
                    text-align: center;
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 100%;
                    letter-spacing: -0.2px;
                }

            }


            .buttons {
                display: flex;
                justify-content: space-evenly;


                .round-button {
                    width: 50px;
                    height: 50px;

                    border-radius: 32px;
                    border: 1px solid #353535;

                    display: flex;
                    align-items: center;
                    justify-content: center;



                    &.orange {
                        background: #EAA159;
                        border-color: #EAA159;
                    }
                }

            }


            .logout-box {
                display: block;
                padding: 16px 0;

                color: #929CA9;
                font-size: 16px;
                font-weight: 500;
                line-height: 100%;
                letter-spacing: -0.16px;

            }

            img {
                border-radius: 50px;
                max-width: 80px;
            }
        }
    }

    .nav > li {

        & > a {
            color: #929CA9;
            font-size: 16px;
            padding: 0 26px;
            line-height: 1;
            height: 52px;

            display: flex;
            align-items: center;

            svg,
            i {
                margin-right: 14px;
                width: 18px;
                flex: 0 0 18px;
            }

            &:hover,
                &:focus {
                background: linear-gradient(92.73deg, #191B1D 0%, rgba(21, 27, 35, 0.58) 100%);
                border-radius: 16px;
                color: white;
            }

            .arrow {
                float: initial;
                margin-left: 9px;

                &::before {
                    content: "\f107";
                }
            }
        }

        &.active {
            border: none;
            background: none;

            > a {

                .arrow {
                    &::before {
                        content: "\f106";
                    }
                }
            }
        }
    }

    .nav-header-logo {
        padding: 32px 0 24px 0;

        a {
            &:hover {
                background: none;
            }
        }
    }

    ul.nav-second-level {
        background: none;


        > li {

            position: relative;

            > a {
                line-height: 18px;
                height: auto;
                padding: 15px 26px 15px 54px;

                &:before {
                    content: '';
                    display: block;
                    position:absolute;
                    left:32px;
                    top:0;
                    bottom:0;
                    width: 5px;
                    /* height: 5px; */
                    margin-right: 18px;
                    /* vertical-align: middle; */
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 5 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='5' height='5' rx='2.5' fill='%23929CA9'/%3E%3C/svg%3E");
                }

                &:hover,
                    &:focus {
                    background: #EAA159;
                    border-radius: 16px;
                    color: white;

                    &:before {
                        background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 5 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='5' height='5' rx='2.5' fill='%23ffffff'/%3E%3C/svg%3E");
                    }
                }
            }

            &.active {
                > a {
                    background: #EAA159;
                    border-radius: 16px;
                    color: white;

                    &:before {
                        background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 5 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='5' height='5' rx='2.5' fill='%23ffffff'/%3E%3C/svg%3E");
                    }
                }
            }

            & + li {
                margin-top: 2px;
            }

        }
    }

}


.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F8F8F8;
    padding: 24px 36px;
    width: 100%;

    h1 {
        font-weight: 600;
        font-size: 26px;
        line-height: 48px;
        height: 48px;
        letter-spacing: -0.01em;
        color: #131516;

        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;



        small {
            font-weight: 400;
            font-size: 14px;
            line-height: 25px;
            letter-spacing: -0.01em;
            color: #666F7A;
            border-left: 1px solid #DEDEDE;

            margin: 0 0 0 18px;
            padding: 0 0 0 18px;

        }
    }

    .navbar-form-search {
        margin-right: 32px;
        width: 290px;

        &.active {
            .input-group-append {
                a {
                    visibility: visible;
                }
            }
        }

        .input-group-prepend {
            line-height: 46px;
            height: 46px;
            border: 1px solid #DEDEDE;
            border-top-left-radius: 16px;
            border-bottom-left-radius: 16px;
            padding: 0 16px 0 20px;
            justify-content: center;
            align-items: center;
            border-right: none;
            background: white;

            display: flex;
        }

        input {
            line-height: 46px;
            height: 46px;
            border: 1px solid #DEDEDE;
            border-width: 1px 0px 1px 0;

            border-radius: 16px;
            padding: 0 16px 0 0;


            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #666F7A;
        }

        .input-group-append {

            justify-content: center;
            align-items: center;

            border-top-right-radius: 16px;
            border-bottom-right-radius: 16px;
            padding: 0 16px 0 0;
            border: 1px solid #DEDEDE;

            background: white;

            a {
                visibility: hidden;
            }
        }



        .dropdown {
            &.active {
                .input-group-append {
                    a {
                        visibility: visible;
                    }

                }
            }

            &.show {

                .input-group {
                    .input-group-prepend {
                        border-bottom-left-radius: 0;
                    }
                    input {
                        border-bottom-right-radius: 0;
                    }
                    .input-group-append {
                        border-bottom-right-radius: 0;
                    }
                }

                .dropdown-menu.show {
                    border-top: none;
                }
            }


            .dropdown-menu {
                width: 100%;
                box-shadow: none;
                border: 1px solid #DEDEDE;
                border-bottom-left-radius: 16px;
                border-bottom-right-radius: 16px;
                padding: 0;

                .dropdown-header {
                    font-weight: 600;
                    font-size: 10px;
                    line-height: 32px;
                    letter-spacing: -0.01em;
                    color: #666F7A;
                    padding: 0 24px;

                }
                .dropdown-item {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 38px;
                    letter-spacing: -0.01em;
                    color: #131516;
                    padding: 0 24px;

                    &:hover {
                        background: none;
                    }
                }

                .dropdown-divider {
                    margin: 0;
                }

                &.show {

                }
            }

        }

    }

    .nav {


        li {

            & + li {
                margin-left: 16px;
            }

            &.dropdown {


                .dropdown-menu {
                    margin-top: 8px;

                    padding: 0;


                    box-shadow: none;
                    border: 1px solid #DEDEDE;
                    border-radius: 16px;

                    &.dropdown-messages {
                        max-height: 274px;
                        overflow-y: auto;
                    }

                    &.dropdown-alerts {
                        width: fit-content;
                        min-width: 100px;


                        li {
                            line-height: 47px;
                            height: 47px;
                            padding: 0 26px;

                            a {
                                line-height: 47px;
                                height: 47px;

                                display: flex;
                                align-items: center;

                                svg {
                                    margin-right: 9px;
                                }

                            }

                            &.dropdown-divider {
                                line-height: 100%;
                                height: 1px;
                                padding: 0;
                            }
                        }

                    }

                    li {
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 100%;
                        letter-spacing: -0.01em;
                        color: #131516;
                        padding: 12px 12px 12px 30px;
                        margin: 0;

                        a {
                            font-weight: 500;
                            font-size: 14px;
                            line-height: 100%;
                            letter-spacing: -0.01em;
                            color: #131516;

                            &:hover,
                            &:focus {
                                background: none;
                            }
                        }

                        &.title {
                            padding-left: 24px;
                            font-weight: 600;
                            font-size: 16px;
                            line-height: 22px;
                        }

                        .dropdown-messages-box {
                            .media-body {
                                font-weight: 500;
                                font-size: 14px;
                                line-height: 100%;
                                letter-spacing: -0.01em;
                                color: #131516;


                            }

                            small {
                                display: block;
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 100%;
                                letter-spacing: -0.01em;
                                color: #666F7A;
                                margin: 10px 0 0 0;
                                padding: 0;
                            }
                        }

                        .dropdown-item {
                            margin: 0;
                            padding: 0;
                            line-height: 1px;
                        }

                    }

                    .dropdown-divider {
                        margin: 0;
                        padding: 0;
                    }

                }
            }



            a {
                min-height: auto;
                padding: 0;




            }

            .drop-notification {
                height: 36px;
                width: 36px;

                display: flex;
                justify-content: center;
                align-items: center;


                background: none;
                border-radius: 50%;

                .dots {
                    width: 11px;
                    height: 11px;
                    border-radius: 50%;
                    border: 2px solid #EBEBEB;

                    position: absolute;
                    right: 5px;
                    bottom: 7px;


                    &.dot-red {
                        background: #FF2B37;
                    }
                }

                &:hover {
                    background: #EBEBEB;
                }

            }
            .drop-profile {
/*                height: 36px;
                width: 36px;
                background: #EBEBEB;
                border-radius: 50%;*/
                img {
                    max-height: 50px;
                }
            }

        }

    }


}


.page-heading {
    height: 42px;
    padding: 0;
    margin-bottom: 16px;

    h2 {
        font-weight: 600;
        font-size: 26px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #131516;
        margin: 0;
        padding: 0;

        display: flex;
        align-items: center;

        small {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #666F7A;

            padding-left: 18px;
            margin-left: 18px;
            border-left: 1px solid #DEDEDE;
        }
    }

}

.box-no-data {

    svg {
        margin-bottom: 16px;
    }
    p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: -0.14px;
        text-align: center;
        color: #131516;

        small {
            display: block;
            font-size: 12px;
            color: #666F7A;
            margin-top: 8px;
        }
    }
}


.table {

    tr {
        td {
            font-weight: 600;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #666F7A;
        }
    }

    .text-price {
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #131516;
    }

    &.table-default {
        &  > :not(:first-child) {
            border: none;

        }

        thead {
            tr {
                th {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 100%;
                    letter-spacing: -0.01em;
                    color: #666F7A;

                    padding: 8px 24px;
                }
            }
        }
        tbody {
            tr {

                &:last-child {
                    td {
                        border-bottom: none;
                    }
                }

                td {
                    vertical-align: middle;

                    font-weight: 400;
                    font-size: 14px;
                    line-height: 120%;
                    letter-spacing: -0.01em;
                    color: #131516;

                    padding: 24px;

                    border-bottom: 1px solid #DDDDDD;

                    &.name,
                    &.name-wrap {
                        p {
                            margin-bottom: 0;
                            white-space: nowrap;

                            small {
                                display: block;
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 150%;
                                color: #666F7A;

                                span {
                                    margin-left: 10px;
                                }
                            }
                        }
                    }
                    &.name-wrap {

                        p {
                            width: 300px !important;
                            white-space: normal;
                        }
                    }

                    p {
                        margin: 0;


                        &.ssku {
                            margin-top: 4px;
                            font-size: 12px;
                            line-height: 100%;
                            color: #666F7A;
                        }
                    }

                }
            }
        }
    }

    &.table-order-edit2 {
/*        display: flex;
        flex-flow: column;
        width: 100%;
        height: 200px;*/
        //

        &.narrow-row {
            tbody {
                tr {
                    td {
                        padding: 9px 24px;
                        border-bottom: none;
                    }
                }
            }
        }

        thead {
            tr {
                &.search {

                    input.form-control {
                        height: 32px;
                        line-height: 30px;

                        border: 1px solid #DEDEDE;
                        border-radius: 12px;

                        padding: 0 6px 0 8px;
                        font-weight: 400;
                        font-size: 14px;
                        letter-spacing: -0.01em;
                        color: #131516;

                        width: 100%;
                    }

                    select.form-select {
                        height: 32px;
                        line-height: 30px;

                        border: 1px solid #DEDEDE;
                        border-radius: 12px;
                        padding: 0 36px 0 18px;

                        font-weight: 400;
                        font-size: 14px;
                        letter-spacing: -0.01em;
                        color: #131516;
                    }


                    th {
                        //border-bottom: 1px solid #DEDEDE;
                    }

                    & + .search {
                        display: none;
                    }
                }
            }
        }

        tbody {

            tr {
/*                width: 100%;
                display: table;
                table-layout: fixed;*/
                //


            td {
                vertical-align: middle;

                &.cart-description {
                    p {
                        margin-bottom: 4px;

                        a {
                            font-weight: 400;
                            font-size: 14px;
                            line-height: 120%;
                            letter-spacing: -0.01em;
                            color: #131516;
                            text-decoration: none;


                        }

                        &.ssku {
                            font-weight: 400;
                            font-size: 12px;
                            line-height: 100%;
                            letter-spacing: -0.01em;
                            color: #666F7A;
                            margin-bottom: 0;
                        }
                    }
                }


                &.cart_unit {

                    .btn-link {
                        font-weight: 600;
                        font-size: 12px;
                        line-height: 100%;
                        letter-spacing: -0.01em;
                        text-decoration-line: underline;
                        color: #EAA159;
                    }

                    p {

                    }

                    .old-price {
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 100%;
                        letter-spacing: -0.01em;
                        color: #666F7A;
                        text-decoration: line-through;
                        display: none;

                        &.show {
                            display: inline-block;
                        }

                    }

                    .taxes_text {
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 100%;
                        letter-spacing: -0.01em;
                        color: #666F7A;
                    }

                    .input-group {

                        input.form-control {
                            font-weight: 400;
                            font-size: 14px;
                            line-height: 120%;
                            letter-spacing: -0.01em;
                            color: #131516;
                            border-color: #dedede;
                            border-top-left-radius: 12px;
                            border-bottom-left-radius: 12px;
                        }
                    }

                }

                &.cart_quantity {


                    .cart_quantity_buttons {
                        display: flex;
                        justify-content: start;
                        align-items: center;
                        flex-direction: row;

                        .cart_quantity_down,
                        .cart_quantity_up {

                            background: #FFFFFF;
                            border: 1px solid #DEDEDE;
                            border-radius: 50%;

                            line-height: 30px;
                            height: 32px;
                            width: 32px;

                            &:hover {
                                background-color: #DEDEDE;
                            }
                        }

                        .cart_quantity_input {
                            width: 38px;
                            border: none;

                            font-weight: 400;
                            font-size: 14px;
                            line-height: 120%;
                            letter-spacing: -0.01em;
                            color: #131516;

                            padding: 0;
                            text-align: center;
                        }
                    }
                }
            }
        }
        }


    }

    tfoot {

        .box-no-data {

            svg {
                margin-bottom: 16px;
            }
            p {
                padding: 0;
                margin: 0;
                font-size: 14px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: -0.14px;
                text-align: center;
                color: #131516;

                small {
                    display: block;
                    font-size: 12px;
                    color: #666F7A;
                    margin-top: 8px;
                }
            }
        }
    }

}

.admin-order-summary {
    padding: 20px 24px;
    border-top: 1px solid #DBDBDB;
    &__row {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 48px;
        color: #000;
        font-size: 14px;
    }
    &__value {
        font-weight: 700;
    }
}

div.dataTables_wrapper,
.dataTables_wrapper {
    padding: 0;
    margin: 0;

    overflow-x: hidden;
    overflow-y: hidden;

    .dataTable {
        border: none !important;
        table-layout: initial;
        padding-right: 12px;

        &.rmktable{
            table-layout: initial!important;
        }

        > thead {
            tr {
                background: none;

                th {
                    background-color: none !important;
                    background: none !important;
                    border-right: none;

                    font-weight: 400;
                    font-size: 12px;
                    line-height: 100%;
                    letter-spacing: -0.01em;
                    color: #666F7A;

                    padding: 8px 24px;

                    &:first-child {
                        padding-left: 24px !important;
                    }
                    &:last-child {
                        padding-right: 24px !important;
                    }

                    input {
                        width: auto;
                    }

                }

                &.search {
                    th {

                    }

                    .btn-group {
                        width: 100%;

                    }

                    .btn-search-select {

                        height: 32px;
                        line-height: 30px;
                        border: 1px solid #DEDEDE;
                        border-radius: 12px;
                        padding: 0 2.25rem 0 .75rem;
                        color: #131516;
                        text-align: left;
                        font-weight: 400;

                    }

                    .has-clear-filter .btn-search-select {
                        padding: 0 3.25rem 0 .75rem;
                    }
                }
            }

            .sorting_asc::before,
            .sorting_desc::before {
                color: #EAA159;
                opacity: 1;
            }
            .sorting_asc::before {
                content: "\2191";
            }
            .sorting_desc::before {
                content: "\2193";
            }

        }
        tbody {
            tr {

                &:last-child {
                    td {
                        border-bottom: none;
                    }
                }

                td {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 120%;
                    letter-spacing: -0.01em;
                    color: #131516;

                    padding: 24px;

                    border-bottom: 1px solid #DDDDDD;
                    border-right: none;

                    &:first-child {
                        padding-left: 24px !important;
                    }

                    &.min {
                        width: 1%;
                        white-space: nowrap;
                    }
                    &.name,
                    &.name-wrap {
                        p {
                            margin-bottom: 0;
                            white-space: nowrap;

                            small {
                                display: block;
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 150%;
                                color: #666F7A;

                                span {
                                    margin-left: 10px;
                                }
                            }
                        }
                    }
                    &.name-wrap {

                        p {
                            width: 300px !important;
                            white-space: normal;
                        }
                    }
                }
            }
        }

        .text-accessible {
            color: #4DC623;
        }
        .text-newoffers {
            color: #1EABA3;
        }
        .text-notavailable {
            color: #D61212;
        }
        .text-duplicates {
            color: #E4B50E;
        }



        .dropdown {
            &.dropdown-default {


                .btn.dropdown-toggle {


                }


                .dropdown-menu {
                    margin-top: 8px;

                    padding: 0;


                    box-shadow: none;
                    border: 1px solid #DEDEDE;
                    border-radius: 16px;


                    width: fit-content;
                        min-width: 100px;


                        li {
                            font-weight: 500;
                            font-size: 14px;
                            letter-spacing: -0.01em;
                            color: #131516;
                            line-height: 47px;
                            height: 47px;
                            padding: 0 26px;
                            margin: 0;


                            a,
                            .dropdown-item {
                                font-weight: 500;
                                font-size: 14px;
                                letter-spacing: -0.01em;
                                color: #131516;
                                padding: 0;
                                margin: 0;
                                border-radius: 0;

                                line-height: 47px;
                                height: 47px;

                                display: flex;
                                align-items: center;

                                svg {
                                    margin-right: 9px;
                                }

                                &:hover,
                                &:focus {
                                    background: none;
                                }

                                span.label,
                                span.label.label-primary {
                                    background: none;
                                    color: inherit;
                                    padding: 0;
                                    margin-right: 9px;
                                    background: none;
                                    font-size: inherit;
                                }

                            }

                            &.dropdown-divider {
                                line-height: 100%;
                                height: 1px;
                                padding: 0;
                                margin: 0;
                            }
                        }

                    li {







                    }
                }
            }
        }

        &.dataTable-default {
            margin: 0 !important;

            thead tr th,
            tbody tr td {
                width: inherit;
            }

            thead tr th {
                white-space: nowrap;


            }



        }

        &.dataTable-list {
            margin-top: 0 !important;

            thead {
                tr {


                    &[role="row"] {
                        background: #F7F7F7;
                        height: 39px;
                        line-height: 37px;
                        border-width: 1px 0px;
                        border-style: solid;
                        border-color: #DEDEDE;
                    }

                    &.search {

                        input.form-control {
                            height: 32px;
                            line-height: 30px;

                            border: 1px solid #DEDEDE;
                            border-radius: 12px;

                            padding: 0 6px 0 8px;
                            font-weight: 400;
                            font-size: 14px;
                            letter-spacing: -0.01em;
                            color: #131516;
                        }

                        select.form-select {
                            height: 32px;
                            line-height: 30px;

                            border: 1px solid #DEDEDE;
                            border-radius: 12px;
                            padding: 0 36px 0 18px;

                            font-weight: 400;
                            font-size: 14px;
                            letter-spacing: -0.01em;
                            color: #131516;
                        }


                        th {
                            border-bottom: 1px solid #DEDEDE;
                        }

                        & + .search {
                            display: none;
                        }
                    }

                    th {
                        border-top: 1px solid #dedede !important;
                        padding: 8px 6px 8px 2px;
                    }
                }

            }


            tbody  {


                tr  {
                    &:first-child td {
                        border-top: none;
                    }

                    td {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 120%;
                        letter-spacing: -0.01em;
                        color: #131516;
                        padding: 9px 24px 9px 2px;
                        border-color: #dedede;
                        border-style: solid;
                        border-width: 1px 0px 0px 0px;

                        &.name,
                        &.name-wrap {
                            p {
                                margin-bottom: 0;
                                white-space: nowrap;

                                small {
                                    display: block;
                                    font-weight: 400;
                                    font-size: 12px;
                                    line-height: 150%;
                                    color: #666F7A;

                                    span {
                                        margin-left: 10px;
                                    }
                                }
                            }
                        }
                        &.name-wrap {

                            p {
                                width: 300px !important;
                                white-space: normal;
                            }
                        }

                        &.name-text-small {
                            font-size: 12px;
                        }
                        &.status {

                        }
                        &.nowrap {
                            white-space: nowrap;
                        }
                        &.status2 {
                            color: #131516;

                            .text-grey {
                                color: #898a8a;
                            }
                        }

                    }
                }
            }

        }

        &.hover {
            tbody tr:hover {
                background: #F3F3F3;
                cursor: pointer;
            }

        }

    }

    .table-top {
        height: 50px;
        line-height: 50px;


        .dataTables_paginate {

            .paginate_button {
                height: 24px;
                line-height: 24px;
            }

            .paginate_input {
                line-height: 20px;
                height: 22px;
                font-size: 11px;
                color: #131516;
            }

            span {
                font-size: 11px;
                color: #131516;
            }
        }

    }

    .table-middle {
        overflow-x: auto;
    }


    .table-footer {
        background: #F3F3F3;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top: 1px solid #dedede;

        .dataTables_paginate {

        }

        .table-footer-left {
            display: flex;
            justify-content: start;
            align-items: center;
            flex-direction: row;



            height: 48px;
            line-height: 48px;

            .dataTables_length {
                padding: 0 16px 0 24px;

                label {
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 20px;
                    color: #131516;
                }

                .form-select {
                    border: none;
                    background-color: transparent;
                    padding-right: 26px;

                    font-weight: 400;
                    font-size: 12px;
                    color: #131516;
                }
            }
            .dataTables_info {
                font-weight: 400;
                font-size: 13px;
                line-height: 20px;
                color: #666F7A;
                padding: 0 16px;

                border-color: transparent transparent transparent #DEDEDE;
                border-style: solid;
                border-width: 0px 0px 0px 1px;
            }
        }

    }

    .dataTables_scroll {
        .dataTables_scrollHead {


            .dataTables_scrollHeadInner {
                border-bottom: 1px solid #dedede;
            }
        }
    }

    &.nofooter {

        .dataTables_scrollBody {
            border-bottom: 0;
        }

        .table-footer {
            display: none;
        }
    }
    &.notop {
        .table-top {
            display: none;
        }
    }

    div.dataTables_paginate {
        text-align: right;

        display: flex;
        justify-content: end;
        flex-direction: row;
        align-items: center;

        span {
            display: flex;
            align-items: center;
            justify-content: center;

            &:nth-child(1) {
                order: 1;
            }
            &:nth-child(2) {
                order: 2;
            }
            &:nth-child(5) {
                order: 4;
            }
            &:nth-child(6) {
                order: 5;
                margin: 0 3px;
            }
            &:nth-child(3) {
                order: 6;
                margin-right: 16px;
            }
            &:nth-child(7) {
                order: 7;
            }
            &:nth-child(8) {
                order: 8;
            }
            &:nth-child(9) {
                order: 9;
            }
        }
        .paginate_input {
            order: 3;
            margin: 0 10px 0 16px;
        }


        .paginate_button {
            margin: 0;
            padding: 0;
            height: 48px;
            line-height: 48px;
            width: 48px;

            border-color: transparent transparent transparent #dedede;
            border-style: solid;
            border-width: 0px 0px 0px 1px;

            &.previous {
                border-right: 1px solid #dedede;
            }

            &.disabled {
                border-color: transparent transparent transparent #dedede;
                border-style: solid;
                border-width: 0px 0px 0px 1px;

                svg {
                    path {
                        stroke: #666F7A;
                    }
                }
            }
            &.previous.disabled {
                border-right: 1px solid #dedede;
            }
            &.disabled:hover,
            &:hover {
                background: none;
                color: inherit;
                border-color: transparent transparent transparent #dedede;
                border-style: solid;
                border-width: 0px 0px 0px 1px;

                &.previous {
                    border-right: 1px solid #dedede;
                }
            }
        }
        .paginate_input {
            border-color: transparent transparent transparent #dedede;
            border-style: solid;
            border-width: 0px 0px 0px 1px;

            height: 32px;
            line-height: 30px;
            width: 32px;
            border: 1px solid #DEDEDE;
            border-radius: 8px;
            background: none;
            padding: 0;

            font-weight: 400;
            font-size: 13px;
            text-align: center;
            color: #131516;

        }
    }

    div.dataTables_processing {

        border-color: #EAA159;
        height: 50px;
        line-height: 48px;
        background: #EAA159;
        border-radius: 12px;

        width: 300px;

        .fa {
            margin-right: 6px;
        }
    }
}

.list-group-delivery {
    padding: 0;


    .list-group-item {
        padding: 0 24px;

        height: 56px;
        line-height: 54px;

        font-weight: 500;
        font-size: 14px;
        letter-spacing: -0.01em;
        color: #131516;

        display: flex;
        justify-content: start;
        align-items: center;



        .i-checks {
            width: 100%;

            font-weight: 500;
            font-size: 14px;
            letter-spacing: -0.01em;
            color: #131516;

            .iradio_round-black {
                margin: 0;
            }


            .form-floating {
/*                input.form-control {
                    height: 40px;
                    line-height: 38px;

                    font-weight: 500;
                    font-size: 12px;
                    letter-spacing: -0.01em;
                    color: #131516;


                }

                label {
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 38px;
                    letter-spacing: -0.01em;
                    color: #666F7A;
                }*/
            }





        }


        @media (max-width: 767.98px) {
            &.mobfix{
                padding: 0;
            }
        }
    }

}


.t-order-summary {

    & > :not(:first-child) {
        border-top: none;
    }

    select.form-control {
        display: inline-flex;
        width: max-content;
        width: initial;
    }

    tbody tr,
    tfoot tr {

        td {
            padding: 16px 0;
            line-height: 1;

            & + td {
                text-align: right;
            }
        }
    }

    tbody tr {
        &:first-child {
            td {
                border-top: none;
            }
        }
        &:last-child {
            td {
            border-bottom: none;
            }
        }
    }

    tfoot {

        &::before
        {
            content: '';
            display: block;
            height: 30px;
        }

        tr {
            td {
                background: #F3F3F3;
                border-top-left-radius: 20px;
                border-bottom-left-radius: 20px;
                padding: 0 24px;
                line-height: 56px !important;
                border: none;

                & + td {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                    border-top-right-radius: 20px;
                    border-bottom-right-radius: 20px;
                }
            }
        }
    }

}

.nav-pills {
    padding-top: 10px;
    border-bottom: 1px solid #dbdbdb;

    .nav-item {



        .nav-link {
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #666F7A;

            background: none;
            padding: 14px 24px;
            border-radius: 0px;
            margin-bottom: -1px;

            &.active {
                color: #131516;

                border-bottom: 1px solid #131516;

            }

        }

    }

}


.nav-pills-tabs {
    border-bottom-color: #D9D9D9;


    .nav-item {



        .nav-link {
            padding-left: 0;
            padding-right: 0;

            color: #666F7A;
            font-size: 14px;
            font-family: Manrope;
            line-height: 120%;
            font-weight: 400;
            letter-spacing: -0.14px;

            &.active {

                font-weight: 600;
                border-bottom: 3px solid #EAA159;
            }

            .badge {
                font-size: 12px;
                font-weight: 600;
                line-height: 16px;
                height: 16px;
                letter-spacing: -0.12px;
                padding: 0 8px;
                margin-left: 10px;
                border-radius: 10px;

                &.text-accessible {
                    color: #2BB239;
                    background: rgba(23, 242, 45, 0.16);
                }
                &.text-newoffers {
                    color: #1EABA3;
                    background: rgba(23, 242, 229, 0.16);
                }
                &.text-notavailable {
                    color: #F21717;
                    background: rgba(242, 23, 23, 0.16);
                }
                &.text-duplicates {
                    color: #F28017;
                    background: rgba(242, 128, 23, 0.16);
                }


            }

        }

        & + .nav-item {
            margin-left: 24px;
        }
    }

}




.modal {

    .list-style-position-inside {
        list-style-position: inside;
    }

    .modal-70vw {
        @media (min-width: 768px) {
            max-width: 70vw;
        }

    }


    .modal-dialog {

        .modal-header {

            .product-title {
                display: block;
                font-size: 14px;
                color: #666F7A;
            }

            .btn-close {
                display: flex;
                justify-content: flex-end;
            }
        }


        .modal-content {
            border-radius: 20px;

            &.spinner {
                &:after {
                    border-radius: 20px;
                }
            }

            h1, h2, h3, h4 ,h5 {
                font-weight: 600;
                font-size: 20px;
                line-height: 32px;
                color: #131516;
                margin: 0;
                padding: 0;
            }

            h4 {
                color: #131516;
                font-size: 16px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: -0.16px;
            }

            .btn {
                height: 46px;
                line-height: 44px;
                font-weight: 600;
                font-size: 14px;
            }

            .modal-header {

                padding: 20px 24px;
                border-bottom: 1px solid #dedede;

                &.no-border {
                    border: none;
                }
            }

            .modal-body {
                padding: 16px 24px;

                .table {




                }

                ol {
                    li {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 160%;
                    }

                }

            }

            .max260 {
                max-height: 260px;
            }

            .modal-footer {
                padding: 0 24px 24px 24px;
                border-top: 0;
            }


            // pobrane z cart_quantity
            .cart_quantity_buttons {
                        display: flex;
                        justify-content: start;
                        align-items: center;
                        flex-direction: row;

                        .cart_quantity_down,
                        .cart_quantity_up {

                            background: #FFFFFF;
                            border: 1px solid #DEDEDE;
                            border-radius: 50%;

                            line-height: 30px;
                            height: 32px;
                            width: 32px;

                            &:hover {
                                background-color: #DEDEDE;
                            }
                        }

                        .cart_quantity_input {
                            width: 38px;
                            border: none;

                            font-weight: 400;
                            font-size: 14px;
                            line-height: 120%;
                            letter-spacing: -0.01em;
                            color: #131516;

                            padding: 0;
                            text-align: center;

                        }


                    }

        }
    }

    .dropzone {

        min-height: 140px;
        border: none;
        background: white;
        padding: 0;

        .dz-default {
            min-height: 176px;
            border-radius: 16px;
            border: 1px dashed #E4E4E4;
            background: #FFF;
            padding: 20px;

            display: flex;
            justify-content: center;
            align-items: center;

            &:hover {
                cursor: pointer;
            }

        }

        .dz-message {

            span {
                font-size: 12px;
                font-family: Manrope;
                line-height: 16px;
                color: #666F7A;
                text-align: center;

                b, strong {
                    color: #131516;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 20px;
                }
            }

        }

        .dz-preview {
            border-radius: 16px;
            border: 1px solid #E4E4E4;
            background: #FFF;
            padding: 8px;
            margin-top: 16px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            position: relative;

            &:before {
                content: " ";
                display: block;
                width: 36px;
                height: 36px;
                border-radius: 8px;
                background: #F1F9F6;
                background-position: center;
                background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6666 1.8913V5.33342C11.6666 5.80013 11.6666 6.03348 11.7574 6.21174C11.8373 6.36854 11.9648 6.49603 12.1216 6.57592C12.2999 6.66675 12.5332 6.66675 12.9999 6.66675H16.442M16.6666 8.3236V14.3334C16.6666 15.7335 16.6666 16.4336 16.3941 16.9684C16.1544 17.4388 15.772 17.8212 15.3016 18.0609C14.7668 18.3334 14.0667 18.3334 12.6666 18.3334H7.33325C5.93312 18.3334 5.23306 18.3334 4.69828 18.0609C4.22787 17.8212 3.84542 17.4388 3.60574 16.9684C3.33325 16.4336 3.33325 15.7335 3.33325 14.3334V5.66675C3.33325 4.26662 3.33325 3.56655 3.60574 3.03177C3.84542 2.56137 4.22787 2.17892 4.69828 1.93923C5.23306 1.66675 5.93312 1.66675 7.33325 1.66675H10.0097C10.6212 1.66675 10.9269 1.66675 11.2147 1.73582C11.4698 1.79707 11.7136 1.89808 11.9373 2.03515C12.1896 2.18975 12.4058 2.40594 12.8382 2.83832L15.495 5.49517C15.9274 5.92755 16.1436 6.14374 16.2982 6.39604C16.4353 6.61972 16.5363 6.86358 16.5975 7.11867C16.6666 7.40639 16.6666 7.71213 16.6666 8.3236Z' stroke='%2310875C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                margin-right: 8px;
            }

            &:hover {

                .dz-image {

                }

                .dz-close {
                    display: block;
                }
            }


            .dz-image {

                content: " ";
                display: none;
                width: 24px;
                height: 24px;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("data:image/svg+xml,%3Csvg class='_delete-preview' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L17 17' stroke='%23666F7A' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M17 7L7 17' stroke='%23666F7A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
                cursor: pointer;
                position: absolute;
                right: 12px;

                img {
                    display: none;
                }
            }

            .dz-close {

                content: " ";
                display: none;
                width: 24px;
                height: 24px;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("data:image/svg+xml,%3Csvg class='_delete-preview' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L17 17' stroke='%23666F7A' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M17 7L7 17' stroke='%23666F7A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
                cursor: pointer;
                position: absolute;
                right: 12px;

                img {
                    display: none;
                }
            }

            .dz-details {
                display: flex;
                flex-direction: column-reverse;



                .dz-filename {
                    span {
                        color: #131516;
                        font-size: 12px;
                        font-family: Manrope;
                        font-weight: 600;
                        line-height: 16px;
                    }
                }
                .dz-size {
                    span {
                        color: #666F7A;
                        font-size: 12px;
                        font-family: Manrope;
                        line-height: 16px;
                    }
                }

            }

            .dz-error-message {
                flex: 0 0 100%;
                color: #dc3545;
                margin-left: 44px;
            }

            .dz-progress,
            .dz-success-mark,
            .dz-error-mark {
                display: none;
            }

            button {

            }

        }


    }

}


.select2-container {



    .select2-nosearch,
    .select2nosearch {

        .select2-search {
            display: none;
        }

    }


    .select2-dropdown {

        box-shadow: none;
        border: 1px solid #DEDEDE;
        border-top: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        padding: 0;

        overflow: hidden;


        .select2-results {


            .select2-results__options { //ul



              .select2-results__option { //li

                 font-weight: 500;
                 font-size: 14px;
                 line-height: 38px;
                 letter-spacing: -0.01em;
                 color: #131516;
                 padding: 0 18px;

                 &--highlighted {
                     background-color: #e0e0e6;
                 }
              }

            }


        }
    }

}

.offer-product-edit {

    .company-checkbox-wrapper .checkbox-item,
    .form-check {

        label {
            color: #131516;
            font-size: 14px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: -0.14px;
            padding-left: 0;
        }
    }

    .offer-list-rows {
        .i-checks {
            label {
                color: #000;
                font-size: 16px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: -0.16px;
            }
        }


        .form-switch {
            margin: 0;
            display: flex;
            align-items: center;

            .form-check-input {
                cursor: pointer;
                width: 46px;
                height: 24px;
                box-shadow: none;



                &:focus {
                    border-color: rgba(0, 0, 0, 0.25);
                    outline: 0;
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
                }
                &:checked {
                    background-color: #EAA159;
                    border-color: #EAA159;
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

                }
            }
            .form-check-label {
                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 100%; /* 16px */
                letter-spacing: -0.16px;
                margin-left: 15px;
            }

        }

    }

    .table.table-default {

        tbody {
            tr td {
                a {
                    color: #131516;

                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }

}

.box-afiliation-code {

    p {
        color: #131516;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: -0.16px;

        a {
            color: #131516;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            opacity: 0.5;
        }
    }

    .input-group {

        input.form-control {
            color: #131516;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            letter-spacing: -0.18px;


            border-radius: 16px;
            border: 1px solid #DEDEDE;

            height: 48px;
            line-height: 48px;
            padding: 0 16px;
        }
        .btn-outline-secondary {

            border-radius: 16px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            border-color: #DEDEDE;
            border-width: 1px 1px 1px 0px;
            height: 48px;
            line-height: 48px;

            background-color: #EAA159;
            color: white;

        }
    }


}


.input-group {

    &-search {
        .input-group-text {
            border-color: #e5e6e7;


        }

        .form-control:focus {
            border-color: #e5e6e7; //inherit;
        }
    }


}


.custom-file {


    &.upload-file-button {

        height: auto;

    }
}

.input-choose-product {

    .dropdown-menu {

        > .active {

            > a {
                background-color: #666;
            }

        }

    }

}

.search th{
    position: relative;
}

/* FA5 class compatibility with loaded FA4 font */
.fas {
    font-family: FontAwesome;
    font-style: normal;
}

.input-wrap-search{
    display: inline-block;
    position: relative;

    &::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23999' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E") no-repeat center;
        background-size: contain;
        pointer-events: none;
        z-index: 1;
    }

    input.form-control {
        padding-left: 30px !important;
    }

    &:hover{
        button._removeText{
            opacity: 1;
            pointer-events: all;
        }
    }
}

button._removeText {
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    color: transparent;

    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    background: url('/images/admin/times.svg') no-repeat center center;

    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
}


.note-editor {



    .btn-light {
        color: black;

        &:hover {
            background-color: white;
        }
        &:focus {
            box-shadow: none;
            outline: 0;
        }
    }

}









    .ibox-badge {
        font-size: 12px;
        padding: 4px 8px;
        margin-bottom: 0;
    }

    .ibox-title span:not(.alert) {
        color: #666f7a;
        font-size: 16px;
        line-height: 1;
    }

    .ic-percent {
        align-self: end;
    }

    .ic-percent svg {
        margin-right: 4px;
    }

    .ic-number {
        font-size: 26px;
        color: #131516;
        line-height: 1;
        font-weight: 600;
    }

    .ic-number-xs {
        font-size: 20px;
    }

    .ic-number small {
        font-size: 18px;
    }

    .ibox .ibox-title {
        padding-bottom: 12px;
    }

    .ic-number em {
        font-style: normal;
        font-size: 16px;
        color: #666f7a;
        font-weight: normal;
    }

    .ic-number-xs em {
        font-size: 14px;
    }

    .ibox-special {
        border-radius: 20px;
        background-color: #ffffff;
    }

    .panel-content.ibox-top .ibox:hover .ibox-title, .panel-content.ibox-top .ibox:hover .ibox-content, .ibox-special:hover {
        background: #131516;
    }

    .panel-content.ibox-top .ibox:hover .ic-number {
        color: #ffffff;
    }

    /* Simple pure CSS donut chart */
    .donut-container {
        width: 100%;
        max-width: 80px;
        font-size: 16px;
        margin: 0 auto;
        animation: donutfade 1s;
        margin-right: 14px;
        margin-top: 14px;
    }

    .donut-ring {
        stroke: #EBEBEB
    }

    .donut-segment {
        transform-origin: center;
        stroke: #FF6200;
        stroke-linecap: round
    }

    .donut-segment-2 {
        stroke: #f28017;
    }

    .donut-segment-3 {
        stroke: #d9e021;
    }

    .donut-segment-4 {
        stroke: #ed1e79;
    }

    .segment-1 {
        fill: #ccc
    }

    .segment-2 {
        fill: aqua
    }

    .segment-3 {
        fill: #d9e021
    }

    .segment-4 {
        fill: #ed1e79
    }

    @keyframes donutfade {
        0% {
            opacity: .2
        }
        100% {
            opacity: 1
        }
    }

    .donut-percent {
        animation: donutfadelong 1s
    }

    .donut-data {
        font-size: .12em;
        line-height: 1;
        transform: translateY(0.5em);
        text-align: center;
        text-anchor: middle;
        color: #666;
        fill: #666;
        animation: donutfadelong 1s
    }

    .donut-text {
        fill: #FF6200
    }

    .donut-text-1 {
        fill: #131516
    }

    .donut-text-2 {
        fill: #d9e021
    }

    .donut-text-3 {
        fill: #ed1e79
    }

    .donut-label {
        font-size: .28em;
        font-weight: 700;
        line-height: 1;
        fill: #000;
        transform: translateY(0.25em)
    }

    .donut-percent {
        font-size: .5em;
        line-height: 1;
        transform: translateY(0.5em);
        font-weight: 700
    }

    .panel-content.ibox-top .ibox:hover .donut-hole {
        fill: #131516;
    }

    .panel-content.ibox-top .ibox:hover .donut-text-1 {
        fill: #ffffff;
    }

    .panel-content.ibox-top .ibox:hover .donut-ring {
        stroke: #352b21;
    }


    .desktop-mobile-data {
        height: 18px;
        border-radius: 20px;
        border: 3px solid #fff;
    }

    .dmd-desktop {
        background: var(--bs-blue);
    }

    .dmd-mobile {
        background: var(--bs-purple);
    }

    .meet-title {
        font-size: 14px;
    }

    .meet-label {
        margin-right: 10px;
    }


    .ibox-map {
        height: 100%;
    }

    .ibox-map .ibox-content {
        height: calc(100% - 76px);
        min-height: auto;

        @media (max-width: 1199.98px) {
            min-height: 400px;
        }
    }

    #salesMap {
        height: 100% !important;
        width: 100% !important;
    }

    .chart-labels {
    }

    .chart-label {
        border: 1px solid #dedede;
        padding: 5px 12px;
        border-radius: 10px;
    }

    .chart-label em {
        font-style: normal;
    }

    .dot {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        align-self: center;
    }

    .dot-purple {
        background: var(--bs-purple);
    }

    .dot-blue {
        background: var(--bs-blue);
    }
    .switch-field {
        display: flex;
        overflow: hidden;
        background-color: #f3f3f3;
        padding: 5px;
        border-radius: 12px;
    }

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden
    }

    .switch-field label {
        border-radius: 10px;
        background-color: #f3f3f3;
        color: #9298A0;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        transition: all .1s ease-in-out
    }

    .switch-field label:hover {
        cursor: pointer
    }

    .switch-field input:checked + label {
        background-color: #ffffff;
        color: #6c6d6d;
    }

    /*
    .switch-field label:first-of-type{border-radius:18px 0 0 18px}
    .switch-field label:last-of-type{border-radius:0 18px 18px 0}
    */

    .doughnut-legend {
        columns: 2;
        // align-self: center;
        padding-top: 16px;
        gap: 8px;

        .chart-label{
            padding: 0;
            margin-bottom: 16px;
            width: 100%;
            min-width: 96px;
            max-width: 96px;

            .dot{
                flex: 0 0 8px;
            }

            em{
                color: #666F7A;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%; /* 14px */
                letter-spacing: -0.14px;
                max-width: 80px;

                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }

        @media (max-width: 1199.98px) {
            columns: 4;
        }

        @media (max-width: 1030.98px) {
            columns: 3;
        }

        @media (max-width: 991.98px) {
            columns: 4;
        }

        @media (max-width: 525.98px) {
            columns: 3;
        }
    }

    .dashboard-doughnuts{
        flex: 0 0 481px;
        max-width: 481px;

        @media (max-width: 1199.98px) {
            flex: 1;
            max-width: 100%;
        }
    }

    .dashboard-doughnut{
        padding: 0 24px 12px;
        background: #fff;
        @media (max-width: 767.98px) {
            margin: 0 -15px;
        }
    }

    .dashboard-biggestclients{
        flex: 1;
        max-width: 100%;
    }

    .doughnut-content {
        // width: 50%;
        // height: 240px;
        position: relative;
        margin-right: 24px;
    }

    .doughnut-legend .chart-label {
        border: 0;
    }

    .dot-color1 {
        background-color: rgb(234, 161, 89);
    }

    .dot-color2 {
        background-color: rgb(195, 76, 76);
    }

    .dot-color3 {
        background-color: rgb(177, 228, 68);
    }

    .dot-color4 {
        background-color: rgb(242, 112, 104);
    }

    .dot-color5 {
        background-color: rgb(165, 104, 242);
    }

    .dot-color6 {
        background-color: rgb(85, 173, 254);
    }

    .dot-color7 {
        background-color: rgb(255, 147, 225);
    }

    .dot-color8 {
        background-color: rgb(246, 215, 74);
    }

    .dot-color9 {
        background-color: rgb(119, 246, 74);
    }

    .dot-color10 {
        background-color: rgb(95, 226, 235);
    }

    .dot-color11 {
        background-color: rgb(255, 99, 132);
    }

    .dot-color12 {
        background-color: rgb(54, 162, 235);
    }

    .dot-color13 {
        background-color: rgb(255, 206, 86);
    }

    .dot-color14 {
        background-color: rgb(75, 192, 192);
    }

    .dot-color15 {
        background-color: rgb(153, 102, 255);
    }

    .dot-color16 {
        background-color: rgb(255, 159, 64);
    }

    .dot-color17 {
        background-color: rgb(201, 203, 207);
    }

    .dot-color18 {
        background-color: rgb(255, 99, 71);
    }

    .dot-color19 {
        background-color: rgb(144, 238, 144);
    }

    .dot-color20 {
        background-color: rgb(173, 216, 230);
    }

    .dot-color21 {
        background-color: rgb(255, 182, 193);
    }

    .dot-color22 {
        background-color: rgb(255, 160, 122);
    }

    .dot-color23 {
        background-color: rgb(32, 178, 170);
    }

    .dot-color24 {
        background-color: rgb(135, 206, 250);
    }

    .dot-color25 {
        background-color: rgb(119, 136, 153);
    }

    .dot-color26 {
        background-color: rgb(176, 196, 222);
    }

    .dot-color27 {
        background-color: rgb(255, 255, 224);
    }

    .dot-color28 {
        background-color: rgb(0, 255, 127);
    }

    .dot-color29 {
        background-color: rgb(70, 130, 180);
    }

    .dot-color30 {
        background-color: rgb(210, 105, 30);
    }

    .chartCenterLabel {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;

        &__title{
            border-radius: 8px;
            padding: 3px 8px;
            color: #666F7A;
            font-size: 12px;
            font-weight: 600;
            line-height: 100%; /* 12px */
            letter-spacing: -0.12px;
            background-color: #F3F3F3;
            margin-bottom: 6px;
            display: inline-block;
        }

        &__sum{
            color: #131516;
            font-size: 16px;
            font-weight: 600;
            line-height: 100%; /* 16px */
            letter-spacing: -0.16px;

            span{
                font-size: 12px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: -0.12px;
            }
        }
    }

    [data-switch-target], div.dataTables_wrapper[data-switch-target], .dataTables_wrapper[data-switch-target] {
        display: none;
    }

    [data-switch-target-default], div.dataTables_wrapper[data-switch-target-default], .dataTables_wrapper[data-switch-target-default] {
        display: block;
    }
    .ibox-bordered .ibox {
        border: 1px solid #dedede;
        border-radius: 20px;
    }
    .fc-button {
        height: auto;
    }

    #calendar {
        margin: 0 auto;
    }

    #calendar .fc-daygrid-event {
        width: fit-content;
        border-radius: 12px;
        padding: 2px 6px;
        font-weight: bold;
    }

    .fc-daygrid-day-number {
        color: #303233;
    }

    .fc .fc-daygrid-day.fc-day-today {
        background-color: #f3f3f3;
    }

    .fc-col-header-cell-cushion {
        color: #303233;
    }

    #calendar .fc-daygrid-day-number {
        width: 28px;
        height: 28px;
        margin-left: 5px;
        margin-top: 5px;
        text-align: center;
        border-radius: 100%;
    }

    #calendar .fc-day-today .fc-daygrid-day-number {
        background-color: #eaa159;
        color: #ffffff;
    }

    .fc .fc-daygrid-day-top {
        flex-direction: row;
        padding-bottom: 5px;
    }

    #calendar .fc-toolbar-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: capitalize;
    }

    #calendarSmall .fc-toolbar-title {
        font-size: 15px;
        font-weight: bold;
        text-transform: capitalize;
    }


.document-acceptance {
    background: #f8f8f8 url('/images/admin/pa-admin-blur.jpg') no-repeat left top;

    &.style {

        &__client {

            background: #FFFFFF url('/images/admin/pa-client-blur-mobile.jpg') no-repeat center top;
            background-size: 100%;

            @media (min-width: 992px) {
                background: #FFFFFF url('/images/admin/pa-client-blur.jpg') no-repeat center top;
                background-size: 1317px;

                @media (max-width: 1317px) and (min-width: 992px) {
                    background-size: 100%;
                }
            }

            .modal {
                .modal-content {

                    .modal-footer {
                        .link-pdf {
                            color: var(--buttonColor);

                            svg {
                                path {
                                    stroke: var(--buttonColor);
                                }
                            }
                        }

                       .btn-primary {
                                background-color: var(--buttonColor);
                                border: 2px solid var(--buttonColor);
                                color: white;

                                &:focus,
                                    &:active {
                                    background: var(--buttonColor) !important;
                                    border: 2px solid var(--buttonColor) !important;
                                    color: white !important;
                                }

                                &.btn-bgw-bo {
                                    background-color: white;
                                    border: 2px solid var(--buttonColor);
                                    color: var(--buttonColor);

                                    &:focus,
                                        &:active {
                                        background: white !important;
                                        border: 2px solid var(--buttonColor) !important;
                                        color: var(--buttonColor) !important;
                                    }
                                }
                            }

                    }

                    .i-checks {
                        .icheckbox_square-green {

                            background-image: url(/js/lib/inspinia3/css/plugins/iCheck/blue.png);
                        }
                    }
                }
            }
        }
    }

    .modal {

        .modal-content {
            border-radius: 4px;
            box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.10);
            max-height: 640px;

            .modal-header {
                border: none;
                padding: 40px 40px 10px 40px;

                .modal-title {
                    color: #000;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 100%;
                    letter-spacing: -0.24px;

                    small {
                        color: #666F7A;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 100%;
                        letter-spacing: -0.18px;
                        margin-top: 10px;
                    }
                }

            }
            .modal-body {
                margin: 10px 40px 20px 40px;
                padding: 16px;
                border-radius: 8px;
                background: #F8F8F8;

                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 23px;

                p {
                    color: #000;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 23px;
                }
            }

            .modal-footer {
                padding: 10px 40px 30px 40px;

                .link-pdf {
                    color: #EAA159;
                    padding: 0;
                    margin: 0;
                }

                .btn {
                    min-width: 124px;
                }
            }

            .i-checks {

                label.error {
                    color: #A40C0C;
                }

            }
        }
    }

}

.checkbox-item {
    flex-direction:row-reverse;
    display: flex;
    padding-top:14px;
    justify-content: start;

    label {
        padding-top:0;
        padding-left:8px;
    }

    &-main{
        label{
            font-size: 16px;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: -0.01em;
            text-align: left;
            color: #131516;
        }
    }
}

.company-checkbox-wrapper {
    columns:1;
    @media (min-width:500px) {
        columns:2;
    }
    @media (min-width:1500px) {
        columns:3;
    }
}



.flexTable{
  &__mobile{
    &.active {
      border-bottom: 0;
      .flexTable__toggler{
        transform: rotate(180deg);
      }
    }
  }

  &__row{
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    column-gap: 40px;
    grid-row-gap: 0px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #e7eaec;

    &--withToggle{
      user-select: none;
      &:hover{
        cursor: pointer;

        .flexTable__toggler{
          background-color: #F5F5F5;
        }
      }
    }

    &.active {
      border-bottom: 0;
      .flexTable__toggler{
        transform: rotate(180deg);
      }
    }

    &--heading{
      .flexTable__col{
        color: #878787;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
        letter-spacing: -0.14px;
      }
    }
  }

  &--orderHistory{
    .flexTable__row{
      grid-template-columns: 40px 45px 80px 120px 4fr 3fr;
    }
  }

  &--orderSummary{
    .flexTable__row{
      grid-template-columns: 1fr 100px 64px 100px;


      &--fullWidth{
        width: 100%;
      }
    }
  }

  &--attachments{
    .flexTable__row{
      grid-template-columns: 1fr 50px 1fr 1fr;
    }
  }

  &--points{
    .flexTable__row{
      grid-template-columns: 184px 1fr 1fr;
    }

    .flexTable__row:not(.flexTable__row--heading){
      padding: 28px 0;
    }
  }

  &--pointRewards{
    .flexTable__row{
      grid-template-columns: 1fr 92px 106px 64px 105px;
    }

    .flexTable__col--buttons{
      padding-right: 48px;
    }

    .flexTable__row:not(.flexTable__row--heading){
      padding: 12px 0;
    }
  }

  &--notifications{
    .flexTable__row{
      column-gap: 24px;
      grid-template-columns: 40px 180px 1fr;
    }

    .pagination{
      max-width: 100%;
      flex-wrap: wrap;
      gap: 8px;

      .page-item{
        margin: 0;
      }
    }

    .flexTable__col--image img{
      width: 40px;
      height: 40px;
    }

    .flexTable__col--type,
    .flexTable__col--date{
      font-weight: 500;
    }

    .unseen{
      .flexTable__col--image{
        position: relative;
        &::after{
          content: "";
          position: absolute;
          top: -3px;
          right: 0;
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background-color: #FF2B37;
        }
      }

      .flexTable__col--type,
      .flexTable__col--date{
        font-weight: 700;
      }
    }
  }

  &__toggler{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: calc(~"50% - 12px");
    border-radius: 50%;
    background: #fff;
    transition: background-color 0.2s ease, transform 0.2s ease;
    svg{
      display: block;
    }
  }

  &__toggleContent{
    position: relative;
    display: grid;
    background-color: #fff;

    &--reward{
      grid-template-columns: 1fr 198px 63px 105px 1px;
    }

    &--notifications{
      padding-left: 64px;
    }

    grid-template-rows: 1fr;
    column-gap: 40px;
    grid-row-gap: 0px;
    align-items: flex-start;
    padding: 0 0 16px 0;
    margin-top: -2px;

    border-bottom: 1px solid #e7eaec;
  }

  &__col{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.16px;

    &--image{
      img{
        width: 100%;
        max-width: 100%;
      }
    }

    &--id{
      a{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 16px */
        letter-spacing: -0.16px;
        text-decoration-line: underline;
      }
    }

    &--date{
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 16px */
      letter-spacing: -0.16px;
    }

    &--price{
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 16px */
      letter-spacing: -0.16px;
    }

    &--status{
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 16px */
      letter-spacing: -0.16px;
    }

    &--buttons{
      text-align: right;
      gap: 4px;
      .btn--mini{
        margin-left: 0;
      }
    }

    &--itemName{
      a{
        display: block;
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: -0.16px;
        text-decoration: none;
      }

      span{
        display: block;
        color: #8D8D8D;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%; /* 21px */
        letter-spacing: -0.14px;
      }
    }

    &--pricePerItem,
    &--itemCount,
    &--totalPrice{
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 24px */
      letter-spacing: -0.16px;
    }

    &--totalPrice{
      font-weight: 500;
      text-align: right;
    }

    &--pointNumber{
      text-align: right;
    }

    &--add{
      color: #369A6A;
    }

    &--sub{
      color: #CF363F;
    }

    &--address{
      padding-left: 72px;
    }
  }
}

#_notifications {
    .media-body {
        a {display:block; margin-top:10px; color:#666F7A; text-decoration:underline;}
    }
    .dropdown-messages-box {

        &.fw-bold {
            position:relative;
        }

    }

    .dropdown-messages-box {

        &.fw-bold {
            &:before {content:""; width:6px; height:6px; display: block; position: absolute; left: -14px; top: 5px;
                background-image: url("data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%226%22%20height%3D%226%22%20rx%3D%223%22%20fill%3D%22%23FF2B37%22%2F%3E%3C%2Fsvg%3E%0A");
                background-repeat: no-repeat;}
        }

    }
}
.contentBox__gray {
    a {display:block; margin-top:10px; color:var(--buttonColor); text-decoration:underline;}
}

#_notification_list {
    .pagination-wrapper {
        margin-top:1rem;
    }
}

.flexTable--notifications {
    .flexTable__toggler {
        right:20px;
    }
}

.dropzone {

        min-height: 140px;
        border: none;
        background: white;
        padding: 0;

        .dz-default {
            min-height: 176px;
            border-radius: 16px;
            border: 1px dashed #E4E4E4;
            background: #FFF;
            padding: 20px;

            display: flex;
            justify-content: center;
            align-items: center;

            &:hover {
                cursor: pointer;
            }

        }

        .dz-message {

            span {
                font-size: 12px;
                font-family: Manrope;
                line-height: 16px;
                color: #666F7A;
                text-align: center;

                b, strong {
                    color: #131516;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 20px;
                }
            }

        }

        .dz-preview {
            border-radius: 16px;
            border: 1px solid #E4E4E4;
            background: #FFF;
            padding: 8px;
            margin-top: 16px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            position: relative;

            &:before {
                content: " ";
                display: block;
                width: 36px;
                height: 36px;
                border-radius: 8px;
                background: #F1F9F6;
                background-position: center;
                background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6666 1.8913V5.33342C11.6666 5.80013 11.6666 6.03348 11.7574 6.21174C11.8373 6.36854 11.9648 6.49603 12.1216 6.57592C12.2999 6.66675 12.5332 6.66675 12.9999 6.66675H16.442M16.6666 8.3236V14.3334C16.6666 15.7335 16.6666 16.4336 16.3941 16.9684C16.1544 17.4388 15.772 17.8212 15.3016 18.0609C14.7668 18.3334 14.0667 18.3334 12.6666 18.3334H7.33325C5.93312 18.3334 5.23306 18.3334 4.69828 18.0609C4.22787 17.8212 3.84542 17.4388 3.60574 16.9684C3.33325 16.4336 3.33325 15.7335 3.33325 14.3334V5.66675C3.33325 4.26662 3.33325 3.56655 3.60574 3.03177C3.84542 2.56137 4.22787 2.17892 4.69828 1.93923C5.23306 1.66675 5.93312 1.66675 7.33325 1.66675H10.0097C10.6212 1.66675 10.9269 1.66675 11.2147 1.73582C11.4698 1.79707 11.7136 1.89808 11.9373 2.03515C12.1896 2.18975 12.4058 2.40594 12.8382 2.83832L15.495 5.49517C15.9274 5.92755 16.1436 6.14374 16.2982 6.39604C16.4353 6.61972 16.5363 6.86358 16.5975 7.11867C16.6666 7.40639 16.6666 7.71213 16.6666 8.3236Z' stroke='%2310875C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                margin-right: 8px;
            }

            &:hover {

                .dz-image {

                }

                .dz-close {
                    display: block;
                }
            }


            .dz-image {

                content: " ";
                display: none;
                width: 24px;
                height: 24px;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("data:image/svg+xml,%3Csvg class='_delete-preview' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L17 17' stroke='%23666F7A' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M17 7L7 17' stroke='%23666F7A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
                cursor: pointer;
                position: absolute;
                right: 12px;

                img {
                    display: none;
                }
            }

            .dz-close {

                content: " ";
                display: none;
                width: 24px;
                height: 24px;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("data:image/svg+xml,%3Csvg class='_delete-preview' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L17 17' stroke='%23666F7A' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M17 7L7 17' stroke='%23666F7A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
                cursor: pointer;
                position: absolute;
                right: 12px;

                img {
                    display: none;
                }
            }

            .dz-details {
                display: flex;
                flex-direction: column-reverse;



                .dz-filename {
                    span {
                        color: #131516;
                        font-size: 12px;
                        font-family: Manrope;
                        font-weight: 600;
                        line-height: 16px;
                    }
                }
                .dz-size {
                    span {
                        color: #666F7A;
                        font-size: 12px;
                        font-family: Manrope;
                        line-height: 16px;
                    }
                }

            }

            .dz-error-message {
                flex: 0 0 100%;
                color: #dc3545;
                margin-left: 44px;
            }

            .dz-progress,
            .dz-success-mark,
            .dz-error-mark {
                display: none;
            }

            button {

            }

        }


    }

.rankingBadge {
    width: 34px;
    height: 34px;
    border-radius: 40%;
    line-height: 34px;
    text-align: center;
    &.rB1 {
        background-color:#fff6d4;

        path {
            fill:#D1A507 !important;
        }
    }
    &.rB2 {
        background-color:#dcdcdd;

        path {
            fill:#818488 !important;
        }
    }
    &.rB3 {
        background-color:#f6eae2;

        path {
            fill:#B47649 !important;
        }
    }
}

@media (max-width: 1800px) {
    .table-latestorders{
        overflow-x: scroll;
        max-width: 100%;

        > div, > table{
            white-space: nowrap;
            width: 1500px;
        }

        &--addpad{
            padding-left: 16px;
            padding-right: 16px;
        }

        // &::-webkit-scrollbar {
        //     border-radius: 3232px;
        // }

        // &::-webkit-scrollbar-track {
        //     background-color: #ececec;
        //     border-radius: 3232px;

        // }

        // &::-webkit-scrollbar-thumb {
        //     background-color: #000;
        //     border-radius: 3232px;
        // }
    }
}

#popularProductsTable, #popularProductsBrandTable {table-layout:fixed;}
// Mobile Promotor
@media (max-width: 767.98px) {
    .body-small .navbar-static-side {
        position: fixed;
        max-width: 270px;
        width: 100%;
        background-color: #131516;
        transform: translateX(-200%);
        transition: transform 0.3s ease;

        .nav-close{
            content: "";
            position: absolute;
            z-index: 3;
            left: 16px;
            top: 28px;
        }
    }

    body.mini-navbar {
        #page-wrapper{
            width: 100%;
        }

        .navbar-static-side {
            transform: translateX(0);
            width: 100%;
            height: 100%;
        }

        .nav-label, .navbar-default .nav li a span{
            display: block;
        }

        .nav.metismenu > li > a {
            display: flex;
            align-items: center;

            color: #929CA9;
            font-size: 16px;
            font-weight: 600;
            line-height: 100%; /* 16px */
            letter-spacing: -0.16px;
        }

        .navbar-default .nav > li > a .arrow{
            margin-left: 6px;
        }

        .nav li:hover > .nav-second-level, .nav li:focus > .nav-second-level{
            position: static;
            left: 0;
            transform: translateX(0);
        }

       .nav li:hover > .nav-second-level, .nav li:focus > .nav-second-level {
        padding: 0;
       }

       .nav-second-level li:last-child {
        padding-bottom: 0;
       }
    }

    .mini-navbar .nav .nav-second-level{
        position: static;
        left: 0;
        transform: translateX(0);
        padding: 0;
    }

    body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
        display: block;
    }

    .mini-navbar .nav .nav-second-level{
        background-color: transparent;
    }

    body.mini-navbar .navbar-default .nav > li > .nav-second-level li a{
        align-items: left;

        border-radius: 16px;
        background: #191B1D;

        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.16px;
    }

    .nav:not(.nav-second-level) > liv > a{
        margin-bottom: 6px;
    }

    body.mini-navbar .navbar-default .nav > li > .nav-second-level li.active > a{
        margin-bottom: 0;
        background: #EAA159;
    }

    .body-small.mini-navbar .navbar-static-side {
        overflow-y: scroll;
        padding-bottom: 24px;
    }

    body.mini-navbar .profile-element{
        display: block;
    }

    body.mini-navbar .nav-header {
        background: #191B1D;
        padding: 24px 0 8px;
        margin-top: 24px;
    }

    .navbar{
        padding: 0px 10px;
        position: static;
        min-height: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ibox{
        margin-bottom: 0;

        &-content{
            padding-bottom: 24px!important;
        }
    }

    .panel-content{
        padding: 0;
    }

    .navbar-minimalize{
        display: flex!important;
        margin-left: 0!important;
        margin-bottom: 32px!important;
        margin-top: 32px!important;
        i {
            width: 36px;
            height: 36px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 36px 36px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgcng9IjE4IiBmaWxsPSIjMTMxNTE2Ii8+DQo8cGF0aCBkPSJNMTEuNDM3NSAxNC41NjI1SDI0LjU2MjVDMjUuMDkzOCAxNC41NjI1IDI1LjUgMTQuMTU2MiAyNS41IDEzLjYyNUMyNS41IDEzLjA5MzggMjUuMDkzOCAxMi42ODc1IDI0LjU2MjUgMTIuNjg3NUgxMS40Mzc1QzEwLjkwNjIgMTIuNjg3NSAxMC41IDEzLjA5MzggMTAuNSAxMy42MjVDMTAuNSAxNC4xNTYyIDEwLjkwNjIgMTQuNTYyNSAxMS40Mzc1IDE0LjU2MjVaTTExLjQzNzUgMTguOTM3NUgyNC41NjI1QzI1LjA5MzggMTguOTM3NSAyNS41IDE4LjUzMTIgMjUuNSAxOEMyNS41IDE3LjQ2ODggMjUuMDkzOCAxNy4wNjI1IDI0LjU2MjUgMTcuMDYyNUgxMS40Mzc1QzEwLjkwNjIgMTcuMDYyNSAxMC41IDE3LjQ2ODggMTAuNSAxOEMxMC41IDE4LjUzMTIgMTAuOTA2MiAxOC45Mzc1IDExLjQzNzUgMTguOTM3NVpNMTEuNDM3NSAyMy4zMTI1SDI0LjU2MjVDMjUuMDkzOCAyMy4zMTI1IDI1LjUgMjIuOTA2MiAyNS41IDIyLjM3NUMyNS41IDIxLjg0MzggMjUuMDkzOCAyMS40Mzc1IDI0LjU2MjUgMjEuNDM3NUgxMS40Mzc1QzEwLjkwNjIgMjEuNDM3NSAxMC41IDIxLjg0MzggMTAuNSAyMi4zNzVDMTAuNSAyMi45MDYyIDEwLjkwNjIgMjMuMzEyNSAxMS40Mzc1IDIzLjMxMjVaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=);
            &::before{
                display: none;
            }
        }
    }

    .navbar-top-links{
        margin-top: 0!important;
        position: absolute;
        top: 30px;
        right: 15px;
    }

    .navbar .nav li .drop-profile img{
        max-height: 36px;
    }

    .navbar h1 {
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        height: unset;
        line-height: unset;
        margin-bottom: 24px;

        small {
            margin: 0;
            padding-left: 12px;
        }

        &.fs-6{
            flex-direction: row;
            align-items: center;
        }
    }

    .navbar-form-search{
        margin-bottom: 24px;
    }


    .ibox .ibox-content.stretched{
        margin: 0 -15px;
        border-radius: 0;

        .dataTables_paginate.paging_input {
            justify-content: center;
            background-color: #fff;
            width: 100%;
            border-top: 1px solid #e7eaec;
            border-bottom: 1px solid #e7eaec;
            line-height: 48px;

            .paginate_input{
                height: 32px;
                line-height: 32px;
                min-width: 32px;
            }
        }

        .last.paginate_button.page-item{
            border-right: 1px solid #e7eaec;
        }

        div.dataTables_wrapper .dataTable.dataTable-list thead tr th, .dataTables_wrapper .dataTable.dataTable-list thead tr th {
            border-top: 0!important;
        }

        div.dataTables_wrapper .table-top .dataTables_paginate .paginate_button, .dataTables_wrapper .table-top .dataTables_paginate .paginate_button {
            height: 48px;
            min-width: 48px;
            line-height: 48px;
        }

        .row.table-top.row-cols-2 > div {
            flex-shrink: 1;
            max-width: 100%;
            width: unset;
            padding: 0;
        }

        .row.table-top.row-cols-2 > div:nth-child(2) {
            width: 100%;
        }

        .dataTables_wrapper .table-footer{
            display: flex;
            flex-direction: column;
            justify-content: stretch;
            border-radius: 0;

            .col{
                flex: 1;
                max-width: 100%;
                width: unset;
            }

            .dataTables_length{

            }

            .dataTables_info{

            }
        }

        div.dataTables_wrapper .dataTable.dataTable-list thead tr[role="row"], .dataTables_wrapper .dataTable.dataTable-list thead tr[role="row"]{
            height: 42px;
            line-height: 42px;
        }

        table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
            bottom: unset;
        }

        div.dataTables_wrapper .dataTable.dataTable-list thead tr th, #page-wrapper .mobrmk.wrapper.wrapper-content .ibox .ibox-content.stretched .dataTables_wrapper .dataTable.dataTable-list thead tr th,
        .div.dataTables_wrapper .dataTable.dataTable-list tbody tr td, .dataTables_wrapper .dataTable.dataTable-list tbody tr td{
            padding: 12px 16px!important;
            white-space: nowrap;

            &.name-wrap{
                p{
                    width: 240px!important;

                    a{
                        display: block;
                        margin-bottom: 6px;
                    }
                }

                small{
                    display: flex;
                    flex-direction: column;

                    span{
                        margin: 0;
                    }
                }
            }
        }

        .table-footer-left {
            flex-direction: row-reverse;
            justify-content: space-between;
            height: unset;
        }
    }

    #page-wrapper .mobrmk.wrapper.wrapper-content {
        padding: 0;

        .status-box{
            margin-bottom: 8px;
        }

        ._productTable{
            overflow-y: scroll;
            margin: 0 -15px;

            .table.table-default.table-order-edit2{
                width: 1110px;
            }
        }

        .ibox .ibox-title-transparent {
            min-height: unset;
        }

        .page-heading{
            height: unset;
            margin-bottom: 24px;
        }

        h2{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;

            small{
                margin: 0;
                padding-left: 12px;
                margin-top: 12px;
            }
        }

        h3, h4{
            display: flex;
            flex-direction: column;
            align-items: flex-start!important;

            small{
                margin: 0!important;
                // padding-left: 12px!important;
                margin-top: 8px!important;
            }
        }

        h4{
            display: none!important;
        }
    }

    .status-box{
        gap: 8px;
    }

    .status{
        margin: 0!important;
    }

    .ibox-title{
        margin: 0 -15px;
        border-radius: 0!important;
    }

    .ibox-footer{
        margin: 0 -15px;
        border-radius: 0!important;

        p{
            padding-bottom: 24px!important;
        }
    }

    .ibox-content ._document p {
        padding: 24px 24px 0!important;
        margin: 0!important;
    }

    .w-50{
        width: 100%!important;
    }

    .ibox{
        &-title,
        &-content,
        &-footer,
        &-save2&-footer{
            padding-left: 16px!important;
            padding-right: 16px!important;
        }
    }

    span[style="visibility: hidden;"]{
        display: none!important;
    }

    .table.table-default thead tr th{
        padding: 8px 18px!important;
    }

    .table.table-default tbody tr td{
        padding: 24px 18px!important;
    }

    .list-rows-rmk{
        .row{
            display: flex;
            flex-direction: column;
            align-content: stretch!important;
            gap: 12px;
            padding-top: 24px!important;
        }

        .col{
            margin: 0;
            padding: 0 12px;
            display: flex!important;
            justify-content: stretch!important;
            width: 100%;

            .form-floating{
                width: 100%;
            }
        }
    }

    .nav.nav-pills.nav-pills-tabs{
        display: flex;
        flex-wrap: wrap;
        gap: 24px;

        .nav-item{
            margin: 0;
        }
    }

    .rmktable{
        .dropdown-menu.dropdown-menu-end.show{
            z-index: 3;

        }
    }

    div.dataTables_wrapper, .dataTables_wrapper{
        margin: 0 -15px;
        width: unset;
    }

    .table-forcescroll, .tableResponsive{
        overflow-x: scroll;
        max-width: 100%;

        > div, > table{
            white-space: nowrap;
        }

        &--w1400{
            > div, > table{
                width: 1200px;
            }
        }

        &--addpad{
            padding-left: 16px;
            padding-right: 16px;
        }
    }

    #latestOrders{
    }

    .btnsmob{
        width: 100%;
    }

    #GroupTable{
        width: 800px!important;
    }

    .scrollwrap{
        overflow-x: scroll;
        overflow-y: hidden;
        max-width: 100%;
        padding: 0;
        margin-bottom: 24px;
        border-bottom: 1px solid #d9d9d9;

        > div, > ul{
            display: flex!important;
            white-space: nowrap!important;
            flex-wrap: nowrap!important;
            margin-bottom: 0!important;
            padding-bottom: 0!important;
            border-bottom: 0!important;
        }
    }

    div.dataTables_wrapper .table-footer .table-footer-left .dataTables_length, .dataTables_wrapper .table-footer .table-footer-left .dataTables_length {
        padding: 0;
    }
}

@media (max-width: 1199.98px) {
    .btnsmob.xl{
        width: 100%;
    }
}

@media (max-width: 525.98px) {

}

.improved-checks{
    input[type="checkbox"]{
        position: relative;
        margin: 0!important;
        &::before{
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 6px;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.2s ease;
            cursor: pointer;
        }

        &::after{
            content: "";
            display: block;
            background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iNiIgZmlsbD0iI0VBQTE1OSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzQzMV8xNDUyKSI+CjxwYXRoIGQ9Ik01IDkuMzQ2NjdMNi43Nzk5OSAxMS4yNjY3TDEzIDUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM0MzFfMTQ1MiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMC41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
            width: 18px;
            height: 18px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.2s ease;
            opacity: 0;
            cursor: pointer;
        }

        &:checked{
            &::after{
                opacity: 1;
            }
        }

        &:hover{
            &::before{
                border-color: #EAA159;
            }
        }

        &:focus, &:active{
            outline: none;
        }
    }
}

.improved-layout{
    input[type="checkbox"]{
        position: relative;
        margin: 0!important;
        &::before{
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 6px;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.2s ease;
            cursor: pointer;
        }

        &::after{
            content: "";
            display: block;
            background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iNiIgZmlsbD0iI0VBQTE1OSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzQzMV8xNDUyKSI+CjxwYXRoIGQ9Ik01IDkuMzQ2NjdMNi43Nzk5OSAxMS4yNjY3TDEzIDUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM0MzFfMTQ1MiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMC41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
            width: 18px;
            height: 18px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.2s ease;
            opacity: 0;
            cursor: pointer;
        }

        &:checked{
            &::after{
                opacity: 1;
            }
        }

        &:hover{
            &::before{
                border-color: #EAA159;
            }
        }

        &:focus, &:active{
            outline: none;
        }
    }

    .radioTitle{
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.01em;
        padding-top: 1px;

        span{
            display: block;
            padding-top: 10px;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: -0.01em;
            text-align: left;
        }
    }

    .icheckbox_round-orange, .iradio_round2-orange, .iradio_round-orange{
        margin-right: 8px;
    }

    .i-checks{
        user-select: none;
        display: flex;
        align-items: center;

        label, span{
            margin: 0!important;
            padding: 0!important;
        }
    }

    .fullcheck{
        width: 100%;
        background: #F8F8F8;
        padding: 18px 24px;
        border-radius: 16px;

        label{
            display: flex;
            align-items: center;
        }

        span{
            font-size: 16px;
            font-weight: 700;
            line-height: 16px;
            letter-spacing: -0.01em;
            color: #131516;
        }

        .icheckbox_round-orange{
            margin-right: 16px;
        }
    }

    .fullchecks-2{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px 24px;

        .fullcheck{
            max-width: calc(~"50% - 12px");
            flex: 0 0 calc(~"50% - 12px");
        }
    }

    .fullchecks-3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;

        .fullcheck{
            width: calc(33.3333% - 8px);
        }
    }

    .ibox{
        &.forceRound{
            border-radius: 20px;
            border: 2px solid #fff;
            transition: border-color 0.15s ease;
        }

        &-title-transparent{
            min-height: unset;
            padding-bottom: 32px;
        }

        &-title{
            min-height: unset;
            padding: 24px;
            padding-bottom: 16px;

            @media (max-width: 767.98px) {
                padding: 0;
                background-color: transparent;
                margin-bottom: 24px;
            }
        }

        h4{
            margin: 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
            letter-spacing: -0.01em;
            color: #131516;
        }
    }

    .btn{
        line-height: 46px!important;
        height: unset!important;
        min-width: 120px;

        &-small{
            padding: 0 24px!important;
            line-height: 34px!important;
            height: unset!important;
            min-width: 80px!important;
        }

        &-dots{
            padding: 0 16px!important;
            height: 24px!important;
            min-width: unset!important;
            padding: 0!important;
        }
    }

    div.dataTables_wrapper .dataTable tbody tr td, .dataTables_wrapper .dataTable tbody tr td{
        border-bottom: 0;
    }

    .dataTable{
        margin: 0!important;
    }

    .dataTables, .nTables{
        &__empty{
            padding: 56px 0 30px 0!important;

            td{
                padding: 56px 0 32px!important;
            }

            &Title{
                font-size: 16px;
                font-weight: 600;
                line-height: 16px;
                letter-spacing: -0.01em;

                padding: 16px 0 8px;
            }

            &Desc{
                font-size: 12px;
                font-weight: 400;
                line-height: 12px;
                letter-spacing: -0.01em;
                padding-bottom: 56px;
                margin: 0;
            }
        }

        &_wrapper{
            overflow-x: initial;
            overflow-y: visible;

            .table-middle{
                overflow-x: auto;
                margin: 0;
                >div{
                    white-space: nowrap!important;
                    min-width: 900px;
                    padding: 0!important;
                    >table{
                        padding: 0!important;
                    }
                }
            }

            .dataTable, .nTable{
                thead{
                    tr{
                        th{
                            font-size: 12px;
                            font-weight: 400;
                            line-height: 12px;
                            letter-spacing: -0.01em;

                            padding: 8px;
                        }
                    }
                }

                tbody{
                    tr{
                        td{
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 17px;
                            letter-spacing: -0.01em;

                            padding: 8px;

                            a.btn{
                                margin: 0;
                                border-radius: 12px;
                                color: #fff;
                                text-decoration: none;
                            }

                            a{
                                text-decoration: none;
                            }

                            &:first-child{
                                padding-left: 24px!important;
                            }

                            &:last-child{
                                padding-right: 24px!important;
                            }
                        }
                    }
                }
            }
        }
    }

    table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after{
        bottom: 50%!important;
        right: 8px!important;
        transform: translateY(50%);
    }


    div.dataTables_wrapper .dataTable .dropdown.dropdown-default .dropdown-menu, .dataTables_wrapper .dataTable .dropdown.dropdown-default .dropdown-menu{
        border-radius: 0;
        border: 0;
        background-color: transparent;
    }

    div.dataTables_wrapper .dataTable .dropdown.dropdown-default .dropdown-menu li, .dataTables_wrapper .dataTable .dropdown.dropdown-default .dropdown-menu li{
        display: none!important;
    }

    .actionFix{
        padding: 0;
        box-shadow: none;
        background-color: transparent;


        li:not(:last-child) a{
            border-bottom: 1px solid #e7eaec;
        }

        li:not(:first-child) a{
            border-top: 0;
        }

        li:first-child a{
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }

        li:last-child a{
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
        }

        span{
            background-color: transparent;
            padding: 0;


            font-size: 14px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: -0.01em;

            color: #131516;
        }

        svg{
            width: 16px;
            height: 16px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
        }

        a{
            border-radius: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: -0.01em;
            background-color: #fff;
            transition: background-color 0.3s ease!important;
            margin: 0;

            border: 1px solid #e7eaec;

            min-height: unset;
            line-height: 48px;
            padding: 0 24px;


            font-size: 14px;
            font-weight: 400;
            letter-spacing: -0.01em;


            &:hover{
                text-decoration: none;
                background-color: #f5f5f5;
            }
        }
    }

    .rmktable{
        width: 100%!important;
    }

    #GroupTable{
        width: 100%!important;
    }

    .ibox-content.pb0{
        padding-bottom: 0!important;
    }

    .dropzone{
        background-color: transparent;
    }

    .scrollwrap{
        &.stretched{
            .nav{
                margin: 0 -40px;
                padding: 0 40px;
            }
        }
    }

    .h140{
        textarea, input{
            min-height: 140px;
        }
    }

    .h220{
        textarea, input{
            min-height: 220px;
        }
    }

    .btn-hollow{
        background-color: transparent;
        border: 1px solid #EAA159;
        color: #EAA159;
        padding: 12px 24px;
        border-radius: 12px;
        transition: background-color 0.3s ease;

        &:hover{
            background-color: #EAA159;
            color: #fff;
            text-decoration: none;
        }
    }

    .option-values{
        padding-left: 36px;
        gap: 16px;

        .form-floating{
            &.min160{
                flex: 0 0 160px;
                max-width: 160px;
            }

            &.fill{
                flex: 1;
                max-width: 100%;
            }
        }
    }

    select:disabled{
        background-color: #F8F8F8!important;
        border-color: #F8F8F8;
        color: #666F7A;
    }

    .form-floating{
        position: relative;
    }

    label.form-control-error{
        display: inline-block;
        color: #FF4D4F!important;
        position: absolute;
        top: 0!important;
        right: 12px!important;
        left: unset;
        background: #fff;
    }

    input.form-control-error, .form-control-error textarea, textarea.form-control-error{
        border-color: #FF4D4F!important;
    }

    .error-static{
        position: static!important;
        display: block!important;
        margin-top: 8px;
    }

    .staticerror{
        &>:first-child{
            margin-bottom: 8px;
        }

        .form-control-error{
            position: static;
            display: block;
        }

        ul.errors{
            position: static;
            display: block;
        }
    }

    .form-control-error{
        .nice-select{
            border-color: #FF4D4F!important;
        }
    }

    fieldset+.form-control-error{
        margin-top: 16px;
    }

    .ibox .ibox-content.round{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        .table-top{
            height: 48px;
            line-height: 48px;
        }
    }

    .badge{
        padding: 0 8px;
        line-height: 24px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -0.01em;
        border-radius: 10px;

        display: inline-block;

        &-primary{
            background: #5D17F229;
            color: #5D17F2;
        }
        &-warning{
            background: #F2801729;
            color: #F28017;
        }
        &-success{
            background: #17F22D29;
            color: #2BB239;
        }
        &-danger{
            background: #F2171729;
            color: #F21717;
        }
        &-light{
            background: #666F7A29;
            color: #666F7A;
        }
    }
}

.improved-modal{
    &.centered{
        .modal-dialog{
            height: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-body{
            p{
                margin: 0;
                padding: 0;
                font-size: 14px;
                margin-bottom: 16px;
            }
        }
    }

    .modal-dialog .modal-content {
        max-height: 100%;

        .modal-header {
            padding: 12px 24px;
            border-bottom: 1px solid #dedede;
        }

        .modal-body {
            padding: 12px 24px 24px;
        }

        .btn{
            line-height: 46px!important;
            height: unset!important;
            min-width: 120px;

            &-small{
                line-height: 30px!important;
                height: unset!important;
                min-width: 80px!important;
            }
        }

        .ibox .ibox-content.stretched .dataTables_paginate.paging_input {
            justify-content: center;
            background-color: #fff;
            width: 100%;
            border-top: 1px solid #e7eaec;
            border-bottom: 1px solid #e7eaec;
            line-height: 48px;
        }

        div.dataTables_wrapper .table-top .dataTables_paginate .paginate_input, .dataTables_wrapper .table-top .dataTables_paginate .paginate_input{
            height: 32px;
            line-height: 32px;
            min-width: 32px;
        }

        .row.table-top.row-cols-2{
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;

            .col:nth-child(1){
                display: none!important;
            }

            .col:nth-child(2){
                width: 100%;
                flex: 1;
                max-width: 100%;
            }
        }

        thead tr[role="row"] th{
            background-color: #f5f5f5!important;
        }

        table.nmg{
            margin: 0!important;
            padding-right: 0!important;
        }

        div.dataTables_wrapper .dataTable tbody tr td, .dataTables_wrapper .dataTable tbody tr td{
            border-bottom: 0;
        }

        .row.table-middle{
            &::-webkit-scrollbar {
                width: 1em;
              }

            &::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            }

            &::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            outline: 1px solid slategrey;
            }

            &>div{
                padding-right: 1px;
            }
        }

        .table-top{
            display: none!important;
        }

        div.dataTables_wrapper .dataTable tbody tr td.min, .dataTables_wrapper .dataTable tbody tr td.min{
            max-width: 10px!important;
            width: 10px!important;
        }

        .ibox .ibox-content.stretched .dataTables_paginate.paging_input{
            border-top: 0;
        }

        div.dataTables_wrapper .dataTable thead tr th, .dataTables_wrapper .dataTable thead tr th{
            width: 0%!important;
        }

        input[type="checkbox"]{
            position: relative;
            &::before{
                content: "";
                display: block;
                width: 18px;
                height: 18px;
                border-radius: 6px;
                border: 1px solid #d9d9d9;
                background-color: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: all 0.2s ease;
                cursor: pointer;
            }

            &::after{
                content: "";
                display: block;
                background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iNiIgZmlsbD0iI0VBQTE1OSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzQzMV8xNDUyKSI+CjxwYXRoIGQ9Ik01IDkuMzQ2NjdMNi43Nzk5OSAxMS4yNjY3TDEzIDUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM0MzFfMTQ1MiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMC41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
                width: 18px;
                height: 18px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: all 0.2s ease;
                opacity: 0;
                cursor: pointer;
            }

            &:checked{
                &::after{
                    opacity: 1;
                }
            }

            &:hover{
                &::before{
                    border-color: #EAA159;
                }
            }

            &:focus, &:active{
                outline: none;
            }
        }
    }
}

#clickCapturer{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;

    background-color: transparent;
}

// switch checkbox
.switchBox {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 46px;
    flex: 0 0 46px;

    input{
        display: none;

        &:checked + .slider {
            background-color: #EAA159;
        }

        &:checked + .slider:before {
            transform: translateX(22px);
        }
    }

    .slider {
        background-color: #ccc;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s;

        &::before{
            background-color: #fff;
            bottom: 3px;
            content: "";
            height: 18px;
            left: 3px;
            position: absolute;
            transition: .4s;
            width: 18px;
        }

        &.round {
            border-radius: 18px;
            }

        &.round:before {
            border-radius: 50%;
        }
    }
}

.staticerror .switchBox ul.errors {
    position: absolute;
    right: 0;
    top: -12px;
    white-space: nowrap;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.newDropzone{
    .dropzone{
        position: relative;
    }

    .dz-preview{
        border-radius: 16px;
        border: none;
        background: #FFF;
        padding: 0;
        margin-top: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;

        &::before{
            display: none;
        }

        .dz-image{
            display: block;

            content: " ";
            width: 100%;
            height: 140px;
            background: none;
            position: static;

            img{
                display: block;
                width: 100%;
                object-fit: cover;
                max-height: 100%;
                border-radius: 16px;
            }

            margin-bottom: 8px;
        }

        .dz-filename{
            font-size: 12px;
            font-weight: 600;
            line-height: 16px;
        }

        .dz-size{
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
        }

        .dz-remove{
            position: absolute;
            top: 10px;
            right: 10px;

            background: #fff;

            text-indent: -9999px;
            width: 24px;
            height: 24px;
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcgN0wxNyAxNyIgc3Ryb2tlPSIjNjY2RjdBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNyA3TDcgMTciIHN0cm9rZT0iIzY2NkY3QSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
        }
    }
}

.user-groups{
    padding: 16px 24px;
}

.checkSlider{
    gap: 24px;

    label{
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -0.01em;
        color: #929caa;
        transition: color 0.3s ease;

        &.active{
            color: #131516;
        }
    }

    .switchBox .slider{
        background-color: #EAA159;
    }
}

.dropzone-gift{
    .dropzone{
        max-width: 252px;
        min-height: 176px;
    }
}

.improved-layout, .improved-modal{
    .input-choose-product{
        span, input{
            height: 48px;
        }

        span{
            border-radius: 12px 0 0 12px!important;
            display: flex;
            align-items: center;
            padding: 6px 12px;
            gap: 8px;
        }

        input{
            border-radius: 0 12px 12px 0!important;
        }

        .dropdown-menu {
            border: 1px solid #e5e6e7;
            box-shadow: none;
            margin-top: 6px;
            border-radius: 16px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            &::-webkit-scrollbar {
                width: 2px;
              }

            &::-webkit-scrollbar-track {
                background-color: #ececec;
            }

            &::-webkit-scrollbar-thumb {
                background-color: #000;
            }

            .dropdown-item{
                padding: 0;
                margin: 0;

                >span{
                    margin: 0!important;
                    padding: 0!important;
                }
            }

            .active > a{
                color: #666f7a;
                background-color: #f5f5f5;
            }
        }
    }
}

.b-inside-avoid-column {break-inside: avoid-column;}
#categoryTree, #_localTree, #saasCategoryTree {max-width: 320px;}
#categoryTree li, #_localTree li, #saasCategoryTree li {position:relative; /* margin-left: 0; */ border-bottom:1px solid #dedede;}
#categoryTree li.jstree-open, #_localTree li.jstree-open, #saasCategoryTree li.jstree-open {border-bottom:0;}
#categoryTree > ul > li, #_localTree > ul > li, #saasCategoryTree > ul > li {border-bottom:0;}
#categoryTree a, #_localTree a, #saasCategoryTree a {display:block; padding: 14px 8px; height: auto; line-height: 1; font-size: 15px; font-weight: 600; background:#ffffff;}
#categoryTree a:hover, #_localTree a:hover, #saasCategoryTree a:hover {background:#f3f3f3;}
.jstree-icon.jstree-ocl {position: absolute; right: 0; background-image: none; /* left: 30px; */ width: auto !important; top: 0; height: 46px !important;}

#categoryTree a span, #_localTree a span, #saasCategoryTree a span {background:#f3f3f3; border-radius:4px; font-size:12px; padding: 2px 7px; display: inline-block; margin-left: 6px;}
#categoryTree.jstree-default a.jstree-clicked span, #_localTree.jstree-default a.jstree-clicked span, #saasCategoryTree.jstree-default a.jstree-clicked span {background:#eaa159; color:#ffffff;}
#categoryTree a:hover span, #_localTree a:hover span, #saasCategoryTree a:hover span {}

.jstree-default .jstree-open > .jstree-ocl:after, .jstree-default .jstree-closed > .jstree-ocl:after {content:"";
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20viewBox%3D%220%200%2015%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.125%207.375L6.79289%2011.0429C7.18342%2011.4334%207.81658%2011.4334%208.20711%2011.0429L11.875%207.375%22%20stroke%3D%22%23131516%22%20stroke-width%3D%220.9%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat; top: 11px; position: absolute; width: 16px; height: 16px; right:1px; display: block;}

.jstree-default .jstree-checkbox {display:none;}
.jstree-default .jstree-themeicon-custom {height: 20px !important; line-height: 20px !important; margin-top: -3px;}

#categoryTree ul ul ul .jstree-themeicon-custom, #_localTree ul ul ul .jstree-themeicon-custom, #saasCategoryTree ul ul ul .jstree-themeicon-custom {/* display:none; */}
#categoryTree ul ul ul li, #_localTree ul ul ul li, #saasCategoryTree ul ul ul li {border-bottom:0; padding:2px 0; background:#ffffff;}
#categoryTree ul ul ul li a, #_localTree ul ul ul li a, #saasCategoryTree ul ul ul li a {padding: 8px 8px;}
#categoryTree ul ul ul li.jstree-open > .jstree-ocl:after, #categoryTree ul ul ul li.jstree-closed > .jstree-ocl:after, #_localTree ul ul ul li.jstree-open > .jstree-ocl:after, #_localTree ul ul ul li.jstree-closed > .jstree-ocl:after, #saasCategoryTree ul ul ul li.jstree-open > .jstree-ocl:after, #saasCategoryTree ul ul ul li.jstree-closed > .jstree-ocl:after {top:8px;}

#categoryTree.jstree-default .jstree-clicked, #categoryTree.jstree-default .jstree-hovered, #_localTree.jstree-default .jstree-clicked, #_localTree.jstree-default .jstree-hovered, #saasCategoryTree.jstree-default .jstree-clicked, #saasCategoryTree.jstree-default .jstree-hovered {background:#f3f3f3; box-shadow:none; border-radius:0;}
#categoryTree.jstree-default .jstree-wholerow-clicked, #categoryTree.jstree-default-responsive .jstree-wholerow-clicked, #categoryTree.jstree-default-responsive .jstree-wholerow-hovered, #_localTree.jstree-default .jstree-wholerow-clicked, #_localTree.jstree-default-responsive .jstree-wholerow-clicked, #_localTree.jstree-default-responsive .jstree-wholerow-hovered, #saasCategoryTree.jstree-default .jstree-wholerow-clicked, #saasCategoryTree.jstree-default-responsive .jstree-wholerow-clicked, #saasCategoryTree.jstree-default-responsive .jstree-wholerow-hovered {background:#f3f3f3;}

.jstree-default .jstree-node {background-position: -286px -4px;}


._upload-file.hidden {visibility:hidden;}
.progress.hidden {visibility:hidden;}
._fromUploader td {vertical-align:middle;}
._fromUploader input[type="text"] {border-radius: 50rem;}
._fromUploader .btn-file-remove {border:0; background:none;}

.iradio_round2-orange.checked::after{
    position: absolute;
    top: 50%;
    left: 50%;
    // ??
    transform: translate(-48%, -50%);
}

.daterange-absolute{
    align-items: center;
    position: absolute;
    top: 10px;
    left: 23px;
    padding-right: 16px;
    z-index: 2;
    gap: 16px;

    input{
        line-height: 30px;
        width: 100%;
        max-width: 200px;
        min-width: unset;
    }

    @media (max-width: 1591.98px) {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    @media (max-width: 767.98px) {
        left: 16px;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    @media (max-width: 630px) {
        .form-daterange-title{
            display: none;
        }
    }

    @media (max-width: 500.98px) {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    &-mobilefix{
        display: flex;

        @media (max-width: 1591.98px) {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            justify-content: flex-start;
        }

        @media (max-width: 1291.98px) {
            position: static;
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            justify-content: flex-start;
            padding: 12px;
            border-bottom: 1px solid #dedede;
            gap: 8px;
        }

        @media (max-width: 922.98px) {
            flex-wrap: wrap;
            flex-direction: column;
            align-items: flex-start!important;
            justify-content: flex-start;
            gap: 8px;

            .form-daterange{
                &-title{
                    padding-bottom: 8px;
                }

                width: 100%;
                input{
                    max-width: 100%;
                }
            }
        }

        @media (max-width: 767.98px){
            border-bottom: none;
            padding: 12px 0;

        }
    }

    .clickDummy, .clickDummy2{
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        height: 100%!important;
        cursor: pointer!important;
        opacity: 0!important;
    }

    .form-daterange svg{
        position: absolute!important;
        right: 21px!important;
        top: 50%!important;
        transform: translateY(-50%)!important;
        pointer-events: none!important;
    }

    &.daterange-promotions{
        gap: 24px;
    }

    &.daterange-dashboard, &.daterange-promotions{
        position: static;
        // .form-daterange{
        //     height: 48px;
        //     border: 1px solid #dedede;
        //     border-radius: 14px;
        //     padding: 0 36px 0 18px;
        //     font-weight: 500;
        //     font-size: 14px;
        //     line-height: 100%;
        //     letter-spacing: -0.01em;
        //     color: #131516;
        // }

        span{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            padding: 1rem .75rem;
            pointer-events: none;
            border: 1px solid transparent;
            transform-origin: 0 0;
            transition: opacity .1s ease-in-out, transform .1s ease-in-out;

            opacity: .65;
            transform: scale(.85) translateY(-.5rem) translateX(.15rem);

            opacity: 1;
            top: 15px;
            padding: 0;
            margin: 0 0 0 16px;
            height: auto;
            font-weight: 400;
            font-size: 11px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #666F7A;
        }

        input{
            background: none;
            line-height: 46px;
            height: 48px;
            border-color: #dedede;
            border-radius: 14px;
            padding: 0 36px 0 18px;
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: -0.01em;
            color: #131516;
            width: 100%;
            max-width: 100%;
            padding-top: 13px;
            padding-bottom: 0;
        }
    }
}

.select-absolute{
    position: absolute;
    top: 10px;
    right: 23px;
    padding-left: 16px;
    z-index: 2;
    gap: 16px;

    select{
        height: 32px;
    }
}

.hasDaterange .table-top .dataTables_paginate{
    display: none!important;
}

.dateRangeInput {


    &:disabled {
        background-color: #F8F8F8;
        border-color: #F8F8F8;
        color: #666F7A;
    }
}


.advancedSteps{
    padding: 24px;
    background-color: #fff;
    border-radius: 20px;
    gap: 8px;
    margin-bottom: 16px;

    &__step{
        position: relative;
        cursor: pointer;
        user-select: none;

        &--active{
            .advancedSteps__number{
                border: 2px solid #EAA159;
                background-color: #fff;
            }
        }

        &--past{
            .advancedSteps__number{
                border: 2px solid #EAA159;
                background-color: #EAA159;
                color: #fff;
            }

            &+.advancedSteps__connector{
                .advancedSteps__connectorProgress{
                    width: 100%;
                }
            }
        }
    }

    &__number{
        width: 36px;
        height: 36px;
        border-radius: 12px;

        background: #ECECEC;
        border: 2px solid #ECECEC;


        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.01em;
        text-align: center;
        margin-bottom: 27px;
    }

    &__text{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);

        font-size: 12px;
        font-weight: 700;
        line-height: 14.4px;
        letter-spacing: -0.01em;
        text-align: center;
        white-space: nowrap;
    }

    &__connector{
        flex: 1 0 144px;
        max-width: 144px;
        height: 2px;
        background-color: #ECECEC;
        margin-bottom: 28px;
        border-radius: 24px;
        position: relative;

        &Progress{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: #EAA159;
            transition: width 0.3s ease;
            z-index: 01;
        }
    }
}

// Default variables
@font_size: 14px;
@font_size_small: 12px;

@input_border_radius: 16px;
@input_height: 48px;
@input_height_small: 36px;
@dropdown_padding: 18px;

@gray_dark: #444;
@gray: #999;
@gray_light: #DEDEDE;
@gray_lighter: #f6f6f6;
@primary_light: @gray;
@arrow_color: @gray;

// Style the dropdown
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: @input_border_radius;
  border: solid 1px @gray_light;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: @font_size;
  font-weight: normal;
  height: @input_height;
  line-height: @input_height - 2;
  outline: none;
  padding-left: 24px;
  padding-right: @dropdown_padding + 12;
  position: relative;
  text-align: left !important;
  user-select: none;
  white-space: nowrap;
  width: auto;
  display: flex;
  align-items: center;
  &:hover {
    border-color: #EAA159;
  }
  &:active, &:focus {
    border-color: #EAA159;
  }

  // Chevron
  &::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid @arrow_color;
    transition: all 0.2s;
  }

  &.open {
    @extend :active;
    &::after {
      transform: rotate(-180deg) translateY(50%)
    }
    .list {
      opacity: 1;
      pointer-events: auto;
      transform: scale(1) translateY(0);
    }
  }
  &.disabled {
    border-color: lighten(@gray_light, 2%);
    color: @gray;
    pointer-events: none;
    &:after {
      border-color: lighten(@arrow_color, 20%);
    }
  }

  // Modifiers
  &.wide {
    width: 100%;
    .list {
      left: 0 !important;
      right: 0 !important;
    }
  }
  &.right {
    float: right;
    .list {
      left: auto;
      right: 0;
    }
  }
  &.small {
    font-size: @font_size_small;
    height: @input_height_small;
    line-height: @input_height_small - 2;
    &:after {
      height: 4px;
      width: 4px;
    }
    .option {
      line-height: @input_height_small - 2;
      min-height: @input_height_small - 2;
    }
  }

  // List and options
  .list {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 8px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%; left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(- @input_height / 2);
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 99999;
    border: 1px solid @gray_light;
    width: 100%;
    &:hover .option:not(:hover) {
      background-color: transparent !important;
    }

    max-height: 300px;
    overflow-y: auto;


    &::-webkit-scrollbar {
        width: 3px;
      }

    &::-webkit-scrollbar-track {
        background-color: #ececec;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #000;
    }

  }
  .option {
    cursor: pointer;
    font-weight: 400;
    line-height: @input_height - 2;
    list-style: none;
    min-height: @input_height - 2;
    outline: none;
    padding-left: @dropdown_padding;
    padding-right: @dropdown_padding + 11;
    text-align: left;
    transition: all 0.2s;
    &:hover, &.focus, &.selected.focus {
      background-color: @gray_lighter;
    }
    &.selected {
      font-weight: bold;
    }
    &.disabled {
      background-color: transparent;
      color: @gray;
      cursor: default;
    }
  }
}

// Use display instead of opacity for IE <= 10
.no-csspointerevents .nice-select {
  .list {
    display: none;
  }
  &.open {
    .list {
      display: block;
    }
  }
}

.form-group-new{
    position: relative;

    input{
        border-radius: 16px;
        min-height: 48px;
        border: 1px solid #DEDEDE;
        padding: 0 24px;
    }

    input, textarea, select{
        &:focus, &:active{
            border-color: #EAA159;

            &+label{
                top: 0;
                transform: translateY(-50%);
                font-size: 10px;
                font-weight: 400;
                line-height: 10px;
                letter-spacing: -0.01em;
                text-align: left;

                &+.inputIcon{
                    border-left-color: #EAA159;
                }
            }
        }

        &:disabled{
            background-color: #F8F8F8;
            border-color: #F8F8F8;
            color: #666F7A;
            font-size: 14px;
            font-weight: 500;
            line-height: 14px;
            letter-spacing: -0.01em;
            padding-top: 9px;
            pointer-events: none;


            &+label{
                top: 0;
                transform: translateY(10px);
                background-color: transparent;
                padding: 0;
                padding-left: 4px;

                pointer-events: none;
            }
        }
    }

    textarea:disabled{
        padding-top: 21px;
        min-height: 124px;
        pointer-events: none;
    }

    label{
        position: absolute;
        z-index: 3;
        top: 13px;
        left: 21px;
        padding: 4px;
        background-color: #fff;

        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -0.01em;
        text-align: left;
        color: #131516;

        transition: all 0.15s ease;
    }

    .additional-info{
        position: absolute;
        bottom: 0px;
        padding: 4px;
        left: 21px;
        font-size: 9px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: -0.01em;
        text-align: left;
        color: #666F7A;
    }

    &-select{
        label{
            top: 0;
            transform: translateY(-50%);
            font-size: 10px;
            font-weight: 400;
            line-height: 10px;
            letter-spacing: -0.01em;
            text-align: left;
        }
    }

    &.touched{
        label{
            top: 0;
            transform: translateY(-50%);
            font-size: 10px;
            font-weight: 400;
            line-height: 10px;
            letter-spacing: -0.01em;
            text-align: left;
        }
    }

    &-checkboxes {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;

        &.touched label, label{
            position: static;
            transform: unset;

            font-size: 14px;
            font-weight: 500;
            line-height: 14px;
            letter-spacing: -0.01em;
            text-align: left;
            color: #131516;
        }
    }

    .inputIcon{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 60px;
        height: 100%;
        border-left: 1px solid #ECECEC;
        transition: all 0.15s ease;
    }

    &.has-icon{
        input, textarea, select{
            padding-right: 76px;
        }

        .nice-select::after{
            right: 78px;
        }
    }

    &.disabled .nice-select{
        background-color: #F8F8F8;
        border-color: #F8F8F8;
        color: #666F7A;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -0.01em;
        padding-top: 9px;
        pointer-events: none;
    }
}

.chosenCount {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    letter-spacing: -0.01em;
    text-align: left;
    padding: 7px 24px 0;
    gap: 6px;

    .badge{
        padding: 0 8px;
        border-radius: 4px;
        line-height: 17px;
        background-color: #EAA159;
        color: #FFFFFF;
    }
}

.areaDesc{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-align: left;
}

.areaWarning{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #131516;

    padding: 16px 24px 16px 24px;
    gap: 12px;
    border-radius: 12px;
    background: #FF2B3729;
}

.map-round{
    overflow: hidden;
    border-radius: 16px;
}

.voucherInfo{
    background: #0BB56333;
    color: #131516;

    padding: 32px 24px 24px;
    border-radius: 20px;


    &__title{
        font-size: 14px;
        font-weight: 600;
        line-height: 16.8px;
        letter-spacing: -0.01em;
    }

    &__price{
        span{
            font-size: 38px;
            font-weight: 600;
            line-height: 38px;
            letter-spacing: -0.02em;
        }

        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -0.02em;
    }

    &__addendum{
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        letter-spacing: -0.02em;
    }
}

.emailInfoTable{
    &__head{
        background: #F3F3F3;
        padding: 8px 20px;

        &Item{
            flex: 1;
        }
    }

    &__item{
        padding: 8px 20px;
        border-bottom: 1px solid #ECECEC;

        &Val{
            flex: 1;
        }
    }
}

.bannerPromoInfo{
    background: #F8F8F8;
    padding: 32px;
    border-radius: 20px;
    color: #131516;

    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    text-align: center;
}

.checkbox-item-main{
    position: relative;

    .errors{
        position: static;
        margin: 0;
        padding: 0;
        margin-top: 5px;
        padding-left: 12px;
    }
}

.newrelated{
    table-layout: fixed!important;

    tbody img{
        width: 64px;
        height: 64px;
    }

    input{
        border-radius: 16px;
        min-height: 48px;
        border: 1px solid #DEDEDE;
        padding: 0 24px;
        outline: none;
        transition: border-color 0.3s ease;

        &:focus, &:active{
            border-color: #EAA159;
        }

    }
}

.webinarSummary{
    &__topValue{
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        text-align: left;
        color: #131516;

    }

    &__notice{
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        text-align: left;
        color: #666F7A;

        padding: 16px 24px;
        background-color: #f8f8f8;
        border-radius: 12px;
        gap: 12px;

        &--success{
            background: #0BB56333;
        }
    }
}

.psmall{
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: -0.01em;
    text-align: left;
}

.boughtIn{
    &__item{
        font-size: 12px;
        font-weight: 600;
        line-height: 10px;
        letter-spacing: 0.14000000059604645px;
        text-align: left;
        color: #666F7A;
        padding: 10px 12px;
        border: 1px solid #666F7A;
        background-color: #f3f3f3;
        border-radius: 24px;

    }
}

.ibox-new{
    .ibox-content{
        padding: 0!important;
    }

    .ibox-title{
        margin: 0!important;
    }

    .ibox-title{
        padding: 24px;
        border-bottom: 1px solid #DEDEDE;
        background-color: transparent;
        border-radius: 0!important;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.01em;
    }

    .ibox-form{
        padding: 36px 24px;

        @media (max-width: 767.98px) {
            padding: 24px 16px;
        }

        &-news{
            gap: 54px;
            display: flex;

            @media (max-width: 1300px) {
                display: block;
            }

            .ibox-col-introimage{
                max-width: 340px; flex: 0 0 340px;

                @media (max-width: 1300px) {
                    max-width: 100%;
                    flex: 1;
                }

                padding-bottom: 24px;
            }
        }

        .dateRangeInput{
            max-height: 48px;
            border-radius: 16px;
            border: 1px solid #DEDEDE;
            padding: 0 24px;
        }

        .iCheck-helper{
            width: 20px;
            height: 20px;
        }

        .introtext{
            min-height: 200px;
        }

        .introImage{
            padding-top: 42px;

            @media (max-width: 1300px) {
                padding-top: 16px;
            }

            img{
                border-radius: 20px;
                width: 100%;
                height: 270px;
                max-height: 270px;
                object-fit: cover;
            }

            &__info{
                padding-top: 21px;
                font-size: 14px;
                font-weight: 500;
                line-height: 18.2px;
                letter-spacing: -0.01em;
                text-align: left;
            }

            &__buttons{
                padding-top: 24px;
                gap: 12px;
            }
        }

        .btn {
            gap: 16px;
            border-radius: 10px;

            border: 1px solid;

            line-height: 48px;
            height: 48px;
            margin: 0;
            padding: 0 24px;

            font-size: 14px;
            font-weight: 600;
            letter-spacing: -0.01em;

            @media (max-width: 575px) {
            line-height: 40px;
            height: 40px;
            }

            &--hollow {
                border: 1px solid #DEDEDE;
                color: #131516;

                &:hover {
                    background-color: darken(#DEDEDE, 10%);
                }

                &:active {
                    background-color: darken(#DEDEDE, 20%);
                }
            }

            &--primary {
                background: #EAA159;
                color: #fff;

                &:hover {
                    background-color: darken(#EAA159, 10%);
                }

                &:active {
                    background-color: darken(#EAA159, 20%);
                }
            }
        }

        @media (max-width: 767.98px) {
            .form-daterange{
                max-width: 200px;

                input{
                    max-width: 100%;
                    min-width: unset;
                    width: 100%;
                }
            }
        }
    }

    .ibox-col{
        &-grow{
            flex: 1;
        }
    }

    .ibox-padd{
        padding: 0 24px;

        @media (max-width: 767.98px) {
            padding: 0 16px;
        }
    }

    .section-title{
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.01em;
    }

    .ibox-wrap-table{

    }

    .newTable{
        // remove all borders
        th{
            border: 0;
        }

        td{
            vertical-align: middle;
        }

        th:first-child, td:first-child{
            padding-left: 24px;
        }

        th:last-child, td:last-child{
            padding-right: 24px;
        }

        .img-lg{
            width: 80px;
            height: 80px;
            border-radius: 8px;
            object-fit: cover;
        }

        input.form-control{
            border-radius: 16px!important;
            min-height: 48px!important;
            border: 1px solid #DEDEDE!important;
            padding: 0 24px!important;
            outline: none!important;
            transition: border-color 0.3s ease!important;

            &:focus, &:active{
                border-color: #EAA159;
            }

        }

        tbody{
            border-top: 0;
        }
    }


    @media (max-width: 767.98px) {
        margin-bottom: 64px!important;
    }
}



.promotionBanner{
    &__item{
      border-top: 1px solid #FF284F;
      border-bottom: 1px solid #FF284F;
      padding: 16px;

      img{
        width: 100%;
        border-radius: 8px;


        &.pc {
          width: unset;
          object-fit: cover;
          flex-shrink: 1;
        }
      }

      gap: 18px;

      &--pc {
        gap: 12px;

        border: 1px solid #FF284F;
        border-radius: 8px;

        &--premium{
          padding: 12px;

          img{
            object-position: left;
            max-width: calc(~"100% - 312px");
            flex: 0 0 calc(~"100% - 312px");
          }

        }
      }
    }

    &__content{
      &--pc {
        flex: 1 0 300px;
        max-width: 300px;
      }
    }

    &__top{
      font-size: 12px;
      font-weight: 600;
      line-height: 21.81px;
    }

    &__text{
      font-size: 16px;
      font-weight: 500;
      line-height: 19.2px;
      letter-spacing: -0.005em;
      padding-top: 8px;
    }

    &__date{
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      letter-spacing: -0.005em;
      padding-top: 12px;

      span{
        font-weight: 500;
      }
    }

    &__buttons{
      gap: 8px;
      padding-top: 21px;
    }

    &__button{
      line-height: 32px;
      padding: 0 12px;
      gap: 4px;
      border-radius: 8px;
      border: 1px solid;
      text-decoration: none;

      font-size: 12px;
      font-weight: 500;
      letter-spacing: -0.005em;

      transition: all 0.2s ease;

      &--primary{
        background: var(--buttonColor);
        color: #fff;
        border-color: var(--buttonColor);

        &:hover{
          background: var(--buttonColorDarken10);
          border-color: var(--buttonColorDarken10);
          color: #fff;
        }

        &:active{
          background: var(--buttonColorDarken20);
          border-color: var(--buttonColorDarken20);
          color: #fff;
        }
      }

      &--hollow{
        background: transparent;
        color: #000;
        border-color: #DBDBDB;

        &:hover{
          background: #f5f5f5;
          border-color: #DBDBDB;
          color: #000;
        }

        &:active{
          background: #e5e5e5;
          border-color: #DBDBDB;
          color: #000;
        }
      }
    }
  }

.promotionBanner__previewContainer {
    position: relative;
}

.promotionBanner__pcPreview {
    // display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: auto;
    background-color: #FFF;

    .promotionBanner__item{
        width: 833px;
    }
}

.promotionBanner__mobilePreview {
    // display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: auto;
    background-color: #FFF;

    .promotionBanner__item{
        width: 520px;
    }
}

// desktop: 478x132
// mobile: 343x95

.dz-pc{
    .dz-default-hidden{
        opacity: 0;
    }

    .dz-preview{
        pointer-events: none;
        border: 1px dashed #e4e4e4;
        padding: 8px;
    }

    .dz-preview .dz-image{
        height: auto;
        img{
            width: 478px;
            height: 132px;
            object-fit: cover;
        }
    }
}

.dz-mob{
    .dz-default-hidden{
        opacity: 0;
    }

    .dz-preview{
        pointer-events: none;
        border: 1px dashed #e4e4e4;
        padding: 8px;
    }

    .dz-preview .dz-image{
        height: auto;
        img{
            width: 343px;
            height: 95px;
            object-fit: cover;
        }
    }
}

.user-company-note{
    color: #666F7A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: -0.16px;
    padding-bottom: 24px;

    @media (max-width: 767.98px) {
        font-size: 14px;
    }
  }

@media (max-width: 1199.98px) {
    .page-heading-order-edit {
        height: unset;
        margin-bottom: 24px;
    }

    .status-box-order-edit{
        margin-bottom: 8px;
    }
}

.form-control:disabled, .form-control[readonly], .form-floating select.form-select:disabled{
    background-color: #F8F8F8;
    border-color: #F8F8F8;
    color: #666F7A;
}

.form-floating>.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #666F7A;
}

.regulations-accepted-info{
    margin: 0;
    padding: 12px 24px 0 24px;

    @media (max-width: 767.98px) {
        padding: 12px 18px 0 18px;
    }
}

@media (min-width: 767.98px) and (max-width: 1199.98px) {
    .ic-number{
        font-size: 16px;
    }

    .ibox-title span:not(.alert){
        font-size: 16px;
    }
}

.ibox-map-fullscreen{
    padding: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #eee;

    transition: all 0.2s ease;
    cursor: pointer;

    svg{
        transition: all 0.2s ease;
    }

    &:hover{
        background-color: #EAA159;

        svg{
            fill: #fff;
        }
    }
}

.ibox-map.fullscreen{
    // z-index: 9999;
    // position: fixed;
    // top: 16px;
    // left: 16px;
    // width: calc(100% - 32px);
    // height: calc(100% - 32px);
    // border-radius: 0;
}

.custom-scroll-black{
}

.tablewrap{
  padding-right: 4px;
  overflow: auto;
  border-bottom: 1px solid #DEDEDE;

  thead tr th {
    position: sticky;
    top: 0;
  }

  &::-webkit-scrollbar {
      width: 3px;
    }

  &::-webkit-scrollbar-track {
      background-color: #ececec;
  }

  &::-webkit-scrollbar-thumb {
      background-color: #000;
  }
}

.biggestClients{
    background-color: #fff;
    @media (max-width: 767.98px) {
        margin: 0 -15px;
    }

    &__table{
        width: 100%;

        thead{
            background-color: #fff;
            th{
                background-color: #fff;
                padding: 8px 24px;
                color: #666F7A;
                font-size: 12px;
                font-weight: 400;
                line-height: 100%; /* 12px */
                letter-spacing: -0.12px;
                border-bottom: 1px solid #DEDEDE;

                @media (max-width: 767.98px) {
                  padding: 8px 16px;
                }
            }
        }

        tbody{
            tr{
                &:nth-child(odd){
                    background-color: #F8F8F8;
                }
            }

            td{
                color: #131516;
                font-size: 14px;
                font-weight: 400;
                line-height: 120%; /* 16.8px */
                letter-spacing: -0.14px;
                padding: 12px 24px;

                @media (max-width: 767.98px) {
                  padding: 8px 16px;
                }
            }
        }
    }

}

.ibox-title-seemore{
    gap: 8px;
}

.ibox-title-seemore-link{
    font-size: 16px;
    line-height: 1;
    color: #9B9DA0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.1px;
}

#salesMapWrap{
    height: 100%;
    position: relative;

    .closeButton{
        display: none;
        position: absolute;
        top: 22px;
        right: 24px;
        z-index: 9999;
        cursor: pointer;
        height: 24px;
        width: 24px;
    }

    display: flex;
    flex-direction: column;

    &.fullscreen{
        position: fixed;
        top: 24px;
        left: 24px;
        z-index: 9999;
        background-color: #fff;
        border-radius: 20px;

        width: calc(~"100% - 48px");
        height: calc(~"100% - 48px");

        .closeButton{
            display: flex;
        }

        .ibox-title{
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .ibox-content{
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        // shadow before
        &::before{
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: -1;
        }

        .show-all-map{
            padding-right: 40px;
        }
    }
}

.multiselect-clear-filter{
    position: absolute;
    right: 26px;
    background: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.chosen-container.chosen-container-single{
    width: 100%!important;
    min-height: 48px;
}

.chosen-container.chosen-container-single .chosen-single{
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: text;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    padding-left: 10px;
    height: 48px!important;
    border-color: #dedede;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #131516;
    border-radius: 14px;
    padding: 0 18px;
    padding-top: 23px;

    b{
        display: none;
    }
}

#order_val, #order_qty{
    cursor: pointer;
}

.nice-select-floating-label{
    position: relative;

    .nice-select{
        line-height: 48px;
        height: 50px;
        border-radius: 12px;
    }

    .option{
        white-space: normal;
        line-height: 1;
        min-height: auto;
        padding: 17px 24px;
    }

    label{
        opacity: 1;
        top: 9px;
        margin-left: 25px;
        position: absolute;
        font-weight: 400;
        font-size: 11px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #666F7A;
    }

    .current{
        padding-top: 13px;
        line-height: 1;
        height: auto;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #131516;
    }
}

.chosen-container .chosen-results li.highlighted{
    background-color: #EAA159;
    color: #fff;
}

.status-box-change{
    display: none;
    position: absolute;
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #fff;
    max-width: 262px;
    width: 262px;
    padding: 20px 0;
    padding-bottom: 12px;
    z-index: 999999;

    &-title{
        color: #666F7A;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 12px */
        letter-spacing: -0.12px;
        padding: 0 20px;
        padding-bottom: 4px;
        text-align: left;
    }

    &-item{
        position: relative;
        color: #666F7A;
        font-size: 14px;
        font-weight: 400;
        line-height: 100%; /* 14px */
        letter-spacing: -0.14px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 20px;
        transition: all 0.2s ease;

        &:hover{
            background: #F8F8F8;
            cursor: pointer;
        }

        &.active{
            color: #000;
            font-size: 14px;
            font-weight: 600;
            line-height: 100%; /* 14px */
            letter-spacing: -0.14px;

            &::after{
                content: "";
                position: absolute;
                background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMzMzEgNy45OTk5OUw2LjY2MjcyIDExLjMzMzNMMTMuMzMzMyA0LjY2NjY2IiBzdHJva2U9IiMyOTJEMzIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
                width: 16px;
                height: 16px;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
            }
        }
    }
}

.status-box-select{
    position: relative;
    text-align: right;

    .status{
        user-select: none;
    }
}

.show-all-map{
    label{
        user-select: none;
    }

    .icheckbox_round-orange{
        margin-right: 0;
    }
}

.status-changers-shadow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: transparent;
}

.admin-register-content{
    a {
        text-decoration: none;
        color: inherit;

        &:hover {
            text-decoration: none;
        }

        &:focus {
            text-decoration: none;
        }

        &:active {
            text-decoration: none;
        }
    }

    background: #fff;
    padding: 32px 16px;
    margin: 0 -16px;
    border-radius: 20px 20px 0px 0px;
    flex: 1;

    .title {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        /* 22px */
        letter-spacing: -0.2px;
        padding-bottom: 16px;

        span {
            color: #666F7A;
            font-size: 13px;
            font-weight: 600;
            line-height: 100%;
            /* 13px */
            letter-spacing: -0.13px;
        }
    }

    .subtitle {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        /* 100% */
        letter-spacing: -0.08px;
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .contentSection {
        padding-bottom: 48px;
    }

    .form-control {
        outline: none;
        min-height: 48px;
        border-radius: 16px;
        border: 1px solid #DBDBDB;
        background: #fff;
        padding: 0 20px;
        transition: border 0.2s ease;

        &:focus {
            border: 1px solid #EAA159;
        }

        &-error {
            font-size: 11px;
            color: #A40C0C;
        }
    }

    .form-group {
        position: relative;

        &:not(:last-child) {
            margin-bottom: 12px;
        }

        input {
            width: 100%;
            padding-bottom: 1px;
        }

        >label {
            position: absolute;
            top: 50%;
            left: 21px;
            transform: translateY(-50%);
            color: #8D8D8D;
            font-size: 14px;
            font-weight: 400;
            line-height: 100%;
            /* 14px */
            letter-spacing: -0.07px;
        }

        .form-control-error {
            top: 0;
            background: #fff;
            padding: 0 8px;
            font-size: 11px;
            color: #A40C0C;
        }

        &.activated {
            >label {
                display: none;
            }
        }
    }

    .form-checkAdminboxes {
        display: grid;
        padding-bottom: 24px;

        .form-checkAdmin {
            margin-top: 0;
        }

        grid-template-columns: 1fr;
        gap: 12px 24px;

        &-2 {
            grid-template-columns: 1fr 1fr;
        }

        .form-checkAdminboxes-error {
            grid-column: ~"1 / -1";
        }
    }

    .form-checkAdmin,
    .checkbox-item {
        display: flex;
        align-items: start;
        gap: 8px;

        p {
            margin: 0;
            padding: 0;
        }

        input[type="checkbox"] {
            display: none;
        }

        label {
            position: relative;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.08px;

            padding-left: 28px;

            &::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;

                width: 18px;
                height: 18px;
                border-radius: 8px;
                border: 1px solid #DBDBDB;
                background: #fff;
                transition: all 0.2s ease;
            }

            &::after {
                content: "";
                position: absolute;
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSI3LjUiIGZpbGw9IiNFQUExNTkiLz4KICA8cGF0aCBkPSJNNi4xMTEzMyAxMC41NTZMOC45NTY0NSAxMy4yOTc3TDE0LjQ0NDcgNy4yMjI2NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=") no-repeat center;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                opacity: 0;
                transition: all 0.12s ease;
            }
        }

        input[type="checkbox"]:checked+label {
            &::after {
                opacity: 1;
            }
        }
    }

    .form-checkAdmin-wrap {
        .form-control-error {
            padding-left: 28px;
        }
    }

    .form-concession {
        padding-bottom: 24px;
    }

    .form-small-gray {
        p {
            color: #000;
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            /* 133.333% */
            letter-spacing: -0.06px;
            padding-top: 2px;
            padding-bottom: 2px;

            a {
                text-decoration: underline;
                color: #1B242E;
            }
        }
    }

    .custom-file {
        &-label {
            position: relative;
            display: block;
            outline: none;
            min-height: 48px;
            border-radius: 16px;
            border: 1px solid #DBDBDB;
            background: #fff;
            padding: 0 20px;
            transition: border 0.2s ease;

            &:focus {
                border: 1px solid #EAA159;
            }

            .cfl-name {
                position: absolute;
                top: 50%;
                left: 16px;
                transform: translateY(-50%);

                color: #8D8D8D;
                font-size: 14px;
                font-weight: 400;
                line-height: 100%;
                /* 14px */
                letter-spacing: -0.07px;
            }

        }
    }

    .files-table {
        width: 100%;
        border-collapse: collapse;

        td {
            display: flex;
            align-items: center;
            border: 1px solid #C4C4C4;
            background-color: #fff;
            width: 100%;
            padding: 0 14px;
            min-height: 48px;

            color: #8D8D8D;
            font-size: 14px;
            font-weight: 400;
            line-height: 100%;
            letter-spacing: -0.07px;

            position: relative;
            border-radius: 16px;
            margin-top: 8px;

            .icon {
                margin-right: 11px;
                display: inline-block;
            }

            .btn-file-remove {
                background-color: transparent;
                border: 0;
                padding: 0;
                cursor: pointer;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 14px;
                height: 24px;
                width: 24px;
            }
        }
    }

    .custom-file-info-text {
        color: #8D8D8D;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        /* 171.429% */
        letter-spacing: -0.07px;
        padding-bottom: 24px;
    }

    input[type="file"] {
        display: none;
    }

    // Style the dropdown
    .nice-select {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: #fff;
        border-radius: @input_border_radius;
        border: solid 1px @gray_light;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        font-family: inherit;
        font-size: @font_size;
        font-weight: normal;
        height: @input_height;
        line-height: @input_height - 2;
        outline: none;
        padding-left: 24px;
        padding-right: @dropdown_padding + 12;
        position: relative;
        text-align: left !important;
        user-select: none;
        white-space: nowrap;
        width: auto;
        display: flex;
        align-items: center;

        &:hover {
            border-color: #EAA159;
        }

        &:active,
        &:focus {
            border-color: #EAA159;
        }

        // Chevron
        &::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 24px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid @arrow_color;
            transition: all 0.2s;
        }

        &.open {
            @extend :active;

            &::after {
                transform: rotate(-180deg) translateY(50%)
            }

            .list {
                opacity: 1;
                pointer-events: auto;
                transform: scale(1) translateY(0);
            }
        }

        &.disabled {
            border-color: lighten(@gray_light, 2%);
            color: @gray;
            pointer-events: none;

            &:after {
                border-color: lighten(@arrow_color, 20%);
            }
        }

        // Modifiers
        &.wide {
            width: 100%;

            .list {
                left: 0 !important;
                right: 0 !important;
            }
        }

        &.right {
            float: right;

            .list {
                left: auto;
                right: 0;
            }
        }

        &.small {
            font-size: @font_size_small;
            height: @input_height_small;
            line-height: @input_height_small - 2;

            &:after {
                height: 4px;
                width: 4px;
            }

            .option {
                line-height: @input_height_small - 2;
                min-height: @input_height_small - 2;
            }
        }

        // List and options
        .list {
            background-color: #fff;
            border-radius: 0;
            box-sizing: border-box;
            margin-top: 8px;
            opacity: 0;
            overflow: hidden;
            padding: 0;
            pointer-events: none;
            position: absolute;
            top: 100%;
            left: 0;
            transform-origin: 50% 0;
            transform: scale(.75) translateY(- @input_height / 2);
            transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
            z-index: 99999;
            border: 1px solid @gray_light;
            width: 100%;

            &:hover .option:not(:hover) {
                background-color: transparent !important;
            }

            max-height: 300px;
            overflow-y: auto;


            &::-webkit-scrollbar {
                width: 3px;
            }

            &::-webkit-scrollbar-track {
                background-color: #ececec;
            }

            &::-webkit-scrollbar-thumb {
                background-color: #000;
            }

        }

        .option {
            cursor: pointer;
            font-weight: 400;
            line-height: @input_height - 2;
            list-style: none;
            min-height: @input_height - 2;
            outline: none;
            padding-left: @dropdown_padding;
            padding-right: @dropdown_padding + 11;
            text-align: left;
            transition: all 0.2s;

            &:hover,
            &.focus,
            &.selected.focus {
                background-color: @gray_lighter;
            }

            &.selected {
                font-weight: bold;
            }

            &.disabled {
                background-color: transparent;
                color: @gray;
                cursor: default;
            }
        }
    }

    .btn {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -0.14px;
        border-radius: 12px;
        transition: all 0.2s ease;
        height: unset;

        &--primary {
            color: #fff;
            background: #EAA159;

            &:hover {
                color: #fff;
                background: darken(#EAA159, 10%);
            }

            &:active {
                color: #fff;
                background: darken(#EAA159, 20%);
            }
        }

        &--primaryHollow {
            color: #EAA159;
            background: #fff;
            border: 1px solid #EAA159;

            &:hover {
                color: #fff;
                background: darken(#EAA159, 10%);
            }

            &:active {
                color: #fff;
                background: darken(#EAA159, 20%);
            }
        }

        &--gray {
            color: #000;
            background: #F5F5F5;

            &:hover {
                color: #000;
                background: darken(#F5F5F5, 10%);
            }

            &:active {
                color: #000;
                background: darken(#F5F5F5, 20%);
            }

        }

        &--hasIcon {
            gap: 6px;

        }

        &--submit {
            margin-top: 32px;
            padding: 0 32px;
            gap: 16px;
        }

        &--h38 {
            line-height: 38px;
        }

        &--h40 {
            line-height: 40px;
        }

        &--h48 {
            line-height: 48px;
        }

        &--h24 {
            line-height: 24px;
        }

        &-inputside {
            padding: 0 8px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 16px;

            font-size: 12px;
            font-weight: 500;
            letter-spacing: -0.12px;
        }

        &:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
    }
}

.topBar {
    a {
        text-decoration: none;
        color: inherit;

        &:hover {
            text-decoration: none;
        }

        &:focus {
            text-decoration: none;
        }

        &:active {
            text-decoration: none;
        }
    }
    padding-bottom: 20px;

    &__backlink {
        gap: 8px;
        font-size: 14px;
        font-weight: 700;
        line-height: 100%;
        /* 14px */
        letter-spacing: -0.14px;
    }

    &__title {
        flex: 1;
        font-size: 18px;
        font-weight: 700;
        line-height: 100%;
        /* 18px */
        letter-spacing: -0.18px;
    }

    &__subtitle {
        padding-top: 3px;
        color: #666F7A;
        font-size: 13px;
        font-weight: 500;
        line-height: 100%;
        /* 13px */
        letter-spacing: -0.13px;
    }

    .btn-side{
        background: #EAA159;
        color: #fff;
        border: 1px solid #EAA159;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        /* 14px */
        letter-spacing: -0.14px;
        transition: all 0.2s ease;

        &:hover {
            background: darken(#EAA159, 10%);
            border-color: darken(#EAA159, 10%);
        }

        &:active {
            background: darken(#EAA159, 20%);
            border-color: darken(#EAA159, 20%);
        }
    }
}


.custom-admin-file {
    &-label {
        position: relative;
        display: block;
        outline: none;
        min-height: 48px;
        border-radius: 16px;
        border: 1px solid #DBDBDB;
        background: #fff;
        padding: 0 20px;
        transition: border 0.2s ease;

        &:focus {
            border: 1px solid #EAA159;
        }

        .cfl-name {
            position: absolute;
            top: 50%;
            left: 16px;
            transform: translateY(-50%);

            color: #8D8D8D;
            font-size: 14px;
            font-weight: 400;
            line-height: 100%;
            /* 14px */
            letter-spacing: -0.07px;
        }

    }
}

.files-admin-table {
    width: 100%;
    border-collapse: collapse;

    td {
        display: flex;
        align-items: center;
        border: 1px solid #C4C4C4;
        background-color: #fff;
        width: 100%;
        padding: 0 14px;
        min-height: 48px;

        color: #8D8D8D;
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.07px;

        position: relative;
        border-radius: 16px;
        margin-top: 8px;

        .icon {
            margin-right: 11px;
            display: inline-block;
        }

        .btn-file-remove, ._deleteFile {
            border: 0;
            padding: 0;
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 14px;
            height: 24px;
            width: 24px;
        }
    }
}

.custom-admin-file-info-text {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.07px;
    padding-bottom: 24px;
}

.history-button{
  color: #131516;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  text-decoration: underline;
  border: none;
  outline: none;
  background: none;
}

.modal.modal-history .modal-dialog{
    .modal-header{
        padding: 24px;
        border: none;
    }

    .modal-content{
        max-height: 800px;
        .modal-body{
            &::-webkit-scrollbar {
                width: 2px;
              }

            &::-webkit-scrollbar-track {
                background-color: #ececec;
            }

            &::-webkit-scrollbar-thumb {
                background-color: #000;
            }
        }
    }

    h5.modal-title{
        font-size: 16px;
        font-weight: 600;
        line-height: 100%; /* 16px */
        letter-spacing: -0.16px;
    }
}

.table-history{
    width: 100%;
    @media (max-width: 991.98px) {
        width: 991px;
    }

    th:first-child,
    td:first-child{
        padding-left: 24px;
    }

    th:last-child,
    td:last-child{
        padding-right: 24px;
    }

    th,td{
        padding: 8px;
    }

    th{
        border-bottom: 1px solid #F5F5F5;
        color: #666F7A;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%; /* 12px */
        letter-spacing: -0.12px;
    }

    td{
        color: #131516;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
        letter-spacing: -0.14px;
    }

    tr+tr td{
        border-top: 1px solid #F5F5F5;
    }

    >tbody{
        border: none;
    }

    &__info{
        background: #F5F5F5;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 100%; /* 14px */
        letter-spacing: -0.14px;
    }

    &__small{
        color: #666F7A;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 12px */
        letter-spacing: -0.12px;
    }

    &__green{
        color: #24D72B;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: -0.16px;
    }

    &__red{
        color: #DB2828;
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: -0.12px;
    }
}

.form-floating-force{
    label{
        opacity: 1;
        top: 9px;
        margin-left: 25px;
        padding: 0;
        position: absolute;
        font-weight: 400;
        font-size: 11px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #666F7A;
    }

    .chosen-container-single .chosen-single{
        padding-left: 24px;
        height: 50px !important;
    }

    &--errorFix{
        > label.form-control-error{
            position: absolute;
            top: 0px !important;
            right: -5px !important;
            left: unset !important;
            background: #fff;
            padding: 2px !important;
            color: #ed5565 !important;
        }
    }
}

.popover{
    border: 0;
    border: 1px solid #A0A5AB;
    border-radius: 15px;
    &-body{
        border-radius: 15px;
        padding: 8px 12px;
        border: 0;
        background: #FFF;

        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.415;
        letter-spacing: -0.13px;
    }
}

.improved-layout{
    label{
        user-select: none;
        cursor: pointer;
    }

    .ibox-title{
        h2{
            color: #131516;
            font-size: 16px;
            font-weight: 800;
            line-height: 100%; /* 16px */
            letter-spacing: -0.16px;
            margin: 0;
        }
    }

    .link-underline{
        color: #EAA159;
        text-decoration: underline;
    }
}

.modal-body-subtitle{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%; /* 15px */
    letter-spacing: -0.15px;
}

.modal-body-text{
    color: #666F7A;
    font-size: 13px;
    font-weight: 400;
    line-height: 177%;
}

.see-promotion {
    min-width: 143px;
    border-radius: 30px;
    border: 1px solid #EAA159;
    color: #EAA159;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%; /* 12px */
    letter-spacing: -0.12px;
    height: 38px;

    cursor: pointer;
    transition: all 0.2s ease;

    &:hover {
        background: #EAA159;
        color: #fff;
    }
}

.nav-pills-mob{
    @media (max-width: 435.98px) {
        .nav-item .nav-link{
            padding: 12px 12px;
            font-size: 14px;
        }
    }
}

.ibox-title .pull-right.gotoclient {
  position: absolute;
  right: 0;
  top: 10px;

  @media (max-width: 435.98px) {
    top: 12px;
    .nav-link{
        font-size: 11px;
    }
  }
}

.myPrices{
    &__badge{
        display: inline-flex;
        padding-right: 4px;
        justify-content: center;
        align-items: center;
        gap: 2px;
        border-radius: 4px;
        background: #EAA159;

        span{
            color: #FFF;
            text-align: center;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1;
        }

        &--top{
            gap: 4px;
            background: #fff;

            span{
                color: #666F7A;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
                line-height: 1;
            }
        }
    }

    svg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.redinfo{
    color: #E62626;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 19.04px */
    letter-spacing: -0.14px;

    text-align: center;
    padding: 4px 12px;
    background-color: #FDEDED;
    border-top: 1px solid #f8c1c1;
    border-bottom: 1px solid #f8c1c1;

    @media (max-width: 767.98px) {
        margin: 0 -16px;
    }
}

.hasredinfo +.ibox-footer{
    border-top: 0;
}

.ibox-buttons-nowrap{
    button, .btn{
        white-space: nowrap;
    }
}

.modal-importoffer{
    .modal-dialog{
        max-width: 632px;
    }

    .import-offer-form > div {
        margin-bottom: 16px;
    }
}

.modal-instructions{
    .modal-dialog{
        max-width: 800px;
    }
}

.nRadio {
    &Label{
        display: inline-flex;
        gap: 8px;
        cursor: pointer;
        user-select: none;
        position: relative;
        padding-left: 28px;
        color: #131516;

        &::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #DBDBDB;
            background-color: #fff;
            transition: all 0.2s ease;
        }

        &::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #EAA159;
            top: 5px;
            left: 5px;
            opacity: 0;
            transition: all 0.2s ease;
        }

        &:hover::before {
            border-color: #EAA159;
        }
    }

    &Input {
        display: none;
    }

    &Input:checked + .nRadioLabel::before {
        border-color: #EAA159;
    }

    &Input:checked + .nRadioLabel::after {
        opacity: 1;
    }
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-cols-md-3 {
    @media (min-width: 768px) {
        grid-template-columns: repeat(3, 1fr);
    }
}

.nice-select .list{
    border-radius: 12px;
}

.forceFloatingLabel{
  label {
    opacity: 1;
    top: 8px;
    padding: 0;
    margin: 0 0 0 16px;
    height: auto;
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #666F7A;
  }

  .multi-select-header{
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.fileinput-button.dz-remove{
    position: absolute;
    top: 10px;
    right: 10px;

    background: #fff;

    z-index: 30;
    cursor: pointer;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcgN0wxNyAxNyIgc3Ryb2tlPSIjNjY2RjdBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNyA3TDcgMTciIHN0cm9rZT0iIzY2NkY3QSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.price-edit{
    position: relative;

    .priceEditLabelTop{
        position: absolute;
        top: -8px;
        left: 0;
        transform: translateY(-100%);
        font-size: 11px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #666F7A;

        label{
            font-weight: 400;
        }
    }
}

.ibox-title-flexright {
    @media (max-width: 871.98px) {
        width: 100%;
        >div{
            width: 100%;
        }
    }

    .multi-select .multi-select-header {
        background-color: #fff;
        min-height: 36px;
        min-width: 500px;

        &::after{
            height: 20px;
            width: 40px;
        }

        @media (max-width: 871.98px) {
            min-width: 100%;
        }
    }
}

.caretaker{
    gap: 16px;

    &__title {
        color: #131516;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 16px */
        letter-spacing: -0.16px;
    }

    &__btn{
        height: 48px;
        line-height: 48px;
    }

    .btn-link{
        line-height: 1;
        height: auto;
    }
}

.btn-delete-admin{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 11px 24px;

    color: #FF284F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.14px;

    transition: all 0.2s ease;

    &:hover {
        color: #FF284F;
        background: darken(#FFF, 5%);
        border-color: darken(#DEDEDE, 5%);
    }

    &:active {
        color: #FF284F;
        background: darken(#FFF, 10%);
        border-color: darken(#DEDEDE, 10%);
    }
}

.table-dynamic{
    // Reset table styles
    width: calc(~"100% + 48px");
    border-collapse: collapse;
    border: none;
    margin: 0 -24px;
    margin-bottom: 0;

    th{
        text-align: left;
        padding: 8px;
        border: none;
        vertical-align: middle;

        color: #666F7A;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 12px */
        letter-spacing: -0.12px;

        &:first-child{
            padding-left: 24px;
        }

        &:last-child{
            padding-right: 24px;
        }
    }

    td {
        text-align: left;
        padding: 10px;
        border: none;
        vertical-align: middle;

        &:first-child{
            padding-left: 24px;
        }

        &:last-child{
            padding-right: 24px;
        }
    }


    th{
        border-bottom: 1px solid #DEDEDE;
        background: #F3F3F3;
    }
}

.deliveryTime__icheck{
    &:not(:last-child){
        padding-right: 16px;
        border-right: 1px solid #ddd;

        @media (max-width: 991.98px) {
            padding-right: 0;
            border-right: none;
        }
    }

    label {
        font-size: 14px;
        font-weight: 400;
        line-height: 100%; /* 14px */
        letter-spacing: -0.14px;
        color: #000;
        line-height: 36px;
    }
}

/* Company logo dropzone styles */
.dropzone-logo {
  border: none !important;
  background: transparent !important;
  padding: 30px;
  cursor: pointer;
}

.dropzone-logo .dz-message {
  margin: 0;
  font-weight: normal;
}

.dropzone-logo .dz-preview {
  margin: 20px 0 0 0;
}

.dropzone-logo .dz-preview .dz-image {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}

.dropzone-logo .dz-preview .dz-details {
  padding: 10px;
}

.dropzone-icon svg {
  width: 48px;
  height: 48px;
  color: #6b7280;
}

.dropzone-text {
  text-align: left;
  line-height: 1.5;
}

.dropzone-text strong {
  font-size: 16px;
  color: #111827;
}

.dropzone-text .text-muted {
  font-size: 14px;
  color: #6b7280;
}

.company-logo-preview {
  position: relative;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  max-width: 260px;
}

.company-logo-preview img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.company-logo-preview .company-logo-remove,
.company-logo-preview .company-logo-remove-admin,
.company-logo-preview .address-logo-remove-admin {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  color: #9CA3AF;
  transition: color 0.2s ease;
}

.company-logo-preview .company-logo-remove:hover,
.company-logo-preview .company-logo-remove-admin:hover,
.company-logo-preview .address-logo-remove-admin:hover {
  color: #DC2626;
}

.company-logo-preview .company-logo-remove svg,
.company-logo-preview .company-logo-remove-admin svg,
.company-logo-preview .address-logo-remove-admin svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* Universal confirmation modal styles */
.confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.confirm-modal.confirm-modal--show {
  opacity: 1;
  visibility: visible;
}

.confirm-modal.confirm-modal--show .confirm-modal__content {
  transform: scale(1);
}

.confirm-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.confirm-modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 90%;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.confirm-modal__header {
  padding: 32px 32px 24px;
  text-align: center;
}

.confirm-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

.confirm-modal__body {
  padding: 0 32px 24px;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
  text-align: center;
}

.confirm-modal__footer {
  padding: 0 32px 32px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.confirm-modal__footer .btn {
  flex: 1;
  max-width: 140px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.confirm-modal__footer .btn.btn--hollow {
  background: #fff;
  color: #6B7280;
  border: 1px solid #D1D5DB;
}

.confirm-modal__footer .btn.btn--hollow:hover {
  background: #F9FAFB;
  border-color: #9CA3AF;
  color: #374151;
}

.confirm-modal__footer .btn.btn--danger {
  background: #DC2626;
  color: #fff;
  border: 1px solid #DC2626;
}

.confirm-modal__footer .btn.btn--danger:hover {
  background: #B91C1C;
  border-color: #B91C1C;
}

.confirm-modal__footer .btn.btn--danger:active {
  transform: scale(0.98);
}

@media (max-width: 576px) {
  .confirm-modal__content {
    width: 95%;
    max-width: none;
  }

  .confirm-modal__header {
    padding: 24px 24px 20px;
  }

  .confirm-modal__body {
    padding: 0 24px 20px;
  }

  .confirm-modal__footer {
    padding: 0 24px 24px;
    flex-direction: column-reverse;
  }

  .confirm-modal__footer .btn {
    max-width: none;
    width: 100%;
  }
}

.note-toolbar {
    background-color: #f7f7f7;
    border-radius: 6px 6px 0 0 !important;
    border-bottom: none;
    .btn-light {
        background: #f7f7f7;
    }
}

.note-editing-area {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

@import "pages/_index.less";

// ── Related product autocomplete dropdown ──
.input-choose-product {
    position: relative;

    .typeahead.dropdown-menu {
        width: 100%;
        max-height: 360px;
        overflow-y: auto;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
        margin-top: 4px;
        padding: 6px 0;
        z-index: 1050;

        li {
            padding: 0;

            a {
                display: block;
                padding: 8px 14px;
                color: #333;
                text-decoration: none;
                transition: background-color 0.15s;

                &:hover {
                    background: #f8f8f8;
                }
            }

            &.active a {
                background: #f0f0f0;
                color: #333;
            }
        }

        &::-webkit-scrollbar {
            width: 5px;
        }
        &::-webkit-scrollbar-track {
            background: transparent;
        }
        &::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 3px;
        }
    }
}

.related-ac-item {
    display: flex;
    align-items: center;
    gap: 12px;

    &__img {
        width: 44px;
        height: 44px;
        border-radius: 6px;
        object-fit: cover;
        flex-shrink: 0;
        background: #f5f5f5;
        border: 1px solid #eee;

        &--empty {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ccc;
            font-size: 18px;
        }
    }

    &__text {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        line-height: 1.3;

        small {
            font-weight: 400;
            color: #999;
        }
    }
}

#distributorRedirectModal {
  .modal-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: 500px;
    width: calc(100% - 32px);
  }

  .modal-content {
    border-radius: 8px;
    border: none;
  }

  .modal-header {
    border-bottom: none !important;
    padding: 32px 36px 16px !important;
    justify-content: center !important;
    position: relative;
    display: flex !important;
    align-items: center !important;

    .modal-title {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.24px;
      text-align: center;
      width: 100%;
    }

    .close {
      position: absolute !important;
      right: 16px;
      top: 16px;
      margin: 0 !important;
    }
  }

  .modal-body {
    padding: 0 36px 16px;

    p {
      color: #8D8D8D;
      font-size: 16px;
      font-weight: 400;
      line-height: 23px;
      text-align: center;
      margin: 0;
    }
  }

  .modal-footer {
    border-top: none !important;
    padding: 0 36px 32px !important;
    justify-content: center !important;

    .btn-primary {
      border-radius: 10px;
      height: 48px;
      line-height: 48px;
      padding: 0 24px;
      font-weight: 700;
      background-color: @buttonColor !important;
      border-color: @buttonColor !important;
      color: #fff !important;
      display: flex;
      align-items: center;
      justify-content: center;

      &:hover {
        background-color: darken(@buttonColor, 10%) !important;
        border-color: darken(@buttonColor, 10%) !important;
      }
    }
  }
}

// Tender quote edit — stepper buttons
#productsTable {
    .cart_quantity_buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 0;

        .cart_quantity_down,
        .cart_quantity_up {
            background: #FFFFFF;
            border: 1px solid #DEDEDE;
            border-radius: 50%;
            line-height: 30px;
            height: 32px;
            width: 32px;
            min-width: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            text-decoration: none;
            transition: background-color 0.15s;

            &:hover {
                background-color: #f0f0f0;
            }
        }

        .cart_quantity_input {
            width: 56px;
            border: none;
            font-weight: 400;
            font-size: 14px;
            line-height: 120%;
            color: #131516;
            padding: 0;
            text-align: center;
            background: transparent;
            -moz-appearance: textfield;

            &::-webkit-outer-spin-button,
            &::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
        }
    }
}

#modalDuplicates {
    ._findTable {
        tbody tr td {
            word-break: break-all;
        }
    }
}

