@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/CSP/Pages/AllocatedReceipts.razor.rz.scp.css */
/* _content/CSP/Pages/ApplicationsToReview.razor.rz.scp.css */
/* _content/CSP/Pages/ChangeOfSchemeApplication.razor.rz.scp.css */

.bold-label[b-9fp327zjch] {
    font-weight: bold;
}

.popup[b-9fp327zjch] {
    height: 150px;
    width: 150px;
    margin-left: 4%;
    border-radius: 50%;
    background-color: LIGHTGRAY;
    color: black;
}

.uploadstable[b-9fp327zjch] {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 90%;
    padding-left: 15%;
}

td[b-9fp327zjch], th[b-9fp327zjch] {
    border: 1px solid lightgray;
    text-align: left;
    padding: 8px;
}


.column[b-9fp327zjch] {
    float: left;
    width: 50%;
    padding: 10px;
}

.row[b-9fp327zjch]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}

.popup-overlay[b-9fp327zjch] {
    position: fixed;
    z-index: 9998; /* Set a lower z-index value */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}



.form-row[b-9fp327zjch] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
    margin: 1%;
}

    .form-row label[b-9fp327zjch] {
        font-size: small;
        font-weight: 800;
    }

    .form-row select[b-9fp327zjch],
    .form-row input[type="text"][b-9fp327zjch],
    .form-row input[type="date"][b-9fp327zjch] {
        width: 100%;
    }


.card[b-9fp327zjch] {
    /*padding: 30px 40px;*/
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    /*box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);*/

    background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 0
}

.heading[b-9fp327zjch] {
    color: #00BCD4;
}

.logocontainer[b-9fp327zjch] {
    height: 50px;
}
/* _content/CSP/Pages/ContactUs.razor.rz.scp.css */
/* _content/CSP/Pages/CustStatement.razor.rz.scp.css */
/* _content/CSP/Pages/Dashboard.razor.rz.scp.css */
.link-button[b-npi2hqmqtl] {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.circular-button[b-npi2hqmqtl] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    background-color: #0071A8;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.1);
}

.required[b-npi2hqmqtl] {
    color: red;
    position: relative;
    top: -2px;
}

.column[b-npi2hqmqtl] {
    float: left;
    width: 20%;
    padding: 3px;
}

.row[b-npi2hqmqtl]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}


#optionsList[b-npi2hqmqtl] {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid white;
    border-top: none;
    position: absolute;
    width: 100%;
    background-color: white;
}

    #optionsList li[b-npi2hqmqtl] {
        padding: 5px;
        cursor: pointer;
    }

        #optionsList li:hover[b-npi2hqmqtl] {
            background-color: black;
            color: white;
        }

.loading-container[b-npi2hqmqtl] {
    width: 70%;
    height: 0;
    padding-bottom: 50%; /* 1:1 aspect ratio (adjust as needed) */
    position: relative;
}

    .loading-container img[b-npi2hqmqtl] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* _content/CSP/Pages/FAQs.razor.rz.scp.css */
/* _content/CSP/Pages/IndividualMemberAllocations.razor.rz.scp.css */
/* _content/CSP/Pages/Member.razor.rz.scp.css */
/* _content/CSP/Pages/MemberInvoicesDetail.razor.rz.scp.css */

.required[b-bevlqfoklh] {
    color: red;
    position: relative;
    top: -2px;
}

select[b-bevlqfoklh] {
    width: 100%;
    height: 38px; /* adjust the height as needed */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.popup[b-bevlqfoklh] {
    height: 150px;
    width: 150px;
    margin-left: 4%;
    border-radius: 50%;
    background-color: LIGHTGRAY;
    color: black;
}

/* Create 2 equal columns that floats next to each other */
.column[b-bevlqfoklh] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row[b-bevlqfoklh]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}


/* _content/CSP/Pages/MyDependants.razor.rz.scp.css */

