html {
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-weight: 400 !important;
}

.body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
/*mynavbar-brand {
    width: 100%;
    height: 100%;
    padding:0px;
    border:solid;
    border-color:red;
}*/
label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

.upperbar {
    box-shadow: 0px 4px 6px #d8d8d8 !important;
    border-radius: 10px;
}

#wrapper {
    flex: 1 0 auto;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}

.bg-white {
    background-color: white;
}

small {
    font-family: 'Poppins', sans-serif !important;
}

.navbar-nav {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.title-label {
    font-size: 24px;
    color: #00284E;
}

.card-label {
    font-size: 16px;
    color: #474747;
}

.card-label2 {
    font-size: 24px;
    color: #856AFF;
}

.card-label3 {
    font-size: 24px;
    color: #00FFB2;
}

.card-label4 {
    font-size: 24px;
    color: #E40000;
}

.card-label5 {
    font-size: 24px;
    color: #0084FF;
}

.bg-yellow {
    border-bottom: 5px solid #FFF6C3 !important;
    box-shadow: 0px 5px #FFED8D;
    background-color: #FFFBE5 !important;
}

.bg-lavendar {
    border-bottom: 5px solid #DBD3FE !important;
    box-shadow: 0px 5px #C8BBFF;
    background-color: #EDE9FF !important;
}

.bg-mint {
    border-bottom: 5px solid #C7FFEE !important;
    box-shadow: 0px 5px #A5FFE4;
    background-color: #EBFFF9 !important;
}

.bg-red {
    border-bottom: 5px solid #FCD4D4 !important;
    box-shadow: 0px 5px #FFB8B8;
    background-color: #FFEBEB !important;
}

.bg-blue {
    border-bottom: 5px solid #BAE0FF !important;
    box-shadow: 0px 5px #82C7FF;
    background-color: #EBF6FF !important;
}

.card {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

.card-header {
    border-radius: 10px !important;
    padding: 15px !important;
}

.card-padding {
    padding-right: 0rem !important;
}

.card-footer {
    background-color: white !important;
    border: none !important;
    border-radius: 7px !important;
    height: 30%;
}

.foot-lavendar {
    background-color: #EDE9FF !important;
}

.foot-mint {
    background-color: #C7FFEE !important;
}

.foot-red {
    background-color: #FFEBEB !important;
}

.foot-blue {
    background-color: #BAE0FF !important;
}

.foot-yellow {
    background-color: #FFF6C3 !important;
}

.foot-orange {
    background-color: #FFD4BB !important;
}

.btn-info {
    background-color: white !important;
    color: #848484 !important;
    width: 100%;
    font-size: 14px !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
    border: none !important;
}

.btn-user {
    background-color: #EDF7FF !important;
    color: #002EA6;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom: 5px solid #BAE0FF !important;
}

.btn-drop {
    background-color: white !important;
    color: #848484 !important;
    font-size: 14px !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
    border: none !important;
    width: 100%;
}

.btn-signin {
    border-radius: 50% !important;
    background: white !important;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

.back-container {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

.label-small {
    color: #4d5e6d;
    font-size: 16px;
}

.inner-padding {
    padding: 20px;
}

.btn-white {
    border-radius: 50%;
    background-color: white;
    width: 100% !important;
}

.material-navi {
    vertical-align: middle !important;
    font-size: 2rem !important;
    color: #2E69FF;
}

.btn-primary {
    font-size: 14px !important;
    width: 100%;
    background-color: #002EA6 !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.sort {
    text-decoration: none;
    color: white;
}

    .sort:hover {
        text-decoration: none;
        color: white !important;
    }

.btn-question {
    background-color: #002EA6;
    color: white;
    width: 2rem;
    padding: 1px;
    font-size: 8px;
}

    .btn-question:hover {
        background-color: #2E69FF;
        color: white;
        text-decoration: none;
    }

.btn-unanswered {
    background-color: white;
    border: 1px solid #002EA6 !important;
    width: 2rem;
    padding: 1px;
    font-size: 8px;
}

    .btn-unanswered:hover {
        background-color: #2E69FF;
        color: white;
        text-decoration: none;
    }

.btn-ques-active {
    width: 2rem;
    padding: 1px;
    font-size: 8px;
    background-color: #2E69FF;
    color: white;
}

.progress {
    background-color: white !important;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

.progress-bar {
    color: black !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.attempted {
    background-color: #002EA6;
    color: white;
    width: 1rem;
    height: 1rem;
    font-size: 0.23rem;
}

.unattempted {
    background-color: white;
    border: 1px solid #002EA6 !important;
    width: 1rem;
    height: 1rem;
}

.in-progress {
    width: 1rem;
    height: 1rem;
    background-color: #2E69FF;
    color: white;
}

.btn-finish {
    background-color: #82C7FF;
    color: #474747;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    width: 100%;
}

.icon-progress {
    position: absolute;
}

.test {
    position: relative;
}

.title-small {
    font-size: 16px;
    color: #00284E !important;
}

.label-result {
    font-size: 20px;
    color: #2E69FF;
}

.progress-success {
    background-color: #A5FFE4 !important;
    color: #474747;
}

.progress-primary {
    background-color: #82C7FF !important;
    color: #474747;
}

.progress-warning {
    background-color: #FFED8D !important;
    color: #474747;
}

.progress-danger {
    background-color: #FCD4D4 !important;
    color: #474747;
}

.progress-lavendar {
    background-color: #C8BBFF !important;
    color: #474747;
}

.progress-bar {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.progress {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.progress-label {
    font-size: 16px;
    color: #00284E;
}

.btn-correct {
    background-color: #00FFB2;
    color: #474747;
    width: 2rem;
    padding: 1px;
    font-size: 8px;
}

    .btn-correct:hover {
        background-color: white;
        border: 1px solid #00FFB2;
        color: #00FFB2;
    }

.btn-incorrect {
    background-color: #E40000;
    color: white;
    width: 2rem;
    padding: 1px;
    font-size: 8px;
}

    .btn-incorrect:hover {
        background-color: white;
        border: 1px solid #E40000;
        color: #E40000;
    }

.ques-right {
    background-color: #00FFB2;
    color: #474747;
    width: 1rem;
    height: 1rem;
}

.ques-wrong {
    background-color: #E40000;
    color: white;
    width: 1rem;
    height: 1rem;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: white;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #EDF7FF;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > td,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > thead > tr > th {
    font-size: 14px;
}

.exam-link {
    color: #474747;
}

    .exam-link:hover {
        color: #0084FF;
        text-decoration: none;
    }

.main-head {
    background-color: #002EA6;
    color: white;
}

.avg-row {
    background-color: #BAE0FF;
    color: #474747;
    border: none;
}

.stud-link {
    color: #474747;
}

    .stud-link:hover {
        color: #002EA6;
        text-decoration: none;
    }

td:first-child,
th:first-child {
    border-radius: 10px 0 0 10px;
}

td:last-child,
th:last-child {
    border-radius: 0 10px 10px 0;
}
/* -----------------------------
            SWITCH 
   ----------------------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 5rem;
    height: 2rem;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 1.5rem;
        width: 1.5rem;
        left: 4px;
        bottom: 4px;
        background-color: #002EA6;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: white;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #002EA6;
}

input:checked + .slider:before {
    -webkit-transform: translateX(4rem);
    -ms-transform: translateX(4rem);
    transform: translateX(3rem);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*------------*/

.switch-label {
    color: #002EA6;
}

.sub-label {
    font-size: 28px;
}

.btn-regular {
    background-color: #82C7FF;
    color: #474747;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.btn-premium {
    background-color: #A5FFE4;
    color: #474747;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.btn-gold {
    background-color: #FFED8D;
    color: #474747;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.side-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.card-blue {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/blue.png");
}

.card-green {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/green.png");
}

.card-gold {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/gold.png");
}

.w-100 {
    width: 100%;
}

.d-table {
    display: table !important;
}

.mobile-hide {
    display: none;
}

.desk-hide {
    display: none;
}

.desk-show {
    display: table !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #002EA6 !important;
    border-color: #002EA6 !important;
}

.subwhite {
    color: white;
}

.stu-label {
    font-size: 16px;
    color: #002EA6;
}

.bg-general {
    background-color: #002EA6 !important;
    border: none !important;
}

.label-head {
    margin-bottom: 0rem !important;
}

.about-us-pic {
    border-radius: 50%;
    background-color: #EDF7FF;
    height: 16rem;
    width: 16rem;
    display: block;
    color: #002EA6;
    align-self: center;
    padding: 6rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #002EA6 !important;
    font-weight: 400 !important;
    font-size: 14px;
}

.nav-pills .nav-link {
    border-radius: 20px !important;
    border: 1px #002EA6 solid !important;
    color: #002EA6;
    font-weight: 400 !important;
    font-size: 14px;
}

.nav-tabs {
    border: none !important;
}

.form-control {
    border: none !important;
    border-radius: 20px !important;
    width: 100% !important;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

.text-grey {
    color: #848484;
}

.login-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.register-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.help-container {
    background-size: cover;
    background-image: url("/images/help-green.png");
    border-radius: 10px;
    background-color: #C7FFEE;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

.recent-container {
    background-size: cover;
    background-image: url("/images/help-red.png");
    border-radius: 10px;
    ;
    background-color: #FCD4D4;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

.comment-container {
    background-size: cover;
    background-image: url("/images/help-lavendar.png");
    border-radius: 10px;
    ;
    background-color: #EDE9FF;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

.btn-danger {
    border: none !important;
    width: 100%;
    color: #474747 !important;
    background-color: #FFEBEB !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.copyright {
    background-color: white;
    vertical-align: middle;
    height: 5vh;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-top:;
    box-shadow: 0px 0px 7px #d8d8d8 !important;
}

textarea {
    resize: none !important;
}

.label-about {
    color: #474747;
    font-size: 14px;
}

.label-landing {
    font-size: 45px;
    color: #00284E;
}

.label-headings {
    font-size: 30px;
    color: #00284E;
}

.label-land {
    color: #474747;
    font-size: 12px;
    ;
}

.landing-footer {
    background-color: white;
    vertical-align: middle;
    width: 100%;
    padding: 3vh;
    box-shadow: 0 -7px 5px -5px #d8d8d8 !important;
}

.container-fluid {
    padding-bottom: 5vh !important;
}

.text-footer {
    color: #000000;
}

    .text-footer:hover {
        color: #474747;
        text-decoration: none;
    }

.red-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/red-card.svg") !important;
}

.green-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/green-card.svg") !important;
}

.lav-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/lav-card.svg") !important;
}

.yellow-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/yellow-card.svg") !important;
}

.blue-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/blue-card.svg") !important;
}

.orange-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/orange-card.svg") !important;
}

.circle-container {
    margin-bottom: 2rem;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    padding: 10px;
    background-color: white;
    box-shadow: 0 -10px 5px -5px #d8d8d8 !important;
}

.icon-features {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
}

.benefit-container {
    margin-top: 3rem;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    padding: 0.5rem;
    background-color: white !important;
    box-shadow: 0 10px 5px -5px #d8d8d8 !important;
}

.red-header {
    height: 9.5rem !important;
    background-image: url("../images/benefit-red.svg");
    background-color: white !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.blue-header {
    height: 9.5rem !important;
    background-color: white !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/benefit-blue.svg");
}

.green-header {
    background-color: white !important;
    height: 9.5rem !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/benefit-green.svg");
}

.icon-benefit {
    padding-left: 0.5rem;
    padding-top: 0.4rem;
}

.navbar-light {
    background-color: white !important;
}

.material-icons {
    padding: 0px !important;
}

.w-45 {
    width: 45%;
}

.no-padding {
    padding: 0px !important;
}

.keys {
    overflow-y: scroll;
    height: 120px;
    overflow-x: hidden;
}
/* ---------Custom Scroll ----------*/
/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    box-shadow: 0x 0px 7px #DDDDDD;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #DFDFDF;
    }
/* -----------------*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 8vh;
    right: 1rem;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #002EA6;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    padding-top: 0.4rem;
    height: 3rem;
    width: 3rem;
}

    #myBtn:hover {
        background-color: #555;
    }


/*
 ---------------------------------------------------
Media Queries
----------------------------------------------------- */

@media screen and (min-width: 320px) and (max-width: 375px) {
    .wrapper {
        width: 100%;
        margin-top: 43px;
    }

    .student-info {
        display: block;
    }

    .student-table {
        display: none;
    }

    .register-img {
        display: none;
    }

    .register-img-mobile {
        display: block;
        width: 100%;
    }

    .login-img {
        display: none;
    }

    .login-img-mobile {
        display: block;
        width: 100%;
    }

    .label-landing {
        font-size: 32px;
    }

    .title-small {
        font-size: 12px;
    }

    body {
        font-size: 12px;
    }

    .desk-hide {
        display: block;
    }

    .desk-view {
        display: none;
    }
}


@media screen and (min-width: 375px) and (max-width: 414px) {
    .wrapper {
        width: 100%;
        margin-top: 43px;
    }

    .student-info {
        display: block;
    }

    .student-table {
        display: none;
    }

    .register-img {
        display: none;
    }

    .register-img-mobile {
        display: block;
        width: 100%;
    }

    .login-img {
        display: none;
    }

    .login-img-mobile {
        display: block;
        width: 100%;
    }

    .label-landing {
        font-size: 32px;
    }

    .title-small {
        font-size: 12px;
    }

    body {
        font-size: 12px;
    }

    .desk-hide {
        display: block;
    }

    .desk-view {
        display: none;
    }
}


@media screen and (min-width: 414px) and (max-width: 786px) {
    .wrapper {
        width: 100%;
        margin-top: 43px;
    }

    .student-info {
        display: block;
    }

    .student-table {
        display: none;
    }

    .register-img {
        display: none;
    }

    .register-img-mobile {
        display: block;
        width: 100%;
    }

    .login-img {
        display: none;
    }

    .login-img-mobile {
        display: block;
        width: 100%;
    }

    .label-landing {
        font-size: 32px;
    }

    .title-small {
        font-size: 12px;
    }

    body {
        font-size: 12px;
    }

    .desk-hide {
        display: block;
    }

    .desk-view {
        display: none;
    }
}
