/* _content/SellaraAdminPanel/Shared/Components/ExternalApiDataDisplay.razor.rz.scp.css */
.external-api-data-display[b-f4f6t2yjo7] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: #f8f9fa;
}

.market-data-item[b-f4f6t2yjo7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.data-title[b-f4f6t2yjo7] {
    font-weight: 600;
    color: #495057;
}

.data-value[b-f4f6t2yjo7] {
    font-weight: 700;
    color: #28a745;
}
/* _content/SellaraAdminPanel/Shared/Components/ImageUpload.razor.rz.scp.css */
.image-upload-container[b-vfng6z2nh0] {
    margin-bottom: 1rem;
}

.image-preview-container[b-vfng6z2nh0] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
}

.image-preview-container:hover[b-vfng6z2nh0] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.image-preview-container img[b-vfng6z2nh0] {
    transition: filter 0.2s ease-in-out;
}

.image-preview-container:hover img[b-vfng6z2nh0] {
    filter: brightness(0.9);
}

.image-preview-container .btn-danger[b-vfng6z2nh0] {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}

.image-preview-container:hover .btn-danger[b-vfng6z2nh0] {
    opacity: 1;
}

.image-upload-container .form-control-sm[b-vfng6z2nh0] {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
}

.image-upload-container .btn-outline-primary[b-vfng6z2nh0] {
    border-width: 2px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.image-upload-container .btn-outline-primary:hover[b-vfng6z2nh0] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.image-upload-container .text-danger[b-vfng6z2nh0] {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.image-upload-container .spinner-border[b-vfng6z2nh0] {
    width: 1.5rem;
    height: 1.5rem;
}

/* Loading overlay */
.image-preview-container .position-absolute[b-vfng6z2nh0] {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}

/* Empty state styling */
.image-upload-container .img-thumbnail.d-flex[b-vfng6z2nh0] {
    border: 2px dashed #dee2e6;
    background-color: #f8f9fa;
    transition: all 0.2s ease-in-out;
}

.image-upload-container .img-thumbnail.d-flex:hover[b-vfng6z2nh0] {
    border-color: #007bff;
    background-color: #e3f2fd;
}

.image-upload-container .img-thumbnail.d-flex .fas[b-vfng6z2nh0] {
    color: #6c757d;
    transition: color 0.2s ease-in-out;
}

.image-upload-container .img-thumbnail.d-flex:hover .fas[b-vfng6z2nh0] {
    color: #007bff;
} 
/* _content/SellaraAdminPanel/Shared/Components/PersianCalendar.razor.rz.scp.css */
.persian-calendar-container[b-ww1cyyu57d] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    min-width: 320px;
}

.calendar-header[b-ww1cyyu57d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px 8px 0 0;
}

.calendar-navigation[b-ww1cyyu57d] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-btn[b-ww1cyyu57d] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.nav-btn:hover[b-ww1cyyu57d] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.current-month-year[b-ww1cyyu57d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.month-name[b-ww1cyyu57d] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.year[b-ww1cyyu57d] {
    font-size: 14px;
    opacity: 0.9;
}

.calendar-actions[b-ww1cyyu57d] {
    display: flex;
    gap: 8px;
}

.action-btn[b-ww1cyyu57d] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
}

.action-btn:hover[b-ww1cyyu57d] {
    background: rgba(255, 255, 255, 0.3);
}

.today-btn[b-ww1cyyu57d] {
    font-weight: 500;
}

.date-picker[b-ww1cyyu57d] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    padding: 15px;
}

.date-picker.show[b-ww1cyyu57d] {
    display: block;
}

.picker-header[b-ww1cyyu57d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.picker-year[b-ww1cyyu57d] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.year-grid[b-ww1cyyu57d] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.year-item[b-ww1cyyu57d] {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 14px;
}

.year-item:hover[b-ww1cyyu57d] {
    background: #e9ecef;
    border-color: #007bff;
}

.year-item.current-year[b-ww1cyyu57d] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.calendar-body[b-ww1cyyu57d] {
    padding: 15px;
}

.weekdays-header[b-ww1cyyu57d] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 10px;
}

