@media (min-width: 1200px){
    .container {
        max-width: 1230px;
    }
}
body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
}

img {
    max-width: 100%;
}

a {
    color: #495057;
}

a:hover {
    color: #ff922b;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #37404d;
    line-height: 1.5;
    letter-spacing: .5px;
}

h1 b,
h1 strong, h2 b,
h2 strong, h3 b,
h3 strong, h4 b,
h4 strong, h5 b,
h5 strong, h6 b,
h6 strong,
.h1 b,
.h1 strong, .h2 b,
.h2 strong, .h3 b,
.h3 strong, .h4 b,
.h4 strong, .h5 b,
.h5 strong, .h6 b,
.h6 strong {
    font-weight: 600;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-size: 65%;
}

h1 a,
h1 a[class*="hover-"], h2 a,
h2 a[class*="hover-"], h3 a,
h3 a[class*="hover-"], h4 a,
h4 a[class*="hover-"], h5 a,
h5 a[class*="hover-"], h6 a,
h6 a[class*="hover-"],
.h1 a,
.h1 a[class*="hover-"], .h2 a,
.h2 a[class*="hover-"], .h3 a,
.h3 a[class*="hover-"], .h4 a,
.h4 a[class*="hover-"], .h5 a,
.h5 a[class*="hover-"], .h6 a,
.h6 a[class*="hover-"] {
    color: #37404d;
}

h1, .h1 {
    font-size: 33px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 23px;
}

h4, .h4 {
    font-size: 19px;
}

h5, .h5 {
    font-size: 16px;
    font-weight: 400;
}

h6, .h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    font-size: 14px;
}

.btn-primary {
    background-color: #1971c2;
    border-color: #1864ab;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1c7ed6;
    border-color: #1971c2;
}

.table th {
    border-top: 0;
    font-weight: 400;
}

.table tbody th {
    border-top: 1px solid #eceeef;
}

.table thead th {
    border-bottom: 1px solid #ebebeb;
}

.table tfoot th {
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
}

.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.card > .table-responsive .table,
.card > .table {
    margin-bottom: 0;
}

.card > .table-responsive .table tr td:first-child,
.card > .table-responsive .table tr th:first-child,
.card > .table tr td:first-child,
.card > .table tr th:first-child {
    padding-left: 20px;
}

.card > .table-responsive .table tr td:last-child,
.card > .table-responsive .table tr th:last-child,
.card > .table tr td:last-child,
.card > .table tr th:last-child {
    padding-right: 20px;
}

.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover,
.media-list-hover .media-list-body > .media:hover {
    background-color: #f9fafb;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #868e96;
    background-color: #f1f3f5;
    margin: 0 3px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #e9ecef;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    margin-bottom: -1px;
}

.custom-control {
    letter-spacing: 0;
    margin-bottom: 0;
    outline: none !important;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    position: relative;
    min-height: 1.5rem;
    margin-right: 1rem;
    margin-left: 0;
    touch-action: manipulation;
}

/*.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}*/

.custom-controls-stacked::after {
    display: block;
    content: "";
    clear: both;
}

.custom-controls-stacked .custom-control {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-bottom: 6px;
}

