@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/StudentPortalUI/Pages/Documents/DocumentList.razor.rz.scp.css */
.FileUploadComplete[b-phd2e6wc6h] {
    background-color: #153448;
    color: white;
    padding: 5px;
    border: 1px;
    border-color: white;
}

.FileUpload[b-phd2e6wc6h] {
    background-color: #808080;
    color: white;
    padding: 5px;
    border: 1px;
    border-color: white;
}

    .FileUpload:hover[b-phd2e6wc6h] {
        background-color: #595959;
    }

.FileUploading[b-phd2e6wc6h] {
    background-color: #FFCC5B;
    color: white;
    padding: 5px;
    border: 1px;
    border-color: white;
}

.PleaseWait[b-phd2e6wc6h] {
    background-color: #595959;
    color: white;
    padding: 5px;
    border: 1px;
    border-color: white;
}
/* _content/StudentPortalUI/Shared/MainLayout.razor.rz.scp.css */
.page[b-xk26klsotv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xk26klsotv] {
    flex: 1;
    background: rgb(21,52,72) !important;
    background: linear-gradient(270deg, rgba(0,99,154,1) 0%, rgba(53,126,162,1) 40%, rgba(171,194,209,1) 100%) !important;
    /*
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%) !important;
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(21,52,72,1) 35%, rgba(132,160,169,1) 100%) !important;
        background: linear-gradient(90deg, rgba(21,52,72,1) 0%, rgba(38,71,92,0.700717787114846) 40%, rgba(61,94,116,1) 100%) !important;
        background: linear-gradient(270deg, rgba(0,99,154,1) 0%, rgba(53,126,162,1) 40%, rgba(171,194,209,1) 100%) !important;
    */
}

.sidebar[b-xk26klsotv] {
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.top-row[b-xk26klsotv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    /*height: 3.5rem;*/
    display: flex;
    align-items: center;
}

    .top-row[b-xk26klsotv]  a, .top-row .btn-link[b-xk26klsotv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xk26klsotv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xk26klsotv] {
        display: none;
    }

    .top-row.auth[b-xk26klsotv] {
        justify-content: space-between;
    }

    .top-row a[b-xk26klsotv], .top-row .btn-link[b-xk26klsotv] {
        margin-left: 0;
    }
}

@media (min-width: 800px) {
    .page[b-xk26klsotv] {
        flex-direction: row;
    }

    .sidebar[b-xk26klsotv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xk26klsotv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-xk26klsotv], article[b-xk26klsotv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/StudentPortalUI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6y3cna3jfh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6y3cna3jfh] {
    /*height: 3.5rem;*/
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6y3cna3jfh] {
    font-size: 1.1rem;
}

.oi[b-6y3cna3jfh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6y3cna3jfh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6y3cna3jfh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6y3cna3jfh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6y3cna3jfh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-6y3cna3jfh]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-6y3cna3jfh]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 800px) {
    .navbar-toggler[b-6y3cna3jfh] {
        display: none;
    }

    .collapse[b-6y3cna3jfh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-6y3cna3jfh] {
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
    }
}

.menu-item[b-6y3cna3jfh] {
    font-family: "Roboto";
    min-height: 48px;
    padding: 12px;
    color: #4C4C4C;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 0px;
    text-decoration: none;
    background-color: white;
    border: none;
}
    .menu-item:hover[b-6y3cna3jfh] {
        background-color: #808080 !important;
        color: white;
        text-decoration: none;
    }

.menu-item-onpage[b-6y3cna3jfh] {
    background-color: #153448;
    color: white;
}
/* _content/StudentPortalUI/Shared/StudentApplicationLayout.razor.rz.scp.css */
.page[b-ma1evgb3t5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ma1evgb3t5] {
    flex: 1;
    background: rgb(21,52,72) !important;
    background: linear-gradient(90deg, rgba(21,52,72,1) 0%, rgba(38,71,92,0.700717787114846) 40%, rgba(61,94,116,1) 100%) !important;
    /*
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%) !important;
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(21,52,72,1) 35%, rgba(132,160,169,1) 100%) !important;
        background: linear-gradient(90deg, rgba(21,52,72,1) 0%, rgba(38,71,92,0.700717787114846) 40%, rgba(61,94,116,1) 100%) !important;
        background: linear-gradient(270deg, rgba(0,99,154,1) 0%, rgba(53,126,162,1) 40%, rgba(171,194,209,1) 100%) !important;
    */
}

