div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    padding: 15px 15px 0px 0px !important;
}

div.dataTables_wrapper div.dataTables_filter label span {
    padding-right: 10px;

    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    text-align: center;

}

div.dataTables_wrapper div.dataTables_filter label input {
    width: 250px;
    gap: 0px;
    border-radius: 8px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    background-color: #FFFFFF;
    border: 1px solid #F4F4F4;

}

.sidebar-dark-primary {
    background-color: #445260 !important;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fab23d !important;
    color: #141414 !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.nav-sidebar>.nav-item.menu-open>.nav-link,
.nav-sidebar>.nav-item:hover>.nav-link {
    background-color: #445260 !important;
    color: #fff;
}

.nav-treeview .nav-item p {
    margin-left: 10%;
}

.row {
    margin: 0 !important;
}

.card {
    box-shadow: none;
    border-radius: 8px;
    border: 0;
}

.dashboard-card-border {
    border-radius: 8px;
    border: 1px solid var(--border, #f4f4f4);
}

.header-row {
    padding-top: 2%;
}

.header-row .col-lg-3,
.header-row .col-md-6,
.header-row .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.content-row .col-lg-6,
.content-row .col-md-6,
.content-row .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.header-row .card-content {
    display: flex;
    height: 160px;
    align-items: center;
    justify-content: space-between;
    padding: 0 6% !important;
}

.dashboard-count {
    height: 70px;
}

.dashboard-count span {
    line-height: 43.71px;
    font-size: 32px;
    font-weight: 600;
    color: #445260;
}

.dashboard-count p {
    line-height: 21.86px;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    margin: 0rem !important;
}

.card-content-chart {
    height: 440px;
    overflow: auto;
}

.meeting-report {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 3% 1% 3%;
}

.meeting-report .form-control {
    border: none !important;
}

.meeting-report-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 21.86px;
    color: #141414;
    margin-bottom: 0;
}

.year-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    font-weight: 400;
    font-size: 16px;
    line-height: 21.86px;
    color: #141414;
    border: none;
    outline: none;
    box-shadow: none;
    background-repeat: no-repeat;
    background-image: none !important;
    background-image: url("/img/map-arrow-down.png") !important;
    background-position: center right;
    background-size: 24px 24px;
    padding: 0.2rem 1.8rem 0 0;
}

.yearly-meeting-count {
    font-weight: 600;
    font-size: 20px;
    line-height: 27.32px;
    color: #445260;
}

.year-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 21.86px;
    color: #6f6f6f;
}

.meeting-count {
    padding-left: 3%;
    margin-top: 2%;
}

.myChart {
    min-height: 300px !important;
}

.card-content-table {
    height: 440px;
    overflow: auto;
}

.card-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 19px;
    padding: 2% 2% 1% 3%;
    margin: 0;
}

.card-content-head h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 19.12px;
    color: #141414;
    margin-bottom: 0;
}

.card-content-head .btn {
    padding: 0 !important;
}

.dashboard-table {
    font-size: small;
}

.dashboard-table th {
    background-color: #f4f4f4 !important;
    height: 48px !important;
    border-bottom: 1px solid #445260 !important;
    border-top: none !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.12px;
    color: #141414;
    padding-bottom: 3%;
    padding-top: 3%;
}

.dashboard-table td {
    border-top: none !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    color: #445260;
    text-wrap: nowrap;
}

.meeting-status {
    font-size: 12px;
}

.tutor-reject {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: 0.2px;
    height: 48px;
    color: #141414;
    border: 1px solid #445260;
    border-radius: 8px;
    padding-bottom: 8px;
}

.tutor-accept {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: 0.2px;
    height: 48px;
    color: #141414;
    border-radius: 8px;
    padding-bottom: 8px;
}

.rating-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 21.86px;
    color: #141414;
}

.rating-count {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #445260;
}

.rating-count svg {
    margin-right: -4%;
}

.separator1 {
    border: 1px solid #f4f4f4;
    margin: 4% -5% !important;
}

.tutor-avatar {
    justify-content: center;
    margin-top: 3%;
}

.tutor-avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    outline: 0.5px solid #C7CBCF !important;
    outline-offset: -1px !important;
}

.tutor-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.tutor-detail span,
.tutor-detail p {
    white-space: normal;
    overflow: visible;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    text-align: center;
}

.tutor-detail :first-child {
    padding: 7% 0 0 0;
    font-weight: 600;
    margin-bottom: 0rem !important;
    font-size: 20px;
    line-height: 1.2;
    color: #141414;
}