.custom-control-input:checked ~ .custom-control-indicator,
.custom-control-input:active:not(:disabled) ~ .custom-control-indicator {
    background-image: none !important;
    background-color: #fcfdfe;
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator::before, .custom-control-input:checked ~ .custom-control-indicator::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-control-input:disabled ~ .custom-control-indicator {
    opacity: .5;
}

.custom-control-input:checked ~ .custom-control-description.strike-on-check {
    text-decoration: line-through;
    opacity: .6;
}

.custom-control-indicator {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: #fcfdfe;
    border: 1px solid #adb5bd;
    position: static;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    text-align: center;
    top: .25rem;
    left: 0;
    display: block;
}

.custom-control-indicator::after {
    content: '';
    display: inline-block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.custom-control-description {
    padding-left: 8px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.custom-radio {
    cursor: pointer;
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-indicator::after {
    border-radius: 50%;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #40c057;
}

.custom-checkbox {
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0;
}

.custom-checkbox .custom-control-indicator::after {
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #40c057;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::after {
    border-radius: 0;
}

.custom-control.no-border .custom-control-indicator {
    border-color: transparent;
    background-color: transparent !important;
}

.custom-control.no-border .custom-control-indicator::before {
    background-color: transparent;
}

.custom-control.no-border.custom-checkbox .custom-control-indicator::after {
    font-size: 14px;
}

.custom-control.no-border.custom-radio .custom-control-indicator::after {
    margin-top: 3px;
    display: inline-block;
    width: 9px;
    height: 9px;
}

.custom-control-sm .custom-control-indicator {
    width: 14px;
    height: 14px;
    line-height: 12px;
}

.custom-control-sm.custom-radio .custom-control-indicator::after {
    margin-top: 3px;
    width: 6px;
    height: 6px;
}

.custom-control-sm.custom-radio.no-border .custom-control-indicator::after {
    margin-top: 2px;
    width: 7px;
    height: 7px;
}

.custom-control-sm.custom-checkbox .custom-control-indicator::after {
    font-size: 9px;
}

.custom-control-sm.custom-checkbox.no-border .custom-control-indicator::after {
    font-size: 11px;
}

.custom-control-lg .custom-control-indicator {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.custom-control-lg.custom-radio .custom-control-indicator::after {
    margin-top: 5px;
    width: 10px;
    height: 10px;
}

.custom-control-lg.custom-radio.no-border .custom-control-indicator::after {
    margin-top: 5px;
    width: 10px;
    height: 10px;
}

.custom-control-lg.custom-checkbox .custom-control-indicator::after {
    font-size: 14px;
}

.custom-control-lg.custom-checkbox.no-border .custom-control-indicator::after {
    font-size: 16px;
}

.custom-control-light .custom-control-indicator::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.custom-control-primary.custom-checkbox .custom-control-indicator::after {
    color: #33cabb;
}

.custom-control-primary.custom-radio .custom-control-indicator::after {
    background-color: #33cabb;
}

.custom-control-secondary.custom-checkbox .custom-control-indicator::after {
    color: #e4e7ea;
}

.custom-control-secondary.custom-radio .custom-control-indicator::after {
    background-color: #e4e7ea;
}

.custom-control-success.custom-checkbox .custom-control-indicator::after {
    color: #15c377;
}

.custom-control-success.custom-radio .custom-control-indicator::after {
    background-color: #15c377;
}

.custom-control-info.custom-checkbox .custom-control-indicator::after {
    color: #48b0f7;
}

.custom-control-info.custom-radio .custom-control-indicator::after {
    background-color: #48b0f7;
}

.custom-control-warning.custom-checkbox .custom-control-indicator::after {
    color: #faa64b;
}

.custom-control-warning.custom-radio .custom-control-indicator::after {
    background-color: #faa64b;
}

.custom-control-danger.custom-checkbox .custom-control-indicator::after {
    color: #f96868;
}

.custom-control-danger.custom-radio .custom-control-indicator::after {
    background-color: #f96868;
}

.custom-control-pink.custom-checkbox .custom-control-indicator::after {
    color: #f96197;
}

.custom-control-pink.custom-radio .custom-control-indicator::after {
    background-color: #f96197;
}

.custom-control-purple.custom-checkbox .custom-control-indicator::after {
    color: #926dde;
}

.custom-control-purple.custom-radio .custom-control-indicator::after {
    background-color: #926dde;
}

.custom-control-brown.custom-checkbox .custom-control-indicator::after {
    color: #8d6658;
}

.custom-control-brown.custom-radio .custom-control-indicator::after {
    background-color: #8d6658;
}

.custom-control-cyan.custom-checkbox .custom-control-indicator::after {
    color: #57c7d4;
}

.custom-control-cyan.custom-radio .custom-control-indicator::after {
    background-color: #57c7d4;
}

.custom-control-yellow.custom-checkbox .custom-control-indicator::after {
    color: #fcc525;
}

.custom-control-yellow.custom-radio .custom-control-indicator::after {
    background-color: #fcc525;
}

.custom-control-gray.custom-checkbox .custom-control-indicator::after {
    color: #868e96;
}

.custom-control-gray.custom-radio .custom-control-indicator::after {
    background-color: #868e96;
}

.custom-control-dark.custom-checkbox .custom-control-indicator::after {
    color: #465161;
}

.custom-control-dark.custom-radio .custom-control-indicator::after {
    background-color: #465161;
}

.custom-control-light.custom-checkbox .custom-control-indicator::after {
    color: #fff;
}

.custom-control-light.custom-radio .custom-control-indicator::after {
    background-color: #fff;
}

.custom-control-secondary .custom-control-indicator::after {
    color: #616a78;
}

.custom-control-light .custom-control-indicator::after {
    color: #33cabb;
}

.custom-control-light.custom-radio .custom-control-indicator::after {
    background-color: #33cabb;
}

.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
    background-color: #fcfdfe;
}

.custom-control-input.is-invalid ~ .custom-control-description {
    color: #f96868;
}

.custom-control-input.is-invalid ~ .invalid-feedback {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding-left: 1rem;
    font-size: 12px;
    margin-top: 0;
    font-style: italic;
}

.custom-control-input.is-invalid ~ .invalid-feedback::before {
    content: '\2014 \00A0';
}

.custom-control-input.is-valid ~ .custom-control-description {
    color: #15c377;
}

.part-page {
    display: none;
}

.part-page.active {
    display: block;
}

.quiz-nav-button {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    margin-right: 6px;
    margin-bottom: 8px;
    border: 1px solid #4F4F4F;
    border-radius: 4px;
    color: #4F4F4F;
    font-size: 16px;
}

.quiz-nav-button:hover {
    color: #495057;
}

.quiz-nav-button.answered, .quiz-nav-button.right {
    background-color: #40c057;
    color: #ffffff;
    border-color: #40c057;
}

.quiz-nav-button.flagged {
    background-color: #fab005;
    border: 0;
    color: #ffffff;
}

.quiz-nav-button.unanswered, .quiz-nav-button.wrong {
    background-color: #e03131;
    border: 0;
    color: #ffffff;
}

.toggle-flag {
    cursor: pointer;
    color: #868e96 !important;
}

.toggle-flag.flagged {

}

.toggle-flag.flagged .flag {
    color: #e03131 !important;
}

.group-question .col-12 {
    position: relative;
}

.ddtotext-drop {
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    min-width: 24px;
    min-height: 24px;
}

.drop, .drag {
    display: inline-table;
    vertical-align: middle;
    border: 2px solid #868e96;
    cursor: move;
}

.drop {
    margin-left: -2px;
    margin-top: -2px;
}

.drop .display, .drag .display, .drop .label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.drop .display .text, .drag .display .text {
    padding: 5px 10px;
    display: block;
}

.drop .label {
    display: none;
}

.drop.disabled .label {
    display: table-cell;
}

.ddtoimage-background .drop {
    position: absolute !important;
}

.drop.disabled {
    cursor: default;
}

.drag.disabled {
    cursor: not-allowed;
    opacity: 0.1;
}

.group1 .drag, .group1.drop {
    background-color: #d0ebff;
}

.group2 .drag, .group2.drop {
    background-color: #c5f6fa;
}

.group3 .drag, .group3.drop {
    background-color: #c3fae8;
}

.group4 .drag, .group4.drop {
    background-color: #d3f9d8;
}

.group5 .drag, .group6.drop {
    background-color: #e9fac8;
}

.group6 .drag, .group6.drop {
    background-color: #fff3bf;
}

.sort-items .group1 {
    background-color: #fff3bf;
}

.sort-items .group2 {
    background-color: #d0ebff;
}

.form-control-inline{
    display: inline-block !important;
    width: auto;
}
#attempt-bar .ti-user {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #333;
    margin-right: 5px;
}
.quiz-attempt-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent;
}
.quiz-attempt-footer .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
}
.sections_page_wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #fff;
}
.quiz-attempt-page {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}
.sections_page_wrap .section_item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 1px;
    font-size: 12px;
    position: relative;
}

