html,
body {
    height: 100%;
}

.loginpage {
    background: #EFF4FF;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginform .form-control {
    padding: 12px 12px;
    display: inline-block;
}

.logbutton {
    background: #0076be;
    border: none;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 22px;
    transition: 0.3s;
}

.logbutton:hover {
    background: #ed3237;
}

.loginpage .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    width: 140px;
    color: #878787;
}

.loginpage .nav-pills .nav-link.active {
    background: transparent;
    color: #ed3237;
    border-left: 3px solid;
}

.loginpage .tab-content {
    background: #0076be;
    color: #fff;
    border-radius: 10px;
    padding: 120px 30px;
    width: 100%;
}

.loginpage .tab-content a {
    color: #fff;
    text-decoration: none;
}

.side-navbar {
    width: 250px;
    height: 100%;
    position: fixed;
    margin-left: -300px;
    background-color: #f9f9f9;
    transition: 0.5s;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
    background-color: #ffffff26;
}

.my-container {
    transition: 0.4s;
}

.active-nav {
    margin-left: 0;
}

/* Dashboard */
.class {
    /* padding: 15px; */
    /* border: 1px solid #c4c4c4; */
    border-radius: 10px;
    /* box-shadow: 2px 2px 10px rgb(0 0 0 / 8%); */
}

td.batch_name.clr_alt {
    padding: 10px 15px;
    color: #F3891E;
    background: #FFF3E8;
    border-radius: 5px;
}

td.batch_name.clr {
    padding: 10px 15px;
    color: #36DF83;
    background: #EEFFED;
    border-radius: 5px;
}

.dash_row{
    margin: 5px 0px;
}

.dash_row.head{
    width: 100%;
    background: #fff;
    padding: 15px 0px;
}

.dash_row:hover {
    background-color: #e03651!important;
    color: #fff;
}

.dash_row.head:hover {
    background: none;
    color: #141414;
}

.class p {
    margin: 0;
}

.course_name {
    font-weight: 600;
}

.course_prog {
    padding: 20px 20px 0px 20px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    height: 100%;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 8%);
}

.notification {
    padding: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    height: 100%;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 8%);
}

.success {
    background: #C5F7DD;
    padding: 10px 10px;
    border-radius: 10px;
    border-left: 6px solid #3dba77;
}

.cancelled {
    background: #FFD6D6;
    padding: 10px 10px;
    border-radius: 10px;
    border-left: 6px solid #FF0000;
}

.rescheduled {
    background: #EBF2FF;
    padding: 10px 10px;
    border-radius: 10px;
    border-left: 6px solid #0076BE;
}

.success_msg {
    color: #3DBA77;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.cancel_msg {
    color: #FF0000;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.re_msg {
    color: #0076BE;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.not_course {
    font-weight: 600;
    font-size: 14px;
}

.msg {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-top: 6px !important;
}

.course_hd {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #878787;
}

.view_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0076BE;
}

.dash_stats {
    border: 1px solid #c4c4c4;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 8%);
}

span.frm_error {
    display: block;
    margin-top: -25px;
    margin-bottom: 15px;
}

.stat_num {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-top: 15px;
}

.stat_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #878787;
    margin-bottom: 0px;
}

.stat_img {
    width: 25%;
    margin: auto;
}

.view_link {
    text-decoration: none;
}

.progress {
    border-radius: 10px;
    background-color: #f1f1f1;
    height: 1rem;
    width: 20em;
}

.progress-bar {
    border-radius: 10px;
}

/* End of Dashboard */

/* for main section */
.active-cont {
    margin-left: 250px;
}

#menu-btn {
    margin-left: -10px;
    font-size: 18px;
}

.side-navbar ul a {
    color: #303030;
    border-radius: 8px;
    transition: 0.2s;
    position: relative;
    margin: 1px 0;
}

.side-navbar .nav-item.has-submenu .nav-link:before {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 8px;
    font-size: 15px;
}

.side-navbar ul a:hover,
.side-navbar ul a.active {
    color: #fff;
    background: #E03651;
}

.side-navbar .submenu a:hover,
.side-navbar .submenu a.active {
    background: #0076be;
}

.side-navbar .submenu {
    list-style: none;
    padding: 0;
    margin: 8px 0 8px 12px;
}

.side-navbar .submenu a {
    text-decoration: none;
    padding: 6px 12px;
    display: block;
    margin-bottom: 5px;
}

.side-navbar .submenu a i {
    margin-right: 5px;
}

hr {
    color: #535353;
}

.side-navbar ul.nav {
    padding: 0 15px;
}

