.select2-container .select2-selection--single{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;   
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: inherit;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.my-custom-scrollbar {
position: relative;
height: 200px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
span.badge.badge-success:hover{
cursor:pointer;
}

.top_to_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.select2 {
     width:100% !important;
}
.ui-autocomplete {
    font-size: 13px !important;
    width:150px;
    height:100px;
    overflow: auto;
}
.sms_mobile {
    width: 80%;
    float:left;
}
.sms_add_btn{
    float:right;
    width:15%;
    color:#fff;
}
.btn_add_icon{
    margin-top:3px;
}
.my-history-scrollbar {
position: relative;
height: 500px;
overflow: auto;
width:100%;
}
.loader{
    width:100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    text-align: center;
    z-index: 99999999;
    background: #fff;
    display: none;
    opacity: 0.6;
}
.loader img{
    position: fixed;
    top:50%;
    z-index: 9999999999;
}
.tab-loading{
    position: fixed;
    top:40%;
    left:0; 
    right:0;
    z-index: 9999999999;
}
#copy_permanent_address
{
    font-weight: bold;
    font-size:17px;
}

.widget-user{
   margin-bottom:20px !important;
}
.widget-user-header{
   height: 75px !important;
}
.card-footer{
   padding-top:25px !important;
}
.close_btn{
     border: none !important;
     outline:none !important;
     -moz-outline-style: none !important; 
}
.print-btn{
  position: absolute;
  right: 45px;
}
/*student outing credit page*/
.widget-user{
  margin-bottom:20px !important;
}
.widget-user-header{
  height: 75px !important;
}
.card-footer{
  padding-top:25px !important;
}
.table-text{
  height: 30px !important;
  width: 70px  !important;
}
  /*student outing credit page*/
.model-width-60{
  max-width: 60% !important;
}
.secondary .select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #007bff !important;
    border: 1px solid #1f2d3d !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #333 !important;
}
@media print {
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible!important;
    }
}

.hostel-hidden {
  display: block;
}
.timeline-scroll{
  height: 200px;
  overflow:auto;
}
.list_overflow{
  overflow: auto;
  height: 400px;
}

