/* /Components/Controls/Filter.razor.rz.scp.css */
.filter__section[b-03wprr0j2k] {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping to next row */
}

.filter__container[b-03wprr0j2k] {
    display: flex;
    flex-direction: row;
    align-items: center; /* Vertically center label + control */
    gap: 8px;
    flex: 1 1 45%; /* Take about half the row width */
    min-width: 275px; /* Prevent shrinking too small */
    box-sizing: border-box;
}

    .filter__container p[b-03wprr0j2k] {
        padding-left: 9px !important;
    }
    /* Style the select; with isolation the attribute is present on it too */
    .filter__container select[b-03wprr0j2k] {
        display: inline-block !important;
        /*padding: 10px !important;*/
        box-sizing: border-box !important;
        min-width: 200px;
    }

.filter__header[b-03wprr0j2k] {
    min-width: 65px;
}

/* Make the inner body lay out its children in a row */
.filter__body[b-03wprr0j2k] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; /* Align left */
}



    .filter__body p[b-03wprr0j2k] {
        min-width: 65px;
    }

    .filter__body[b-03wprr0j2k]  .filter__input {
        height: 39px !important;
        margin-bottom: 14px !important;
        border-radius: 6px !important;
        width: 250px !important;
    }




.filter__header[b-03wprr0j2k] {
    margin-right: 10px; /* Space between label and input */
}

.filter__input[b-03wprr0j2k] {
    width: 250px; /* Prevent full width */
    margin: 0; /* Remove auto margins */
}
/* /Components/Controls/Medical/ChildMedicalDetail.razor.rz.scp.css */
.child_medical_detail__container .student_detail[b-hihcy8ai4w],
.child_medical_detail__container .student_record[b-hihcy8ai4w] {
    color: white !important;
    border-bottom-color: gray !important;
}

.student_detail td[b-hihcy8ai4w],
.student_record td[b-hihcy8ai4w] {
    white-space: nowrap;
}
/* /Components/Controls/QuestionTypes/ConfirmQuestion.razor.rz.scp.css */
.standard_question_input .question_text[b-2l5an0fpww] {
    margin: 10px 0 10px 10px;
    line-height: 2.0em;
    text-align: left;
}
.standard_question_input input[b-2l5an0fpww] {
    margin: 10px 0 10px 10px;
    margin-left: 10px;
    width: 70%;
    line-height: 2.0em;
    border-radius: 5px;
}
/* /Components/Controls/QuestionTypes/InputQuestion.razor.rz.scp.css */
.standard_question_input .question_text[b-b05bwox8qr] {
    margin: 10px 0 10px 10px;
    line-height: 2.0em;
    text-align: left;
}
.standard_question_input input[b-b05bwox8qr] {
    margin: 10px 0 10px 10px;
    margin-left: 10px;
    width: 70%;
    line-height: 2.0em;
    border-radius: 5px;
}
/* /Components/Controls/QuestionTypes/TextAreaQuestion.razor.rz.scp.css */
.standard_question_input .question_text[b-73p74nrgph] {
    margin: 10px 0 0 10px;
    line-height: 2.0em;
    text-align: left;
}

.text_input_wrapper textarea[b-73p74nrgph] {
    margin: 5px 0 10px 10px;
    padding: 5px 0 10px 10px;
    margin-left: 10px;
    width: 90%;
    line-height: 1.5em;
    border-radius: 5px;
}
/* /Components/Layout/FullLayout.razor.rz.scp.css */
.page[b-5mhvng0mw5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5mhvng0mw5] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.header__toggle[b-5mhvng0mw5] {
    display: block;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}

.top-row[b-5mhvng0mw5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5mhvng0mw5]  a, .top-row[b-5mhvng0mw5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5mhvng0mw5]  a:hover, .top-row[b-5mhvng0mw5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5mhvng0mw5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5mhvng0mw5] {
        justify-content: space-between;
    }

    .top-row[b-5mhvng0mw5]  a, .top-row[b-5mhvng0mw5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5mhvng0mw5] {
        flex-direction: row;
    }

    .sidebar[b-5mhvng0mw5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5mhvng0mw5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5mhvng0mw5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5mhvng0mw5], article[b-5mhvng0mw5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5mhvng0mw5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5mhvng0mw5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page__footer[b-5mhvng0mw5] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 0 0 10px 10px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fa20wlx8gj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fa20wlx8gj] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.header__toggle[b-fa20wlx8gj] {
    display: block;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}

