html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #ff0000;
}


body {
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.938rem !important;
}

p {
    margin: 0px !important;
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
label,
div {
    font-size: 0.938rem !important;
}

.logo-wrap {
    width: 100%;
    text-align: center;
}

.header {
    padding: 1rem 0rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 1px 1px #f3f3f3;
}

.logo-wrap img {
    width: 19%;
}

.form-wrap {
    width: 100%;
    height: 100vh;
    background-color: rgba(245, 245, 245, 0.7);
    padding-top: 2.5rem;
}

.form-head {
    text-align: center;
}

.form-head h3 {
    font-size: 1.2rem;
    color: #292929;
}

.form-head h4 {
    font-size: 0.95rem;
    color: #7a7a7a;
    font-weight: 500;
    padding-top: 0.2rem;
}

.sign-up-wrap {
    width: 50%;
    padding: 2rem 2rem 1.8rem 2rem;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 1px 3px #ccc;
    border-radius: 10px;
    margin-top: 2rem;
}

label {
    color: #383838;
    font-size: 0.95rem;

    padding-left: 0.1rem;
    font-weight: 500;
}

.sign-up-form .form-control {
    width: 100%;
    box-shadow: none !important;
    height: 36px;
    font-size: 0.8rem;
    color: rgb(22, 22, 22);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(105, 105, 105, 0.2);
    margin-bottom: 1rem;
    padding: 0rem 0rem 0rem 0.2rem !important;
    font-family: 'open Sans', sans-serif;
}

.sign-up-form .custom-btn {
    width: 100%;
    padding: 0.66rem 0rem;
    background-color: #3A6D6A;
    border: 1px solid #3A6D6A;
    border-radius: 50px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 1.3rem;
    box-shadow: none;
}

.sign-up-form .custom-btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-wrap {
    width: 100%;
    text-align: center;
}

.btn-wrap h5 {
    color: #7a7a7a;
    font-size: 0.95rem;
    margin-top: 1.6rem;
}

.btn-wrap a {
    text-decoration: none;
    color: #3A6D6A;
    font-weight: 600;
}

.checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input {
    display: none;
}

.checkbox__box {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box::after {
    content: '\2714';
    color: #fff;
}

.checkbox2 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input2 {
    display: none;
}

.checkbox__box2 {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box2::after {
    content: '\2714';
    color: #fff;
}

.sign-up-form span {
    color: #5a5a5a;
    font-size: 0.95rem;
}

.checkbox__input:checked+.checkbox__box {
    background-color: green;
    border-color: green;
}

.checkbox__input2:checked+.checkbox__box2 {
    background-color: green;
    border-color: green;
}

.pass {
    text-align: right;
}

.pass a {
    display: inline-block;
    color: #408F8B;
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: 500;
}

@media(max-width: 1024px) {
    .logo-wrap img {
        width: 20%;
    }

    .sign-up-form .custom-btn {
        padding: 0.6rem 0rem;
    }

    .form-wrap {
        padding-top: 2rem;
    }
}

@media(max-width: 768px) {
    .logo-wrap img {
        width: 25%;
    }

    .sign-up-wrap {
        width: 70%;
    }

}

@media(max-width: 550px) {
    .logo-wrap img {
        width: 40%;
    }

    .sign-up-wrap {
        width: 85%;
        padding: 2rem 1.4rem 1.8rem 1.4rem;
    }

    .sign-up-form .custom-btn {

        padding: 0.55rem 0rem;
        margin-top: 0.6rem;
    }

    .pass {
        text-align: left;
        margin: 0.8rem 0rem 0.5rem 0rem;
    }

}

@media(max-width: 420px) {

    .form-head h3 {
        font-size: 1.1rem;
    }

    .sign-up-wrap {
        width: 90%;
        padding: 2rem 1rem 1.8rem 1rem;
    }

}

@media(max-width: 380px) {
    .logo-wrap img {
        width: 50%;
    }

    .sign-up-wrap {
        width: 95%;
        padding: 2rem 0.8rem 1.8rem 0.8rem;
    }



}


/**Content Creator Qstn   Bnk**/

/**Basic Selection**/

ul {
    margin: 0px !important;
    padding: 0px !important;
}

.logo-wraap {
    padding-left: 2rem;
}

.logo-wraap img {
    width: 22%;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    position: fixed;
    height: 100vh;
    z-index: 10;
    width: 250px;
    top: 0;
    left: -250px;
    background-color: #306663;
    transition: 1s;
    padding: 1rem 0.8rem 0rem 1rem;
    overflow-y: auto;
}



nav .close {
    display: block;
    font-size: 1.2rem;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 14px;
    padding-bottom: 1rem !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
    margin: 0px;
    padding: 0px;
}

nav .menu li i {
    display: block;
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
    text-align: center;
}

nav .menu li a {
    display: block;
    color: #d1d1d1;
    font-size: 0.95rem;
    padding: 3rem 0rem;
    text-align: center;
}

nav .menu li:first-child a {
    padding-top: 7rem;
}

nav .menu li .active {
    color: #fff;
    font-weight: 500;
}

nav .menu-2 li i {
    display: block;
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
    text-align: center;
}

nav .menu-2 li a {
    display: block;
    color: #d1d1d1;
    font-size: 0.8rem;
    padding: 2rem 0rem;
    text-align: center;
}

nav .menu-2 li:first-child a {
    padding-top: 7rem;
}

nav .menu-2 li .active {
    color: #fff;
    font-weight: 500;
}

.bar {
    display: block;
    font-size: 1.1rem;
    cursor: pointer;
    color: #306663;
}

.user-icon {
    font-size: 1.1rem;
    color: #4d4d4d;

}

.user {
    display: flex;
    align-items: center;
}

.user span {
    color: #696969;
    font-size: 0.8rem;
    font-weight: 500;
}

.bg-wrap {
    width: 100%;
    height: 100vh;
    background-color: #F4F9F9;
    padding: 2rem 0rem;
}

.quest-text-wrap {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding: 1.5rem 0rem;
}

.bg-border {
    border-bottom: 1px solid #d6d6d6;
    padding-top: 1.6rem;
}

.quest-head h4 {
    color: #272727;
    font-size: 1rem;
    margin-top: 0.6rem;
}

.quest-btn {
    text-align: right;
}

.btn-1.active {
    padding: 0.45rem 1.2rem;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    border-radius: 10px 0px 0px 0px;
    border-right: 2px solid #ccc;
}

.btn-1 {
    padding: 0.45rem 1.2rem;
    background-color: #8CC6C3;
    border: 1px solid #8cc6c3;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    border-radius: 12px 0px 0px 0px;
    border-right: 2px solid #ccc;
}

.btn-2.active {
    padding: 0.45rem 1.5rem;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    border-radius: 0px 0px 12px 0px;
    margin-left: -0.3rem;
}

.btn-2 {
    padding: 0.45rem 1.5rem;
    background-color: #8CC6C3;
    border: 1px solid #8cc6c3;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    border-radius: 0px 0px 10px 0px;
    margin-left: -0.3rem;
}

.btn-4 {
    padding: 0.4rem 1.2rem;
    background-color: #8CC6C3;
    color: #fff;
    font-size: 1.05rem;
    border-radius: 10px 0px 0px 0px;
    border-right: 2px solid #ccc;
}

.btn-5 {
    padding: 0.4rem 1.5rem;
    background-color: #5DBFBA;
    color: #fff;
    font-size: 1.05rem;
    border-radius: 0px 0px 10px 0px;
    margin-left: -0.3rem;
}

.question-wrap {
    width: 100%;

    background-color: #fff;
    padding: 1rem 0rem 2.3rem 0rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 3rem;
    border-radius: 15px;
    box-sizing: border-box;
}

.quest-sec {
    width: 100%;
}

.tab {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0rem 6rem 0.9rem 6.2rem;
    font-size: 0.95rem;
    color: #707070;
    font-weight: 500;

}

.tabcontent {
    margin-top: 2.5rem;
    padding-left: 7rem;
    padding-right: 0rem;
    overflow: hidden;
}

.tablinks.active {
    color: #57b3ae;
    border-bottom: 2px solid #57b3ae;
}

.disselect {
    width: 74%;
    padding: 0.6rem 0.4rem 0.6rem 0.6rem !important;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #474747;
    font-size: 0.9rem;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23666666;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
}

.abc {
    color: #000;
}

.content-wrap h4 {
    font-size: 0.95rem;
    padding-bottom: 0.2rem;
    color: #4d4d4d;
}

select:focus {
    outline: none;
}

.content-wrap {
    margin-bottom: 3.2rem;
}

.btn-quest-2 {
    width: 100%;
    padding: 0rem 6rem;
    text-align: right;
    margin-top: 0.1rem;
}

.btn-ques {
    display: inline-block;
    background-color: #5DBFBA;
    padding: 0.4rem 1.8rem;
    color: #fff;
    border-radius: 4px;
    font-size: 0.95rem;
    border: 1px solid #5DBFBA;
    font-weight: 500;
}

.btn-ques-2 {
    display: inline-block;
    background-color: #8CC6C3;
    padding: 0.3rem 1.6rem;
    color: #fff;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 1.2rem;
}

.btn-ques-5 {
    display: inline-block;
    background-color: #8CC6C3;
    border: 1px solid #8CC6C3;
    padding: 0.4rem 1.6rem;
    color: #fff;
    border-radius: 4px;
    font-size: 0.95rem;
    margin-right: 1.2rem;
    font-weight: 500;
}

.btn-secondary {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.btn-secondary:focus {
    outline: none;
    box-shadow: none !important;
}

.btn:focus {
    outline: none;
    box-shadow: none !important;
}

.dropdown-item {
    font-size: 0.95rem;
    padding: 0.6rem 0.6rem !important;
}

@media(max-width: 1399px) {
    nav .menu li:first-child a {
        padding-top: 6rem;
    }

    nav .menu li a {
        padding: 2.5rem 0rem;
    }
}

@media(max-width: 1099px) {
    nav .menu li a {
        padding: 2.2rem 0rem;
    }
}

@media(max-width: 1400px) {
    .tab button {
        padding: 0rem 5rem 0.9rem 4.4rem;

    }

    .tabcontent {
        padding-left: 5.1rem;
    }

    .disselect {
        width: 76%;
    }

    .btn-quest-2 {
        padding: 0rem 4.8rem;
    }

    .img-box {
        padding: 0rem 5.1rem !important;
    }

    .content {
        width: 13% !important;
    }

    #text-box {
        width: 92% !important;
    }

    .quest-sec-head2 {
        padding: 0rem 5.2rem !important;
    }

    .opt-value {
        margin-top: 0.2rem !important;
    }

    .ques-lists li:last-child {
        margin-bottom: 0.2rem !important;
    }
}

@media(max-width: 1300px) {
    .logo-wraap {
        padding-left: 1rem;
    }

    .quest-head h4 {
        margin-top: 0.5rem;
    }

    .btn-quest-2 {
        padding: 0rem 4.8rem;
    }
}

@media(max-width: 1200px) {
    .tab button {
        padding: 0rem 3.8rem 1rem 3.1rem;
    }

    .tabcontent {
        padding-left: 3.3rem;
    }

    .disselect {
        width: 80%;
    }

    .btn-quest-2 {
        padding: 0rem 3.5rem;
    }

    #text-box {
        width: 93% !important;
    }

    .img-box {
        padding: 0rem 4rem !important;
    }

    .quest-sec-head2 {
        padding: 0rem 4rem !important;
    }

    #ans-box {
        width: 93% !important;
    }
}

@media(max-width: 1100px) {
    .logo-wraap img {
        width: 30%;
    }

    .tab button {
        padding: 0rem 3.5rem 1.1rem 3rem;
    }

    .nav-links {
        width: 250px;
        padding: 1rem 0.8rem 0rem 0.8rem;
    }

    .tabcontent {
        padding-left: 4.4rem;
    }

    .disselect {
        width: 75%;
    }

    .btn-quest-2 {
        padding: 0rem 4.24rem;
    }
}

@media(max-width: 990px) {
    .tab button {
        padding: 0rem 1.76rem 1.1rem 1.1rem;
    }

    .tabcontent {
        padding-left: 1.8rem;
    }

    .disselect {
        width: 90%;
    }

    .btn-quest-2 {
        padding: 0rem 1.5rem;
    }

    #text-box {
        width: 95% !important;
    }

    .img-box {
        padding: 0rem 2.2rem !important;
    }

    .quest-sec-head2 {
        padding: 0rem 2.2rem !important;
    }
}

@media(max-width: 768px) {


    .tab button {
        padding: 0rem 2rem 1rem 1.5rem;
    }

    .tabcontent {
        padding-left: 2rem;
    }

    .disselect {
        width: 90%;
    }

    .btn-quest-2 {
        padding: 0rem 1.5rem;
    }

    .quest-head h4 {
        margin-top: 0.5rem;
    }

    .content {
        width: 18% !important;
    }

    #opt-box {
        width: 25% !important;
    }
}

@media(max-width: 767px) {
    .tab button {
        padding: 0rem 0.2rem 1rem 0.1rem;
    }

    .tabcontent {
        padding-left: 1.4rem;
    }

    .img-box {
        padding: 0rem 1rem 0rem 0rem !important;
    }

    .quest-sec-head2 {
        padding: 0rem 1rem 0rem 0rem !important;
    }

    .btn-vid {
        margin-right: 0rem !important;
        margin-bottom: 0.6rem;
    }

    .disselect {
        width: 95%;
    }

}

@media(max-width: 550px) {
    .bar {
        font-size: 1rem;
    }

    .nav-links {
        width: 250px;
        padding: 1rem 0.6rem 0rem 0.8rem;
    }

    .logo-wraap img {
        width: 40%;
    }

    .tab button {
        padding: 0rem 0.8rem 1rem 0.8rem;
        font-size: 0.78rem;
    }

    .tabcontent {
        padding-left: 1.2rem;
    }

    .disselect {
        width: 94%;
    }

    .btn-quest-2 {
        padding: 0rem 1.2rem;
    }

    .question-wrap {
        margin-top: 2.4rem;
    }

    .content {
        width: 22% !important;
    }

    #opt-box {
        width: 32% !important;
    }
}

@media(max-width: 420px) {
    .logo-wraap img {
        width: 52%;
    }

    .tab button {
        padding: 0rem 0.24rem 1rem 0.3rem;
        font-size: 0.65rem;
    }

    .tabcontent {
        padding-left: 1rem;
    }

    select {
        width: 90%;
    }

    .btn-quest-2 {
        padding: 0rem 1rem;
    }

    .file-upload__button {
        font-size: 0.9rem !important;
        padding: 0.4rem 0.4rem !important;
    }


    .btn-quest {
        font-size: 0.71rem !important;
    }

    .quest-sec-head2 span {
        font-size: 0.74rem !important;
    }

    .content {
        width: 28% !important;
    }

    #opt-box {
        width: 40% !important;
    }
}

@media(max-width: 400px) {
    .tab button {
        padding: 0rem 0.24rem 1rem 0rem;
    }

    .checkbox__box2 {
        margin-right: 0rem;
    }

}

@media(max-width: 380px) {
    .logo-wraap img {
        width: 60%;
    }

    .tab button {
        padding: 0rem 0.1rem 0.8rem 0.1rem;
        font-size: 0.6rem;
    }



}


/** Question Section **/

.quest-sec-head {
    margin-bottom: 1.8rem;
}

.quest-sec-head h4 {
    font-size: 0.95rem;
    color: #474747;

}

.quest-no h4 {
    font-size: 0.95rem;
    color: #666666;
    padding: 1.2rem 0rem 0rem 0rem;
}

