@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../../../assets/custom/fonts/OpenSans-Bold.eot') format('eot');
    src: url('../../../assets/custom/fonts/OpenSans-Bold.otf') format('otf'), url('../../../assets/customfonts/OpenSans-Bold.svg') format('svg'), url('../../../assets/custom/fonts/OpenSans-Bold.ttf') format('ttf'), url('../../../assets/custom/fonts/OpenSans-Bold.woff') format('woff'), url('../../../assets/custom/fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../../../assets/custom/fonts/OpenSans-Light.eot') format('eot');
    src: url('../../../assets/custom/fonts/OpenSans-Light.otf') format('otf'), url('../../../assets/custom/fonts/OpenSans-Light.svg') format('svg'), url('../../../assets/custom/fonts/OpenSans-Light.ttf') format('ttf'), url('../../../assets/custom/fonts/OpenSans-Light.woff') format('woff'), url('../../../assets/custom/fonts/OpenSans-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../../assets/custom/fonts/OpenSans-Regular.eot') format('eot');
    src: url('../../../assets/custom/fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../../../assets/custom/fonts/OpenSans-Semibold.eot') format('eot');
    src: url('../../../assets/custom/fonts/OpenSans-Semibold.otf') format('otf'), url('../../../assets/custom/fonts/OpenSans-Semibold.svg') format('svg'), url('../../../assets/custom/fonts/OpenSans-Semibold.ttf') format('ttf'), url('../../../assets/custom/fonts/OpenSans-Semibold.woff') format('woff'), url('../../../assets/custom/fonts/OpenSans-Semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    background: #f5f5f5;
}

.main_title {
    display: inline-block;
}

.close-btn-new {
    height: 32px;
    width: 32px;
    float: left;
    margin-left: 15px;
    margin-top: -38px;
    cursor: pointer;
    display: none;
}

.text-danger {
    color: #ff0000 !important;
    font-size: 14px;
    /*margin-top: -6px;*/
    display: block;
    padding-left: 10px;
    margin: 0px 0px 10px 0px;
    display: inline-block;
}

.clr {
    clear: both;
}

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

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

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


/**************LOGIN START********/

.login-section {
    height: 100vh;
}

.main-login {
    width: 490px;
    position: absolute;
    top: 55.5%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.login-form {
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    border: 1px solid #ccc;
}

.login-header {
    text-align: center;
}

.login-header h2 {
    color: #124e7d;
    font-size: 26px;
    margin: 18px 0px 18px 0px;
    font-family: 'OpenSans-Bold';
}

.mobile-login-dv h3 {
    color: #124e7d;
    font-size: 16px;
    margin-top: 7px;
    font-family: 'OpenSans-Semibold';
    padding-left: 6px;
}

.relativ-row {
    position: relative;
}

.relativ-row a.resend_otp {
    margin: 10px 0px 10px 10px;
}

.mobile-txt-box {
    width: 100%;
    padding: 10px;
    height: 44px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    margin-bottom: 10px;
    outline: none;
    color: #3a3a3a;
    font-size: 14px;
    text-align: left;
}

.mobile-txt-box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5c5c5c;
}

.mobile-txt-box::-moz-placeholder {
    /* Firefox 19+ */
    color: #5c5c5c;
}

.mobile-txt-box:-ms-input-placeholder {
    /* IE 10+ */
    color: #5c5c5c;
}

.mobile-txt-box:-moz-placeholder {
    /* Firefox 18- */
    color: #5c5c5c;
}

.relativ-row .fa {
    width: 32px;
    height: 32px;
    background: #faa51f;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 6px;
    border: 0px;
    outline: none;
}

.mobile-login-dv .relativ-row button[disabled] {
    background: #ddd;
}

.lbl_validate label,
.otp_validate label {
    color: #ff0000;
    font-size: 14px;
    margin-top: -6px;
    display: block;
    padding-left: 12px;
    font-weight: normal;
    text-align: left;
    padding: 0px 0px 0px 12px;
}

.lbl_validate p,
.otp_validate p {
    color: green;
    font-size: 12px;
    margin-top: -6px;
    display: block;
    padding-left: 12px;
    font-weight: normal;
    text-align: left;
    padding: 0px 0px 0px 12px;
}

.lbl_validate {
    margin: 0px 0px 10px 10px;
    padding-top: 0px;
}

.login-footer {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px 0px;
    margin-top: 20px;
}


/*.od-test-date h2 a:hover{
    color: unset !important;
}*/

.login-footer-txt {
    text-align: center;
    color: #124e7d;
    font-size: 14px;
}

.login-footer-txt a {
    color: #124e7d;
    text-decoration: underline;
    cursor: pointer;
}

.login-tab ul.tabs,
.exam-right-tab ul.tabs {
    margin: 0px!important;
    padding: 0px!important;
    list-style: none;
}

.login-tab ul.tabs li {
    width: 33.33% !important;
    font-size: 16px !important;
}

.tabs ul li:hover,
.tabs ul li:focus {
    background-color: transparent!important;
}

.login-tab ul.tabs li,
.exam-right-tab ul.tabs li {
    background: none!important;
    color: #124e7d!important;
    display: inline-block;
    padding: 10px 15px;
    float: left;
    cursor: pointer;
    width: 50%;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    font-family: 'OpenSans-Bold';
}

.exam-right-tab ul.tabs li {
    font-size: 18px;
}

.login-tab ul.tabs li.current,
.exam-right-tab li.current {
    border-bottom: 3px solid #124e7d;
}

.login-tab .tab-content,
.exam-right-tab .tab-content {
    display: none;
    padding: 20px 60px;
}

.login-tab .tab-content.current,
.exam-right-tab .tab-content.current {
    display: inherit;
}

.login-tab ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.main-navigation-tab>.tab-content {
    display: none;
}

.main-navigation-tab>.tab-content.current {
    display: inherit;
}

.login-tab ul.tabs li.current.remove-border {
    border-bottom: 0px;
}

#otp-dv,
#student-otp-dv,
#footer-email-hidden {
    display: none;
}

#click-on-show,
#email-otp-dv {
    padding: 20px 70px;
}


/*#email-otp-hidden-dv{
    display:none;
    }*/

@media screen and (max-width:700px) {
    .login-tab ul.tabs li {
        font-size: 16px;
    }
    #click-on-show {
        padding: 15px;
    }
}

@media screen and (min-width:100px) and (max-width:385px) {
    .main-login {
        top: 50%;
    }
    .login-header h2 {
        font-size: 18px;
    }
    .mobile-login-dv h3 {
        font-size: 14px;
    }
    .login-tab .tab-content {
        padding: 10px !important;
    }
}


/***********************LOGIN END*****************************/


/***************************HOME START***********************/

.main-header {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    background: -webkit-linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    background: linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8', GradientType=1);
    padding: 8px 0px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'OpenSans-Bold';
}

.sub-header {
    color: #124e7d;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    box-shadow: 3px 1px 1px 1px rgba(0, 0, 0, 0.08);
    padding: 7px 0px;
    font-family: 'OpenSans-Bold';
}

.main-tab-sec {
    display: flex
}


/**************SIDE NAV*/

.side-nav {
    height: 100vh;
    background: #2f83c5;
    width: 283px;
    float: left;
    text-align: left;
    overflow: auto;
    transition: all 0.1s ease;
}

.nav-profile-header {
    padding: 10px 23px 10px 30px;
    background: url(../../../assets/custom/img/watermark.png) left no-repeat;
    background-size: cover;
    background-color: #fff;
}

.user-img {
    position: relative;
    /*left: 23%;
    top: -8px;*/
}

.close-btn {
    background: url(../../../assets/custom/img/delete-button.png) top right no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 4px;
    cursor: pointer;
    background-size: cover;
}

