/* /Components/Layout/DoctorsLayout.razor.rz.scp.css */
/* Doctors Layout Styles */
.main-content[b-880u0km30z] {
    margin-top: 80px; /* Adjust based on your header height */
    min-height: calc(100vh - 80px);
    background-color: #f8f9fa;
}

/* Ensure proper spacing for fixed header */
@media (max-width: 768px) {
    .main-content[b-880u0km30z] {
        margin-top: 70px; /* Smaller margin for mobile */
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
/* Footer Social Media Links */
.social-links[b-b0u93w8gwq] {
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.social-links ul[b-b0u93w8gwq] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links li[b-b0u93w8gwq] {
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.social-links a[b-b0u93w8gwq] {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.social-links a:hover[b-b0u93w8gwq] {
    color: #007bff;
    transform: translateX(5px);
}

.social-links i[b-b0u93w8gwq] {
    margin-left: 10px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

/* Fix for all footer links */
#footerBox[b-b0u93w8gwq] {
    position: relative;
    z-index: 1;
}

#footerBox a[b-b0u93w8gwq] {
    position: relative;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.morelink a[b-b0u93w8gwq] {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.morelink a:hover[b-b0u93w8gwq] {
    color: #007bff;
}

/* Footer Section Styling */
.seprator[b-b0u93w8gwq] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.seprator span[b-b0u93w8gwq] {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

/* Footer background styling */
.footer-background[b-b0u93w8gwq] {
    position: relative;
    z-index: 0;
}

.footer-background img[b-b0u93w8gwq] {
    position: relative;
    z-index: 0;
    pointer-events: none;
}

/* Additional fixes for clickability */
.uk-section[b-b0u93w8gwq] {
    position: relative;
    z-index: 1;
}

.uk-container[b-b0u93w8gwq] {
    position: relative;
    z-index: 2;
}

/* Ensure all footer content is clickable */
#footerBox *[b-b0u93w8gwq] {
    position: relative;
    z-index: 2;
}

#footerBox a[b-b0u93w8gwq] {
    z-index: 10 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-links[b-b0u93w8gwq] {
        margin-top: 15px;
    }
    
    .social-links a[b-b0u93w8gwq] {
        font-size: 14px;
    }
    
    .social-links i[b-b0u93w8gwq] {
        font-size: 16px;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
/* Header Layout Fixes */
.header-area[b-oddq0zif72] {
    position: relative;
    z-index: 1000;
}

#header[b-oddq0zif72] {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1001;
    padding: 14px 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

#header .container[b-oddq0zif72] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#header .row[b-oddq0zif72] {
    margin: 0;
    min-height: 70px;
}

/* Navigation Menu Styles */
#nav-menu-container[b-oddq0zif72] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-menu[b-oddq0zif72] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-menu li[b-oddq0zif72] {
    margin: 0 15px;
}

.nav-link[b-oddq0zif72] {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.nav-link:hover[b-oddq0zif72] {
    color: #007bff;
    background-color: #f8f9fa;
}

.nav-link span[b-oddq0zif72] {
    margin-left: 8px;
    font-size: 16px;
}

/* Logo Styles */
#logo[b-oddq0zif72] {
    display: flex;
    align-items: center;
    height: 100%;
}

#logo img[b-oddq0zif72] {
    max-height: 50px;
    width: auto;
}

/* Header Button Styles */
.header-btn[b-oddq0zif72] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header-btn .btn[b-oddq0zif72] {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.header-btn .btn:hover[b-oddq0zif72] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Mobile Menu Styles */
.mobile-menu-toggle[b-oddq0zif72] {
    display: none;
}

.mobile-menu-btn[b-oddq0zif72] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1002;
    pointer-events: auto;
    touch-action: manipulation;
}

.mobile-menu-btn:hover[b-oddq0zif72] {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.mobile-menu-btn span[b-oddq0zif72] {
    width: 25px;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
    border-radius: 2px;
    display: block;
    pointer-events: none;
}

.mobile-menu[b-oddq0zif72] {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1001;
    overflow-y: auto;
    pointer-events: none;
}

.mobile-menu-open[b-oddq0zif72] {
    right: 0;
    pointer-events: auto;
}

.mobile-menu-content[b-oddq0zif72] {
    padding: 20px;
    pointer-events: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-menu-header[b-oddq0zif72] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.mobile-menu-close-btn[b-oddq0zif72] {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.mobile-menu-close-btn:hover[b-oddq0zif72] {
    background-color: rgba(0, 0, 0, 0.1);
    color: #007bff;
}

.mobile-nav-menu[b-oddq0zif72] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu li[b-oddq0zif72] {
    margin-bottom: 15px;
}

.mobile-nav-link[b-oddq0zif72] {
    display: flex;
    align-items: center;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    transition: color 0.3s ease;
}

.mobile-nav-link:hover[b-oddq0zif72] {
    color: #007bff;
}

.mobile-nav-link span[b-oddq0zif72] {
    margin-left: 10px;
    font-size: 18px;
}

.mobile-login-btn[b-oddq0zif72] {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    text-align: center;
    display: block;
}

/* Mobile Menu Overlay - Removed to prevent dark background */

/* Responsive Design */
@media (max-width: 991px) {
    .mobile-menu-toggle[b-oddq0zif72] {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        z-index: 1003;
    }
    
    .mobile-menu-btn[b-oddq0zif72] {
        z-index: 1003 !important;
        position: relative;
    }
    
    #nav-menu-container[b-oddq0zif72] {
        display: none !important;
    }
    
    .header-btn[b-oddq0zif72] {
        display: none !important;
    }
    
    #header .row[b-oddq0zif72] {
        min-height: 60px;
    }
    
    #logo img[b-oddq0zif72] {
        max-height: 40px;
    }
}

@media (max-width: 768px) {
    #header .container[b-oddq0zif72] {
        padding: 0 10px;
    }
    
    .mobile-menu[b-oddq0zif72] {
        width: 90%;
    }
    
    #header .row[b-oddq0zif72] {
        min-height: 55px;
    }
}


/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s4kskhkphu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s4kskhkphu] {
    flex: 1;
}

.sidebar[b-s4kskhkphu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s4kskhkphu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-s4kskhkphu]  a, .top-row[b-s4kskhkphu]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-s4kskhkphu]  a:hover, .top-row[b-s4kskhkphu]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-s4kskhkphu]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-s4kskhkphu] {
        justify-content: space-between;
    }

    .top-row[b-s4kskhkphu]  a, .top-row[b-s4kskhkphu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s4kskhkphu] {
        flex-direction: row;
    }

    .sidebar[b-s4kskhkphu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s4kskhkphu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-s4kskhkphu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s4kskhkphu], article[b-s4kskhkphu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-s4kskhkphu] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-s4kskhkphu] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Pages/Doctors/Components/Filters.razor.rz.scp.css */
