:root {
    --primaryBlue: #052278;
    --primaryBlack: #000000;
    --primaryRed: #cb0000;
    --primaryYellow: #F0CC6B;
    --primaryWhite: #ffffff;
    --primaryYellowMain: #fcc200;
    --primaryGray: #343a40;
    --lightGray-20: #dee2e6;
    --lightGray-10: #ced4da;
    --lightWhite-10: #e9ecef;
    --lightFadeGray-10: #7c7575;
   
}
.nav-link-custom{
    color: var(--primaryWhite);
    background-color: var(--primaryBlack);
}
.sidebar-dark-primary {
    background-color: var(--primaryBlack);
}

.sidebar-dark-primary .nav-sidebar .nav-item .nav-link.active {
    background-color: var(--primaryRed);
    color: var(--primaryWhite);
}

.custom_badge {
    background-color: var(--primaryRed);
    color: var(--primaryWhite);
}

.sidebar-dark-primary a {
    color: var(--primaryWhite) !important;
}

.bg-primary-custom {
    background-color: var(--primaryRed);
    cursor: pointer;
}

.page-item.active .page-link {
    background-color: var(--primaryYellowMain);
    border-color: var(--primaryYellowMain);
}






/*Add on css*/
.content-header h1,
.breadcrumb-item+.breadcrumb-item {
    font-size: 16px;
}

.user-panel img {
    border: 1px solid #ffffff;
}

.action-box {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
    z-index: 0;
}

.marks-wrap .bg-primary-custom {
    color: #ffffff;
}

table th {
    color: #ffffff;
}

.action-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: red;
    appearance: none;
}

/* .card-body.login-card-body .row {
    padding: 0 0 0 20px;
} */
/*
.action-input:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid red;
}*/
/*
.action-input[disabled]:after {
    background-color: #efefef;
    border: 1px solid #afafaf;
}*/
.action-input[disabled] {
    cursor: auto;
    background-color: #e1e1e1;
    border: 1px solid #c1c1c1;
}

/*
input.action-input:checked:after {
    border: 2px solid green;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
}
*/
.errorBox {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
}

/*-----------------*/
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

/* .tooltip .tooltiptext {
    visibility: hidden;
    width: 175px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -35px;
    left: -55px;
  } */
.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

input.action-input:checked {
    -webkit-appearance: none;
    appearance: none;
    background: green;
    pointer-events: none;
    position: relative;
}

input.action-input:checked:after,
.action-payment:checked:after {
    position: absolute;
    content: "";
    right: -5px;
    bottom: -5px;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
.action-box.remove-tool .tooltiptext, .action-box.disable-item .tooltiptext {
    display: none;
}
*/


.input-title,
.close-action {
    display: none;
}

/*collapsed action*/
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    position: relative;
    height: 122px;
    min-width: 180px;
}

.collapsed-action {
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    padding: 10px;
    left: 0;
    right: 0;
    top: 0;
}

.collapsed-action .action-box {
    display: block;
}

.collapsed-action .close-action {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    right: 3px;
    background: #0083f9;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 12px;
}

.collapsed-action .input-title {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
}

.collapsed-action input {
    display: inline-block;
    vertical-align: sub;
}

.collapsed-action .tooltiptext {
    display: none;
}

.action-box .input-title {
    color: #ff0000;
}

.action-box.disable-item .input-title {
    color: #7e7e7e;
}

.action-box.remove-tool .input-title {
    color: #007f1c;
}

.pending-action h6 {
    font-size: 13px;
    cursor: pointer;
}

.collapsed-action .pending-action h6 {
    display: none;
}

/*calendar css*/
.fc-toolbar.fc-header-toolbar h2 {
    font-size: 20px;
}

.fc-unthemed td.fc-today span {
    background: #002646;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
}

.calendar-year-select {
    max-width: 190px;
    width: 100%;
    margin: 0 0 0 15px;
    height: 35px;
}

.year-selection {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    margin: 0 5px;
}

/*
.md-recurring-event-editor-popup .md-recurrence-input .mbsc-textfield-wrapper {
    display: inline-block;
    margin: 3px;
    z-index: 3;
    line-height: normal;
}

.md-recurring-event-editor-popup .md-recurrence-input .mbsc-textfield {
    width: 140px;
    height: 32px;
}

.md-recurring-event-editor-popup .md-recurrence-input-nr .mbsc-textfield {
    width: 90px;
}

.md-recurring-event-editor-popup .md-recurrence-input .mbsc-select-icon {
    top: 50%;
    height: 1.5em;
    margin-top: -0.75em;
}

.md-recurrence-options {
    padding: 0 1em;
    margin: 1em 0;
}

.md-recurrence-ends {
    padding: 0 1em;
    margin: 1.25em 0 -1.25em 0;
}

.md-recurrence-desc {
    font-size: 12px;
    font-weight: normal;
    color: #555;
    margin: 1em 0;
}

.md-hide-elm {
    display: none;
}
/*

/*chart css*/
.chart-wrapper {
    padding: 15px 30px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

/*select css*/
#calForm {
    width: calc(100vw - 300px) !important;
}

#calForm input[type=date] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f5f5f5;
}

.calendar-select {
    width: 100%;
    margin: -7px auto 0 auto;
    height: 35px;
    padding-left: 5px;
}

.select-group {
    position: relative;
}

.select-group .fa {
    position: absolute;
    content: "";
    z-index: 2;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
}

.select-group a {
    position: absolute;
    content: "";
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    display: flex;
    width: 45px;
    height: 35px;
    border-left: 1px solid #ced4da;
    justify-content: center;
    align-items: center;
}

.select-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#staffTable td:last-child,
#staffTable td:last-child,
#holidayTable td:last-child,
#holidayTable td:last-child,
#otherHolidayTable td:last-child,
#otherHolidayTable td:last-child {
    position: relative;
    height: auto;
    min-width: auto;
}

.staff-action {
    margin-right: 10px;
}

#holidayTable .icheck-success,
#otherHolidayTable .icheck-success {
    font-size: 13px;
}

#holidayTable .icheck-success label,
#otherHolidayTable .icheck-success label {
    font-weight: normal !important;
}

#holidayTable thead th,
#holidayTable tfoot th,
#otherHolidayTable thead th,
#otherHolidayTable tfoot th,
#pendingAction thead th,
#pendingAction tfoot th,
#staffTable thead th,
#staffTable tfoot th {
    color: #ffffff;
    font-size: 15px;
}

#add-staff button {
    color: #ffffff;
}

#holidayTable tbody th,
#holidayTable tbody td,
#otherHolidayTable tbody th,
#otherHolidayTable tbody td,
#staffTable Umesh Sir.tbody td {
    font-size: 14px;
}

.permissions-wrapper .icheck-success {
    width: 49%;
}

.content-wrapper>.content {
    overflow-x: hidden;
}

#otherHolidayTable thead tr th:nth-child(1) {
    width: 75px;
}

/*pending Action list*/
.pending-action-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pending-action-list ul li {
    margin-bottom: 5px;
    font-size: 13px;
}

.pending-action-list li.done-action {
    color: green;
}

.pending-action-list li.notdone-action {
    color: red;
}

/*filter*/
.filter-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.filter-wrap .form-group {
    margin-bottom: 0;
}

.filter-wrap .form-group select {
    width: 150px;
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.filter-icon {
    background: #0083f9;
    height: 33px;
    color: #ffffff;
    padding: 4px 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.filter-icon span {
    display: inline-block;
    font-size: 17px;
}

.filter-icon span i {
    font-size: 13px;
    margin-left: 6px;
    color: #ffffff;
}

/* .bg-primary-custom {
    background-color: #002749 !important;
} */
/* .page-item.active .page-link {
    background-color: #002749 !important;
    border-color: #002749 !important;
} */
.at-header button:hover {
    color: #002749 !important;
    border-color: #002749 !important;
    ;
}

.tempHeader img {
    margin-top: 1px;
    margin-left: 8px;

}

/*add course*/
.tab-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 5px;
    background: #f4f6f9;
}

#searchCourse {
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    padding: 3px 10px;
}

#searchCourse:focus {
    outline: none;
}

.table-course-list-wrap {
    height: 500px;
    overflow-y: auto;
}

.addcourse-wrap {
    padding: 5px 15px;
    margin-bottom: 30px;
}

/*template insert*/
.template-list-box {
    border-color: #e9e9e9;
}

#modal-view-template .modal-title {
    font-size: 15px;
}

.at-header {
    border: 1px solid #e7e7e7;
    padding: 15px 10px;
    background: white;
    margin-bottom: 50px;
}

.template-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.template-list-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #f7f7f7;
    min-height: 35px;
    transition: all .3s;
}

.template-list-box ul li a {
    display: inline-block;
    color: #5a5a5a;
    font-size: 14px;
    padding: 0px 10px 0px 0px;
}

.template-list-box ul li a i {
    display: inline-block;
    border-right: 1px solid #f7f7f7;
    padding: 8px;
}

.btn-blue-custom {
    display: none;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    padding: 4px 12px;
    border: 0;
}

.btn-blue-custom i {
    font-size: 12px;
}

.template-list-box ul li:hover .btn-blue-custom {
    display: block;
    transition: all .3s;
    opacity: 1;
    visibility: visible;
}

.template-title-box {
    padding: 10px 15px;
    border: 1px solid #efefef;
}

.template-title-box h3 {
    margin-bottom: 0;
    font-size: 15px;
    padding: 8px 0px;
}

.template-title-box .btn {
    padding: 5px 25px;
}

.template-title-box .btn:hover {
    color: #002749 !important;
    border-color: #002749 !important;
}

#modal-view-template .btn i {
    font-size: 15px;
    margin-right: 5px;
}

.pending-action-list button {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #002749;
    transition: all .3s;
}


@media all and (max-width:991px) {
    #calForm {
        width: 100% !important;
    }


}

@media all and (max-width:768px) {

    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        height: auto;
        min-width: auto;
    }

    .tooltiptext,
    .pending-action {
        display: none;
    }

    .input-title {
        display: block;
        margin-left: 10px;
    }

    .tooltip {
        display: flex;
    }

    .permissions-wrapper .icheck-success {
        width: 100%;
    }

    .filter-wrap {
        position: inherit;
        margin: auto;
    }

    .filter-wrap .form-group select {
        width: 180px;
    }


}



@media all and (max-width:535px) {

    #holidayTable>tbody>tr.child span.dtr-title,
    #otherHolidayTable>tbody>tr.child span.dtr-title {
        min-width: 125px;
        font-weight: normal;
        font-size: 13px;
    }

    .year-selection .calendar-year-select {
        max-width: 100%;
        margin: 10px 0 10px -5px;
    }

    .year-selection label {
        display: block;
        width: 100%;
    }

    .year-selection {
        flex-flow: column;
        justify-content: flex-start;
        text-align: left;
    }

    .year-selection button {
        margin-right: auto;
        margin-left: 0 !important;
    }


}

@media all and (max-width:430px) {
    .template-list-box ul li {
        flex-flow: column;
        align-items: flex-start;
        gap: 10px;
    }


}

/* #example1 {
    table-layout: fixed;
} */
.deleteGradeWrap {
    width: 170px;
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
}

.addGradeWrap {
    width: calc(100% - 200px);
    display: inline-block;
}

.staff_student_box {
    background-color: var(--primaryRed);
    color: #ffffff;
}

.agency_report_box {
    background-color: var(----primaryBlue);
    color: #ffffff;
}

#remove_hover_link {
    text-decoration: none !important;
}

table#staffTable thead tr th:nth-child(4),
table#staffTable tbody tr td:nth-child(4) {
    display: none;
}

table#staffTable tbody tr td:last-child span {
    display: inline-block;
    margin-right: 5px;
}

#loader,
#loaderenroll,
#loader1,
#loader2,
#loader3,
#loader4,
#loader_course,
.assignment_loader,
.gradebook,
.osrloader,
#completion_loader,
#immigration_loader,
#partiallistloader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    z-index: 5;
}

#loaderprogressreport {
    position: fixed;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    z-index: 5;
}

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

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: auto;
}

/* .studentReg {
      table-layout:inherit !important;
    }
    table.studentReg td:last-child {
      height:auto !important;
    } 
    table.studentReg>thead>tr>th{
      min-width: 115px !important;
  } */

.plar-card-body {
    background-color: transparent !important;
    box-shadow: none;
}

.plar-card-body h3 {
    font-size: 16px;
    background: var(--primaryRed);
    color: #ffff;
    padding: 10px 15px;
    margin: 0 0 20px 0;
}

.form-container .row {
    padding: 10px 15px !important;
}

.plar-card-body {
    padding: 0;
}

.form-container .input-group input {
    width: 100%;
    border-radius: 4px !important;
}

.form-container .input-group {
    flex-flow: column;
    width: 100%;
}

.form-container .input-group label {
    font-size: 14px;
}

.form-container {
    margin-bottom: 20px;
    background: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.plarTableData table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.plarTableData table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.plarTableData table tr {
    border: 1px solid #ddd;
    padding: .35em;
}

.plarTableData table td {
    font-size: 12px;
    font-weight: 500;
}

.plarTableData table th,
.plarTableData table td {
    padding: 5px;
}

.plarTableData table th {
    font-size: 12px;
    padding-right: 5px !important;
}

.plarTableData table th:nth-child(1) {
    width: 200px;
}

.plarTableData-1 table th:nth-child(2),
.plarTableData-2 table th:nth-child(2) {
    width: 60px;
}

/*----------*/
.multiselectCheck {
    width: 200px;
}

.checkboxesCheck {
    padding: 10px;
    height: 150px;
    margin-top: 10px;
    overflow: hidden;
    overflow-y: scroll;
}

.checkboxesCheck::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.checkboxesCheck::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.checkboxesCheck::-webkit-scrollbar-thumb {
    background: #888;
}

.checkboxesCheck label {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.checkboxesCheck label input {
    height: 20px;
    width: 20px;
}

.checkboxesCheck label:hover {
    background-color: #f9f9f9;
}

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

/*create calendar css*/
.formGroupWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formGroupFields button {
    display: inline-block;
    margin-top: 30px;
}

.formGroupFields span {
    display: inline-block;
    margin-top: 30px;
}

.calendarFieldsBox .form-group {
    min-width: 155px;
    position: relative;
}

.calendarFieldsBox label {
    font-size: 12px;
}

.calendarFieldsBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.calendarFieldsWrap h3 {
    background: #f2f2f2;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px;
}

.form-submit input,
.saveBtnWrap button,
.btnCustom {
    padding: 4.5px 15px;
    transition: all .3s;
    font-size: 14px;
    margin-top: 13px;
}

.form-submit input:hover,
.saveBtnWrap button:hover,
.btnCustom:hover {
    color: #002749;
    border-radius: 4px;
    background: transparent;
}

#createCalendar .modal-body {
    z-index: 1;
}

#createCalendar .modal-header {
    padding: 10px 17px;
}

