@font-face {
    font-family: "Natoarabic";
    src: url("../fonts/Noto_Sans_Arabic/static/NotoSansArabic-SemiBold.ttf") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "optimaFont";
    src: url("../fonts/optima/Optima\ Medium.ttf") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "optimaFontBold";
    src: url("../fonts/optima/OPTIMA_B.TTF") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "interFont";
    src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "adamBold";
    src: url("../fonts/Adam-Bold.ttf") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "SFarabic";
    src: url("../fonts/SFArabic-Regular.ttf") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SFPro";
    src: url("../fonts/sf-pro-display/SFPRODISPLAYREGULAR.OTF") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "optimaFont", sans-serif !important;
    font-weight: normal;
}

.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545 !important;
}

.error-msg {
    min-height: 18px;
    /* or more if your errors are longer */
    color: red;
    font-size: 12px;
    transition: all 0.2s ease;
}

.login_bg_img {
    background-color: #ede5da;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
}

.form-control {
    /* padding: 21px !important; */
}

.color_box {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    border: 1px solid #c9acac !important;
}

.color_box2 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.color_box_vaiation {
    width: 122px !important;
    height: 122px !important;
    border-radius: 5px;
}

.my_btn i {
    font-size: 21px !important;
}

.publish-product-page .thumbnail_box {
    width: 100% !important;
    height: unset !important;
}

.thumbnail_image {
    width: 150px !important;
    height: 80px !important;
}

.thumbnail_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.thumbnail_box {
    /*width: 200px !important;
    height: 120px !important;*/
    width: 168px !important;
    height: 183px !important;
}

.thumbnail_box img {
    max-width: 100% !important;
    height: auto !important;
    /*    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);*/
    border-radius: 6px;
    /*    object-fit: cover;*/
    object-fit: contain !important;
    /*  border: 1px solid rgba(0, 0, 0, 0.2);*/
}

.thumbnail_image1 {
    width: 150px !important;
    height: 80px !important;
}

.thumbnail_image1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.thumbnail_box1 {
    /* width: 200px !important;
    height: 120px !important;*/
    width: 168px !important;
    height: 183px !important;
}

.thumbnail_box1 img {
    width: 100% !important;
    height: 100% !important;
    /*    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);*/
    border-radius: 6px;
    object-fit: contain !important;
}

.category_box {
    width: 120px !important;
    height: 120px !important;
}

.category_box img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    object-fit: contain;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.cursor {
    cursor: pointer !important;
}

.thumbnail_box2 {
    width: 100% !important;
    height: 100% !important;
    max-height: 200px !important;
    object-fit: contain !important;
}

.thumbnail_box2 img {
    /*    width: 100% !important;*/
    max-height: 250px !important;
    /*    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);*/
    border-radius: 6px;
    object-fit: contain !important;
    max-width: 250px !important;
}

.product-image {
    width: 100% !important;
    max-height: 300px !important;
    border-radius: 6px;
    object-fit: contain !important;
    max-width: 300px !important;
}

.big_product_preview {
    /*border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px;*/
}

.active_border {
    border: 2px solid black;
}

.color_group label {
    margin-left: 2px !important;
}

.user_profile {
    border-radius: 50%;
    height: auto;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* order details modal */
.status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.status-line {
    flex: 1;
    height: 4px;
    background-color: #ccc;
    margin: 0 5px;
}

.status-icon {
    font-size: 18px;
    color: #333;
    margin: 0 10px;
}

.status-label {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .status-bar {
        width: 100%;
    }

    .status-line {
        height: 3px;
    }

    .status-label {
        font-size: 12px;
    }

    .dropdown {
        margin-top: 10px;
    }
}

/* order details order review */
.star-rating {
    font-size: 0;
}

.star-rating i {
    font-size: 10px;
    color: #ccc;
    display: inline-block;
}

.star-rating i.filled {
    color: gold;
}

/* end order details order review */

/* Order list cart css */

.order--card {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 213px;
}

.order--card.elevation-1 span {
    color: #767676;
    font-weight: 400;
    font-size: 10.45px;
}

.filter-row form#filterForm h5.list-title {
    margin-left: 0;
}

table tbody tr td span.badge {
    font-weight: 400 !important;
}

table thead tr th {
    white-space: nowrap;
}

.order--card.elevation-1 .card-title-row {
    justify-content: space-evenly;
    gap: 5px;
    min-height: 80px;
}

.banner_images_card_top label {
    color: rgb(118, 118, 118);
}

.banner_images_card_top .form-control {
    height: 41px !important;
}

.banner_images_card_top .form-control {
    border-radius: 5px;
}

.banner_images_card_top input.form-control {
    border: none;
    background-color: #f7f8fa;
}

.banner_images_card_top select.form-control {
    border: 1px solid #d9d9d9;
    color: rgb(118, 118, 118);
    font-size: 15px;
}

.banner_images_card_top select.form-control[readonly] {
    background-color: #fff;
}

.banner_images_card_top input.form-control[readonly] {
    background-color: #f7f8fa;
}

.order--card.elevation-1 .card-title-row+.order-counter-wrapper h2 {
    color: #474646;
    font-weight: 400;
    font-size: 20px;
}

.order--card.elevation-1 .card-title-row+.order-counter-wrapper {
    margin: 21px 0px;
    position: relative;
    bottom: 5px;
}

.ion {
    font-size: 24px;
    margin-right: 10px;
}

.ion.ion-load-d {
    color: #ff6600;
}

.ion.ion-checkmark {
    color: #00cc66;
}

.ion.ion-android-car {
    color: #556b2f;
}

.ion.ion-bag {
    color: #ff00ff;
}

.ion.ion-alert-circled {
    color: #ff0000;
}

.select2-search {
    /* display: none !important; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fdb414 !important;
    padding: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    border: none;
    /* Change this to the border color you want */
    color: black;
    /* Change this to the icon color you want */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
    /* Set the color to black (#000) */
}

/* add couppon description css */
.over-limit {
    color: red;
    font-weight: bold;
}

.order_dashboard .accepted {
    color: #ff6600;
}

.order_dashboard .confirmed {
    color: #fdb414;
}

.order_dashboard .packed {
    color: #ff00ff;
}

.order_dashboard .out_for_delivery {
    color: #556b2f;
}

.order_dashboard .delivered {
    color: #00cc66;
}

.order_dashboard .cancelled {
    color: #ff0000;
}

.rtl {
    direction: rtl;
}

/* ticket  image thumbnail  */

.ticket-img-thumbnail {
    /* width: 70% !important; */
    /* height: 80% !important; */
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); */
    border-radius: 6px;
    margin: auto;
    display: block;
    width: 100% !important;
    max-height: 300px !important;
    border-radius: 6px;
    object-fit: contain !important;
    max-width: 300px !important;
}

.lb-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px !important;
    width: 600px !important;
    z-index: 10;
}

/* notification css  */
.dropdown-menu-lg p {
    margin: 0;
    white-space: nowrap !important;
}

.dropdown-menu-lg {
    max-width: 300px;
    min-width: fit-content !important;
    padding: 0;
}

.usr-td {
    max-width: 180px;
}

.code-bg {
    background-color: black;
    color: white !important;
    max-height: 500px;
    overflow-y: scroll;
}

.code-bg,
pre {
    color: white !important;
}

.cp_border {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    margin-bottom: 10px;
    position: relative;
}

.cp_border .cross_btn {
    position: absolute;
    right: 15px;
    top: -10px;
    font-size: 24px;
}

.gallery_container .thumbnail_box {
    position: relative !important;
}

.gallery_container .thumbnail_box .cross_btn {
    position: absolute;
    right: 20px;
    top: -5px;
    font-size: 24px;
}

.removeRow {
    cursor: pointer !important;
}

.img-thumbnail {
    object-fit: contain !important;
}

.img-md {
    width: 4.75rem !important;
    height: 4.75rem !important;
}

.product-image-thumb {
    padding: 0px !important;
}

/* select 2 css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    white-space: normal;
    padding: 0px;
    border: none !important;
    white-space: normal;
}

.select2-container--default .select2-selection--multiple {
    /* padding: 0.375rem 0.75rem; */
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.gallery_container .chooseImage {
    cursor: pointer;
}

.add-product-page .galary_images_wrapper .cross_btn span {
    right: 5%;
}

.add-product-page input[type="text"],
.add-product-page input[type="number"],
.add-product-page textarea {
    color: #b2b2b2;
}

.add-product-page .note-resizebar {
    opacity: 0;
}

.add-product-page .engrave_image_view_wrapper-6,
.add-product-page .engrave_img_selector_wrapper-6 {
    margin-top: 35px !important;
}

.add-product-page .note-editor.note-frame .note-statusbar {
    border-top: 0;
    background-color: #f7f8fa;
}

.view-product-details-page .col-3 .gallary-image-wrapper {}

.cross_color_image {
    right: 4px;
    top: -2px;
}

.color_group {
    overflow-x: auto;
    padding: 8px;
    /* display: flex; */
}

.image_hint_text {
    color: red;
    font-size: 14px;
}

.display_none {
    display: none;
}

.thumbnail_box_view {
    max-width: 250px !important;
    max-height: 250px !important;
    margin-bottom: 10px;
}

.thumbnail_box_view img {
    width: 100% !important;
    height: 100% !important;
}

/* time slots */

.time_slot_block {
    cursor: pointer;
    padding: 4px;
    /* border: 1px solid #ccc; */
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-left: 10px;
}

.time_slot_block label {
    padding: 4px;
    margin-top: 5px;
    font-size: 14px !important;
}

/* time slots css end */
.stock_img {
    width: 70px !important;
    height: 70px !important;
}

.banner_images .thumbnail_box {
    /* height: 200px !important; */
}

.banner_images .thumbnail_box_height {
    height: unset !important;
    margin-bottom: 20px;
}

.banner_images .thumbnail_box img {
    object-fit: cover !important;
}

.color_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center items horizontally */
}

.color_container .for_sku {
    margin-left: 5px;
    /* Adjust margin as needed */
}

.media_section_inner .media-name {
    white-space: normal;
    font-weight: 400 !important;
    max-width: 150px;
    text-transform: uppercase;
    text-align: start;
}

.media_section_inner .media-group-title {
    font-size: 19px !important;
}

.add_media_model select.instruction_type {
    margin-top: 24px;
}

.add_media_model select.instruction_type option {
    font-weight: 400;
    color: #1d1b20;
}

.add-product-page .uploaded_colors_row,
.add-product-page .engrave_wrapper {
    margin-top: 37px;
}

#add-color-form select.variation-add-select-model,
#add-color-form select.variation-add-select-model option {
    color: #b2b2b2 !important;
}

.media_liabrary_inner .filter-row .custom-select-arrow,
select.instruction_type,
.media_liabrary_inner .filter-row .form-control::placeholder {
    color: #767676;
}

select.instruction_type option {
    color: #b2b2b2 !important;
}

.one-line-ellipsis {
    display: block;
    white-space: nowrap;
    max-width: 10ch;
    overflow: hidden;
    text-overflow: ellipsis;
}

#fileList {
    /* height: 400px; */
    overflow: auto;
    padding: 20px;
    max-height: calc(100vh - 290px);

    .card {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .card-body {
        flex: 1;
    }

    .icon-buttons {
        margin-bottom: auto;
    }

    .card .icon-buttons {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .card .icon-buttons a,
    .card .icon-buttons button {
        margin-left: 5px;
    }

    .card .media-content {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .file-name {
        margin-top: 10px;
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .file-dim {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }
}

.media-card {
    cursor: pointer;
}

.media-card.selected {
    border: 2px solid rgb(253, 180, 20);
}

.image_box {
    width: 200px;
}

.multi-check {
    position: absolute;
    height: 20px;
    width: 20px;
    accent-color: orange;
}

.gift-card {
    text-align: center;
    padding: 20px;
    border: none !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    margin: 20px 0px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px !important;
    user-select: none;
    -webkit-user-select: none;
}

.download-btn {
    position: absolute;
    right: 0px;
    font-size: 24px;
    bottom: -10px;
}

.engrave-remove {
    position: absolute;
    right: -5px;
    padding: 0.2rem !important;
}

/* Changes APR25 -- start */

.ashjar-text-success {
    color: #87c18a;
}

.ashjar-text-danger {
    color: #ff725e !important;
}

.ashjar-text-danger-light {
    background-color: #fad0ca !important;
    width: 68px;

    gap: 4677px;
}

.ashjar-badge-success {
    background-color: #d1e9d1;
    height: 24px !important;
    width: 68px !important;
    line-height: 1 !important;
    border-radius: 0 !important;
}

.ashjar-badge-danger {
    background-color: #fad0ca;
    height: 24px !important;
    width: 68px !important;
    line-height: 1 !important;
    border-radius: 0 !important;
}

/* Addition forms cards */
.addition-form-card {
    border-radius: 24px;
    /* min-width: 992px; */
}

.add_pro_page_card.addition-form-card {
    max-width: 992px;
    min-width: 850px;
}

.list-card {
    padding: 30px;
    border-radius: 15px;
}

.model-list-page table thead tr th,
.list-card table thead tr th {
    color: #767676;
}

.time-slots-page table thead tr th {
    font-size: 16px;
}

.time-slots-page table tbody tr td.status-cell span {
    width: 100px !important;
    height: 23px !important;
}

.region_list_card.list-card {
    max-width: 992px;
}

.send_notification_form {
    flex: 0 0 681px;
}

.send_notification_form .dark-preview-wrapper.arabic .ashjar-image-wrapper,
.send_notification_form .light-preview-wrapper.arabic .ashjar-image-wrapper {
    width: unset;
}

/* Add sub admins start */
.add-subadmin-page {
    padding: 48px;
}

.add_edit_subadmin_form {
    margin-top: calc(110px - 48px);
}

.category-addition-form .form-control,
#changePasswordForm .form-control,
.register_order_form_page .engraving_text .form-control,
#editOrderForm .form-control,
.register_order_form_page .form-control {
    border: 1px solid #d9d9d9;
    background-color: rgba(247, 248, 250, 1);
}

.add_edit_subadmin_form .form-control {
    border: none;
    color: #b2b2b2;
    background-color: rgba(247, 248, 250, 1);
}

.add_edit_subadmin_form button[type="submit"] {
    width: 106px;
}

.password-visibility-icon {
    top: 60%;
    right: 5%;
}

.password-genrator-icon {
    top: 50%;
    right: 5%;
}

.b-none {
    border: none;
}

.add_edit_subadmin_form i[class*="fa-arrow-left"] {
    color: #fdb414;
}

.dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fdb414;
    transition: all 0.4s ease-in-out;
    right: 5%;
    top: 70%;
}

.dropdown-arrow.rotate {
    transform: rotate(180deg);
}

.wrappable-text-WRPR {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
}

.showFullTextModal {
    height: auto;
    width: 401px;
}

.showFullTextModal #modal-body-en {
    text-align: center;
}

.showFullTextModal #modal-body-ar {
    direction: rtl;
    text-align: center;
}

