@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/VVPortal/Components/Layout/LoginLayout.razor.rz.scp.css */
.login-wrapper[b-cfqe22s2s5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #093f8e !important;
    height: 100vh !important;
}
/* _content/VVPortal/Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-v5k8hw8yow] {
    --bb-sidebar2-background-color: #0d6efd; /* Bootstrap primary blue */
    --bb-sidebar2-title-text-color: white;
    --bb-sidebar2-nav-item-text-color: rgba(255,255,255,0.9);
    --bb-sidebar2-nav-item-text-active-color-rgb: 255,255,255;
    --bb-sidebar2-nav-item-background-hover-color: rgba(255,255,255,0.1);
    --bb-sidebar2-top-row-background-color: #0b5ed7;
    --bb-sidebar2-navbar-toggler-background-color: rgba(255,255,255,0.1);
    --bb-sidebar2-brand-icon-color: white;
    --bb-sidebar2-title-badge-background-color: #0a58ca;
}
/* _content/VVPortal/Components/Pages/Login.razor.rz.scp.css */
/* _content/VVPortal/Components/Pages/NewApplication.razor.rz.scp.css */
.provider-card[b-xresjwjtea] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
}

.provider-card:hover[b-xresjwjtea] {
    border-color: #007bff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.provider-card.selected[b-xresjwjtea] {
    border-color: #007bff;
    background-color: #f8f9ff;
    box-shadow: 0 4px 12px rgba(0,123,255,0.2);
}

.provider-image[b-xresjwjtea] {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.provider-name[b-xresjwjtea] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
}

.upload-section[b-xresjwjtea] {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .provider-card[b-xresjwjtea] {
        padding: 0.5rem;
    }
    
    .provider-image[b-xresjwjtea] {
        height: 60px;
    }
    
    .provider-name[b-xresjwjtea] {
        font-size: 0.8rem;
    }
}