#createCalendar .modal-title,
#existingCalendar .modal-title {
    font-size: 18px;
}

#existingCalendar .modal-header {
    padding: 10px 15px !important;
}

.calendarPreviewWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 2;
    padding: 0px 15px 15px 15px;
    display: none;
    border-radius: 15px;
}

.calendarPreviewWrap .modal-header {
    padding: 10px 0px !important;
}

.fc .fc-daygrid-day-frame {
    height: 120px !important;
}


/*------------#calendar1---------------*/
.fc .fc-multimonth {
    border: 0px !important;
}

.fc-theme-standard th div a {
    color: #ffffff;
    font-weight: 500;
}

.fc-theme-standard th {
    background: var(--primaryRed);
    padding: 10px 0px;
}

.fc .fc-multimonth-singlecol .fc-multimonth-daygrid {
    border: 1px solid #e3e3e3;
}

.fc .fc-col-header-cell-cushion {
    font-size: 15px;
}

.fc .fc-daygrid-day-number {
    cursor: pointer;
}

.fc .fc-multimonth-title {
    font-size: inherit !important;
    padding: 5px 0 !important;
}

.fc .fc-view-harness.fc-view-harness-active {
    height: 820px !important;
    overflow: auto;
    border: 0 !important;
}

.fc .fc-multimonth::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    padding: 0;
}



/*------------#calendar2---------------*/

#calendar2 .fc-view-harness.fc-view-harness-active,
#edit_course_calendar2 .fc-view-harness.fc-view-harness-active {
    height: 480px !important;
}

#calendar2 .fc-multimonth::-webkit-scrollbar,
#edit_course_calendar2 .fc-multimonth::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

#calendar2 .fc-multimonth::-webkit-scrollbar-track,
#edit_course_calendar2 .fc-multimonth::-webkit-scrollbar-track {
    background: #fff;
}

#calendar2 .fc-multimonth::-webkit-scrollbar-thumb,
#edit_course_calendar2 .fc-multimonth::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

#calendar2 .fc-multimonth::-webkit-scrollbar-thumb:hover,
#edit_course_calendar2 .fc-multimonth::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

#calendar2 .fc-multimonth-month,
#edit_course_calendar2 .fc-multimonth-month {
    width: calc(100% - 10px) !important;
    font-size: 13px;
    margin: 5px 5px 15px 5px;
}

#calendar2 .fc-daygrid-day-top,
#edit_course_calendar2 .fc-daygrid-day-top {
    height: 100px;
}

#calendar2 .fc-col-header-cell-cushion,
#edit_course_calendar2 .fc-col-header-cell-cushion {
    font-size: 15px;
}

#calendar2 .fc-multimonth-title,
#edit_course_calendar2 .fc-multimonth-title {
    font-size: 20px !important;
    padding: 5px 0 !important;
}


/*------------#calendar3---------------*/

#calendar3 .fc-view-harness.fc-view-harness-active {
    height: 480px !important;
}

#calendar3 .fc-multimonth::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

#calendar3 .fc-multimonth::-webkit-scrollbar-track {
    background: #fff;
}

#calendar3 .fc-multimonth::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

#calendar3 .fc-multimonth::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

#calendar3 .fc-multimonth-month {
    width: calc(100% - 10px) !important;
    font-size: 13px;
    margin: 5px 5px 15px 5px;
}

#calendar3 .fc-daygrid-day-top {
    height: 100px;
}

#calendar3 .fc-col-header-cell-cushion {
    font-size: 15px;
}

#calendar3 .fc-multimonth-title {
    font-size: 20px !important;
    padding: 5px 0 !important;
}

#calendar3 .fc .fc-daygrid-day-number {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

div#course_calendar_new .modal-dialog {
    transform: translateY(-50%);
    top: 50%;
}

.fc .fc-highlight {
    background: #b9d1ff;
}

/* .weekend {
    background-color: #88b3f7;
} */
.selected-date {
    background-color: green;
}

@media screen and (max-width: 990px) {
    .plarTableData table {
        border: 0;
    }

    .plarTableData table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .plarTableData table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .plarTableData table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .plarTableData table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        width: 200px;
        text-align: left;
    }

    .plarTableData td input {
        width: calc(100% - 210px);
        height: 30px;
    }

    .plarTableData table td:last-child {
        border-bottom: 0;
    }
}

.plarTableData td {
    height: auto !important;
}

#confirmationModal.fade:not(.show) {
    opacity: 1;
}

#confirmationModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}

#confirmationModal:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    z-index: -1;
}

#plar-icon {
    font-size: 24px;
}

.permissionTitle h3 {
    font-size: 20px;
    margin: 11px 0px 15px 0;
}

#teacher_designation,
#courses {
    position: relative;
}

.AddedCourseList .container {
    margin-left: 0 !important;
}

.addHolidayForm input[type="submit"] {
    background: #0083f9;
    color: #ffffff;
    border: 0;
    padding: 6px 25px;
    font-size: 20px;
    border-radius: 4px;
}

.tableHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #f7f7f7;
    background: #002947;
    color: #ffffff;
    font-weight: bold;
}

.tableHead span {
    display: inline-block;
    text-align: left;
    width: 30%;
    /*border-right: 1px solid #f7f7f7;*/
}

.tableBody {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #f7f7f7;
}

.tableBody span {
    display: inline-block;
    text-align: left;
    width: 30%;
    /*border-right: 1px solid #f7f7f7;*/
}

/*add scroll in table*/
.admincustomTable tbody tr td:nth-last-child(2) {
    min-width: 400px;
    padding-top: 15px;
}

.staffcustomTable tbody tr td:nth-last-child(1) {
    min-width: 400px;
    padding-top: 15px;
}

.admincustomTable tbody tr td:nth-last-child(1) {
    min-width: 240px;
    padding-top: 15px;
}

.staffcustomTable tbody tr td:nth-last-child(2) {
    min-width: 240px;
    padding-top: 15px;
}


.customTable td,
.customTable th {
    border: 1px solid #dee2e6;
    min-width: 150px;
    max-width: 250px;
}

/* .customTableWrap{
    overflow: auto;
}
.customTableWrap::-webkit-scrollbar {
  height: 10px;
}
.customTableWrap::-webkit-scrollbar-thumb {
  background: #888; 
} */
.nav-treeview li.nav-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.resetUrlResponse p {
    font-size: 25px;
}

.resetUrlResponse {
    background: #ffffff;
    padding: 20px;
    max-width: 550px;
    width: 100%;
    text-align: center;
}

.action-payment {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    appearance: none;
    background: orange !important;
}

/* badge functionality added by gagan */
/* .custom_badge {
    color : white !important;
    background-color : #002749 !important;
} */

a.nav-link.active .custom_badge {
    border: 1px solid #ffffff !important;
}

.importBox a {
    background: #002947;
    color: #ffffff;
    padding: 5px 12px;
    margin-right: 10px;
}

.importBox p {
    background: #ededed;
    padding: 15px;
    border-radius: 4px;
}

.importSelectBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.customTableWrap #example1 thead tr th:last-child {
    min-width: 300px;
}

.customTableWrap #example1 thead tr th {
    font-size: 13px;
    font-weight: 600;
}

.customTableWrap #example1 tbody tr td {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.customTableWrap #example1 tbody tr td:last-child {
    height: auto !important;
}

/* 
.customTableWrap::-webkit-scrollbar {
    width: 5px;
    height:7px;
    
  }
  .customTableWrap::-webkit-scrollbar-track {
    background: #dee2e6;
  }
  .customTableWrap::-webkit-scrollbar-thumb {
    background: #002646;
    border-radius: 10px;
    cursor:pointer !important;
  }
  .customTableWrap::-webkit-scrollbar-thumb:hover {
    background: #1360a1;
    cursor:pointer !important;
  } */
.errorAlert,
.elerrorAlert {
    color: red;
    font-size: 12px;
}

/*addon css for table*/
@media all and (min-width:991px) {

    /* .studentListTable {
        height: calc(100vh - 335px);
        overflow-x: auto;
        display: block;
    } */
    .studentListTable {
        overflow-x: auto;
        height: calc(100vh - 275px);
        /* max-height: 300px; */
    }

    .studentListTable table thead tr th {
        text-align: center;
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: var(--primaryRed)!important;
    }

    .scrollTableWrap {
        height: calc(100vh - 335px);
        overflow: auto;
        display: block;
        margin-bottom: 10px;
    }

    .studentListTable thead,
    .scrollTable thead {
        position: sticky;
        z-index: 999;
        top: 0;
    }

    /* width */
    .scrollTableWrap::-webkit-scrollbar,
    .studentListTable::-webkit-scrollbar,
    .table-course-list-wrap::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    /* Track */
    .scrollTableWrap::-webkit-scrollbar-track,
    .studentListTable::-webkit-scrollbar-track,
    .table-course-list-wrap::-webkit-scrollbar-track {
        background: transparent;
    }

    .scrollTableWrap:hover::-webkit-scrollbar-track,
    .studentListTable:hover::-webkit-scrollbar-track,
    .table-course-list-wrap:hover::-webkit-scrollbar-track {
        background: var(--lightGray-20);
    }

    /* Handle */
    .scrollTableWrap::-webkit-scrollbar-thumb,
    .studentListTable::-webkit-scrollbar-thumb,
    .table-course-list-wrap::-webkit-scrollbar-thumb {
        background: var(--primaryRed);
        border-radius: 10px;
        cursor: pointer !important;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }

    .scrollTableWrap:hover::-webkit-scrollbar-thumb,
    .studentListTable:hover::-webkit-scrollbar-thumb,
    .table-course-list-wrap:hover::-webkit-scrollbar-thumb {

        opacity: 1;
        visibility: visible;
    }

    /* Handle on hover */
    .scrollTableWrap::-webkit-scrollbar-thumb:hover,
    .studentListTable::-webkit-scrollbar-thumb:hover,
    .table-course-list-wrap::-webkit-scrollbar-thumb:hover {
        background: var(--primaryRed);
        cursor: pointer !important;
    }

}

@media all and (min-width:991px) {

    .addCourseListTable {
        height: calc(100vh - 335px);
        overflow: auto;
        display: block;
    }

    .addCourseListTable thead {
        position: sticky;
        z-index: 1;
        top: 0;
    }

    /* width */
    .addCourseListTable::-webkit-scrollbar,
    .table-course-list-wrap::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    /* Track */
    .addCourseListTable::-webkit-scrollbar-track,
    .table-course-list-wrap::-webkit-scrollbar-track {
        background: transparent;
    }

    .addCourseListTable:hover::-webkit-scrollbar-track,
    .table-course-list-wrap:hover::-webkit-scrollbar-track {
        background: var(--lightGray-20);
    }

    /* Handle */
    .addCourseListTable::-webkit-scrollbar-thumb,
    .table-course-list-wrap::-webkit-scrollbar-thumb {
        background: var(--primaryRed);
        border-radius: 10px;
        cursor: pointer !important;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }

    .addCourseListTable:hover::-webkit-scrollbar-thumb,
    .table-course-list-wrap:hover::-webkit-scrollbar-thumb {

        opacity: 1;
        visibility: visible;
    }

    /* Handle on hover */
    .addCourseListTable::-webkit-scrollbar-thumb:hover,
    .table-course-list-wrap::-webkit-scrollbar-thumb:hover {
        background: var(--primaryRed);
        cursor: pointer !important;
    }

}

.fc-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fc-description ul li {
    color: black;
    font-weight: bold;
    padding: 0px 2px 0 12px;
    position: relative;
    max-height: 90px;
    overflow: auto;
    font-size: 10px;
}

.fc-description ul li::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.fc-description ul li::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.fc-description ul li::-webkit-scrollbar-thumb {
    background: #444;
}

.fc-description ul li:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    background: black;
    left: 4px;
    top: 5px;
    border-radius: 100%;
}

.dateError,
.nameError,
.courseError,
.weekError {
    font-size: 10px;
    color: red;
    position: absolute;
    bottom: -16px;
    left: 10px;
    display: none;
}

div#calendarConfirmation .modal-dialog {
    transform: translateY(-50%);
    top: 50%;
}

#calendarConfirmation {
    background: #00000087;
}

#calendarMail .fc-view-harness.fc-view-harness-active {
    height: 90vh !important;
    border: 1px solid #e0e0e0 !important;
}

#calendarMail .fc-col-header-cell-cushion {
    font-size: 15px;
}

.mailCalenderSec {
    padding: 30px 0px;
}

.mailCalenderSec h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: center;
}

/* .fc-daygrid-bg-harness {
    background-color: rgb(151, 226, 151);
} */
.fc-event {
    border: 0px !important;
}

.valSelectBtns {
    display: none;
}

.bg-danger-custom {
    border: 1px solid #dc3545 !important;
    background: #dc3545;
    transition: all .3s;
}

.valSelectBtns {
    border-top: 1px solid #f3f2f2;
}

/*--------*/
.toast {
    width: 450px !important;
    margin: auto;
    position: fixed;
    top: 60px;
    right: 20px;
    background: #fff;
    display: none;
    opacity: 1 !important
}

.toast .toast-content {
    padding: 15px
}

.toast .toast-content .content-body {
    gap: 10px
}

.toast .toast-content .content-body .icon i {
    font-size: 25px
}

.toast .toast-content .content-body p#shortcutscreateddialogmessage {
    word-break: break-word;
}

.toast .toast-content .content-body .btn-close {
    border: 0px solid #14a44d;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-image: none !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.toast.show {
    z-index: 9999;
    display: block !important
}

.toast.errorTaost {
    border-color: rgba(255, 0, 0, .7490196078)
}

.toast.errorTaost h5 {
    color: rgba(255, 0, 0, .7490196078)
}

.toast.errorTaost p {
    color: rgba(255, 0, 0, .7490196078)
}

.toast.errorTaost .toast-content .content-body .btn-close {
    color: rgba(255, 0, 0, .7490196078);
    opacity: 1;
    font-weight: 700;
    border: 1px solid rgba(255, 0, 0, .7490196078)
}