.showFullTextModal .modal-content {
    border-radius: 8px;
}

.showFullTextModal .modal-body {
    padding: 30px 58px;
}

.showFullTextModal .modal-body p {
    color: #92969f;
}

/* user roles start checkboxes */
/* Hide original checkbox */
.user-roles-wrapper {
    max-width: 300px;
    height: 250px;
    /* fixed height */
    overflow: hidden;
    /* prevent double scroll */
    background-color: #fff;
    z-index: 30;
    bottom: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    /* stack vertically */
    padding: 10px 10px;
}

.time-slots-wrapper {
    max-width: 300px;
    height: 250px;
    /* fixed height */
    overflow: hidden;
    /* prevent double scroll */
    background-color: #fff;
    z-index: 30;
    bottom: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    /* stack vertically */
    padding: 10px 10px;
}

/* Top 25% - Search Bar */
.user-roles-search {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 7px;
    background: #fff;
}

/* Bottom 75% - Scrollable Checkbox List */
.role-options-wrapper {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    scroll-behavior: smooth;
}

/* Checkbox spacing */
.role-options-wrapper>div {
    padding: 4px 0;
}

.user-roles-wrapper input[type="checkbox"] {
    accent-color: rgba(254, 180, 19, 1);
}

.time-slots-wrapper .checkbox-item,
#add_edit_subadmin_form .checkbox-item {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.time-slots-wrapper .checkbox-item+.checkmark,
#add_edit_subadmin_form .checkbox-item+.checkmark {
    position: absolute;
    right: 0;
    height: 16px;
    width: 16px;
    background-color: #ccc;
    border-radius: 3px;
}

.time-slots-wrapper .checkbox-item:checked+.checkmark,
#add_edit_subadmin_form .checkbox-item:checked+.checkmark {
    background-color: rgba(254, 180, 19, 1);
}

.role-options-wrapper label.custom-checkbox-label {
    font-weight: 400 !important;
}

.time-slots-wrapper .checkbox-item+.checkmark::after,
#add_edit_subadmin_form .checkbox-item+.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.time-slots-wrapper .checkbox-item:checked+.checkmark::after,
#add_edit_subadmin_form .checkbox-item:checked+.checkmark::after {
    display: block;
    left: 4px;
    top: 2px;
    width: 6px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* .user-roles-wrapper input:checked ~ . */

.user-roles-search .search-roles {
    margin-right: 10px;
}

.user-roles-search .btn-close {
    border: none;
    font-weight: bold;
    font-size: 16px;
}

/* user roles end*/

/* Add subadmins end */

/* Users list page start */
.models-list-options,
.addons-list-options,
.offers-list-options,
.app-notifications-list-options,
.variations-list-options,
.users-lists-options {
    gap: 12px;
}

.categories-list-options {
    gap: 15px;
}

.filter-buttons {
    margin-left: 5px;
}

.whatsapp-notifications-list-page table tbody td,
.categories-list-page table tbody td {
    vertical-align: middle;
}

/* table tbody td:not(.status-cell) {
    font-size: 14px;

} */

table.table-borderless .TS {
    text-align: start !important;
}

.plant-stock-list table thead tr th,
.variations-stock-list table thead tr th {
    padding-bottom: 4px;
}

.variations-stock-list table tbody tr td,
.plant-stock-list table tbody tr td {
    vertical-align: middle;
}

.variations-stock-list table tbody tr td .variations-stock-list table tbody tr td * {
    font-size: 14px;
}

.filter-row .my_btn i,
.filter-row .my_btn i {
    font-size: 16px !important;
}

.filter-row .my_btn[type="reset"] {
    color: #ccc;
}

.filter-row .my_btn .ion,
.filter-row .my_btn .ion {
    margin-right: 0 !important;
}

.users-list-page .status-cell {
    /* padding: 0; */
    vertical-align: top !important;
}

.users-list-page .status-cell span {
    font-size: 14px;
}

.model-list-page table tbody,
.categories-list-page table tbody,
.offers-list-page table tbody,
.plant-stock-list table tbody,
.variations-stock-list table tbody,
.corporate-gift-list table tbody,
.order-list-page table tbody,
.app-notificatons-list-page table tbody,
.cities-list-page table tbody,
.time-slots-page table tbody,
.distribution-point-list table tbody,
.users-list-page table tbody {
    color: #92969f !important;
    text-align: center;
}

.time-slots-page table tbody,
.regions-list-page table tbody {
    color: #92969f;
    text-align: center;
}

.regions-list-page table th {
    padding-bottom: 24px;
}

.whatsapp-notifications-list-page table tbody {
    color: #92969f;
}

/* Users list page end */

/* category List Page start */
.category_table_image_wrapper {
    height: 70px;
    width: 70px;
}

.category_table_image_wrapper img {
    width: 100% !important;
    height: auto !important;
    border-radius: 6px;
    object-fit: cover !important;
}

.model-list-page table tr,
.variations_list-page table tr {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.fg-2 {
    flex-grow: 2;
}

.offers-list-page table tbody tr td,
.offers-list-page table tbody tr td,
.variations_list-page table tbody tr td,
.model-list-page table tbody tr td {
    vertical-align: middle !important;
}

.model-list-page table thead tr th {
    padding-bottom: 41px;
    padding-top: 7px;
}

.model-list-page .model-view-detail-button-wrapper button {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    color: #767676;
}

.categories-list-page tr th {
    font-weight: bold !important;
}

.categories-list-page .table tbody>tr>td:first-of-type {
    padding-left: 16px !important;
}

.filter-row .add_category_btn {
    font-size: 14px !important;
    white-space: nowrap;
    padding: 0.375rem 1.45rem;
}

/* category List Page end */

/* Add category Page start */
.add-subadmin-page .form-title h5,
.add-category-page .form-title h5 {
    font-weight: 700 !important;
}

.add-offer-page label,
.add-category-page label,
.edit_form_page label,
.register_order_form_page label,
.add-modal_variation-page label,
.edit-notification-page label,
.edit-whatsapp-notification-page label,
.send-notification-page label,
.add-edit-city-page label,
.add-edit-time-slot-page label,
.add-subadmin-page label {
    color: #767676;
}

.add-subadmin-page .fa-sync-alt,
.add-subadmin-page .password-visibility-icon {
    color: #d9d9d9;
}

.add_media_model .choose-file-text-field,
.add-category-page .choose-file-text-field {
    border: 1px solid rgba(217, 217, 217, 1);
    background-color: #ffffff;
    /* pointer-events: none; */
}

.add-category-page #category_image_preview {
    height: 120px !important;
    width: 84px !important;
    background-color: #d9d9d9;
    border-radius: 8px;
}

/* This class need to be done as global style */

.add-category-page #category_image_preview img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 6px;
    object-fit: cover !important;
}

/* .add-modal_variation-page .form-control, */
.add-category-page .form-control {
    width: 90% !important;
    border-radius: 8px !important;
}

.add-category-page #categoryForm label {
    font-size: 15px;
}

.add-category-page .image-preview-wrapper .file-upload-icon-wrapper {
    right: 15%;
}

.add-addon-product-page .file-upload-icon-wrapper,
.add-addon-product-page .file-upload-icon-wrapper,
.add-product-page .file-upload-icon-wrapper,
.add_media_model .file-upload-icon-wrapper,
.add-category-page .file-upload-icon-wrapper {
    height: 19px;
    width: 19px;
    right: 5%;
    top: 15%;
}

.add-category-page .submit-buttons-wrapper button {
    border-radius: 7px !important;
}

.add-product-page .submit-buttons-wrapper .btn-light,
.add-category-page .submit-buttons-wrapper .btn-light {
    border: 1px solid #d9d9d9;
    padding: 7px 20px;
}

.add-product-page .engrave-options-general label[for="min_letter_limit"]~.custom-arrows,
.add-product-page .engrave-options-general label[for="max_letter_limit"]~.custom-arrows {
    top: calc(50% + 5px);
    right: 13px;
}

.add-product-page .submit-buttons-wrapper button,
.add-category-page .submit-buttons-wrapper button {
    width: 112px;
}

.add-product-page .submit-buttons-wrapper button[value="draft"],
.add-category-page .submit-buttons-wrapper button[value="draft"] {
    background-color: #fff;
}

.add-category-page #categoryForm input[name="category_name_ar"]::placeholder,
.add-category-page #categoryForm input[name="image_alt_ar"]::placeholder {
    font-family: "Natoarabic", sans-serif !important;
}

/* Add category Page end */

/* Offers lIst page start */
.offers-list-page table th,
.offers-list-page table td {
    text-align: center;
}

.offers-list-page table thead tr th:last-child {
    padding-right: 30px !important;
}

#categoryForm input[type="text"] {
    color: #b2b2b2;
}

/* Offers lIst page end */

/* Add offer page start */
.add-offer-page {
    padding: 48px;
}

.add-offer-page #offerForm {
    margin-top: calc(110px - 48px) !important;
}

.add-offer-page #offerForm select,
.add-offer-page #offerForm input[type="text"],
.add-offer-page #offerForm input[type="number"] {
    color: #b2b2b2;
}

.custom-datetime-wrapper {
    position: relative;
}

.real-datetime {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.display-datetime {
    position: relative;
    z-index: 3;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #ffffff;
    color: #f0a500;
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 40px;
    pointer-events: auto;
    cursor: pointer;
    font-weight: bold;
}

.display-datetime .time-pill {
    width: auto;
    height: 2rem;
    background-color: #f4f6f9;
    border: none;
    color: #f0a500;
}

/* Flat picker styles start */
.flatpickr-months .flatpickr-prev-month {
    left: 78% !important;
}

.flatpickr-current-month {
    width: 35% !important;
    left: 0 !important;
    font-size: 17px !important;
}

.flatpickr-monthDropdown-months {
    appearance: none !important;
}

.flatpickr-monthDropdown-months {
    max-width: 5ch;
}

.flatpickr-weekdaycontainer .flatpickr-weekday {
    color: #3c3c434d;
}

input.real-datetime[readonly] {
    background-color: #fff !important;
    /* or any color you want */
    opacity: 0 !important;
}

.flatpickr-innerContainer .dayContainer .flatpickr-day.nextMonthDay,
.flatpickr-innerContainer .dayContainer .flatpickr-day.prevMonthDay {
    color: #3c3c434d !important;
}

.flatpickr-innerContainer .dayContainer .flatpickr-day.today {
    background: transparent !important;
    color: #fdb414 !important;
    border: none;
}

.flatpickr-innerContainer .dayContainer .flatpickr-day.selected {
    background-color: #d9e8f8;
    color: #fdb414 !important;
}

.flatpickr-innerContainer .dayContainer .flatpickr-day {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #000000 !important;
}

.flatpickr-time .flatpickr-am-pm {
    width: 55% !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    fill: #fdb414 !important;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #fdb414 !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #fdb414 !important;
}

/* Flat picker styles end */
.add-offer-page button[type="submit"] {
    padding: 0.375rem 1.7rem;
}

.add-offer-page .custom-arrows {
    top: 40px;
}

.register_order_form_page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23FEB413' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    /* background-color: rebeccapurple; */
    background-size: 25px 25px;
    border: none !important;
    height: 32px !important;
    width: 32px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
    background-position: left -8px center;
    background-repeat: no-repeat;
}

.add-addon-product-page .select2-container--default .select2-selection--multiple,
.add-product-page .select2-container--default .select2-selection--multiple {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23FEB413' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-color: transparent;
    background-size: 25px;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
    background-position: top 0.43rem right 0.23rem;
    background-repeat: no-repeat;
}

/* Add offer page end */

/* Add model and variations (Start) */
/* .add-modal_variation-page #add_edit_modelsize__form button[type="submit"]{} */
.add-modal_variation-page .pickr {
    height: 53px;
    width: 48px;
    border-radius: 8px;
}

.pcr-app[data-theme="monolith"] {
    padding: 16px !important;
    width: 264px !important;
    height: auto !important;
}

.add-modal_variation-page .pickr button {
    width: 100%;
    height: 100%;
}

.custom-footer-color-picker {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 10px;
    row-gap: 10px;
}

.add-modal_variation-page #add_edit_modelsize__form button {}

/* Add model and variations (End) */

/* MODEL AND VARIATIONS LIST PAGE START */

/* ********* MODEL LIST ********* */
.model_list {}

.model-list-page .model-view-detail-button-wrapper button {
    height: 54px;
    width: 153px;
    position: relative;
    /* Key for positioning the arrow inside */
}

.model-list-page .model-view-detail-button-wrapper .arrow-wrapper {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Optional: allows clicks to pass through */
}

/* ********* MODEL LIST END ********* */

/********** MEDIA SECTION PAGE START **********/

.media_section_inner .has-list {
    padding-left: calc(48px - 1.25rem);
}

.media_section_inner .media_liabrary_inner {
    padding: 48.5px;
}

.media_liabrary_inner #sort_by {
    padding: 0.375rem 0.35rem;
}

.gallery_container {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.btn-circle.add_media_model {
    width: 121px;
    font-weight: 700;
}

#addMediaFilesModel label[for="files"] {
    color: #49454f;
}

#addMediaFilesModel .modal-body {
    padding-left: 40px;
    padding-right: 45px;
}

#addMediaFilesModel .choose-file-text-field {
    margin-top: 24px;
    border-radius: 8px;
}

.gallery-item {
    width: calc(20% - 16px);
    /* 5 items in a row */
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    z-index: 900;
}

.media_section_inner .media_image_wrapper {
    border-radius: 15px;
    height: 196px;
    overflow: hidden;
}

/* .media_section_inner .media_image_wrapper {
    width: 100%;
    height: 100%;
} */

.file-name {
    margin-top: 8px;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media_menu-btn {
    cursor: pointer;
}

.media_menu_tool_wrapper {
    width: 180px;
    height: 192px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
    font-size: 13px;
    top: 50px;
}

.media_menu_tool_wrapper .menu-content .border-top {
    border-top: 1px solid #d9d9d9;
}

.menu-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 5px;
    /* font-size: 14px; */
    color: #555;
    cursor: pointer;
    transition: background-color 0.3s;
}

