﻿@import 'flatpickr.min.css';
@import 'daterangepicker.css';
@import 'yearPicker.css';
@import './bootstrap.min.css';
@import "./icons.css";
@import './fonts.css';

body {
    font-family: "Poppins", serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

h1,
h2,
h3.h4.h5.h6,
p {
    margin: 0;
}

h2 {
    color: #222;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h5 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

button,
a {
    text-decoration: none;
    transition: all 0.3s;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 92px;
    border-radius: 7px;
    padding: 10px 30px;
    gap: 10px;
}

    .btn i {
        font-size: 20px;
    }

.btn-icon {
    background: transparent;
    border-color: transparent;
}

.btn-primary {
    background: #000;
    color: #fff;
}

.btn-default {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
}

.btn-outline {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 0.55);
}

    .btn-outline:hover {
        border: 1px solid rgba(0, 0, 0, 0.25);
        color: #000;
    }

label {
    margin-bottom: 8px;
    display: inline-block;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

select option:hover {
    background-color: yellow;
}


.form-control {
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background-color: #FFF;
    min-height: 48px;
}

    .form-select:focus,
    .form-control:focus {
        box-shadow: none;
    }

.dropdown-select,
.form-select {
    border-radius: 7px !important;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background-color: #FFF !important;
    min-height: 48px;
    text-align: left;
}

.dropdown-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: .375rem .75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.dropdown-menu .dropdown-item {
    border-radius: 4px;
}

.dropdown-select + .dropdown-menu .dropdown-item {
    font-size: 1rem
}

.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #000;
    color: #fff !important;
}


    .dropdown-item:focus i,
    .dropdown-item.active i,
    .dropdown-item:active i {
        filter: brightness(0) invert(1);
    }

.input-group-icon-left .input-group-text {
    border: none;
    background: transparent;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    z-index: 99;
    color: rgba(0, 0, 0, .50);
    font-size: 20px;
}

.input-group-icon-left {
    position: relative;
    border-radius: 7px !important;
}

    .input-group-icon-left .form-control {
        padding-left: 40px;
        border-radius: 7px !important;
    }

    .input-group-icon-left .icon-view {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 40px;
        min-width: 0 !important;
        min-height: auto !important;
        margin: 0 !important;
        padding: 0;
        border: none;
        font-size: 20px;
        z-index: 99;
        color: rgba(0, 0, 0, 0.80);
    }

.table-dark {
    background: transparent !important;
    border: none !important;
}

    .table-dark tr th {
        background: #000;
        font-weight: 600;
        padding: 1rem 0;
        text-align: left;
    }

        .table-dark tr th span {
            border-right: 1px solid #474747;
            display: block;
            padding: 0 .5rem;
            text-align: left;
        }


    .table-dark tr {
        border: none !important;
    }

        .table-dark tr th:first-of-type {
            border-top-left-radius: 14px;
            border-bottom-left-radius: 14px;
        }


        .table-dark tr th:last-of-type {
            border-top-right-radius: 14px;
            border-bottom-right-radius: 14px;
        }

            .table-dark tr th:last-of-type span {
                border: none;
                padding: 0 50px;
            }

    .table-dark + tbody tr td:last-of-type {
        padding-left: 50px;
    }


.btn-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.btn-info {
    background: rgba(29, 170, 219, 0.10);
    color: #1daadb;
}

    .btn-info:hover {
        background: rgba(29, 170, 219, 1);
        color: #fff;
    }

.btn-success {
    background: rgba(0, 223, 58, 0.10);
    color: #00df3a;
}

    .btn-success:hover {
        background: rgba(0, 223, 58, 1);
        color: #fff;
    }

.btn-danger {
    background: rgba(206, 54, 54, 0.10);
    color: #ce3636;
}


    .btn-danger:hover {
        background: rgba(206, 54, 54, 1);
        color: #fff;
    }

.customTable {
    border-collapse: separate;
    border-spacing: 0 10px;
}

    .customTable tr td {
        background: #F6F7FA;
    }

    .customTable tbody tr td:first-of-type {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    .customTable tbody tr td:last-of-type {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }

/*  */
.bg-signin {
    background: url(../images/bg-home.png);
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .bg-signin header {
        padding: 20px 0;
    }

.form-signup {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.87);
    background: #FFF;
    box-shadow: 0px 1px 17.2px 10px rgba(0, 0, 0, 0.10);
    padding: 24px 24px 40px;
    max-width: 455px;
    margin: 0 auto;
    gap: 20px;
    display: grid;
}


    .form-signup p {
        font-weight: 300;
    }


    .form-signup .btn {
        margin-top: 20px;
    }


.bg-signin header {
    width: 100%;
}


.bg-signin .container {
    width: 100%;
}

.flex-1 {
    flex: 1;
}

.bg-signin .flex-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    flex-direction: column;
}

.step {
    display: none;
}

    .step:not(.hidden) {
        display: block;
    }


.form-signup p a {
    color: #000;
}

    .form-signup p a:hover {
        text-decoration: underline;
        color: #1daadb;
    }

/* Header */

header .navbar {
    padding: 16px 0;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

header .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2px 0;
    margin: 0 30px;
    position: relative;
}

    header .navbar-nav .nav-item .nav-link.active {
        font-weight: 600;
    }

        header .navbar-nav .nav-item .nav-link.active:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            background: #000;
            width: 100%;
        }


