.tabs__list {
    width: 100%;
}
.collapse__content.collapse-show{
    max-height: unset !important;
    height: unset !important;
}
.calendar__part .search__input{
    margin-bottom: 2.1875rem;
    border-bottom: 1px solid #D0DFE4;
}
.calendar input{
	min-height:49px;
}
.loader{
    position: absolute;
    z-index: 20;
    background: rgba(255, 255, 255, 60%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calendar__day{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap:wrap;
}
.calendar__week{
    position:relative!important;
    justify-content: space-around!important;
}
.calendar__day>div:not(.calendar__week){
    flex:0 1;
    flex-basis:calc(100% / 7);
    justify-content: space-around !important;
}
.calendar__hour{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    column-count: unset!important;
}
.calendar__hour-label .calendar__input{
    background-color:#007c8e;
    color:white;
}
.nondate{
    opacity:0.5;
}
.transparentDate{
    opacity:0;
}
.calendar input:checked + .calendar__input{
    background-color:#E38422!important;
}
.price{
    font-weight:600;
}
.calendar__day .calendar__day-label:not(.nondate) .calendar__input{
    background-color:#007c8e;
    color:white;
}
@media (max-width:768px){
    .calendar__head{
        flex-wrap:wrap;
    }
}
.placeholder{
    position: absolute;
    left: 25px;
    top: 15px;
    background: white;
}

.calendar__block{
    background: white;
    width: 100%;
    border-radius: 10px;
    padding: 0 25px;
}
.calendar__line{
    font-weight: 500;
    padding: 14px 0;
    border-bottom: 1px solid #E1E5EA;
}
.calendar__line:last-of-type{
    border-bottom: 1px solid transparent;
}
.calendar__line span{
    font-weight:400;
    margin-right:6px;
}
h2.calendar__title {
    width: 100%;
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0E3449;
}
textarea.form__input{
    height:140px;
}

.calendar__slide {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.calendar__slide--active {
    border: 1px solid #007c8e;
    color: #007c8e;
}

.mini-calendar-hours {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.time-slot-btn {
    background-color: #007c8e;
    color: white;
    font-size: 0.75rem;
    border-radius: 5px;
    width: 4.0625rem;
    height: 2.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}