.btn-quest {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    text-align: right;
    cursor: pointer;
    margin-bottom: 0.8rem;
}

.file-upload__button {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    text-align: right;
    cursor: pointer;
}

.text-box {
    width: 88.2%;
    padding: 2rem 0.8rem;
    font-size: 0.95rem;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    margin-top: 0.8rem;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #d4d4d4;
    cursor: text;

}

[contenteditable=true]:empty:not(:focus)::before {
    content: attr(data-text);
    color: #7e7e7e;
    font-weight: 400;
}

.upload-area {
    margin: 1.5rem 0rem;
}

.img-box {
    text-align: right;
    padding: 0rem 6.8rem;
}

.name {
    font-size: 0.95rem;
    color: #5b5b5b;
}

.content {
    width: 10%;
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 4px;
    padding: 0.4rem 0.2rem;
    cursor: pointer;
}

.content i {
    color: #626262;
}

.opt {
    margin-top: 1.2rem;
}

.opt h4 {
    font-size: 0.9rem;
    color: #686868;
}

.opt-value {
    margin-top: 1.5rem;
    margin-left: 2.2rem;
}

.opt-value h5 {
    font-size: 1.05rem;
    color: #555555;
    margin: 0rem 0.5rem 0rem 0rem;

}

.opt-value h3 {
    font-size: 1.05rem;
    color: #303030;
    margin: 1.6rem 0rem 0.8rem 0rem;


}

.opt-box {
    width: 88.2%;
    font-size: 0.9rem;
    padding: 1.4rem 1.2rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: text;
}

.opt-1 {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}

.opt-value ul li {
    display: block;
    padding: 0.8rem 0rem;
}

.btn-ques3 {
    padding: 0.4rem 1rem;
    display: inline-block;
    background-color: #58bdb8;
    border: 1px solid #58bdb8;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 1.4rem;
}

.btn-ques4 {
    padding: 0.4rem 1.2rem;
    display: inline-block;
    background-color: #61CB87;
    border: 1px solid #61CB87;
    color: #fff;
    font-size: 0.95rem;
    border-radius: 6px;
    font-weight: 500
}

.opt-value h6 {
    display: inline;
    font-size: 0.95rem;
    margin: 0rem 0.4rem 0rem 0rem;
}

.btn-vid {
    display: inline-block;
    background-color: #8CC6C3;
    color: #fff;
    font-size: 0.95rem;
    padding: 0.6rem 2rem;
    border-radius: 5px;
    text-align: right;
    border: 1px solid #8CC6C3;
}

.quest-sec-head2 {
    text-align: right;
    padding: 0rem 7rem;
    margin-top: -0.2rem;
}

.quest-sec-head2 span {
    color: #676767;
    font-size: 0.95rem;
    margin-left: 0.3rem;
}

.img-box i {
    margin-right: 0.6rem;
}

.btn-quest-2 i {
    margin-right: 0.6rem;
}

.checkbox3 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input3 {
    display: none;
}

.checkbox__box3 {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box3::after {
    content: '\2714';
    color: #fff;
}

.checkbox__input3:checked+.checkbox__box3 {
    background-color: green;
    border-color: green;
}

.checkbox4 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input4 {
    display: none;
}

.checkbox__box4 {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box4::after {
    content: '\2714';
    color: #fff;
}

.checkbox__input4:checked+.checkbox__box4 {
    background-color: green;
    border-color: green;
}

.checkbox5 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input5 {
    display: none;
}

.checkbox__box5 {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box5::after {
    content: '\2714';
    color: #fff;
}

.checkbox__input5:checked+.checkbox__box5 {
    background-color: green;
    border-color: green;
}

.checkbox6 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input6 {
    display: none;
}

.checkbox__box6 {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box6::after {
    content: '\2714';
    color: #fff;
}

.checkbox__input6:checked+.checkbox__box6 {
    background-color: green;
    border-color: green;
}

.checkbox7 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input7 {
    display: none;
}

.checkbox__box7 {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box7::after {
    content: '\2714';
    color: #fff;
}

.checkbox__input7:checked+.checkbox__box7 {
    background-color: green;
    border-color: green;
}

.checkbox8 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input8 {
    display: none;
}

.checkbox__box8 {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box8::after {
    content: '\2714';
    color: #fff;
}

.checkbox__input8:checked+.checkbox__box8 {
    background-color: green;
    border-color: green;
}

.checkbox9 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input9 {
    display: none;
}

.checkbox__box9 {
    width: 1.10em;
    height: 1.10em;
    border: 2px solid #cccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.checkbox__box9::after {
    content: '\2714';
    color: #fff;
}

.checkbox__input9:checked+.checkbox__box9 {
    background-color: green;
    border-color: green;
}

/** Media Query for Qstn Section **/

@media(max-width: 1399px) {
    .text-box {
        width: 88.8%;
    }
}

@media(max-width: 1300px) {
    .img-box {
        padding: 0rem 5.8rem;
    }
}

@media(max-width: 1024px) {

    #text-box {
        width: 92%;
    }

    .img-box {
        padding: 0rem 4.47rem;
    }
}

@media(max-width: 768px) {

    .img-box {
        padding: 0rem 3.6rem 0rem 0rem;
    }

    #text-box {
        width: 94%;
    }
}

@media(max-width: 550px) {
    #text-box {
        width: 96%;
        padding: 1rem 0.8rem;
    }

    .quest-no h4 {
        padding-top: 0.8rem;
    }

    .img-box {
        padding: 0rem 3rem;
    }

    .btn-quest-2 {
        margin-top: 0.7rem;
    }

    .opt-value {
        margin-top: 0.6rem;
    }
}

@media(max-width: 420px) {

    #text-box {
        width: 95%;
        padding: 0.8rem;
    }

    .img-box {
        padding: 0rem 1.8rem;
    }

    .btn-ques3 {
        margin-right: 0.8rem;
    }

    .btn-ques-5 {
        margin-right: 0.8rem;
    }

    .btn-ques4 {
        font-size: 0.74rem;
    }

    .btn-ques3 {
        font-size: 0.74rem;
    }
}


/** Media Query for solution section **/

@media(max-width: 1300px) {

    .quest-sec-head2 {
        padding: 0rem 6rem;
    }

    .quest-no h4 {
        padding-top: 0.9rem;
    }
}

@media(max-width: 1024px) {

    .btn-vid {
        padding: 0.4rem 1.8rem;
    }

    .quest-sec-head2 {
        padding: 0rem 4.47rem;
    }
}

@media(max-width: 768px) {

    .quest-sec-head2 {
        padding: 0rem 2.8rem;
    }

    .img-box {
        padding: 0rem 2.6rem 0rem 0rem;
    }
}

@media(max-width: 550px) {

    .quest-sec-head2 {
        padding: 0rem 1.2rem;
    }

    .img-box {
        padding: 0rem 1.3rem 0rem 0rem;
    }

    .btn-vid {
        margin: 0rem 0rem 0.7rem 0rem;
    }

    .quest-no h4 {
        font-size: 0.78rem;
        padding-top: 0.7rem;
    }
}

@media(max-width: 420px) {

    .quest-sec-head2 {
        padding: 0rem 1rem;
    }

    .quest-sec-head h4 {
        font-size: 0.76rem;
    }

    .img-box {
        padding: 0rem 1.2rem 0rem 0rem;
    }
}

@media(max-width: 380px) {

    .quest-sec-head h4 {
        font-size: 0.75rem;
    }

    .quest-no h4 {
        font-size: 0.64rem !important;
    }

    .btn-quest {
        font-size: 0.7rem !important;
    }

    #text-box {
        font-size: 0.7rem;
    }

    .btn-ques3 {
        font-size: 0.7rem;
    }

    .btn-quest-2 {
        padding: 0rem 0.29rem;
    }

    .btn-vid {
        font-size: 0.7rem;
    }

    .quest-sec-head h4 {
        font-size: 0.53rem !important;
    }

    .quest-sec-head2 span {
        font-size: 0.58rem !important;
        margin-left: 0.1rem;
    }
}


/** Structured Simple **/

.ans-box6 {
    width: 90.1%;
    padding: 1.6rem 0.8rem;
    font-size: 1.05rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin: 1.5rem 0rem 1.5rem 2rem;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
    cursor: text;
}

.ans-4 {
    display: flex;
    position: relative;
    margin-top: 1rem;
}

.ans {
    margin: 1.8rem 0rem 1.8rem 1rem;
}

.ans h5 {
    color: #383838;
    font-size: 0.8rem;
}

.xyz {
    padding-bottom: 2.5rem;

}

@media(max-width: 1399px) {
    .ans-box6 {
        width: 90%;
    }

}

@media(max-width: 768px) {
    .ans-box6 {
        width: 89.9%;
    }
}

@media(max-width: 550px) {
    .xyz {
        padding-bottom: 1.6rem;
    }

    #ans-box {
        margin: 2.3rem 0rem 1.7rem 0rem;
        padding: 0.9rem;
    }

    .ans {
        margin: 1.5rem 0rem 1.5rem 1rem;
    }

    .quest-sec-head h4 {
        font-size: 0.8rem;
    }
}

@media(max-width: 420px) {
    #ans-box {
        width: 95%;
        margin: 2.3rem 0rem 1.4rem 0rem;
    }

    .quest-sec-head h4 {
        font-size: 0.62rem;
    }

    .ans {
        margin: 1.5rem 0rem 0.9rem 1rem;
    }

    .btn-vid {
        margin: 0rem 0rem 0.7rem 0rem;
    }

    .quest-no h4 {
        font-size: 0.76rem;
    }
}


/** Multiple Parts **/

.sub-ques-wrap {
    width: 100%;


}

.sub-ques-wrap h5 {
    font-size: 0.95rem;
    color: #686868;
    display: inline;

}

.parts-ques-wrap {
    margin: 0.84rem 0rem 0rem 2.5rem;
}

.parts-ques-wrap h5 {
    font-size: 0.95rem;
    color: #686868;
    display: inline;

}

.sub-ques {
    width: 8.5%;
    margin-left: 0.4rem;
    padding: 0.4rem 0rem 0.4rem 0.5rem;
    border-radius: 5px;
    font-size: 0.9rem;
    border: 1px solid #cfcfcf;


    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23666666;" /></svg>');
    background-position: right 8px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;

}

.sub-ques-4 {
    width: 4.6%;
    margin-left: 0.4rem;
    padding: 0.4rem 0rem 0.4rem 0.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
    border: 1px solid #cfcfcf;


    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23666666;" /></svg>');
    background-position: right 8px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
}

.sub-1 {
    background-color: #fff;
    color: #383838;
    font-size: 0.8rem;

}

.mul-wrap {
    margin-left: 3.2rem;
    margin-top: 2rem;

}

.mul-wrap-2 {
    margin-left: 3.2rem;


}

.sub-ques-box {
    width: 87.5%;
    padding: 1.8rem 0.8rem;
    font-size: 1.05rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin-left: 0.8rem;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
    cursor: text;
}

.parts-ques-box {
    width: 87.5%;
    padding: 1.5rem 0.8rem;
    font-size: 1.05rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin-left: 0.8rem;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
    cursor: text;
}

.text-1 {
    display: flex;
    align-items: center;
    margin: 1.5rem 0rem 1.2rem 0rem;
    position: relative;
}

.text-2 {
    display: flex;
    align-items: center;
    margin: 1.8rem 0rem 1.9rem 2.2rem;
    position: relative;
}

.text-3 {
    display: flex;
    align-items: center;
    margin: 0rem 0rem 2rem 2.2rem;
    position: relative;
}

.text-4 {
    display: flex;
    align-items: center;
    position: relative;
}

.text-4 h6 {
    font-size: 1.05rem;
    color: #000;
    margin: 0.8rem 0.9rem 0rem 0rem;
}

.close_editor {
    position: absolute;
    right: 130px;
    top: 40px;
    font-size: 1rem;
    color: #000;
    cursor: pointer;
}

.sub-ques-head h6 {

    color: #6b6b6b;
    font-size: 0.95rem;
}

.parts-ques-head h6 {

    color: #6b6b6b;
    font-size: 1.05rem;
}

.sub-ques-head-2 h5 {
    font-size: 0.9rem;
    display: inline;
}

.brder {
    width: 90.8%;
    height: 1px;
    background-color: #e4e4e4;
    margin: 2rem 0rem 1rem 0rem;
}

.brder-2 {
    width: 90.8%;
    height: 1px;
    background-color: #eeeeee;
    margin: 1rem 0rem 0rem 0rem;
}

.ans-box2 {
    width: 87%;
    padding: 0.9rem 0.8rem;
    font-size: 0.7rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin: 0.8rem 0rem 0.8rem 2.4rem;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
}

.ans-box3 {
    width: 90%;
    padding: 1.4rem 0.8rem;
    font-size: 1.05rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;

    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
    cursor: text;
}

.ans-box4 {
    width: 90%;
    padding: 1.4rem 0.8rem;
    font-size: 0.7rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;

    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
    cursor: text;
}

@media(max-width: 1399px) {
    .sub-ques {
        width: 10%;
    }

    .sub-ques-4 {
        width: 5.2%;
    }

    .sub-ques-head h6 {
        margin-top: 0.4rem;
    }

    .sub-ques-box {
        width: 88.2%;
    }

    .parts-ques-box {

        width: 88.5%;

    }

    .ans-box2 {
        width: 88%;
    }

    .text-4 h6 {
        margin: 0.8rem 0.9rem 0rem 0rem;
    }

    .close-editor {
        right: 100px;
    }
}

@media(max-width: 1199px) {
    .close-editor {
        right: 85px;
    }
}

@media(max-width: 1100px) {
    .sub-ques {
        width: 12%;
    }
}

@media(max-width: 999px) {
    .text-box {
        width: 90%;
    }

    .sub-ques {
        width: 15%;
    }

    .sub-ques-4 {
        width: 8%;
    }

    .close-editor {
        right: 55px;
    }
}

@media(max-width:768px) {
    .sub-ques {
        width: 14%;
    }

    .close-editor {
        right: 50px;
    }
}

@media(max-width: 550px) {
    .sub-ques {
        width: 20%;
    }

    .sub-ques-box {
        width: 88%;
    }

    .sub-ques-4 {
        width: 11%;
    }

    .close-editor {
        right: 30px;
    }
}

@media(max-width: 420px) {
    .sub-ques {
        width: 30.5%;
    }

    .sub-ques-box {
        width: 87%;
    }

    .sub-ques-4 {
        width: 18%;
    }

    .close-editor {
        right: 20px;
    }
}


/** Clone Section **/

.quest-sel {
    width: 81%;
    text-align: right;

}

.quest-sel h4 {
    font-size: 0.8rem;
    display: inline;
    color: #6d6d6d;
}

#sub-ques2 {
    width: 9%;
    background-color: #fff;
    padding: 0.2rem 0.2rem;
    color: #5a5a5a;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 0.7rem;
}

.lists-ques {
    margin-top: 0.46rem;
}

.lists-ques h4 {
    font-size: 0.8rem;
}

.ques-lists {
    width: 100%;
    padding-right: 5.8rem;

}

.ques-lists li {
    color: #3d3d3d;
    font-size: 0.78rem;
    border-radius: 6px;
    padding: 1.1rem 0.5rem;
}

.ques-lists li:last-child {
    margin-bottom: 1.5rem;
}

.ques-lists .qstn {
    color: #636363;
    font-size: 0.78rem;
    margin-left: 0.4rem;

}

.ques-lists li i {
    color: #3A6D6A;
}


@media(max-width: 1300px) {
    #sub-ques2 {
        width: 10%;
    }

    .ques-lists li {
        padding: 1.3rem 0.5rem;
    }
}

