.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 3rem;
}

.datepicker-days{
    padding: 1.5rem;
}

.input-group-text{
    background-color: transparent !important;
}

.datepicker table tr .day:not(.disabled){
    color:  #7a42f4; !important;
    font-weight: bold;
}