.menu-item a {
    color: #555;
}

.menu-item:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.menu-item i {
    /* font-size: 18px; */
}

/* Simple Toggle Switch */
.toggle-switch {
    position: relative;
    width: 36px;
    height: 20px;
}

.toggle-input {
    display: none;
}

.toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 20px;
    background: #ccc;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.toggle-label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
}

.toggle-input:checked+.toggle-label {
    background: #fdb900;
}

.toggle-input:checked+.toggle-label::after {
    transform: translateX(16px);
}

/********** MEDIA SECTION PAGE END **********/

/* ADDON PRODUCT SECTION START */
.addon-list-page table .thumbnail_box {
    height: 70px !important;
    width: 70px !important;
    border-radius: 5px !important;
}

.addon-list-page table thead {
    font-weight: 700;
    color: #767676;
}

.addon-list-page table td {
    vertical-align: middle;
}

.addon-list-page table tbody td {
    font-weight: 400 !important;
    color: #92969f;
    text-align: center;
}

/* Addon Product form */
.add-addon-product-page {
    padding: 48px;
}

/* Addon Product form End*/
/* ADDON PRODUCT SECTION END */

/* Global declared classes start */

/* Custom arrow - select tag - start */
.custom-select-arrow {
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg fill='%23FEB413' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.15rem center;
    background-size: 25px 25px !important;
    /* Adjust size here */
    padding-right: 2rem;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    /* Prevent line break */
    overflow: hidden;
    /* Hide overflow */
    text-overflow: ellipsis;
    /* Add "..." */
}

/* Custom arrow - select tag - end */

/* Input type number style start */
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.custom-number-wrapper {
    position: relative;
    display: inline-block;
}

.custom-spinner {
    padding-right: 30px;
    /* make room for custom arrows */
    font-size: 16px;
}

.custom-arrows {
    position: absolute;
    top: 0;
    gap: 0px;
    height: 18px;
    right: 20px;
    top: calc(50% + 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.add-product-page .custom-arrows {
    position: absolute;
    top: 0;
    gap: 0px;
    height: 18px;
    right: 12px;
    top: calc(50% + 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.add-product-page .engrave-options-general .visibility-hidden {
    visibility: hidden;
}

.add-product-page .engrave-options-general #engrave_image_preview {
    margin-left: 40px;
}

.add-product-page .engrave-options-general label[for="min_letter_limit"]+input[type="number"],
.add-product-page .engrave-options-general label[for="max_letter_limit"]+input[type="number"] {
    width: 80% !important;
}

#cityChangeConfirmationDialogModal .modal-body p:nth-of-type(1) {
    font-weight: 700;
    text-align: center;
}

#cityChangeConfirmationDialogModal .modal-header {
    border-bottom: none;
}

#cityChangeConfirmationDialogModal .modal-footer {
    border-top: none;
}

#cityChangeConfirmationDialogModal .modal-footer {
    justify-content: center !important;
}

#cityChangeConfirmationDialogModal .modal-footer button {
    border-radius: 8px;
}

#cityChangeConfirmationDialogModal .modal-footer button:nth-of-type(1) {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#cityChangeConfirmationDialogModal .modal-footer button:nth-of-type(2) {
    font-weight: 700;
}

.add-product-page .engrave_wrapper .row .form-group:nth-of-type(2) .engrave-options-general label,
.add-product-page .engrave_wrapper .row .form-group:nth-of-type(2) .engrave-options-general input,
.add-product-page .engrave_wrapper .row .form-group:nth-of-type(3) .engrave-options-general input,
.add-product-page .engrave_wrapper .row .form-group:nth-of-type(2) .engrave-options-general+span,
.add-product-page .engrave_wrapper .row .form-group:nth-of-type(3) .engrave-options-general+span,
.add-product-page .engrave_wrapper .row .form-group:nth-of-type(3) .engrave-options-general input {
    margin-left: 40px;
}

.add-product-page .engrave_wrapper .row .form-group:nth-of-type(3) .engrave-options-general .custom-arrows.position-absolute {
    /* right: 60px; */
}

.add-product-page button[type="submit"] {
    border-radius: 8px;
}

.text-ash-ar {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.view-addon-product-page .btn_draft {
    margin-right: 15px;
}

.view-addon-product-page .ar-desc-wrapper,
.view-product-details-page .ar-desc-wrapper {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.view-product-details-page .engrave_key {
    color: #767676;
    font-weight: 700;
}

.view-product-details-page .eng_value {
    color: #b2b2b2;
    font-weight: 400;
}

.view-product-details-page #engrave_details .d-flex:nth-of-type(1) {
    gap: 125px;
}

.view-product-details-page #engrave_details .d-flex:nth-of-type(2) {
    gap: 40px;
}

.view-product-details-page #engrave_details .d-flex:nth-of-type(3) {
    gap: 40px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-bottom: 5px solid #feb413;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.arrow-down {
    width: 0;
    height: 0;
    border-top: 5px solid #feb413;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.category_ellipsis {
    display: block;
    max-width: 19ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Input type number style end */

/* Form cards style start  */

.add-category-page {
    padding: 48px;
}

.add-modal_variation-page {
    padding: 0px 48px 48px 48px;
}

.add-modal_variation-page .form-title {
    margin-top: calc(100px - 48px);
    margin-bottom: calc(100px - 48px);
}

.add-modal_variation-page .model-variations-wrapper {
    border: 1px solid #d9d9d9;
}

/* Form cards style end  */

/* text field backgrund (according to new changes) */
.text-input-wb {
    border: none;
    background-color: rgba(247, 248, 250, 1);
}

.text-input-wb:focus {
    border: none;
    background-color: rgba(247, 248, 250, 1);
}

/* text field  */

/* Breadcrumb section (applying class dynamically page specific )start */
.has-form {
    padding-left: 129px;
}

.has-form h1 {
    color: #474646;
    font-weight: 700;
}

.has-list {
    padding-left: 50px;
}

/* Breadcrumb section end */

.list-add_button {
    width: 130px;
}

/* Pagination Links Changes Start */
.pagination .page-item.active .page-link {
    background-color: #ffb400;
    /* Yellow color */
    border-color: #ffb400;
    color: white;
}

.pagination .page-link {
    color: #666;
    /* Normal text color */
    margin: 0px 6px;
    border: none;
    border-radius: 7px;
    background: transparent;
}

.pagination .page-item.disabled .page-link {
    color: rgba(117, 117, 117, 1);
}

.pagination-card {
    background-color: #fff;
}

/* Pagination Links Changes End */

.form-title h5 {
    color: #474646;
    font-weight: 700;
}

.add-addon-product-page label {
    font-weight: 700;
    color: #767676;
}

.add-addon-product-page .feature_image_preview {
    background-color: #e9e9e9;
    border-radius: 8px;
}

.add-addon-product-page .thumbnail_box {
    /* background-color: #E9E9E9; */
}

.add-addon-product-page .thumbnail_box {
    height: 128px !important;
    width: 128px !important;
}

.add-addon-product-page textarea {
    resize: none;
}

.resize-none {
    resize: none;
}

.add-addon-product-page .gallary_image {
    height: 89px;
    width: 115px;
    background-color: #ccc;
}

.add-product-page input,
.add-product-page .select2-container,
.add-product-page textarea,
.add-addon-product-page input,
.add-addon-product-page textarea {
    border-radius: 8px !important;
}

.add-addon-product-page .choose-file-text-field {
    background-color: #fff;
}

.add-addon-product-page .gallery_images_bg {
    width: inherit;
    height: inherit;
}

.add-addon-product-page .submit-buttons-wrapper button {
    width: 112px;
    border-radius: 7px;
}

.add-addon-product-page .submit-buttons-wrapper button:nth-of-type(1) {
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.add-addon-product-page .db_point_down_field {
    margin-top: 38px;
}

.add-addon-product-page .db_point_up_field {
    margin-top: 35px;
}

.view-product-details-page,
.view-addon-product-page {
    padding: 48px;
}

.view-product-details-page .addon_image_wrapper,
.view-addon-product-page .addon_image_wrapper {
    height: 137px;
    width: 137px;
}

.view-product-details-page .addon_image_wrapper img,
.view-addon-product-page .addon_image_wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.view-addon-product-page .form-title {
    padding-bottom: 48px;
}

.view-product-details-page .galaryimagetitle,
.view-product-details-page .detail-lable,
.view-addon-product-page .detail-lable {
    font-weight: 700;
    color: #767676;
    font-size: 15px;
}

.view-product-details-page .info-value,
.view-addon-product-page .info-value {
    color: #b2b2b2;
    margin-left: 10px;
}

.view-addon-product-page .description-wrapper {
    margin-top: 61px;
    color: #feb413;
    border-bottom: 1px solid #feb413;
    text-align: center;
}

.view-addon-product-page .submit-buttons-wrapper button {
    border-radius: 7px;
    padding: 0.375rem 1.95rem !important;
}

.view-addon-product-page .submit-buttons-wrapper .btn_draft {
    background-color: #fff;
    border: 1px solid rgba(217, 217, 217, 1);
}

.ar-desc-wrapper,
.eng-desc-wrapper {
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    color: #b2b2b2;
    padding: 16px 8px;
    overflow: hidden;
}

.ar-desc-wrapper {
    text-align: right;
}

.list-title {
    color: #474646;
}

.list-add-button {
    padding: 0.45rem 1.2rem !important;
}

.filter-row select {
    color: #767676;
}

.media_page_top .filter-row input[type="search"],
.stock_lists_top .filter-row input[type="search"],
.addon_products_List_top .filter-row input[type="search"],
.productlist_top .filter-row input[type="search"],
.model_list .filter-row input[type="search"],
.offers_list_top .filter-row input[type="search"],
.categ_list_top .filter-row input[type="search"],
.users_list_top .filter-row input[type="search"] {
    color: #767676 !important;
}

.filter-row {
    padding: 0px 69px;
}

.filter-row-1 {
    padding: 0px 65px;
}

.product-list table thead {
    color: #767676;
    font-weight: 700;
}

.product-list table tbody {
    color: #92969f;
    font-weight: 400;
}

.plant-stock-list .stock_img {
    margin: auto;
}

.product-list table tbody td {
    vertical-align: middle !important;
    white-space: nowrap;
    /* text-align: center; */
}

.product_list_image_wrapper {
    width: 101px;
    height: 77px;
}

.product-list .thumbnail_box {
    width: 77px !important;
    border-radius: 5px;
    height: 77px !important;
}

.product_gallery_image:not([src]),
#category_image_preview img[src=""],
.feature_image_preview #id_feature_image:not([src]),
.product_gallery_image[src=""],
#engrave_image_preview img[src=""],
.feature_image_preview #id_feature_image[src=""] {
    display: none;
}

.add-product-page label {
    color: #767676;
}

.add-product-page #saved_addons+.addon-product-modal {
    background-color: #fff;
}

.add-product-page .note-editor {
    border-radius: 8px;
    border: none;
}

.privacy_policies_page button[type="submit"] {
    width: 112px;
}

.privacy_policies_page .note-editor button,
.add-product-page .note-editor button {
    color: #feb413;
    border: none;
    background: transparent;
}

.add-product-page .note-editor .note-toolbar.card-header {
    background-color: #fff;
    /* box-shadow: 0px 1px 2px 0px; */
}

.privacy_policies_page .note-editing-area *,
.add-product-page .note-editing-area * {
    background-color: #f7f8fa !important;
    color: #b2b2b2 !important;
}

.add-product-page .feature_image_preview {
    height: 128px !important;
    width: 128px !important;
}

.add-product-page .feature_image_preview img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.add-modal_variation-page input[type="text"] {
    color: #b2b2b2;
}

.add-product-page .thumbnail_box {
    width: 122px !important;
    height: 90px !important;
}

.add-product-page .thumbnail_box img {
    object-fit: cover !important;
}

/* element.style {
    height: 20px;
    width: 20px;
    top: 10px;
    border-radius: 50%;
} */

.add-product-page .color_indicator {
    height: 20px;
    width: 20px;
    top: 10px;
    left: 5px;
    border-radius: 50%;
}

.add-product-page .bg-light.clrs {
    padding: 0px 30px !important;
}

.register_order_form_page input[type="checkbox"],
.add-addon-product-page input[type="checkbox"],
.add-product-page input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid #feb413;
    border-radius: 50%;
    outline: none;
    margin-right: 8px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

.custom-radio-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.add-addon-product-page input[type="checkbox"]:checked::before,
.add-product-page input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #feb413;
    border-radius: 50%;
}

/* .publish-product-page input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FEB413;
} */

.custom-radio-label {
    padding: 4px 10px;
    color: #feb413 !important;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    user-select: none;
}

.rename-input {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rename-input input {
    width: 120px;
}

.file-extension {
    font-weight: bold;
    white-space: nowrap;
}

.menu-item button {
    border: none;
    background-color: #fff;
    color: #555;
}

#addonModal .product-title {
    color: #767676;
    font-weight: 700;
    font-size: 12px;
}

#addonModal .product-title {
    color: #767676;
    font-weight: 700;
    font-size: 12px;
}

.menu-item button:hover {
    background-color: #f5f5f5;
}

.addon-product-actions-wrapper.d-flex.gap-1 {
    align-self: baseline !important;
}

.addon-product-actions-wrapper.d-flex.gap-1 {
    align-self: baseline !important;
}

.add-product-page {
    padding: 48px;
}

.ashjar-bg-white {
    background-color: #fff !important;
}

.add-product-page .note-editable.card-block {
    /* height: 60px !important; */
}

.view-product-details-page.general-product-details-wrapper .details-column .d-flex.justify-content-between:not(:first-of-type) {
    margin-top: 15px;
}

.view-product-details-page.variable-product-details-wrapper .details-column .d-flex.justify-content-between:not(:first-of-type) {
    margin-top: 36px;
}

.view-addon-product-page .info-value .categories-list,
.view-product-details-page .info-value .categories-list {
    padding-left: 16px;
}

.view-product-details-page .additional-details-variable-product,
.view-product-details-page .additional-details-general-product {
    margin-top: 82px !important;
}

.view-product-details-page .additional-details-variable-product .details-column .d-flex.justify-content-between:not(:first-of-type),
.view-product-details-page .additional-details-general-product .details-column .d-flex.justify-content-between:not(:first-of-type) {
    margin-top: 15px !important;
}

