﻿body {
    color: #66686D;
    --bs-body-color: #66686D;
}

.sebt-header-logo {
    height: 60px;
    width: 104px;
}

.header-background {
    background: #0044BE;
    padding-left: 2%;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: .5%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    gap: 2rem;
}

.header-background-mobile {
    background: #0044BE;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-start;
    padding-left: 3%;
    padding-top: 5%;
    padding-right: 2%;
    padding-bottom: 5%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
}

.navbar-background {
    background: #003187;
    /*padding-top: 3px;*/
    /*padding-bottom: 20px;*/
}

.header-welcome-label {
    color: #FFFFFF;
    font-family: "Poppins-Bold";
    margin-right: .25rem;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    letter-spacing: 0.011875rem;
    justify-content: center;
}

.header-welcome-div {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

label {
    margin-bottom: 0;
}

.header-welcome-flex-item {
    flex: 1 1 auto;
}

.profile-photo {
    float: right !important;
    /*cursor: pointer !important;*/ /*to remove pointer on img*/
    height: 30px;
}

.sign-out {
    padding-left: 1.2rem;
    margin-top: -.4rem;
}

.nav-link {
    color: #FFFFFF;
    font-weight: 630;
    font-size: 1rem;
    font-family: "Poppins-Bold";
    position: relative;
    transition: none !important;
    line-height: 0;
}

    .nav-link:hover {
        border-bottom: .0625rem solid #97A1B6;
        --bs-nav-link-hover-color: #FFFFFF;
        transition: none !important;
    }

.sign-out-anchor {
    text-decoration: none;
    font-size: 0.7rem;
}

.pageFooter {
    bottom: 0;
    background: #000000;
    width: 100%;
}

footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
}

.leftAlignedContent {
    flex: 1 1 auto;
    display: inline-block;
}

    .leftAlignedContent a {
        border: hidden;
        color: white;
    }

    .leftAlignedContent p {
        color: white;
        display: inline-block;
    }

.rightAlignedContent {
    flex: 1 1 auto;
    display: inline-block;
    text-align: end;
}

    .rightAlignedContent p {
        color: white;
    }

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main {
    flex: 1 0 auto;
    background: #F2F2F2;
}

.navbar-ul-gap {
    gap: 2rem !important;
}

.user-label-font {
    font-size: 1rem;
}

.white_content_errorpopup {
    display: none;
    top: 50%;
    left: 35%;
    /*width: 17.75rem;*/
    height: auto;
    background-color: white !important;
    z-index: 1002;
    overflow: auto;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .40;
    filter: alpha(opacity=80);
}

textarea {
    max-width: 100%;
}

.student-textbox {
    background-color: #f8f9fa;
    border: 0.0625rem solid #97a1b6;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    border-radius: var(--bs-border-radius);
}

.student-Label {
    font-weight: bold;
}

.Student-Card {
    background-color: #f8f9fa;
    border: 0.0625rem solid #97a1b6;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    border-radius: var(--bs-border-radius);
}

.primary-light-blue-btn {
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px #A7A7A7;
    color: #0341BC;
    font-weight: bold;
    --bs-btn-border-color: 0px;
    --bs-btn-hover-color: #0341BC;
    --bs-btn-focus-box-shadow: 2px 2px 2px 1px #A7A7A7;
    --bs-btn-active-color: #0341BC;
    --bs-btn-active-border-color: 2px 2px 2px 1px #A7A7A7;
}

.primary-pink-btn {
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px #A7A7A7;
    font-weight: bold;
    --bs-btn-border-width: 0px;
}

.ml-25-per {
    margin-left: 25%;
}

[aria-expanded="true"] .fa-plus-circle,
[aria-expanded="false"] .fa-minus-circle {
    display: none;
}

select:disabled {
    opacity: 0.5
}

input[type="date"]:disabled, input[type="text"]:disabled, input[type="checkbox"]:disabled {
    opacity: 0.5
}

.bottom-white-line {
    border-bottom: 1px solid white;
}

nav a {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
    font-family: 'Poppins-Bold';
    font-size: 5px;
}


