body {
    background-color: #f8f8f9;
}
header.fixed-header {
    margin-left: 0;
    width: 100vw;
}

.title.d-flex {
    margin-bottom: 15px;
}

.custom-row .sidebar-col {
    top: 135px;
    width: calc(90px + 175 * (100vw) / 1464);
    padding-top: 30px;
}

.sidebar_menu hr {
    height: 2px;
    width: 62%;
    margin: 10px auto;
}

.sidebar_menu ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    padding-top: 15px;
}

.sidebar_menu ul li {
    display: block;
    width: 100%;
}

.sidebar_menu ul li a {
    color: #0f3c54;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 50px;
    font-size: calc(8px + 10 * (100vw) / 1464);
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.sidebar_menu ul li a:hover {
    color: var(--theme-color);
}

.sidebar_menu ul li a.active {
    background: #edf2f7;
    border-right: 6px solid;
}

.sidebar_menu ul li a img {
    width: calc(20px + 5 * (100vw - 320px) / 1600);
    height: calc(20px + 5 * (100vw - 320px) / 1600);
    object-fit: contain;
}

.title h2 {
    font-size: calc(14px + 10 * (100vw) / 1464);
}

.card {
    border-radius: 6px;
    border: 1px solid #dcdbdd;
}

.card-body {
    padding: 1.5rem 1.5rem;
}

.state_card {
    border: 1px solid #dcdbdd;
    padding: 20px 20px;
    border-radius: 6px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.state_card h5 {
    color: #84818a;
    font-weight: 500;
    font-size: calc(6px + 10 * (100vw) / 1464);
    margin-bottom: 25px;
}

.state_card h3 {
    font-size: calc(12px + 10 * (100vw) / 1464);
    font-weight: 700;
    line-height: 40px;
    text-transform: none;
}

.state_card .count_group {
    display: flex;
    align-items: baseline;
    column-gap: 15px;
}

.state_card .count_group p {
    margin-bottom: 0;
    color: #84818a;
    font-size: calc(2px + 10 * (100vw) / 1464);
}

.state_card .count_group p span {
    font-weight: 600;
    color: #0f3c54;
    font-size: calc(4px + 10 * (100vw) / 1464);
}

.border_box {
    border: 1px solid #dcdbdd;
    padding: 20px;
    position: relative;
    border-radius: 6px;
}

.box_title {
    column-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.box_title h4 {
    font-size: calc(4px + 10 * (100vw) / 1464);
    font-weight: 700;
}
.table-search-content.box_title h4,
.action_header .box_title h4 {
    font-size: calc(7px + 10 * (100vw) / 1464);
}
.box_title img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.box_title .badge {
    background-color: #dcdbdd;
    font-size: calc(2px + 10 * (100vw) / 1464);
    color: #0f3c54;
    font-weight: 500;
}

.listings_items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
}

.listings_items li {
    border: 1px solid #dcdbdd;
    padding: 12px 12px;
    border-radius: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listings_items li .item_info p {
    margin-bottom: 0;
    font-size: calc(2px + 10 * (100vw) / 1464);
}

.listings_items li .item_info p span {
    color: #717182;
    font-size: calc(2px + 10 * (100vw) / 1464);
    margin-right: 25px;
}

.listings_items li .item_info p span.one_line {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.listings_items li .item_info h5 {
    font-weight: 500;
    font-size: calc(4px + 10 * (100vw) / 1464);
    margin-bottom: 6px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.listings_items li .item_actions {
    display: flex;
    /* column-gap: 10px; */
}

.listings_items li .item_actions .theme-bg-color {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    font-weight: 600;
    padding: calc(4px + 3 * (100vw - 320px) / 1600)
        calc(24px + 8 * (100vw - 320px) / 1600);
    margin-left: 10px;
}

/* .listings_items li .item_actions .btn-outline {
    padding: calc(3px + 10 * (100vw) / 1464)
        calc(6px + 10 * (100vw) / 1464);
} */
.listings_items li .item_actions .btn-outline {
    padding: calc(10px + 3 * (100vw - 320px) / 1600)
        calc(7px + 8 * (100vw - 320px) / 1600);
}

.footer_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-col .card {
    margin-bottom: 20px;
}

.user_info {
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding: 20px;
}

.user_info img {
    width: calc(12px + 70 * (100vw) / 1464);
    height: calc(12px + 70 * (100vw) / 1464);
    border-radius: 100px;
}

.user_info h5 {
    font-size: calc(21px + 6 * (100vw - 320px) / 1600);
    font-weight: 700;
}

.user_info h6 {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
    font-weight: 600;
    margin-top: 5px;
}

.action_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px !important;
}

.action_header .right_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}

.nav-tabs {
    border: 1px solid #78788c66;
    padding: 4px;
    border-radius: 6px;
    background-color: #f8f8f9;
}

.nav-tabs .nav-link {
    border: none;
    font-size: calc(4px + 10 * (100vw) / 1464);
    color: #84818a;
    font-weight: 500;
    padding: calc(8px + 3 * (100vw - 320px) / 1600)
        calc(16px + 8 * (100vw - 320px) / 1600);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #0f3c54;
    border: none;
    border-radius: 6px;
    color: #fff;
}

.view_switch {
    display: flex;
    column-gap: 10px;
}

.btn_groups {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.view_switch a.active svg path {
    fill: #0f3c54 !important;
}

.content-col .product-box .product-header .product-image img {
    /* height: calc(142px + 60 * (100vw - 142px) / 1600); */
    height: calc(25px + 175 * (100vw) / 1464);
}

.content-col .product-box {
    background-color: transparent;
}

.content-col .product-box .edit_btns {
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
}

.content-col .product-box .edit_btns .btn {
    font-weight: 600;
    font-size: calc(1px + 10 * (100vw) / 1464);
    /* font-size: calc(6px + 10 * (100vw) / 1464); */
    padding: calc(5px + 3 * (100vw - 320px) / 1600)
        calc(2px + 8 * (100vw - 320px) / 1600);
    border: 1px solid #0f3c54;
    border-radius: 10px;
    width: 100%;
}

.content-col .product-box .edit_btns .btn:hover {
    background-color: #0f3c54;
    color: #fff;
}

.setting_items {
    margin-top: 25px;
}

.setting_items li {
    display: block;
    border-bottom: 1px solid #dcdbdd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.setting_items li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.setting_items li p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: calc(6px + 10 * (100vw) / 1464);
}

.setting_items li h4 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: calc(10px + 10 * (100vw) / 1464);
}

.setting_items .theme-form-floating-2 > .form-select {
    padding-right: 35px;
    color: #84818a;
}

.btn-default {
    background-color: #dcdbdd;
    font-weight: 600;
}

.long_btn {
    font-weight: 600;
    font-size: calc(6px + 10 * (100vw) / 1464);
    text-align: center;
    display: block;
    cursor: pointer;
    padding: calc(10px + 3 * (100vw - 320px) / 1600)
        calc(2px + 8 * (100vw - 320px) / 1600);
    border-radius: 6px;
    border: 1px solid #dcdbdd;
    background-color: #fff;
    margin-bottom: 20px;
    color: #0f3c54;
}

.btn-danger {
    background-color: #b92d39;
    color: #fff;
    border-color: transparent;
}

.remains_counts {
    color: #84818a;
    font-size: calc(4px + 10 * (100vw) / 1464);
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
}
.file-uploader {
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0%;
    left: 0%;
}
.upload_box {
    position: relative;
    overflow: hidden;
    border: 1px dashed #84818a;
    padding: 15px;
    width: 100%; /* or any % / fixed / responsive value */
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.upload_box .upload_content h5 {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
    font-weight: 500;
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_length {
    display: none;
}
table.dataTable.no-footer {
    border: 1px solid #dcdbdd;
    border-radius: 6px;
}
table.dataTable > thead > tr > th {
    background: #f8f8f9;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #dcdbdd;
    padding: 18px;
    font-size: calc(7px + 10 * (100vw) / 1464);
    font-weight: 600;
}
.data_group {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.data_group h4 {
    font-size: calc(5px + 10 * (100vw) / 1464);
    font-weight: 600;
}
.data_group h5 {
    font-size: calc(4px + 10 * (100vw) / 1464);
    font-weight: 500;
}
.data_group p {
    margin-bottom: 0;
    color: #717182;
    font-size: calc(2px + 10 * (100vw) / 1464);
    margin-bottom: 5px;
}
.bg-success {
    background-color: #05b52b !important;
    color: #fff;
}
.bg-danger {
    background-color: #d4183d !important;
    color: #fff;
}
.bg-danger:hover {
    color: #fff;
}
.bg-gray {
    background-color: #ececf0 !important;
}
.bg-light {
    color: #0f3c54 !important;
}
.bg-light-outline {
    border: 1px solid #c5c5cd;
    border-radius: 6px;
    color: #0f3c54 !important;
    font-weight: 500 !important;
}
table.dataTable td,
table.dataTable tbody td {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 20px 18px;
}
table.dataTable td .btn {
    max-width: fit-content;
    font-size: calc(5px + 10 * (100vw) / 1464);
    font-weight: 600;
    padding: calc(4px + 3 * (100vw - 320px) / 1600)
        calc(7px + 8 * (100vw - 320px) / 1600);
}
table.dataTable td .btn-default {
    background-color: #f8f8f9;
}
.status {
    font-size: calc(2px + 10 * (100vw) / 1464);
    font-weight: 600;
    padding: calc(4px + 3 * (100vw - 320px) / 1600)
        calc(12px + 8 * (100vw - 320px) / 1600);
    color: #fff;
    border-radius: 6px;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
}
div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    display: flex;
    text-align: center;
    justify-content: center;
    column-gap: 10px;
    border: 1px solid #78788c66;
    width: max-content;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 85px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #78788c66 !important;
    color: #0f3c54 !important;
    font-size: calc(13px + 2 * (100vw - 320px) / 1600);
    font-weight: 500;
    min-width: 35px;
    border-radius: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #0f3c54;
    border-color: #0f3c54;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: #0f3c54;
    color: #0f3c54 !important;
    background: transparent !important;
}
.auth_page {
    overflow-x: hidden;
}
.login_box h1 {
    font-size: calc(25px + 2 * (100vw - 320px) / 1600);
    font-weight: 700;
}
.login_box .form-group {
    margin-bottom: 15px;
}
.validate-error {
    color: #ff0000;
}
.user-modal .data_group h4 {
    font-size: calc(5px + 10 * (100vw) / 1464);
}
.user-modal .listings_items {
    margin-top: 20px;
}
.small_btns .btn-md {
    padding: calc(5px + 3 * (100vw - 320px) / 1600)
        calc(5px + 8 * (100vw - 320px) / 1600);
    font-size: calc(4px + 10 * (100vw) / 1464);
}
.user-modal .btn_groups {
    flex-wrap: wrap;
    row-gap: 20px;
}
.user-modal .data_group p {
    color: #0f3c54;
    font-size: calc(5px + 10 * (100vw) / 1464);
    font-weight: 400;
    padding-top: 5px;
    line-height: 140%;
}
.modal .btn-close:not(.custom-alert-btn) {
    background-image: none;
}
.user-modal .btn-close:not(.custom-alert-btn) {
    position: absolute;
    background-image: none;
    right: 20px;
    top: 25px;
    font-size: 25px;
}
.action-box-btn i {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.btn .fas {
    line-height: 2 !important;
}
.review-list h4 {
    font-weight: 500 !important;
}
.review-list h5 {
    font-weight: 500 !important;
}
.fas.danger {
    color: #e7000b;
}
.fas.success {
    color: #00c950;
}
.text-orange {
    color: #f46200 !important;
}
.status.tag {
    padding: calc(4px + 3 * (100vw - 320px) / 1600)
        calc(0px + 8 * (100vw - 320px) / 1600) !important;
}
.bg-pending {
    color: #9f2d00 !important;
    background-color: #ffd6a7 !important;
}
.bg-scheduled {
    background-color: #c9c73d !important;
    color: #ffffff !important;
}
.banner-form-cls .upload_box {
    aspect-ratio: 3/1 !important;
}
.state_card img {
    width: 26px !important;
}
.state_card svg {
    width: 26px !important;
    height: 26px !important;
}

.state_card i {
    font-size: 26px !important;
    line-height: 1em !important;
}

.seller-performance li .item_revenue h3 {
    font-size: calc(4px + 10 * (100vw) / 1464);
    font-weight: 600 !important;
    line-height: 40px !important;
    text-transform: none !important;
}
.seller-performance li .data_group span h4 {
    font-weight: 500 !important;
}

.custom-modal .modal-dialog {
    max-width: 600px !important;
}
.custom-modal .modal-dialog .modal-content {
    padding: calc(13px + 17 * (100vw - 320px) / 1600)
        calc(13px + 17 * (100vw - 320px) / 1600);
}
.custom-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    padding-top: 10px;
}
.custom-modal .modal-dialog .modal-content .modal-header .modal-close-btn i {
    font-size: 20px !important;
    color: #3f3b3b !important;
}
.custom-modal .modal-dialog .modal-content .modal-header .modal-close-btn {
    padding: calc(7px + 7 * (100vw - 320px) / 1600)
        calc(-15px + 18 * (100vw - 320px) / 1600) !important;
}
.text-success {
    color: #00a63e !important;
}
.bg-published {
    background-color: #000000 !important;
    color: #fff;
}
.theme-form-floating-2 > .form-select {
    padding-right: 2.25rem;
}
.data_group h4 .custom-line {
    display: inline;
}
.bg-ex-light {
    background-color: #eceef2;
    color: #0f3c54;
}
.change-password .accordion-button::after {
    display: none !important;
}
.change-password .accordion-button:hover {
    color: var(--theme-color);
}
.table-search-content.box_title {
    margin-bottom: 2rem !important;
}
.table-search-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
}

.table-search-content h2 {
    margin: 0;
    flex: 0 0 auto;
}

.table-search-content .custom-search-wrapper {
    /* position: absolute; */
    left: 35%;
    transform: translateX(-145%); /* center horizontally */
    display: flex;
    width: 30%;
}
.user-listing .table-search-content .custom-search-wrapper {
    left: 50%;
}
.message-review-modal {
    vertical-align: middle;
    letter-spacing: 0%;

    .header-title h4 {
        font-weight: 600;
        font-size: 22px;
        line-height: 120%;
    }

    .message_data_group {
        h6 {
            font-weight: 500;
            font-style: Medium;
            font-size: 15.8px;
            line-height: 24.5px;
            vertical-align: middle;
            color: #0f3c54;
        }

        h4 {
            font-weight: 600;
            font-size: 18px;
            line-height: 17.5px;
            color: #0f3c54;
        }

        p {
            font-weight: 400;
            font-size: calc(12px + 6 * (100vw - 320px) / 1600);
            line-height: 17.5px;
            color: #717182;
        }
    }
}

.message-section {
    .border_box {
        padding: 0px !important;
    }
    .chat-left-section {
        .search-section {
            margin: 15px 15px 0 15px;
            margin-top: 45px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .search-section .search-box {
            width: 100%;
        }

        .nav-tabs {
            border: none !important;
            padding: 15px;
            border-radius: 6px;
            background-color: transparent !important;
            max-width: fit-content;
        }

        .nav-tabs .nav-link {
            border: none;
            font-size: calc(11px + 6 * (100vw - 320px) / 1600);
            color: #84818a;
            font-weight: 500;
            padding: calc(8px + 3 * (100vw - 320px) / 1600)
                calc(16px + 8 * (100vw - 320px) / 1600);
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            background-color: transparent !important;
            border: none;
            border-radius: 6px;
            color: #141414;
            font-weight: 700;
        }

        .tab-content {
            li {
                border-color: #84818a;
                h6 {
                    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
                    font-weight: 600;
                    color: #0f3c54;
                }
                span {
                    font-size: calc(10px + 6 * (100vw - 320px) / 1600);
                    font-weight: 400;
                    color: #0f3c54;
                }
            }
        }
    }
    .product-image {
        width: 75px;
        height: 75px;
        border-radius: 6px;
        object-fit: cover;
    }
    .chat-message-section {
        h5 {
            font-size: calc(4px + 10 * (100vw) / 1464);
            color: #0f3c54;
        }
        h4 {
            font-size: calc(11px + 6 * (100vw - 320px) / 1600);
            color: #0f3c54;
        }
        h3 {
            font-size: calc(12px + 6 * (100vw - 320px) / 1600);
            color: #f46200;
        }
        p {
            font-size: calc(4px + 10 * (100vw) / 1464);
            font-weight: 400;
            color: #0f3c54;
        }
        span {
            font-size: calc(8px + 6 * (100vw - 320px) / 1600);
        }
    }
    img {
        object-fit: cover;
    }
    .message-footer {
        height: fit-content;
        textarea {
            height: 120px;
        }
    }
    .message-footer .message-footer-icon {
        position: absolute;
        right: 30px;
        bottom: 10%;
        transform: translateY(-10%);

        .send-message-btn {
            padding: 16px 12px;
        }
    }
    .product-detail-box {
        width: fit-content;
    }
    .chat-message-box {
        height: calc(100vh - 250px);
        .chat-active-user {
            right: 20px;
            height: 10px;
            width: 10px;
        }
    }
}
.analytics-graph {
    min-height: 300px;
}
.analytics-graph .graph-title {
    font-size: calc(10px + 6 * (100vw - 320px) / 1600);
    font-weight: 600;
}
.custome-truncate {
    display: inline-block;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.datatable-loader .spinner-border {
    vertical-align: -0.125em;
    border: 0.25em solid #000000;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
}
.spinner-border {
    border-color: white;
}
.doughnut-chart {
    width: 500px !important;
    height: 500px !important;
    margin: 0 auto !important;
}
.line-chart {
    width: 100% !important;
    height: 500px !important;
    margin: 0 auto !important;
}
.activity-chart {
    width: 100% !important;
    height: 500px !important;
    margin: 0 auto !important;
}
.action_header .right_actions .btn_groups .btn-md {
    font-size: calc(4px + 10 * (100vw) / 1464);
}
.state_card .total-detail p {
    font-size: calc(2px + 10 * (100vw) / 1464);
    font-weight: 400;
}
.product-box .product-header .product-image .status {
    font-size: calc(5px + 10 * (100vw) / 1464);
}
.form-switch .form-check-input {
    width: calc(20px + 35 * (100vw) / 1464);
    height: calc(10px + 20 * (100vw) / 1464);
}
.change-password .accordion-button {
    font-size: calc(6px + 10 * (100vw) / 1464);
}
.listings_items .item_info h5 img {
    width: calc(2px + 15 * (100vw) / 1464);
    height: calc(2px + 15 * (100vw) / 1464);
}
.modal-listing li .item_actions {
    column-gap: 10px;
}
@media (min-width: 1400px) {
    .modal-lg {
        max-width: 60% !important;
    }
    .custom-modal .modal-dialog {
        max-width: 40% !important;
    }
}
.custom-modal .modal-body .g-4,
.gy-4 {
    --bs-gutter-y: calc(15px + 10 * (100vw) / 1464);
}
.custom-modal .modal-body .g-4,
.gx-4 {
    --bs-gutter-x: calc(15px + 10 * (100vw) / 1464);
}
.btn-md {
    font-size: calc(6px + 10 * (100vw) / 1464);
}
.form-floating input::placeholder,
.form-floating textarea::placeholder {
    font-size: calc(5px + 10 * (100vw) / 1464) !important;
}
.custom-modal .modal-close-btn {
    font-size: calc(5px + 10 * (100vw) / 1464) !important;
}

/* Toast Container */
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

/* Toast Style */
/* .toast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    padding: 12px 18px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-20px);
    animation: slideIn 0.4s forwards;
} */

/* Success and Error Colors */
/* .toast.success {
    background-color: #28a745;
}
.toast.error {
    background-color: #dc3545;
} */

/* Animation */
/* @keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
} */

.toaster {
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999;
}

.toaster.active {
    transform: translateX(0%);
}

.toaster .toast-content {
    display: flex;
    align-items: center;
}

.toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: rgb(21, 173, 89);
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toaster .close {
    cursor: pointer;
    opacity: 0.7;
}

.toaster .close:hover {
    opacity: 1;
}

.toaster .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toaster .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.progress.active:before {
    animation: progress 5s linear forwards;
}

.toaster.success {
    background-image: linear-gradient(
        to right,
        rgba(12, 100, 52, 0.3),
        rgba(12, 100, 52, 0) 30%
    );
    border-left: 3px solid rgb(21, 173, 89);
    .progress:before {
        background-color: rgb(21, 173, 89);
    }
}

.toaster.warning {
    background-image: linear-gradient(
        to right,
        rgba(145, 93, 10, 0.3),
        rgba(145, 93, 10, 0) 30%
    );
    border-left: 3px solid rgb(232, 172, 21);
    .progress:before {
        background-color: rgb(232, 172, 21);
    }
}

.toaster.error {
    background-image: linear-gradient(
        to right,
        rgba(136, 7, 35, 0.3),
        rgba(136, 7, 35, 0) 30%
    );
    border-left: 3px solid rgb(199, 29, 66);
    .progress:before {
        background-color: rgb(199, 29, 66);
    }
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

.toaster.active ~ button {
    pointer-events: none;
}

#model_form input {
    margin-bottom: 10px;
}

.progress.progress-lg .progress-bar {
    background-color: #f46200;
}

.data_group img.user-image {
    width: 50px;
    height: 50px;
}
#bannerTable img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}

#bannerTable .banner-status-type {
    &.inactive {
        background-color: red;
    }
    &.scheduled {
        background-color: #c9c73d;
    }
    &.active {
        background-color: #05b52b;
    }
    &.ended {
        color: #0f3c54;
        background-color: #dcdbdd;
    }
}

.modal-save-btn .spinner-border {
    vertical-align: -0.125em;
    border: 0.25em solid #ffffff;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
}

.export-csv-btn,
.import-csv-btn {
    #exportLoader .spinner-border.spinner-border-sm {
        border-color: #003d53;
        border-right-color: white !important;
    }
}

.export-csv-btn:hover,
.import-csv-btn:hover {
    #exportLoader .spinner-border.spinner-border-sm {
        border-color: #ffffff;
        border-right-color: #003d53 !important;
    }
}

.sidebar-col .sidebar_menu .setting-menu {
    padding-bottom: 130px;
}

.catalog-management-section .searchbox_group {
    width: 18%;
}
#resend-verification-loader .spinner-border {
    border-color: #333 !important;
    border-right-color: transparent !important;
}