.user-name {
    font-size: 22px;
    color: #124e7d;
    margin: 5px 0px;
    line-height: 25px;
    padding-top: 10px;
    font-family: 'OpenSans-Bold';
}

.school-logo {
    display: inline-block;
    text-align: left;
}

.school-logo img {
    width: 80%;
    height: auto;
}

.school_name {
    font-size: 16px;
    font-weight: 600;
}

.profile-btn {
    padding: 8px 11px 8px 47px;
    background: url(../../../assets/custom/img/arrow-both.png) 16px #2f83c5 no-repeat;
    background-size: 24px;
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-size: 12px;
    box-shadow: 0px 2px 4px 2px rgba(154, 154, 154, 0.25);
    font-family: 'OpenSans-Semibold';
}

.refresh-btn {
    padding: 10px 12px 10px 8px;
    background: #2f83c5;
    background-size: 24px;
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-size: 12px;
    box-shadow: 0px 2px 4px 2px rgba(154, 154, 154, 0.25);
    font-family: 'OpenSans-Semibold';
}

.fa-refresh {
    margin-left: 5px;
    font-size: 14px;
}

.main-navigation {
    background: #2f83c5;
    padding-inline-start: 0px;
    padding: 0px;
    height: calc(100vh - 215px);
    margin-block-end: 0;
    padding-top: 13px;
    margin-top: 12px;
}

.main-navigation li {
    list-style: none;
    margin-bottom: 15px;
}

.main-navigation li a {
    display: display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    /*margin-left: 20px;*/
    margin-left: 10px;
    padding: 7px;
    font-family: 'OpenSans-Bold';
}

.main-navigation li a.active {
    background: #266da5;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 15px 7px 18px 7px;
}

.main-navigation li i {
    width: 40px;
    height: 40px;
    color: #faa51f;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    vertical-align: middle;
    /*margin-left: 20px;*/
    /* box-shadow: 6px 0px 3px 8px rgb(47, 131, 197); */
    position: relative;
}

.main-navigation li i img {
    max-width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.right-content {
    width: calc(100% - 283px);
    float: right;
    transition: all 0.1s ease;
    background: #f5f5f5;
    /* height: 100vh; */
    /* min-height: 657px; */
}

.card-left-side .app-card.active {
    z-index: 3;
    position: relative;
    background: #fff;
}

.card-transparent {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 1px;
}

.qpg-anylysis-report-title {
    margin-top: 10px;
}

.card-body .qpg-anylysis-report-title h3 {
    float: left;
    margin-top: 10px;
}

.qpg-anylysis-report-title span {
    float: right;
}

.card-body .qpg-anylysis-report-title .card-btn {
    margin-top: 0px;
    float: left;
}

#answer-pdf {
    display: none;
}

.qpg-anylysis-area {
    margin: 25px 0px 0px 3px;
    width: 100%;
    height: calc(100vh - 456px);
    border-radius: 5px;
    background: #e6e6e6;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}

.qpg-anylysis-area iframe {
    width: 100%;
    height: 100%;
}

.qpg-anylysis-area iframe::-webkit-scrollbar {
    width: 10px;
}

.qpg-anylysis-area iframe::-webkit-scrollbar-track {
    background: #e5e0e0;
    border-radius: 10px;
}

.qpg-anylysis-area iframe::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 10px;
}

.answer-table.card-scroll {
    height: 110px;
    padding-right: 0px;
    margin-top: 25px;
}

.answer-table table {
    width: 100%;
}

.answer-table table tr td {
    padding: 5px;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    color: #3a3a3a;
}

.answer-table table tr td>div {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.slide-nav .user-img {
    left: 15px !important;
}

.answer-table table tr td b {
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    color: #3a3a3a;
}

.answer-table table tr td .text-danger {
    font-size: 16px;
    color: #ff0000;
    font-family: 'OpenSans-Bold';
}

.text-success {
    font-size: 16px;
    color: #17df2b;
    font-family: 'OpenSans-Bold';
}

.scoll-increase .card-scroll {
    height: 100%;
    max-height: 110px;
}

.answer-table.card-scroll::-webkit-scrollbar {
    height: 10px;
}

#show-on-answer-pdf,
#go-on-view-answer {
    display: none;
}

.qpg-anylysis-area.card-scroll {
    height: 200px !important;
    overflow: auto !important;
    padding-right: 0px;
}

.qpg-anylysis-area.card-scroll::-webkit-scrollbar {
    height: 10px;
}

@media screen and (min-width:1101px) {
    .slide-nav .side-nav {
        width: 0px;
        overflow-x: hidden;
    }
    .slide-nav .right-content {
        width: 100%;
    }
    .slide-nav .main-navigation li span,
    .slide-nav .profile-btn span,
    .slide-nav .user-name label,
    .user-name span {
        display: none;
    }
    .slide-nav .user-name span {
        display: block;
        font-size: 31px;
        text-align: center;
    }
    .slide-nav .profile-btn {
        width: 35px;
        height: 35px;
        margin: auto;
        padding: 5px 5px 5px 5px;
        box-sizing: border-box;
        text-align: center;
        background: url(../../../assets/custom/img/arrow-both.png) 3px #2f83c5 no-repeat;
        background-size: 30px;
    }
    .slide-nav .main-navigation li a i {
        box-shadow: unset;
    }
    .slide-nav .main-navigation {
        height: calc(100vh - 189px);
        overflow: auto;
        margin: 0px;
        padding: 6px 0px 0px 0px;
    }
    /*.slide-nav .close-btn {
        background: url(../../../assets/custom/img/menu-bar.png) top right no-repeat;
        background-size: cover;
        left: 1%;
        height: 32px;
        width: 32px;
        top: 8px;
        position: fixed;
    }*/
    .slide-nav .user-name {
        padding-top: 64px;
        padding-bottom: 20px;
    }
    .slide-nav .nav-profile-header {
        text-align: center;
        padding: 10px 20px 10px 20px;
    }
}

@media screen and (max-width:1100px) {
    span.main_title {
        display: none;
    }
    .tabs-top ul li img {
        margin-top: 0px !important;
    }
    .side-nav {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 5;
        width: 0px;
        height: 100%;
    }
    .slide-nav .side-nav {
        width: 290px;
    }
    .right-content {
        width: 100%;
    }
    .show-on-bg-minimize {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 4;
    }
    .main-navigation li span,
    .profile-btn span,
    .user-name label,
    .user-name span {
        display: none;
    }
    .slide-nav .main-navigation li span,
    .slide-nav .profile-btn span,
    .slide-nav .user-name label,
    .user-name span {
        display: inline-block;
    }
    .slide-nav .main-navigation li span {
        padding-left: 15px;
    }
    .main-navigation li a {
        margin-left: 10px !important;
    }
    .main-navigation li a.active {
        /*margin-left: -1px !important;*/
    }
    /*.main-navigation li i {
        margin-left: 0px !important;
    }*/
    .user-name span {
        font-size: 31px;
        text-align: center;
    }
    .slide-nav .user-name span {
        font-size: 31px;
        text-align: center;
        display: none;
    }
    .profile-btn {
        width: 35px;
        height: 35px;
        margin: auto;
        padding: 5px 5px 5px 5px;
        box-sizing: border-box;
        text-align: center;
        background: url(../../../assets/custom/img/arrow-both.png) 3px #2f83c5 no-repeat;
        background-size: 30px;
    }
    .slide-nav .profile-btn {
        width: auto;
        height: auto;
        padding: 7px 15px 7px 45px;
        background: url(../../../assets/custom/img/arrow-both.png) 9px #2f83c5 no-repeat;
        background-size: 30px;
        margin-top: 10px;
    }
    .main-navigation li a i {
        box-shadow: unset;
        margin-right: 0px;
    }
    .close-btn-new {
        display: block !important;
    }
    /* .close-btn {
        background: url(../../../assets/custom/img/menu-bar.png) top right no-repeat;
        background-size: cover;
        left: 3%;
        height: 32px;
        width: 32px;
        position: fixed;
        top: 6px;
    }*/
    .slide-nav .close-btn {
        background: url(../../../assets/custom/img/delete-button.png) top right no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 0px;
        cursor: pointer;
        background-size: cover;
        left: 210px;
    }
    .user-name {
        padding-top: 64px;
        padding-bottom: 20px;
    }
    .nav-profile-header {
        padding: 10px 20px 10px 20px;
        text-align: center;
    }
    .slide-nav .nav-profile-header {
        text-align: left;
    }
    .main-navigation.tabs>li>a>span {
        padding-left: 20px;
    }
    .main-navigation {
        height: auto;
        display: flex;
        flex-direction: column;
    }
}


