﻿.light_logo {
    width: 160px !important;
}

.toast-top-right {
    top: 60px !important;
    right: 20px !important;
}

.toggle_icon{
    offset-rotate:90deg !important;
    font-size:10px !important;
}

.toggle_activity{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

.stats__card {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.bg-emerald-500 {
    background:#10b981;
}
.bg-red-500 {
    background: #ef4444;
}

.bg-gray-500 {
    background: #6b7280;
}
.bg-yellow-600 {
    background: #ca8a04;
}
.bg-sky-500 {
    background: #0ea5e9 !important;
}
.accent-color-primary {
    accent-color: #7A70BA;
}
/*button:hover{
    color:unset !important;
}*/
.dz-progress, .dz-success-mark, .dz-remove {
    display: none !important;
}
.remove-icon {
    background-color: #fff !important;
    color: red;
    border: 0;
    font-size: large;
}
.dropzone .dz-preview .dz-image {
    z-index: 0 !important;
}

.dz-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit:contain !important;
}
.assesment-btn{
    align-items:flex-end !important;
}

.unit-row td {
    cursor : pointer !important;
}
.avatar-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7A70BA;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}
/*min-width*/
.min-width-150{
    min-width:150px;
}
.min-width-171{
    min-width:171px;
}
.text-right {
    text-align: right;
}


.test_table + th {
    background : red !important;
}


@media screen and (max-width: 480px) {
    .page-wrapper.compact-wrapper .page-header .page-title {
        display: flex !important;
    }
}
@media screen and (max-width: 768px) {
    .w-49-5 {
        width: 100% !important;
    }
    .grid-card{
        grid-template-columns:repeat(2,1fr)!important;
    }
    .mt-n-23 {
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 867px) {
    .w-49-5 {
        width: 100% !important;
    }
}
@media screen and (max-width: 991px){
    .flex-col-rev {
        flex-direction: column-reverse !important;
    }
}
@media screen and (max-width: 1281px) {
    #offersContainer {
        max-height: calc(100vh - 0px)!important;
    }
    .grid-card {
        grid-template-columns: repeat(2,1fr) !important;
    }
}
@media screen and (max-width: 600px) {
    .grid-card {
        grid-template-columns: repeat(1,1fr) !important;
    }
}
@media screen and (min-width: 767px) {
    .mt-md-n24 {
        margin-top: -24px !important;
    }
}

    .pagination {
        --bs-pagination-border-color: none !important;
    }

    .active > .page-link, .page-link.active {
        background-color: var(--theme-default) !important;
        color: #fff !important;
        box-shadow: none;
    }

    .page-link {
        color: #000 !important;
    }

    .page-item .page-link {
        border-radius: 5px !important;
    }
    /* Remove boxed look for all pagination buttons */
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border: none !important;
        background: none !important;
        color: #000 !important;
        font-weight: 500;
        margin: 0 4px;
        padding: 4px 8px;
        cursor: pointer;
    }

        /* Active page (current) */
        .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background: #7c6fcf !important; /* purple like your design */
            color: #fff !important;
            border-radius: 5px;
            font-size: 1rem;
        }

        /* Hover effect */
        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background: #7c6fcf !important;
            color: #fff !important;
        }

        /* Disabled state for Previous/Next */
        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
            color: #bbb !important;
            cursor: not-allowed;
            background: none !important;
        }

    .dataTables_wrapper .dataTables_paginate {
        border-width: 0px !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: white !important;
        }

    .mt-n30 {
        margin-top: -30px !important;
    }

    .mt-n20 {
        margin-top: -20px !important;
    }

    .mt-n50 {
        margin-top: -50px !important;
    }

    .mw-100 {
        min-width: 100px;
    }

    .mw-52 {
        min-width: 52px;
    }

    .mw-124 {
        min-width: 124px !important;
    }

    .mw-86 {
        min-width: 86px !important;
    }

    .mw-160 {
        min-width: 160px !important;
    }

    .mt-40 {
        margin-top: -40px !important;
    }

    .select2-container .select2-selection--single {
        height: 37px !important;
        padding: 4px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px !important;
    }

    .select2-container--open .select2-dropdown--below {
        border-top: 1px solid gray !important;
        width: 325px !important;
    }

    .w-325 {
        width: 325px !important;
    }
    /* Disabled state for Previous/Next */
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        color: #bbb !important;
        cursor: not-allowed;
        background: none !important;
    }
