@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*{font-family: "Inter", sans-serif;font-weight: 400; font-size: 14px;color: #000000;}
ul,li{margin: 0; list-style: none; padding: 0;}*/
.course-offering-01,
.course-offering-02,
.course-offering-03,
.course-offering-04 {
    margin: 0 0 40px 0;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 0px !important;
    box-shadow: 0px 1px 4px 0px #bfbfbf;
}

.accordion-button {
    background-color: #fff !important;
    color: #404040;
    /* box-shadow: 0px 1px 2px 2px #fffff7; */
}

.accordion-button:not(.collapsed) {
    background-color: #fad400;
}

.accordion-button:after {
    color: #404040;
}

.input-searc {
    display: flex;
    background-color: #F6F6F6;
    padding: 20px 0px;
}

.input-sec {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    width: 100%;
}

.input-sec select,
.input-sec input {
    border: solid 1px;
    border-radius: 10px;
    line-height: 50px;
    padding: 0 20px;
}

.input-sec select {
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 15px;
    padding-right: 60px !important;
}

select {
    -webkit-appearance: none;
}

.input-sec:first-child {
    flex: 290px 0 0;
    border-right: solid 1px #707070;
}

.content-section {
    text-align: center;
}

.content-section ul.nav.nav-pills.mb-3 {
    text-align: center;
    display: flex;
    width: auto;
    background-color: #fff;
    justify-content: center;
    padding: 5px !important;
    margin: 0 !important;
    border-radius: 5px;
    gap: 15px;
}

.flex-sec {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0 0 6px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #FED501;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    height: 100%;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    min-width: 120px;
}

.first-course {
    border: solid 1px #676767;
    position: relative;
    border-radius: 15px;
    margin: 0 0 15px 0;
}

i.radio-btn {
    width: 25px;
    height: 25px;
    border: solid 1px #000;
    display: inline-block;
    border-radius: 50%;
}

.first-course input:checked~i {
    background-color: #37a770;
}

.first-course i.radio-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
}

.first-course {
    display: flex;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
}

.course-detail {
    display: flex;
    text-align: left;
    gap: 10px;
    flex-direction: column;
    flex: 1;
}

.course-detail b {
    font-size: 20px;
    line-height: normal;
}

.course-detail i {
    background-color: #FFD87E;
    width: 120px;
    text-align: center;
    font-style: normal;
    padding: 4px 0;
    border-radius: 5px;
    font-weight: bold;
}

.select-mode ul li {
    position: relative;
    width: 100%;
}

/*****Radio Button****/
.like-dislike span input[type="radio"],
.first-course input[type="radio"],
.first-course input[type="checkbox"],
.level-check ul li input[type="checkbox"],
.select-question ul li input[type="radio"],
.level-check ul li input[type="radio"],
.select-mode ul li input[type="radio"],
.levels-def li input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    cursor: pointer;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.like-dislike span {
    position: relative;
}

.like-dislike span i {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.first-course input:checked~i,
.select-question ul li input:checked~span i,
.select-mode ul li input:checked~span i {
    background-image: url("../images/radio-btn.svg");
    background-size: contain;
    background-position: center;
    border-color: #fff;
}

/*****Radio Button****/
.select-question ul li input:checked~span {
    box-shadow: 0px 3px 8px #00FF1959;
}

.proceed-btn {
    background-color: #fff;
    padding: 12px 0 11px 0;
    text-align: right;
    box-shadow: 0px -5px 5px 0px #3333331a;
    margin: 50px 0 0 0;
}

.btn-primary {
    background-color: #FEEC00;
    color: #000;
    border: 0;
    padding: 10px 40px;
    border-radius: 7px;
    transition: .2s;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #FED501;
    color: #000;
}

.levels-def li {
    position: relative;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 0 10px 10px 10px !important;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    border: 0;
    padding: 0px 0 0 0;
}

span.head-text {
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #FED501;
    z-index: 9;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
}

button:focus {
    outline: none;
    box-shadow: none !important;
}

.accord-sec {
    position: relative;
    margin: 50px 0 60px 0;
}

.accordion-item .form-group {
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin: 0;
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125) !important;
}

