﻿@media print {
      .no-print {
           display: none;
    }
}

#datatable_orders td:nth-child(1) {
    font-weight: bold;
}

.clearable {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xLC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2I1YjViNTsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgICAuY2xzLTIgewogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGc+CiAgICA8ZyBpZD0iTGF5ZXJfMSI+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzLDdjLjMuMy4zLjgsMCwxLjFsLTIsMiwyLDJjLjMuMy4zLjgsMCwxLjFzLS44LjMtMS4xLDBjMCwwLDAsMCwwLDBsLTItMi0yLDJjLS4zLjMtLjguMy0xLjEsMC0uMy0uMy0uMy0uNywwLTFsMi0yLTItMmMtLjMtLjMtLjMtLjgsMC0xLjEuMy0uMy43LS4zLDEsMGwyLDIsMi0yYy4zLS4zLjgtLjMsMS4xLDBaIi8+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLDE3YzMuOSwwLDctMy4xLDctN3MtMy4xLTctNy03LTcsMy4xLTcsNywzLjEsNyw3LDdNMTAsMTUuNWMzLDAsNS41LTIuNSw1LjUtNS41cy0yLjUtNS41LTUuNS01LjUtNS41LDIuNS01LjUsNS41LDIuNSw1LjUsNS41LDUuNVoiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat right -20px center;
    /*border: 1px solid #999;*/
    padding: 3px 18px 3px 6px; /* Use the same right padding (18) in jQ! */
    /*border-radius: 3px;*/
    transition: background 0.4s;
    background-size: 20px 20px; /* Adjust the size as needed */
}

    .clearable.x {
        background-position: right 5px center;
    }
    /* (jQ) Show icon */
    .clearable.onX {
        cursor: pointer;
    }
    /* (jQ) hover cursor style */
    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

