/* /Components/Toast.razor.rz.scp.css */
.toast-container[b-m9zitk8y2p] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast[b-m9zitk8y2p] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 300px;
    max-width: 400px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    border-left: 4px solid #6c757d;
}

.toast.show[b-m9zitk8y2p] {
    opacity: 1;
    transform: translateX(0);
}

.toast.success[b-m9zitk8y2p] {
    border-left-color: #28a745;
}

.toast.error[b-m9zitk8y2p] {
    border-left-color: #dc3545;
}

.toast.warning[b-m9zitk8y2p] {
    border-left-color: #ffc107;
}

.toast.info[b-m9zitk8y2p] {
    border-left-color: #17a2b8;
}

.toast-header[b-m9zitk8y2p] {
    display: flex;
    align-items: center;
    padding: 12px 16px 8px;
    border-bottom: 1px solid #f1f3f4;
}

.toast-icon[b-m9zitk8y2p] {
    margin-right: 8px;
    font-size: 16px;
}

.toast.success .toast-icon[b-m9zitk8y2p] {
    color: #28a745;
}

.toast.error .toast-icon[b-m9zitk8y2p] {
    color: #dc3545;
}

.toast.warning .toast-icon[b-m9zitk8y2p] {
    color: #ffc107;
}

.toast.info .toast-icon[b-m9zitk8y2p] {
    color: #17a2b8;
}

.toast-title[b-m9zitk8y2p] {
    flex: 1;
    font-weight: 600;
    font-size: 14px;
    color: #2c3e50;
}

.toast-close[b-m9zitk8y2p] {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.toast-close:hover[b-m9zitk8y2p] {
    background-color: #f8f9fa;
    color: #495057;
}

.toast-body[b-m9zitk8y2p] {
    padding: 8px 16px 16px;
    color: #495057;
    font-size: 14px;
    line-height: 1.4;
}

/* Responsive design */
@media (max-width: 768px) {
    .toast-container[b-m9zitk8y2p] {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    
    .toast[b-m9zitk8y2p] {
        min-width: auto;
        max-width: none;
    }
}












/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-mrqzg2tsvp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mrqzg2tsvp] {
    flex: 1;
}

.sidebar[b-mrqzg2tsvp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mrqzg2tsvp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mrqzg2tsvp]  a, .top-row[b-mrqzg2tsvp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mrqzg2tsvp]  a:hover, .top-row[b-mrqzg2tsvp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mrqzg2tsvp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mrqzg2tsvp] {
        justify-content: space-between;
    }

    .top-row[b-mrqzg2tsvp]  a, .top-row[b-mrqzg2tsvp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mrqzg2tsvp] {
        flex-direction: row;
    }

    .sidebar[b-mrqzg2tsvp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mrqzg2tsvp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mrqzg2tsvp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mrqzg2tsvp], article[b-mrqzg2tsvp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wixkqb6wub] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wixkqb6wub] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wixkqb6wub] {
    font-size: 1.1rem;
}

.bi[b-wixkqb6wub] {
    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-wixkqb6wub] {
    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-wixkqb6wub] {
    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-wixkqb6wub] {
    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-wixkqb6wub] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wixkqb6wub] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wixkqb6wub] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wixkqb6wub]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wixkqb6wub]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wixkqb6wub]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Providers Section Styling */
.nav-section-header[b-wixkqb6wub] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    cursor: pointer;
    padding: 0 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.nav-section-header:hover[b-wixkqb6wub] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-subsection[b-wixkqb6wub] {
    margin-left: 1rem;
    border-left: 2px solid rgba(255,255,255,0.1);
    padding-left: 0.5rem;
    transition: all 0.3s ease;
}

.nav-subsection.collapse[b-wixkqb6wub] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.nav-subsection:not(.collapse)[b-wixkqb6wub] {
    max-height: 500px;
    opacity: 1;
}

.sub-nav[b-wixkqb6wub] {
    font-size: 0.8rem !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    padding-left: 0.5rem !important;
    margin-bottom: 0.25rem;
}

.sub-nav i[b-wixkqb6wub] {
    font-size: 0.75rem;
    width: 16px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wixkqb6wub] {
        display: none;
    }

    .collapse[b-wixkqb6wub] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-wixkqb6wub] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Providers/Compliance.razor.rz.scp.css */
 
/* /Pages/Providers/Delivery.razor.rz.scp.css */
 
/* /Pages/Providers/SmsServices.razor.rz.scp.css */
 