.sidebar[b-ma1evgb3t5] {
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.top-row[b-ma1evgb3t5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    /*height: 3.5rem;*/
    display: flex;
    align-items: center;
}

    .top-row[b-ma1evgb3t5]  a, .top-row .btn-link[b-ma1evgb3t5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ma1evgb3t5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ma1evgb3t5] {
        display: none;
    }

    .top-row.auth[b-ma1evgb3t5] {
        justify-content: space-between;
    }

    .top-row a[b-ma1evgb3t5], .top-row .btn-link[b-ma1evgb3t5] {
        margin-left: 0;
    }
}

@media (min-width: 800px) {
    .page[b-ma1evgb3t5] {
        flex-direction: row;
    }

    .sidebar[b-ma1evgb3t5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ma1evgb3t5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ma1evgb3t5], article[b-ma1evgb3t5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/StudentPortalUI/Shared/StudentApplicationNavMenu.razor.rz.scp.css */
.navbar-toggler[b-vz0bp91d76] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vz0bp91d76] {
    /*height: 3.5rem;*/
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vz0bp91d76] {
    font-size: 1.1rem;
}

.oi[b-vz0bp91d76] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vz0bp91d76] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vz0bp91d76] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vz0bp91d76] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vz0bp91d76]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-vz0bp91d76]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-vz0bp91d76]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 800px) {
    .navbar-toggler[b-vz0bp91d76] {
        display: none;
    }

    .collapse[b-vz0bp91d76] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-vz0bp91d76] {
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
    }
}
.menu-item[b-vz0bp91d76] {
    font-family: "Roboto";
    min-height: 48px;
    padding: 12px;
    color: #4C4C4C;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 0px;
    text-decoration: none;
}
    .menu-item:hover[b-vz0bp91d76] {
        background-color: #808080 !important;
        color: white;
        text-decoration: none;
    }

.menu-item-onpage[b-vz0bp91d76] {
    background-color: #153448;
    color: white;
}
/* _content/StudentPortalUI/Shared/StudentCreditApplicationLayout.razor.rz.scp.css */
.page[b-t6padqubao] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t6padqubao] {
    flex: 1;
    background: rgb(21,52,72) !important;
    background: linear-gradient(90deg, rgba(21,52,72,1) 0%, rgba(38,71,92,0.700717787114846) 40%, rgba(61,94,116,1) 100%) !important;
    /*
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%) !important;
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(21,52,72,1) 35%, rgba(132,160,169,1) 100%) !important;
        background: linear-gradient(90deg, rgba(21,52,72,1) 0%, rgba(38,71,92,0.700717787114846) 40%, rgba(61,94,116,1) 100%) !important;
        background: linear-gradient(270deg, rgba(0,99,154,1) 0%, rgba(53,126,162,1) 40%, rgba(171,194,209,1) 100%) !important;
    */
}

.sidebar[b-t6padqubao] {
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.top-row[b-t6padqubao] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    /*height: 3.5rem;*/
    display: flex;
    align-items: center;
}

    .top-row[b-t6padqubao]  a, .top-row .btn-link[b-t6padqubao] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-t6padqubao] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-t6padqubao] {
        display: none;
    }

    .top-row.auth[b-t6padqubao] {
        justify-content: space-between;
    }

    .top-row a[b-t6padqubao], .top-row .btn-link[b-t6padqubao] {
        margin-left: 0;
    }
}

@media (min-width: 800px) {
    .page[b-t6padqubao] {
        flex-direction: row;
    }

    .sidebar[b-t6padqubao] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t6padqubao] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-t6padqubao], article[b-t6padqubao] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/StudentPortalUI/Shared/StudentCreditApplicationNavMenu.razor.rz.scp.css */
.navbar-toggler[b-am9rrzx7u7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-am9rrzx7u7] {
    /*height: 3.5rem;*/
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-am9rrzx7u7] {
    font-size: 1.1rem;
}

.oi[b-am9rrzx7u7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-am9rrzx7u7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-am9rrzx7u7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-am9rrzx7u7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-am9rrzx7u7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-am9rrzx7u7]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-am9rrzx7u7]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 800px) {
    .navbar-toggler[b-am9rrzx7u7] {
        display: none;
    }

    .collapse[b-am9rrzx7u7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-am9rrzx7u7] {
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
    }
}

.menu-item[b-am9rrzx7u7] {
    font-family: "Roboto";
    min-height: 48px;
    padding: 12px;
    color: #4C4C4C;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 0px;
    text-decoration: none;
}

    .menu-item:hover[b-am9rrzx7u7] {
        background-color: #808080 !important;
        color: white;
        text-decoration: none;
    }

.menu-item-onpage[b-am9rrzx7u7] {
    background-color: #153448;
    color: white;
}