input.clearable::placeholder {
    color: #b5b5b5 !important; /* Change the color */
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.solid {
    height: 100%;
    overflow: hidden;
}

.WarningText {
    border-color: orange !important;
    border-width: 2px !important;
}

.InvalidText {
    border-color: red !important;
    border-width: 2px !important;
    border-radius: 3px !important;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 60px;
    background: #f1f1f1e3;
    z-index: 99999;
    display: flex;
    justify-content: center;
}

.pr-variantLabel {
    padding: 5px 13px 5px 13px;
    font-size: 13px;
    background-color: #ffd9d9;
    border-radius: 14px;
    margin-top: 4px;
    font-weight: 400;
    margin-left: 5px;
    line-height: 25px;
    white-space: nowrap;
}

.PreOrderListItem {
    padding: 8px;
    margin: 10px;
    padding-left: 20px;
    background: #374150;
    padding-bottom: 22px;
    cursor: pointer;
    color: white;
}

    .PreOrderListItem.active {
        background: #32c5d2;
        cursor: initial;
    }

.detilImage {
    background-color: white;
    padding: 21px;
    border-radius: 12px;
    box-shadow: 0px 0px 9px 0px grey;
    /*margin-left: 7%;*/
    margin-top: 2%;
    width: 300px;
}

.DetailValue {
    overflow: hidden;
    white-space: nowrap;
}

.DetailRow {
    height: 19px;
}

    .DetailRow:hover {
        background-color: #cecece;
        border-radius: 3px;
    }

.DetailEditbale:hover {
    border: 1px solid gray;
    padding-left: 7px;
    padding-right: 7px;
    background-color: white;
    border-radius: 3px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.StockID {
    font-size: small !important;
}

.SpecialPrice {
    background-color: #F3F1F1;
}
/* Tooltip container */
.toltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .toltip .toltiptext {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 9px;
        padding-right: 9px;
        visibility: hidden;
        width: 108px;
        background-color: rgba(134, 134, 134, 0.85);
        color: #fff;
        text-align: center;
        padding: 3px 1px;
        border-radius: 6px;
        position: absolute;
        left: 20px;
        z-index: 10000;
        font-family: "Open Sans",sans-serif;
        font-size: small;
        /*height: 22px;*/
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .toltip:hover .toltiptext {
        visibility: visible;
    }

.SelectedRole {
    background-color: #2b9ba5 !important;
    box-shadow: 0px 0px 6px 3px #259aa5 !important;
}

tr.RoleAccessRow > td {
    /*background-color:lightblue;*/
    padding: 4px;
}

.blink {
    animation: blink-animation 0.5s steps(5, start) infinite;
    -webkit-animation: blink-animation 0.5s steps(5, start) infinite;
    transition: all 0.2s;
}

.SCProgressBar {
    -webkit-transition: width 4s ease;
    -o-transition: width 4s ease;
    transition: width 4s ease;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.blink2 {
    opacity: 1;
    animation-name: blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes blink2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.infiniteProgress {
    -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes running-progress {
    0% {
        margin-left: 0px;
        margin-right: 100%;
    }

    50% {
        margin-left: 25%;
        margin-right: 0%;
    }

    100% {
        margin-left: 100%;
        margin-right: 0;
    }
}

@keyframes running-progress {
    0% {
        margin-left: 0px;
        margin-right: 100%;
    }

    50% {
        margin-left: 25%;
        margin-right: 0%;
    }

    100% {
        margin-left: 100%;
        margin-right: 0;
    }
}

.numberC {
    background-color: #eee;
    text-align: center !important;
    padding: 11px 15px 13px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    display: inline-table;
}

.numberActiveC {
    background-color: #007bff;
    color: #fff;
}

.numberDoneC {
    background-color: #53ce00;
    color: #fff;
}

.selectable {
    background-color: white;
    transition: all 1s;
}

    .selectable:hover {
        background-color: #f8f8f8;
        transition: all 0.7s;
    }

.selected {
    background-color: #f2f8ff;
    transition: all 1s;
    border: solid 1px #1bbc9b;
    ;
}

.highlight {
    background-color: white;
    transition: all 1s;
    font-weight: bold;
}

    .highlight:hover {
        background-color: #eef1f5;
        transition: all 0.7s;
    }

.highdark {
    transition: all 1s;
}

    .highdark:hover {
        filter: brightness(90%);
        transition: all 0.7s;
    }

.box {
    transition: all 0.5s;
}

.boxBody {
    transition: all 0.5s;
}

.NessFeild {
    color: red;
    margin-right: 5px;
}

.nav-item-selected {
    background-color: rgb(64, 74, 97);
}

.tippy-tooltip.dataTip-theme {
    /* Your styling here. Example: */
    background-color: rgb(51,51,51);
    border-radius: 5px;
}

.ViewMore {
    width: 100%;
    background-color: rgba(255,255,255,0.3);
    text-align: center;
    font-size: 13px;
    font-weight: 200;
    color: white;
    margin-top: -59px;
    transition: all 0.5s;
    height: 34px;
    padding-top: 9px;
}

    .ViewMore:hover {
        background-color: rgba(255,255,255,0.8);
        transition: all 0.5s;
        color: gray;
        cursor: pointer;
    }

.ExitButton:hover {
    color: white;
    background-color: transparent;
}

.SectionTitle {
    color: #656565 !important;
    font-weight: 100 !important;
}

.separator {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 9px;
}

.cancel-btn {
    border: none;
    color: #fff;
    background-color: #b4bfcc;
    text-align: center;
    width: 120px;
    height: 50px;
}

.next-btn {
    border: none;
    color: #fff;
    background-color: #27b999;
    text-align: center;
    width: 120px;
    height: 50px;
}

.fillingType {
    display: none;
}

    .fillingType + label {
        opacity: 0.3;
        transition-duration: 1s;
    }

    .fillingType:checked + label {
        opacity: 1;
        transition-duration: 1s;
    }

.ShippingAddress {
    font-size: 11px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ShippingAddressEdit {
    font-size: 11px;
    width: 90%;
    display: inline-block;
    height: 32px;
    border-style: none;
    border-bottom: solid 1px #dae2ea;
}

.line {
    border-top: 1px solid white;
    margin: 4px 0px 4px 0px;
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.Mailer {
    cursor: pointer;
    color: #c2c3c5;
}

    .Mailer:hover {
        color: #4b77be !important;
    }

.MailerSelected {
    color: #4b77be !important;
}

.PromoHot {
    color: #1db429
}

.PromoNot {
    color: #fe0303
}

.OrderLock {
    position: absolute;
    left: 15px;
    margin-top: 5px;
    background-color: #3597dc;
    color: white;
    border-radius: 16px !important;
    padding-top: 2px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
}

@-webkit-keyframes dd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes dd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#dd {
    text-align: center;
    margin: 100px 0 0 0;
}

    #dd span {
        -webkit-animation-name: dd;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: dd;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
    }

        #dd span:nth-child(2) {
            -webkit-animation-delay: 100ms;
            -moz-animation-delay: 100ms;
        }

        #dd span:nth-child(3) {
            -webkit-animation-delay: 300ms;
            -moz-animation-delay: 300ms;
        }

.searchExpand {
    width: 270px;
    margin-left: 22px;
    margin-bottom: 10px;
    margin-right: -22px;
    padding: 3px;
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px !important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
/*.searchExpand:focus {
                width: 30%;
            }*/

/*#GeneralSearchText {
    padding-left: 35px;
    border: .66px solid #616161;
    background-color: #303030;
    border-radius: 8px;
    height: 32px;
    transition: ease-in-out, width .5s linear;
    color:#F9FAFB;
}

    #GeneralSearchText:focus {
        color: #202223;
        background-color: #fff;
        width: 390%;
    }

#GeneralSearch {
    position: relative;
}

#GeneralSearchText.middle:focus {
    outline: none;
}

#GeneralSearchText::placeholder {*/ /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: #F9FAFB;
    opacity: 1;*/ /* Firefox */
/*}

#GeneralSearchText.focus::placeholder {*/ /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color:green !important;
    opacity: 1;*/ /* Firefox */
/*}*/

#SearchIcon {
}

    #SearchIcon:focus {
        color: black;
    }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.SearchResult {
    padding: 2px 4px 2px 4px;
    transition: ease-in-out, background-color .35s ease-in-out;
    cursor: pointer;
}

    .SearchResult:hover {
        background-color: #eeeeee;
    }

.SearchResultDetail {
    font-size: 10px;
    color: lightgray;
}

#GeneralSearchResult::-webkit-scrollbar {
    width: 5px;
}

/*#GeneralSearchResult::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        #GeneralSearchResult::-webkit-scrollbar-thumb {
            background: #888;
        }

            #GeneralSearchResult::-webkit-scrollbar-thumb:hover {
                background: #555;
            }*/

#CatsList:after {
    clear: both;
    display: block;
    content: "";
}

.NormalInput {
    width: 100%;
    border-radius: 3px !important;
    border: solid 1px lightgray;
    height: 30px;
    margin-bottom: 8px;
    padding-left: 10px;
    color: gray;
}

.CheckBox-Container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .CheckBox-Container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -12px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px #bdbdbd;
}

