.another-times, .another-times-mobile{
    line-height: 1.4em;
    font-size: 12px;
    color: black;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.625rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin-bottom: 1rem;
    border: 0.0625rem solid #90bfdb;
}
.another-times h4, .another-times-mobile h4{
    font-weight: 500;
}
.sorry-block p, .sorry-block-mobile p{
    line-height: 1.4em!important;
    font-size: 12px!important;
    color: black!important;
    text-align: center;
    font-weight: 500!important;
}
.another-times .time-button , .another-times-mobile .time-button{
    margin: 10px 5px;
}
.sorry-block, .sorry-block-mobile{
    background: rgba(144, 191, 219, 1)!important;
}
._icon-book-warning{
    color: red!important;
}
.button-times button:hover{
    cursor: pointer;
    color: #109EEE;
}
.display-none{
    display: none!important;
}
.another-times-button{
    margin: 1rem 0;
}