.popup-overlay[b-yy0zgjead2] {
    position: fixed;
    z-index: 9998; /* Set a lower z-index value */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.preview-iframe[b-yy0zgjead2] {
    position: fixed;
    z-index: 9999; /* Set a higher z-index value */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border: none;
    background-color: #fefefe;
}
/* Create 2 equal columns that floats next to each other */
.column[b-yy0zgjead2] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row[b-yy0zgjead2]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}

/* Create 2 equal columns that floats next to each other */
.depcolumns[b-yy0zgjead2] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.deprows[b-yy0zgjead2]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}

.form-row[b-yy0zgjead2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
    margin: 1%;
}

    .form-row label[b-yy0zgjead2] {
        font-size: small;
        font-weight: 800;
    }

    .form-row select[b-yy0zgjead2],
    .form-row input[type="text"][b-yy0zgjead2],
    .form-row input[type="date"][b-yy0zgjead2] {
        width: 100%;
    }

.nav-item button[b-yy0zgjead2] {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

table[b-yy0zgjead2] {
    width: 70%;
    border-collapse: collapse;
}

th[b-yy0zgjead2], td[b-yy0zgjead2] {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

th[b-yy0zgjead2] {
    background-color: #f2f2f2;
}

.radio-container[b-yy0zgjead2] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .radio-container input[type="radio"][b-yy0zgjead2] {
        margin-right: 5px;
    }

}

/* _content/CSP/Pages/MyPolicy.razor.rz.scp.css */

.popup-overlay[b-7kob9cyaaa] {
    position: fixed;
    z-index: 9998; /* Set a lower z-index value */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.preview-iframe[b-7kob9cyaaa] {
    position: fixed;
    z-index: 9999; /* Set a higher z-index value */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border: none;
    background-color: #fefefe;
}
/* Create 2 equal columns that floats next to each other */
.column[b-7kob9cyaaa] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row[b-7kob9cyaaa]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}
/* Create 3 equal columns that floats next to each other */
.column1[b-7kob9cyaaa] {
    float: left;
    width: calc(33.33% - 20px); /* Adjusted width with some padding */
    padding: 10px;
}

/* Clear floats after the columns */
.row1[b-7kob9cyaaa]:after {
    content: "";
    display: table;
    /* clear: both; */ /* Removed clear:both */
    margin-left: 3%;
}

/* Create 2 equal columns that floats next to each other */
.depcolumns[b-7kob9cyaaa] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.deprows[b-7kob9cyaaa]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}

.form-row[b-7kob9cyaaa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
    margin: 1%;
}

    .form-row label[b-7kob9cyaaa] {
        font-size: small;
        font-weight: 800;
    }

    .form-row select[b-7kob9cyaaa],
    .form-row input[type="text"][b-7kob9cyaaa],
    .form-row input[type="date"][b-7kob9cyaaa] {
        width: 100%;
    }

.nav-item button[b-7kob9cyaaa] {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

table[b-7kob9cyaaa] {
    width: 70%;
    border-collapse: collapse;
}

th[b-7kob9cyaaa], td[b-7kob9cyaaa] {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

th[b-7kob9cyaaa] {
    background-color: #f2f2f2;
}

.radio-container[b-7kob9cyaaa] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .radio-container input[type="radio"][b-7kob9cyaaa] {
        margin-right: 5px;
    }

}

/* _content/CSP/Pages/MySubmissions.razor.rz.scp.css */

.popup-overlay[b-ocirosmmxi] {
    position: fixed;
    z-index: 9998; /* Set a lower z-index value */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.preview-iframe[b-ocirosmmxi] {
    position: fixed;
    z-index: 9999; /* Set a higher z-index value */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border: none;
    background-color: #fefefe;
}
/* Create 2 equal columns that floats next to each other */
.column[b-ocirosmmxi] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row[b-ocirosmmxi]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}

/* Create 2 equal columns that floats next to each other */
.depcolumns[b-ocirosmmxi] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.deprows[b-ocirosmmxi]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}