.dataTables_wrapper .dataTables_paginate {
    border-width:0px!important;
}
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: white !important;
    }
.mt-n30 {
    margin-top: -30px !important;
}
.mt-n20 {
    margin-top: -20px !important;
}
.mt-n50 {
    margin-top: -50px !important;
}
.mw-100{
    min-width:100px;
}
.mw-52{
    min-width:52px;
}
.mw-124{
    min-width:124px !important;
}
.mw-86{
    min-width:86px !important;
}
.mw-160 {
    min-width: 160px !important;
}
.mt-40{
    margin-top: -40px !important;
}
.mw-70{
    min-width:70px !important;
}
.mw-150{
    min-width:150px !important;
}
.mw-37{
    min-width:37px !important;
}
.mw-500{
    max-width:500px !important;
}
.pr-12{
    padding-right:12px !important;
}
.h-90 {
    height: 90%;
}
.bg-Primary {
    background-color: var(--theme-default) !important;
}
.bg-Warning {
    background-color: #D77748 !important;
    color: #fff;
}
.gallery-wrapper {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.gallery-img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out; /* smooth fade */
}

.gallery-card .delete-btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-card:hover .gallery-img {
    opacity: 0.4; /* fade effect on hover */
}

.gallery-card:hover .delete-btn {
    display: block;
    opacity: 1; /* fade in button */
}


/*custom css*/

 .product-card {
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: 0.2s;
    }
    .product-card:hover { transform: translateY(-3px); }
    .cart-item { border-bottom: 1px solid #dee2e6; padding: .5rem 0; }
    .order-panel {
      background: #fff;
      border-left: 1px solid #dee2e6;
/*      min-height: 100vh;*/
    }
    .h-89{
        height:89% !important;
    }

.btn_cart {
    background: #fff;
    color: #555;
    border: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #ccc;
    font-weight: bolder;
}

.cart-item_img{
    width : 50px;
    height: 50px;
}

    .cart-item_img img {
        max-width: 100%;
        height : auto;
    }

    .cart_remove {
        background: #fff;
        border-radius: 4px;
        color: red;
        border : 0;
    }
    .order-panel {
    display: flex;
    flex-direction: column;
    height: 100%; /* match parent height */
   
}

.order-panel > div:first-child {
    flex: 1;
    min-height: 0; /* important for flexbox scroll */
    padding-right: 4px; /* space for scrollbar */
}

#cartItems {
    max-height: 300px; /* optional limit just for items */
    overflow-y: auto;
}

