.nav {
    font-family: 'Playfair Display', serif;
}

.inter {
    font-family: 'Inter', sans-serif;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #111111;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(108.96deg, #C9A240 0%, #D8BB74 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e8cd87;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #140c06;
}

.thin-scrollbar::-webkit-scrollbar {
    height: 4px;
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background: linear-gradient(108.96deg, #C9A240 0%, #D8BB74 100%);
    border-radius: 10px;
}

.thin-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #C9A240 transparent;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

html {
    scroll-behavior: smooth;
}

.auth-image-panel {
    background-image: url('/assets/images/log.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.swal2-popup {
    background: #140c06 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 !important;
}

.swal2-timer-progress-bar {
    background: linear-gradient(108.96deg, #C9A240 0%, #D8BB74 100%) !important;
}

.swal2-title {
    color: #C9A240 !important;
    font-family: 'Playfair Display', serif;
}

.swal2-html-container {
    color: #ccc !important;
    font-family: 'Inter', sans-serif;
}

.password-status {
    font-size: 0.8rem;
    margin-top: 4px;
    transition: all 0.3s ease;
}


.btn-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.btn-loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

input:where([type=text]),
input:where(:not([type])),
input:where([type=email]),
input:where([type=url]),
input:where([type=password]),
input:where([type=number]),
input:where([type=date]),
input:where([type=datetime-local]),
input:where([type=month]),
input:where([type=search]),
input:where([type=tel]),
input:where([type=time]),
input:where([type=week]),
select:where([multiple]),
textarea,
select {
    border-width: 0;
}

section[id^="booking-step-"],
section[data-booking-step] {
    display: none;
}

section[data-booking-step="1"] {
    display: block;
}

input:where([type=text]):focus,
input:where(:not([type])):focus,
input:where([type=email]):focus,
input:where([type=url]):focus,
input:where([type=password]):focus,
input:where([type=number]):focus,
input:where([type=date]):focus,
input:where([type=datetime-local]):focus,
input:where([type=month]):focus,
input:where([type=search]):focus,
input:where([type=tel]):focus,
input:where([type=time]):focus,
input:where([type=week]):focus,
select:where([multiple]):focus,
textarea:focus,
select:focus {
    outline: none !important;
    border-color: #C9A240 !important;
    --tw-ring-color: #C9A240 !important;
}

input:where([type=text]),
input:where(:not([type])),
input:where([type=email]),
input:where([type=url]),
input:where([type=password]),
input:where([type=number]),
input:where([type=date]),
input:where([type=datetime-local]),
input:where([type=month]),
input:where([type=search]),
input:where([type=tel]),
input:where([type=time]),
input:where([type=week]),
select:where([multiple]),
textarea,
select {
    border-width: 0 !important;
    outline: none !important;
}

input:where([type=text]):focus,
input:where(:not([type])):focus,
input:where([type=email]):focus,
input:where([type=url]):focus,
input:where([type=password]):focus,
input:where([type=number]):focus,
input:where([type=date]):focus,
input:where([type=datetime-local]):focus,
input:where([type=month]):focus,
input:where([type=search]):focus,
input:where([type=tel]):focus,
input:where([type=time]):focus,
input:where([type=week]):focus,
select:where([multiple]):focus,
textarea:focus,
select:focus {
    border-width: 0 !important;
    outline: none !important;
}

.no-yellow-focus:focus {
    border-color: transparent !important;
    --tw-ring-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.hover\:no-underline:hover {
    text-decoration: none !important;
}

.progress-step-item {
    width: 120px;
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .progress-step-item {
        width: 200px;
    }
}

@media (min-width: 1024px) {
    .progress-step-item {
        width: 125px;
    }
}

/* Settings Page Custom Styles */
@media (max-width: 767px) {
    #saveBtn {
        width: 100% !important;
    }

    #profilePreview {
        width: 70px !important;
        height: 70px !important;
    }
}

@media (min-width: 768px) {
    #saveBtn {
        width: 20% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 150px;
        font-size: 18px;
        white-space: nowrap;
    }
}

/* Sidebar Styles */
.menu-item {
    transition: all 0.3s ease;
    position: relative;
}

.menu-item.active {
    color: #C9A240 !important;
    background-color: rgba(201, 162, 64, 0.2) !important;
}

.menu-item.active .icon {
    background-color: #C9A240 !important;
}

.menu-item.active::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 32px;
    background-color: #C9A240;
    border-radius: 0 4px 4px 0;
}