.calendar-label {
  width:100%;
  text-align:center;
}
.hostel-hide {
    display: none;
}
/*log viewer css*/
/*
         * Boxes
         */

        .box {
            display: block;
            padding: 0;
            min-height: 70px;
            background: #fff;
            width: 100%;
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            border-radius: .25rem;
        }

        .box > .box-icon > i,
        .box .box-content .box-text,
        .box .box-content .box-number {
            color: #FFF;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        }

        .box > .box-icon {
            border-radius: 2px 0 0 2px;
            display: block;
            float: left;
            height: 70px; width: 70px;
            text-align: center;
            font-size: 40px;
            line-height: 70px;
            background: rgba(0,0,0,0.2);
        }

        .box .box-content {
            padding: 5px 10px;
            margin-left: 70px;
        }

        .box .box-content .box-text {
            display: block;
            font-size: 1rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 600;
        }

        .box .box-content .box-number {
            display: block;
        }

        .box .box-content .progress {
            background: rgba(0,0,0,0.2);
            margin: 5px -10px 5px -10px;
        }

        .box .box-content .progress .progress-bar {
            background-color: #FFF;
        }

        /*
         * Log Menu
         */

        .log-menu .list-group-item.disabled {
            cursor: not-allowed;
        }

        .log-menu .list-group-item.disabled .level-name {
            color: #D1D1D1;
        }

        /*
         * Log Entry
         */

        .stack-content {
            color: #AE0E0E;
            font-family: consolas, Menlo, Courier, monospace;
            white-space: pre-line;
            font-size: .8rem;
        }

        /*
         * Colors: Badge & Infobox
         */

        .badge.badge-env,
        .badge.badge-level-all,
        .badge.badge-level-emergency,
        .badge.badge-level-alert,
        .badge.badge-level-critical,
        .badge.badge-level-error,
        .badge.badge-level-warning,
        .badge.badge-level-notice,
        .badge.badge-level-info,
        .badge.badge-level-debug,
        .badge.empty {
            color: #FFF;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        }

        .badge.badge-level-all,
        .box.level-all {
            background-color: #8A8A8A;
        }

        .badge.badge-level-emergency,
        .box.level-emergency {
            background-color: #B71C1C;
        }

        .badge.badge-level-alert,
        .box.level-alert  {
            background-color: #D32F2F;
        }

        .badge.badge-level-critical,
        .box.level-critical {
            background-color: #F44336;
        }

        .badge.badge-level-error,
        .box.level-error {
            background-color: #FF5722;
        }

        .badge.badge-level-warning,
        .box.level-warning {
            background-color: #FF9100;
        }

        .badge.badge-level-notice,
        .box.level-notice {
            background-color: #4CAF50;
        }

        .badge.badge-level-info,
        .box.level-info {
            background-color: #1976D2;
        }

        .badge.badge-level-debug,
        .box.level-debug {
            background-color: #90CAF9;
        }

        .badge.empty,
        .box.empty {
            background-color: #D1D1D1;
        }

        .badge.badge-env {
            background-color: #6A1B9A;
        }
        
        #entries {
            overflow-wrap: anywhere;
        }
.back-button{
  margin-top:15px;
}

.room-datatable {    
   font-size: .875rem!important;
}

/*End log viewer */

.profile_margin {
    margin-bottom:0px !important; 
}

.table_scroll{
  height:300px !important;
  overflow:auto;  
}

.email_detail_model{
    width:800px;
}
.hsc_marks{
    width: 80%;
    float:left;
}
.icon_white {
    color:#fff;
}
.table-history {
    max-height:300px;
    overflow-y: auto; 
}



/*Start Enquriy css*/
.enqiry_gender {
  margin-top:10px;
}
.icon_white {
  color: #fff;
}
.enquiry_marks { 
  width:45% !important;
  float: left;
}
.enquiry_total_marks {
width: 45% !important;
float:right;
}
.enquiry_mark_center {
  width: 10% !important;
  text-align: center;
  float: left;
}
.enquiry_min_select {
  width: 85% !important; 
  float: left;
}
.enquiry_min_input {
   float: left;
}
.left-align {
  float: left;
  padding-left: 0px;
}
.right-align {
  float: right;
}
.float-right {
  /*margin-top:4px !important;*/
}
.cutoff_alignment {
  /*height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.cut_off_percentage{
   margin-top: 8px !important;
}
.enquiry_qualification_subjects{
  width:100%;
}
.followup_details{
  max-height: 200px;
  overflow-y: auto;
}
.label_blue {
  color:#007bff;
}
.serial_no_alignment{
  padding:10px !important;
}
/*End Enquriy css*/
.header_padding {
  padding-bottom: 0px;
  padding-top:5px;
}

.nav-margin-right {
  margin-right: 15px !important;
}
.nav-align {
 padding:5px;
}
.help_table { 
  max-height: 200px;
  overflow-y: scroll;
}
.color_black {
  color:black;
}
.form-inline{
  display:inline
}
.user_btn{
  color:#fff !important;
  text-decoration: none!important;
}
/*.academic_section {
  width:90px !important;
  float:left;
}*/
.course_all_tr {
  background: #4D5EF9 !important;
  color:#fff;
}

.icon_black {
  color: black;
}
.coure_list_table tr td {
  padding: 4px  !important;
  vertical-align: middle;
}

.float-rights {
  float:right !important;
}

.course_add_button{
  margin-top:2px;
}
.icon_yellow {
  color:#ffc107 !important;
}
.icon_green{
  color:#28a745 !important;
}
.input_min_height{
  height: 25px !important;
}
.academic_date_picker {
  background: #fff !important;
}

.student_list_scroll{
  max-height: 300px;
    overflow-y: scroll;
}
.total_student_list select {
  height: 200px !important;
}
.calendar_padding{
  padding-left:0px !important;
}
.academicCalendarTable thead th{ 
  position: sticky;
      top: 0;
      background: #fff;
}
.academic_calendar_events{
  overflow-y: auto;
  max-height: 400px;
}

.align_center{
  margin-top: 33px !important;
}


#searchAttendanceInput {
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  border-radius: 25px;
  height: 45px;
  outline: none;
}

#searchAttendanceInput:focus {
  border:none !important;
}
.span-green{
  color:#28a745;
}
.span-red{
  color:#dc3545;
}
.span-yellow{
  color:#ffc107;
}
#attendance_student_table thead th {
  position: sticky;
  top: 0;
  background: #fff;
}
.student_list_box{
  height: 70px;
}
.syllabus_student_details{
/*  max-height: 300px;
  overflow-y: scroll;*/
}
.student_popup_box{
  height: 80px;
}
.leave_type_status{
  width: 100px !important;
  float: right;
}
.max-height-modal{
  max-height: 500px;
  overflow-y: scroll;
}