.sections_page_wrap .section_item .cont a {
    padding: 4px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    background: #BDBDBD;
}

.sections_page_wrap .section_item .cont a strong {
    font-weight: normal;
}

.sections_page_wrap .section_item.active a.section_name {
    background-color: #28a745;
    color: #fff;
}

.sections_page_wrap .section_item.success a.section_name {
    background-color: #28a745 !important;
    color: #fff;
}

.part_wrap {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: #D5DCE6;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border: 1px solid #fff;
    bottom: 26px;
}

.part_wrap .part_item {
    float: left;
    width: 33.33%;
    height: 25px;
    overflow: hidden;
}

.part_wrap .part_item a {
    display: block;
    padding: 3px;
    position: relative;
    color: #828282;
    font-size: 15px;
    line-height: 19px;
}

.sections_page_wrap .section_item.active a {
    color: #333333;
}

.sections_page_wrap .section_item.move .part_item.active a{
    background: #0072BC;
    color: #fff;
}

.sections_page_wrap .section_item.active a.section_name {
    background: #0072BC !important;
}

.sections_page_wrap .section_item.success .part_item a {
    background: #A9EAFF;
}

.sections_page_wrap .section_item.success a.section_name {
    background: #A9EAFF !important;
    color: #4F4F4F;
}

