body {
    background: #f7f7f7 !important;
    font-family: 'Open Sans', sans-serif !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: 0;
}

.warning_box_color {
    border: 2px solid red
}

.container {
    max-width: 1150px !important;
}

header .navbar {
    padding: 10px 15px;
    background: #ffffff;
}

header .navbar.login-bg {
    background: #f7f7f7;
    margin: 0px;
}


header .navbar-brand img {
    height: 40px;
}

header .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
}

header .user-profile h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #58595b;
    margin: 0px;
    font-weight: 600;
}

header .user-profile h2 span {
    display: inline-flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    color: #00a79d;
    font-size: 18px;
}


.login-box {
    margin: 30px 0px 15px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 5px 15px #b6c7c9;
    background: #ddf2f0;
    align-items: center;
    width: 100%;
}

.login-box>div {
    width: 50%;
}

.leftSec {
    min-height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
}

.leftSec .img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rightSec {
    padding: 40px 45px;
    box-sizing: border-box;
    background: #fff;
    min-height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightSec h2 {
    font-size: 16px;
    color: #003057;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.rightSec h2::after {
    content: '';
    background: #00a79d;
    height: 2px;
    width: 85px;
    display: block;
    margin: 5px auto 15px;
}

#js_message {
    color: #f00;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.rightSec .form-group {
    margin-bottom: 10px;
}

.rightSec label {
    font-size: 13px;
    color: #333333;
    margin-bottom: 2px;
    font-weight: normal;
}