@media(max-width: 1200px) {
    #sub-ques2 {
        width: 12%;
    }

    .ques-lists li {
        padding: 1.6rem 0.5rem;
    }

    .ques-lists .qstn {
        line-height: 1.6rem;
    }
}

@media(max-width: 768px) {
    #sub-ques2 {
        width: 15%;
    }

    .ques-lists {
        padding-right: 3rem;
    }
}

@media(max-width: 550px) {
    #sub-ques2 {
        width: 17.5%;
    }

    .quest-sel h4 {
        font-size: 0.7rem;
    }

    .ques-lists {
        padding-right: 2rem;
    }

    .brder-2 {
        width: 93%;
    }
}

@media(max-width: 420px) {
    .ques-lists {
        padding-right: 1rem;
    }

    #sub-ques2 {
        width: 21.5%;
        margin-top: 0.4rem;
    }
}

@media(max-width: 380px) {
    #sub-ques2 {
        width: 24.5%;
    }

    .ques-lists {
        padding-right: 0.8rem;
    }
}


/** Template Generation **/

.tabcontent-3 {
    margin-top: 2.5rem;
    padding-left: 6rem;
}

.content-wrap .imp {
    font-weight: 500;
    color: #000;
}

.sub-ques-wrap-2 {
    width: 100%;
    padding: 1rem 0rem 1rem 5.8rem;
}

.sub-ques-wrap-2 h5 {
    display: inline;
    color: #2e2e2e;
    font-size: 0.85rem;
}

.ques-nmbr {
    width: 10%;
    margin-left: 0.4rem;
    padding: 0.3rem 0.3rem 0.3rem 0.4rem;
    border-radius: 5px;
    font-size: 1rem;
    border: 1px solid #cfcfcf;
    color: #474747;
    font-weight: 400;

}

.left-ques {

    text-align: right;
}

.left-ques h4 {
    color: #2e2e2e;
    font-size: 1.05rem;
}

.btn-quest-5 {
    width: 100%;
    text-align: right;
    padding-right: 7.2rem;
    margin-top: -0.5rem;
}

.btn-quest-6 {
    width: 100%;
    text-align: right;
    padding-right: 7.2rem;

}

.btn-ques-6 {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    font-weight: 500;
    padding: 0.4rem 1.8rem;
    color: #fff;
    border-radius: 4px;
    font-size: 1.05rem
}

.btn-ques-8 {
    display: inline-block;
    background-color: #61CB87;
    border: 1px solid #61CB87;

    padding: 0.4rem 1.8rem;
    color: #fff;
    border-radius: 4px;
    font-size: 1.05rem
}

.btn-quest-5 i {
    padding-right: 0.7rem;
}

.temp-list {
    width: 100%;
    border-top: 1px solid #d3d3d3;
    margin: 2.6rem 0rem 2.2rem 0rem;
}

.temp-table .dataTables_length {
    display: none;
}

.temp-table div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.temp-table div.dataTables_wrapper div.dataTables_info {
    display: none;
}

.temp-table div.dataTables_wrapper div.dataTables_paginate {
    display: none;
}

.temp-table table.dataTable>thead .sorting:before {
    display: none;
}

.temp-table table.dataTable>thead .sorting:after {
    display: none;
}

@media(max-width: 1499px) {
    .ques-nmbr {
        width: 11%;
    }

    .btn-quest-5 {
        padding-right: 5.8rem;
    }

    .btn-quest-6 {
        padding-right: 5.8rem;
    }

    .sub-ques-wrap-2 {
        padding: 1rem 0rem 1rem 5.8rem;
    }

    .btn-quest-3 {
        padding-right: 5.7rem;
    }
}

@media(max-width: 1399px) {
    .tabcontent-3 {
        padding-left: 5rem;
    }

    .ques-nmbr {
        width: 12.8%;
    }

    .btn-quest-5 {
        padding-right: 5rem;
    }

    .btn-quest-6 {
        padding-right: 5rem;
    }

    .sub-ques-wrap-2 {
        padding: 1rem 0rem 1rem 4.8rem;
    }

    .btn-quest-3 {
        padding-right: 4.8rem;
    }
}

@media(max-width: 1300px) {
    .ques-nmbr {
        width: 12.8%;
    }



    .btn-quest-3 {
        padding-right: 4.9rem;
    }
}

@media(max-width: 1200px) {
    .ques-nmbr {
        width: 13.5%;
        margin-left: 0rem;
        margin-top: 0.5rem;
    }

    .tabcontent-3 {
        padding-left: 3.3rem;
    }

    .sub-ques-wrap-2 {
        padding: 1rem 0rem 1rem 3.4rem;
    }

    .sub-ques-wrap-2 h5 {
        font-size: 0.79rem;
    }

    .btn-quest-5 {
        padding-right: 3.3rem;
    }

    .btn-quest-6 {
        padding-right: 3.3rem;
    }


    .btn-quest-3 {
        padding-right: 3.4rem;
    }
}

@media(max-width: 1024px) {
    .ques-nmbr {
        width: 12%;
        margin-top: 0.7rem;
    }

    .tabcontent-3 {
        padding-left: 4rem;
    }

    .btn-quest-5 {
        padding-right: 4.2rem;
    }

    .btn-quest-6 {
        padding-right: 3.8rem;
    }


    .btn-quest-3 {
        padding-right: 4.2rem;
    }

}

@media(max-width: 999px) {

    .tabcontent-3 {
        padding-left: 1.4rem;
    }

    .btn-quest-5 {
        padding-right: 1.4rem;
    }

    .btn-quest-6 {
        padding-right: 1.4rem;
    }

    .sub-ques-wrap-2 {
        padding: 1rem 0rem 1rem 1.5rem;
    }

    .sub-ques-wrap-2 h5 {
        font-size: 0.71rem;
    }

    .left-ques {
        padding: 1.5rem 0rem 0rem 0rem;
        text-align: left;
    }

    .btn-quest-3 {
        padding-right: 1.3rem;
    }
}

@media(max-width: 768px) {

    .tabcontent-3 {
        padding-left: 1.5rem;
    }

    .btn-quest-5 {
        padding-right: 1.2rem;
    }

    .btn-quest-6 {
        padding-right: 1.2rem;
    }

    .sub-ques-wrap-2 {
        padding: 1rem 0rem 1rem 1.4rem;
    }

    .sub-ques-wrap-2 h5 {
        font-size: 0.66rem;
    }


    .btn-quest-3 {
        padding-right: 4.4rem;
        margin-top: -1rem;
    }

    .content-wrap .imp {
        font-size: 0.75rem;
    }

    nav .menu li a {
        font-size: 0.79rem;
    }

    .btn-quest-3 {
        padding-right: 1.5rem;
    }

}

@media(max-width: 550px) {
    .ques-nmbr {
        width: 15%;
    }

    .sub-ques-wrap-2 h5 {
        font-size: 0.88rem;
    }

    .sub-ques-wrap-2 {
        padding: 1rem 0rem 1rem 1rem;
    }


    .btn-quest-3 {
        padding-right: 1.2rem;
    }

    .content-wrap .imp {
        font-size: 0.66rem;
    }

    .tabcontent-3 {
        padding-left: 1rem;
    }
}

@media(max-width: 420px) {
    .ques-nmbr {
        width: 20%;
    }

    .sub-ques-wrap-2 {
        padding: 1rem 0rem 1rem 1rem;
    }


    .btn-quest-3 {
        padding-right: 0.8rem;
    }
}

@media(max-width: 380px) {


    .content-wrap .imp {
        font-size: 0.6rem;
    }
}

.exam-head {
    margin: 2rem 0rem;
}

.exam-head h5 {
    color: #353535;
    font-size: 1.05rem;
}

.exam-ques {
    margin: 1rem 0rem 0.5rem 0rem;
}

.exam-ques h6 {
    font-size: 1.05rem;
    color: #535353;
    margin-bottom: 1rem;
}

.exam-ques-wrap {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #d6d6d6;
    padding: 1.8rem 0rem 2.2rem 2.8rem;
    background-color: #fff;
    border-radius: 8px;
}

.content-wrap-2 h4 {

    font-size: 1rem;
    padding-bottom: 0.2rem;
    color: #4d4d4d;
}

.bg-wrap-3 {
    width: 100%;

    background-color: #F4F9F9;
    padding: 2rem 0rem;
}

.exam-wrapper .col-xl-12 {
    margin-bottom: 3.2rem;
}

.exam-btn {
    width: 100%;
    text-align: right;

}

.btn-exam-1 {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    padding: 0.4rem 1.9rem;
    color: #fff;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 500;

}