.form-row[b-ocirosmmxi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
    margin: 1%;
}

    .form-row label[b-ocirosmmxi] {
        font-size: small;
        font-weight: 800;
    }

    .form-row select[b-ocirosmmxi],
    .form-row input[type="text"][b-ocirosmmxi],
    .form-row input[type="date"][b-ocirosmmxi] {
        width: 100%;
    }

.nav-item button[b-ocirosmmxi] {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

table[b-ocirosmmxi] {
    width: 70%;
    border-collapse: collapse;
}

th[b-ocirosmmxi], td[b-ocirosmmxi] {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

th[b-ocirosmmxi] {
    background-color: #f2f2f2;
}

.radio-container[b-ocirosmmxi] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .radio-container input[type="radio"][b-ocirosmmxi] {
        margin-right: 5px;
    }

}

/* _content/CSP/Pages/PendingAllocations.razor.rz.scp.css */
/* _content/CSP/Pages/Profile.razor.rz.scp.css */

.popup-overlay[b-ynf0lq78cv] {
    position: fixed;
    z-index: 9998; /* Set a lower z-index value */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.preview-iframe[b-ynf0lq78cv] {
    position: fixed;
    z-index: 9999; /* Set a higher z-index value */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border: none;
    background-color: #fefefe;
}
/* Create 2 equal columns that floats next to each other */
.column[b-ynf0lq78cv] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row[b-ynf0lq78cv]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}

/* Create 2 equal columns that floats next to each other */
.depcolumns[b-ynf0lq78cv] {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.deprows[b-ynf0lq78cv]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}

.form-row[b-ynf0lq78cv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
    margin: 1%;
}

    .form-row label[b-ynf0lq78cv] {
        font-size: small;
        font-weight: 800;
    }

    .form-row select[b-ynf0lq78cv],
    .form-row input[type="text"][b-ynf0lq78cv],
    .form-row input[type="date"][b-ynf0lq78cv] {
        width: 100%;
    }

.nav-item button[b-ynf0lq78cv] {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

table[b-ynf0lq78cv] {
    width: 70%;
    border-collapse: collapse;
}

th[b-ynf0lq78cv], td[b-ynf0lq78cv] {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

th[b-ynf0lq78cv] {
    background-color: #f2f2f2;
}

.radio-container[b-ynf0lq78cv] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .radio-container input[type="radio"][b-ynf0lq78cv] {
        margin-right: 5px;
    }

}

/* _content/CSP/Pages/SubmittedApplications.razor.rz.scp.css */
/* _content/CSP/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-08qv85evgl] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-08qv85evgl] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-08qv85evgl] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-08qv85evgl] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-08qv85evgl] {
        font-size: inherit;
    }
}
/* _content/CSP/Shared/MainLayout.razor.rz.scp.css */
.page[b-xhe9yhifxk] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-xhe9yhifxk] .page-layout,
[b-xhe9yhifxk] .page-layout > .dxbl-gridlayout-root,
[b-xhe9yhifxk] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-xhe9yhifxk] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-xhe9yhifxk] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-xhe9yhifxk] .fit-width {
    max-width: 100%;
}

[b-xhe9yhifxk] .mw-1100 {
    max-width: 1100px;
}
/* _content/CSP/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-lhrierssd3] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-lhrierssd3] {
    display: none;
}

.sidebar.expand[b-lhrierssd3] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-lhrierssd3] {
        display: none;
    }

    .sidebar.expand[b-lhrierssd3] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-lhrierssd3] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-lhrierssd3] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container {
    --dxbl-treeview-font-weight: 600;
}          

[b-lhrierssd3] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-btn.dxbl-invisible {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-lhrierssd3] .app-sidebar {
        padding-bottom: 0;
    }
}
/* _content/CSP/Shared/RedirectToLogin.razor.rz.scp.css */