.rightSec .input-group span {
    font-size: 15px;
    color: #00a79d;
    position: absolute;
    left: 0px;
    z-index: 999;
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightSec .input-group .form-control {
    background: #d4eae4;
    border-color: #d4eae4;
    border-radius: 4px !important;
    padding-left: 35px;
    color: #212529;
    font-size: 13px !important;
    height: 36px !important;
}

.rightSec .form-control:focus {
    border-color: #00a79d !important;
    box-shadow: none;
}

.rightSec .btn-login {
    background: #00a79d;
    border: 1px solid #00a79d;
    width: 100%;
    color: #fff;
    font-size: 14px;
    height: 38px;
    border-radius: 4px;
    transition: .3s;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightSec .btn-login:hover {
    background: #01948A;
    border-color: #01948A;
}

.other-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.forgot-password a {
    font-size: 13px;
    color: #00a79d;
    isplay: flex;
    justify-content: flex-end;
}

.forgot-password a:hover {
    color: #01948A;
}

.custom-control.custom-checkbox {
    cursor: pointer;
}

.rightSec .custom-control-label {
    line-height: 25px;
    cursor: pointer;
}

.rightSec .custom-control-label::before {
    background-color: #d4eae4;
    border: #d4eae4 solid 1px;
}

.rightSec .custom-control-input:checked~.custom-control-label::before {
    border-color: #00a79d;
    background-color: #00a79d;
    cursor: pointer;
}

input[type=number] {
    -moz-appearance: textfield;
}

.fa-90 {
    transform: rotate(90deg);
}

.digit-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.digit-group>input,
.digit-group>input:hover,
.digit-group>input:focus {
    display: inline-flex;
    width: 32%;
    border: 1px solid #dfefeb;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    height: 36px;
    background: #ffffff;
}

.digit-example {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.digit-example>span {
    display: inline-flex;
    font-size: 13px;
    color: #333333;
    letter-spacing: .5px;
}


.color-1 {
    background: #fbb040;
}

.color-2 {
    background: #49beb7;
}

.color-3 {
    background: #f9726c;
}

.level-1 {
    display: flex;
    border-radius: 5px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px #dbdbdb;
    margin-bottom: 25px;
}

.level-1>div {
    width: 50%;
}

.level-image {
    text-align: center;
}

.level-image .img-fluid {
    max-width: 100%;
    height: 100px;
    margin: 0px auto;
}

.level-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.level-content h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 0px;
    font-weight: normal;
}

.main-sec {
    width: 100%;
}

.level-button {
    margin-top: 25px;
}

.btn-assessment {
    background: #fff;
    display: flex;
    width: 100%;
    height: 65px;
    box-shadow: 0px 0px 10px #dbdbdb;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    border-radius: 4px;
    position: relative;
    padding-right: 70px;
    font-size: 18px;
    color: #58595b;
    transition: .3s;
}

.btn-assessment span {
    position: absolute;
    right: 15px;
}

.btn-assessment:hover,
.btn-assessment:focus {
    outline: 0;
    background: #00a79d;
    color: #ffffff;
}

.level-description {
    box-shadow: 0px 0px 10px #dbdbdb;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.btn-start {
    border: none;
    background: #fff;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    color: #00a79d;
    position: relative;
    padding-right: 40px;
    transition: .3s;
}

.btn-start span {
    position: absolute;
    right: 20px;
    color: #ffffff; transition:.3s;
}
.uparrow {
    transform: rotate(-180deg);
}

.btn-start:hover,
.btn-start:focus {
    outline: 0;
    background: #00a79d;
    color: #ffffff;
}

.btn-start:hover span,
.btn-start:focus span {
    color: #ffffff;
}

.level-description p {
    background: #ddf2f0;
    color: #58595b;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0px;
}

.level-description ul {
    margin: 0px;
    padding: 0px;
}

.level-description ul li {
    display: flex;
    list-style: none;
    margin: 0px 20px;
    padding-right: 45px;
    position: relative;
    cursor: pointer;
}

.level-description ul li+li {
    border-top: 1px solid #e9e9e9;
}

.level-description ul li .itemName {
    display: inline-flex;
    font-size: 15px;
    color: #58595b;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    justify-content: flex-start;
    padding: 12px 0px;
    position: relative;
}

.level-description ul li span:hover {
    color: #00a79d;
}

.level-description ul li span.selected{
  color:green
}

.level-description ul li span.selected::after {
    content: '';
    background: url('../images/done.png') no-repeat top right;
    position: absolute;
    right: 0px;
    width: 32px;
    height: 32px;
    background-size: 100%;
}

.lock-screen {
    position: relative;
    padding: 0px;
    cursor: no-drop;
    margin-top: 0px;
}

.lock-screen::before {
    content: "";
    background: #e9eaea82 url('../dist/img/lock.png') no-repeat center 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e6e7e8;
    font-size: 100px;
}

.lock-screen .btn-start {
    color: #ffffff;
}

.lock-screen .level-description p {
    background: #e9eaea82;
}

.md-gap {
    margin-bottom: 40px;
}

.btn-compiler {
    background: #00a79d;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    position: fixed;
    right: 30px;
    bottom: 15px;
    z-index: 999;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.btn-compiler span {
    margin-right: 10px;
}

.btn-compiler:hover {
    background: #008F85;
    color: #ffffff;
}


.output-box p {
    font-size: 14px;
    color: #333333;
    margin: 0px;
}

.output-box p span {
    margin-left: 5px;
}

.complier-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
}

.btn-complier {
    background-color: #00a79d;
    border: none;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-run {
    background-color: #eef8f7;
    border: 1px solid #e6f0ef;
    color: #333333;
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-run:hover {
    background-color: #00a79d;
    border-color: #00a79d;
    color: #ffffff;
}

.compiler-details h2 {
    font-size:20px;
    color: #00a79d;
    font-weight: 500;
    margin-bottom: 0px;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 15px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.que-box{ padding:15px;}
.compiler-details h2 span {
    position: absolute;
    right: 0px;
    top: -11px;
    cursor: pointer;
}

.que-head {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    line-height: 18px;
}

.ans-list ul {
    margin-bottom: 20px;
    padding: 0px;
}

.ans-list ul li {
    display: flex;
    list-style: none;
}

.ans-list ul li .custom-control {
    cursor: pointer;
}

.ans-list ul li .custom-control-label {
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    line-height: 24px;
}

.ans-list ul li+li {
    margin-top: 8px;
}

.ans-list ul li .custom-control-label::before {
    border: #d7d7d7 solid 1px;
}

.ans-list ul li .custom-control-input:checked~.custom-control-label::before {
    border-color: #00a79d;
    background-color: #00a79d;
}

.compiler-details {
    padding-bottom: 55px;

}

.custom-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px 0px;
    position: absolute;
    width: 100%;
    bottom: 15px;
    padding: 0px 15px;
}

.custom-pagination li {
    display: inline-flex;
    list-style: none;
    font-size: 15px;
}

.custom-pagination li span.custom-link {
    cursor: pointer;
    background: #eef8f7;
    color: #00a79d;
    transition: .3s;
    font-size: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.custom-pagination li {
    font-size: 15px;
    color: #00a79d;
    font-weight: 600;
}

.custom-pagination li span.custom-link:hover {
    background: #00a79d;
    color: #ffffff;
}

.pagination-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0px;
}

.pagination-box li {
    display: inline-flex;
    list-style: none;
}

.pagination-box .custom-link {
    background: #d2e8e5;
    color: #333333;
    transition: .3s;
    font-size: 15px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    min-width: 130px;
    height: 36px;
}

.pagination-box .custom-link:hover {
    background: #00a79d;
    color: #ffffff;
}

.pagination-box .custom-link span {
    font-size: 14px;
    margin-left: 15px;
    display: inline-flex;
}
.pagination-box li:first-child .custom-link span {
    margin-right: 15px;
    margin-left: 0px;
}

.pagination-box .custom-link span .fa-chevron-left {
    margin-right: 5px;
}

.pagination-box .custom-link span .fa-chevron-right {
    margin-left: 5px;
}

.submit-box {
    display: flex;
    justify-content: center;
}

.write-code,
#closeCompiler {
    display: none;
}

.btn-back {
    display: flex;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #00a79d;
    background: none;
    border: none;
    justify-content: flex-end;
}





.profile-content .tab-pane {
    background: #fff;
    box-shadow: 0px 0px 10px #dedede;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px;
}

.profile-content .tab-pane h2 {
    background: #aaded9;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 15px 20px;
    margin: 0px;
}

.profile-details {
    padding: 15px 20px;
}

.profile-details label {
    font-size: 13px;
    margin-bottom: 0px;
    color: #666;
}

.profile-details .form-control {
    background: #def2f1;
    border-color: #def2f1;
    height: 38px;
    color: #333;
    font-size: 14px;
}

.arrow-box {
    position: relative;
}

.arrow-box select {
    -webkit-appearance: none;
    padding-right: 35px;
}

.arrow-box .arrow-fa {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    color: #666;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}

.button-box {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.btn-submit {
    background: #06ada3;
    border: 1px solid #06ada3;
    font-size: 15px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
}

.btn-submit:hover {
    background: #01948A;
    border-color: #01948A;
}

.profile-list {
    background: #00a79d;
    padding: 50px 20px;
    box-shadow: 0px 0px 10px #dedede;
    border-radius: 4px;
    overflow: hidden;
}

.profile-pic {
    text-align: center;
}

.profile-pic span {
    display: inline-flex;
    background: #fff;
    color: #00a79d;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 50px;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.profile-list h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 4px;
}

.profile-list p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
}

.profile-list .nav-tabs {
    border-bottom: none;
    margin-top: 30px;
}

.profile-list .nav-tabs li {
    display: flex;
    width: 100%;
    margin: 0px;
    margin-bottom: 2px;
}

.profile-list .nav-tabs li a {
    display: flex;
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
}

.profile-list .nav-tabs .nav-item.show .nav-link,
.profile-list .nav-tabs .nav-link.active {
    color: #333;
    background-color: #b2e4e1;
    border-color: #b2e4e1;

}

.profile-list .nav-tabs li a:hover {
    color: #333;
    background-color: #b2e4e1;
    border-color: #b2e4e1;
}

.profile-list .nav-tabs li a span {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
 .level-button {
    margin-top: 25px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}
 .level-button .btn-start {
    cursor: inherit;
}

/* Responsive CSS */

@media screen and (max-width:1150px) {}

@media screen and (max-width:992px) {

    .main-sec {
        padding: 25px 0px;
    }

    .level-box .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .md-gap {
        padding: 0px 5px;
    }

    .level-1 {
        padding: 10px;
        margin-bottom: 15px;
    }

    .level-image .img-fluid {
        height: 70px;
    }

    .btn-assessment span img {
        height: 35px;
    }

    .btn-assessment {
        height: 55px;
        padding: 10px 15px;
        padding-right: 40px;
        font-size: 15px;
    }

    .btn-assessment span {
        right: 12px;
    }

    .level-button {
        margin-bottom: 15px;
    }

    .btn-start {
        height: 45px;
        padding: 10px 15px;
        font-size: 14px;
        padding-right: 30px;
    }

    .level-description p {
        font-size: 14px;
        padding: 8px 15px;
    }

    .level-description ul li {
        margin: 0px 15px;
    }

    .level-description ul li a {
        font-size: 13px;
        padding: 10px 0px;
        padding-right: 25px;
    }

    .level-description ul li a.selected::after {
        width: 26px;
        height: 26px;
    }

    .lock-screen::before {
        font-size: 100px;
    }

    .md-gap {
        margin-bottom: 0px;
    }

    .btn-compiler {
        font-size: 14px;
        padding: 8px 16px;
        right: 15px;
    }

    .btn-compiler span {
        margin-right: 8px;
        width: 20px;
    }

    .md-pl {
        padding-left: 0px;
    }

    .profile-list {
        padding: 40px 10px;
    }

    .profile-list .nav-tabs li a {
        font-size: 14px;
        padding: 8px 5px;
    }

    .profile-list .nav-tabs li a span {
        margin-right: 6px;
    }

    .profile-content .tab-pane h2 {
        padding: 12px 15px;
    }

    .profile-details {
        padding: 15px 15px;
    }

}


@media screen and (max-width:767px) {

    .login-box {
        border-radius: 4px;
        overflow: hidden;
        margin: 15px 0px;
    }

    .login-box>div {
        width: 100%;
    }

    .leftSec {
        display: none;
    }

    .rightSec {
        padding: 30px 30px;
    }

    .btn-compiler {
        padding: 8px 12px;
    }

    .md-pl {
        padding-left: 15px;
    }

    .submit-box {
        display: flex;
        justify-content: space-between;
    }

    .write-code {
        display: flex;
        justify-content: flex-end;
        margin-left: 10px;
    }

    .write-code a {
        display: inline-flex;
        background: #00a79d;
        color: #fff;
        font-size: 15px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        cursor: pointer;
        min-width: 150px;
    }

    .compiler-code {
        display: none;
    }

    .compiler-code {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        padding: 15px 15px;
        background: #000000a1;
    }

    .compilerBox {
        background: #fff;
        padding: 10px;
        border-radius: 4px;
        position: absolute;
        width: 94%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #closeCompiler {
        display: block;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: -40px;
        right: 0px;
        cursor: pointer;
    }

    .profile-list {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .profile-content .tab-pane h2 {
        padding: 12px 20px;
    }

    .profile-details {
        padding: 15px 20px;
    }

}

@media only screen and (min-width: 576px) and (max-width:767px) {

    .login-box>div {
        width: 50%;
    }

    .leftSec {
        display: flex;
    }

}

/*  */
.compiler-details .quiz_title h4 {
    margin-bottom: 15px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 28px;
}

.quiz_checkbox input[type="checkbox"] {
    margin: 5px 0 0;
}

.compiler-details .quiz_title h4 span.question_no {
    background: #00A79D;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 14px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.compiler-details .quiz_checkbox p {
    margin: -1px 0 0 23px;
    font-size: 16px;
    width: 80%;
    word-break: break-word;
    color: #333333 !important;
}

.compiler-details .submit-box {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
    width: 100%;
}

.compiler-details span.quiz_nex_btn {
    cursor: pointer;
    background: #EEF8F7;
    color: #00A79D;
    transition: .3s;
    font-size: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.compiler-details span.quiz_nex_btn:hover {
    background: #00A79D;
    color: #FFFFFF;
}

.compiler-details .md_quiz_left {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    left: 0px;
    z-index: 99;
    align-items: center;
}

.compiler-details .quiz_count h3 {
    font-size: 14px;
    color: #00A79D;
    font-weight: 600;
    margin: 0px;
}

.submit-box {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 65px;
    text-align: center;
    width: 100%;
    left: 0px;
}


.main-box.no-border-print {
    padding: 0px !important;
    background: #f2f2f2;
    border: none !important;
    box-shadow: none !important;
}

.home-container {
    margin: 0px !important
}

.que-box .document_pdf .pdf-box {
    width: 100% !important;
    justify-content: center;
    display: flex;
}

.pdf_reader .quiz_count h3 {
    font-size: 15px;
    color: #00A79D;
    font-weight: normal;
    margin: 0px;
}

.pdf_control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 15px;
    width: 95.8%;
    left: 15px;
    padding: 0px 0px;
}

.button_prev span,
.button_next span {
    cursor: pointer;
    background: #EEF8F7;
    color: #00A79D;
    transition: .3s;
    font-size: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.button_prev:hover span,
.button_next:hover span {
    background: #00A79D;
    color: #FFFFFF;
}

.compiler-code .execute-section {
    margin-right: 0px !important;
}

.compiler-code .button.execute-button {
    background-color: #EEF8F7 !important;
    border: 1px solid #E6F0EF !important;
    color: #333333 !important;
    padding: 8px 25px;
    border-radius: 4px !important;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.button.execute-button:hover {
    background-color: #00A79D !important;
    border-color: #00A79D !important;
    color: #FFFFFF !important;
}

.compiler-code .main-box[data-v-6835f689] {
    padding: 0px !important;
    background: #f2f2f2;
}

span.right_answer {
    display: flex;
    font-size: 13px;
    color: green;
    line-height: 30px;
}

span.wrong_answer {
    display: flex;
    font-size: 13px;
    color: red;
    line-height: 30px;
}

.quiz_cntr_full {
    min-height: 435px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}


.rightSec .custom-control-label {
    line-height: 16px !important;
    cursor: pointer;
}

.error-msg {
    font-size: 13px;
    color: red;
    line-height: 25px;
}

p.new-user {
    margin-top: 10px;
    font-size: 13px;
    color: #000 !important;
    text-align: right;
}

p.new-user span {
    display: inline-block;
    margin-left: 5px;
    color: #01948A !important;
    cursor: pointer;
}

.r-90 {
    transform: rotate(90deg);
}

.main-sec1 {
    min-height: 516px;
}
.compiler-details {
    min-height: 532px;
    background: #f9f9f9;
    padding: 0px;
    border: 1px solid #efefef;
    border-radius: 2px;
    position: relative;
    
}

.compiler-code {
    padding: 10px 10px;background: #f9f9f9;
    position: relative;  border: 1px solid #efefef;
    border-radius: 2px; 

}
 

.custom-pagination li:first-child,
.custom-pagination li:last-child,
.pdf_control .button_prev,
.pdf_control .button_next,
.md_quiz_left div {
    min-width: 35px;
}

.quiz_title textarea.form-control {
    min-height: 270px;
}


/* coming soon */



h1 {
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin: 0;
}

.landing-page {
    display: flex;
    height: 75vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url('https://source.unsplash.com/random');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.landing-text-inner {
    background: rgba(0, 0, 0, 0.6);
    padding: 5rem 3rem;
    color: #fff;
    display: block;
    width: 75%
}

.btn {
    text-decoration: none;
    color: #fff;
    border: 1px solid #eeeeee;
    padding: 1rem 3rem;
    display: inline-block;
    margin: 2rem 0 0;
    border-radius: 50px;
    transition: all 700ms ease-out;
}

.btn:hover {
    background: #ccc;
    color: #000;
}



.btn-confirm {
    background: #00A79D;
    border: 1px solid #00A79D;
    min-width: 100px;
    color: #fff;
    font-size: 14px;
    height: 38px;
    border-radius: 4px;
    transition: .3s;

}

.btn-confirm:hover {
    background: #01948A;
    border-color: #01948A;
}

.confirm-content h2 {
    color: #003057 !important;

}

.confirm-dialog .close.customClose {
    background: #003057 !important;
}

.content-wrapper {
    background-color: #fefefe !important;

}

.custom-navbar .container-fluid {
    justify-content: flex-start !important;
}

.skin-blue .wrapper {
    background: #f7f7f7 !important;
}

.rightSec .custom-control-label::before,
.rightSec .custom-control-label::after {
    top: 4px;
}

.quiz_box .start_quiz_btn {
    margin-bottom: 0px;
    min-height: 416px;
    display: flex;
    justify-content: center;
    align-items: center;

}

button.btn-ok {
    background: #00A79D;
    border: 1px solid #00A79D;
    min-width: 100px;
    color: #fff;
    font-size: 14px;
    height: 38px;
    border-radius: 4px;
    transition: .3s;
    margin: 10px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-dialog .close {
    background: #00A79D !important;
}

}

.quiz_box .start_quiz_btn .btn.btn-blueColor {
    margin: 0px;
}

.code-box textarea {
    overflow-Y: scroll;
}

.python-bg {
    background: url('../dist/img/python.png') no-repeat center center;
}

.que-head p {
    font-size: 14px;
    color: #333333 !important;
    line-height: 18px;
}

.content-wrapper {
    padding: 15px;
}

.btn-start {
    border-bottom: 1px solid #00a79d; background: #00a79d;
    color: #ffffff;
}
 
.quizSection .compiler-details {
    
    padding: 0px;
    box-shadow: 0px 0px 10px #E9E9E9;
    min-height: 550px;
    position: relative;
}

.code-wrapper {
    width: 100% !important;
}

header .logo {
    width: 150px !important;
    background: transparent !important;
    padding: 0px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.main-header .logo {
    height: 60px !important;
}

.main-header .navbar {
    background-color: #fff !important;
    box-shadow: none !important;
    height: auto !important;
}

.main-header {
    box-shadow: 2px 1px 10px #ccc !important; padding:0px 15px;
}

.main-header .navbar-custom-menu ul li a.dropdown-toggle,
.main-header .navbar-custom-menu ul li a.dropdown-toggle:hover {
    color: #fff !important;
    background: #00a79d !important;
    border-radius: 50%;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    margin-right: 0px !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    display: none;
}

.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .right-side,
.sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 0px !important;
}
.code-wrap1 {
    padding: 15px !important;
}
.custom-textarea, .custom-textarea:focus {
    width: 100%;
    border: none;
    outline: 0;
    
    font-size: 14px;
}

.execute-btn1 {
    display: flex;
    justify-content: center;
}
.compiler-code {
    position: relative;
    padding: 0px;
}

.col-lg-12.notStarted-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 390px;
}

.col-lg-12.notStarted-alert p {
    color: #333333 !important;
    margin: 0px;
    font-size: 18px;
}

.quiz_box .start_quiz_btn {

    flex-direction: column;
}

.language_dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}

.language_dropdown label {
    font-size: 15px;
    color: #666666;
    margin-right: 10px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.language_dropdown select {
    background: #fff;
    font-size: 14px;
    color: #666;
    
    height: 36px;
    border-color: #666;
    border-radius: 4px;
    padding: 5px 6px;
}
.btn-assessment span img, .btn-start span img {
    height: 42px;
}
.processBar1 {
    display: inline-flex;
    width: 140px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-end;
}
.progress-count {
    font-size: 11px;
    color: #666;
    margin-bottom: 3px;
    line-height: 10px;
  
}
.processBar1 .progress {height: 8px;border-radius: 0px;}
.processBar1 .progress {background-color: #d4eae4;}
.progress25{
    background: #505759 !important;
}
.progress75 {
    background: #84BD00 !important;
}
.progress100 {
    background: #84BD00 !important;
}
.level-description ul li.selected::after {
    content: '';
    background: url('../dist/img/check2.png') no-repeat top center;
    position: absolute;
    height: 25px;
    width: 25px;
    background-size: cover;
    right: 0px;
    top: 11px;
    z-index: 99;
}
.select-arrow {
    position: relative;
}

.select-arrow .course {
    -webkit-appearance: none;
    padding-right: 25px;
    background: transparent;
    z-index: 99;
    position: relative;
}
.arrow-down {
    position: absolute;
    right: 10px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    font-size: 12px;
}
.possible-solution-box p {
    font-size: 14px;
    color: #666 !important;
    line-height: 20px;
}
.possiblesolution-img, .flowchart-img{ margin:10px 0px;}

.popup-box {
    position: relative !important;
    padding: 40px !important;
    text-align: center;
    
}
.popup-bg{background: url('../dist/img/congratulation-bg.png') no-repeat top center;
        background-size: auto;
    background-size: auto;
    background-size: cover;}
.popup-box h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0px;
}
.popup-box h2 span {
    display: inline-flex;
    width: 35px;
    margin-left: 15px;
    position: initial;
}
.popup-box p {
    font-size: 16px;
    color: #333 !important;
    line-height: 25px;
    margin: 0px;
}
.btn.btn-complete {
    background: #00a79d;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #00a79d;
    font-family: 'arial';
    min-height: 40px;
    min-width: 100px;
    border-radius: 4px;
    cursor: pointer; margin-top:30px;
}
.popup-box .close, .popup-box .close:focus {
    position: absolute;
    right: 15px;
    top: 20px;
    line-height: 0px;
    font-size: 30px;
    opacity: 1 !important;
    outline: 0;
    color: #000 !important;
}
.modal-content {
    border: none !important;
    box-shadow: 0px 0px 6px #cccccc91;
}
.wrong-box {
    padding: 20px 15px !important;
 
}
.wrong-box h3{
     
    font-size: 18px;
    margin-bottom: 0px;
}
.wrong_answer {
    color: red;
     
}
.right_answer1 {
    color: green;
}
.wrong-box p{ margin-top:15px;}
.modal-dialog.wrong-dialog {
    transform: translate(-50%, -50%) !important;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 300px;
}

.excuteButton{
   background:#00a79d; 
   color:#ffffff;
    font-size:16px; 
    border:1px solid #00a79d;
        font-family: 'arial';
        min-height: 40px;
        min-width: 100px;
        border-radius: 4px; cursor:pointer;
}

.btn-complier + .btn-complier {
    margin-left: 10px;
}

.lock-screen:hover .lockscreen-content{ opacity:1;z-index: 999;}
.lockscreen-content {
    position: absolute;
    left: 15%;
    top: 160px;
    background:#00a79d;
    border-radius: 4px;
    height: 130px;
    width: 70%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: -1;
    box-shadow: 0px 0px 15px #00000030;
    transition: .3s;
    opacity:0;
    color:#fff;

    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.lockscreen-content p {
    font-size: 17px;
    text-align: center;
    color: #ffffff !important;
    line-height: 25px;
    margin: 0px;
}

.btn-credit {
    background: #fff;
    border: none;
    height: 45px;
    min-width: 160px;
    font-size: 15px;
    color: #333;
    border-radius: 4px;
    box-shadow: 0px 0px 15px #00000030;
    padding: 0px 0px;
    transition: .3s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.btn-credit span {
    background: rgb(234, 118, 0);
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.btn-credit:hover {
    transform: translateY(-2px);
    box-shadow: 0px 0px 15px #0000006e;
}
.modal-photopath .modal-body h2 span {
    margin-right: 12px;
}
.modal-dialog.modal-photopath {
    margin: 30px auto; 
}
.modal-dialog.modal-photopath .modal-content {
    border-radius: 6px !important;
    overflow: hidden;
}
.modal-photopath .modal-body {
    padding: 0px; padding-bottom: 15px;
}
.modal-photopath .modal-body h2 {
    padding: 14px 20px;
    background: #00a79d;
    margin-bottom: 15px;
    font-size:18px;
    color: #fff;
}
.modal-photopath .close {
    font-size: 38px;
    color: #fff !important;
    font-weight: normal;
    line-height: 52px;
    position: absolute;
    right: 15px;
    text-shadow: none;
}
.list-of-photo {
    padding: 0px 20px;
    height: 500px;
    overflow: auto;
}
.list-of-photo ul {
    margin: 0px;
    padding-left: 15px;
}
.list-of-photo ul li {
    display: list-item;
    list-style: disc;
    font-size: 16px;
     
    color: #58595b;
}
.list-of-photo ul li + li{ margin-top: 5px;}
.scrollBarList { overflow-y: auto; scrollbar-color: #0000005e #00000024; scrollbar-width: thin;}
.scrollBarList::-webkit-scrollbar { width: 6px;}
.scrollBarList::-webkit-scrollbar-track { background: #00000024;}
.scrollBarList::-webkit-scrollbar-thumb { background: #0000005e;}
.scrollBarList::-webkit-scrollbar-thumb:hover { background: #0000005e;}

.quiz_answer {
    height: 270px;
    overflow-y: auto;overflow-y: auto; scrollbar-color: #0000005e #00000024; scrollbar-width: thin;
}
.quiz_answer::-webkit-scrollbar { width: 6px;}
.quiz_answer::-webkit-scrollbar-track { background: #00000024;}
.quiz_answer::-webkit-scrollbar-thumb { background: #0000005e;}
.quiz_answer::-webkit-scrollbar-thumb:hover { background: #0000005e;}
.popupWrapper {
    display: none !important;
}
.react-pdf__Page__annotations.annotationLayer {
    display: none;
}

.wrong-box p span {
    display: block;
}
#compilerToggleBtn {
    background: #d2e8e563;
    border: none;
    height: 38px;
    width: 38px;
    font-size: 22px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 2px;
    color: #666666;
    z-index: 999;
}

.expandConatiner::before {

    content: "\f065";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: block;

}

.collapseContainer::before {

    content: "\f066";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: block;

}

/*.compiler-pdf-wrapper{min-height: 730px;}*/

.hintTooltip {
    position: absolute;
    width: 125px;
    right: 50px;
    background: #00A79D;
    padding: 6px 6px;
    border-radius: 4px;
    top: 8px;
    opacity: 1;
    z-index: 999;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.hintTooltip::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #00A79D;
    position: absolute;
    right: -6px;
    top: 12px;
}
 
.wrong-box p{
    text-align: left !important;
}
.compiler-pdf-wrapper {
    min-height: 590px;
}

