/* ----------------- Font ----------------- */

@font-face {
    font-family: 'promptbold';
    src: url('../fonts/prompt-bold-webfont.woff2') format('woff2'), url('../fonts/prompt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'promptregular';
    src: url('../fonts/prompt-regular-webfont.woff2') format('woff2'), url('../fonts/prompt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* ----------------- End Font ----------------- */

body {
    font-family: 'promptregular';
}

.description-text {
    font-size: 20px;
}

.mt-20 {
    margin-top: 20px !important;
}

.container-btn {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.text-select {
    border-radius: 50%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #8B0F04;
    color: #FFFFFF;
}


/* Hide the default radio button */

.container-btn input {
    position: absolute;
    opacity: 0;
    /* cursor: pointer; */
}


/* custom radio button */

.check {
    margin-top: 8px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: lightgray;
    border-radius: 50%;
}

.answer-number {
    /* margin-top: 1.5rem; */
    padding-right: 20px;
}

.number {
    font-weight: bold;
    font-size: 28px !important;
}

.container input:checked~.check {
    background-color: #8B0F04;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.check:after {
    display: block;
}

.container .check:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mw-gendar {
    max-width: 8.666667% !important;
}

.t-bold {
    font-weight: bold;
}


/* ----------------- Option Config ----------------- */

.text-ab {
    color: #8B0F04;
    padding-left: 17px;
    padding-top: 8px;
    position: absolute;
}

.text-ab-select2 {
    color: #8B0F04;
    padding-left: 17px;
    padding-top: 8px;
    position: absolute;
}

.icon-ab {
    color: #8B0F04;
    padding-left: 17px;
    padding-top: 5px;
    position: absolute;
}

.input-date-custom {
    padding-bottom: 5px !important;
    padding-top: 27px !important;
}

.input-custom {
    width: 100%;
    border: 1px solid gainsboro;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    /* padding-right: 2rem; */
}

.input-other {
    width: 100%;
    border: 1px solid #8B0F04;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    /* padding-right: 2rem; */
}

.move-icon {
    display: none;
}

.input-custom-2 {
    width: 100%;
    border: 1px solid gainsboro;
    border-radius: 2px;
    padding: 1rem;
    /* padding-right: 2rem; */
}

.state-option {
    padding-top: 25px;
    padding-bottom: 5px;
    width: 100%;
    height: 55px;
    padding-left: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 15px;
    border: 2px solid #8B0F04;
    border-radius: 5px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

.btn-success {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 25px;
}

.btn-primary {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn-secondary {
    margin-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-right: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.mw-2 {
    max-width: 16.65% !important;
}


/* ----------------- End Option Config ----------------- */


/* --------------------- Class Config ---------------------*/

.filter-btn {
    background-color: #8B0F04 !important;
    color: #FFFFFF !important;
    transition: 0.5s;
}

.filter-btn:hover {
    background-color: #242424 !important;
    color: #FFFFFF !important;
    transition: 0.5s;
}

.copy-right {
    /* font-size: 16px; */
    width: 100%;
    /* position: relative; */
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    background-color: #8b0f04;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.nav-link {
    color: #FFFFFF !important;
}

.nav-bg {
    color: #FFFFFF !important;
    background-color: #8B0F04 !important;
}

.active {
    padding-left: 10px !important;
    background-color: #FFFFFF !important;
    color: #8B0F04 !important;
}

.logo-text {
    padding-top: 20px;
    /* margin-left: 20px; */
    font-size: 32px;
    color: #242424;
}

.logo-box {
    padding-top: 40px;
    padding-bottom: 20px;
}

.step-avatar {
    width: 16%;
}

.cp {
    cursor: pointer;
}

.examination-01 {
    padding-bottom: 20px;
    border-bottom: 1px solid #7C8697;
}

.check-examination-box {
    border-bottom: 1px solid #7C8697;
}

.filter-btn {
    color: #242424;
    width: 55px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #FFFFFF;
    border: 1px solid #8B0F04;
}

.ul-custom>li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
}

.mb-50 {
    margin-bottom: 50px;
}

.container-custom {
    height: 100%;
    position: relative;
}

.container-score {
    max-width: 960px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.input-score {
    width: 100%;
    border: 1px solid #8E0303;
    border-radius: 10px;
    margin-right: 2rem;
    padding: 1rem;
    /* padding-right: 2rem; */
}

.recom {
    color: #8E0303;
    font-size: 14px;
}

.tx-center {
    text-align: center;
}

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.text-score {
    color: #000000;
}

.font-bold {
    font-weight: bold;
}

.input-score-custom {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.mr-ml-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.pr-pl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.line-space {
    float: left;
    width: 50px;
    height: 2px;
    background-color: #000000;
    margin-top: 25px;
    margin-left: 10px;
}

.mb-400 {
    margin-bottom: 300px;
}

.mt-7 {
    margin-top: 7px;
}

.circle-1 {
    margin-right: 10px;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background-color: #7C8697;
}

.circle-2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background-color: #7C8697;
}

.circle-active {
    background-color: #8B0F04;
}

.circle-success {
    background-color: #157347;
}

.circle-wrong {
    background-color: #8B0F04;
}

.circle-check {
    background-color: #157347;
}

.sticky_timer {
    position: sticky;
    top: 0;
    z-index: 11;
}

.quiz-time {
    border-radius: .25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    padding: 13px 25px;
    /* padding-right: 25px; */
    /* padding-top: 10px; */
    color: #fff;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
    height: 40px;
    /* font-size: 2.5rem; */
    line-height: 14px;
    letter-spacing: 1.2px;
    transition: .2s .1s;
    background-image: linear-gradient(90deg, #96161a, #3e4244);
    border: 0 solid;
    overflow: hidden;
    width: 13%;
    height: 40px;
    margin-left: 87%;
}

.footer-fix-box {
    z-index: 999;
    box-shadow: 0 0 10px 0 #C4C4C4;
    background: #FFFFFF;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-fix {
    /* width: 100%; */
    padding-bottom: 40px;
    padding-top: 50px;
    /* position: fixed; */
    bottom: 0;
}

.btn-danger {
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #fff;
    background-color: #C8C8C8 !important;
    border-color: #C8C8C8 !important;
}

.btn-success {
    padding-left: 70px !important;
    padding-right: 70px !important;
    color: #fff;
    background-color: #157347 !important;
    border-color: #157347 !important;
}

.btn-red {
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff;
    background-color: #8E0303 !important;
    border-color: #8E0303 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.count-box {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFFFFF;
    font-size: 20px;
    margin-top: -15px;
    margin-right: 20px;
    border-radius: 10px;
    color: #000000;
}

.tab-custom {
    color: #FFFFFF;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    height: 62px;
    background-color: #8B0F04;
}

.tab-custom-2 {
    color: #FFFFFF;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    height: 62px;
    background-color: #242424;
}

.t-color {
    color: #000000;
}

.tb {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.mt--10 {
    margin-top: -10px;
}

.mt--20 {
    margin-top: -20px;
}

.fs-36 {
    font-size: 36px;
}

.fs-22 {
    font-size: 22px;
}

.fs-18 {
    font-size: 18px;
}

.fs-12 {
    font-size: 12px;
}

.legend-indicator-2 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #bdc5d1;
    border-radius: 50%;
    margin-right: 0.70rem;
}

.status-online {
    border-radius: 5px;
    border: 1px solid #157347;
    background-color: #F0FEF7;
    padding: 3px 15px;
    color: #157347;
}

.status-onsite {
    border-radius: 5px;
    border: 1px solid #FF8D07;
    background-color: #FFF6EB;
    padding: 3px 15px;
    color: #FF8D07;
}

.status-onsite-answer {
    border-radius: 5px;
    border: 1px solid #0D6EFD;
    background-color: #EAF2FF;
    padding: 3px 15px;
    color: #0D6EFD;
}

.table-primary-color {
    background: #8B0F04;
}

.space {
    width: 100%;
    height: 5px;
    background-color: #8B0F04;
}

.mb-space {
    /* margin-bottom: 80px; */
    margin-bottom: 40px;
}

.mb-footer {
    margin-bottom: 80px;
}

.footer-fix-box {
    z-index: 999;
    box-shadow: 0 0 10px 0 #C4C4C4;
    background: #FFFFFF;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-fix {
    /* width: 100%; */
    padding-bottom: 40px;
    padding-top: 50px;
    /* position: fixed; */
    bottom: 0;
}

.choice-1 {
    cursor: pointer;
    text-align: center;
    padding: 100px 50px;
    background-color: #8B0F04;
    color: #FFFFFF;
    font-size: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.req-details {
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: gainsboro;
}

p {
    line-height: 28px;
}

h1 {
    letter-spacing: 0px;
    font-weight: bold;
}

h2 {
    letter-spacing: 2px;
}


/* --------------------- End Class Config ---------------------*/


/* HIDE RADIO */

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* IMAGE STYLES */

[type=radio]+img {
    margin-left: 20px !important;
    cursor: pointer;
}


/* CHECKED STYLES */

[type=radio]:checked+img {
    outline: 10px solid #8B0F04;
}

.container-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container-btn:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container-btn input:checked~.checkmark {
    background-color: #8B0F04;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container-btn input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container-btn .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #8b0f04;
}


/* .number {
    font-size: 22px;
} */

.space-underline {
    width: 100%;
    height: 2px;
    background-color: #ECECEC;
}

.nmb {
    margin-bottom: 0px !important;
}

.np {
    padding: 0px !important;
}

.circle-blank {
    color: #242424;
    background-color: #ECECEC;
}

.pl-15 {
    padding-left: 15px !important
}

.fa-list-check {
    font-size: 200px;
}

.fa-triangle-exclamation {
    font-size: 200px;
}

.nmr {
    margin-right: 0px !important;
}

.copy-right-score {
    font-size: 16px;
    width: 100%;
    position: relative;
    bottom: 0;
    color: #FFFFFF;
    background-color: #242424;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.copy-right-score-index {
    font-size: 16px;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
}

.img-paragraph {
    width: 60%;
}

.noContent {
    background-color: gray;
    border-color: gray;
}

.noContent:hover {
    background-color: gray;
    border-color: gray;
}

.noContent:disabled {
    background-color: gray;
    border-color: gray;
}

.header-student-name {
    text-align: center;
}

.header-student-name h2 {
    letter-spacing: 0px !important;
}

.header-student-name h1 {
    letter-spacing: 0px !important;
}

.school-and-class {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.emoji {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.result {
    text-align: center;
}

.exam-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box-info {
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 5px 40px;
    font-size: 20px;
    margin: 20px 5px;
}

.small-box-info {
    width: 135px;
    /* outline: 1px solid red; */
    margin: 10px 5px 40px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.small-box-info .box-header {
    background-color: #97c1ff;
    border-radius: 2px 2px 0px 0px;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 5px;
}

.small-box-info .box-header-percent {
    background-color: #5095fc;
    border-radius: 2px 2px 0px 0px;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 5px;
}

.small-box-info .result-exam {
    border: 1px solid #000000;
    border-radius: 0px 0px 2px 2px;
}


/* Override bootstrap color btn */


/* primary */

.btn-primary {
    background-color: #8b0f04 !important;
    border-color: #8b0f04 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    box-shadow: 0 4px 11px #8b0f04 !important;
}

#spinner {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
}


/* END primary */


/* END Override bootstrap color btn */

@media (max-width: 992px) {
    /* Fix scroll-x show in mobile */
    body {
        margin: 0;
        height: 100%;
        overflow-x: hidden;
    }
    /* html {
        overflow: hidden;
    } */
    .mb-tx-center {
        text-align: center !important;
    }
    .answer-number {
        margin-top: 1.5rem;
    }
    .answersheet-number {
        /* position: absolute; */
        margin-top: 18px;
        margin-left: 1rem;
    }
    .answersheet-choice {
        padding-right: 0px;
    }
    .number {
        font-size: 20px !important;
    }
    .number~img {
        width: 100%;
    }
    .mb-footer {
        margin-bottom: 50px !important;
    }
    h1 {
        letter-spacing: 0px;
        font-size: 20px;
    }
    p {
        line-height: 0px !important;
        /* font-size: 36px !important; */
    }
    .t-color {
        color: #000000;
        /* padding: 0px 0px; */
    }
    .container {
        max-width: 900px !important;
    }
    .text-center {
        padding: 5px;
    }
    .mb-nmr {
        margin-right: 0px !important;
    }
    .w-40 {
        width: 40% !important;
    }
    .result h1 {
        font-size: 40px !important;
    }
    .container-btn {
        padding-left: 45px !important;
        font-size: 1rem !important;
        padding-top: 0px !important;
        margin-top: 10px !important;
        margin-bottom: -20px !important;
        line-height: 20px;
    }
    .checkmark {
        top: -5px;
        left: 0px;
        height: 25px;
        width: 25px;
    }
    .container-btn .checkmark:after {
        top: 0px;
        left: 0px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #8b0f04;
    }
    span {
        line-height: 20px !important;
        /* font-size: 2.5rem; */
    }
    label {
        /* font-size: 36px !important; */
    }
    .circle-1 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        /* font-size: 36px; */
    }
    .copy-right {
        /* font-size: 24px; */
        width: 100%;
        height: 40px;
        /* position: absolute; */
        bottom: 0;
        color: #FFFFFF;
        background-color: #8b0f04;
        padding-top: 13px;
        padding-bottom: 20px;
        text-align: center;
    }
    .mb-200 {
        margin-bottom: 400px;
    }
    .mb-space {
        margin-bottom: 30px;
    }
    .logo-box {
        padding-top: 18px;
        padding-bottom: 0px;
    }
    .step-avatar {
        width: 38%;
    }
    .input-custom {
        border: 2px solid gainsboro;
        padding-top: 35px !important;
        /* height: 130px; */
        /* font-size: 32px !important; */
    }
    .input-other {
        border: 7px solid #8b0f04;
        border-radius: 5px;
        padding-top: 30px !important;
        height: 70px;
        /* font-size: 32px !important; */
    }
    .show_input_class {
        margin-bottom: -20px;
    }
    .input-custom-2 {
        border: 3px solid gainsboro;
        padding-top: 60px !important;
        height: 130px;
        /* font-size: 32px !important; */
    }
    .state-option {
        border: 3px solid gainsboro;
        padding-top: 30px !important;
        height: 70px;
        /* font-size: 32px !important; */
    }
    .audio {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .mw-2 {
        max-width: 100% !important;
    }
    .mw {
        max-width: 100% !important;
    }
    .mb-mb-20 {
        margin-bottom: 20px !important;
    }
    .mb-mb-40 {
        margin-bottom: 40px !important;
    }
    .mb-w-100 {
        width: 100% !important;
    }
    .mb-mb-120 {
        margin-bottom: 120px !important;
    }
    h2 {
        font-size: 20px;
    }
    .h2-custom {
        font-size: 24px;
    }
    .choice-1 {
        cursor: pointer;
        text-align: center;
        padding: 55px 10px;
        background-color: #8B0F04;
        color: #FFFFFF;
        font-size: 20px;
    }
    .space {
        width: 100%;
        height: 2px;
        background-color: #8B0F04;
    }
    .space-underline {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
        width: 100%;
        height: 2px;
        background-color: #ECECEC;
    }
    .req-details {
        width: 100%;
        height: 100%;
        padding: 10px;
        background-color: gainsboro;
        display: inline-block;
    }
    .w-75 {
        width: 100% !important;
    }
    .mb-ml-150 {
        margin-left: 150px !important;
    }
    .description-text {
        font-size: 17px;
    }
    .logo-text {
        padding-top: 20px;
        /* margin-left: 20px; */
        font-size: 17px;
        color: #242424;
        margin-bottom: 2rem;
    }
    .text-ab {
        padding-top: 10px !important;
        top: 40px;
        left: 1px;
        position: relative;
    }
    .text-ab-select2 {
        padding-top: 10px !important;
        top: 33px;
        left: 1px;
        position: relative;
    }
    .input-info {
        margin-bottom: -20px;
    }
    .show-input-other {
        margin-bottom: -10px;
        margin-top: -35px;
    }
    [type=radio]+img {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
        cursor: pointer;
        margin-left: 0px !important;
    }
    .wait-examination {
        margin-bottom: 0px;
    }
    .btn_loadmore {
        /* margin-bottom: 0px; */
    }
    .copy-right-score {
        /* font-size: 16px; */
        width: 100%;
        position: relative;
        bottom: 0;
        color: #FFFFFF;
        background-color: #242424;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .copy-right-score-index {
        /* font-size: 16px; */
        width: 100%;
        position: relative;
        /* bottom: 0; */
    }
    .sticky_timer {
        position: sticky;
        top: 0;
        z-index: 11;
    }
    .no_sticky img {
        z-index: 10;
        width: 100%;
    }
    .move-icon {
        display: block;
        text-align: center;
        padding: 15px;
    }
    .is_sticky .move-icon img {
        width: 10%;
        background-color: white;
        z-index: 9;
    }
    .is_sticky {
        background-color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        height: 300px;
        overflow-y: scroll;
        cursor: move;
    }
    /* Start scrollbar color */
    .is_sticky {
        scrollbar-width: thin;
        scrollbar-color: #8b0f04 white;
    }
    /* Works on Chrome, Edge, and Safari */
    .is_sticky::-webkit-scrollbar {
        width: 12px;
    }
    .is_sticky::-webkit-scrollbar-track {
        background: white;
    }
    .is_sticky::-webkit-scrollbar-thumb {
        background-color: #8b0f04;
        border-radius: 20px;
        border: 3px solid white;
    }
    /* END Start scrollbar color */
    .img-paragraph {
        width: 100%;
    }
    .quiz-time {
        border-radius: .25rem;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 400;
        padding: 10px 25px;
        /* padding-right: 25px; */
        /* padding-top: 10px; */
        color: #fff;
        -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
        height: 40px;
        /* font-size: 2.5rem; */
        line-height: 14px;
        letter-spacing: 1.2px;
        transition: .2s .1s;
        background-image: linear-gradient(90deg, #96161a, #3e4244);
        border: 0 solid;
        overflow: hidden;
        width: 37%;
        height: 40px;
        margin-left: 63%;
    }
    .small-box-info {
        width: 135px;
        /* outline: 1px solid red; */
        margin: 10px 0px 40px 2px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .select2-container--default .select2-selection--single {
        /* background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 4px */
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 15px;
        border: 2px solid #8B0F04;
        border-radius: 5px;
        /* margin-right: 2rem; */
        padding: 1rem;
        padding-top: 25px;
        padding-bottom: 5px;
        padding-right: 2rem;
    }

    /* iPhone input type date */
    .input-ios-date {
        display:block;
         -webkit-appearance: textfield;
        -moz-appearance: textfield;
        min-height: 1.2em; 
        margin-left: 1rem;
        background-color: #f0dbdb;
    }
    .ios-date-relation {
        top: 0px !important;
    }
    .inner-ios-date {
        border: 2px solid #dcdcdc;
        padding-bottom: 10px;
    }
    /* END iPhone input type date */
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .mb-font-label {
        /* font-size: 22px !important; */
    }
    .mb-h1-score {
        /* font-size: 32px !important; */
    }
    .mb-h2-score {
        /* font-size: 32px !important; */
    }
    .mb-h5-score {
        /* font-size: 16px !important; */
    }
    .copy-right-score {
        font-size: 16px;
        width: 100%;
        height: 40px;
        position: relative;
        bottom: 0;
        color: #FFFFFF;
        background-color: #242424;
        padding-top: 13px;
        padding-bottom: 20px;
        text-align: center;
    }
    .mobile-width {
        width: 30% !important;
    }
    .mobile-width-fail {
        width: 25% !important;
    }
}