.lesson-tab-content .row.lesson-tab-inner {
    background: transparent;
    /* min-height: 500px; */
    font-family: "Lato", sans-serif;
    position: relative;
    border-radius: 8px;
    display: flex;
    margin-bottom: 43px;
}

.lesson-tab-content .row .chat-sidebar-container {
    background: #fff;
    border-right: none;
    border-radius: 8px 0 8px 8px;
    -webkit-border-radius: 8px 0 8px 8px;
    -moz-border-radius: 8px 0 8px 8px;
    -ms-border-radius: 8px 0 8px 8px;
    -o-border-radius: 8px 0 8px 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px;
}

.lesson-tab-content .add-new-lesson .btn-primary {
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lesson-sidebar-info {
    padding: 30px 20px 20px;
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 230px;
}

.lesson-sidebar-info::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.lesson-sidebar-info::-webkit-scrollbar-thumb {
    background-color: #aaaaaac3;
}

.lesson-sidebar-info h3 {
    font: var(--h5);
    font-weight: 600;
    margin-bottom: 5px;
}

.lesson-sidebar-info .sidebar-info-item {
    padding: 10px 0;
    border-radius: 10px;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lesson-sidebar-info .sidebar-info-item.active {
    padding: 10px;
    background: #e2e5ff;
}

.sidebar-info-item .info-item-left.active {
    background-color: #e2e5ff;
    border-radius: 10px;
}

.lesson-sidebar-info .sidebar-info-item .lqd-btn {
    width: 22px;
    height: 22px;
}

.info-item-right {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lesson-tab-content .chat-message-container {

    padding: 0;
}

.lesson-tab-content .chat-message-container h3 {
    margin-bottom: 0;
    font: var(--h4);
    font-weight: 600;
}

.lesson-tab-content .chat-message-container .cart-header-left span {
    color: #728096;
    font-size: 14px;
}

.lesson-tab-content .cart-header-top .btn-primary {
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lesson-tab-content .cart-header-top .btn-primary i {
    margin-right: 5px;
}

.progress-bar__wrapper {
    position: relative;
}

/* progress {
    width: 100%;
    height: 5px;
    border-radius: 50px;
    background-color: #e2e5ff;
    transition: width 300ms ease;
} */

progress[value]::-webkit-progress-bar {
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background-color: #e2e5ff;
    transition: width 300ms ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

progress[value]::-webkit-progress-value {
    width: 0;
    border-radius: 20px;
    background-color: maroon;
    transition: width 300ms ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.chat-message-inner {
    padding: 20px 25px 0px 25px;
}

.chat-message-inner p {
    font-size: 14px;
    color: #728096;
}

.chat-message-inner .row {
    gap: 20px;
}

.chat-message-container .lesson-plan-card .plan-card-inner {
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chat-message-container .lesson-plan-card label {
    font: var(--h4);
    display: block;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.chat-message-container .lesson-plan-card span {
    line-height: 1.2;
    font-size: 14px;
    color: #728096;
}

.schedule-info {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #885ffd;
    margin: 20px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.schedule-info .schedule-info-left h4 {
    font-weight: 600;
}

.schedule-info .schedule-info-content {
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.schedule-info .schedule-info-left p {
    margin-bottom: 0;
}

.schedule-info .schedule-info-content p {
    color: #885ffd;
    line-height: 1;
    font-weight: 500;
}

.schedule-info .btn {
    border: 1px solid #212529;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.schedule-info .btn i {
    margin-right: 5px;
}

.schedule-list-detail .schedule-iteam {
    padding: 40px 20px 25px;
    background-color: #e2e5ff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    flex-wrap: wrap;
    gap: 30px;
}

.schedule-list-detail .schedule-iteam:not(:last-of-type) {
    margin-bottom: 20px;
}

.schedule-list-detail .schedule-iteam .schedule-lbl {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.schedule-list-detail .schedule-iteam .schedule-lbl label {
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: #22c55e;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.schedule-list-detail .schedule-iteam .schedule-lbl .common-lbl {
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    -o-border-radius: 10px 0 10px 0;
    background-color: #885ffd;
}

.schedule-list-detail .schedule-iteam span {
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
}

.schedule-list-detail .schedule-iteam p {
    margin-bottom: 0;
}

.schedule-iteam-right .btn {
    min-width: auto;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #885ffd;
    color: #ffffff;
}

.schedule-iteam-right .btn.btn-success {
    background-color: #22c55e;
    border-color: #22c55e;
}

.schedule-iteam-right .btn i {
    font-size: 14px;
}

.filter-title {
    display: none;
}

.lesson-tab-content .chat-message-container .card-header ul.pagination {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.lesson-tab-content .chat-message-container .card-header ul.pagination a {
    gap: 10px;
}

.chat-message-inner .number-patterns-div,
.counting-main-sec ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.chat-message-inner .number-patterns-div h4,
.counting-main-sec ul h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.chat-message-inner .number-patterns-div b,
.counting-main-sec ul b {
    margin-bottom: 10px;
    line-height: 1;
    display: block;
    font-size: 14px;
}

.counting-main-sec {
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    max-height: calc(100% - 140px);
    overflow-y: auto;
}

.counting-main-sec::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.counting-main-sec::-webkit-scrollbar-thumb {
    background-color: #aaaaaac3;
}

.counting-main-sec ul.counting-iteam .sub-list li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #728096;
}

.counting-iteam:not(:last-of-type) {
    margin-bottom: 30px;
}

.progress-wrap {
    padding: 12px 15px;
    gap: 15px;
}

.progress-wrap .btn {
    min-width: auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.progress-wrap .btn i {
    margin-right: 10px;
}

.progress-wrap .btn.help-btn {
    background: #e2e5ff;
    border: 1px solid #885ffd;
}

.progress-wrap .btn.Complete-btn {
    background-color: #320580;
    border-color: #320580;
    color: #fff;
}

.progress-wrap.sticky-row {
    position: sticky;
    bottom: 0;
}

.ask-Academic-popup {
    position: fixed;
    background: rgb(0 0 0 / 61%);
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    z-index: 1000;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.ask-Academic-popup.active {
    opacity: 1;
    visibility: visible;
}

.ask-form-wrapper {
    max-width: 35%;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    position: relative;
    border-radius: 10px;
}

.ask-form-wrapper .close-search {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.ask-form-wrapper .close-search i {
    font-size: 20px;
}

.ask-form-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.ask-form-wrapper h3 span {
    padding-left: 50px;
    width: 100%;
}

.ask-form-wrapper h3 i {
    position: absolute;
    left: 10px;
    font-size: 20px;
}

.ask-submit-btn {
    max-width: 180px;
    width: 100%;
}

.academic-submit-btn {
    border-radius: 10px;
    padding: 12px 20px;
    width: 100%;
    line-height: 1;
    background-color: #885ffd;
    border-color: #885ffd;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

#stepperForm .academic-submit-btn {
    width: 49%;
}

.academic-submit-btn.btn-prev-form {
    background-color: #f97316;
    border-color: #f97316;
}

.academic-submit-btn:hover {
    color: #fff;
}

.form-field:focus,
.checkbox-custom:focus {
    background: #e2e5ff;
    border-color: #e2e5ff;
}

.no-scroll {
    overflow: hidden;
}

.subject-modal .form-field {
    padding: 12px 20px;
    border: 1px solid #e2e5ff;
    border-radius: 10px;
    background-color: transparent;
    color: #000;
    width: 100%;
    font-size: 14px;
    outline: none;
    line-height: 1.2;
    transition: .2s all ease-in-out;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    cursor: pointer;
}

.subject-modal .form-field:last-of-type {
    margin-bottom: 25px;
}

.subject-modal {
    display: flex;
    flex-direction: column;
}

.subject-modal input[type="radio"]:checked+label,
.subject-modal input[type="checkbox"]:checked+label {
    background: #e2e5ff;
    border-color: #e2e5ff;
}

.checkbox-custom {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 12px 30px 12px 20px;
    width: 100%;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    background-color: transparent;
    outline: none;
    line-height: 1.2;
    margin-bottom: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -webkit-border-radius: 10px;
}

.checkbox-custom label i {
    font-size: 11px;

}

.checkbox-custom label:before {
    content: '';
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #e5e7eb;
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    right: 10px;
    top: 50%;
    border-radius: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 15px;
}

.checkbox-custom input:checked+label:before {
    background-color: #885ffd;
    border-color: #fff;
}

.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.checkbox-custom input:checked+label {
    background-color: #e2e5ff;
    border-color: #e2e5ff;
}

.all-select-btn {
    color: #885ffd;
    font-size: 14px;
    text-align: right;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}

.quantity-form .quantity-lable {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}

.quantity-input input {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #d5d8db;
    padding: 10px 10px;
    font-size: 14px;
    color: #000;

}

.form-group:not(:last-of-type) {
    margin-bottom: 15px;
}

.quantity-input .btn {
    background-color: #d5d8db;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
}

.quantity-input .btn:focus {
    border: none;
    box-shadow: none;
}

.Moderate-select {
    position: relative;
    border: 1px solid #d5d8db;
    display: block;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 20px 10px 10px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    outline: none;
    color: #000;
}

.Moderate-select option:hover {
    background: #e2e5ff !important;
}

.Moderate-select:focus-visible {
    border-color: #d5d8db;
}



input[type="radio"] {
    opacity: 0;
}


/***************************************/
.proceed-card {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
}

.proceed-card .proceed-card-inner {
    border: 1px solid #e2e5ff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.proceed-wrapper .proceed-title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    width: 100%;
    margin: 0 auto 30px;
    text-transform: uppercase;
    text-align: center;
}

.proceed-card .proceed-content h2 {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: center;
}

.proceed-card .proceed-content p {
    margin-bottom: 0;
    text-align: center;
    color: gray;
    text-transform: capitalize
}

.proceed-card-img {
    margin: 0 auto 10px;
}

.proceed-card-img svg {
    width: 22px;
    height: 22px;
    color: #885ffd;
    /* background-color: rgb(146, 187, 230, 0.5); */
    /* padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
}

.proceed-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    max-height: 70%;
    overflow: auto;
}

.proceed-popup {
    position: fixed;
    background: rgb(0 0 0 / 61%);
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    z-index: 1000;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;

}

.proceed-popup.active {
    opacity: 1;
    visibility: visible;
}

.proceed-wrapper .close-search {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

/**********  NUMBERS QUIZ  ********/
.lesson-tab-content .chat-message-container .quiz-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.quiz-popup .quiz-popup-head {
    margin-bottom: 15px;
    gap: 15px;
}

.quiz-popup h2,
.cart-header-top h2,
.algebra-plan-sidebar h2 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.quiz-popup .quiz-popup-head span.sub-title,
.lesson-tab-content .cart-header-top span.sub-title {
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #f3e8ff;
    color: #7821a8;
    font-size: 14px;
}

.quiz-text {
    margin-top: 20px;
}

.quiz-text p {
    color: #a3acb8;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.form-inputs span {
    display: inline-block;
    background-color: #d5d8db;
    padding: 5px 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 5px;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
}

/* .quiz-popup label:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.quiz-container {
    background-color: #fff;
}

.quiz-popup input:checked+label {
    background-color: #885ffd;
    color: white;
    border: 1px solid white;
    outline: 1px solid #885ffd;
    outline-offset: 2px;
}

.quiz-popup .form-field:last-of-type {
    margin-bottom: 20px;
}

.quiz-popup input:checked+label:before {
    background-color: rgba(160, 198, 238, 0.5);
    border-color: transparent;
}

.quiz-popup .progress {
    background-color: #d5d8db;
    border-radius: 20px;
    position: relative;
    height: 15px;
    width: 90%;
}

.quiz-popup .progress-done {
    background: #fcb045;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}


.quiz-popup .progress-bar__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quiz-popup .progress-bar__wrapper progress {
    height: 10px;
    flex: 1;
}

.quiz-popup .progress-bar__wrapper span {
    font-size: 14px;
}

.quiz-popup progress[value]::-webkit-progress-value {
    width: 0;
    padding: 5px 0;
    border-radius: 20px;
    background-color: #fb923c;
}

.quiz-popup input:checked+label span {
    background-color: #19197d;
    color: white;
} */


.quiz-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
}

.quiz-popup {
    /* max-width: 50%; */
    width: 100%;
}


.quiz-wrapper .close-search {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

/************* REPORT POPUP  ********/
.reason {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.report-wrapper label {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 15px;

}

.reason select {
    text-transform: capitalize;
    font-weight: 600;
    padding: 8px 10px;
    border: 1px solid #d5d8db;
    background-color: #ffffff;
    border-color: #a3acb8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    outline: none;
    font-size: 14px;
}

.report-wrapper form {
    display: flex;
    flex-direction: column;
}

.report-wrapper form input::placeholder {
    text-transform: capitalize;
}

.report-wrapper form input {
    background-color: rgb(213, 216, 219, 0.5);
    border: 1px solid #d5d8db;
    background-color: #ffffff;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 8px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
}

.report-wrapper form .btn {
    display: inline-block;
    background-color: #885ffd;
    color: white;
    min-width: 120px;
    font-size: 14px;
    margin: 15px auto 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.report-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
}

.report-popup {
    position: fixed;
    background: rgb(0 0 0 / 61%);
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    z-index: 1000;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.report-popup.active {
    opacity: 1;
    visibility: visible;
}

.report-wrapper .close-search {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

/*******************  NUMBER  CSS ***********/
.number-text h2 {
    font-weight: 600;
    text-transform: capitalize;
}

.numbers-progressbar .progressbar {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.numbers-progressbar .barOverflow {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 185px;
    margin-bottom: -20px;
    border: 8px solid #eee;
    border-radius: 50%;
}

.numbers-progressbar .barOverflow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 8px solid #fcb045;

}

.numbers-progressbar .barOverflow span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.numbers-progressbar {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    text-align: center;
}

.numbers-progressbar p {
    font-weight: 600;
}

.numbers-progressbar .btn {
    background-color: #885ffd;
    color: white;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}

.numbers-progressbar .btn svg path {
    fill: white;
}

.numbers-progressbar .btn svg {
    margin-right: 5px;
}

/* quiz progress css */
.quiz-progress-left p {
    color: #3d536d;
}

.number-quiz-content {
    background-color: #fff;
}

.number-quiz-content .row {
    gap: 0;
    row-gap: 10px;
}

.multigraph {
    width: 200px;
    height: 100px;
    position: relative;
    margin: 0 auto 20px;
}

.multigraph:before {
    content: '';
    width: 200px;
    height: 100px;
    position: absolute;
    border: 20px solid rgba(0, 0, 0, 0.1);
    border-radius: 300px 300px 0 0;
    border-bottom: none;
}

.graph {
    width: 200px;
    height: 100px;
    position: absolute;
    overflow: hidden;

}

.graph:before,
.graph:after {
    width: 200px;
    height: 100px;
    position: absolute;
    top: 100%;
    border: 20px solid #f97316;
    content: '';
    border-radius: 0 0 300px 300px;
    border-top: none;
    animation: demo 3s;
    transform-origin: center top;
}

.graph:after {
    transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
}

@keyframes demo {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg);
        -moz-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        -o-transform: rotate(80deg);
    }
}

.quiz-progress-rate {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
}

.quiz-progress-left h4 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.quiz-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
}

.quiz-btn-wrapper .btn-primary {
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quiz-btn-wrapper .btn-primary i {
    margin-right: 10px;
}

.quiz-progres-sec,
.content-topic-sec {
    padding-bottom: 40px;
}

.content-topic-sec .section-title,
.topic-qustion-sec .section-title {
    margin-bottom: 20px;
}

.content-topic-sec .section-title h3,
.topic-qustion-sec .section-title h3 {
    margin-bottom: 0;

    font-size: 18px;
    font-weight: 600;
}

.content-topic-sec .section-title i,
.topic-qustion-sec .section-title i {
    font-size: 16px;
    font-size: 22px;
    margin-right: 10px;
}

.content-topic-sec .topic-left-col {
    background-color: #f9fafb;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
    gap: 10px;
}

.topic-left-col h3 {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 0;
    flex: 1;

}

.qustion-type-lable {
    background-color: #f9fafb;
    border-radius: 10px;
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}

.qustion-wrapper-inner {
    padding: 30px 20px;
}

.lesson-tab-content .row .chat-sidebar-container {
    border-right: 1px solid #f9fafb;
}

.qustion-wrapper-inner .set .acnav-label {
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #E5F2FF;
}

.qustion-wrapper-inner .set .acnav-assessments-label {
    padding: 15px 35px 15px 15px !important;
}

.qustion-wrapper-inner .set .acnav-label span {
    display: block;
    padding-left: 20px;
}

.qustion-wrapper-inner .acnav-list,
.sidebar-info-item .acnav-list {
    display: none;
    padding: 10px 0 10px 20px;

}

.qustion-wrapper-inner .wrong-icon {
    color: #ef4444;
}

.qustion-wrapper-inner .right-icon {
    color: #22c55e;
}

.info-item-left.acnav-label {
    position: relative;
    padding-left: 20px;
}

.qustion-wrapper-inner .acnav-label:after,
.info-item-left.acnav-label:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-family: "Font Awesome 6 Pro";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.info-item-left.acnav-label:after {
    left: 0;
    right: auto;
    margin-left: 10px;
}

.qustion-wrapper-inner .set.is-open .acnav-label::after,
.sidebar-info-item.is-open .info-item-left.acnav-label:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.qustion-wrapper-inner .form-field {
    width: auto;
    padding: 0 0 0 40px;
    border: none;
    margin-bottom: 0;
}

.qustion-wrapper-inner .checkbox-custom:not(:last-of-type) {
    margin-bottom: 15px;
}

.qustion-wrapper-inner input[type="radio"]:checked+label {
    background-color: transparent;
    border-color: transparent;
}

.qustion-wrapper-inner .checkbox-custom label:before {
    left: -10px;
    right: auto;
    margin-right: 15px;
    border-radius: 10px;
    border: none;
    background: #f3f4f6;
}

/* .right-answer .checkbox-custom input:checked+label:before {
    background-color: #22c55e;
    border: none;
}

.wrong-answer .checkbox-custom input:checked+label:before {
    background-color: #22c55e;
    border: none;
}

.wrong-answer .checkbox-custom.wrong-option input+label:before {
    background-color: #dc3545;
    border: none;
} */

/* .wrong-answer .checkbox-custom.wrong-option input+label:after {
    content: '\f00d';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 9px;
    top: 3px;
    font-size: 10px;
    color: #fff;
}

.qustion-wrapper-inner .checkbox-custom input:checked+label:after {
    left: 11px;
    right: auto;
    top: 42%;
} */

.qustion-explanation {
    background-color: #fff8dc;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #83898f;
}

.lesson-tab-content .chat-message-container .qustion-explanation h3 {
    margin-bottom: 10px;
}

.qustion-explanation p {
    color: #83898f;
    margin-top: 10px;
}

.qustion-btn-wrapper .btn {
    border-radius: 10px;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    color: #FFF;
    background: #885ffd;
    font-weight: 600;
    border: 0;
}

.bottom-btn-wrapper .retak-icon {
    background-color: #e2e5ff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 14px;
    color: #885ffd;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.bottom-btn-wrapper .btn {
    font-size: 14px;
    border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.algebra-plan-sidebar .item-lbl {
    font-size: 10px;
    line-height: 1;
    border-radius: 5px;
    padding: 3px;
    color: #1e1e2d;
    background-color: #e2e5ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.algebra-plan-sidebar .info-offer-lbl {
    background-color: #ef4444;
    color: #fff;
}

.algebra-plan-sidebar .quiz-offer-lbl {
    background-color: #f97316;
    color: #fff;
    height: 20px;
    margin: auto 0;
}

.fw-600 {
    font-weight: 600;
}

.counting-main-sec h1 {
    font-size: 36px;
    font-weight: 600;
}

.counting-main-sec h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.5;
}

.counting-main-sec h3 {
    font-size: 22px;
    margin-bottom: 0.66em !important;
}

.counting-main-sec h4 {
    font-size: 20px;
    margin-bottom: 0.66em;
}

.counting-main-sec h5 {
    font-size: 18px;
    margin-bottom: 0.66em;
}

.chat-message-inner p {
    /* margin-top: 10px; */
    margin-bottom: 1.5em;
}

.chat-message-inner p strong {
    margin-bottom: 10px;
    display: block;
}

.counting-main-sec a {
    height: 100%;
    width: 100%;
    overflow: auto;
    display: flex;
    color: #22c55e;
}

.counting-main-sec ul li,
.counting-main-sec ol li {
    font-size: 14px;
    color: #728096;
}

.counting-main-sec pre {
    padding: .8em 1em;
    margin: 0.5em 0;
    background-color: rgb(240 241 245);
    background-size: 10px 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #000;
    line-height: 1.4em;
    position: relative;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    max-height: 250px;
}

#lessonModal input[type=radio],
#lessonModal input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.schedule-iteam-left {
    flex: 1;
}

.quiz-progress-left .progress {
    position: relative;
    margin-bottom: 40px;
    background: transparent;
    text-align: center;
    height: auto;
    justify-content: center;
}

.quiz-progress-left .barOverflow {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 70px;
    margin-bottom: -14px;
}

.quiz-progress-left .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 15px solid #eee;
    border-bottom-color: #F97316;
    border-right-color: #F97316;
}

.quiz-progress-left .progress p {
    position: absolute;
    margin-bottom: 0;
    top: 50%;
}

.opacity-50 {
    opacity: 0.5;
}

footer.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
    background: white;
    padding: 1rem 1.3rem 1rem !important;
}

/* .chat-message-inner {
    margin-bottom: 40px;
} */


.lesson-tab-content .chat-message-container::-webkit-scrollbar {
    display: none;
}

/********************* new lesson css    ******************/
.add-new-lesson a {
    border-bottom: 1px solid rgb(161, 172, 184, .3);
    font-weight: 600;
}

.chapters-item-left.acnav-label:after {
    right: 10px;
    left: auto;
}

.chapters-item-left {
    background-color: #e2e5ff;
    padding: 10px 25px 10px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}

.chapters-info-item ul li {
    position: relative;
    color: #B9C0CA;
}

.chapters-info-item ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../images/lock-solid.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    filter: opacity(.5);
    -webkit-filter: opacity(.2);
}

.lesson-bottom-wrp .feedback-btn {
    background-color: #e2e5ff !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lesson-bottom-wrp .feedback-btn span {
    font-weight: 500;
}

.lesson-bottom-wrp .upgrade-btn {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lesson-bottom-wrp .upgrade-btn a {
    font-weight: 600;
}

.lesson-tab-div .pages-tabs li .btn,
.lesson-tab-div .tabs li .btn {
    font-size: 14px;
    min-width: 135px;
    text-transform: capitalize;
    border: 1px solid #a1acb8;
    color: #233446;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 500;
}

.chapters-info-item .sidebar-acnav2 li,
.chapters-info-item .sidebar-acnav li {
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.chapters-info-item .sidebar-acnav2 .active {
    color: #728096;
}

.chapters-info-item .sidebar-acnav .active a {
    color: #885ffd;
}

.chapters-info-item .sidebar-acnav2 .active::after,
.chapters-info-item .sidebar-acnav .active::after {
    display: none;
}

.lesson-tab-div .pages-tabs .active .btn {
    background-color: rgb(0, 130, 255, 0.1);
    border: 1px solid #0082FF;
    color: #0082FF;
    font-weight: 600;
}

.lesson-tab-div .tabs .active .btn {
    background-color: #0082FF;
    border: 1px solid #0082FF;
    color: white;
    font-weight: 600;
}

.lesson-tab-div .pages-tabs li .btn:focus,
.lesson-tab-div .tabs li .btn:focus {
    box-shadow: none;
}

.tab-content {
    display: none;

}

.tab-content.active {
    display: block;
}

.video-wrapper {
    width: 100%;
    height: 100%;
}

.video-wrapper video {
    border-radius: 10px;
    height: 100%;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.video-overlayer .video-wrapper::after {
    content: " ";
    z-index: 0;
    background: #000000b3;
    left: 0;
    width: 100%;
    max-height: 500px;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
}

.assessments-text h2,
.summary-text h2 {
    font-weight: 600;
}

.summary-text p {
    color: #728096;
}

#tab-4 p {
    color: #728096;
}

.inter-image,
.found-image {
    width: 40px;
    height: 100%;
}

#inner-tab-4 ul li p span {
    flex: 1;
}

#inner-tab-4 ul li p svg {
    width: 15px;
    height: 15px;
}

#inner-tab-5 .progress {
    height: 7px;
}

#inner-tab-5 .progress-bar {
    background-color: #60DD34;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.description-box {
    padding: 15px;
    border-radius: 10px;
    background-color: #E5F2FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.player .vp-video-wrapper .vp-preview-cover {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.description-box p {
    width: 75%;
    color: #233446;
    font-weight: 500;
}

.description-box span {
    text-align: end;
    display: block;
    flex: 1;
    color: #728096;
}

.assessments-form input[type="radio"]:checked+label {
    background-color: transparent;
    border-color: transparent;
}

.assessments-form .checkbox-custom input:checked+label:before {
    background-color: white;
    outline: 3px solid #0082FF;

}

.assessments-form .checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 5px;
    height: 9px;
    border: solid #0082FF;
    border-width: 0px 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.assessments-form .checkbox-custom input:checked+label:after {
    left: 15px;
    right: auto;
    top: 42%;
}

.assessments-form .checkbox-custom label:before {
    margin-right: 15px;
    right: 29px;
    border-color: #C7CFD6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.assessments-form .form-field {
    width: auto;
    padding: 0 0 0 40px;
    border: none;
    margin-bottom: 0;
    font-weight: 600;
    color: #233446;
}

.description-form textarea {
    width: 90%;
    max-height: 100px;
    min-height: 100px;
    height: 100%;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.description-form textarea::placeholder {
    color: #B9C0CA;
}

.description-form textarea:focus {
    box-shadow: none;
}

.assessments-description .submit-btn .btn {
    font-size: 14px;
    background: #885ffd;
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.assessments-description .submit-btn .btn:hover {
    background-color: transparent;
    border-color: #885ffd;
    color: #885ffd;
}

.assessments-description .true-btn {
    background-color: rgb(70, 197, 25, .4);
    padding: 5px 30px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.assessments-description .true-btn:hover {
    background-color: #46C519;
    color: white;
}

.assessments-description .false-btn:hover {
    background-color: #C51919;
    color: white;
}

.assessments-description .false-btn {
    background-color: rgb(197, 25, 25, .4);
    padding: 5px 30px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.progress_bar span {
    font-size: 15px;
    font-weight: 500;
}

/************* new  *******************/
.notes-table .table {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.notes-table thead tr th {
    background-color: #E6F2FD;
    padding: 15px 20px;
    border-bottom: 1px solid #EFF4F8;
    white-space: nowrap;
}

.notes-table tbody tr td {
    color: #233446;
    background-color: #EFF4F8;
    padding: 15px 20px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: baseline;
}

.notes-table button {
    width: 100%;
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: capitalize;
    background-color: rgb(0, 130, 255, .1);
    border: 1px solid #0082FF;
    color: #0082FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.notes-table button:hover {
    background-color: #885ffd;
    color: white;
}

.notes-table svg {
    width: 20px;
    height: 20px;
}

.notes-form textarea.form-control {
    border: 0 none;
    background: #E6F2FD;
    outline: none;
    min-height: 320px;
    max-height: 320px;
    height: auto;
    resize: none;
    padding: 20px 15px;
    margin-bottom: 20px;

}

.notes-form {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.notes-form textarea.form-control:focus {
    box-shadow: none;
}

.notes-form button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #0082FF;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #0082FF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.notes-form button:hover {
    background-color: rgb(0, 130, 255, .1);
    border-color: 1px solid #0082FF;
    color: #0082FF;
}

/* tutor Topic video section */
.disabled {
    pointer-events: none;
    color: gray;
    opacity: 0.5;
    cursor: not-allowed;
}

.video-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
}

.video-buttons button:nth-child(3) {
    background-color: #0082FF;
    border: 1px solid #0082FF;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.video-buttons button:nth-child(2) {
    background-color: #0082FF;
    border: 1px solid #0082FF;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.video-buttons button:nth-child(1) {
    font-size: 14px;
    width: 135px;
    text-transform: capitalize;
    border: 1px solid #a1acb8;
    /*color: #fff;*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 500;
}

.tab-video {
    position: relative;
}

.dount-image {
    border-radius: 50%;
    overflow: hidden;
}

.doubt-description .dropdown-toggle {
    padding: 10px 20px 10px 40px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.doubt-description .dropdown-toggle::before {
    content: '';
    background-image: url(../images/Rectangle\ 61.png);
    object-fit: cover;
    width: 28px;
    height: 28px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.doubt-description .tone .dropdown-toggle {
    padding: 10px 20px 10px 25px;
}

.doubt-description .tone .dropdown-toggle::before {
    content: '';
    background-image: url(../images/chap-4.svg);
    object-fit: cover;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.doubt-description .dropdown-toggle::after {
    background-image: url(../images/arrow-down.svg);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    transition: all ease-in .2s;
}

.doubt-info {
    border-bottom: 1px solid #D2D9E3;
}

.doubt-dec h2 {
    font-weight: 600;
}

.doubt-dec p {
    color: #9fa1a7;
}

.doubt-info>ul>li>a {
    background-color: #EFF4FF;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
}

.doubt-description .dropdown-toggle.show::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.doubt-box {
    width: 100%;
    height: 300px;
    overflow-y: auto;
}


.doubt-description .message-info textarea {
    max-height: 60px;
    min-height: 60px;
    padding: 20px 0;
}


.doubt-description .message-info textarea::-webkit-scrollbar-track,
.doubt-description .message-info textarea::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.message-info {
    width: 50%;
}

.doubt-description .send-btn {
    font-size: 16px;
    padding: 10px 0;
    border: none;
    Width: 137px;
    font-weight: 600;
    gap: 10px;
    border-radius: 50px;
    background-color: #2163C8;
    transition: all ease-in-out .3s;
}

.doubt-description .send-btn svg {
    width: 18px;
    height: 18px;
}

.doubt-description .send-btn:hover {
    color: #fff;
    background-color: rgba(33, 99, 200, 0.9);
}

.icon-sec li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DDEEFF;
    padding: 8px;
    border-radius: 50%;
}

.icon-sec li a svg {
    width: 18px;
    height: 18px;
}

.doubt-description .send-btn:hover {
    color: white !important;
}

.doubt-info-bottom {
    border-top: 1px solid #D2D9E3;
}

/* important quetions  */
.acnav-list p {
    font-weight: 300;
    font-size: 14px;
}

.chat-doubt-container {
    min-width: 100%;
}

/* chat-doubt-clearing */
.chat-doubt-container .card-body #chat-container {
    max-height: 300px !important;
    height: 300px !important;
}

.chat-doubt-main-container {
    min-width: 100% !important;
}

/**************************** Lesson planner module *****************************/

.send-chat {
    min-width: 50px !important;
}

.chat-message-inner.lesson-planner-inner {
    margin-top: 0px !important;
    overflow-y: scroll;
    /* height: 67vh; */
    height: calc(100% - 70px);
}

.chat-message-inner.lesson-planner-inner::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.chat-message-inner.lesson-planner-inner::-webkit-scrollbar-thumb {
    background-color: #aaaaaac3;
}

/* body.dark-theme .close-chat-filter, */
.close-chat-filter {
    display: none;
}

.chat-side-bar {
    display: none;
}

.lesson-tab-content .row .lesson-chat-message-container {
    padding-left: 0px !important;
}

.lesson-chat-card-footer {
    position: relative;
    position: sticky;
    bottom: 0;
    z-index: 999;
}

.card-header-1 {
    box-shadow: 0 2px 3px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    padding: 20px 25px;
}

.lesson-chat-card-footer .input-box {
    position: relative;
}

.lesson-chat-card-footer {
    padding: 1rem 0 !important;
}

.lesson-chat-card-footer .input-box .chat-button {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0;
    width: auto;
    min-width: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.chat-side-bar svg path,
.filter-title svg path {
    fill: #885ffd;
}

.card-header .cart-header-top {
    gap: 10px;
    flex-wrap: wrap;
}

.right-chat-container {
    padding: 0px !important;
}

.ai-title {
    font-size: 20px !important;
    padding-bottom: 5px !important;
}

.lesson-chat-card-body {
    position: relative;
}

.lesson-chat-card-body #chat-system #chat-container {
    height: 100%;
    max-height: 100%;
}

.lesson-tab-content .lesson-card-header {
    width: 100%;
    box-shadow: 0 2px 3px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    flex-wrap: wrap;
    gap: 10px;
    /* border-bottom: 0; */
    padding: 19px 25px;
    background-color: #fff;
}

.lesson-tab-content .lesson-card-header-3 {
    padding: 21.5px 30px;
}

.lesson-tab-content .lesson-card-header-1 {
    padding: 17.5px 25px 17.5px;
}

.lesson-tab-inner #chat-container {
    height: 100% !important;
    max-height: 100% !important;
    overflow-y: auto;
    flex: 1;
}

.lesson-tab-inner .lesson-chat-card-body {
    height: 100vh;
    padding-bottom: 277px;
    padding-top: 20px;
}

.lesson-tab-inner #chat-system {
    min-height: 100%;
}

.lesson-quiz-header h2 {
    font-size: 20px;
}

.quiz-popup {
    padding-top: 2px;
}

.lesson-quiz-header {
    padding: 17.5px 25px !important;
}

.lesson-quiz-header {
    padding: 19px 25px !important;
    box-shadow: 0 2px 3px -1px rgb(0 0 0 / 10%) !important;
}

.lesson-quiz-header span.sub-title {
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #f3e8ff;
    color: #7821a8;
    font-size: 14px;
}

.lesson-quiz-header h2 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.lesson-tab-content .chat-message-container h3 {
    font-size: 20px;

}

.plan-progress-bar {
    flex-direction: column;
    padding: 12px 25px 2px !important;
}

.plan-progress-bar .progress-bar__wrapper {
    width: 100%;
    /* line-height: 0.5; */
    padding-top: 5px;
}

.new-lesson-plan {
    padding: 20.5px 25px !important;
}

/**************************** AI Video tutor module *****************************/

.ai-video-tutor-sidebar {
    border-radius: 15px;
}

.ai-tutor-header {
    border-bottom: none !important;
    font-size: 20px;
}

.ai-video-tutor-sidebar-item {
    height: 100vh !important;
    overflow: auto !important;
    padding: 10px 10px 270px 10px;
}

.ai-tutor-video-container {
    height: 100vh;
    overflow: auto;
    padding: 0px 20px 287px 15px !important;
}

.ai-video-tutor-tab {
    padding: 10px 0px;
}

.ai-video-tutor-sidebar-item .item-lbl,
.ai-video-tutor-sidebar-item .acnav-label .item-lbl {
    font-size: 14px;
}

.doubt-chat-footer {
    position: sticky;
    bottom: 0px;
    z-index: 999999;
    background-color: white !important;
    padding: 10px 0 !important;
    margin-left: -15px;
    margin-right: -15px;
}

.chat-doubt-main-container {
    margin-bottom: 0px !important;
    min-height: auto !important;
}

.chat-doubt-container .card-body #chat-container {
    max-height: 425px !important;
    height: 425px !important;
}

.chat-doubt-container .chat-title-box .chat-doubt-avatar {
    max-width: 40px;
    width: 100%;
}

.chat-doubt-container .card-body::-webkit-scrollbar {
    width: 2px !important;
    border: 1px solid #EDF8FD !important;
}

.chat-doubt-container .card-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
}

.chat-doubt-container .card-body::-webkit-scrollbar-thumb {
    background: #c2cbdf;
}

.chat-doubt-container .card-body {
    max-height: 300px;
    height: 300px;
    overflow-y: scroll;
}

.chat-doubt-container .card-body #chat-container {
    overflow-y: hidden !important;
    max-height: 100% !important;
    height: 100% !important;
}

.chat-doubt-container .card-body .row {
    margin-right: 0;
    margin-left: 0;
}

.qustion-wrapper-inner .acnav-list {
    background-color: white;
}

/* changes in dark mode for chat module and lesson-side bar */

/* text grey */
body.dark-theme .description-box p,
body.dark-theme .qustion-wrapper-inner .set .acnav-label,
body.dark-theme .form-field,
body.dark-theme .acnav-list p,
body.dark-theme .lesson-tab-div .pages-tabs li .btn,
body.dark-theme .lesson-tab-div .tabs li .btn {
    color: #a1acb8 !important;
}

/* light black background */
body.dark-theme .number-quiz-content,
body.dark-theme .doubt-chat-footer,
body.dark-theme .ai-video-tutor-tab,
body.dark-theme .ai-tutor-video-container,
body.dark-theme .lesson-tab-content .lesson-card-header,
body.dark-theme .lesson-chat-card-body,
body.dark-theme .lesson-planner-inner,
body.dark-theme .quiz-wrapper,
body.dark-theme .quiz-container,
body.dark-theme .chat-sidebar-container,
body.dark-theme .lesson-tab-content .row .chat-sidebar-container {
    background-color: #313338 !important;
}

/* dark background */
body.dark-theme .content-topic-sec .topic-left-col,
body.dark-theme .qustion-type-lable,
body.dark-theme .schedule-info,
body.dark-theme .schedule-list-detail .schedule-iteam,
body.dark-theme .footer.footer,
body.dark-theme .chat-message-container .lesson-plan-card .plan-card-inner,
body.dark-theme .description-box,
body.dark-theme .qustion-wrapper-inner .set .acnav-label,
body.dark-theme .chapters-item-left {
    background: #2B2D31 !important;
}

body.dark-theme .ai-tutor-header {
    color: #FFF !important;
}

body.dark-theme .video-tutor-note {
    color: #212529 !important;
}

body.dark-theme .lesson-tab-content .lesson-card-header-3 {
    padding: 0;
    box-shadow: none;
    background-color: transparent !important;
    display: block;
    position: relative;
    z-index: 2;
}

body.dark-theme .lesson-tab-content .lesson-card-header-3 .chat-title-box {
    box-shadow: 0 2px 3px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    min-height: 3.5rem;
    padding: 21px 25px;
    background-color: #313338 !important;
}

math * {
    font-family: math !important;
    font-size: medium;
    line-height: 1.4;
}

.assessments-description {
    position: relative;
}

.deleteAssessmentButton,
.deletePracticeAssessmentButton {
    position: absolute;
    right: 10px;
    top: 11px;
}



/******************************************** Modal ********************************************** */
#lessonModal.load .spinner-border {
    display: block;
}

#lessonModal .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 2;
}

#lessonModal.load .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #c9cbd07a;
    z-index: 1;
}

#balance-status svg {
    width: 20px;
    height: 20px;

}

#balance-status svg path {
    fill: #885ffd;
    stroke: #885ffd;

}

#balance-status {
    padding: 7px 10px;
    background: #e2e5ff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.acnav-list .checkbox-custom label {
    margin: 0;
}

.lqd-generator-category-list .acnav-list .checkbox-custom label:before {
    top: -1px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.lqd-generator-category-list .acnav-list .checkbox-custom input:checked+label:after {
    top: 6px;
}

.show-topic-header li.topic-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

@media screen and (max-width:1440px) {
    .lesson-sidebar-info {
        padding: 30px 10px 20px;
    }
}

.lqd-titlebar {
    border-bottom: 0;
}

.right-chat-container #load_chat_area_container {
    border-top: 0;
}


/* .chat-cont-sec{
    max-height: 55vh;
    overflow-y:auto ;
} */

.chats-wrap.lesson-chats .conversation-area::-webkit-scrollbar,
.chat-cont-sec::-webkit-scrollbar {
    width: 5px !important;
    background-color: #f5f5f5 !important;
}

.chats-wrap.lesson-chats .conversation-area::-webkit-scrollbar-thumb,
.chat-cont-sec::-webkit-scrollbar-thumb {
    background-color: #aaaaaac3 !important;
}

/*.lqd-titlebar-actions{*/
/*    display: none !important;*/
/*}*/



/* ******** */

.lesson-chats .chat-cont-sec {
    height: calc(100% - 170px);
    overflow-y: scroll;
}

.lesson-chats .chat-cont-sec .chats-container {
    height: 100% !important;
    max-height: 100% !important;
}

.lesson-chats .lqd-card-body:not(.h-full) {
    height: 100%;
}


/* ******************************************************* */
/* .lqd-card-body {
    overflow-y: scroll;
}
.lqd-chats-list{
    overflow-y: scroll;
} */
.watch-wrapper .video-wrapper video {
    position: relative;
    max-height: 750px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.watch-wrapper .video-wrapper iframe {
    position: relative;
    max-height: 750px;
    height: 750px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.watch-wrapper .video-wrapper {
    width: 100%;
    height: 100%;
}

.watch-wrapper {
    height: calc(100vh);
    overflow: scroll;
}

.watch-wrapper::-webkit-scrollbar,
.practice-main-section::-webkit-scrollbar {
    width: 5px;
}

.watch-wrapper::-webkit-scrollbar-thumb,
.practice-main-section::-webkit-scrollbar-thumb {
    background-color: #c2cbdf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lqd-generator-v2.lqd-generator-sidebar-collapsed .lqd-generator-sidebar-backdrop {
    opacity: 100 !important;
    padding-left: 30px;
    visibility: visible;
}

.notes-table .lqd-table {
    /* display: table-cell; */
    overflow-x: scroll;
    white-space: nowrap;
}

.notes-table td.sort-name.note-title {
    white-space: normal;
}

@media screen and (max-width:575px) {
    .notes-table td.sort-name {
        padding: 10px;
    }

    .notes-table td.sort-name.note-title {
        min-width: 430px;
    }
}


.video-overlayer .video-wrapper::after {
    content: " ";
    z-index: 0;
    background: #000000b3;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 500px;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
}

.video-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
}

.watch-video-section {
    position: relative;
}

.side-active {
    background-color: rgb(226 229 255);
}

.side-disabled {
    pointer-events: none;
    cursor: default;
}

.take-assessment {
    background-color: rgb(226 229 255);
    padding: 7px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.tab-spin {
    animation: mymove 1s infinite;
    -webkit-animation: mymove 1s infinite;
}

@keyframes mymove {
    100% {
        transform: rotate(360deg);
    }
}

.true-icon {
    color: #22c55e;
}

.false-icon {
    color: #ef4444;
}

.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.lqd-generator-category-list .checkbox-custom input:checked+label:after {
    left: 6px;
    right: auto;
    top: 10px;
}

.lqd-generator-category-list .checkbox-custom input[type="radio"] {
    display: none;
}

.lqd-generator-category-list .checkbox-custom label:before {
    content: '';
    left: 0;
    top: 3px;
    right: auto;
    margin: 0 15px 0 0;
    border-radius: 10px;
    border: none;
    background: #f3f4f6;
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
}

.lqd-generator-category-list .form-field {
    padding: 0 0 0 30px;
    position: relative;
}

.lqd-generator-category-list .wrong-answer .checkbox-custom input:checked+label:before {
    background-color: #dc3545;
    border: none;
}

.lqd-generator-category-list .right-answer .checkbox-custom input:checked+label:before {
    background-color: #22c55e;
    border: none;
}

.right-answer .checkbox-custom input:checked+label:before {
    background-color: #22c55e;
    border: none;
}

.wrong-answer .checkbox-custom input:checked+label:before {
    background-color: #22c55e;
    border: none;
}

.lqd-generator-category-list .checkbox-custom.wrong-option input+label:after {
    content: 'x';
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 12px;
    color: #fff;

}

.checkbox-custom.wrong-option input+label:before {
    background-color: #dc3545;
    border: none;
}

.assessment-question svg {
    width: 22px;
    height: 22px;
}

.assessment-question span {
    flex: 1;
}

@media screen and (max-width:575px) {
    .assessment-que-list .flex.que-sec {
        padding: 10px !important;
    }

    .assessment-head-section h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:425px) {

    .assessment-que-list h4 {
        font-size: 12px !important;
        margin: 0;
        max-width: 90px;
        width: 100%;
    }

    .assessment-que-list strong {
        font-size: 12px !important;
    }

    .lqd-card-body .card-body-wrp {
        padding: 10px !important;
    }

    .assessment-que-list .lqd-generator-category .leading-tight {
        padding: 10px 5px;
    }

    .lqd-btn.delete-assessment,
    .que-sec .deletePracticeAssessment {
        width: 22px;
        height: 22px;
    }

    .card-body-wrp .imp-que-wrp {
        padding: 0;
    }

    .continue-practice-assessment {
        padding: 3px 10px;
    }
}


/* ******* */
.quiz-popup-head .section-title .sub-title {
    background-color: rgb(226 229 255);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.quiz-popup-head .section-title h2 {
    text-transform: capitalize;
}

.progress-bar__wrapper progress {
    width: 100%;
    height: 10px;
    flex: 1;
    border-radius: 50px;
    /* background-color: #e1f0ff; */
    transition: width 300ms ease;
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    -ms-transition: width 300ms ease;
    -o-transition: width 300ms ease;
}

.progress-bar__wrapper {
    align-items: center;
    gap: 10px;
}

.quiz-text p {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.bs-stepper-pane .checkbox-custom {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.bs-stepper-pane .checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 12px 30px 12px 20px;
    width: 100%;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    background-color: transparent;
    outline: none;
    line-height: 1.2;
    margin-bottom: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -webkit-border-radius: 10px;
}

.bs-stepper-pane .checkbox-custom label::before {
    content: '';
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #e5e7eb;
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    right: 10px;
    top: 50%;
    border-radius: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-left: 15px;
}

.bs-stepper-pane .checkbox-custom label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #d5d8db;
    width: 22px;
    height: 22px;
    padding: 3px 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 5px;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
}

.bs-stepper-pane input:checked+label span {
    background-color: #ffffff;
    color: #885ffd;
}

.bs-stepper-pane .checkbox-custom input:checked+label:before {
    background-color: #ffffff;
    border-color: transparent;
}

.bs-stepper-pane .checkbox-custom input:checked+label:after {
    border-color: #885ffd;
}

.bs-stepper-pane input:checked+label {
    background-color: #885ffd;
    color: white;
    border: 1px solid white;
    outline: 1px solid #885ffd;
    outline-offset: 2px;
}

.bs-stepper-pane .checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
    outline: none;
}

.bs-stepper-pane .checkbox-custom input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

progress[value]::-webkit-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: #e5e5e5;
}

progress[value]::-webkit-progress-value {
    position: relative;
    border-radius: 5px;
    background-color: #885ffd;
}

progress[value]::-moz-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: #885ffd;
}

.needs-validation .academic-submit-btn {
    background-color: #885ffd;
    color: #ffffff;
    border: 1px solid #885ffd;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.needs-validation .academic-submit-btn:hover,
.needs-validation .academic-submit-btn:focus {
    background-color: transparent;
    color: #885ffd;
}

.needs-validation .academic-submit-btn.btn-prev-form {
    background-color: transparent;
    color: #885ffd;
}

.needs-validation .academic-submit-btn.btn-prev-form:hover,
.needs-validation .academic-submit-btn.btn-prev-form:focus {
    background-color: #885ffd;
    color: #ffffff;
}

@media screen and (max-width:767px) {
    .quiz-text h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .goal-table-title,
    .goal-inner-content h3 {
        font-size: 16px;
    }

    .form-select.goal-options {
        padding: 8px 10px;
    }

    .goal-btn {
        margin-top: 12px;
    }

    .practice-buttons h2 {
        font-size: 18px;
    }
}

@media screen and (max-width:426px) {
    .practice-section .lqd-card-body {
        padding: 12px;
    }

    .practice-section .lqd-card-body h4 {
        font-size: 16px;
    }

    .practice-section {
        gap: 10px;
    }

    .goal-tbl td,
    .goal-tbl th {
        padding: 10px;
    }
}

.lqd-card-body .btn.submit-note,
.take-practice-assessment,
.share-practice-assessment,
.goal-btn button,
.continue-practice-assessment {
    background-color: #885ffd;
}

.lqd-titlebar-actions .delete-assessment,
.lqd-titlebar-actions .deletePracticeAssessment {
    background-color: #f43f5e;
}

.take-practice-assessment:hover,
.share-practice-assessment:hover {
    background-color: #885ffd;
}

.deletePracticeAssessment:hover {
    background-color: #f43f5e;
}

.form-select option:hover {
    background-color: #885ffd;
}

/* ***** */
.questions {
    text-align: left;
}

.form-field.opts span {
    display: block;
}

.form-field.opts {
    display: flex;
}

.practice-main-section {
    height: calc(100vh - 50px);
    overflow-y: auto;
}

.imp-que-wrp {
    height: calc(100vh - 90px);
    overflow-y: auto;
}

.doubt-clearing {
    height: calc(100vh - 20px);
    overflow: scroll;
}

.doubt-clearing .chats-wrap .lqd-card {
    height: calc(100vh - 70px);
}

/* ************LESSON PLANNER******************* */

.md\:\[grid-template-columns\:18\%_82\%\] {
    grid-template-columns: 18% 82%
}

.daterangepicker td,
.daterangepicker th {
    padding: 0;
}

.date_range_picker {
    font-size: .8125rem;
    font-weight: 500;
    padding: 0;
    background-color: var(--tblr-bg-forms);
    border: var(--tblr-border-width) solid;
    border-color: hsl(var(--card-border));
    border-radius: var(--tblr-border-radius);
    cursor: pointer;
    display: inline-flex;
}

.filter-dropdown {
    --tblr-border-color: hsl(var(--border));
    font-size: .8125rem;
    font-weight: 500;
    padding: 0.5em 1em;
    background-color: var(--tblr-bg-forms);
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.lqd-card tbody .rounded-full {
    background-color: hsl(0deg 0% 0% / 5%);
}

/****** new design changes css start ******/
:root {
    --common-btn-bg-hover-color: #61dce6;
    --common-card-bg-color: #fff;
    --common-white-color: #fff;
    --common-black-color: #222;
    --scrollbar-width: 6px;
    --scrollbar-thumb: #999;
    --scrollbar-track: #f1f1f1;
    --common-light-color: #F6F4FC;
}

/*** responsive css end ****/

/****** new design changes css end ******/