/**
 * vue3-date-time-picker
 */
.dp__input {
    color: #00289B !important;
    font: 400 1.25rem/1.4em 'Rubik', sans-serif;
    height: 60px;
    padding: 0 20px;
    border-radius: 15px;
    line-height: 60px;
    border: 1px solid white;
}
.dp__input::placeholder {
    color: #00289B;
}

.dp__input:hover,
.dp__input:focus {
    border-color: #80bdff !important;
}

.dp__input_wrap svg:first-of-type {
    display: none !important;
}

.dp__today {
    border: 1px solid #00289B;
}
.dp__range_start,
.dp__range_end {
    background: #00289B;
}

.dp__select {
    color: #00289B !important;
}
