@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap');
html, body {
    font-family: 'Poppins', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

body {
    background: #FFFFFF;
}

:root {
    --vh: 1vh;
}

* {
    color: #2E2D2D;
}

a {
    color: #177EFE;
    text-decoration: none;
}

.fw-500 {
    font-weight: 500 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.login-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 32px 0;
}

.login-wrapper h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    margin: 28px 0;
}

.login-input-wrapper {
    background: #FFF4ED;
    border-radius: 10px;
    padding: 72px 72px 48px;
}

.input-wrapper {
    background: #FFFFFF;
    box-shadow: -3px 3px 9px #00000040;
    border-radius: 5px;
    padding: 19px 16px;
    margin-bottom: 36px;
    border: 1px solid transparent;
}

.input-wrapper.error {
    border-color: #EE3424;
}

.input-wrapper .user-icon,
.input-wrapper .lock-icon {
    height: 18px;
    flex-shrink: 0;
}

.input-wrapper .user-icon {
    background: url(../images/user_icon.svg) no-repeat center;
    width: 15px;
}

.input-wrapper .lock-icon {
    background: url(../images/lock_icon.svg) no-repeat center;
    width: 14px;
}

.input-wrapper input,
.verfication-code-input input {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

input::placeholder,
textarea::placeholder,
.reward-wrapper p:not(.coins-info p) {
    color: #8C8C8C;
}

input:focus,
select:focus,
textarea:focus {
    outline: unset;
}

.btn.orange-bg-btn,
.btn.border-btn {
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 16px;
}

.btn.orange-bg-btn,
.btn.orange-bg-btn:active,
.btn.border-btn,
.btn.border-btn:active,
.pagination-wrapper .page-numbers li a.active {
    border: 1px solid #FF8B51;
}

.btn.orange-bg-btn,
.btn.orange-bg-btn:active {
    background: #FF8B51;
    color: #FFFFFF;
}

.btn.border-btn,
.btn.border-btn:active {
    background: #FFFFFF;
    color: #FF8B51;
}

.btn.orange-bg-btn:hover {
    background: #F56200;
    border-color: #F56200;
}

.border-btn.plus-btn {
    font-size: 24px;
    font-weight: 300;
    min-width: 95px;
    padding: 5px 16px;
}

.login-wrapper .btn.orange-bg-btn,
.student-overview h4 {
    font-size: 25px;
    line-height: 38px;  
}

.login-input-wrapper .btn.orange-bg-btn {
    width: 60%;
    margin-top: 40px;
}

.height-100vh {
    height: 100vh;
}

.error-txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ff0000;
    position: absolute;
    bottom: -26px;
    left: 0;
    font-style: italic;
}

.top-menu {
    background: #FFF6EF;
    position: sticky;
    top: 0;
    z-index: 1005;
}

.top-menu .navbar .navbar-brand {
    background: #FFECDE;
    padding: 8px 8px 8px 40px;
    width: 250px;
    flex-shrink: 0;
}

.top-menu .navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FF8B51;
    padding-left: 17px;
}

.top-menu .navbar .navbar-nav {
    padding-right: 40px;
}

.top-menu .navbar-nav .logout .nav-link::before {
    content: '';
    background: url(../images/logout_icon.svg) no-repeat center;
    width: 13px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
}

.main-wrapper {
    display: flex;
}

.sidebar.offcanvas {
    background: #FF8B51;
    width: 250px;
    border-right: unset;
    flex-shrink: 0;
}

.sidebar .navbar {
    padding: 18px 12px 0 28px;
    overflow-y: auto;
}

.sidebar .navbar h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFCFAE;
    border-bottom: 1px solid #FFCFAE;
    padding-bottom: 12px;
    margin: 12px 28px 24px 12px;
}

.sidebar .navbar-nav .nav-link span,
.modal-wrapper .modal-title {
    color: #FFFFFF;
}