.menu-item:not(.active) {
    color: #9ca3af !important;
}

.menu-item:not(.active) .icon {
    background-color: #9ca3af !important;
}

.menu-item:hover:not(.active) {
    background-color: #1b1b1b !important;
}

/* Status Colors */
.status-card-pending {
    border-color: rgba(239, 68, 68, 0.4) !important;
}

.status-text-pending {
    color: #ef4444 !important;
}

.status-bg-pending {
    background-color: rgba(239, 68, 68, 0.1) !important;
}

.status-card-completed {
    border-color: rgba(34, 197, 94, 0.4) !important;
}

.status-text-completed {
    color: #22c55e !important;
}

.status-bg-completed {
    background-color: rgba(34, 197, 94, 0.1) !important;
}

.status-card-today {
    border-color: rgba(201, 162, 64, 0.4) !important;
}

.status-text-today {
    color: #C9A240 !important;
}

.status-bg-today {
    background-color: rgba(201, 162, 64, 0.1) !important;
}

/* Icon Status Filters */
.icon-pending {
    filter: brightness(0) saturate(100%) invert(43%) sepia(91%) saturate(3025%) hue-rotate(338deg) brightness(101%) contrast(91%) !important;
}

.icon-completed {
    filter: brightness(0) saturate(100%) invert(62%) sepia(92%) saturate(382%) hue-rotate(94deg) brightness(91%) contrast(88%) !important;
}

.icon-today {
    filter: brightness(0) saturate(100%) invert(67%) sepia(61%) saturate(461%) hue-rotate(8deg) brightness(95%) contrast(88%) !important;
}

