﻿@media (min-width: 1250px){
    .sched-container{
        width: 1240px;                
    }
}
@media (min-width: 1024px) and (max-width:1250px){
    .sched-container{
        width: 90%;
    }
}
@media (max-width:1024px){
    .sched-container{
        width: 90%;
    }
}

.period-title{    
    margin-top: 50px;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #232F4F;
}
@media (min-width: 650px){
    .period-title{
        width: 50%;
    }
}
.period p {
    word-break: break-word;
}
.area-title{
    padding: 10px 14px 10px 14px;
    background: #232F4F;
    color: white;
    display: block;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-top: 60px;
    cursor: initial;
    pointer-events: none;
    width: fit-content;
}
.rose-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3A8EF8;
    margin: 30px 0 21px 0;
}
.rose-separator{
    height: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0 20px 0;
}
.rose-separator .sep-blue{
    height: 100%;
    width: 70px;
    background: #3A8EF8;
}
.rose-separator .sep-gray{
    height: 1px;
    flex-grow: 2;
    background: #DEE2EB;
}
.address{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(218, 217, 217);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.address-col{
    display: flex;
    flex-direction: column;
    width: 47%;
    padding: 5px;
}
.hdr-gray{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #788093 !important;
    margin-bottom: 10px;
}
.gray-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #788093;
    margin-top: 10px;
}
.btn-up{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10%;    
    bottom: 10%;
    background: #232F4F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-sched-item{
    width: 220px;
    height: 36px;
    display: flex;
    padding: 8px;    
    background: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #788093;
    border-radius: 3px;
}
.areas{
    display: flex;
    gap: 30px;
    margin-top: 35px;
}
@media(max-width: 650px){
    .areas{
        flex-direction: column;
        gap: 15px;
    }
}
.areas-col{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.radio-buttons{
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
}
.radio > label input{
    margin-right: 10px;
}
#period-day{
    padding: 5px 10px;
    border: 1px solid whitesmoke;
}
.select-item{
    padding: 5px 10px;
    background-color: white;
    border: 1px solid whitesmoke;
}