/* On mouse-over, add a grey background color */
.CheckBox-Container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.CheckBox-Container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.CheckBox-Container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.CheckBox-Container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.img-container {
    height: 65px;
}

.color-inverted {
    filter: brightness(10);
}

#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

    #toast #timg {
        width: 50px;
        height: 50px;
        float: left;
        padding-top: 16px;
        padding-bottom: 16px;
        box-sizing: border-box;
        background-color: #111;
        color: #fff;
    }

    #toast #desc {
        color: #fff;
        padding: 16px;
        overflow: hidden;
        white-space: nowrap;
    }

    #toast.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

.SmallNote {
    float: right;
    background-color: #47C1BF;
    color: white;
    font-weight: bold;
    padding: 00px 6px 0px 6px;
    text-align: center;
    border-radius: 13px;
    font-size: 12px;
}

.link {
    color: #95b4eb;
}

    .link:hover {
        color: white;
        cursor: pointer;
    }

.NotificationItem {
    padding: 12px;
    border-bottom: 1px solid #ebebeb;
    border-left: 6px solid #1a1a1a;
}

.NotificationInprogressItem {
    padding: 12px;
    border-bottom: 1px solid #ebebeb;
    border-left: 6px solid #1a1a1a;
}

.slider {
    position: absolute;
    width: 85%;
    height: 1px;
    overflow-x: hidden;
    padding-top: 5px;
}

