@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #000883;
    --primary-hover: #010659;
    --secondary: #a2030e;
    --color: #656565;
    --color-dark:#000;
}
html,
body,
.page,
main,
article,
.wrapper{
    height: 100%;
}

body,
p,
li{
    font-size:15px;
}

/*-- layouts --*/
.layout-col-center {
    display:flex;
    flex-direction:column;
    align-items:center;
}

@media (min-width: 641px) {
    .top-row[b-bg9tfyt5j6] {
        position: fixed !important;
        width:100%;
        top: 0;
        z-index: 1;
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: space-between !important;
        height: 3.5rem;
        display: flex;
        align-items: center;
    }
}
.tr-name {
    font-size:18px;
    font-weight:600;
    color:var(--primary);
}
.tr-counter {
    background: var(--primary);
    border-radius: 5px;
    padding: 6px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: 1px;
    display:flex;
}
    .tr-counter span.trc-head {
        margin-right: 5px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .tr-counter span {
        padding:0 5px;
    }


iframe {
    display: block; /* iframes are inline by default */
    height: 100vh; /* Set height to 100% of the viewport height */
    width: 100vw; /* Set width to 100% of the viewport width */
    border: none; /* Remove default border */
}

.hidden {
    display: none !important
}

.leftside, .rightside {
    height: 50vh;
    width: 100%;
}


.leftside {
    background: #ccc url('../img/exam-login-bg.jpg') no-repeat left top;
    background-size: cover;
}

.rightside {
    background: #fff;
}

.login-inner {
    padding: 50px;
}

    .login-inner img {
        margin-bottom: 15px;
    }

.color-white {
    color: #fff;
}

.color-primary {
    color: var(--primary);
}

section {
    padding: 20px 5px;
}


@media(min-width:768px) {
    .leftside, .rightside {
        height: 100vh;
        width: 100%;
    }

    .leftside {
        background: #ccc url('../img/exam-login-bg.jpg') no-repeat left top;
        background-size: cover;
    }

    .login-inner {
        padding: 100px;
    }

    section {
        padding: 50px 10px;
    }
}


/*--- general ---*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #efefef !important;
    font-family: 'Poppins', sans-serif;
}

body,
p,
li {
    /*color:var(--color);*/
}
h1, h2, h3, h4, h5, h6{
    color:var(--color-dark);
    line-height:1.4em;
}

h1{
    font-size:2rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}

.i-size-16{
    font-size:16px;
}
.i-size-18 {
    font-size: 18px;
}
.i-size-20 {
    font-size: 20px;
}
.i-size-22 {
    font-size: 22px;
}
.i-size-24 {
    font-size: 24px;
}


.btn {
    border-radius: 8px;
    padding: .5rem;
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background: rgb(165,3,12);
    background: linear-gradient(100deg, rgba(165,3,12,1) 0%, rgba(0,8,131,1) 100%);
    border: none;
}

.color-primary {
    color: var(--primary);
}

.table {
    margin-bottom: 0;
}

    .table th {
        font-weight: 600;
    }
        .table th,
        .table td {
            border:1px #ccc solid;
            padding:7px;
        }
    .table > :not(caption) > * > * {
        padding: unset; 
    }

.table-striped tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}

/*--- Top Bar ---*/

.top-bar {
    background: #fff;
    display: flex;
    padding: 0.5rem 1rem;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    margin-bottom:15px;
}

.tb-name {
    color: #000883;
    font-size: 20px;
}

.tb-exam-type {
    color: #000883;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    text-align: right;
}

    .tb-exam-type span {
        font-weight: 600;
        display: block;
    }

    .tb-exam-type p {
        margin-bottom: 0;
    }

.tb-exam-time {
    color: #f61212;
    font-size: 20px;
}

    .tb-exam-time ul {
        margin-bottom: 0;
    }

        .tb-exam-time ul li {
            opacity: unset;
        }

.tb-exam-clock {
    background: #f5f6f8;
    color: #f62712;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    justify-content: center;
}

    .tb-exam-clock .clock {
        margin-left: 10px;
    }

.dropdown-item{
    font-size:14px;
    display:flex;
    align-items:center;
}
.dropdown-item i{
    margin-right:5px;
}