/*********END NAV**********/

.main-content {
    padding: 20px 30px 0px 30px;
    background: #f5f5f5;
    margin-top: 7px;
}

.card-left-side {
    width: 335px;
    float: left;
    box-sizing: border-box;
}

.card-left-side.card-active .card-scroll>div {
    position: relative;
}

.right-detail-tab {
    width: calc(100% - 350px);
    float: left;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    margin-left: 15px;
    border-radius: 5px;
}
.right-detail-tab-mobile {
    float: left;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    margin-left: 15px;
    border-radius: 5px;
}

.mobile-back{
	float: left;
}
.padding-top-7 {
    padding-top: 7px;
}

.card-top-border {
    border-top: 4px solid #1e68b3;
}

.app-card {
    padding: 20px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 2px;
    background: #fff;
}

.card-active .app-card {
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}

.card-date-detail {
    color: #565656;
    font-size: 14px;
    padding-bottom: 0px;
}

.card-left {
    float: left;
    color: #3a3a3a;
    font-family: OpenSans-Semibold;
    font-size: 14px;
}

.date-right {
    float: right;
    color: #3a3a3a;
    font-family: OpenSans-Semibold;
    font-size: 14px;
}

.card-body h3 {
    text-align: left;
    margin-top: 0px;
    color: #124e7d;
    margin-bottom: 9px;
    font-family: OpenSans-Bold;
    font-size: 18px;
    margin-top: 20px;
}

.score-text {
    font-size: 15px;
    margin: 7px 0px 4px 0px;
    color: #000000;
}

.score-text p b {
    font-family: 'OpenSans-Semibold';
}

.performance-text {
    font-size: 13px;
    color: #1c1c1c;
    padding-right: 75px;
    margin: 0px;
}

.performance-text-bg2 {
    background: url(../../../assets/custom/img/star-yellow.png) top right no-repeat;
    background-size: 70px 70px;
}

.performance-text b {
    color: #222;
    display: block;
    font-weight: 500;
    padding-bottom: 2px;
}

.card-btn-main {}

.card-btn {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    background: -webkit-linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    background: linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8', GradientType=1);
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 30px;
    font-size: 13px;
    margin-top: 20px;
}

.card-scroll {
    height: calc(100vh - 139px);
    overflow-x: hidden;
    padding-right: 15px;
}


/* width */

.card-scroll::-webkit-scrollbar,
.side-nav::-webkit-scrollbar,
.notification-card-main::-webkit-scrollbar,
.q-scroll-bar::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.card-scroll::-webkit-scrollbar-track,
.side-nav::-webkit-scrollbar-track,
.notification-card-main::-webkit-scrollbar-track,
.q-scroll-bar::-webkit-scrollbar-track {
    background: #e5e0e0;
    border-radius: 10px;
}


/* Handle */

.card-scroll::-webkit-scrollbar-thumb,
.side-nav::-webkit-scrollbar-thumb,
.notification-card-main::-webkit-scrollbar-thumb,
.q-scroll-bar::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 10px;
}

.exam-right-tab {
    position: relative;
    height: auto;
    background: #fff;
    border-radius: 5px;
}


/*.tab-height {
    height: 67vh;
    }*/

.no-content-dv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #124e7d;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: OpenSans-Semibold;
}

.no-content-dv span {
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.performance-text-bg1 {
    background: url(../../../assets/custom/img/star-yellow.png) top right no-repeat;
    background-size: 70px 70px;
}

.detail-report-score {
    background-size: 80px 80px;
    max-width: 360px;
    margin-top: 20px;
}

.score-text img {
    max-width: 25px;
    vertical-align: sub;
    margin-right: 10px;
}

.card-body h3 {
    text-align: left;
}

.detail-report-score p {
    margin: 0px;
    margin-bottom: 7px;
    color: #3a3a3a;
    font-size: 14px;
}

.card-title {
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    color: #124e7d;
    margin: 0px;
    text-align: center;
}


/* detailed view class */

.exam_data {
    float: left;
    width: 35%;
}

.exam_data .graph_title {
    font-size: 20px;
}

.concept_wise_comp {
    float: right;
    width: 65%;
}

.concept_wise_comp .graph_title {
    font-size: 14px;
    margin-left: 32px;
}

.no_left {
    width: 100%;
}

.no_background ul li {
    background-color: transparent !important;
}

#section_chart_547 {
    width: 100%;
}

h3.question_analysis {
    text-align: center;
    font-size: 25px;
}

.sub_title {
    border-style: solid;
    color: orange;
    padding: 10px;
}

#chart {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    position: relative;
    overflow: hidden;
}

#chart #numbers {
    width: 45px;
    height: 225px;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    position: sticky;
    top: 0px;
    left: 0;
    background: #fff;
    z-index: 1;
}

#chart #numbers li {
    text-align: right;
    padding-right: 1em;
    list-style: none;
    height: 29px;
    position: relative;
    /* bottom: 30px; */
}

#chart #numbers li:last-child {
    height: 30px;
}

#chart #numbers li span {
    color: #353535;
    position: absolute;
    bottom: 0;
    right: 10px;
}

#chart #bars {
    display: inline-block;
    width: 550px;
    height: 160px;
    padding: 0;
    margin: 10px 0px 0px 0px;
    border-left: 1px solid #1e68b3;
    border-bottom: 1px solid #1e68b3;
    float: left;
}

.char-bar-main {
    width: calc(100% - 50px);
    float: left;
    margin-left: 5px;
    overflow: auto;
}

.char-bar-main::-webkit-scrollbar {
    height: 10px;
}

.char-bar-main::-webkit-scrollbar-track {
    background: #e5e0e0;
    border-radius: 10px;
}

.char-bar-main::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 10px;
}

#bars {
    float: none;
}

#chart #bars li {
    display: table-cell;
    width: 50px;
    height: 160px;
    margin: 0;
    text-align: center;
    position: relative;
}

#chart #bars li .bar {
    display: block;
    width: 30px;
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8', GradientType=1);
    /* IE6-9 */
}

#chart #bars li .bar:hover {
    background: #5AE;
    cursor: pointer;
}

#chart #bars li .bar:hover:before {
    color: white;
    content: attr(data-percentage) '%';
    position: relative;
    bottom: 20px;
}

#chart #bars li span {
    color: #424242;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
}

#chart #bars li:nth-child(2n+2) div {
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(top, #31c193 0%, #3dbfa0 30%, #43bea6 60%, #51bbb5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #31c193 0%, #3dbfa0 30%, #43bea6 60%, #51bbb5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #31c193 0%, #3dbfa0 30%, #43bea6 60%, #51bbb5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8', GradientType=1);
    /* IE6-9 */
}

.chart-bar-txt {
    padding-left: 0px;
    clear: both;
    margin: 0px;
    width: 600px;
}

.chart-bar-txt li {
    width: 96px;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    font-size: 12px;
    color: #000;
}

.chart-bar-indicator {
    padding-inline-start: 0px;
    padding-left: 40px;
}