.toast.errorTaost .toast-content .content-body .icon .fa-exclamation-triangle {
    color: rgba(255, 0, 0, .7490196078);
    display: flex
}

/*---------*/
#loginform .input-group {
    flex-flow: column;
    margin-bottom: 25px !important;
}

#loginform .input-group input {
    width: 100%;
    z-index: 1;
    padding-right: 57px;
}

#loginform .input-group-append {
    margin-left: -1px;
    position: absolute;
    right: 0;
    top: 33px;
    height: 35px;
    z-index: 1;
    background: #ffffff;
}

#loginform .input-group-text {
    border-width: 0px 1px 0px 1px !important;
    font-size: 23px;
    border-left: 1px solid #ced4da;
}

.icheck-primary-box {
    padding-left: 20px;
}

.icheck-primary-box a {
    float: right;
    font-size: 15px;
}

p.login-box-msg {
    font-size: 20px;
}

.changePassSuccess {
    background: #6dbb6d;
    margin-bottom: 5px;
    color: #ffffff;
    height: 0;
    overflow: hidden;
}

.changePassSuccess p {
    margin: 0;
    color: #ffffff;
}

.passHeight {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: 17px;
    font-weight: 600;
}

.multiselect {
    width: 100%;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overSelectWrap {
    padding: 10px;
    height: auto;
    margin-top: 10px;
    max-height: 100px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}

.overSelectWrap input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: sub;
}

#selectedCourse {
    display: none;
    border: 1px #dadada solid;
}

#selectedCourse label {
    display: block;
}

#selectedCourse label:hover {
    background-color: #1e90ff;
}

.mailmodelPopup .modal-body,
.tableOverflow {
    overflow: auto;
}

/*update Password modal*/
.updatePassDialog {
    max-width: 600px !important;
}

.updatePassBody {
    box-shadow: 0px 10px 24px -5px rgba(0, 0, 0, 0.19);
}

.updatePassBody label {
    width: 170px;
}

.updatePassBody label span {
    color: red;
    margin-left: 5px;
    display: inline-block;
}

.updatePassBody input {
    box-shadow: inset 0 0 6px 3px #e9e9e9;
    background: #e1e1e1;
}

.updatePassHeader {
    padding: 8px 20px;
    background: #333a40;
    color: #ffffff;
}

.updatePassHeader .close {
    color: #ffffff;
    opacity: 1;
}

.updatePassBody .updateCol {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
}

.cancelBtn {
    background: #fbfbfb;
    border-color: #c1c0c0;
    color: #000;
}

.updatError {
    position: absolute;
    bottom: -17px;
    margin-left: 170px;
}

.disNone {
    display: none !important;
}

/**/
.titleSelectBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 30px; */
}

.inlineTag {
    display: inline-block !important;
    width: auto;
}

.inlineInput {
    width: 100px;
}

.courseContentWrap span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #505050;
}

.doseBox,
.dosenotBox {
    font-size: 16px;
    display: none;
    margin-top: 10px;
}

.courseFooter {
    justify-content: space-between;
    align-items: center;
}

.selectName {
    border: 1px solid #ced4da !important;
}

.genderSelectBox {
    position: absolute;
    right: 15px;
}

.firstClass {
    margin-top: 15px;
}

.mailmodel .modal-body {
    height: 500px;
    overflow: auto;
}

.createCalenderWrap {
    height: 520px;
}

.loader1 {
    display: none;
}

/*loader css*/
.dateLoader {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dateLoader:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #dfdfdf;
    z-index: -1;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding: 4px 7px 4px 7px !important;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
    row-gap: normal;
    white-space: nowrap;
}


.inputDateAppend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 15px 0px
}

.amountpay {
    margin-bottom: 15px;
}

/**/
.installment-container .form-control-wrap {
    margin-bottom: 20px;
}

.installment-container span {
    display: inline-block;
    margin-bottom: 7px;
}

.installment-container {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
}

.form-control-wrap.checkControl {
    margin-bottom: 0 !important;
    padding-top: 20px;
}

.dateCheckBox {
    height: 25px;
    width: 25px;
}

.error {
    color: red;
    font-size: 14px;
    word-wrap: unset;
    white-space: nowrap;
}

.content-wrapper>.content::-webkit-scrollbar {
    width: 0px;
}

.content-wrapper>.content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.content-wrapper>.content::-webkit-scrollbar-thumb {
    background: #888;
}

.fixed-textarea {
    width: 100%;
    height: 90px;
    resize: vertical;
    overflow-y: auto;
}

#assessment_details {
    padding: 0 8px;
}

.assessment_changestatus {
    height: 17px;
    width: 17px;
}

#studentdescriptor .firstClass span {
    display: inline;
}

/*-----------*/
.fc .fc-bg-event.course {
    overflow: hidden !important;
    background-color: transparent !important;
    opacity: 1;

}

.fc-bg-event.holidayclassno {
    background-color: transparent !important;
    opacity: 1;
}

.fc-daygrid-bg-harness {
    background-color: #FF9AA2;
}

.fc-event,
.fc-event-dot {
    background-color: none !important;
}

.fc .fc-bg-event {
    background-color: #a7bed3 !important;
    width: 100% !important;
}

.fc-title {
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    word-wrap: break-word;
}

.fc .fc-daygrid-day-number {
    cursor: pointer;
    color: #000000;
    font-weight: 600;
    padding: 5px;
}

.fc-description ul li {
    color: white !important;
    font-size: 14px !important;
}

.fc-event {
    width: 100px !important;
}

.does-list {
    margin: 0px;
    padding-left: 20px;
}

#mailprogress p:empty {
    height: 5px !important;
}

/* .fc-event-main{
    height: 62px;
} */
/* .holidayclassno{
    background-color: #6dbb6d;
} */
span.course-error {
    position: absolute;
    top: auto;
    bottom: -20px;
    color: red;
    font-size: 14px;
    word-wrap: unset;
    white-space: nowrap;
}

/*success toast css*/
.toast.successTaost {
    border-color: green;
}

.toast.successTaost h5,
.toast.successTaost i.fa-check {
    color: green;
}

.page-link {
    border-width: 0px !important;
}

p#toastBody,
p#livetoastBody {
    color: green;
    font-size: 15px;
    margin: 10px 0 0 0;
}

#successToast .content-body,
#livesuccessToast .content-body {
    align-items: start !important;
}

#pdf-container {
    overflow-y: scroll;
    height: 500px;
}

/*Add cerificate page*/

input.dateInput,
input.ossdAwardInput {
    background: white url("https://cdn-icons-png.flaticon.com/512/10692/10692577.png") right 10px center no-repeat;
    background-size: 20px;
    border-right: 1px solid #ced4da !important;
}

input.dateInput:after {
    position: absolute;
    content: "Date of Birth";
    background: #ffffff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40px;
    line-height: 35px;
    padding-left: 10px;
    color: #939393;
    font-size: 16px;
    display: block;
}

.dateInputVal::after {
    display: none !important;
}

.ossdAwardInput::after {
    position: absolute;
    content: "OSSD Award Date";
    background: #ffffff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40px;
    line-height: 35px;
    padding-left: 10px;
    color: #939393;
    font-size: 16px;
    display: block;
}

input.dateInput:focus,
.ossdAwardInput:focus {
    border-color: #ced4da !important;
}

.dateInputView:after {
    display: none !important;
}

.dateInput::-webkit-calendar-picker-indicator,
.ossdAwardInput::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 120, 250, 1);
    background: rgba(0, 120, 250, 1);
    z-index: 999;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed #bbbbbb;
    border-radius: 3px;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
}

.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 16px;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

/*certificate details*/
#certificates tr td:last-child {
    position: relative;
    height: auto;
    min-width: 180px;
}

.cetificateImg {
    width: 50px;
    cursor: pointer;
}




/*repeat csss
  .file-drop-area {
position: relative;
display: flex;
align-items: center;
width: 100%;
max-width: 100%;
padding: 25px;
border: 1px dashed #bbbbbb;
border-radius: 3px;
transition: 0.2s;
}
.file-drop-area.is-active {
background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
flex-shrink: 0;
background-color: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 3px;
padding: 8px 15px;
margin-right: 10px;
font-size: 16px;
}

.file-msg {
font-size: small;
font-weight: 300;
line-height: 1.4;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.file-input {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
cursor: pointer;
opacity: 0;
}
.file-input:focus {
outline: none;
}
*/

.calendar-container {
    display: flex;
    flex-wrap: wrap;
}

.calendar-instance {
    width: calc(100% - 10px);
    margin: 5px;
}

@media (min-width: 768px) {
    .calendar-instance {
        width: calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .calendar-instance {
        width: calc(100% - 10px);
    }
}

#calendar1 .calendar-instance,
#edit_calendar1 .calendar-instance,
#preview_edit_calendar1 .calendar-instance,
#edit_course_calendar2 .calendar-instance,
#calendar2 .calendar-instance,
#calendarMail .calendar-instance,
#calendar3 .calendar-instance {
    width: 100%;
}

#calendar1 .fc-daygrid-body.fc-daygrid-body-unbalanced,
#edit_calendar1 .fc-daygrid-body.fc-daygrid-body-unbalanced,
#preview_edit_calendar1 .fc-daygrid-body.fc-daygrid-body-unbalanced,
#edit_course_calendar2 .fc-daygrid-body.fc-daygrid-body-unbalanced,
#calendar2 .fc-daygrid-body.fc-daygrid-body-unbalanced,
#calendarMail .fc-daygrid-body.fc-daygrid-body-unbalanced,
#calendar3 .fc-daygrid-body.fc-daygrid-body-unbalanced {
    width: 100%;
}

#calendar1 .month-container h3,
#edit_calendar1 .month-container h3,
#preview_edit_calendar1 .month-container h3,
#calendar3 .month-container h3,
#edit_course_calendar2 h3,
#calendar2 .month-container h3 {
    font-size: 16px;
    position: sticky;
    top: 0;
    background: var(--primaryBlack);
    color: #ffffff;
    padding: 15px;
    z-index: 5;
}

#calendar1 .month-container,
#edit_calendar1 .month-container,
#preview_edit_calendar1 .month-container,
#edit_course_calendar2 .month-container,
#calendar2 .month-container,
#calendar3 .month-container {
    width: calc(100% - 20px);
}

#calendar1,
#edit_calendar1 {
    overflow-y: auto;
    height: calc(100vh - 408px) !important
}

#calendar2,
#preview_edit_calendar1,
#edit_course_calendar2 {
    overflow-y: auto;
    height: calc(100vh - 230px) !important
}

#calendar3 {
    overflow-y: auto;
    height: calc(100vh - 230px) !important
}

#calendar2 .fc .fc-view-harness.fc-view-harness-active,
#edit_course_calendar2 .fc .fc-view-harness.fc-view-harness-active {
    height: 715px !important;
}

#calendar3 .fc .fc-view-harness.fc-view-harness-active {
    height: 715px !important;
}


#EditCalendardata .modal-content {
    margin-left: 100px;
}

#createCalendardata .modal-dialog,
#EditCalendardata .modal-dialog {
    max-width: 980px;
    width: 100%;
}

#calendar1 .fc-scroller.fc-scroller-liquid-absolute,
#edit_calendar1 .fc-scroller.fc-scroller-liquid-absolute,
#calendar2 .fc-scroller.fc-scroller-liquid-absolute,
#edit_course_calendar2 .fc-scroller.fc-scroller-liquid-absolute,
#preview_edit_calendar1 .fc-scroller.fc-scroller-liquid-absolute,
#calendarMail .fc-scroller.fc-scroller-liquid-absolute,
#calendar3 .fc-scroller.fc-scroller-liquid-absolute {
    overflow: visible !important;
}

.fc-day-other {
    visibility: hidden;
    color: gray;
}

/*-------*/
.col-2.schoolType {
    max-width: 200px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
}

.col-2.schoolType select {
    height: 32px;
    padding: 0px 7px;
}

/* #acedimicreportlist .icheck-success {
    position: relative;
} */

/*-----------*/
.tempContent p:nth-child(1) {
    margin-top: 45px;
}

.tempContent {
    margin: 20px 0 0 0;
    padding: 0 10%;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}

.equireport_body {
    /* margin: 20px 0 0 0;
    padding: 0 10%; */
    background-repeat: no-repeat;
    background-size: 78%;
    background-position: center 56%;
}

.tempContent_predicted {
    margin: 20px 0 0 0;
    padding: 0 5%;
    background-repeat: no-repeat;
    background-size: 750px;
    background-position: center 47%;
}

.predictImgWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.predictImgWrap>a {
    display: contents;
}

.predictImgWrap>a img {
    width: 131px;
    height: 95px;
}

.kaiLogoText {
    width: 86px;
}

.kaiLogoText>span {
    white-space: normal;
    font-weight: bold;
    color: #103173;
}

.tempFooter {
    display: flex;
    justify-content: flex-end;
}

.tempFooter .tempFooterLinks {
    width: calc(100% - 110px);
    text-align: right;
    padding-right: 15px;
}

.tempFooter .tempFooterLogo {
    width: 100px;
}

.tempFooter .tempFooterLinks a {
    margin-bottom: 3px;
    display: block;
    color: #4d5e91 !important;
    font-size: 12px !important;
}

.tempFooter .visaFooter a {
    line-height: 1.2;
}

.mailmodelPopup .modal-footer-1 {
    border-top: 1px solid var(--lightWhite-10);
}

#academictable #acedimicreportlist .icheck-success {
    position: relative;
    /* min-width: 130px; */
    margin-top: 0 !important;
}

/*-------*/
#certificationaddform label {
    display: block;
    width: 100%;
}

#certificationaddform .select-group {
    width: 100% !important;
}

#certificationaddform .select-group .form-control {
    border-right: 1px solid var(--lightGray-10) !important;
}

.previewWrap {
    text-align: right;
    margin-bottom: 12px;
}

.modal-body.cerificateOpenImg embed {
    min-height: 500px;
}

.academicModal-Body {
    padding: 0;
}

/*-----*/
.sidebar-dark-primary .nav-sidebar .nav-item .nav-link.active,
.nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: var(--primaryRed) !important;
    color: var(--primaryYellowMain) !important;
}

.btn-custom-primary {
    background-color: var(--primaryYellowMain);
    border: 1px solid var(--primaryYellowMain);
    color: var(--primaryWhite) !important;
}

.btn-custom-primary:hover {
    background: var(--primaryBlack) !important;
    border: 1px solid var(--primaryBlack);
}

