button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.border-cards {
    padding: 16px 16px 10px;
}
.invalid-feedback {
    display: block;
}
.serach-form input:focus {
    border: none;
    box-shadow: none;
}
a.tags-danger:hover {
    color: inherit;
}
a.round-btn.dark-bg:hover {
    color: #ffffff;
}
.arrow-btn.active {
    background: rgb(240 86 87 / 100%);
}
.arrow-btn.active svg path {
    stroke: #ffffff;
    fill: #fff;
}
.product-items .product-name {
    min-height: 50px;
}
/* .modal-basketList {
    max-width: 420px;
} */
.basket-items {
    padding: 12px 15px;
}
button.disabled {
    background-color: grey;
    pointer-events: none;
}
a.disabled {
    background-color: grey;
    pointer-events: none;
}
.product-items.sold-out-badge::after {
    content: "Out Of Stock";
}
.insufficient-badge::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 75%);
    top: 0;
    left: 0;
    border-radius: 13px;
    cursor: not-allowed;
}
.product-items.insufficient-badge::after {
    content: "Insufficient Stock";
    position: absolute;
    width: 100%;
    background: #231F20;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
    text-align: center;
    padding: 13px;
    color: #fff;
    font-family: "Mont";
    text-transform: uppercase;
    font-weight: 700;
    cursor: not-allowed;
}
.dark-green {
    background-color: grey;
    border: 3px solid #dfdfdf;
}
.dark-green.selected {
    background: #00676A;
}
.delivery-list-items {
    cursor: pointer;
}
.delivery-list-items.selected {
    background: rgb(252 145 122 / 10%);
    border: 1px solid #FC917A;
}
.form-wraper select {
    background: transparent;
    border: none;
    cursor: pointer;
}
.custom-checkbox input, .custom-checkbox label {
    cursor: pointer;
}
.table-wraper .simple-table tr td:last-child {
    opacity: 1;
}
.buttons-list {
    gap: 6px;
}
.buttons-list .dark-green {
    min-width: 140px;
}
input[type="checkbox" i] {
    cursor: pointer;
}
.daterangepicker th, .daterangepicker td {
    padding: 0 !important;
}
.daterangepicker tbody tr:hover {
    background: transparent;
}
.daterangepicker thead {
    background: transparent;
}
.bottom-button {
    bottom: 45px;
    right: 55px;
}
.photo-label {
    cursor: pointer;
}
.radio-btn label {
    cursor: pointer;
}
header ul.dropdown>li {
    padding: 5px 10px;
}
header ul.dropdown {
    padding: 10px;
}
a.rounded-2:hover {
    color: #ffffff;
}

