.datepicker td, .datepicker th {
    width: 50px;
    height: 50px;
}

.printable-report nav {
    display: none;
}

.btn-lg .material-icons {
    font-size: 30px;
}

.cell-fit-content {
    width: 1%;
    white-space: nowrap;
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-border-none {
        border-width: 0 !important;
    }

    .d-print-m-0 {
        margin: 0 !important;
    }

    .shadow {
        box-shadow: none !important;
    }
  }

/* * Select2 styles, to match DaisyUI selects */
.select2-container .select2-selection--single {
    height: 3rem;
    padding-left: 8px;
    border-width: 1px;
    border-color: #ced4da;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    font-size: 1.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 12px;
}
.select2-results__option{
    padding-left: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    padding: .25rem 0.5rem;
}
.select2-container--default .select2-selection--multiple{
    border-color: #ced4da;
    border-radius: 0.3rem;
    line-height: 1.5;
    font-size: 1.25rem;
    
}
.select2-selection.select2-selection--multiple{
    height: 48px
}
.select2.select2-container.select2-container--default.select2-container--below{
    height: 48px;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}