.view-product-details-page .variations-color-balls-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    max-width: 137px;
    /* optional spacing between columns */
}

.view-product-details-page .variation-color-ball {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.view-product-details-page .variation-color-ball.active_border {
    /* box-shadow: 0px 0px 2px 1px #a28124; */
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}

.view-product-details-page .gallary-image-wrapper img {
    border-radius: 8px;
}

.view-product-details-page .gallary-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.view-product-details-page .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 1px solid #feb413;
    color: #feb413;
}

.view-product-details-page .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #767676;
    border: none;
}

.add-product-page .galary_images_wrapper {
    overflow: hidden;
}

.add-product-page .row.mt-2.galary_images_wrapper .image-wrapper {
    height: 150px;
}

.galary_images_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.add-product-page .feature_image_preview {
    background-color: #e9e9e9;
    border-radius: 8px;
}

.add-product-page .select2-container--default.select2-selection--multiple {
    border-radius: 8px;
}

.media_liabrary_inner img.app_uploadImage {
    max-width: 100%;
}

.publish_product_page .dataTables_info {
    display: none !important;
}

.move-page-wrapper {
    width: fit-content;
}

.move-page-wrapper input {
    padding-right: 30px;
    /* space for arrows */
    height: 35px;
}

span.select2-selection__choice__remove {
    font-family: Arial, Helvetica, sans-serif !important;
}

.publish-product-page label[for="move_to_page"] {
    font-size: 10px !important;
}

.publish-product-page .custom-arrows {
    top: 2px !important;
    right: 7px !important;
    gap: 5px;
}

.publish-product-page #move_to_page {
    height: 25px !important;
    width: 65px !important;
}

.publish-product-page .custom-arrows .arrow-up,
.publish-product-page .custom-arrows .arrow-down {
    height: 12px !important;
    width: 10px !important;
}

.publish-product-page .form-control {
    font-size: 10px !important;
    padding: 0px 5px !important;
    color: #d9d9d9 !important;
}

.publish-product-page .form-control:read-only {
    background-color: #fff !important;
}

.add-product-page #addon_product_display:read-only {
    background-color: #fff !important;
}

.add-product-page .addon_wrapper {
    height: 172px;
    /* width: 100px; */
}

.add-product-page .addon_wrapper .image_wrapper {
    height: 100%;
    width: 100%;
}

.add-product-page .addon_wrapper .image_wrapper img {
    width: 100% !important;
    height: 100% !important;
}

.add-product-page .addon_wrapper .product-title {
    font-size: 12px !important;
}

.drag-over {
    border: 2px dashed #007bff;
    background-color: #f1f9ff;
}

.publish-product-page .draggable-wrapper {
    overflow: hidden;
}

.publish-product-page .custom-checkbox {
    position: relative;
    color: #767676;
    padding-left: 22px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    display: inline-block;
}

.publish-product-page #recently_added {
    appearance: none;
}

/* Hide the default checkbox */
.publish-product-page .custom-checkbox input[type="checkbox"] {
    opacity: 0;
}

/* Create custom box */
.publish-product-page .custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ccc;
    transform: translate(0px, 5px);
}

/* On hover */
.publish-product-page .custom-checkbox:hover .checkmark {
    background-color: #fff;
}

/* When checkbox is checked */
.publish-product-page .custom-checkbox input[type="checkbox"]:checked+.checkmark {
    background-color: #feb413;
    border-color: #feb413;
}

/* Checkmark (tick) */
.publish-product-page .custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show checkmark when checked */
.publish-product-page .custom-checkbox input[type="checkbox"]:checked+.checkmark::after {
    display: block;
}

/* Style the checkmark/tick */
.publish-product-page .custom-checkbox .checkmark::after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.user-details-page tbody tr th {
    color: #767676;
}

.user-details-page tbody tr td {
    color: #92969f;
}

.add-subadmin-page .role-options-wrapper label {
    color: #1d1b20 !important;
    font-weight: 400 !important;
}

.is-invalid+.password-genrator-icon {
    top: 37%;
}

.add-subadmin-page .is-invalid~.password-visibility-icon {
    top: 45% !important;
}

.add-addon-product-page .is-invalid~.custom-arrows {
    right: 40px;
    top: calc(50% + 6px);
}

.register_order_form_page .is-invalid~.custom-arrows,
.add-product-page .is-invalid~.custom-arrows,
.add-offer-page .is-invalid~.custom-arrows {
    right: 40px;
    top: 40px;
}

.layout-fixed .main-sidebar {
    /* width: 260px !important; */
}

.nav-sidebar .nav-link>p>.right {
    right: 0.5rem !important;
}

.nav-sidebar .nav-link {
    .submenu-text {
        font-size: 14px !important;
    }
}

.sidebar-mini .main-sidebar .nav-link {
    width: calc(260px - 0.5rem * 2) !important;
}

.counter-heading {
    color: #767676;
    padding-left: 18px;
}

.add-category-page form input::placeholder {
    font-family: "optimaFontBold", sans-serif !important;
    /* font-weight: 600 !important; */
    color: #d9d9d9;
    /* optional for visibility */
}

.list-card,
.model-list-page {
    box-shadow: none;
    margin: 0px 43px 46px 43px;
    overflow: scroll;
}

.row.model_list .nsofanf {
    flex: 0 0 auto;
    /* Prevent growing/shrinking */
    width: 317px !important;
}

.media_section_inner h5.fw-bolder.mt-1 {
    color: #767676;
}

#filesList {
    padding: 0px 43px;
}

#filesList h6.media-group-title {
    padding-left: 20px;
}

.media_liabrary_inner .filter-row {
    margin-bottom: 50px;
}

.users_list_top .filter-row {
    margin-bottom: 32px !important;
}

.media_page .media_section_inner input[name="search"] {
    background-image: url("../img/icons/placeholder_search_Icon.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 8px center;
    background-size: 16px 16px;
}

table thead tr th {
    text-transform: capitalize;
}

.users-list-page table thead th:last-child {
    padding-right: 15px !important;
}

.media_page .media-group-title {
    font-weight: 700;
    color: #49454f;
}

.category-name-ar {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.offers-list-page table thead tr th {
    padding-bottom: 43px;
}

#updateProdStockQtyModel .modal-body {
    padding: 23px 0px;
}

.orderStatusChangingModal .modal-body {
    padding: 23px 40px;
}

.orderStatusChangingModal #short_description {
    background-color: #f7f8fa;
    border: none;
    resize: none;
}

.orderStatusChangingModal .modal-footer {
    padding-right: 55px;
    padding-bottom: 58.23px;
}

.orderStatusChangingModal .modal-content {
    border-radius: 8px;
    width: 401px;
}

.orderStatusChangingModal .modal-dialog.modal-dialog-centered {
    display: flex;
    justify-content: center;
}

#addMediaFilesModel button:first-child,
.orderStatusChangingModal button:first-child {
    color: #feb413;
    background-color: #fff;
    border: 0.64px solid #d9d9d9;
    border-radius: 5.81px;
    margin-right: 15px;
}

.orderStatusChangingModal button:nth-child(2) {
    font-weight: 700;
    border-radius: 4.51px;
}

.orderStatusChangingModal select {
    color: #d9d9d9;
}

.new-order-invoice-info .team-instruction-wrapper .team_ins_title+span {
    color: #a6a6a6;
    font-weight: 700;
}

.owf_wrapper {
    overflow-x: auto;
}

#updateProdStockQtyModel .modal-body .modal-title {
    color: #49454f;
    margin-left: 40px;
    font-weight: 700;
}

.orderStatusChangingModal label {
    color: #767676;
}

.orderStatusChangingModal select,
.orderStatusChangingModal textarea {
    border-radius: 8px;
}

.orderStatusChangingModal h5.modal-title {
    color: #49454f;
    font-weight: 700;
}

.orderStatusChangingModal .modal-body .form-fields,
#updateProdStockQtyModel .modal-body .form-fields {
    padding: 29px 0px;
}

#updateProdStockQtyModel .modal-body .form-fields {
    padding-bottom: 0;
}

#updateProdStockQtyModel .modal-content {
    width: 401px;
}

.orderStatusChangingModal .modal-footer {
    border-top: none;
}

#updateProdStockQtyModel .button-wrapper {
    margin-top: 44px;
}

#updateProdStockQtyModel .modal-body .form-fields label {
    color: #767676;
}

#updateProdStockQtyModel .modal-body .form-fields input[type="number"] {
    border-color: #d9d9d9;
    border-radius: 8px;
    color: #b2b2b2;
}

#updateProdStockQtyModel .modal-body .form-fields .form-group {
    padding: 0px 73px;
}

#updateProdStockQtyModel .modal-body .form-fields button {
    border-radius: 7px;
    width: 45%;
}

#updateProdStockQtyModel .modal-body .form-fields .button-wrapper :first-child {
    color: #feb413;
    border-color: #d9d9d9;
    background-color: #fff;
}

#updateProdStockQtyModel .modal-body .form-fields .button-wrapper :last-child {
    color: #fff;
    background-color: #feb413;
}

#updateProdStockQtyModel .modal-body .form-fields .custom-arrows {
    right: 80px;
}

.corporate-gift-list {
    overflow-x: scroll;
}

.corporate-gift-list table tbody td a {
    color: #92969f !important;
}

.corporate-gift-list .mail-btn {
    color: #fdb414 !important;
}

.media_liabrary_inner .app_uploadImage {
    height: 196px;
    width: 221px;
}

.order-list .date-diplayer {
    font-size: 12px;
}

.order-list .display-datetime {
    font-weight: 400;
    color: #767676;
}

.order-list .order-icon-image-wrapper {
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
}

.order-list .register-order-heading {
    margin-right: 7px !important;
}

.order-list .percentage-count.negative {
    color: rgba(231, 69, 69, 1);
    font-weight: 600;
    font-size: 12px;
}

.order--card.h-100 div.percentage {
    min-height: 47px;
}

.order--card.h-100 .card-title-row h6 {
    color: #767676;
    font-weight: 400;
}

.order-list .percentage-count.positive {
    color: rgba(35, 197, 129, 1);
    font-weight: 600;
    font-size: 12px;
}

.order-list-page table thead tr th {
    color: #767676;
    white-space: nowrap;
}

.order-list-page table tbody tr td.status-cell span {
    white-space: nowrap;
}

.order-list .link_order_number {
    color: #92969f !important;
}

.invoice-details-page .details-table-card h5 {
    padding: 0.75rem;
    color: #474646;
    font-weight: 700;
}

.invoice-details-page .details-table-card .table_order_details tr td {
    padding-bottom: 0;
}

.register_order_form_page .table_order_details tr :first-child,
.invoice-details-page .details-table-card .table_order_details tr :first-child {
    color: #767676;
    font-weight: 700;
    font-size: 15px;
    /* white-space: nowrap; */
}

.invoice-details-page .shipment-assignment-btn,
.invoice-details-page .shipment-assignment-btn * {
    color: #fff !important;
    font-weight: normal !important;
    font-size: inherit !important;
}

.invoice-details-page .invoice {
    border-radius: 16px !important;
    border: none;
}

.invoice-details-page .details-table-card .table_order_details tr :last-child {
    color: #a6a6a6;
    font-size: 13px;
    font-weight: 400;
}

.invoice-details-page .details-table-card .table_order_details tr .change-status-button {
    font-weight: 700;
}

.invoice-details-page .text-white {
    color: #ffffff !important;
}

.new-order-invoice-info {
    padding: 0px 100px;
}

.fw-700 {
    font-weight: 700 !important;
}

.new-order-invoice-info #table-products thead tr th {
    color: #767676;
}

.new-order-invoice-info .order_detail_card {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 19px;
    padding-right: 23px;
}

.new-order-invoice-info .paymemt_detail_card {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin-left: 23px;
    padding: 19px;
    padding-right: 23px;
    min-height: 100%;
}

.fw-400 {
    font-weight: 400 !important;
}

span.span_wht_space {
    /* For Removing White Spaces */
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.invoice-details-page td.order_status_wrapper_td span {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.new-order-invoice-info .order-details-card-right {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 19px;
}

.new-order-invoice-info .order-details-card-right .order_detail_card {
    border: none;
}

.new-order-invoice-info .team-instruction-wrapper .team_ins_title {
    color: #feb413;
    font-weight: 700;
}

.new-order-invoice-info .team-instruction-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin-top: 24.87px !important;
}

.team-instruction-wrapper .keep_id_scr_tr td div span:first-child {
    font-weight: 700;
    font-size: 15px;
    color: #767676;
}

.keep_id_scr_tr span:nth-child(2) {
    font-weight: 400;
    font-size: 15px;
    color: #767676;
}

/* .new-order-invoice-info */
.chkark_wrapper_2_outer {
    width: 16px;
    height: 16px;
    /* width: 16px;
        height: 16px; */
    background-color: #feb413;
    border-radius: 4px;
}

.chekMkVertical {
    height: 12px;
    border-radius: 7px;
    width: 2px;
    background-color: white;
}

.chkark_wrapper_2_outer.unchecked {
    background-color: #b2b2b2;
}

.chekMkHoriz {
    height: 2px;
    width: 6px;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 50%;
    border-radius: 7px;
}

.cheMK_inr {
    display: flex;
    transform: rotate(45deg);
    position: relative;
    margin: auto;
    justify-content: center;
    align-items: center;
    left: 2px;
    top: 2px;
}

.chkark_wrapper_2_outer.unchecked,
.chkark_wrapper_2_outer.unchecked .chekMkVertical,
.chkark_wrapper_2_outer.unchecked .chekMkHoriz {
    background-color: #d9d9d9;
}

.team-instruction-wrapper .keep_id_scr_tr td div span:nth-child(2) {
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    margin-left: 12px;
}

.team-instruction-wrapper.ORD_INS {
    max-width: 333px;
}

tr.main-product-row+tr td {
    padding-top: 33px;
}

tr.PRODROW td {
    vertical-align: middle;
}

.team-instruction-wrapper.ORD_INS {
    margin-top: 0 !important;
}


.new-order-invoice-info .main-product-row {
    border-bottom: 1px solid #d9d9d9;
}

.justify-content-between {
    justify-content: space-between;
}

.new-order-invoice-info .order_activity .order-status-title {
    padding-left: 0.75rem;
    color: #b2b2b2;
    /* color: ; */
}

.order-progress-wrapper {
    width: 100%;
    padding: 20px 0;
}

.order-progress-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.order-progress-line::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #eee;
    z-index: 0;
}