.sidebar .navbar-nav .nav-link span,
.modal-wrapper .modal-title,
.dashboard-overview-rank th {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.sidebar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 6px 4px 6px 12px;
    border-radius: 5px;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.sidebar .navbar-nav .nav-link.active span {
    color: #FF8B51;
}

.sidebar .navbar-nav .nav-link.active,
.sidebar-navigation .navbar-nav .nav-link.active {
    background: #FFFFFF;
}

.sidebar .navbar-nav .nav-link:not(.active):hover {
    background: #ffffff66;
}

.sidebar .navbar-nav .nav-link span:last-child {
    margin-left: 6px;
}

.menu-icon {
    width: 19px;
    height: 14px; 
    flex-shrink: 0; 
}

.dashboard-icon {
    background: url(../images/dashboard_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .dashboard-icon {
    background: url(../images/dashboard_active_icon.svg) no-repeat center left;
}

.courses-icon {
    background: url(../images/course_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .courses-icon {
    background: url(../images/course_active_icon.svg) no-repeat center left;
}

.tests-icon {
    background: url(../images/tests_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .tests-icon {
    background: url(../images/tests_active_icon.svg) no-repeat center left;
}

.users-icon {
    background: url(../images/users_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .users-icon {
    background: url(../images/user_active_icon.svg) no-repeat center left;
}

.institution-icon {
    background: url(../images/institution_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .institution-icon {
    background: url(../images/institution_active_icon.svg) no-repeat center left;
}

.teacher-icon {
    background: url(../images/teacher_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .teacher-icon {
    background: url(../images/teacher_active_icon.svg) no-repeat center left;
}

.help-icon {
    background: url(../images/help_icon.svg) no-repeat center left;
    height: 16px !important; 
}

.sidebar .navbar-nav .nav-link.active .help-icon {
    background: url(../images/help_active_icon.svg) no-repeat center left;
}

.settings-icon {
    background: url(../images/settings_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .settings-icon {
    background: url(../images/settings_active_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link .students-icon {
    background: url(../images/students_admin_normal_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .students-icon {
    background: url(../images/students_admin_active_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link .coupon-icon {
    background: url(../images/coupon_normal_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .coupon-icon {
    background: url(../images/coupon_active_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link .files-icon {
    background: url(../images/file_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .files-icon {
    background: url(../images/file_icon_active.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link .transaction-icon {
    background: url(../images/transaction_icon.svg) no-repeat center left;
}

.sidebar .navbar-nav .nav-link.active .transaction-icon {
    background: url(../images/transaction_icon_active.svg) no-repeat center left;
}

.toggle-btn {
    width: 28px;
    height: 24px;
    background: transparent;
    margin-left: 8px;
}

.toggle-btn span,
.toggle-btn span::after,
.toggle-btn span::before {
    width: 28px;
    height: 4px;
    background: #FF8B51;
}

.toggle-btn span::after,
.toggle-btn span::before {
    content: '';
    position: absolute;
    left: 0;
}

.toggle-btn span::after {
    top: 8px;
}

.toggle-btn span::before{
    top: -8px;
}

.content-wrapper {
    padding: 25px 40px 40px;
    width: 100%;
    background: #FFFFFF;
    min-width: 0;
}

.content-wrapper h6:not(.admin-sub-head):not(.admin-toast h6),
.complete-alert-modal .modal-body p,
.sample-question-modal .modal-body h4,
tr.no-sheet td {
    font-size: 24px;
    line-height: 36px;
}

.content-wrapper h6:not(.admin-sub-head):not(.admin-toast h6) {
    font-weight: 500;
    text-transform: uppercase;
}

.content-wrapper .input-control,
.select-input,
.content-wrapper .select-dropdown .btn.select-btn,
.select-server-modal .search-filter .input-control,
.date-filter .dropdown-toggle {
    box-shadow: 1px 0px 9px 2px #3232321a;
    border-radius: 5px;
    font-weight: 400;
}

.content-wrapper .input-control,
.select-input,
.select-server-modal .input-control,
.files-list li,
.file-info h6,
.file-info p {
    font-size: 16px;
    line-height: 24px;
}

.content-wrapper .input-control {
    padding: 8px 12px;
}

.search-filter input[type="search"] {
    padding: 9px 30px 9px 12px;
}

.search-filter input[type="search"] {
    background: url(../images/search_icon.svg) no-repeat center;
    background-position-x: calc(100% - 12px);
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.sidebar .btn-close {
    width: 20px;
    height: 20px;
}

.modal-wrapper .btn-close,
.sidebar .btn-close {
    background: url(../images/close_icon.svg) no-repeat center;
    opacity: 1; 
}

.sidebar .offcanvas-header {
    padding: 16px;
}

.content-wrapper .breadcrumb {
    font-weight: 400;
    margin-bottom: 15px;
}

.content-wrapper .breadcrumb,
.status-badge,
.content-wrapper .select-dropdown .dropdown-menu .dropdown-item,
.content-wrapper .custom-dropdown .dropdown-menu .dropdown-item,
.institution-cart .cart-list th span,
.student-overview p,
.student-overview .reward-coins-day h5 span:last-child,
.login-input.admin-input label span,
.badge.course-status-badge,
.admin-student-list .progress-wrapper p,
.badge.coupon-status,
.date-filter .dropdown-menu .login-input label,
.dashboard-overview p,
.active-users-overview .progress-bar span,
.explainer-video-title,
.transcript-btn,
.explainer-video-modal p,
.alert-modal-wrapper .offcanvas-body p,
.daterangepicker .ranges li,
.daterangepicker .calendar-table th, 
.daterangepicker .calendar-table td {
    font-size: 14px;
    line-height: 21px;
}

.content-wrapper .breadcrumb::before {
    content: '';
    background: url(../images/arrow_left_blue.svg) no-repeat center; 
    width: 6px;
    height: 8px;
    margin: 6px 6px 0 0;
}

.upload-file-wrapper {
    background: #FFF8F3;
    border: 1px dashed #FF8B51;
    border-radius: 5px;
    padding: 36px 40px;
}

.upload-file-wrapper .btn.orange-bg-btn,
.sheet-list .btn.orange-bg-btn,
.student-info.assigned-course-details p span:first-child {
    min-width: 160px;
}

.upload-file-wrapper .btn.orange-bg-btn {
    margin-top: 10px;
}

.modal-wrapper .modal-header {
    background: #FF8B51;
    border-radius: 0;
    padding: 12px 25px; 
    border: unset;
}

.modal-wrapper .modal-content {
    border: unset;
    border-radius: 0px 0px 5px 5px;
}

.modal-wrapper .btn-close {
    width: 13px;
    height: 13px;
}

.modal-wrapper .modal-dialog {
    max-width: 894px;
    padding: 0 32px;
}

.modal-wrapper .modal-body,
.modal.sample-question-modal .modal-content,
.modal-wrapper .modal-footer {
    padding: 25px;
}

.modal-wrapper .modal-body.file-upload,
.modal-wrapper.linked-test-modal .modal-body {
    max-height: 580px;
}

.file-wrapper {
    border: 1px solid #FF8B51;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    column-gap: 25px;
}

.file-thumbnail {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #FFEFE4;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-thumbnail .video-icon,
.file-thumbnail .image-icon {
    width: 27px;
    height: 25px;
}

.file-thumbnail .video-icon {
    background: url(../images/video_icon.svg) center/contain no-repeat; 
}

.file-thumbnail .image-icon {
    background: url(../images/image_icon.svg) center/contain no-repeat; 
}

.file-thumbnail .document-icon {
    background: url(../images/document_icon.svg) center/contain no-repeat;
    width: 25px;
    height: 27px; 
}

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

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

.file-info {
    flex-grow: 1;
}

.delete-btn,
.orange-bg-delete-btn {
    width: 15px;
    height: 17px; 
    border: 0;  
}

.delete-btn {
    background: url(../images/delete_icon.svg) no-repeat center; 
}

.orange-bg-delete-btn {
    background: url(../images/delete_orange_icon.svg) center/contain no-repeat;    
}

.file-info .progress {
    background: #FFEFE4;
    height: 11px;
    width: 100%;
    margin-right: 20px;
}

.file-info .progress .progress-bar {
    background: #FF8B51;
    border-radius: 8px;
}

.file-upload .file-wrapper:not(:last-child) {
    margin-bottom: 25px;
}

.verfication-code-input {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 25px 0;
}

.verfication-code-input input {
    background: #FFFFFF;
    box-shadow: -3px 3px 9px #96969640;
    border-radius: 5px;
    width: 76px;
    height: 70px;
    border: unset;
    padding: 8px;
    text-align: center;
}

.verfication-wrapper p,
.rank-search-filter .login-input input,
.upload-sheet-header h5,
.admin-student-list .reward-coins-day h6,
.admin-profile-wrapper h6,
.admin-student-profile .reset-pswd,
.dashboard-details-wrapper .admin-sub-head,
.total-revenue-overview .chart-legend p,
.transaction-total-amount h6 {
    font-size: 18px;
    line-height: 27px;
}

.verfication-wrapper p {
    font-weight: 400;
}

.verfication-wrapper .login-input-wrapper {
    padding: 50px 32px;
}

.verfication-wrapper .login-input-wrapper .btn.orange-bg-btn {
    width: 272px;
}

.details-wrapper,
.rank-search-filter,
.student-filter,
.all-files-list,
.reward-wrapper,
.admin-profile-wrapper,
.coupons-list-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 1px #0000001a;
    border-radius: 5px;
}

.details-wrapper,
.modal.sample-question-modal.report-issue-modal .modal-content {

    padding: 30px;
}

.select-input {
    border: unset;
    width: 100%;
    padding: 9px 25px 9px 12px;
}

.select-input,
.login-input select {
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.select-input,
.login-input select,
.admin-input .select-dropdown .select-btn,
.multiselect-wrapper .multiselect {
    background: url(../images/arrow_down_icon.svg) no-repeat center;
    background-position-x: calc(100% - 12px);
}

.search-filter .select-input,
.select-dropdown .select-btn,
.date-filter .dropdown-toggle,
.date-range-picker {
    background: url(../images/arrow_down.svg) no-repeat center;
    background-position-x: calc(100% - 12px);
}

.search-filter .select-input.admin-disabling-filters {
    background: url(../images/admin_arrow_disabled.svg) no-repeat center;
    background-position-x: calc(100% - 12px);
    color: #DEDEDE;
}

.table-style th {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #9A9A9A;
    padding: 15px;
}

.table-style:not(.select-users-list table) th,
.course-details-list table th,
.new-students-list table th,
.upload-sheet-header,
.student-list.vertical-scroll-none table th,
.coupon-details-filter {
    border-bottom: 1px solid #9D9D9D;
}

.table-style td,
.table-style.duration-course-table th {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.table-style td {
    padding: 15px;
}

.table-style:not(.institution-course-list) tbody tr:not(:last-child) td,
.student-list table:not(.assigned-course-list) tbody tr:not(:last-child) td,
.files-list li:not(:last-child),
.student-list .add-new-student-table,
.progress-modal .student-list table td,
.assigned-course-list tbody:not(:last-child),
.cart-list:not(.course_table_instition) tbody tr:not(:last-child) td,
.course_table_instition tr.main-row td:not(:nth-child(n+3)),
.course_table_instition tbody tr:nth-last-child(2) td,
.balance-courses-wrapper .balance-courses:not(:last-child),
.sample-question-modal .modal-header,
.modal-section .modal-header,
.cart-items .cart-item-info {
    border-bottom: 1px solid #D2D2D2;
}

.table-style:not(.institution-course-list) tbody tr,
.filled-template-details tbody tr {
    height: 70px;
}

.step-info {
    border-radius: 5px; 
    padding: 20px;
    text-align: center;
    width: 225px;
}

.step-info.active {
    background: #FFECDE;
}

.step-no {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    position: relative;
}

.step-progress-bar .step-info:not(:last-child) .step-no::after,
.step-progress-bar .step-info.active:last-child .step-no::after,
.multiselect-input .filter-multi-select .viewbar::after,
.custom-checkbox-wrapper label::before,
.checkbox-input label::before,
.custom-radio-btn label::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.step-progress-bar .step-info:not(:last-child) .step-no::after,
.step-progress-bar .step-info.active:last-child .step-no::after {
    content: '';
    width: 167px;
    height: 1px;
}

.step-progress-bar .step-info:not(:last-child) .step-no::after {
    background: #E6E6E6;
    left: calc(100% + 8px);
}

.step-progress-bar .step-info.active .step-no::after {
    background: #FF8B51;
}

.step-progress-bar .step-info.active:last-child .step-no::after {
    right: calc(100% + 8px);
}

.step-info.active .step-no {
    background: #FFFFFF;
    box-shadow: 0px 1px 13px #0000001a;
    color: #FF8B51;
}

.content-wrapper .step-info h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.input-field label {
    font-weight: 400;
    flex-shrink: 0;
}

.input-field label,
.select-server-modal h6,
.course-completion-txt,
.admin-input.login-input label,
.set-carousel-input-wrapper tr td:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #767676;
}

.table-style.sheet-list th:first-child,
.table-style.sheet-list tr td:first-child {
    padding-left: 30px;
}

.table-style.sheet-list th:last-child,
.table-style.sheet-list tr td:last-child {
    padding-right: 30px;
}

.duration-course-input input {
    width: 130px;
}

.duration-course-table {
    border: 1px solid #D2D2D2;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 30px;
}

.duration-course-table,
.transaction-details-list {
    border-collapse: separate;
    border-spacing: 0;
}

.table-style.duration-course-table th {
    border-bottom-color: #D2D2D2;
    color: #767676;
}

.table-style.duration-course-table tr th:not(:last-child),
.table-style.duration-course-table tr td:not(:last-child) {
    border-right: 1px solid #D2D2D2;
}

.table-style.duration-course-table tr td:first-child,
.table-style.duration-course-table thead tr th:first-child {
    width: 35%;
    width: 35%;
}

.table-style.duration-course-table tr td:last-child,
.table-style.duration-course-table thead tr th:last-child {
    width: 65%;
    width: 65%;
}
.multiselect-input .filter-multi-select .viewbar {
    box-shadow: 1px 0px 5px 1px #96969633;
    border-radius: 5px;
    border: unset;
    padding: 9px 22px 9px 12px;
    min-height: 40px;
    position: relative;
}

.multiselect-input .filter-multi-select .viewbar::before,
.more-menu .dropdown-toggle::after {
    content: none;
}

.multiselect-input .filter-multi-select .viewbar::after {
    content: '';
    border-width: 6px 4px 0;
    border-color: #2E2D2D transparent transparent;
    border-style: solid;
    right: 12px;
}

.multiselect-input .filter-multi-select[tabindex="-1"] .viewbar::after {
    border-width: 0 4px 6px;
    border-color: transparent transparent #2E2D2D;
}

.multiselect-input .filter-multi-select .viewbar .placeholder,
.multiselect-input .filter-multi-select .dropdown-item.filter {
    display: none;
}

.multiselect-input .filter-multi-select .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 1px 11px -2px #5e61ef26;
    border-radius: 5px;
    border: unset;
    width: 100%;
    padding: 0;
    max-height: 240px;
}

.multiselect-input .filter-multi-select .dropdown-menu,
.select-dropdown .dropdown-menu,
.coupons-dropdown .dropdown-menu {
    scrollbar-color: #767676 transparent;
}

.multiselect-input .filter-multi-select .dropdown-item.items {
    padding: 0;
}

.multiselect-input .filter-multi-select .dropdown-item.custom-control {
    padding: 8px 12px;
}

.multiselect-input .filter-multi-select .dropdown-item .custom-control-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding-left: 20px;
    cursor: pointer;
}

.multiselect-input .filter-multi-select .dropdown-item .custom-control-label::after,
.multiselect-input .filter-multi-select .dropdown-item .custom-control-label::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: unset;
    width: 14px;
    height: 14px;
    border-radius: 0;
}

.multiselect-input .filter-multi-select .dropdown-item .custom-checkbox:checked ~ .custom-control-label::after,
.custom-checkbox-wrapper input[type="checkbox"]:checked + label::before {
    background: url(../images/checkbox_active.svg) no-repeat center;  
}

.multiselect-input .filter-multi-select .dropdown-item .custom-control-label::before,
.custom-checkbox-wrapper label::before {
    background: url(../images/checkbox_normal.svg) no-repeat center;  
}

.multiselect-input .filter-multi-select .dropdown-item.custom-control.selected {
    background: #FFE6DA;
}

.multiselect-input .filter-multi-select .viewbar .selected-items .item,
.new-course-details .multiselect-input .filter-multi-select .selected-items .item {
    margin: 0;
    height: auto;
    min-width: 60px;
}

.multiselect-input .filter-multi-select .viewbar .selected-items .item,
.new-course-details .multiselect-input .filter-multi-select .selected-items .item,
.selected-files-wrapper .selected-file {
    background: #FFE6DA;
    border: 0.4px solid #FFD6C2;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2E2D2D;
    padding: 2px 6px;
    justify-content: space-between;
}

.multiselect-input .filter-multi-select .viewbar .selected-items,
.new-course-details .multiselect-input .filter-multi-select .selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.multiselect-input .filter-multi-select .viewbar .selected-items .item button,
.new-course-details .multiselect-input .filter-multi-select .selected-items .item button,
.selected-files-wrapper .selected-file .close {
    background: url(../images/close_black_icon.svg) no-repeat center; 
    width: 8px;
    height: 8px;   
    color: transparent;
    padding: 0;
    margin-left: 6px;
    border: 0;
}

.multiselect-input .filter-multi-select .dropdown-menu::-webkit-scrollbar,
.select-dropdown .dropdown-menu::-webkit-scrollbar,
.coupons-dropdown .dropdown-menu::-webkit-scrollbar {
	width: 6px;
}
   
.multiselect-input .filter-multi-select .dropdown-menu::-webkit-scrollbar-track,
.practice-test-wrapper.test-section::-webkit-scrollbar-track {
    background: transparent;
}

.select-dropdown .dropdown-menu::-webkit-scrollbar-track,
.coupons-dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #ffffff;
}
   
.multiselect-input .filter-multi-select .dropdown-menu::-webkit-scrollbar-thumb,
.practice-test-wrapper.test-section::-webkit-scrollbar-thumb,
.select-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.coupons-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #767676;
}

.new-course-details .multiselect-input .filter-multi-select .selected-items .item {
    display: inline-flex;
    align-items: center;
}

.course-selected-files.selected-files-wrapper {
    gap: 8px 12px;
    padding: 12px;
}

.new-course-details .multiselect-input .filter-multi-select .selected-items {
    padding: 12px;
    margin-bottom: 16px;
}

.custom-checkbox-wrapper {
    position: relative;
}

.custom-checkbox-wrapper input[type="checkbox"],
.checkbox-input input,
.custom-radio-btn input {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    visibility: hidden;
}

.custom-checkbox-wrapper label,
.days-label {
    font-weight: 400;
    color: #999999;
}

.custom-checkbox-wrapper label,
.days-label,
.content-wrapper-student .course-label h6,
.content-wrapper .search-filter .select-input,
.content-wrapper .search-filter .select-dropdown .btn.select-btn,
.content-wrapper .input-field .select-dropdown .dropdown-menu .dropdown-item,
.course-name-column p,
.selected_students_count,
.date-filter .dropdown-toggle,
.active-users-overview .chart-legend p,
.dashboard-overview-rank td,
.content-wrapper .search-filter .input-control {
    font-size: 15px;
    line-height: 22px;
}

.custom-checkbox-wrapper label {
    position: relative;
    padding-left: 19px;
}

.custom-checkbox-wrapper label::before {
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
}

.custom-checkbox-wrapper input[type="checkbox"]:not(:checked) + label,
.custom-checkbox-wrapper input[type="checkbox"]:not(:checked) + label + .day-input,
.custom-checkbox-wrapper input[type="checkbox"]:not(:checked) + label + .day-input + .days-label {
    color: #DEDEDE;
}

.custom-checkbox-wrapper input[type="checkbox"]:not(:checked) + label + .day-input {
    pointer-events: none;
}

.day-input {
    width: 46px;
    margin: 0 12px;
}

.rupee-icon,
.total-spent-rewards .student-overview h4::before {
    background: url(../images/rupee_icon.svg) no-repeat center; 
    width: 11px;
    height: 16px;  
}

.course-amount-input .rupee-icon {
    right: 12px;
}

.course-amount-input .input-control {
    padding-right: 26px !important;
}

.tab-navigation .nav-pills .nav-item .nav-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #2E2D2D;
    background: #DEDEDE;
    box-shadow: 0px 10px 18px -6px #41a3ff40;
    border-radius: 10px 10px 0px 0px;
    padding: 14px 16px;
    min-width: 235px;
}

.tab-navigation .nav-pills .nav-item .nav-link.active {
    background: #FF8B51;
    color: #FFFFFF;
    font-weight: 600;
}

.tab-navigation .nav-pills .nav-item:hover .nav-link:not(.active) {
    background: #FFF6EF;
    color: #FF8B51;
}

.tab-navigation .nav-pills {
    column-gap: 22px;
}

.tab-navigation .tab-content {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 1px #0000001a;
    border-radius: 0px 5px 5px 5px;
    padding: 30px;
    z-index: 5;
    position: relative;
}

.course-content-tab {
    margin: -30px;
}

.img-view-wrapper .orange-bg-delete-btn,
.video-thumb-wrapper .orange-bg-delete-btn {
    width: 11px;
    height: 13px;
    flex-shrink: 0;
}

.img-view-wrapper img,
.video-thumb-wrapper img,
.add-image-video img {
    border: 0.4px solid #939292;
    border-radius: 5px;
    width: 110px;
    height: 64px;
    object-fit: cover;
}

.video-thumb .play-icon {
    background: url(../images/play_icon.svg) center/contain no-repeat; 
    width: 26px;
    height: 26px;
}

.video-thumb .duration-info {
    width: 24px;
    height: 10px;
    position: absolute;
    left: 4px;
    bottom: 4px;
    border-radius: 6px;
    background: #00000066;
    font-weight: 400;
    font-size: 6px;
    line-height: 10px;
    color: #FFFFFF;
    text-align: center;
}

.linked-test-modal .modal-body ul li {
    counter-increment: custom;
    font-weight: 400;
}

.linked-test-modal .modal-body ul li,
.practice-name .day,
.content-wrapper-student .assigned-course-info h6,
.content-wrapper-student .assigned-course-details h6,
.details-header .link-orange-txt,
.student-overview .reward-coins-day h5 span:first-child,
.admin-profile-wrapper.profile-details-wrapper .profile-info p:not(.error-msg):not(.note-text-admin),
.admin-profile-wrapper.profile-details-wrapper .login-credentials p:not(.error-msg),
.admin-profile-wrapper .change-pswd-txt,
.admin-input.login-input input,
.admin-input.login-input select,
.admin-input.login-input textarea,
.admin-input .country-code-dropdown .dropdown-toggle,
.admin-input.login-input .hide-txt,
.student-profile.admin-student-profile p,
.input-field .select-dropdown .btn.select-btn,
.no-result-wrapper.admin-student-no-courses h4,
.admin-input .select-dropdown .select-btn,
.admin-input .select-dropdown .dropdown-menu .dropdown-item,
.select-users-modal h6,
.select-users-list table td .custom-checkbox-wrapper label,
.coupon-details td p,
.content-wrapper .select-dropdown .btn.select-btn,
.note-text {
    font-size: 16px;
    line-height: 24px;
}

.linked-test-modal .modal-body ul li:before {
    content: counter(custom) " "; 
    display: inline-block;
    width: 30px;  
}

.linked-test-modal .modal-body ul li:first-child {
    counter-reset: custom;
}

.linked-test-modal .modal-body ul li:not(:last-child),
.related-course-test {
    margin-bottom: 15px;
}

.modal-wrapper.linked-test-modal .modal-dialog {
    max-width: 600px;
}

.modal-wrapper.video-modal .modal-dialog {
    max-width: 800px;
}

.modal-wrapper.video-modal .modal-content,
.video-modal .modal-body iframe,
.admin-input.login-input .mobile-number,
.daterangepicker td.start-date.end-date {
    border-radius: 5px;
}

.video-modal .modal-dialog .btn-close {
    background: url(../images/close_white.svg) center/17px no-repeat #393939; 
    position: absolute;
    right: 0;
    z-index: 9;  
    cursor: pointer; 
    width: 38px;
    height: 38px;
    border-radius: 50%;
    bottom: calc(100% + 6px);
    padding: 0;
}

.table-style td.no-result-wrapper {
    padding: 64px 16px;
}

.no-result-wrapper h4 {
    font-weight: 500;
    font-size: 48px;
    line-height: 72px;
    margin: 8px 0 0;
    padding-bottom: 20px;
}

.no-result-wrapper h4,
tr.no-sheet td,
.no-courses h2 {
    color: #878787;
}

.no-result-wrapper h6 {
    text-transform: initial;
}

.status-badge {
    background: #E8E8E8;
    border-radius: 15px;
    color: #FF8B51;
    padding: 3px 10px;
}

.table-style tr.in-progress td {
    background: #F9F9F9;
}

.content-wrapper .select-dropdown .dropdown-menu .dropdown-item,
.content-wrapper .custom-dropdown .dropdown-menu .dropdown-item,
.admin-profile-wrapper .profile-img a,
.student-profile.admin-student-profile p {
    font-family: 'Poppins', sans-serif;
}

.upload-sheet-header .dropdown-toggle.orange-bg-btn {
    min-width: 190px;
}

.upload-sheet-header .dropdown-toggle.orange-bg-btn,
.content-wrapper .custom-dropdown .dropdown-menu .dropdown-item {
    padding-inline: 12px;
}

.content-wrapper .custom-dropdown .dropdown-menu .dropdown-item {
    color: #656565 !important;
}

.upload-sheet-header {
    padding: 16px 30px;
}

.selected-files-wrapper {
    padding: 20px;
    gap: 12px;
}

.selected-files-wrapper,
.new-course-details .multiselect-input .filter-multi-select .selected-items {
    border: 1px solid #FFD4B7;
    border-radius: 5px;
}

.selected-files-wrapper .selected-file,
.tab-navigation.total-coins-wrapper .nav-pills .nav-item .nav-link,
.student-profile.admin-student-profile .student-info-column-1 span:first-child {
    min-width: 120px;
}

.all-files-list {
    padding: 20px;
}

.all-files-list .files-list {
    max-height: 260px;
    overflow-y: auto;
}

.files-list .file-thumbnail .video-icon, 
.files-list .file-thumbnail .image-icon {
    width: 20px;
    height: 18px;
}

.files-list .file-thumbnail .document-icon {
    width: 18px;
    height: 19px;
}

.files-list li {
    padding-right: 32px;
}

.files-list li,
.cart-list.course-list-table th {
    padding-block: 10px;
}

.files-list li.selected {
    background: url(../images/tick_icon.svg) center no-repeat;  
    background-size: 16px;
    background-position-x: calc(100% - 12px);
}

.modal-wrapper.select-server-modal .modal-dialog {
    max-width: 825px;
}

.select-server-modal .modal-footer {
    padding: 15px 25px 30px;
}

.course-point-txt {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    color: #9F9F9F;
}

.course-point.input-field label {
    margin-bottom: 22px;
}

.course-completion-badge {
    border: 0.4px solid #939292;
    border-radius: 5px; 
    padding: 12px 6px;
}

.course-completion-badge img {
    width: 18px;
}

.course-completion-badge p {
    font-size: 11px;
    line-height: 16px;
}

/* --- students module --- */

@font-face {
    font-family: 'Lato-Heavy';
    src: url('../fonts/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Futura-Bold';
    src: url('../fonts/Futura-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Futura-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Futura-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Futura-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Futura-Md-Bt';
    src: url('../fonts/Futura_MdBT_Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Futura_MdBT_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Futura_MdBT_Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Futura_MdBT_Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Futura_MdBT_Medium.ttf') format('truetype'),
         url('../fonts/Futura_MdBT_Medium.svg') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Futura-Bk-Bt';
    src: url('../fonts/Futura-BkBT.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Futura-BkBT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Futura-BkBT.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Futura-BkBT.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Futura-BkBT.ttf') format('truetype'),
         url('../fonts/Futura-BkBT.svg') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Futura-Hv-Bt';
    src: url('../fonts/Futura-HvBT-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Futura-HvBT-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Futura-HvBT-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Futura-HvBT-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Futura-HvBT-Heavy.ttf') format('truetype'),
         url('../fonts/Futura-HvBT-Heavy.svg') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Futura-Lt-Bt';
    src: url('../fonts/Futura-LtBT-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Futura-LtBT-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Futura-LtBT-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Futura-LtBT-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Futura-LtBT-Light.ttf') format('truetype'),
         url('../fonts/Futura-LtBT-Light.svg') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.login-menu,
.student-login,
.signup-txt.terms-privacy-txt a {
    font-family: 'Lato', sans-serif;
}

.login-menu,
.navigation-menu {
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 9;
}

.login-menu:not(.active) {
    border-bottom: 1px solid #E6E6E6;
}

.login-menu.active {
    box-shadow: 0px 1px 4px #00000040;
}

.login-menu .navbar {
    padding: 14px 0;
}

.navigation-menu .navbar {
    padding: 14px;
}

.login-menu .navbar-nav p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FF8B51;
    margin-right: 30px;
}

.btn.orange-bg-btn.w-145-btn, 
.btn.border-btn.w-145-btn {
    font-weight: 700;
    min-width: 145px;
}

.login-menu .navbar-toggler {
    background: url(../images/hamburger_icon.svg) center no-repeat; 
    width: 28px;
    height: 16px;
    border: unset;
    border-radius: 0;
}

.login-menu .navbar-toggler:focus,
.video-modal .modal-dialog .btn-close:focus {
    box-shadow: unset;
}

.login-menu .navbar-toggler[aria-expanded="true"]{
    background: url(../images/menu_close.svg) center no-repeat; 
    width: 13px;
    height: 16px;
}

.get-started-btns .orange-bg-btn,
.welcome-screen .orange-bg-btn {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 8px;
}

.student-login {
    padding: 60px 0 30px;
    background: url(../images/login_bg.png) center/cover no-repeat fixed; 
    min-height: calc(100vh - 78px); 
}

.student-login h4 {
    font-family: 'Lato-Medium';
    font-size: 40px;
    line-height: 48px;
    margin: 6px 0 35px;
}

.login-form {
    background: #FFFFFF;
    box-shadow: 0px 1px 11px -1px #00000026;
    border-radius: 5px; 
    padding: 35px;      
}

.login-input input:not([type=checkbox]),
.login-input textarea,
.login-input select {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 17px 12px;
}

.login-input label {
    font-weight: 400;
    margin-bottom: 2px;
}

.login-input label,
.success-txt {
    font-size: 19px;
    line-height: 23px;
    color: #696969;
}

.login-input input,
.pswd-input,
.login-input select,
.login-input textarea,
.student-filter .select-input,
.number-input-wrapper,
.multiselect-wrapper .multiselect {
    border: 0.5px solid #93B0D4;
    border-radius: 5px;
}

.hide-txt {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    /* color: #FFD1BA; */
    color: #FF8B51;
    padding: 18px 12px;
    border-left: 0.5px solid #93B0D4;
    cursor: pointer;
    transition: 0.4s all;
    width: 70px;
    text-align: center;
    flex-shrink: 0;
}

.login-input input::placeholder,
.admin-input.login-input label.fixed-placeholder {
    color: #A3A3A3;
}

.checkbox-input label {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding-left: 21px;
}

.checkbox-input label::before {
    content: '';
    width: 17px;
    height: 17px;
    left: 0;
    background: url(../images/checkbox_blue.svg) center no-repeat; 
}

.checkbox-input input:checked + label::before {
    background: url(../images/checkbox_active.svg) center/contain no-repeat;    
}

.forgot-txt,
.signup-txt,
.resend-otp-txt,
.completed-courses-link,
.content-wrapper-student .course-search-flter h6,
.cart-list th,
.rank-list th,
.rank-list td,
.student-profile p,
.course-list table tbody tr td:nth-child(2),
.validation-txt,
.related-test-modal .modal-body h6 {
    font-size: 18px;
    line-height: 22px;
}

.forgot-txt,
.signup-txt a {
    font-family: 'Lato-Semibold';
}

.student-login a,
.link-txt,
.content-wrapper-student a {
    color: #41A3FF;
}

.content-wrapper-student a:not(.btn):hover {
    color: #2b97fb;
}

.login-form .orange-bg-btn {
    width: 55%;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding: 9px 12px;
    margin: 35px auto 20px;
    min-width: unset;
}

.btn.blue-border-btn,
.btn.blue-border-btn:active {
    background: #FFFFFF;
    border: 1px solid #93B0D4;
    color: #2E2D2D;
}

.btn.blue-border-btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 12px;
    text-align: center;
    border-radius: 5px;
}

.btn.blue-border-btn.selected {
    background: #FFDDCC;
    border: 1px solid #FF8B51;
}

.signup-selection .btn.blue-border-btn {
    width: calc(100%/3);
}

.signup-selection {
    gap: 12px;
    margin-bottom: 25px;
}

.student-login.signup-wrapper h4 {
    margin: 6px 0 25px;
}

.login-input select {
    padding: 17px 25px 17px 12px !important;
}

/* .input-daterange input {
    background: url(../images/calendar_icon.svg) center no-repeat;
    background-position-x: calc(100% - 12px); 
} */

.datepicker-btn {
    background: url(../images/calendar_icon.svg) center no-repeat;
    width: 20px;
    height: 20px;
    right: 12px;
    cursor: pointer;
}

.datepicker-dropdown:before,
.datepicker-dropdown:after,
.select-dropdown .select-btn.dropdown-toggle::after,
.custom-dropdown.actions-dropdown .dropdown-toggle::after,
.select-users-list table.selected_users_details th::before,
.date-filter .dropdown-toggle::after,
.daterangepicker:before, 
.daterangepicker:after {
    content: none;
}

.datepicker.datepicker-dropdown {
    border: unset;
    padding: 12px;
    width: 220px;
    box-shadow: 0px 1px 11px -1px #00000026;
    border-radius: 5px;
}

.datepicker.datepicker-dropdown table {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2E2D2D;
    width: 100%;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    height: 0 !important;
    line-height: 0 !important;
    visibility: hidden;
}

.datepicker .datepicker-days table tbody tr td {
    min-width: 28px;
    height: 24px;
    border-radius: 5px;
}

.datepicker table tr td span {
    height: 40px;
    line-height: 40px;
}

.datepicker .datepicker-days table thead tr:last-child th {
    padding: 6px 1px 3px;
}

.datepicker .datepicker-switch:hover,
.modal-wrapper.explainer-video-modal .modal-header,
.modal-wrapper.explainer-video-modal .modal-content {
    background: transparent;
}

.datepicker.datepicker-dropdown table th {
    color: #696969;
}

.datepicker table td.day.today,
.datepicker table td.day.selected,
.datepicker table tr td span.focused,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
    background: #FF8B51 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    font-family: 'Lato-Medium';
}

.datepicker table tr td.day:not(.disabled):hover,
.datepicker table tr td span:hover {
    background: #FFDDCC;
}

.datepicker .prev,
.datepicker .next {
    color: transparent !important;
    background: url(../images/arrow_orange_bg.svg) no-repeat center !important; 
}

.datepicker .next {
    transform: scaleX(-1);
}

.datepicker table tr td.range {
    border-radius: 0 !important;
    background: #FFECDE;
}

.datepicker table tr td.range-start {
    border-radius: 5px 0 0 5px !important;
}

.datepicker table tr td.range-end {
    border-radius: 0 5px 5px 0 !important;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: visible !important;
    pointer-events: none;
    filter: grayscale(1);
}

.mobile-number input:not(.search-input input),
.edit-delete-btn-wrapper div:last-child,
.daterangepicker td.end-date {
    border-radius: 0 5px 5px 0;
}

.login-input .mobile-number select {
    border-radius: 5px 0 0 5px;
    padding-right: 22px !important;
}

.signup-wrapper .login-form hr {
    border-top: 1px solid #D8D8D8;
    margin: 25px -35px;
}

.signup-wrapper .login-form h6 {
    font-family: 'Lato-Semibold';
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
}

.signup-wrapper .login-form .orange-bg-btn {
    margin: 30px auto;
}

.otp-verification-wrapper .login-form p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #696969;
    margin-bottom: 20px;
}

.otp-verification-wrapper .login-form p span {
    color: #545454;
}

.custom-radio-btn label {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    position: relative;
    padding-left: 24px;
}

.custom-radio-btn label::before {
    content: '';
    background: url(../images/radio_btn_normal.svg) center/contain no-repeat; 
    width: 16px;
    height: 16px;
    left: 0;
}

.custom-radio-btn input:checked + label::before {
    background: url(../images/radio_btn_active.svg) center/contain no-repeat; 
}

.otp-verification-wrapper .custom-radio-btn label span,
.student-profile p span:last-child,
.note-text span,
.note-text-admin span {
    color: #696969;
}

.login-form .orange-bg-btn.continue-btn {
    padding: 9px 20px;
    margin: 60px 0 40px;
}

.otp-verification-wrapper .login-form {
    padding: 30px 40px;
}

.otp-input-wrapper {
    column-gap: 12px;
    max-width: 340px;
    margin: 32px auto 60px;
}

.otp-input-wrapper .login-input input {
    padding: 8px;
    height: 70px;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Lato-Medium';
}

.notfication-btn,
.cart-btn {
    width: 33px;
    height: 34px; 
    display: block; 
}

.notfication-btn {
    background: url(../images/notification_icon.svg) center/contain no-repeat; 
}

.cart-btn {
    background: url(../images/cart_icon.svg) center/contain no-repeat; 
}

.notfications-count {
    width: 16px;
    height: 16px;
    background: #95D352;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: -2px;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
     font-family: 'Futura-Md-Bt';
}

.cart-count {
    width: 16px;
    height: 16px;
    background: #95D352;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: -2px;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
     font-family: 'Futura-Md-Bt';
}

.navigation-menu .navbar-nav {
    column-gap: 28px;
    align-items: center;
}

.main-wrapper-student {
    background: linear-gradient(114.89deg, #FF8B51 2.62%, #EEBE18 100%);
    min-height: calc(100vh - 77px);
    padding: 16px 16px 20px 0;
    display: flex;
}

.sidebar-navigation {
    width: 250px;
    flex-shrink: 0;
    height: calc(100vh - 113px);
    padding-left: 12px;
    position: sticky;
    top: 93px;
}

.sidebar-navigation .navbar-nav .nav-link span {
    font-family: 'Futura-Md-Bt';
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.sidebar-navigation .navbar-nav .nav-link.active span,
.content-wrapper .select-dropdown .btn.select-btn,
.course-cart-section .login-input label,
.select-dropdown.select-group .btn.select-btn,
.student-profile.admin-student-profile p span:last-child,
.admin-input .select-dropdown .dropdown-menu .dropdown-item,
.date-filter .dropdown-toggle,
.daterangepicker .calendar-table table {
    color: #2E2D2D;
}

.sidebar-navigation .navbar-nav .nav-link {
    padding: 14px 12px 14px 26px;
    margin-bottom: 20px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.sidebar-navigation .navbar-nav .nav-link:not(.active)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 6px);
    height: 100%;
    transition: all 0.5s;
    
}

.sidebar-navigation .navbar-nav .nav-link:hover::after {
    background: #ffffff4d;
}

.sidebar-navigation .profile-menu img,
.profile-img img {
    width: 86px;
    height: 86px;
    border: 3px solid #EEBE18;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: block;
    object-fit: cover;
}

.sidebar-navigation .navbar-nav .nav-link:not(.profile-menu) {
    display: flex;
    align-items: center;
}

.sidebar-navigation .navbar-nav .nav-link .menu-icon {
    width: 21px;
    display: block;
}

.sidebar-navigation .navbar-nav .nav-link .courses-icon {
    background: url(../images/book_icon.svg) no-repeat center left;
    height: 15px;
}

.sidebar-navigation .navbar-nav .nav-link.active .courses-icon {
    background: url(../images/book_active_icon.svg) no-repeat center left;
}

.sidebar-navigation .navbar-nav .nav-link .practice-tests-icon {
    background: url(../images/practice_test_icon.svg) no-repeat center left;
    height: 20px;
}

.sidebar-navigation .navbar-nav .nav-link.active .practice-tests-icon {
    background: url(../images/practice_test_active_icon.svg) no-repeat center left;
}

.sidebar-navigation .navbar-nav .nav-link .rewards-icon {
    background: url(../images/reward_icon.svg) no-repeat center left;
    height: 27px;
}

.sidebar-navigation .navbar-nav .nav-link.active .rewards-icon {
    background: url(../images/reward_active_icon.svg) no-repeat center left;
}

.sidebar-navigation .navbar-nav .nav-link .customer-help-icon {
    background: url(../images/help_icon_normal.svg) no-repeat center left;
    height: 20px;
}

.sidebar-navigation .navbar-nav .nav-link.active .customer-help-icon {
    background: url(../images/help_icon_active.svg) no-repeat center left;
}

.sidebar-navigation .navbar-nav .nav-link:not(.profile-menu) span:not(.menu-icon){
    margin-left: 7px;
}

.sidebar-navigation .navbar-nav .nav-link .logout-icon {
    background: url(../images/logout_white_icon.svg) no-repeat center left;
    height: 20px;
}

.sidebar-navigation .navbar-nav .nav-link .student-icon {
    background: url(../images/student_icon.svg) no-repeat center left;
    height: 19px;
}

.sidebar-navigation .navbar-nav .nav-link.active .student-icon {
    background: url(../images/student_active_icon.svg) no-repeat center left;
}

.sidebar-navigation .navbar-nav .nav-link .teachers-icon {
    background: url(../images/teachers_icon.svg) no-repeat center left;
    height: 19px;
}

.sidebar-navigation .navbar-nav .nav-link.active .teachers-icon {
    background: url(../images/teachers_active_icon.svg) no-repeat center left;
}

.sidebar-navigation .navbar-nav .nav-link .payment-icon {
    background: url(../images/payment_icon.svg) no-repeat center left;
    height: 19px;
}

.sidebar-navigation .navbar-nav .nav-link .more-icon {
    background: url(../images/more_icon.svg) no-repeat center left;
    width: 19px !important;
}

.sidebar-navigation .navbar-nav .nav-link.active .more-icon {
    background: url(../images/more__active_icon.svg) no-repeat center left;
}

.sidebar-navigation .navbar-nav .nav-link .report-icon {
    background: url(../images/warning_triangle_icon.svg) no-repeat center left;
    height: 20px;
}

.sidebar-navigation.institutions .navbar-nav .nav-link .menu-icon {
    width: 25px;
}

.sidebar-navigation .navbar-nav .nav-link .group-icon {
    background: url(../images/group_icon.svg) no-repeat center left;
}

.sidebar-navigation .navbar-nav .nav-link.active .group-icon {
    background: url(../images/group_icon_active.svg) no-repeat center left;
}

.content-wrapper-student {
    background: #FFFFFF;
    width: 100%;
    border-radius: 30px;
    padding: 25px;
    min-width: unset;
}

.content-wrapper-student h4,
.score-txt span:last-child,
.practice-test-wrapper.course-completion-wrapper h3 span {
    font-size: 24px;
    line-height: 28px;
}

.content-wrapper-student .orange-bg-btn,
.content-wrapper-student .border-btn,
.modal.view-more-modal .orange-bg-btn,
.futura-bold-font {
    font-family: 'Futura-Bold' !important;
}

.content-wrapper-student h4 {
    font-family: 'Futura-Bold';   
}

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

.content-wrapper-student h6 {
    font-size: 22px;
    line-height: 26px;
}

.content-wrapper-student h5,
.complete-alert-modal .modal-body h6,
.modal-section .modal-header .modal-title,
.daily-reward-text p span,
.welcome-screen .overview-item h6 {
    font-size: 24px;
    line-height: 29px;
}

.content-wrapper-student h6,
.content-wrapper-student h5 {
    font-family: 'Futura-Md-Bt';
    margin-bottom: 25px;
}
.personal-details-wrapper {
    display: flex;
    padding: 0 35px;
    border-bottom: 1px solid #D8D8D8;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 48px;
}

.profile-info p:not(.error-msg):not(.note-text):not(.note-text-admin),
.login-credentials p:not(.error-msg),
.change-pswd-txt,
.cart-total,
.progress-wrapper .link-orange-txt,
.confirmation-popup .offcanvas-body p,
.practice-test-wrapper.wrong-answer.normal-question .question-footer-wrapper p,
.country-code-dropdown .dropdown-toggle,
.reset-pswd,
.institution-cart .total-tr h6,
.course-head span,
.cart-list.course-list-table h6,
.add-group h6,
.assigned-course-list .course-details-column h6,
.courses-head span,
.coins-info h4 span,
.reward-coins-day h6,
.modal-wrapper.student-institution-explainer-modal .modal-title,
.content-wrapper-student .cart-item-info h5,
.alert-modal-wrapper .offcanvas-body h6 {
    font-size: 20px;
    line-height: 24px;
}

.profile-info p:not(.error-msg):not(.note-text):not(.note-text-admin),
.login-credentials p:not(.error-msg) {
    font-family: 'Futura-Bk-Bt';
    display: flex;
    margin-bottom: 25px;
    word-break: break-word;
}

.profile-info p:not(.error-msg):not(.note-text):not(.note-text-admin) span:first-child,
.login-credentials p:not(.error-msg) span:first-child {
    color: #696969;
    min-width: 152px;
}

.profile-info p:not(.error-msg):not(.note-text):not(.note-text-admin) span:first-child::after,
.login-credentials p:not(.error-msg) span:first-child::after,
.student-info p span:first-child::after,
.student-profile p span:first-child::after,
.course-label span::after,
.total-tr h6 span:first-child::after,
.cart-list.course-list-table td p span:first-child::after,
.course-details-column p span:first-child::after,
.course-name-column p span:first-child::after,
.coupon-details td p span:first-child::after,
.cart-total span:first-child::after {
    content: ':';
    float: right;
}

.profile-info p:not(.error-msg) span:first-child::after,
.login-credentials p:not(.error-msg) span:first-child::after,
.student-info p span:first-child::after,
.course-label span::after {
    margin: 0 5px;
}

.profile-img a,
.practice-test-wrapper .answer-right-txt p,
.content-wrapper-student .login-input label span,
.select-dropdown .btn.select-btn,
.select-dropdown .dropdown-menu .dropdown-item,
.custom-dropdown .dropdown-menu .dropdown-item,
.student-info p,
.course-label span,
.cart-list th span {
    font-size: 15px;
    line-height: 18px;
}

.login-credentials {
    padding: 25px 35px 0;
}

.change-pswd-txt {
    font-family: 'Futura-Md-Bt';
    margin-left: 152px;  
}

.content-wrapper-student .login-input label,
.content-wrapper-student .login-input input,
.content-wrapper-student .login-input select,
.content-wrapper-student .hide-txt,
.edit-details-modal .login-input label,
.input-40 .country-code-dropdown .dropdown-menu .dropdown-item,
.assigned-course-list .login-input input::placeholder,
.course-details-input .login-input input::placeholder,
.select-dropdown.select-group .dropdown-menu .dropdown-item,
.select-dropdown.select-group .btn.select-btn,
.student-institution-explainer-modal .modal-body p {
    font-family: 'Futura-Bk-Bt'; 
}

.futura-bk-font {
    font-family: 'Futura-Bk-Bt' !important; 
}

.futura-lt-font {
    font-family: 'Futura-Lt-Bt' !important;
}

.lato-md-font {
    font-family: 'Lato-Medium' !important;
}

.content-wrapper-student .breadcrumb-btn {
    font-family: 'Futura-Md-Bt';
    font-size: 16px;
    line-height: 19px;
    color: #FF8B51;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    transition: 0.4s all;
    background: #FFEBE1;
    border: 0.2px solid #FF8B51;
    padding: 2px 8px;
    border-radius: 13px;
}

.content-wrapper-student .breadcrumb-btn:hover,
.link-orange-txt:hover {
    color: #F56200 !important;
}

.content-wrapper-student .breadcrumb-btn::before {
    content: '';
    background: url(../images/arrow_left_icon.svg) center/contain no-repeat; 
    width: 10px;
    height: 12px;
    display: block;
    margin-right: 6px;
    transition: 0.4s all;
}

.content-wrapper-student .breadcrumb-btn:hover:before {
    background: url(../images/arrow_left_icon_hover.svg) center/contain no-repeat;  
}

.error-msg {
    font-family: 'Futura-Bk-Bt'; 
    font-size: 13px;
    line-height: 16px;
    color: #ED1C24;
    position: absolute;
    left: 0;
    margin-top: 4px;
}

.change-password-wrapper .btn-wrapper {
    margin-top: 60px;
}

.change-password-wrapper {
    margin-top: 10px;
}

.content-wrapper-student.bg-image {
    background: url(../images/bg_image.png) center fixed no-repeat #ffffff; 
    background-size: 100vh;
}

.course-name-wrapper {
    padding: 25px;
    border-radius: 30px;
}

.course-name-wrapper {
    position: relative;
}

.course-name-wrapper:not(.completed-course) {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-name-wrapper.green-bg {
    background: url(../images/green_bg.png) center/cover no-repeat;  
} 

.course-name-wrapper.violet-bg {
    background: url(../images/violet_bg.png) center/cover no-repeat;  
} 

.course-name-wrapper.yellow-bg {
    background: url(../images/yellow.png) center/cover no-repeat;  
} 

.course-name-wrapper.magenta-bg {
    background: url(../images/magenta.png) center/cover no-repeat;  
}

.course-name-wrapper.completed-bg {
    background: url(../images/completed_bg.png) center/cover no-repeat;  
}

.course-name-wrapper h6,
.popular-courses-list .course-name h6 {
    font-family: 'Futura-Hv-Bt';
    font-size: 20px;
    line-height: 30px;
}

.course-name-wrapper h6 {
    color: #6C6C6C;
    margin-bottom: 28px;
    flex-grow: 1;
}

.progress-bar-wrapper .progress {
    background: #ffffff;
    height: 15px;
    filter: drop-shadow(1px 2px 4px #0000001a);
    width: 100%;
    margin-right: 5px;
}

.progress-bar-wrapper .progress .progress-bar span,
.progress-bar-wrapper .total-days span,
.course-name-wrapper p {
    font-family: 'Futura-Hv-Bt';
}

.progress-bar-wrapper .progress .progress-bar span,
.progress-bar-wrapper .total-days span,
.course-name-wrapper p,
.course-list .progress-wrapper p,
.progress-modal .student-list table .progress-wrapper p {
    font-size: 14px;
    line-height: 17px;
    color: #6C6C6C;
}

.progress-bar-wrapper .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -21px;
}

.progress-bar-wrapper .progress .progress-bar.progress-value span {
    right: unset;
    left: 2px;
}

.progress-bar-wrapper .progress,
.progress-bar-wrapper .progress-bar {
    border-radius: 8px;
}

.progress-bar-wrapper .progress,
.progress-bar-wrapper .progress-bar,
.active-users-overview .progress,
.active-users-overview .progress-bar {
    overflow: visible;
}

.progress-bar-wrapper .progress-bar {
    position: relative;
}

.course-name-wrapper.green-bg .progress-bar-wrapper .progress .progress-bar {
    background: #95D352;
}

.course-name-wrapper.violet-bg .progress-bar-wrapper .progress .progress-bar {
    background: #6A5CF7;
}

.course-name-wrapper.yellow-bg .progress-bar-wrapper .progress .progress-bar {
    background: #F6BE00;
}

.course-name-wrapper.magenta-bg .progress-bar-wrapper .progress .progress-bar {
    background: #FF85AB;
}

.btn.tooltip-btn {
    background: url(../images/school_icon.svg) center no-repeat #ffffff;  
    background-size: 15px;
    border: 1px solid #CDCDCD;
    border-radius: 50%;
    padding: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.tooltip.custom-tooltip.show {
    opacity: 1;
}

.custom-tooltip .tooltip-inner {
    background: #383838;
    box-shadow: 0px 2px 2px #38383840;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: 'Futura-Lt-Bt';
    padding: 5px 10px;
}

.custom-tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #383838;
}

.custom-tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #383838;
}

.courses-inprogress {
    margin-bottom: 50px;
}

.link-orange-txt {
    color: #FF8B51 !important;
}

.completed-courses-link,
.futura-md-font,
.coupons-dropdown .border-btn,
.content-wrapper-student .border-btn.apply-coupon-btn {
    font-family: 'Futura-Md-Bt' !important;
}

.courses-inprogress:not(.practice-test-list-wrapper .courses-inprogress) .course-name-wrapper h6 {
    margin-bottom: 40px;
}

.completed-courses-header,
.practice-test-list .popular-courses-list .course-name h6 {
    margin-bottom: 25px;
}

.course-name-wrapper.completed-course {
    background: url(../images/completed-course-bg.png) center/cover no-repeat;
    /* padding: 22px 66px 22px 25px;  */
    padding: 22px 25px;    
    border-radius: 20px;
    column-gap: 12px;
}

.completed-course-wrapper .completed-course:not(:last-child) {
    margin-bottom: 20px;
}

.main-wrapper-student.new-course-wrapper {
   padding: 20px 16px;
}

.course-list-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.content-wrapper-student .course-search-flter h6 {
    font-family: 'Futura-Hv-Bt';
    margin-bottom: 20px;
}

.course-search-flter .login-input label,
.practice-test-list .course-name .sample-question-link,
.rank-search-filter .login-input label,
.input-40.login-input label,
.select-dropdown.select-group .btn.select-btn,
.select-dropdown.select-group .dropdown-menu .dropdown-item,
.cart-total-section p {
    font-size: 16px;
    line-height: 19px;
}

.course-search-flter .login-input select {
    padding: 9px 25px 9px 12px !important;
}

.course-search-flter .login-input select,
.cart-list td {
    font-size: 17px;
    line-height: 20px;
}

.popular-courses-list {
    width: 100%;
}

.content-wrapper-student .popular-courses-list h5,
.futura-hv-font {
    font-family: 'Futura-Hv-Bt' !important;
}

.course-name {
    padding: 25px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.popular-courses-list .course-name p:not(.course-cart-section p) {
    flex-grow: 1;
}

.popular-courses-list .course-name h6,
.related-test-modal .modal-body ul li:not(:last-child) {
    margin-bottom: 20px;
}

.popular-courses-list .course-name p {
    margin-bottom: 15px;
}

.popular-courses-list .course-name p,
.course-name pre {
    font-family: 'Futura-Lt-Bt';
}

.popular-courses-list .course-name p,
.course-name pre,
.view-more-btn {
    font-size: 16px;
    line-height: 26px;
}

.view-more-btn,
.popular-courses-list .course-name .course-cart-section p,
.profile-img a,
.practice-test-wrapper .answer-right-txt p,
.rank-list th,
.rank-list td,
.student-list table th,
.student-list table td,
.student-info p,
.student-profile p,
.select-dropdown.select-group .btn.select-btn.selected,
.view-more-btn,
.content-wrapper-student .explainer-video-title, 
.content-wrapper-student .transcript-btn {
    font-family: 'Futura-Md-Bt';
}

.course-cart-section h6:not(.level-status h6)::before,
.institution-course-amount::before {
    content: '';
    background: url(../images/rupee_icon.svg) center/contain no-repeat;
    width: 9px;
    height: 14px;
    display: inline-block;
    margin-right: 8px;
}

.course-cart-section h6:not(.level-status h6) {
    padding-right: 8px;
}

.popular-courses-list .course-name .course-cart-section p {
    color: #58A900;
    line-height: 19px;
}

.course-cart-section {
    border-top: 1px solid;
    min-height: 57px;
}

.course-cart-section,
.institution-course-list tbody tr:first-child td {
    padding-top: 16px;
}

.popular-courses-list .course-name.green-bg .course-cart-section {
    border-color: #95D352;
}

.popular-courses-list .course-name.violet-bg .course-cart-section {
    border-color: #6A5CF7;
}

.popular-courses-list .course-name.yellow-bg .course-cart-section {
    border-color: #F6BE00;
}

.popular-courses-list .course-name.magenta-bg .course-cart-section {
    border-color: #FF85AB;
}

.popular-courses-list .course-name.green-bg {
    background: url(../images/green_bg_2.png) center/cover no-repeat;
}

.popular-courses-list .course-name.violet-bg {
    background: url(../images/violet_bg_2.png) center/cover no-repeat;
}

.popular-courses-list .course-name.yellow-bg {
    background: url(../images/yellow_bg_2.png) center/cover no-repeat;
}

.popular-courses-list .course-name.magenta-bg {
    background: url(../images/magenta_bg_2.png) center/cover no-repeat;
}

.view-more-modal .close-btn {
    background: url(../images/close_black.svg) center no-repeat;
    width: 15px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 5;
}

.modal.view-more-modal .modal-content {
    border-radius: 30px;
}

.modal.view-more-modal .modal-dialog {
    max-width: 634px;
    padding: 0 32px;
}

.modal.view-more-modal .popular-courses-list .course-name h6:not(.course-cart-section h6) {
    padding-right: 22px;
}

.cart-list th {
    font-family: 'Futura-Md-Bt';
    padding: 8px 14px; 
    border-bottom: 1px solid #9D9D9D;
    white-space: nowrap;
    font-weight: normal;
}

.cart-list th,
.institution-cart .cart-list th span,
.course-details-wrapper table th .checkbox-input label,
.add-group .checkbox-input label,
.course-progress tr.disabled td,
.progress-modal .student-list table tr.disabled td .progress-wrapper p,
.cart-list th span {
    color: #B7B7B7; 
}

.cart-list td {
    font-family: 'Futura-Md-Bt';
    color: #656565;
    padding: 28px 14px;
}

.content-wrapper-student .checkbox-input label::before {
    background: url(../images/checkbox_normal_grey.svg) center/contain no-repeat;
    width: 16px;
    height: 16px;
}

.content-wrapper-student .checkbox-input:not(.course-details-wrapper .checkbox-input) input:checked + label::before,
.multiselect-wrapper .multiselect-container .multiselect-option .form-check .form-check-input:checked {
    background: url(../images/checkbox_active_orange.svg) center/contain no-repeat;
}

.cart-list .checkbox-input label,
.sample-question-modal .modal-header .modal-title,
.techer-cart-item,
.details-header h5,
.chart-legend h6,
.admin-sub-head,
.transaction-total-amount td {
    font-size: 20px;
    line-height: 30px;
}

.cart-list .checkbox-input label, .techer-cart-item {
    color: #656565;
    font-family: 'Futura-Bold';
}

.content-wrapper-student .checkbox-input label {
    padding-left: 24px;
}

.cart-list td.total-txt {
    font-family: 'Futura-Hv-Bt';
    color: #2E2D2D;
}

.cart-list:not(.course_table_instition) tbody tr:nth-last-child(3) td {
    border-color: #A4A4A4;
}

.cart-wrapper .btn-wrapper {
    gap:  15px;
}

.cart-wrapper .btn-wrapper button {
    min-width: 170px;
    padding: 7px 9px;
}

.cart-list:not(.course-list-table) tbody tr td:first-child,
.cart-list.course-list-table tr.main-row td:nth-child(2) {
    min-width: 400px
}

.order-confirmation-wrapper p {
    font-size: 24px;
    line-height: 40px;
    color: #656565;
    font-family: 'Futura-Md-Bt';
}

.order-confirmation-wrapper .btn-wrapper button,
.admin-profile-wrapper.institution-profile .profile-info p:not(.error-msg) span:first-child, 
.admin-profile-wrapper.institution-profile .login-credentials p:not(.error-msg) span:first-child {
    min-width: 145px;
}

.order-confirmation-wrapper .btn-wrapper {
    margin-top: 60px;
}

.close-btn-round {
    background: url(../images/close_grey.svg) center no-repeat #BFBFBF;
    border-radius: 50%;
    margin-bottom: 12px;
    transition: 0.3s all;
    flex-shrink: 0;
}

.close-btn-round,
.files-list .file-thumbnail {
    width: 32px;
    height: 32px;
}

.close-btn-round:hover {
    background-color: #b6b6b6;
}

.practice-name h4,
.complete-alert-modal .modal-body h6:not(p+h6),
.score-txt span,
.sample-question-modal .modal-header .modal-title,
.modal-section .modal-header .modal-title,
.sample-question-modal .modal-body h4,
.add-student-btn-wrapper p,
.cart-list.course-list-table td,
.select-dropdown.select-group .btn.select-btn.selected {
    color: #6C6C6C;
}

.practice-name .day,
.test-label {
    border-radius: 20px;
    color: #ffffff;
}

.practice-name .day {
    background: #EEBE18;
}

.test-label {
    background: #BDB72D;   
}

.test-label.label-course {
    background: #B9308A;   
}

.practice-name .day {
    padding: 3px 8px;
    min-width: 82px;
}

.practice-name {
    column-gap: 15px;
}

.progress-wrapper .progress {
    background: #EFEFEF;
    height: 24px;
}

.progress-wrapper .progress,
.progress-wrapper .progress .progress-bar {
    border-radius: 15px;
}

.progress-wrapper .progress .progress-bar {
    background: #58CC02;
}

.progress-wrapper {
    margin-bottom: 24px;
}

.complete-alert-modal .modal-body h4,
.sample-question-modal .modal-body h3,
.content-wrapper-student.course-completion-wrapper h4:not(.practice-name h4) span {
    font-size: 32px;
    line-height: 38px;
}

.practice-test-wrapper h5 {
    margin-bottom: 24px;
    word-wrap: break-word;
    word-break: break-word;
}

.practice-test-wrapper h5,
.answer-selection-wrapper .answer-column,
.sample-question-modal.related-test-modal .modal-header .modal-title,
.sample-question-modal.report-issue-modal .modal-header .modal-title,
.collected-coins h2 span,
.update-class-modal h6 {
    font-size: 24px;
    line-height: 30px;
}

.answer-selection-wrapper .answer-column {
    min-width: 100px;
    min-height: 100px;
    font-family: 'Futura-Md-Bt';
    background: #FFF9F4;
    border: solid #93B0D4;
    border-radius: 10px;
    border-width: 2px 2px 4px;
    justify-content: center;
    padding: 8px 16px;
    cursor: pointer;
    transition: 0.4s all;
    word-break: break-word;
}

.answer-selection-wrapper .answer-column,
.answer-selection-wrapper .answer-column a {
    color: #2E2D2D !important;
}

.no-courses h2 {
    font-size: 36px;
    line-height: 43px;
}

.answer-selection-wrapper {
    gap: 24px;
}

.content-wrapper-student.practice-test-wrapper {
    background: url(../images/practice_test_bg.png) center/cover no-repeat #ffffff;
} 

.mascot {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #FF8B51;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: 'Futura-Bold';
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-right: -8px;
    z-index: 4;
}

.video-btn::before {
    content: '';
    background: url(../images/play_icon_orange.svg) center/contain no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
}

.question-footer-wrapper {
    background: url(../images/triangle_grey_bg.png) center top/cover no-repeat; 
    border-radius: 0 0 30px 30px;
    margin: 24px -25px -25px;
    padding: 55px 25px 25px;
    min-height: 130px;
    display: flex;
    align-items: flex-end;
    position: sticky;
    bottom: -25px;
    flex-shrink: 0;
}

.practice-test-wrapper.right-answer .question-footer-wrapper {
    background: url(../images/triangle_green_bg.png) center top/cover no-repeat; 
}

.practice-test-wrapper.wrong-answer .question-footer-wrapper {
    background: url(../images/triangle_red_bg.png) center top/cover no-repeat; 
}

.answer-selection-wrapper .answer-column.selected {
    background: #FFDDCC;
    border-color: #FF8B51;
}

.practice-test-wrapper.right-answer .answer-selection-wrapper .answer-column.selected,
.practice-test-wrapper .answer-selection-wrapper .answer-column.correct-answer {
    background: #D7FFB8;
    border-color: #58CC02;  
}

.practice-test-wrapper.wrong-answer .answer-selection-wrapper .answer-column.selected {
    background: #FFA7AA;
    border-color: #FF0909;  
}

.check-mark {
    box-shadow: 0px 2px 6px #00000026;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.answer-right-txt .check-mark {
    background: url(../images/tick_green.svg) center no-repeat #ffffff;
    margin-right: 10px;
    background-size: 28px;
}

.practice-test-wrapper .answer-right-txt h4,
.practice-test-wrapper .answer-right-txt p,
.complete-alert-modal .modal-body h4,
.practice-test-wrapper.wrong-answer.normal-question .question-footer-wrapper p{
    color: #58CC02;
}

.practice-test-wrapper .answer-right-txt h4,
.practice-test-wrapper.wrong-answer.normal-question .question-footer-wrapper h4 {
    margin-bottom: 6px;
}

.practice-test-wrapper.wrong-answer .question-footer-wrapper h4 {
    color: #FF4B4B;
    margin-left: 46px;
}

.practice-test-wrapper.wrong-answer .question-footer-wrapper h4,
.student-profile {
    margin-bottom: 14px;
}

.practice-test-wrapper.wrong-answer .question-footer-wrapper .check-mark {
    background: url(../images/close_red.svg) center no-repeat #ffffff;
    margin-right: -12px;
    z-index: 5;
    background-size: 26px;
}

.modal-wrapper.video-modal.video-modal-student .modal-dialog {
    max-width: 880px;
}

.video-modal.video-modal-student .modal-dialog .btn-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/close_grey_icon.svg) center/18px no-repeat #252424;
    right: 20px;
    top: 20px;
}

.offcanvas.offcanvas-bottom.confirmation-popup {
    height: 160px;
}

.course-completion-hd {
    width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
    background: #B6B6B6;
    border-radius: 50%;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: 'Futura-Bold';
    text-align: center;
    padding: 8px;
    margin: 0 16px 28px;
    position: relative;
    left: 50%;
    transform: translateX(calc(-50% - 16px));
    max-width: 550px;
    word-break: break-word;
}

.practice-test-wrapper.course-completion-wrapper h3 {
    font-size: 34px;
    line-height: 41px;
    color: #6C6C6C;
    font-family: 'Futura-Hv-Bt';
    margin-bottom: 12px;
}

.content-wrapper-student.course-completion-wrapper h4:not(.practice-name h4),
.content-wrapper-student.course-completion-wrapper h4:not(.practice-name h4) span {
    color: #6C6C6C;
    font-family: 'Futura-Md-Bt' !important;
}

.content-wrapper-student.course-completion-wrapper h4 {
    margin-bottom: 14px;
}

.practice-test-list .course-name .course-cart-section {
    margin-top: 20px;
    padding-top: 20px;
}

.level-status h6 {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #6C6C6C;
}

.level-status-bar {
    column-gap: 5px;
}

.level-status-bar span {
    width: 40px;
    height: 10px;
    border: 1px solid #6C6C6C;
}

.level-status-bar span:first-child {
    border-radius: 8px 0 0 8px;
}

.level-status-bar span:last-child {
    border-radius: 0 8px 8px 0;
}

.level-status-bar span.active {
    background: #6C6C6C;
}

.level-status {
    margin-right: 8px;
}

.cart-item {
    border: 1px solid #9D9D9D;
    padding: 12px 12px 20px;
}

.cart-item,
.quantity-input-wrapper .quantity-input:not(:last-child),
.rewrad-coins-details-wrapper .rewrad-coins-details:not(:last-child) {
    margin-bottom: 16px;
}

.cart-item h6 {
    line-height: 24px !important;
    color: #656565;
    padding-bottom: 8px;
    margin: 12px 0 20px !important;
    font-family: 'Futura-Hv-Bt';
    border-bottom: 1px dashed #D2D2D2;
}

.cart-item p {
    color: #656565;
    font-family: 'Futura-Md-Bt';
    margin-bottom: 20px;
}


.cart-item p,
.course-item a,
.related-course-test a,
.reward-heder-description,
.coins-info p,
.coupons-dropdown .dropdown-item h6,
.content-wrapper-student .coupon-info h6 {
    font-size: 14px;
    line-height: 17px;
}

.cart-item p:not(.total) span,
.student-info p span:last-child,
.content-wrapper-student .course-label h6,
.edit-details-modal .login-input input,
.edit-details-modal .country-code-dropdown .dropdown-toggle,
.new-students-list .login-input input,
.new-students-list .country-code-dropdown .dropdown-toggle,
.rank-list tbody tr.highlight td:nth-child(2) span {
    color: #656565;
}

.cart-wrapper h5 {
    font-size: 18px !important;
    line-height: 22px !important;
}

.modal.view-more-modal.complete-alert-modal .modal-dialog,
.modal.view-more-modal.sample-question-modal .modal-dialog {
    max-width: 890px;
}

.complete-alert-modal .modal-content {
    background: url(../images/modal_bg.png) no-repeat #ffffff; 
}

.complete-alert-modal .modal-body p+h6 {
    margin-bottom: 38px;
}

.complete-alert-modal .modal-body p {
    margin-bottom: 35px;
}

.complete-alert-modal .modal-body {
    padding: 25px 45px 35px;
}

.terms-privacy-txt {
    max-width: 300px;
}

.logout-btn-wrapper .logout-icon,
.logout-btn-wrapper .report-icon {
    font-family: 'Futura-Md-Bt';
    font-size: 18px;
    line-height: 20px;
    color: #FF8B51 !important;
}

.logout-btn-wrapper .logout-icon::before {
    background: url(../images/logout_icon.svg) center/contain no-repeat;
    height: 17px;
}

.logout-btn-wrapper .logout-icon::before,
.logout-btn-wrapper .report-icon::before {
    content: '';
    display: block;
    width: 16px;
    margin-right: 4px;
    flex-shrink: 0;
}

.logout-btn-wrapper {
    border-top: 1px solid #D8D8D8;
    padding: 25px 35px 0;
    margin-top: 25px;
}

.modal.sample-question-modal .modal-content,
.course-search-flter,
.cart-item {
    background: #ffffff;
}

.sample-question-modal .modal-header {
    padding: 0 0 25px; 
}

.sample-question-modal .modal-body h3 {
    margin: 24px 0;
}

.sample-question-modal .modal-body {
    padding: 20px 0 25px;
}

.content-wrapper-student .login-input label span,
.admin-input.login-input label span {
    color: #A3A1A1;
}

.test-label {
    padding: 1px 10px;
    min-width: 56px;
    display: inline-block;
    flex-shrink: 0;
}

.test-label,
.chart-legend p,
.badge.discount-code {
    font-size: 13px;
    line-height: 20px;
}

.practice-test-wrapper.normal-question.wrong-answer .question-footer-wrapper .check-mark {
    margin-right: 10px;
    flex-shrink: 0;
}

.practice-test-wrapper.wrong-answer.normal-question .question-footer-wrapper p {
    font-family: 'Futura-Hv-Bt';   
}

.image-wrapper {
    border: 1px solid #939292;
    border-radius: 5px;
    margin-bottom: 24px;
}

.login-form .orange-bg-btn.continue-btn,
.image-wrapper,
.number-input-wrapper,
.purchase-badge,
.sample-question-link,
.admin-profile-wrapper .profile-img {
    width: fit-content;
    width: -webkit-fit-content;
	width: -moz-fit-content;
}

.image-wrapper img {
    max-height: 210px;
    border-radius: 5px;
}

.rank-search-filter {
    padding: 15px 15px 15px 25px;
    margin-bottom: 20px;
}

.rank-search-filter .login-input,
.total-revenue-overview .chart-legend {
    column-gap: 10px;
}

.rank-search-filter .login-input input {
    padding: 5px 12px;
    line-height: 28px;
    color: #656565;
    width: 250px;
}

.select-dropdown .btn.select-btn {
    border: 1px solid #93B0D4;
    border-radius: 5px;
    letter-spacing: 0.01em;
    color: #A3A3A3;
    width: 140px;
}

.select-dropdown .btn.select-btn,
.date-filter .dropdown-toggle {
    padding: 10px 28px 10px 12px;
    height: 40px;
    text-align: left;
    background-color: #ffffff;
}

.select-dropdown .dropdown-menu,
.custom-dropdown .dropdown-menu,
.multiselect-wrapper .multiselect-container {
    min-width: unset;
    box-shadow: 0px 1px 4px 0px #00000040;
}

.select-dropdown .dropdown-menu,
.select-dropdown .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}

.select-dropdown .dropdown-menu .dropdown-item {
    letter-spacing: 0.01em;
    color: #656565;
    font-family: 'Futura-Md-Bt';
    padding: 11px 12px;
    cursor: pointer;
    transition: 0.4s all;
}

.select-dropdown .dropdown-menu .dropdown-item:not(.search-field):focus, 
.select-dropdown .dropdown-menu .dropdown-item:not(.search-field):hover,
.select-dropdown .dropdown-menu .dropdown-item.selected,
.content-wrapper .custom-dropdown:not(.date-filter) .dropdown-menu .dropdown-item:hover {
    background: #FFE6DA;
}

.select-dropdown .dropdown-menu .dropdown-item.search-field:focus, 
.select-dropdown .dropdown-menu .dropdown-item.search-field:hover,
.coupons-dropdown .dropdown-menu .dropdown-item:hover {
    background: inherit;
}

.rank-list,
.student-list table,
.student-info,
.course-info,
.student-info-input,
.cart-list {
    background: #ffffff;
    border: 1px solid #9D9D9D;
}

.rank-list th {
    font-weight: normal;
    color: #B7B7B7;
    padding: 20px 8px;
    border-bottom: 1px solid #A4A4A4;
}

.rank-list tr th:first-child,
.rank-list tbody tr td:first-child,
.cart-list tr th:first-child,
.cart-list tbody tr td:first-child {
    padding-left: 24px;
}

.rank-list tr th:last-child,
.rank-list tbody tr td:last-child,
.cart-list tr th:last-child,
.cart-list tbody tr td:last-child {
    padding-right: 24px;
}

.rank-list td {
    color: #8C8C8C;
    padding: 24px 8px;
}

.rank-list tbody tr:not(:first-child) td,
.pagination-wrapper,
.institution-course-list tbody:not(thead+tbody) {
    border-top: 1px solid #D2D2D2;
}

.rank-list tr.highlight td {
    background: #FFF6F1;
    color: #656565;
    font-family: 'Futura-Bold';
}

.rank-list tr.highlight:not(:nth-child(-n+5)) td {
    border-top: 1px dashed #A4A4A4;
}

.content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link {
    background: #F4F4F4;
    box-shadow: 0px 1px 8px 1px #0000001a;
    line-height: 22px;
    font-family: 'Futura-Md-Bt';
    padding: 16px 20px;
}

.content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link.active {
    background: linear-gradient(91.58deg, #FF8B51 0.47%, #EFBC1A 100%);
    font-weight: normal;
}

.content-wrapper-student .tab-navigation .tab-content {
    padding: 25px 20px;
    box-shadow: 0px 2px 8px 1px #0000001a;
}

.toast.toast-wrapper {
    background: #FEF7EA;
    border: 1px solid #FFCC7D;
    border-radius: 5px;
    padding: 10px 15px;
    z-index: 9;
    top: 24px;
    max-width: 480px;
    width: 100%;
}

.toast-wrapper h6 {
    font-size: 17px;
    line-height: 28px;
    color: #676767;
}

.toast-wrapper p {
    color: #676767;
}

.toast-wrapper p,
.reward-wrapper p:not(.coins-info p) {
    font-size: 14px;
    line-height: 24px;
}

.toast.toast-wrapper .btn-close {
    background: url(../images/toast_close.svg) no-repeat center;  
    opacity: 1;
}

.country-code-dropdown .dropdown-toggle {
    background: #ffffff;
    border: 0.5px solid #93B0D4;
    border-radius: 5px 0 0 5px;
    height: 100%;
    padding: 8px 12px;
    font-weight: 400;
    width: 98px;
    color: #2E2D2D;
}

.country-code-dropdown .dropdown-toggle::after {
    border-width: 5px 4px 0;
    border-top-color: #2E2D2D;
    vertical-align: unset;
}

.country-code-dropdown .dropdown-toggle:empty::after {
    margin-left: auto;
}

.country-code-dropdown .dropdown-toggle:active {
    border-color: #93B0D4;
}

.country-code-dropdown .dropdown-menu {
    box-shadow: 1px 3px 7px 1px #00000026;
    border-radius: 5px;
}

.search-input {
    padding: 12px 15px;
}

.country-code-dropdown .search-input h6 {
    font-size: 16px;
    line-height: 18px;
    color: #383838;
}

.country-code-dropdown .dropdown-menu .dropdown-item span,
.search-filter.student-filter input,
.search-filter.student-filter .select-input,
.student-list table th,
.student-list table td,
.country-code-dropdown .dropdown-toggle.input-40,
.login-input.input-40 input,
.login-input.input-40 select,
.login-input.input-40 textarea,
.add-student-btn-wrapper p,
.cart-list.course-list-table th,
.cart-list.course-list-table td,
.course-details-wrapper table tr td:nth-child(2) p,
.course-details-wrapper .checkbox-input label,
.profile-name,
.related-test-modal .modal-body ul li,
.add-group .student-list th .checkbox-input label,
.course-name-wrapper .reward-coins-day h6,
.reward-coins-day p,
.pagination-wrapper .page-numbers li a,
.daily-reward-text p,
.cart-item-info p {
    font-size: 16px;
    line-height: 20px;
}

.country-code-dropdown .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    transition: 0.4s all;
    cursor: pointer;
}

.country-code-dropdown .dropdown-menu .dropdown-item img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
    flex-shrink: 0;
}

.country-code-dropdown .dropdown-menu .dropdown-item:hover,
.custom-dropdown:not(.date-filter):not(.coupons-dropdown) .dropdown-menu .dropdown-item:hover {
    background: #FFF4EE;
}

.country-code-dropdown .dropdown-menu .country-list {
    max-height: 280px;
    overflow-y: auto;
}

.country-code-dropdown .dropdown-menu .country-list,
.student-list,
.add-new-student-table,
.scrollbar-custom,
.cart-items-wrapper {
    scrollbar-color: #CD632E #FFEADF;
}

.country-code-dropdown .dropdown-menu .country-list::-webkit-scrollbar,
.student-list::-webkit-scrollbar,
.scrollbar-custom::-webkit-scrollbar,
.cart-items-wrapper::-webkit-scrollbar {
	width: 12px;
    height: 12px;
}

.country-code-dropdown .dropdown-menu .country-list::-webkit-scrollbar-track,
.student-list::-webkit-scrollbar-track,
.add-new-student-table::-webkit-scrollbar-track,
.scrollbar-custom::-webkit-scrollbar-track,
.cart-items-wrapper::-webkit-scrollbar-track {
    background: #FFEADF;
    border-color: #ffffff;
    border-style: solid;
}
   
.country-code-dropdown .dropdown-menu .country-list::-webkit-scrollbar-track,
.student-list::-webkit-scrollbar-track,
.scrollbar-custom::-webkit-scrollbar-track,
.cart-items-wrapper::-webkit-scrollbar-track {
    border-width: 0 2px;
}

.add-new-student-table::-webkit-scrollbar-track {
   border-width: 2px 0;
}

.add-new-student-table::-webkit-scrollbar {
	height: 12px;
}
   
.country-code-dropdown .dropdown-menu .country-list::-webkit-scrollbar-thumb,
.student-list::-webkit-scrollbar-thumb,
.add-new-student-table::-webkit-scrollbar-thumb,
.scrollbar-custom::-webkit-scrollbar-thumb,
.cart-items-wrapper::-webkit-scrollbar-thumb {
    background: #CD632E;
    border-radius: 10px;
} 

.country-code-dropdown .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 72px;
    border-style: solid;
    border-width: 0 7px 13px;
    border-color: transparent transparent #ffffff;
    filter: drop-shadow(-1px -2px 5px #00000026);
    -webkit-filter: drop-shadow(-1px -2px 5px #00000026);
}

.country-code-dropdown .dropdown-menu[data-popper-placement="top-start"]::before {
    top: unset;
    bottom: -13px;
    border-width: 13px 7px 0;
    border-color: #ffffff transparent transparent;
    filter: drop-shadow(-1px 1px 5px #00000026);
    -webkit-filter: drop-shadow(-1px 1px 5px #00000026);
}

.custom-dropdown .dropdown-toggle::after {
    border-width: 8px 5px 0;
    margin-left: 8px;
}

.custom-dropdown .dropdown-toggle[aria-expanded="true"]::after {
    border-width: 0 5px 8px;
    border-bottom-style: solid;
}

.custom-dropdown .dropdown-menu,
.custom-dropdown .dropdown-menu li:last-child .dropdown-item {
    border-radius: 0px 0px 5px 5px;
}

.custom-dropdown .dropdown-menu .dropdown-item {
    color: #FF8B51 !important;
    font-family: 'Futura-Md-Bt';
    padding: 10px;
    transition: 0.4s all;
}

.custom-dropdown .dropdown-menu .dropdown-item.download-icon::before,
.custom-dropdown .dropdown-menu .dropdown-item.upload-icon::before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
}

.custom-dropdown .dropdown-menu .dropdown-item.download-icon::before {
    background: url(../images/download_icon.svg) center/contain no-repeat;
}

.upload-icon::before {
    background: url(../images/upload_orange_icon.svg) center/contain no-repeat;
}

.student-filter {
    padding: 15px 25px;
    margin: 25px 0 20px;
}

.search-filter.student-filter input,
.search-filter.student-filter .select-input {
    padding-block: 9px;
}

.student-list table th {
    color: #B7B7B7;
    padding: 10px 8px;
    position: relative;
    font-weight: normal;
}

.student-list table td {
    padding: 14px 8px;
    color: #656565;
}

.student-list table tr td:first-child,
.student-list table tr th:first-child,
.table-style.admin-student-list tr th:first-child,
.table-style.admin-student-list:not(.institution-course-list) tr td:first-child,
.table-style.institution-course-list tbody tr:first-child td:first-child {
    padding-left: 16px;
}

.student-list table tr td:last-child,
.student-list table tr th:last-child,
.table-style.admin-student-list tr th:last-child,
.table-style.admin-student-list tr td:last-child {
    padding-right: 16px;
}

.student-list table td .border-btn {
    min-width: unset;
}

.student-list:not(.course-details-list):not(.new-students-list):not(.vertical-scroll-none) table th::before,
.student-list:not(.course-details-list):not(.new-students-list):not(.vertical-scroll-none) table th::after,
.select-users-list table th::before,
.select-users-list table th::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #9D9D9D;
    position: absolute;
    left: 0;
}

.student-list table th::before,
.select-users-list table th::before {
    top: 0;
}

.student-list table th::after,
.select-users-list table th::after {
    bottom: 0;
}

.student-list:not(.course-details-list):not(.new-students-list):not(.vertical-scroll-none) {
    max-height: 550px;
}

.student-info,
.course-info,
.student-info-input {
    padding: 16px 8px;
}

.student-info p span:first-child {
    font-family: 'Futura-Bk-Bt';
    min-width: 115px;
}

.student-info p span:first-child,
.student-profile p span:first-child,
.course-label span,
.total-assigned,
.course-details-wrapper table tr td:nth-child(2) p span:first-child,
.select-all label,
.course-details-input .login-input label,
.username-label {
    color: #9B9B9B;
}

.student-info .border-btn {
    width: 50%;
}

.student-profile p span:first-child::after,
.course-name-column p span:first-child::after {
    margin: 0 8px;
}

.course-list:not(.test-details-wrapper) table tbody tr td:last-child,
.institution-student-details:not(#admin_institution_student_test_details_table):not(#institution_test_details_table) tbody tr td:last-child {
    min-width: 20rem;
}

.course-details-list table tbody tr td:nth-child(2) {
    min-width: 350px;
}

.course-list .progress-wrapper .progress,
.progress-modal .student-list table .progress-wrapper .progress,
.admin-student-list .progress-wrapper .progress {
    height: 8px;
    margin-bottom: 6px;
}

.student-list.course-list table th {
    padding-block: 18px;
}

.course-list table tbody tr td {
    height: 90px;
}

.course-label span,
.add-group .student-info p span:first-child {
    min-width: 111px;
}

.modal.modal-section .modal-content {
    padding: 20px 35px 25px;
    max-height: calc(100% - 90px);
}

.modal-section .modal-header {
    padding-bottom: 20px;
}

.login-input.input-40 input,
.login-input.input-40 select,
.login-input.input-40 textarea {
    padding-block: 9px !important;
}

.country-code-dropdown .dropdown-toggle.input-40 {
    width: 90px;
}

.modal-section .modal-body {
    margin: 25px 0;
    padding: 0;
}

.modal.edit-details-modal .modal-dialog {
    max-width: 655px;
}

.modal.reset-pswd-modal .modal-dialog {
    max-width: 585px;
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
    opacity: 1;
    background: #000000b3;
}

.modal-backdrop.fade,
.offcanvas-backdrop.fade {
    transition: 0.2s linear;
 }

.class-section-field.login-input input {
    min-width: 70px;
    width: 100%;
}

.name-field,
.new-students-list table tr th:last-child,
.new-students-list table tr td:last-child {
    padding-right: 20px;
}

.new-students-list th,
.filled-template-details th {
    height: 60px;
}

.new-students-list table tr th:first-child,
.new-students-list table tr td:first-child,
.custom-radio-btn.blue-radio label {
    padding-left: 20px;
}

.green-txt-color {
    color: #009128 !important;
}

.green2-txt-color {
    color: #58A900 !important;
}
.green3-txt-color {
    color: #49A431 !important;
}

.red-txt-color {
    color: #ED1C24 !important;
}

.red2-txt-color {
    color: #D65E5E !important;
}

.grey-txt-color {
    color: #656565 !important;
}

.grey-6c-txt-color {
    color: #6C6C6C !important;
}

.black-txt-color {
    color: #2E2D2D !important;
}

.orange-txt-color {
    color: #FF8B51 !important;
}

.light-orange-txt-color {
    color: #EAA800 !important;
}

.student-info.filled-template-details p span:first-child {
    min-width: 122px;
}

.more-menu .dropdown-menu {
    background: linear-gradient(91.13deg, #FE8D4E 1.31%, #F0B81F 99.16%);
    box-shadow: 0px -3px 7px 2px #2e2d2d26;
    border-radius: 10px 10px 0px 0px;
}

.details-wrapper.no-courses {
    padding: 56px 20px 96px;
}

a[type="button"] {
    -webkit-appearance: none;
}

.course-cart-section .login-input input {
    width: 75px;
}

.institution-cart .quantity-input .login-input input,
.number-input-wrapper input {
    width: 60px;
}

.institution-cart .cart-list td {
    padding-block: 15px;
}

.institution-cart .cart-list tbody tr td:first-child {
    min-width: 300px;
}

.institution-cart .cart-list tbody tr td:nth-child(2) {
    min-width: 250px;
}

.total-tr h6 span:last-child {
    min-width: 220px;
}

.total-tr h6 span:first-child::after {
    margin: 0 24px;
}

.institution-cart .cart-list .total-tr td,
.final-amount {
    padding-block: 20px;
}

.final-amount {
    border: solid #D2D2D2;
    border-width: 1px 0;
}

.cart-list.course-list-table td p span:first-child::after {
    margin-inline: 10px;
}

.cart-list.course-list-table td p span:first-child {
    min-width: 160px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.number-input-wrapper button {
    width: 26px;
}

.number-input-wrapper button.btn-minus {
    background: url(../images/minus_icon.svg) center no-repeat;  
}

.number-input-wrapper button.btn-plus {
    background: url(../images/plus_icon.svg) center no-repeat;  
}

.cart-list.course-list-table tr td {
    padding-block: 16px;
}

.cart-list.course-list-table tr.sub-row td {
    padding-top: 0;
}

.cart-list.course-list-table tr th:last-child,
.test-details-sheet tr th:last-child,
.test-details-sheet tbody tr td:last-child {
    width: 0;
}

.course-item p span:first-child,
.coupon-details tr td:last-child p span:first-child {
    min-width: 135px;
}

.balance-courses {
    row-gap: 6px;
}

.balance-courses-wrapper .balance-courses:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.student-list table thead {
    z-index: 10;
}

.admin-body {
    overflow-y: overlay;
}

.purchase-badge {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #26AE04;
    padding: 4px;
    border: 0.2px solid #26AE04;
    border-radius: 10px;
    background: #ffffff;
}

.profile-name {
    max-width: 180px;
}

.warning-icon::before {
    content: '';
    display: inline-block;
    background: url(../images/warning_icon.svg) center/contain no-repeat;
    width: 30px;
    height: 28px;
    margin-right: 8px;
}

.modal-wrapper.upload-warning-modal .modal-dialog {
    max-width: 695px;
}

.modal-wrapper.upload-warning-modal .modal-footer {
    padding: 15px 25px 25px;
}

.practice-test-wrapper.test-section {
    height: calc(100vh - 117px);
    height: calc((var(--vh, 1vh) * 100) - 117px);
    overflow-y: overlay;
    overflow-x: hidden;
    scrollbar-color: #767676 transparent;
}

.practice-test-wrapper.test-section::-webkit-scrollbar {
    width: 8px;
}

.practice-test-wrapper.test-section::-webkit-scrollbar-thumb {
    border-radius: 4px;  
}

.custom-course-wrapper {
    border-top: 1px solid #D2D2D2;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 17px;
    line-height: 26px;
}

.sample-question-modal.report-issue-modal .modal-header {
    padding-bottom: 18px;
}

.modal.report-issue-modal.sample-question-modal .modal-dialog {
    max-width: 660px;
}

.attach-icon::before {
    content: '';
    background: url(../images/attach_icon.svg) center no-repeat; 
    width: 11px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.attach-icon {
    cursor: pointer;
}

.logout-btn-wrapper .report-icon::before {
    background: url(../images/warning_triangle_orange_icon.svg) center/contain no-repeat;
    height: 15px;
}

.orange-bg-delete-btn.image_video_delete_button,
.orange-bg-delete-btn.image_delete_button {
    width: 11px;
    height: 13px;
}

.content-wrapper.schedule-tab-active {
    padding-bottom: 11rem;
}

.content-wrapper.schedule-details {
    padding-bottom: 90px;
}

.answer-selection-wrapper .answer-column sup,
.practice-test-wrapper h5 sup {
    font-size: 0.585em;
}

.student-info p span:last-child,
.student-info p a {
    word-break: break-word;
}

.width-0 {
    width: 0 !important;
}

.sample-question-modal .image-wrapper img {
    max-height: 160px;
}

.add-new-student-table .country-code-dropdown .dropdown-menu {
    width: 265px;
}

.add-new-student-table .country-code-dropdown .dropdown-toggle.input-40,
.add-new-teachers-table .country-code-dropdown .dropdown-toggle.input-40 {
    width: 80px;
}

.add-new-student-table {
    overflow-y: hidden;
}

.add-new-teachers-table tbody tr td:nth-child(n+2):not(:last-child) {
    width: 30%;
}

.student-list .teachers-table-institution tbody tr:nth-last-child(2) td,
.table-style.transaction-details-list tbody tr:nth-last-child(2) td {
    border-bottom: 0;
}

.welcome-screen,
.about-section,
.welcome-screen .overview-item h6 {
    font-family: 'Lato', sans-serif;
}

.banner-carousel .carousel-item img {
    object-fit: cover;
}

.welcome-screen h1 {
    font-family: 'Lato-Heavy';
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0.025em;
    word-break: break-word;
}

.welcome-screen h6,
.custom-carousel-item pre {
    font-family: 'Lato-Medium';
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0.025em;
}

.orange-color-txt {
    color: #FF8B51 !important;
}

.grey-color-txt {
    color: #656565 !important;
}

.brown-color-txt {
    color: #903000 !important;
}

.banner-carousel .carousel-item  .carousel-caption p {
    font-weight: 400;
    color: #656565;
    margin-bottom: 14px;
}

.banner-carousel .carousel-item  .carousel-caption p,
.welcome-screen .category-info h6 {
    letter-spacing: 0.025em;
}

.banner-carousel .carousel-item  .carousel-caption p,
.welcome-screen .category-info h6,
.no-discount-coupons.no-result-wrapper h4 {
    font-size: 24px;
    line-height: 37px;
}

.banner-carousel .carousel-item  .carousel-caption h1,
.banner-carousel .carousel-item  .carousel-caption h6,
.custom-carousel-item .carousel-caption pre {
    max-width: 550px;
}

.banner-carousel .carousel-item  .carousel-caption {
    bottom: unset;
    left: unset;
    right: unset;
}

.banner-carousel .carousel-indicators [data-bs-target] {
    border: 1px solid #FF8B51;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    opacity: 1;
    background: transparent;
    box-sizing: border-box;
    transition: all .6s ease-in-out;
}

.banner-carousel .carousel-indicators .active[data-bs-target] {
    background: #FF8B51;
}

.introduction-section {
    background: url(../images/introduction_bg.png) center/cover no-repeat;
    padding: 75px 0;
}

.category-section {
    padding: 60px 0;
    background: url(../images/category_section_bg.png) center/cover no-repeat;
}

.welcome-screen .category-info h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.category-info p {
    font-weight: 400;
    text-align: justify;
}

.welcome-screen .key-points p,
.category-info p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.025em;
}

.category-info img {
    margin-right: 40px;
    flex-shrink: 0;
}

.category-info.students {
    margin-bottom: 32px;
}

.contactus-section {
    padding: 75px 0;
    background: url(../images/contactus_bg.png) center/cover no-repeat;
}

.contactus-section h2,
.about-section h2,
.explainer-video-section h2 {
    font-weight: 700;
}

.overview-item h2,
.contactus-section h2,
.about-section h2,
.explainer-video-section h2 {
    font-size: 40px;
    line-height: 48px;
}

.contact-form .login-input input,
.contact-form .login-input textarea { 
    padding: 12px 16px;
}

.footer-wrapper h6,
.contact-form .login-input input,
.contact-form .login-input textarea,
.group-info a,
.modal-section.progress-modal .modal-header .modal-title,
.course-name-wrapper p.day-info,
.contact-support-wrapper p,
.contact-support-wrapper a,
.content-wrapper-student .cart-item-info h6 {
    font-size: 18px;
    line-height: 22px;
}

.footer-wrapper {
    background: url(../images/footer_bg.png) center/cover no-repeat;
    padding-top: 75px;
}

.footer-wrapper  h3 {
    font-family: 'Lato-Heavy';
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0.025em;
}

.footer-wrapper h6 {
    color: #FFFFFF;
    font-family: 'Lato-Heavy';
    margin-bottom: 20px;
}

.footer-links ul li a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.025em;
    font-family: 'Lato-Medium';
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
}

.footer-links ul li a::after {
    content: '';
    width: 0;
    height: 1.5px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: 0.5s all;
}

.footer-links ul li a:hover:after {
    width: 100%;
}

.footer-links ul li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-links {
    padding: 70px 0;
}

.copyright-section {
    border-top: 1px solid #ffffff40;
    padding: 32px 0;
}

.copyright-section p {
    font-family: 'Lato-Semibold';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
}

.copyright-section p::before {
    content: '';
    background: url(../images/copyright-icon.svg) center/contain no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    flex-shrink: 0;
}

.key-points {
    padding: 75px 0;
    background: url(../images/key_points_bg.png) center/cover no-repeat;
}

.carousel-description:not(.active) {
    display: none;
}

.carousel-description-wrapper {
    min-height: 100px;
}

.welcome-screen .key-points h6 {
    font-size: 24px;
    line-height: 29px;
    font-family: 'Lato-Heavy';
    margin-bottom: 20px;
    width: fit-content;
}

.welcome-screen .key-points h1 {
    line-height: 58px;
    margin-bottom: 20px;
}

.welcome-screen .key-points p {
    font-family: 'Lato-Medium';
}

.welcome-screen .key-points h6 span::after,
.welcome-screen .key-points h6 span::before {
    content: '';
    height: 2px;
    background: #ffffff;
    position: absolute;
    border-radius: 2px;
    bottom: -4px;
}

.welcome-screen .key-points h6 span::after {
    width: calc(100% - 20px);
    left: 0; 
}

.welcome-screen .key-points h6 span::before {
    right: 0;
    width: 12px;
}

.add-group .student-list tbody td .checkbox-input label,
.add-group .student-info .checkbox-input label, .file_select label{
    height: 10px;
}

.add-group .student-list tbody tr.selected,
.add-group .student-info.selected {
    background: #FFF6EF;
}

.student-filter.add-group {
    padding: 15px 25px 25px;
    margin-bottom: 40px;
}

.student-info.group-info p span:first-child {
    min-width: 132px;
}

.edit-btn {
    background: url(../images/edit_icon.svg) center/contain no-repeat; 
    width: 16px;
    height: 15px;
}

.edit-delete-btn-wrapper div {
    width: 50px;
    height: 40px;
    border: 1px solid #ff8b5140;
    background: #ffffff;
}

.edit-delete-btn-wrapper div:first-child,
.daterangepicker td.start-date {
    border-radius: 5px 0 0 5px;
}

.add-student-modal .student-list,
.student-info-wrapper {
    max-height: calc(100vh - 400px) !important;
}

.modal-section.add-student-modal .modal-body {
    margin: 0;
    padding: 20px 0 40px;
}

.student-info-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal.view-more-modal.add-student-modal .modal-dialog,
.modal.view-more-modal.progress-modal .modal-dialog {
    max-width: 810px;
}

tr.completed,
.assigned-course-info.completed {
    background: #F7F7F7;
}

.student-info {
    height: 100%;
}

.student-info.assigned-course-info p span:first-child {
    min-width: 95px;
}

.progress-modal .student-list table.course-progress:not(.test-progress) tr td:last-child {
    width: 45%;
}

.progress-modal .student-list table tr {
    height: 75px;
}

.assigned-course-list tbody tr td,
.institution-course-list tbody td {
    vertical-align: top;
}

.student-list .assigned-course-list tbody tr:not(:first-child) td:first-child {
    padding-left: 8px;
}

.assigned-course-list .login-input input::placeholder,
.course-details-input .login-input input::placeholder {
    font-style: italic;
}

.assigned-course-list tbody td .orange-bg-btn {
    min-width: 98px;
}

.course-details-column p span:first-child {
    min-width: 162px;
}

.course-details-column p span:first-child::after {
    margin-inline: 12px;
}

.assigned-course-list td.highlight,
.course-details-input.highlight {
    background: #FFFBED;
}

.course-count {
    min-height: 40px;
}

.assigned-course-list .login-input input {
    min-width: 230px;
}

.course-details-input {
    margin-inline: -8px;
    padding: 0 8px 1px;
}

.course-details-input hr {
    border-top: 1px dashed #AFAFAF;
}

.course-details-input .login-input .orange-bg-btn {
    min-width: 56px;
    font-size: 15px;
}

.assign-teacher-link {
    margin-left: 135px;
}

.delete-alert-modal .warning-icon::before {
    width: 26px;
    height: 24px;
}

.progress-modal .student-list table.course-progress tr td:nth-child(2) span {
    color: #9F9F9F;
    margin-top: 6px;
}

.teacher_details_courses_divs .course-label span {
    min-width: 116px;
}

.reward-wrapper {
    padding: 25px 25px 17px;
    margin-bottom: 30px;
}

.coins-info {
    background: url(../images/rewards_bg.png) center/cover no-repeat;
    border-radius: 15px;
}

.coins-info h4 {
    font-size: 30px;
    line-height: 36px;
    margin-block: 16px 6px;
}

.coins-info.z-coin h4,
.coins-info.z-coin h4 span,
.collected-coins h2,
.collected-coins h2 span,
.daily-reward-text p span {
    color: #C54836;
}

.coins-info.gumzz-coin h4 {
    color: #F69C3D;
}

.coins-info img {
    max-width: 200px;
    height: auto;
}

.coins-info.coins-empty h4,
.coins-info.coins-empty h4 span,
.collected-coins.coins-empty h2,
.collected-coins.coins-empty h2 span {
    color: #8A8A8A !important; 
}

.rank-list tbody tr td:nth-child(2) span {
    color: #AAAAAA;
}

.select-dropdown .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
    background: #ffffff;
}

.select-dropdown .dropdown-menu[data-popper-placement="top-start"] {
    border-radius: 5px 5px 0 0;
}

.course-progress tr.disabled td {
    background: #f4f4f499;
}

.course-name-wrapper.completed-course.rewrad-coins-details {
    padding: 14px 25px;
}

.no_groups_validation.error-txt,
.no_groups_validation_mobile.error-txt{
    font-size: 12px;
    line-height: 18px;
    bottom: unset;
}

.assigned-course-list tbody tr:last-child td .group-select-dropdown,
.assigned-course-list tbody.case-zero tr:nth-last-child(2) td .group-select-dropdown{
    margin-bottom: 22px !important;
}

.assigned-course-list tbody tr:not(:last-child) td .group-select-dropdown{
    margin-bottom: 10px !important;
}

.course-details-input-wrapper .course-details-input:last-child{
    padding-bottom: 24px !important;
}

.course-details-input-wrapper .course-details-input:not(:last-child) .login-input{
    margin-bottom: 36px !important;
}

.reward-coins-wrapper {
    border-radius: 10px;
    background: #FFF4EE;
    padding: 12px;
    gap: 10px;
    overflow-x: auto;
    margin-block: 20px;
    scrollbar-color: #FF8B51 #E8E8E8;
}

.reward-coins-wrapper::-webkit-scrollbar-track {
    background: #E8E8E8;
    border-radius: 5px;
}
 
.reward-coins-wrapper::-webkit-scrollbar {
    height: 7px;
}
    
.reward-coins-wrapper::-webkit-scrollbar-thumb {
    background: #FF8B51;
    border-radius: 5px;
}

.reward-coins-wrapper .reward-coins-day {
    border-radius: 10px;
    background: #FFC8AD;
    padding: 8px 8px 15px;
    min-width: 110px;
    position: relative;
}

.reward-coins-wrapper .reward-coins-day.disabled::after,
.reward-coins-wrapper .reward-coins-day.disabled::before {
    content: '';
    position: absolute;
}

.reward-coins-wrapper .reward-coins-day.disabled::after {
    width: 22px;
    height: 27px;
    background: url(../images/lock_orange_icon.svg) center/contain no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.reward-coins-wrapper .reward-coins-day.disabled::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffeee5cc;
    border-radius: 10px;
    border: 1.5px dashed #ff8b5180;
}

.collected-coins h2 {
    font-size: 36px;
    line-height: 42px;
    margin-top: -20px;
}

.reward-coins-wrapper .reward-coins-day img,
.student-overview .reward-coins-day img {
    width: 40px;
}

.test-completion-wrapper .collected-coins h2 {
    margin-bottom: 40px;
}

.content-wrapper-student.course-completion-wrapper .course-completion-content {
    padding: 25px 25px 28px;
}

.close-btn-sticky {
    top: 25px;
}

.sort-btn {
    background: url(../images/sort_down_icon.svg) center no-repeat;
    background-position-x: calc(100% - 10px);
    padding-right: 28px !important;
}

.admin-student-list .reward-coins-day img {
    width: 30px;
}

.custom-dropdown.actions-dropdown .dropdown-toggle {
    background: url(../images/3_dots_icon.svg) center no-repeat;
}

.table-style.admin-student-list th,
.table-style.admin-student-list td {
    padding: 10px;
}

.details-header h5,
.daterangepicker .calendar-table table thead tr:first-child th {
    font-weight: 600;
}

.details-header h5,
.dashboard-overview-rank th {
    color: #903000;
}

.details-header,
.dashboard-details-sub-head,
.dashboard-overview-rank th {
    border-bottom: 1px solid #DEDEDE;
}

.details-header {
    padding: 12px 12px 12px 20px;
}

.chart-wrapper {
    width: 170px;
    height: 170px;
    margin-bottom: 48px;
}

.chart-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
}

.chart-legend span {
    width: 44px;
    height: 6px;
    margin-bottom: 4px;
    border-radius: 6px;
}

.chart-legend span.red-bg {
    background: #D65E5E;
}

.chart-legend span.yellow-bg {
    background: #E7A525;
}

.chart-legend span.green-bg {
    background: #49A431;
}

.chart-legend p,
.student-overview p,
.admin-student-list th span {
    color: #9A9A9A;
}

.line-divider {
    width: 1px;
    background: #EDEDED;
}

.total-spent-rewards .student-overview h4::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
}

.student-overview .reward-coins-day h5 {
    font-size: 22px;
    line-height: 29px;
}

.student-overview-wrapper {
    padding: 24px 20px;
}

.total-spent-rewards {
    border-left: 1px solid #DEDEDE;
    padding-left: 20px;
}

.admin-profile-wrapper .personal-details-wrapper {
    padding-inline: 20px;
}

.admin-profile-wrapper .login-credentials {
    padding: 25px 20px;
}

.admin-profile-wrapper .profile-info p:not(.error-msg) span:first-child, 
.admin-profile-wrapper .login-credentials p:not(.error-msg) span:first-child {
    color: #767676;
    min-width: 135px;
}

.admin-profile-wrapper .change-pswd-txt {
    margin-left: 135px;
}

.admin-profile-wrapper.institution-profile .change-pswd-txt {
    margin-left: 145px;
}

.admin-profile-wrapper.profile-details-wrapper p,
.admin-profile-wrapper .change-pswd-txt {
    font-family: 'Poppins', sans-serif !important;
}

.admin-profile-wrapper .personal-details-wrapper,
.total-spent-rewards hr,
.active-users-overview hr,
.total-revenue-overview hr {
    border-color: #DEDEDE;
}

.admin-profile-wrapper .profile-img {
    margin: 8px auto 20px;
}

.admin-input.login-input .mobile-number,
.admin-input.login-input input,
.admin-input.login-input select,
.admin-input.login-input textarea,
.admin-input.login-input .pswd-input {
    box-shadow: 1px 0px 5px 1px #96969633;
}

.admin-input.login-input input,
.admin-input.login-input textarea,
.admin-input.login-input select {
    border: 0;
}

.admin-input.login-input input,
.admin-input.login-input select,
.admin-input.login-input textarea,
.admin-input.login-input .hide-txt {
    padding-block: 8px !important;
}

.admin-profile-wrapper.profile-details-wrapper.profile-edit-wrapper {
    padding: 25px 0 30px;
}

.admin-profile-wrapper.profile-edit-wrapper .personal-details-wrapper {
    padding-inline: 25px;
}

.admin-input .country-code-dropdown .dropdown-toggle {
    border-width: 0 1px 0 0;
    width: 85px;
}

.badge.course-status-badge,
.badge.coupon-status,
.badge.discount-code {
    padding: 2px 8px;
    border-radius: 5px;
}

.badge.course-status-badge.inprogress {
    background: #FDE5C1;
    color: #C6831F;
}

.badge.course-status-badge.completed,
.badge.coupon-status.active {
    background: #E5FFDE;
    color: #49A431;
}

.badge.course-status-badge.not-taken,
.badge.coupon-status.expired {
    background: #FFE9E9;
    color: #D65E5E;
}

.pagination-wrapper {
    padding: 12px 16px;
    column-gap: 8px;
}

.pagination-wrapper .page-numbers li a {
    color: #2E2D2D;
    min-width: 29px;
    height: 29px;
    border-radius: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 2px 4px;
}

.pagination-wrapper button {
    background: url(../images/next_btn_icon.svg) center/contain no-repeat;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

.pagination-wrapper button.previous,
.daterangepicker .calendar-table .prev span {
    transform: scale(-1);
}

.pagination-wrapper button.disabled {
    opacity: 0.5;
}

.student-profile.admin-student-profile p span:first-child,
.coupon-details td p span:first-child {
    color: #767676;
}

.student-profile.admin-student-profile p.name-number span:first-child {
    min-width: 140px;
}

.institution-search {
    padding: 20px 24px;
    border-bottom: 1px solid #9D9D9D;
}

.input-field .select-dropdown .dropdown-menu {
    min-width: 90px;
}

.collected-coins {
    width: 100%;
    padding-top: 12px;
}

.collected-coins:not(.coins-empty) {
    background: url(../images/decoration_bg.png) center top/400px no-repeat; 
}

.teacher-details-courses-table tr.disabled td,
.course-info.disabled {
    background: #f4f4f499;
}

.teacher-details-courses-table tr.disabled td,
.teacher-details-courses-table tr.disabled td .progress-wrapper p,
.course-info.disabled .course-label h6,
.course-info.disabled .course-label span,
.course-info.disabled .course-label .progress-wrapper p,
.rank-list th span {
    color: #B7B7B7;
}

.no-student-validation.error-msg {
    margin-top: -14px;
}

.institution-course-list tbody tr:first-child td:nth-child(-n+3),
.institution-course-list  tbody tr:last-child td {
    padding-bottom: 16px;
}

.course-name-column p span:first-child {
    min-width: 155px;
}

.input-daterange input {
    border-radius: 5px !important;
}

.fixed-placeholder {
    right: 12px;
}

.no-discount-coupons {
    height: calc(100vh - 244px);
}

.badge.discount-code {
    background: #F1F7FF;
    color: #2E2D2D;
    font-weight: 400;
}

.badge.coupon-status.inactive {
    color: #A0A0A0;
    background: #EEEEEE;
}

.admin-input .select-dropdown .dropdown-menu .dropdown-item {
    padding-block: 8px;
}

.custom-radio-btn.blue-radio label::before {
    background: url(../images/radio_btn_grey_normal.svg) center/contain no-repeat; 
    width: 12px;
    height: 12px;
}

.custom-radio-btn.blue-radio input:checked + label::before {
    background: url(../images/radio_btn_blue_active.svg) center/contain no-repeat; 
}

.select-user-search {
    padding: 20px 10px;
}

.select-users-modal.modal-wrapper .modal-dialog {
    max-width: 1034px;
}

.select-users-list {
    max-height: calc(100vh - 480px);
}

.select-users-list table th .custom-checkbox-wrapper label {
    color: #9A9A9A !important;
}

.select-users-list table thead {
    z-index: 9;
}

.select-users-list::-webkit-scrollbar {
	width: 10px;
    height: 10px;
}
   
.select-users-list::-webkit-scrollbar-track {
    background: #E2E2E2;
}

.select-users-list::-webkit-scrollbar-thumb {
    background: #8A8A8A;
}

.select-users-list {
    scrollbar-color: #8A8A8A #E2E2E2;
}

.about-section {
    padding: 60px 0 120px;
    background: url(../images/about_bg.png) center/cover no-repeat;
}

.about-section p {
    font-size: 18px;
    line-height: 33px;
    text-align: justify;
}

.about-section h2 {
    margin-bottom: 30px;
}

.coupon-details td p span:first-child::after {
    margin-inline: 8px;
    color: #2E2D2D;
    font-weight: 500;
}

.coupon-details tr td:first-child p span:first-child {
    min-width: 136px;
}

.coupon-details tr td:nth-child(2) p span:first-child {
    min-width: 107px;
}

.coupon-details tr td {
    padding-bottom: 24px;
    vertical-align: top;
}

.coupon-details tr td:not(:last-child) {
    padding-right: 8px;
}

.coupon-details-filter {
    padding: 20px 30px;
}

.no-discount-coupons.no-redemptions {
    height: 550px;
}

.gift-icon {
    max-width: 160px;
    height: auto;
}

.daily-reward-text p {
    color: #939393;
    margin-left: 10px;
}

.daily-reward-text {
    margin-bottom: 18px;
}

.tooltip-btn.reward-tootip {
    background: url(../images/gift_icon.svg) center no-repeat #ffffff;
    border: 0;
    background-size: 14px;
    right: -5px;
    top: -10px !important;
    box-shadow: 1px 1px 9px #00000040;
}

.overview-section {
    background: url(../images/overview-bg.png) center/cover no-repeat;
    padding-block: 60px;
}

.overview-item {
    border-radius: 10px;
    background: #FFF9F6;
    box-shadow: 0px 1px 15px 1px #00000026;  
    padding: 26px 8px; 
}

.overview-item h2 {
    color: #FF8B51;
    font-family: 'Lato-Heavy';
}

.overview-item img {
    margin-block: 32px;
}

.explainer-video-section {
    padding-block: 65px;
    background: #ffffff;
}

.explainer-video .explainer-video-btn {
    position: relative;
    display: block;
}

.explainer-video {
    border-radius: 5px;
    border: 1px solid #F5D7BE;
}

.explainer-video-section h2 {
    margin-bottom: 45px;
}

.transcript-btn::after,
.explainer-video .explainer-video-btn::after {
    content: '';
    position: absolute;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    border: 3px solid transparent;
    transition: 1s all;
}

.explainer-video .explainer-video-btn::after {
    border-radius: 5px 5px 0 0;
    background: url(../images/play_btn_normal_icon.svg) center no-repeat;
    top: -1px;
}

.explainer-video .explainer-video-btn:hover:after {
    background: url(../images/play_btn_icon.svg) center no-repeat;
}

.transcript-btn:hover::after,
.explainer-video .explainer-video-btn:hover:after {
    border-color: #F1BB21;
}

.transcript-btn {
    padding: 12px 10px;
    position: relative;
    justify-content: center;
}

.transcript-btn::before {
    content: '';
    background: url(../images/transcript_icon.svg) center/contain no-repeat;
    width: 22px;
    height: 13px;
    margin-right: 5px;
    flex-shrink: 0;
}

.transcript-btn::after {
   border-radius: 0 0 5px 5px; 
   bottom: -1px;
}

.explainer-video-title,
.transcript-btn {
    font-weight: 500;
    font-family: 'Lato-Medium';
}

.explainer-video .explainer-video-btn img {
    border-radius: 4px 4px 0 0;
}


.cart-total span:first-child::after {
    margin-inline: 16px;
}

.cart-total span:last-child {
    min-width: 100px;
    text-align: right;
}

.cart-final-amount {
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    padding-block: 20px;
}

.cart-list .login-input:not(.number-input-wrapper) {
    min-width: 210px;
}

.cart-list .btn.orange-bg-btn {
    min-width: 115px;
}

.category-section h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 40px;
}

.reward-wrapper p:not(.coins-info p),
.reward-heder-description,
.explainer-video-modal p {
    text-align: justify;
}

.practice-test-wrapper h5 a,
.contact-support-wrapper a {
    color: #2E2D2D !important;
}

.text-justify {
    text-align: justify !important;
}

.course-name pre {
    display: inline;
    overflow: visible;
    text-wrap: balance;
    text-align: justify;
    white-space: break-spaces;
}

.course-description,
.contact-support-wrapper h4 {
    margin-bottom: 20px;
}

.date-filter .dropdown-toggle {
    width: 340px;
}

.content-wrapper .custom-dropdown.date-filter .dropdown-menu .dropdown-item,
.date-filter .dropdown-menu .login-input label {
    color: #525252 !important;
}

.date-filter .dropdown-menu .login-input .input-daterange input {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    border: 1px solid #1b6c7f40;
}
.date-filter .dropdown-menu .login-input .input-daterange .datepicker-btn{
    width: 13px;
    height: 13px;
    right: 6px;
    background-size: contain;
}

.date-filter .dropdown-menu .dropdown-item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #52525240;
    cursor: pointer;
}

.date-filter .dropdown-menu .btn.orange-bg-btn, 
.date-filter .dropdown-menu .btn.border-btn {
    min-width: 88px;
    font-size: 14px;
}

.content-wrapper .custom-dropdown.date-filter .dropdown-menu .dropdown-item {
    padding: 10px 12px 10px 32px;
}

.date-filter .dropdown-menu {
    border-radius: 5px;
    box-shadow: 1px 1px 9px -1px #26727c40;
}

.date-filter .dropdown-menu .dropdown-item.selected {
    background: url(../images/tick_icon.svg) center/14px no-repeat;  
    background-position-x: 10px;
}

.dashboard-overview {
    padding: 15px 12px 5px;
}

.dashboard-overview,
.dashboard-details-wrapper {
    box-shadow: 0px 1px 7px 0px #0000001a;
    border-radius: 5px;
}

.dashboard-students {
    background: url(../images/dashboard_student_bg.png) center/cover no-repeat;    
}

.dashboard-institutions {
    background: url(../images/dashboard_institution_bg.png) center/cover no-repeat;    
}

.dashboard-courses {
    background: url(../images/dashboard_course_bg.png) center/cover no-repeat;    
}

.dashboard-tests {
    background: url(../images/dashboard_test_bg.png) center/cover no-repeat;    
}

.dashboard-overview h4,
.dashboard-details-wrapper .chart-legend h6,
.dashboard-details-wrapper h4 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
}

.dashboard-overview h5 {
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
}

.dashboard-students .overview-new-count h5,
.dashboard-students .overview-new-count p {
    color: #3A7000;
}

.dashboard-institutions .overview-new-count h5,
.dashboard-institutions .overview-new-count p {
    color: #927000;
}

.dashboard-courses .overview-new-count h5,
.dashboard-courses .overview-new-count p {
    color: #DA0346;
}

.dashboard-tests .overview-new-count h5,
.dashboard-tests .overview-new-count p {
    color: #2618AC;
}

.dashboard-details-wrapper {
    padding: 25px 25px 15px;
    height: 100%;
}

.dashboard-details-wrapper .chart-wrapper {
    width: 250px;
    height: 250px;
}

.dashboard-details-wrapper .chart-wrapper h2 {
    font-size: 34px;
    line-height: 40px;
}

.revenue-icon {
    max-width: 52px;
}

.dashboard-details-wrapper .chart-legend span {
    width: 22px;
    height: 7px;
}

.total-revenue-overview .chart-legend span {
    margin-top: 10px;
}

.total-revenue-overview .chart-legend p {
    color: #8E8E8E;
}

.chart-legend span.course-revenue-bg {
    background: #FFADC7;
}

.chart-legend span.test-revenue-bg {
    background: #B0A8FF;
}

.students-bg {
    background: #0392CE;
}

.institutions-bg {
    background: #FFDB1C;
}

.teachers-bg {
    background: #8601AF;
}

.active-users-overview .progress {
    height: 15px;
    border-radius: 15px;
    margin-bottom: 54px;
}

.active-users-overview .chart-legend p {
    color: #928888;
    padding-left: 5px;
}

.active-users-overview .progress-bar span {
    font-weight: 500;
    top: calc(100% + 6px);
}

.active-users-overview .progress .progress-bar:first-child {
    border-radius: 15px 0 0 15px;
}

.active-users-overview .progress .progress-bar:last-child {
    border-radius: 0 15px 15px 0;
}

.active-users-overview hr {
    opacity: 1;
    margin: 40px -25px 15px;
}

.dashboard-details-sub-head {
    padding: 8px 15px;
}

.dashboard-overview-rank tr th:not(:last-child),
.dashboard-overview-rank tr td:not(:last-child) {
    border-right: 1px solid #DEDEDE;
}

.dashboard-overview-rank th,
.dashboard-overview-rank td {
    padding: 8px 15px;
}

.dashboard-overview-rank th {
    height: 54px;
}

.dashboard-overview-rank td {
    height: 68px;
    border-bottom: 1px solid #EDEDED;
}

.dashboard-overview-rank {
    table-layout: fixed;
}

.custom-dropdown.date-filter .dropdown-menu .dropdown-item:hover {
    background-color: inherit;
}

.set-carousel-input-wrapper tr td {
    padding: 0;
    vertical-align: top;
}

.set-carousel-input-wrapper tr:not(:last-child) td {
    padding-bottom: 30px;
}

.set-carousel-input-wrapper tr td:first-child {
    font-weight: 400;
    padding-right: 38px;
    padding-top: 8px;
    width: 0;
    white-space: nowrap;
}

.details-wrapper.set-carousel-wrapper {
    min-height: calc(100vh - 260px);
    padding: 20px 48px 30px 30px;
}

.carousel-image-selection-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.carousel-image-selection-wrapper .carousel-image-item {
    width: 230px;
    height: 185px;
    padding: 16px;
    box-shadow: 1px 0px 5px 1px #96969633;
    border-radius: 5px;
    justify-content: center;
    transition: 0.1s all;
    cursor: pointer;
}

.carousel-image-selection-wrapper .carousel-image-item.selected {
    outline: 3px solid #FF8B51;
}

.coupon-institution-filter-dropdown .dropdown-menu {
    width: 440px;
}

.coupon-institution-filter-dropdown .dropdown-menu .dropdown-item {
    white-space: normal;
}

.carousel-image-item img {
    max-height: 100%;
}

.custom-carousel-item .carousel-caption pre {
    overflow: visible;
    text-wrap: balance;
    white-space: break-spaces;
    word-break: break-word;
}

.toast.toast-wrapper.admin-toast {
    z-index: 1006;
    border: 1px solid #24B500;
    background: #F0FFFD;
    box-shadow: 0px 4px 7px 1px #00000026;
    top: 0;
}

.duplicate-btn {
    background: url(../images/duplicate_icon.svg) center/contain no-repeat;
    width: 16px;
    height: 17px;
    border: 0;
}

.select-users-modal .select-users-list .no-result-wrapper img {
    max-height: 120px;
}

.select-users-modal .select-users-list .no-result-wrapper h4 {
    font-size: 36px;
    line-height: 48px;
}

.select-users-modal .select-users-list .no-result-wrapper h6 {
    font-size: 18px !important;
    line-height: 30px !important;
}

.select-users-modal .select-users-list td.no-result-wrapper {
    border-bottom: 0 !important;
    padding-block: 1rem;
}

.course-cart-section h6:not(.level-status h6).dollar-icon::before,
.institution-course-amount.dollar-icon::before  {
    background: url(../images/dollar_icon.svg) center/contain no-repeat;
    width: 11px;
    height: 17px;
    flex-shrink: 0;
}

.dollar-icon {
    display: flex;
    align-items: center;
}

.help-menu-icon {
    background: url(../images/help_menu_icon.svg) center/contain no-repeat;
    width: 19px;
    height: 19px;
    padding: 0;
}

.mail-icon::before,
.whatsapp-icon::before {
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 6px;
    flex-shrink: 0;
}

.mail-icon::before {
    background: url(../images/mail_icon.svg) center/contain no-repeat;
}

.whatsapp-icon::before {
    background: url(../images/whatsapp_icon.svg) center/contain no-repeat;
}

.coupons-dropdown.custom-dropdown .dropdown-toggle::after {
    border: 0;
    background: url(../images/arrow_down_orange.svg) center/contain no-repeat;
    width: 11px;
    height: 7px;
}

.coupons-dropdown.custom-dropdown .dropdown-toggle[aria-expanded="true"]::after {
    transform: scale(-1);
}

.coupons-dropdown .dropdown-menu {
    padding: 12px;
    min-width: 390px;
    max-height: 390px;
    overflow-y: auto;
}

.coupons-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
}

.coupons-dropdown .dropdown-item h6,
.content-wrapper-student .coupon-info h6 {
    border-radius: 5px;
    background: #F1F7FF;
    display: inline-block;
    padding: 2px 4px;
    margin-bottom: 12px;
}

.coupons-dropdown .dropdown-item p,
.coupon-info p {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Futura-Bk-Bt';
}

.coupons-dropdown .dropdown-item p,
.coupons-dropdown .dropdown-item p span,
.coupon-info p,
.coupon-info p span {
    color: #949494;
}

.coupons-dropdown .dropdown-menu .dropdown-item:not(:last-child),
.coupons-list-wrapper .coupon-info:not(:last-child) {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 12px;
}

.coupons-dropdown .dropdown-menu .dropdown-item:not(:first-child),
.coupons-list-wrapper .coupon-info:not(:first-child) {
    padding-top: 12px;
}

.cart-list .coupons-dropdown .dropdown-item .btn.orange-bg-btn,
.coupon-info .btn.orange-bg-btn {
    min-width: 75px;
    padding: 3px 8px;
}

.apply-coupon-btn::after {
    content: '';
    background: url(../images/arrow_right_orange.svg) center/contain no-repeat;
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 8px;
}

.coupons-list-wrapper {
    padding: 12px;
}

.custom-dropdown.coupons-dropdown .dropdown-menu .dropdown-item.no-coupons,
.coupons-list-wrapper .no-coupons{
    font-size: 18px;
    color: #949494 !important;
    text-align: center;
}

.custom-dropdown.coupons-dropdown .dropdown-menu .dropdown-item.no-coupons {
    line-height: 120px;
    height: 120px;
}

.coupons-list-wrapper .no-coupons {
    line-height: 24px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-carousel .carousel-control-prev,
.banner-carousel .carousel-control-next {
    background: url(../images/carousel_button.svg) center/contain no-repeat;
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    opacity: 0.9;
}

.banner-carousel .carousel-control-prev {
    transform: translateY(-50%) scale(-1);
    left: 40px;
}

.banner-carousel .carousel-control-next {
    right: 40px;
}

.dashboard-overview-rank tbody tr:last-child td {
    border-bottom-color: #DEDEDE;
}

.content-wrapper .institution-course-details-table td h6 {
    font-size: 18px !important;
    line-height: 27px !important;
}

.institution-course-details-table td {
    height: 90px;
}

.modal-wrapper.explainer-video-modal .modal-body,
.modal-wrapper.explainer-video-modal .modal-body video {
    border-radius: 10px;
}

.transcript-modal .modal-body {
    padding: 16px;
    background: url(../images/transcript_modal_bg.jpg) left center/cover no-repeat #ffffff;
    min-height: 50vh;
}

.welcome-screen .transcript-modal h6,
.modal-wrapper.student-institution-explainer-modal .modal-body h6 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}
.alert.alert-wrapper {
    border-radius: 5px;
    border: 1px solid #FFE2D3;
    background: #FFF6F1;
    padding: 16px;
    margin-bottom: 30px;
}

.alert-wrapper h6 {
    font-size: 17px;
    line-height: 28px;
}

.alert-wrapper p {
    font-size: 15px;
    line-height: 24px;
}

.alert-wrapper img {
    margin-right: 12px;
    flex-shrink: 0;
}

.alert-close-btn {
    background: url(../images/alert_close.svg) center/contain no-repeat;
    width: 11px;
    height: 11px;
    flex-shrink: 0;
}

.transcript-modal .modal-content {
    max-height: 80%;
}

.explainer-transcript-wrapper p:not(:last-child) {
    margin-bottom: 12px;
}

.explainer-transcript-wrapper p:last-child {
    margin-bottom: 0;
}

.profile-edit-wrapper .login-input input {
    padding-block: 4px;
    height: 60px;
}

.cart-item-info {
    padding-block: 20px;
}

.alert-modal-wrapper.offcanvas {
    height: calc(100% - 77px);
    border: 0;
    z-index: 9999;
}

.alert-modal-wrapper .offcanvas-body {
    background: #212121;
    gap: 30px;
}

.checkout-total .cart-item-info:last-child {
    border: solid #A4A4A4;
    border-width: 1px 0;
    margin-bottom: 25px;
}

.checkout-total .cart-item-info>*:first-child::after {
    content: ':';
    padding-inline: 16px;
}

.checkout-total .cart-item-info>*:last-child {
    min-width: 80px;
    text-align: right;
}

.transactions-list tr td:nth-child(-n+3) span:last-child {
    font-size: 15px;
    line-height: 23px;
}

.input-control.date-range-picker {
    width: 100%;
    border: 0;
    padding-right: 28px !important;
    cursor: default;
    padding-block: 9px;
} 

.daterangepicker {
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 2px 6px 0px #00000033;
    border: 0;
}

.daterangepicker .calendar-table th, 
.daterangepicker .calendar-table td {
    min-width: 36px;
    width: 36px;
    height: 30px;
}

.daterangepicker .calendar-table table thead tr:last-child th {
    font-weight: 400;
    color: #757171;
}

.daterangepicker td.active, 
.daterangepicker td.active:hover,
.daterangepicker td:not(.off).active.start-date, 
.daterangepicker td:not(.off).active.end-date {
    background: #FF8B51;
    color: #ffffff;
}

.daterangepicker td.in-range {
    background: #FBEEE8;
    color: #FF8B51;
}

.daterangepicker .ranges li {
    padding: 8px 12px;
    color: #656565;
}

.daterangepicker .calendar-table .next span, 
.daterangepicker .calendar-table .prev span {
    border: none;
    background: url(../images/arrow_right_black.svg) center/contain no-repeat;
    width: 7px;
    height: 11px;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #E6E6E6;
}

.daterangepicker td:not(.active):not(.off).available:hover {
    background: #FBEEE8;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #FFE6DA;
    color: #656565;
}

.total-revenue-overview hr {
    margin: 25px -25px 15px
}

.transaction-total-amount {
    box-shadow: 0px -3px 8px 1px #0000001a;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    position: sticky;
    bottom: 0;
}

.transaction-details-list-wrapper {
    max-height: calc(100vh - 175px);
}

.table-style.admin-student-list.transaction-details-list th {
    padding-block: 6px;
}

.update-class-modal h6 {
    margin-bottom: 36px;
}

.modal.view-more-modal.update-class-modal .modal-dialog {
    max-width: 724px;
}

.note-text-admin {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.multiselect-wrapper .multiselect {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Futura-Bk-Bt';
    background-color: #ffffff;
    padding: 9px 25px 9px 12px;
    height: 40px;
}

.multiselect-wrapper .multiselect-container {
    border: 0;
    padding: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.multiselect-wrapper .multiselect-container .multiselect-option .form-check .form-check-input {
    margin: 0;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 0;
    background: url(../images/checkbox_normal.svg) center/contain no-repeat;
}

.multiselect-wrapper .multiselect-container .multiselect-option {
    padding: 8px 12px;
}

.multiselect-wrapper .multiselect-container .multiselect-option .form-check {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.multiselect-wrapper .multiselect-container .multiselect-option:focus, 
.multiselect-wrapper .multiselect-container .multiselect-option:hover,
.multiselect-wrapper .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), 
.multiselect-wrapper .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
    background-color: #FFF4EE!important;
}

.multiselect-wrapper .multiselect-container .multiselect-option .form-check-label {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #2E2D2D;
    margin-bottom: 0;
}

.modal-wrapper.explainer-video-modal:not(.transcript-modal) .modal-body {
    background: #000000;
}