.pline {
    position: absolute;
    opacity: 0.4;
    background: #4a8df8;
    width: 150%;
    height: 1px;
}

.subline {
    position: absolute;
    background: #709ee8;
    height: 1px;
}

.inc {
    animation: increase 2s infinite;
}

.dec {
    animation: decrease 2s 0.5s infinite;
}
/*.nav-item.active.open a:first-child {
            background: rgba(92, 106, 196, 0.12) !important;
        }*/

@keyframes increase {
    from {
        left: -5%;
        width: 5%;
    }

    to {
        left: 130%;
        width: 100%;
    }
}

@keyframes decrease {
    from {
        left: -80%;
        width: 80%;
    }

    to {
        left: 110%;
        width: 10%;
    }
}

.skeleton-loader {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: rgba(241, 241, 241, 0.3);
    }

    100% {
        background-color: rgba(241, 241, 241, 0.95);
    }
}

.bootbox .modal-dialog h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-size: 1em;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
}

button.Polaris-Button {
    border: 0.1rem solid #c4cdd5;
}

.lockstok-primary-button:hover {
    color: white !important;
}

/*.highlight{background-color:transparent !important;font-weight:bold;}*/

.lockstock-page-title-wrapper {
    display: flex;
    margin-bottom: 8px;
}

.lockstok-back-icon-button {
    display: flex;
    padding: 4px;
    min-height: 28px;
    min-width: 28px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 4px;
}

    .lockstok-back-icon-button:hover {
        background-color: #d4d4d4;
    }

    .lockstok-back-icon-button:focus {
        background-color: #cccccc;
        box-shadow: -0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset, 0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset, 0rem 0.125rem 0.0625rem 0rem rgba(26, 26, 26, 0.2) inset;
    }

    .lockstok-back-icon-button:active {
        background-color: #f7f7f7;
        box-shadow: -0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset, 0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset, 0rem 0.125rem 0.0625rem 0rem rgba(26, 26, 26, 0.2) inset;
    }

    .lockstok-back-icon-button img {
        max-width: 14px;
    }

.lockstok-page-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px !important;
    font-weight: 650 !important;
    margin-right: auto;
}

.lockstok-medium-btn {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    cursor: pointer;
    padding: 0 12px;
    margin-left: 8px;
    border: none;
    box-shadow: 0rem -0.0625rem 0rem 0rem #b5b5b5 inset, 0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.1) inset, 0rem 0.03125rem 0rem 0.09375rem #fff inset;
    background-color: #fff;
    border-radius: 8px;
}

.lockstok-box-stack-16 {
    display: grid;
    grid-gap: 16px; /* Space between each div */
}

.lockstok-box {
    background-color: #fff;
    width: 100%;
    border: 10px;
    padding: 16px;
}

.lockstock-box-title {
    font-family: 'Inter', sans-serif;
    font-weight: 550;
    font-size: 13px;
    margin-bottom: 4px;
}

.lockstok-box-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #616161;
    margin-bottom: 20px;
}

.lockstok-metafield-details {
    display: flex;
    flex-direction: column;
}

