/* _content/CCPHousingBenefitVerificationWebApp/Pages/Components/Questionnaire/Steps/QualificationStep/QualificationStep.razor.rz.scp.css */
/*
    Remove button and file label in dialog QualificationForm
*/
.delete-button[b-hmwtnp440c] {
    margin-left: 10px;
    background-color: #f1f1f1; /* Light-grey background */
    color: #ff4d4d; /* Red color */
    border: 1px solid #000;
    /*padding: 1px 2px;*/ /* Small padding */
    font-size: 12px; /* Small font size */
    font-weight: bold;
    border-radius: 3px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
}

.delete-button:hover[b-hmwtnp440c] {
    /*background-color: #ff1a1a;*/ /* Darker red on hover */
    color: #ff1a1a; /* Darker red on hover */
    font-weight: bolder;
    background-color: white; /* White text */
}

.custom-file-label[b-hmwtnp440c] {
    display: inline-block;
    padding: 3px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #f1f1f1; /* Light-grey background */
    color: #333;
    cursor: pointer;
}

.custom-file-label:hover[b-hmwtnp440c] {
    background-color: #ddd;
}

.file-name[b-hmwtnp440c] {
    margin-left: 10px;
    font-style: italic;
}

/*
    Table in dialog QualificationVerificationForm
*/
table[b-hmwtnp440c] {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

caption[b-hmwtnp440c] {
    caption-side: top;
    text-align: left;
    padding-bottom: 10px;
    font-weight: bolder;
}

th[b-hmwtnp440c], td[b-hmwtnp440c] {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

th[b-hmwtnp440c] {
    background-color: #f4f4f4;
    font-weight: bold;
}

tr:nth-child(even)[b-hmwtnp440c] {
    background-color: #f9f9f9;
}

tr:hover[b-hmwtnp440c] {
    background-color: #f1f1f1;
}

/* Absolute Center Spinner */
.loading[b-hmwtnp440c] {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading[b-hmwtnp440c]:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required)[b-hmwtnp440c] {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required)[b-hmwtnp440c]:after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner-b-hmwtnp440c 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-b-hmwtnp440c {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* _content/CCPHousingBenefitVerificationWebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-0ssnw6y982] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ssnw6y982] {
    flex: 1;
}

.sidebar[b-0ssnw6y982] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0ssnw6y982] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0ssnw6y982]  a, .top-row .btn-link[b-0ssnw6y982] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-0ssnw6y982] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0ssnw6y982] {
        display: none;
    }

    .top-row.auth[b-0ssnw6y982] {
        justify-content: space-between;
    }

    .top-row a[b-0ssnw6y982], .top-row .btn-link[b-0ssnw6y982] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0ssnw6y982] {
        flex-direction: row;
    }

    .sidebar[b-0ssnw6y982] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0ssnw6y982] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-0ssnw6y982], article[b-0ssnw6y982] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CCPHousingBenefitVerificationWebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5mddqggt4l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5mddqggt4l] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5mddqggt4l] {
    font-size: 1.1rem;
}

.oi[b-5mddqggt4l] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5mddqggt4l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5mddqggt4l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5mddqggt4l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5mddqggt4l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5mddqggt4l]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5mddqggt4l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5mddqggt4l] {
        display: none;
    }

    .collapse[b-5mddqggt4l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-5mddqggt4l] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
