
    /*.select2-container {*/
    /*  display: block;*/
    /*  width: 100% !important;*/
    /*}*/
    span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
    .select2-container--default .select2-selection--single {
      height: 40px;
      border: 1px solid #dee2e6;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      height: 100%;
      padding: 5px 10px;
      font-size: 13px;
      color: #212529bf;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 100%;
    }

    .fc-theme-standard td, .fc-theme-standard th{
    overflow: hidden;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    width:max-content;
    }
   

    /* nurse login page styles */

      #ui-datepicker-div{
      z-index: 22!important;
  }

    .custom-padding {
    padding-left: 1.5rem !important;
    }

    h1, h2 {
        color: #333;
        font-size: 1.6em;
    }
    ul {
        padding-left: 20px;
    }
    .modal-body {
        overflow-y: auto;
    }
    .modal-header, .modal-footer {
        background-color: #f1f1f1;
    }
    .modal-content {
        border-radius: 8px;
    }
    .modal {
    z-index: 999999;
    }
    .logo{z-index: 9;}
