:root{
    --header-bg-color:#C7C4E3;
    --header-border-color:#A6A1D3;
    --badge-bg:#3d2d4e;
}

.faculty_dashboard .element_inner{
    background: #fff;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px!important;
}
.faculty_dashboard .element_inner .element-header{
    background: var(--box_header_color);
    padding: 10px;
    margin:-15px -15px 10px -15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border:1px solid var(--link_hover);
    display: flex;
    gap: 10px;
    align-items: center;
    
}
.faculty_dashboard .element_inner .element-header.between{
    justify-content: space-between;
    
}
.faculty_dashboard .element_inner .element-header h4{
    font-size: 15px!important;
    font-weight: 600!important;
    margin-bottom: 0!important;
    color: #000!important;
}
.faculty_dashboard .ScrollStyle{
    overflow: hidden!important;
}
.faculty_dashboard .element_inner .subject-detailblk {
    background: var(--sub_header_color);
    padding: 5px;
    box-shadow: none !important;
    line-height: 1.5;
    display: flex;
    width: 100%;
    border-radius: 5px;
    gap: 3px;
}
.faculty_dashboard .course_box{
    height: 200px;
    overflow-y: scroll;
    margin-top: 8px;
    scrollbar-width: thin;
}
.faculty_dashboard .course_box ul {
    list-style: none;
    padding: inherit;
}
.faculty_dashboard .course_box ul .staff-dash{
    /* display: flex; */
}
.faculty_dashboard .course_box ul li a{
    text-decoration: none;
    padding: 4px 10px 4px 0;
    display: block;
    border-bottom: 1px dashed #b5b5b5;
    color: #000;
    font-size: 13px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faculty_dashboard .staff-dash a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    background: var(--link_btn);
    padding: 2px 5px!important;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block!important;
    font-weight: 500;
    margin-right: 5px;
    border-bottom: 0px!important;
    
}
.faculty_dashboard .staff-dash a:hover {
    background: #f6eaf4;

}
.faculty_dashboard .course_box ul li {
    margin: 0px 10px 0px 5px;
}
.faculty_dashboard .course_box ul li a i {
    font-size: 12px;
    color: var(--main-color);
}
.faculty_dashboard .course_box ul li a:hover {
    color: #000;
    background: var(--link_hover);
}
.faculty_dashboard .element_inner .element-header .nav-tabs {
    border-bottom: 0px solid #dee2e6!important;
    gap: 14px;
    margin-left: 20px;
}
.faculty_dashboard .element-wrapper .element_inner .nav-tabs li a.active.show {
    color: var(--main-color)!important;
    background: none !important;
    font-weight: 600;
    border-bottom: 0px solid rgb(168, 46, 46)!important;
    border-radius: 0px !important;
    text-decoration: none;
    font-size: 13px;
}

.faculty_dashboard .element-wrapper .element_inner .nav-tabs li a.active.show .badge {
    background-color: var(--main-color) !important;
    color: #fff!important;
    font-size: 12px;
}
.faculty_dashboard .element-wrapper .element_inner .nav-tabs li a .badge {
    color: var(--main-color) !important;
    font-size: 12px;
}
.faculty_dashboard .element-wrapper .element_inner .nav-tabs li a {
    text-decoration: none;
    color: #484848;
    font-weight: 600;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    outline: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}