.btn-exam-2 {
    display: inline-block;
    background-color: #61CB87;
    color: #ffff;
    padding: 0.4rem 1.9rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

.exam-sel {
    background-color: #fff;
    padding: 0.6rem 1.8rem 0.6rem 1.4rem;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 8px;
    margin: 0 auto;

}

.exam-sel span {
    color: #696969;
    font-size: 0.9rem;
    padding-left: 0.4rem;

}

.radio-btn-1 {
    display: inline-flex;
    align-items: center;
    padding-right: 1.5rem;
}

.radio-btn {
    display: inline-flex;
    align-items: center;
    padding-left: 0.9rem;
}

.btn-paper {
    cursor: pointer;
}

.disselect-6 {
    width: 100%;
    padding: 0.6rem 0.4rem 0.6rem 0.6rem !important;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #474747;
    font-size: 0.78rem;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23666666;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
}

@media(max-width: 1399px) {
    .disselect-6 {
        width: 90%;
    }

    .exam-ques-wrap {
        padding: 1.8rem 0rem 2.2rem 2rem;
    }
}

@media(max-width: 1300px) {

    .exam-ques-wrap {
        padding: 1.8rem 0rem 2.2rem 1.8rem;
    }
}

@media(max-width: 1200px) {

    .exam-ques-wrap {
        padding: 1.8rem 0rem 2.2rem 1.5rem;
    }
}

@media(max-width: 1024px) {
    .exam-sel {

        padding: 0.6rem 1.6rem 0.4rem 1.4rem;
    }

    .exam-ques-wrap {
        padding: 1.8rem 0rem 2.2rem 1.4rem;
    }
}

@media(max-width: 999px) {

    .exam-ques-wrap {
        padding: 1.8rem 0rem 0rem 2rem;
    }

    .exam-wrapper .col-md-6 {
        margin-bottom: 2.5rem;
    }
}

@media(max-width: 768px) {

    .exam-ques-wrap {
        padding: 1.8rem 0rem 0rem 2rem;
    }

    .exam-wrapper .col-md-6 {
        margin-bottom: 2.5rem;
    }
}

@media(max-width: 550px) {


    .exam-ques-wrap {
        padding: 1.8rem 0rem 0rem 1.5rem;
    }
}

@media(max-width: 420px) {

    .radio-btn-1 {
        padding-right: 0rem;
    }
}


/***Upload Videos***/

.up-icon {
    text-align: center;
}

.up-icon i {
    font-size: 2.7rem;
    color: #37bc63;
    padding-top: 2rem;
}

.up-icon h5 {
    font-size: 0.85rem;
    font-style: italic;
    color: #7c7c7c;
    padding: 1.4rem 0rem 0.9rem 0rem;
}

.up-icon h6 {
    color: #383838;
    font-size: 0.9rem;
}

.up-icon .file-link {
    display: block;
    color: #306663;
    font-weight: 550;
    font-size: 0.9rem;
    font-style: italic;
    padding: 0.6rem 0rem 1.5rem 0rem;
}

.up-icon .btn-icon {
    background-color: #5DBFBA;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.4rem 2.2rem;
    border-radius: 5px;
    margin-bottom: 0.9rem;
}

/***Roles and permissions***/

.perm-lists {
    width: 100%;
}

.bg-wrap-2 {
    width: 100%;
    height: 100vh;
    padding: 2rem 0rem;
    background-color: rgba(248, 248, 248, .6);
}

.roles-head {
    padding: 1rem 0.5rem 0.5rem 0.5rem;

}

.roles-head h4 {
    font-size: 0.85rem;
    color: #474747;

}

.roles-head h5 {
    font-size: 0.95rem;
    color: #414141;
    text-align: right;

}

.quest-head-3 h4 {
    margin: 0px !important;
    color: #272727;
    font-size: 0.95rem;
}

.roles-border {
    width: 100%;
    border-top: 1px solid #e7e7e7;

    margin-top: 1.5rem;
}

.op {
    text-align: center;
}

.mn {
    padding-top: 1rem;
}

.perm-lists td {
    padding: 0.74rem 0rem 0.56rem 0rem;
    font-size: 0.85rem;
}

.perm-lists th {
    font-size: 0.88rem;
    font-weight: 600;
    padding-bottom: 0.6rem;
}

.perm-lists .op {
    font-size: 0.84rem;
    font-weight: 500;
    color: #525252;
}

.table {
    width: 100%;
    border-collapse: inherit;
}

.permis {
    margin-top: 0.4rem;

}

.per-lists {
    text-align: center;
    padding-top: 0.66rem;
}

.table th {
    font-size: 0.8rem;
    font-weight: 500;
    color: #363636;
    border: none !important;
    padding-bottom: 0.4rem !important;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px !important;

}

.col-xl-7 {
    padding: 0px !important;
}

.lo {
    text-align: center;
}


.cde {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 15px;
    padding: 1.2rem 0.7rem 1.5rem 0.7rem;
    box-sizing: border-box;
    margin: 2rem 0rem;
}

@media(max-width: 1024px) {
    .perm-lists td {
        padding: 0.82rem 0rem 0.5rem 0rem;
    }

    .cde {
        padding: 1.2rem 0.4rem 1.5rem 0.4rem;
    }

    .quest-head-3 h4 {
        font-size: 0.84rem;
    }
}

@media(max-width: 768px) {
    .perm-lists td {
        padding: 0.82rem 0rem 0.56rem 0rem;
        font-size: 0.8rem;
    }

    .table th {
        font-size: 0.73rem;
    }

    .lists-name ul li {
        font-size: 0.75rem;
    }

    .cde {
        padding: 1.2rem 0.2rem 1.5rem 0.2rem;
    }

}

@media(max-width: 550px) {
    .cde {
        padding: 1.2rem 0rem 1.5rem 0rem;
    }

    .table th {
        font-size: 0.63rem;
    }

    .perm-lists .op {
        font-size: 0.72rem;
    }

    .perm-lists th {
        width: 4%;
    }

    .roles-head h5 {
        font-size: 0.73rem;
    }
}

@media(max-width: 420px) {
    .roles-head h5 {
        font-size: 0.53rem;
    }

    .table th {
        font-size: 0.54rem;
    }

    .perm-lists td {
        padding: 0.7rem 0rem 0.68rem 0rem;
    }

    .quest-head-3 h4 {
        font-size: 0.75rem;
    }
}

@media(max-width: 380px) {
    .table th {
        font-size: 0.53rem;
    }

    .roles-head h5 {
        font-size: 0.77rem;
    }

    .perm-lists td {
        padding: 0.6rem 0rem 0.83rem 0rem;
    }
}

/*** Finance admin ***/

.table .list-info {
    font-size: 0.85rem;
    font-family: 'Roboto', sans-serif;
    color: #4e4e4e;
    padding: 0.8rem 0rem;
    text-align: center;
}

.table b {
    color: #000;
}

.per-lists-2 {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 15px;
    padding: 2rem;
    box-sizing: border-box;
    margin-top: 0.6rem;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: left;
}

.dataTables_length {
    text-align: left;
}

.dwnload {
    width: 100%;
    text-align: right;
    margin: 1.8rem 0rem;
}

.dwnload h5 {
    font-size: 0.85rem;
    display: inline-block;
}

.formt .fa-file-excel {
    color: #50B46F;
    padding-right: 0.8rem;
}

.formt .fa-file-pdf {
    color: #EE0505;
    padding-left: 1.2rem;
    border-left: 1px solid #949494;
}

.formt a {
    font-size: 1rem;

}

.formt {
    margin-left: 0.7rem;
    background-color: #ffff;
    box-shadow: 0px 2px 10px #ccc;
    padding: 0.4rem 1.2rem;
    border-radius: 8px;
}

.search-box {
    width: 100%;
    text-align: right;
    position: relative;



}

.table-striped .sub-head {
    font-size: 0.84rem;
    font-weight: 600;
    color: #464646;
}

.pay-view {
    text-align: right;
}

.pay-view h5 {
    color: #252525;
    font-size: 0.8rem;
    display: inline;
    margin-right: 0.5rem;
}

.date-pick {
    padding: 0.6rem 0.9rem;
    border-radius: 50px;
    border: none;
    font-size: 0.75rem;
    box-shadow: 0px 0px 6px #b4b4b4;
    color: #696969;
}

.date-pick-2 {
    padding: 0.6rem 0.9rem;
    border-radius: 40px;
    border: none;
    font-size: 0.75rem;
    box-shadow: 0px 0px 6px #b4b4b4;
    color: #696969;
}

.date-pick:focus {
    outline: none;
}

.date-pick-2:focus {
    outline: none;
}

.app-date {
    display: inline-block;
    color: #35b8b1;
    font-size: 0.82rem;
    margin-left: 1.3rem;
    text-decoration: underline !important;
    font-weight: 500;
}

.table-striped .par-name {
    font-weight: 500;
}

@media(max-width: 1300px) {
    .table .list-info {
        padding: 0.82rem 0rem;
    }
}

@media(max-width: 1024px) {
    .app-date {
        margin-left: 0.74rem;
    }
}

@media(max-width :768px) {
    .app-date {
        margin-left: 1rem;
    }

    .table-striped .sub-head {
        font-size: 0.65rem;
    }

    .table-striped .list-info {
        font-size: 0.68rem;
    }

    .table-striped .par-name {
        font-size: 0.68rem;
    }
}

@media(max-width: 550px) {
    .pay-view {
        margin: 2rem 0rem 1.2rem 0rem;
        text-align: left;
    }

    .per-lists-2 {
        padding: 1.5rem 0.2rem;
    }
}

@media(max-width: 420px) {


    .pay-view h5 {
        display: block;
    }

    .date-pick {
        margin-bottom: 1rem;
    }
}

@media(max-width: 380px) {
    .app-date {
        margin-left: 1.3rem;
    }

    .search-icon {
        top: 5.8px;
        right: -4px;
    }
}

/***master settings***/

.set-wrap {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #d6d6d6;
    padding: 2rem 0rem;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    margin-top: 4rem;
}

.set-wrap-2 {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #d6d6d6;
    padding: 2rem 2rem 2.3rem 2rem;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 2rem;

}

.set-wrap-3 {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #d6d6d6;
    padding: 2rem 0rem 2rem 5.8rem;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 2rem;
}

.adm-mas-wrap h5 {
    color: #4b4b4b;
    font-size: 0.95rem;

}

.adm-mas-wrap-2 h5 {
    font-size: 0.95rem;
    color: #4b4b4b;
    margin-bottom: 0.7rem;
}

.adm-mas-wrap h6 {

    color: #777777;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.3rem 0rem 1.8rem 0rem;

}

.checkbox51 {
    display: inline-flex;
    align-items: center;
    margin: 0rem 1.2rem;
}

.checkbox__input51 {
    display: none;
}

.checkbox__box51 {
    cursor: pointer;
    width: 1.10em;
    height: 1.10em;
    margin-right: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.checkbox__input51:checked+.checkbox__box51 {
    background-color: #3fb6b0;
    border-color: #3fb6b0;
}

.checkbox__box51::after {
    content: '\2714';
    color: #fff;
}

.btn-mast {
    width: 100%;
    text-align: right;
    margin-top: 2.5rem;
}

.mas-btn {
    display: inline-block;
    color: #fff;
    background-color: #5DBFBA;
    padding: 0.4rem 1.9rem;
    border-radius: 5px;
    font-size: 0.8rem;
}

.add-opcm {
    width: 100%;
    padding: 0.6rem 0.8rem !important;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #000;
    font-size: 0.78rem;
    font-weight: 400;
}

.mas-btn-2 {
    display: inline-block;
    background-color: #61CB87;
    border: 1px solid #61CB87;
    font-size: 0.95rem;
    padding: 0.4rem 1.8rem;
    color: #fff;
    border-radius: 5px;
}


@media(max-width: 1024px) {
    .set-wrap-3 {
        padding: 2rem 0rem 2rem 4.7rem;
    }
}

@media(max-width: 768px) {
    .set-wrap-3 {
        padding: 2rem 0rem 2rem 3.5rem;
    }
}

@media(max-width: 767px) {
    .set-wrap-2 {
        padding: 2rem 1.8rem 2rem 1.8rem;
        margin-top: 0.4rem;
    }

    .set-wrap-3 {
        padding: 2rem 0rem 0.8rem 2.6rem;
    }

    .set-wrap-3 .col-6 {
        margin-bottom: 1.8rem;
    }
}

@media(max-width : 499px) {
    .set-wrap-2 {
        padding: 2rem 1.2rem 2rem 1.2rem;
    }
}

/**Master- OPCM**/
.bg-wrap-6 {
    width: 100%;
    background-color: #F4F9F9;
    padding: 2rem 0rem;

}

.tab-2 {
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.tablinks-2 {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.05rem;
    color: #9b9b9b;
    font-weight: 500;
}

.tab-2 button {
    padding-bottom: 0.8rem;
}

.tablinks-2.ne {
    margin: 0rem 32.7rem;
}

.tablinks-2.active {

    color: #198882;
    border-bottom: 1px solid #198882;
}

.tabcontent-2 {
    padding-top: 3rem;
}

.opcm-head h4 {
    font-size: 0.95rem;
    color: #424242;
    margin-top: 0.3rem;
}

.opcm-btn {
    text-align: right;
}

.btn-opcm {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem 0.6rem 1.2rem;
    border-radius: 5px;

}
.btn-opcm-2 {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 0.95rem;
    padding: 0.4rem 1.2rem 0.4rem 1.2rem;
    border-radius: 5px;
    margin-left: 1.2rem;

}
.opcm-btn i {
    margin-right: 0.6rem;
}

.opcm-wrap {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.8rem 2.3rem 1.8rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 3rem;
    border-radius: 10px;
    box-sizing: border-box;
}

.opcm-tab {
    width: 100%;
}

.opcm-tab th {
    font-size: 0.84rem;
    font-weight: 600;
    color: #464646;
    padding: 0rem 3rem 0.8rem 3rem;
    border-bottom: 1px solid #f1f1f1;

}

.table-striped th {
    font-size: 0.95rem;
    font-weight: 600;
    color: #464646;
    margin-top: 0.9rem !important;
    border-bottom: 1px solid #d3d3d3 !important;
    padding-bottom: 0.7rem !important;
}

.op-top {
    font-weight: 500;
    color: #000;
}

.table-striped .ab {
    text-align: center;
}

.table-striped .lm {
    text-align: center;
}

.table-striped td {
    color: #000;
    padding-top: 1.2rem !important;
    background-color: #fff !important;
}

.table-striped .de {
    text-align: center;
}

.table-striped .gh {
    text-align: center;
}

table.dataTable {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #d3d3d3;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 2.1rem !important;
    font-size: 0.85rem;

}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    padding-top: 1.5rem !important;

}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 1.5rem;
}

table.dataTable.table-striped>tbody>tr.odd {
    --bs-table-accent-bg: transparent !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: transparent !important;
}

.page-link {
    color: #000;
    font-size: 0.85rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #2a8682 !important;
    border-color: #0d6efd;
}

.opcm-date {
    text-align: center;
    width: 100%;
}

.opcm-func {
    text-align: center;

}

.opcm-add {
    text-align: center;
}

.bc {
    width: 23%;
    font-weight: 500;
    padding-left: 3rem;
}

.opcm-tab td {
    font-size: 0.8rem;

    color: #000;
}

.opcm-edit {
    color: #12a099;
    padding-right: 1.5rem;
}

.opcm-copy {
    padding-left: 1.5rem;
    color: #2ba156;
}

.opcm-del {
    color: red;
}

.opcm-tab td {
    padding-top: 1.5rem;
}

.op-type {
    text-align: center;
    font-weight: 500;
    color: #3d3d3d !important;

}

.op-subtype {
    text-align: center;
}

.nav-link-1 {
    font-size: 0.95rem;
    font-weight: 500;
    color: #9b9b9b !important;
    background-color: transparent !important;
    border-color: transparent;
}

.nav-link-1.active {
    color: #198882 !important;
    border-bottom: 1px solid #198882 !important;
}

.nav-tabs .nav-link-2.active {
    border-bottom: 1px solid #198882 !important;
    color: #198882 !important;
}

.nav-link-3.active {
    border-bottom: 1px solid #198882 !important;
    color: #198882 !important;
}

.nav-2 {
    width: 100%;
}

.nav-link-2 {
    font-size: 0.95rem;
    font-weight: 500;
    color: #9b9b9b !important;
    background-color: transparent !important;
    margin: 0rem 32rem;
    border-color: transparent;
}

.nav-link-3 {
    font-size: 0.95rem;
    font-weight: 500;
    color: #9b9b9b !important;
    background-color: transparent !important;
    border-color: transparent;
}

@media(max-width: 1399px) {
    .nav-link-2 {
        margin: 0rem 26rem;
    }
}

@media(max-width: 1300px) {
    .nav-link-2 {
        margin: 0rem 26.5rem;
    }

    .bc {
        width: 26.1%;
    }
}

@media(max-width: 1200px) {
    .nav-link-2 {
        margin: 0rem 21.3rem;
    }
}

@media(max-width: 1024px) {
    .nav-link-2 {
        margin: 0rem 21rem;
    }

    .opcm-head h4 {
        margin-top: 0.5rem;
    }
}

@media(max-width: 999px) {
    .nav-link-2 {
        margin: 0rem 13.8rem;
    }
}

@media(max-width: 768px) {
    .nav-link-2 {
        margin: 0rem 13.5rem;
    }

    .bc {
        width: 37.1%;
    }
}

@media(max-width: 720px) {
    .nav-link-2 {
        margin: 0rem 8.2rem;
    }
}

@media(max-width: 550px) {
    .nav-link-2 {
        margin: 0rem 8.4rem;
    }

    .opcm-tab th {
        padding: 0rem 1.5rem 0.8rem 1.5rem;
    }

    .bc {
        padding-left: 1.5rem;
    }

    .opcm-wrap {
        padding: 2rem 0.3rem 2.3rem 0.3rem;
    }

    .table-striped th {
        font-size: 0.7rem;
    }

    .table-striped td {
        font-size: 0.67rem;
    }

    .table-striped .de {
        font-size: 0.67rem;
    }

    .nav-link-1 {
        font-size: 0.84rem;
    }

    .nav-link-2 {
        font-size: 0.84rem;
    }

    .nav-link-3 {
        font-size: 0.84rem;
    }

    .opcm-head h4 {
        font-size: 0.85rem;
    }

    div.dataTables_wrapper div.dataTables_info {
        font-size: 0.78rem;
    }
}

@media(max-width: 420px) {
    .nav-link-2 {
        margin: 0rem 4.8rem;
    }

    .opcm-tab th {
        padding: 0rem 1rem 0.8rem 1rem;
    }

    .bc {
        padding-left: 1rem;
    }

    .opcm-edit {
        padding-right: 1rem;
    }

    .opcm-wrap {
        padding: 2rem 0.2rem 2.3rem 0.2rem;
    }

    .table-striped th {
        font-size: 0.65rem;
    }

    .table-striped td {
        font-size: 0.63rem;
    }

    .table-striped .de {
        font-size: 0.63rem;
    }

    .nav-link-1 {
        font-size: 0.8rem;
    }

    .nav-link-2 {
        font-size: 0.8rem;
    }

    .nav-link-3 {
        font-size: 0.8rem;
    }

    .opcm-head h4 {
        font-size: 0.83rem;
    }

    .btn-opcm {
        padding: 0.5rem 0.8rem;
        font-size: 0.78rem;
        font-weight: 500;
    }

    div.dataTables_wrapper div.dataTables_info {
        font-size: 0.75rem;
    }
}

@media(max-width: 400px) {
    .nav-link-2 {
        margin: 0rem 4.1rem;
    }
}

@media(max-width: 380px) {
    .nav-link-2 {
        margin: 0rem 3.5rem;
    }

    .btn-opcm {
        padding: 0.5rem 0.8rem 0.42rem 0.8rem;
    }

    .table-striped th {
        font-size: 0.52rem;
    }

    .table-striped td {
        font-size: 0.5rem;
    }

    .table-striped .de {
        font-size: 0.5rem;
    }

    .opcm-wrap {
        padding: 2rem 0.1rem 2.3rem 0.1rem;
    }

    div.dataTables_wrapper div.dataTables_info {
        font-size: 0.7rem;
    }

    .opcm-head h4 {
        font-size: 0.78rem;
    }

    .nav-link-1 {
        font-size: 0.77rem;
    }

    .nav-link-2 {
        font-size: 0.77rem;
    }

    .nav-link-3 {
        font-size: 0.77rem;
    }
}


/**Student content **/

.sel-wrap {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 2.5rem;
    border-radius: 10px;
    padding:
        2.5rem;
}

.exam-wrap {
    width: 100%;
    display: inline-block;
    background-color: #409b96;
    border: 1px solid #409b96;
    padding: 2.5rem 0rem;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 2.8rem;
}

.exam-wrap:hover {
    color: #fff;
}

.topical-wrap {
    width: 100%;
    display: inline-block;
    background-color: #6f9e9b;
    padding: 2.5rem 0rem;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
}

.paper-wrap {
    width: 100%;
    display: inline-block;
    background-color: #409b96;
    border: 1px solid #409b96;
    padding: 2.5rem 0rem;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;

}

.mode-sel {
    text-align: right;
}

.mode-sel h5 {
    font-size: 1.05rem;
}

.top-wrap {
    width: 100%;
    background-color: #4e9e99;
    border: 1px solid #4e9e99;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 2.8rem;
    height: 200px;
    display: block;
}

.top-wrap-2 {
    width: 100%;
    background-color: #03615c;
    height: 200px;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 2.8rem;
    cursor: pointer;
}

.top-wrap-2-wrapper {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-wrap-4-wrapper {
    padding: 5.4rem 0rem;
    text-align: center;

}

.top-wrap-3-wrapper {
    margin-top: 0.6rem;
}

.top-wrap-4-wrapper i {
    font-size: 1.05rem;
    color: #ccc;

}

.top-wrap-3-wrapper h5 {
    display: inline;
    font-size: 1.05rem;
    color: #ccc;
    margin-left: 0.2rem;
}

.top-wrap h4 {
    font-size: 1.05rem;
}

.top-wrap-2 h4 {
    font-size: 1.05rem;
}

.sel-wrap-2 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 2.5rem;
    border-radius: 10px;
    padding:
        2.5rem 2.5rem 0rem 2.5rem;
}

.user .btn-primary-1 {
    background-color: transparent;
    font-size: 0.95rem;
    color: #346d6a;
}

.modal-body h6 {
    text-align: center;
    font-size: 0.95rem;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    justify-content: center !important;
    border-top: none !important;
}

.modal-footer .btn-secondary-1 {
    background-color: #3ea450;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.3rem 2rem;
    font-weight: 500;
    margin-right: 1.2rem;
}

.modal-footer .btn-secondary-1:hover {
    color: #fff;
}

.modal-footer .btn-primary-2 {
    background-color: #c53131;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.3rem 2rem;
    font-weight: 500;
}

.modal-footer .btn-primary-2:hover {
    color: #fff;
}

.user .fa-home {
    border-right: 1px solid #ccc;
    padding-right: 2rem;
}

@media(max-width: 767px) {
    .mode-sel {
        text-align: left;
    }

    .sel-wrap-2 {
        margin-top: 1.6rem;
    }
}



.top-ques-head h4 {
    font-size: 1.08rem;
}

.ques-top-no {
    margin-top: 4rem;
}

.ques-top-no h4 {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}

.ques-des-wrap {
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    padding: 1.5rem 2rem 2.2rem 2rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 0.3rem;
}

.ques-top-wrap {
    font-size: 15pt !important;
    line-height: 2.2rem;
    color: #4e4e4e;
    font-family: 'Arial', sans-serif;
}

.ques-top-wrap p {
    font-size: 15pt !important;
    line-height: 2.2rem;
    color: #4e4e4e;
    font-family: 'Arial', sans-serif;
}

.image-wrapper {
    margin: 1.8rem 0rem 1rem 0rem;
}

.ans-wrap {
    width: 100%;
    padding: 1.8rem 0.8rem;
    font-size: 0.84rem;
    border-radius: 6px;
    border: 1px solid #dadada;
    box-shadow: 0px 0px 6px #ccc;
    cursor: text;
}

.ans-wrap:focus {
    outline: none;
}

.top-ans {
    width: 100%;
    padding: 1.8rem 0.8rem;
    font-size: 1.08rem;
    border-radius: 6px;
    border: 1px solid #dadada;
    box-shadow: 0px 0px 6px #ccc;
    cursor: text;

}

.ans-wrapper {
    display: flex;

    align-items: center;
    margin: 0rem 0rem 1.2rem 0rem;
    position: relative;
}

.ans-wrapper-2 {
    display: flex;
    align-items: baseline;
    margin: 0rem 0rem 1.2rem 0rem;
}

.ans-wrapper h6 {
    color: #4e4e4e;
    font-size: 1.08rem;
    margin-right: 0.7rem;
    display: flex;

}

.ans-wrapper-2 h6 {
    color: #4e4e4e;
    font-size: 1.08rem;
    margin-right: 0.7rem;
}

.ans-wrapper span {
    margin-left: 0.3rem;
}

.child-ans {
    margin-top: 1.5rem;
}

.str-qst {
    margin: 1.5rem 0rem 1.2rem 0rem;
    font-size: 15pt !important;
    line-height: 2.2rem;
    color: #4e4e4e;
    font-family: 'Arial', sans-serif;
}

.str-qst-2 {
    margin: 1rem 0rem 1rem 2rem;
    font-size: 15pt !important;
    line-height: 2.2rem;
    color: #4e4e4e;
    font-family: 'Arial', sans-serif;
}

.str-qst-3 {
    margin: 1.5rem 0rem 0rem 2rem;
    font-size: 15pt !important;
    line-height: 2.2rem;
    color: #4e4e4e;
    font-family: 'Arial', sans-serif;
}

.str-qst h5 {
    color: #4e4e4e;
    font-size: 15pt !important;
    margin-right: 0.2rem;
    display: inline;
}

.str-qst p {
    font-size: 15pt !important;
    line-height: 2.2rem;
    color: #4e4e4e;
    display: inline;
}

.str-qst-2 h5 {
    color: #4e4e4e;
    font-size: 15pt !important;
    margin-right: 0.2rem;
    display: inline;
}

.str-qst-2 p {
    font-size: 15pt !important;
    line-height: 2.2rem;
    color: #4e4e4e;
    display: inline;
}

.str-qst-3 h5 {
    color: #4e4e4e;
    font-size: 15pt !important;
    margin-right: 0.2rem;
    display: inline;
}

.str-qst-3 p {
    font-size: 15pt !important;
    line-height: 2.2rem;
    color: #4e4e4e;
    display: inline;
}

.child-ans-wrapper {
    padding-top: 2.2rem;
    border-top: 1px solid #dbdbdb;
}

.ans-wrapper .cke_chrome {
    width: 100% !important;
}

.ans-wrapper .close_editor {
    top: 12px;
    right: 13px;
}

.top-page-nav {
    margin-top: 2rem;

}

.page-link.active {
    background-color: #2a8682 !important;
    color: #fff;
}

.pagination {
    justify-content: flex-end;
}

.top-page-nav h5 {
    font-size: 0.85rem;
    color: #6b6b6b;
    font-weight: 400;
}

.user .home-icon {
    font-size: 1.2rem;
    color: #346d6a;
    padding-right: 2rem;
    border-right: 1px solid #ccc;
}

.user-icon {
    padding-left: 1.5rem;
}

@media(max-width: 550px) {
    .top-ques-head h4 {
        font-size: 0.85rem;
    }

    .ques-des-wrap {
        padding: 1.3rem 1.7rem 2rem 1.7rem;
    }

    .ques-top-wrap p {
        font-size: 0.9rem;
    }

    .ques-top-no h4 {
        font-size: 0.83rem;
        margin-bottom: 1rem;
    }

    .dataTables_info {
        text-align: center;
    }

    .dataTables_info h5 {
        margin-bottom: 1.5rem;
    }

    .dataTables_paginate ul.pagination {
        justify-content: center !important
    }
}

@media(max-width: 420px) {
    .ques-top-wrap p {
        font-size: 0.85rem;
    }

    .ques-top-no {
        margin-top: 2.4rem;
    }

    .ans-wrapper .close_editor {
        right: 10px;
    }

    .ques-top-wrap p {
        line-height: 25px;
    }

    .top-ques-head h4 {
        font-size: 0.75rem;
    }

    .time-wrap {
        font-size: 0.8rem !important;
    }

    .time-wrap p {
        font-size: 0.8rem !important;
    }

    .time-wrap i {
        font-size: 0.8rem !important;
    }
}

.time-wrap {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.time-wrapper {
    text-align: right;
}

.time-wrap i {
    color: red;
    font-size: 0.85rem;
    padding-right: 0.2rem;
}

.time-wrap h5 {
    font-size: 1.05rem;
    color: #2e2e2e;
    display: inline-block;
    font-weight: 400;

}

.top-btn {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}

.top-btn-2 {
    display: inline-block;
    background-color: #43be6f;
    border: 1px solid #43be6f;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 0.6rem 2.9rem;
    border-radius: 40px;
}

.res-wrap {
    text-align: center;
}

.res-wrap h3 {
    font-size: 1.05rem;
    font-weight: 500;
    color: #3b3b3b !important;
    font-style: italic;
    margin-top: 1.8rem;
    text-decoration: underline;
}

.res-wrap b {
    color: #30ad30;
    font-weight: 600;
}

.result-wrapper {
    width: 100%;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 7px;
    padding: 2rem 0rem;
    background-color: #fff;
    margin-top: 2.5rem;
    text-align: center;
}

.result-wrap i {
    color: #29af29;
    font-size: 1.05rem;

}

.result-wrap h5 {
    color: #29af29;
    font-size: 1.05rem;
    margin: 1rem 0rem 1.2rem 0rem;
}

.result-wrap h6 {
    color: #3b3b3b;
    font-size: 1.05rem;
}

.rep-btn {
    margin-top: 2.4rem;
}

.rep-btn-1 {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    color: #fff;
    font-size: 1.05rem;
    background-color: #5DBFBA;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 1rem;
}

.rep-btn-2 {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    color: #fff;
    font-size: 1.05rem;
    background-color: #8CC6C3;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 1rem;
}

@media(max-width: 1024px) {
    .time-wrap h5 {
        font-size: 0.85rem;
    }

    .res-wrap h5 {
        font-size: 0.85rem;
    }
}

@media(max-width: 550px) {
    .user .btn-primary-1 {
        font-size: 1.1rem;
    }

    .user .fa-home {
        padding-right: 1.3rem;
    }

    .user-icon {
        padding-left: 0.8rem;
    }
}

@media(max-width: 380px) {
    .time-wrap h5 {
        font-size: 0.75rem;
    }
}


.result-wrap .fa-times-circle {
    color: red;
}

.result-wrap .incor {
    color: red;
}

.result-wrap .less {
    color: red;
}






/**Parent admin**/

.child-pic-wrap {
    width: 100%;
    padding: 2rem 0rem;
    border: 1px dashed #c9c9c9;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 2.8rem;
}

.child-pic-wrap h3 {
    color: #424242;
    font-size: 1.05rem
}

.child-pic-wrap h5 {
    font-size: 1.05rem;
    color: #8b8b8b;
    font-weight: 400;
    margin: 0.8rem 0rem;
    font-style: italic;
}

.child-pic-wrap h6 {
    font-size: 1.05rem;
    color: #575757;
    font-style: italic;
}

.btn-child-pic {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 1.05rem;
    padding: 0.5rem 1.6rem;
    border-radius: 4px;
    margin-top: 1rem;
    font-weight: 500;
}

.adding-child {
    width: 100%;
    text-align: right;
}

.btn-child {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 1.05rem;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    text-align: right;
    font-weight: 500;
}

.btn-child i {
    padding-right: 0.6rem;
}

.child-info-wrap h4 {
    font-size: 1.05rem;
    color: #313131;
    margin-bottom: 2.5rem;
}

.child-info h5 {
    font-size: 1.05rem;
    color: #3f3f3f;
    margin-bottom: 0.6rem;
}

.input__textbox {
    width: 100%;
    padding: 0.6rem 0.7rem 0.6rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    color: #000;
}

.input__textbox:focus {
    outline: none;
    box-shadow: none;
}

.child-info {
    margin-bottom: 3.5rem;
}

.disselect-2 {
    width: 100%;
    padding: 0.6rem 0.7rem 0.6rem 0.5rem;
    font-size: 0.9rem;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23666666;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
}

.child-sub-btn {
    width: 100%;
    text-align: right;
}

.child-save {
    padding: 0.4rem 1.5rem;
    display: inline-block;
    background-color: #61CB87;
    color: #fff;
    font-size: 1.05rem;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 1.5rem;
}

.child-cancel {
    padding: 0.4rem 1.5rem;
    display: inline-block;
    background-color: #ce555c;
    border: 1px solid #ce555c;
    color: #fff;
    font-size: 1.05rem;
    border-radius: 5px;
    font-weight: 500;
}

.child-sub-btn {
    width: 100%;
    margin-top: 2rem;
}

.sel-wrap-3 {
    width: 100%;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 7px;
    padding: 2.8rem 2.5rem 0rem 2.5rem;
    background-color: #fff;
    margin-top: 2.5rem;
}

.child-sub-btn .btn-primary-3 {
    display: inline-block;
    background-color: #61CB87;
    color: #fff;
    font-size: 1.05rem;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 1.5rem;
    border: 1px solid #61CB87;
    padding: 0.4rem 1.5rem;
}

.child-sub-btn .modal-body h5 {
    text-align: center;
    color: green;
    font-size: 0.85rem;
}

.child-sub-btn .modal-body h5 i {
    padding-right: 0.4rem;
}

.child-sub-btn .btn-secondary-3 {
    background-color: #5DBFBA;
    padding: 0.5rem 1.2rem;
    display: inline-block;
    color: #fff;
    font-size: 0.84rem;
}

.child-sub-btn .modal-body {
    padding: 1.2rem 0rem 0.5rem 0rem;
}

.child-sub-btn .modal-footer {
    padding: 0rem 0rem 0.9rem 0rem;
}







@media(max-width : 767px) {
    .sel-wrap-3 {
        margin-top: 0.7rem;
        padding: 2.8rem 2rem 0.5rem 2rem;

    }

    .child-info {
        margin-bottom: 2rem;
    }
}


@media(max-width : 420px) {
    .sel-wrap-3 {
        padding: 2.8rem 1.2rem 0.5rem 1.2rem;
    }

    .child-pic-wrap h3 {
        font-size: 0.88rem;
    }
}

@media(max-width : 330px) {
    .sel-wrap-3 {
        padding: 2.8rem 1rem 0.5rem 1rem;

    }

    .child-pic-wrap h3 {
        font-size: 0.8rem;
    }

    .child-pic-wrap h5 {
        font-size: 0.8rem;
    }

    .child-pic-wrap h6 {
        font-size: 0.8rem;
    }
}

.tag-wrap {
    width: 38%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 8px #c7c7c7;
    text-align: center;
    padding: 0.8rem 0rem 0.6rem 0rem
}

.tag-wrap span {
    margin-left: 0.4rem;
    font-size: 0.84rem;
    color: #414141;
}

.tag-wrap .np {
    border-right: 1px solid #bdbdbd;
    padding-right: 1rem;
}

.radio-btn-1 {
    display: inline-flex;
    align-items: center;
    padding-right: 1.1rem;
    border-right: 1px solid #a7a7a7;
}

.btn-tag {
    cursor: pointer;
}

@media(max-width: 1399px) {
    .tag-wrap {
        width: 44%;
    }
}

@media(max-width: 1024px) {
    .tag-wrap {
        width: 51%;
    }
}

@media(max-width: 999px) {
    .radio-btn-1 {
        padding-right: 0.88rem;
    }

    .radio-btn {
        padding-left: 0.7rem;
    }
}

@media(max-width: 768px) {
    .tag-wrap {
        width: 70%;
    }

    .radio-btn-1 {
        padding-right: 0.85rem;
    }
}

@media(max-width: 550px) {
    .tag-wrap {
        width: 95%;
    }
}



.list-info .pay-done {
    color: #0cb30c;
    font-weight: 500;
    font-size: 0.88rem;
}

.list-info .pay-not {
    color: red;
    font-weight: 500;
    font-size: 0.88rem;
}

.roles-border2 {
    padding: 0.5rem 0rem;
}




.mas-list {
    display: none;

}

.set-list {
    display: none;
}

.fin-list {
    display: none;
}

.menu-3 {
    padding-top: 0rem !important;
}

.menu-3 .menu-topic {
    margin-top: 4rem;
}

.menu-3 .menu-list {
    display: block;
    margin: 1.4rem 0rem 2rem 1rem;
    color: #d1d1d1;
    font-size: 0.95rem;
}

.menu-3 .menu-list.active {
    color: #fff;
    text-decoration: underline !important;
}

.menu-3 li .side-head {
    font-size: 1.05rem;
    font-weight: 500;
    display: block;
    position: relative;
    color: #fff;
}

.menu-3 li .side-head2 {
    font-size: 1.05rem;
    font-weight: 500;
    display: block;
    position: relative;
    color: #fff;
}

.menu-3 li .side-head3 {
    font-size: 1.05rem;
    font-weight: 500;
    display: block;
    position: relative;
    color: #fff;
}

.navbar-admin .menu-3 li a span {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 1rem;
    transition: 0.5s;
}

.navbar-admin .menu-3 li a span.rotate {
    transform: translateY(-50%) rotate(-180deg)
}

;


.navbar-admin .menu-3 .mas-show.show {
    display: block;


}

.navbar-admin .menu-3 .mas-list.show {
    display: block;

}

.navbar-admin .menu-3 .set-show.show {
    display: block;

}

.navbar-admin .menu-3 .set-list.show {
    display: block;
}

.navbar-admin .menu-3 .fin-show.show {
    display: block;

}

.navbar-admin .menu-3 .fin-list.show {
    display: block;
}

.adm-lists i {
    padding-right: 0.6rem;
}


table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 15px !important;
}

.filter {
    width: 100%;
    margin: 4.5rem 0rem 0rem 0rem;
}

.filter-head h5 {
    font-size: 0.9rem;

}

.disselect-7 {
    width: 100%;
    padding: 0.6rem 0.4rem 0.6rem 0.8rem !important;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #474747;
    font-size: 0.9rem;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23666666;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
}

.filter-head-2 {
    text-align: right;
    margin-bottom: 0.6rem;
}

.btn-reset {
    background-color: transparent !important;
    border: none;
    font-size: 0.88rem;
    font-weight: 500;
    color: #048f86;
    text-decoration: underline;
}

.filter-wrap {
    margin-bottom: 0.5rem;
}


@media(max-width : 768px) {
    .opcm-edit {
        padding-right: 0.5rem;
    }

    .opcm-copy {
        padding-left: 0.5rem;
    }

    .filter-sel .col-6 {
        margin-bottom: 1.3rem;
    }
}


/**Report**/


.report-wrapper {

    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 15px;
    padding: 1.1rem 2rem 2.5rem 2rem;
    box-sizing: border-box;
    margin-top: 2.5rem;
}

.rep-head h4 {
    font-size: 1.08rem;
}

.rep-mode {
    text-align: right;

}

.rep-mode h4 {
    font-size: 1.08rem;
}

.rep-ques {
    text-align: left;
}

.rep-ques-2 {
    text-align: left;

}

.table-striped .rep-ques {
    font-size: 0.95rem;
    width: 35%;
}

.table-striped .rep-res {
    font-size: 0.9rem;
    text-align: center;
}

.table-striped .rep-ques-2 {
    font-size: 0.86rem;
}

.table-striped .rep-ans {
    font-size: 0.86rem;
    text-align: center;
    color: #0aa10a !important;
    font-weight: 500;
}

.table-striped .rep-ans-3 {
    font-size: 0.86rem;
    text-align: center;

    font-weight: 500;
}

.table-striped .rep-ans-2 {
    font-size: 0.86rem;
    text-align: center;
    color: red !important;
    font-weight: 500;
}

.accordion {
    font-family: 'Arial', sans-serif !important;
    font-size: 15pt !important;
    background-color: #fff !important;
    color: #1b1b1b;
    cursor: pointer;
    padding: unset;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 500;
}



.accordion:after {
    content: '\002B';
    font-weight: 600;
    font-size: 1.4rem;
    color: #2a8682 !important;

    float: right;
    margin-top: -0.27rem;
}

.accordion.active:after {
    content: "\2212";

}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

.panel p {
    margin-top: 0.88rem;
    font-size: 0.88rem;
    line-height: 1.8rem;
    color: #1b1b1b;
}

.rep-ques-2 b {
    color: red;
    margin-left: 0.2rem;
    font-weight: 600;
    font-size: 1rem;

}

.report-wrapper .dataTables_length {
    display: none;
}

.report-wrapper div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.report-wrapper div.dataTables_wrapper div.dataTables_info {
    display: none;
}

.report-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: none;
}