.tutor-detail :last-child {
    opacity: 80%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #6f6f6f;
}

.rightbar-top-button {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 3%;
}

.separator {
    border: 1px solid #f4f4f4;
    margin-right: -5% !important;
    margin-bottom: 10% !important;
    margin-left: -5% !important;
}

.school-heading,
.status-heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: black;
}

.school-name,
.status-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #445260;
}

.course-heading {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.course-heading h6 {
    color: #141414;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

.course-block {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #445260;
    margin: 0% 0% 4% 0%;
    justify-content: space-between;
}

.course-title {
    color: #445260;
    margin-bottom: 0rem !important;
    padding-bottom: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.course-delete-btn {
    margin-right: -5px !important;
    margin-bottom: 2px;
}

.rating-co {
    justify-content: space-between;
    display: flex;
}

.button-container {
    position: absolute;
    bottom: 2%;
    width: 100%;
    left: 0;
}

.dashboard-pa {
    min-height: 850px !important;
}

.buttom-button {
    justify-content: space-between;
}

.course-modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    color: #141414;
}

.edit-course {
    max-width: 482px !important;
}

.edit-course-model {
    background-color: #ffffff !important;
}

.edit-course-model-body {
    height: 350px;
}

.dropdown-icon {
    position: absolute;
    right: 28px;
    top: 43%;
    width: 24px;
    height: 24px;
}

.select2-container--default .select2-selection--multiple {
    height: 48px !important;
    border-radius: 8px;
    border: 1px solid #445260;
}

#editCourseForm .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-search--inline .select2-search__field:focus {
    padding-top: 27px !important;
    width: 0.75em !important;
    border: none !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    display: none !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff !important;
}

.select2-selection--multiple::before {
    content: "";
    display: inline-block;
    padding-top: 13px;
    margin: 0% 0% 0% 3%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.12px;
    position: relative;
    text-shadow: 4px 8px 24px rgba(26, 182, 92, 0.25);
    color: #c6c7c7;
    font-style: normal;
}

.select2-container--default .select2-selection--multiple {
    height: 48px !important;
    border-radius: 8px !important;
    border: 1px solid #445260 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer !important;
    position: revert !important;
    background-color: white !important;
    border-radius: 40px !important;
    margin: 0px 10px 10px 15px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 1.5em !important;
    color: #445260 !important;
    border-right: 0 !important;
    z-index: 1000 !important;



}

.lblText {
    font-family: Manrope;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.39px;
    text-align: left;
    color: #000000;
    opacity: 0.4;
}

.rulesError {
    color: red;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-right: 5px;
    padding-top: 4px;
    margin-left: -4% !important;
    margin-right: 10px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.select2-hidden-accessible {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("/img/arrow-down.png") !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: 24px 24px;
    margin-top: 4px !important;
    margin-right: 12px !important;
    color: #445260 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 1% !important;
}

#select2-selectCourse-container {
    height: 260px;
    overflow: auto;
    position: absolute;
    top: 52px;
    left: -10px !important;
    padding: 10px;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    height: 46px !important;
    border-radius: 8px;
    border: 1px solid #445260;
}

.editcourse {
    width: 100%;
    position: relative;
}

.edit-course {
    max-width: 686px !important;
}

.input-label {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    color: #141414;
}

.modal-content {
    background: #fcfcfc;
}

.separator2 {
    border: 1px solid #f4f4f4;
    margin: 2% 0 !important;
}

.sp {
    border: 1px solid #f4f4f4;
    margin: 1% 6% !important;
}

.selectCourse {

    appearance: none;
}

#select2-selectCourse-container .select2-selection__choice {
    display: block;
    width: 99%;
    color: white;
    background-color: #445260;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.12px;
    padding-top: 7px;
    border-radius: 8px;
    margin-left: 0px;
}

#editTutorForm .select2-container--default {
    border-radius: 5px !important;
}

.view-all-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 19.12px;
    color: #141414;
}