/*--- section --*/
section{
    padding-top:40px;
    padding-bottom:40px;
}

/*--- check list ---*/
.list-check {
    margin-top: 20px;
    padding: 0 0 0 10px;
}

    .list-check li {
        display: flex;
        margin-bottom: 15px;
        list-style-type: none;
    }

    .list-check strong {
        font-weight: 600;
    }

    .list-check i {
        color: #2aad20;
        font-size: 18px;
        font-weight: 700;
        margin-right: 10px;
        width: 25px;
    }

    .list-check li span {
        width: 95%;
    }

/*--- home page ---*/
.info-block {
    margin-bottom: 25px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.ul-gen {
    margin: 0;
    padding: 0 0 0 25px;
}

    .ul-gen li {
        margin-bottom: 15px;
    }

.bor-bot {
    border-bottom: 1px #000883 dotted;
    padding: 10px 0;
    margin-bottom: 25px;
}

.bor-top {
    border-top: 1px var(--primary) dotted;
    padding: 10px 0;
    margin-top: 25px;
}

/*--- Questions ---*/
.q-block {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.q-block-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px var(--primary) dotted;
    padding: 10px 0;
    margin-bottom: 20px;
    align-items: center;
}

.q-block-number {
    background: var(--primary);
    color: #fff;
    width: 36px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
}

.q-block-time {
    color: #f61212;
}

.q-block-question {
    background-color: #f5f6f8;
    border-radius: 15px 15px 0 0;
    color: var(--primary);
    font-size:17px;
    font-weight:600;
    line-height: 1.7em;
    padding: 20px 25px;
}

.q-block-answers {
    background-color: #fff;
    line-height: 1.5em;
    margin-bottom: 15px;
    padding: 15px 25px;
    border-radius: 0 0 15px 15px;
    color: #000;
}

.q-b-a {
    display: flex;
}

    .q-b-a span {
        width: 20%;
        font-size: 18px;
    }

/*---*/
.question-text {
    color: #1e1b63!important;
    font-weight:500
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding: 0 5px 0 35px;
    margin: 10px 0;
    border: 1px #ccc solid;
    border-radius: 10px;
}

    .custom-control:hover,
    .custom-control:focus {
        background-color: #eaedf1;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
        border: 1px #000883 solid;
        border-radius: 10px;
    }


.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    width: 100%;
    padding: 8px;
    font-size: 15px;
    /*opacity: 0.8;*/
}

    .custom-control-label::before {
        top: 0.8rem;
    }

    .custom-control-label::after {
        top: .78em;
    }

    .custom-control-label span {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000883;
    background-color: #000883;
}


/*--- Chat ---*/

.chat-widget-wrapper {
    display: block;
    width: unset;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    animation: all 2s linear;
    z-index: 10;
}

.btn-chat {
    padding: 10px 25px;
}

.chat-widget-container {
    position: relative;
}

    .chat-widget-container.open {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .chat-widget-container .chat-widget-text p {
        margin: 0 auto;
        opacity: 1;
    }

        .chat-widget-container .chat-widget-text p.heading {
            color: #00aeef;
            font-weight: 600;
        }

.chat-widget-avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -11px;
    right: 30px;
    border: 4px solid #fff;
    border-radius: 50%;
}

.chat-box-container {
    position: absolute;
    height: 0;
    background-color: #f1f1f1;
    bottom: 10px;
    right: 0;
    width: 400px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: -1;
}

    .chat-box-container.show {
        bottom: 11px;
        height: 590px;
    }

    .chat-box-container .chat-box-nav {
        background-color: #00aeef;
        width: 100%;
        height: 0;
    }


.chat-container {
}

    .chat-container li {
        opacity: unset;
    }

.chat-form {
    display: flex;
}

    .chat-form .btn {
        padding: 0 15px;
        margin-left: 15px;
        font-size: 14px;
    }

    .chat-form .form-control {
        font-size: 14px;
    }

.card {
    height: 550px;
    border-radius: 6px !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}

.msg_card_body {
    overflow-y: auto;
    background: #efefef;
    padding: 15px;
}

.card-header {
    border-bottom: 0 !important;
    background: #7f83c0;
    color: #fff;
    padding: 0.75rem 1rem;
}

