
/*# sourceMappingURL=custom.min.css.map */
.input-group {
    flex-wrap: nowrap !important;
}
.kv-grid-wrapper {
    /* height: 1200px; */
    /* Aquí puedes ajustar el tamaño según tus necesidades */
}
.calendar-btn {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.datepicker-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.datepicker .cell.selected {
    background-color: #337ab7 !important;
    color: white !important;
}
.datepicker .cell.today {
    background-color: #e6f3ff !important;
    color: #337ab7 !important;
}
.datepicker .cell.highlighted {
    background-color: #e6f3ff !important;
}