.nc-progress {
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #ebeef3;
    border-radius: 0;
    max-width: 792px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: -6px;
}

.nc-progress .fillmult {
    height: 100%;
    width: 0;
    background-color: #1d6bb3;
    border-radius: 0;
    text-align: left;
}

.nc-progress .fillmult span {
    position: absolute;
    top: -18px;
    left: 0px;
    color: #1d6bb3;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 14px;
}

.nc-progress .perc {
    position: absolute;
    top: -18px;
    right: 0px;
    color: #cbcbcb;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 14px
}

.question-area {
    display: block;
}

.question-area .added-questions-col .card {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.question-area .card-block ul li {
    text-align: left;
    padding: 10px 5px;
}

.question-area .added-questions-col .card-block ul {
    padding: 0;
}

.question-area .card-block ul li:before {
    display: none;
}

.question-area .nc-checkbox {
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
}

.nc-checkbox {
    position: relative;
    display: block;
    margin: 0;
    font-weight: normal;
}

.nc-checkbox input[type="radio"] {
    border: 2px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    margin: 2px 12px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    min-width: 18px;
    -webkit-appearance: none;
    box-shadow: none;
    transition: .05s border-color ease-in-out;
    border-radius: 2px;
    position: relative;
}

.nc-checkbox input[type="radio"]:checked {
    background: #1f69b2;
    border-color: #1f69b2;
}

.nc-checkbox input[type="radio"]:checked:before {
    content: "";
    margin: 0;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 4px;
    transform: rotate(35deg);
    top: 1px;
}

.mod-btn .btn {
    border: 1px solid #c5c6ca;
    background: #fff;
    padding: 0px 10px;
    color: #555555;
    border-radius: 3px;
    transition: all 0.3s;
}

.mod-btn .btn.btn-success {
    background: #37ba77;
    color: #fff;
    border: 0px;
}

.mod-btn .btn.submit-exam {
    height: 42px;
}

.mod-btn .btn.btn-success:hover,
.mod-btn .btn.btn-success:focus {
    background: #27a866;
}

.mod-btn .btn:hover {
    background: #1d6bb3;
    border-color: #1d6bb3;
    color: #fff;
}

.mod-btn .btn i {
    margin: 0 10px;
}

.question-area .submit-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.viewsecmodal.full-width-modal .modal-body .modal-left-content {
    width: 100%;
}

div.content-wrapper {
    min-height: calc(100% - 101px);
}

.show {
    display: block;
}