.time-picker .ph-calendar-days .ph-calendar-date {
    border: 1px solid #777;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 20px !important;
    box-shadow: 2px 2px 0px #000000;
    cursor: pointer;
}
#ph-calendar-time {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    column-gap: 5px;
}
#ph-calendar-time li:hover {
    color: white !important;
}
/** MOBILE **/
@media only screen and (max-width: 767px) {
    .time-picker-wraper #ph-calendar-time li.ph-calendar-date {
        width: max-content;
        font-weight: 500;
    }
    .time-picker .ph-calendar-days .ph-calendar-date .ph_calendar_time {
        line-height: 1em;
    }
}
/** TABLET PORTRAIT **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .time-picker .ph-calendar-days .ph-calendar-date .ph_calendar_time {
        line-height: 1em;
    }
}