.btn-custom-secondary {
    background-color: var(--primaryBlack);
    border: 1px solid var(--primaryBlack);
    color: var(--primaryWhite);
}

.btn-custom-secondary:hover {
    background-color: var(--primaryRed);
    border: 1px solid var(--primaryRed);
    color: var(--primaryWhite) !important;
}

.choices {
    position: relative;
    overflow: hidden;
}
/* Default (Downward Open Triangle) */
/* .choices[data-type*="select-one"]::after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    font-size: 30px !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 8px solid red !important;  
    
}

 
.choices[data-type*="select-one"].is-open::after {
    border-top: none !important;
    border-bottom: 8px solid red !important;  
    
} */

/* Default (Downward Open Triangle) */
.choices[data-type*="select-one"]::after {
    content: "\2304" !important; /* Unicode for ▽ */
    font-size: 22px !important; /* Adjust size as needed */
    color: #3a3e42 !important; /* Change color */
    position: absolute;
    right: 15px !important;
    top: 9% !important;
    transform: translateY(-50%);
    border-top: none !important;
    border-bottom: none !important;
}

/* Open (Upward Open Triangle) */
.choices[data-type*="select-one"].is-open::after {
    content: "\2303" !important; /* Unicode for △ */
    border-bottom: none !important;
    border-top: none !important;
    font-size: 22px !important; /* Adjust size as needed */
    color: #3a3e42 !important; /* Change color */
    position: absolute;
    right: 15px !important;
    top: 50% !important;
}






.choices:focus {
    outline: 0
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-open {
    overflow: visible
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none
}
.choices__inner{
    padding: 3.5px 7.5px !important;
    background-color: white !important;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 3.5px !important;
  overflow-y: auto !important;
} 
.choices__inner::-webkit-scrollbar{
    display: none !important;
}
.choices__list--single .choices__item{
    color: #495057 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    appearance: none; /* Hides default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}




.textarea_field {
    resize: none;
}

.customTable td,
.customTable th,
.classInfoTableWrap table thead tr th,
.studentInfoTableWrap table thead tr th,
.classInfoTableWrap table tr td,
.studentInfoTableWrap table tr td {
    padding: 6px;
    font-size: 14px;
}

.classInfoTableWrap table tr td,
.studentInfoTableWrap table tr td,
.tableOverflow.classessetuptable table tr td,
.container-fluid.studentsetuptable .tableOverflow table tr td {
    border: 1px solid #dee2e6;
}

.classInfoTableWrap {
    height: calc(100% - 100px);
    overflow: auto;
}

.studentInfoTableWrap {
    height: calc(100% - 123px);
    overflow: auto;
}

.customTable td a span {
    display: inline-block;
    padding: 0px 5px;
    font-size: 13px;
}

.customTable td a {
    display: inline-block;
    margin-bottom: 3px;
}

.customTableWrap ul.pagination {
    justify-content: end;
}

.nav-sidebar .nav-link>p>.right:nth-child(2) {
    right: 15px !important;
}

input#calendarName {
    width: 253px;
}

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

.searchbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    max-width: 285px !important;
    width: 100% !important;
}

.searchbox input {
    min-width: 170px !important;
}

.searchbox span {
    display: inline-block;
    font-size: 14px;
}

.genderSelectBox select {
    margin: 0px;
    padding: 0px;
}











/*css for responsive only*/
@media all and (max-width:768px) {
    .col-2.schoolType {
        position: inherit;
        margin-bottom: 30px;
        max-width: 270px;
    }

    div#example1_filter {
        text-align: left;
    }



}

/*scroll for tables*/
@media all and (min-width:991px) {

    .customScrolTable {
        height: calc(100vh - 335px);
        overflow: auto;
        display: block;
        position: relative;
        margin-bottom: 10px;
    }

    .customScrolTable thead {
        position: sticky;
        z-index: 2;
        top: 0;
    }

    .customScrolTable::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .customScrolTable::-webkit-scrollbar-track {
        background: transparent;
    }

    .customScrolTable:hover::-webkit-scrollbar-track {
        background: var(--lightGray-20);
    }

    .customScrolTable::-webkit-scrollbar-thumb {
        background: var(--primaryRed);
        border-radius: 10px;
        cursor: pointer !important;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }

    .customScrolTable:hover::-webkit-scrollbar-thumb {

        opacity: 1;
        visibility: visible;
    }

    .customScrolTable::-webkit-scrollbar-thumb:hover {
        background: var(--primaryRed);
        cursor: pointer !important;
    }

}

.resetUrlResponse p {
    font-size: 16px;
}

.resetUrlResponse {
    max-width: 350px;
    background: #f3f3f3;
    border-radius: 5px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #495057;
    padding-left: 28px !important;
    padding-right: 8px !important;
    min-width: 80px;
    width: 100%;
}

.select2-selection__choice__remove {
    color: var(--primaryBlack) !important;
}

.fc-description {
    height: 115px;
    overflow-y: auto;
}

.fc-description::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

.fc-description::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.fc-description::-webkit-scrollbar-thumb {
    background: #888;
}

/* 
.table-condensed thead tr:nth-child(2) th{
    color: black;
} */


/* SettingDropdown styling  */
.settingDropdown {
    position: absolute;
    right: 17px !important;
    top: 46px;
    left: -240px !important;

}

.settingDropdown ul {
    padding: 0;
}

.settingDropdown ul li {
    list-style: none;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--primaryBlack);
    color: var(--primaryWhite);
}

.settingDropdown ul li:hover {
    background-color: var(--primaryRed);
    color: var(--primaryWhite);
}

.settingDropdown ul li i {
    margin-right: 8px;
    color: var(--primaryWhite);
}

.settingProfileLogo {
    border: 1px solid var(--primaryWhite);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.dropdownspan {
    display: inline-flex;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 278px;
    background-color: var(--primaryBlack);
    color: var(--primaryWhite);
    border-bottom: 1px solid var(--lightFadeGray-10);
}
.dropdownspan .image{
    background-color: var(--primaryWhite);
    border-radius: 20px;
}

.dropdownspan a {
    margin-left: 13px;
    line-height: 1.2;
}

.settingProfileLogo img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

#staffTableexample1 th {
    text-align: center;
}

#example1d th {
    text-align: center;
}

#academictable th {
    text-align: center;
}

#academictable th:first-child {
    position: sticky;
    left: -1px;
    background: var(--primaryRed);
    min-width: 200px;
    max-width: 200px;
}

#academictable tbody tr td .eyeBtnAcademicRep {
    background: #80996e;
    padding: 7px 7px 7px 7px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 10px;
    margin-top: -4px;
}

#academictable td:first-child {
    position: sticky;
    left: -1px;
    z-index: 1;
}

#academictable tbody tr:nth-child(odd) td.stickytd {
    background: #f2f2f2 !important;
}

#academictable tr td:nth-child(4) {
    white-space: nowrap;
}

#academictable tr td .checkRow .icheck-success:nth-child(1) {
    min-width: 110px;
}

/* #academictable tr td .checkRow .icheck-success .action-box{
    font-size: 10px;
    margin-top: 5px;
    height: 21px;
} */
#academictable tr td .checkRow .icheck-success .action-box {
    margin-top: 0px;
}

#academictable tr td .tooltip .tooltiptext {
    top: -8px;
    left: -90px;
}

#academictable tr td .tooltip .previewandsend {
    top: -7px;
    left: -68px;
}

.profileLogoNavIcon {
    background: var(--primaryBlack);
    border-radius: 50%;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -13px;
}

#courseDropdown~.error {
    position: absolute;
    top: 32px;
}


/*active inactive css*/
.status-btn {
    width: 45px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background: #e74c3c;
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    cursor: pointer;
}

.status-btn.active {
    background: #2ecc71;
}

.status-btn.active .statusRound-btn {
    left: 25px;
}

.status-btn .statusRound-btn {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9.3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.status-btn .statusValue,
.status-btn .studentstatusValue,
.status-btn .toggle-checkbox,
.status-btn .verify_update_status,
.status-btn .loastudentstatus,
.status-btn .wpstudentstatus {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mailDateRangePicker {
    font-size: 15px;
}

.stuRegTableList .stickyth {
    position: sticky !important;
    left: -1px !important;
    z-index: 9 !important;
}

.stuRegTableList .stickytd {
    position: sticky !important;
    left: -1px !important;
    z-index: 1 !important;
}

.table tbody tr:nth-child(odd) td.stickytd {
    background: #f2f2f2 !important;
}

.table tbody tr:nth-child(even) td.stickytd {
    background: #fff !important;
}

#assessmenttable td:nth-child(2),
#assessmenttable th:nth-child(2) {
    text-align: left !important;
}

.checkRow {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    gap: 18px;
    min-height: 50px;
}

/* .fa-download:before {
    content: "\f019";
    color: #80996e;
    cursor: pointer;
    font-size: 20px;
} */
.padding-0 {
    padding: 0px !important;
}

.iconLable {
    display: flex !important;
    align-items: start;
    justify-content: start;
}

table#academictable thead tr th:nth-child(2) {
    min-width: 230px;
}

.icheck-success.courceCheck {
    min-width: 160px !important;
}


.select-heading-normal{
    font-weight: normal !important;
    font-size: 15px;
    margin-top: -8px;
    margin-bottom: -8px;
    font-style: italic !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal ;
}
.select-heading-bold{
    font-weight: bold !important;
}
.nav-inner-list .nav-item p{
    font-size: 15px;
}

.action-box.tooltip i {
    font-size: 20px;
    line-height: 21px;
}

.action-box.tooltip label {
    line-height: 21px;
    font-size: initial;
}

.action-box.tooltip:not(.disabledBtn, .disabledBtn_list) i {
    color: var(--primaryRed);
    cursor: pointer;
}

.action-box.tooltip.disabledBtn,
.action-box.tooltip.disabledBtn a {
    pointer-events: none;
    color: #c1c1c1 !important;
}

.action-box.tooltip.disabledBtn_list,
.action-box.tooltip.disabledBtn_list a {
    /* pointer-events: none; */
    cursor: default;
    color: #c1c1c1 !important;
}

.complition_date {
    display: inline-grid;
}

.complition_date span {
    white-space: nowrap;
}

.predicted_head {
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
}

.predicted_table {
    width: 100%;
    margin: auto;
}


.predicted_table tr th {
    color: black;
    border: 1px solid black;
    font-size: smaller;
    padding: 3px;
    text-align: center;
    font-size: 16px !important;
}

.predicted_table .firtcol {
    width: 35%;
    text-align: right !important;
    font-size: 16px !important;
    white-space: nowrap;
}

.predicted_table tr td:nth-child(2) {
    text-align: center;
    font-size: 15px;
    padding-left: 16px;
}

.predicted_table tr td {
    color: black;
    border: 1px solid black;
    font-size: 16px !important;
    padding: 3px;
    text-align: center;
}

.predicted_value {
    padding: 1px;
    width: 100%;
}

.datepara,
.signpara {
    margin-bottom: 0px;
    font-size: 14px;
}

#label_predicted_university {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 77% !important;
}

.preview_content {
    font-size: 14px;
}

.previewTemp {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.report_head {
    text-decoration: underline;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.report_stinfo {
    margin-top: 12px;
}

.report_stinfo table {
    width: 100%;
}

.report_stinfo table tr td {
    padding-left: 2px;
    border: 2px solid;
    padding-bottom: 10px;
    width: 25%;
}

.group_report {
    margin-top: 30px;
}

.group_report table {
    width: 100%;
}

.group_report table tr td {
    border: 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    padding: 4px;
}
.group_report table tr:nth-child(1) td {
    font-weight: bold;
    text-align: center;
}
.twocol {
    width: 18%;
}

.diploma_requirment {
    margin-top: 30px;
}

.diploma_requirment table tr th:nth-child(1) {
    width: 56%;
    color: #000000;
    padding-left: 7px;
}

.diploma_requirment table tr th {
    border: 2px solid;
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.diploma_requirment table tr td:nth-child(1) {
    width: 56%;
    text-align: left;
    padding-left: 7px;
}

.diploma_requirment table tr td {
    border: 2px solid;
    font-size: 14px;
}

.equireport_body {
    margin-top: 40px;
    margin-bottom: 50px;
}

.eventd {
    min-width: 54px;
    text-align: center;
}

.signature_row {
    border: 1px solid black;
    margin-top: 30px;
}

.signatureInnerWrap {
    border-right: 1px solid black;
}

.normail_temp {
    display: flex;
    white-space: nowrap;
}

.template_checkbox {
    margin-top: 20px; 
}
.unsubscribe_template_box{
    max-width: 75%;
}

.multi-collapse {
    padding-left: 3%;
    padding-top: 2%;
    padding-bottom: 3%;
}

.choices {
    width: 100%;
}

input,
option,
label,
.choices__item {
    color: rgb(33, 33, 33);
}

.mailTypeMenu {
    padding-left: 20px;
}

.mailTypeMenu~.multi-collapse {
    padding-left: 35px;
}

.mailTypeMenu a:before {
    content: "\f054";
    position: absolute;
    font-family: 'FontAwesome';
    left: -35px;
    font-size: 11px;
    top: 50%;
}

.mailTypeMenu a[aria-expanded="true"]:before {
    transform: translateY(-50%) rotate(90deg);
}

.mailTypeMenu a[aria-expanded="false"]:before {
    transform: translateY(-50%) rotate(0deg);
}

.mailTypeMenu a {
    position: relative;
}

.addstopmialtype,
.editamiltypeform {
    max-width: 750px;
    width: 100%;
}
.card-fix-style{
    max-width: 750px;
}

.register-card-body .choices__inner {
    padding: 0 0 0 0;
    min-height: 38px;
}

#course_list .content-header .breadcrumb {
    align-items: center !important;
    min-height: 48px;
}

#course_list .breadcrumb-item+.breadcrumb-item::before {
    line-height: 38px;
}

.mailTypeMenulist a:before {
    left: -15px;
}

.signature_equivalancy {
    height: 50px;
    /* width: 110px */
}

.report_stinfo table tr td {
    padding: 3px;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: bold;
    /* height: 50px; */
}

.academic_record {
    margin-bottom: 10px;
}

.academic_record label,
.select-group label {
    font-size: 14px;
}

.assignment_downlaod {
    margin-left: 7px !important;
    padding: 0px !important;
}

.assignment_downlaod_div {
    margin-top: 12px;
    margin-bottom: 20px
}

#asssignment_download_list {
    position: relative;
    top: -6px;
}

.send_list {
    display: flex;
}