.chart-bar-indicator li {
    display: inline;
    margin-right: -30%;
    color: #777;
    font-size: 12px;
    background-color: transparent !important;
}

.chart-bar-indicator li span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8', GradientType=1);
    /* IE6-9 */
    border-radius: 50%;
    vertical-align: bottom;
}

.chart-bar-indicator li:last-child span {
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(top, #31c193 0%, #3dbfa0 30%, #43bea6 60%, #51bbb5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #31c193 0%, #3dbfa0 30%, #43bea6 60%, #51bbb5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #31c193 0%, #3dbfa0 30%, #43bea6 60%, #51bbb5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8', GradientType=1);
    /* IE6-9 */
}

.exam-right-tab .tab-content {
    padding: 20px 30px;
}

.question-text {
    font-size: 11px;
    color: #565656;
    font-weight: 500;
}

.question-text span {
    display: block;
    font-size: 20px;
    padding-bottom: 5px;
}

.question-img img {
    height: 200px;
    width: auto;
}

.answer-text {
    font-size: 11px;
}

.answer-text ul {
    padding: 0px;
}

.answer-text li {
    list-style: none;
    width: 50%;
    float: left;
    padding-bottom: 10px;
    min-height: 30px;
}

.card-btn .icofont {
    margin-right: 6px;
}

.student-response {
    padding-top: 15px;
}

.student-response-text {
    display: table-cell;
    width: 33.3333%;
    text-align: left;
}

.student-response-text b {
    display: block;
    color: #565656;
    padding-bottom: 2px;
}

.student-response-answer {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    font-size: 20px;
    color: #17df2b;
    text-align: center;
}

.student-response-answer-grace {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    font-size: 20px;
    color: #17df2b;
    text-align: left;
}

.question-dv {
    margin-bottom: 30px;
}

.q-scroll-bar {
    overflow-x: auto;
    width: 100%;
}

.q-no {
    position: relative;
    margin-bottom: 15px;
}

.q-no:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #bbbbbb;
    top: 11px;
}

.q-no span {
    padding-right: 5px;
    background: #ffffff;
    z-index: 3;
    color: #3c3c3c;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.btn-inline {
    display: table-cell;
    white-space: nowrap;
    width: 33.33%;
}

.btn-inline a, .btn-inline span {
    padding: 9px 15px 6px 9px;
}

.txt-bg {
    background: url(../../../assets/custom/img/text-white.png) top center no-repeat;
    display: inline-block;
    height: 20px;
    background-size: 16px;
    width: 30px;
    vertical-align: middle;
}

.video-bg {
    background: url(../../../assets/custom/img/video-white.png) top center no-repeat;
    display: inline-block;
    height: 20px;
    background-size: 16px;
    width: 30px;
    vertical-align: middle;
}

.popup-main {
    position: relative;
}

.popup-main .comman-edit-popup-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-main .edit-popup-body {
    max-height: 400px;
    overflow: auto;
}

.popup-main .edit-popup-body::-webkit-scrollbar {
    width: 10px;
}

.popup-main .edit-popup-body::-webkit-scrollbar-track {
    background: #e5e0e0;
    border-radius: 10px;
}

.popup-main .edit-popup-body::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 10px;
}

.right-detail-tab>.exam-right-tab {
    display: none;
}

.right-detail-tab>.exam-right-tab.show-card {
    display: block;
}

#card-tab-1,
#card-tab-3 {
    height: calc(100vh - 140px);
}

#card-tab-2 .card-scroll {
    height: calc(100vh - 187px);
    padding-right: 0px;
}

.side-scroll-main {
    position: relative
}

.click-icon-right {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(-50%, -50%);
    z-index: 5;
    max-width: 20px;
    cursor: pointer;
}

.click-icon-left {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%);
    z-index: 5;
    max-width: 20px;
    display: none;
    cursor: pointer;
}

.q-scroll-bar::-webkit-scrollbar {
    height: 10px;
}

.q-scroll-bar::-webkit-scrollbar-track {
    background: #e5e0e0;
    border-radius: 10px;
}

.q-scroll-bar::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 10px;
}

.side-scroll-main .q-scroll-bar::-webkit-scrollbar {
    height: 10px;
}

@media screen and (max-width:600px) {
	.tabs-top ul li span {
	    position: relative;
	    top: 2px;
	}
    .header-banner {
        padding: 40px 0px;
    }
    .main-login {
        max-width: 90%;
        margin: 25px auto;
    }
    .login-tab .tab-content,
    .exam-right-tab .tab-content {
        padding: 20px;
    }
    .login-footer {
        margin-bottom: 25px;
    }
    .card-left-side,
    .right-detail-tab {
        width: 100%;
    }
    .right-detail-tab {
        margin-left: 0px;
    }
    .right-detail-tab {
        margin-top: 40px;
    }
    .main-content {
        padding: 15px 15px 0px 15px;
    }
}

@media screen and (max-width:900px) {
    .card-left-side,
    .right-detail-tab {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .card-scroll {
        overflow: unset;
        height: auto !important;
        padding-right: 0px;
    }
    .card-left-side .performance-text {
        min-height: 72px;
    }
    
}

@media screen and (max-width:500px) {
    .exam-right-tab ul.tabs li {
        font-size: 16px;
    }
    .student-response-text,
    .student-response-answer {
        width: 100%;
        display: block;
        text-align: center;
    }
    .btn-inline {
        flex-direction: column;
        width: 140px;
        margin: 0px auto 0px auto;
    }
    .btn-inline a, .btn-inline span {
        margin-top: 5px;
    }
    .student-response-answer {
        margin: 10px 0px;
    }
    .tabs-top ul li img, .tabs-top ul li span {
	    float: left;
	}
	.tabs-top ul li label{
		margin-left: 21%;
	}
}

@media screen and (min-width:100px) and (max-width:385px) {
	.tabs-top ul li img, .tabs-top ul li span {
	    float: left;
	}
	.tabs-top ul li label{
		margin-left: 21%;
	}
    .main-content {
        padding: 10px 10px 0px 10px;
    }
    .exam-right-tab ul.tabs li {
        font-size: 14px;
        padding: 5px 10px;
    }
    .card-body h3 {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .performance-text-bg2 {
        background-size: 30px 30px;
        background-position: right;
    }
    .performance-text {
        font-size: 11px;
        padding-right: 30px;
    }
    .app-card {
        padding: 10px;
    }
    .card-transparent {
        width: 100%;
    }
    .no-content-dv {
        font-size: 14px;
        padding: 0px 10px;
    }
    .no-content-dv span {
        font-size: 13px;
    }
    .exam-right-tab .tab-content {
        padding: 10px;
    }
    .chart-bar-indicator {
        padding-left: 0px;
    }
    .chart-bar-indicator li {
        display: block;
    }
    #chart {
        margin-top: 0px;
    }
    .performance-text-bg1 {
        background-size: 30px 30px;
        background-position: bottom left;
        padding-bottom: 30px;
    }
    .chart-bar-txt li {
        padding: 2px 0px;
    }
    .answer-text li {
        width: 100%;
        min-height: unset;
        padding-bottom: 5px;
    }
    .card-left {
        float: none;
        clear: both;
    }
}

@media screen and (min-width:501px) and (max-width:1300px) {
    .student-response-text,
    .student-response-answer {
        width: 50%;
        float: left;
    }
    .btn-inline {
        width: 100%;
        display: block;
        text-align: center;
        clear: both;
    }
}

@media screen and (min-width:100px) and (max-width:480px) {
    .qpg-anylysis-report-title span {
        float: left;
    }
    #card-tab-1,
    #card-tab-3 {
        height: 100%;
        min-height: 300px;
    }
    .answer-table.card-scroll {
        overflow: unset;
        max-height: unset;
    }
    .answer-table table tr td,
    .answer-table table tr td b,
    .answer-table table tr td span {
        font-size: 14px !important;
    }
    #chart #numbers {
        width: 35px;
    }
    .click-icon-right {
        right: -20px;
    }
}