.weekday[b-ww1cyyu57d] {
    text-align: center;
    font-weight: 600;
    color: #666;
    padding: 8px 4px;
    font-size: 14px;
}

.calendar-grid[b-ww1cyyu57d] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.calendar-day[b-ww1cyyu57d] {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    position: relative;
}

.calendar-day:hover[b-ww1cyyu57d] {
    background: #f8f9fa;
    transform: scale(1.05);
}

.calendar-day.other-month[b-ww1cyyu57d] {
    color: #ccc;
    cursor: default;
}

.calendar-day.other-month:hover[b-ww1cyyu57d] {
    background: transparent;
    transform: none;
}

.calendar-day.today[b-ww1cyyu57d] {
    background: #007bff;
    color: white;
    font-weight: 600;
}

.calendar-day.today:hover[b-ww1cyyu57d] {
    background: #0056b3;
}

.calendar-day.selected[b-ww1cyyu57d] {
    background: #28a745;
    color: white;
    font-weight: 600;
}

.calendar-day.selected:hover[b-ww1cyyu57d] {
    background: #218838;
}

.calendar-day.weekend[b-ww1cyyu57d] {
    color: #dc3545;
}

.calendar-day.weekend.today[b-ww1cyyu57d],
.calendar-day.weekend.selected[b-ww1cyyu57d] {
    color: white;
}