.faculty_dashboard .element-wrapper .element_inner .nav-tabs li a:hover .badge,
.faculty_dashboard .element-wrapper .element_inner .nav-tabs li a.active .badge {
    background-color: var(--main-color) !important;
    color: #fff!important;
}
.faculty_dashboard .element-wrapper .element_inner .nav-tabs li a:hover,
.faculty_dashboard .element-wrapper .element_inner .nav-tabs li a.active {
    color: #000 !important;
    border: 0px;
    border-bottom: 3px solid var(--main-color);
    /* font-weight: 600; */
    /* font-size: 13px; */
    padding-bottom:9px;
    padding-left: 5px;
    padding-right: 5px;
}
.faculty_dashboard table.dataTable {
    width: 99.6% !important;
}
.faculty_dashboard table th {
    font-size: 12px!important;
    font-weight: 600;
}
.faculty_dashboard .staffdashboard .stn_dashbrd_container {
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.faculty_dashboard .attendance_box {
    height: 280px;
    overflow-y: scroll;
    margin-top: 8px;
    scrollbar-width: thin;
    padding-right: 10px;
    margin-bottom: 20px;
}
.faculty_dashboard .attendance_box .accordion-button {
    padding: .3rem .6rem;
    font-size: 14px;
    font-weight: 600;
    background: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 3px;
}
.faculty_dashboard .attendance_box #accordionExample .accordion-body {
    padding:0!important;
}
.faculty_dashboard .attendance_box #accordionExample .accordion-body table th{
    text-align: left!important;
}
.faculty_dashboard .attendance_box #accordionExample .accordion-body table{
    margin-bottom: 5px;
}
.faculty_dashboard ul.attendace_calc{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.faculty_dashboard ul.attendace_calc li{
    margin-right: 3px;
}
.faculty_dashboard ul.attendace_calc li a{
    padding: 0px 5px;
    border-radius: 5px;
    text-decoration: none;
    background: var(--secondary-color);
    color: #fff !important;
    text-align: center;
    border: 0;
    font-size: 12px !important;
    font-weight: 500;
}

.faculty_dashboard .attendance_box .accordion-item {
    background-color: #fff;
    border: 0!important;
}
.faculty_dashboard .attendance_box .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125); */
}
.faculty_dashboard .attendance_box .accordion-button span{
    color: var(--secondary-color);
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
}
.faculty_dashboard .attendance_box .accordion-button{
    font-size: 12px!important;
}
.faculty_dashboard .attendance_box .accordion-button::after {
    background-size: .8rem;
    width: .8rem;
    height: .8rem;

}
.faculty_dashboard h6.custom{
    font-weight: 600;
    text-align: center;
}
.faculty_dashboard .swap-date{
    border-top: 1px dashed #c7c7c7;
    border-bottom: 1px dashed #c7c7c7;
    padding: 7px 0px;
    margin: 20px 0px;
    color: #624e8c;
    font-weight: 600;
}
.faculty_dashboard .swap-from{
    font-weight: 600;
}
.faculty_dashboard .element_inner .element-header .trigger_popup_fricc {
    padding: 0px 3px !important;
}
.faculty_dashboard .course_box ul li a:hover i.fa-chevron-right {
    right: -6px;
    position: relative;
    
    /* animation: slide1 1s ease-in-out infinite; */
}
.faculty_dashboard .course_box ul li a i.fa-chevron-right {
    right: 0px;
    position: relative;
    transition: all 0.2s ease-out;
    /* animation: slide1 1s ease-in-out infinite; */
}

@keyframes slide1 {
    0%,
    100% {
      transform: translate(-5px, 0);
    }
  
    50% {
      transform: translate(5px, 0);
    }
  }