.outing_padding {
  margin-bottom: 7px !important;
}
.border-right-black{
      border-right:1px solid #001f3f !important;
}
.head-bg-color {
  background-color : #007bff !important;
  color: white;
  font-weight: bold;
}
.icon-size{
  font-size: 20px !important;
}
.name-style {
  font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.special_credit_table {
  height: 200px;
}
.border-lg {
  border:1px solid #ccc7c7;
}
.hide_ems_lock_settings_fields
{
  display: none;
}
.show_ems_lock_settings_fields
{
  display: inline;
}
.close_btn_padding {
  padding-right: 5px;
}

.min_table_height {
  height: 500px;
}

.datepicker_background {
  background: #fff !important;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.fa-font-increase {
  font-weight: bold;
    font-size: 50px !important;
}
.img_border_red{
  padding: 2px;
  border: 2px solid #dc3545;
}
.img_border_green{
  padding: 2px;
  border: 2px solid #28a745;
}
.img_border_yellow{
  padding: 2px;
  border: 2px solid #ffc107;
}
.textcenter{
  vertical-align: middle !important;
}


.dashboard_loader{
    width:100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    text-align: center;
    z-index: 99999999;
    background: #fff;
    display: none;
    opacity: 0.6;
}
.dashboard_loader img{
    position: absolute;
    top: 40%;
    z-index: 9999999999;
    left: 40%;
}

.weightage-title {
	color:#127ff1;
}

.leave_entry_height {
  max-height: 500px !important;
}
.margin-style{
  margin-left: 35px;
}
.red-color{
  color: red;
}
/*#course_list_table td{
  padding-right: 8px !important;

}*/

.course_left_padding{
  padding-left: 8px !important;
}

.subcomponent-list, .regulation-list, .weightage-settings-list {
  white-space: nowrap;
}

.book_issue_height {
  max-height: 300px !important;
}
.card_width {
  width: 100% !important;
}
.book_issues_padding {
  padding-right: 2px !important;
}

.background_pattern_blue {
  background: #dee2e6 !important;
}

.hr_line {
  /*margin-top: 1rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn_left_align {
  float:left !important;
}

.btn_vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
}

.info_font {
  font-size: 12px !important;
}

.row_head_course_list {
    background: #d2dce5;
    color: #3f4952;
    font-weight: bolder;
}

.course_list_checkbox_scroll {
  height:400px;
  width: 290px;
  overflow-y:scroll;
}

.course_padding {
  padding: 10px;
}

.course_heading_margin{
  margin-left: 5px;
}

.shadow-5{
  background: #fff !important;
}
#mdb-5-search-dropdown {
    position: absolute;
    z-index: 99999999999999 !important;
    left: 0px;
    right: 0px;
    color:#000000 !important;
}

.menu_search_inputs {
  width:300px !important;
  border-radius: 15px !important;
}

.list-unstyled{
  color:black !important;
}

.li_search_menus{
  padding-bottom: 10px !important;
}



.disable-outside-clicks {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.table tfoot,
.table tfoot th,
.table tfoot td table-footer{
position: -webkit-sticky;
position: sticky;
background-color: white;
bottom: 0;
z-index:4;
}

.table-height{
  height: 500px;
}
/*.modal-open .students-details{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}*/

.users-list>li {
  padding:0px !important;
}
.fee_heading_schedulers{
  width: 50% !important;
}

.fee_student_list {
  max-height: 440px;
}

.hide {
  display: none;
}
/*Library In Out Register start*/
.library-register {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat
}
.library-register .card2 {
    margin: 0px 40px;
    min-height: 100%;
}
.library-register .image {
    width: 400px;
    height: 317px
}
@media screen and (max-width: 991px) {
    .library-register .card2 {
        border-top: 1px solid #EEEEEE !important;
        border-right: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}
/*Library In Out Register end*/


.bg-light-green{
      background-color: #c9edc6; 
}
.bg-light-red{
      background-color: #f1acac; 
}
.fee_genetion_list_table{
    height: 500px;
    overflow: scroll;
}

.challan-warning{
  background: #FFDB6D !important;
}
.challan-danger {
  background: #DC4B59 !important;
}

/* remittance update css - starts*/
.remittance_semester{
  height: 28px !important;
  font-size: 13px !important;
  padding: 0px;
}

.remittance_current_sem{
  height: 28px !important;
  font-size: 13px !important;
  padding: 0px;
}

.no_record_found{
  color: red !important;
  font-weight: bold;
}

/*.remittance_date{
  height: 28px !important;
  font-size: 13px !important;
  padding: 3px;
}*/

.remittance_cashier{
  height: 28px !important;
  font-size: 13px !important;
  padding: 0px;
}

.remittance_date_picker{
  height: 28px !important;
  font-size: 13px !important;
  padding: 3px;
}
/* remittance update css - ends*/ 
 
.late_fee_type{
  width: 20% !important;
}
.select_minimize_width {
  width: 20% !important;
}

.student_sorting_by, .student_order_by {
  height: 28px !important;
  font-size: 13px !important;
  padding: 0px;
}

.load_student_export_div {
  overflow-x:hidden;
  overflow-y:auto;
  min-height:200px;
  max-height:350px;
}

.course_fee_setting_list {
  max-height: 650px !important;
}

/* student data export css */
.selected
{
    background-color: #666;
    color: #000;
}

.drag_student_data{
    cursor: pointer;
}

.fee_collection_text{
  width: 90% !important;
}

.fee_collection_textarea{
margin-right: 7px !important;
}
.select2-hidden-accessible{
  position: fixed !important;
}
.quota_red_color{
  color: #f90920 !important;
}

.head_component {
  padding: 10px;
}

.pattern_set {
  padding-left: 10px;
}

#syllabus_heading {
  width:100px; 
  border: 1px solid #ced4da;
}

#pattern_treeview_container {
  height: 190px; 
  overflow-y: scroll;
}

.question_count_set {
  color:#fff;
}

.question_number {
  font-size: 15px;
}

.question_number_data{
  font-size: 15px; 
  padding-left:10px;
}

.question_data {
  padding-left:10px;
}

.generate_btn{
  padding:7px 5px 7px 5px;
}

.user-block {
  color:#101010;
}

.question_val{
  color:#101010;
}
.f-10{
  font-size: 10px;
}
.f-15{
  font-size: 15px;
}
.f-20{
  font-size: 20px;
}


/*display the tooltip text in left alignment*/
.tooltip-inner {
  text-align: left!important;
}
.f-13 {
   font-size: 13px;
}

.cursor_pointer{
    cursor: pointer;
}

.payment_mode_view{
      overflow-x: scroll;
  }
.pr_8{
  padding-right: 8px !important;
}

/*Timetable*/
.timetable .table-bordered td, .timetable .table-bordered th, .timetable .table-bordered tr {
    border: 1px solid #1f2d3d8f;
}

.timetable.table thead th, .timetable tbody td ,.timetable tbody th{
    border: 1px solid #1f2d3d8f !important;
}
.timetable .semester-header {
  background-color: #6c757da3!important;
}

.timetable .table-bordered thead td, .timetable .table-bordered thead th {
     border-bottom-width: 0px !important; 
}

.timetable .timetable-blue-bg {
    background-color: #2d85e7f0;
    color: white;
}
.pl_20{
  padding-left: 20px;
}
.pl_40{
  padding-left: 40px;
}
/*  Addtional Activity styles */
.additional-activity-new-added-danger {
  background: #F6D5EC !important;
}
.table-column-Action-fixed-width {
  width: 100% !important;
}

.btn-space {
   margin-top: 5px;
}

.report-card-footer{
  padding-top:10px !important;
}

@media screen and ( max-width: 400px ){
    li.page-item {

        display: none;
    }
    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }
}