.order-progress-line.w15::before {
    width: 15%;
    z-index: 2;
    background-color: #feb413;
}

.order-progress-line.w45::before {
    width: 45%;
    z-index: 2;
    background-color: #feb413;
}

.order-progress-line.w75::before {
    width: 80%;
    z-index: 2;
    background-color: #feb413;
}

.order-progress-line.w30::before {
    width: 30%;
    z-index: 2;
    background-color: #feb413;
}

.order-progress-line.w50::before {
    width: 50%;
    z-index: 2;
    background-color: #feb413;
}

.order-progress-line.w70::before {
    width: 70%;
    z-index: 2;
    background-color: #feb413;
}

.heading-gift-card {
    padding-left: 0 !important;
    color: #767676 !important;
    font-size: 15px;
}

.heading-gift-card {}

.order-progress-line.w100::before {
    width: 100%;
    z-index: 2;
    background-color: #feb413;
}

.order-progress-fill {
    position: absolute;
    top: 17px;
    left: 0;
    height: 2px;
    background-color: #f2f3f4;
    z-index: 1;
    width: 100%;
    transition: width 0.3s ease;
}

.order-step {
    position: relative;
    min-height: 65px;
    text-align: center;
    display: inline-block;
    z-index: 2;
}

.order-step .bullet {
    width: 14px;
    height: 14px;
    background-color: #f8d9a0;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.order-step.active .bullet {
    background-color: #f4a100;
    /* bright orange */
}

.order-step::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #f4a100;
    z-index: -1;
    transform: translateX(-50%);
    display: none;
}

.order-step.active~.order-step::after {
    background-color: #eee;
}

.order-step .label {
    margin-top: 8px;
    font-size: 13px;
    color: #999;
}

.order-step.active .label {
    color: #333;
    font-weight: 500;
}

.order-status-bullets-wrapper {
    padding: 0.75rem;
}

.order-progress-line .order-step:nth-child(2) .bullet {
    margin: 0;
}

.order-step:last-child {
    position: relative;
}

.order-step:last-child .bullet {
    position: absolute;
    right: 0;
}

.order-step:first-child .bullet {
    position: absolute;
    left: 0;
}

.order-step:last-child .label {
    margin-top: 22px;
    text-align: end;
}

.order-step:first-child .label {
    margin-top: 22px;
    text-align: start;
}

.register_order_form_page,
.privacy_policies_page,
.edit_form_page {
    padding: 48px;
}

.register_order_form_page label[for="keep_dentity_secure"] {
    font-family: "adamBold";
}

.order-list .nav-tabs {
    border-bottom: none;
}

.register_order_form_page label.non-checked {
    color: #92969f !important;
}

.register_order_form_page .active-slot {
    border: 1px solid #f6b624;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.register_order_form_page input[type="radio"],
.register_order_form_page input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 2px solid #92969f;
    border-radius: 50%;
    outline: none;
    margin-right: 8px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

/* Apply special styling to .non-checked checkboxes */
.register_order_form_page input[type="radio"].non-checked,
.register_order_form_page input[type="checkbox"].non-checked {
    border: 1px solid #92969f !important;
}

.register_order_form_page input[type="radio"].checked,
.register_order_form_page input[type="checkbox"].checked {
    border: 1px solid #feb413 !important;
}

/* Always show the inner dot, but control its visibility via opacity */
.register_order_form_page input[type="radio"]::before,
.register_order_form_page input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #feb413;
    transition: background-color 0.2s ease;
}

.add-addon-product-page .db_point_down_field {
    margin-top: 38px;
}

.add-addon-product-page .db_point_up_field {
    margin-top: 35px;
}

.register_order_form_page input[type="checkbox"].non-checked::before {
    background-color: #92969f;
}

/* When checked, show yellow dot */
.register_order_form_page input[type="checkbox"].regord_rouded_ckbx.checked::before {
    background-color: #feb413;
}

.register_order_form_page input[type="radio"].non-checked:checked::before {
    background-color: #92969f;
    /* default empty */
}

.register_order_form_page .gifter-toggle input[type="checkbox"]:checked::before {
    background-color: #feb413;
    /* default empty */
}

.register_order_form_page .display-datetime .form-control {
    background-color: #fff !important;
}

.register_order_form_page label[for="customer_contact_number"]+.form-control,
.register_order_form_page label[for="coupons"]+.form-control,
.register_order_form_page label[for="gifter_name"]+.form-control {
    border: none !important;
    width: 90% !important;
    background-color: #f7f8fa !important;
    border-radius: 8px;
}

.register_order_form_page .gift_user_info {
    border: none !important;
    width: 90% !important;
    background-color: #f7f8fa !important;
    border-radius: 8px;
}

.register_order_form_page button[type="submit"] {
    border-radius: 7px;
}

.register_order_form_page button[type="submit"]:first-child {
    margin-right: 20px;
}

.register_order_form_page button[type="submit"]:nth-child(2) {
    width: 207px;
}

.register_order_form_page .saved_product_item {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
}

.list-card .badge {
    padding: 0.4em 0.4em !important;
}

/* Style for non-checked version (if needed) */
.register_order_form_page input[type="radio"].non-checked,
.register_order_form_page input[type="checkbox"].non-checked {
    border: 1px solid #92969f !important;
}

.register_order_form_page .time-to {
    margin-top: 0.5rem;
}

.register_order_form_page .display-datetime {
    color: #92969f !important;
    font-weight: 400 !important;
    background-color: #ffffff;
}

.register_order_form_page .gift_card .gift-card-content-wrapper {
    border: 1px solid #d9d9d9;
    /* padding: 7px; */
}

.register_order_form_page .gift_card .gift-card-wrapper {
    border: none !important;
    text-align: center;
}

.gift-card-content-wrapper input {
    text-align: center;
    border: none !important;
}

.register_order_form_page .gift-card-content-wrapper {
    border-radius: 8px;
}

.register_order_form_page .gift_card textarea {
    resize: none;
}

.register_order_form_page .gift_card .security-titles {
    line-height: 5px;
}

.custom-accordion {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

/* .accordion-item+.accordion-item {
    border-top: 1px solid #ddd;
} */

.accordion-item {
    border-top: 1px solid #ddd;
}

.accordion-item:first-child {
    border-top: unset;
}

.accordion-header {
    padding: 15px 20px;
    background-color: #fff;
    cursor: pointer;
    color: #767676;
    font-weight: bold;
    position: relative;
}

.accordion-header::after {
    content: url("data:image/svg+xml,%3Csvg fill='%23FEB413' height='26' viewBox='0 0 24 24' width='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    position: absolute;
    right: 20px;
    font-size: 0px;
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.collapsible-wrapper .toggle-content-icon {
    content: url("data:image/svg+xml,%3Csvg fill='%23FEB413' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    position: absolute;
    right: 20px;
    font-size: 20px;
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.collapsible-wrapper .toggle-content-icon.toggleArow {
    transform: rotate(180deg);
}

.collapsible-wrapper a {
    margin-right: 15px;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 15px 20px;
    display: none;
    position: relative;
    background-color: #ffffff;
}

/* .accordion-body p::after {
    content: "+";
    position: absolute;
    cursor: pointer;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s ease;
} */
.custom-accordion .custom-select-arrow.arrowRotate {
    transform: rotate(180deg);
}

.accordion-item.active .accordion-body.active p::after {
    content: "-";
    transform: rotate(180deg);
}

.ch_pwd_note {
    font-size: 15px;
}

.page_content_page {
    padding: 48px;
}

.page_content_page .custom-accordion {
    margin-top: 48px;
}

.privacy_policies_page label {
    color: #767676;
}

.privacy_policies_page input {
    border-radius: 8px;
    background-color: #f7f8fa !important;
    border: none;
    color: #b2b2b2;
}

.privacy_policies_page .note-editing-area * {
    color: #b2b2b2;
}

.page_content_page .accordion-body p {
    color: #767676;
    font-weight: 400;
}

#addonModal .categories-list-wrapper ul li a.disabled,
#addonModal .selectable-product-item.disabled {
    opacity: 0.3;
}

.addon_wrapper .image_wrapper img {
    width: 100%;
    object-fit: cover;
}

.addon-contents-wrapper {
    height: 500px;
    overflow-y: auto;
}

.addon-product-item {
    cursor: grab;
    /* height: 170px; */
    width: 100px;
}

.addon-product-item:active {
    cursor: grabbing;
}

/* .addon-product-item.item-selected .image_wrapper {
    opacity: 0.3;
    position: relative;
} */

#addonModal .modal-body {
    padding: 29px;
}

#addonModal .addon-category-title {
    font-weight: 700;
    color: #767676;
}

#addonModal .add_addon_category_btn {
    border: none;
    color: #b2b2b2;
    font-weight: 700;
    background-color: #fff;
}

.users-list-page .status-cell .badge {
    padding: 0.4em 0.4em;
}

#addonModal .categories-list-wrapper {
    left: 20%;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    z-index: 999;
    width: 70%;
    background-color: #fff;
    /* height: 60px; */
    overflow-x: scroll;
}

#addonModal .categories-list-wrapper ul {
    padding: 0;
    list-style: none;
}

.addon_wrapper.addons-selector {
    height: 148px;
    background-color: #d9d9d9;
}

.addon_wrapper.addons-selector button {
    top: 155px;
    left: 0;
    border: none;
}

.addons-selector .product-list-popup {}

#addonModal .row.flex-wrap {
    position: relative;
    overflow: visible;
}

.addon_wrapper .product-title.one-line-ellipsis {
    cursor: text;
}

.addon_wrapper .add_addon_product_btn {}

.register_order_form_page table thead tr th {
    color: #767676;
}

.register_order_form_page input[name="addon_quantities[]"]+.custom-arrows {
    top: calc(50% - 10px) !important;
}

.register_order_form_page .custom-spinner,
.register_order_form_page .select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.overflow-scroll {
    overflow: scroll;
}

#addonModal .overflow-scroll {
    overflow: scroll;
}

.addons-selector button {
    background: transparent;
}

.order-list-page .percent-badges {
    gap: 20px;
}

.order-list-page .percent-badges span {
    cursor: pointer;
}

.filter-row .btn:first-child {
    white-space: nowrap !important;
}

.percent-badges .active {
    border: 1px solid #e9edf7;
}

.variations-stock-list .color_box2 {
    height: 70px !important;
    width: 70px !important;
    border-radius: 5px !important;
}

.order_dashboard .percentage {
    /* min-height: 48px; */
    /* margin-bottom: 40px; */
    padding-bottom: 17.46px;
}

.filter-row .list-title {
    margin-left: 16px;
    margin-top: 0 !important;
    font-size: 25px;
}

.filter-row .list-title+.btn {
    white-space: nowrap;
    height: fit-content;
}

.users-list-page table thead th {
    /* font-family: "interFont"; */
}

/* Pagination Links */

.users_list_top .card-footer.pagination-card {
    max-width: 1219px;
    padding: 0px 63.85px 49px 28.15px;
    margin-left: 43px;
    background: transparent !important;
}

.app_notificatons_top .card-footer.pagination-card {
    max-width: 1030px;
    padding: 0px 63.85px 49px 28.15px;
    margin-left: 43px;
    background: transparent !important;
}

.categ_list_top .card-footer.pagination-card {
    padding: 0px 63.85px 49px 28.15px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 1030px;
}

.offers_list_top .card-footer.pagination-card {
    padding: 0px 63.85px 49px 28.15px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 1030px;
}

.variations_list-page .card-footer.pagination-card,
.model_list .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 1579px;
}

.productlist_top .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 1730px;
}

.addon_products_List_top .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 1330px;
}

.stock_lists_top .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 998px;
}

.stock_variations_list_top .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 1392px;
}

.order-list .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 1306px;
}

.regions_list_top .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 816px;
}

.distribution_points_list_top .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 992px;
}

.time_slots_list_top .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 992px;
}

.Cities_list_top .card-footer.pagination-card {
    padding: 0px 43px 46px 43px;
    margin-left: 43px;
    background: transparent !important;
    max-width: 1309px;
}

.users_list_top .list-card {
    margin-bottom: 50px !important;
}

.distribution_points_list_top .card-footer.pagination-card .page-item.disabled .page-link,
.app_notificatons_top .card-footer.pagination-card .page-item.disabled .page-link,
.Cities_list_top .card-footer.pagination-card .page-item.disabled .page-link,
.time_slots_list_top .card-footer.pagination-card .page-item.disabled .page-link,
.regions_list_top .card-footer.pagination-card .page-item.disabled .page-link,
.order-list .card-footer.pagination-card .page-item.disabled .page-link,
.stock_variations_list_top .card-footer.pagination-card .page-item.disabled .page-link,
.stock_lists_top .card-footer.pagination-card .page-item.disabled .page-link,
.addon_products_List_top .card-footer.pagination-card .page-item.disabled .page-link,
.productlist_top .card-footer.pagination-card .page-item.disabled .page-link,
.variations_list-page .card-footer.pagination-card .page-item.disabled .page-link,
.model_list .card-footer.pagination-card .page-item.disabled .page-link,
.offers_list_top .card-footer.pagination-card .page-item.disabled .page-link,
.categ_list_top .card-footer.pagination-card .page-item.disabled .page-link,
.users_list_top .card-footer.pagination-card .page-item.disabled .page-link {
    background: transparent;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 32.21px !important;
    height: 19.82px !important;
    pointer-events: all;
    border-radius: 71.15px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translate(0.6rem, 0.07rem);
}

.custom-switch .custom-control-label::after {
    width: 14px !important;
    height: 14px !important;
    transform: translate(0.01rem, 0.07rem);
    top: calc(0.25rem + 2.17px) !important;
    left: calc(-2.25rem + 5px) !important;
    border-radius: 17px;
}

.filter-row .list-title,
.filter-row .col-md-4 .d-flex input[type="search"],
.filter-row .col {
    margin-right: 15px;
}

.publish-product-page .one-line-ellipsis {
    color: #92969f;
}

.users-list-page table tbody tr td {
    vertical-align: top;
    line-height: 1.2;
}

#addonModal .image_wrapper {
    height: 148px;
    width: 100px;
}

.filter-row .search_btn {
    padding: 0.375rem 1.25rem !important;
}

/* FILTERROWBUTTON */

.filter-row .export-list-btn {
    padding: 0.375rem 0.35rem !important;
}

.filter-row button.wh40,
.filter-row .export-list-btn.wh40 {
    width: 40px !important;
    height: 40px !important;
}

