/** User Exams **/
.exam-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    min-height: 455px;
    margin-bottom: 20px;
}
.exam-col{
    margin-right:20px;
}
.exam-card-header{
    min-height:92px;
}
.exam-card-body{
    min-height:119px;
}
.exam-card .meta {
    margin-bottom: 10px;
}
.exam-card .meta .status {
    display: flex;
    vertical-align: middle;
}

.status .status-bubble {
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50px;
}

.status .status-text {
    padding-left: 10px;
}

.exam-card .footer-area {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.exam-card .footer-area .meta {
    margin-right: 20px;
}

.exam-header .metas .meta {
    margin-bottom: 10px;
}

.exam-header .meta div {
    margin-right: 20px;
}

.exam-header {
    display: flex;
}

.exam-header .metas {
    margin-right: 200px;
}

.questions-slider {
    padding-top: 10px;
}

.questions-slider {
    width: 700px;
    height: 50px;
}

.exam-header .timer {
    display: flex;
}

.exam-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.exam-header .timer {
    margin-left: auto;
}

.progress-bar {
    width: 180px;
    height: 180px;
}

.exam-body .answers-wrapper {
    padding: 20px;
}

.exam-body .answers-wrapper .form-check {
    margin-bottom: 10px;
}

.exam-footer .progress-bar-wrapper {
    width: 100%;
}

.exam-footer {
    margin-top: 50px;
}

.exam-footer .status-indicator .labels {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.exam-main {
    width: 80%;
}

.exam-overview {
    margin-left: 20px;
}

.exam-overview .overview-block {
    border-left: 2px solid #000;
    padding-left: 15px;
    margin-bottom: 50px;
}

.exam-overview .overview-block .value {
    margin-top: 20px;
}

.exam-overview .overview-block.active {
    border-left: 2px solid #66D86B;
}

.exam-body .image-wrapper {
    padding: 50px;
}

.exam-result {
    margin-top: 50px;
    text-align: center;
}

.exam-result h2 {
    margin-top: 20px;
}

.exam-result .description {
    width: 50%;
    margin: 0 auto;
}
.exam-result small{
    display:block;
    margin-top:20px;
}

.exam-result .metas{
    margin-bottom:20px;
}
.exam-result .metas .meta{
    margin-bottom:20px;
    margin-right:10px;
}
.exam-info .side-meta{
    margin-top:20px;
    margin-bottom:10px;
}
.exam-info h4{font-size:20px;font-weight:bold;}
.exam-info .description{
    font-size:15px;
    min-height:200px;
}
.exam-card-header{
    padding:10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.exam-card-body{
    background: #fff;
    padding:10px;
    min-height:100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.exam-card-footer{
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #ededed;
}
.exam-card-header h4{
    font-size:16px;
    font-weight:bold;
}
.exam-card-header h5{
    font-size:14px;
}

/** Qualifications **/
.qualification-card{
    border-radius:10px;
    margin-bottom:20px;
}
.qualification-card .ibox-content{
    min-height:142px;
}
.qualification-card h4{
    font-weight:bold;
    font-size:16px;
}
.qualification-card.active{
    border:4px solid #66D86B;
}

.qualification-card .metas{
    margin-top:20px;
}

.qualification-card .actions{
    margin-top:20px;
}
.qualification-card input, .qualification-card textarea{
    width:100%;
}
.time-input{
    width:50px;
}
.title-input{
    width:100%;
}
.qualification-select .qualification-card:hover{
    border:4px solid #66D86B;
}

/** practical exam **/
.practical-ticket{
    padding:20px;
    background:#fff;
    margin-top:20px;
    margin-bottom:20px;
}
.practical-ticket .title-input{
    border-bottom:1px solid #ededed;
    margin-bottom:20px;
}
.practical-ticket-add-placeholder{
    border:2px dashed #dbdbdb;
    margin:20px;
    padding:20px;
    text-align:center;
    color:#424242;
}

/**
    Monitor view
 */
.monitor-header .title{font-size:25px;font-weight:bold;}
.monitor-wrapper{display:flex;justify-content: space-between;}
.monitor-metas .meta{
    border:1px solid #ededed;
    padding:10px;
}
.monitor-indicators .indicator{
    border:1px solid #ededed;
}
.monitor-indicators-wrapper{
    padding:20px;
}
.monitor-indicators{
    display:flex;

}
.monitor-indicators .indicator-icon{
}
.monitor-indicators .indicator{display:flex;margin-right:20px;}
.monitor-indicators .indicator-icon .icon-box{
    background:#ededed;
    padding:20px;
    border-radius:50px;
}
.icon-box.icon-bg-warning{
    background:#F7F4E4 !important;
    color: #937c58;
}
.icon-box.icon-bg-success{
    background:#EDF6EB !important;
    color: #599134;
}
.icon-box.icon-bg-danger{
    background:#FBEAE7 !important;
    color: #92302E;
}
.monitor-indicators .indicator-body{
    margin-left:20px;
}
.monitor-indicators .indicator-body h4{font-weight:bold;font-size:16px;color: #959595;}
.monitor-indicators .indicator-body h3{font-weight:bold;}
.practical-sticky-header h1{
    font-size:20px;
    margin:0;
    padding:0;
}
.practical-sticky-header{
    position: sticky;
    top: 0;
    left:0;
    width: 100%;
    z-index: 9999;
    padding: 10px 16px;
    background: #fff;
}
/** Admin Theory edit test **/
.admin-edit-test-wrapper .title-bar{
    display:flex;
    justify-content: space-between;
}
.question-list{
    font-size:13px;
    height:400px;
    overflow-y:scroll;
    padding-right:10px;
}
.question{
    padding:10px;
    border-radius:5px;
    background:#ededed;
    margin-bottom:10px;
}
.question.active{
    background:#86A0E2;
}
.question-add{
    background:#000;

}

.question-add a{
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}
.question-list .question a{
    color:#000;
    text-decoration:none;
}
.practical-header{
    border-radius:10px;
}

 .exam-legend .ibox-content{
    display:flex;
}
.exam-legend .legend-item{
    width:33.3%;
}
.legend-item .legend-nr{
    width: 28px;
    height: 28px;
    background: #000;
    color:#fff;
    padding-left:10px;
    border-radius: 50px;
}
.legend-item .legend-text{margin-top:10px;font-weight:bold;font-size:20px;}
.exam-register-footer{margin-top:20px;}
.prac-header{
    padding:20px;
    background:#fff;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom:1px solid #ededed;
}
.prac-footer{
    margin-top:50px;
    padding:10px;
    background:#fff;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom:1px solid #ededed;
}
.prac-ticket-title{
    color: #838383;
    margin-top:20px;
    font-weight:bold;
    font-size:13px;
}
.prac-block-body{
    width:100%;
}
.prac-body{
    background:#fff;
    padding:20px;
}
.prac-block{
    display:flex;
}
.prac-block-icon{
    width:auto;
    border-radius:50px;
}
.prac-block-content{
    line-height:30px;
    color: #454545;
    width:100%;
    font-weight:bold;
}
.prac-block{
    margin-bottom:20px;
}
.prac-block-btns{
    width:100%;
    text-align:center;
}
.prac-block-btns a{
    width:48%;
}
.prac-block-content textarea{
    margin-top:10px;
    margin-bottom:10px;
    border:2px dashed #ededed;
    width:100%;
}

.prac-topic{
    background:#fff;
    padding:20px;
    margin-bottom:50px;
    border:1px solid #ededed;
}
.prac-block-content p{
    font-weight:normal;
}

.radio-toggle {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    width: 100%;
}

.radio-toggle input {
    display: none;
}

.radio-toggle label {
    padding: 10px 18px;
    cursor: pointer;
    background: #f5f5f5;
    color: #444;
    font-weight: 500;
    transition: all 0.2s ease;
    user-select: none;
    flex: 1;                  /* each button = 50% */
    justify-content: center;  /* center text + icon */
    text-align: center;
}

.radio-toggle label:not(:last-child) {
    border-right: 1px solid #d0d0d0;
}

/* ACTIVE */
.radio-toggle input:checked + label {
    background: #000;
    color: white;
}

/* HOVER */
.radio-toggle label:hover {
    background: #e5e7eb;
}

.login-tabs button{
    background:#ededed;
    border:1px solid #d1d1d1;
}
.login-form-area{
    padding:20px;
    border:1px solid #ededed;
}
/** Exam monitor user test view **/
.exam-monitor-body .question-monitor{

}
.exam-monitor-body .question-monitor small{
    display:block;
    margin-bottom:10px;
}
.exam-monitor-body .question-monitor p{
    color: #606060;
}
.exam-monitor-body .question-monitor .question-answers{

    border: 1px solid #ededed;
}
.exam-monitor-body .question-monitor .question-answers .item{
    border-bottom: 1px solid #ededed;
    padding:20px;
}
.question-answers .item.correct{
    background:#dbf5e8;
}
.question-answers .item.correct-unanswered{
    background: #edfaf2;
}
.question-answers .item.correct > i{
    color:#57cfa2 !important;
    font-size:16px;
}
.question-answers .item.incorrect{
    background:#ffe5e4;
}
.question-answers .item.incorrect i{
    color:#f57981;
}

.exam-monitor-body .question-monitor{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:2px solid #ededed;
}
.label-correct{
    text-align:right;
}