.faculty_dashboard .owl-carousel .owl-dots.disabled, 
.faculty_dashboard .owl-carousel .owl-nav.disabled, 
.faculty_dashboard .owl-dots, .faculty_dashboard.owl-nav {
    display: block!important;
}
.faculty_dashboard .modal-header h4,
.newtheme .modal-header h4 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600 !important;
}
.faculty_dashboard .modal-header, 
.modal-header.newtheme,
.newtheme .modal-header{
    background: var(--box_header_color)!important;
    color: #fff !important;
    padding: 10px;
    border: 1px solid var(--link_btn);
    color: #000 !important;
}
.faculty_dashboard .modal-dialog #heading{
    color: #000 !important;
}
.faculty_dashboard .course_box ul li a span i {
    font-size: 12px;
    color: var(--main-color);
    margin-right: 5px;
}
.faculty_dashboard ul.attendace_calc li a:hover {
    background: #624e8c;
}
body {
    color: #000!important;
    font-weight: 500;
}
.faculty_dashboard #student_attendance1_hour .input-group-text {
    border-top-left-radius: 0;
    padding: 0.6rem .75rem!important;
}
/* .btn-primary {
    background-color: var(--main-color) !important;
    border: solid 1px var(--button_1-color) !important;
    color:#fff !important;
    border-color: var(--main-color) !important;
} */
.faculty_dashboard #dTable-p_wrapper .dt-buttons{
    display: none;
}
.faculty_dashboard table thead,
.lesson_plan table thead,
.qp_settor table thead,
.edit_course table thead{
    position: sticky;
    top: -2px;
    background-color: var(--main-color);
    z-index: 2;
    color: #fff!important;
}
.faculty_dashboard table.dataTable thead tr > .dtfc-fixed-left, 
.faculty_dashboard table.dataTable thead tr > .dtfc-fixed-right, 
.faculty_dashboard table.dataTable tfoot tr > .dtfc-fixed-left, 
.faculty_dashboard table.dataTable tfoot tr > .dtfc-fixed-right {
    top: 0;
    bottom: 0;
    z-index: 3;
    background-color: var(--main-color) !important;
}
.faculty_dashboard table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
}
/* .table-scrollable {
    max-height: 40vh !important;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
} */
.faculty_dashboard h6.med_heading {
    font-weight: 600;
    text-align: left;
    font-size: 15px;
}
.faculty_dashboard .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .faculty_dashboard .owl-nav button.owl-prev {
    left: 0;
  }
  .faculty_dashboard .owl-nav button.owl-next {
    right: 0;
  }
  
  .faculty_dashboard .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .faculty_dashboard .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    background-color: #ccc;
    margin: 0 3px;
  }
  .faculty_dashboard .owl-dots button.owl-dot.active {
    background-color: var(--main-color)!important;
  }
  
  .faculty_dashboard .owl-carousel .owl-nav button.owl-next, 
  .faculty_dashboard .owl-carousel .owl-nav button.owl-prev, 
  .faculty_dashboard .owl-carousel button.owl-dot {
    background-color: #c5c5c5!important;
}

.faculty_dashboard div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 8px;
}
.faculty_dashboard #datapop_hour .modal-lg {
    /* max-width: 50%!important; */
}
.faculty_dashboard h2.main_title img {
    height: 60px!important;
}

.faculty_dashboard .color-blue, 
.newtheme .color-blue{
    color: #ffa885;
}
.faculty_dashboard .form-control {
    padding:.15rem .3rem!important;
}
.faculty_dashboard table .form-control {
    border:0px!important;
}
.faculty_dashboard #sample_1_wrapper .table-scrollable{
    max-height: 44vh !important;
    scrollbar-width: thin!important;
}
.faculty_dashboard #dTable2_wrapper .table-scrollable{
    max-height: 44vh !important;
}
.faculty_dashboard .header_title h4 {
    margin-bottom: 0px !important;
}
.faculty_dashboard #sample_1_wrapper table th{
    line-height: 16px!important;
}
.faculty_dashboard .name_header {
    justify-content: left!important;
    gap: 15px!important;
    font-size: 12px!important;
    background: var(--sub_header_color);
    margin-top: 0px !important;
}
.faculty_dashboard .qpsettor #dTable1_wrapper{
    width: auto;
}

.faculty_dashboard .table-bordered>:not(caption)>*>* {
    border-width: 0px 1px 0px 0px!important;
}

