/* /Components/KSI/KsiDashboard.razor.rz.scp.css */
/* KSI Dashboard Tile Layout Styles */

/* Dashboard Header */
.dashboard-header h4[b-qfrbhdk296] {
    color: var(--bs-primary);
    font-weight: 600;
}

/* Compliance Summary Top Bar */
.compliance-summary-bar[b-qfrbhdk296] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem 1.25rem;
}

.summary-label-inline[b-qfrbhdk296] {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.summary-stat[b-qfrbhdk296] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.summary-stat .stat-count[b-qfrbhdk296] {
    font-weight: 700;
    font-size: 1.1rem;
}

.summary-stat .stat-label[b-qfrbhdk296] {
    font-size: 0.85rem;
    color: #6c757d;
}

.summary-stat.satisfied i[b-qfrbhdk296],
.summary-stat.satisfied .stat-count[b-qfrbhdk296] {
    color: #198754;
}

.summary-stat.partial i[b-qfrbhdk296],
.summary-stat.partial .stat-count[b-qfrbhdk296] {
    color: #ffc107;
}

.summary-stat.not-satisfied i[b-qfrbhdk296],
.summary-stat.not-satisfied .stat-count[b-qfrbhdk296] {
    color: #dc3545;
}

/* Theme Tiles */
.theme-tile[b-qfrbhdk296] {
    background: linear-gradient(135deg, #e8f4fc 0%, #f0f7fc 100%);
    border: 1px solid #d4e8f5;
    border-radius: 8px;
    padding: 1rem;
    min-height: 120px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.theme-tile:hover[b-qfrbhdk296] {
    border-color: #a8d4f0;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
}

.theme-tile:focus[b-qfrbhdk296] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
    border-color: var(--bs-primary);
}

.theme-tile:focus-visible[b-qfrbhdk296] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

.theme-tile.expanded[b-qfrbhdk296] {
    background: #fff;
    border-color: var(--bs-primary);
    cursor: default;
    min-height: auto;
}

.tile-header[b-qfrbhdk296] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.tile-title[b-qfrbhdk296] {
    font-weight: 600;
    color: var(--bs-primary);
    font-size: 0.95rem;
    line-height: 1.3;
}

.tile-subtitle[b-qfrbhdk296] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.tile-footer[b-qfrbhdk296] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 0.5rem;
}

.tile-status[b-qfrbhdk296] {
    display: flex;
    align-items: center;
}

/* Expanded Tile Content */
.tile-expanded-content[b-qfrbhdk296] {
    border-top: 1px solid #dee2e6;
    padding-top: 0.75rem;
    margin-top: 0.5rem;
}

.ksi-goal-text[b-qfrbhdk296] {
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Table styles */
.table th[b-qfrbhdk296] {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #495057;
}

.table td[b-qfrbhdk296] {
    vertical-align: middle;
    font-size: 0.875rem;
}

.table-sm td[b-qfrbhdk296], .table-sm th[b-qfrbhdk296] {
    padding: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .compliance-summary-bar .row[b-qfrbhdk296] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .summary-stat[b-qfrbhdk296] {
        font-size: 0.9rem;
    }

    .theme-tile[b-qfrbhdk296] {
        min-height: 100px;
    }
}
/* /Layout/Components/Topbar.razor.rz.scp.css */
/* Blazor display updates seem to conflict with the bootstrap modal implementation,
 unless you manually ensure the modal is on top of the other elements */
.feedback-modal[b-caqdje1y0f] {
    z-index: 1055;
}
.feedback-modal-backdrop[b-caqdje1y0f] {
    z-index: 1050;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* /Layout/UnauthLayout.razor.rz.scp.css */
@media (min-width: 1200px) {
  
    #main[b-zgam5uh92l],
    #footer[b-zgam5uh92l] {
      margin-left: 0px;
    }
  }
/* /Pages/Billing/Billing.razor.rz.scp.css */
.cloud-logo[b-mtx7pdm11z] {
    height: auto;
    width:  24px;
}

/* Blazor display updates seem to conflict with the bootstrap modal implementation,
 unless you manually ensure the modal is on top of the other elements */
.usage-modal[b-mtx7pdm11z] {
    z-index: 1050;
}
.usage-modal-backdrop[b-mtx7pdm11z] {
    z-index: 1040;
} 
/* /Pages/Home.razor.rz.scp.css */
.hero-section[b-a5zn4wvij2] {
    background: white;
    padding: 2rem 1rem;
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon[b-a5zn4wvij2] {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}


.sub-feature-item[b-a5zn4wvij2] {
    padding: 1rem;
}

.sub-feature-icon[b-a5zn4wvij2] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm-sidebar[b-a5zn4wvij2] {
    background: #0d6efd;
}

.signature[b-a5zn4wvij2] {
    border-left: 3px solid #0d6efd;
    padding-left: 1rem;
    margin-top: 1.5rem;
}

.eap-content h5[b-a5zn4wvij2] {
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.eap-content h5[b-a5zn4wvij2]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    height: 2px;
    background-color: #0d6efd;
}

/* Button Enhancements */
.btn-primary[b-a5zn4wvij2] {
    border: none;
    transition: all 0.3s ease;
}


.btn-primary:hover[b-a5zn4wvij2] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
}
/* /Pages/Login.razor.rz.scp.css */
.welcome-banner[b-gzfvtfxyhj] {
    background-image: url('/image/testimg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.welcome-banner[b-gzfvtfxyhj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/image/testimg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.7);
}

.keycloak-logo[b-gzfvtfxyhj] {
    height: 30px;
}