/* /Pages/Reports.razor.rz.scp.css */
/* Reports Coming Soon Page Styles */
.reports-page[b-6olpl4n7zz] {
    padding: 20px;
    background: linear-gradient(135deg, #f8f4ff 0%, #ffffff 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-container[b-6olpl4n7zz] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.coming-soon-card[b-6olpl4n7zz] {
    background: white;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(107, 70, 193, 0.1);
    border: 1px solid rgba(107, 70, 193, 0.1);
    position: relative;
    overflow: hidden;
}

.coming-soon-card[b-6olpl4n7zz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #6b46c1, #8b5cf6, #a855f7);
}

.icon-container[b-6olpl4n7zz] {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #6b46c1, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(107, 70, 193, 0.3);
    animation: float-b-6olpl4n7zz 3s ease-in-out infinite;
}

.icon-container i[b-6olpl4n7zz] {
    font-size: 3rem;
    color: white;
}

@keyframes float-b-6olpl4n7zz {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.coming-soon-card h1[b-6olpl4n7zz] {
    color: #2c3e50;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #6b46c1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle[b-6olpl4n7zz] {
    color: #6c757d;
    font-size: 1.2rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.features-preview[b-6olpl4n7zz] {
    margin: 40px 0;
    text-align: left;
}

.features-preview h3[b-6olpl4n7zz] {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.features-grid[b-6olpl4n7zz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item[b-6olpl4n7zz] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #6b46c1;
    transition: all 0.3s ease;
}

.feature-item:hover[b-6olpl4n7zz] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(107, 70, 193, 0.1);
    background: #f0f4ff;
}

.feature-item i[b-6olpl4n7zz] {
    font-size: 1.5rem;
    color: #6b46c1;
    width: 30px;
    text-align: center;
}

.feature-item span[b-6olpl4n7zz] {
    color: #2c3e50;
    font-weight: 500;
}

.timeline[b-6olpl4n7zz] {
    margin: 40px 0;
    text-align: left;
}

.timeline h3[b-6olpl4n7zz] {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.timeline-item[b-6olpl4n7zz] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.timeline-item:not(:last-child)[b-6olpl4n7zz]::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 40px;
    bottom: -30px;
    width: 2px;
    background: #e9ecef;
}

.timeline-marker[b-6olpl4n7zz] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e9ecef;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.timeline-marker.current[b-6olpl4n7zz] {
    background: linear-gradient(135deg, #6b46c1, #8b5cf6);
    animation: pulse-b-6olpl4n7zz 2s infinite;
}

@keyframes pulse-b-6olpl4n7zz {
    0% { box-shadow: 0 0 0 0 rgba(107, 70, 193, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(107, 70, 193, 0); }
    100% { box-shadow: 0 0 0 0 rgba(107, 70, 193, 0); }
}

.timeline-content[b-6olpl4n7zz] {
    flex: 1;
}

.timeline-content h4[b-6olpl4n7zz] {
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.timeline-content p[b-6olpl4n7zz] {
    color: #6c757d;
    margin-bottom: 8px;
    line-height: 1.5;
}

.timeline-date[b-6olpl4n7zz] {
    color: #6b46c1;
    font-weight: 600;
    font-size: 0.9rem;
}

.action-buttons[b-6olpl4n7zz] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.action-buttons .btn[b-6olpl4n7zz] {
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    min-width: 200px;
}

.btn-primary[b-6olpl4n7zz] {
    background: linear-gradient(135deg, #6b46c1, #8b5cf6);
    color: white;
    box-shadow: 0 4px 15px rgba(107, 70, 193, 0.3);
}

.btn-primary:hover[b-6olpl4n7zz] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 70, 193, 0.4);
    background: linear-gradient(135deg, #553c9a, #7c3aed);
}

.btn-outline-primary[b-6olpl4n7zz] {
    border: 2px solid #6b46c1;
    color: #6b46c1;
    background: transparent;
}

.btn-outline-primary:hover[b-6olpl4n7zz] {
    background-color: #6b46c1;
    border-color: #6b46c1;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 70, 193, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .reports-page[b-6olpl4n7zz] {
        padding: 10px;
    }
    
    .coming-soon-card[b-6olpl4n7zz] {
        padding: 40px 20px;
        margin: 20px 0;
    }
    
    .coming-soon-card h1[b-6olpl4n7zz] {
        font-size: 2.5rem;
    }
    
    .subtitle[b-6olpl4n7zz] {
        font-size: 1.1rem;
    }
    
    .features-grid[b-6olpl4n7zz] {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-item[b-6olpl4n7zz] {
        padding: 15px;
    }
    
    .action-buttons[b-6olpl4n7zz] {
        flex-direction: column;
        align-items: center;
    }
    
    .action-buttons .btn[b-6olpl4n7zz] {
        width: 100%;
        max-width: 300px;
    }
    
    .timeline-item[b-6olpl4n7zz] {
        gap: 15px;
    }
    
    .timeline-content h4[b-6olpl4n7zz] {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .coming-soon-card h1[b-6olpl4n7zz] {
        font-size: 2rem;
    }
    
    .icon-container[b-6olpl4n7zz] {
        width: 100px;
        height: 100px;
    }
    
    .icon-container i[b-6olpl4n7zz] {
        font-size: 2.5rem;
    }
    
    .features-preview h3[b-6olpl4n7zz],
    .timeline h3[b-6olpl4n7zz] {
        font-size: 1.3rem;
    }
}