/* ---------------- Inputbox width ---------------- */
.inp_30{
    width: 30px!important;
}
.inp_35{
    width: 35px!important;
}
.inp_40{
    width: 40px!important;
}
.inp_45{
    width: 45px!important;
}
.inp_50{
    width: 50px!important;
}
.inp_60{
    width: 60px!important;
}
.inp_65{
    width: 65px!important;
}
.inp_70{
    width: 70px!important;
}
.inp_75{
    width: 75px!important;
}
.inp_80{
    width: 80px!important;
}
.inp_90{
    width: 90px!important;
}
.inp_100{
    width: 100px!important;
}
.inp_110{
    width: 110px!important;
}
.inp_130{
    width: 130px!important;
}
.inp_150{
    width: 150px!important;
}
.inp_170{
    width: 170px!important;
}
.inp_200{
    width: 200px!important;
}
.inp_240{
    width: 240px!important;
}
.inp_245{
    width: 245px!important;
}
.inp_270{
    width: 270px!important;
}
.inp_330{
    width: 330px!important;
}
.faculty_dashboard .edit_course .element-header h4{

}
.faculty_dashboard .edit_course .element-header {
    background: var(--header-bg-color);
    padding:5px 10px;
    margin: -8px -8px 10px -8px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid var(--header-border-color);
    display: flex;
    gap: 10px;
    align-items: center;
}
.faculty_dashboard .edit_course .element-header h4{
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    color: #000 !important;
}
.faculty_dashboard .table>:not(:last-child)>:last-child>* {
    font-weight: 600!important;
    line-height: 13px;
    vertical-align: middle;
}
.faculty_dashboard .addMoreTable{
    color: #fff;
}
.faculty_dashboard .addMoreTable{
    color: #ffa885;
}
body {
    font-size: 13px!important;
    font-family: "Poppins", sans-serif!important;
}
.text-bold {
    font-weight: 600!important;
}
.faculty_dashboard .green-text h6{
    font-size: 12px;
    color: #429269;
}
.faculty_dashboard .note-bg {
    color: red;
    font-size: 12px;
    padding: 6px 10px;
    width: 100%;
    background: #ffeefc;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
}
.faculty_dashboard .note-list li{
    margin-right: 30px;
}
.faculty_dashboard .note-list {
    margin-left: 4px;
    padding-left: 24px;
}
#ui-datepicker-div{
/*    z-index: 9999!important;*/
}
.faculty_dashboard .fltymenubblk a.btn-lg {
    font-size: 13px;
    text-decoration: none;
    background: #e7e6f9;
    padding: 2px 5px !important;
    border-radius: 3px;
}
.faculty_dashboard .btn-primary,
.faculty_dashboard .btn-primary {
    background-color: var(--link_btn) !important;
    border: solid 1px var(--main-color) !important;
    color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    font-weight: 600;
}
.faculty_dashboard .btn-primary:hover,
.btn-primary:hover {
    background-color: var(--main-color) !important;
    border: solid 1px var(--main-color) !important;
    color: #fff !important;
/*    font-weight: 600;*/
}
.breadline1 .nav-link, .breadline2 a.l2highlight, .breadline3 .childMenu {
    font-size: 11px!important;
}
.faculty_dashboard table thead tr th{
    background-color: var(--main-color) !important;
    border-color: var(--th_border);
    vertical-align: middle;
    padding: 5px 15px 5px 5px !important;
}
.faculty_dashboard table thead tr th a{
    color: #fff!important;
    text-decoration: none;
}
.faculty_dashboard div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
    text-decoration: none;
    /* border: solid 1px #dcdcdc; */
    /* padding: 10px 10px; */
    padding: 0px 10px;
    border-radius: 4px;
}
.faculty_dashboard div.dataTables_wrapper div.dataTables_paginate ul.pagination li a{
    border: 0px!important;
}
.faculty_dashboard table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}
.dropdown-item {
    font-size: 13px!important;
}
h2.main_title img {
    height: 60px!important;
}
.bb_icon{
    color: var(--main-color);
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
}
/* .header_title {
    display: flex;
    align-items: center;
} */
.table-scrollable {
    /* border: 1px solid #e9e8e8; */
}