a#logo {
    padding: 15px 20px;
    text-decoration: none;
    display: inline-block;
}

.scroll_part::-webkit-scrollbar {
    display: none;
}

.scroll_part {
    overflow-y: auto;
    height: 80vh;
}

.profile_drop {
    border: none;
    background: none;
    padding: 0;
}

.profile_drop img {
    width: 40px;
    border-radius: 50%;
}

.dropdown-menu[data-bs-popper] {
    left: auto !important;
    right: 0;
    border: 0;
    box-shadow: 0px 0px 6px #78787878;
}

.mrng h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.mrng p {
    font-size: 13px;
    margin-bottom: 0;
}

.addCenter {
    background: #F9F9F9;
    border-radius: 8px;
}

.main_content {
    padding: 20px;
}

input.form-control,
select.form-select {
    padding: 10px 15px;
}

.addCentre {
    text-decoration: none;
    border: 1px solid #cfcfcf;
    color: #141414;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 8px;
}

table.table a {
    color: #141414;
}

table.table a:hover {
    color: #0d6efd;
}

.Avail {
    width: 15px;
    height: 15px;
    background: green;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}

.NotAvail {
    width: 15px;
    height: 15px;
    background: #dc3545;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}

.fac_det a {
    text-decoration: none;
    color: #141414;
}

.fact_tabs .nav-pills {
    width: 15%;
}

.fact_tabs .tab-content {
    width: 85%;
    border: 1px solid #878787;
    padding: 40px;
    border-radius: 0px 8px 8px 8px;
}

.subject_box {
    box-shadow: 0px 0px 18px #6868683d;
    border-radius: 10px;
    padding: 18px;
    margin-top: 15px;
    position: relative;
}

.subject_box .percent {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 13px;
    font-weight: 500;
    color: #7c7c7c;
}

.subject_box .progress {
    height: 8px;
    --bs-progress-bar-bg: #0076be;
}

.upcoming_cl {
    box-shadow: 0px 0px 18px #6868683d;
    border-radius: 10px;
    padding: 18px;
    margin-top: 15px;
    position: relative;
    display: flex;
}

.upcoming_cl .lft_area {
    background: #e8ecef;
    text-align: center;
    font-size: 12px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    padding: 5px;
    width: 160px;
}

.upcoming_cl .ryt_area span {
    font-size: 13px;
    color: #7e7e7e;
}

.topic_cvr {
    box-shadow: 0px 0px 18px #6868683d;
    border-radius: 10px;
    padding: 18px;
    margin-top: 15px;
    position: relative;
}

.topic_cvr .sngl_topic img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.topic_cvr .sngl_topic span {
    font-size: 13px;
    color: #7e7e7e;
}

.topic_cvr .sngl_topic h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.topic_cvr .sngl_topic {
    margin: 10px 0;
}

.topic_cvr .sngl_topic .date {
    margin-left: 20px;
}

.fact_tabs .nav-pills .nav-link {
    border: 1px solid #878787;
    border-radius: 0;
    color: #505050;
    margin-bottom: -1px;
    margin-right: -1px;
}

.fact_tabs .nav-pills .nav-link.active {
    background: transparent;
    color: #0176be;
    border: 2px solid #0176be;
}

.fact_tabs .nav-pills .nav-link:first-child {
    border-radius: 8px 0px 0px 0px;
}

.bootstrap-select {
    width: 100% !important;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin: 3px 0 15px;
}

.calender input {
    display: none;
}

.calender label {
    width: 35px;
    height: 35px;
    border: 1px solid #0076BE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 8px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}

.calender label.active {
    background: #0076BE;
    color: #fff;
}

.date_tabs ul {
    list-style: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.date_tabs ul li {
    border-bottom: 3px solid #c3c3c3;
    padding: 8px 8px;
    text-align: center;
    float: left;
    width: 16.666%;
    font-size: 14px;
    cursor: pointer;
}

.date_tabs ul li.active {
    border-color: #0076BE;
}

.date_tabs ul li span {
    color: #0076BE;
    display: block;
    font-size: 13px;
}

.timings ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.timings ul li {
    color: #0076BE;
    border: 1px solid;
    border-radius: 5px;
    padding: 4px 12px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 15px;
}

.timings ul li.active {
    background: #0076BE;
    color: #fff;
}

.multi-field-wrapper {
    position: relative;
}

.add-field {
    position: absolute;
    right: 0;
    top: 2px;
    border-radius: 5px;
    border: none;
    background: #0d6efd;
    color: #fff;
    padding: 8px 12px;
}

.multi-field {
    position: relative;
    margin-right: 50px;
}

.remove-field {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    border: none;
    background: transparent;
}

.canceled_sign span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #0d6efd;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: -3px;
}

.rescheduled_sign span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #dc3545;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: -3px;
}
.class_edits i {
    visibility: hidden;
}
.dash_row:hover .class_edits i{
visibility: visible;
}
.class_edits {
white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    #AffectedClasses .modal-dialog {
        max-width: 80%;
    }
}