.change-photo {
    position: relative;
}
.change-photo:after {
    content: "Change Photo";
    position: absolute;
    bottom: -20px;
}
.round-btn i.fa-file {
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 3px;
    font-size: 11px;
    line-height: .9;
}
span.smaller-h2 {
    font-size: 14px;
}
.gray-wraper a.round-btn {
    border-radius: 0 8px 8px 0;
}
.custom-delivery .round-btn.gray-edit, .custom-delivery .round-btn.red-remove {
    display: table-cell;
}
img.address-img-big {
    width: 100px;
    height: auto;
    border: 1px dashed#ccc;
    border-radius: 15px;
}
.form-group-upload label[for="upload_file"] {
    height: auto;
    width: auto;
    padding: 8px 14px;
    color: #ffffff;
    border: none;
    margin: 5px 0;
    border-radius: 30px;
    cursor: pointer;
}
img#viewImgOpen {
    cursor: pointer;
}
.basketList-wraper {
    height: calc(100vh - 160px);
}
.guest-body .root {
    padding: 15px 20px 10px 10px;
}
.guest-body .admin-scroll {
    height: calc(100vh - 30px);
    overflow-y: scroll;
}
.guest-body .form-group {
    width: calc(50% - 12px);
}
.guest-body .title-lg {
    line-height: 1;
}
.guest-body .custom-col {
    height: 90%;
}
.basketList-headers a.light-bg {
    position: absolute;
    right: 7px;
    top: 7px;
}
.login-msg {
    max-width: 580px;
    text-align: center;
}
.brand-col.full-col {
    grid-template-columns: 1fr 1.35fr 0px;
}
.title-des.full-des {
    width: calc(100% - 0px);
}
.brand-col {
    margin-bottom: 0;
    margin-top: 0px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    padding-top: 5px;
}
.brand-col.no-border {
    border-bottom: none;
}
.detail-form .text-end .round-sm-btn {
    min-width: 100px;
}
.text-with-btn .round-btn {
    max-width: 50%;
    float: left;
}
.round-btn {
    cursor: pointer;
}
a.round-btn:hover {
    color: #ffffff;
}
a.round-btn.light-bg:hover {
    color: #F05657;
}
.table-full-height {
    min-height: 100vh;
}
.customer-sm-wraper {
    max-width: none;
}
.custom-delivery input {
    width: 150px;
}
.custom-delivery {
    max-width: 170px;
}
.custom-delivery {
    display: initial;
    background: #f4eeeb;
}
.custom-delivery::after {
    left: 80%;
}
.white-bg {
    background: #ffffff  !important;
}
.round-btn.disabled-color {
    background: grey;
}
.packing-items:hover .quantity-control {
    opacity: 0;
}
.packing-items .pack-view {
    opacity: 1 !important;
}
.packing-items .pack-hide {
    opacity: 0 !important;
}
.packing-items {
    cursor: pointer;
    padding: 4px 8px;
}
.quantity-control {
    padding: 4px 4px;
}
.quantity-btn {
    padding: 0px 14px;
    height: 34px;
}
.listing-lg {
    cursor: pointer;
}
label.float-end {
    cursor: pointer;
}
.order-count {
    width: auto;
    padding: 0px 10px;
}
a.tags:hover {
    color: #231F20;
}
a.tags-orange:hover, a.tags-danger:hover {
    color: #fff;
}
a.tags-light:hover {
    color: #221E1F;
}
.select-all-brands {
    margin-right: 4px;
}
.brand-col.edit-btn {
    position: relative;
}
a.edit-text-box {
    position: absolute;
    right: 100px;
    top: 5px;
}
.form-wraper:has(select) {
    display: block;
}
textarea {
  resize: none;
}
.locked-out-badge::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 75%);
    top: 0;
    left: 0;
    border-radius: 13px;
    cursor: not-allowed;
    z-index: 1;
}
.product-items.locked-out-badge::after {
    content: "Locked";
    position: absolute;
    width: 100%;
    background: #231F20;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
    text-align: center;
    padding: 13px;
    color: #fff;
    font-family: "Mont";
    text-transform: uppercase;
    font-weight: 700;
    cursor: not-allowed;
    z-index: 2;
}
.prohibted-badge::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 75%);
    top: 0;
    left: 0;
    border-radius: 13px;
    cursor: not-allowed;
    z-index: 1;
}
.product-items.prohibted-badge::after {
    content: "PROHIBITED ITEM";
    position: absolute;
    width: 100%;
    background: #231F20;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
    text-align: center;
    padding: 13px;
    color: #fff;
    font-family: "Mont";
    text-transform: uppercase;
    font-weight: 700;
    cursor: not-allowed;
    z-index: 2;
}
.action-td a {
    padding: 4px 2px;
}
.action-td {
    min-width: 85px;
}
#products-modal .listing-text {
    width: calc(100% - 230px);
}
#products-modal input[type='checkbox'] {
    display: flex;
    width: 25px;
}
#products-modal .quantity-box {
    display: flex;
    width: 80px;
}
#products-modal .order-scroll {
    max-height: calc(100vh - 235px);
    overflow-y: auto;
    height: auto;
}
#products-modal .product-list {
    display: block;
    gap: 0;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
#products-modal  .quantity-btn {
    padding: 0px 8px;
    height: 26px;
}
.inbox span.listing-sm, .inbox  .tabs-updated .listing-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    max-width: 90%;
}
.inbox .tabs-updated .listing-lg {
    max-width: 150px;
}
.inbox .tabs-updated a, .inbox .tabs-updated a:hover, a.simple-a {
    color: inherit;
    font-family: inherit;
}
.tabs-updated .listing-text.unread {
    background: #EFF1F3;
    position: relative;
}
.inbox .message-des .mini-img {
    width: 45px;
    height: 45px;
}
.inbox .message-des {
    grid-template-columns: 45px 1fr;
}
.inbox .message-text {
    color: #737373;
    margin: 10px 0 10px;
    padding-bottom: 5px;
}
#query-modal .modal-footer {
    padding: 0px 20px 20px;
}
span.varient-value.greyed {
    color: #c6bcbc;
    background: #f4f0ed;
}
a.close-query-btn {
    color: #F05657 !important;
    right: -8px;
    top: 19px;
    padding: 1px 10px;
    font-size: 12px;
}
.tabs-updated .listing-text.unread:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 30px;
    background-color: #054746;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: none;
}
.product-varient {
    padding: 3px 10px 3px;
    margin: 0px -10px 5px;
    border-bottom: 1px solid #EBDCD0;
  }