.lockstok-field-label {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 380;
    line-height: 20px;
    margin-bottom: 4px;
}

.lockstok-form-input-realtive-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.lockstok-select-a-type-container {
    display: flex;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 8px;
    height: 50px;
    padding: 4px;
}

.lockstok-select-a-type-button {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    flex: 1 1;
    color: #616161;
    padding: 16px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 500;
}

.lockstok-select-a-type-button-active {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    flex: 1 1;
    color: #303030;
    padding: 16px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    font-weight: 500;
    background-color: #ffffff;
}

.lockstok-select-a-type-button:hover {
    background-color: #f7f7f7;
    border: 1px solid transparent;
}

.lockstok-input-field-container {
    display: flex;
    flex-direction: column;
}

    .lockstok-input-field-container:not(:last-child) {
        margin-bottom: 16px; /* Apply margin to all items except the last one */
    }

.lockstok-select-type-dropdown-container {
    position: relative;
}

.lockstok-select-type-dropdown-button {
    background-color: rgb(255, 255, 255);
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 60px;
    cursor: pointer;
}

.lockstok-select-type-dropdown-button-text {
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #005bd3;
    width: 100%;
    align-items: center;
    justify-content: center;
}

    .lockstok-select-type-dropdown-button-text img {
        max-width: 14px;
        margin-right: 8px;
    }

.lockstok-change-type-dropdown-button {
    background-color: rgb(255, 255, 255);
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 60px;
    padding: 0px 20px;
}

.lockstok-change-type-dropdown-button-text {
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #303030;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

    .lockstok-change-type-dropdown-button-text img {
        max-width: 14px;
        margin-right: 8px;
    }

.lockstok-change-type-dropdown-button-link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #005bd3;
    text-decoration: none;
}

    .lockstok-change-type-dropdown-button-link:hover {
        text-decoration: underline;
    }

.lockstok-select-type-dropdown-button-box {
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1px solid #dedede;
    z-index: 10;
    box-shadow: 0rem 0.25rem 0.375rem -0.125rem rgba(26, 26, 26, 0.2);
}

.lockstok-select-type-dropdown-button-box-search-header {
    padding: 16px;
}

.lockstok-select-type-dropdown-button-box-scrollbox {
    background-color: #fff;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    padding: 0px 16px 16px 12px;
}

.lockstok-select-type-dropdown-button-box-button {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    width: 100%;
    background-color: #fff;
    border: none;
    text-align: left;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: #4a4a4a;
}

    .lockstok-select-type-dropdown-button-box-button:not(:last-child) {
        margin-bottom: 4px;
    }

    .lockstok-select-type-dropdown-button-box-button:hover {
        background-color: #f1f1f1;
    }

    .lockstok-select-type-dropdown-button-box-button:active {
        background-color: #ebebeb;
    }

    .lockstok-select-type-dropdown-button-box-button img {
        height: 13px;
        margin-right: 8px;
    }

.lockstok-select-type-dropdown-button-box-headings {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #616161;
    font-weight: 600;
    margin: 12px 10px;
}

.lockstok-input-field {
    border-radius: 8px;
    border: 0.9px solid #8a8f93;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 450;
    min-height: 32px;
    padding: 6px 12px;
    color: #303030;
    caret-color: #303030;
    background-color: #fdfdfd;
}

    .lockstok-input-field:hover {
        background-color: #fafafa;
    }

    .lockstok-input-field:focus {
        outline: 2px solid #255acc;
        border: 1px solid #010101;
        outline-offset: 1px;
        background-color: #f3f3f3;
    }

#lskMetaFieldCharacterCount {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 450;
    color: #303030;
    position: absolute;
    top: 50%;
    right: 16px;
    color: gray;
    transform: translateY(-50%);
}