.send_list strong {
    padding-left: 4px;
    padding-right: 9px;
}

.email-id-row {
    overflow: hidden;
}

p.class_subject {
    position: relative;
    top: -10px;
    font-size: 13px;
}

/* gradebook */
.midTermTableSec .midTermTableReport tr td:first-child {
    background: white !important;
    position: sticky;
    left: 0;
    z-index: 1;
}

.midTermTableSec .lastOneSticky {
    position: sticky !important;
    right: 0 !important;
}

.midTermTableSec table th {
    color: black !important;
}

.midTermTableSec .midTermTableReport th,
.midTermTableSec .midTermTableReport td {
    text-align: center;
    padding: 8px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
}

.midTermTableSec table#midTermTableReport thead {
    position: sticky;
    top: -1px;
    background: #fff;
    z-index: 9;
}

.midTermTableSec td .select2-selection__rendered {
    padding: 0;
    line-height: 17px;
    text-align: left;
}

.midTermTableSec td span.select2-selection.select2-selection--single {
    background: #f2f2f2;
    border: none;
}

.midTermTableSec .select2-selection__rendered {
    line-height: 17px !important;
    text-align: left;
    padding-left: 0 !important;
    font-size: 14px;
    padding-bottom: 5px !important;
}

.midTermTableSec .navFilters label {
    font-size: 14px;
    margin: 0;
    line-height: 1.9;
}

.midTermTableSec .navFilters {
    gap: 8px;
    flex-wrap: wrap;
}

.midTermTableSec .navFilters .select2-selection--single {
    background: #cbcbcb;
    padding: 8px 5px;
}

.midTermTableSec input:focus {
    /* border: 1px solid rgb(118, 118, 118) !important; */
    outline: none !important;
    /* background-color: white !important; */
}

.midTermTableSec .midTermTableReport span.select2.select2-container.select2-container--default {
    width: 211px !important;
}

.midTermTableSec .midTermTableReport tr td .faMinus {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    background: #9b9a9a;
    color: white;
    font-size: 9px;
    float: left;
    margin-top: 2px;
}

.midTermTableSec .midTermTableReport .stickyth {
    background-color: #f2f2f2 !important;
    position: sticky !important;
    left: 0px;
    border: 0;
    z-index: 1;
}

#gradebookpartiallist::-webkit-scrollbar-thumb {
    background: var(--primaryRed) !important;
    border-radius: 20px;
}

#gradebookpartiallist::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: #f2f2f2;
    border-radius: 10px;
}


.midTermTableSec .midTermTableReport th.stickyth.sorting_disabled.dtfc-fixed-right:before {
    box-shadow: -20px 0 20px -20px #524c4c inset;
    content: " ";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
}

.midTermTableSec .midTermTableReport td:last-child:before {
    box-shadow: -17px 0 20px -20px #524c4c inset;
    content: " ";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
}


.midTermTableSec .midTermTableReport th {
    width: 170px !important;
    min-width: 170px;
    background-color: white !important;
}

.midTermTableSec .midTermTableReport .shareBtn {
    padding: 1px 15px;
    font-size: 13px;
}

.midTermTableSec .select2-selection--single span {
    border: 0px solid #aaa !important;
    padding-left: 8px;
    font-size: 13px !important;

}

.midTermTableSec .select2-selection--single b[role="presentation"] {
    border-color: transparent !important;
}

.midTermTableSec .select2-selection--single b[role="presentation"]:after {
    position: absolute;
    content: "\f078";
    font-family: fontAwesome;
    font-size: 10px;
    font-weight: bold;
    top: calc(50% - 2px);
    right: -5px;
    transform: translateY(-50%);
}

.midTermTableSec .select2-selection--single[aria-expanded="true"] b[role="presentation"]:after {
    transform: translateY(-50%) rotate(-180deg) !important;
    top: calc(50% - -2px);
}

.midTermTableSec th.stickyth.firstth {
    border-top: 1px solid #bbb !important;
}

.midTermTableSec th.stickyth.sorting_disabled.dtfc-fixed-right {
    border-top: 1px solid #bbb !important;

}

.midTermTableSec #midTermTableReport_wrapper:before {
    border-left: 1px solid #b7b5b5;
    content: "";
    padding: 13px;
    position: absolute;
    z-index: 99;
    /* height: 250px; */
    top: 6px;
}

/* .midTermTableSec #midTermTableReport_wrapper:after {
    border-left: 1px solid #b7b5b5;
    content: "";
    position: absolute;
    z-index: 99;
    height: 47%;
    top: 6px;
    right: -13px;
    background: white;
    width: 12px;
} */


/* addAssessmentModal */

#addAssessmentModal .btn-close,
#dateopengradebookmodal .btn-close {

    border-radius: 50%;
    padding: 0px 6px;
    height: 20px;
    font-size: 12px;
    border: 1px solid #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007bff;
    background: white;
}

#addAssessmentModal .modal-body .modalbodymsg,
#dateopengradebookmodal .modal-body .modalbodymsg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d9dadb;
    width: 100%;
    padding: 6px 0px;
    border-radius: 7px;
    margin-bottom: 15px;
}

#addAssessmentModal .modal-body .modalbodymsg p,
#dateopengradebookmodal .modal-body .modalbodymsg p {
    font-size: 13px;
}

#addAssessmentModal .modal-body .form-group label,
#dateopengradebookmodal .modal-body .form-group label {
    font-size: 14px;
    margin: 0;
}

#addAssessmentModal .modal-body .inputWrap span,
#dateopengradebookmodal .modal-body .inputWrap span {
    padding: 9px 9px 8px 9px;
    font-size: 14px;
    white-space: nowrap;
}

#addAssessmentModal .modal-body .form-group .nameInputType,
#dateopengradebookmodal .modal-body .form-group .nameInputType {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

}

#addAssessmentModal .modal-body .selectFormField span.select2-selection.select2-selection--single,
#dateopengradebookmodal .modal-body .selectFormField span.select2-selection.select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
}

#addAssessmentModal .modal-body .selectFormField span,
#dateopengradebookmodal .modal-body .selectFormField span {
    font-size: 14px;
}

#addAssessmentModal .modal-body .form-group .forExpectation,
#dateopengradebookmodal .modal-body .form-group .forExpectation {
    justify-content: space-between;
}

#addAssessmentModal .modal-body .form-group .forExpectation input,
#dateopengradebookmodal .modal-body .form-group .forExpectation input {
    width: 93%;
}

#addAssessmentModal .modal-body .form-group input::placeholder,
#dateopengradebookmodal .modal-body .form-group input::placeholder {
    font-size: 14px;
}

#addAssessmentModal .modal-content,
#dateopengradebookmodal .modal-content {
    border: none !important;
    box-shadow: none !important;
}

#addAssessmentModal .modal-dialog,
#dateopengradebookmodal .modal-dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

#addAssessmentModal .modal-footer,
#dateopengradebookmodal .modal-footer {
    border-top: none !important;
}

#addAssessmentModal .modal-body::-webkit-scrollbar-thumb,
#dateopengradebookmodal .modal-body::-webkit-scrollbar-thumb {
    background: #80996e !important;
    border-radius: 20px;
}

#addAssessmentModal .modal-body::-webkit-scrollbar,
#dateopengradebookmodal .modal-body::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #f2f2f2;
    border-radius: 10px;
}

.newDataInnerModal {
    position: absolute;
    background-color: white;
    width: 100%;
    max-width: 772px;
    margin: auto;
    box-shadow: -12px -2px 11px #d9dadb, 11px 0 12px #d9dadb;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    overflow: auto;
    z-index: 10000 !important;
}

.newDataInnerModal::-webkit-scrollbar-thumb {
    background: #80996e !important;
    border-radius: 20px;
}

.newDataInnerModal::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #f2f2f2;
    border-radius: 10px;
}

.newDataInnerModal .innerModal {
    padding: 16px
}

.newDataInnerModal .innerModalHeader button {
    position: absolute;
    top: 17px;
    right: 12px;
}

.newDataInnerModal .innerModalHeader h3 {
    font-size: 20px;
}

.newDataInnerModal .innerModalBody .selectFormField .fa-magnifying-glass {
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #787878;
    cursor: pointer;
}

.newDataInnerModal .innerModalBody .selectFormField input::placeholder {
    font-size: 14px;
}


.newDataInnerModal .innerModalBody .selectFormField label {
    color: #726f6f;
    font-size: 14px;
}

.newDataInnerModal .innerModalBody .selectedExpectations {
    display: flex;
    gap: 30px;
    font-size: 14px;
    align-items: center;
}


.newDataInnerModal .mainParentAccordion .accordion-header {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: black;
    cursor: pointer;
}

.newDataInnerModal .innerModalBody {
    max-height: 451px;
    overflow: auto;
    overflow-x: hidden;
}

.newDataInnerModal .innerModalBody::-webkit-scrollbar-thumb {
    background: #80996e !important;
    border-radius: 20px;
}

.newDataInnerModal .innerModalBody::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #f2f2f2;
    border-radius: 10px;
}

.newDataInnerModal .modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

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


.newDataInnerModal .mainParentAccordion>.accordion-item>a.accordion-button.collapsed i {
    transform: rotate(270deg);
}

.newDataInnerModal .firstParentAccordion>.accordion-item>a.accordion-button:not(.collapsed) i,
.newDataInnerModal .secondParentAccordion>.accordion-item>a.accordion-button:not(.collapsed) i,
.newDataInnerModal .thirdParentAccordion>.accordion-item>a.accordion-button:not(.collapsed) i,
.newDataInnerModal .fourthParentAccordion>.accordion-item>a.accordion-button:not(.collapsed) i {
    transform: rotate(90deg);

}

.newDataInnerModal .firstParentAccordion .gradeBookText,
.newDataInnerModal .secondParentAccordion .gradeBookText,
.newDataInnerModal .thirdParentAccordion .gradeBookText,
.newDataInnerModal .fourthParentAccordion .gradeBookText {
    font-size: 14px;
    color: gray;
}

.newDataInnerModal .innergradeBookTextWrap {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.newDataInnerModal .innergradeBookTextWrap .innergradeBookText {
    color: gray;
}

.clickedTextContainer {
    display: flex;
    flex-flow: wrap;
    row-gap: 13px;
    column-gap: 13px;
    padding: 6px 0px;
}

.clickedTextContainer span {
    border: 1px solid #898282;
    border-radius: 23px;
    position: relative;
    display: flex;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    padding: 2px 21px 2px 11px;
    font-weight: 600;
    cursor: pointer;
    color: #898282;
}

.clickedTextContainer span i {
    position: absolute;
    right: 6px;
    font-size: 13px;
}

.clickedTextContainer::-webkit-scrollbar-thumb {
    background: #80996e !important;
    border-radius: 20px;
}

.clickedTextContainer::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #f2f2f2;
    border-radius: 10px;
}

.innergradeBookTextWrap.active {
    background-color: #e1ebfb;
    border-right: 2px solid #9494c7;
}

/* attendance */


