
#mess {
    padding: 15px;
    border-bottom: 1px solid var(--tg-theme-params-border_color);
}

#timeSlots button, #hours button {
    margin: 5px;
    padding: 5px 10px;
}
.custom-btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.custom-btn-suc {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom-div {
    margin-top: 10px;
    margin-right: 10px;
    width: auto;
}

.custom-divslots {
    margin-top: 20px;
    margin-right: 10px;
    width: auto;
}

.time-container {
    position: relative;
}

.custom-divrange {
    margin-top: 10px;
    margin-right: 10px;
    width: auto;
}


#rangeDisplay {
    display: none;
    position: absolute;
    margin-top: -145px;
    height: 15px;
    left: 20px;
    right: 0;
    z-index: 10;
}

#loading-wrapper {
    display: flex; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 9999;
    align-items: center; 
    justify-content: center; 
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    margin-bottom: 15px;
}

.loading-text {
    font-size: 18px;
    color: #007bff;
    text-align: center;
    font-weight: 500;
    
}
#loading-text{
    display: flex;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}