.border__right {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.w-49-5 {
    width: 49.5%;
}
.description-box {
    background: #efeff9 !important;
    border-radius: 8px !important;
    padding: 1.25rem !important;
    margin-top: 0.5rem !important;
    border-left: 4px solid #7A70BA!important;
}

.product__offer {
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #12b985 !important;
    border-radius: 4px;
    color: #fff !important;
    padding: 2px 4px;
}
.grid-card{
    display:grid;
    grid-template-columns:repeat(4,1fr)
}
.heart-icon {
    font-size: 16px !important;
    border-radius: 50% !important;
    right: -1px !important;
    top: 0px !important;
    background: #fff !important;
    padding: 0px 6px !important;
    color: rgb(204, 204, 204) ;
    font-size: 1.2rem !important;
    z-index: 6 !important;
}

.m-h-211 {
    min-height: 211px !important;
}

.card-border{
    border:1px solid #ccc !important;
}

.bg-card {
    background-color: #efeff9 !important;
}

:root {
    --blue-50: #efeff9 !important;
    --blue-100: #cccceb !important;
    --blue-200: #b4b4e2 !important;
    --blue-300: #9291d5 !important;
    --blue-400: #7d7ccd !important;
    --blue-500: #5c5bc0 !important;
    --blue-600: #5453af !important;
    --blue-700: #414188 !important;
    --blue-800: #33326a !important;
    --blue-900: #272651 !important;
    --lavender: #f9f5ff !important;
}

.product-card {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    background-color: white !important;
    height: 100% !important;
}

    .product-card:hover {
        transform: translateY(5px) !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
    }

.product-image {
    height: 220px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
    width: 100% !important;
}
.type-badge {
    background-color: var(--lavender) !important;
    color: var(--blue-700) !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.feature-icon {
    color: var(--blue-500) !important;
    margin-right: 6px !important;
}

.add-button {
    background-color: transparent !important;
    color: #7a70ba !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: background-color 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #7a70ba;
}

    .add-button:hover {
        background-color: #7a70ba !important;
        color: #fff !important;
    }

    .add-button:active {
        transform: scale(0.98) !important;
    }

.card.h-89 {
    height: 89% !important;
}



/* Select Button */
.select-offer-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: transparent; /* base blue-marguerite gradient */
    color: #7A70BA;
    border: 1px solid #7A70BA;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(138, 137, 203, 0.25);
    letter-spacing: 0.5px;
}

    /*.select-offer-btn:hover {
        background: linear-gradient(to right, #695fa3, #8c89cb);*/ /* reverse gradient on hover */
        /*box-shadow: 0 8px 20px rgba(138, 137, 203, 0.4);
        transform: translateY(-2px);
    }*/

    .select-offer-btn:active {
        transform: translateY(0);
    }

@media screen and (min-width: 1201px) and (max-width: 1440px) {
    .grid-card {
        grid-template-columns: repeat(3,1fr) !important;
    }
    #offersContainer {
        max-height: calc(100vh - 25px)!important;
    }
}
#offersContainer {
    max-height: calc(100vh - 120px); /* Adjust height as needed (e.g., 70vh, 80vh) */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scroll */
    padding-right: 8px; /* Small space to avoid scrollbar overlap */
}

    /* Optional: nice scrollbar styling */
    #offersContainer::-webkit-scrollbar {
        width: 4px;
    }

    #offersContainer::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }


        #offersContainer::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0.4);
        }

.flex-col-rev {
    display: flex;
    flex-wrap: wrap;
}
#offersContainer {
    flex-grow: 1;
}
.underline{
    text-decoration:underline!important;
}
.select-off-btn-selected {
    background: #414188 !important;
    color: white !important;
    border: none !important;
}
.apexcharts-xcrosshairs.apexcharts-active, .apexcharts-ycrosshairs.apexcharts-active{
    opacity:0 !important;
}
.min-w-178{
    min-width:178px !important;
}
.w-120{
    min-width:120px !important;
}

#productsContainer {
    max-height: calc(100vh - 120px); /* Adjust if you have a header/footer */
    overflow-y: auto; /* Enable vertical scroll */
    overflow-x: hidden; /* Prevent horizontal scroll */
    padding-right: 8px; /* Optional spacing for scrollbar */
}

    /* Optional: nicer scrollbar */
    #productsContainer::-webkit-scrollbar {
        width: 4px;
    }

    #productsContainer::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.2);
        border-radius: 4px;
    }

    #productsContainer::-webkit-scrollbar-track {
        background: transparent;
    }

.plans-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}

/* --- Card --- */
.plan-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 10px;
    width: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
}

    .plan-card:hover {
        transform: translateY(3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .plan-card.selected {
        border-color: var(--blue-500);
        background-color: var(--lavender);
    }

/* --- Header --- */
.plan-header {
    text-align: center;
    margin-bottom: 1rem;
}

.plan-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--blue-900);
}