.btn-rep-1 {
    background-color: #53aca7;
    border: 1px solid #5DBFBA;
    font-size: 1.05rem;
    padding: 0.6rem 2rem;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    margin-right: 1.8rem;
}

.btn-rep-2 {
    background-color: #70a6a3;
    border: 1px solid #70a6a3;
    font-size: 1.05rem;
    padding: 0.6rem 2rem;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;

}

.btn-rep-3 {
    background-color: #55BD77;
    border: 1px solid #55BD77;
    padding: 0.6rem 2rem;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;

}

.btn-rep-3:hover {
    color: #fff;
}

.rep-note {
    margin: 1rem 0rem 1.8rem 0rem;
}

.rep-note b {
    color: red;
    font-size: 0.85rem;
}

.rep-note h4 i {
    font-size: 0.82rem;
    color: #474747;
}

@media(max-width: 999px) {
    .btn-rep-1 {
        font-size: 0.85rem;
        padding: 0.6rem 1.4rem;
        margin-right: 1rem;
    }

    .btn-rep-2 {
        font-size: 0.85rem;
        padding: 0.6rem 1.4rem;
    }

    .btn-rep-3 {
        font-size: 0.85rem;
        padding: 0.6rem 1.4rem;
    }
}

@media(max-width : 720px) {
    .rep-info .col-12 {
        margin-bottom: 2rem;
    }
}