.checkbox label {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.checkbox label input {
    width: 20px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.course-list {
    height: 100%;
    overflow-x: auto;
}

.accordion-button:not(.collapsed),
.accordion-item button {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.quest-count {
    background-color: #FFFBC8;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.quest-count i {
    font-style: normal;
    font-weight: bold;
}

.quest-count b,
.quest-count i {
    font-size: 16px;
}

.course-offering-03 hr {
    background-color: transparent;
    border-bottom: dashed 1px #707070;
    margin: 20px 0;
}

.select-question ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 25px;
}

.select-question ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.select-question ul li span {
    display: flex;
    flex-direction: column;
    position: relative;
    border: solid 1px #707070;
    width: 100%;
}

.select-question ul li span {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 15px;
    border: solid 1px #707070;
    width: 100%;
    align-items: center;
    padding: 30px 0;
    height: 100%;
}

.select-question ul li i.radio-btn {
    width: 25px;
    height: 25px;
    border: solid 1px #000;
    border-radius: 50%;
    position: absolute;
    bottom: -13px;
    background-color: #fff;
}

.select-question ul li span b {
    font-size: 30px;
    line-height: 40px;
}

.select-question ul li span em {
    font-style: normal;
}

.select-question {
    margin: 0 0 30px 0;
}

.heading h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    display: flex;
    gap: 7px;
    align-items: center;
}

.input-sec label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-sec label span i img {
    font-style: normal;
    width: 16px;
}

.input-sec label span {
    gap: 10px;
    display: flex;
}

.heading {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    align-items: center;
}

.level-check,
.select-question ul {
    margin: 15px 0 0 0;
}

.level-check ul {
    display: flex;
    gap: 10px;
    margin: 0;
}

.level-check ul li {
    position: relative;
}

.level-check ul li i {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #000000;
    border-radius: 5px;
    opacity: 1;
    padding: 5px 20px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 15px;
    justify-content: center;
}

.level-check ul li {
    position: relative;
    display: flex;
    justify-content: center;
    width: 33.333%;
}

.level-check ul li i {
    font-style: normal;
}

.level-check ul li input:checked~i {
    background-color: #f6d300;
    color: #000;
}

.form-check.form-switch {
    display: flex;
    position: relative;
    flex-direction: row;
    padding: 0 65px 0px 0;
}

.form-switch .form-check-input {
    position: absolute;
    right: 0;
    width: 55px !important;
    height: 25px;
    padding: 0;
    top: 0;
    border: 0;
    bottom: 0;
    margin: auto;
}

.form-check.form-switch label {
    font-size: 16px;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("../images/che-yel.svg") !important;
    background-color: #FFF4BA;
}

.form-switch .form-check-input {
    background-image: url("../images/unc-yel.svg") !important;
    background-color: #E1E1E1;
}

.select-dropdown select {
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 15px;
    padding-right: 60px !important;
    padding: 10px 0 10px 10px;
    border-radius: 8px;
}

.select-dropdown.disable {
    margin: 15px 0 0 0;
    display: flex;
    gap: 15px;
}

.select-mode ul li span {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    border: solid 1px #707070;
    width: 100%;
    align-items: flex-start;
    padding: 15px 15px;
    height: 100%;
}

.select-mode ul li input:checked~span {
    box-shadow: 0px 3px 8px #00FF1959;
}

.select-mode ul {
    display: flex;
    gap: 20px;
}

.select-mode ul li span b {
    display: flex;
    font-size: 18px;
    gap: 15px;
    justify-content: center;
}

.select-mode ul li span p {
    font-size: 18px;
    margin: 5px 0 0 0;
    line-height: normal;
}

.select-mode {
    margin: 0 0 30px 0;
}

ul.levels-def {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

ul.levels-def li span {
    background: #FEFEFE 0% 0% no-repeat padding-box;
    border: solid 1px #676767;
    border-radius: 15px;
    opacity: 1;
    padding: 20px 200px 20px 20px;
    gap: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 135px;
}

ul.levels-def li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 190px;
}

i.checkbox-btn {
    width: 25px;
    height: 25px;
    border: solid 2px #000;
    display: inline-block;
    border-radius: 5px;
}

ul.levels-def li b {
    display: flex;
    font-size: 18px;
    gap: 0;
    align-items: center;
}

ul.levels-def li input:checked~span {
    background-color: #FFEA80;
}

ul.levels-def li input:checked~span i {
    background-image: url("../images/checkbox.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}

ul.levels-def li span p {
    margin: 0;
    font-size: 16px;
}

.level-defficulty button.btn-primary {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 12px 0;
    font-size: 17px;
}

.heading-modal p {
    font-size: 18px;
    margin: 0;
}

.heading-modal {
    margin: 0 0 30px 0;
}

.disable {
    pointer-events: none;
    opacity: .3;
}

.custom-input {
    margin: 25px 0 0 0;
    position: relative;
}

.custom-input i {
    position: absolute;
    right: 45px;
    top: 15px;
    font-size: 16px;
    font-style: normal;
    opacity: .5;
    padding: 0 0 0 15px;
    border-left: solid 1px #333;
}

.custom-levels {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.custom-levels .easy-qs {
    width: 100%;
}

.easy-qs input {
    text-align: center;
}

.input-text {
    border: solid 1px;
    border-radius: 10px;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    width: 100%;
}

.easy-sec em {
    font-style: normal;
    padding: 3px 10px;
    background-color: #DFFEEC;
    border-radius: 15px;
}

.easy-sec {
    display: flex;
    gap: 10px;
    align-items: center;
}

.easy-sec.yl-bg em {
    background-color: #FFF4BA
}

.easy-sec.rd-bg em {
    background-color: #FF9292
}

.custom-levels .easy-qs {
    width: 175px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.custom-levels hr {
    background-color: #6e6c6c;
    border: 0;
    height: 90px;
    width: 2px;
}

p.qes-sel b {
    font-size: 16px;
    font-weight: bold;
    color: #147CA4;
}



/**************************************************Course Offering 13 Page CSS Start**********************************/
.pagination-arrows ul {
    display: flex;
    width: 100%;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: space-between;
}

.pagination-arrows {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
}

.pagination-arrows ul li a {
    width: 35px;
    height: 35px;
    background-color: #C2C2C2;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.pagination-arrows ul li.active a {
    background-color: #8EFCD7;
}


.question-text i {
    font-style: normal;
    white-space: nowrap;
}

.question-section ul {
    margin: 20px 0 0 0;
}

.question-section ul li input {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: red;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.question-section ul li span {
    border: solid 1px #707070;
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 0 15px 0;
}

.question-section ul li {
    position: relative;
    background-color: #fff;
}

.cta-section {
    display: flex;
    justify-content: space-between;
}

.t-cta button:first-child {
    background-color: transparent;
    border: solid 1px #707070;
    color: #707070 !important;
}

.cta-section button {
    padding: 0 25px;
    border-radius: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 16px !important;
    white-space: nowrap;
    gap: 10px;
    display: flex;
    flex-direction: row;
    min-width: 150px;
    align-items: center;
    background-color: #28A742;
    justify-content: center;
    border: 0;
    font-weight: 500 !important;
}

.t-cta button:last-child {
    background-color: #FF903B;
}

.question-section ul li.active span,
.question-section ul li input[type="radio"]:checked~span {
    background-color: #DEF5FF;
    border-color: #22B6F9;
}

.total-q-strp {
    background: #F5FDFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.cout-clock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cout-clock p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.total-q-strp {
    background-color: #FEEC00;
    opacity: 1;
    padding: 5px 0 5px 0;
    margin: 0;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

.page-counts {
    margin: 0 0 20px 0;
}

.quest-count-action {
    display: flex;
    padding: 15px 20px 0 20px;
    align-items: center;
    justify-content: space-between;
}

.quest-count-action p {
    color: #5890FF;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.quest-count-action p span {
    border-left: solid 1px #707070;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

.qu-act {
    gap: 20px;
    display: flex;
    align-items: center;
}

.qu-act a.click-icon {
    border: solid 1px #707070;
    border-radius: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 32px;
    background-color: #fff;
}

.question-text {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
    background-color: #fff;
    line-height: 30px;
    border: solid 1px #707070;
    border-radius: 10px;
    padding: 15px;
}

.question-text p {
    margin: 0;
}

.ans-qus-sec {
    padding: 15px 20px;
}

.question-text p,
.question-text b {
    margin: 0;
    font-size: 16px;
}

.answer-opt p {
    margin: 0;
}

.answer-opt {
    display: flex;
    justify-content: space-between;
}

.answer-opt p {
    margin: 0;
    background-color: #F4F9FB;
    padding: 2px 15px;
    border-radius: 10px;
}

.mark-rev {
    display: flex;
    background-color: #EEEEEE;
    white-space: nowrap;
    width: 110px;
    border-radius: 10px;
    gap: 6px;
    transition: .2s;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

button.mark-rev img {
    max-width: 100%;
}

.mark-rev:hover {
    background-color: #ddd;
}

.qu-act a.click-icon:hover {
    background-color: #eee;
}

.question-main-file footer {
    /* border-top: solid 1px #707070; */
    padding: 10px 0;
    box-shadow: 0px -3px 6px #00000029;
}

.t-cta {
    display: flex;
    gap: 15px;
}

.cta-section button i {
    font-style: normal;
    font-weight: bold;
    color: #fff;
}

.t-cta button:last-child {
    background-color: #FEEC00;
}

.t-cta button:last-child i {
    color: #000;
}

.cout-clock span {
    background-color: #1190FF;
    padding: 5px 15px;
    border-radius: 5px;
    gap: 10px;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    align-items: center;
}

.pagination-arrows ul li a:hover {
    background-color: #ccc;
}

a {
    transition: .2s;
}

.side-mark-section {
    padding: 10px 20px 20px 20px;
    height: 100%;
    background-color: #F0F8FF;
}

.summary-sec ul {
    background-color: #F5FDFF;
    border-radius: 15px 15px 0 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: center;
}

.summary-sec ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.summary-sec ul li b {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
}

.summary-sec ul li span em {
    width: 15px;
    height: 15px;
    background-color: #C2C2C2;
    display: inline-block;
    border-radius: 4px;
    position: relative;
}

.summary-sec ul li span {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.b-c {
    background-color: #89DBFE !important;
}

.p-c {
    background-color: #FF9A9A !important;
}

.lg-c {
    background-color: #94FFE2 !important;
    border: 1px solid #18D19F;
}

.g-c {
    background-color: #17D49B !important;
}

.r-c {
    background-color: #FFB1BC !important;
}

.o-c {
    background-color: #FFDFBE !important;
}

.y-c {
    background-color: #FBF19A !important;
}

.summary-sec ul li span em img {
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.grid-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.grid-icons span {
    display: flex;
    gap: 10px;
}

.grid-icons span a svg {
    fill: #000;
    width: 16px;
}

.grid-icons span a {
    display: flex;
    gap: 8px;
    padding: 4px 9px;
    border: solid 1px #707070;
    border-radius: 7px;
    color: #4E4E4E;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.grid-icons span a.active {
    background-color: #4E4E4E;
    color: #fff;
}

.grid-icons span a.active svg {
    fill: #fff;
}

.grid-icons em a {
    color: #678AFF;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
}

.grid-icons em {
    display: flex;
    align-items: center;
}

.list-marc-accordian {
    margin: 15px 0 0 0;
}

.list-marc-accordian .grid-icons {
    margin: 0 0 25px 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/down-arrow.svg") !important;
}

.accordion-button::after {
    background-image: url("../images/down-arrow.svg") !important;
}

.points-inst ul li em {
    width: 15px;
    height: 15px;
    background-color: #C2C2C2;
    display: inline-block;
    border-radius: 4px;
    position: relative;
}

.points-inst ul li em img {
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.points-inst ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.points-inst ul {
    display: flex;
    gap: 15px;
}

.points-inst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.side-mark-section .accordion-item {
    border: 0;
    background-color: #F8F8F8;
    padding: 10px;
}

.side-mark-section .accordion-button:not(.collapsed),
.side-mark-section .accordion-button {
    background-color: transparent;
    padding: 5px 0 10px 0;
    border-bottom: solid 1px #707070;
    border-radius: 0;
}

.pint-to span {
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
}

.accordion-button::after {
    background-position: center;
}

ul.cout-list {
    display: flex;
    flex-wrap: wrap;
}

ul.cout-list li {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: relative;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #000;
    background-color: #C2C2C2;
}

ul.cout-list li i img {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 15px;
}

ul.cout-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.acord-section .accordion-item:last-child {
    margin: 0;
}

body,
html {
    height: 100%;
}

.question-main-file {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.mid-content {
    flex: 1;
}

.add-star:before {
    background-image: url("../images/fill-star.svg");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: -9px;
    bottom: -9px;
    width: 18px;
    height: 18px;
    background-size: 15px;
}

li a.add-star:before {
    width: 18px;
    height: 18px;
    background-size: 15px;
}

.add-star {
    position: relative;
}

.pagination-arrows ul li a.blank {
    background-color: transparent;
    border: solid 1px #707070;
}

.test-table table span em {
    width: 15px;
    height: 15px;
    background-color: #C2C2C2;
    display: inline-block;
    border-radius: 4px;
    position: relative;
}

.form-submit-modal.modal .modal-dialog {
    transform: none;
    max-width: 100%;
    width: 780px;
}

.test-table table span {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.test-table table td {
    text-align: center;
    padding: 10px 15px;
    border-right: solid 1px #ddd;
}

.test-table table th {
    text-align: center;
    background-color: #F2F2F2;
    border-right: solid 1px #ddd;
    padding: 10px 15px;
}

.head-page.text-center {
    width: 100%;
}

.head-page.text-center h1 {
    font-size: 26px !important;
    font-weight: bold;
}

.head-page.text-center p {
    margin: 0;
    font-size: 16px;
}

.modal-header {
    border: 0 !important;
    padding: 0 !important;
}

.btn-cancel {
    border: solid 1px #000;
    color: #000;
    padding: 10px 0;
    border-radius: 7px;
    transition: .2s;
    font-weight: bold;
}

.btn-cancel:hover {
    background-color: #333;
    color: #fff;
}

.modal-footer.text-center {
    display: flex;
    justify-content: center;
    border: 0;
    padding-top: 0;
}

.review-add-form {
    display: flex;
}

.review-add-form ul li {
    display: flex;
    position: relative;
    gap: 5px;
    flex-direction: column;
    align-items: center;
}

.review-add-form ul {
    display: flex;
    width: 100%;
    padding: 0 10px;
    gap: 20px;
    justify-content: center;
}

.review-add-form ul li b {
    font-size: 12px;
}

.review-add-form ul li svg {
    width: 40px;
    fill: #A4A4A4;
}

.review-add-form ul li input:checked~svg {
    fill: #FED501;
}

.review-add-form ul li input {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.review-add-form {
    display: flex;
    border-bottom: dashed 2px #707070;
    padding: 0 0 20px 0;
}

.add-review-modal .modal-body {
    padding: 20px 20px 20px 20px !important;
}

.add-review-modal .modal-dialog {
    transform: none;
    max-width: 100%;
    width: 500px;
}

.review-quest b {
    font-size: 18px;
    font-weight: normal;
}

.option-select span {
    position: relative;
}

.option-select span input {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.option-select span input:checked~i {
    background: #FFF0A5 0% 0% no-repeat padding-box;
    border: 1px solid #FED501;
    opacity: 1;
}

.option-select span i {
    font-style: normal;
    padding: 8px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border: 0.5px solid #979797;
    border-radius: 7px;
    opacity: 1;
    width: 100%;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    min-height: calc(100% - (1.75rem * 2));
    display: flex;
    align-items: center;
}

.option-select {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.option-select {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
    flex-direction: column;
}

.text-ares {
    display: flex;
    flex-direction: column;
}

.text-ares textarea {
    min-height: 120px;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 10px 15px;
}

.review-quest b {
    font-size: 18px;
    padding: 15px 0 10px 0;
    font-weight: normal;
    display: block;
}

.review-quest label {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.add-review-modal .head-page.text-center h1 {
    font-size: 20px !important;
    font-weight: bold;
    padding: 25px 0 0 0;
}

button.btn-close {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    border-radius: 50%;
    opacity: 1;
    background-image: url("../images/close.svg");
    width: 25px;
    background-size: 25px;
    height: 25px;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.heading-modal h2 {
    font-size: 22px;
    font-weight: bold;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 25px;
}

.yellow-header-sec {
    height: 240px;
    background-size: contain;
}

.center-secion {
    width: 610px;
    max-width: 100%;
    margin: -120px auto 0 auto;
}

.about-profile {
    background: rgb(255, 248, 214);
    background: linear-gradient(115deg, rgba(255, 248, 214, 1) 53%, rgba(255, 255, 255, 1) 100%);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    margin: 0 0 30px 0;
    box-shadow: 0px 5px 6px 0px #33333336;
}

.about-profile em.troph-icon {
    position: absolute;
    right: -3px;
    top: 0;
    width: 150px;
    margin: auto;
    pointer-events: none;
}

.pro-nam h2 {
    font-size: 30px;
}

.pro-nam h2 em {
    font-style: normal;
    font-size: 30px;
    color: #FF6A6A;
}

.pro-nam p {
    color: #8D8D8D;
    font-size: 16px;
}

.points strong {
    font-size: 60px;
    font-weight: 700;
    color: #5B4233;
    line-height: normal;
}

.points strong i {
    font-style: normal;
    font-size: 30px;
    font-weight: 700;
}

ul.review-result li {
    display: flex;
    gap: 15px;
}

ul.review-result li span {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

ul.review-result li span b,
ul.review-result li span i {
    font-style: normal;
    font-size: 16px;
}

ul.review-result {
    display: flex;
    margin: 15px 0 10px 0;
    padding: 0;
}

ul.review-result li {
    border-right: solid 1px #707070;
    padding: 0 20px;
}

ul.review-result li:first-child {
    padding-left: 0;
}

ul.review-result li:last-child {
    border-right: 0;
}

/*ul.review-result li span b {
    font-weight: normal;
}*/
p.date {
    font-size: 15px;
    margin: 15px 0 0 0;
    color: #8D8D8D;
}

em.troph-icon img {
    max-width: 100%;
}

.reatmpt-btn {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    margin: 0 0 30px 0;
    align-items: center;
}

.reatmpt-btn a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.reatmpt-btn a img {
    width: 15px;
}

.deatil-ana label {
    background-color: #41D9FF;
    color: #fff;
    padding: 10px 30px 10px 15px;
    font-weight: normal;
    border-radius: 15px 15px 0 0;
    font-size: 16px;
}

select {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 15px;
    padding-right: 60px !important;
    border: solid 1px;
    border-radius: 10px;
    line-height: 50px;
    padding: 0 20px;
}

.deatil-ana select {
    line-height: 30px;
    border-radius: 80px;
}

.deatil-ana {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prop-det {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.prop-det h2 {
    font-size: 18px;
    border-bottom: dashed 1px #707070;
    line-height: 30px;
    padding: 0 0 10px 0;
}

.prop-det ul li {
    display: flex;
    justify-content: center;
    line-height: 40px;
    gap: 10px;
    border: solid 1px #707070;
    padding: 0 12px;
    border-radius: 10px;
}

.prop-det ul li i img {
    width: 20px;
    height: 20px;
}

.question-section ul li.wrong-ans span:before {
    background-image: url("../images/wrong.svg");
    background-repeat: no-repeat;
    content: "";
    z-index: 9;
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center;
    background-size: contain;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.question-section ul li.wrong-ans span {
    background-color: #FFCBCB;
    position: relative;
}

.question-section ul li.right-ans span:before {
    background-image: url("../images/right.svg");
    background-repeat: no-repeat;
    content: "";
    z-index: 9;
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center;
    background-size: contain;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.question-section ul li.right-ans span {
    background-color: #ABFFDB;
    position: relative;
    content: "";
}

.def-lev-text,
.def-solu span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.def-lev-text span {
    font-size: 17px;
    display: flex;
    gap: 5px;
}

.def-lev-text span i {
    font-style: normal;
    color: #850808;
    background-color: #FFD5D5;
    padding: 2px 10px;
    line-height: 25px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}

.def-lev-text span {
    font-size: 17px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.def-lev-text b {
    color: #5890FF;
    font-size: 16px;
    font-weight: 500;
}

.def-lev {
    border-bottom: solid 1px #707070;
}

.def-lev {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.def-lev p,
.def-solu p {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.def-solu span b {
    font-size: 16px;
}

.def-solu {
    display: flex;
    flex-direction: column;
    padding: 10px 0 0 0;
    gap: 10px;
}

.def-solu span a {
    border: solid 1px #707070;
    padding: 3px 10px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    color: #000;
}

.limit-icon- b {
    text-align: center;
    display: block;
    font-size: 20px;
    color: #E94444;
    font-weight: normal;
}

.limit-icon- {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.limit-icon- center img {
    width: 120px;
}

.limit-icon- p {
    font-size: 18px;
    text-align: center;
}

.limit-icon- a {
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    gap: 10px;
    justify-content: center;
    line-height: 35px;
}

.analysis-table table th {
    text-align: left;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #CDF0F9;
}

.analysis-table table td {
    text-align: left;
    padding: 10px 15px;
}

.analysis-table table {
    border-color: #CDF0F9;
    background-color: #fff;
}

.analysis-table table th:first-child {
    border-radius: 15px 0 0 0;
    border: 0;
}

.analysis-table table th:last-child {
    border-radius: 0 15px 0 0;
    border: 0;
}

.analysis-table table td:first-child {
    background-color: #F1FAFB;
}

.atmpt-sec>div {
    width: 50%;
}

.current-atmpt label {
    background-color: #6E90FF;
    color: #fff;
    padding: 5px 30px 5px 15px;
    font-weight: normal;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    margin: 0;
}

.score-sec {
    display: flex;
    flex-direction: row;
    background-color: #F1F1FF;
    border: solid 1px #6E90FF;
    width: 100%;
    border-radius: 0 10px 10px 10px;
}

.scor-value {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
    padding: 15px 15px;
    align-items: center;
}

.scor-value span img {
    width: 50px;
}

.scor-value b {
    font-weight: normal;
    font-size: 16px;
    color: #777777;
}

.scor-value span {
    font-size: 28px;
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 600;
}

.graph-tab .nav-link.active {
    border-radius: 10px 10px 0 0;
    font-weight: normal;
    background-color: #CBFEDE;
}

.atmpt-sec {
    display: flex;
    gap: 20px;
}

.prev.current-atmpt label {
    background-color: #FFAE78;
    color: #000;
}

.prev.current-atmpt .score-sec {
    background-color: #FFECE5;
    border-color: #FFAE78;
}

.scor-value:first-child {
    padding-right: 0;
}

.scor-value:last-child {
    padding-left: 0;
}

.live-test-list .course-detail {
    display: flex;
    text-align: left;
    gap: 5px;
    flex-direction: column;
    width: 100%;
}

.live-test-list .course-detail p {
    font-size: 16px;
    margin: 0;
}

.live-test-list .course-detail p {
    font-size: 16px;
    margin: 0;
}

.live-test-list .course-detail b em:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.live-test-list .course-detail b em {
    background-color: red;
    color: #fff;
    position: relative;
    padding: 0px 12px 0px 30px;
    border-radius: 15px;
    font-style: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.live-test-list .course-detail b {
    display: flex;
    justify-content: space-between;
}

span.act-btn a {
    padding: 5px 20px;
    color: #3C3C3C;
    border: solid 1px #3C3C3C;
    border-radius: 6px;
}

span.act-btn a.start-btn {
    background-color: #48B496;
    color: #fff;
    border-color: #00755D;
}

span.act-btn {
    margin: 10px 0 0 0;
}

.live-test-list .first-course {
    display: flex;
    gap: 15px;
    padding: 15px;
}

.page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #000;
    padding: 20px 0 5px 0;
    margin: 0 0 20px 0;
}

.cout-clock p select {
    line-height: 35px;
}

.quest-marks {
    display: flex;
    gap: 15px;
}

.live-test-popup .head-page.text-center h1 {
    font-size: 20px !important;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-test-popup .test-table table th {
    text-align: left;
    background-color: #D8F7FF;
    border-right: solid 1px #94E3F7;
    padding: 8px 10px;
    line-height: normal;
}

.live-test-popup .test-table table td {
    text-align: left;
    border-right: solid 1px #ddd;
    padding: 8px 10px;
    background-color: #F5FDFF;
}

.instructor-sec b {
    font-size: 16px;
    font-weight: bold;
}

.instructor-sec li {
    background-image: url("../images/double-arrow-right.svg");
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: 2px 7px;
    background-size: 13px;
    display: flex;
    justify-content: space-between;
}

.instructor-sec ul {
    margin: 0 0 20px 0;
}

.instructor-sec li i {
    margin: 0 0 0 10px;
}

.modal-footer.text-center.star-bottom-section {
    background-color: #FFFCDB;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
}

.select-language {
    text-align: left;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.select-language b {
    font-size: 18px;
    font-weight: 500;
}

.lang-radio {
    display: flex;
    gap: 20px;
}

.lang-radio span {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.live-test-popup .modal-header {
    padding-bottom: 0;
}

.tr {
    color: #FF0000 !important;
}

.tb {
    color: #1737D4 !important;
}

.tg {
    color: #17D49B !important;
}

.ty {
    color: #FF9B17 !important;
}

.tdg {
    color: #0C8842 !important;
}

.like-to {
    background-color: #FAFFE5;
    padding: 10px 10px 10px 20px;
    justify-content: space-between;
    border-radius: 10px;
}

.like-to b {
    font-size: 16px;
    white-space: nowrap;
    font-weight: normal;
}

.like-to a {
    width: auto;
}

.exam-tate-time {
    background: transparent linear-gradient(90deg, #FF9100 0%, #FF6227 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 300px;
    color: #fff;
    max-width: 100%;
    border-radius: 0 5px 5px 0;
    line-height: 25px;
    padding: 5px 0 5px 20px;
    margin: 0 0 20px -20px;
}

.exam-tate-time b {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.rank-count {
    display: flex;
    justify-content: space-between;
}

.rank-number span {}

.rank-number b {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    color: #FE5E69;
}

.rank-number b em {
    font-style: normal;
    font-size: 22px;
    font-weight: 700;
    color: #FE5E69;
}

.rank-number span {
    display: flex;
    flex-direction: column;
}

.rank-number span i {
    font-size: 16px;
    font-style: normal;
}

.rank-number {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-profile.rank-section ul.review-result li {
    background-color: #fff;
    padding: 15px 12px;
    border-radius: 10px;
    gap: 10px;
    width: 33.333%;
    border: solid 1px #2EC84C;
}

.about-profile.rank-section ul.review-result {
    gap: 15px;
    margin-bottom: 0;
}

.rank-section ul.review-result li span b {
    font-size: 20px;
    font-weight: 400;
}

.rank-section ul.review-result li span i {
    font-size: 14px;
    display: flex;
    white-space: nowrap;
    gap: 5px;
    align-items: center;
}

.rank-section ul.review-result li span i em img {
    width: 13px;
}

.rank-section ul.review-result li span i em {
    display: inline-block;
}

.about-profile.rank-section {
    background: linear-gradient(287deg, #FFE4B7 53%, rgba(255, 255, 255, 1) 100%);
}

.leadboard-list {
    background: transparent linear-gradient(360deg, #FFFFFF 0%, #FFEBB5 100%) 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    padding: 15px 20px;
    margin: 25px 0 0 0;
}

.leadboard-list h2 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0px 0;
}

.first-leadboard {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 0 0 10px 0;
    border: solid 1px #BED6FF;
}

.leadboard-name b {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}

.leadboard-name {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 15px;
    font-weight: bold;
}

.marks-list span {
    display: flex;
    color: #959595;
    flex-direction: column;
    line-height: normal;
    font-size: 12px;
}

.marks-list {
    display: flex;
    gap: 25px;
    padding: 0 10px 0 0;
}

.view-solution ul.levels-def li img {
    position: static;
    right: 0;
    width: 30px;
    bottom: 0;
    z-index: 0;
}

.view-solution ul.levels-def li span {
    border-radius: 0;
    border: 0;
    min-height: auto;
    border-bottom: solid 1px;
    padding: 5px 0 10px 0;
}

.view-solution ul.levels-def li:last-child span {
    border-bottom: solid 0px;
}

.full-time ul {
    display: flex;
}

.full-time ul li {
    display: flex;
    flex-direction: column;
}

.time-section em {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    height: 120px;
    width: 180px;
}

.time-section em b {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
}

.time-section {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.full-time ul li {
    border: solid 1px #707070;
    border-radius: 10px;
    text-align: left;
    padding: 15px 15px;
    font-size: 16px;
    width: 100%;
}

.full-time ul li b,
.full-time ul li i {
    font-size: 28px;
    color: #2D73FF;
    font-style: normal;
    font-weight: 800;
}

.full-time ul li i {
    font-weight: 500;
}

.full-time ul {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.full-time {
    width: 100%;
}

.your-response span {
    display: flex;
    border: solid 1px #707070;
    border-radius: 10px;
    text-align: left;
    padding: 15px 15px;
    font-size: 16px;
    flex-direction: column;
}

.your-response {
    display: flex;
    gap: 20px;
    margin: 35px 0 0 0;
}

.your-response span b {
    font-size: 24px;
    color: #2D73FF;
    font-style: normal;
    font-weight: 800;
}

.your-response span {
    display: flex;
    border: solid 1px #707070;
    border-radius: 10px;
    text-align: left;
    padding: 15px 15px;
    font-size: 16px;
    flex-direction: column;
}

.your-response span i {
    font-size: 16px;
    font-style: normal;
}

.your-response span b em {
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    border: solid 1px red;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    padding: 0;
    transform: rotate(45deg);
    color: red;
}

.full-result-section {
    margin: 20px 0 0 0;
}


/********************
*********************
11-9-2024
*********************
********************/

.proceed-btn-c span i img {
    font-style: normal;
    width: 16px;
}

.proceed-btn-c span {
    gap: 10px;
    display: flex;
}

.proceed-btn-c {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-end;
}

.selec-btn {
    display: flex;
    width: 100%;
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
}

.selec-btn .dropdown button {
    padding: 0 10px;
    line-height: 38px;
    border-radius: 7px;
    background-color: transparent;
    color: #000;
    padding-right: 35px;
}

.selec-btn .dropdown-toggle::after {
    background-image: url("../images/down-arrow.svg");
    border: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
}

.selec-btn ul.dropdown-menu {
    width: 100%;
}

.selec-btn ul.dropdown-menu li {
    border-bottom: solid 1px #ddd;
}

.selec-btn ul.dropdown-menu li:last-child {
    border: 0;
}

.selec-btn ul.dropdown-menu {
    width: 100%;
    border-color: #6c757d;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 5px 0 5px;
    background-color: #f6f6f6;
}

ul.dropdown-menu.show:before {
    content: "";
    width: calc(100% - -2px);
    position: absolute;
    height: 10px;
    background-color: #f6f6f6;
    bottom: -10px;
    border-right: solid 1px #6c757d;
    border-left: solid 1px #6c757d;
    left: -1px;
}

.selec-btn ul.dropdown-menu li a {
    padding: 5px 8px;
}

body {
    background-color: #F6F6F6;
}

.sep-sec {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 20px 20px;
    margin: 0 0 20px 0;
}

.level-check ul li em.radio-btn {
    width: 18px;
    height: 18px;
    border: solid 1px #000;
    border-radius: 4px;
    position: static;
    background-color: #fff;
}

.level-check ul li i {
    font-style: normal;
    gap: 10px;
}

.level-check ul li input:checked~i em {
    background-color: #37a770;
    background-image: url(../images/radio-btn.svg);
    background-size: contain;
    background-position: center;
    border-color: transparent;
}

.custom-levels th {
    background-color: #FFF4BA;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: bold;
}

.custom-levels td {
    padding: 10px 15px;
}

.custom-levels td input {
    width: 110px;
    font-size: 14px;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #000000;
    border-radius: 5px;
    opacity: 1;
    padding: 7px 0;
    height: auto;
}

.custom-levels tr {
    border-bottom: solid 1px #ddd;
}

.custom-levels tr:first-child {
    border-bottom: solid 0px #ddd;
}

p.qes-sel b {
    font-size: 13px;
}

.ques-pend {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.ques-pend p {
    margin: 0;
}

.center-question {
    width: 1050px;
    margin: 10px auto;
    max-width: 100%;
    display: flex;
    align-items: center;
}

footer .center-question {
    margin: 0 auto 0 auto;
}

body.white-bg {
    background-color: #fff;
}

.pagination-arrows ul li.last-arrow a {
    border: solid 1px #707070;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    border-radius: 5px;
    background-color: transparent;
}

li.last-arrow img {
    width: 18px;
}

li.sep-line {
    height: 100%;
    background-color: #707070;
    width: 1px;
}

.legends-sec ul {
    display: flex;
    flex-wrap: wrap;
}

.legends-sec ul li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    margin: 0 0 20px 0;
    width: 50%;
    font-weight: bold;
}

.legends-sec ul i {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 5px;
}

.legends-sec ul li:last-child {
    width: 100%;
}

.lb-c {
    background-color: #C2C2C2;
    border: 1px solid #000000;
}

.lr-c {
    background: #FF9A9A 0% 0% no-repeat padding-box;
    border: 1px solid #E22A2A;
}

.que4st-count {
    padding: 5px 0 0 0;
    border-top: solid 1px #707070;
    margin: 10px 0 0 0;
}

.legends-sec h5 {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.question-section {
    background-color: #eff8ff;
    opacity: 1;
    border-radius: 15px;
    position: relative;
}

a.slid-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    left: -25px;
    margin: auto;
    line-height: 113px;
    width: 26px;
    height: 113px;
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 18px 0px 0px 17px;
    opacity: 1;
}

a.slid-icon:hover {
    background-color: #1190FF;
}

a.slid-icon:hover svg {
    fill: #fff;
}

a.slid-icon svg {
    width: 15px;
}

a.slid-icon.rig-aro {
    left: auto;
    right: -25px;
    border-radius: 0 18px 18px 0;
}

.question-section ul li span i {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-style: normal;
    background-color: #fff;
    border: solid 1px #707070;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.cta-section button.mark-rev i {
    color: #000;
}

.cta-section button.mark-rev {
    width: auto;
}

.cta-section button.border-btn {
    background-color: transparent;
    border: solid 1px #707070;
}

.cta-section button.border-btn i {
    color: #707070;
}

.quest-count-action p i {
    font-style: normal;
    background-color: #F4F9FB;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 10px;
    margin: 0 0 0 10px;
}

.para-div {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
    line-height: 30px;
    border: solid 1px #707070;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}

.para-div p {
    margin: 0;
}

.arrow-side a svg {
    width: 15px;
}

.mid-content .container-fluid,
.mid-content .container-fluid .row {
    height: 100%;
}

ul.list-list li {
    border-bottom: solid 1px #707070;
    line-height: normal;
    padding: 10px 0;
}

ul.list-list {
    margin: 20px 0 0 0;
}

ul.list-list li:last-child {
    border: 0;
}

.lr-c {
    background-color: #FF9A9A !important;
    border: 1px solid #E22A2A;
}

.w-c {
    background-color: #fff !important;
    border: solid 1px #707070;
}

.test-table table .add-star:before {
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: -5px;
    bottom: -5px;
}

.gr-c {
    background-color: #A1A1A1 !important;
}

.full-height {
    height: calc(100% - 40px);
}

.full-height .ans-qus-sec {
    height: 100%;
}

.full-height .question-section {
    height: calc(100% - 60px);
}

.solution-sec {
    border: solid 1px #707070;
    border-radius: 10px;
    padding: 15px 15px;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 500px;
    background-color: #fff;
    max-width: 100%;
}

.text-form textarea {
    min-height: 150px;
    padding: 10px 15px;
}

.text-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.like-dislike span i svg {
    width: 30px;
    fill: #fff;
    stroke: #000;
    height: 30px;
}

.like-dislike {
    display: flex;
    align-items: center;
    gap: 20px;
}

.like-dislike span i {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 7px;
    font-style: normal;
    padding: 0 20px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
}

.like-dislike span.good input:checked~i {
    color: #FF2929;
}

.like-dislike span.bad input:checked~i {
    color: #17AF76;
}

.like-dislike span.good input:checked~i svg {
    fill: #FF2929;
    stroke: #fff;
}

.like-dislike span.bad input:checked~i svg {
    fill: #17AF76;
    stroke: #fff;
}

.total-q-strp .center-question {
    margin: 0 auto;
}

button.border-btn {
    background-color: #fff;
    border: solid 1px #707070;
}

.test-btns {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.test-btns button {
    width: 100%;
}

.border-btn:hover {
    background-color: #333;
    color: #fff;
}

.save-test-paper {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.save-test-paper h5 {
    font-size: 18px;
}

.check-success {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.check-success b,
.check-success p {
    font-size: 18px;
}

.check-success p b {
    display: block;
}

.prop-det h2,
.leadboard-list h2 {
    font-weight: bold;
}

.first-review-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first-review-step .review-add-form {
    margin: 0;
    border: 0;
    padding: 0;
}

.first-review-step center svg {
    width: 100px;
    fill: #FFC02D;
}

.first-review-step .review-add-form ul li svg {
    width: 50px;
    fill: #A4A4A4;
}

.first-review-step h5 {
    font-size: 23px;
    color: #DB5814;
    font-weight: bold;
}

.first-review-step p {
    font-size: 20px;
}

.first-review-step .review-add-form {
    margin: 20px 0 20px 0;
}

.first-review-step center {
    margin: 10px 0 30px 0;
}

.first-review-step .review-add-form ul li b {
    font-size: 14px;
}

.total-q-strp h5 {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.t-cta p {
    margin: 0;
    align-items: center;
    font-weight: bold;
    display: flex;
    gap: 5px;
}

button.btn-primary.y-c {
    background-color: #FEEC00 !important;
    border-radius: 10px;
    color: #0A0A0A;
}

.table-1 h5 {
    font-weight: bold;
    font-size: 20px;
    color: #FF3D00;
    margin: 30px 0 10px 0;
}

.fix-width-div {
    max-width: 100%;
    width: 1750px;
    margin: 0 auto;
}

.instructor-sec li i {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 4px;
}

.instructor-sec li .add-star:before {
    width: 14px;
    height: 15px;
    background-size: 13px;
}

.syllabus-popup .modal-dialog {
    width: 90%;
    max-width: 100%;
}

.my-test-section button.trash-btn {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.my-test-section button.trash-btn img {
    width: 25px;
}

.my-test-section span.act-btn {
    margin: 10px 0 0 0;
    display: flex;
    gap: 10px;
}

.confirm-delete .save-test-paper h5 {
    font-size: 20px;
    text-align: center;
}

.confirm-delete .modal-popup {
    padding: 15px;
}

.search-input {
    display: flex;
    border: solid 1px;
    border-radius: 10px;
    line-height: 50px;
    padding: 0 20px;
    background-color: #fff;
    margin: 0 0 15px 0;
}

.search-input input {
    width: 100%;
    border: 0;
    padding: 0;
}

input[type="text"]:focus-visible {
    outline: none;
}

.graph-tab li {
    width: 50%;
}

.graph-tab ul {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.graph-tab .nav-link {
    font-size: 15px !important;
    color: #2E2E2E;
    font-weight: bold !important;
    padding: 10px 0;
    width: 100%;
}

.profile-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-div>div {
    width: 50%;
    margin: 0;
}

.profile-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.white-sep {
    background-color: #fff;
    padding: 20px 20px;
    margin: 0 0 30px 0;
    border-radius: 20px;
}

.full-test-result b {
    font-size: 28px;
}

.full-test-result ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.full-test-result ul li i {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    gap: 8px;
    align-items: center;
}

.full-test-result ul li i em {
    width: 4px;
    height: 4px;
    background-color: #0e0e0e;
    display: inline-block;
    border-radius: 50%;
}

.full-test-result ul li {
    white-space: nowrap;
    display: flex;
    gap: 15px;
}

.full-test-result p.date {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.profile-div .full-test-result {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profile-div .reatmpt-btn {
    width: 480px;
    align-items: center;
    max-width: 100%;
}

.profile-div .prop-det {

    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.prop-det h2 {
    margin: 0;
    border: 0;
}

.b-g {
    border-color: #029E0C !important;
}

.b-r {
    border-color: #FF0000 !important;
}

.b-b {
    border-color: #2E5EE4 !important;
}

.b-p {
    border-color: #DD18F3 !important;
}

.b-o {
    border-color: #FF7C16 !important;
}

.prop-det ul li b {
    font-size: 18px;
    font-weight: bold;
}

.atmpt-sec {
    background-color: #fff;
    padding: 20px 20px;
    margin: 0 0 30px 0;
    border-radius: 20px;
}

.analysis-table {
    margin: 0 0 30px 0;
}

.back-arow {
    margin: 20px 0 25px 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.back-arow b {
    font-size: 20px;
    border-left: solid 2px #707070;
    padding: 0 0 0 15px;
}

.count-and-dh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.count-sec label {
    font-weight: bold;
}

button {
    cursor: pointer;
}

.over-hidden {
    max-height: 680px;
    overflow: auto;
}

#pills-home .over-hidden {
    max-height: 730px;
}

.accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fad400 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.new-bg {
    background-color: #F6F6F6
}

.checkbox label b {
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.form-switch .form-check-input {
    outline: none !important;
    box-shadow: none !important;
}

.sep-sec .heading::after {
    display: none;
}




/* Basic Rules */
.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    transform: translateY(50%);
    position: relative;
}

/* Style Wired */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}

input:checked+.slider:before {
    transform: translateX(30px);
    background: limeGreen;
}

input:checked+.slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
    box-shadow: none;
}

.switch.flat .slider:before {
    background: #FFF;
}

.switch.flat input:checked+.slider:before {
    background: white;
}

.switch.flat input:checked+.slider {
    background: limeGreen;
}

.table {
    border-color: #ddd;
}

a:hover {
    text-decoration: none !important;
}

.graph-tab .tab-output {
    background-color: #f6fffa;
    border-radius: 0 20px 20px 20px;
    padding: 15px 10px;
    margin: 0 0 30px 0;
}

.table-design ul {
    margin: 0;
}

.table-design ul li {
    text-align: left;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
}

.table-design ul li:first-child {
    background-color: #CDF0F9 !important;
    font-weight: bold;
    border: 0;
}

.table-design ul:first-child li {
    background-color: #f1fafb;
}

.table-design ul:first-child li {
    font-weight: normal;
}

.table-design ul:first-child li:first-child {
    font-weight: bold;
}

.table-design {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.table-design ul li:last-child {
    border: 0;
}

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    left: -25px;
    margin: auto;
    line-height: 113px;
    width: 26px;
    height: 113px;
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 18px 0px 0px 17px;
    opacity: 1;
}

.q-opt div p {
    color: #0c0c0c;
    margin-bottom: 0;
}

form.mb-3 {
    margin: 0 !important;
}

.t-cta ul {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.t-cta ul a,
.t-cta ul button {
    border-radius: 50px;
    padding: 0 20px !important;
    line-height: 40px;
    list-style: none;
}

.t-cta ul li {
    list-style: none;
}

.question-main-file.page-content .container {
    height: 100%;
}

.question-main-file.page-content {
    height: 100%;
}

.question-main-file.page-content .container {
    height: calc(100vh - 178px);
}

.bg_test {
    background: transparent;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 15px;
    position: relative;
    margin: 15px 30px;
    /*background: #EFF8FF 0% 0% no-repeat padding-box;*/
    box-shadow: none;
    opacity: 1;
}

.owl-item .item.bg_test.container {
    height: 60vh;
    overflow-y: auto;
}

.part-section-test {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.owl-carousel .owl-nav button.owl-next {
    right: -5px;
    margin: 0;
    left: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto !important;
    color: #000;
    line-height: 113px;
    width: 26px;
    height: 113px;
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 18px 0px 0px 17px;
    opacity: 1;
    border-radius: 0 15px 15px 0;
    right: 2px !important;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0 !important;
}

.owl-carousel .owl-nav button.owl-prev {
    right: auto !important;
    left: 5px !important;
    opacity: 1 !important;
    top: 0 !important;
    z-index: 9;
    border-radius: 20px 0 0 20px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #1190FF;
    color: #FFF;
    text-decoration: none;
}

.logo_div {
    width: 130px;
    height: auto;
}

button.border-btn {
    padding: 0 !important;
    font-weight: bold;
    min-width: auto;
    color: #000;
}

.btn-warning {
    color: #212529;
    background-color: #FEEC00 !important;
    border-color: #FEEC00 !important;
}

.question_nav_pointer {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: relative;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-size: 13px !important;
    padding: 0;
    box-shadow: none;
}

.legends-sec h5:Before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #a1c1d9;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
}

.sidebar-wrapper .sidebar-search>div {
    padding: 10px;
    padding-bottom: 50px;
    overflow-y: auto !important;
}


/**************Warning******/
.warning-popup .review-add-form {
    display: flex;
    border-bottom: none;
    padding: 0;
    justify-content: center;
}

.warning-popup .review-add-form center img {
    width: 100px;
}

.review-add-form h5:before {
    content: "";
    height: 3px;
    width: 100px;
    background-color: #fad300;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -7px;
}

.review-add-form h5 {
    font-size: 23px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.review-add-form center {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.checkbox label input {
    width: 20px;
    accent-color: #0da772;
}

.heading h2 input {
    width: 25px;
    height: 25px;
    accent-color: #0da772;
}

li.footer_action.mark_for_review button.btn.btn-warning.ng-binding {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important;
}

button.border-btn {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-size: 20px;
    padding: 5px 25px !important;
    display: inline-block;
}

.sub_btn {
    border-radius: 5px;
}

.form-submit-modal .modal-header {
    margin: 25px 0 5px 0;
}

.edit-se i img {
    width: 20px;
}

.edit-se {
    position: relative;
}

.edit-se i {
    position: absolute;
    right: 15px;
    top: 10px;
}

.over-all-sec ul {
    margin: 0;
    width: 33.33%;
    border-right: solid 1px;
}

.over-all-sec ul li {
    border: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.prop-det .over-all-sec {
    background-color: #fff;
    padding: 20px 20px;
    margin: 0 0 30px 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.over-all-sec ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.over-all-sec ul:last-child {
    border: 0;
}

.view-solution ul.levels-def li span p b {
    display: inline !important;
}

.over-all-sec ul li i {
    display: flex;
    gap: 5px;
    font-style: normal;
    align-items: center;
}

.over-all-sec ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.over-all-sec ul li span em img {
    width: 20px;
}

.prop-det ul li b em {
    font-size: 14px;
    color: #888;
    font-style: normal;
}

.over-all-sec ul.les-wd {
    width: 37%;
    padding: 0px 50px !important;
}

.over-all-sec ul:first-child {
    padding: 0 30px 0 0;
    width: 25%;
}

.over-all-sec ul:last-child {
    border: 0;
    width: 38%;
    padding: 0 0 0 30px !important;
}

.btn-gray {
    background-color: #E2E2E2 !important;
}

.question-no {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    height: auto !important;
    overflow: visible !important;
}

.question-no .question_nav_pointer {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    position: relative;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #E3E3E3;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper .sidebar-search>div {
    overflow-y: auto !important;
    padding: 10px 0;
    height: auto !important;
    max-height: 300px !important;
}


.lang-clo-sec {
    display: flex;
    gap: 20px;
}

.sidebar-brand a:before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #03658E;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -5px;
}

.sidebar-brand a {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
}

.question-no.legends.legends-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.question-no.legends.legends-sec .width-40 div,
.question-no.legends.legends-sec .width-40 p {
    margin: 0;
    line-height: normal;
    text-align: left;
    display: grid;
    align-items: center;
}

.question-no.legends.legends-sec .width-40 p {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    margin: 0 0 0 0;
    font-weight: bold;
}

.question-no.legends.legends-sec .width-40:last-child {
    width: 100%;
}

.question-no.legends.legends-sec span.width-40 {
    width: 50%;
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px 0;
}

.sidebar-wrapper {
    width: 400px;
}

.bg-white.questionbg {
    background-color: transparent !important;
}

.bg-white.questionbg .row.m-0.bg-white {
    background-color: transparent !important;
}

.bg-white.questionbg .row.m-0.mt-2 .col-12 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    border-radius: 9px;
    opacity: 1;
    padding: 10px 20px;
}

.q-opt div {
    display: flex;
    gap: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    border-radius: 9px;
    opacity: 1;
    padding: 5px 15px !important;
    align-items: center;
}

.bg-white.questionbg .row.m-0.bg-white .col-12 {
    padding: 0;
    display: flex;
    align-items: center;
    color: #7B7B7B;
    font-size: 20px;
}

.bg-white.questionbg .row.m-0.bg-white .col-12 strong {
    margin: 0 10px 0 0;
    font-size: 20px;
    font-weight: 600;
}

.owl-item .item.bg_test.container {
    height: 60vh;
    overflow-y: auto;
    padding: 20px 40px 0 40px !important;
}

a.reportbt {
    border: solid 1px #707070;
    border-radius: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 31px;
    background-color: #fff;
    padding: 0;
    float: none;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-right: 400px;
    }
}

a.trans_dlt {
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fe0000c2;
    left: 25px;
}

a.trans_dlt:hover {
    background-color: #fe0000;
}

a.trans_dlt i {
    color: #fff;
    font-size: 18px;
}

li.footer_action.mark_for_review button.btn.btn-warning.ng-binding i {
    color: #BB66FC;
}

.cta-section button.border-btn {
    border: 0 !important;
}

.listview.question-no {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto !important;
}

.listview.question-no #listviewhtml {
    width: auto;
    text-align: left;
    background-color: transparent;
    background-image: none;
    display: flex;
    height: auto;
    align-items: center;
    gap: 10px;
}

.listview.question-no #listviewhtml span.ng-binding {
    width: 35px;
    height: 32px;
    border-radius: 5px;
    position: relative;
    line-height: 32px;
    font-size: 15px;
    font-weight: 600;
    background-color: #c2c2c2;
    margin: 0;
    text-align: center !important;
    display: flex !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}

.listview.question-no #listviewhtml p.ng-binding {
    line-height: normal;
    margin: 0;
    width: 100%;
}

.side-mark-section {
    height: calc(100% - 125px);
}

.lang_repot_div {
    display: flex;
    gap: 10px;
    float: none;
    margin-left: auto;
    align-items: center;
}

.lang_repot_div .language_control {
    border: solid 1px #707070;
    margin: 0;
    border-radius: 5px;
    padding: 0;
}

.lang_repot_div .language_control select {
    margin: 0;
    height: 33px !important;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 15px;
    padding-right: 40px !important;
}

.gridview.question-no .mark_for_review:before,
.gridview.question-no .bookmarked:before,
.listview.question-no .mark_for_review span.ng-binding:before,
.listview.question-no .bookmarked span.ng-binding:before {
    content: "";
    background-image: url(https://staging.utkarsh.com/utk_web_dev/assets/images/star-fill.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -6px;
    right: -8px;
}

.mark_for_review span.ng-binding {
    position: relative;
}

.gridview.question-no .mark_for_review {
    background: none !important;
    background-color: #FF9A9A !important;
    position: relative;
}

.question-no .question_nav_pointer {
    background-image: none !important;
}

.checkbox-style input:checked~i {
    background-image: url(../images/radio-btn.svg);
    background-size: contain;
    background-position: center;
    border-color: #fff;
}

.checkbox-style {
    position: relative;
}

.checkbox-style input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    cursor: pointer;
    top: 0;
    opacity: 0;
    z-index: 1;
}

ul.levels-def li span p br {
    display: none;
}

.buton-all-select {
    float: none;
    margin-left: auto;
    display: flex;
    position: absolute;
    right: 50px;
    top: 17px;
    z-index: 99;
}

.buton-all-select input {
    width: 20px;
    accent-color: #0da772;
}

.btn {
    min-width: auto !important;
}

.view-solution ul.levels-def li b {
    gap: 10px;
}

.owl-item .q-opt {
    width: calc(100% - 70px) !important;
}

.owl-item .questionbg {
    width: calc(100% - 70px) !important;
}

button.show-menu-side {
    display: none;
}

em.close-btn {
    display: none;
}

.questiontypee {
    font-style: normal;
    background-color: #F4F9FB;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 10px;
    margin: 0 0 0 10px
}

.sticky_footer .proceed-btn {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 99;
}

.sticky_footer {
    padding-bottom: 80px;
}

.radheee.bg-white.mb-2.col-12.question_solution {
    width: calc(100% - 70px);
}

/***********************Responsive Start*******************/
@media only screen and (max-width: 1340px) {
    .bottom_test ul {
        width: calc(100% - 450px);
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 1240px) {
    span.act-btn a {
        padding: 4px 10px;
        font-size: 15px;
    }

    .live-test-list .course-detail p {
        font-size: 14px;
    }

    .course-detail b {
        font-size: 18px;
    }

    .my-test-section button.trash-btn {
        bottom: 16px;
    }

    .my-test-section span.act-btn {
        margin: 5px 0 0 0;
    }

    .select-question ul {
        gap: 5px;
    }

    .select-question ul li span b {
        font-size: 25px;
    }

    .sep-sec {
        padding: 20px 15px 25px 15px;
        margin: 0 0 20px 0;
    }

    .first-course input:checked~i,
    .select-question ul li input:checked~span i,
    .select-mode ul li input:checked~span i {
        background-repeat: no-repeat;
    }

    .select-mode ul li span b {
        display: flex;
        font-size: 16px;
        gap: 5px;
        justify-content: center;
        flex-direction: column;
    }

    .select-mode ul li span p {
        font-size: 14px;
    }

    .profile {
        padding: 0 20px;
    }

    .heading {
        margin: 0 0 15px 0;
    }

    .profile-div .reatmpt-btn {
        width: 100%;
        align-items: center;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .reatmpt-btn a {
        padding: 10px 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 15px;
        line-height: normal;
    }

    ul.review-result li center {
        text-align: left;
    }

    .over-all-sec ul.les-wd {
        width: 32%;
        padding: 0px 30px !important;
    }

    .over-all-sec ul:first-child {
        padding: 0 20px 0 0 !important;
        width: 23%;
    }

    .over-all-sec ul:last-child {
        border: 0;
        width: 43%;
        padding: 0 0 0 20px !important;
    }

    .page-wrapper {
        height: 100%;
    }

    .qust-paper {
        height: 100%;
    }

    .question-main-file.page-content .container {
        height: auto;
    }

    body {
        overflow-y: visible;
        overflow-x: visible;
    }

    .question-main-file.page-content {
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .owl-item .item.bg_test.container {
        height: 100%;
    }

    .t-cta ul {
        gap: 5px;
    }

    .sidebar-wrapper {
        width: 270px;
    }

    .question-no.legends.legends-sec {
        flex-direction: column;
    }

    .question-no.legends.legends-sec span.width-40 {
        width: 100%;
    }

    .side-mark-section {
        padding: 10px 10px 20px 10px;
    }

    .page-wrapper.toggled .page-content {
        padding-right: 260px;
    }

    .owl-item .item.bg_test.container {
        padding: 20px 10px 0 10px !important;
    }

    .page-wrapper .page-content>div {
        padding: 2px 10px 2px 40px;
    }

    .bottom_test ul {
        width: calc(100% - 340px);
    }
}

@media only screen and (max-width:1000px) {
    .over-all-sec ul li {
        flex-direction: column;
        gap: 0;
    }

    .prop-det ul li b {
        font-size: 14px;
        font-weight: bold;
        line-height: normal;
    }

    .prop-det .over-all-sec {
        padding: 10px 15px;
    }

    ul.review-result li span i {
        font-size: 13px;
    }

    .over-all-sec ul.les-wd {
        width: 30%;
        padding: 0px 15px !important;
    }

    .prop-det .over-all-sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .over-all-sec ul li i {
        font-size: 14px;
    }

    .over-all-sec ul li {
        margin: 10px 0;
        display: flex;
        flex-direction: row;
        line-height: normal;
        align-items: center;
    }

    .level-check ul li i {
        padding: 5px 0;
    }

    .col-xl-8.col-lg-8.col-md-7.col-sm-12.col-xs-12.pl-4.pr-4 {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    ul.review-result li span b,
    ul.review-result li span i {
        font-style: normal;
        font-size: 14px;
        line-height: normal;
    }

    ul.review-result li {
        padding: 0 10px;
    }

    ul.review-result li {
        gap: 5px;
    }

    .about-profile em.troph-icon {
        width: 100px;
    }

    .pro-nam h2 {
        font-size: 20px;
    }

    .pro-nam h2 em {
        font-size: 20px;
    }

    .points strong {
        font-size: 50px;
    }

    .pro-nam p {
        font-size: 14px;
    }

    .full-test-result ul li i {
        font-size: 14px;
        gap: 5px;
    }

    .about-profile {
        padding: 15px;
    }

    .reatmpt-btn a {
        padding: 10px 10px;
        gap: 10px;
        font-size: 14px;
    }

    .white-sep {
        padding: 10px;
    }

    .profile-div {
        gap: 15px;
    }

    .profile-div .full-test-result {
        gap: 10px;
    }

    .prop-det .over-all-sec {
        padding: 20px 15px;
    }

    .view-solution ul.levels-def li img {
        height: auto;
    }

    .bottom_test ul {
        text-align: center;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .bottom_test ul li.mark_for_review {
        margin-bottom: 0 !important;
    }

    .bottom_test ul li:last-child {
        margin-top: 0 !important;
    }

    li.footer_action.mark_for_review button.btn.btn-warning.ng-binding {
        font-size: 0;
    }
}

@media only screen and (max-width:767px) {
    .book_select_card center img {
        width: 70px;
    }

    .view-solution ul.levels-def li span p b {
        font-size: 14px;
    }

    .view-solution ul.levels-def li p {
        font-size: 14px;
    }

    .over-all-sec ul li span em img {
        width: 16px;
    }

    .first-course {
        padding: 5px;
        gap: 5px;
    }

    .course-detail b {
        font-size: 15px;
    }

    .proceed-btn {
        margin: 0;
    }

    .count-and-dh {
        font-size: 13px;
    }

    .pl-4,
    .px-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .live-test-list .first-course {
        padding: 10px;
    }

    .my-test-section button.trash-btn img {
        width: 15px;
    }

    .search-input {
        display: none;
    }

    .checkbox label b {
        font-size: 13px;
    }

    .count-and-dh {
        display: none;
    }

    .checkbox label {
        margin: 0;
    }

    .heading {
        margin: 0 0 15px 0;
        flex-direction: row;
        display: flex;
        gap: 15px;
    }

    .level-check ul li i {
        padding-left: 0;
        padding-right: 0;
    }

    .select-question ul li {
        width: 60px;
    }

    .select-question ul {
        gap: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        gap: 20px 10px;
    }

    .select-mode ul {
        gap: 15px;
        flex-direction: row;
        display: flex;
    }

    .select-mode ul li span p {
        font-size: 10px;
    }

    .select-mode ul li span {
        padding: 10px 10px;
    }

    .select-mode ul li span b {
        font-size: 14px;
        justify-content: center;
        flex-direction: row;
    }

    i.radio-btn {
        width: 20px;
        height: 20px;
    }

    .select-mode ul {
        margin: 0;
    }

    ul.review-result {
        display: flex;
        margin: 10px 0 10px 0;
        padding: 0;
        flex-direction: row;
    }

    .white-sep {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        padding: 0;
    }

    ul.review-result li center img {
        width: 18px;
    }

    .profile-div>div {
        width: 100%;
        margin: 0;
        padding: 10px 10px;
    }

    .over-all-sec ul {
        margin: 0;
        width: 100% !important;
        border-right: solid 0px !important;
        padding: 15px 15px !important;
    }

    .over-all-sec ul.les-wd {
        padding: 15px 15px !important;
    }

    .over-all-sec ul:last-child {
        padding: 15px !important;
    }

    .over-all-sec ul:last-child {
        border: 0 !important;
    }

    .prop-det ul li b {
        padding: 0 25px;
    }

    .profile-div .reatmpt-btn {
        margin: 0;
    }

    ul.levels-def li span {
        min-height: auto;
        padding: 10px 90px 10px 10px;
        border-radius: 10px;
    }

    ul.levels-def li img {
        width: 90px;
        right: 15px;
        height: 70px;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 50px auto 30px auto;
    }

    .form-check.form-switch label {
        font-size: 12px;
        white-space: nowrap;
    }

    .form-check.form-switch {
        margin: 0;
        align-items: center;
    }

    .my-5 {
        margin-top: 20px !important;
    }

    .top_navbar .navbar-brand {
        width: 60px;
        height: 60px;
    }

    .show-main-menu .profile_lft.leftdiv {
        display: block;
    }

    .profile_lft.leftdiv {
        display: none;
    }

    .live-test-list .course-detail p {
        font-size: 12px;
    }

    span.act-btn a {
        font-size: 10px;
    }

    .accordion-button:not(.collapsed),
    .accordion-item button {
        font-size: 14px;
    }

    .accordion-button {
        padding: 10px;
    }

    .checkbox label {
        padding: 5px 0 0px 0;
    }

    .accordion-item .form-group .checkbox:first-child {
        border-bottom: solid 0px #707070;
    }

    span.head-text {
        z-index: 9;
        padding: 8px 15px;
        font-weight: bold;
        border-radius: 10px 10px 0 0;
        font-size: 14px;
    }

    .level-check ul li i {
        font-size: 12px;
    }

    .heading h2 {
        font-size: 14px;
    }

    .sep-sec {
        padding: 15px 15px 15px 15px;
        margin: 0 0 20px 0;
    }

    .select-question ul li span b {
        font-size: 23px;
    }

    .select-question ul li span em {
        font-size: 12px;
    }

    .select-question ul li span {
        display: flex;
        flex-direction: column;
        position: relative;
        border-radius: 8px;
        border: solid 1px #707070;
        width: 100%;
        align-items: center;
        padding: 10px 0 20px 0;
        height: 100%;
    }

    .input-text {
        border: solid 1px;
        border-radius: 8px;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        width: 100%;
    }

    .heading {
        margin: 0 0 10px 0;
    }

    .heading-modal h2 {
        font-size: 17px;
        margin: 0;
    }

    .heading-modal {
        margin: 0 0 15px 0;
    }

    ul.levels-def li b {
        font-size: 17px;
    }

    ul.levels-def li span p {
        font-size: 13px;
        line-height: normal;
    }

    ul.levels-def li img {
        width: 85px;
    }

    ul.levels-def {
        margin: 0;
    }

    .modal.fade .modal-dialog {
        margin: 40px auto 0 auto;
    }

    .custom-levels th {
        font-size: 14px;
        padding: 5px 15px;
    }

    .custom-levels td {
        padding: 5px 15px;
        font-size: 14px;
    }

    .ques-pend {
        font-size: 13px;
    }

    .custom-levels td input {
        width: 100%;
        font-size: 13px;
        border-radius: 5px;
        opacity: 1;
        padding: 2px 6px;
        height: auto;
    }

    .pro-nam h2 {
        font-size: 16px;
    }

    .pro-nam h2 em {
        font-size: 16px;
    }

    .points strong {
        font-size: 40px;
    }

    .current-atmpt label {
        font-size: 14px;
    }

    .scor-value span img {
        width: 25px;
    }

    .scor-value {
        gap: 5px;
        padding: 10px 10px;
    }

    .scor-value span {
        font-size: 20px;
        display: flex;
        gap: 5px;
        align-items: center;
        font-weight: 600;
    }

    .scor-value b {
        font-size: 12px;
    }

    .full-test-result ul li i {
        font-size: 14px;
    }

    .profile-div .full-test-result {
        gap: 10px;
        padding: 0;
    }

    .profile-div {
        gap: 10px;
    }

    .reatmpt-btn a {
        padding: 7px 6px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 15px;
        line-height: normal;
        font-size: 14px;
    }

    .over-all-sec ul li {
        display: flex;
        flex-direction: row;
        margin: 0 0 10px 0;
        align-items: center;
    }

    .prop-det ul li b {
        padding: 0;
    }

    .over-all-sec ul:last-child {
        padding: 0 !important;
    }

    .over-all-sec ul.les-wd {
        padding: 0 !important;
    }

    .score-sec {
        flex-direction: column;
    }

    .scor-value {
        padding: 10px 10px !important;
    }

    .table-design ul li {
        padding: 5px 10px;
        font-size: 14px;
    }

    .graph-tab .nav-link {
        font-size: 13px !important;
    }

    .atmpt-sec {
        background-color: #fff;
        padding: 15px 15px;
    }

    .prop-det ul li b {
        font-size: 14px;
    }

    .over-all-sec ul li i {
        font-size: 14px;
        margin: 0;
    }

    .over-all-sec ul:first-child {
        padding: 0 !important;
    }

    .prop-det h2 {
        font-size: 16px;
    }

    ul.review-result li span i {
        font-size: 12px;
    }

    .pro-nam p {
        font-size: 13px;
    }

    .pro-nam h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .pro-nam p {
        margin: 0;
    }

    .checkbox label input {
        width: 16px;
    }

    .buton-all-select input {
        width: 16px;
        accent-color: #0da772;
    }

    .prop-det .over-all-sec {
        background-color: #fff;
        padding: 10px 10px;
    }

    ul.review-result li span b,
    ul.review-result li span i {
        white-space: nowrap;
    }

    .page-wrapper.toggled .page-content {
        padding-right: 0;
    }

    .question-main-file.page-content .container {
        height: auto;
        width: 100% !important;
        max-width: 100%;
    }

    .logo_div img {
        width: 65px !important;
    }

    .kautilya-nav-style {
        width: auto;
        margin: 5px 0 0 0;
    }

    .page-wrapper .page-content>div {
        padding: 0;
    }

    li.footer_action.mark_for_review button.btn.btn-warning.ng-binding {
        font-size: 13px !important;
        width: 105px;
        gap: 0;
        white-space: normal;
        line-height: 14px;
        padding: 6px 0;
        height: 40px;
        text-transform: capitalize;
    }

    .bottom_test ul li:last-child {
        width: auto !important;
        margin-top: 0;
        margin-left: auto;
    }

    .bottom_test ul a {
        font-size: 14px;
    }

    .bottom_test ul a i {
        font-size: 0;
    }

    .bottom_test ul li.mark_for_review {
        width: auto !important;
        margin-bottom: 0;
    }

    .t-cta ul a i {
        font-size: 0;
    }

    .t-cta ul a,
    .t-cta ul button {
        line-height: 35px;
        font-size: 14px;
        display: flex;
        padding: 0 15px !important;
        align-items: center;
        height: 35px;
    }

    .btn {
        min-width: auto !important;
        font-size: 13px;
    }

    .cta-section button.border-btn {
        font-size: 13px !important;
    }

    .cta-section button {
        min-width: auto;
        padding: 0 15px;
        font-size: 13px !important;
        line-height: 35px;
    }

    .bottom_test ul {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .bottom_test ul {
        width: 100%;
    }

    .logo_div {
        display: inline-block;
        margin: 0;
        width: auto;
    }

    .page-wrapper.toggled .sidebar-wrapper {
        display: block;
        width: 270px;
        right: -270px;
        left: auto;
        position: fixed;
        transition: .2s;
        height: 100%;
        background-color: #f1f8ff !important;
        padding: 0;
        top: 0;
        pointer-events: none;
    }

    .sidebar-content {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .page-wrapper.toggled .sidebar-wrapper:before {
        content: "";
        height: 100%;
        position: fixed;
        width: 100%;
        background-color: #000;
        left: 0;
        opacity: .7;
        opacity: 0;
        top: 0;
        pointer-events: none;
    }

    .show-menu-side-now .page-wrapper.toggled .sidebar-wrapper:before {
        opacity: .8;
    }

    .show-menu-side-now {
        overflow: hidden;
    }

    .show-menu-side-now .page-wrapper.toggled .sidebar-wrapper {
        right: 0;
        pointer-events: auto;
    }

    button.show-menu-side {
        display: inline-block;
    }

    em.close-btn i {
        font-size: 30px;
        transform: rotate(44deg);
        display: inline-block;
        color: #fff;
    }

    em.close-btn {
        display: inline;
        position: absolute;
        left: 220px;
        background-color: #000;
        width: 40px;
        height: 40px;
        z-index: 9;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }

    .lang_repot_div .language_control select {
        margin: 0;
        height: 33px !important;
        padding-top: 4px;
        padding-bottom: 5px;
        font-size: 14px;
        padding-left: 10px !important;
        padding-right: 25px !important;
        background-size: 10px;
        background-position: calc(100% - 7px) center;
    }

    a.reportbt {
        margin: 0 15px 0 0 !important;
    }

    li.footer_action.mark_for_review button.btn.btn-warning.ng-binding img {
        display: none;
    }
}

@media only screen and (max-width: 450px) {}

/***********************Responsive End*******************/

/*.border.p-3 .extradivshow.mt-3.showdivprime1 {
    display: flex;
}*/
/*************Shared Test css*****************/

span.act-btn a {
    padding: 5px 20px;
    color: #3C3C3C;
    border: solid 1px #3C3C3C;
    border-radius: 6px;
}

span.act-btn a.start-btn {
    background-color: #48B496;
    color: #fff;
    border-color: #00755D;
}

span.act-btn {
    margin: 10px 0 0 0;
}

.live-test-list .first-course {
    display: flex;
    gap: 15px;
    padding: 15px;
}

.page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #000;
    padding: 20px 0 5px 0;
    margin: 0 0 20px 0;
}

.cout-clock p select {
    line-height: 35px;
}

.quest-marks {
    display: flex;
    gap: 15px;
}

.live-test-popup .head-page.text-center h1 {
    font-size: 20px !important;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-test-popup .test-table table th {
    text-align: left;
    background-color: #D8F7FF;
    border-right: solid 1px #94E3F7;
    padding: 8px 10px;
    line-height: normal;
}

.live-test-popup .test-table table td {
    text-align: left;
    border-right: solid 1px #ddd;
    padding: 8px 10px;
    background-color: #F5FDFF;
}

.instructor-sec b {
    font-size: 16px;
    font-weight: bold;
}

.instructor-sec li {
    background-image: url("../images/double-arrow-right.svg");
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: 2px 7px;
    background-size: 13px;
    display: flex;
    justify-content: space-between;
}

.instructor-sec ul {
    margin: 0 0 20px 0;
}

.instructor-sec li i {
    margin: 0 0 0 10px;
}

.modal-footer.text-center.star-bottom-section {
    background-color: #FFFCDB;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
}

.select-language {
    text-align: left;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.select-language b {
    font-size: 18px;
    font-weight: 500;
}

.lang-radio {
    display: flex;
    gap: 20px;
}

.lang-radio span {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.live-test-popup .modal-header {
    padding-bottom: 0;
}

.tr {
    color: #FF0000 !important;
}

.tb {
    color: #1737D4 !important;
}

.tg {
    color: #17D49B !important;
}

.ty {
    color: #FF9B17 !important;
}

.tdg {
    color: #0C8842 !important;
}

.like-to {
    background-color: #FAFFE5;
    padding: 10px 10px 10px 20px;
    justify-content: space-between;
    border-radius: 10px;
}

.like-to b {
    font-size: 16px;
    white-space: nowrap;
    font-weight: normal;
}

.like-to a {
    width: auto;
}

.exam-tate-time {
    background: transparent linear-gradient(90deg, #FF9100 0%, #FF6227 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 300px;
    color: #fff;
    max-width: 100%;
    border-radius: 0 5px 5px 0;
    line-height: 25px;
    padding: 5px 0 5px 20px;
    margin: 0 0 20px -20px;
}

.exam-tate-time b {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.rank-count {
    display: flex;
    justify-content: space-between;
}

.rank-number span {}

.rank-number b {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    color: #FE5E69;
}

.rank-number b em {
    font-style: normal;
    font-size: 22px;
    font-weight: 700;
    color: #FE5E69;
}

.rank-number span {
    display: flex;
    flex-direction: column;
}

.rank-number span i {
    font-size: 16px;
    font-style: normal;
}

.rank-number {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-profile.rank-section ul.review-result li {
    background-color: #fff;
    padding: 15px 12px;
    border-radius: 10px;
    gap: 10px;
    width: 33.333%;
    border: solid 1px #2EC84C;
}

.about-profile.rank-section ul.review-result {
    gap: 15px;
    margin-bottom: 0;
}

.rank-section ul.review-result li span b {
    font-size: 20px;
    font-weight: 400;
}

.rank-section ul.review-result li span i {
    font-size: 14px;
    display: flex;
    white-space: nowrap;
    gap: 5px;
    align-items: center;
}

.rank-section ul.review-result li span i em img {
    width: 13px;
}

.rank-section ul.review-result li span i em {
    display: inline-block;
}

.about-profile.rank-section {
    background: linear-gradient(287deg, #FFE4B7 53%, rgba(255, 255, 255, 1) 100%);
}

.leadboard-list {
    background: transparent linear-gradient(360deg, #FFFFFF 0%, #FFEBB5 100%) 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    padding: 15px 20px;
    margin: 25px 0 0 0;
}

.leadboard-list h2 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0px 0;
}

.first-leadboard {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 0 0 10px 0;
    border: solid 1px #BED6FF;
}

.leadboard-name b {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}

.leadboard-name {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 15px;
    font-weight: bold;
}

.marks-list span {
    display: flex;
    color: #959595;
    flex-direction: column;
    line-height: normal;
    font-size: 12px;
}

.marks-list {
    display: flex;
    gap: 25px;
    padding: 0 10px 0 0;
}

.view-solution ul.levels-def li img {
    position: static;
    right: 0;
    width: 30px;
    bottom: 0;
    z-index: 0;
}

.view-solution ul.levels-def li span {
    border-radius: 0;
    border: 0;
    min-height: auto;
    border-bottom: solid 1px;
    padding: 5px 0 10px 0;
}

.view-solution ul.levels-def li:last-child span {
    border-bottom: solid 0px;
}

.full-time ul {
    display: flex;
}

.full-time ul li {
    display: flex;
    flex-direction: column;
}

.time-section em {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    height: 120px;
    width: 180px;
}

.time-section em b {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
}

.time-section {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.full-time ul li {
    border: solid 1px #707070;
    border-radius: 10px;
    text-align: left;
    padding: 15px 15px;
    font-size: 16px;
    width: 100%;
}

.full-time ul li b,
.full-time ul li i {
    font-size: 28px;
    color: #2D73FF;
    font-style: normal;
    font-weight: 800;
}

.full-time ul li i {
    font-weight: 500;
}

.full-time ul {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.full-time {
    width: 100%;
}

.your-response span {
    display: flex;
    border: solid 1px #707070;
    border-radius: 10px;
    text-align: left;
    padding: 15px 15px;
    font-size: 16px;
    flex-direction: column;
}

.your-response {
    display: flex;
    gap: 20px;
    margin: 35px 0 0 0;
}

.your-response span b {
    font-size: 24px;
    color: #2D73FF;
    font-style: normal;
    font-weight: 800;
}

.your-response span {
    display: flex;
    border: solid 1px #707070;
    border-radius: 10px;
    text-align: left;
    padding: 15px 15px;
    font-size: 16px;
    flex-direction: column;
}

.your-response span i {
    font-size: 16px;
    font-style: normal;
}

.your-response span b em {
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    border: solid 1px red;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    padding: 0;
    transform: rotate(45deg);
    color: red;
}

.full-result-section {
    margin: 20px 0 0 0;
}


/********************
*********************
11-9-2024
*********************
********************/

.proceed-btn-c span i img {
    font-style: normal;
    width: 16px;
}

.proceed-btn-c span {
    gap: 10px;
    display: flex;
}

.proceed-btn-c {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-end;
}

.selec-btn {
    display: flex;
    width: 100%;
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
}

.selec-btn .dropdown button {
    padding: 0 10px;
    line-height: 38px;
    border-radius: 7px;
    background-color: transparent;
    color: #000;
    padding-right: 35px;
}

.selec-btn .dropdown-toggle::after {
    background-image: url("../images/down-arrow.svg");
    border: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
}

.selec-btn ul.dropdown-menu {
    width: 100%;
}

.selec-btn ul.dropdown-menu li {
    border-bottom: solid 1px #ddd;
}

.selec-btn ul.dropdown-menu li:last-child {
    border: 0;
}

.selec-btn ul.dropdown-menu {
    width: 100%;
    border-color: #6c757d;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 5px 0 5px;
    background-color: #f6f6f6;
}

ul.dropdown-menu.show:before {
    content: "";
    width: calc(100% - -2px);
    position: absolute;
    height: 10px;
    background-color: #f6f6f6;
    bottom: -10px;
    border-right: solid 1px #6c757d;
    border-left: solid 1px #6c757d;
    left: -1px;
}

.selec-btn ul.dropdown-menu li a {
    padding: 5px 8px;
}

body {
    background-color: #F6F6F6;
}

.sep-sec {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 20px 20px;
    margin: 0 0 20px 0;
}

.level-check ul li em.radio-btn {
    width: 18px;
    height: 18px;
    border: solid 1px #000;
    border-radius: 4px;
    position: static;
    background-color: #fff;
}

.level-check ul li i {
    font-style: normal;
    gap: 10px;
}

.level-check ul li input:checked~i em {
    background-color: #37a770;
    background-image: url(../images/radio-btn.svg);
    background-size: contain;
    background-position: center;
    border-color: transparent;
}

.custom-levels th {
    background-color: #FFF4BA;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: bold;
}

.custom-levels td {
    padding: 10px 15px;
}

.custom-levels td input {
    width: 110px;
    font-size: 14px;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #000000;
    border-radius: 5px;
    opacity: 1;
    padding: 7px 0;
    height: auto;
}

.custom-levels tr {
    border-bottom: solid 1px #ddd;
}

.custom-levels tr:first-child {
    border-bottom: solid 0px #ddd;
}

p.qes-sel b {
    font-size: 13px;
}

.ques-pend {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.ques-pend p {
    margin: 0;
}

.center-question {
    width: 1050px;
    margin: 10px auto;
    max-width: 100%;
    display: flex;
    align-items: center;
}

footer .center-question {
    margin: 0 auto 0 auto;
}

body.white-bg {
    background-color: #fff;
}

.pagination-arrows ul li.last-arrow a {
    border: solid 1px #707070;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    border-radius: 5px;
    background-color: transparent;
}

li.last-arrow img {
    width: 18px;
}

li.sep-line {
    height: 100%;
    background-color: #707070;
    width: 1px;
}

.legends-sec ul {
    display: flex;
    flex-wrap: wrap;
}

.legends-sec ul li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    margin: 0 0 20px 0;
    width: 50%;
    font-weight: bold;
}

.legends-sec ul i {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 5px;
}

.legends-sec ul li:last-child {
    width: 100%;
}

.lb-c {
    background-color: #C2C2C2;
    border: 1px solid #000000;
}

.lr-c {
    background: #FF9A9A 0% 0% no-repeat padding-box;
    border: 1px solid #E22A2A;
}

.que4st-count {
    padding: 5px 0 0 0;
    border-top: solid 1px #707070;
    margin: 10px 0 0 0;
}

.legends-sec h5 {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.question-section {
    background-color: #eff8ff;
    opacity: 1;
    border-radius: 15px;
    position: relative;
}

a.slid-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    left: -25px;
    margin: auto;
    line-height: 113px;
    width: 26px;
    height: 113px;
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 18px 0px 0px 17px;
    opacity: 1;
}

a.slid-icon:hover {
    background-color: #1190FF;
}

a.slid-icon:hover svg {
    fill: #fff;
}

a.slid-icon svg {
    width: 15px;
}

a.slid-icon.rig-aro {
    left: auto;
    right: -25px;
    border-radius: 0 18px 18px 0;
}

.question-section ul li span i {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-style: normal;
    background-color: #fff;
    border: solid 1px #707070;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.cta-section button.mark-rev i {
    color: #000;
}

.cta-section button.mark-rev {
    width: auto;
}

.cta-section button.border-btn {
    background-color: transparent;
    border: solid 1px #707070;
}

.cta-section button.border-btn i {
    color: #707070;
}

.quest-count-action p i {
    font-style: normal;
    background-color: #F4F9FB;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 10px;
    margin: 0 0 0 10px;
}

.para-div {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
    line-height: 30px;
    border: solid 1px #707070;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}

.para-div p {
    margin: 0;
}

.arrow-side a svg {
    width: 15px;
}

.mid-content .container-fluid,
.mid-content .container-fluid .row {
    height: 100%;
}

ul.list-list li {
    border-bottom: solid 1px #707070;
    line-height: normal;
    padding: 10px 0;
}

ul.list-list {
    margin: 20px 0 0 0;
}

ul.list-list li:last-child {
    border: 0;
}

.lr-c {
    background-color: #FF9A9A !important;
    border: 1px solid #E22A2A;
}

.w-c {
    background-color: #fff !important;
    border: solid 1px #707070;
}

.test-table table .add-star:before {
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: -5px;
    bottom: -5px;
}

.gr-c {
    background-color: #A1A1A1 !important;
}

.full-height {
    height: calc(100% - 40px);
}

.full-height .ans-qus-sec {
    height: 100%;
}

.full-height .question-section {
    height: calc(100% - 60px);
}

.solution-sec {
    border: solid 1px #707070;
    border-radius: 10px;
    padding: 15px 15px;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 500px;
    max-width: 100%;
}

.text-form textarea {
    min-height: 150px;
    padding: 10px 15px;
}

.text-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.like-dislike span i svg {
    width: 30px;
    fill: #fff;
    stroke: #000;
    height: 30px;
}

.like-dislike {
    display: flex;
    align-items: center;
    gap: 20px;
}

.like-dislike span i {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 7px;
    font-style: normal;
    padding: 0 20px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
}

.like-dislike span.bad input:checked~i {
    color: #FF2929;
}

.like-dislike span.good input:checked~i {
    color: #17AF76;
}

.like-dislike span.bad input:checked~i svg {
    fill: #FF2929;
    stroke: #fff;
}

.like-dislike span.good input:checked~i svg {
    fill: #17AF76;
    stroke: #fff;
}

.total-q-strp .center-question {
    margin: 0 auto;
}

button.border-btn {
    background-color: #fff;
    border: solid 1px #707070;
}

.test-btns {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.test-btns button {
    width: 100%;
}

.border-btn:hover {
    background-color: #333;
    color: #fff;
}

.save-test-paper {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.save-test-paper h5 {
    font-size: 18px;
}

.check-success {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.check-success b,
.check-success p {
    font-size: 18px;
}

.check-success p b {
    display: block;
}

.prop-det h2,
.leadboard-list h2 {
    font-weight: bold;
}

.first-review-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first-review-step .review-add-form {
    margin: 0;
    border: 0;
    padding: 0;
}

.first-review-step center svg {
    width: 100px;
    fill: #FFC02D;
}

.first-review-step .review-add-form ul li svg {
    width: 50px;
    fill: #A4A4A4;
}

.first-review-step h5 {
    font-size: 23px;
    color: #DB5814;
    font-weight: bold;
}

.first-review-step p {
    font-size: 20px;
}

.first-review-step .review-add-form {
    margin: 20px 0 20px 0;
}

.first-review-step center {
    margin: 10px 0 30px 0;
}

.first-review-step .review-add-form ul li b {
    font-size: 14px;
}

.total-q-strp h5 {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.t-cta p {
    margin: 0;
    align-items: center;
    font-weight: bold;
    display: flex;
    gap: 5px;
}

button.btn-primary.y-c {
    background-color: #FEEC00 !important;
    border-radius: 10px;
    color: #0A0A0A;
}

.table-1 h5 {
    font-weight: bold;
    font-size: 20px;
    color: #FF3D00;
    margin: 30px 0 10px 0;
}

.fix-width-div {
    max-width: 100%;
    width: 1750px;
    margin: 0 auto;
}

.instructor-sec li i {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 4px;
}

.instructor-sec li .add-star:before {
    width: 14px;
    height: 15px;
    background-size: 13px;
}

.syllabus-popup .modal-dialog {
    width: 90%;
    max-width: 100%;
}

.my-test-section button.trash-btn {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.my-test-section button.trash-btn img {
    width: 20px;
}

.my-test-section span.act-btn {
    margin: 10px 0 0 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.confirm-delete .save-test-paper h5 {
    font-size: 20px;
    text-align: center;
}

.confirm-delete .modal-popup {
    padding: 15px;
}

.search-input {
    display: flex;
    border: solid 1px;
    border-radius: 10px;
    line-height: 50px;
    padding: 0 20px;
    background-color: #fff;
    margin: 0 0 15px 0;
}

.search-input input {
    width: 100%;
    border: 0;
    padding: 0;
}

input[type="text"]:focus-visible {
    outline: none;
}

.graph-tab li {
    width: 50%;
}

.graph-tab ul {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.graph-tab .nav-link {
    font-size: 15px !important;
    color: #2E2E2E;
    font-weight: bold !important;
    padding: 10px 0;
    width: 100%;
}

.profile-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-div>div {
    width: 50%;
    margin: 0;
}

.profile-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.white-sep {
    background-color: #fff;
    padding: 20px 20px;
    margin: 0 0 30px 0;
    border-radius: 20px;
}

.full-test-result b {
    font-size: 28px;
}

.full-test-result ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.full-test-result ul li i {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    gap: 8px;
    align-items: center;
}

.full-test-result ul li i em {
    width: 4px;
    height: 4px;
    background-color: #0e0e0e;
    display: inline-block;
    border-radius: 50%;
}

.full-test-result ul li {
    white-space: nowrap;
    display: flex;
    gap: 15px;
}

.full-test-result p.date {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.profile-div .full-test-result {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-div .reatmpt-btn {
    width: 100%;
    align-items: center;
    max-width: 100%;
    margin: 0 0 5px 0;
}

.profile-div .prop-det {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.prop-det h2 {
    margin: 0;
    border: 0;
}

.b-g {
    border-color: #029E0C !important;
}

.b-r {
    border-color: #FF0000 !important;
}

.b-b {
    border-color: #2E5EE4 !important;
}

.b-p {
    border-color: #DD18F3 !important;
}

.b-o {
    border-color: #FF7C16 !important;
}

.prop-det ul li b {
    font-size: 18px;
    font-weight: bold;
}

.atmpt-sec {
    background-color: #fff;
    padding: 20px 20px;
    margin: 0 0 30px 0;
    border-radius: 20px;
}

.analysis-table {
    margin: 0 0 30px 0;
}

.back-arow {
    margin: 20px 0 25px 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.back-arow b {
    font-size: 20px;
    border-left: solid 2px #707070;
    padding: 0 0 0 15px;
}

.count-and-dh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.count-sec label {
    font-weight: bold;
}

button {
    cursor: pointer;
}

.over-hidden {
    max-height: 680px;
    overflow: auto;
}

#pills-home .over-hidden {
    max-height: 730px;
}

.accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.new-bg {
    background-color: #F6F6F6
}

.checkbox label b {
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.form-switch .form-check-input {
    outline: none !important;
    box-shadow: none !important;
}

.sep-sec .heading::after {
    display: none;
}




/* Basic Rules */
.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    transform: translateY(50%);
    position: relative;
}

/* Style Wired */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}

input:checked+.slider:before {
    transform: translateX(30px);
    background: limeGreen;
}

input:checked+.slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
    box-shadow: none;
}

.switch.flat .slider:before {
    background: #FFF;
}

.switch.flat input:checked+.slider:before {
    background: white;
}

.switch.flat input:checked+.slider {
    background: limeGreen;
}

.table {
    border-color: #ddd;
}

a:hover {
    text-decoration: none !important;
}

.graph-tab .tab-output {
    background-color: #f6fffa;
    border-radius: 0 20px 20px 20px;
    padding: 15px 10px;
    margin: 0 0 30px 0;
}

.table-design ul {
    margin: 0;
}

.table-design ul li {
    text-align: left;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
}

.table-design ul li:first-child {
    background-color: #CDF0F9 !important;
    font-weight: bold;
    border: 0;
}

.table-design ul:first-child li {
    background-color: #f1fafb;
}

.table-design ul:first-child li {
    font-weight: normal;
}

.table-design ul:first-child li:first-child {
    font-weight: bold;
}

.table-design {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.table-design ul li:last-child {
    border: 0;
}

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    left: -25px;
    margin: auto;
    line-height: 113px;
    width: 26px;
    height: 113px;
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 18px 0px 0px 17px;
    opacity: 1;
}

.q-opt div p {
    color: #0c0c0c;
    margin-bottom: 0;
}

form.mb-3 {
    margin: 0 !important;

}

.t-cta ul {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.t-cta ul a,
.t-cta ul button {
    border-radius: 50px;
    padding: 0 20px !important;
    line-height: 40px;
    list-style: none;
}

.t-cta ul li {
    list-style: none;
}

.question-main-file.page-content .container {
    height: 100%;
}

.question-main-file.page-content {
    height: 100%;
}

.question-main-file.page-content .container {
    height: calc(100vh - 210px);
}

.bg_test {
    background: transparent;
}

.owl-item .item.bg_test.container {
    height: 60vh;
    overflow-y: auto;
}

.part-section-test {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.owl-carousel .owl-nav button.owl-next {
    right: -5px;
    margin: 0;
    left: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto !important;
    color: #000;
    line-height: 113px;
    width: 26px;
    height: 113px;
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 18px 0px 0px 17px;
    opacity: 1;
    border-radius: 0 15px 15px 0;
    right: 2px !important;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0 !important;
}

.owl-carousel .owl-nav button.owl-prev {
    right: auto !important;
    left: 5px !important;
    opacity: 1 !important;
    top: 0 !important;
    z-index: 9;
    border-radius: 20px 0 0 20px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #1190FF;
    color: #FFF;
    text-decoration: none;
}

.logo_div {
    width: 130px;
    height: auto;
}

button.border-btn {
    padding: 0 !important;
    font-weight: bold;
    min-width: auto;
    color: #000;
}

.btn-warning {
    color: #212529;
    background-color: #FEEC00 !important;
    border-color: #FEEC00 !important;
}

.question_nav_pointer {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: relative;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-size: 13px !important;
    padding: 0;
    box-shadow: none;
}

.legends-sec h5:Before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #a1c1d9;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
}

.sidebar-wrapper .sidebar-search>div {
    padding: 10px;
    padding-bottom: 50px;
    overflow-y: auto !important;
}


/**************Warning******/
.warning-popup .review-add-form {
    display: flex;
    border-bottom: none;
    padding: 0;
    justify-content: center;
}

.warning-popup .review-add-form center img {
    width: 100px;
}

.review-add-form h5:before {
    content: "";
    height: 3px;
    width: 100px;
    background-color: #fad300;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -7px;
}

.review-add-form h5 {
    font-size: 23px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.review-add-form center {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.checkbox label input {
    width: 20px;
    accent-color: #0da772;
}

.heading h2 input {
    width: 25px;
    height: 25px;
    accent-color: #0da772;
}

li.footer_action.mark_for_review button.btn.btn-warning.ng-binding {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important;
}

button.border-btn {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-size: 20px;
    padding: 5px 25px !important;
    display: inline-block;
}

.sub_btn {
    border-radius: 5px;
}

.form-submit-modal .modal-header {
    margin: 25px 0 5px 0;
}

.edit-se i img {
    width: 20px;
}

.edit-se {
    position: relative;
}

.edit-se i {
    position: absolute;
    right: 15px;
    top: 10px;
}

.over-all-sec ul {
    margin: 0;
    width: 33.33%;
    border-right: solid 1px;
}

.over-all-sec ul li {
    border: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.prop-det .over-all-sec {
    background-color: #fff;
    padding: 20px 20px;
    margin: 0 0 30px 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.over-all-sec ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.over-all-sec ul:last-child {
    border: 0;
}

.view-solution ul.levels-def li span p b {
    display: inline !important;
}

.over-all-sec ul li i {
    display: flex;
    gap: 5px;
    font-style: normal;
    align-items: center;
}

.over-all-sec ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.over-all-sec ul li span em img {
    width: 20px;
}

.prop-det ul li b em {
    font-size: 14px;
    color: #888;
    font-style: normal;
}

.over-all-sec ul.les-wd {
    width: 37%;
    padding: 0px 50px !important;
}

.over-all-sec ul:first-child {
    padding: 0 30px 0 0;
    width: 25%;
}

.over-all-sec ul:last-child {
    border: 0;
    width: 38%;
    padding: 0 0 0 30px !important;
}

.btn-gray {
    background-color: #E2E2E2 !important;
}

.question-no {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    height: auto !important;
    overflow: visible !important;
}

.question-no .question_nav_pointer {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    position: relative;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #E3E3E3;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper .sidebar-search>div {
    overflow-y: auto !important;
    padding: 10px 0;
    height: auto !important;
    max-height: 300px !important;
}


.lang-clo-sec {
    display: flex;
    gap: 20px;
}

.sidebar-brand a:before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #03658E;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -5px;
}

.sidebar-brand a {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
}

.question-no.legends.legends-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.question-no.legends.legends-sec .width-40 div,
.question-no.legends.legends-sec .width-40 p {
    margin: 0;
    line-height: normal;
    text-align: left;
    display: grid;
    align-items: center;
}

.question-no.legends.legends-sec .width-40 p {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    margin: 0 0 0 0;
    font-weight: bold;
}

.question-no.legends.legends-sec .width-40:last-child {
    width: 100%;
}

.question-no.legends.legends-sec span.width-40 {
    width: 50%;
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px 0;
}

.sidebar-wrapper {
    width: 400px;
}

.bg-white.questionbg {
    background-color: transparent !important;
}

.bg-white.questionbg .row.m-0.bg-white {
    background-color: transparent !important;
}

.bg-white.questionbg .row.m-0.mt-2 .col-12 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    border-radius: 9px;
    opacity: 1;
    padding: 10px 20px;
}

.q-opt div {
    display: flex;
    gap: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    border-radius: 9px;
    opacity: 1;
    padding: 5px 15px !important;
    align-items: center;
}

.bg-white.questionbg .row.m-0.bg-white .col-12 {
    padding: 0;
    display: flex;
    align-items: center;
    color: #7B7B7B;
    font-size: 20px;
}

.bg-white.questionbg .row.m-0.bg-white .col-12 strong {
    margin: 0 10px 0 0;
    font-size: 20px;
    font-weight: 600;
}

.owl-item .item.bg_test.container {
    height: 60vh;
    overflow-y: auto;
    padding: 20px 40px 0 40px !important;
}

a.reportbt {
    border: solid 1px #707070;
    border-radius: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 31px;
    background-color: #fff;
    padding: 0;
    float: none;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-right: 400px;
    }
}

li.footer_action.mark_for_review button.btn.btn-warning.ng-binding i {
    color: #BB66FC;
}

.cta-section button.border-btn {
    border: 0 !important;
}

.listview.question-no {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto !important;
}

.listview.question-no #listviewhtml {
    width: auto;
    text-align: left;
    background-color: transparent;
    background-image: none;
    display: flex;
    height: auto;
    align-items: center;
    gap: 10px;
}

.listview.question-no #listviewhtml span.ng-binding {
    width: 35px;
    height: 32px;
    border-radius: 5px;
    position: relative;
    line-height: 32px;
    font-size: 15px;
    font-weight: 600;
    background-color: #c2c2c2;
    margin: 0;
    text-align: center !important;
    display: flex !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}

.listview.question-no #listviewhtml p.ng-binding {
    line-height: normal;
    margin: 0;
    width: 100%;
}

.side-mark-section {
    height: calc(100% - 125px);
}

.lang_repot_div {
    display: flex;
    gap: 10px;
    float: none;
    margin-left: auto;
    align-items: center;
}

.lang_repot_div .language_control {
    border: solid 1px #707070;
    margin: 0;
    border-radius: 5px;
    padding: 0;
}

.lang_repot_div .language_control select {
    margin: 0;
    height: 33px !important;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 15px;
    padding-right: 40px !important;
}

.gridview.question-no .mark_for_review:before,
.gridview.question-no .bookmarked:before,
.listview.question-no .mark_for_review span.ng-binding:before,
.listview.question-no .bookmarked span.ng-binding:before {
    content: "";
    background-image: url(https://staging.utkarsh.com/utk_web_dev/assets/images/star-fill.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -6px;
    right: -8px;
}

.mark_for_review span.ng-binding {
    position: relative;
}

.gridview.question-no .mark_for_review {
    background: none !important;
    background-color: #FF9A9A !important;
    position: relative;
}

.question-no .question_nav_pointer {
    background-image: none !important;
}

.checkbox-style input:checked~i {
    background-image: url(../images/radio-btn.svg);
    background-size: contain;
    background-position: center;
    border-color: #fff;
}

.checkbox-style {
    position: relative;
}

.checkbox-style input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    cursor: pointer;
    top: 0;
    opacity: 0;
    z-index: 1;
}

ul.levels-def li span p br {
    display: none;
}

.buton-all-select {
    float: none;
    margin-left: auto;
    display: flex;
    position: absolute;
    right: 50px;
    top: 17px;
    z-index: 99;
}

.buton-all-select input {
    width: 20px;
    accent-color: #0da772;
}

.btn {
    min-width: auto !important;
}

.view-solution ul.levels-def li b {
    gap: 10px;
}

.owl-item .q-opt {
    width: calc(100% - 70px) !important;
}

.owl-item .questionbg {
    width: calc(100% - 70px) !important;
}

button.show-menu-side {
    display: none;
}

em.close-btn {
    display: none;
}

.questiontypee {
    font-style: normal;
    background-color: #F4F9FB;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 10px;
    margin: 0 0 0 10px
}

.accordion-button {
    padding: 15px 75px 15px 15px !important;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    position: absolute;
    right: 15px;
}

/***********************Responsive Start*******************/
@media only screen and (max-width: 1340px) {
    .bottom_test ul {
        width: calc(100% - 450px);
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 1240px) {
    span.act-btn a {
        padding: 4px 10px;
        font-size: 15px;
    }

    .live-test-list .course-detail p {
        font-size: 14px;
    }

    .course-detail b {
        font-size: 18px;
    }

    .my-test-section button.trash-btn {
        bottom: 16px;
    }

    .my-test-section span.act-btn {
        margin: 5px 0 0 0;
    }

    .select-question ul {
        gap: 5px;
    }

    .select-question ul li span b {
        font-size: 25px;
    }

    .sep-sec {
        padding: 20px 15px 25px 15px;
        margin: 0 0 20px 0;
    }

    .first-course input:checked~i,
    .select-question ul li input:checked~span i,
    .select-mode ul li input:checked~span i {
        background-repeat: no-repeat;
    }

    .select-mode ul li span b {
        display: flex;
        font-size: 16px;
        gap: 5px;
        justify-content: center;
        flex-direction: column;
    }

    .select-mode ul li span p {
        font-size: 14px;
    }

    .profile {
        padding: 0 20px;
    }

    .heading {
        margin: 0 0 15px 0;
    }

    .profile-div .reatmpt-btn {
        width: 100%;
        align-items: center;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .reatmpt-btn a {
        padding: 10px 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 15px;
        line-height: normal;
    }

    ul.review-result li center {
        text-align: left;
    }

    .over-all-sec ul.les-wd {
        width: 32%;
        padding: 0px 30px !important;
    }

    .over-all-sec ul:first-child {
        padding: 0 20px 0 0 !important;
        width: 23%;
    }

    .over-all-sec ul:last-child {
        border: 0;
        width: 43%;
        padding: 0 0 0 20px !important;
    }

    .page-wrapper {
        height: 100%;
    }

    .qust-paper {
        height: 100%;
    }

    .question-main-file.page-content .container {
        height: auto;
    }

    body {
        overflow-y: visible;
        overflow-x: visible;
    }

    .question-main-file.page-content {
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .owl-item .item.bg_test.container {
        height: 100%;
    }

    .t-cta ul {
        gap: 5px;
    }

    .sidebar-wrapper {
        width: 270px;
    }

    .question-no.legends.legends-sec {
        flex-direction: column;
    }

    .question-no.legends.legends-sec span.width-40 {
        width: 100%;
    }

    .side-mark-section {
        padding: 10px 10px 20px 10px;
    }

    .page-wrapper.toggled .page-content {
        padding-right: 260px;
    }

    .owl-item .item.bg_test.container {
        padding: 20px 10px 0 10px !important;
    }

    .page-wrapper .page-content>div {
        padding: 2px 10px 2px 40px;
    }

    .bottom_test ul {
        width: calc(100% - 340px);
    }
}

@media only screen and (max-width:1000px) {
    .over-all-sec ul li {
        flex-direction: column;
        gap: 0;
    }

    .prop-det ul li b {
        font-size: 14px;
        font-weight: bold;
        line-height: normal;
    }

    .prop-det .over-all-sec {
        padding: 10px 15px;
    }

    ul.review-result li span i {
        font-size: 13px;
    }

    .over-all-sec ul.les-wd {
        width: 30%;
        padding: 0px 15px !important;
    }

    .prop-det .over-all-sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .over-all-sec ul li i {
        font-size: 14px;
    }

    .over-all-sec ul li {
        margin: 10px 0;
        display: flex;
        flex-direction: row;
        line-height: normal;
        align-items: center;
    }

    .level-check ul li i {
        padding: 5px 0;
    }

    .col-xl-8.col-lg-8.col-md-7.col-sm-12.col-xs-12.pl-4.pr-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    ul.review-result li span b,
    ul.review-result li span i {
        font-style: normal;
        font-size: 14px;
        line-height: normal;
    }

    ul.review-result li {
        padding: 0 10px;
    }

    ul.review-result li {
        gap: 5px;
    }

    .about-profile em.troph-icon {
        width: 100px;
    }

    .pro-nam h2 {
        font-size: 20px;
    }

    .pro-nam h2 em {
        font-size: 20px;
    }

    .points strong {
        font-size: 50px;
    }

    .pro-nam p {
        font-size: 14px;
    }

    .full-test-result ul li i {
        font-size: 14px;
        gap: 5px;
    }

    .about-profile {
        padding: 15px;
    }

    .reatmpt-btn a {
        padding: 10px 10px;
        gap: 10px;
        font-size: 14px;
    }

    .white-sep {
        padding: 10px;
    }

    .profile-div {
        gap: 15px;
    }

    .profile-div .full-test-result {
        gap: 10px;
    }

    .prop-det .over-all-sec {
        padding: 20px 15px;
    }

    .view-solution ul.levels-def li img {
        height: auto;
    }

    .bottom_test ul {
        text-align: center;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .bottom_test ul li.mark_for_review {
        margin-bottom: 0 !important;
    }

    .bottom_test ul li:last-child {
        margin-top: 0 !important;
    }

    li.footer_action.mark_for_review button.btn.btn-warning.ng-binding {
        font-size: 0;
    }

    .q-opt.mb-5+div {
        display: inline-block;
    }
}

@media only screen and (max-width:767px) {
    .book_select_card center img {
        width: 70px;
    }

    .view-solution ul.levels-def li span p b {
        font-size: 14px;
    }

    .view-solution ul.levels-def li p {
        font-size: 14px;
    }

    .over-all-sec ul li span em img {
        width: 16px;
    }

    .first-course {
        padding: 5px;
        gap: 5px;
    }

    .course-detail b {
        font-size: 15px;
    }

    .proceed-btn {
        margin: 0;
    }

    .count-and-dh {
        font-size: 13px;
    }

    .pl-4,
    .px-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .live-test-list .first-course {
        padding: 10px;
    }

    .my-test-section button.trash-btn img {
        width: 15px;
    }

    .search-input {
        display: none;
    }

    .checkbox label b {
        font-size: 13px;
    }

    .count-and-dh {
        display: none;
    }

    .checkbox label {
        margin: 0;
    }

    .heading {
        margin: 0 0 15px 0;
        flex-direction: row;
        display: flex;
        gap: 15px;
    }

    .level-check ul li i {
        padding-left: 0;
        padding-right: 0;
    }

    .select-question ul li {
        width: 60px;
    }

    .select-question ul {
        gap: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        gap: 20px 10px;
    }

    .select-mode ul {
        gap: 15px;
        flex-direction: row;
        display: flex;
    }

    .select-mode ul li span p {
        font-size: 10px;
    }

    .select-mode ul li span {
        padding: 10px 10px;
    }

    .select-mode ul li span b {
        font-size: 14px;
        justify-content: center;
        flex-direction: row;
    }

    i.radio-btn {
        width: 20px;
        height: 20px;
    }

    .select-mode ul {
        margin: 0;
    }

    ul.review-result {
        display: flex;
        margin: 10px 0 10px 0;
        padding: 0;
        flex-direction: row;
    }

    .white-sep {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        padding: 0;
    }

    ul.review-result li center img {
        width: 18px;
    }

    .profile-div>div {
        width: 100%;
        margin: 0;
        padding: 10px 10px;
    }

    .over-all-sec ul {
        margin: 0;
        width: 100% !important;
        border-right: solid 0px !important;
        padding: 15px 15px !important;
    }

    .over-all-sec ul.les-wd {
        padding: 15px 15px !important;
    }

    .over-all-sec ul:last-child {
        padding: 15px !important;
    }

    .over-all-sec ul:last-child {
        border: 0 !important;
    }

    .prop-det ul li b {
        padding: 0 25px;
    }

    .profile-div .reatmpt-btn {
        margin: 0;
    }

    ul.levels-def li span {
        min-height: auto;
        padding: 10px 90px 10px 10px;
        border-radius: 10px;
    }

    ul.levels-def li img {
        width: 90px;
        right: 15px;
        height: 70px;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 50px auto 30px auto;
    }

    .form-check.form-switch label {
        font-size: 12px;
        white-space: nowrap;
    }

    .form-check.form-switch {
        margin: 0;
        align-items: center;
    }

    .my-5 {
        margin-top: 20px !important;
    }

    .top_navbar .navbar-brand {
        width: 60px;
        height: 60px;
    }

    .show-main-menu .profile_lft.leftdiv {
        display: block;
    }

    .profile_lft.leftdiv {
        display: none;
    }

    .live-test-list .course-detail p {
        font-size: 12px;
    }

    span.act-btn a {
        font-size: 10px;
    }

    .accordion-button:not(.collapsed),
    .accordion-item button {
        font-size: 14px;
    }

    .accordion-button {
        padding: 10px;
    }

    .checkbox label {
        padding: 5px 0 0px 0;
    }

    .accordion-item .form-group .checkbox:first-child {
        border-bottom: solid 0px #707070;
    }

    span.head-text {
        z-index: 9;
        padding: 8px 15px;
        font-weight: bold;
        border-radius: 10px 10px 0 0;
        font-size: 14px;
    }

    .level-check ul li i {
        font-size: 12px;
    }

    .heading h2 {
        font-size: 14px;
    }

    .sep-sec {
        padding: 15px 15px 15px 15px;
        margin: 0 0 20px 0;
    }

    .select-question ul li span b {
        font-size: 23px;
    }

    .select-question ul li span em {
        font-size: 12px;
    }

    .select-question ul li span {
        display: flex;
        flex-direction: column;
        position: relative;
        border-radius: 8px;
        border: solid 1px #707070;
        width: 100%;
        align-items: center;
        padding: 10px 0 20px 0;
        height: 100%;
    }

    .input-text {
        border: solid 1px;
        border-radius: 8px;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        width: 100%;
    }

    .heading {
        margin: 0 0 10px 0;
    }

    .heading-modal h2 {
        font-size: 17px;
        margin: 0;
    }

    .heading-modal {
        margin: 0 0 15px 0;
    }

    ul.levels-def li b {
        font-size: 17px;
    }

    ul.levels-def li span p {
        font-size: 13px;
        line-height: normal;
    }

    ul.levels-def li img {
        width: 85px;
    }

    ul.levels-def {
        margin: 0;
    }

    .modal.fade .modal-dialog {
        margin: 40px auto 0 auto;
    }

    .custom-levels th {
        font-size: 14px;
        padding: 5px 15px;
    }

    .custom-levels td {
        padding: 5px 15px;
        font-size: 14px;
    }

    .ques-pend {
        font-size: 13px;
    }

    .custom-levels td input {
        width: 100%;
        font-size: 13px;
        border-radius: 5px;
        opacity: 1;
        padding: 2px 6px;
        height: auto;
    }

    .pro-nam h2 {
        font-size: 16px;
    }

    .pro-nam h2 em {
        font-size: 16px;
    }

    .points strong {
        font-size: 40px;
    }

    .current-atmpt label {
        font-size: 14px;
    }

    .scor-value span img {
        width: 25px;
    }

    .scor-value {
        gap: 5px;
        padding: 10px 10px;
    }

    .scor-value span {
        font-size: 20px;
        display: flex;
        gap: 5px;
        align-items: center;
        font-weight: 600;
    }

    .scor-value b {
        font-size: 12px;
    }

    .full-test-result ul li i {
        font-size: 14px;
    }

    .profile-div .full-test-result {
        gap: 10px;
        padding: 0;
    }

    .profile-div {
        gap: 10px;
    }

    .reatmpt-btn a {
        padding: 7px 6px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 15px;
        line-height: normal;
        font-size: 14px;
    }

    .over-all-sec ul li {
        display: flex;
        flex-direction: row;
        margin: 0 0 10px 0;
        align-items: center;
    }

    .prop-det ul li b {
        padding: 0;
    }

    .over-all-sec ul:last-child {
        padding: 0 !important;
    }

    .over-all-sec ul.les-wd {
        padding: 0 !important;
    }

    .score-sec {
        flex-direction: column;
    }

    .scor-value {
        padding: 10px 10px !important;
    }

    .table-design ul li {
        padding: 5px 10px;
        font-size: 14px;
    }

    .graph-tab .nav-link {
        font-size: 13px !important;
    }

    .atmpt-sec {
        background-color: #fff;
        padding: 15px 15px;
    }

    .prop-det ul li b {
        font-size: 14px;
    }

    .over-all-sec ul li i {
        font-size: 14px;
        margin: 0;
    }

    .over-all-sec ul:first-child {
        padding: 0 !important;
    }

    .prop-det h2 {
        font-size: 16px;
    }

    ul.review-result li span i {
        font-size: 12px;
    }

    .pro-nam p {
        font-size: 13px;
    }

    .pro-nam h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .pro-nam p {
        margin: 0;
    }

    .checkbox label input {
        width: 16px;
    }

    .buton-all-select input {
        width: 16px;
        accent-color: #0da772;
    }

    .prop-det .over-all-sec {
        background-color: #fff;
        padding: 10px 10px;
    }

    ul.review-result li span b,
    ul.review-result li span i {
        white-space: nowrap;
    }

    .page-wrapper.toggled .page-content {
        padding-right: 0;
    }

    .question-main-file.page-content .container {
        height: auto;
        width: 100% !important;
        max-width: 100%;
    }

    .logo_div img {
        width: 80px !important;
    }

    .page-wrapper .page-content>div {
        padding: 0;
    }

    li.footer_action.mark_for_review button.btn.btn-warning.ng-binding {
        font-size: 0 !important;
        width: 50px;
        gap: 0;
    }

    .bottom_test ul li:last-child {
        width: auto !important;
        margin-top: 0;
        margin-left: auto;
    }

    .bottom_test ul a {
        font-size: 14px;
    }

    .bottom_test ul a i {
        font-size: 0;
    }

    .bottom_test ul li.mark_for_review {
        width: auto !important;
        margin-bottom: 0;
    }

    .t-cta ul a i {
        font-size: 0;
    }

    .t-cta ul a,
    .t-cta ul button {
        line-height: 35px;
        font-size: 14px;
        display: flex;
        padding: 0 15px !important;
        align-items: center;
        height: 35px;
    }

    .btn {
        min-width: auto !important;
        font-size: 14px;
    }

    .cta-section button.border-btn {
        font-size: 14px !important;
    }

    .cta-section button {
        min-width: auto;
        padding: 0 15px;
        font-size: 14px !important;
    }

    .bottom_test ul {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .bottom_test ul {
        width: 100%;
    }

    .page-wrapper.toggled .sidebar-wrapper {
        display: block;
        width: 270px;
        right: -270px;
        left: auto;
        position: fixed;
        transition: .2s;
        height: 100%;
        background-color: #f1f8ff !important;
        padding: 0;
        top: 0;
        pointer-events: none;
    }

    .sidebar-content {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .page-wrapper.toggled .sidebar-wrapper:before {
        content: "";
        height: 100%;
        position: fixed;
        width: 100%;
        background-color: #000;
        left: 0;
        opacity: .7;
        opacity: 0;
        top: 0;
        pointer-events: none;
    }

    .show-menu-side-now .page-wrapper.toggled .sidebar-wrapper:before {
        opacity: .8;
    }

    .show-menu-side-now {
        overflow: hidden;
    }

    .show-menu-side-now .page-wrapper.toggled .sidebar-wrapper {
        right: 0;
        pointer-events: auto;
    }

    button.show-menu-side {
        display: inline-block;
    }

    em.close-btn i {
        font-size: 30px;
        transform: rotate(44deg);
        display: inline-block;
        color: #fff;
    }

    em.close-btn {
        display: inline;
        position: absolute;
        left: 220px;
        background-color: #000;
        width: 40px;
        height: 40px;
        z-index: 9;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }

    .lang_repot_div .language_control select {
        margin: 0;
        height: 33px !important;
        padding-top: 4px;
        padding-bottom: 5px;
        font-size: 14px;
        padding-left: 10px !important;
        padding-right: 25px !important;
        background-size: 10px;
        background-position: calc(100% - 7px) center;
    }

    a.reportbt {
        margin: 0 15px 0 0 !important;
    }
}

@media only screen and (max-width: 450px) {}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

/***********************Responsive End*******************/





/******************************************************
                    New Css 10/10/2024
******************************************************/
.challenge-sec {
    background: transparent linear-gradient(271deg, #D35400 0%, #FFA54A 100%) 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    padding: 15px 20px;
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.challenge-sec p {
    color: #fff;
    line-height: 21px;
    font-size: 18px;
    margin: 0;
}

.challenge-sec .new-button {
    line-height: 35px;
}

.new-button {
    background-color: #FED501;
    border: 0;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    padding: 0 25px;
    line-height: 25px;
    overflow: hidden;
    border-radius: 5px;
}

.new-button:before {
    content: "";
    background-color: #fc8d0f;
    width: 90px;
    height: 95px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    top: -80px;
    left: -50px;
    opacity: .6;
}

.new-button:after {
    content: "";
    background-color: #fc8d0f;
    width: 90px;
    height: 95px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    bottom: -80px;
    right: -50px;
    opacity: .6;
}

.new-button:after {
    content: "";
    background-color: #fc8d0f;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    bottom: -20px;
    right: -10px;
    opacity: .6;
}

.challange-modal-box .modal-body {
    background: transparent linear-gradient(66deg, #FFFFFF 0%, #FDF2BF 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    padding: 25px;
}

.btn-cancel {
    background-color: #fff;
}

.challenge-heading {
    display: flex;
    margin: 0 0 20px 0;
}

.challenge-heading span b {
    color: #FF0000;
    font-weight: 600;
    font-size: 20px;
}

.challenge-heading span p {
    line-height: normal;
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}

.challenge-heading center img {
    width: 100px;
}

.share-btns button {
    padding: 8px 15px;
    border-color: #707070;
    font-size: 14px;
    font-weight: normal;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.share-btns {
    display: flex;
    gap: 15px;
}

button.btn-cancel.whatsapp-btn {
    background-color: #25D366;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

span.active-hind:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #0CCB65;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    border-radius: 50%;
}

span.active-hind {
    position: absolute;
    right: 10px;
    top: 10px;
    border: solid 1px #0CCB65;
    border-radius: 20px;
    padding: 0 15px 0 23px;
    font-size: 13px;
    color: #0CCB65;
    font-weight: 500;
    line-height: 24px;
}

span.act-btn a {
    line-height: normal;
}

.my-test-section button.trash-btn img {
    width: 16px;
}

.challenge-accept-heading {
    background: transparent linear-gradient(66deg, #FFFFFF 0%, #FDF2BF 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 25px 0 0;
    opacity: 1;
    margin: 0;
    padding: 25px;
}

.challenge-accept .modal-dialog {
    width: 610px;
    margin: 1.75rem auto;
    max-width: 100%;
    margin-top: 60px;
}

.challenge-accept .modal-body {
    padding: 0;
}

.challenge-accept-heading span h5 {
    color: #1C82AF;
    font-size: 24px;
}

.challenge-accept-heading span p {
    color: #000000;
}

.result-time-da {
    background-color: #f1f1f1;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result-time-da i svg {
    width: 15px;
    fill: #2E5EE4;
}

.general-inst span svg {
    width: 15px;
    fill: #FF3D00;
}

.result-time-da i,
.general-inst span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-style: normal;
    color: #2E5EE4;
    font-weight: 500;
}

.general-inst span {
    color: #FF3D00;
    font-size: 13px;
    gap: 5px;
}

.result-time-da p {
    margin: 0;
}

.general-inst h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FF3D00;
    margin: 0 0 15px 0;
    font-size: 22px;
}

.point-sec {
    padding: 20px 35px;
}

.point-one b:before {
    content: ".";
    font-size: 40px;
    position: absolute;
    line-height: 0px;
    top: 0;
    left: 0;
    color: #707070;
}

.point-one b {
    font-size: 18px;
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    line-height: normal;
}

.point-one ul li {
    display: flex;
    justify-content: space-between;
    line-height: normal;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.point-one ul li i {
    width: 15px;
    height: 15px;
}

.point-one .add-star:before {
    right: -6px;
    bottom: -6px;
    width: 11px;
    height: 11px;
    background-size: 11px;
}

.point-one ul {
    padding: 10px 40px 0px 60px;
}

.point-sec.last-points .point-one b {
    padding: 0;
}

.point-sec.last-points .point-one b:before {
    display: none;
}

.point-one span {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 10px 0 20px 60px;
}

.point-one span i:before {
    content: ".";
    font-size: 45px;
    position: absolute;
    line-height: 0px;
    top: -4px;
    left: -15px;
    color: #000;
}

.point-one span i {
    font-style: normal;
    position: relative;
    font-weight: 500;
}

.btn-sec {
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
    padding: 0 20px;
}

.btn-sec button.btn-primary {
    width: 100%;
    line-height: 35px;
    font-size: 22px;
    border-radius: 5px;
    font-weight: 500;
}

.result-popup .modal-content {
    background-color: #F4F4F4;
}

.check-success.result-text-sec center img {
    width: 100px;
}

.check-success.result-text-sec center {
    padding: 30px 0 20px 0;
}

.result-text-sec.check-success b {
    font-size: 20px;
    font-weight: 600;
}

.result-text-sec.check-success p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.result-text-sec.check-success strong {
    font-size: 24px;
    color: #31547C;
    margin: 0 0 10px 0;
}

.challenge-sec.challenge-tag {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.challenge-sec.challenge-tag a {
    display: flex;
    padding: 15px 20px;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    gap: 10px;
    font-weight: 500;
}

.challenge-sec.challenge-tag a svg {
    fill: #fff;
    width: 12px;
}

.rank-section {
    display: flex;
    justify-content: center;
}

.yellow-header-sec {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 20px 0 0 0;
}

.rank-01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 300px;
    max-width: 100%;
}

.rank-01 b {
    box-shadow: 0px 3px 6px #00000045;
    border: 0.5px solid #707070;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    width: auto;
    background-color: #FED501;
    font-size: 20px;
    font-weight: 500;
    min-width: 155px;
}

.rank-01 i {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 10px 0 0 0;
    width: 100px;
}

.total-participate-sec {
    background: #F1F1FF 0% 0% no-repeat padding-box;
    border: 0.5px solid #8181F8;
    border-radius: 14px 15px 6px 6px;
    opacity: 1;
    max-width: 600px;
    margin: 20px auto 20px auto;
    padding: 10px 20px;
}

.total-participate-sec ul {
    display: flex;
    gap: 5px;
}

.total-participate-sec ul li {
    border-right: solid 1px;
    line-height: 16px;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    font-weight: 500;
    font-size: 16px;
}

.total-participate-sec ul li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.rtank-table ul.table-head {
    background-color: #FF855E;
    border-radius: 10px 10px 0 0;
}

.rtank-table ul {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #FFFAF1;
    margin: 5px 0;
}

.rtank-table ul li {
    display: flex;
    gap: 5px;
    padding: 5px 15px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

.rtank-table ul li svg {
    width: 15px;
    fill: #fff;
}

.rtank-table ul li:nth-child(3) {
    width: 90px;
    display: flex;
    justify-content: center;
}

.rtank-table ul li:first-child {
    width: 30px;
}

.rtank-table ul li:nth-child(2) {
    width: calc(100% - 250px);
}

.rtank-table ul.table-head li {
    color: #fff;
}

.rtank-table ul li:first-child {
    width: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
}

.rtank-table ul.table-head li {
    font-weight: normal;
}

.marg-table {
    background-color: #fff;
    padding-bottom: 70px;
    position: relative;
}

.rtank-table ul.table-head li {
    padding: 8px 15px;
}

.rtank-table ul li:nth-child(4) {
    width: 150px;
    display: flex;
    justify-content: flex-end;
}

.rtank-table ul.fix-section {
    position: absolute;
    bottom: 0;
    background-color: #EC6E6E;
    width: calc(100% + 60px);
    border-radius: 20px 20px 0 0;
    left: -30px;
    right: 0;
    padding: 0 20px;
    margin: 0 auto;
}

.rtank-table ul.fix-section li {
    font-size: 22px;
    padding: 10px 15px;
    color: #fff;
}

.rtank-table b {
    text-align: center;
    display: block;
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.live-test-list .course-detail b {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-content: flex-start;
}

.first-course.book_select_card center {
    width: 220px;
}

.first-course.book_select_card center img {
    height: auto;
}