.lockstok-text-field-error {
    border-radius: 8px;
    border: 0.9px solid #8e1f0b;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 450;
    min-height: 32px;
    padding: 6px 12px;
    color: #303030;
    caret-color: #303030;
    background-color: #faeae8;
}

    .lockstok-text-field-error:focus {
        outline: 2px solid #255acc;
        border: 1px solid #8e1f0b;
        outline-offset: 1px;
        background-color: #faeae8;
    }

.lockstok-field-error-message {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.lockstok-field-error-message-icon {
    width: 14px;
    margin-right: 8px;
}

.lockstok-field-error-message-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #8e1f0b;
}

.lockstok-field-descriptor {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #616161;
    margin-top: 8px;
}

/* CLEAN CLASS NAMES */

/* Hide default radio button */
input[type='radio'] {
    display: none;
}

/* Style custom radio button */
.lockstok-radio-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 8px;
}

input[type='radio'] + .lockstok-radio-button {
    background-color: #fff; /* Default background color */
}

input[type='radio']:checked + .lockstok-radio-button {
    background-color: #303030;
    border: 1px solid #303030;
}

    /* Style checked dot */
    input[type='radio']:checked + .lockstok-radio-button::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
        margin: 3px; /* Adjust position */
    }

.lockstok-asft-dropdown {
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    border-radius: 8px;
    margin: 8px 0 12px 24px;
    padding: 16px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

    .checkbox-container:not(:last-child) {
        margin-bottom: 12px;
    }

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #f2f2f2;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #303030;
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Styling for the label text */
.checkbox-container {
    color: #303030;
    font-size: 16px;
    line-height: 1.5;
}

/* Styling for the subtext */
.checkbox-subtext {
    font-size: 14px;
    color: #666;
}

.lockstok-checkbox-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

.lockstok-checkbox-subtext {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #616161;
}

.lockstok-is-mandatory-checkbox {
    margin-top: 16px;
}

.lockstok-is-active-checkbox {
    margin: 0 0 16px 0;
}

#merchantSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/SelectIcon.svg');
    background-position: calc(100% - 10px) center;
    padding-right: 120px;
    background-repeat: no-repeat;
    background-size: 8px;
}

.main-lockstok-liating-type-wrapper {
    display: flex;
}

.lockstok-page-actions {
    display: flex;
    justify-content: flex-end;
}

