@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
header {
    width: 100%;
    display: inline-block;
    padding: 10px 0px 2px;
    margin: 0 auto;
}
header .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    display: block;
    float: none;
    padding: 0;
}
ul.text-details {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}
ul.text-details li {
    display: inline-block;
    width: auto;
}
ul.text-details li.time-limit {
    padding: 0px 40px;
    margin: 0px 40px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
ul.text-details {
    margin: 0;
    padding: 0px 0px 15px;
    list-style: none;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid #efefef;
}
.inner-content {
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
    display: block;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 10px #b1aeae;
}
.inner-content .container {
    padding: 20px;
}
span.failed-result {
    color: red;
    font-size: 18px;
}
span.final-result {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
span.attempt-quest {
    color: #a9a6a6;
}
p.details-inner {
    margin: 0;
}
button.review-button {
    margin: 20px 0px;
    padding: 0px;
    /*border: 2px solid green;*/
    border: 2px solid #0985E3;
    background-color: transparent;
}
button.review-button:hover {
    background-color: #0985E3;
}
button.review-button a {
    /*color: green;*/
    color: #0985E3;
    text-decoration: none;
    background-color: transparent;
    padding: 8px;
    width: 100%;
    float: left;
}
button.review-button a:hover {
    color: #fff;
}
header .heading-text {
    border-bottom: 1px solid #c1c0c0;
    padding-bottom: 10px;
}
section.inner-content.review-page .col-sm-3.col-md-4.col-6.circle-progress-block {
    float: left;
    width: 100%;
    margin: 0 auto;
}
section.inner-content.review-page .heading-text {
    margin-top: 65px;
}
.col-md-4.dropdown-button {
    margin-top: 60px;
    text-align: center;
    width: 100%;
}
.col-md-4.dropdown-button select#cars {
    width: 100%;
    max-width: 80%;
    padding: 10px;
}
.question-content p {
    font-weight: bold;
}
span.incorrect-answer {
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.custom-radio-field .custom-control.custom-radio {
    background-color: #fff;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid #dadada;
    line-height: normal;
    height: auto;
    float: left;
    width: 100%;
    padding: 10px 25px;
}
.custom-control-label::after {
    position: absolute;
    top: 13px;
    left: 5px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-label::before {
    position: absolute;
    top: 13px;
    left: 5px;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.explain-heading {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.explain-content {
    float: left;
    width: 100%;
    font-weight: bold;
}
.return-page {
    margin-top: 10px;
}
span.correct-answer {
    color: green;
    font-weight: bold;
    font-size: 18px;
}
.ques-block {
    float: left;
    width: 100%;
    border-bottom: 1px solid #9a9999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.custom-control.custom-radio.incorrect-answ {
    background-color: #fbe0e0;
}
.custom-control.custom-radio.incorrect-answ p.answer-show.incorrect {
    color: red;
    font-weight: bold;
}
.custom-radio-field .custom-control.custom-radio label.custom-control-label {
    width: 50%;
    float: left;
}
.custom-control.custom-radio.correct-answ p.answer-show.correct {
    color: green;
    font-weight: bold;
}
.custom-control.custom-radio.correct-answ {
    background-color: #d2f9d2;
}
.custom-radio-field .container {
    padding: 0;
}
.custom-radio-field .custom-control.custom-radio label.custom-control-label {
    width: 50%;
    float: left;
}
.custom-radio-field .custom-control .answer-show {
    float: right;
    margin-bottom: 0;
}

.fill-area .correct-area, .fill-area .skipped-area, .fill-area .wrong-area {
    width: 32%;
    display: inline-block;
}
.fill-area {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.fill-area .correct-area .green-box {
    width: 20px;
    height: 20px;
    background-color: #acf3ac;
    float: left;
    margin-right: 5px;
}
.fill-area .correct-area .green-text {
    color: #acf3ac;
}

.fill-area .wrong-area .wrong-text {
    color: #fb7171;
}
.fill-area .wrong-area .red-box {
    width: 20px;
    height: 20px;
    float: left;
    background-color: #fb7171;
    margin-right: 5px;
}
.fill-area .skipped-area .skipped-text {
    color: #bfbaba;
}
.fill-area .skipped-area .skipped-box {
    background-color: #efefef;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}
.progress-bar-success {
    width: auto;
    text-align: center;
}
.col-sm-3.col-md-4.col-6.circle-progress-block {
    padding: 0;
    display: inline-block;
    margin: 0 auto;
    float: none;
    max-width: 100%;
}
.circle-bar {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.circle {
    width: 130px;
    height: 130px;
    border: 20px solid #efefef;
    border-radius: 50%;
    position: relative;
}
 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
 }

 .padding {
     padding: 5rem
 }

 .progress.progress-md {
     height: 8px
 }

 .template-demo .progress {
     margin-top: 1.5rem
 }

 .progress {
     border-radius: 3px;
     height: 8px
 }

 .pl-2,
 .px-2,
 .template-demo .circle-progress-block {
     padding-left: 0.5rem !important
 }

 .pr-2,
 .px-2,
 .template-demo .circle-progress-block {
     padding-right: 0.5rem !important
 }

 .mb-3,
 .template-demo .circle-progress-block,
 .my-3 {
     margin-bottom: 1rem !important
 }


.progress {
    height: 31px;
    margin-bottom: 10px;
    position: relative;
}

.progress .skill {
    font: normal 12px "Open Sans Web";
    line-height: 32px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    float: left;
}

.progress .skill .val {
    font-style: normal;
    margin: 0;
    width: 100%;
    float: left;
}
span.left-percentage {
    text-align: center;
    width: 100%;
    line-height: 35px;
}
.progress-bar.progress-bar-wrong {
    /*background-color: #F79696;*/
    background-color: #b81d13;
    color: #fff;
    position: absolute;
    left: 0;
}
.progress-bar.progress-bar-correct {
    /*background-color: #6EC16E;*/
    background-color: #008450;
    position: absolute;
}

.progress-bar {
    text-align: center;
    transition-duration: 3s
}

.bsp_big-image {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0);
    border-radius: 5px;
    margin-top: 0px
}


.circle-bar .progress {
    width: 130px;
    height: 130px !important;
    float: none;
    line-height: 150px;
    background: none;
    margin: 10px auto;
    box-shadow: none;
    position: relative
}

.circle-bar .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 20px solid #efefef;
    position: absolute;
    top: 0;
    left: 0
}

.circle-bar .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.circle-bar .progress .progress-left {
    left: 0
}

.circle-bar .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 20px;
    border-style: solid;
    position: absolute;
    top: 0
}

.circle-bar .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.circle-bar .progress .progress-right {
    right: 0
}

.circle-bar .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.circle-bar .progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #000;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%
}
.circle-bar .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

.circle-bar .progress.yellow .progress-bar {
    border-color: #acf3ac;
}

.circle-bar .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

.circle-bar .progress.yellow .progress-left .progress-bar {
    animation: none
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}
/* 29-jan-2021 */
.cl_center{text-align:center;}
.cl_fail{color: red; font-size: 20px; font-weight: bold;}
.cl_pass{color: green; font-size: 20px; font-weight: bold;}
.table-bordered {table-layout: auto; font-size: 14px;}
.col-md-2.dropdown-button{margin-top:65px;}
.cl_hide{display:none;}
select#knowledge_area_list{width:170px;}