.lesson_plan.newtheme .name_header,
.qp_settor .name_header {
    justify-content: center!important;
    background: none;
    gap: 20px;
}
.faculty_dashboard .owl-nav button {
    width: 24px;
    height: 28px;
    font-size: 20px;
    border-radius: 5px;
    background: var(--main-color);
}
.qp_settor .dataTables_wrapper{
    width: auto;
    margin: 0 auto;
}
/* .qp_settor_wrapper {
    justify-content: center;
    display: flex;
} */
.qp_settor_wrapper .table-scrollable {
    margin-top: 5px;
}
.bootbox-body {
    line-height: 24px;
}
.newtheme .form-label {
    margin-bottom: 0rem!important;
    font-size: 12px!important;
}
/* .addMoreTable{
    color: #fff!important;
} */
.newtheme table thead tr th {
    font-weight: 600!important;
}
.newtheme table tbody tr td {
    font-weight: 500!important;
}
.edit_course #cotable .form-select {
    background-position: right 0.2rem center!important;
    padding:1px 10px 1px 5px;
}
.table-scrollable .table thead {
/*    top: -1px!important;*/
}
.popup_date {
    flex-wrap: wrap;
}
.table-scrollable {
    scrollbar-width: thin!important;
}
.faculty_dashboard .header_title{
    margin-bottom: 5px;
}
.faculty_dashboard .course_box ul li i {
    font-size: 12px;
    color: var(--main-color);
    margin-right: 2px;
}

.newtheme .form-control, .newtheme .form-select {
    color: #000000 !important;
    font-size: 13px;
}
.newtheme table .form-select {
    background-position: right .1rem center!important;
    border: 0px !important;
    padding: 2px 20px 2px 2px!important;

}
.subject-detailblk-custom {
    background: var(--sub_header_color);
    padding: 5px;
    box-shadow: none !important;
    line-height: 1.5;
    display: flex;
    width: 100%;
    border-radius: 5px;
    gap: 3px;
    flex-wrap: wrap;
}
#table2_wrapper > .row {
    margin-bottom: 5px;
}
#table2 thead tr th{
    padding: 5px 17px 5px 5px !important;
}

.faculty_dashboard table thead tr td{
    border-color: var(--th_border);
}
.modal .modal-header.newtheme .btn-close,
.modal .newtheme .modal-header .btn-close {
    color: #000!important;
}
/* .newtheme .dataTables_wrapper {
    width: fit-content;
    margin: 0 auto;
} */


/* Responsive css */


@media screen and (min-width: 300px) and (max-width: 1024px){
    .newtheme .dataTables_wrapper {
        width: auto!important;
        margin: 0 auto;
    }
    .fit-content {
        width: auto!important;
        margin: 0 auto;
    }
    .faculty_dashboard .element_inner .element-header.wtabs {
        flex-wrap: wrap!important;
    }
    .faculty_dashboard .element_inner .element-header .nav-tabs {
        gap: 5px!important;
        margin-left: 0px!important;
    }
    .faculty_dashboard .element_inner .element-header{
        flex-wrap: wrap!important;
    }

    /*userprofile tab correction issue updated by Gopal*/
    .faculty_dashboard .nav.nav-tabs li{
        height: 32px;
    }

    .qp_settor .dataTables_wrapper {
        width:auto!important;
    }
    .lesson_plan.newtheme .name_header, .qp_settor .name_header {
        gap: 5px!important;
    }
    .modal-dialog.newtheme {
        width: 100%!important;
    }
  }

  