@media only screen and (min-width: 768px) {

  .dropdown_module_icons {
    max-width:50% !important;
    width:50% !important;
  }
  
}

@media only screen and (max-width: 768px) {
  
  .dropdown_module_icons {
    max-width:100% !important;
    width:100% !important;
  }
}

.report-fields:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.h-300 {
  height: 300px !important;
}

.h-310 {
  height: 310px !important;
}

.report-filter-icon.t-15  {
    top: -15px;
}
/*All in one report start*/
.grey-bg-body {  
  background-color: #f8f9fa !important;
}

.top-scroll, .top-scroll-child { width: 100%; overflow-x: scroll; overflow-y: scroll; }
.top-scroll { height: 20px; }
.scroll-area-top { height: 20px; }
.scroll-area-content { 
  width: 100%;
  overflow: none; 
}

/*All in one report end*/
.main-header.header-bg-color {
    color: #fff;
    background-color: #377de7;
}

.width-100-px {
  width: 100px !important;
}

.width-70-px {
  width: 70px !important;
}

.width-80-px {
  width: 80px !important;
}

.icon_warning_yellow {
  color: #FFDB6D !important;
}

.icon_danger_red {
  color: #DC4B59 !important
}

.room_total {
  background-color: #f2f0b9 !important; 
}
.room_building_color {
  background-color: #e3a143 !important; 
}
.z_index_max {
  z-index: 1051 !important;
}

