#service-time-window, #no-slots-window {
    display: none;
    left: auto;
    right: calc(2% + 24px);
    bottom: calc(1% + 20px);
    width: 375px;
    min-width: 375px;
    z-index: 2147483647;
    position: fixed;
    max-width: 100vw;
    max-height: calc(100vh - (2% + 20px + 40px));
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 24%) 0px 16px 40px;
}
#no-slots-window {
    bottom: calc(10% + 20px);
}
@media (max-width: 768px) {
    #service-time-window, #no-slots-window {
        right: auto;
        width: auto;
    }
}