.btn-primary {
    background-color: #E03651 !important;
    border: 1px solid #E03651 !important;
}

.btn-outline-primary {
    color: #E03651 !important;
    border: 1px solid #E03651 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #E03651 !important;
    border: 1px solid #E03651 !important;
}

.btn[data-action="decrementHours"],
.btn[data-action="decrementMinutes"],
.btn[data-action="incrementHours"],
.btn[data-action="incrementMinutes"] {
    position: relative;
}

.btn[data-action="decrementHours"]::before,
.btn[data-action="decrementMinutes"]::before,
.btn[data-action="incrementHours"]::before,
.btn[data-action="incrementMinutes"]::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    left: 40%;
    top: 40%;
}

.btn[data-action="decrementHours"]::before,
.btn[data-action="decrementMinutes"]::before {
    transform: rotate(135deg);
}

.btn[data-action="incrementHours"]::before,
.btn[data-action="incrementMinutes"]::before {
    transform: rotate(-45deg);
}

.timeicon {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #e03651;
    cursor: pointer;
}

.removethesec {
    position: absolute;
    right: 0;
    top: 0;
}

.scroll_menu {
    overflow-y: scroll;
    height: 80vh;
}

.scroll_menu::-webkit-scrollbar {
    display: none;
}

.fc-daygrid a {
    text-decoration: none;
    color: #181818;
}

span.bi.bi-chevron-left:before {
    content: '\f053';
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
}

span.bi.bi-chevron-right:before {
    content: '\f054';
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
}

.assignFilter {
    text-decoration: none;
    color: #383535;
}

.assignFilter>span {
    color: #e03651 !important;
}

.date_tabs ul li.active {
    border-color: #e03651 !important;
}

.timings ul li.active {
    background: #e03651;
    color: #fff;
}

.timings ul li {
    color: #e03651;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    color: #fff;
    background: #E03651;

}

.nav-tabs .nav-link,
.nav-tabs .nav-link {
    color: #141414;
    background: #eee;
    margin-right: 10px;
}

#calendar button.fc-dayGridMonth-button {
    margin-right: 2px;
}

button.fc-timeGridWeek-button {
    margin-right: 2px;
}

button.fc-timeGridDay-button {
    margin-right: 2px;
}

/* New CSS 10-8-22 */
.dash_area {
    border: 1px solid #c4c4c4;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 8%);
    padding: 0px 15px;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: scroll;
}

.dash_cont_head{
    padding: 15px 0px;
    background: #fff;
}

.dash_head{
    text-align: center;
    font-weight: 600;
}

.w-100{
    width: 100%;
}

.nav-pills .nav-link.active.course_active, .nav-pills .show>.nav-link.course_active {
    background-color: #e03651;
    color: #fff;
}

.nav-pills .nav-link.course_active, .nav-pills .show>.nav-link.course_active{
    color: #141414;
}

.nav-pills .nav-link.active.course_active, .nav-pills .show>.nav-link.course_active:focus-visible {
    outline: none;
}

.bdr{
    border-right: 1px solid #c4c4c4;
}

.bdb{
    border-bottom: 1px solid #c4c4c4;
}

a{
    text-decoration: none;
    color: #000;
}
.avail{
    color: #36DF83;
}

.v_more{
    color: #141414;
    font-weight: 600;
}

.v_more:hover{
    color: #e03651;
    font-weight: 600;
}

.class_table{
    padding: 5px;
}

.class_table_head{
    padding: 5px;
}

.class_table_row:hover{
    background-color: #e03651;
    color: #fff;
}

.course_hd{
    font-weight: 600;
    color: #000;
}

/* New CSS 8 Sep */
.dash_row td {
    font-size: 15px;
    padding: 5px;
}

.csv_btn{
    font-size: 14px;
    color: #fff;
    background-color: #e03651;
    border-color: #e03651;
    font-weight: 400;
}

.csv_btn:hover{
    background-color: #0076BE;
    color: #fff;
    border-color: #0076BE;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single {
    height: 46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 8px !important;
}
.select2-container .select2-selection--multiple {
min-height: 45px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px !important;
}
.active>.page-link, .page-link.active {
    background-color: #e03651;
    border-color: #e03651;
}