/* Filters Component Styles */
.filter-card[b-p6hzodwj19] {
    border-radius: 12px;
    position: sticky;
    top: 20px;
    direction: rtl;
    text-align: right;
}

.form-check-input:checked[b-p6hzodwj19] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.card-title[b-p6hzodwj19] {
    font-weight: 600;
}

/* Search input styling */
.input-group .form-control[b-p6hzodwj19] {
    border-radius: 0 0.375rem 0.375rem 0;
    text-align: right;
    direction: rtl;
}

.input-group .btn[b-p6hzodwj19] {
    border-radius: 0.375rem 0 0 0.375rem;
}

/* Form check styling */
.form-check[b-p6hzodwj19] {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.form-check-input[b-p6hzodwj19] {
    margin-left: 0;
    margin-right: 0.5rem;
    float: right;
}

.form-check-label[b-p6hzodwj19] {
    cursor: pointer;
    font-size: 0.9rem;
    text-align: right;
    margin-right: 1.5rem;
}

/* Button hover effects */
.btn-primary:hover[b-p6hzodwj19] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.btn-outline-secondary:hover[b-p6hzodwj19] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .filter-card[b-p6hzodwj19] {
        position: static;
        margin-top: 2rem;
    }
}

/* Section headers */
.fw-bold[b-p6hzodwj19] {
    color: #495057;
    font-size: 0.95rem;
}