.sections_page_wrap .section_item.move a.section_name {
    background: #0072BC !important;
    color: #fff;
}

/*.section_item.success .part_wrap .part_item a{*/
/*    background-color: rgba(40, 167, 69, 0.8);*/
/*    color: #fff;*/
/*    border-color: #fff;*/
/*}*/
.sections_page_wrap .section_item.move .part_wrap .part_item.active a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 0;
    border-bottom: 5px solid #fff;
    bottom: -1px;
    left: 50%;
    margin-left: -7px;
    z-index: 9;
}

.quiz-attempt-page .btn {
    font-size: 12px;
    padding: 4px 10px !important;
}
.sections_page_wrap .section_item .cont {
    position: relative;
    z-index: 99;
}

.full-width {
    padding: 0 15px;
    width: 100%;
}
.btn_fix_box {
    position: fixed;
    top: 45px;
    right: 25px;
}
.btn-item{
    background: rgba(57, 143, 234, 0.8);
}

.quiz-attempt-page .btn, .pagination_wrap .btn {
    padding: 5px 10px !important;
    color: #fff !important;
    background: #0072BC;
    border-radius: 4px;
    height: 36px;
    width: 120px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}

.bg_white{
    background-color: #fff;
}
span.mic_time_update {
    display: inline-block;
    color: #dc3545;
    font-weight: 600;
    margin-left: 10px;
    transform: translateY(-5px);
}
/* width */
.group-question .col-12::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.group-question .col-12::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.group-question .col-12::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Handle on hover */
.group-question .col-12::-webkit-scrollbar-thumb:hover {
    background: #888; 
}
.color_red{
    color: red;
}
.msg_countdown {
    position: fixed;
    z-index: 9999;
    right: 30px;
    top: 100px;
    width: 225px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    text-align: left;
    color: red;
    font-weight: bold;
    box-shadow: 0 0 5px 0 #ccc;
    text-shadow: 0 1px 0 #ddd, 1px 0 0 #ddd, 0 0 1px #ddd;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.msg_countdown.open {
    opacity: 1;
    visibility: visible;
    top: 50px;
}
.msg_countdown .fa-times {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 23px;
    height: 23px;
    border: 1px solid;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    box-shadow: none;
    font-size: 12px;
    color: red;
    cursor: pointer;
    background: #fff;
}
audio ,video{
    width: 100%;
    max-width: 300px;
}
td {
    padding: 10px;
}
.style_scroll_bar::-webkit-scrollbar {
    width: 6px;
}

.style_scroll_bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.style_scroll_bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
}

.quiz_attempt_image {
    padding: 15px;
}

.quiz_image {
    width: calc(100% - 300px);
    min-height: 100vh;
    text-align: center;
    padding: 0 15px;
}

.questions_image {
    width: 300px;
    padding: 20px 0;
    border-left: 1px solid #ccc;
    position: fixed;
    right: 0;
    top: 54px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 99;
}

.questions_image h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding: 0 10px;
}

.question_wrap .question_index {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
    padding: 10px;
}