/* --- Amount Section --- */
.amount-row {
    text-align: center;
    margin-bottom: 1.2rem;
}

.amount-label {
    font-size: 0.9rem;
    color: var(--gray-600);
}

.amount-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--blue-500);
}

/* --- Points Section --- */
.points-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
}

.points-item {
    flex: 1;
}

.points-label {
    font-weight: 600;
    color: var(--blue-800);
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.points-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--blue-700);
}

.divider {
    width: 1px;
    height: 40px;
    background-color: var(--blue-100);
}

/* --- Button --- */
.select-offer-btn {
    width: 100%;
    padding: 0.8rem;
    border: none;
    border-radius: 6px;
    background-color: var(--blue-500);
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .select-offer-btn:hover {
        background-color: var(--blue-600);
    }

.plan-card.selected .select-offer-btn {
    background-color: var(--blue-700);
}

    .plan-card.selected .select-offer-btn:hover {
        background-color: var(--blue-800);
    }

/* --- Selected Badge --- */
.selected-badge {
    position: absolute;
    top: -8px;
    right: 12px;
    background-color: var(--blue-500);
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.7rem;
    font-weight: 600;
    display: none;
}

.plan-card.selected .selected-badge {
    display: block;
}
.bg-lavender {
    background-color: #f0fdf4 !important; /* lavender tone */
}

.border-blue {
    border: 2px solid #16a34a !important; /* green-500 border */
}




.flex-col-rev {
    display: flex;
    flex-wrap: wrap;
}
#offersContainer {
    flex-grow: 1;
}
.underline{
    text-decoration:underline!important;
}
.select-off-btn-selected {
    background: #16a34a !important;
    color: white;
}
.apexcharts-xcrosshairs.apexcharts-active, .apexcharts-ycrosshairs.apexcharts-active{
    opacity:0 !important;
}
.min-w-178{
    min-width:178px !important;
}
.w-120{
    min-width:120px !important;
}
#productsContainer {
    max-height: calc(100vh - 120px) !important; /* Adjust if you have a header/footer */
    overflow-y: auto !important; /* Enable vertical scroll */
    overflow-x: hidden !important; /* Prevent horizontal scroll */
    padding-right: 8px !important; /* Optional spacing for scrollbar */
}

    /* Optional: nicer scrollbar */
    #productsContainer::-webkit-scrollbar {
        width: 4px !important;
    }

    #productsContainer::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.2) !important;
        border-radius: 4px !important;
    }

    #productsContainer::-webkit-scrollbar-track {
        background: transparent !important;
    }
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: 180px !important;
}
.badge {
    font-size: 0.875rem !important;
    padding: 0.5rem 0.75rem !important;
    font-weight: 500 !important;
}
.amount-row {
    position: relative;
    padding-top: 12px;
    margin-top: 12px;
}

    .amount-row::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }
    .cancel:hover{
        color:white!important;
    }
    .font-out{
        font-family:'Outfit',sans-serif!important;
    }
table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after {
    position: absolute !important;
}

div.dataTables_wrapper {
    font-family: 'Outfit',sans-serif !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background:#fff !important;
    color:#000 !important;
}
.min-w-200{
    min-width:200px!important;
}
.wallets-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)) !important;
    gap: 25px !important;
    margin-bottom: 30px !important;
}

.wallet-card {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 25px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

    .wallet-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    }

.wallet-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.wallet-title {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
}

.wallet-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    color: white !important;
}

.main-wallet .wallet-icon {
    background: #7A70BA !important;
}

.bonus-wallet .wallet-icon {
    background: #7A70BA !important;
}

.wallet-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
}

.stat-item {
    display: flex !important;
    flex-direction: column !important;
    padding: 18px !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    transition: all 0.3s ease !important;
}

    .stat-item:hover {
        background: #f1f5f9 !important;
        transform: translateY(-3px) !important;
    }