.z_index_min {
  z-index: 1050 !important;
}

/* */

 .attendance_summary_table thead {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky !important;
    position: sticky  !important;
    top: 0;
    z-index: 10;
}

.padding_zero {
  padding: 0px !important;
}

@media only screen and (max-width: 320px) {
  .responsive-height {
    height:200px !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 425px) {
  .responsive-height {
    height:220px !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .responsive-height {
    height:400px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .responsive-height {
    height:500px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .responsive-height {
    height:250px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .responsive-height {
    height:310px !important;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .responsive-height {
    height:350px !important;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1640px) {
  .responsive-height {
    height:390px !important;
  }
}

@media only screen and (min-width: 1641px) and (max-width: 1920px) {
  .responsive-height {
    height:460px !important;
  }
}

@media only screen and (min-width: 1921px) and (max-width: 2160px) {
  .responsive-height {
    height:540px !important;
  }
}

@media only screen and (min-width: 2161px) and (max-width: 2560px) {
  .responsive-height {
    height:630px !important;
  }
}

@media only screen and (min-width: 2561px) {
  .responsive-height {
    height:910px !important;
  }
}


.card-height-300{
  height: 300px;
  overflow-y: auto;
}
.card-height-350{
  height: 350px;
  overflow-y: auto;
}
.card-height-400{
  height: 400px;
  overflow-y: auto;
}

.card-max-height-400{
  max-height: 400px;
  overflow-y: auto;
}

.table-group-head{
  background-color: #a8d3ff !important;
}
.table-group-sub-head{
  background-color: #d2e8ff !important;
  color: #0051a5
}
.table-group-sub-head-total{
  background-color: #9cd7d7 !important;
}

.dashboard-th-bg-color {
  background-color: #466a8f !important;
  color: #fff;
  font-weight: bold;
}

.att-dashboard-th-bg-color{
  background-color: #466a8f !important;
  color: #fff;
  font-weight: bold;
}

.table-dashboard {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #dee2e6;
}

.padding_top_none {
  padding-top: 0px !important;
}

.daily_time_table_image {
  height: 70px;
  width: 70px;
}

.daily_time_table_font {
  font-size: 15px;
}

.word-wrap{
  word-wrap: break-word;
}

/*.light_red {
  background: #f76f65 !important;
}
.light_warning {
  background: #f7d263 !important;
}
.light_success {
  background: #71c785 !important;
}
.light_info {
  background: #55b9c9 !important;
}*/

.direct-chat-messages-comments {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: auto;
  overflow: auto;
  padding: 15px;
}

.border-radius-rounded{
  border-radius: 1.25rem;
}

.total-mark-students-background {
  background: #F5B7B1 !important;
}

.no-marks-students-background {
  background: #FAD7A0 !important;
}

.load_student_details .card-title {
  font-size: 1.2rem !important;
}
.load_student_details address {
  font-size: 15px !important;
}
.load_hostel_student_fee_details .card-title {
  font-size: 1.2rem !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}

.hostel-food-taste {
  background: #F9E79F !important;
}
.hostel-food-hygiene {
  background: #EDBB99 !important;
}
.hostel-food-spicy {
  background: #F5B7B1 !important;
}
.hostel-food-salty {
  background: #AED6F1 !important;
}
.hostel-food-hot {
  background: #A2D9CE !important;
}
.hostel-food-availability {
  background: #D7BDE2 !important;
}
.student_transport_history {
  margin-top: 75px;
  margin-bottom: 110px;
  font-style: italic;
  font-weight: bold;
  font-size :15px;
}
.student_transport_request {
  margin-top: 50px;
  margin-bottom: 50px;
  font-style: italic;
  font-weight: bold;
  font-size :15px;
}

@media print {
    .modal {
        position: fixed;
        margin-left: -20mm;
        margin-right: -20mm;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        overflow: visible !important;
        font-size: 20px !important;
        width:115% !important; 
    }
    .modal-header{
      bottom: 0;
      padding-bottom: 0px;
    }
    .card{
      margin: 0rem !important;
      width:100% !important;
    }

    .card-body {
       padding: 0rem !important;
       margin: 0rem;
       width:100% !important;
    }

    .card-header{
      padding-left: 0px !important;
      padding-top: 10px !important;
      padding-bottom: 5px !important;
    }

    .card-header .card-title{
      font-weight: bold;
    }

    .card-body address{
      font-size: 20px !important;
    }


}

.asset_allocation {
    max-width: 400px !important;
}


.popup-custom-scrollbar {
  position: relative;
  height: 300px;
  overflow: auto;
}


.w-35 {
    width: 35%!important;
}

/*Management Portal Dashboard Start*/
.management-fee-card .info-box {
  margin-bottom: 0.655rem;
  min-height: 50px;
  padding: 0.4rem;
}
.management-fee-card .info-box .info-box-icon {
    /*border-radius: 20.25rem;*/
    font-size: 1.475rem;
    width: 45px;
}

.management-fee-card .info-box .info-box-content {
    padding: 2px 7px;
}

/*Management Portal Dashboard End*/


.custom-control-input-danger:checked~.custom-control-label::before {
    border-color: #dc3545;
    background-color: #dc3545;
}

.btn-extra-small {
    padding: 0.2rem 0.3rem;
    font-size: .600rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.internal_mark_computations {
    max-width: 650px !important;
}

.pl-15 {
  padding-left: 15px;
}

.hostel_food_feedback_rating {
    .rating-group {
      display: inline-flex;
    }
    .rating__icon {
      pointer-events: none;
    }
    .rating__input {
     position: absolute !important;
     left: -9999px !important;
    }
    .rating__input--none {
      display: none
    }
    .rating__label {
      cursor: pointer;
      padding: 0 0.5em;
      /*font-size: 2rem;*/
    }
    .rating__icon--star {
      color: orange;
    }
    .rating__input:checked ~ .rating__label .rating__icon--star {
      color: #ddd;
    }
    .rating-group:hover .rating__label .rating__icon--star {
      color: orange;
    }
    .rating__input:hover ~ .rating__label .rating__icon--star {
      color: #ddd;
    }
}

.hostel_food_feedback_rating_list {
    list-style: none;
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.hostel_food_feedback_rating_list li {
  font-size: 35px;
  display: inline;
  color: orange;
}

.text-border{
  border:  1px solid #007bff;
  border-radius: 10px;
  padding: 5px 10px;
}

.vertical_text{
    writing-mode: sideways-lr;
    text-align: center;
 }


.vertical-text{
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    white-space: nowrap;
}


.table-header-fixed {
  top: 0;
  position: sticky;
}

.book-error{
  color: red;
  font-size: 1rem;
}