.time-picker[b-ww1cyyu57d] {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.time-input-group[b-ww1cyyu57d] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.time-input-group label[b-ww1cyyu57d] {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.time-input[b-ww1cyyu57d] {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    width: 60px;
}

.time-input:focus[b-ww1cyyu57d] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.calendar-footer[b-ww1cyyu57d] {
    display: flex;
    gap: 10px;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.btn[b-ww1cyyu57d] {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    flex: 1;
}

.btn-primary[b-ww1cyyu57d] {
    background: #007bff;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-ww1cyyu57d] {
    background: #0056b3;
}

.btn-primary:disabled[b-ww1cyyu57d] {
    background: #ccc;
    cursor: not-allowed;
}

.btn-secondary[b-ww1cyyu57d] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover[b-ww1cyyu57d] {
    background: #545b62;
}

/* Responsive Design */
@media (max-width: 480px) {
    .persian-calendar-container[b-ww1cyyu57d] {
        max-width: 100%;
        min-width: auto;
    }
    
    .calendar-header[b-ww1cyyu57d] {
        padding: 12px;
    }
    
    .month-name[b-ww1cyyu57d] {
        font-size: 16px;
    }
    
    .year[b-ww1cyyu57d] {
        font-size: 12px;
    }
    
    .calendar-body[b-ww1cyyu57d] {
        padding: 12px;
    }
    
    .calendar-day[b-ww1cyyu57d] {
        font-size: 12px;
    }
    
    .weekday[b-ww1cyyu57d] {
        font-size: 12px;
        padding: 6px 2px;
    }
}

/* Animation for calendar transitions */
.calendar-grid[b-ww1cyyu57d] {
    transition: all 0.3s ease;
}

/* Focus styles for accessibility */
.nav-btn:focus[b-ww1cyyu57d],
.action-btn:focus[b-ww1cyyu57d],
.calendar-day:focus[b-ww1cyyu57d],
.year-item:focus[b-ww1cyyu57d],
.btn:focus[b-ww1cyyu57d] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .persian-calendar-container[b-ww1cyyu57d] {
        background: #2d3748;
        border-color: #4a5568;
        color: #e2e8f0;
    }
    
    .calendar-day[b-ww1cyyu57d] {
        color: #e2e8f0;
    }
    
    .calendar-day.other-month[b-ww1cyyu57d] {
        color: #718096;
    }
    
    .weekday[b-ww1cyyu57d] {
        color: #a0aec0;
    }
    
    .time-picker[b-ww1cyyu57d],
    .calendar-footer[b-ww1cyyu57d] {
        background: #4a5568;
        border-color: #718096;
    }
    
    .time-input[b-ww1cyyu57d] {
        background: #2d3748;
        border-color: #4a5568;
        color: #e2e8f0;
    }
    
    .year-item[b-ww1cyyu57d] {
        background: #4a5568;
        border-color: #718096;
        color: #e2e8f0;
    }
    
    .year-item:hover[b-ww1cyyu57d] {
        background: #718096;
    }
}
/* _content/SellaraAdminPanel/Shared/Components/PersianCalendarDemo.razor.rz.scp.css */
.demo-container[b-xe3ou67vck] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.demo-container h1[b-xe3ou67vck] {
    color: #2d3748;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 600;
}

.demo-section[b-xe3ou67vck] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.demo-section h2[b-xe3ou67vck] {
    color: #4a5568;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
}

.demo-section p[b-xe3ou67vck] {
    color: #718096;
    margin-bottom: 20px;
    line-height: 1.6;
}

.calendar-demo[b-xe3ou67vck] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.input-demo[b-xe3ou67vck] {
    margin-bottom: 20px;
}

.input-demo label[b-xe3ou67vck] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #4a5568;
}

.selected-date-display[b-xe3ou67vck] {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #2d3748;
}

.selected-date-display strong[b-xe3ou67vck] {
    color: #4a5568;
}

.utilities-demo[b-xe3ou67vck] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.utility-item[b-xe3ou67vck] {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.utility-item strong[b-xe3ou67vck] {
    color: #4a5568;
    display: block;
    margin-bottom: 5px;
}

.conversion-demo[b-xe3ou67vck] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.conversion-item[b-xe3ou67vck] {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.conversion-item strong[b-xe3ou67vck] {
    color: #4a5568;
    display: block;
    margin-bottom: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .demo-container[b-xe3ou67vck] {
        padding: 15px;
    }
    
    .demo-container h1[b-xe3ou67vck] {
        font-size: 2rem;
    }
    
    .demo-section[b-xe3ou67vck] {
        padding: 20px;
    }
    
    .demo-section h2[b-xe3ou67vck] {
        font-size: 1.3rem;
    }
    
    .utilities-demo[b-xe3ou67vck] {
        grid-template-columns: 1fr;
    }
    
    .conversion-demo[b-xe3ou67vck] {
        grid-template-columns: 1fr;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .demo-container[b-xe3ou67vck] {
        background: #1a202c;
        color: #e2e8f0;
    }
    
    .demo-container h1[b-xe3ou67vck] {
        color: #f7fafc;
    }
    
    .demo-section[b-xe3ou67vck] {
        background: #2d3748;
        border-color: #4a5568;
    }
    
    .demo-section h2[b-xe3ou67vck] {
        color: #e2e8f0;
        border-color: #4a5568;
    }
    
    .demo-section p[b-xe3ou67vck] {
        color: #a0aec0;
    }
    
    .input-demo label[b-xe3ou67vck] {
        color: #e2e8f0;
    }
    
    .selected-date-display[b-xe3ou67vck],
    .utility-item[b-xe3ou67vck],
    .conversion-item[b-xe3ou67vck] {
        background: #4a5568;
        border-color: #718096;
        color: #e2e8f0;
    }
    
    .selected-date-display strong[b-xe3ou67vck],
    .utility-item strong[b-xe3ou67vck],
    .conversion-item strong[b-xe3ou67vck] {
        color: #f7fafc;
    }
}

/* Animation for demo sections */
.demo-section[b-xe3ou67vck] {
    transition: all 0.3s ease;
}

.demo-section:hover[b-xe3ou67vck] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Code highlighting for date displays */
.selected-date-display[b-xe3ou67vck],
.utility-item[b-xe3ou67vck],
.conversion-item[b-xe3ou67vck] {
    font-family: 'Courier New', monospace;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

@media (prefers-color-scheme: dark) {
    .selected-date-display[b-xe3ou67vck],
    .utility-item[b-xe3ou67vck],
    .conversion-item[b-xe3ou67vck] {
        background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    }
}
/* _content/SellaraAdminPanel/Shared/Components/PersianCalendarDropdown.razor.rz.scp.css */
.persian-calendar-dropdown[b-p6fqtov7mj] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 16px;
    min-width: 320px;
    direction: rtl;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    z-index: 1000;
}

.calendar-header[b-p6fqtov7mj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.calendar-navigation[b-p6fqtov7mj] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-btn[b-p6fqtov7mj] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    color: #495057;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: auto;
    position: relative;
    z-index: 10;
}

.nav-btn:hover[b-p6fqtov7mj] {
    background-color: #e9ecef;
    color: #212529;
    border-color: #dee2e6;
    transform: translateY(-1px);
}

.nav-btn:active[b-p6fqtov7mj] {
    transform: translateY(0);
}

.current-month-year[b-p6fqtov7mj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.month-name[b-p6fqtov7mj] {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
    margin-bottom: 2px;
}

.year[b-p6fqtov7mj] {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.calendar-actions[b-p6fqtov7mj] {
    display: flex;
    gap: 8px;
}

.action-btn[b-p6fqtov7mj] {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.action-btn:hover[b-p6fqtov7mj] {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.action-btn:active[b-p6fqtov7mj] {
    transform: translateY(0);
}

.calendar-body[b-p6fqtov7mj] {
    direction: rtl;
}

.weekdays-header[b-p6fqtov7mj] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 12px;
}

.weekday[b-p6fqtov7mj] {
    text-align: center;
    padding: 12px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.calendar-grid[b-p6fqtov7mj] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-day[b-p6fqtov7mj] {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    position: relative;
    border: 1px solid transparent;
    background: #ffffff;
}

.calendar-day:hover[b-p6fqtov7mj] {
    background-color: #e3f2fd;
    color: #1976d2;
    border-color: #bbdefb;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.2);
}

.calendar-day.other-month[b-p6fqtov7mj] {
    color: #adb5bd;
    cursor: default;
    background: #f8f9fa;
}

.calendar-day.other-month:hover[b-p6fqtov7mj] {
    background-color: #f8f9fa;
    color: #adb5bd;
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

.calendar-day.today[b-p6fqtov7mj] {
    background-color: #fff3cd;
    color: #856404;
    font-weight: 700;
    border-color: #ffeaa7;
}

.calendar-day.today:hover[b-p6fqtov7mj] {
    background-color: #ffeaa7;
    border-color: #fdcb6e;
    transform: scale(1.05);
}

.calendar-day.selected[b-p6fqtov7mj] {
    background-color: #007bff;
    color: white;
    font-weight: 700;
    border-color: #0056b3;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.calendar-day.selected:hover[b-p6fqtov7mj] {
    background-color: #0056b3;
    transform: scale(1.05);
}

.calendar-day.weekend[b-p6fqtov7mj] {
    color: #dc3545;
    font-weight: 600;
}

.calendar-day.weekend:hover[b-p6fqtov7mj] {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.calendar-day.selected.weekend[b-p6fqtov7mj] {
    color: white;
    background-color: #007bff;
}

.calendar-day.selected.weekend:hover[b-p6fqtov7mj] {
    background-color: #0056b3;
}

.day-number[b-p6fqtov7mj] {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .persian-calendar-dropdown[b-p6fqtov7mj] {
        background: #2d3748;
        border-color: #4a5568;
        color: #e2e8f0;
    }

    .calendar-header[b-p6fqtov7mj] {
        border-bottom-color: #4a5568;
    }

    .nav-btn[b-p6fqtov7mj] {
        background: #4a5568;
        border-color: #718096;
        color: #a0aec0;
    }

    .nav-btn:hover[b-p6fqtov7mj] {
        background-color: #718096;
        color: #e2e8f0;
        border-color: #a0aec0;
    }

    .month-name[b-p6fqtov7mj] {
        color: #e2e8f0;
    }

    .year[b-p6fqtov7mj] {
        color: #a0aec0;
    }

    .weekday[b-p6fqtov7mj] {
        background: #4a5568;
        color: #a0aec0;
        border-color: #718096;
    }

    .calendar-day[b-p6fqtov7mj] {
        color: #e2e8f0;
        background: #2d3748;
    }

    .calendar-day:hover[b-p6fqtov7mj] {
        background-color: #4a5568;
        color: #90cdf4;
        border-color: #63b3ed;
    }

    .calendar-day.other-month[b-p6fqtov7mj] {
        color: #718096;
        background: #1a202c;
    }

    .calendar-day.other-month:hover[b-p6fqtov7mj] {
        background-color: #1a202c;
        color: #718096;
    }

    .calendar-day.today[b-p6fqtov7mj] {
        background-color: #744210;
        color: #faf089;
        border-color: #975a16;
    }

    .calendar-day.today:hover[b-p6fqtov7mj] {
        background-color: #975a16;
        border-color: #b7791f;
    }

    .calendar-day.selected[b-p6fqtov7mj] {
        background-color: #3182ce;
        color: white;
        border-color: #2c5282;
    }

    .calendar-day.selected:hover[b-p6fqtov7mj] {
        background-color: #2c5282;
    }

    .calendar-day.weekend[b-p6fqtov7mj] {
        color: #fc8181;
    }

    .calendar-day.weekend:hover[b-p6fqtov7mj] {
        background-color: #742a2a;
        color: #fed7d7;
        border-color: #c53030;
    }

    .calendar-day.selected.weekend[b-p6fqtov7mj] {
        color: white;
        background-color: #3182ce;
    }
}

/* Month/Year Picker Styles */
.month-year-picker[b-p6fqtov7mj] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    margin: 8px 0;
    direction: rtl;
}

.picker-header[b-p6fqtov7mj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.picker-year[b-p6fqtov7mj] {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    min-width: 80px;
    text-align: center;
}

.months-grid[b-p6fqtov7mj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.month-item[b-p6fqtov7mj] {
    padding: 12px 8px;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    transition: all 0.2s ease;
    user-select: none;
}

.month-item:hover[b-p6fqtov7mj] {
    background-color: #e9ecef;
    color: #212529;
    border-color: #dee2e6;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.month-item.current-month[b-p6fqtov7mj] {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
    font-weight: 600;
}

.month-item.current-month:hover[b-p6fqtov7mj] {
    background-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

/* Year Picker Styles */
.year-picker[b-p6fqtov7mj] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    margin: 8px 0;
    direction: rtl;
}

.picker-year-range[b-p6fqtov7mj] {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s ease;
}

.picker-year-range:hover[b-p6fqtov7mj] {
    color: #007bff;
    text-decoration: underline;
}

.years-grid[b-p6fqtov7mj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.year-item[b-p6fqtov7mj] {
    padding: 12px 8px;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    transition: all 0.2s ease;
    user-select: none;
}

.year-item:hover[b-p6fqtov7mj] {
    background-color: #e9ecef;
    color: #212529;
    border-color: #dee2e6;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.year-item.current-year[b-p6fqtov7mj] {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
    font-weight: 600;
}

.year-item.current-year:hover[b-p6fqtov7mj] {
    background-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

/* Make month/year text clickable */
.month-name[b-p6fqtov7mj], .year[b-p6fqtov7mj] {
    cursor: pointer;
    transition: color 0.2s ease;
    user-select: none;
}

.month-name:hover[b-p6fqtov7mj], .year:hover[b-p6fqtov7mj] {
    color: #007bff;
    text-decoration: underline;
}

/* Dark mode support for month/year picker */
@media (prefers-color-scheme: dark) {
    .month-year-picker[b-p6fqtov7mj] {
        background: #2d3748;
        border-color: #4a5568;
    }

    .picker-header[b-p6fqtov7mj] {
        border-bottom-color: #4a5568;
    }

    .picker-year[b-p6fqtov7mj] {
        color: #e2e8f0;
    }

    .month-item[b-p6fqtov7mj] {
        background: #4a5568;
        color: #a0aec0;
        border-color: #718096;
    }

    .month-item:hover[b-p6fqtov7mj] {
        background-color: #718096;
        color: #e2e8f0;
        border-color: #a0aec0;
    }

    .month-item.current-month[b-p6fqtov7mj] {
        background-color: #3182ce;
        color: white;
        border-color: #2c5282;
    }

    .month-item.current-month:hover[b-p6fqtov7mj] {
        background-color: #2c5282;
    }

    .month-name:hover[b-p6fqtov7mj], .year:hover[b-p6fqtov7mj] {
        color: #90cdf4;
    }
}

/* Dark mode support for year picker */
@media (prefers-color-scheme: dark) {
    .year-picker[b-p6fqtov7mj] {
        background: #2d3748;
        border-color: #4a5568;
    }

    .picker-year-range[b-p6fqtov7mj] {
        color: #e2e8f0;
    }

    .picker-year-range:hover[b-p6fqtov7mj] {
        color: #90cdf4;
    }

    .year-item[b-p6fqtov7mj] {
        background: #4a5568;
        color: #a0aec0;
        border-color: #718096;
    }

    .year-item:hover[b-p6fqtov7mj] {
        background-color: #718096;
        color: #e2e8f0;
        border-color: #a0aec0;
    }

    .year-item.current-year[b-p6fqtov7mj] {
        background-color: #3182ce;
        color: white;
        border-color: #2c5282;
    }

    .year-item.current-year:hover[b-p6fqtov7mj] {
        background-color: #2c5282;
    }
}

/* Responsive design for month/year picker */
@media (max-width: 480px) {
    .month-year-picker[b-p6fqtov7mj] {
        padding: 12px;
    }

    .months-grid[b-p6fqtov7mj] {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .month-item[b-p6fqtov7mj] {
        padding: 10px 6px;
        font-size: 13px;
    }

    .picker-year[b-p6fqtov7mj] {
        font-size: 16px;
    }
}

/* Responsive design for year picker */
@media (max-width: 480px) {
    .year-picker[b-p6fqtov7mj] {
        padding: 12px;
    }

    .years-grid[b-p6fqtov7mj] {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .year-item[b-p6fqtov7mj] {
        padding: 10px 6px;
        font-size: 13px;
    }

    .picker-year-range[b-p6fqtov7mj] {
        font-size: 14px;
    }
}

/* Responsive design */
@media (max-width: 480px) {
    .persian-calendar-dropdown[b-p6fqtov7mj] {
        min-width: 280px;
        padding: 12px;
    }

    .calendar-header[b-p6fqtov7mj] {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .calendar-navigation[b-p6fqtov7mj] {
        justify-content: center;
    }

    .calendar-actions[b-p6fqtov7mj] {
        justify-content: center;
    }

    .day-number[b-p6fqtov7mj] {
        font-size: 12px;
    }

    .weekday[b-p6fqtov7mj] {
        padding: 8px 4px;
        font-size: 12px;
    }

    .nav-btn[b-p6fqtov7mj] {
        min-width: 32px;
        height: 32px;
        padding: 6px 8px;
    }
}
/* _content/SellaraAdminPanel/Shared/Components/PersianDateInput.razor.rz.scp.css */
.persian-date-input-container[b-yia6aetab9] {
    position: relative;
    display: block;
    width: 100%;
}

.input-wrapper[b-yia6aetab9] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.persian-date-input[b-yia6aetab9] {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    padding-right: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    direction: rtl;
    text-align: right;
}

.persian-date-input:focus[b-yia6aetab9] {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.persian-date-input.invalid[b-yia6aetab9] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.persian-date-input:disabled[b-yia6aetab9] {
    background-color: #e9ecef;
    opacity: 0.65;
    cursor: not-allowed;
}

.calendar-toggle-btn[b-yia6aetab9] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
}

.calendar-toggle-btn:hover[b-yia6aetab9] {
    background-color: #f8f9fa;
    color: #495057;
}

.calendar-toggle-btn.active[b-yia6aetab9] {
    background-color: #e3f2fd;
    color: #1976d2;
}

.calendar-toggle-btn:disabled[b-yia6aetab9] {
    opacity: 0.65;
    cursor: not-allowed;
}

.calendar-toggle-btn i[b-yia6aetab9] {
    font-size: 14px;
}

.calendar-dropdown[b-yia6aetab9] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    z-index: 1050;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.error-message[b-yia6aetab9] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.error-message[b-yia6aetab9]::before {
    content: "⚠";
    font-size: 0.75rem;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .persian-date-input[b-yia6aetab9] {
        background-color: #2d3748;
        border-color: #4a5568;
        color: #e2e8f0;
    }

    .persian-date-input:focus[b-yia6aetab9] {
        border-color: #63b3ed;
        box-shadow: 0 0 0 0.25rem rgba(99, 179, 237, 0.25);
    }

    .persian-date-input.invalid[b-yia6aetab9] {
        border-color: #fc8181;
        box-shadow: 0 0 0 0.25rem rgba(252, 129, 129, 0.25);
    }

    .persian-date-input:disabled[b-yia6aetab9] {
        background-color: #4a5568;
        opacity: 0.65;
    }

    .calendar-toggle-btn[b-yia6aetab9] {
        color: #a0aec0;
    }

    .calendar-toggle-btn:hover[b-yia6aetab9] {
        background-color: #4a5568;
        color: #e2e8f0;
    }

    .calendar-toggle-btn.active[b-yia6aetab9] {
        background-color: #2c5282;
        color: #90cdf4;
    }

    .calendar-dropdown[b-yia6aetab9] {
        background: #2d3748;
        border: 1px solid #4a5568;
    }

    .error-message[b-yia6aetab9] {
        color: #fc8181;
    }
}

/* Responsive design */
@media (max-width: 480px) {
    .persian-date-input[b-yia6aetab9] {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
        padding-right: 2rem;
    }

    .calendar-toggle-btn[b-yia6aetab9] {
        right: 4px;
        min-width: 28px;
        height: 28px;
        padding: 2px 6px;
    }

    .calendar-toggle-btn i[b-yia6aetab9] {
        font-size: 12px;
    }
}
/* _content/SellaraAdminPanel/Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-o6uxj18x3z] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

main[b-o6uxj18x3z] {
    flex: 1;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

.sidebar[b-o6uxj18x3z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o6uxj18x3z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o6uxj18x3z]  a, .top-row[b-o6uxj18x3z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o6uxj18x3z]  a:hover, .top-row[b-o6uxj18x3z]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o6uxj18x3z]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* RTL Support */
[dir="rtl"] .top-row[b-o6uxj18x3z] {
    justify-content: flex-start;
}

[dir="rtl"] .top-row[b-o6uxj18x3z]  a, [dir="rtl"] .top-row[b-o6uxj18x3z]  .btn-link {
    margin-left: 0;
    margin-right: 1.5rem;
}

[dir="rtl"] .top-row[b-o6uxj18x3z]  a:first-child {
    margin-right: 0;
}

@media (max-width: 640.98px) {
    .top-row[b-o6uxj18x3z] {
        justify-content: space-between;
    }

    .top-row[b-o6uxj18x3z]  a, .top-row[b-o6uxj18x3z]  .btn-link {
        margin-left: 0;
    }

    [dir="rtl"] .top-row[b-o6uxj18x3z]  a, [dir="rtl"] .top-row[b-o6uxj18x3z]  .btn-link {
        margin-right: 0;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .page[b-o6uxj18x3z] {
        flex-direction: row;
    }

    .sidebar[b-o6uxj18x3z] {
        width: 180px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .page[b-o6uxj18x3z] {
        flex-direction: row;
    }

    .sidebar[b-o6uxj18x3z] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 1025px) {
    .page[b-o6uxj18x3z] {
        flex-direction: row;
    }

    .sidebar[b-o6uxj18x3z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-row[b-o6uxj18x3z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o6uxj18x3z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o6uxj18x3z], article[b-o6uxj18x3z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* Ensure content doesn't have excessive padding that creates empty space */
    .content[b-o6uxj18x3z] {
        padding: 0;
        margin: 0;
    }

    /* RTL Support for small tablet */
    [dir="rtl"] .sidebar[b-o6uxj18x3z] {
        right: 0;
        left: auto;
        order: 2;
    }

    [dir="rtl"] main[b-o6uxj18x3z] {
        margin-left: 0;
        width: calc(100% - 180px);
        order: 1;
    }

    [dir="rtl"] .page[b-o6uxj18x3z] {
        flex-direction: row-reverse;
    }

    /* Force RTL layout for admin panel */
    [dir="rtl"] .page.admin-panel[b-o6uxj18x3z] {
        direction: rtl;
    }

    [dir="rtl"] .page.admin-panel .sidebar[b-o6uxj18x3z] {
        direction: ltr;
        order: 2;
    }

    [dir="rtl"] .page.admin-panel main[b-o6uxj18x3z] {
        order: 1;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* RTL Support for large tablet */
    [dir="rtl"] .sidebar[b-o6uxj18x3z] {
        right: 0;
        left: auto;
        order: 2;
    }

    [dir="rtl"] main[b-o6uxj18x3z] {
        margin-left: 0;
        width: calc(100% - 220px);
        order: 1;
    }

    [dir="rtl"] .page[b-o6uxj18x3z] {
        flex-direction: row-reverse;
    }

    /* Force RTL layout for admin panel */
    [dir="rtl"] .page.admin-panel[b-o6uxj18x3z] {
        direction: rtl;
    }

    [dir="rtl"] .page.admin-panel .sidebar[b-o6uxj18x3z] {
        direction: ltr;
        order: 2;
    }

    [dir="rtl"] .page.admin-panel main[b-o6uxj18x3z] {
        order: 1;
    }
}

@media (min-width: 1025px) {
    /* RTL Support for desktop */
    [dir="rtl"] .sidebar[b-o6uxj18x3z] {
        right: 0;
        left: auto;
        order: 2;
    }

    [dir="rtl"] main[b-o6uxj18x3z] {
        margin-left: 0;
        width: calc(100% - 250px);
        order: 1;
    }

    [dir="rtl"] .page[b-o6uxj18x3z] {
        flex-direction: row-reverse;
    }

    /* Force RTL layout for admin panel */
    [dir="rtl"] .page.admin-panel[b-o6uxj18x3z] {
        direction: rtl;
    }

    [dir="rtl"] .page.admin-panel .sidebar[b-o6uxj18x3z] {
        direction: ltr;
        order: 2;
    }

    [dir="rtl"] .page.admin-panel main[b-o6uxj18x3z] {
        order: 1;
    }

    [dir="rtl"] .top-row.auth[b-o6uxj18x3z]  a:first-child {
        text-align: left;
    }

    [dir="rtl"] .top-row[b-o6uxj18x3z], [dir="rtl"] article[b-o6uxj18x3z] {
        padding-left: 1.5rem !important;
        padding-right: 2rem !important;
    }

    /* RTL Content Layout */
    [dir="rtl"] .content[b-o6uxj18x3z] {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: none;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    [dir="rtl"] article[b-o6uxj18x3z] {
        padding-left: 1.5rem;
        padding-right: 2rem;
        margin: 0;
        width: 100%;
        max-width: none;
        flex: 1;
        box-sizing: border-box;
    }

    /* Ensure proper box-sizing for all RTL elements */
    [dir="rtl"] *[b-o6uxj18x3z] {
        box-sizing: border-box;
    }
}
/* _content/SellaraAdminPanel/Shared/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-19f9cyrhfj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-19f9cyrhfj] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-19f9cyrhfj] {
    font-size: 1.1rem;
}

.bi[b-19f9cyrhfj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-19f9cyrhfj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-19f9cyrhfj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-19f9cyrhfj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-19f9cyrhfj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-19f9cyrhfj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-19f9cyrhfj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-19f9cyrhfj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-19f9cyrhfj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-19f9cyrhfj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-19f9cyrhfj] {
        display: none;
    }

    .collapse[b-19f9cyrhfj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-19f9cyrhfj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
