/* /Layout/MainLayout.razor.rz.scp.css */
@layer phoenix {
    header[b-r57vocomt5] {
        width: 100%;
        top: 0;
        left: 0;
        background: #017187;
        height: 46px;
        margin: 0;
        color: #fff;
        padding-left: 20px;
    }

    header h3[b-r57vocomt5] {
        padding-top: 5px;
        font-size: 2.75rem;
        font-weight: 700;
    }

    .headerGlyph[b-r57vocomt5] {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    
    .app-logo[b-r57vocomt5] {
        /*noinspection CssUnknownTarget*/
        background: url(../files/logo_institution.png) no-repeat 0 35px scroll #fff;
        background-size: auto 40px;
        position: fixed;
        margin: -25px;
        height: 110px;
        width: 110px;
        top: 0;
        right: 35px;
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        border-radius: 55px;
        z-index: 999;
    }

    .logoLink[b-r57vocomt5] {
        color: #fff;
        text-decoration: none;
    }

    .logoLink:hover[b-r57vocomt5] {
        color: #fff;
        text-decoration: none;
    }
    
    .glyphicons.glyphicons-log-out.white:hover[b-r57vocomt5] {
        filter: invert(69%) sepia(10%) saturate(2034%) hue-rotate(263deg) brightness(82%) contrast(89%);;
    }
    
    .lastHeaderCol[b-r57vocomt5] {
        margin: auto;
        margin-right: 140px;
    }

    main[b-r57vocomt5] {
        height: 100%;
        position: relative;
    }
    
    /*Blazor Framework*/
    #blazor-error-ui[b-r57vocomt5] {
        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-r57vocomt5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
}
/* /Pages/Account/ChangePassword.razor.rz.scp.css */
#ChangePasswordContainer[b-dr2moxnlbu] {
    height: 100%;
    width: 100%;
    
    display: block;
    align-content: center;
    justify-content: center;
    background: url("files/login_bg.jpg");
    background-size: cover;
}

h1[b-dr2moxnlbu] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-signin[b-dr2moxnlbu] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    border-radius: 15px;
    background: #017187;
}

.form-signin .form-floating:focus-within[b-dr2moxnlbu] {
    z-index: 2;
}

label[b-dr2moxnlbu] {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

[b-dr2moxnlbu] .form-signin input {
    font-size: 1.6rem;
}

[b-dr2moxnlbu] .form-signin .form-floating:first-of-type input[type="password"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

[b-dr2moxnlbu] .form-signin .form-floating:last-of-type input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin hr[b-dr2moxnlbu] {
    color: #fff;
}

.btn-primary[b-dr2moxnlbu] {
    border-color: #428BCA !important;
    color: #fff !important;
    background: #428BCA !important;
}

.btn-primary:hover[b-dr2moxnlbu] {
    background: #c979be !important;
}

.btn-primary.main[b-dr2moxnlbu] {
    margin-bottom: 5px;
}

h1 span[b-dr2moxnlbu] {
    font-size: 20px !important;
}
/* /Pages/Account/Login.razor.rz.scp.css */
#LoginContainer[b-uonhmmvwa3] {
    height: 100%;
    width: 100%;
    
    display: block;
    align-content: center;
    justify-content: center;
    background: url("files/login_bg.jpg");
    background-size: cover;
}

h1[b-uonhmmvwa3] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-signin[b-uonhmmvwa3] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    border-radius: 15px;
    background: #017187;
}

.form-signin .form-floating:focus-within[b-uonhmmvwa3] {
    z-index: 2;
}

label[b-uonhmmvwa3] {
    font-size: 1.6rem;
    line-height: 1rem;
}

[b-uonhmmvwa3] .form-signin input {
    font-size: 1.6rem;
}

[b-uonhmmvwa3] .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

[b-uonhmmvwa3] .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin hr[b-uonhmmvwa3] {
    color: #fff;
}

.login-footer[b-uonhmmvwa3] {
    color: lightgray;
    font-size: 0.8rem;
}

.btn-primary[b-uonhmmvwa3] {
    border-color: #428BCA !important;
    color: #fff !important;
    background: #428BCA !important;
}

.btn-primary:hover[b-uonhmmvwa3] {
    background: #c979be !important;
}

.btn-primary.main[b-uonhmmvwa3] {
    margin-bottom: 5px;
}

h1 span[b-uonhmmvwa3] {
    font-size: 20px !important;
}
/* /Pages/Account/RequestResetPassword.razor.rz.scp.css */
#RequestResetPasswordContainer[b-kh8b3d9tid] {
    height: 100%;
    width: 100%;
    display: block;
    align-content: center;
    justify-content: center;
    background: url("files/login_bg.jpg");
    background-size: cover;
}

h1[b-kh8b3d9tid] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-signin[b-kh8b3d9tid] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    border-radius: 15px;
    background: #017187;
}

    .form-signin .form-floating:focus-within[b-kh8b3d9tid] {
        z-index: 2;
    }

label[b-kh8b3d9tid] {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

[b-kh8b3d9tid] .form-signin input {
    font-size: 1.6rem;
}

[b-kh8b3d9tid] .form-signin .form-floating:first-of-type input[type="password"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

[b-kh8b3d9tid] .form-signin .form-floating:last-of-type input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin hr[b-kh8b3d9tid] {
    color: #fff;
}

.btn-primary[b-kh8b3d9tid] {
    border-color: #428BCA !important;
    color: #fff !important;
    background: #428BCA !important;
}

    .btn-primary:hover[b-kh8b3d9tid] {
        background: #c979be !important;
    }

    .btn-primary.main[b-kh8b3d9tid] {
        margin-bottom: 5px;
    }

h1 span[b-kh8b3d9tid] {
    font-size: 20px !important;
}
/* /Pages/Account/ResetPassword.razor.rz.scp.css */
#ResetPasswordContainer[b-53tt4r5xns] {
    height: 100%;
    width: 100%;
    display: block;
    align-content: center;
    justify-content: center;
    background: url("files/login_bg.jpg");
    background-size: cover;
}

h1[b-53tt4r5xns] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-signin[b-53tt4r5xns] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    border-radius: 15px;
    background: #017187;
}

    .form-signin .form-floating:focus-within[b-53tt4r5xns] {
        z-index: 2;
    }

label[b-53tt4r5xns] {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

[b-53tt4r5xns] .form-signin input {
    font-size: 1.6rem;
}

[b-53tt4r5xns] .form-signin .form-floating:first-of-type input[type="password"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

[b-53tt4r5xns] .form-signin .form-floating:last-of-type input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin hr[b-53tt4r5xns] {
    color: #fff;
}

.btn-primary[b-53tt4r5xns] {
    border-color: #428BCA !important;
    color: #fff !important;
    background: #428BCA !important;
}

    .btn-primary:hover[b-53tt4r5xns] {
        background: #c979be !important;
    }

    .btn-primary.main[b-53tt4r5xns] {
        margin-bottom: 5px;
    }

h1 span[b-53tt4r5xns] {
    font-size: 20px !important;
}
/* /Pages/ExamInsight/Overview.razor.rz.scp.css */
.insight-grid-container[b-bmywg4wmyi] {
    margin: 0 auto;
    padding: 20px;
    max-width: 90%;
}

.title[b-bmywg4wmyi] {
    color: #017187;
}