.tableWrap {
    /* border: 1px solid #bbb; */
    /* border-bottom: none; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tableWrap table th {
    font-size: 15px;
}

.tableWrap table tr td,
.tableWrap table tr th {
    border: 1px solid #e1e1e1;
    color: black !important;
    font-weight: lighter !important;
}

.tableWrap table tr:nth-child(2) td,
.tableWrap table tr:nth-child(2) th {
    padding: 10px;
}

.tableWrap table td span,
.tableWrap table th span {
    font-weight: bold;
}

.tableWrap table tr td .btnWrap {
    display: flex;
    justify-content: space-between;
}

.tableWrap table tr td span,
.tableWrap table tr th span {
    font-size: 12px;
}

.tableWrap table tr td .cdDemo {
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
}

.tableWrap table tr td textarea {
    resize: none;
}

.deleteBtnModal .modal-footer button {
    font-size: 13px;
}

.deleteBtnModal .modal-footer button:not(:first-child):hover {
    background-color: #007bff;
    border: 1px solid #007bff;
}

.deleteBtnModal .modal-dialog {
    position: relative;
    bottom: -55px;
    left: -239px;
    max-width: 300px !important;
}

.modal-backdrop.fade {
    opacity: 0 !important;
}

.extraAttendanceModal .modal-title {
    font-size: 18px;
}

.extraAttendanceModal .btn-close {
    border-radius: 100%;
    border: 1px solid;
    font-size: 12px;
    height: 19px;
    width: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.extraAttendanceModal .modal-footer button {
    font-size: 13px;
}

#toggleDiv {
    background-color: #f3f0f0;
    display: block;
    position: absolute;
    right: 65px;
    top: 33px;
    z-index: 999;
    width: 100%;
    max-width: 150px;
    max-height: 172px;
    overflow: auto;
}

#toggleDiv::-webkit-scrollbar,
#newtoggleDiv::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #f2f2f2;
    border-radius: 10px;
}

#toggleDiv::-webkit-scrollbar-thumb,
#newtoggleDiv::-webkit-scrollbar-thumb {
    background: var(--primaryRed) !important;
    border-radius: 20px;
}

#newtoggleBtn:before {
    content: "";
    position: absolute;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #fff;
    right: 8px;
    bottom: 50%;
    transform: translateY(50%);
}

#newtoggleBtn:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    top: 0;
    right: 22px;
    height: 100%;
}

#newtoggleDiv {
    background-color: #f3f0f0;
    display: block;
    position: absolute;
    right: 0px;
    top: 31px;
    z-index: 999;
    width: 100%;
    max-width: 138px;
    max-height: 163px;
    overflow: auto;
}

#toggleDiv ul,
#newtoggleDiv ul {
    padding: 6px 2px;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0px;
}

#toggleDiv ul li,
#newtoggleDiv ul li {
    padding-top: 3px;
    font-size: 13px;
    cursor: pointer;
    padding-left: 10px;
    border-bottom: 1px solid #d9d9d9;
    color: #666666 !important;
}

#newtoggleDiv ul li a {
    color: #666666 !important;
}

#toggleDiv ul li:hover,
#newtoggleDiv ul li:hover {
    background-color: #dddbdb;
}

#toggleDiv ul li:last-child {
    border-top: 1px solid #bbb;
}

.scheme_data_details {
    width: 40%;
    display: flex;
    gap: 20px;
}

.key_scheme_div {
    margin-top: 20px;
    justify-content: center;
    display: grid;
    align-items: center;
}

.key_val_div,
.key_div {
    margin-top: 10px;
}

.key_val_div input {
    width: 60px;
}

/* expectation */
body {
    background: #F9F9F9;
}

.myaccordion {
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    /* width: 100%; */
    font-weight: bold;
    color: #004987;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.selectedValueBadge,
.outer_span {
    cursor: pointer;
}

input[type=time]::-webkit-datetime-edit-ampm-field {
    display: block;
}

.attendance_time {
    padding: 4px;
    border-radius: 4px;
    background-color: #002749;
    color: #757575;
    cursor: pointer;
}

/* .assesment_header{
    padding: 0px 0px 16px 0px;
} */
.grade_book_date_header {
    height: 12px;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px dashed;
}

.grade_book_date_header a {
    width: 100%;
    font-size: 12px;
    color: black;
    vertical-align: top;
}

.gradebook_header {
    cursor: pointer;
}

.calculationkctaWrap span {
    width: 48px;
    border: 1px solid #9b9797 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

span.calculater_yes_no_values.border-0 {
    width: 48px;
    border: 1px solid #9b9797 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

.calculationkctaWrap span:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.calculationkctaWrap span:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.calculationkctaWrap span:not(:last-child) {
    border-right: none !important;
}

.calcu_selected {
    background-color: #80996e !important;
    color: white;
    font-weight: bold;
}

.ktca_cal_out_of .ktca_outof_values.border-0:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ktca_cal_out_of .ktca_outof_values.border-0:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ktca_cal_out_of .ktca_outof_values.border-0 {
    width: 48px;
    border: 1px solid #9b9797 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

.persentage_cal .persentage_values.border-0 {
    width: 48px;
    border: 1px solid #9b9797 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

.persentage_cal .persentage_values.border-0:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.persentage_cal .persentage_values.border-0:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.display_none_grade {
    position: relative;
    z-index: -99;
}

.time_custom {
    cursor: pointer;
    /* padding:2px; */
}

/* Hide all <a> tags except the first one */
.time_custom a:not(:first-child) {
    display: none;
}

/* Show all <a> tags when any <a> tag is hovered */
.time_custom:hover a {
    display: block;
}

/* Display the first <a> tag */
.time_custom a:first-child {
    display: block;
}

#start_custom_time_toggle {
    cursor: pointer;
}

.display-none {
    display: none !important;
}

.totalDropdowntoggle {
    width: 154px;
    position: absolute;
    right: -140px;
    border: 1px solid #bbb;
    padding: 0px 3px 1px 0px;
    background: white;
    height: 100%;
    max-height: 108px;
    min-height: 108px;
    overflow: auto;
    z-index: 1;
    top: 0;
}

.totalDropdowntoggle p {
    margin: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: left;
    cursor: pointer;
    color: #352d2d;
}

.totalDropdowntoggle .fa-exclamation {
    color: #c9603e;
}

.totalDropdowntoggle p:last-child {
    border-top: 1px solid #bbb;
}

.totalDropdowntoggle p:first-child {
    border: 1px solid #457ba2;
}

.totalDropdowntoggle p:nth-child(2) {
    border-bottom: 1px solid #bbb;
}

.totalDropdowntoggle::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #f2f2f2;
    border-radius: 10px;
}

.totalDropdowntoggle::-webkit-scrollbar-thumb {
    background: #80996e !important;
    border-radius: 20px;
}

.openedDiv {
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 200px;
    z-index: 1;
    left: 50px;
    bottom: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
}

.openedDiv span.faMinus {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    border-radius: 4px;
    color: white;
    float: left;
    width: 100%;
    max-width: 180px;
    padding: 17px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #9b9a9a;
}


.openedDiv span:nth-child(2) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    border-radius: 4px;
    color: white;
    float: left;
    width: 100%;
    max-width: 180px;
    padding: 17px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #b54141;
}

.openedDiv span:nth-child(3) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    border-radius: 4px;
    color: white;
    float: left;
    width: 100%;
    max-width: 180px;
    padding: 17px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #bbbb44;
}

.openedDiv span:nth-child(4) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    border-radius: 4px;
    color: white;
    float: left;
    width: 100%;
    max-width: 180px;
    padding: 17px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #309d30;
}

.openedDiv span:nth-child(5) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    border-radius: 4px;
    color: white;
    float: left;
    width: 100%;
    max-width: 180px;
    padding: 17px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #4b87e1;
}

.time_custom a {
    color: black;
}

th.datepicker-switch {
    color: black !important;
}

/* filters */
.navFilters .gradebookFiltersdropdown .dropdown-toggle {
    padding: 0px 185px 0px 9px;
    height: 32px;
    display: flex;
    align-items: center;
}

.navFilters .gradebookFiltersdropdown .dropdowninnerlabel {
    font-size: 75%;
}

.navFilters .gradebookFiltersdropdown .gradebookFiltersdropdownMenu.show {
    width: 100%;
    overflow: auto;
    max-height: 195px;

}

.navFilters .gradebookFiltersdropdown .gradebookFiltersdropdownMenu .newli a label {
    display: flex;
    gap: 5px;
    font-size: 13px;
    align-items: center;
    padding-left: 7px;
}

.navFilters .gradebookFiltersdropdown .dropdown-toggle::after {
    position: absolute;
    right: 6px;
}

.navFilters .gradebookFiltersdropdown .dropdown-toggle::before {
    content: "";
    position: absolute;
    border-right: 1px solid #d1caca;
    top: 0;
    right: 18px;
    height: 100%;
}

.totalDropdown {
    top: 15px;
    margin-left: 4px;
    cursor: pointer;
    left: -21px;
}

@media (min-width: 992px) {
    .modal-xl-pop {
        max-width: 978px;
    }
}

.edit_grader_assessment {
    color: white;
    background-color: #af62b1e0;
    border: 0px;
    border-radius: 3px;
}

.comment_box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 41px;
    border: 1px solid rgb(225, 222, 222);
    display: inline-block;
    resize: none;
}



.midTermTableSec .dateMonthBadge {
    display: inline-block;
    width: 110px;
    padding: 8px 0 8px;
    background: #74b844;
    color: #fff;
    text-align: center;
}

.midTermTableSec .textareatdWrap textarea {
    display: none;
}

.midTermTableSec .textareatdWrap textarea:focus {
    outline: none !important;
    border: 1px solid #007bff !important;
    box-shadow: 0px 0px 15px -5px #007bff;
}

.midTermTableSec .textareatdWrap textarea {
    resize: none;
}

.progressReportModal .modal-dialog {
    width: 100%;
    max-width: 600px;
}

.progressReportModal .modal-header span {
    cursor: pointer;
    font-size: 25px;
}

.progressReportModal .modal-header span i {
    font-size: 9px;
    color: #007bff;
}

.progressReportModal .modal-header span.dismiss {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 6px;
    border: 1px solid #007bff;
    position: absolute;
    right: 10px;
    top: 8px;
}

.progressReportModal .modal-body .checkboxWrap label,
.progressReportModal .modal-body .radioButtons label {
    font-size: 14px;
}

.progressReportModal .modal-body label {
    font-size: 25px;
}

.progressReportModal .modal-body input[type="text"] {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 6px 10px;
    border-radius: 3px;
}

.progressReportModal .modal-body input[type="text"]:focus {
    border: 1px solid #007bff !important;
    outline: #007bff !important;
    box-shadow: 0px 0px 2px #007bff;
}

.progressReportModal .modal-body #selectStudentsOptions {
    padding: 16px;
    box-shadow: 1px 1px 7px #bbb;
    top: 41px;
    width: 100%;
    z-index: 1;
}

.progressReportModal .modal-body #selectStudents {
    cursor: pointer;
    padding-left: 0 !important;
}

.selectStudentsCheckbox {
    margin-bottom: 7px;
}

.progressReportModal .modal-body .selectStudentsCheckbox .cd {
    background: #afafaf;
    border-radius: 50%;
    width: 32px;
    padding: 5px;
    font-size: 12px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.progressReportModal .modal-footer {
    padding: 5px 19px;
}

.overallSelect {
    width: 100%;
    padding: 7px 5px;
    border: 1px solid #bbb;
    color: #2c2a2a;
}

.progressReportModal button {
    font-size: 12px;
    font-weight: bold;
}

.outerContainer .innerContainer .heading .saveBtn,
.outerContainer .innerContainer .heading .copyBtn {
    padding: 5px 14px;
    border-radius: 5px;
}

.outerContainer .innerContainer .heading span:not(:first-child) {
    font-size: 14px;
}

.outerContainer .innerContainer label.buckets {
    font-size: 14px;
    font-weight: bold !important;
}

.outerContainer .innerContainer label.buckets span {
    padding: 6px 20px;
}

.outerContainer .innerContainer .averagePercentage {
    font-size: 12px;
}

.outerContainer .innerContainer .selectWrap {
    border: 1px solid #bbb;
    padding: 10px 14px 24px;
    border-radius: 5px;
}

select:focus {
    outline: none !important;
    border: 1px solid #bbb !important;
}

.outerContainer .innerContainer select {
    width: 100%;
    padding: 8px 5px;
    border-radius: 4px;
    background: #fff;
    color: #4c4848;
    border: 1px solid #bbb;
}

.outerContainer .innerContainer .card {
    box-shadow: none !important;
    border: 1px solid #bbb !important;
}

.outerContainer .innerContainer .card .card-body {
    padding: 10px 32px 10px 30px;
}

.outerContainer .innerContainer .card .card-header {
    padding: 2px 7px;
}

.outerContainer .innerContainer #collapseOne {
    position: absolute;
    width: 100%;
    background: white;
    z-index: 1;
    top: 44px;
}

.span_assessment_type {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.span_assessment_type:hover {
    border: 1px solid;
    background-color: #f5f5f5;
}

.buckets_type {
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 9;
    overflow-y: scroll;
    padding-top: 20px;
    background-color: aliceblue;
    top: 1px;
    right: 8px;
}

.assessment_confirm_delete {
    background-color: #e4e4e4 !important;
    padding-top: 7px;
    padding-bottom: 10px;
}

.assessment_confirm_delete p {
    color: black;
    padding: 10px;
    background-color: white;
}


/* new css */


.modal-content .modal-header .row .dateBadge {
    display: inline-block;
    width: 50px;
    padding: 8px 0 8px;
    background: #74b844;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
}

.teacherAssessmentLeftSideWrap {
    max-height: 225px;
    overflow: auto;
    border-bottom: 1px solid #bbb;
}

.teacherAssessmentsNotShared {
    padding: 7px 10px;
}

.innnerInputsWrap input {
    border: 1px solid #bbb !important;
}

.headingDropdown {
    width: fit-content;
    height: 0px;
    position: absolute;
    right: -20px;
    top: 0;
}

.headingDropdown .dropdown-toggle:after,
.noStatusFlagDropdown .dropdown-toggle:after {
    display: none;
}

.noStatusFlagDropdown a {
    font-size: 15px;
}

.noStatusFlagDropdown a:not(:first-child) {
    padding-left: 19px;
}

.noStatusFlagDropdown a:nth-child(3) {
    padding-left: 21px;
}

.noStatusFlagDropdown a:active,
.headingDropdown a:active {
    background-color: #f8f9fa !important;
    color: black;
}

.noStatusFlag .totalDropdownedit {
    color: #c9603e;
}

#gradebook_modules .choose_buckets {
    border: 1px solid #E1EBF5;
    padding: 0px 8px;
}

#gradebook_modules .chooseOptionsBucket {
    position: relative;
    margin: 7px 0px;
    padding-left: 4px;
    border: 1px solid #E1EBF5;
    padding: 5px 4px;
}

#gradebook_modules .chooseOptionsBucket:after {
    position: absolute;
    content: "";
    border-top: solid 7px #cfcfcf;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    right: 7px;
    bottom: 50%;
    transform: translateY(50%);
}

#gradebook_modules .chooseOptionsBucket:before {
    content: "";
    position: absolute;
    background: #cfcfcf;
    height: 100%;
    width: 1px;
    right: 29px;
    top: 0;
}

#gradebook_modules .weightingBuckets,
.WeightingBucketsAccordionData,
#dropdownMenuButtonOnAddBtn::after {
    display: none;
}

.addIconDropdownmenuOpen.show {
    overflow: auto;
    max-height: 242px;
}

.headerText {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.headerText .row p {
    margin-bottom: 0px !important;
}

#gradebook_modules .dataTables_scrollBody {
    /* max-height: 129px !important; */
    max-height: calc(100vh - 492px) !important;
    height: calc(100vh - 492px) !important;
    width: 100.5% !important;
}

#saveAttendanceData .outerTableWrap {
    /* height: 100%; */
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

#saveAttendanceData .outerTableWrap .stickyHead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

#saveAttendanceData .outerTableWrap::-webkit-scrollbar,
.gradebookFiltersdropdownMenu::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: #f2f2f2;
    border-radius: 10px;
}

#saveAttendanceData .outerTableWrap::-webkit-scrollbar-thumb,
.gradebookFiltersdropdownMenu::-webkit-scrollbar-thumb {
    background: var(--primaryRed) !important;
    border-radius: 20px;
}

#course .showTeacherList {
    height: 100%;
    max-height: 300px;
    overflow: auto;
}

#course .showTeacherList::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: #f2f2f2;
    border-radius: 10px;
}

#course .showTeacherList::-webkit-scrollbar-thumb {
    background: #80996e !important;
    border-radius: 20px;
}

.stickyTiming {
    position: sticky;
    top: -1px;
    background-color: white;
    z-index: 9;
    text-align: left !important;
    padding-left: 19px;
}

#iconDropdown:after {
    display: none;
}

.newDrodownAppear {
    position: absolute;
    width: 0px;
    right: 31%;
    top: 28%;
}

.newDrodownAppear .dropdown-menu {
    padding: 0px;
    border: 1px solid yellow;
    box-shadow: 0px 0px 6px 0px yellow;
    top: 5px !important;
    left: 9px !important;
    max-width: 250px;
    min-width: 250px;
    height: 94px;
    overflow: auto;
}

.newDrodownAppear .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: bold;
    white-space: normal !important;
    padding-left: 10px;
    padding-right: 5px;
    height: 100px;
}

.newDrodownAppear .dropdown-menu::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #f2f2f2;
    border-radius: 10px;
}

.newDrodownAppear .dropdown-menu::-webkit-scrollbar-thumb {
    background: #80996e !important;
    border-radius: 20px;
}