.rep-head-2 h4 {
    font-size: 1.05rem;
}

.rep-mode-2 h4 {
    font-size: 1.05rem;
}

.rep-grade h4 {
    font-size: 1.05rem;
}

.rep-grade b {
    color: #0aa10a;
    font-weight: 600;
}

.rep-time h4 {
    font-size: 1.05rem;
}

.rep-time i {
    color: red;
}

@media(max-width : 1099px) {
    .rep-head-2 h4 {
        font-size: 0.7rem;
    }

    .rep-mode-2 h4 {
        font-size: 0.7rem;
    }

    .rep-grade h4 {
        font-size: 0.7rem;
    }

    .rep-time h4 {
        font-size: 0.7rem;
    }
}

@media(max-width : 999px) {
    .rep-head-2 h4 {
        font-size: 0.5rem;
    }

    .rep-mode-2 h4 {
        font-size: 0.5rem;
    }

    .rep-grade h4 {
        font-size: 0.5rem;
    }

    .rep-time h4 {
        font-size: 0.5rem;
    }
}


.pdf-wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 15px;
    padding: 1.1rem 2rem 2.5rem 2rem;
    box-sizing: border-box;
    margin-top: 3rem;
}

.pdf-wrapper .dataTables_length {
    display: none;
}

.pdf-wrapper div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.pdf-wrapper div.dataTables_wrapper div.dataTables_info {
    display: none;
}

.pdf-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: none;
}

.pdf-wrapper table.dataTable>thead .sorting:before {
    display: none;
}

.pdf-wrapper table.dataTable>thead .sorting:after {
    display: none;
}

.logo-wraap-2 img {
    width: 25%;
}

.pdf-user {
    text-align: right;
}

.pdf-user h5 {
    font-size: 0.9rem;
}

.pdf-des {
    width: 50%;

}

.pdf-res {
    text-align: center;
}

.pdf-ans {
    text-align: center;
    color: green !important;
}

.text-4 .cke_chrome {
    width: 87.9% !important;
    margin-top: 1rem !important;
}

.ans-4 .cke_chrome {
    width: 88% !important;
    margin: 1rem 0rem 2.5rem 2.2rem;
}

.opt-1 .cke_chrome {
    width: 88% !important;

}

.opt-1 .close_editor {
    top: 25px;
}

.text-1 .cke_chrome {
    width: 87.3%;
    margin-left: 0.8rem !important;
}

.text-1 .close_editor {
    top: 25px
}

.text-2 .cke_chrome {
    width: 87.3%;
    margin-left: 0.75rem;
}

.text-2 .close_editor {
    top: 25px
}

.text-3 .cke_chrome {
    width: 87.3%;
    margin-left: 0.75rem;
}

.text-3 .close_editor {
    top: 25px
}

.ans-9 {
    display: flex;
    position: relative;
    margin: 0.2rem 0rem 2.8rem 4.1rem;
}

.ans-9 .cke_chrome {
    width: 90%;

}

.ans-9 .close_editor {
    top: 25px;
}





@media(max-width: 1399px) {
    .text-4 .cke_chrome {
        width: 88.6% !important;
    }

    .close_editor {
        right: 120px;
    }

    .ans-4 .cke_chrome {
        width: 88.5% !important;
    }

    .opt-box {
        width: 88.6%;
    }

    .opt-box .cke_chrome {
        width: 88.6% !important;
    }

    .ans-box3 {
        width: 91.2%;
    }

    .ans-box4 {
        width: 91.4%;
    }
}

@media(max-width : 1200px) {
    .close_editor {
        right: 95px;
    }
}

@media(max-width : 999px) {
    .close_editor {
        right: 60px;
        top: 65px;
    }

    .ans-box6 {
        width: 89.8%;
    }
}

@media(max-width : 600px) {
    .close_editor {
        right: 40px;
    }
}

@media(max-width : 420px) {
    .close_editor {
        right: 20px;
    }
}

.cke_editable {
    font-size: 23px !important;
}

.cke_editable {
    font-size: 30px !important;
    line-height: 1.6;
    word-wrap: break-word;
}

.cke_editable img {
    float: left !important;
}


.nav-4 {
    justify-content: right !important;
}

.nav-link-5 {
    background-color: transparent;
    color: #000;
    text-align: center;
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
    border: 1px solid #2a8682;
    border-radius: 5px 0px 0px 5px;
    font-size: 1.05rem;
}

.nav-link-5.active {
    background-color: #2a8682;
    border: 1px solid #2a8682;
    color: #fff;
}

.nav-link-6 {
    background-color: transparent;
    color: #000;
    text-align: center;
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
    border: 1px solid #2a8682;
    border-radius: 0px 5px 5px 0px;
    font-size: 1.05rem;
}

.nav-link-6.active {
    background-color: #2a8682;
    border: 1px solid #2a8682;
    color: #fff;
}