/* Form label styling */
.form-label[b-p6hzodwj19] {
    color: #495057;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* Input focus styling */
.form-control:focus[b-p6hzodwj19] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Checkbox and radio button styling */
.form-check-input:focus[b-p6hzodwj19] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Button group spacing */
.d-grid.gap-2[b-p6hzodwj19] {
    gap: 0.75rem !important;
}

/* Icon styling */
.fas[b-p6hzodwj19] {
    font-size: 0.9rem;
}
/* /Components/Pages/Doctors/DoctorProfile.razor.rz.scp.css */
.doctor-profile[b-ttyxpijwyf] {
  direction: rtl;
  padding: 16px;
  --accent-color: rgb(18 176 190);
  --booking-primary: var(--accent-color);
  --booking-outline: var(--accent-color);
}

.profile-header[b-ttyxpijwyf] {
  display: flex;
  gap: 16px;
  align-items: center;
}

.avatar[b-ttyxpijwyf] {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.title-section .name[b-ttyxpijwyf] {
  margin: 0 0 4px 0;
  font-size: 22px;
}

.rank-line[b-ttyxpijwyf] {
  display: flex;
  gap: 8px;
  color: #4b5563;
  font-size: 14px;
}

.council[b-ttyxpijwyf] {
  margin-top: 6px;
  font-size: 14px;
  color: #374151;
}

.about[b-ttyxpijwyf] {
  margin-top: 20px;
  background: #fafafa;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  padding: 12px 16px;
}

.about h2[b-ttyxpijwyf],
.work-address h2[b-ttyxpijwyf],
.online-services h2[b-ttyxpijwyf] {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.addresses[b-ttyxpijwyf] {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.address-card[b-ttyxpijwyf] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.1);
}

.address-card:hover[b-ttyxpijwyf] {
  box-shadow: 0 4px 6px rgba(0,0,0,0.08), 0 10px 15px rgba(0,0,0,0.06);
}

.address-card h2[b-ttyxpijwyf] {
  position: relative;
  padding-top: 8px;
  margin-top: 0;
}

.address-card h2[b-ttyxpijwyf]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 4px;
  width: 64px;
  border-radius: 4px;
  background: var(--accent-color);
}

.address-card-grid[b-ttyxpijwyf] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 8px;
}

.booking-panel[b-ttyxpijwyf] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  background: #fafafa;
}

.booking-title[b-ttyxpijwyf] {
  font-weight: 600;
}

.booking-subtitle[b-ttyxpijwyf] {
  color: #6b7280;
  font-size: 14px;
  margin: 6px 0 10px 0;
}

.address-line[b-ttyxpijwyf] {
  color: #6b7280;
  margin-bottom: 6px;
}

.full-address[b-ttyxpijwyf] {
  font-size: 14px;
}