.nav-item a p {
    color: var(--white, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.nav-item .nav-link.active p {
    color: var(--main-text,
            #141414) !important;
    /* Change this to the desired active tab color */
}

.table-heading-sideContent {
    color: var(--paragraph, #6f6f6f) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    opacity: 0.6 !important;
}

.custom-border {
    border-radius: 8px !important;
    border: 1px solid var(--border, #f4f4f4) !important;
}

.search-border {
    border-radius: 8px !important;
    border: 1px solid var(--border, #f4f4f4) !important;
}

.form-input::placeholder {
    text-shadow: 4px 8px 24px rgba(26, 182, 92, 0.25) !important;
    color: #c6c7c7 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.input-title {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.form-title {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
}

.tab-heading {
    color: var(--main-text, #141414) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.select2-selection.select2-selection--single {
    padding-right: 50px !important;
}

.select-placeholder {
    text-shadow: 4px 8px 24px rgba(26, 182, 92, 0.25) !important;
    color: #c6c7c7 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.logout-popup {
    left: inherit;
    right: 0px;
    width: 268px;
    height: 147px;
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 7px 12px 16px 0px rgba(0, 0, 0, 0.15);
}

.logout-popup-image {
    flex-shrink: 0;
    margin-top: 4px;
    margin-left: 5px;
}

.logout-popup-name {
    color: var(--Main-Text, #141414);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.86px;
}

.logout-popup-role {
    color: var(--Paragraph, #6f6f6f);
    /* H5 */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.12px;
}

.logout-popup-a {
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    font-weight: 500;
}

.changePasswordBtn {
    width: 136px;
    height: 35px;
    border: 1px solid #445260;
    opacity: 0px;

}

.logoutBtn {
    width: 90px;
    height: 35px;
    margin-left: 12px;
    background: #fab23d;
    opacity: 0px;

}

#modalChangePasswordForm {
    background: white !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

#modalChangePassword .modal-content {
    background: none !important;
    border-radius: 16px;
    width: 480px !important;

}

.modalChangePassHeader {
    background: #445260;
    width: 100%;
    height: 72px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.input-container {
    padding-bottom: 1em;
}

.left-and-right-inner-addon {
    position: relative;
}

.left-and-right-inner-addon input {
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.left-and-right-inner-addon i.left {
    position: absolute;
    padding: 10px 10px;
    pointer-events: none;
}

.left-and-right-inner-addon i.right {
    position: absolute;
    right: 0px;
    padding: 10px 10px;
    cursor: pointer;
}

.addTeamMemberInput {
    border-radius: 8px !important;
    padding-right: 20px !important;
    height: 48px !important;
    border-color: #445260 !important;
}

.addChangePassInput {
    border-radius: 8px !important;
    padding-right: 20px !important;
    height: 48px !important;
    border-color: #445260 !important;
}

.sepline {
    border: 1px solid #f4f4f4;
}

.activeLabel {
    color: #000000 !important;
    font-weight: 600 !important;

    font-size: 12px;


}

label.simpleLabel {
    font-weight: 600 !important;

    font-size: 12px;
}

.update-password {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: 0.2px;
    height: 48px;
    color: #141414;
    border-radius: 8px;
    display: block;
}

.modalChangePassTitle {
    padding-top: 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    text-align: left;

}

.cancel-password {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: 0.2px;
    height: 48px;
    color: #C5001B;
    border-radius: 8px;
    padding-bottom: 8px;
    display: block;
    background-color: #FFFFFF;
    text-shadow: 4px 8px 24px 0px #1AB65C40;


}

ul {
    list-style-type: none;
}

.ruleList {
    padding-left: 1px !important;
}

input {
    width: 100%;
    padding: 1em !important;
    margin: 0em !important;
    box-sizing: border-box;
}

.coursesSpan {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    text-align: left;
    color: #141414;
    display: inline-block;
    width: 75% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.5;
}

.coursesSpanSelected {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    text-align: left;
    color: #141414;
    display: inline-block;
    width: 75% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coursesBox {
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
}

#editCourseForm div {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

#editCourseForm div label {
    position: absolute;
    width: 100%;
    transition: 0.2s ease-out;
    top: 0;
    left: 0;
    height: 48px;
    padding: 14px 10px 14px 10px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    opacity: 0px;
    text-align: left;

}

#editCourseForm div label img {
    position: absolute;
    right: 10px;
}


#editCourseForm div input:checked+label {
    border: 1px solid #ff9900;
}

@media only screen and (max-width: 500px) {
    #editCourseForm div label img {
        right: 0px !important;
    }

    .checkTick {
        margin-right: 5px !important;
    }

}

@media only screen and (max-width: 768px) {
    .dataTables_info {
        display: inline-block;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
        padding: 15px 10px 0px 0px !important;
    }

    div.dataTables_wrapper div.dataTables_filter label span {
        padding-right: 8px;


    }

    div.dataTables_wrapper div.dataTables_filter label input {
        width: 200px;
    }
}