.man-wrap {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.tabcontent-5 {
    padding-top: 2rem;
}

.opcm-edit-2 {
    color: #12a099;
}

.opt-tag {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.opcm-wrap-2 {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.8rem 2.3rem 1.8rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 1rem;
    border-radius: 10px;
    box-sizing: border-box;
}

.time-wrap p {
    display: inline-flex;
    color: #2e2e2e;
    font-size: 1.05rem;
    font-weight: 500;
}

.btn-secondary-4 {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    padding: 0.4rem 1.8rem;
    color: #fff;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
}

.modal-content {
    padding-bottom: 1.5rem;
}

.time-pop .modal-body h6 {
    font-size: 0.85rem;
}

.opt-value-2 h5 {
    color: #4e4e4e;
    font-size: 0.9rem;
    margin-right: 0.7rem;
    margin-top: 0.4rem;
}

.opt-2 {
    display: flex;
    margin-bottom: 1.8rem;
}

.tem-name {
    width: 100%;
    padding: 0.6rem 0.4rem 0.6rem 0.6rem !important;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #363636;
    font-size: 0.9rem;
    font-weight: 400;
}

.tem-name:focus {
    outline: none;
}

.ques-nmbr:focus {
    outline: none;
}




@media(max-width : 767px) {

    .quest-btn {
        text-align: left;
    }

    .quest-head {
        margin-bottom: 1.5rem;
    }
}

.exam-ques-wrap-4 {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #d6d6d6;
    padding: 1.8rem 2rem 2.2rem 2rem;
    background-color: #fff;
    border-radius: 8px;
}

.top-ques-wrap {
    width: 100%;
    background-color: #fff;
    padding: 2.5rem 2rem 2.3rem 2rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 3rem;
    border-radius: 15px;
    box-sizing: border-box;
}

.top-ques-wrapper {
    margin-top: 3rem;
}

.top-head h5 {
    display: inline;
    color: #2e2e2e;
    font-size: 1.05rem;
}

.btn-quest-8 {
    width: 100%;
    text-align: right;

}

.btn-quest-8 i {
    padding-right: 0.7rem;
}

.btn-quest-9 {
    width: 100%;
    text-align: right;

}

.exam-head-2 {
    text-align: right;
}

.exam-head-2 h5 {
    color: #353535;
    font-size: 1.05rem;
    display: inline;
}

.tem-name-2 {
    width: 50.5%;
    padding: 0.6rem 0.4rem 0.6rem 0.6rem !important;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #363636;
    font-size: 0.9rem;
    font-weight: 400
}

.tem-name-2:focus {
    outline: none;
}

@media(max-width: 767px) {
    .exam-head-2 {
        text-align: left;
        margin-bottom: 1.4rem;
    }

}

.mul-ans {
    display: inline-flex;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.radio__input {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio__label {
    padding: 0.6rem 1.4rem;
    font-size: 1.08rem;
    cursor: pointer;
    transition: background 0.1s;
}

.radio__label:not(:last-of-type) {
    border-right: 1px solid #e0e0e0;
}

.radio__input:checked+.radio__label {
    background-color: #2a8682;
    color: #fff;
}

.quest-no-4 {
    margin: 2.8rem 0rem -1.5rem 2.2rem;
}

.quest-no-4 h4 {
    font-size: 1.05rem;
    color: #666666;
}

.quest-no-5 {
    margin: 1rem 0rem -1.5rem 2.2rem;
}

.quest-no-5 h4 {
    font-size: 0.95rem;
    color: #666666;
}

.quest-no-6 {
    margin: 0.7rem 1.5rem -1.5rem 4.2rem;
}

.quest-no-6 h4 {
    font-size: 0.95rem;
    color: #666666;
}

.quest-no-7 {
    margin: 2.4rem 1.5rem -1.5rem 2rem;
}

.quest-no-7 h4 {
    font-size: 0.95rem;
    color: #666666;
}

.ans-box8 {
    width: 90%;
    padding: 1.4rem 0.8rem;
    font-size: 0.7rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
    cursor: text;

}

.ans-12 {
    display: flex;
    position: relative;
    margin: 2.2rem 0rem 2.5rem 4.1rem;
}

.ans-12 .cke_chrome {
    width: 90%;

}

.ans-12 .close_editor {
    top: 25px
}

.ans-13 {
    display: flex;
    position: relative;
    margin: 2.2rem 0rem 2.8rem 4.1rem;
}

.ans-13 .cke_chrome {
    width: 90%;

}

.ans-13 .close_editor {
    top: 25px
}

.ans-14 {
    display: flex;
    position: relative;
    margin: 2.2rem 0rem 2.5rem 2rem;
}

.ans-14 .cke_chrome {
    width: 90%;

}

.ans-14 .close_editor {
    top: 25px
}

.ans-15 {
    display: flex;
    position: relative;
    margin: 2.2rem 0rem 2.5rem 2rem;
}

.ans-15 .cke_chrome {
    width: 90%;

}

.ans-15 .close_editor {
    top: 25px
}

.po {
    border: 1px solid;
}

.exam-wrap-box {
    width: 100%;
    text-align: center;
}

.exam-wrap-box h5 {
    font-size: 1.1rem;
    margin-bottom: 1.4rem;
}

.btn-secondary-5 {
    display: inline-block;
    background-color: #24a9a2;
    border: 1px solid #24a9a2;
    padding: 0.4rem 1.8rem;
    color: #fff;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 500;
}

.exam-cover-head-2 {
    text-align: center;
}

.exam-cover-head-3 {
    text-align: right;
}

.exam-cover-head h5 {
    font-size: 0.96rem;
}

.exam-cover-head-2 h5 {
    font-size: 0.96rem;
}

.exam-cover-head-3 h5 {
    font-size: 0.96rem;
}

.sel-wrap-2 .modal-header {
    padding: 1.3rem 1.3rem 0.7rem 1.3rem !important;
    border-bottom: 1px solid #ebebeb !important;
}

.sel-wrap-2 .modal-body {
    padding: 1.3rem 1.3rem 0rem 1.3rem !important;
}

.sel-wrap-2 .modal-body h6 {
    text-align: left;
    font-style: italic;
    line-height: 1.7rem;
    display: inline-flex;
}

.exam-cover-body h4 {
    font-size: 0.97rem;
    color: #000;
    margin-bottom: 0.8rem;
    text-decoration: underline;
    font-style: italic;
}

.sel-wrap-2 .modal-footer {
    justify-content: end !important;

}

.sel-wrap-2 .modal-footer .btn-secondary-8 {
    padding: 0.5rem 1.6rem 0.4rem 1.6rem;
    font-size: 1.05rem;
    border: 1px solid #25908a;
    font-weight: 400;
}

.sel-wrap-2 .modal-footer .btn-primary-9 {
    padding: 0.5rem 1.6rem 0.5rem 1.6rem;
    font-size: 1.05rem;
    border: 1px solid #25908a;
    font-weight: 400;
    background-color: #25908a;
    color: #fff;
    margin-left: 1.2rem;
}

.sel-wrap-2 .modal-footer {
    padding: 0.4rem 1.3rem 0rem 1.3rem !important;
}

.sel-wrap-2 ul li i {
    font-size: 0.9rem;
    font-style: italic;
    margin-right: 0.4rem;
    color: #3ea450;
}

@media(max-width : 999px) {
    .sel-wrap-2 .modal-footer {
        padding: 1rem 1.3rem 0rem 1.3rem !important;
    }
}

@media(max-width : 767px) {
    .sel-wrap-2 {
        margin-top: 2rem;
        padding-bottom: 0.7rem;
    }

    .sel-wrap-2 .paper-wrap {
        margin-bottom: 2rem;
    }

    .mode-sel h5 {
        font-size: 0.98rem;
    }

    .exam-sel {
        width: 40%;
        margin: 0rem 0rem 2rem 0rem;
        padding: 0.8rem 1rem 0.6rem 1rem;
    }

    .tem-name-2 {
        width: 100%;
        margin-top: 0.4rem;
    }
}

.reports-overview-wrapper {
    width: 100%;
    padding-top: 2.5rem;
}

.rep-ovr-wrap h4 {
    font-size: 1.05rem;
}

.report-overview-wrap {
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #ccc;
    padding: 1.5rem 1.2rem;
    
}

.overview-wrapper {
    width: 100%;
    margin: 2rem 0rem 0rem 0rem;

}

.report-ovr-top h5 {
    font-size: 1.05rem;
}

.total-att h6 {
    font-size: 1.05rem;
    color: #5c5c5c;
}

.stat-base-wrap h6 {
    font-size: 1.05rem;
    margin-top: 1rem;
    color: #7e7e7e;
}

.progress-wrap {
    width: 100%;
    margin: 1rem 0rem 1.5rem 0rem;
}

.progress-wrap h4 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.pro-wrap .progress-bar-striped {
    background-color: #0cb30c !important;
}

.pro-wrap-2 .progress-bar-striped {
    background-color: #ffa500 !important;
}

.pro-wrap-3 .progress-bar-striped {
    background-color: #e30f0f !important;
}

.attempt-wrap {
    margin-top: 0.6rem;
}

.remarks-wrap h5 {
    color: #909090;
    font-size: 1.05rem;
    font-weight: 500;
}

.remarks-wrap-2 h5 {
    color: #909090;
    font-size: 1.05rem;
    font-weight: 500;
}

.total-att {
    margin-top: 0.5rem;
}

.remarks-wrap-2 {
    margin-right: 0.8rem;
    text-align: right;
}

.det-rep-wrap {
    text-align: right;
}

.btn-det-rep {
    background-color: #fff;
    color: #03615c;
    font-size: 1.05rem;
    text-decoration: underline;
    border: none;
    font-weight: 500;
}

.det-rep-head {
    text-align: left;
}

.det-rep-head h5 {
    font-size: 1.05rem;
    color: #000;
}

.det-rep-head-2 h5 {
    font-size: 1.05rem;
    color: #646464;
    font-style: italic;
}

.det-rep-body {
    text-align: left;
}

.det-rep-body .lo i {
    font-size: 1.05rem;
}

.det-rep-body .lo i {
    color: #0cb30c;
}

.det-rep-body .lo-2 i {
    color: #ffa500;
}

.det-rep-body .lo-3 i {
    color: #ff0000;
}

.det-rep-body .lo-2 {
    text-align: center;
}

.det-rep-body .lo-3 {
    text-align: center;
}

.det-rep-body .lo-2 i {
    font-size: 0.95rem;
}

.det-rep-body .lo-3 i {
    font-size: 0.95rem;
}

.det-rep-body .op {
    font-size: 0.95rem;
}

.det-rep-wrap .modal-header {
    padding: 1.3rem 1.3rem 0.7rem 1.3rem !important;
    border-bottom: 1px solid #ebebeb !important
}

.det-rep-wrap .modal-body {
    padding: 1.3rem 1.3rem 2rem 1.3rem !important;
    border-bottom: 1px solid #ebebeb !important
}

.det-rep-wrap .modal-footer {
    justify-content: end !important;
    padding: 0.4rem 1.3rem 0.5rem 1.3rem !important;
}

.det-rep-wrap .modal-content {
    padding-bottom: 0rem;
}

.det-rep-foot ul,
.det-rep-foot ul li {
    display: inline-block;
    margin-left: 1rem;
}

.det-rep-foot ul li i {
    padding-right: 0.3rem;
}

.det-rep-foot h4 {
    color: #545454;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
}

.det-rep-foot ul .res-good i {
    color: #0cb30c;
}

.det-rep-foot ul .res-ave i {
    color: #ffa500;
}

.det-rep-foot ul .res-poor i {
    color: #ff0000;
}

.var-wrap {
    text-align: right;
}

.var-wrap {
    padding-top: 1.5rem;
    border-top: 1px solid #dadada;
    margin-top: 2rem;
}

.quest-head-5 {
    padding: 0rem 0rem 1rem 0rem;
    border-bottom: 1px solid #e7e4e4;
}

.quest-head-5 h4 {
    color: #272727;
    font-size: 1.08rem;
}

.opcm-wrap-4 {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.8rem 2.3rem 1.8rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 2rem;
    border-radius: 10px;
    box-sizing: border-box;
}

.adding-child-wrap {
    padding-top: 2.5rem;
}

.your-child-wrap h4 {
    font-size: 1.05rem;
}

@media(max-width :1200px) {
    .tag-wrap {
        width: 50%;
    }

    

    .overview-wrapper {
        padding-bottom: 0.5rem;
    }
}

@media(max-width : 1199px) {
    .top-head h5 {
        font-size: 0.83rem;

    }

    .ques-nmbr {
        margin-top: 0rem;
    }

    .left-ques h4 {
        font-size: 0.84rem;
    }

}

@media(max-width :999px) {
    .top-head h5 {
        font-size: 0.92rem;

    }

    .tag-wrap {
        width: 65%;
    }

    .top-ques-wrapper {
        margin-top: 2rem;
    }

    .top-ques-wrap {
        padding: 1.8rem 1.5rem 2rem 1.5rem;
    }
}

@media(max-width :767px) {
    .tag-wrap {
        width: 45%;
    }

    .reports-overview-wrapper .opt-tag {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}

@media(max-width :499px) {
    .tag-wrap {
        width: 60%;
    }
}

.rep-ovr-wrap-2 {
    text-align: right;
}

.rep-ovr-wrap-2 h4 {
    display: inline-flex;
    align-items: center;
    font-size: 1.05rem;
    margin-right: 0.8rem;
}

.disselect-9 {
    width: 30%;
    padding: 0.6rem 0.4rem 0.6rem 0.6rem !important;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #2b2b2b;
    font-size: 0.9rem;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:%23666666;" /></svg>');
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
}

.det-rep-body .dataTables_wrapper div.dataTables_paginate {
    display: none;
}

.det-rep-body div.dataTables_wrapper div.dataTables_info {
    display: none;
}

.rep-pagination-wrap {
    width: 100%;
    margin-top: 1.8rem;
}

.rep-page {
    display: flex;
    justify-content: end;
}

.rep-pagination-wrap .page-link {
    border: 1px solid #2a8682 !important;
    color: #2a8682 !important;
    padding: 0.4rem 1.2rem !important;
    font-size: 1.15rem !important;
}

.panel h5 {
    font-size: 0.85rem;
    color: #444444;
    font-weight: 400;
    margin: 0.8rem 0rem 0.8rem 0.6rem;
}

.panel h4 {
    font-size: 0.85rem;
    color: #444444;
    font-weight: 400;
    margin: 0.8rem 0rem 0.8rem 2rem;
    line-height: 2.2rem;
}

.panel h6 {
    font-size: 0.85rem;
    color: #444444;
    font-weight: 400;
    margin: 1.3rem 0rem 0.8rem 0.6rem;
}

.pan-ans {
    color: #53aca7;
    text-decoration: underline !important;
}

.sub-ans-2 {
    margin-top: 0.37rem !important;

}

.sub-ans-2 p {
    font-size: 0.86rem;
    font-weight: 500;
}

.rep-ans-3 h6 {
    margin-top: 1.3rem;
    font-size: 0.86rem;
    font-weight: 500;
    margin-left: 0rem;
}

.rep-ans-3 .accordion {
    text-align: center;
    color: #53aca7;
    text-decoration: underline !important;
    font-size: 0.85rem !important;
}

.rep-ans-3 .accordion:after {
    display: none;
}

.inner-ans-1 {
    margin-top: 5rem !important;
}

.inner-ans-1 p {
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 2.4rem;
}

.sub-ans-1 {
    margin: 2.95rem 0rem 0.8rem 0rem !important;
}

.sub-ans-1 p {
    font-size: 0.86rem;
    font-weight: 500;
}

.inner-ans-2 {
    margin-top: 0.98rem !important;
    font-size: 0.86rem;
    font-weight: 500;
}

.repo-wrap {
    border-top: 1px solid #dedede;
    padding-top: 2.2rem;
}

.reports-overview-wrapper-2 {
    width: 100%;
    margin-bottom: 1rem;
}

.par-wrap {
    width: 100%;
    padding-top: 2.5rem;
    border-top: 1px solid #dedede;
}

.opcm-wrap-5 {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.8rem 2.3rem 1.8rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 2rem;
    border-radius: 10px;
    box-sizing: border-box
}

.rep-sub-ques {
    margin: 0rem 0rem 1rem 0.4rem !important;

}

.rep-sub-ques {
    font-family: 'Arial', sans-serif !important;
    font-size: 15pt !important;
    color: #1b1b1b !important;
    font-weight: 400;
    line-height: 2rem;
}

.rep-sub-ques-4 {
    margin: 0rem 0rem 1rem 0.4rem !important;
    line-height: 2.6rem;
    font-size: 0.85rem !important;
    color: #1b1b1b !important;
    font-weight: 400;
}

.rep-sub-ques-5 {
    margin: 0rem 0rem 1rem 0rem !important;
    line-height: 2.6rem;
    font-size: 0.85rem !important;
    color: #1b1b1b !important;
    font-weight: 500;
    text-align: center;
}

.rep-sub-ques-ans {
    margin: 0rem 0rem 1rem 0rem !important;
    line-height: 2.6rem;
    font-size: 0.85rem !important;
    color: #1b1b1b !important;
    font-weight: 500;
    text-align: center;
}
.rep-sub-ques-ans h5 {
    font-size: 15pt !important;
}

.rep-sub-ques p {
    font-size: 15pt !important;
    color: #1b1b1b !important;
    font-weight: 400;
    line-height: 2rem;
}

.rep-sub-ques-4 p {
    font-size: 0.85rem !important;
    color: #1b1b1b !important;
    font-weight: 400;
    line-height: 1.8rem;
    visibility: hidden;
}

.rep-sub-ques-5 p {
    font-size:15pt !important;
    color: red !important;
    font-weight: 500;
    line-height: 2rem;
}

.rep-sub-ques-ans p {
     font-size: 15pt !important;
    color: #000 !important;
    font-weight: 500;
    line-height: 2rem;

}

.rep-inner-ques {
    font-size: 15pt !important;
    color: #464646;
    font-weight: 400;
    line-height: 2rem !important;
    margin: 0rem 0rem 1rem 1.8rem;
}

.rep-inner-ques-2 {
    margin: 0.55rem 0rem 0.5rem 1.8rem;
}

.rep-inner-ques-2-ans {
    margin: 0.55rem 0rem 0.5rem 0rem;
}

.rep-inner-ques-2-res {
    margin: 0.55rem 0rem 0.5rem 0rem;
}

.rep-inner-ques-ans {
    margin: 0.2rem 0rem 0.5rem 0rem;
}

.rep-inner-ques-res {
    margin: 0.2rem 0rem 0.5rem 0rem;
}

.rep-inner-ques p {
    font-size: 15pt !important;
    color: #464646;
    font-weight: 400;
    line-height: 2rem !important;
}

.rep-inner-ques-2 p {
    font-size: 0.85rem;
    color: #464646;
    font-weight: 400;
    line-height: 2.4rem !important;
}

.rep-inner-ques-2-ans p {
    font-size: 0.85rem;
    color: red;
    font-weight: 500;
    line-height: 2.4rem !important;
}

.rep-inner-ques-2-res p {
    font-size: 0.85rem;
    color: #000;
    font-weight: 500;
    line-height: 2.4rem !important;
}

.rep-inner-ques-ans p {
    font-size: 0.85rem;
    color: #0aa10a;
    font-weight: 500;
    line-height: 1.4rem !important;
}

.rep-inner-ques-res p {
    font-size: 0.85rem;
    color: #000;
    font-weight: 500;
    line-height: 1.4rem !important;
}

.rep-wrap-result {
    text-align: center;
}

.rep-res-des {
    text-align: center;
}

.rep-ans-des {
    text-align: center;
}

.rep-ans i {
    color: #12a099;
}

.rep-ans-5 {
    text-align: center;
}

.rep-ans-5 i {
    color: #048f86;
}


option:hover {
    background-color: #03615c !important;
    color: #fff !important;
}

.topical-wrap:hover {
    color: #fff !important;
}

.user-icon:hover {
    color: #03615c !important;
}

.app-date:hover {
    color: #35b8b1 !important;
}

header .dropdown-menu a:focus {
    background-color: #24a9a2 !important;
}

.mas-btn-2:hover {
    color: #fff;
}

.btn-opcm:hover {
    color: #fff;
}

.mas-btn:hover {
    color: #fff;
}

.btn-ques:hover {
    color: #fff;
}

.btn-quest:hover {
    color: #fff;
}

.btn-ques-5:hover {
    color: #fff;
}

.btn-ques4:hover {
    color: #fff;
}

.btn-vid:hover {
    color: #fff;
}

.btn-ques-8:hover {
    color: #fff;
}

.btn-1:hover {
    color: #fff;
}

.btn-exam-1:hover {
    color: #fff;
}

.btn-2:hover {
    color: #fff;
}

.btn-ques-6:hover {
    color: #fff;
}

.btn-child-pic:hover {
    color: #fff;
}

.child-sub-btn .btn-primary-3:hover {
    color: #fff;
}

.child-cancel:hover {
    color: #fff;
}

.btn-child:hover {
    color: #fff;
}

.opcm-del:hover {
    color: red;
}

.opcm-edit:hover {
    color: #12a099;
}

.opcm-copy:hover {
    color: #2ba156;
}

.sign-up-form .custom-btn:hover {
    color: #fff;
}

.pass a:hover {
    color: #408f8b;
}

.btn-wrap a:hover {
    color: #3a6d6a;
}

.rep-btn-1:hover {
    color: #fff;
}

.rep-btn-2:hover {
    color: #fff;
}

.top-wrap:hover {
    color: #fff;
}

.form-control-sm:focus {
    outline: none !important;
    border-color: #cde4da !important;
    box-shadow: none !important;
}

.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #cde4da !important;
}

.add-opcm:focus {
    outline: none;
}

.ans-des-wrapper {
    margin-top: 1.8rem;
    color: #4e4e4e;
    font-size: 15pt !important;
    font-family: 'Arial', sans-serif;
}

.ans-des-wrapper p {
    color: #4e4e4e;
    font-size: 15pt !important;
    font-family: 'Arial', sans-serif;
}

.ans-des-wrapper-2 {
    margin: 1rem 0rem 0rem 3.8rem;
    color: #4e4e4e;
    font-size: 15pt !important;
    font-family: 'Arial', sans-serif;
}

.ans-des-wrapper-2 p {
    color: #4e4e4e;
    font-size: 15pt !important;
    font-family: 'Arial', sans-serif;
}

.ans-des-wrapper-3 {
    margin: 1rem 0rem 0rem 2rem;
    color: #4e4e4e;
    font-size: 15pt !important;
    font-family: 'Arial', sans-serif;
}

.ans-des-wrapper-3 p {
    color: #4e4e4e;
    font-size: 15pt !important;
    font-family: 'Arial', sans-serif;
}

.video-wrap {
    margin-bottom: 2.5rem;
}

.video-wrap video {
    max-width: 100%;
    border-radius: 6px;
}

.video-head-wrap h4 {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}

.video-head h4 {
    color: #272727;
    font-size: 1.08rem;
}

.rel-video-wrap {
    width: 100%;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e2e2;
}

.sel-wrap-4 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 3rem;
    border-radius: 10px;
    padding: 2.5rem 2.5rem 0.3rem 2.5rem;
}

@media(max-width: 767px) {
    .sel-wrap-4 {
        padding: 2rem 1rem 0.3rem 1rem;
    }
}

.opcm-wrap-6 {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.8rem 1.7rem 1.8rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 1rem;
    border-radius: 10px;
    box-sizing: border-box;

}

.rem-wrap {
    text-align: center;
    color: #0cb30c !important;
    font-weight: 500;
}

.rem-wrap-2 {
    text-align: center;
    color: #ffa500 !important;
    font-weight: 500;
}

.rem-wrap-3 {
    text-align: center;
    color: #ff0000 !important;
    font-weight: 500;
}

.bg-wrap-6 {
    width: 100%;
    background-color: #F4F9F9;
    padding: 2rem 0rem;
    min-height: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    margin-top: 5rem;
}

.rep-det-wrap {
    color: #13a099;
    font-weight: 500;
    text-decoration: underline !important;
}

.rep-det-wrap:hover {
    color: #13a099;
}

@media(max-width : 767px) {
    .bg-wrap-6 {
        padding: 1.3rem 0rem;
    }

    .bg-wrap {
        padding: 1.3rem 0rem;
    }

    .bg-wrap-3 {
        padding: 1.3rem 0rem;
    }

    .top-ques-wrap {
        padding: 1.5rem 1rem 1.5rem 1rem;
        margin-top: 2.5rem;
    }

    .top-ques-wrapper {
        margin-top: 1.8rem;
    }

    .content-wrap {
        margin-bottom: 2.2rem;
    }

    .quest-btn {
        margin: 0.4rem 0rem;
    }

    .nav-4 {
        justify-content: left !important;
    }

    .sel-wrap {
        padding: 1.5rem;
        margin-top: 1rem;
    }

    .sel-wrap-2 {
        padding: 1.8rem 1.5rem 0rem 1.5rem;
    }

    .exam-wrap {
        margin-bottom: 2rem;
    }

    .top-wrap {
        margin-bottom: 2rem;
    }

    .top-wrap-2 {
        margin-bottom: 2rem;
    }

    .exam-cover-head-2 {
        text-align: left;
        margin: 0.7rem 0rem 1.2rem 0rem;
    }

    .exam-cover-head-3 {
        text-align: left;
    }

    .set-wrap-2 .add-type-wrap {
        margin-top: 2rem;
    }
}

@media(max-width : 499px) {
    .exam-sel {
        width: 44%;
    }

    .sel-wrap-2 .modal-body h6 {
        font-size: 0.82rem;
    }

    .sel-wrap-2 .modal-footer {
        justify-content: center !important;
    }
}

@media(max-width : 420px) {
    .left-ques h4 {
        font-size: 0.86rem;
    }

    .exam-sel {
        width: 52%;
    }

    .quest-head h4 {
        font-size: 0.92rem;
    }
}

@media(max-width : 399px) {
    .left-ques h4 {
        font-size: 0.74rem;
    }

    .top-head h5 {
        font-size: 0.8rem;
    }

    .exam-sel {
        width: 60%;
    }
}


@media(max-width : 320px) {
    .exam-sel {
        width: 70%;
    }
}








@media(max-width : 999px) {
    .exam-ques-wrap-4 {
        padding: 1.5rem 1.2rem 0rem 1.2rem;
    }
}

.ans-hide {
    text-align: left;
    visibility: hidden;
}

.rep-sub-ques-2 {
    margin-left: 0.4rem !important;
    margin-top: 0.6rem;
}

.rep-inner-ques-ans-2 {
    margin-bottom: 1rem;
    font-size: 0.85rem !important;
    color: #444444 !important;
    font-weight: 400;
    text-align: center;
}

.rep-inner-ques-ans-3 {
    margin-top: 4.3rem;
    font-size: 0.85rem !important;
    color: #444444 !important;
    font-weight: 400;
}

.rep-inner-ques-res-2 {
    margin-top: 0.6rem;
    font-size: 0.85rem !important;
    color: #000 !important;
    font-weight: 500;
}

.rep-inner-ques-res-3 {
    margin-top: 4.3rem;
    font-size: 0.85rem !important;
    color: #000 !important;
    font-weight: 500;
}

.rep-sub-ques-2 {
    font-size: 0.85rem !important;
    color: #1b1b1b !important;
    font-weight: 400;

}

.rep-sub-ques-2 p {
    font-size: 0.85rem !important;
    color: #1b1b1b !important;
    font-weight: 400;

}

.rep-inner-ques-ans-2 p {
    font-size: 15pt !important;
    color: #0aa10a;
    font-weight: 500;
    line-height: 2rem;
}

.rep-inner-ques-ans-3 p {
    font-size: 1.05rem !important;
    color: #0aa10a;
    font-weight: 500;

}

.rep-inner-ques-res-2 p {
    font-size: 0.85rem !important;
    color: #000;
    font-weight: 500;

}

.rep-inner-ques-res-3 p {
    font-size: 0.85rem !important;
    color: #000;
    font-weight: 500;

}

.rep-title h4 {
    font-size: 1.05rem;
    font-weight: 500;
}

.rep-title-2 {
    text-align: center;
}

.rep-title-2 h4 {
    font-size: 1.05rem;
    font-weight: 500;
}

.rep-res-wrap h5 {

    color: #0aa10a;
    font-size: 0.85rem;
    font-weight: 500;
}

.rep-anss-wrap h5 {
    font-size: 0.85rem;
    font-weight: 500;
    color: #000;
}

.rep-video-wrap a {
    color: #12a099;
    font-size: 1.05rem;
}

.rep-video-wrap a:hover {
    color: #12a099;
}

.rep-rel-ques-wrap a {
    color: #12a099;
    font-size: 1.05rem;
}

.rep-rel-ques-wrap a:hover {
    color: #12a099;
}


.acc-ans-wrap .accordion {
    color: #53aca7;
    text-decoration: underline !important;
    font-size: 0.85rem !important;
}

.rep-wrap {
    width: 100%;
    margin-bottom: 1.5rem;
}

.rep-title-wrap {
    padding: 0.7rem 0rem;
    border-bottom: 1px solid #cccc;
}

.rep-ques-nmbr {
    font-family: 'Arial', sans-serif !important;
    width: 100%;
    padding-top: 1rem;
    border-bottom: 1px solid #cccc;
}

.accor-wrap .accordion::after {
    display: none;
}

.accor-wrap .accordion {
    color: #53aca7;
    text-decoration: underline !important;
    font-size: 0.85rem !important;
    text-align: center;
}

.rep-inner-ques-ans-2 span {
    visibility: hidden;
}

.rep-sub-ques-5 span {
    visibility: hidden;
}

.main-ques {
    font-size: 1.05rem;
    line-height: 2rem;
    color: #1b1b1b;
    margin-bottom: 0.6rem;
}

.rep-video-wrap {
    text-align: center;
}

.rep-rel-ques-wrap {
    text-align: center;
}

.rep-title-3 {
    text-align: center;
}

.cke_editable img {
    width: 22px;
}

.text-4 {
    display: flex;
    align-items: center;
    position: relative;
}

.text-4 h6 {
    font-size: 0.95rem;
    color: #000;
    margin: 0.8rem 0.9rem 0rem 0rem;
}

.mul-img-wrapper {
    margin-bottom: 1rem;
}

.img-show-wrapper {
    width: 100%;
    margin: 2rem 0rem;
}

.img-show-wrap {
    width: 100%;
    margin-left: 2rem;
}

.img-show-wrap img {
    max-width: 100%;
    border-radius: 6px;
}

.image-preview-wrap {
    width: 88.2%;
    padding: 1.4rem 1.2rem;
}


.radio-wrap {
    margin-right: 0.4rem;
    cursor: pointer;
}

.img-resize {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}

.image-preview-wrap {
    position: relative;
}

.img-close-wrap {
    position: absolute;
    top: 22px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: #03615c;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.main-ques p {
    font-size: 15pt !important;
    line-height: 2rem;
    color: #1b1b1b;
    font-family: 'Arial', sans-serif;
}

.rep-info {
    margin-top: 2rem;
    text-align: right;
}

.home {
    background-color: #70a6a3;
    border: 1px solid #70a6a3;
    font-size: 1.05rem;
    padding: 0.65rem 2rem;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    margin-right: 1.5rem;
}

.home:hover {
    color: #fff;
}

.mark-head {

    margin: 2.8rem 0rem 0rem 0rem;

}

.mark-head-2 {

    margin: 2.4rem 0rem 0rem 0rem;

}

.mark-head h4 {
    font-size: 1.05rem;
    color: #666666;

}

.mark-head-2 h4 {
    font-size: 0.95rem;
    color: #666666;

}

.mark-box {
    width: 90.1%;
    padding: 0.9rem 0.8rem;
    font-size: 1.05rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin: 1.7rem 0rem 1.5rem 2rem;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
    cursor: text;
}

.mark-box:focus {
    outline: none;
}

.mark-box-2 {
    width: 80%;
    padding: 0.9rem 0.8rem;
    font-size: 1.05rem;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin: 0.5rem 0rem 0rem 0rem;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 4px #e2e2e2;
    cursor: text;
}

.mark-box-2:focus {
    outline: none;
}

@media(max-width : 1400px) {
    .mark-box {
        width: 90%;
    }

    .mark-box-2 {
        width: 82%;
    }
}

.mul-mark-wrap {
    margin: -1.5rem 0rem 2rem 0rem;
}

.mul-mark-wrap .mark-box {
    width: 92%;
}

.wrap-time {
    padding: 1rem 0rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F4F9F9;
    ;
    z-index: 9;
    margin: 5rem 0rem 0rem 0rem;
}

.adding-answer-wrap {
    width: 91%;
    text-align: right;
    margin: 1.5rem 0rem;
}

.btn-add-answer {
    display: inline-block;
    background-color: #5DBFBA;
    border: 1px solid #5DBFBA;
    color: #fff;
    font-size: 1.05rem;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    text-align: right;
    font-weight: 500;
}

.adding-answer-wrap i {
    margin-right: 0.6rem;
}

.del-ans-wrap {
    width: 92%;
    position: relative;
}

.del-ans-icon-box {
    position: absolute;
    top: -25px;
    right: 0px;
    cursor: pointer;
}

.del-ans-icon-box i {
    color: red;
}

.perm-heading ul li {
    padding-bottom: 1rem;
}



.pricing-wrap-trial {
    width: 100%;
    text-align: center;
    padding: 2rem 2.2rem;
    border: 1px solid #ccc;
    border: 1px solid #dedede;
    margin-top: 25px;
    border-radius: 8px 0px 0px 8px;
}

.pricing-wrap-monthly {
    width: 100%;
    text-align: center;
    padding: 2rem 2.2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border: 1px solid #dedede;
    margin-top: 25px;
}

.pricing-wrap-yearly {
    width: 100%;
    text-align: center;
    padding: 3.5rem 2.2rem;
    border: 1px solid #03615c;
    position: relative;
}

.pricing-wrap-yearly::after {
    content: "Recommended";
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: #03615c;
    border: 1px solid #03615c;
    color: #fff;
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem !important;
}

.pricing-amt {
    margin: 1.5rem 0rem;
}

.pricing-amt h3 {
    color: #000;
    font-weight: 600;
}

.time-access {
    margin: 1.5rem 0rem;
}

.time-access p {
    color: #797979;
}

.trial-period {
    margin: 1.5rem 0rem;
}

.btn-price {
    width: 100%;
    display: block;
    background-color: #03615c;
    padding: 0.6rem 1.2rem;
    border: 1px solid #03615c;
    color: #fff;
    border-radius: 4px;
}

.btn-price:hover {
    color: #fff;
}

.pricing-wrap .col-xl-4 {
    padding: 0rem;
}

.opcm-wrap-5 {
    width: 100%;
    background-color: #fff;
    padding: 2rem 3.2rem 2.3rem 3.2rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 10px;
    box-sizing: border-box;
}

.label-name {
    display: block;
}

.form-box {
    width: 100%;
    padding: 0.45rem 1.2rem !important;
    border: 1px solid #ccc !important;
    border-radius: 0.25rem;
}

.form-row {
    margin: 1.8rem 0rem;
}

.form-row .form-control {
    width: 100% !important;
    padding: 0.65rem 1.2rem !important;
    border: 1px solid #ccc !important;
}

.opcm-wrap-3 {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.8rem 2.3rem 1.8rem;
    box-shadow: 0px 0px 6px #d6d6d6;
    margin-top: 2rem;
    border-radius: 10px;
    box-sizing: border-box;
}

/** Admin dashboard **/

.dash-wrapper {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 15px;
    padding: 2rem;
    box-sizing: border-box;
    margin: 2rem 0rem;

}

.revenue-wrap {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 1.8rem 1.5rem;
    border-radius: 6px;
}

.revenue-growth-chart {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 1.8rem 1.5rem;
    border-radius: 6px;
}

.rev-title i {
    font-size: 1rem;
    color: #048f86;
    padding-right: 0.4rem;
}

.rev-amt h2 {
    font-size: 1.2rem !important;
}

.rev-growth h4 {
    color: #0bc501;

}

.rev-grow-chart i {
    font-size: 2rem;
    color: #02928a;
}

.overview-report-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}

@media(max-width: 1199px){
    .overview-report-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 767px){
    .overview-report-wrap{
        grid-template-columns: repeat(1, 1fr);
    }
}



.show-sub-ques{
    margin-bottom: 1.3rem;
}
.show-sub-ques h5{
    display: inline;

}
.show-sub-ques p{
    display: inline;
    margin-left: 0.2rem !important;
}
.options-wrapper{
    display: flex;
    align-items: baseline;
    margin: 0.6rem 0rem;
}
.options-wrapper h4{
    font-size: 15px;
    font-weight: 600;
}
.options-wrapper p{
    margin-left: 0.7rem !important;
}
.image-preview-wrap-4 img{
    margin-left: 1rem !important;
}

.img-preview-align-wrap img{
    margin-left: 194px;
}
.options-label-wrapper{
    margin: 25px 0px;
}

@media(max-width: 1399px){
    .img-preview-align-wrap img{
        margin-left: 165px;
    }
}
@media(max-width: 1199px){
    .img-preview-align-wrap img{
        margin-left: 137px;
    }
}