.top-row[b-fa20wlx8gj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fa20wlx8gj]  a, .top-row[b-fa20wlx8gj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fa20wlx8gj]  a:hover, .top-row[b-fa20wlx8gj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fa20wlx8gj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fa20wlx8gj] {
        justify-content: space-between;
    }

    .top-row[b-fa20wlx8gj]  a, .top-row[b-fa20wlx8gj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fa20wlx8gj] {
        flex-direction: row;
    }

    .sidebar[b-fa20wlx8gj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fa20wlx8gj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fa20wlx8gj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fa20wlx8gj], article[b-fa20wlx8gj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fa20wlx8gj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fa20wlx8gj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page__footer[b-fa20wlx8gj] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 0 0 10px 10px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oo7y5q42j9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-oo7y5q42j9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-oo7y5q42j9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oo7y5q42j9] {
    font-size: 1.1rem;
}

.bi[b-oo7y5q42j9] {
    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-oo7y5q42j9] {
    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-oo7y5q42j9] {
    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-oo7y5q42j9] {
    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-oo7y5q42j9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oo7y5q42j9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oo7y5q42j9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oo7y5q42j9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-oo7y5q42j9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-oo7y5q42j9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-oo7y5q42j9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oo7y5q42j9] {
    display: block;
}


.menu[b-oo7y5q42j9] {
    display: none;
    background-color: none;
    padding: 1rem;
}

    /* Show menu when toggled */
    .menu.show[b-oo7y5q42j9] {
        display: block;
        overflow-y: auto;
    }
.menu__submenu[b-oo7y5q42j9] {
    display: none;
}

@media (max-width: 768px) {
    .menu[b-oo7y5q42j9] {
        display: block;
        width: 100%;
        background: none;
        display:block;
    }
    .menu__submenu.show[b-oo7y5q42j9] {
        display: block !important;
    }


}
    /* Always show menu on wider screens */
    @media (min-width: 768px) {
        .menu[b-oo7y5q42j9] {
            display: flex;
            flex-direction: row;
        }
        .navbar-nav[b-oo7y5q42j9] {
            display: flex;
            flex-direction: row;
        }
        navbarNavDropdown.collapse[b-oo7y5q42j9] {
            display: block !important;
        }
        .menu__submenu[b-oo7y5q42j9] {
            display: none;
        }

        .menu__item--has-submenu:hover .menu__submenu[b-oo7y5q42j9] {
            display: block;
        }

        /* Ignore Blazor toggled class on desktop */
        .menu__submenu.show[b-oo7y5q42j9] {
            display: none;
        }
      


        .menu-toggle[b-oo7y5q42j9] {
            display: none;
        }

        .navbar-toggler[b-oo7y5q42j9] {
            display: none;
        }

        .nav-scrollable[b-oo7y5q42j9] {
            /* Never collapse the sidebar for wide screens */
            display: block;
            /* Allow sidebar to scroll for tall menus */
            height: calc(100vh - 3.5rem);
            overflow-y: auto;
        }
    }
/* /Components/Pages/Accounts/PaymentBankProcessing.razor.rz.scp.css */
table.table.table-sm[b-0g1qvj1ggn] {
    color: white !important;
}


.link-button[b-0g1qvj1ggn] {
    background: none;
    border: none;
    color: #0d6efd;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    font: inherit;
}
/* /Components/Pages/Accounts/UploadStatement.razor.rz.scp.css */
table.table.table-sm[b-v9924avpc9] {
    color: white !important;
}
/* /Components/Pages/Extra/Confirmation.razor.rz.scp.css */
body[b-o598xj1tei] {
}

.select__child[b-o598xj1tei] {
}

table[b-o598xj1tei] {
    font-size: 24px !important;
    width: 100%;
    border-collapse: collapse;
}

th[b-o598xj1tei], td[b-o598xj1tei] {
    color: white;
    padding: 8px 12px;
    text-align: left;
    vertical-align: middle;
}

th[b-o598xj1tei] {
    color: white;
    font-weight: 600;
}

tr:hover[b-o598xj1tei] {
    background-color: #f1f1f1;
    cursor: pointer;
}

.text-success[b-o598xj1tei] {
    color: #b6ff00 !important;
}

.text-danger[b-o598xj1tei] {
    color: #ff0000 !important;
}

.confirmation__section[b-o598xj1tei] {
    border: 5px solid #868889;
    margin-bottom: 30px;
    margin: 10px 0 10px 0;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0;
    color: #f0f0f0;
    background-color: #ffffff10;
}

.section_title.Info[b-o598xj1tei]
{
    border-radius: 8px;
    font-size: 1.2em;
    padding: 10px;
    color: #ffffff;
}

.section_title.Standard[b-o598xj1tei] {
    background-color: #5E2E8D;
}

.section_title.Info[b-o598xj1tei] {
    background-color: #1C9DD8;
}

.confirmation__section .section_title[b-o598xj1tei] {
        border-radius: 8px;
        font-size: 1.2em;
        padding: 10px;
        color: #ffffff;
    }