.content-scroll-new .product-name {
    margin: 0px -10px;
    /* padding: 0 72px 0px 10px; */
    padding: 0 10px 0px 10px;
}
.availablty {
    border-radius: 0 12px;
}
.round-btn.black-bg.add-green {
    background: #00676A;
}
.gap-8 {
    gap: 5px !important;
}
.basket-varient-value.greyed {
    color: #c6bcbc;
}
.order-detail .left-listing .title-des {
    width: 100%;
}
.order-detail .left-listing .basket-varient-name {
    padding-right: 0px;
}
.basket-varient-value {
    font-size: 12px;
    font-family: "Mont";
}
.basket-varient-name {
    padding-right: 0;
}
span.msg-icons.unread-view {
    border: none;
    position: absolute;
    left: -16px;
    top: -3px;
    background: transparent;
    height: 12px;
}
.msg-icons.unread-view span {
    position: absolute;
    right: -2px;
    top: -7px;
    background: #61E86F;
    display: flex;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-family: "Mont";
    font-size: 7px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
}
span.text-o-hidden {
    max-width: 84% !important;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-scroll-new .product-items {
    max-height: 280px;
}
.listing-text.order-listing-text {
    width: calc(100% - 42px);
}
.order-page-inbox .message-des .mini-img {
    width: 45px;
    height: 45px;
}
.order-page-inbox .message-text {
    margin: 10px 0 10px;
}
.order-page-inbox .message-des {
    grid-template-columns: 50px 1fr;
}
.round-btn.rounded-2 {
    font-family: "mont" !important;
    color: #fff !important;
}
.message-scroll.ctm-scroll {
    max-height: calc(100vh - 415px);
    overflow: auto;
    margin-bottom: 5px;
}
.in_admin .message-scroll.ctm-scroll {
    max-height: 100%;
    overflow: auto;
    margin-bottom: 5px;
}
span.msg-icons.in-order.unread-view {
    right: -14px;
    left: auto;
    top: 15px;
}
.message-text {
    color: #221E1F !important;
    font-size: 15px;
    font-weight: 700;
}
.message-scroll-inbox {
    height: calc(100vh - 500px);
    overflow-y: scroll;
}
.message-scroll-inbox.closed-query {
    height: calc(100vh - 350px);
    overflow-y: scroll;
}
.message-scroll-inbox-admin {
    height: calc(100vh - 505px);
    overflow-y: scroll;
}
.message-scroll-inbox-admin.closed-query {
    height: calc(100vh - 355px);
    overflow-y: scroll;
    }
.clr-green {
    color: #104948;
}
.content-scroll-new .availablty {
    position: relative;
    padding: 5px 10px;
    margin: auto;
    line-height: 1.15;
    min-height: 33px;
    align-items: center;
    display: inline-flex;
    font-weight: 600;
}
.content-scroll-new .availablty {
    border-radius: 30px;
}
.content-scroll-new .quantity-control {
    padding: 5px 6px;
}
.content-scroll-new .quantity-btn {
    padding: 0px 4px;
    height: 15px;
}
.admin-order .listing-text.order-listing-text {
    width: calc(100% - 55px);
}
.admin-order .basket-action {
    gap: 3px;
}
.brand-filter {
    width: 40%;
}
.notes-table tr {
    border: 1px solid #f4eeeb;
}
img.socialimg {
    position: absolute;
    left: 15px;
    margin: auto 0;
    vertical-align: middle;
}
.social-media-followers {
    padding-left: 40px !important;
    padding-right: 15px !important;
}
a.privacy-item {
    color: #ffffff;
    position: absolute;
    bottom: 12px;
    font-size: 10px;
    text-decoration: underline;
}
#filter-modal .modal-dialog {
    margin: 0;
    top: -1px;
    max-width: 365px;
}
.close-appliedFilter {
    cursor: pointer;
}
.pagination-left {
    padding-top: 8px;
}
.pagination {
    margin-top: 5px;
}
.page-link {
    padding: 0.175rem .75rem;
}
.page-item.active .page-link {
    background-color: #f37a6f;
    border-color: transparent;
}
.page-link {
    color: #f05657;
    border: 1px solid #f4eeeb;
}
.page-link {
    color: #f05657;
    background-color: #fff;
    border: 1px solid #f4eeeb;
}
.page-link:hover {
    color: #ffffff;
    background-color: #f37a6f;
    border-color: transparent;
}
.page-link:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #f37a6f;
    outline: 0;
    box-shadow: none;
}
.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    background-color: #eee;
    border-color: transparent;
}
.add-date-time {
    flex-direction: row;
}
.new-radio-btn [type="radio"]:checked,
.new-radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.new-radio-btn [type="radio"]:checked + label,
.new-radio-btn [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0;
}
.new-radio-btn [type="radio"]:checked + label:before, .new-radio-btn [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #FFCBCC;
    border-radius: 100%;
    background: rgb(255 203 204 / 15%);
}
.new-radio-btn [type="radio"]:checked + label:before {
    outline: 2px solid #FFD1D2;
    background: #F05657;
}
.new-radio-btn [type="radio"]:checked + label:after,
.new-radio-btn [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.new-radio-btn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.new-radio-btn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-group {
    gap: 6px 22px;
}
.tripple-col-form {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.tripple-col-form .form-group {
    width: calc(33.33% - 10px);
}
.product-items.sold-out-badge::after {
    top: 70%;
}
a.social-basket {
    height: 22px;
    display: inline-block;
    background: transparent;
    position: absolute;
    left: 10px;
    top: 5px;
}
a.social-basket.tiktok-basket {
    left: 40px;
}
.social-basket .socialimg {
    height: 22px;
    position: relative;
    left: auto;
}
.basketList-headers .basket-profile {
    position: absolute;
    top: 7px;
    left: 7px;
}
.appliedFilter.pageFilter {
    padding: 0px 0px 10px;
}
.title-des.with-checkbox {
    width: calc(100% - 80px);
}
#form-filter .custom-checkbox {
    grid-template-columns: 15px 1fr;
}
#form-filter-side .custom-checkbox {
    grid-template-columns: 15px 1fr;
}
.basket-items-title {
    font-size: 16px;
    width: 100%;
    /* text-align: center; */
}
.filterSelect [type="checkbox"]:checked + label, .filterSelect [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 6px;
    min-width: 200px;
}
.filterSelect [type="checkbox"]:checked, .filterSelect [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.contact-list-select [type="checkbox"]:checked + label, .contact-list-select [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 6px;
    min-width: 200px;
}
.contact-list-select [type="checkbox"]:checked, .contact-list-select [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.clearSelection, .viewSelection {
    border: 1px solid #CECECE;
    padding: 3px 6px;
    border-radius: 6px;
    color: #A1A1A1;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    margin-top: -5px;
}
.add-note-header {
    align-items: end;
}
.left-listing.notSelected {
    display: none !important;
}
.delivery-list-items {
    padding: 6px 6px 6px 10px;
    grid-template-columns: 1fr 114px;
}
.bg-grey .tripple-col-form {
    background: rgb(240 86 87 / 7%);
    border-color: rgb(240 86 87 / 7%);
}
.form-wraper.bg-transparent {
    background: transparent;
    border: none;
}
.form-wraper.bg-transparent input {
    width: 100%;
}
.modal-basketList .items-quantity {
    position: relative;
}
.modal-basketList .items-quantity i {
    font-size: 8px;
    font-style: normal;
    position: absolute;
    width: 60px;
    right: -20px;
    top: 17px;
}
.pre-recp {
    font-size: 8px;
    font-style: normal;
    width: 60px;
    margin-left: -35px;
    display: block;
}
.samples-list .order-search {
    margin-bottom: -30px;
    margin-top: 5px;
}
.equal-third-row.custom-third-row {
    display: grid;
    /* grid-template-columns: 460px 435px 385px 1fr 1fr; */
    grid-template-columns: 36% 33% 29%;
    gap: 20px;
}
.sample-return-detail .custom-checkbox {
    grid-template-columns: 14px 1fr;
}
.sample-return-detail .form-check-input {
    margin-top: 0.65em;
}
.admin-order .sample-return-detail .listing-text.order-listing-text {
    width: calc(100% - 114px);
}
.sample-return-detail .qty-field {
    width: 60px;
    padding: .175rem 0.25rem;
    margin-left: 5px;
}
.custom-checkbox label.disabled::after {
    background: #f4eeeb;
}
.undo-btn {
    font-size: 10px;
    color: #F05657;
    cursor: pointer;
    padding-right: 2px;
}
.order-summary-detail #edit-address {
    right: 0;
    top: 0;
}
.prod-qty-table td {
    padding: 9px 9px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: unset;
}
.select2-dropdown {
    background-color: #f4eeeb;
}
.swal2-html-container {
    font-size: 14px !important;
    text-align: left !important;
}
.order-edit-feild {
    position: relative;
}
.order-edit-feild .edit-text-box {
    right: -5px;
}
.text-red {
    color: #f05658;
}
.text-green {
    color: #01676a;
}
.gray-wraper.for-lock {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gray-wraper.for-lock::after {
    left: 35%;
}
.gray-wraper .round-btn {
    padding: 8px;
    min-width: 31px;
}
.gray-wraper {
    max-width: 145px;
}
.locked-qty {
    background: #f05658;
    height: 12px;
    min-height: auto !important;
    line-height: 1.25 !important;
    color: #fff;
    border-radius: 30px;
    padding: 1.5px 10px;
    font-size: 10px;
    font-family: "Mont";
    font-weight: 600;
    display: inline-flex;
    margin: 0 5px;
}
.product-varient .filter-shade.varient-value {
    font-size: 13px;
    padding: 1px 1px 1px 5px;
    max-width: 80%;
}
.postcodeLookup {
    float: right;
    width: auto;
    margin-top: -7px;
    background-color: #f05658 !important;
    color: #ffffff;
    border-radius: 4px;
    padding: 8px 15px;
    margin-right: -15px;
    font-size: 14px;
    font-family: "mont" !important;
    font-weight: bold;
}
.w-80 {
    max-width: 80% !important;
}
select.data8-postcodelookup-list {
    padding: 6px;
    background: #f4eeeb;
    border: none;
}
select.data8-postcodelookup-list option {
    padding: 3px 4px;
}
.data8-postcodelookup-dropdown div {
    text-align: center !important;
    margin: 0 !important;
}
input.data8-postcodelookup-ok {
    display: inline-block;
    width: 20%;
    background-color: #41ce81;
    color: #ffffff;
    border-radius: 3px;
    font-family: "mont" !important;
    font-size: 14px;
    margin-right: 25px;
    margin-bottom: 3px;
    padding: 5px;
    min-width: 100px;
    font-weight: bold;
}
input.data8-postcodelookup-cancel {
    display: inline-block;
    width: 20%;
    background-color: #f05658;
    color: #ffffff;
    border-radius: 3px;
    font-family: "mont" !important;
    font-size: 14px;
    padding: 5px;
    min-width: 100px;
    font-weight: bold;
}
.data8-postcodelookup-dropdown {
    top: 40px !important;
    left: 0 !important;
}
.data8-pa-countryselector {
    display: none !important;
    border: none !important;
}
.data8-pa-countrycurrent{
    display: none !important;
}
.data8-pa-countrylistcontainer .data8-pa-countryselector {  
    display: none !important;
}
.gray-edit.disabled svg {
    stroke: grey;
    fill: grey;
}
.two-column-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
    overflow: hidden;
}
.brand-col.bay-col {
    grid-template-columns: 1fr 110px 75px;
}
tr.highlighted-tr {
    background-color: #04474517;
}
.bay-col-field {
    max-width: 110px;
}
.total-meter {
    width: 75px;
}
.title-md {
    font-weight: 700 !important;
}
.double-col-form .form-group.with-postcode {
    width: calc(30% - 12px);
}
.with-postcode-submit {
    width: calc(20% - 24px);
    text-align: right;
}
#basketList .basket-varient {
    max-width: 80%;
}
.country-change img {
    height: 30px;
    width: auto;
    border-radius: 5px;
}
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-loader .spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #044745;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: 19% !important;
    animation: spin 1s linear infinite;
    margin: auto;
    position: absolute;
    bottom: 50%;
}
#page-loader p {
    width: 50%;
    font-size: 1.2rem;
    position: absolute;
    bottom: 60%;
}
.modal .select2-container {
    z-index: 1111 !important;
}
span.varient-value.locked-qty.restricted-item {
    color: #f05658;
    background: transparent;
    font-weight: 600;
    font-size: 13px;
    height: 11px;
    padding: 0;
}
#svg_Layer_1 {
    margin-right: 5px;
}
#svg_Layer_2 {
    margin-left: 5px;
}
button.swal2-confirm.green-bg:hover {
    background: #41CE81 !important;
}
.swal2-center.text-center #swal2-html-container {
    text-align: center !important;
}
.has-multi-select .form-wraper {
    padding: 0 !important;
}
.has-multi-select span.select2-selection.select2-selection--multiple {
    background: transparent !important;
    border: none !important;
}
.has-multi-select span.select2-selection.select2-selection--single {
    background: transparent !important;
    border: none !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 17px;
}
.custom-select2 .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    max-height: 23px;
    min-height: auto;
    user-select: none;
    -webkit-user-select: none;
}
.custom-select2 .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
textarea.select2-search__field {
    padding-left: 14px !important;
}   
.gj-textbox-md {
    border: none;
    border-bottom: none !important;
    display: block;
    font-family: 'Minion Pro' !important;
    font-size: 14px !important;
    line-height: 16px;
    padding: 3px 0;
    margin: 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: rgba(0,0,0,.87);
}
.datepicker thead th, .datepicker tbody td {
    padding: 0px 4px;
    white-space: nowrap;
}
.gj-picker-md table tr td div, .gj-picker-md table tr th div {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.round-btn {
    font-size: 13px !important;
    font-family: "mont" !important;
}
input[type="submit"] {
    width: auto ;
}
.attachment-list span {
    max-width: 300px !important;
    overflow: hidden;
    display: inline-block;
    height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.delivery-toggle {
    display: inline-flex;
    border-radius: 40px;
    background-color: #01676a;
    padding: 5px;
}

.delivery-toggle .tab-link {
    padding: 2px 15px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    transition: background 0.3s, color 0.3s;
    font-size: 13px;
    font-family: "mont" !important;
}

.delivery-toggle .tab-link.active {
  background-color: white;
  color: #000;
}

.deliveries-filter-btn.filter-btn {
    display: inline;
    border-radius: 30px;
    font-size: 13px;
    font-family: 'Mont' !important;
}
.deliveryFilters {
    background: rgba(0,0,0,0.2);
}
.deliveryFilters .modal-filterList {
    position: absolute;
    right: 270px;
    top: 110px;
    border-radius: 10px;
    height: auto;
    min-height: 400px;
}
.deliveryFilters .filtertList-wraper .radio-group {
    display: block;
    flex-direction: column-reverse;
    overflow-y: auto;
    max-height: 270px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.quantity-text {
    position: relative;
}
span.quantity-locked {
    position: absolute;
    width: 100%;
    top: 17px;
    right: 0;
    left: auto;
    text-align: center;
    font-size: 13px;
    /* font-weight: normal; */
    color: #f05658;
}
main.admin-scroll-dashboard {
    padding: 0;
    background: #ebe4d4;
    border: none;
    box-shadow: none;
}
.nw-dashboard-new {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 12px;
}
.nw-dashboard-order {
    height: 50%;
    display: flex;
    flex-direction: column;
}
.nw-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.nw-dashboard-head .title-lg {
    font-size: clamp(20px, 2.5vw, 22px);
}
.nw-dashboard-headicon {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    color: #231F20;
}
.nw-dashboard-head .round-btn.orange-bg {
    padding: 8px 16px;
}
.nw-dashboard-cards {
    border: 1px solid #D0D0D0;
    background: #fff;
    border-radius: 16px;
    padding: 10px 20px;
}
.nw-dashboard-iconbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #F4F4F4;
    padding: 5px;
}
.nw-dashboard-col2 {
    display: grid;
    grid-template-columns: 57% calc(43% - 16px);
    gap: 16px;
    height: 50%;
    overflow: hidden;
}
.nw-dashboard-iconbox img {
    width: 24px;
    height: 24px;
}
.nw-dashboard-iconbox img.nw-deliveries {
    width: 30px;
    height: 30px;
}
.nw-dashboard-head .round-btn {
    line-height: 1;
}
.nw-dashboard-msgwrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.nw-dashboard-msgitems {
    background: #FBFBFC;
    border-radius: 10px;
    border: 1px solid #E0E1E3;
    padding: 8px 12px 8px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.nw-dash-msgs {
    flex-grow: 1;
    color: #474747;
    line-height: 1.3;
    font-family: 'Minion Pro';
    max-height: 32px;
    overflow: hidden;
}
.nw-dash-msgstime {
    font-size: 12px;
    color: #858585;
    font-family: "Mont";
    font-weight: 600;
    white-space: nowrap;
    padding-left: 8px;
    position: relative;
    font-family: 'Minion Pro';
}
.nw-dash-msgstime::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #929292;
    left: 0;
    top: 4px;
    border-radius: 4px;
}
.nw-dash-msgcheck {
    width: 20px;
    height: 20px;
    background: #AAAAAA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 2px;
    outline: 1px solid #ECF2EC;
}
.msg-read {
    background: #ECF1F3;
    border-color: #D4DDDF;
}
.msg-read .nw-dash-msgcheck {
    background: #63B557;
}
.nw-dashboard-rows2 {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.nw-dashboard-scrollDiv {
    overflow-y: auto;
}
main.dashboard {
    background: transparent;
    padding: 0;
    box-shadow: unset;
}
.dashboard .content-topbar {
    border: none;
}
.dashboard .card {
    display: flex;
    flex-direction: column;
    height: 43vh;
    overflow: hidden;
    padding: 16px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 45px rgb(0 0 0 / 5%);
}
.dashboard .admin-scroll.card.two-third {
    width: calc(66%);
    display: inline-flex;
    margin-right: .7%;
    height: 45vh;
}
.dashboard .admin-scroll.card.one-third {
    width: calc(33%);
    display: inline-flex;
    height: 45vh;
}
tr.hold-tr {
    background-color: #feeae0 !important;
}
.position-dropdown {
    background: #F4EEEB;
    border: #F4EEEB;
    border-radius: 6px;
    padding: 5px 4px;
    text-align: center;
}
.attachment-list li span {
    min-height: 22px;
}
.ask-for-misc {
    right: -8px;
    bottom: -25px;
    width: 660px;
}
.ml-1 {
    margin-left: .25rem;
}
.ml-2 {
    margin-left: .5rem;
}
.ml-3 {
    margin-left: .75rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mr-1 {
    margin-right: .25rem;
}
.mr-2 {
    margin-right: .5rem;
}
.mr-3 {
    margin-right: .75rem;
}
.mr-4 {
    margin-right: 1rem;
}
.scan-result .title-des {
    width: 100%;
}
.scan-result .listing-text.order-listing-text {
    width: 100%;
}
.scan-result .basket-action {
    display: none;
}
.picked {
    border: 1px solid green !important;
    padding: 4px;
    margin-bottom: 3px !important;
    border-radius: 5px;
}
.partially-picked {
    border: 1px solid orange !important;
    padding: 4px;
    margin-bottom: 3px !important;
    border-radius: 5px;
}
.not-picked {
    border: 1px solid grey !important;
    padding: 4px;
    margin-bottom: 3px !important;
    border-radius: 5px;
}
.btn-xs {
    max-height: 15px !important;
    line-height: 12px !important;
    font-size: 12px !important;
    padding: 12px 12px;
    min-height: auto;
}
a.rounded-btn {
    color: #fff;
}
.scan-popup {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 12%);
}
.scan-footer button.round-btn {
    min-height: 42px;
    min-width: 125px;
}
.scan-footer .gray-bg {
    border: 1px solid #D0D5DD;
    color: #000000 !important;
}
.scan-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 14px;
    padding: 36px 20px 20px;
}
h3.scan-header-title {
    font-size: 22px;
    font-weight: 900;
    padding: 20px 45px 16px;
    border-bottom: 1px solid #E2D8D3;
}
.scan-centent {
    padding: 24px 45px 0px;
}
.scan-status {
    border: 1px solid #C5C5C5 !important;
    border-radius: 8px;
    padding: 10px;
    margin-top: 24px;
}
.scan-status-green {
    border-color: #03C049 !important;
    background-color: #03C04924 !important;
}
.scan-status-yellow {
    border-color: #FFC107 !important;
    background-color: #ffc10724 !important;
}
.scan-status-gray {
    border-color: #C5C5C5 !important;
}
.scan-status-red {
    border-color: #FF9999 !important;
    background: #FFF6F6 !important;
    padding: 20px !important;
}
.scan-centent .listing-lg, 
.listing-text-row .listing-lg {
    font-family: "Mont";
    margin-bottom: 4px;
}
.basket-varient-value {
    font-family: "Minion pro";
    color: #262828;
}
.scan-centent .listing-sm {
    color: #848484;
    font-size: 12px;
}
.listing-text-row {
    width: calc(100% - 90px);
}
/* .scan-qty {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
}
.scan-qty .form-wraper {
    max-width: 120px;
} */
.scan-status-red-title {
    color: #FF1A1A;
    margin-bottom: 4px;
}
.scan-status-red-text {
    color: #475467;
    margin: 0;
}

.scan-order {
    border: 1px solid #f4eeeb;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
    max-width: 620px;
    margin: 0 auto;
}
.scan-order-list .left-listing {
    margin: 0;
}
.scan-order-list-btnWrap {
    width: 100%;
    text-align: right;
    margin-top: 0px;
}
.scan-order .round-btn.orange-bg {
    padding: 4px 20px;
    border: 1px solid rgb(240 86 87 / 20%);
    background: #FFE2DD;
    color: #F05657;
}

.scan-drawer-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F05657;
    border-radius: 8px;
}
.scan-order-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.scan-dropdown {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
    border-radius: 12px;
    padding: 12px 10px;
    position: absolute;
    right: 0;
    transform: scaleY(0);
    transform-origin: top;
}
.scan-dropdown-btn {
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    background: #fff;
    transition: .15s;
    border-radius: 6px;
    white-space: nowrap;
}
.scan-dropdown-btn:hover {
    background: #F05657;
    color: #fff;
}
.scan-drawer {
    position: relative;
    z-index: 11;
}
.scan-drawer:hover .scan-dropdown {
    transform: scaleY(1);
}
.scaned-product-wrap {
    border: 1px solid #41ce81;
    padding: 5px;
    border-radius: 5px;
}
.barcode_clear {
    position: absolute;
    right: 6px;
    top: -2px;
}
.barcode_enter {
    position: absolute;
    right: 72px;
    top: -2px;
}
.scan-status.customer-products {
    padding: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 10px;
}
.dark-green-lt-bg {
    background: rgb(65 206 129/20%);
    color: #01676a !important;
    font-weight: 700;
    border: 1px solid #01676a;
}
.modal-footer  a {
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    min-width: 100px;
    font-size: 14px;
}
.scan-qty label, .can-scan-qty label {
    font-size: 17px !important;
    margin-bottom: 3px !important;
    font-weight: bold;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    min-height: auto !important;
}
.form-wraper.no-cols {
    grid-template-columns: 1fr;
}
.light-red-lt-bg {
    background: rgb(240 86 87 / 20%);
    color: #F05657;
    border: 1px solid #F05657;
}
.add-products-top-right select {
    border: 1px solid #EDE4D6;
    width: 100%;
    max-width: 255px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 36px;
    padding-left: 15px;
}
.ctm-tabs.order-tabs {
    gap: 30px !important;
}
.bottom-dashed-bdr-2 {
    border-bottom: 1px dashed #DDD6D3 !important;
}
.table-wraper-2 {
    height: calc(100vh - 230px);
}
.clear-filter-blue, .clear-filter-blue:hover {
    border-color: #6A77F1;
    color: #6A77F1 !important;
    background: #6a77f126;
}
.light-green-bg {
    background-color: #d3e3e3;
}
/*______ Video css _______*/
.vid-gallery {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 20px;
}
.vid-card {
    box-shadow: 0 8px 16px rgb(0 0 0 / 14%);
    border-radius: 16px;
    overflow: hidden;
    padding: 16px 16px 20px;
}
.vid-title {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 16px;
    font-family: "Mont";
}
.vid-duration {
    font-size: 13px;
    color: rgb(35 31 32 / 60%);
    font-family: mont;
    font-weight: 600;
}
.open-video {
    display: inline-block;
    padding: 8px 20px;
    background: #ffffff;
    color: #231F20;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #E5E6E6;
    font-weight: 700;
    font-family: mont !important;
    font-size: 13px !important;
}
.vid-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 22;
    backdrop-filter: blur(4px);
    display: none;
}
.vid-popup-content {
    background: #fff;
    padding: 32px 65px 24px;
    border-radius: 16px;
    position: relative;
    width: 100%;
    max-width: 850px;
}
.vid-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
}
.vid-overflow-auto {
    overflow-y: auto;
    margin: 0 -20px;
    padding: 0 28px;
}
.open-video img {
    width: 24px;
    height: 24px;
}
.vid-thumb-wraper {
    position: relative;
    /* padding-top: 56%; */
    overflow: hidden;
    border-radius: 12px;
}
.vid-thumb {
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
}
.video-popup-wrap {
    position: relative;
    padding-top: 55%;
    overflow: hidden;
    border-radius: 16px;
}
.video-popup-items {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.015);
}
.vid-popup-title {
    font-size: 24px;
    font-family: "Mont";
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.vid-popup-btnWrap {
    margin-top: 24px;
    display: flex;
    justify-content: end;
}
.vid-popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    background: #41CE81;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    line-height: 18px !important;
    font-family: "Mont" !important;
    font-weight: 600;
    font-size: 14px !important;
}
.table-wraper .pallet-table tr td:last-child {
    opacity: 1;
}
th a, th a:hover {
    color: inherit;
    font-family: inherit;
}
th i {
    color: #9f9d9dee;
}
.history-modal-body {
    max-height: 70vh;
    overflow: auto;
}
.special-instruction-box {
    border: 1px solid #FF9999 !important;
    border-radius: 5px;
    background: #FFF6F6 !important;
    padding: 5px;
}
.packaging-file-upload-wrap {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 12px;
}
.product-action {
    grid-template-columns: 100px 1fr;
}
.quantity-box {
   grid-template-columns: 1fr 1fr 1fr;
}
.product-action .image-btn {
    margin-top: 10px;
    border-radius: 5px;
}
.content-scroll-new .not-availablty {
    position: relative;
    padding: 5px 10px;
    margin: auto;
    line-height: 1.15;
    min-height: 33px;
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    border-radius: 30px;
    background: #888d93;
    color: #fff;
    width: max-content;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 11px;
    font-family: "Mont";
}
.delivery-case .message-scroll.ctm-scroll {
    max-height: calc(100vh - 741px);
    overflow: auto;
    margin-bottom: 5px;
}
.del-query-divide {
    min-height: 49%;
}
.gray-wraper.for-lock {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 180px;
}

/***/
.select2-container .select2-selection--multiple {
    min-height: 35px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px;
}
.p-w-100 {
    width: 200px !important;
}
.p-w-400 {
    width: 400px !important;
}
/*______ Responsive css _______*/
@media (max-width: 1786px) {
    .vid-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .p-w-100 {
        width: 150px !important;
    }
    .p-w-400 {
        width: 400px !important;
    }
}
@media (max-width: 1410px) {
    .ctm-tabs.order-tabs {
        gap: 10px !important;
    }
    .vid-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .p-w-100 {
        width: 150px !important;
    }
    .p-w-400 {
        width: 400px !important;
    }
}
@media (max-width: 1330px) {
    .order-search {
        margin-bottom: 0;
    }
    .vid-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .p-w-100 {
        width: 150px !important;
    }
    .p-w-400 {
        width: 400px !important;
    }
}