 
 :root {
    --primary-color: #bfb1aa;
    --secondary-color: #998d87;
}

 .custom-svg{
    height: 10px;
    margin: 6px 6px;
}
.user-profile-box{
    height: 342px;
}

.invalid-txt {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #E11D48;
}

.fa-solid.fa-eye-slash, .fa-solid.fa-eye{
    cursor: pointer;
}

span.nav-active{
    color: #bfb1aa;
}


/* Sidebar in its default expanded state */
#sidebarMenu {
    width: 260px; /* Adjust as needed */
    transition: width 0.3s ease-in-out;
    overflow-x: hidden;
}

/* Sidebar brand / logo */
.sidebar-brand {
    padding: 0 0.25rem 0.85rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-brand-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.65rem;
    text-decoration: none;
    color: #fff;
    /* background: rgba(255, 255, 255, 0.04); */
    transition: background-color 0.2s ease;
}

.sidebar-brand-link:hover,
.sidebar-brand-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-brand-mark {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 0.55rem;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-brand-mark picture {
    display: contents;
}

.sidebar-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar-brand-text {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #bfb1aa;
}

/* Collapsed sidebar state */
#sidebarMenu.collapsed {
    width: 65px; /* Adjust as needed, should be enough for icons */
}

#sidebarMenu.collapsed .sidebar-brand {
    padding: 0 0.15rem 0.65rem;
}

#sidebarMenu.collapsed .sidebar-brand-link {
    justify-content: center;
    gap: 0;
    padding: 0.35rem;
}

#sidebarMenu.collapsed .sidebar-brand-mark {
    width: 36px;
    height: 36px;
}

#sidebarMenu.collapsed .sidebar-brand-text {
    display: none;
}

#sidebarMenu.collapsed .nav-link span.sidebar-text {
    display: none;
}

/* Adjust the main content to move when the sidebar collapses */
.content {
    margin-left: 260px; /* Match the default sidebar width */
    transition: margin-left 0.3s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content > .admin-footer {
    margin-top: auto;
}

.content.collapsed {
    margin-left: 65px; /* Match the collapsed sidebar width */
}

.notyf__message {
    white-space: nowrap !important; 
    overflow: hidden !important;      
    text-overflow: ellipsis !important; 
}

.notyf__toast {
    max-width: 600px !important; 
}

.notyf__ripple {
    width: 700px !important;
}

/* .form-control.is-invalid, .was-validated .form-control:invalid, .form-check-input.is-invalid, .form-select.is-invalid, .was-validated .form-select:invalid{
    background-image: none !important;
    border-color: #ced4da !important;
    box-shadow: none !important;
} */

.form-check-input.is-invalid~.form-check-label{
    color: #374151 !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-check-input.is-invalid {
  background-image: none !important;
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.cursor-pointer:hover {
    cursor: pointer;
}


.thumbnails-preview {
    padding: 15px;
    margin-top: 20px; 
}

.thumbnail-item {
    max-width: 150px; 
    height: auto;    
    object-fit: cover; 
    border: 1px solid #ddd;
    border-radius: 5px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out; 
}

.thumbnail-item:hover {
    transform: scale(1.05); 
}


@media (max-width: 576px) {
    .thumbnail-item {
        max-width: 100px; 
    }
}

.swal2-styled.swal2-confirm {
    background-color: #1F2937 !important;
}

.swal2-styled.swal2-cancel {
    background-color: #fb503b !important;
}


/* ==================    Custom Styles for Store Hours ================== */
.font-weight-bold {
     font-weight: 700; 
}
.btn-outline-gray-500 {
    border-color: var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}
.btn-outline-gray-500:hover {
    background-color: #f3f4f6;
    color: #1f2937;
}
/* .bg-light { background-color: #f8f9fa !important; } */
.nav-pills .nav-link { 
    border: none;
    border-radius: 6px;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 0.9rem;
}
/* .form-check-input:checked {
    background-color: #3b82f6;
    border-color: #3b82f6;
} */
.day-row {
    transition: all 0.2s ease;
}
/* .input-group-text {
    border-left: 0;
} */
.form-control:focus + .input-group-text {
    border-color: #262b40;
}

/* ==================    Custom Styles for Service Category Table ================== */
/* ── Tabs ── */
.service-category-btn {
    padding: 7px 26px;
    border-radius: 50px;
    border: 1.5px solid #d1c4b8;
    background: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    color: #7c6f65;
    cursor: pointer;
    transition: all .2s;
}
.service-category-btn.active, .service-category-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* ── Category section ── */
.cat-section {
    background: #fff;
    border: 1px solid #e8e0d8;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
}
.cat-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0ebe5;
}
.cat-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    flex-shrink: 0;
}
.cat-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}
.cat-count {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
}