.stat-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    color: #64748b !important;
    margin-bottom: 8px !important;
}

.stat-value {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.positive {
    color: #38a169 !important;
}

.negative {
    color: #e53e3e !important;
}

@media (max-width: 768px) {
    .wallets-container {
        grid-template-columns: 1fr !important;
    }

    .wallet-stats {
        grid-template-columns: 1fr !important;
    }
}
.text-dark-blue {
    color: #48A3D7 !important;
}
.bg-gray {
    background: #f3f5f9 !important;
}
.badge-warning {
    background-color: #fb923c!important;
}
.bg-warning {
    background-color: #fb923c!important;
}
@media (max-width: 768px) {
    .hours-table {
        display: block;
        overflow-x: auto;
    }
}



/*notification-page style starts*/
.franchise-notification-container {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}

.franchise-notification-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.franchise-notification-subtitle {
    color: #7f8c8d;
    font-size: 1.1rem;
}

.franchise-notification-form {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.franchise-notification-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

    .franchise-notification-section:last-of-type {
        border-bottom: none;
    }

.franchise-notification-section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

    .franchise-notification-section-title i {
        margin-right: 10px;
        color: #7a70ba;
    }

.franchise-notification-dropdown {
    position: relative;
    width: 100%;
}

.franchise-notification-dropdown-btn,
.franchise-notification-type-dropdown {
    width: 100%;
    padding: 12px 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-color 0.3s;
}

    .franchise-notification-dropdown-btn:hover,
    .franchise-notification-type-dropdown:hover {
        border-color: #7a70ba;
    }

.franchise-notification-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 20;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.franchise-notification-dropdown-search {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.franchise-notification-dropdown-item {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    transition: background 0.2s;
    gap:8px;
}

    .franchise-notification-dropdown-item:hover {
        background: #f5f7fa;
    }

.franchise-notification-selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.franchise-notification-selected-item {
    background: #7a70ba;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

    .franchise-notification-selected-item i {
        margin-left: 5px;
        cursor: pointer;
    }

.franchise-notification-input-field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s;
}

    .franchise-notification-input-field:focus {
        outline: none;
        border-color: #7a70ba;
        box-shadow: 0 0 0 2px rgba(122, 112, 186, 0.2);
    }

.franchise-notification-char-count {
    text-align: right;
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}

.franchise-notification-button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.franchise-notification-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .franchise-notification-btn i {
        margin-right: 8px;
    }

.franchise-notification-btn-clear {
    background-color: #f8f9fa;
    color: #555;
    border: 1px solid #ddd;
}

.franchise-notification-btn-send {
    background: linear-gradient(135deg, #7a70ba 0%, #7a70ba 100%);
    color: white;
}

@media (max-width: 768px) {
    /* Stack buttons vertically on small screens */
    .franchise-notification-button-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

        .franchise-notification-button-group .btn,
        .franchise-notification-btn-send,
        .franchise-notification-btn-clear {
            width: 100%;
            text-align: center;
        }

    /* Optional: make dropdowns fill width nicely */
    .franchise-notification-dropdown-btn,
    .franchise-notification-type-dropdown {
        width: 100%;
    }

    /* Make form inputs fully responsive */
    .franchise-notification-field input,
    .franchise-notification-field textarea {
        width: 100%;
    }
}
/*notification-page style ends*/

.mt-n-23 {
    margin-top: -23px;
}



/*side-bar drop-down icon color*/
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
    color: #fff;
}

.text-success {
    color: #0DA759!important;
}
.text-info {
    color: #48A3D7!important;
}
.fs-13 {
    font-size:13px !important;
}
.main__wrapper{
    display:flex !important;
    flex-direction:column !important;
    min-height:100vh !important;
}
.pagination-fixed{
    margin-top:auto !important;
}
.toast-message{
    color:white!important;
}
.mt-2px {
    margin-top: 2px !important;
}
.dropdown .dropdown-menu{
    background:white!important;
}