@media screen and (min-width: 1200px) and (max-width: 1440px){
    .faculty_dashboard #sample_1_wrapper .table-scrollable {
        max-height: 44vh !important;
    }
    .newtheme .table-scrollable{
        max-height: 44vh !important;
    }
    .newtheme .ime_table .table-scrollable{
        max-height: 48vh !important;
    }
    .uploaded_file .table-scrollable{
        max-height: 38vh!important;
    }
    .faculty_dashboard #sample_1_wrapper .table-scrollable.int_mark_form{
        max-height: 42vh !important;
        scrollbar-width: thin!important;
    }
    .newtheme.fees_form .table-scrollable {
        max-height: 58vh !important;
    }
    .modal-dialog.newtheme {
        width:fit-content!important;
    }
  }

  @media screen and (min-width: 1441px) and (max-width: 1920px){
    .faculty_dashboard #sample_1_wrapper .table-scrollable {
        max-height:64vh !important;
    }
    .newtheme .table-scrollable{
        max-height: 64vh !important;
    }
    .uploaded_file .table-scrollable{
        max-height: 56vh!important;
    }
    .faculty_dashboard #sample_1_wrapper .table-scrollable.int_mark_form{
        max-height: 60vh !important;
        scrollbar-width: thin!important;
    }
    .newtheme.fees_form .table-scrollable {
        max-height: 62vh !important;
    }
    .modal-dialog.newtheme {
        width:fit-content!important;
    }
  }

  .newtheme.iam .name_header {
    gap: 0px;
}

.newtheme table thead tr th{
    background-color: var(--main-color) !important;
    border-color: var(--td_border);
    vertical-align: middle;
    padding: 2px 15px 2px 5px !important;
    line-height: 14px;
}

.newtheme table thead tr th a{
    color: #fff!important;
    text-decoration: none;
}
.newtheme table thead{
    position: sticky;
    top: -2px;
    background-color: var(--main-color);
    z-index: 2;
    color: #fff !important;
}
.modal-body.newtheme h6{
    font-size: 14px;
    font-weight: 600;
}
.newtheme table .form-control {
    border: 0px !important;
}
.newtheme .form-control {
    padding: .15rem .3rem !important;
}
.newtheme .table-scrollable {
    margin-top: 5px;
}
.newtheme table.dataTable thead tr > .dtfc-fixed-left, 
.newtheme table.dataTable thead tr > .dtfc-fixed-right, 
.newtheme table.dataTable tfoot tr > .dtfc-fixed-left, 
.newtheme table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: var(--main-color) !important;
}
.newtheme .notification {
    color: red;
    font-size: 12px;
    padding: 3px 10px;
    width: 100%;
    background: #ffeefc;
    margin-bottom: 5px;
}
.newtheme .notification .note_inner{
    display: flex;
    gap:20px
}
.modal-header.newtheme h4 {
    font-size: 14px!important;
}
.newtheme .form-select {
    background-position: right 0.2rem center!important;
    padding:3px 20px 3px 5px!important;
    font-size: 13px!important;
}
.newtheme table.attn-tbl thead tr th {
    padding: 5px 2px 5px 2px !important;
    font-size: 11px!important;
}
.newtheme .form-att-det .table-scrollable {
    max-height: 50vh !important;
}
.newtheme table tbody tr td{
    border-color: var(--td_border)!important;
}