header .vendor-header .container {
    display: flex;
    align-items: center;
}

header .vendor-header {
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

    header .vendor-header .menuList {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

header .rightLinks {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}


header .vendor-btn {
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}


header .divider {
    margin: 0 35px;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
    height: 84px;
}


header .vendor-header ul li .cta {
    width: 33.333px;
    height: 33.333px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

    header .vendor-header ul li .cta:hover {
        background-color: #000;
        color: #fff;
    }

header .rightLinks .btn {
    border-radius: 100px;
    padding: 8px;
    min-width: 100px;
    min-height: 34px;
    font-size: 12px;
}

/* Hero Main */
.hero-main {
    padding: 34px 0;
}

.vendor-search {
    padding: 50px 0
}

/* Best Seller */
.title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-bottom: 50px;
}

.card-seller {
    border-radius: 15px;
    background: #F6F7FA;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .card-seller .leading {
        display: flex;
    }


    .card-seller .media-img {
        flex: 0 0 95px;
    }

        .card-seller .media-img img {
            width: 100%;
            border-radius: 8px;
        }

    .card-seller .leading h4 {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    .card-seller p {
        color: #000;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0 0 9px;
    }


    .card-seller .leading {
        margin: 0 0 9px;
    }

.cta-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

    .table-actions a,
    .cta-link a {
        font-size: 20px;
        color: rgba(0, 0, 0, .60);
    }

.table-actions .icon-heart,
.icon-heart {
    color: #CE3636;
}


.card-seller .qty-cart {
    display: flex;
    align-items: center;
    justify-items: center;
}


    .card-seller .qty-cart span {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .card-seller .qty-cart .price {
        margin-left: auto;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }


.card-seller .leading h4 {
    margin: 0;
}

.best-seller .row [class*="col-"] {
    margin-bottom: 16px;
}

/* Vendor */
.vender-search {
    padding: 100px 0;
    background: url(../images/bgvendor.png);
}


    .vender-search h5 {
        text-align: center;
        color: #FFF;
        text-align: center;
        font-size: 20.589px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 26px 0 0;
        display: none;
    }

.vendorSlider img {
    max-width: 100%;
}



.vender-search .vendorSlider .swiper-slide-active h5 {
    display: block;
}

.vendorSlider .swiper-slide-active:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

/* Recent Search */

.recent-order {
    padding: 100px 0;
}

/* Footer */

footer {
    padding: 54px 0;
    background: #000;
    color: #fff;
}


    footer h2 {
        display: flex;
        align-items: center;
        height: 100%;
    }

        footer h2 a {
            color: #fff;
        }


    footer h4 {
        color: #FFF;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0 0 7px;
        position: relative;
        margin-bottom: 16px;
    }

        footer h4::after {
            content: '';
            width: 150px;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 4px;
            background: #fff;
        }

    footer ul li a {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    footer a.cta {
        color: #fff;
    }


        footer a.cta:hover {
            text-decoration: underline;
            opacity: 0.8;
        }

.action-cell {
    display: flex;
    align-items: center;
    gap: 4px;
}


.paginationCst {
    gap: 10px;
}

    .paginationCst .form-select {
        border-radius: 9px;
        background: #000;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        min-height: auto;
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-image: url(../../assets/images/arrow.png);
        text-align: left;
    }


    .paginationCst .pagination {
        gap: 6px;
    }

        .paginationCst .pagination .page-item .page-link {
            width: 33px;
            height: 33px;
            border-radius: 9px;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .paginationCst .pagination .page-item .page-link:hover {
                background: rgba(0, 0, 0, .50);
            }

.btn-select {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    gap: 8px;
}

    .btn-select:hover {
        border: 1px solid rgba(0, 0, 0, 0.20);
    }

.swiper-pagination-bullet-active {
    background: #000;
}

.vender-search .relative {
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}

.swiper-button-next,
.swiper-button-prev {
    background: transparent;
    width: auto;
    height: auto;
    font-size: 36px;
    color: #fff;
}


.swiper-button-next {
    right: -40px;
}

.swiper-button-prev {
    left: -40px;
}

.advance-search .dropdown .dropdown-menu {
    max-width: 198px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
    padding: 16px;
}

.advance-search .dropdown-select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    min-height: 30px;
    height: 30px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}


    .advance-search .dropdown-select + .dropdown-menu .dropdown-item {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


.advance-search .dropdown label {
    font-size: 14px;
}

.advance-search .footer-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-dropdown .btn {
    min-height: 34px;
    min-width: auto !important;
    font-size: 12px;
    padding: 0 16px;
}

.advance-search .dropdown .dropdown-menu .dropdown-menu {
    min-width: auto;
}


.advance-search .dropdown .form-control {
    padding: 0.5rem;
    min-height: 30px;
    height: 30px;
    font-size: 12px;
}

.footer-dropdown button[type='submit'] {
    min-width: 106px;
}

.btn-group {
    position: relative;
}


    .btn-group .dropdown-menu {
        min-width: 100%;
        width: 100%;
    }


/* Product Detail Modal */
.product-detail-modal .row [class*="col-"] {
    padding: 0 10px;
}

.title-product {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .title-product h2 {
        flex: 1;
        font-weight: 400;
    }

    .title-product .heart-toggle {
        font-size: 32px;
        color: #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }


        .title-product .heart-toggle .isax-b {
            color: red;
        }

.close-modal {
    padding: 0;
    background: transparent;
    border: none;
    font-size: 32px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-detail-modal .info-tags {
    display: flex;
    align-items: center;
}

    .product-detail-modal .info-tags li {
        color: rgba(0, 0, 0, 0.80);
        font-size: 16px;
        font-weight: 400;
    }


        .product-detail-modal .info-tags li:after {
            content: '|';
            display: inline-block;
            color: rgba(0, 0, 0, 0.80);
            margin: 0 12px;
        }


        .product-detail-modal .info-tags li:last-of-type::after {
            content: none;
        }


.product-detail-modal .price {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 16px 0;
}

    .product-detail-modal .price span {
        color: rgba(0, 0, 0, 0.75);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 8px;
    }

.product-detail-modal .min-quantity {
    color: #000;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .product-detail-modal .min-quantity h4 {
        margin: 0;
    }

.product-detail-modal .desription {
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 40px 0;
}


.product-detail-modal .footer-cta {
    display: flex;
    align-items: center;
    gap: 20px;
}


    .product-detail-modal .footer-cta .flex-1 {
        flex: 1;
    }

.spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
}

    .spinner-container input {
        text-align: center;
        border: none;
        background: transparent;
        outline: none;
    }

        .spinner-container input::-webkit-outer-spin-button,
        .spinner-container input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .spinner-container:not(.btn-check) + .btn:active,
    .spinner-container button:focus,
    .spinner-container button {
        outline: none;
        border: none;
    }


    .spinner-container .btn {
        font-size: 24px;
        min-width: auto;
    }

/* USER MENU */
.icons-user,
.icon-reports,
.icon-orders {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.icons-user {
    background-image: url('../images/user.png');
}

.icon-reports {
    background-image: url('../images/report.png');
}

.icon-orders {
    background-image: url('../images/CompanySelection.png');
}


.user-menu .dropdown-menu {
    padding: 8px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
    margin-top: 12px !important;
}

    .user-menu .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
        padding: 4px 4px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }




    .user-menu .dropdown-menu .dropdown-submenu .dropdownItem {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 4px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .user-menu .dropdown-menu .dropdown-submenu {
        padding-left: 24px;
    }

.favourite-menu .dropdown-menu {
    padding: 8px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
    margin-top: 12px !important;
    min-width: 503px;
    padding: 0;
}


    .favourite-menu .dropdown-menu h3 {
        padding: 12px 0;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        text-align: center;
    }


    .favourite-menu .dropdown-menu .media-wrapper {
        padding: 0 16px;
        max-height: 250px;
        overflow-y: auto;
    }


        .favourite-menu .dropdown-menu .media-wrapper::-webkit-scrollbar {
            width: 10px;
        }

        .favourite-menu .dropdown-menu .media-wrapper::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .favourite-menu .dropdown-menu .media-wrapper::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.10);
            border-radius: 17px;
        }

            .favourite-menu .dropdown-menu .media-wrapper::-webkit-scrollbar-thumb:hover {
                background: rgba(0, 0, 0, 0.10);
            }

    .favourite-menu .dropdown-menu .media {
        display: flex;
        gap: 12px;
        padding: 12px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }



    .favourite-menu .dropdown-menu .media-body {
        flex: 1;
    }

    .favourite-menu .dropdown-menu .media .img {
        width: 50px;
    }


        .favourite-menu .dropdown-menu .media .img img {
            width: 100%;
        }


    .favourite-menu .dropdown-menu .media .media-body h4 {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }


    .favourite-menu .dropdown-menu .media .media-body p {
        color: #000;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    .favourite-menu .dropdown-menu .media .cta-link a {
        font-size: 20px;
        color: #000;
    }

        .favourite-menu .dropdown-menu .media .cta-link a .icon-heart {
            color: #CE3636;
        }

.toast-header span {
    flex: 1;
    gap: 8px;
    display: flex;
    align-items: center;
}

.paginationCst .dropdown-select {
    gap: 10px;
}


.paginationCst label {
    margin-bottom: 0;
}


.logout-modal {
    max-width: 328px;
}

    .logout-modal h4 {
        text-align: center;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .logout-modal .modal-footer {
        padding-top: 0;
        justify-content: space-between;
        border: none;
    }



.vendor-btn + .dropdown-menu {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
    padding: 8px;
}

.cart-toast i {
    font-size: 22px;
}

.cart-toast .toast-body {
    display: flex;
    align-items: center;
    gap: 8px;
}


    .cart-toast .toast-body .icon-tick-circle {
        color: #00df3a;
    }

    .cart-toast .toast-body .icon-close-circle {
        color: red;
    }

.vendor-btn + .dropdown-menu li a {
    font-size: 14px;
}

/* PAGE Content */
.page-content {
    padding: 50px 0;
}

    .page-content .lead-title {
        text-align: center;
        margin-bottom: 40px;
    }


.content h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}


.content p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 32px;
}


.content h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}


.content p:last-of-type {
    margin-bottom: 0;
}

/* FAQS */
.accordion-item,
.accordion {
    border: none;
    border-color: transparent;
}

.accordion-button::after {
    content: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.06);
    outline: none;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed),
.accordion-button {
    background: rgba(0, 0, 0, 0.03);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .accordion-button .icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 24px;
        height: 24px;
    }


    .accordion-button .plus {
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .accordion-button .icon-minus {
        display: none;
    }

    .accordion-button[aria-expanded="true"] .icon-add {
        display: none;
    }

    .accordion-button[aria-expanded="true"] .icon-minus {
        display: block;
    }

.accordion .accordion-body {
    padding-left: 52px;
}


/* Vendor */
.vendor-main {
    padding: 24px 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .breadcrumb li {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        padding: 0 !important;
    }


        .breadcrumb li a {
            color: #000;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: "\ea51";
    font-family: 'iconsax-outline';
    font-size: 16px;
}

.lead-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.vendor-group {
    border-radius: 5px;
    background: #F3F3F3;
    padding: 8px;
}



    .vendor-group .form-control {
        border-radius: 8px;
        min-height: 32px;
        padding: 0 0.75rem;
        font-size: 12px;
    }


.filter-cta {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.grid-control .nav {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

    .grid-control .nav a {
        background: transparent;
        border: none;
        height: 100%;
        width: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.20);
        border-radius: 0;
    }

        .grid-control .nav a.active {
            background-color: #000;
        }


            .grid-control .nav a.active svg path {
                fill: #fff;
                fill-opacity: 1;
            }

.wrapper {
    background-image: url(../images/bg-main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pages-main {
    background-image: url(../images/bg-page.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.privacyText p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.privacyText a {
    color: #fff;
    text-decoration: underline;
}

.icon-form {
    position: relative;
}


    .icon-form i {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 15px;
        font-size: 20px;
        pointer-events: none;
    }

.vendor-group .search-box {
    display: flex;
    align-items: center;
    gap: 41px;
}

    .vendor-group .search-box .flex-1 {
        flex: 1;
    }


    .vendor-group .search-box button {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }


.vendor-group {
    margin-bottom: 40px;
}

.vendor-card {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
}

.vendor-card-body {
    padding: 8px 12px;
}


.vendor-card img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    max-height: 150px;
    min-height: 150px;
}

.vendor-card p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

    .vendor-card p span {
        margin-left: 20px;
        font-weight: 500;
    }

    .vendor-card p strong {
        font-weight: 500;
    }

.vendor-card .price {
    color: #000;
    font-weight: 600;
    line-height: normal;
}

.vendor-card .vender-name {
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
}

.vendor-card p.text-muted {
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}


.vendor-card .title-card {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}


    .vendor-card .title-card h5 {
        flex: 1;
        margin: 0;
    }


    .vendor-card .title-card .cta {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 30px;
    }

    .vendor-card .title-card button {
        background: transparent;
        border: none;
        padding: 0;
        display: inline-flex;
    }

.vendor-main .paginationCst {
    margin-top: 20px;
}


.vendor-main table tr th {
    height: 64px;
    vertical-align: middle;
}


.card-img {
    width: 88px;
    height: 68px;
    flex-shrink: 0;
    margin: 0 auto;
}


    .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }


.vendor-main table tr td {
    color: #000;
    padding: 20px;
}

    .vendor-main table tr td strong {
        font-weight: 500;
    }


.table-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .table-actions a span,
    .table-actions button {
        background: transparent;
        border: none;
        padding: 0;
        display: inline-flex;
        font-size: 30px;
        color: #000;
    }

    .table-actions a {
        line-height: 1;
    }

.vendor-main table tr td p {
    margin: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, .75);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vendor-main table tr th {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--bs-border-color);
}


.vendor-main .table {
    margin: 0;
}



.vendor-main table tbody tr,
.vendor-main table thead tr {
    border: none;
}


    .vendor-main table tbody tr td {
        border-color: var(--bs-border-color);
        border-top: 1px solid var(--bs-border-color);
    }

        .vendor-main table tbody tr td:first-of-type {
            border-left: 1px solid transparent;
        }

        .vendor-main table tbody tr td:last-of-type {
            border-right: 1px solid transparent;
        }


.vendor-main .table-responsive {
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
}

.vendor-main .btn-select {
    min-height: 48px;
    padding: 8px;
}




.table-actions a {
    font-size: 24px;
}

.historyModal .modal-dialog {
    max-width: 1204px;
}



.custom-tables table tr td p {
    margin: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, .75);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-tables table tr th {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--bs-border-color);
}


.custom-tables .table {
    margin: 0;
}



.custom-tables table tbody tr,
.custom-tables table thead tr {
    border: none;
}

    .custom-tables table tbody tr td {
        border-color: var(--bs-border-color);
        border-top: 1px solid var(--bs-border-color);
    }

        .custom-tables table tbody tr td:first-of-type {
            border-left: 1px solid transparent;
        }

        .custom-tables table tbody tr td:last-of-type {
            border-right: 1px solid transparent;
        }


.custom-tables.table-responsive {
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    max-height: 520px;
    overflow-y: auto
}

.icon-btn {
    min-width: auto;
    padding: 0;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    width: 30px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.inputGroup {
    display: inline-flex;
    align-items: center;
}

    .inputGroup input {
        padding: 0;
        text-align: center;
        width: 30px;
        height: 31px;
        min-height: 31px;
        border: none;
    }

        .inputGroup input::-webkit-outer-spin-button,
        .inputGroup input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .inputGroup input[type=number] {
            -moz-appearance: textfield;
        }

.historyModal .custom-tables table tr th {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}


.historyModal .custom-tables table tr td {
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

.historyModal .pr-image {
    width: 76px;
    height: 59px;
    object-fit: cover;
}

.checkbox {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
}

    .checkbox + label {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 0;
    }

        .checkbox + label:before {
            content: '';
            border-radius: 3px;
            border: 1px solid rgba(0, 0, 0, 0.20);
            background-color: #FFF;
            width: 20px;
            height: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

    .checkbox:checked + label::before {
        content: '';
        background-color: #000;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.17L4.83 12l-1.42 1.41L9 19L21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    }

.historyModal .modal-footer {
    border-radius: 0px 0px 10px 10px;
    background: rgba(0, 0, 0, 0.10);
    justify-content: space-between;
}

.title-profile {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.card-form {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
    padding: 20px;
    margin-bottom: 32px;
}


    .card-form h4 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin: 0;
    }


    .card-form label {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.icon-field {
    position: relative;
}

    .icon-field .form-control {
        padding-left: 48px;
    }

    .icon-field i {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: 15px;
        font-size: 24px;
        color: rgba(0, 0, 0, .50);
    }


.switch-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 24px;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #000;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

.card-form .header-form {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.labels {
    display: flex;
    gap: 10px;
}

.label {
    color: #ccc;
    font-size: 14px;
    transition: color 0.4s;
}

input:checked ~ .labels .billing-address {
    color: #000;
}

input:not(:checked) ~ .labels .shipping-address {
    color: #000;
}

.switch-container
.switch-wrapper {
    position: relative;
}

.switch-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .switch-container .switch-wrapper::after,
    .switch-container .switch-wrapper::before {
        color: rgba(0, 0, 0, 0.50);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: inline-flex;
    }


    .switch-container .switch-wrapper::before {
        content: 'Shipping Address';
        color: #000
    }

    .switch-container .switch-wrapper::after {
        content: 'Billing Address';
    }

.switch-wrapper.active::after {
    color: #000
}

.switch-wrapper.active::before {
    color: rgba(0, 0, 0, 0.50);
}

.custom-reports .modal-dialog {
    max-width: 641px;
}


.custom-reports .modal-header {
    padding: 10px 0;
}

    .custom-reports .modal-header .modal-title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }


.custom-reports .modal-body {
    padding: 20px;
}

.custom-reports
.modal-content {
    padding: 0;
    border-radius: 10px;
    background: #FFF;
}


.custom-reports .btn-close {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 0;
}


/* RADIO */
.radio-field {
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
}


    .radio-field + label {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin: 0;
        color: #000;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }



        .radio-field + label::before {
            content: '';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            border: 1px solid rgba(0, 0, 0, 0.35);
            background: #FFF;
            width: 23px;
            height: 23px;
            border-radius: 100%;
        }


    .radio-field:checked + label::before {
        box-shadow: inset 0px 0px 0px 4px #fff;
        background-color: #000;
    }


.custom-reports .form-group {
    margin-bottom: 20px;
}

.radio-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

    .radio-group li {
        line-height: 1;
    }

.custom-reports .modal-footer {
    justify-content: flex-start;
    border-radius: 0px 0px 10px 10px;
    background: rgba(0, 0, 0, 0.10);
}


    .custom-reports .modal-footer .flex-1 {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0;
    }


    .custom-reports .modal-footer .cta {
        height: auto;
        min-height: auto;
        padding: 0;
        gap: 8px;
        outline: none;
        background: transparent;
        display: inline-flex;
        align-items: center;
        border: none;
    }

    .custom-reports .modal-footer .radio-field + label::before {
        width: 18px;
        height: 18px;
    }

    .custom-reports .modal-footer
    .btn.cta:first-child:active {
        border: none;
    }

.header-main {
    padding: 0 20px;
}

.datePicker {
    display: flex;
    gap: 12px;
}

    .datePicker .mm {
        flex: 0 0 44px;
        padding: 0;
        text-align: center;
    }

        .datePicker .yy .form-control,
        .datePicker .mm .form-control {
            padding: 0;
            text-align: center;
        }

    .datePicker .yy {
        flex: 0 0 88px;
    }

    .datePicker span {
        display: block;
        text-align: center;
        color: rgba(0, 0, 0, 0.75);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 4px;
    }

.form-group.disabled label {
    color: rgba(0, 0, 0, 0.15);
}


.form-group.disabled .dropdown-select {
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    color: rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.group-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}



.table-actions button.btn-delete {
    color: #DF5E5E;
}


.cart-wrapper {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
    padding: 10px 20px;
    text-align: center;
}

.discount {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 405px;
}

.cartFooter {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
    padding: 24px;
    margin-top: 20px;
}

.total-cart {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

    .total-cart h4 {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
    }

.action-clr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 20px;
}

.toast {
    background-color: #fff !important;
}

input[name="dates"] {
    cursor: pointer;
}

footer
.mail {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

    footer
    .mail i {
        font-size: 20px;
    }

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    animation: background-fade 2s infinite alternate ease-in-out;
}

/* Background animation */
@keyframes background-fade {
    0% {
        background-color: rgba(0, 0, 0, 0.50);
    }

    50% {
        background-color: rgba(0, 0, 0, 0.75);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.50);
    }
}

/* Spinner Container */
.spinner {
    position: relative;
    width: 80px;
    height: 80px;
}

    .spinner div {
        width: 12px;
        height: 12px;
        background-color: #D9D9D9;
        border-radius: 50%;
        position: absolute;
        animation: dot-animation 1.2s linear infinite;
    }

        .spinner div:nth-child(1) {
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            animation-delay: 0s;
        }

        .spinner div:nth-child(2) {
            top: 14%;
            left: 85%;
            transform: translate(-50%, -50%);
            animation-delay: 0.15s;
        }

        .spinner div:nth-child(3) {
            top: 50%;
            left: 100%;
            transform: translate(-50%, -50%);
            animation-delay: 0.3s;
        }

        .spinner div:nth-child(4) {
            top: 85%;
            left: 85%;
            transform: translate(-50%, -50%);
            animation-delay: 0.45s;
        }

        .spinner div:nth-child(5) {
            top: 100%;
            left: 50%;
            transform: translate(-50%, -50%);
            animation-delay: 0.6s;
        }

        .spinner div:nth-child(6) {
            top: 85%;
            left: 15%;
            transform: translate(-50%, -50%);
            animation-delay: 0.75s;
        }

        .spinner div:nth-child(7) {
            top: 50%;
            left: 0;
            transform: translate(-50%, -50%);
            animation-delay: 0.9s;
        }

        .spinner div:nth-child(8) {
            top: 14%;
            left: 15%;
            transform: translate(-50%, -50%);
            animation-delay: 1.05s;
        }

@keyframes dot-animation {
    0%, 20% {
        transform: scale(1);
        background-color: #000;
    }

    50% {
        transform: scale(0.5);
        background-color: #fff;
    }

    100% {
        transform: scale(1);
        background-color: #000;
    }
}

body.loaded .loader {
    display: none;
}

.histotyTable {
    max-height: 600px;
    overflow-y: auto;
}


.profile-container {
    max-width: 1204px;
}

.clear-modal {
    max-width: 469px;
}

    .clear-modal h4 {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }

    .clear-modal .modal-footer {
        justify-content: space-between;
        border: none;
        padding-top: 0;
    }

.cart-table .media {
    display: flex;
    text-align: left;
    gap: 16px;
}


    .cart-table .media .card-img {
        width: 106px;
        height: 106px;
        margin: 0;
    }

.vendor-main .table-responsive.cart-table {
    border: none;
}


.cart-table .media .media-body h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}


.cart-table .media .media-body p.vendorName {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}


.cart-table .media .media-body p {
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.cart-table table tr td {
    vertical-align: middle;
}


.cart-table table tr th {
    border-bottom: none;
    padding: 24px 0 0;
    height: auto;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}


.cart-table table tr td {
    padding: 24px 0;
}


.vendor-main .table-responsive.cart-table table tr th {
    border: none;
}

.vendor-main .table-responsive.cart-table table tr:first-of-type td {
    border-top: none;
}

.vendor-main .table-responsive.cart-table table tr:last-of-type td {
    border-bottom: none;
}

.flatpickr-day,
span.flatpickr-weekday,
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 12px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    padding: 3px 6px;
}

.flatpickr-monthDropdown-months {
    padding: 0;
}

.flatpickr-calendar,
.dayContainer {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
}



.yearpicker-items {
    padding: 5px;
}

    .yearpicker-items:hover,
    .yearpicker-items.selected {
        background-color: #569ff7;
        color: #fff;
    }

.flatpickr-day {
    max-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flatpickr-current-month input.cur-year {
    pointer-events: none;
}

.title-modal {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .title-modal i {
        font-size: 20px;
        line-height: 0;
    }


    .title-modal span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f2f2f2;
        display: flex;
        align-items: center;
        justify-content: center;
    }




    .title-modal h4 {
        flex: 1;
        font-size: 18px;
    }


.modal-xxl {
    max-width: 806px;
}

#checkoutModal .card {
    margin-bottom: 20px;
}

#checkoutModal .modal-body {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

#vendorModal .table-responsive {
    max-height: 400px;
    overflow-y: auto;
}

/*******************Custom Css Start*******************/
.webOrderIt-logo {
    width: 250px;
}

.select2-selection {
    width: 250px !important;
}

.searchIcon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.customPageNo {
    width: 90px;
    text-align: center;
}


.image-modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.image-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#modalCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.image-modal-content, #modalCaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.image-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 460px;
}

/*Start: Added by Sarmad Mirza.*/
.fav-count-bubble {
    text-align: center;
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: red;
    color: white;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.favourite-menu {
    position: relative;
}

    .favourite-menu .media-wrapper {
        max-height: 400px;
        overflow-y: auto;
        padding-right: 5px;
    }

        /* Custom scrollbar for better UX */
        .favourite-menu .media-wrapper::-webkit-scrollbar {
            width: 6px;
        }

        .favourite-menu .media-wrapper::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .favourite-menu .media-wrapper::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 3px;
        }

            .favourite-menu .media-wrapper::-webkit-scrollbar-thumb:hover {
                background: #555;
            }


/* First define the animation */
@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Then define the styles that use it */
.favourite-menu .dropdown-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    display: none;
    border-radius: 0.5rem;
}

    .favourite-menu .dropdown-loader .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        border: 3px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        border-top-color: #333;
        animation: spin 0.8s linear infinite;
    }

/* Dark mode support */
.dark .favourite-menu .dropdown-loader {
    background: rgba(0, 0, 0, 0.5);
}

    .dark .favourite-menu .dropdown-loader .spinner {
        border-top-color: #fff;
    }
/*End: Added by Sarmad Mirza.*/
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.overwrite-btn:hover {
    background: rgba(0, 0, 0, 0.04) !important;
}

.cart-count-bubble {
    text-align: center;
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: red;
    color: white;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.fill-cart {
    color: white;
    background: #000;
}

.tdRed {
    background-color: #f55e5e !important;
}

.tdGreen {
    background-color: lightgreen !important;
}

.select2-header {
    width: 225px !important;
}

.orderLimitAlert {
    height: auto !important;
    width: auto !important;
    background: transparent !important;
    color: red;
    text-align: left;
    display: block !important;
}

.orderHeaderFont {
    font-weight: 600 !important;
}

.dn {
    display: none !important;
}

.pdfRpt:hover {
    cursor: pointer;
}

.swiper-slide:hover {
    cursor: pointer;
}

.vendor-widget-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.validationBorder {
    border: 1px solid red;
}

.validationMsg {
    font-size: 14px;
    color: red;
}

.submitVendorTitle {
    border: none;
    font-size: 26px;
    padding-left: 0;
}

.marquee-container {
    width: 1000px; /* Adjust width as needed */
    overflow: hidden;
    margin-left: 300px;
    margin-top: 10px;
}

.marquee {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
    transform: translateX(100%); /* Start from the right edge */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.btnAllProducts {
    padding: 8px 16px;
    background-color: #160000;
    color: #fbfbfb;
    border: none;
    border-radius: 10px;
    margin-left: 20px;
}

    .btnAllProducts:hover {
        background-color: #6985a3;
    }

.vendor-card-title {
    white-space: nowrap;
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cmpFieldSet {
    border-width: 2px !important;
    border-style: groove !important;
    border-color: threedface !important;
    border-image: initial !important;
}

.cmpLegend {
    float: none;
    text-align: left;
    display: block;
    unicode-bidi: isolate;
    padding-inline: 2px;
    width: auto;
    font-size: 16px;
}

.cmpLegendInput {
    margin-left: 10px !important;
    width: 95% !important;
    margin-bottom: 10px !important;
}


table {
    width: 60%;
    border-collapse: collapse;
}

th {
    cursor: pointer;
    background: #f2f2f2;
}

    th:hover {
        background: #ddd;
    }

    th.sorted-asc::after {
        content: " ▲";
    }

    th.sorted-desc::after {
        content: " ▼";
    }

td, th {
    border: 1px solid #ccc;
    padding: 8px;
}

.cart-pro-img {
    width: 106px;
    height: 106px;
    margin: 0;
}

.cart-pro {
    margin-left: 10px;
    text-align: left;
    width: 75%;
    line-height: 1.2;
}

.catalogPDF {
    width: 80rem;
    /*height: 100rem;*/
    overflow-y: auto;
    border: 1px solid #000;
}

/* Catalog Side Panel CSS */

/* Button styling (optional) */
#openPanelBtn {
    cursor: pointer;
}

/* Panel Base */
.side-panel {
    position: fixed;
    top: 0;
    right: -700px; /* start off-screen */
    width: 700px;
    height: 100%;
    background-color: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: right 0.4s ease-in-out;
    z-index: 1000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    /* When active */
    .side-panel.active {
        right: 0; /* slide into view */
    }

.slide-btn {
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    background: #160000;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 16px;
    border-radius: 5px 5px 0 0;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .slide-btn:hover {
        background: #160000;
    }

    .slide-btn .icon {
        font-size: 20px;
    }

    /* The vertical line */
    .slide-btn::after {
        content: "";
        width: 1px;
        height: 20px;
        background: white;
        position: absolute;
        left: 70px; /* adjust this value as needed */
    }


/* When panel is visible */
.side-panel.open {
    right: 0;
}

    .side-panel.open + .slide-btn,
    .slide-btn.open {
        right: 649px; /* Matches panel width */
    }

/* Header */
.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #160000;
    color: white;
    padding: 12px 16px;
}

/* Close Button */
#closePanelBtn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* Panel Content */
.panel-content {
    padding: 20px;
}

#rightPanel h5 {
    color: #fff !important;
}

.btn:hover {
    border-color: rgba(0, 0, 0, 0.25) !important;
}

.vendor-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
}

.button {
    font-family: inherit;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Primary - Catalogs */
.button-primary {
    background: linear-gradient(135deg, #6a5cff, #8f7bff);
    color: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(106, 92, 255, 0.3);
}

    .button-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(106, 92, 255, 0.4);
    }

/* Secondary - All Products */
.button-secondary {
    background: transparent;
    color: #333;
    border: 1.5px solid #d1d5db;
}

    .button-secondary:hover {
        background: #f3f4f6;
    }

/* Optional badge */
.badge {
    background: #fff;
    color: #6a5cff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 6px;
}




.catalogs {
    background: linear-gradient(135deg, #C59D5F, #E6B980);
    color: #1F2937;
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: bold;
    box-shadow: 0 6px 16px rgba(197, 157, 95, 0.35);
}

    .catalogs:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(197, 157, 95, 0.35);
    }

.all-products {
    background: linear-gradient(135deg, #C59D5F, #E6B980);
    color: #1F2937;
    border-radius: 12px;
    border: none !important;
    padding: 10px 18px;
    box-shadow: 0 6px 16px rgba(197, 157, 95, 0.35);
}

    .all-products:hover {
        transform: translateY(-2px);
        border: none !important;
        box-shadow: 0 10px 24px rgba(197, 157, 95, 0.35);
    }

/* Catalog Icon */

/* Main Button */
.catalog-btn {
    width: 50px;
    height: 50px;
    background: #D6AC67;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    .catalog-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    }

.catalog-svg {
    width: 50px;
    height: 50px;
}

/* Tooltip */
.catalog-tooltip {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #160000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

    /* Tooltip Arrow */
    .catalog-tooltip::before {
        content: "";
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 10px;
        height: 10px;
        background: #160000;
    }

/* Show Tooltip */
.catalog-btn:hover .catalog-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Catalog Icon */

/*******************Custom Css End*******************/