.card-footer {
    border-top: 0 !important;
    background: #fff;
}

.container {
    align-content: center;
}

.search {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
}

    .search:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.type_msg {
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
    height: 60px !important;
    overflow-y: auto;
}

    .type_msg:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.send_btn {
    background-color: #a00310 !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.search_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.contacts {
    list-style: none;
    padding: 0;
}

    .contacts li {
        width: 100% !important;
        padding: 5px 10px;
        margin-bottom: 15px !important;
    }

.active {
    background-color: rgba(0,0,0,0.3);
}

.user_img {
    height: 50px;
    width: 50px;
}

.user_img_msg {
    height: 42px;
    width: 42px;
}

.img_cont {
    position: relative;
    height: 50px;
    width: 50px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.online_icon {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border: 1.5px solid white;
}

.offline {
    background-color: #c23616 !important;
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

    .user_info span {
        font-size: 16px;
    }

    .user_info p {
        font-size: 11px;
        margin: unset;
    }

.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}

    .video_cam span {
        color: white;
        font-size: 20px;
        cursor: pointer;
        margin-right: 20px;
    }

.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 6px 6px 6px 0;
    background-color: #bfc1d9;
    padding: 10px 20px;
    position: relative;
    font-size: 13px;
    line-height: 1.3em;
    min-width: 250px;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 6px 6px 0 6px;
    background-color: #ffffff;
    padding: 10px 20px;
    position: relative;
    font-size: 13px;
    line-height: 1.3em;
    min-width: 250px;
}

.msg_time {
    position: absolute;
    left: 10px;
    bottom: -20px;
    color: rgba(0,0,0,0.5);
    font-size: 11px;
}

.msg_time_send {
    position: absolute;
    right: 10px;
    bottom: -20px;
    color: rgba(0,0,0,0.5);
    font-size: 11px;
}

.msg_head {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

    .action_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .action_menu ul li {
            width: 100%;
            padding: 10px 15px;
            margin-bottom: 5px;
        }

            .action_menu ul li i {
                padding-right: 10px;
            }

            .action_menu ul li:hover {
                cursor: pointer;
                background-color: rgba(0,0,0,0.2);
            }

@media(max-width: 576px) {
    .contacts_card {
        margin-bottom: 15px !important;
    }
}


@media (max-width:768px) {
    .custom-control-label::before {
        top: 0.75rem;
        width: 1.2rem;
        height: 1.18rem;
    }

    .custom-control-label::after {
        left: -1.4rem;
    }
}

.custom-control-input {
    position: absolute;
    z-index: 1000 !important;
    opacity: 0;
}


h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50050;
}

.validation-message {
    color: #e50050;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


/*-- login ---*/
.frame {
    height: 100%;
}

.wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-block {
    background-color: #fff;
    width: 680px;
    border-radius: 10px;
    padding: 25px 35px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-top: 5px var(--primary) solid;
    color: #101317;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    position: relative;
}


.lb-sh {
    min-height: 200px;
    margin:0 auto;
}

.lb-logo {
    text-align: center;
    margin-bottom: 25px;
}

.lb-form {
    padding: 10px 0;
}

    .lb-form .form-group {
        margin-bottom: 15px;
    }

        .lb-form .form-group label {
            margin-bottom: 5px;
        }

.btn-block {
    width: 100%;
}

.lb-btn {
    border: unset !important;
    border-radius: 8px !important;
    padding: 9px !important;
}

.lb-exam-title {
    color: #000883;
    margin-bottom: 15px;
    border-left: 3px #000883 solid;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
}

.progress-ring {
    position: absolute;
    width: 220px;
    height: 220px;
}

.icon-bar {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef url('img/dot-bg-green.png') no-repeat center center;
    margin: 0 -35px 20px -35px;
}

.success-icon {
    border-radius:50%;
    width:110px;
    height:110px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.success-icon {
    background-color: #25ba75;
}
    .success-icon i {
        color: #ffffff;
        font-size: 4rem;
    }


.timer-countdown {
    height: 220px;
    position: relative;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351 !important;
}

.toast-error {
    background-color: #BD362F !important;
}

.toast-info {
    background-color: #2F96B4 !important;
}

.toast-warning {
    background-color: #F89406 !important;
}