/* ----------------------- Demo Styles ----------------------- */
ul.alumni_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.alumni_list li{
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.alumni_list li:last-child{
    border-bottom: 0px solid #bfbfbf!important;
}
ul.alumni_list li .badge{
    background: var(--secondary-color);
}

ul.alumni_list h6{
    color: var(--main-color);
    font-weight: 600;
}
ul.alumni_list span{
    font-size: 12px;
    margin-right: 5px;
}
ul.alumni_list span i{
    color: var(--main-color);
}
.item_inner{
    padding: 20px 50px;
}
ul.alumni_network{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.alumni_network li{
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(207, 207, 207);
    padding-bottom: 10px;
}
ul.alumni_network li:last-child{
    border-bottom: 0px solid rgb(207, 207, 207);
}
ul.alumni_network li h6{
    margin-bottom: 0px;
}

/* ----------------------- Demo Styles end----------------------- */


div.dataTables_wrapper div.dataTables_length select{
    min-width: 45px;
}
.faculty_dashboard .element_inner .element-header.wtabs {
    padding: 0px 15px 0px 15px;
}
.newtheme .element_inner .element-header .form-control {
    background: #fff !important;
    /* border:1px solid var(--main-color); */
}
.newtheme .chart_main{
    padding: 0px 0px 0px 0px;
    background: #f2f2f2;
}
.modal .modal-header .btn-close {
    color: #000000;
}
.fit-content{
    width: auto;
    margin: 0 auto;
}
.newtheme .element_inner .element-header .btn{
    padding: 2px 8px!important;
}
.newtheme .bg-light-custom{
    
}
.newtheme .detail-head {
    margin-top: 5px;
}
.newtheme .detail-head span {
    color: #fff !important;
}
.newtheme div.dataTables_wrapper div.dataTables_info {
    font-size: 11px!important;
}

.newtheme .name_header {
    justify-content: left!important;
    gap: 8px!important;
}
.newtheme .clr-red{
    color: red;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center!important;
}

.newtheme .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 1px 1px !important;
}
.newtheme .fa-copy
    {
        color: var(--main-color)!important;
    }
th.qp_list {
        background: var(--header-bg-color)!important;
}  
.newtheme table.dataTable tbody th,
.newtheme table.dataTable tbody td {
    padding: 5px!important;
}  

.bootbox .modal-dialog {
    transform: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.modal .newtheme .form-select {
    background-position: right .1rem center!important;
    padding: 2px 20px 2px 2px!important;
}
.modal.newtheme .form-control {
    padding:.34rem .3rem!important;
}
.table_scrl_wdth {
    width: auto;
    margin: 0 auto!important;
}
.newtheme .admissionTab {
    justify-content: left!important;
    background: var(--box_header_color)!important;
    gap: 15px;
    padding: 6px 20px 0px!important;
}
.newtheme .action-button li {
    background-color: var(--secondary-color)!important;
}
.newtheme .action-button li.delete {
    background-color: #dc3545!important;
}
.newtheme .admissionTab .nav-link:hover, 
.newtheme .admissionTab .nav-link:focus {
    border: 0px solid transparent!important;
}
.newtheme .dataTables_wrapper{
    width: auto;
    margin: 0 auto;
  }
.newtheme .nav-tabs .nav-link {
    border-top: 0px solid transparent!important;
    border-right: 0px solid transparent!important;
    border-left: 0px solid transparent!important;
}
.newtheme .addMoreTable i {
    font-size: 16px!important;
    vertical-align: middle;
    margin-top: 1px;
}
.newtheme.tble_min_height .table-scrollable {
    margin-top: 5px;
    min-height: 160px;
}
.faculty_dashboard table .btn-primary, 
.newtheme table .btn-primary {
    background-color: var(--secondary-color) !important;
    border: solid 1px var(--main-color) !important;
    color: rgb(255 255 255) !important;
    border-color: var(--main-color) !important;
    font-weight: 600;
}
.newtheme #dTable_filter {
    margin-bottom: 0px!important;
}
.qp-temp .table-scrollable{
    max-height: 56vh!important;
}
.scrl_55 .table-scrollable{
    max-height: 55vh!important;
}
.ques-count .table-scrollable{
    max-height: 38vh!important;
}
.newtheme .admissionTab .nav-link.active {
    border-bottom: 3px solid var(--main-color) !important;
}
.newtheme .toggle.btn {
    min-height: 1rem!important;
    font-size: 13px;
}
.newtheme .toggle .btn {
    font-size: 13px;
    padding: .1rem .7rem!important;
}
.newtheme .modal-dialog {
    width: fit-content;
}

.modal-dialog.newtheme  {
    width: fit-content;
}
/* .int_mark_form.table-scrollable{
    max-height: 38vh!important;
    scrollbar-width: thin;
} */

/* .faculty_dashboard .dataTables_wrapper {
    width: fit-content;
    margin: 0 auto;
} */
.newtheme .toggle-group .toggle-off {
    background-color: #767676!important;
}
.newtheme.fees_form .action-button li{
    margin-top: 0px!important; 
    margin-right: 0px!important;
}
.newtheme .action-button li a {
    padding: 4px 4px !important;
}
.newtheme table td,
.newtheme table th{
    vertical-align: middle;
}

