body {
    /* background-image: url("../img/main-bg.jpg"); */
    /* background-image: linear-gradient(0deg, rgb(61, 103, 216),rgb(65, 80, 170),rgb(53, 69, 115)); */
    color: #000;
    min-height: 100vh;
}
.exam-holder {
    overflow-y: auto;
}
.exam-holder > div {
    padding-bottom: unset !important;
    height: 100%;
    display: flex;
    align-items: center;
}
.btn-secondary {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-color: #026BA8;
    color: #ffffff;
}
.btn-secondary:hover {
    background-color: #026BA8;
    color: #ffffff;
}
.exam-group-header {
    height: 93vh;
    width: 100%;
}
.exam-intro-1 {
    background-image: linear-gradient(0deg, rgb(61, 103, 216), rgb(65, 80, 170), rgb(53, 69, 115));
    color: #FFF !important;
}
.section-padding:first-child, .section-padding:first-child img {
    border-radius: 0.5rem;
    margin: 1rem 0;
}
.question {
    border-radius: 0.5rem;
}
.section-padding.bg-2 {
    background-color: #3D67D8;
}
.section-padding.bg-2 h2 {
    color: #FFF;
}
.exam-group-header > .row {
    height: 100%;
}
.exam-group-header > .row > div {
    height: 100%;
}
.play-audio {
    margin-right: 0 !important;
}
.section-padding .btn {
    padding: 1rem !important;
    border-radius: 0.3rem;
    font-weight: bold;
    font-size: 1.2rem;
}
.section-padding {
    height: 100%;
    padding: 2.5rem;
}
.section-padding ol {
    list-style: none;
    padding: 0;
    counter-reset: item;
}
.section-padding li p {
    padding-left: 1.9rem;
}
.section-padding li {
    counter-increment: item;
    margin-bottom: 5px;
}
.section-padding ol li:before {
   margin: 4px 10px 0 0;
   content: counter(item);
   background: #026ba8;
   border-radius: 100%;
   color: white;
   width: 1.5rem;
   height: 1.5rem;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   float: left;
}
.section-padding.bg-2 ol li:before {
   background: #4150AA;
}
.question-container {
    position: relative;
}
.question {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.question-num {
    font-size: 1rem;
    font-weight: bold;
    /* color: #8cabff; */
}
.question-num span {
    font-weight: normal;
}
.exam .ask {
    border-top: 0;
}
.exam .ask .ask-box {
    border-radius: 0.5rem;
    background-color: #fff;
    color: #061927;
    font-weight: bold;
    font-size: 1rem;
    padding: 0;
}
.exam .ask .ask-box label {
    cursor: pointer;
    padding: 1.2rem;
}
.exam .ask input[type="radio"]:checked+.ask-box, .exam .ask input[type="checkbox"]:checked+.ask-box {
    border: 0;
    background: #3D67D8;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    transition: 0.25s;
    transform: scale(1.02);
    color: #FFF;
}
.tab-container .tab {
    position: relative;
    max-width: 100%;
    margin: auto;
    z-index: 1;
}
.tab-container .tab .menu {
    position: absolute;
    height: 100%;
    /* background-color: #FFF;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1); */
    display: flex;
    gap: 40px;
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.tab-container .tab .menu li {
    font-size: 1.6rem;
    color: #fff;
    list-style: none;
}
.tab-container .tab .menu li:hover {
    cursor: pointer;   
}
.exam .timer-container {
    position: absolute;
    right: 12px;
    top: 0;
}

#countdown {
    margin: 10px;
    height: 60px;
    width: 60px;
}

svg circle#c2 {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke: #1EA657;
    animation: countdown 15s linear  forwards;
}

svg circle#c3 {
    stroke: #198051;
    opacity: .3;
}

circle#c1 {
    fill: lime;
    animation: rotate 15s linear  forwards;
}

svg text {
    font-family: sans-serif;
    fill: white;
    font-weight: bold;
    dominant-baseline: middle;
    text-anchor: middle;
    font-size: 10px;
    line-height: 0.9;
}

