
/*# sourceMappingURL=custom.min.css.map */
.input-group {
    flex-wrap: nowrap !important;
}
.grid-container {
    display: flex;
    flex-direction: column;
    height: 100vh; /* O la altura que necesites */
    max-height: 800px;
}

.kv-grid-wrapper-flex {
    flex: 1;
    overflow-y: auto;
    min-height: 400px;
}
.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;
}