.lockstok-primary-button-medium {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 550;
    display: block;
    background-image: linear-gradient(to bottom, #3f3f3f, #494949);
    padding: 6px 12px;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
    outline: 1px solid rgb(85, 85, 85);
    outline-offset: 0px;
    margin: 20px 0px;
    min-height: 28px;
}

    .lockstok-primary-button-medium:hover {
        background-image: linear-gradient(to bottom, #2a2a2a, #3a3a3a);
    }

    .lockstok-primary-button-medium:focus-visible {
        outline: 2px solid #255acc;
        outline-offset: 1px;
        background-color: #f3f3f3;
    }

    .lockstok-primary-button-medium:active {
        background-image: linear-gradient(to bottom, #303030, #1a1a1a);
        box-shadow: inset 0px 3px 0px 0px #000;
        color: #cccccc;
    }
.returnscntr-field-radio {
    display: inline-block !important;
    cursor: pointer;
    margin-right: 8px !important;
    height: 15px;
    width: 15px;
}
.address-options {
    border-bottom: solid 1px lightgrey;
    padding-bottom: 5px;
    padding-top:5px;
}
    .address-options:last-child {
        border-bottom: none;
    }
.mb-10{
    margin-bottom:10px;
}
.mt-10{
    margin-top:10px;
}
.no-padding-left {
    padding-left: 0px;
}

.no-padding {
    padding: 0px;
}
.large-checkbox{
    width:20px;
    height:20px;
}
.secondary-button {
    color: #303030;
    background-color: #e3e3e3;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 550;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: inset 0px 2px 0px 0 rgba(255, 255, 255, 0.2), inset 2px 0px 0px 0 rgba(255, 255, 255, 0.2), inset -2px 0px 0px 0 rgba(255, 255, 255, 0.2), inset 0px -1px 0px 1px rgba(0, 0, 0, 1), inset 0px 1px 0px 0 rgba(0, 0, 0, 1);
    min-width: 100px;
}
.primary-button {
    color: #ffffff;
    background-color: #303030;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 550;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: inset 0px 2px 0px 0 rgba(255, 255, 255, 0.2), inset 2px 0px 0px 0 rgba(255, 255, 255, 0.2), inset -2px 0px 0px 0 rgba(255, 255, 255, 0.2), inset 0px -1px 0px 1px rgba(0, 0, 0, 1), inset 0px 1px 0px 0 rgba(0, 0, 0, 1);
    min-width: 100px;
}
    .primary-button:hover {
        background-color: #1a1a1a;
        text-decoration: none;
        color: #e3e3e3;
    }

.primary-button:active {
    background-color: #1a1a1a;
    color: #cccccc;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset 0px 3px 0px 0 rgba(0, 0, 0, 1);
}
.user-icon {
    margin-left: 5px;
    font-size: 18px;
    cursor: pointer;
}
.datepicker-dropdown.dropdown-menu{max-width:300px;}
.datepicker td.disabled.day {
    color: grey;
}
.datepicker td.day {
    font-weight:500 !important;
}
.quote-datagrid .overflow-visible {
    overflow: visible !important;
}
.ml-10{
    margin-left:10px;
}
.open-status {
    background-color: rgb(252, 243, 202);
    color: #febc12;
    padding: 0px 10px 2px 10px;
    border-radius: 15px;
}
.complete-status {
    background-color: #e4ffe4;
    color: #22b522;
    padding: 0px 10px 2px 10px;
    border-radius: 15px;
}
.processed-status {
    background-color: #BDB2FF;
    color: #20136f;
    padding: 0px 10px 2px 10px;
    border-radius: 15px;
}
.cancel-status {
    background-color: rgb(252, 194, 194);
    color: red;
    padding: 0px 10px 2px 10px;
    border-radius: 15px;
}
.draft-status {
    background-color: #ececec;
    color: #5e5e5e;
    padding: 0px 10px 2px 10px;
    border-radius: 15px;
}
.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
    color: #303030 !important;
    font-weight: 600 !important;
    background-color: #FFFFFF;
}
.min-width-100{min-width:102px;}
.min-width-75 {
    min-width: 76px;
}
.min-width-55 {
    min-width: 55px;
}
.mr-2{margin-right:2px;}
.trash-icon {
    cursor: pointer;
    background-color: #00000014;
    padding: 4px;
    border-radius: 4px;
}
.cursor-drag {
    cursor: drag !important;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.mb-10{margin-bottom:10px;}
.mr-10{margin-right:10px;}
#tblQuoteProducts tfoot tr td{padding:8px;}
.product-status {
    margin-left: 10px;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600 !important;
    font-size: 11px;
}
.product-status-draft {
    background-color: rgb(252, 243, 202);
    color: rgb(254, 188, 18) !important;
}
.product-status-active {
    background-color: rgb(228, 255, 228);
    color: rgb(34, 181, 34) !important;
}
.product-status-inactive {
    background-color: rgb(252, 194, 194);
    color: rgb(255, 0, 0) !important;
}
.supplier-text {
    color: #666770;
}
.ls24-text-field:disabled, .ls24-input-search-field:disabled {
    background-color: #ededed !important;
}
.mmp-menu li.nav-item.active {
    background-color: #f1f1f1;
    border-radius: 8px;
}
.ls24-custom-grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    gap: 24px;
}
.quote-datagrid .dx-scrollable-container {
    padding-bottom: 80px;
}
.quote-item-pt{padding-top:14px !important;}
.mt-7{margin-top:7px;}
.table-head-foot-background {
    background-color: #f6f6f7;
}

.makro-marketplace-new-seller-modal-content-block {
    overflow-y: scroll;
    margin-top: 25px;
}

    .makro-marketplace-new-seller-modal-content-block::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .makro-marketplace-new-seller-modal-content-block::-webkit-scrollbar-track {
        /*box-shadow: inset 0 0 5px grey;*/
        /*border-radius: 10px;*/
        background: #2c2c2c;
    }

    /* Handle */
    .makro-marketplace-new-seller-modal-content-block::-webkit-scrollbar-thumb {
        background: #d9d9d9;
        border-radius: 10px;
    }

.disablebutton {
    border: 2px solid transparent !important;
    color: #202223 !important;
    text-decoration: none;
    cursor: default !important;
}

    .disablebutton .lockstok-primary-button__container {
        background-color: #dddddd !important;
        border: 1px solid #babfc3 !important;
        box-shadow: 0 1px rgba(0, 0, 0, .08) !important;
        color: #202223 !important;
    }

        .disablebutton .lockstok-primary-button__container:hover {
            background-color: #dddddd !important;
            border-color: #babfc3 !important;
            color: #202223 !important;
        }

#dvAgreementDescription * {
    font-family: 'Roboto' !important;
}

.customNotificationItem {
    font-size: 14px;
    font-weight: 500;
    color: #212b36;
    margin-bottom: 10px;
}

.customNotificationI {
    font-size: 15px;
    color: green;
    max-width: 20px;
    text-align: left;
    margin-right: 5px;
}

.customNotificationTime {
    font-size: 12px;
    color: #919EAB;
    font-weight: 600;
}

.customNotificationE {
    font-size: 15px;
    color: red;
    max-width: 20px;
    text-align: left;
    margin-right: 5px;
}

.customNotificationHeader {
    min-width: 65px;
    display: inline-block;
}

.customDownload {
    float: right;
}

.customNotificationItem .customDownload a {
    text-decoration: underline;
}

.readOnlyTextbox {
    border: none !important;
    background: none !important;
    padding: 8px !important;
    margin-top: -15px !important;
}
.page-content {
    background-color: #f1f1f1;
}
.ls24-main-header-search-results__card{
    color:#303030;
}
.dark-text{
    color:#303030;
}
.ls24-main-header__notification-dropdown-header{height:60px;}
.ls24-main-header__notification-dropdown-header-dismiss-btn{color:#303030;}
.notification-header-title{font-size:12px;}
.TimerAutoUpdate{margin-left:10px;margin-top:10px;}
.merchant-mobile {
    height: 32px;
    cursor: pointer;
    background-color: rgb(48, 48, 48);
    position: relative;
    border-radius: 8px;
    padding: 7px 5px;
    max-width: 32px;
}
.merchant-icon {
    width: 20px;
    height: 20px;
    /* background: url(/assets/global/img/merchant-icon.svg) center / cover no-repeat; */
    /* box-sizing: border-box; */
    /* background-origin: content-box; */
    /* background-clip: content-box; */
    /* margin: 0; */
    /* color: white; */
    background-color: white;
    -webkit-mask: url(/assets/global/img/merchant-icon.svg) no-repeat center;
}
.seller-popup-content{max-height:300px;overflow-y:scroll;}
.dropdown-button-option{margin-bottom:10px;}
.active-merchant{background-color:lightgrey;}
.action-catalogue-icon{width:20px;height:20px;}
.search-custom-icon::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/assets/images/SearchResourceIcon.svg'); /* or .png */
    background-size: contain;
    background-repeat: no-repeat;
}
.upload-image-container {
    width: 200px;
    height: 100px;
    border: #DFE3E8 3px dashed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.note-attached-file .custom-remove-button {
    border: solid 1px lightgray;
    border-radius: 4px;
    padding: 2px;
    margin-left: 5px;
}
.disabledCheckboxSpan {
    background-color: #858585 !important;
}