.actions[b-ttyxpijwyf] {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

.primary[b-ttyxpijwyf] {
  background: var(--booking-primary);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.outline[b-ttyxpijwyf] {
  background: transparent;
  color: var(--booking-outline);
  border: 1px solid var(--booking-outline);
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.online-services[b-ttyxpijwyf] {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.online-services h2[b-ttyxpijwyf] {
  margin: 0 0 10px 0;
  font-size: 18px;
  order: 1;
}

.service-list[b-ttyxpijwyf] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  order: 2;
}

.service-list li[b-ttyxpijwyf] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.service-list li:hover[b-ttyxpijwyf] {
  box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}

.service-title[b-ttyxpijwyf] {
  font-weight: 600;
}

.service-desc[b-ttyxpijwyf] {
  color: #6b7280;
  font-size: 14px;
  margin: 6px 0 10px 0;
}

.ghost[b-ttyxpijwyf] {
  background: transparent;
  color: #111827;
  border: 1px dashed #9ca3af;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.service-disabled[b-ttyxpijwyf] {
  padding: 0.5rem 0;
  color: #d32f2f;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Service availability styling */
.service-availability[b-ttyxpijwyf] {
  margin: 8px 0;
  padding: 8px 12px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 6px;
  border-right: 3px solid var(--accent-color);
}

.availability-label[b-ttyxpijwyf] {
  font-size: 12px;
  font-weight: 600;
  color: #0369a1;
  margin-bottom: 4px;
}

.availability-date[b-ttyxpijwyf],
.availability-time[b-ttyxpijwyf] {
  font-size: 13px;
  color: #0c4a6e;
  font-weight: 500;
}

.service-no-availability[b-ttyxpijwyf] {
  margin: 8px 0;
  padding: 6px 12px;
  background: #fef3c7;
  border: 1px solid #fbbf24;
  border-radius: 6px;
  color: #92400e;
  font-size: 12px;
  font-weight: 500;
}

.nearest-slot-banner[b-ttyxpijwyf] {
    margin: 1rem 0 2rem 0;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slot-content[b-ttyxpijwyf] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.slot-icon[b-ttyxpijwyf] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.slot-info[b-ttyxpijwyf] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.slot-message[b-ttyxpijwyf] {
    font-size: 0.95rem;
    opacity: 0.95;
}

.no-slot-banner[b-ttyxpijwyf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    margin: 1rem 0;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    color: #856404;
    font-weight: 500;
}

/* Page two-column layout */
.profile-body[b-ttyxpijwyf] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}

.left-sidebar[b-ttyxpijwyf] {
  order: 2;
}

.right-content[b-ttyxpijwyf] {
  order: 1;
}

/* Contact and working hours */
.contact-info-row[b-ttyxpijwyf] {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact[b-ttyxpijwyf],
.working-hours[b-ttyxpijwyf] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  direction: rtl!important;
}

.contact:hover[b-ttyxpijwyf],
.working-hours:hover[b-ttyxpijwyf] {
  box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}

.phones[b-ttyxpijwyf],
.hours[b-ttyxpijwyf] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.phones a[b-ttyxpijwyf] {
  color: #0ea5e9;
  text-decoration: none;
}

/* Nearest availability styling */
.nearest-availability[b-ttyxpijwyf] {
  margin-top: 12px;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  border-right: 4px solid var(--accent-color);
}

.nearest-availability h4[b-ttyxpijwyf] {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.nearest-availability p[b-ttyxpijwyf] {
  margin: 4px 0;
  font-size: 13px;
  color: #4b5563;
}

.nearest-availability p strong[b-ttyxpijwyf] {
  color: #1f2937;
  font-weight: 600;
}

@media (min-width: 768px) {
  .doctor-profile[b-ttyxpijwyf] { padding: 24px; }
  .avatar[b-ttyxpijwyf] { width: 120px; height: 120px; }
  .service-list[b-ttyxpijwyf] { grid-template-columns: repeat(2, 1fr); }
  .addresses[b-ttyxpijwyf] { grid-template-columns: 1fr; }
  .profile-body[b-ttyxpijwyf] { grid-template-columns: 2fr 1fr; }
  .left-sidebar[b-ttyxpijwyf] { order: 2; }
  .right-content[b-ttyxpijwyf] { order: 1; }
  .contact-info-row[b-ttyxpijwyf] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .slot-content[b-ttyxpijwyf] {
        flex-direction: column;
        text-align: center;
    }
    
    .slot-icon[b-ttyxpijwyf] {
        font-size: 1.25rem;
    }
    
    .nearest-slot-banner[b-ttyxpijwyf] {
        margin: 0.5rem 0 1.5rem 0;
        padding: 0.75rem;
    }
}

/* /Components/Pages/Doctors/Doctors.razor.rz.scp.css */
/* Doctors Page Styles */
.doctor-card[b-eso8jp24fm] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.doctor-card:hover[b-eso8jp24fm] {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15) !important;
    border-color: #0d6efd;
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
}

.doctor-avatar img[b-eso8jp24fm] {
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-title[b-eso8jp24fm] {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3;
}

/* Rating and Stars */
.rating-text[b-eso8jp24fm] {
    font-size: 1.1rem;
    color: #495057;
}

.stars[b-eso8jp24fm] {
    display: inline-flex;
    gap: 2px;
}

.stars .fas[b-eso8jp24fm] {
    font-size: 0.9rem;
}

/* Service Badges */
.badge[b-eso8jp24fm] {
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.badge.bg-success[b-eso8jp24fm] {
    background: linear-gradient(135deg, #198754 0%, #157347 100%) !important;
}

.badge.bg-info[b-eso8jp24fm] {
    background: linear-gradient(135deg, #0dcaf0 0%, #0aa2c0 100%) !important;
}

.badge.bg-warning[b-eso8jp24fm] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
    color: #000 !important;
}

.badge.bg-primary[b-eso8jp24fm] {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%) !important;
}

/* Text styling */
.fw-semibold[b-eso8jp24fm] {
    font-weight: 600 !important;
}

.fw-medium[b-eso8jp24fm] {
    font-weight: 500 !important;
}

.text-success[b-eso8jp24fm] {
    color: #198754 !important;
}

.text-primary[b-eso8jp24fm] {
    color: #0d6efd !important;
}

.text-secondary[b-eso8jp24fm] {
    color: #6c757d !important;
}

.text-dark[b-eso8jp24fm] {
    color: #212529 !important;
}

.text-muted[b-eso8jp24fm] {
    color: #6c757d !important;
}

/* Icon styling */
.fas[b-eso8jp24fm] {
    font-size: 0.9rem;
}

.fa-thumbs-up[b-eso8jp24fm] {
    color: #198754 !important;
}

.fa-check-circle[b-eso8jp24fm] {
    color: #0d6efd !important;
}

.fa-calendar-check[b-eso8jp24fm] {
    color: #0d6efd !important;
}

.fa-map-marker-alt[b-eso8jp24fm] {
    color: #6c757d !important;
}

.fa-calendar-day[b-eso8jp24fm] {
    color: #198754 !important;
}

/* Button styling */
.btn-lg[b-eso8jp24fm] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
}

.btn-primary[b-eso8jp24fm] {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    color: white;
}

.btn-primary:hover[b-eso8jp24fm] {
    background: linear-gradient(135deg, #0b5ed7 0%, #0a58ca 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.4);
    color: white;
}

.btn-primary:focus[b-eso8jp24fm] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* Link styling */
.text-decoration-none:hover[b-eso8jp24fm] {
    text-decoration: underline !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .doctor-card .card-body[b-eso8jp24fm] {
        padding: 1.5rem !important;
    }
    
    .doctor-card .row[b-eso8jp24fm] {
        flex-direction: column;
        text-align: center;
    }
    
    .doctor-avatar[b-eso8jp24fm] {
        margin: 0 auto 1rem auto;
    }
    
    .card-title[b-eso8jp24fm] {
        font-size: 1.2rem;
    }
    
    .btn-lg[b-eso8jp24fm] {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .d-flex.flex-wrap.gap-2[b-eso8jp24fm] {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .doctor-card .card-body[b-eso8jp24fm] {
        padding: 1rem !important;
    }
    
    .card-title[b-eso8jp24fm] {
        font-size: 1.1rem;
    }
    
    .rating-text[b-eso8jp24fm] {
        font-size: 1rem;
    }
    
    .stars .fas[b-eso8jp24fm] {
        font-size: 0.8rem;
    }
}

/* Empty state styles */
.text-center.py-5[b-eso8jp24fm] {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Text truncation for long descriptions */
.text-muted.small[b-eso8jp24fm] {
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Card spacing */
.row.g-4 > *[b-eso8jp24fm] {
    padding: 0.75rem;
}

/* Enhanced shadows and borders */
.doctor-card[b-eso8jp24fm] {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* RTL Layout Fixes */
.doctor-card[b-eso8jp24fm] {
    direction: rtl;
    text-align: right;
}

.doctor-card .card-body[b-eso8jp24fm] {
    direction: rtl;
    text-align: right;
}

.doctor-card .row[b-eso8jp24fm] {
    direction: rtl;
}

.doctor-card .d-flex[b-eso8jp24fm] {
    direction: rtl;
}

/* Text alignment fixes */
.card-title[b-eso8jp24fm],
.text-dark[b-eso8jp24fm],
.text-muted[b-eso8jp24fm],
.text-secondary[b-eso8jp24fm] {
    text-align: right !important;
    direction: rtl;
}

/* Icon positioning for RTL */
.fas[b-eso8jp24fm] {
    margin-left: 0.5rem;
    margin-right: 0;
}

.fa-arrow-left[b-eso8jp24fm] {
    margin-left: 0.25rem;
    margin-right: 0;
}

/* Badge icon positioning */
.badge .fas[b-eso8jp24fm] {
    margin-left: 0.25rem;
    margin-right: 0;
}

/* Persian number styling */
.rating-text[b-eso8jp24fm],
.text-muted.small[b-eso8jp24fm] {
    font-family: 'Tahoma', 'Arial', sans-serif;
    direction: ltr;
    text-align: left;
    display: inline-block;
}

/* RTL specific spacing */
.ms-1[b-eso8jp24fm] { margin-left: 0.25rem !important; margin-right: 0 !important; }
.ms-2[b-eso8jp24fm] { margin-left: 0.5rem !important; margin-right: 0 !important; }
.ms-3[b-eso8jp24fm] { margin-left: 1rem !important; margin-right: 0 !important; }

.me-1[b-eso8jp24fm] { margin-right: 0.25rem !important; margin-left: 0 !important; }
.me-2[b-eso8jp24fm] { margin-right: 0.5rem !important; margin-left: 0 !important; }
.me-3[b-eso8jp24fm] { margin-right: 1rem !important; margin-left: 0 !important; }

/* RTL flex direction */
.d-flex[b-eso8jp24fm] {
    flex-direction: row-reverse;
}

/* RTL text alignment for specific elements */
.text-start[b-eso8jp24fm] {
    text-align: right !important;
}

.text-end[b-eso8jp24fm] {
    text-align: left !important;
}
/* /Components/Pages/HomePage.razor.rz.scp.css */
/* Feature Box Hover Effects */
.feature-box[b-hiljvrq5ku] {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.feature-box[b-hiljvrq5ku]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s ease;
}

.feature-box:hover[b-hiljvrq5ku]::before {
    left: 100%;
}

.feature-box:hover[b-hiljvrq5ku] {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-color: #007bff;
}

.feature-icon[b-hiljvrq5ku] {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.feature-box:hover .feature-icon[b-hiljvrq5ku] {
    transform: scale(1.1) rotate(5deg);
}

.feature-icon img[b-hiljvrq5ku] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.feature-box:hover .feature-icon img[b-hiljvrq5ku] {
    filter: brightness(1.1) saturate(1.2);
}

.feature-box h3[b-hiljvrq5ku] {
    color: #333;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    font-size: 18px;
    font-weight: 600;
}

.feature-box:hover h3[b-hiljvrq5ku] {
    color: #007bff;
}

.feature-box p[b-hiljvrq5ku] {
    color: #666;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.feature-box:hover p[b-hiljvrq5ku] {
    color: #555;
}

/* Animation for feature boxes on page load */
.feature-box[b-hiljvrq5ku] {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp-b-hiljvrq5ku 0.6s ease forwards;
}

.feature-box:nth-child(1)[b-hiljvrq5ku] { animation-delay: 0.1s; }
.feature-box:nth-child(2)[b-hiljvrq5ku] { animation-delay: 0.2s; }
.feature-box:nth-child(3)[b-hiljvrq5ku] { animation-delay: 0.3s; }
.feature-box:nth-child(4)[b-hiljvrq5ku] { animation-delay: 0.4s; }

@keyframes fadeInUp-b-hiljvrq5ku {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-box[b-hiljvrq5ku] {
        margin-bottom: 20px;
        padding: 25px 15px;
    }

    .feature-icon img[b-hiljvrq5ku] {
        width: 60px;
        height: 60px;
    }

    .feature-box h3[b-hiljvrq5ku] {
        font-size: 16px;
    }
}

/* Section styling */
.feature-area[b-hiljvrq5ku] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.feature-area .container[b-hiljvrq5ku] {
    position: relative;
}

/* Add some spacing between feature boxes */
.single-feature[b-hiljvrq5ku] {
    margin-bottom: 30px;
}

/* Enhanced hover effect with gradient border */
.feature-box[b-hiljvrq5ku]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(45deg, #007bff, #28a745, #ffc107, #dc3545);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-box:hover[b-hiljvrq5ku]::after {
    opacity: 1;
}
/* /Components/Pages/Payments/PaymentInfo.razor.rz.scp.css */
.payment-info-page[b-5j9rg5f8lv] {
    display: flex;
    justify-content: center;
    padding: 32px 16px;
}

.payment-info-card[b-5j9rg5f8lv] {
    width: min(520px, 100%);
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.payment-info-card h1[b-5j9rg5f8lv] {
    font-size: 20px;
    margin-bottom: 20px;
}

.info-row[b-5j9rg5f8lv] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2;
}

.info-row:last-child[b-5j9rg5f8lv] {
    border-bottom: none;
}

.label[b-5j9rg5f8lv] {
    color: #666666;
}

.value[b-5j9rg5f8lv] {
    font-weight: 600;
    color: #222222;
}

.status-success[b-5j9rg5f8lv] {
    color: #1d7a3d;
}

.status-failed[b-5j9rg5f8lv] {
    color: #b02424;
}

.status-unknown[b-5j9rg5f8lv] {
    color: #666666;
}

.empty-state[b-5j9rg5f8lv] {
    color: #666666;
    margin: 0;
}
/* /Components/SharedComponents/BookingModal.razor.rz.scp.css */
.booking-modal[b-gizafy10pn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    direction: rtl;
}

.booking-modal.show[b-gizafy10pn] {
    opacity: 1;
    visibility: visible;
}

.modal-content[b-gizafy10pn] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    max-width: 95vw;
    max-height: 95vh;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.booking-modal.show .modal-content[b-gizafy10pn] {
    transform: scale(1);
}

.modal-header[b-gizafy10pn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.modal-header h3[b-gizafy10pn] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.close-btn[b-gizafy10pn] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: background-color 0.2s ease;
    font-size: 16px;
    font-weight: bold;
}

.close-btn:hover[b-gizafy10pn] {
    background: rgba(255, 255, 255, 0.3);
}

.modal-body[b-gizafy10pn] {
    padding: 24px;
    flex: 1;
    display: flex;
    gap: 24px;
    overflow: hidden;
}

/* Month Selection Styles */
.month-selection[b-gizafy10pn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.month-header[b-gizafy10pn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.month-header h4[b-gizafy10pn] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
}

.nav-btn[b-gizafy10pn] {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6b7280;
    transition: all 0.2s ease;
    font-size: 16px;
    font-weight: bold;
}

.nav-btn:hover:not(:disabled)[b-gizafy10pn] {
    background: #e5e7eb;
    color: #374151;
}

.nav-btn:disabled[b-gizafy10pn] {
    opacity: 0.5;
    cursor: not-allowed;
}

.calendar-grid[b-gizafy10pn] {
    background: #f9fafb;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.weekdays[b-gizafy10pn] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 8px;
}

.weekday[b-gizafy10pn] {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    padding: 6px 4px;
}

.days-grid[b-gizafy10pn] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.day-cell[b-gizafy10pn] {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    border: 2px solid transparent;
}

.day-cell.empty[b-gizafy10pn] {
    cursor: default;
}

.day-cell.available[b-gizafy10pn] {
    background: #dbeafe;
    color: #1e40af;
    border-color: #93c5fd;
}

.day-cell.available:hover[b-gizafy10pn] {
    background: #bfdbfe;
    transform: scale(1.05);
}

.day-cell.unavailable[b-gizafy10pn] {
    background: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
}

.day-cell.selected[b-gizafy10pn] {
    background: #3b82f6;
    color: white;
    border-color: #1d4ed8;
    transform: scale(1.1);
}

.day-cell.today[b-gizafy10pn] {
    border-color: #f59e0b;
    font-weight: 600;
}

.day-number[b-gizafy10pn] {
    font-size: 13px;
    font-weight: 500;
}

/* Phone Days Styles */
.phone-days[b-gizafy10pn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.phone-days h4[b-gizafy10pn] {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
}

.days-list[b-gizafy10pn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    flex: 1;
}

.day-item[b-gizafy10pn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.day-item.available[b-gizafy10pn] {
    border-color: #dbeafe;
    background: #f8fafc;
}

.day-item.available:hover[b-gizafy10pn] {
    border-color: #3b82f6;
    background: #eff6ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.day-item.unavailable[b-gizafy10pn] {
    border-color: #f3f4f6;
    background: #f9fafb;
    cursor: not-allowed;
    opacity: 0.6;
}

.day-item.selected[b-gizafy10pn] {
    border-color: #3b82f6;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.day-item.today[b-gizafy10pn] {
    border-color: #f59e0b;
}

.day-info[b-gizafy10pn] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.day-name[b-gizafy10pn] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.day-date[b-gizafy10pn] {
    font-size: 12px;
    color: #6b7280;
}

.availability-indicator[b-gizafy10pn] {
    color: #10b981;
    font-size: 18px;
    font-weight: bold;
}

/* Redirect Message Styles */
.redirect-message[b-gizafy10pn] {
    text-align: center;
    padding: 40px 20px;
}

.redirect-icon[b-gizafy10pn] {
    font-size: 48px;
    color: #3b82f6;
    margin-bottom: 16px;
    display: block;
}

.redirect-message h4[b-gizafy10pn] {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: #374151;
}

.redirect-message p[b-gizafy10pn] {
    margin: 0 0 24px 0;
    color: #6b7280;
    line-height: 1.5;
}

.redirect-btn[b-gizafy10pn] {
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.redirect-btn:hover[b-gizafy10pn] {
    background: #2563eb;
}

/* Time Selection Styles */
.time-selection[b-gizafy10pn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 24px;
    margin-right: -24px;
    padding-left: 24px;
    min-width: 0;
}

.selected-date-info[b-gizafy10pn] {
    margin-bottom: 12px;
}

.time-selection h4[b-gizafy10pn] {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 600;
    color: #374151;
}

.selected-date[b-gizafy10pn] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    color: #0369a1;
    font-weight: 500;
    font-size: 14px;
}

.time-slots[b-gizafy10pn] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    overflow-y: auto;
    flex: 1;
    align-content: start;
    max-height: 400px;
}

.time-slot[b-gizafy10pn] {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    color: #374151;
    white-space: nowrap;
}

.time-slot.available[b-gizafy10pn] {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e40af;
}

.time-slot.available:hover[b-gizafy10pn] {
    background: #bfdbfe;
    border-color: #3b82f6;
    transform: scale(1.05);
}

.time-slot.selected[b-gizafy10pn] {
    background: #3b82f6;
    border-color: #1d4ed8;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.time-slot.booked[b-gizafy10pn] {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
    opacity: 0.6;
}

.time-slot:disabled[b-gizafy10pn] {
    cursor: not-allowed;
}

.no-slots[b-gizafy10pn] {
    text-align: center;
    padding: 40px 20px;
    color: #6b7280;
}

.no-slots[b-gizafy10pn] {
    font-size: 32px;
    margin-bottom: 12px;
    color: #9ca3af;
}

.no-slots p[b-gizafy10pn] {
    margin: 0;
    font-size: 14px;
}

/* Modal Footer */
.modal-footer[b-gizafy10pn] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

.btn-secondary[b-gizafy10pn] {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-gizafy10pn] {
    background: #f9fafb;
    border-color: #9ca3af;
}

.btn-primary[b-gizafy10pn] {
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-primary:hover[b-gizafy10pn] {
    background: #2563eb;
}

.btn-primary:disabled[b-gizafy10pn] {
    background: #9ca3af;
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .modal-content[b-gizafy10pn] {
        max-width: 95vw;
        margin: 10px;
        max-height: 98vh;
    }
    
    .modal-header[b-gizafy10pn] {
        padding: 14px 16px;
    }
    
    .modal-header h3[b-gizafy10pn] {
        font-size: 16px;
    }
    
    .modal-body[b-gizafy10pn] {
        padding: 16px;
        flex-direction: column;
        gap: 16px;
        overflow-y: auto;
    }
    
    .time-selection[b-gizafy10pn] {
        border-right: none;
        border-top: 1px solid #e5e7eb;
        padding-right: 0;
        padding-left: 0;
        padding-top: 16px;
        margin-right: 0;
    }
    
    .modal-footer[b-gizafy10pn] {
        padding: 14px 16px;
        flex-direction: column-reverse;
    }
    
    .btn-secondary[b-gizafy10pn],
    .btn-primary[b-gizafy10pn] {
        width: 100%;
    }
    
    .time-slots[b-gizafy10pn] {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        max-height: 250px;
    }
    
    .time-slot[b-gizafy10pn] {
        padding: 8px 6px;
        font-size: 12px;
    }
    
    .day-item[b-gizafy10pn] {
        padding: 12px;
    }
    
    .calendar-grid[b-gizafy10pn] {
        padding: 10px;
    }
    
    .day-cell[b-gizafy10pn] {
        font-size: 12px;
    }
    
    .day-number[b-gizafy10pn] {
        font-size: 12px;
    }
}

/* Animation for modal content */
@keyframes slideIn-b-gizafy10pn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-content[b-gizafy10pn] {
    animation: slideIn-b-gizafy10pn 0.3s ease;
}

/* Loading state */
.loading-overlay[b-gizafy10pn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    color: #6b7280;
    width: 100%;
    min-height: 400px;
}

.spinner[b-gizafy10pn] {
    width: 50px;
    height: 50px;
    border: 4px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-gizafy10pn 0.8s linear infinite;
    margin-bottom: 16px;
}

.loading-overlay p[b-gizafy10pn] {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #374151;
}

@keyframes spin-b-gizafy10pn {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.loading[b-gizafy10pn] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #6b7280;
}

.loading i[b-gizafy10pn] {
    margin-left: 8px;
    animation: spin-b-gizafy10pn 1s linear infinite;
}
.important-note-box[b-gizafy10pn]{
    padding-left: 5%;
    padding-right: 5%;
}

/* Consultation Info Styles */
.consultation-info[b-gizafy10pn] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.consultation-info .info-header[b-gizafy10pn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.consultation-info .icon[b-gizafy10pn] {
    font-size: 48px;
    animation: pulse-b-gizafy10pn 2s ease-in-out infinite;
}

@keyframes pulse-b-gizafy10pn {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.consultation-info .info-header h4[b-gizafy10pn] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.consultation-info .info-details[b-gizafy10pn] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.consultation-info .info-item[b-gizafy10pn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

.consultation-info .info-item:last-child[b-gizafy10pn] {
    border-bottom: none;
}

.consultation-info .info-item .label[b-gizafy10pn] {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}

.consultation-info .info-item .value[b-gizafy10pn] {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.consultation-info .info-item .value.available[b-gizafy10pn] {
    color: #10b981;
}

.consultation-info .info-item .value.unavailable[b-gizafy10pn] {
    color: #ef4444;
}

.consultation-info .btn-consultation[b-gizafy10pn] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.consultation-info .btn-consultation:hover[b-gizafy10pn] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.consultation-info .no-capacity[b-gizafy10pn] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 16px;
    color: #dc2626;
    font-weight: 500;
}

.consultation-info .service-inactive[b-gizafy10pn] {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 16px;
    color: #6b7280;
    font-weight: 500;
}
