

#step_choose_date_popup .unsharpimage {
    position: relative;
    max-width: 700px;
    width: 100%;
    background-color: black;
    background-image: url('images/bg-Light Gray.jpg');
    background-position: center;
    background-size: cover;
}

#step_choose_date_popup .content {
    display: grid;
    grid-template-rows: auto 1fr;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}


#step_choose_date_popup .content .dates_container{
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    padding-top: 40px;
}


#step_choose_date_popup .dates_container .day{
    background-color: #604f81bb;
    padding: 5px;
    color: white;
    border-radius: 10px;
    /* max-height: 60px; */
}

#step_choose_date_popup .dates_container .day .day_header{
    font-size: 12px;
    padding-left: 5px;
}

#step_choose_date_popup .dates_container .day_text{
    font-size: 25px;
    font-weight: 600;
    text-align: center;    
}



#step_choose_date_popup .dates_container .today{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-end: span 2;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
}
