.white-popup {
	position: relative;
	background: #FFF;
    padding: 0 0;
	width: auto;
	max-width: 400px;
	margin: 0;
	text-align: center;
    border-radius: 10px;
}

.white-popup input{
    width: 45% !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    padding: 14px 0 !important;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 1.12 !important;
    letter-spacing: 1.39px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;

}

.white-popup button.schedule-time{
    background: linear-gradient(
            180deg
            , #1e1e1ec9 11.91%, #12123d 130.77%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    transition: background 0.3s;
    color: #ffffff;
    line-height: 1.7;
    font-family: Berlingske, serif;
    cursor: pointer;
    font-size: 1.5rem;
    margin-top: 35px;
    z-index: auto;
}

.schedule-switcher {
	display: flex;
	flex-wrap: wrap;
}
.schedule-switcher div {
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid;
    cursor: pointer;
}
.schedule-time {
	margin-top: 15px;
}
#ui-datepicker-div {
	z-index: 99999 !important;
}

.schedule-switcher button {
    width: 100%;
    max-width: 150px;
    margin: 2px 2px 0 0;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}



.schedule-block{
    margin-left: 15px;
}