/* ── Service cards inside a category ── */
.svc-cards-wrap {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.svc-inner-card {
    background: #fff;
    border: 1px solid #eae3db;
    border-radius: 10px;
    padding: 14px 16px 10px;
    position: relative;
}
.svc-inner-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2px;
}
.svc-inner-card-desc {
    font-size: 0.78rem;
    color: #9e8d80;
    margin-bottom: 10px;
}

/* ── Coat section heading ── */
.coat-heading {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9e8d80;
    margin: 6px 0 4px;
}

/* ── Price mini-table (inside service card) ── */
.svc-mini-table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 0.78rem;
}
.svc-mini-table thead th {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 6px 12px;
    border: none;
}
.svc-mini-table tbody tr {
    background: #f2f4f6;
    border-bottom: 1px solid #d9cec6;
}
.svc-mini-table tbody tr:last-child { border-bottom: none; }
.svc-mini-table tbody td {
    padding: 7px 12px;
    font-weight: 700;
    color: var(--primary-color);
    border: none;
}
.svc-mini-table tbody td.price-col { text-align: right; }

/* ── Service footer ── */
.svc-inner-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    flex-wrap: wrap;
    gap: 6px;
}
.svc-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.svc-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 600;
}
.badge-active   { background: var(--primary-color); color: #fff; }
.badge-inactive { background: #fee2e2; color: #991b1b; }
.badge-meta     { background: #f3f4f6; color: #6b7280; }
.badge-info     {background-color: #0369a1; color: #fff;}
.badge-green    {background-color: #000000ff; color: #f8f8f8ff;}

/* ── Action buttons ── */
.svc-actions { display: flex; gap: 5px; }
.svc-actions .btn {
    width: 30px; height: 30px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 0.72rem;
}

/* ── Edit button top-right ── */
.svc-edit-pin {
    position: absolute;
    top: 12px;
    right: 12px;
}

/* ── No services ── */
.no-services {
    text-align: center;
    padding: 40px 0;
    color: #b0a098;
}
.no-services i { font-size: 2.5rem; margin-bottom: 10px; display: block; }
.card-head-mini {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-start;
}
.mini-card-heda {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.btn-outline-dark{
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
    &:hover{
         background-color: transparent;
         color: var(--primary-color);
         border-color: var(--primary-color);
    }
}

/* ==================    Admin tables & dropdown overflow ================== */
.table-wrapper.table-responsive,
.card.table-wrapper.table-responsive {
    overflow: auto;
}

@media (max-width: 991.98px) {
    .table-wrapper.table-responsive,
    .card.table-wrapper.table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-wrapper.table-responsive:has(.dropdown-menu.show),
    .table-wrapper.table-responsive:has(.admin-table-dropdown-menu[style*='position: fixed']),
    .card.table-wrapper.table-responsive:has(.dropdown-menu.show),
    .card.table-wrapper.table-responsive:has(.admin-table-dropdown-menu[style*='position: fixed']) {
        overflow: visible;
    }
}

.table-wrapper .table,
.table-responsive > .table {
    margin-bottom: 0;
}

.table .btn-group,
.table .admin-action-dropdown,
.table .dropdown {
    position: static;
}

.table .admin-action-dropdown,
.table .dashboard-row-actions {
    display: inline-flex;
    width: auto;
}

.table .dropdown-menu,
.table .admin-table-dropdown-menu {
    z-index: 1060;
    width: max-content;
    min-width: 0;
    max-width: 16rem;
}

.admin-table-dropdown-menu,
.dashboard-row-actions-menu {
    margin-top: 0;
    width: max-content;
    min-width: 0;
    max-width: 16rem;
}

.table .dropdown-menu.show.admin-table-dropdown-menu {
    display: block;
}

.admin-table-dropdown-menu .dropdown-item,
.dashboard-row-actions-menu .dropdown-item {
    white-space: nowrap;
    padding: 0.375rem 0.75rem;
}

.admin-table-dropdown-menu .dropdown-item.text-wrap,
.dashboard-row-actions-menu .dropdown-item.text-wrap {
    white-space: normal;
}

.dashboard-row-actions {
    display: inline-flex;
    vertical-align: middle;
}

/* ==================    Service categories selection pages ================== */
.store-selection-row {
    justify-content: flex-start;
}

.store-selection-col {
    max-width: 360px;
}

.store-selection-card {
    transition: all 0.3s ease;
}

.store-selection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
    border: 1px solid var(--primary-color) !important;
}

.navbar.navbar-top.navbar-dashboard {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

/* ==================    Admin footer ================== */
.admin-footer {
    padding: 1rem 0 1.25rem;
    margin-top: 2rem;
    border-top: 1px solid #e5e7eb;
    background: transparent;
    box-shadow: none;
}

.admin-footer-text {
    color: #6b7280;
    font-size: 0.875rem;
    text-align: center;
}

@media (min-width: 992px) {
    .admin-footer-text {
        text-align: left;
    }
}

.admin-footer-link {
    color: #262b40;
    font-weight: 600;
    text-decoration: none;
}

.admin-footer-link:hover {
    color: #fb503b;
}

/* Admin notification bell */
.notification-bell-nav {
    position: relative;
    display: flex;
    align-items: center;
}

.notification-bell-shell {
    position: relative;
}

.notification-bell-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 !important;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    flex-shrink: 0;
}

.notification-bell-toggle:hover,
.notification-bell-toggle:focus {
    outline: none;
    background-color: #e6ddce !important;
    border-radius: 0.5rem;
}

.notification-bell-icon {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
    display: block;
}

@media (min-width: 992px) {
    .notification-bell-toggle {
        width: 3rem;
        height: 3rem;
    }

    .notification-bell-icon {
        width: 1.85rem;
        height: 1.85rem;
    }

    .notification-bell-badge {
        top: 0.35rem;
        right: 0.25rem;
        font-size: 0.7rem;
    }
}

.notification-bell-badge {
    position: absolute !important;
    top: 0.1rem;
    right: -0.1rem;
    font-size: 0.65rem;
    min-width: 1.1rem;
    padding: 0.2em 0.45em;
    line-height: 1;
    z-index: 2;
}

.notification-bell-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    left: auto;
    display: none;
    width: 22rem;
    min-width: 22rem;
    max-width: calc(100vw - 2rem);
    max-height: 26rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1055;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
}

.notification-bell-menu.show {
    display: block;
}

.notification-bell-body {
    max-height: 20rem;
    overflow-y: auto;
    position: relative;
    min-height: 8rem;
}

.notification-bell-loading-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    z-index: 2;
}

.notification-bell-load-more {
    min-height: 2.5rem;
}

.notification-bell-header {
    padding: 0.85rem 1rem;
    background: #fff;
}

.notification-bell-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.35rem;
}

.notification-bell-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.notification-bell-action {
    padding: 0 !important;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

.notification-bell-list {
    max-height: none;
    overflow: visible;
}

.notification-bell-item {
    white-space: normal !important;
    padding: 0.85rem 1rem !important;
    border-bottom: 1px solid #f1f5f9;
}

.notification-bell-item--unread {
    background: #f8fafc;
}

.notification-bell-item-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.25rem;
}

.notification-bell-item-body {
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.4;
}

.notification-bell-item-time {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 0.35rem;
}

.notification-bell-empty {
    padding: 2rem 1rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.875rem;
}