.status-bg-today-premium {
    background: linear-gradient(135deg, #C9A240 0%, rgba(201, 162, 64, 0.7) 100%) !important;
    box-shadow: 0 6px 18px rgba(201, 162, 64, 0.35), 0 0 10px rgba(201, 162, 64, 0.25) !important;
}

/* Admin Settings Responsive Styles */
@media (max-width: 767px) {
    .admin-profile-header {
        align-items: center !important;
        text-align: center !important;
        padding: 2rem 1.5rem !important;
    }

    .admin-profile-header .relative.w-fit {
        margin: 0 auto !important;
    }

    .admin-profile-info h2 {
        font-size: 1.5rem !important;
        margin-top: 0.5rem !important;
    }

    .admin-profile-info p {
        font-size: 0.875rem !important;
    }

    .tab-section h3 {
        font-size: 1.5rem !important;
        text-align: center !important;
    }

    .tab-section p {
        text-align: center !important;
        font-size: 0.875rem !important;
    }

    .save-btn {
        width: 100% !important;
        padding: 1rem !important;
        font-size: 1rem !important;
    }

    .tab-btn {
        flex: 1 1 auto !important;
        justify-content: center !important;
        font-size: 0.875rem !important;
        padding: 0.75rem 1rem !important;
    }
}

/* Fix Uppercase Labels */
.admin-label {
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 0.875rem !important;
}

/* Additional small screen adjustments for inputs */
@media (max-width: 640px) {
    .admin-profile-header img {
        width: 100px !important;
        height: 100px !important;
    }
}

/* setting */
/* Salon Directory Header Styles */
.top-navbar {
    width: 100%;
    padding: 16px 24px;
    border-radius: 28px;
    background: #171717;
    border: 1px solid #2a2a2a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-bottom: 24px;
    overflow-x: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.top-navbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.top-navbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.nav-left {
    max-width: 250px;
    flex-shrink: 1;
}

.nav-left h2 {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
}

.nav-left p {
    color: #8b8b8b;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 1.2;
}

.nav-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.filter-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 16px;
    background: #1e1e1e;
    border: 1px solid #2c2c2c;
    flex-shrink: 0;
}

.filter-tabs .tab {
    padding: 8px 16px;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #9ca3af;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.filter-tabs .tab.active {
    background: linear-gradient(108.96deg, #C9A240 0%, #D8BB74 100%);
    color: #000;
}

.filter-tabs .tab:hover:not(.active) {
    color: white;
}

.dropdown-btn {
    height: 48px;
    padding: 0 16px;
    border-radius: 16px;
    background: #1c1c1c;
    border: 1px solid #2c2c2c;
    color: #d1d5db;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.dropdown-btn:hover {
    background: #252525;
}

.add-btn {
    height: 48px;
    padding: 0 24px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(108.96deg, #C9A240 0%, #D8BB74 100%);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(201, 162, 64, 0.2);
    flex-shrink: 0;
    white-space: nowrap;
}

.add-btn:hover {
    background: linear-gradient(108.96deg, #D8BB74 0%, #C9A240 100%);
}

/* Mobile Adjustments for Header */
@media (max-width: 640px) {
    .top-navbar {
        padding: 8px 12px;
        border-radius: 16px;
        gap: 8px;
    }

    .nav-left {
        max-width: 100px;
    }

    .nav-left h2 {
        font-size: 12px;
    }

    .nav-left p {
        font-size: 8px;
        margin-top: 1px;
    }

    .nav-right {
        gap: 6px;
    }

    .filter-tabs {
        border-radius: 10px;
        padding: 2px;
        gap: 2px;
    }

    .filter-tabs .tab {
        padding: 4px 8px;
        font-size: 10px;
        border-radius: 8px;
    }

    .dropdown-btn, .add-btn {
        height: 32px;
        padding: 0 8px;
        font-size: 10px;
        border-radius: 10px;
        gap: 4px;
    }
    
    .dropdown-btn img, .add-btn img {
        width: 12px;
        height: 12px;
    }
}
.salon-card {
    background: linear-gradient(180deg, #151515 0%, #101010 100%);
    border: 1px solid #232323;
    border-radius: 34px;
    overflow: hidden;
    box-shadow:
        0 15px 40px rgba(0, 0, 0, .55),
        inset 0 1px 0 rgba(255, 255, 255, .02);
}

.salon-image {
    height: 370px;
    position: relative;
    overflow: hidden;
}

.salon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .95) 8%,
            rgba(0, 0, 0, .25) 45%,
            rgba(0, 0, 0, .15) 100%);
}

.status-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.status-badge.active {
    background: rgba(34, 197, 94, .16);
    border: 1px solid rgba(74, 222, 128, .25);
    color: #4ade80;
}

.status-badge.pending {
    background: rgba(201, 162, 64, .14);
    border: 1px solid rgba(201, 162, 64, .22);
    color: #C9A240;
}

.status-badge.suspended{
    background: rgba(234, 60, 63, .14);
    border: 1px solid rgba(234, 60, 63, .22);
    color: #EA3C3F;
}

.rating-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    height: 40px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(50, 50, 50, .8);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.bottom-content {
    position: absolute;
    left: 26px;
    bottom: 26px;
}

.salon-title {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #d0d0d0;
    font-size: 16px;
    font-weight: 400;
}

.card-body {
    padding: 18px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}

.info-box {
    background: #171717;
    border: 1px solid #292929;
    border-radius: 20px;
    padding: 18px;
}

.info-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #727272;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.info-value {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.outline-btn {
    height: 48px;
    border-radius: 14px;
    background: #171717;
    border: 1px solid #292929;
    color: #d4d4d4;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.outline-btn:hover {
    background: #222;
    border-color: #333;
    color: white;
}

.approve-btn {
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(108.96deg, #C9A240 0%, #D8BB74 100%);
    border: none;
    color: black;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 0 20px rgba(201, 162, 64, .35);
    transition: all 0.3s ease;
}

.approve-btn:hover {
    background: linear-gradient(108.96deg, #D8BB74 0%, #C9A240 100%);
    transform: translateY(-1px);
}