.filter-row .wh40.position-relative img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-row input[type="search"]::placeholder {
    color: #767676;
}

.variations-stock-list table thead tr th:nth-child(2) {
    /* text-align: center; */
}

.variations-stock-list table tbody tr td:nth-child(2) {
    text-align: center;
}

.add-modal_variation-page table tr th,
.add-modal_variation-page table tr td {
    color: #767676;
}

#registerOrderForm {
    margin-top: 24px;
}

#registerOrderForm .saved_products_wrapper .saved_product_name {
    color: #767676;
    font-weight: 700;
    font-size: 15px;
}

#registerOrderForm .text-saved-propduct {
    color: #767676;
    font-weight: 400;
}

#registerOrderForm .product-card-saperator {
    border-top: 1px solid #d9d9d9;
    margin-top: 8px;
    margin-bottom: 5px;
}

.register_order_form_page #product_quantity,
.register_order_form_page .addon-product-select,
.register_order_form_page .addon-quantity-input {
    background-color: #fff;
}

.register_order_form_page .table_order_amount tr :last-child {
    color: #92969f;
}

.register_order_form_page .table_order_amount tr :last-child {
    color: #92969f;
}

#registerOrderForm .gift-card-ellipsis {
    display: block;
    max-width: 40ch;
}

#registerOrderForm .product_card_inner {
    padding-top: 0 !important;
}

.time-slot-item label {
    font-size: 13px;
    white-space: wrap;
    color: #707070;
}

.time-slot-item {
    background-color: #fff;
    padding: 14px 10px;
    margin: 5px;
    border-radius: 7px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02);
    width: 145px;
    border: 1px solid #fff;
    cursor: pointer;
}

.time-slot-item.selected_slot {
    border: 1px solid #f6b626;
}

#registerOrderForm .gift_card_content_wrapper a.toggleGiftCard {
    color: #feb413 !important;
    text-decoration: none !important;
}

.register_order_form_page .table_order_amount tbody tr td:first-child {
    color: #767676;
    font-weight: 700;
}

#saveRgisterOrderForm {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 0.375rem 1.75rem;
}

#addonModal .product-list-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.corporate-gift-list table tbody tr td {
    vertical-align: middle;
}

.invoice-details-page #table-products tbody td {
    color: #767676;
}

#addMediaFilesModel .instructions_list p {
    color: #767676;
}

#addMediaFilesModel .modal-content {
    width: 401px !important;
    border-radius: 8px;
}

#addMediaFilesModel .modal-footer {
    border-top: none;
    padding-bottom: 47px;
}

/* .addon_wrapper+.d-flex{} */

/* Global declared classes end */

/* Changes APR25 -- end */

/* media query  */
@media screen and (max-width: 1376px) and (min-width: 976px) {
    .users-list-page .list-card {
        padding: 0 !important;
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1200px) {
    .list-card {
        overflow: scroll;
    }

    .order_list_card {
        overflow: scroll;
    }

    .register_orders_list_card {
        overflow: scroll;
    }
}

@media screen and (min-width: 1200px) {
    .list-card {
        overflow: hidden;
    }

    .order_list_card {
        overflow: hidden;
    }

    .model-list-page {
        overflow: hidden;
    }

    .register_orders_list_card {
        overflow: hidden;
    }
}

#addonModal .modal-dialog {
    max-width: 526px !important;
}

@media screen and (min-width: 1800px) {
    .gallery-item {
        width: unset !important;
    }
}

.table_order_details button.shipment-assignment-btn #shipment_btn_text {
    color: #fff !important;
}

.register_orders_list_card {
    margin-top: 10px;
}

.register_orders_list_card .payment-Link-wrapper {
    display: flex;
}

.register_orders_list_card .payment-Link-wrapper span {
    display: block;
    white-space: nowrap;
    max-width: 10ch;
    overflow: hidden;
    text-overflow: ellipsis;
}

.register_orders_list_card .status-cell {
    white-space: nowrap;
}

.search_filter_row {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.ash_bdg_conf {
    width: 98px;
    height: 23px;
    background-color: #fdf2f8;
    color: #ea79ba;
    padding: 2px 7px 4px 6px;
}

.ash_bdg_gift_accepted {
    width: 98px;
    height: 23px;
    background-color: #e9f3fb;
    color: #6dace7;
    padding: 2px 7px 4px 6px;
}

.ash_bdg_delivered {
    width: 98px;
    height: 23px;
    background-color: #edf6ed;
    color: #87c18a;
    padding: 2px 7px 4px 6px;
}

.ash_bdg_processing,
.ash_bdg_ready_for_pickup,
.ash_bdg_on_the_way {
    width: 98px;
    height: 23px;
    background-color: #fff7e7;
    color: #feb413;
    padding: 2px 7px 4px 6px;
}

.ash_bdg_cancelled,
.ash_bdg_failed {
    width: 98px;
    height: 23px;
    background-color: #fff1ef;
    color: #ff725e;
    padding: 2px 7px 4px 6px;
}

.edit-whatsapp-notification-page,
.send-notification-page,
.add-edit-city-page,
.add-edit-time-slot-page,
.edit-notification-page {
    padding: 48px 72px 57px 62px;
}

.notification-edit-form {
    margin-top: 14px;
}

.order-list-page table thead tr th {
    /* padding-bottom: 39px; */
}

.send-notification-page .form-group textarea,
.send-notification-page .form-group input,
.notification-edit-form .form-group textarea,
.notification-edit-form .form-group input {
    background-color: rgba(247, 248, 250, 1);
    border-radius: 8px;
    border: none;
    color: #b2b2b2;
}

.send-notification-page .form-group textarea,
.edit-whatsapp-notification-page .form-group textarea,
.notification-edit-form .form-group textarea {
    height: 60px;
    resize: none;
}

.notification-edit-form .form-group:nth-child(3),
.notification-edit-form .form-group:nth-child(4),
.notification-edit-form .form-group:nth-child(5),
.notification-edit-form .form-group:nth-child(6) {
    margin-top: 30px;
}

.notification-edit-form .custom-select-arrow {
    border: 1px solid #d9d9d9 !important;
}

.edit-whatsapp-notification-page button,
.add-edit-city-page button,
.add-edit-time-slot-page button.btn-primary,
.notification-edit-form button {
    width: 112px;
    border-radius: 7px;
}

.send-notification-page .text-preview-wrapper,
.notification-edit-form .text-preview-wrapper {
    margin-top: 44px;
    margin-bottom: 27px;
}

.send-notification-page .text-preview-wrapper h3,
.notification-edit-form .text-preview-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #474646;
}

.send-notification-page .dark-preview-wrapper .preview-card-wrapper,
.notification-edit-form .dark-preview-wrapper .preview-card-wrapper {
    background-color: #131313;
    border-radius: 12.95px;
    min-width: 250px;
}

.send-notification-page .preview-card-wrapper {
    align-items: start;
    min-height: 68px;
}

.send-notification-page .light-preview-wrapper,
.edit-notification-page .dark-preview-wrapper {
    margin-top: 25px;
}

.send-notification-page .light-preview-wrapper .preview-card-wrapper,
.notification-edit-form .light-preview-wrapper .preview-card-wrapper {
    background-color: #f8f8f8;
    border-radius: 12.95px;
    min-width: 250px;
}

.send-notification-page .preview-card-wrapper,
.notification-edit-form .preview-card-wrapper {
    height: 100%;
    align-items: start;
    gap: 8px;
    padding: 10px;
}

.preview-card-wrapper .ashjar-image-wrapper {
    width: unset;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.notification-edit-form .preview-card-wrapper .text-preview .msg-title {
    display: block;
    white-space: nowrap;
    max-width: 60ch;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05rem;
}

.send-notification-page .text-preview {
    max-width: 80% !important;
}

.send-notification-page .volume_icon_wrapper,
.notification-edit-form .volume_icon_wrapper {
    margin-top: 60px;
}

.dark-preview-wrapper .text-preview {
    color: #f8f8f8;
    font-size: 12px;
    padding-left: 8px;
}

.light-preview-wrapper .text-preview {
    color: #000000;
    padding-left: 8px;
    font-size: 12px;
}

.send-notification-page .dark-preview-wrapper.arabic .light-preview-wrapper.arabic .notification-edit-form .preview-card-wrapper .text-preview .msg-body {
    font-size: 12px;
    letter-spacing: 0.05rem;
}

.notification-edit-form .preview-card-wrapper .text-preview .msg-title {
    margin-top: 12px;
    margin-bottom: 0;
}

.text-preview .msg-title,
.text-preview .msg-body {
    font-family: "SFarabic";
}

.dark-preview-wrapper.arabic .preview-card-wrapper,
.light-preview-wrapper.arabic .preview-card-wrapper {
    direction: rtl;
}

.dark-preview-wrapper.arabic .text-preview .msg-title,
.dark-preview-wrapper.arabic .text-preview .msg-body {
    text-align: right;
    font-family: "SFarabic";
}

.light-preview-wrapper.arabic .text-preview .msg-title,
.dark-preview-wrapper.arabic .text-preview .msg-title {
    font-weight: 700;
    margin-bottom: 0;
}

.light-preview-wrapper.arabic .text-preview .msg-title,
.light-preview-wrapper.arabic .text-preview .msg-body {
    text-align: right;
    font-family: "SFarabic";
}

.light-preview-wrapper.english .text-preview .msg-title,
.light-preview-wrapper.english .text-preview .msg-body,
.dark-preview-wrapper.english .text-preview .msg-title,
.dark-preview-wrapper.english .text-preview .msg-body {
    font-family: "SFPro";
}

.light-preview-wrapper.english .text-preview .msg-title,
.dark-preview-wrapper.english .text-preview .msg-title {
    font-weight: 700 !important;
    margin-bottom: 0;
}

.light-preview-wrapper.english .text-preview .msg-body,
.dark-preview-wrapper.english .text-preview .msg-body {
    font-weight: 400 !important;
}

.notification-edit-form .submit-buttons-wrapper-main {
    margin-top: 75px;
}

.notification-edit-form .light-preview-wrapper.english,
.notification-edit-form .light-preview-wrapper.arabic {
    margin-top: 25px;
}

.notification-edit-form .submit-buttons-wrapper-main {}

.edit-whatsapp-notification-page .form-group {
    margin-top: 23px;
}

.edit-whatsapp-notification-page input:read-only {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
}

.edit-whatsapp-notification-page input:focus,
.edit-whatsapp-notification-page input,
.edit-whatsapp-notification-page textarea:focus,
.edit-whatsapp-notification-page textarea {
    color: #b2b2b2;
    border-radius: 8px;
    border: none;
    background-color: #f7f8fa;
}

.send-notification-page .form-group {
    margin-top: 31px;
}

.send-notification-page .custom-select-arrow {
    color: #d9d9d9 !important;
}

.send-notification-page .custom-select-arrow {
    color: #767676 !important;
}

.send-notification-page label[for="body_ar"] {
    white-space: nowrap;
}

.list-row-top {
    margin-bottom: 30px;
}

.add-edit-city-form {
    margin-top: 25px;
}

.add-edit-city-page .form-control {
    border-radius: 8px;
}

/* First 3 input/select fields */
.add-edit-city-page .form-group:nth-of-type(1) .form-control,
.add-edit-city-page .form-group:nth-of-type(2) .form-control,
.add-edit-city-page .form-group:nth-of-type(3) .form-control {
    background-color: #f7f8fa;
    border: none;
    color: #767676;
}

/* Last 3 input/select fields */
.add-edit-city-page .form-group:nth-of-type(4) .form-control,
.add-edit-city-page .form-group:nth-of-type(5) .form-control,
.add-edit-city-page .form-group:nth-of-type(6) .form-control {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #92969f;
}

/* .add-edit-time-slot-page */
/* #add-time-slots-form */
.add-edit-time-slot-page #add-time-slots-form .form-group:nth-child(1),
.add-edit-time-slot-page #add-time-slots-form .form-group:nth-child(2) {
    margin-top: 36px;
}

.add-edit-time-slot-page #add-time-slots-form .form-group:nth-child(1) .dropdown button,
.add-edit-time-slot-page #add-time-slots-form .form-group:nth-child(2) .dropdown button {
    text-align: start;
    color: #92969f;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

#editDPModal #edit-form {
    padding: 23px 40px;
}

#editDPModal #edit-form .oodo-wrapper,
#editDPModal #edit-form .delivery_service_store_wrapper {
    padding-left: 20px;
    padding-right: 40px;
}

#editDPModal .delivery_services {
    margin-top: 15px;
}

#editDPModal #edit-form input,
#editDPModal #edit-form select {
    width: 244px;
    color: #b2b2b2;
    border-radius: 8px;
}

#editDPModal #edit-form h4 {
    font-size: 20px;
    color: #474646;
}

#editDPModal #edit-form label {
    color: #767676;
}

#editDPModal #edit-form input[type="text"],
#editDPModal #edit-form input[type="number"] {
    background-color: #f7f8fa;
    border: none;
}

#editDPModal .note-wrapper {
    margin-top: 34px;
}

#editDPModal .note-wrapper span {
    font-weight: 700;
    font-size: 16px;
    color: #feb413;
}

#editDPModal .note-wrapper p {
    font-weight: 500;
    font-size: 16px;
    color: #767676;
}

#editDPModal .custom-arrows {
    right: 30px;
}

#editDPModal .modal-footer {
    border-top: none;
    justify-content: center;
}

#editDPModal .modal-footer button {
    width: 112px;
    border-radius: 7px;
}

#editDPModal .modal-footer button:nth-child(1) {
    color: #feb413;
    text-align: center;
    border-color: #feb413;
    background-color: #fff;
}

.plants-stock-list .custom-col,
.variations-stock-list-top .custom-col,
.notification-list-filter-row .custom-col {
    max-width: 20% !important;
}

.badge.ashjar-text-danger-light.ashjar-text-danger {
    border-radius: 0 !important;
}

.add-edit-shipping-cost-page {
    padding: 48px 59px 29px 59px;
}

.shipping_costs_card {
    padding: 16px 8px;
    border: 1px solid #d9d9d9;
    width: 283px;
    min-height: 160px;
    margin-top: 22px;
    border-radius: 8px;
}

.shipping_costs_card .cart-values-bottom {
    border-bottom: 0.5px solid #d9d9d9;
}

.cart-values-wrapper {
    padding: 20px 22px;
}

.cart-values-wrapper span {
    color: #767676;
    font-weight: 700;
    font-size: 15px;
}

