.img-loading {
    height: 60px;
    top: -5px;
    position: absolute;
    right: -10px;
    transition: all 0.4s
}

.bg-login {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%
}

.bg-login .fade {
    background-color: #183f68;
    display: table-cell;
    vertical-align: middle
}

.bg-login .fade .login {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    border-radius: 2px
}

.bg-login .fade .login .title-login {
    display: block;
    padding: 20px;
    background: #183f68;
    color: white
}

.bg-login .fade .login input {
    border-bottom: 1px solid #3c763d
}

.bg-login .fade .login label {
    color: #3c763d
}

.bg-login .fade .login .login-form {
    padding: 0 20px 20px
}

.bg-login .fade .login .login-form .row .login-btn .btn {
    padding: 0 !important;
    width: 49%;
    display: inline-block
}

#reload {
    display: none;
    cursor: pointer;
    float: left;
    margin-top: 10px
}

.status {
    text-align: center;
    font-size: 17px;
    color: white;
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1100;
    position: fixed;
    top: 0
}

.success {
    background: #28a745
}

.failed {
    background: #dc3545
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInLogin {
    animation-name: fadeIn;
    animation-duration: 1s
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeRight {
    animation-name: fadeRight;
    animation-duration: 0.5s
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/material-icon.woff2") format("woff2")
}

@font-face {
    font-family: 'roboto-thin';
    src: url("../fonts/roboto/Roboto-Thin.woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'roboto-bold';
    src: url("../fonts/roboto/Roboto-Bold.woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'roboto-regular';
    src: url("../fonts/roboto/Roboto-Regular.woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'roboto-light';
    src: url("../fonts/roboto/Roboto-Light.woff2");
    font-weight: normal;
    font-style: normal
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.body-login {
    overflow: hidden;
    font-family: 'roboto-light' !important;
    color: #676a6c;
    background: white;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.math-tex {
    font-size: 20px
}

.tabs .indicator {
    background-color: #183f68 !important
}

.clear {
    clear: both
}

.hidden {
    display: none !important
}

.pad-left-20 {
    padding-left: 20px
}

.font-color {
    color: #676a6c
}

.font-color-2 {
    color: green
}

.reset-margin {
    margin: 0 !important
}

.nav-green {
    background: #183f68
}

.cursor {
    cursor: pointer
}

.overflow {
    overflow: auto !important
}

.sidebar-left {
    max-width: 220px;
    height: 100%;
    min-height: 315px;
    left: 0;
    position: fixed;
    z-index: 996;
    background: white;
    transition: all 0.4s;
    transform: translateX(-105%);
    box-shadow: 2px 0 1px #e8e8e8
}

.menu-sidebar {
    overflow-y: auto;
    height: calc(100% - 60px);
    padding-bottom: 35px
}

.menu-sidebar .list {
    padding: 0
}

.menu-sidebar .list .menu-list {
    display: block;
    color: #676a6c;
    box-shadow: inset 0 -1px #b5bdc3;
    padding: 10px;
    margin-left: 20px
}

.logout {
    transition: all 0.4s !important;
    text-align: center;
    z-index: 1000 !important;
    position: fixed !important;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 220px;
    color: #676a6c;
    font-weight: bold;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.34), 0 0 0 0 rgba(0, 0, 0, 0.14);
    padding: 10px;
    background: white;
    transform: translateX(-105%)
}

.sidebar-show {
    transform: translateX(0) !important
}

.box-content {
    min-width: 320px;
    width: 100vw;
    transition: all 0.4s
}

.box-content-mini {
    width: calc(100vw - 220px)
}

.title {
    height: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 5px 20px
}

.title-content {
    margin-bottom: 2px;
    background: white;
    color: #676a6c;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14)
}

.title-content .timer {
    display: inline-block;
    font-size: 19px;
    float: right;
    margin-right: 50%;
    padding-top: 2px;
    font-weight: bold;
    color: blue
}

.block-content {
    padding-bottom: 20px
}

.content {
    border-top: 2px solid #183f68;
    position: relative;
    height: auto;
    min-height: 500px;
    margin: 0 0 5px;
    padding: 0 20px;
    background: white
}

.avatar {
    width: 70px;
    height: 70px
}

.modal-edit {
    width: 70%;
    height: 70%
}

.valid-img {
    transition: all 0.4s;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    position: absolute
}

.notification_content {
    height: 450px
}

.notification_content .message {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #e0e0e0
}

.notification_content .message span {
    margin: 2px
}

.notification_content .message .name {
    color: #183f68;
    font-size: 18px
}

.notification_content .message .time_sent {
    display: block;
    font-size: 13px
}

.notification_content .message .notification_title {
    display: block;
    color: blue;
    font-size: 16px
}

.notification_content .message .receive_name {
    display: block;
    color: black
}

.preload {
    z-index: 1200;
    background: #ffffff00;
    height: 100%;
    width: 100%;
    position: fixed
}

.preload img {
    background: black;
    width: 300px;
    height: 100px;
    opacity: 0.7;
    padding: 10px 100px;
    border-radius: 10px;
    margin-left: 30%;
    margin-top: 5%
}

.action {
    display: inline-block;
    margin: 5px
}

.help {
    font-size: 16px;
    color: green
}

.exam_quest {
    font-size: 18px
}

.exam_detail {
    font-size: 20px;
    color: darkgreen;
    margin-left: 20px
}

.exam_ans {
    padding: 15px;
    display: flex;
    justify-content: space-around
}

.exam_ans span {
    color: #183f68;
    font-size: 20px !important;
    font-weight: bolder
}

.exam_small {
    font-size: 15px
}

.send_exam {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

.scrollbar::-webkit-scrollbar {
    width: 5px
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #183f68
}

.rot {
    transform: rotate(90deg);
    transition: 0.5s
}

#dashboard {
    width: 96%;
    margin: 10px 5px;
    padding: 5px;
    position: absolute
}

#dashboard .dashboard-inner-item {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    border: 1.5px solid #183f68;
    border-radius: 10px
}

#dashboard .dashboard-inner-item .left-item {
    text-align: center;
    float: left;
    display: inline-block;
    width: 30%;
    font-size: 30px;
    padding: 10px 0;
    color: white;
    background: #183f68;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

#dashboard .dashboard-inner-item .right-item {
    text-align: center;
    float: right;
    display: inline-block;
    width: 70%;
    line-height: 32px;
    padding: 10px 0;
    color: #183f68
}

#dashboard .dashboard-inner-item .right-item .right-item-top {
    width: 100%;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px
}

#dashboard .dashboard-inner-item .right-item .right-item-bottom {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 0
}

.test-content {
    position: relative;
    margin-bottom: 5px !important;
    height: auto;
    min-height: 505px;
    background: white
}

.testing-left {
    width: 120px;
    overflow-y: auto;
    display: inline-block;
    position: fixed;
    transition: 0.5s;
    height: calc(100% - 65px);
    background: white;
    border: 2px solid #183f68
}

.testing-left .menu-link {
    display: block;
    padding-left: 15px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: bold
}

.testing-left .menu-link .tick {
    float: right;
    color: green;
    margin-right: 15px
}

.testing-right {
    display: inline-block;
    float: right;
    overflow-y: auto;
    width: calc(100% - 125px);
    padding-top: 5px
}

.item-quest {
    padding-left: 10px
}

.item-quest .quest-title {
    color: black;
    font-weight: bold;
    font-size: 18px
}

.item-quest .quest-content {
    font-weight: bold;
    font-size: 20px
}

.item-quest .quest-answer {
    font-weight: bold;
    font-size: 19px
}

.item-quest .quest-answer>p>label>span {
    font-weight: bold;
    font-size: 19px;
    color: #676a6c;
    display: inline-block
}

.answer span>p {
    display: inline;
    font-size: 20px
}

.answer {
    padding: 5px
}

#tests_list {
    display: inline-block;
    width: 100%;
    border: 1.5px solid #183f68;
    border-radius: 10px;
    padding: 10px
}

.full-width {
    width: 100% !important
}


/*# sourceMappingURL=style.min.css.map */