
#step_choose_time .content .header .headerbutton_container{
    cursor: pointer;
    display: flex;
    align-items: center;
    align-items: stretch;
    justify-content: center;
}

#step_choose_time .headerbutton{
    cursor: pointer;
    text-transform: uppercase;
    padding: 8px;    
    border-radius: 18px;
    margin: 8px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: white;
}

#step_choose_time .headerbutton.active{
    background-color: #D47FA6 !important;

}

#step_choose_time > .content {
    max-width: 700px;
    display: grid;
    width: 100%;
    grid-template-rows: auto 1fr;
    background-image: url('/images/bg-Light Gray.jpg');
    background-position: center;
    background-size: cover;
}

#step_choose_time .content .header{
    background-color: #604F81;
    border-radius: 0px 0px 0px 100px;
    padding-bottom: 8px;
}

#step_choose_time .choose_time_container{
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
}

#step_choose_time .choose_time_container .time_content{
    cursor: pointer;
    background-color: rgb(255, 255, 255,0.8);
    height: 95px;
    width: 95%;
    display: grid;
    grid-template-columns: auto 80px;
}


#step_choose_time .choose_time_container .time_text{
    display: flex;
    align-items: center;
}

#step_choose_time .choose_time_container h1{
    text-align: left;
    margin: 0px;
    margin-left: 30px;
    color: #604F81;
    font-size: 12px;
 
}


#step_choose_time .choose_time_container h2{
    text-align: left;
    margin: 0px;
    margin-left: 30px;
    color: #604F81;
    font-size: 30px;
    font-weight: 600;
}


#step_choose_time .choose_time_container .time_icon{
    color: rgb(107, 107, 107);
    font-size: large;
    display: flex;
    justify-content: center;
    align-items: center;
}


#step_choose_time .choose_time_container .time_content.top{
    border-radius: 0px 50px 0px 0px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.616);
}

#step_choose_time .choose_time_container .time_content.middle{
    border-bottom: 1px solid rgba(128, 128, 128, 0.616);
}


#step_choose_time .choose_time_container .time_content.bottom{
    border-radius: 0px 0px 50px 0px;
}


#step_choose_time .actionbutton{
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}



#step_choose_time .actionbutton .text{
    font-weight: 500;
}