.info[b-o598xj1tei] {
    border-radius: 8px !important;
    font-size: 1.2em !important;
    padding: 10px !important;
    color: #ffffff !important;
}
/* /Components/Pages/Medical/HealthInfo.razor.rz.scp.css */
@media (max-width: 640px) {
    .border[b-eyoxx3aufn] {
        border: 1px solid #7a7777 !important;
        padding: 2px 5px !important;
    }

    .consent_question_container.mb-4[b-eyoxx3aufn] {
        margin-top: 0.4rem !important;
        margin-bottom: 0.8rem !important;
    }
}

.consent_question.showblock[b-eyoxx3aufn] {
    display: flex;
}

.consent_question_container.hideblock[b-eyoxx3aufn],
.consent_question.hideblock[b-eyoxx3aufn] {
    display: none !important;
}

.consent_question_container[b-eyoxx3aufn] {
    width: 100%;
    padding: 2px 5px;
}

    .consent_question_container .fieldname[b-eyoxx3aufn] {
        font-weight: 500;
        color: #d6d8d7;
        padding: 5px 8px 5px 5px;
        text-decoration:underline;
    }

    .consent_question_container .fielddata[b-eyoxx3aufn] {
        margin-left: 10px;
    }

.border[b-eyoxx3aufn] {
    border: 1px solid #f0f0f055 !important;
    border-radius: 6px;
}

.consent_question_container .consent_message[b-eyoxx3aufn] {
    display: flex;
    flex-direction: column;
}
/* /Components/Pages/Medical/HealthQuestions.razor.rz.scp.css */
@media (max-width: 640px) {
    .border[b-sy51gsk4iw] {
        border: 1px solid #7a7777 !important;
        padding: 2px 5px !important;
    }

    .consent_question_container.mb-4[b-sy51gsk4iw] {
        margin-top: 0.4rem !important;
        margin-bottom: 0.8rem !important;
    }


}


.consent_question.showblock[b-sy51gsk4iw] {
    display: flex;
}

.consent_question_container.hideblock[b-sy51gsk4iw],
.consent_question.hideblock[b-sy51gsk4iw] {
    display: none !important;
}

.consent_question_container[b-sy51gsk4iw] {
    width:100%;
    padding: 2px 5px;
}

.border[b-sy51gsk4iw] {
    border: 1px solid #f0f0f055 !important;
    border-radius: 6px;
}
/* /Components/Pages/Medical/OverviewHealth.razor.rz.scp.css */
:host[b-cdxbu4mlux]  .container {
    width: 100% !important;
}

.medical__overview[b-cdxbu4mlux] {
    display: flex;
}

.medical__student__detail .child_medical_detail__container table[b-cdxbu4mlux] {
    color: white !important;
}

    .medical__student__selection[b-cdxbu4mlux] {
        display: flex;
        flex-direction: column;
        width: 45%;
        margin-right: 50px;
    }

    .medical__student__detail[b-cdxbu4mlux] {
        width: 45%;
    }

        .medical__student__detail .child_medical_detail__container .table[b-cdxbu4mlux] {
            color: white !important;
        }

    .medical_student__list[b-cdxbu4mlux] {
    }

        .medical_student__list .student_list[b-cdxbu4mlux] {
            color: white !important;
        }
            .medical_student__list .student_list table tbody[b-cdxbu4mlux] {
                border-bottom: 1px solid gray !important;
                color: white !important;
            }

@media (max-width: 600px) {
    .medical__student__selection[b-cdxbu4mlux] {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-right: 10px;
    }
    .medical__student__detail[b-cdxbu4mlux] {
        width: 90%;
    }

    .medical__overview[b-cdxbu4mlux] {
        display:flex;
        flex-direction:column !important;
    }
}


.medical-box[b-cdxbu4mlux] {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid #d9534f; /* red border */
    position: relative;
    margin-left: 6px;
    box-sizing: border-box;
}

    .medical-box[b-cdxbu4mlux]::before,
    .medical-box[b-cdxbu4mlux]::after {
        content: "";
        position: absolute;
        background-color: #d9534f; /* red cross */
    }


    .medical-box[b-cdxbu4mlux]::before {
        width: 10px; /* horizontal bar */
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .medical-box[b-cdxbu4mlux]::after {
        width: 2px; /* vertical bar */
        height: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/* /Components/Pages/Parent/SelectChild.razor.rz.scp.css */
body[b-6lab2srkfl] {
    
}

.select__child[b-6lab2srkfl] {
   

}
table[b-6lab2srkfl] {
    font-size: 24px !important;
    width: 100%;
    border-collapse: collapse;
}

th[b-6lab2srkfl], td[b-6lab2srkfl] {
    color: white;
    padding: 8px 12px;
    text-align: left;
    vertical-align: middle;
}

th[b-6lab2srkfl] {
    color: white;
    font-weight: 600;
}

tr:hover[b-6lab2srkfl] {
    background-color: #f1f1f1;
    cursor: pointer;
}

.text-success[b-6lab2srkfl] {
    color: #b6ff00 !important;
}
.text-danger[b-6lab2srkfl] {
    color: #ff0000 !important;
}