/* .inputstd{
    background-image: url("{{asset('img/gradebook-sprite.png')}}");
    position: relative;
    background-size: 158px;
    background-repeat: no-repeat;
    background-position: 52% -4px;
} */
/* .inputstd input{
    font-size: 10px !important;
} */
.inputstd {
    border: 2px solid #fb6e6e;
    border-radius: 100%;
    height: 40px;
    min-width: 50px !important;
    max-width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.lastkeyScheme {
    position: relative;
}

.lastkeyScheme:before {
    content: "";
    position: absolute;
    background: rgb(118, 118, 118);
    width: 87px;
    height: 1px;
    top: 34px;
    left: -56px;
}

.lastkeyScheme:after {
    content: "";
    position: absolute;
    background: rgb(118, 118, 118);
    width: 45px;
    height: 1px;
    top: 57px;
    left: 8px;
    transform: rotate(90deg);
}

.fourInputsWrap {
    position: relative;
}

.fourInputsWrap:after {
    content: "";
    position: absolute;
    background: rgb(118, 118, 118);
    width: 73px;
    height: 1px;
    bottom: 36px;
    right: -87px;
    transform: rotate(90deg);
}

.fourInputsWrap:before {
    content: "";
    position: absolute;
    background: rgb(118, 118, 118);
    width: 87px;
    height: 1px;
    bottom: 0px;
    right: -50px;
    z-index: 1;
}

.main-footer.no-print {
    padding: 9px 0px;
}

.persentage_cal,
.ktca_cal_out_of,
.calculater_yes_no {
    display: flex;
}

@media screen and (max-width: 1092px) {
    .weightingBucketsInnerWrap {
        flex-direction: column;
    }
}

@media print {
    .no-print {
        display: none;
    }
}


.studentDetailsCount {
    height: 85px;
    width: 130px;
    border-radius: 8px;
    background: #0061a2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    cursor: pointer;
}

.studentDetailsCount:hover {
    border: 1px solid #c6c6ca;
}

.incompleteStudentDetailsCount {
    background: #0061a2;
    color: #fff;
}

.showDataIconWrap {
    cursor: pointer;
}

.ungradedStudentDetailsCount {
    background-color: #d1e4ff;
    color: black;
}

.gradedStudentDetailsCount {
    background-color: white;
    color: black;
}

.studentDetailsCount .count {
    font-size: 32px;
    font-weight: bold;
}

.studentDetailsCount p:nth-child(2) {
    font-size: 15px;
}

.studentDetailsDataWrap {
    border: 1px solid #C6C6CA;
}

.studentDetailsDataWrap .title {
    font-size: larger;
    font-weight: 600;
    color: black;
}

.studentDetailsDataWrap .date {
    float: right;
    color: #73777f;
    font-size: smaller;
    padding-top: 4px;
}

.studentDetailsDataWrap .overall {
    font-size: 12px;
    width: 260px;
    display: inline-block;
}

.studentDetailsDataWrap .yesNo {
    display: inline-block;
    color: black;
    font-weight: 600;
    font-size: 12px;
}

.studentDetailsDataWrap .notShared {
    background-color: rgb(219, 219, 219);
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.studentDetailsDataWrap .numbers {
    font-size: 12px;
    font-weight: lighter;
    color: rgb(46, 46, 46);
    width: 260px;
    display: inline-block;
}

.studentDetailsDataWrap .data {
    font-size: 12px;
    font-weight: 600;
    color: black;
}

.studentDetailsDataWrap .noPostYet {
    width: 100%;
    color: rgb(68, 68, 68);
    font-weight: lighter;
    background: #d5d4d4;
}

.hideData {
    display: none;
}

.newIcon {
    color: rgb(0, 0, 0);
}

.navFiltersData {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newTextFieldAppearOnSelect {
    display: none;
}

.newTextFieldAppearOnSelect:focus {
    border-right: none;
}

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

.midTermTableSec th.stickyth.firstth {
    border-top: 1px solid #e1e1e1 !important;
}

#addAssessmentModal .dropdown-toggle::after,
#dateopengradebookmodal .dropdown-toggle::after {
    display: none;
}

#addAssessmentModal .newCourseDropdownMenu {
    top: 25px !important;
    max-height: 310px;
    /* overflow: auto; */
    left: -73px !important;
}

#dateopengradebookmodal .newCourseDropdownMenu {
    top: 25px !important;
    max-height: 310px;
    left: -16px !important
}

#addAssessmentModal .newCourseDropdownMenu .bindsearchcourselist,
#dateopengradebookmodal .newCourseDropdownMenu .bindsearchcourselist {
    overflow: auto;
    max-height: 233px;
}

.newCourseSearchInput::placeholder {
    font-size: 14px;
}

#addAssessmentModal .newCourseDropdownMenu .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff !important;
}

.all_codes_view_active {
    display: none;
}

.selectedExpectations .dropdown.show,
.selectedExpectations .codeIsActive,
.selectedExpectations .topicIsActive {
    background-color: #80996e;
    color: white !important;
    padding: 4px 6px;
    border-radius: 5px;
}

.selectedExpectations .dropdown.show .newCourseLabel {
    color: white !important;
}

.datasearchexpectations {
    overflow: auto;
    max-height: 310px;
    position: absolute;
    z-index: 9;
    background: white;
    top: 67px;
    width: 100%;
    /* border: 1px solid #cdcdcd; */
    margin-top: 2px;
    border-radius: 2px;
    padding: 2px 8px;
}

.datasearchexpectations span {
    font-size: 13px;
}

.dropdown-menu.newCourseDropdownMenu.show:after {
    content: "";
    position: absolute;
    top: -23px;
    left: 80px;
    border-top: 10px solid transparent;
    border-bottom: 13px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.dropdown-menu.newCourseDropdownMenu.show::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 80px;
    border-top: 10px solid transparent;
    border-bottom: 13px solid black;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.editnewCourseDropdown {
    top: 21px !important;
}

.selectedExpectations .dropdown span::after {
    display: none !important;
}

.addmultiplecourseexpectation .startDescription {
    width: 68px;
}

#start_custom_time,
#end_custom_time,
#start_custom_time_edit {
    border: 1px solid #bbb;
    min-width: 225px !important;
    max-width: 225px !important;
    font-size: 13px;
}

.noRecFoundinAttendance {
    text-align: center;
    max-height: 300px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noRecFoundinAttendance span {
    padding-bottom: 50px;
    color: #666;
    font-size: 25px;
}

.gradebookImportModal .modal-header {
    border: none;
    gap: 10px;
}

.gradebookImportModal .selectFile {
    display: none;
}

/* .gradebookImportModal .custom-file-label {
    position: absolute;
    left: 224px;
    display: inline-block;
    background-color: #0d6efd;
    color: white;
    padding: 4px 18px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
    width: 95px;
    height: 33px;
}
.gradebookImportModal .custom-file-label::after{
    display: none !important;
}

.gradebookImportModal .custom-file-label:hover {
    background-color: #0d6efd;
} */
.gradebookImportModal #fileInput {
    font-size: 13px;
    border-radius: 5px;
}

#fileInput::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #1976d2;
    border: 1px solid #1976d2;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}


.gradebookImportModal .browseFileWrap {
    position: relative;
}


.gradebookImportModal .importBtn {
    padding: 2px 13px
}

.gradebookImportModal .btn-close {
    font-size: 7px;
    border: 1px solid black;
    border-radius: 100%;
}

.commentBoxAreaWrap {
    padding-top: 21px;
}

.commentBoxAreaWrap .commentBoxArea span.profileBadge {
    background: #dfe2eb;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    user-select: none;
    display: flex;
    font-size: 17px;
    border-radius: 100%;
    font-weight: 600;
    color: #42474e;
}

.commentBoxAreaWrap .commentBoxArea {
    height: 60px;
    align-items: baseline;
    gap: 10px;
}

.commentBoxAreaWrap .commentBoxArea span.test {
    color: #0061a2;
    font-weight: 600;
    font-size: 15px;
}

.commentBoxAreaWrap .commentBoxArea span.sec {
    color: rgb(153, 153, 153);
    font-size: 15px;
}

.commentBoxAreaWrap .commentBoxArea p.setStatus {
    color: #1a1c1e;
    font-size: 15px;
    font-weight: 600;
}

.commentBoxAreaWrap .commentBoxArea span.setStatusWrap {
    gap: 5px;
    line-height: 19px;
}

.fa-exclamation {
    color: #e90c0c;
}

.newCourseDropdownMenu .dropdown-item.active,
.dropdown-item:active {
    color: black !important;
}

.topStickyPortion {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.topStickyPortion .heading span {
    font-size: 22px;
    color: #666;
}

.schoolsRepSearchIcon {
    cursor: pointer;
}

.verticalcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_smaill {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.searchbtn,
.stduentsearchbtn {
    color: #b6b2b2 !important;
    cursor: pointer;
}

.closeImportModalWrap {
    display: none;
}

.closeImportModalWrap button {
    font-size: 13px;
}

.viewgradebookfiles table thead,
.classInfoTableWrap table thead,
.studentInfoTableWrap table thead {
    position: sticky;
    top: 0;
    background-color: var(--primaryRed) !important;
    z-index: 1;
}

.viewgradebookfiles table thead th {
    color: white !important;
    font-weight: bold !important;
}

.viewgradebookfiles .tableWrap {
    max-height: 300px;
    overflow: auto;
}

/* //gradebook css */


.openedMidTermTableSecMenu {
    display: none;
    width: 100%;
    background: #fff;
    max-width: 170px;
    min-width: 170px;
    position: absolute;
    z-index: 9;
    bottom: -86px;
    left: 46px;
    box-shadow: 5px 8px 32px -11px black;
    height: fit-content !important;
}

.openedMidTermTableSecMenu .innerWrap {
    gap: 3px;
    padding: 0px 3px;
}

.openedMidTermTableSecMenu .innerWrap span {
    font-size: 12px;
    display: block;
    padding: 4px 5px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.openedMidTermTableSecMenu .innerWrap span:first-child {
    background: #999;
    border: 1px solid #999;
}

.openedMidTermTableSecMenu .innerWrap span:nth-child(2) {
    background: #9b0000;
    border: 1px solid #9b0000;
}

.openedMidTermTableSecMenu .innerWrap span:nth-child(2):hover {
    background: #c50000;
}

.openedMidTermTableSecMenu .innerWrap span:nth-child(3) {
    background: #459b00;
    border: 1px solid #459b00;

}

.openedMidTermTableSecMenu .innerWrap span:nth-child(3):hover {
    background: #58c400;
}

.openedMidTermTableSecMenu .innerWrap span:nth-child(4) {

    background: #0061A2;
    border: 1px solid #0061A2;
}

.openedMidTermTableSecMenu .innerWrap span:nth-child(4):hover {
    background: #3da5fa;
}

.openedMidTermTableSecMenu .innerWrap span:last-child {
    background: #deb805;
    border: 1px solid #deb805;
}

.openedMidTermTableSecMenu .innerWrap span:last-child:hover {
    background: #ffd726;
}

td {
    position: relative;
}

/* .tooltip.bs-tooltip-auto {
    width: 260px !important;
    background: red !important;
} */
.tooltip-inner {
    font-size: 12px !important;
    /* min-width: 100% !important; */
}

a.text-light:focus,
a.text-light:hover {
    color: #fff !important;
}

.studentViewfilterDataInnerBoxActive {
    background-color: rgb(231 231 231) !important;
}

.studentViewfilterDataInnerBox p {
    cursor: pointer;
    font-size: 12px;
}

.inputstd input {
    border: none !important;
    /* width: 73px !important; */
    text-align: center;
    height: 20px !important;
    background: transparent;
    font-size: 13px;
    /* margin-left: 4px; */
}

.noTeacherFoundArea {
    position: absolute;
    right: 50%;
    font-size: 25px;
    transform: translate(50%, 283%);
}

.allClassesArea,
.allReportsArea {
    height: calc(100vh - 166px) !important;
    width: 97%;
    border-top: 0;
    color: #666;
    background: #fff;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    overflow-x: hidden;
}

.allClassesArea>.row {
    height: 100%;
}

.searchClassesWrap .stickyPortion span {
    font-size: 22px
}

.searchClassesWrap .stickyPortion i {
    font-size: 18px;
}

.searchClassesWrap .stickyPortion {
    background: white;
    z-index: 1;
    position: sticky;
    top: 0px;
}

@media screen and (max-width: 992px) {
    .searchClassesWrap {
        width: 100%;
        margin-bottom: 15px;
    }
}

.main-sidebar .nav-item>a.nav-link p i.fas {
    right: 15px !important;
    position: absolute !important;
    bottom: 50% !important;
    transform: translateY(50%) !important;
}

.totalCountInput {
    width: 55px !important;
    margin-left: 7px;
}

.key_scheme_div .key_div:first-child {
    position: relative;
    top: 16px;
}

.key_scheme_div .key_div:nth-child(2) {
    position: relative;
    top: 13px;
}

.key_scheme_div .key_div:nth-child(3) {
    position: relative;
    top: 4px;
}

.key_scheme_div .key_div:last-child {
    position: relative;
    top: 0px;
}

form#customassessmentweight .weightingBuckets a.text-secondary.dataAppearonAssessmenets,
h5.mb-0 .accordionDropdownToggle {
    position: relative;
}

form#customassessmentweight .weightingBuckets a.text-secondary.dataAppearonAssessmenets:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8d8d8d;
    right: -18px;
    bottom: 5px;
}

h5.mb-0 .accordionDropdownToggle::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8d8d8d;
    left: 115px;
    bottom: 6px;
}

.content.attendanceTab,
.content.gradeBookTab {
    height: calc(100vh - 176px) !important;
}

/* .content.attendanceTab > .container-fluid, */
/* .content.attendanceTab > .container-fluid .card, */
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list,
/* .content.attendanceTab > .container-fluid .card .card-body.register-card-body .row .teachers_list5, */
/* .content.attendanceTab > .container-fluid .card .card-body.register-card-body .row .teachers_list5 > .tab-content #course .outerWrap.container-fluid, .content.attendanceTab > .container-fluid .card .card-body.register-card-body .row .teachers_list5 > .tab-content #course .outerWrap.container-fluid > form#saveAttendanceData, */
.outerWrap.container-fluid>form#saveAttendanceData .tableWrap.outerTableWrap .attendance_class_list,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list5>.tab-content .midTermTableSec,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list5>.tab-content .midTermTableSec>.container-fluid,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list5>.tab-content .midTermTableSec>.container-fluid #gradebookpartiallist,
.container-fluid,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list5>.tab-content .midTermTableSec>.container-fluid #gradebookpartiallist #midTermTableReport_wrapper,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list .tab-content #course .container-fluid,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list5>.tab-content .midTermTableSec>.container-fluid #gradebookpartiallist #midTermTableReport_wrapper,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list .tab-content #course {
    height: 100%;
}