.choices {
    display: flex;
    align-items: center;
}
.choices .choices-answers {
    width: 100%;
}
.choices .choices-answers .ask:first-child {
    margin-top: -30px;
}
@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }
    to {
        stroke-dashoffset: 113px;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
.display input {
    height:5rem;
    background: #026BA8 !important;
    color:#FFF !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) !important;
    /* box-shadow: 0 0 0 0.1em rgba(21, 156, 228, 0.4), 0 0 1em 0.25em rgba(21, 156, 228, 0.3); */
    outline:none;
    border: 1px solid #ffffff30;
    margin-bottom: 1.0rem;
}
.display input::placeholder {
    color:#FFF !important;
}
.keys {
    display:flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    justify-content: center;
}
.keys .btn {
    height: 2.5rem;
    width: 32.5% !important;
    background-color: #0d193c;
}
.quiz-img {
    max-width: unset
}
.quiz-img span {
    height: 60px;
}
.draggable {
    float: unset;
    cursor: grab;
}
.exam video {
    width:100%;
}
.video-quiz {
    position: relative;
}
.video-quiz .video-panel {
    opacity: 0;
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    transition: 0.25s;
}
.video-panel.show {
    display: block;
    opacity: 1;
}
.quiz-img .input-holder.answered {
    opacity: 1 !important;
}
.quiz-img .input-holder {
    opacity: 0;
    transition: 0.5s;
}
.tab-container {
    margin-top: 2rem;
}
.ask .abc-single {
  float: inline-start;
   
}
.questions-buttons {
    margin-top: 2rem;
}
.questions-buttons > ul > li {
    display: inline-block;
    border-radius:4px;
    overflow:hidden;
  }
  .questions-buttons > ul > li > a {
    display: inline-block;
    margin: 5px;
    text-align: center;
    padding: 0px 5px;
    cursor:pointer;
    color: #FFF;
  }
  .questions-buttons > ul {
    padding:0
  }
  .input-holder {
    font-size: 1.5rem;
    line-height: 3rem;
}
/* .exam .btn-secondary.to-next-question {
    display: none !important;
} */
.exam-group {
    display: flex;
    align-items: center;
}
.exam-group .section-padding {
    width: fit-content;
    height: auto;
    margin: 0 auto;
}
.exam-group .section-padding h4:first-child {
    color: #FFF;
    line-height: 2;
    margin: 3.5rem 1rem;
}
.exam .ask .ask-box:hover {
    transition: 0.5s;
}
.exam .ask .ask-box:hover {
    border-color: #3D67D8;
    background: #3D67D8;
    color: #FFF;
}

/* Select Photo Filter */
.custom-radio .radio-btn img {
    transition: 0.25s;
}
.custom-radio input:checked+.radio-btn img {
    filter: brightness(0.5);
}
.custom-radio .radio-btn:hover img { 
    filter: brightness(0.5);
    position:relative;
}
/* Select Photo Filter */

@media screen and (max-width:678px) {
    .exam-holder {
        height: 100%;
        align-items: center;
        display: flex;
        padding-bottom: 7rem;
    }
    .exam-group-header {
        height: 100%;
        width: 100%;
        overflow:unset;
    }
    .section-padding .btn {
        width: 100% !important;
    }
    .exam .timer-container {
        position: static;
    }
    .tab-container .tab .menu {
        padding-right: 42px;
        margin-top: 22px;
        gap: 30px;
        zoom: 0.8;
    }
    .exam .question {
        font-size: 1rem;
        padding-right: 5rem;
        margin-bottom: 0;
    }
    .exam .question .text-warning {
        font-size: 20px !important;
		font-style: oblique;
    }
    .tab-container {
        margin-top: -1rem;
    }
    .exam .ask .ask-box label {
        padding: 0.8rem;
		min-height: 50px;
    }
    .rounded-img-5 img {
        margin-bottom: 0 !important;
    }
    .quiz-img span {
        display: inline-block !important;
        width: auto !important;
    }
    .rounded-img-5.mb-5 {
        margin-bottom: 2rem !important;
    }
    .question-container {
        margin-top: 0;
        padding-top: 1.4rem;
    }
    .question-hint {
        margin-top: 2rem !important;
        display:block !important;
        border-radius: 10px;
        overflow: hidden;
    }
    .question-hint .btn {
        width:100%;
    }
    .section-padding .btn {
        font-size: 0.8rem;
    }
    .choices .choices-answers .ask:first-child {
        margin-top: 0;
    }
    .tab-container .tab {
        height: 80px;
    }
    .btn-secondary.to-prev-question, .btn-secondary.to-next-question {
        font-size: 15px;
    }
    .drag-drop-box.answered {
        zoom: 0.5;
        width: 50%;
    }
}