.cart-values-wrapper span.high-limit {
    color: #feb413;
}

#shippingCostsModal .modal-dialog-centered {
    width: 387px;
}

#shippingCostsModal .modal-dialog-centered .modal-content {
    border-radius: 24px !important;
}

#shippingCostsModal .modal-dialog-centered .modal-content {
    padding: 39px 72px;
}

#shippingCostsModal .modal-dialog-centered .modal-body .modal-title h5 {
    font-weight: 700;
    font-size: 20px;
    color: #474646;
}

#shippingCostsModal .modal-dialog-centered label {
    font-size: 15px;
    color: #767676;
    white-space: nowrap;
}

#shippingCostsModal .modal-dialog-centered .row .col-6:nth-child(2) {
    margin-top: 30px;
}

#shippingCostsModal .modal-dialog-centered input.form-control {
    widows: 107px;
    color: #b2b2b2;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
}

#shippingCostsModal .modal-dialog-centered .row .col-6:nth-child(1) .custom-arrows {
    top: calc(50% + 22px);
}

#shippingCostsModal .modal-dialog-centered .row .col-6 .custom-arrows {
    right: 10px;
}

#shippingCostsModal .modal-dialog-centered .modal-footer {
    padding: 0;
    display: flex;
    margin-top: 46px;
    justify-content: space-between;
    border-top: none;
}

#shippingCostsModal .modal-dialog-centered .modal-footer button:nth-child(2) {
    width: 112px;
    border-radius: 7px;
    font-weight: 400;
    color: #ffffff;
}

#shippingCostsModal .modal-dialog-centered .modal-footer button#close-modal {
    text-align: start;
}

.order-list-page table thead tr td,
.order-list-page table thead tr td,
.app-notificatons-list-page table thead tr td,
.app-notificatons-list-page table thead tr th {
    text-align: center;
}

.add-edit-shipping-cost-page button[type="submit"] {
    width: 112px;
}

.pcr-app .pcr-interaction .pcr-type.active {
    background-color: #fdb414 !important;
}

.pcr-save {
    background-color: #fdb414 !important;
    color: #fff;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}

.order_list_card .order-dashboard-wrapper {
    /* padding-left: 76px;
    padding-right: 49px; */
}

.order_list_card,
.register_orders_list_card {
    border-radius: 15px !important;
    box-shadow: none !important;
}

/* Filter row Chnages */
/* Apply to all direct children inside .order-list except .register-orders-list */
/* .stock_variations_list_top .wrappables>* , */
.register-orders-list .wrappables>*,
.stock_lists_top .wrappables>*,
.media_page_top .wrappables>*,
.timeSlotsList_top .wrappables>*,
.app_notificatons_top .wrappables>*,
.addon_products_List_top .wrappables>*,
.productlist_top .wrappables>*,
.model_list .wrappables>*,
.variations_list-page .wrappables>*,
.stock_variations_list_top .wrappables>*,
.offers_list_top .wrappables>*,
.categ_list_top .wrappables>*,
.users_list_top .wrappables>* {
    flex: 1 1 auto;
    max-width: 100%;
}

/* But remove that style for .register-orders-list */
.register-orders-list .wrappables>* {
    flex: initial;
    max-width: initial;
}

.categories-list-page table thead tr th {
    padding: 16px !important;
}

.offers-list-page table tbody tr td,
.offers-list-page table thead tr th {
    padding: 16px !important;
}

.offers-list-page table thead tr th:nth-child(2) {
    padding-left: 28px;
}

.row.list-row-top [mn-wdth="450"] {
    /* padding-right: 25px; */
    min-width: 450px;
}

.row.list-row-top [mn-wdth="140"] {
    min-width: 140px;
}

.row.list-row-top [mn-wdth="238"] {
    min-width: 238px;
}

.row.list-row-top [mn-wdth="100"] {
    min-width: 100px;
}

.row.list-row-top [mn-wdth="325"] {
    min-width: 325px;
}

.row.list-row-top [mn-wdth="315"] {
    min-width: 315px;
}

.row.list-row-top [mn-wdth="260"] {
    min-width: 260px;
    /* padding-right: 15px; */
}

.row.list-row-top [mn-wdth="200"] {
    min-width: 200px;
}

.row.list-row-top [mn-wdth="230"] {
    min-width: 230px;
}

.row.list-row-top [mn-wdth="223"] {
    min-width: 223px;
}

.row.list-row-top [mx-wdth="200"] {
    max-width: 200px;
}

.row.list-row-top [mx-wdth="140"] {
    max-width: 140px;
}

.row.list-row-top [mn-wdth="120"] {
    min-width: 120px;
}

.row.list-row-top [mx-wdth="184"] {
    max-width: 184px;
}

.row.list-row-top [mx-wdth="150"] {
    max-width: 150px;
}

.row.list-row-top [mx-wdth="98"] {
    max-width: 98px;
}

.row.list-row-top [mn-wdth="174"] {
    min-width: 174px;
}

.row.list-row-top [mn-wdth="188"] {
    min-width: 188px;
}

.row.list-row-top [mn-wdth="184"] {
    min-width: 184px;
}

.row.list-row-top [mn-wdth="300"] {
    min-width: 300px;
}

.row.list-row-top [mn-wdth="184"] {
    min-width: 184px;
}

.row.list-row-top [mn-wdth="171"] {
    min-width: 171px;
}

.row.list-row-top [mn-wdth="248"] {
    min-width: 248px;
}

.row.list-row-top [mn-wdth="79"] {
    min-width: 79px;
}

.row.list-row-top [mn-wdth="120"] {
    min-width: 120px;
}

.row.list-row-top [mn-wdth="137"] {
    min-width: 137px;
}

.row.list-row-top [mn-wdth="142"] {
    min-width: 142px;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.filter-row input[type="search"] {
    border-radius: 8px;
}

.categories-list-page table thead tr th:last-child {
    padding-right: 25px !important;
}

.product-list table thead tr th:last-child,
.addon-list-page table thead tr th:last-child {
    padding-right: 40px;
}

@media screen and (min-width: 1360px) {
    .users_list_top .list-row-top .arrow-down-icon {
        display: none !important;
    }
}

@media screen and (max-width: 1360px) {
    .list-row-top .wrappables {
        flex-wrap: wrap !important;
        /* max-width: 140px; */
    }

    .list-row-top .wrappables>*:not(:nth-child(1)) {
        display: none;
    }

    .stock_lists_top .list-row-top .wrappables :nth-child(3),
    .addon_products_List_top .list-row-top .wrappables :nth-child(3),
    .productlist_top .list-row-top .wrappables :nth-child(3),
    .offers_list_top .list-row-top .wrappables :nth-child(3),
    .categ_list_top .list-row-top .wrappables :nth-child(3),
    .users_list_top .list-row-top .wrappables :nth-child(3) {
        max-width: 50%;
    }

    .categ_list_top .list-row-top div:nth-of-type(4) {
        min-width: unset !important;
    }
}

@media screen and (min-width: 1360px) {
    .list-row-top .wrappables>*:not(:nth-child(1)) {
        display: block;
    }
}

@media screen and (max-width: 1440px) {
    .list-row-top .wrappables {
        flex-wrap: wrap !important;
    }

    .addon_products_List_top .list-row-top .wrappables :nth-child(3),
    .stock_lists_top .list-row-top .wrappables :nth-child(3),
    .productlist_top .list-row-top .wrappables :nth-child(3),
    .offers_list_top .list-row-top .wrappables :nth-child(3),
    .categ_list_top .list-row-top .wrappables :nth-child(3),
    .users_list_top .list-row-top .wrappables :nth-child(3) {
        max-width: 50%;
    }
}

@media screen and (min-width: 1440px) {
    .list-row-top .arrow-down-icon {
        display: none !important;
    }

    .order-list .list-row-top .arrow-down-icon {
        display: block !important;
    }

    .list-row-top .wrappables>*:not(:nth-child(1)) {
        display: block;
    }
}

/* 1. Hide globally from 1440px and up */

/* 2. Re-show ONLY for .order-list between 1440px and 1740px */

@media screen and (max-width: 1740px) {
    .order-list .list-row-top .wrappables {
        flex-wrap: wrap !important;
        /* max-width: 140px; */
    }

    .order-list .list-row-top .wrappables>*:not(:nth-child(1)) {
        display: none;
    }
}

@media screen and (min-width: 1740px) {
    .order-list .list-row-top .arrow-down-icon {
        display: none !important;
    }

    .order-list.register-orders-list .list-row-top .arrow-down-icon {
        display: block !important;
    }

    .register-orders-list .list-row-top .wrappables {
        flex-wrap: wrap !important;
        /* max-width: 140px; */
    }

    .register-orders-list .list-row-top .wrappables>* {
        flex-grow: 1;
    }
}

@media screen and (min-width: 2300px) {
    .order-list.register-orders-list .list-row-top .arrow-down-icon {
        display: none !important;
    }
}

.gifter-toggle+label {
    font-size: 15px;
}

.limited-email-text {
    max-width: 15ch;
    /* 15 characters width */
    white-space: normal;
    /* allow wrapping */
    word-break: break-all;
    /* break long words if needed */
    line-height: 1.2;
}

.order--card.h-100 .percentage span {
    font-size: 12px;
}

.tabs-order-table .percent-badges span {
    color: #707b81;
    font-size: 14px;
}

.tabs-order-table .percent-badges span.active {
    color: #212227;
}

.register_order_top_wrapper .card {
    min-width: 776px;
    max-width: 776px;
}

.add-product-page .LP {
    padding-left: 20px;
}

.add-product-page .RP {
    padding-right: 20px;
}

.model-list-page table tbody tr td.status-cell span,
.product-list table tbody tr td.status-cell span,
.addon-list-page table tbody tr td.status-cell span,
.offers-list-page table tbody tr td.status-cell span,
.categories-list-page table tbody tr td.status-cell span,
.users-list-page table tbody tr td.status-cell span,
.plant-stock-list table tbody tr td.status-cell span,
.app-notificatons-list-page table tbody tr td.status-cell span,
.variations-stock-list table tbody tr td.status-cell span,
.whatsapp-notifications-list-page table tbody tr td.status-cell span,
.regions-list-page table tbody tr td.status-cell span,
.time-slots-page table tbody tr td.status-cell span {
    width: 100px !important;
    height: 24px !important;
}

.order-list-page h6[recpt="1"] {
    margin-left: 40px !important;
}

.order--card {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 136px;
    padding: 16px;
    border: 0.67px solid #e9edef;
    box-shadow: none;
}

.order--card.elevation-1 {
    box-shadow: none !important;
}

.order--card.elevation-1 .card-title-row+.order-counter-wrapper h2 {
    color: rgba(71, 70, 70, 1);
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}

.order--card.h-100 .card-title-row h6 {
    color: #767676;
    font-weight: 400;
    margin-right: 20px;
    display: block;
    max-width: 104.77px;
}

.order--card.h-100 .card-title-row h6[recpt="1"] {
    margin-top: 20px;
}

.region_list_card.list-card {
    max-width: 992px;
}

.send_notification_form {
    flex: 0 0 681px;
}

.send_notification_form::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, Opera */
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .has-form.has-product-form {
        padding-left: 70px !important;
    }
}

.categ_list_top .list-card {
    padding: 15px 31px 54.85px 25px;
}

.users_list_top .list-card {
    padding: 15px 63.85px 49px 28.15px;
}

.offers_list_top .list-card {
    padding: 15px 36px 57px 31px;
}

.productlist_top .list-card {
    padding: 15px 29.2px 35px 31px;
}

.addon_products_List_top .list-card {
    padding: 15px 44px 35px 31px;
}

.addon-product-addition-form .chooseImage img {
    max-width: 100%;
}

.addon-product-addition-form .PR {
    padding-right: 25.5px;
}

.addon-product-addition-form .PL {
    padding-left: 25.5px;
}

.addon-product-addition-form .custom-arrows.POSITION_RIGHT {
    right: calc(20px + 16.5px);
}

.shipping_costs_card a img {
    height: 25px !important;
    width: 25px !important;
}

.distribution-point-list table tbody td:nth-child(6) a[title="edit"] img {
    height: 25px !important;
    width: 25px !important;
}

.cities-list-page table tbody td:nth-child(7) a[title="edit"] img {
    height: 25px !important;
    width: 25px !important;
}

.cities-list-page table tbody td:nth-child(7) a.delete_model img {
    height: 26.12px !important;
    width: 26.12px !important;
}

.order-list-page table tbody td:last-child a.delete_model img {
    height: 26.12px !important;
    width: 26.12px !important;
}

table.table-borderless tbody td:last-child a[title="Edit Notification"] img,
table.table-borderless tbody td:last-child a[title="Edit"] img,
table.table-borderless tbody td:last-child a[title="edit"] img {
    height: 25px !important;
    width: 25px !important;
}

table.table-borderless tbody td:last-child a[title="View"] img {
    width: 27.5px !important;
    height: 20px !important;
}

table.table-borderless tbody td:last-child a[title="Delete"] img,
table.table-borderless tbody td:last-child a.delete_model img {
    height: 26.12px !important;
    width: 26.12px !important;
}

.categ_list_top table tbody td:last-child a i {
    font-size: 25px;
}

@media screen and (min-width: 1254px) and (max-width: 1440px) {

    .add-product-page .engrave-options-general label[for="min_letter_limit"]~.custom-arrows,
    .add-product-page .engrave-options-general label[for="max_letter_limit"]~.custom-arrows {
        top: calc(50% + 7px);
        right: 5px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {}

/* Change ordered product modal */
.editOrderedProductModal div.form-control,
.editOrderedProductModal textarea {
    border-radius: 8px;
    color: #b2b2b2;

}

.editOrderedProductModal textarea {
    background-color: rgba(247, 248, 250, 1);
    resize: none;
    border: none;
}


.editOrderedProductModal .form-control:focus {
    background-color: rgba(247, 248, 250, 1);
}

.editOrderedProductModal .pot_colors {
    background-color: #fff;
    z-index: 2;
    width: 100%;
    top: 45px;
    right: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

.pot_colors .color_wrapper_inner {
    padding: 7px;
}

.pot_colors span {
    color: rgba(29, 27, 32, 1);
}

.editOrderedProductModal label {
    color: rgba(118, 118, 118, 1);
}

.editOrderedProductModal .modal-footer button:nth-child(1) {
    color: #feb413;
    background-color: #fff;
    border: 0.64px solid #d9d9d9;
    border-radius: 5.81px;
    margin-right: 15px;
}

.editOrderedProductModal .modal-footer {
    padding-right: 68px;
    padding-bottom: 30px;
}

.editOrderedProductModal .disable-no-engrave {
    pointer-events: none;
    cursor: not-allowed;
}


@media screen and (min-width: 1200px) and (max-width: 1280px) {}

.status-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px -50px;
    counter-reset: step;
}

.status-timeline .step {
    position: relative;
    text-align: center;
    flex: 1;
}

.status-timeline .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    height: 2px;
    width: 100%;
    background-color: #e0e0e0;
    z-index: 0;
}

.status-timeline .step:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -50%;
    height: 2px;
    width: 100%;
    background-color: #FEB413;
    z-index: 1;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

/* Circle */
.status-timeline .circle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 auto 5px;
    position: relative;
    z-index: 2;
}

/* Overlay for inactive circles */
.status-timeline .circle::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    /* Light gray overlay */
    border-radius: 50%;
    z-index: 3;
    transition: opacity 0.5s ease;
}