/* .content.attendanceTab > .container-fluid .card .card-body.register-card-body .row .teachers_list5 > .tab-content,
.content.attendanceTab > .container-fluid .card .card-body.register-card-body .row .teachers_list5 > .tab-content #course, */
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list .tab-content,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list .tab-content,
.content.gradeBookTab>.container-fluid .card .card-body.register-card-body .row .teachers_list5>.tab-content #course {
    height: calc(100% - 42px);
}

/* .content.attendanceTab > .container-fluid .card .card-body.register-card-body .row .teachers_list5 > .tab-content #course .outerWrap.container-fluid > form#saveAttendanceData{
    height: calc(100% - 42px);
    overflow: hidden !important;
} */
#attendance_class_list table thead tr th {
    position: sticky;
    top: -1px;
    background-color: #fff !important;
    color: black !important;
    z-index: 9;
}

#attendance_class_list table thead {
    position: sticky;
    top: -2px;
    background-color: white;
    z-index: 1;
}

#attendance_class_list table tbody tr td {
    padding: 0px;
}

/* .gradeBookTab .dataTables_scroll{
    overflow: hidden !important;
} */
/* .dataTables_scrollHeadInner .midTermTableReport{
/* .dataTables_scrollHeadInner .midTermTableReport{
    width: 100% !important;
} */
section.midTermTableSec {
    height: 100%;
}

section.midTermTableSec form#gradebook_savelist {
    width: 100%;
    height: calc(100% - 72px);
}

section.midTermTableSec form#gradebook_savelist>#gradebookpartiallist {
    width: 100%;
    overflow: auto;
    height: 100%;
    
}
/* section.midTermTableSec form#gradebook_savelist > #gradebookpartiallist::-webkit-scrollbar-thumb {
    background: var(--primaryRed) !important;
    
} */

.tableOverflow table th {
    position: sticky !important;
    top: 0px !important;
    background: var(--primaryRed);
    z-index: 1000 !important;
    color: white !important;
}

.tableOverflow table td,
.tableOverflow table th {
    font-size: 13px;
    padding: 10px;
}

.dashedborder {
    background: white !important;
    border: none;
    border-bottom: 1px dashed gray;
}

.cardbodyInnerNav-item a.nav-link.active {
    background-color: #80996e !important;
    color: white !important;
}

.cardbodyInnerNav-item a.nav-link:hover:not(.active) {
    color: #6c757d !important;
}

.scheduleAccordion:before,
.generalAccordion:before,
.regularDayAccordion:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #939090;
    position: absolute;
    right: 0;
    bottom: 14px;
}

.scheduleAccordion:before {
    right: 2px !important;
}

/* #classInformation .modal-body,
#studentInfoEditModal .modal-body{
    max-height: 450px !important;
    overflow: auto !important;
} */
.notificationBellinHeaderWrap {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color:var(--primaryBlack);
}

.notificationBellinHeaderWrap>.badge.badge-danger {
    top: -3px;
    right: -1px;
    font-size: 11px;
}

.notificationBellinHeaderWrap:after {
    display: none;
}

.notificationBellinHeaderWrap .dropdown-menu.show {
    min-width: 450px !important;
    max-width: 450px !important;
    ;
    left: auto !important;
    right: 4px !important;
    background-color: #fff;
    top: 48px;
}

.notificationBellinHeaderWrap .dropdown-menu.show .row .col-sm-12,
.notificationBellinHeaderWrap .dropdown-menu.show .row .col-sm-12 p {
    font-size: 13px;
}

.notificationBellinHeaderWrap .dropdown-menu.show .row .col-sm-12 .fa-circle-exclamation,
.notificationBellinHeaderWrap .dropdown-menu.show .row .col-sm-12.failed {
    color: #cf3d3d !important;
}

.notificationBellinHeaderWrap .dropdown-menu.show .row .col-sm-12.completed {
    color: var(--primaryRed) !important;
}

.notificationBellinHeaderWrap .dropdown-menu.show .row {
    border-bottom: 1px solid #c7c7c7;
}

.notificationBellinHeaderWrap .dropdown-menu.show .row:last-child {
    border-bottom: none !important;
}

.notificationBellinHeaderWrap .dropdown-menu.show:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 6px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--primaryRed);
}

.notificationBellinHeaderWrap .scrollOnfileDownloadingDropdown {
    max-height: 272px;
    overflow-y: auto;
    overflow-x: hidden;
}

.notificationBellinHeaderWrap .fileIconWrap {
    background: #e9e9e9;
    height: 30px;
    width: 30px;
    padding: 0px 14px;
    border-radius: 100%;
}

.scrollOnfileDownloadingDropdown .topHeader {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--primaryRed);
}

.textOverflow {
    max-width: 240px;
    display: inline-block;
    text-overflow: ellipsis !important;
    overflow: hidden;
}

/* .classesSetupPaginationCount{
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 9;
} */
.classesSetupPaginationCount .classessetup_page nav ul.pagination>span.btn:first-child {
    padding-right: 0;
}

.classesSetupPaginationCount .classessetup_page nav ul.pagination>a.next.btn {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.tableOverflow.classessetuptable table tr td .editclassesdata {
    font-size: 13px;
}

.chooseFileImportCourseCalendar::file-selector-button,
.course_expectations::file-selector-button,
.course_model_expectation::file-selector-button,
form#batchupdateStudentCourseForm .error {
    display: none;
}

.asterik {
    color: rgb(235, 14, 14);
}

th>.assesment_header>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: left;
}

.container-fluid.finalCls .col-md-2.col-sm-2.p-0.text-center.inputstd {
    min-width: 50px;
    max-width: 50px;
}

.container-fluid.finalCls .col-md-2.col-sm-2.p-0.text-center.inputstd span.text-center {
    top: 0px !important;
}

.userNameandEmailOnHeader {
    font-size: 13px;
    color: #626262;
    line-height: 16px;
}

.userNameandEmailOnHeader span {
    max-width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.spinnerInInput {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    right: 0;
    top: 4px;
    color: #80996e;
}

div.semicircle {
    position: relative; 
}

.inputstd.semicircle .spinner-border.spinnerInInput {
    right: -34px;
    top: 12px;
}

.transparentDiv {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.5s ease;
    position: absolute;
    width: calc(100vw - 89px);
    z-index: 99;
}

.transparentDiv .closetransparentDiv {
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 100%;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    font-size: 13px;
    border: 1px solid white;
}

.transparentDiv .transparentDivData {
    border-radius: 7px;
    font-size: 13px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    background: #f5f5f5;
    padding: 10px;
    transform: translate(50%, 50%);
    max-width: 670px;
    gap: 5px;
    align-items: flex-start !important;
}
.kanataacademyDropdownListing a.valueUpdate{
    max-width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 19px;
}
.kanataacademyDropdownListing a:after{
    display: none;
}
.kanataacademyDropdownListing i.fa-caret-down{
    font-size: 12px;
    position: absolute;
    right: 4px;
    bottom: 2px;
    height: 90%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: white;
}

.fixed-header-modal{
    background: white;
    width: 751px;
    position: sticky;
    top: -16px;
    z-index: 1050;
}

.download_transcript i{
    color: #80986e;
    font-size: 19px; 
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0;
}
.international_student_receipt_form{
    width: 80%;
    margin: 0 auto;
    padding:0 auto;
}
.international_student_receipt_form form label{
    font-weight: bold !important;
    width: 40%;
    padding-right:4%;
    gap: 10px;
}
.international_student_receipt_form form input{
    width: 60%;
}

.preview-modal-body{
    font-family: "Montserrat", sans-serif !important;
         
}
.preview-table tr td{
    color: #222222 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
}
.preview-table tr th{
    font-weight: bold !important;
    font-size: 15px !important;
}
.contenthead{
    padding: 7px 10px 0px;
}

.email-column {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
.custommargin{
    margin-bottom: 0px;
    margin-top: 0px;
}

.calculation_grade_input{
    padding: 1px !important;
     
    height: calc(2.25rem + -18px) !important;
    
    font-size: 10px !important;
    border: 1px solid #6b6c6d !important;
    text-align: left !important;

}
.save-button{
    background-color: var(--primaryYellowMain) !important;
    border: none !important;
}
.edit-button{
    background-color: var(--primaryRed) !important;
    border: none !important;
}
.download-button{
    background-color: var(--primaryBlack) !important;
    border: none !important;
}

.header-info{
    position: absolute;
    top: 53px;
    left: 78px;
    color: white;
    font-size: 26px;
    font-weight: bold;
}
.osa-image-preview{
    position: absolute;
        top: 37px;
        right: 87px;
        width: 159px;
        height: 134px;
}
.checkbox-label{
    display:block !important;
}
  
.ouac-close-btn{
    border: none;
    background: transparent;
    font-size:24px;

}

.cancel-button, .update-button{
    border: none;
    color: white;
    font-weight: 400;
    cursor: pointer;
    
}
.update-button{
    background: var(--primaryYellowMain);
}
.update-button:hover{
    background: var(--primaryRed);
}
.cancel-button{
    background: var(--primaryBlack);
}
.cancel-button:hover{
    background: var(--primaryRed);
}

.homeroom-teacher-section{
    display: flex;
    gap:20px;
    align-items: center;
    padding-left: 11px;
}
.homeroom-teacher-section label{
    white-space: nowrap;
}
.homeroom-teacher-section .choices__inner{
    min-height: 35px;
    width: 240px;
}
.termSelectWrap{
    width: 100% !important;
    display: inline-block;
    padding: .375rem -0rem !important;
}
.teacher_list, .course_date, .end-date-course, .coach_teacher_name_section{
    padding: .375rem -0rem !important;
}

/* withdrawn modal css */

.withdrawn-active-modal-body{
    height: 174px;
    overflow-y: scroll;
}

.withdrawn-btn-gradebook{
    margin-top: 12px;
}
.withdrawn-btn-gradebook:hover{
    background: var(--primaryBlack);
}

.student-withdrawn-checkbox{
    float: right;
    margin-top: 3px;
}

.report-modal-btn{
    background: var(--primaryYellowMain);
}
.report-modal-btn:hover{
    background: var(--primaryBlack);
}

.page-container canvas{
    width: 100%;
}
.err-text-msg{
    white-space: normal; 
  }

 /* student assigned modal css */
.student-assigned-modal {
    max-height: 250px;
    overflow-y: auto;
  }
  
  .student-assigned-modal table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
  }
  
  .student-assigned-modal table thead th {
    position: sticky;
    top: 0;
    background-color: #cb0000 !important;
    color: white;
    z-index: 2;
  }
  
  /* icon color on staff page */
  .red-color-icon{
    color: #cb0000 !important;
  }

  .recent-student-count{
    margin-left: 6px;
    background-color: #fcc200 !important;
  }
  
 /* couse status btn css */
 .course-status-parent-td{
    text-align: center;
 }
 .course-status-btn{
    padding: 6px 12px;
    border: none;
    background: #fcc200;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    font-weight: 600;
 }

 .student-course-list-body{
    font-size: 14px; 
 }

 .student-course-list-table-section{
    max-height: 200px;
    overflow-y: scroll;
 }
 .student-course-list-table-section::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.student-course-list-table-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

/* Handle */
.student-course-list-table-section::-webkit-scrollbar-thumb {
    background: #cb0000;
    border-radius: 8px;
}

 .sticky-header-table{
    position: sticky;
    top: 0px;
    background: #cb0000;
    z-index: 999;
 }
  .custom-tab {
    
    background-color: var(--primaryBlack);
    color: white;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 4px;
  }
  
  /* Hover State */
  .custom-tab:hover {
    background-color: var(--primaryRed);
    color: white;
  }
  
  /* Active Tab */
  .custom-tab.active {
    background-color: var(--primaryRed) !important;
    color: white !important;
    border: none;
  }

  /* hover effect on btns */
  .hover-effect:hover {
background-color: var(--primaryYellowMain) !important;
border: 1px solid var(--primaryYellowMain) !important;
  }

  /* add asterisks */
  .required-label::after {
    content: " *";
    color: red;
}

.add-black-bg{
    background-color: var(--primaryBlack) !important;
    color: white !important;
}
.add-black-bg:hover{
    background-color: var(--primaryRed) !important;
    color: white !important;
    border: 1px solid var(--primaryRed) !important;
}

.hover-black:hover{
    background-color: var(--primaryBlack) !important;
}
  
 /* solve z index issue on students icons */
 .tooltip-no-zindex{
    z-index: auto !important;
 }
 .high-margin-top{
  
    margin-top: 50px;
 }




 .tooltip .tooltiptext1 {
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip:hover .tooltiptext1 {
    visibility: visible;
}
.resend-all-btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.resend-btn{
    background-color: var(--primaryYellowMain) !important;
    color: white !important;
    border: none !important;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* Wrapper class to enable scroll and set height */
.table-scroll-wrapper {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  /* Fix table layout for sticky headers */
  .table-scroll-wrapper table {
    border-collapse: separate;
    border-spacing: 0;
  }
  
  /* Sticky header style */
  .table-scroll-wrapper thead th {
    position: sticky;
    top: 0;
    background-color: var(--primaryRed);
    z-index: 2;
  }
  
.btn-primary1:disabled{
    color: #fff;
    background-color: var(--primaryGray);
}

#selected_students_list{
    color: #000000 !important;
}

.navFilters .gradebookFiltersdropdown .gradebookFiltersdropdownMenu.show::-webkit-scrollbar-thumb{
    background: var(--primaryRed) !important;
}
.widthdrawn-reason-text{
    font-size: 12px;
    color: var(--primaryRed);
    padding-left: 40px;

}

/* withdrawn table overflow css */
.withdrawn-table{
    max-height: 390px;
    overflow: scroll;
}
/* For Webkit browsers (Chrome, Edge, Safari) */
.withdrawn-table::-webkit-scrollbar {
    width: 5px;         /* scrollbar width */
    height: 5px;        /* scrollbar height (for horizontal) */
}

.withdrawn-table::-webkit-scrollbar-track {
    background: #f1f1f1;   /* track color */
    border-radius: 10px;
}

.withdrawn-table::-webkit-scrollbar-thumb {
    background: var(--primaryRed);       /* scrollbar color */
    border-radius: 10px;
    cursor: pointer;
}
 