/* _content/Portal/Pages/Index.cshtml.rz.scp.css */
.grid-item-main[b-7zuzv22kt5] {
    display: grid;
    grid-template-columns: 60% 40%;
}

.sticky-white-zero[b-7zuzv22kt5] {
    position: sticky;
    top: 0;
    background-color: white;
}

.sticky-white-second[b-7zuzv22kt5] {
    position: sticky;
    top: 3.65em;
    background-color: white;
}

.text-1l[b-7zuzv22kt5] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 4em;
}

.text-2l[b-7zuzv22kt5] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid[b-7zuzv22kt5] {
    background: #BE4C54;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid[b-7zuzv22kt5] {
    background: #17D654;
}

@keyframes slideUpFade-b-7zuzv22kt5 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portal-button[b-7zuzv22kt5] {
    text-decoration: none;
    display: block;
    background-color: white;
    color: black;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--selected-item-color);
    padding: 16px 20px;
    margin-left: 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.4s ease;
    width: 160px;
}

    .portal-button:hover[b-7zuzv22kt5] {
        text-decoration: none;
        background-color: var(--selected-item-color);
        color: white;
        letter-spacing: 0.5px;
        text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
        box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    }
/* _content/Portal/Pages/Shared/Components/Header/Default.cshtml.rz.scp.css */
.navbar[b-6k4taetw6j] {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

a.navbar-brand[b-6k4taetw6j] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-item:hover[b-6k4taetw6j] {
    outline: solid 1px white;
    border-radius: 3px;
}

.navbar .nav-link[b-6k4taetw6j] {
    color: white !important;
    font-weight: 600;
}

.navbar .nav-link[b-6k4taetw6j],
.navbar[b-6k4taetw6j] {
    transition: all 0.3s ease;
}
.navbar .nav-link[b-6k4taetw6j],
.navbar[b-6k4taetw6j] {
    color: white !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
/* _content/Portal/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a[b-z4phn0bm3d] {
    color: #0077cc;
}

.btn-primary[b-z4phn0bm3d] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-z4phn0bm3d], .nav-pills .show > .nav-link[b-z4phn0bm3d] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-z4phn0bm3d] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-z4phn0bm3d] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-z4phn0bm3d] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-z4phn0bm3d] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-z4phn0bm3d] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 55px;
    background-color: #f8f8fa;
}

.master-container[b-z4phn0bm3d] {
    display: grid;
    grid-template-columns: 100%;
    padding: 0px;
    align-items: stretch;
}

.grid-item-header[b-z4phn0bm3d] {
    width: 100%;
}
