/* Bootstrap Datepicker Styles */
@import 'bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css';

/* Custom datepicker styles */
.datepicker {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.table-condensed {
    width: 200px;
    height:200px;
  }

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.datepicker table tr td.today {
    background-color: #e6f2ff;
}

/* Ensures the datepicker appears above other elements */
.datepicker-dropdown {
    z-index: 1060 !important;
}