.question_wrap .question_index:nth-child(2n){
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.question_wrap h4 {
    font-size: 14px;
    font-weight: bold;
}

.question_wrap .custom-controls-stacked {
    /*flex-direction: row;*/
    display: block;
}

.question_index .question {
    padding-left: 10px;
}

.question_index .group-questions {
    padding-left: 25px;
}

.question_index .group-questions .quiz-attempt-slot {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.question_index .group-questions .quiz-attempt-slot:last-child{
    margin-bottom: 0;
    border: 0;
}

.question_index a.toggle-flag  {
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f1f1f1;
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


    /* width */
.questions_image::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.questions_image::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;
    border-radius: 4px;
}

/* Handle */
.questions_image::-webkit-scrollbar-thumb {
    background: #d20047;
    border-radius: 4px;
}

/* Handle on hover */
.questions_image::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.quiz_image_wrap.review{
    margin-top: 40px;
}

.quiz_image_wrap.review .quiz_image {
    float: left;
    min-height: auto;
    margin-bottom: 30px;
}

.quiz_image_wrap.review .questions_image {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    bottom: auto;
    overflow: inherit;
}

.quiz_image_wrap:after {
    content: "";
    display: table;
    clear: both;
}

.open_question_answer {
    display: none;
}

.icon_menu_answer{
    display: none;
}

textarea.form-control.quiz-attempt-input {
    height: 100px;
}

.question_wrap {
    padding-bottom: 30px;
}

.question_index .custom-radio {
    margin-right: 10px;
}

div#review_detail .ans_image_wrap_item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ans_image_wrap_item{
    margin-top: 10px;
}

.question_index .custom-radio:last-child {
    margin-right: 0;
}

.quiz-nav-button.need {
    background-color: #ddd;
}

.disabled_pointer {
    opacity: 0.6;
}

.disabled_pointer a{
    cursor: default !important;
    pointer-events: none;
}

/*Tra cứu điểm thi*/
.info-student{
    border: 1px solid #7CC8FF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 25px;
    text-align: center;
}
.title-info{
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    font-weight: 700;
}
.info-student .title-info{
    text-align: center;
    text-transform: uppercase;
}
.info-student .avatar-student{
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
.info-student .info .sp-info{

}

.detail-result{
    padding: 10px 25px;
}
.detail-result .title-info{

}
.actual-point{
    color: #0072BC;
}
.exam-point{
    font-size: 62px;
    color: #737373;
}
.title-part{
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}


@media (max-width:767px) {
 .icon_menu_answer{
        display: block;
    }
    .question_index .custom-radio {
        margin-right: 10px;
    }
    .questions_image {
        transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        top: 63px;
        width: 280px;
    }

    .quiz_image {
        width: calc(100% - 30px);
    }

    .open_question_answer {
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        width: 35px;
        padding: 20px 5px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff !important;
        background: #b70012;
        border-radius: 10px 0 0 10px;
        font-size: 12px;
        box-shadow: 1px 0px 5px 1px #b70012;
        height: 80px;
        line-height: 22px;
        margin-top: -40px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .showAnswer .open_question_answer {
        right: 280px;
    }

    .showAnswer .questions_image {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }


    .quiz_image_wrap.review .quiz_image, .quiz_image_wrap.review .questions_image {
        width: 100%;
        transform: translateX(300px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        border: 0;
    }

    .sections_page_wrap {
        display: none;
    }
    .quiz-attempt-footer .content {
        padding: 0;
    }
    .quiz-attempt-page .quiz-attempt-submit {
        position: fixed;
        top: 20px;
        right: 10px;
        font-size: 13px;
        padding: 6px 6px !important;
        border-radius: 3px;
        border: 0;
    }
    .full-width {
        padding: 0 5px;
    }
    .time_mobile {
        position: fixed;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .time_mobile span.ti-time {
        font-size: 18px !important;
    }
    .time_mobile span.countdown {
        font-size: 20px !important;
    }
    .user_logo_header{
        float: left;
        text-align: center;
        margin-bottom: 0;
    }
    .user_logo_header strong{
        display: block;
    }
    #attempt-bar {
        padding-bottom: 5px !important;
    }
    .icon_menu_answer {
        border: 1px solid #ddd;
        position: fixed;
        right: 0;
        top: 63px;
        padding: 4px 8px 1px 7px;
        background: white;
        z-index: 999;
    }

    .d-show-mobile {
        position: absolute;
        width: 70%;
        right: 0;
        top: 63px;
        border: 1px solid #ddd;
        padding: 30px 15px 15px;
        z-index: 998;
        background: white;
        height: 800px;
    }

}
@media (max-width:479px) {
    .time_mobile {
        top: 20px;
    }
    .time_mobile span {
        font-size: 15px !important;
    }
    .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .quiz-attempt.container > .row.no-gutters > .col-md-4 > div {
        padding: .75rem 1.25rem !important;
    }
    .card-title, .card-body {
        padding: 10px 0;
    }
    .msg_countdown {
        right: -50%;
    }
}