/* Labels */
.status-timeline span {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    display: block;
}

/* Fixed colors for each step circle */
.status-timeline .step:nth-child(1) .circle {
    background-color: #ffc107;
    /* Gray - New */
}

.status-timeline .step:nth-child(2) .circle {
    background-color: #ffc107;
    /* Blue - Contacted */
}

.status-timeline .step:nth-child(3) .circle {
    background-color: #ec5fce;
    /* Teal - In Progress */
}

.status-timeline .step:nth-child(4) .circle {
    background-color: #28a745;
    /* Green - Done */
}

.status-timeline .step:nth-child(5) .circle {
    background-color: #dc3545;
    /* Red - Canceled */
}

.status-timeline .step:nth-child(6) .circle {
    background-color: #6c757d;
    /* Yellow - On Hold */
}

/* Remove overlay for active steps */
.status-timeline[data-current="0"] .step:nth-child(1) .circle::after,
.status-timeline[data-current="1"] .step:nth-child(-n+2) .circle::after,
.status-timeline[data-current="2"] .step:nth-child(-n+3) .circle::after,
.status-timeline[data-current="3"] .step:nth-child(-n+4) .circle::after,
.status-timeline[data-current="4"] .step:nth-child(-n+5) .circle::after,
.status-timeline[data-current="5"] .step:nth-child(-n+6) .circle::after {
    opacity: 0;
}


/* Animate progress lines */
.status-timeline[data-current="1"] .step:nth-child(2)::before,
.status-timeline[data-current="2"] .step:nth-child(2)::before,
.status-timeline[data-current="2"] .step:nth-child(3)::before,
.status-timeline[data-current="3"] .step:nth-child(2)::before,
.status-timeline[data-current="3"] .step:nth-child(3)::before,
.status-timeline[data-current="3"] .step:nth-child(4)::before,
.status-timeline[data-current="4"] .step:nth-child(2)::before,
.status-timeline[data-current="4"] .step:nth-child(3)::before,
.status-timeline[data-current="4"] .step:nth-child(4)::before,
.status-timeline[data-current="4"] .step:nth-child(5)::before,
.status-timeline[data-current="5"] .step:nth-child(2)::before,
.status-timeline[data-current="5"] .step:nth-child(3)::before,
.status-timeline[data-current="5"] .step:nth-child(4)::before,
.status-timeline[data-current="5"] .step:nth-child(5)::before,
.status-timeline[data-current="5"] .step:nth-child(6)::before {
    transform: scaleX(1);
}

.crp-table {
    th {
        width: 28%;
        padding: 5px 0px !important;
        color: #767676;
    }

    td {
        padding: 5px 10px !important;
        color: #B2B2B2;
    }
}

.status-select {
    width: 50%;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px;
    color: #B2B2B2;
}

.status-desc {
    width: 100%;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px;
    min-height: 55px;
    height: auto;
    color: #B2B2B2;
}

.status-input {
    width: 100%;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px;
    height: auto;
    color: #B2B2B2;
}

.status-heading {
    padding: 0px;
}

.rotate-45 {
    transform: rotate(-45deg);
}

.accordion-subtext {
    font-size: 12px;
    font-weight: 400;
    color: #B2B2B2;
}

.ellipsis-v {
    color: #FEB413;
    padding: 2px;
    cursor: pointer;
}

.status-desc-modal {
    border-radius: 12px;
    padding: 25px;

    .modal-desc {
        font-size: 18px;
        padding: 0;
        color: #92969F;
        margin-bottom: 3px;
    }

    .modal-date {
        font-size: 12px;
        padding: 0;
        color: #B2B2B2;
        margin-bottom: 0;
    }
}

.accordion-status {
    margin-right: 5%;
    width: 110px;

    .status-circle-0 {
        margin-right: 10px;
        color: #FFE8B4;
        font-size: 8px;
    }

    .status-text-0 {
        margin-right: 10px;
        color: #FEB413;
        font-size: 14px;
        font-weight: 400;
    }

    .status-circle-1 {
        margin-right: 10px;
        color: #FFE8B4;
        font-size: 8px;
    }

    .status-text-1 {
        margin-right: 10px;
        color: #FEB413;
        font-size: 14px;
        font-weight: 400;
    }

    .status-circle-2 {
        margin-right: 10px;
        color: #FAD0CA;
        font-size: 8px;
    }

    .status-text-2 {
        margin-right: 10px;
        color: #EA79BA;
        font-size: 14px;
        font-weight: 400;
    }

    .status-circle-3 {
        margin-right: 10px;
        color: #D1E9D1;
        font-size: 8px;
    }

    .status-text-3 {
        margin-right: 10px;
        color: #87C18A;
        font-size: 14px;
        font-weight: 400;
    }

    .status-circle-4 {
        margin-right: 10px;
        color: #FAD0CA;
        font-size: 8px;
    }

    .status-text-4 {
        margin-right: 10px;
        color: #dc3545;
        font-size: 14px;
        font-weight: 400;
    }

    .status-circle-5 {
        margin-right: 10px;
        color: #D9D9D9;
        font-size: 8px;
    }

    .status-text-5 {
        margin-right: 10px;
        color: #B2B2B2;
        font-size: 14px;
        font-weight: 400;
    }

    .btn-action {
        font-size: 20px;
        margin-right: 10px;
    }

}

.add-form-card {
    border-radius: 20px;
    border: none;
    box-shadow: none;
}

/* Hide the default checkbox */
.custom-checkbox-wrapper input[type="checkbox"] {
    appearance: none;
    /* Removes default style */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    /* Size */
    height: 20px;
    border: 2px solid #fdb414;
    /* Border color */
    border-radius: 4px;
    /* Rounded corners */
    background-color: white;
    /* Default background */
    cursor: pointer;
    position: absolute;
}

/* Background color when checked */
.custom-checkbox-wrapper input[type="checkbox"]:checked {
    background-color: #fdb414;
    /* Fill color */
}

/* Tick mark */
.custom-checkbox-wrapper input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    /* Tick color */
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 3px;
}

.tab-card {
    padding: 30px;
    border-radius: 25px !important;
}

.tab-title {
    font-size: 20px;
    font-weight: 700;
    color: #474646;
}

.tab-list-title {
    font-size: 32px;
    font-weight: 700;
    color: #474646;
}

.tab-heading {
    color: #B2B2B2 !important;
}

.tab-add-button {
    height: 40px;
    width: 120px;
    text-align: center;
}

.overview-card {
    padding: 30px;
    border-radius: 8px !important;
    margin-bottom: 30px;
}

.h-lg {
    min-height: 170px !important;
}

.h-sm {
    min-height: 125px !important;
}

.small-box-overview {
    border-radius: 12px;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2); */
    display: block;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #D9D9D9;

    .title-text {
        font-size: 16px;
        font-weight: 700;
    }

    .subtitle-text {
        color: #707B81;
        font-size: 14px;
    }

    .subtitle-green {
        color: #23C581 !important;
        font-size: 14px;
    }

    .subtitle-orange {
        color: #FEB413 !important;
        font-size: 14px;
    }

    svg {
        overflow: hidden;
        vertical-align: -1%;
    }

    .badge-success {
        background-color: #d1e9d1;
        height: 22px !important;
        width: 45px !important;
        line-height: normal !important;
        border-radius: 8px !important;
    }

    .badge-danger {
        background-color: #fad0ca;
        height: 22px !important;
        width: 45px !important;
        line-height: normal !important;
        border-radius: 8px !important;
    }

    .small-heading {
        font-size: 13px;
    }

    .custom-select-button-container {
        background-color: #ffe8b485 !important;
        color: #FEB413;
        border-radius: 4px;
        font-size: 10px;
        height: 24px;
        width: 94px;

        .filter-icon {
            left: -10px;
            z-index: +4;
            height: 100%;
        }

        .custom-select-button {
            background-color: #ffe8b485 !important;
            color: #FEB413;
            font-size: 10px;
            height: 24px;
            padding-right: 0px;
            padding-left: 5px;
        }

    }

    .legend-circle {
        display: inline-block;
        width: 11px;
        /* fixed width */
        height: 11px;
        /* fixed height */
        border-radius: 50%;
        /* make it round */
        margin-right: 8px;
        /* space between circle and text */
        flex-shrink: 0;
        /* prevent shrinking */
    }

    .list-container {
        height: 333px;
        overflow-x: hidden;
    }

    .product-list .legend-circle {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 8px;
    }

    .product-name {
        flex: 1;
        /* take remaining space */
        min-width: 0;
        /* allow text to shrink */
        overflow: hidden;
    }

    .name-text {
        display: inline-block;
        max-width: 220px;
        /* adjust as per design */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .order-text {
        width: 100px;
        /* fixed width for alignment */
        text-align: right;
        flex-shrink: 0;
    }
}

/* Ensure the calendar is rendered inside the dropdown */
.flatpickr-calendar {
    /* Force display */
    position: absolute !important;
    z-index: +1;

    /* Reset positioning */
}

.custom-date-range .flatpickr-calendar {
    display: block !important;
    /* Force display */
    position: absolute !important;
    z-index: +1;
    top: 45px !important;
    /* Reset positioning */
}

.custom-date-input-btn {
    border: 1px solid #FFE8B4E5;
    background: #FFE8B43D;
    color: #FEB413 !important;
    outline: none;
    text-align: center;
}

.custom-date-input-btn::placeholder {
    color: #FEB413 !important;
}


.custom-date-range-chart {
    position: relative;
}

.custom-date-range-chart .flatpickr-calendar {
    display: block !important;
    /* Force display */
    position: absolute !important;
    z-index: +1;
    top: 45px !important;
    right: 0;
    /* Reset positioning */
}

/* Remove the border from the Flatpickr calendar */
.flatpickr-calendar {
    border: none;
    box-shadow: none;
    /* Optionally remove the shadow as well */
}

/* scheduled orders grid Layout */
.scheduled-board {
    padding: 8px 12px 14px;
    border-radius: 12px;
}

.gap-2 {
    gap: .5rem;
}

.gap-4 {
    gap: 1rem;
}

/* Stats */
.so-stat {
    min-width: 120px;
}

.so-num {
    color: #FEB413;
    font-size: 26px;
    line-height: 1;
}

.so-label {
    color: #9da7b3;
    font-size: 12px;
}

/* Controls */
.so-nav {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: #FEB413;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
}

/* Grid: times + 7 days */
.so-grid {
    display: grid;
    grid-template-columns: 230px repeat(7, 1fr);
    gap: 18px;
}

/* Times column aligned to cell rows (5 rows) */
.so-times {
    display: grid;
    grid-template-rows: repeat(5, 30px);
    row-gap: 0;
    align-items: center;
    padding-top: 30px;
    /* lines up with day headings */
}

.so-time {
    color: #e5e7eb;
    /* very light gray like screenshot */
    font-weight: 0;
    letter-spacing: .5px;
    font-size: 15px;
}

/* Day column */
.so-dayname {
    text-align: center;
    color: #cfd6de;
    margin-bottom: 10px;
}

.so-cells {
    display: grid;
    grid-template-columns: repeat(4, 24px);
    grid-auto-rows: 24px;
    gap: 6px;
    place-content: start center;
}

.so-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #F4F7FA;
    /* empty slot */
    color: #aeb6bf;
    /* font-weight: 600; */
    font-size: 14px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
}

/* Status colors (soft like images) */
.so-cell.new {
    background: #78C68A;
    color: #fff;
}

.so-cell.in {
    background: #FEB413;
    color: #000;
}

.so-cell.out {
    background: #A678E2;
    color: #fff;
}

.so-cell.del {
    background: #3DA5FF;
    color: #fff;
}

/* Footer + Legend */
.so-foot-title {
    font-weight: 700;
    color: #2d3748;
}

.so-legend .so-legend-text {
    color: #aeb6bf;
    margin-right: 10px;
}

.so-dot {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 6px;
}

.so-dot.new {
    background: #78C68A;
}

.so-dot.in {
    background: #FEB413;
}

.so-dot.out {
    background: #A678E2;
}

.so-dot.del {
    background: #3DA5FF;
}

.so-grid-wrapper {
    width: 100%;
    overflow-x: auto;
    /* enables horizontal scrolling */
    overflow-y: hidden;
    /* prevents vertical scroll */
    padding-bottom: 10px;
    /* space for scrollbar */
}

.so-grid {
    display: flex;
    flex-wrap: nowrap;
    /* keep all days in one row */
    min-width: max-content;
    /* grid won’t shrink, forces scroll */
}

.so-times {
    min-width: 150px;
    /* fixed width for times column */
    margin-right: 10px;
}

.so-day {
    min-width: 140px;
    /* each day column fixed width */
    margin-right: 15px;
}

.items-check {
    position: absolute;
    right: 15px;
    top: 15px;
}

.order-items-image {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.item-image-container {
    width: 30%;
}

.qty-btn-container {
    background: #FEB413;
    width: 23%;
    border-radius: 8px;
    height: 25px;
    color: white;

    button {
        color: #ffffff;
    }

    button:hover {
        color: #ffffff;
    }
}

.bg-disabled {
    background-color: #eee !important;
}

.navbar-badge-new {
    font-size: 0.6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 30px;
    top: 9px;
}

.volume_icon_wrapper_new {
    margin-top: 30px;
}

.issue_list_title {
    font-weight: 700;
    color: #767676;
}

.issue_list_action_wrapper img {
    height: 25px;
    width: 25px;

}