@media screen and (min-width:481px) and (max-width:900px) {
    .answer-table.card-scroll {
        height: 120px;
        overflow: auto;
    }
}

@media screen and (max-width:480px) {
    .answer-table table tr td {
        vertical-align: top;
        padding: 2px;
    }
    .answer-table table tr td>div {
        width: 100%;
        text-align: left;
        margin-bottom: 3px;
        padding: 0px;
    }
    .tabs-top ul li img, .tabs-top ul li span {
	    float: left;
	}
	.tabs-top ul li label{
		margin-left: 21%;
	}
}


/************END HOME*****************/


/***************START NOTIFICATION************************/

.notification-card-main {
    height: calc(100vh - 145px);
    overflow: auto;
}

.notification-left-part {
    width: 47%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.notification-right-part {
    width: 47%;
    float: right;
    padding: 0 15px;
    box-sizing: border-box;
}

.notification-card-title {
    position: relative;
    margin-bottom: 15px;
}

.notification-card-title span {
    padding-right: 5px;
    background: #f5f5f5;
    z-index: 3;
    color: #3c3c3c;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.notification-card-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #bbbbbb;
    top: 11px;
}

.notification-card {
    background: #fff;
    padding: 10px 20px;
    margin: 2px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    background-image: url(../../../assets/custom/img/card-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 20px;
}

.notification-card .card-title {
    max-width: 90%;
}

.notification-card .score-text {
    color: #3a3a3a;
    font-size: 14px;
    max-width: 95%;
    font-weight: normal;
}

.card-btn {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    background: -webkit-linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    background: linear-gradient(left, #1e68b3 0%, #1e68b3 60%, #3795d1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8', GradientType=1);
    display: inline-block;
    padding: 6px 30px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 30px;
    font-size: 13px;
    margin-top: 20px;
    font-family: OpenSans-Semibold;
}

.card-gray-btn {
    background: #1e5799;
    background: -moz-linear-gradient(left, gray 0%, gray 60%, lightgray 100%);
    background: -webkit-linear-gradient(left, gray 0%, gray 60%, lightgray 100%);
    background: linear-gradient(left, gray 0%, gray 60%, lightgray 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8', GradientType=1);
    display: inline-block;
    padding: 6px 30px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 30px;
    font-size: 13px;
    margin-top: 20px;
    font-family: OpenSans-Semibold;
    cursor: default;
    opacity: 0.5;
}

@media screen and (max-width:700px) {
    .notification-left-part,
    .notification-right-part {
        width: 100%;
        padding: 0px;
    }
    .notification-card-main {
        height: auto;
    }
    .tabs-top ul li img, .tabs-top ul li span {
	    float: left;
	}
	.tabs-top ul li label{
		margin-left: 21%;
	}
}

@media screen and (min-width:701px) and (max-width:1100px) {
    .notification-left-part,
    .notification-right-part {
        width: 45%;
        padding: 0px;
    }
    .notification-card-main {
        height: auto;
    }
}

@media screen and (min-width:100px) and (max-width:385px) {
    .card-left,
    .notification-card .score-text {
        font-size: 12px;
    }
    .date-right {
        float: left;
        margin-top: 5px;
    }
    .notification-card {
        background-size: 80px;
    }
    .card-btn-main a {
        margin-top: 5px;
    }
}


/************************ADD STUDENT START****************************/

.new-student-sec {
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
    background: #fff;
}

.new-student-sec h2 {
    color: #124e7d;
    width: 275px;
    float: left;
    margin: 0px;
    font-size: 19px;
    font-weight: 700;
}

.new-student-sec .relativ-row {
    float: left;
    width: calc(100% - 295px);
    padding-left: 20px;
}

@media screen and (max-width:700px) {
    .new-student-sec .relativ-row {
        width: 100%;
        padding-left: 0px;
    }
    .new-student-sec h2 {
        margin-bottom: 15px;
        font-size: 18px;
        width: 100%;
        padding-left: 6px;
    }
    .new-student-sec {
        padding: 15px;
    }
    .tabs-top ul li img, .tabs-top ul li span {
	    float: left;
	}
	.tabs-top ul li label{
		margin-left: 21%;
	}
}

@media screen and (min-width:701px) and (max-width:1100px) {}


/************************ADD STUDENT END****************************/


/************************OD TEST START****************************/

.od-test-row {
    background: #fff;
    padding: 10px 30px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 2px 2px 20px 2px;
}

.od-test-title {
    width: 50%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}

.od-test-title h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #124e7d;
}

.od-test-title h2 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #090909;
}

.od-test-date {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0px 15px;
    box-sizing: border-box;
}

.od-test-date h2 {
    font-size: 17px;
    font-weight: 700;
    margin: 0px;
    color: #37e349;
}

.od-test-date h2 span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #090909;
}

.od-test-row .relativ-row {
    width: 20%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}

.od-test-row .relativ-row input {
    margin-bottom: 0px;
}

.od-test-row .relativ-row .fa {
    right: 21px;
}

.od-test-row .text-light-blue {
    color: #2f83c5;
}

.od-test-row .text-dark-blue {
    color: #185280;
}

.od-test-row .text-danger {
    color: #ff4848;
    padding-left: 0px;
}

.q-list-item .card-transparent {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.q-list-tab-content .q-list-item .q-list-card.active {
    z-index: 3;
    position: relative;
    background: #fff;
}

.q-list-item.card-active .q-list-card {
    background: transparent;
    position: relative;
    z-index: 2;
}

.q-detail-sec {
    display: none;
}

.q-detail-sec.show-card {
    display: block;
}

@media screen and (max-width:700px) {
    .od-test-title,
    .od-test-date,
    .od-test-row .relativ-row {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
        text-align: left;
    }
    .od-test-row {
        padding: 10px;
    }
    .od-test-title,
    .od-test-date {
        padding-left: 6px;
    }
    .od-test-row .relativ-row .fa {
        right: 7px;
    }
}

@media screen and (min-width:701px) and (max-width:1100px) {
    .od-test-title,
    .od-test-date {
        width: 50%;
        padding: 0px 15px;
        margin-bottom: 10px;
    }
    .od-test-row .relativ-row {
        width: 100%;
        padding: 0px 15px;
    }
}

@media screen and (min-width:100px) and (max-width:385px) {
    .od-test-title h2,
    .od-test-date h2 {
        font-size: 14px;
    }
    .od-test-date h2 span {
        font-size: 12px;
    }
    .od-test-row .relativ-row .fa {
        right: 7px;
    }
}


/************************OD TEST END****************************/


/************************PRIVACY POLICY START****************************/

.privacy-policy-section.card-scroll {
    height: calc(100vh - 240px);
}

.privacy-policy-section {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.privacy-policy-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    flex-wrap: wrap;
    column-gap: 30px;
}

.privacy-policy-column p b {
    color: #3a3a3a;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
    display: block;
    margin-top: 20px;
}

.privacy-policy-column p b:first-child {
    margin-top: 0px;
}

.privacy-policy-column p {
    margin: 0px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width:700px) {
    .privacy-policy-column {
        width: 100%;
        margin-bottom: 20px;
    }
    .privacy-policy-section {
        padding: 15px;
    }
    .privacy-policy-column {
        padding: 0px;
    }
    .privacy-policy-section.card-scroll {
        height: auto;
    }
}

@media screen and (min-width:100px) and (max-width:385px) {
    .privacy-policy-section {
        padding: 10px;
    }
}

@media screen and (min-width:100px) and (max-width:767px) {
    .privacy-policy-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        flex-wrap: wrap;
        column-gap: 0px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .privacy-policy-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        flex-wrap: wrap;
        column-gap: 20px;
    }
}


/************************PRIVACY POLICY END****************************/


/************************TEST START****************************/

.od-test-detail {
    display: flex;
    width: 100%;
    float: left;
    padding: 15px 10px;
    box-sizing: border-box;
    margin: 0px 30px 0px 0px;
}

.od-test-btn {
    width: 280px;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 22px 25px;
    box-sizing: border-box;
}

.od-test-btn a {
    display: block;
    text-align: center;
    background: #1e5799;
    background: -moz-linear-gradient(left, #a8a8a8 50%, #c6c6c6 70%, #cdcdcd 100%);
    background: -webkit-linear-gradient(left, #a8a8a8 50%, #c6c6c6 70%, #cdcdcd 100%);
    background: linear-gradient(left, #a8a8a8 50%, #c6c6c6 70%, #cdcdcd 100%);
    padding: 7px 10px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.od-test-col {
    flex: 1;
    padding: 0px 15px;
}

.od-test-type-sec.od-test-col {
    flex-basis: 5%;
    flex-shrink: 2;
}

.od-test-col h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #124e7d;
}

.od-test-col h2 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #090909;
}

.q-list-main ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.q-list-main ul.tabs li {
    background: none;
    color: #292929;
    display: inline-block;
    padding: 10px 15px 4px 15px;
    float: left;
    cursor: pointer;
    width: 50%;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.q-list-main ul.tabs li.current {
    border-bottom: 3px solid #124e7d;
}

.q-list-main-content {
    margin-top: 25px;
}

.q-list-main {
    width: 200px;
    float: left;
    box-sizing: border-box;
}

.q-list-right-answer {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: calc(100% - 220px);
    float: left;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    margin-left: 20px;
}

.q-list-main .tab-content {
    display: none;
    padding: 0px;
}

.q-list-main .tab-content.current {
    display: inherit;
}

.q-list-header {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 0px 3px;
    background: #fff;
}

.q-list-header h3 {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #124e7d;
    padding-top: 15px;
}

.q-list-item {
    margin-top: 20px;
    position: relative;
}

.q-list-card {
    background: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-left: 2px;
    margin-top: 4px;
}

.q-list-card h3 {
    margin: 0px;
    display: table-cell;
    width: 40px;
    text-align: right;
    font-size: 16px;
    font-family: 'OpenSans-Bold';
}

.q-list-card label {
    display: table-cell;
    min-width: 100px;
    padding-left: 10px;
    color: #7d7d7d;
    font-family: 'OpenSans-Semibold';
    font-size: 12px;
    cursor: pointer;
}

.sel_ans {
    padding-left: 5px;
    color: #2f83c5;
}

.q-detail-sec {
    padding: 20px 35px;
    background: #fff;
    border-radius: 5px;
	border: 1px solid black;
}

.question-main img {
    max-width: 100%;
    height: auto;
}

.q-bottom-btn {
    padding-top: 30px;
}

.q-bottom-btn a {
    padding: 6px 15px 4px 6px;
}

.q-bottom-btn a:last-child {
    padding: 6px 6px 4px 15px;
    margin-left: 10px;
}

.q-option-title {
    font-family: 'OpenSans-Bold';
    color: #124e7d;
    font-size: 16px;
    padding-top: 15px;
}

.options {
    padding: 4px 15px 4px 15px;
    border-right: 1px solid #b7b7b7;
    margin-top: 15px;
    float: left;
    min-width: 47px;
}

.q-option-main .pull-left .options:first-child {
    /*padding-left: 0px;*/
}

.border-unset {
    border-right: 0px;
}

.options b {
    display: inline-block;
    /*padding-right: 10px;*/
    color: #3a3a3a;
    font-family: 'OpenSans-Bold';
    font-size: 20px;
}

.options>label {
    top: -3px;
    margin-top: 0px;
}

.left {
    background: url(../../../assets/custom/img/left.png) top center no-repeat;
    display: inline-block;
    height: 20px;
    background-size: 16px;
    width: 30px;
    vertical-align: middle;
}

.right {
    background: url(../../../assets/custom/img/right.png) top center no-repeat;
    display: inline-block;
    height: 20px;
    background-size: 16px;
    width: 30px;
    vertical-align: middle;
}

.q-list-item.card-scroll.card-active {
    max-height: 660px;
    height: 100%;
}

.q-list-item.card-scroll.card-active>div {
    position: relative;
}

@media screen and (min-width:100px) and (max-width:480px) {
    .od-test-detail {
        flex-direction: column;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .od-test-btn {
        width: 100%;
    }
    .od-test-col h2 {
        font-size: 14px;
    }
    .od-test-col h2 span {
        font-size: 12px;
    }
    .od-test-col {
        margin-bottom: 10px;
    }
    .q-list-main,
    .q-list-right-answer {
        width: 100%;
        margin: 0px;
    }
    .q-list-right-answer {
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .options {
        padding: 4px 10px;
    }
    .q-bottom-btn {
        padding-top: 0px;
        float: none;
        clear: both;
        text-align: center;
    }
}

@media screen and (min-width:481px) and (max-width:650px) {
    .od-test-detail,
    .od-test-btn {
        width: 100%;
    }
    .od-test-btn {
        margin-top: 20px;
    }
    .od-test-detail {
        flex-wrap: wrap;
    }
    .od-test-col {
        min-width: 50%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .od-test-col h2 {
        font-size: 15px;
    }
    .od-test-col h2 span {
        font-size: 13px;
    }
    .q-list-main,
    .q-list-right-answer {
        width: 100%;
        margin: 0px;
    }
    .q-list-right-answer {
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .options {
        padding: 4px 10px;
    }
    .q-bottom-btn {
        padding-top: 0px;
        float: none;
        clear: both;
        text-align: center;
    }
}

@media screen and (min-width:651px) and (max-width:900px) {
    .od-test-detail,
    .od-test-btn {
        width: 100%;
    }
    .od-test-btn {
        margin-top: 20px;
    }
    .od-test-detail {
        flex-wrap: wrap;
    }
    .od-test-col {
        min-width: 50%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .od-test-col h2 {
        font-size: 15px;
    }
    .od-test-col h2 span {
        font-size: 13px;
    }
    .q-bottom-btn {
        padding-top: 0px;
        float: none;
        clear: both;
        text-align: center;
    }
}

@media screen and (min-width:901px) and (max-width:1200px) {
    .od-test-detail-main {
        /*display:flex;*/
    }
    .od-test-detail {
        flex-wrap: wrap;
    }
    .od-test-col {
        min-width: 50%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .od-test-btn {
        position: relative;
    }
    .od-test-btn a {
        transform: translate(-50%, -50%);
        position: absolute;
        width: 80%;
        top: 50%;
        left: 50%;
    }
}


/************************TEST END****************************/

.about-us-section {
    padding: 30px 30px 0px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.about-us-section.card-scroll {
    height: calc(100vh - 174px);
}

.about-us-column {
    width: 50%;
    padding: 0px 15px 0px 0px;
    float: left;
    box-sizing: border-box;
}

.about-us-section-box {
    width: 100%;
    height: 266px;
    background-color: #e6e6e6;
    border-radius: 5px;
}

.about-us-column>p {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}

.about-us-column>p>b {
    display: block;
    padding-bottom: 7px;
    color: #3a3a3a;
    font-size: 16px;
    font-family: OpenSans-Bold;
}

@media screen and (max-width:700px) {
    .about-us-section.card-scroll {
        height: auto;
    }
    .about-us-column {
        width: 100%;
    }
}

@media screen and (min-width:701px) and (max-width:900px) {
    .about-us-section.card-scroll {
        height: auto;
    }
}


/************************About us end*******************************/


/************************feedback start*******************************/

.feedback-section {
    padding: 6px 30px 13px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.feedback-tab ul.tabs,
.exam-right-tab ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.feedback-tab ul.tabs li {
    float: left;
    width: 33.33%;
}

.feedback-tab ul.tabs li a {
    color: #124e7d;
    display: inline-block;
    padding: 10px 15px 7px 0px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.feedback-tab ul.tabs li.text-right a {
    padding-right: 0px;
}

.feedback-tab ul.tabs li img {
    max-width: 26px;
    vertical-align: bottom;
    margin-right: 10px;
}

.feedback-tab ul.tabs li a.current {
    border-bottom: 2px solid #124e7d;
}

.feedback-tab .tab-content {
    display: none;
    padding: 20px 0px;
}

.feedback-tab .tab-content.current {
    display: inherit;
}

.feedback-tab ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.feedback-text-area textarea {
    width: 100%;
    min-height: 170px;
    outline: none;
    background: #f1f1f1;
    border-radius: 5px;
    border-color: #f1f1f1;
    padding: 15px;
    font-size: 14px;
    color: #3a3a3a;
    box-sizing: border-box;
    resize: none;
}

.feedback-btn a:last-child {
    background: #fff;
    color: #124e7d;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    margin-left: 25px;
}

.text-solution {
    /*max-width: 500px;
    margin: 10px auto;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);*/
    border-radius: 5px;
    border: 1px solid #f3f3f3;
}

.feedback-header {
    position: relative;
    color: #124e7d;
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    padding: 15px 10px;
}

.feedback-header .feedback-close-btn {
    top: 5px;
    right: 11px;
    background: url(../../../assets/custom/img/delete-button.png) top right no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    background-size: cover;
}

.text-solution-para {
    font-size: 14px;
    color: #000;
    margin-top: 0px;
}

.text-solution-para b {
    font-family: 'OpenSans-Semibold';
}

.feedback-popup-body {
    padding: 10px;
    background: #dedede;
}

.feedback-popup-body iframe {
    width: 100%;
    height: 310px;
}

.padding-10 {
    padding: 10px;
}

.feedback-tab-content-main .notification-card-title span {
    background: #fff;
    color: #124e7d;
    padding-right: 10px;
}

.feedback-video-main {}

.custom-file-input {
    margin-bottom: 20px;
}

.custom-file-input input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.custom-file-input input {
    float: left;
}

.custom-file-input>div {
    float: left;
}

.custom-file-input>div>label.file-btn {
    background: #1e68b3;
    color: #fff;
    padding: 8px 10px 9px 10px;
    display: inline-block;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.custom-file-input .form-control {
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: none;
}


/************popup**********/

.comman-edit-popup-main {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-popup-body {
    z-index: 9999;
    background: #fff;
    top: 50px;
    border-radius: 5px;
    width: 500px;
    max-height: 550px;
    overflow: auto;
}


/* width */

.edit-popup-body ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.edit-popup-body ::-webkit-scrollbar-track {
    background: #e5e0e0;
    border-radius: 10px;
}


/* Handle */

.edit-popup-body ::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 10px;
}

.popup-close-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(226, 58, 58, 0.7);
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #331d1d;
    line-height: 37px;
    position: relative;
    top: -20px;
    left: 20px;
    cursor: pointer;
    outline: none;
    float: right;
}

.discover-alert-dialog {
    animation: discover-alert-dialog 0.3s !important;
}

.discover-alert-dialog[data-animation=none] {
    animation: none !important;
}

.discover-alert-dialog[data-animation=slide-from-top] {
    animation: slideFromTop 0.3s !important;
}

.discover-alert-dialog[data-animation=slide-from-bottom] {
    animation: slideFromBottom 0.3s !important;
}

@keyframes discover-alert-dialog {
    0% {
        transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}


/************popup end**********/

@media screen and (max-width:600px) {
    .feedback-tab ul.tabs li {
        width: 100%;
        text-align: left !important;
    }
    .feedback-tab ul.tabs li a {
        font-size: 15px;
    }
    .edit-popup-body {
        max-width: 90%;
    }
}

@media screen and (min-width:601px)and (max-width:900px) {
    .feedback-tab ul.tabs li a {
        font-size: 15px;
    }
}

@media screen and (min-width:100px) and (max-width:480px) {
    .feedback-section {
        padding: 6px 10px;
    }
    .feedback-btn {
        text-align: center;
    }
    .feedback-btn a:last-child {
        margin-left: 0px;
    }
    .about-us-section {
        padding: 10px 10px 0px 10px;
    }
    .custom-file-input .form-control {
        width: calc(100% - 100px);
    }
    .custom-file-input>div>label.file-btn {
        padding: 9px 5px 10px 5px;
        font-size: 13px;
    }
}


/****************FEEDBACK END****************/


/****************CHANGE PROFILE END****************/

.profile-card {
    padding: 20px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: #fff;
    width: 31.3333%;
	height: 200px;
    float: left;
    margin: 1%;
    box-sizing: border-box;
}

.profile-header {
    margin-bottom: 20px;
}

.profile-header h2 {
    font-size: 18px;
    margin: 0px;
    width: calc(100% - 70px);
    float: left;
    color: #124e7d;
    font-family: 'OpenSans-Bold';
}

.profile-header label {
    width: 22px;
    float: right;
}

.profile-body {}

.profile-col {
    width: 50%;
    float: left;
    color: #3a3a3a;
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    margin-bottom: 10px;
}

.profile-col span {
    display: block;
    font-size: 14px;
    font-family: 'OpenSans-Regular';
    padding-bottom: 3px;
}

.full-col {
    width: 100%;
}

.radio-box-main {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    top: 19px;
}

.radio-box-main input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 16px;
    height: 16px;
}

.radio-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #faa51f;
    border-radius: 20px;
}

.control--radio .radio-indicator {
    border-radius: 50%;
}

.radio-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.radio-box-main input:checked~.radio-indicator:after {
    display: block;
}

.radio-box-main .radio-indicator:after {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.tabs-top input[name="tab-control"] {
    display: none;
}

.tabs-top .content section h2,
.tabs ul li label {
    font-weight: bold;
    font-size: 18px;
    color: #428BFF;
}

.tabs-top ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs-top ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    text-align: center;
    padding: 7px 0;
}

.tabs-top ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #124E7D;
    font-weight: 700;
    text-transform: uppercase;
}

.tabs-top ul li:focus {
    background-color: #124E7D;
}

.tabs-top .active-tab {
    background-color: #124E7D;
}

.tabs-top .active-tab label {
    color: #fff!important;
}

.tabs-top ul li label br {
    display: none;
}

.tabs-top .content {
    margin-top: -10px;
}

.tabs-top .content section,
.tabs-top #od_test_ajax section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs-top .content section h2 {
    color: #428BFF;
    display: none;
}

.tabs-top .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428BFF;
    margin-top: 5px;
    left: 1px;
}

.tabs-top input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs-top input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs-top input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs-top input[name="tab-control"]:nth-of-type(1):checked~.main-content #od_test_ajax>section:nth-child(1) {
    display: block;
}

.tabs-top input[name="tab-control"]:nth-of-type(2):checked~.main-content #od_test_ajax>section:nth-child(2) {
    display: block;
}

.tabs-top input[name="tab-control"]:nth-of-type(3):checked~.main-content #od_test_ajax>section:nth-child(3) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media screen and (max-width:650px) {
    .profile-card {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
}

@media screen and (max-width:380px) {
    .profile-header h2 {
        font-size: 16px;
        width: calc(100% - 20px);
    }
    .profile-header label {
        width: 20px;
    }
    .profile-col {
        font-size: 13px;
        word-break: break-word;
        font-family: 'OpenSans-Bold';
    }
    .profile-col span {
        font-size: 12px;
    }
    .profile-card {
        padding: 15px;
    }
}

@media screen and (min-width:651px) and (max-width:900px) {
    .profile-card {
        width: 48%;
    }
}


/* ---------------------------------------------------------------------------------------*/


/* Home report page start*/

.feedback-header {
    padding: 10px 10px;
}

.feedback-header .feedback-close-btn {
    top: 10px;
}

.video_duration {
    top: 170px;
    position: absolute;
    right: 30px;
    color: white;
    background-color: black;
    padding: 0px 6px;
}

.play-button {
    margin-top: -35px;
    width: 60px;
    cursor: pointer;
}

.video_thumb {
    width: 100%;
    height: 178px;
}

.solution_new_flag {
    height: 20px;
    margin-left: 10px;
    vertical-align: middle;
}


/********slider*******/

section#qns_solution {
    padding: 0!important;
}

.plus-icon {
    position: absolute;
    z-index: 9999;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28px;
}

.plus-icon i:hover {
    color: red;
}

.plus-icon i {
    font-size: 30px;
    color: #fff;
}

.owl-theme {
    margin-top: 5px;
    padding: 20px 15px;
    width: auto;
}

.tabs-top ul li img {
    height: 15px;
    margin-top: -10px;
    margin-right: 1px;
}

.tabs-top ul li span {
    position: relative;
    top: -2px;
}

.card-box-content {
    width: 30%;
    padding: 10px!important;
    float: left;
    position: relative;
}

.card-box-content p {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #1e68b3;
    font-weight: bold;
    margin: 0 0!important;
    border: solid 1px #666;
    border-top: 0;
    padding: 20px 0;
}

img.new-img {
    width: 70px;
    position: absolute;
    top: 2px;
    left: 0px;
}

#qns_solution .exam_name {
    padding: 11px 0px 5px 10px;
    text-align: unset;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    margin-left: 5px;
}

.card-img {
    position: absolute;
    right: 13px;
    top: 45%;
}

.app-card {
    position: relative;
    min-height: 120px;
}

.avg-img {
    margin: 30px 0 0 0;
}

.right-detail-tab .score-text {
    width: 100%;
    float: left;
}

.qn_panel {
    margin-bottom: 25px;
}

.chart-bar-indicator,
.graph_title {
    display: none;
}

#chart {
    margin: 0;
}

.student-response-answer span,
.text-right span {
    font-size: 16px;
    font-family: 'OpenSans-Bold';
}

.text-error {
    color: #e61313;
}

.text-na {
    color: #a09b9b;
}

.exam-not-found {
    color: #124e7d;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: OpenSans-Semibold;
}

.answer-table {
    margin-top: 25px;
}

.alert-danger {
    text-align: center;
    color: red;
}

.exam-right-tab .tab-content {
    padding: 0px 30px;
}

.card-date-detail {
    padding-top: 5px;
}

.card-body h3 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.detail-report-score {
    margin-top: 10px;
}

.avg-img {
    margin: 15px 0 0 0;
}

.card-date-detail {
    padding-top: 5px;
}

.qpg-anylysis-report-title {
    margin-top: 5px;
}

.answer-table {
    margin-top: 15px;
}

.answer-table table tr td {
    padding: 2px;
}

.qpg-anylysis-area {
    margin: 15px 0px 0px 3px;
}

.share_flag {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 70px;
}

.card-date-detail {
    padding-top: 7px;
}

.app-card:hover {
    box-shadow: 1px 0 9px 1px #888888;
    background-color: #E2E2E2;
}

.app-card {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.card-scroll .examreport:nth-child(1n) {
    margin-top: 10px;
}

.card-left-side .app-card.active:before {
    content: '';
    width: 32px;
    height: 59px;
    background-image: url("img/arrow_new.png");
    position: absolute;
    right: -31px;
    top: 35%;
    background-repeat: no-repeat;
}

.card-left-side .app-card.active {
    box-shadow: 1px 0 9px 1px #5FA0E2;
    background-color: #B7D5F2;
}

.card-scroll#lern_videos {
    padding-right: 0px !important;
}

.card-scroll {
    padding-right: 30px !important;
}

div#lern_video_result {
    margin-left: 20px;
}

span.empty-data {
    display: block;
    margin: 40px auto;
    text-align: center;
    color: #124E7D;
    font-size: 18px;
    font-weight: bold;
}


/* Home report page end*/


/* OD test page start*/

.activebut {
    color: #37e349;
    text-decoration: none;
}

.tabs-top ul li span {
    position: relative;
    top: -2px;
}

.tabs-top ul {
    margin-bottom: 0px !important;
}

.main_title:hover {
    color: #faa51f;
}

.active-tab .main_title:hover {
    color: #fff;
}

@media screen and (max-width:1100px) {
    span.main_title {
        display: block !important;
    }
}

#od_test_ajax .no-data {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #124E7D;
    font-size: 18px;
    font-weight: bold;
}

.warning_box {
    color: red;
    margin-left: 0px;
    font-size: 12px;
    display: none;
}


/* OD test page end*/


/* ---------------------------------------------------------------------------------------*/


/*Test page start*/

.adjust_exam_code .od-test-title,
.adjust_exam_code .od-test-date {
    width: 40% !important;
}


/*.login-section .main-login a:hover, a:focus {
    color: unset !important;
}*/

a.clear_all:hover,
a.clear_all:focus {
    color: unset !important;
}


/*.testpage a:hover, a:focus {
        color: white !important;
        text-decoration: inherit !important;
    }*/

.options {
    min-width: 80px !important;
}

.submitbtn {
    border: none;
    margin-left: 4px;
}

.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.o_popup {
    display: none;
    position: fixed;
    top: 15%;
    left: 34%;
    width: 480px;
    background-color: white;
    z-index: 999999;
    border-radius: 7px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
}

.o_popup_header {
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
}

.o_popup_message {
    padding: 25px 0px;
    color: #444;
    border-bottom: 1px solid #ccc;
}

.o_popup_footer {
    text-align: right;
}


/*Test page end*/

.custom-select span.caret {
    float: right;
    margin-top: 5px;
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.notification-card {
    overflow: auto;
}

.annoucement-txt {
    padding: 20px;
}

.annoucement-txt h3 {
    margin: 5px 0px 5px 0px;
}

.card-box.left_content {
    width: 85%;
    float: left;
}

.card-btn-main.announcement_button {
    -ms-transform: translateY(-40%);
    /*transform: translateY(-40%);*/
}

.announcement_button a:hover,
.profile-btn:hover {
    color: #FFF;
}

.card-btn:hover {
    color: #fff !important;
    text-decoration: underline !important;
}


/* Start Sprint 121:TFE-2398,TFE-2399,TFE-2400,TFE-2400 by Raushan */

.assignment-btn {
    margin-top: 0px;
    padding: 15px 20px 15px 20px;
    /* margin-bottom: 11px; */
    position: relative;
    bottom: 9px;
}

.assignment-btn-open {
    margin-top: 0px;
    padding: 15px 40px 15px 40px;
    /* margin-bottom: 11px; */
    position: relative;
    bottom: 9px;
}

.assignment-btn-sumbission {
    margin-top: 0px;
    padding: 15px 20px 15px 20px;
    background: orange!important;
    position: relative;
    bottom: 19px;
}

.assignment-date {
    position: relative;
    line-height: 1.3;
    right: 160px;
    top: 20px;
}


/*.main-navigation{
	overflow:hidden !important;
}*/

@media(max-width: 701px) {
    .assignment-date {
        position: relative;
        line-height: 1.3;
        right: 0px;
        top: -5px;
    }
    .sub-header{
     margin-top: 13px;
    }
}

.od-assignment-row {
    padding: unset !important;
}

.od-assignment-title {
    padding: 20px 15px !important;
}

.od-assignment-date {
    padding: 3px 15px !important;
}

.disable-reward{
	pointer-events: none;
}
/*  End Sprint 121:TFE-2398,TFE-2399,TFE-2400,TFE-2400 */