.flatpickr-calendar {
}

.flatpickr-day.selected {
    background-color: #E04141;
    border-color: #E04141;
}

#date_input {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    border: 2px solid #ccc;
    width: 285px;
    /*box-shadow: none;*/
}


#date_input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}

@media (max-width: 500px) {
    #date_input {
        width: 249px;
    }
}