/*a:hover {
        color: tomato;
    }*/

    #menuToggle {
    display: flex;
    /* position: relative; */
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    flex-direction: row;
}

        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: 3%;
            left: 2%;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
            -webkit-touch-callout: none;
        }

    /*
 * Just a quick hamburger
 */
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: white;
        border-radius: 3px;
        z-index: 2;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

    /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
        #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(4.3px, 6.5px);
            background: white;
            width: 20px;
            margin-left: 5px;
        }

        /*
 * But let's hide the middle one.
 */
        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        /*
 * Ohyeah and the last one should go the other direction
 */
        #menuToggle input:checked ~ span:nth-last-child(2) {
            opacity: 1;
            transform: rotate(-45deg) translate(0, -1px);
        }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    margin-left: -3%;
    /*width: 300px;*/
    /*    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;*/
    background: #0044BE;
    width: 100%;
    height: 100%;
    /*    min-height: 200px;*/
    /*list-style-type: none;*/
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    margin-top:-10%;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

    #menu ul {
        /*    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #0044BE;*/
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        width: 93%;
    }

    #menu li {
        padding: 5px 0;
        font-size: 1.1rem;
    }

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ div {
    transform: scale(1.0, 1.0);
    opacity: 1;
    z-index: 1;
}

#mobileLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    /* left: 10px; */
    position: relative;
    /*top: -4%;*/
}

.card {
    position: inherit;
}

.px-7 {
    padding-right: 7rem !important;
    padding-left: 7.5rem !important;
}

.container {
    max-width: 770px;
}

.color-white {
    color: white;
}

.menu-div-desktop {
    display: flex;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem;
}

.language-ddl {
    border: none;
    background: none;
    color: white;
}

.language-div {
    font-size: small;
    margin-right: auto;
    margin-left: auto;
    max-width: 770px;
    text-align: end;
    font-weight: bold;
}

    .language-div option {
        color: black;
    }

    .language-div select:focus {
        outline: 0;
    }

.language-ddl-mobile {
    border: none;
    background: none;
    color: white;
    font-weight: 500;
}

.language-div-mobile {
    font-size: small;
    font-weight: bold;
}

    .language-div-mobile select:focus {
        outline: 0;
    }

    .language-div-mobile option {
        color: black;
    }

.custom-warning-maindiv {
    display: none;
    overflow: hidden;
    height: auto !important
}

.warningcontent {
    width: 90%;
    height: auto
}

    .warningcontent ul {
        margin-top: 1rem;
    }

    .cross-image-wrapper-div {
        vertical-align: top;
        margin-left: auto;
        margin-right: auto;
    }

.warningClose {
    height: 1.25rem;
}

#customWarnings {
    background-color: orange;
    border: 0.063rem solid #D1C9C2;
    border-radius: 0.438rem;
    color: black;
    max-width: 770px;
    height: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

.customWarnings {
    background-color: orange;
    border: 0.063rem solid #D1C9C2;
    border-top: 0;
    color: black;
    width: 100%;
    height: 1.875rem;
    margin-bottom: 0.875rem;
}

.student-header {
    color: black;
    font-weight: bold;
}

input[type=date]::-webkit-datetime-edit {
    color: #999;
}

input.input-validation-error {
    border: none;
    box-shadow: 0px 0px 0px 1px #EC556B;
}

    input.input-validation-error:disabled {
        border: 0.0625rem solid #97a1b6;
        box-shadow: none;
    }

select.input-validation-error {
    border: 0.063rem solid #EC556B;
}

.input-validation-error-checkbox {
    outline: 0.063rem solid #EC556B !important;
}
.scroll {
    cursor: pointer;
}

.primary-blue-btn {
    background: #0044BE !important;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    min-width: 7.125rem;
    font-size: .9rem;
    border-radius: 0.3125rem;
    border-color: #0044BE;
    min-height: calc(1.875rem + (0.0625rem * 2));
}

    .primary-blue-btn:hover, .primary-blue-btn:focus {
        color: #FFFFFF;
        background: #abcef1 !important;
    }

.testing-site-banner-maindiv {
    overflow: hidden;
    height: auto !important
}

#TestingSiteWarnings {
    background-color: orange;
    border: 0.063rem solid #D1C9C2;
    border-radius: 0.438rem;
    color: white;
    max-width: 770px;
    height: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    box-shadow: 2px 2px 2px 1px #A7A7A7;
}

.TestingSiteWarningcontent {
    height: auto;
    padding: 15px;
}

    .TestingSiteWarningcontent ul {
        margin-top: 1rem;
        padding: 0 1rem;
    }

.ssn-mask-eye-icon #toggleSSN {
    margin-left: -30px;
    cursor: pointer;
    align-self: center;
    position: relative;
}

/*For removing inbuilt eye icon from MS edge, firefox browsers for ssn field*/
.ssn-mask-eye-icon input::-ms-reveal,
.ssn-mask-eye-icon input::-ms-clear {
    display: none;
}

input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}