﻿.nav-rose-container{
    margin: 40px 0 0 0;
    display: flex;
}
@media (min-width: 1250px){
    .nav-rose-container{
        width: 1240px;                
    }
}
@media (min-width: 1024px) and (max-width:1250px){
    .nav-rose-container{
        width: 90%;
    }
}
@media (max-width:750px){
    .nav-rose-container{
        width: 100%;
    }
    .nav-rose{
        display: none;                
    }
    .schedule-rose{
        width: 100%;
        justify-content: flex-end;
    }
}
@media (max-width: 1024px){
    .nav-rose-container{
        width: 90%;
    }
}
@media (min-width: 1024px){
    .nav-rose{        
        width: 72%;  
        min-height: 105px;  
    }
    .schedule-rose{
        width: 28%;
    }
}
@media(min-width: 750px){
    .nav-rose{
        display: flex;
        flex-wrap: wrap;
    }
}
.nav-rose-item{
    height: 36px;
    display: flex;
    padding: 8px;
    margin: 4px 8px 4px 0;
    background: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #788093;
    border-radius: 3px;
}
.nav-rose{
    align-content: flex-start;
}
.nav-rose-item:hover{
    background: #3A8EF8;
    color: white;
}
.schedule-rose{
    height: 105px;    
    min-width: 315px;
    display: flex;
    padding: 8px 0 8px 0;
    justify-content: flex-end;
}
@media(min-width: 750px){
    .rose-filter{
        display: none;
    }
}
@media(max-width: 750px){
    .rose-filter{
        display: flex;
        width: 90%;
        height: 36px;
        background: white;
        padding: 15px;
        align-items: center;
        margin: 30px 0 30px 0;
        position: relative;
    }
    .rose-filter-value{
        flex-grow: 1;
        color: #788093;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
    }
    .btn-expand-filter{
        filter: invert(14%) sepia(70%) saturate(574%) hue-rotate(186deg) brightness(88%) contrast(88%);
        cursor: pointer;
    }
    .filters-expanded{        
        visibility: collapse;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #232F4F;
        z-index: 999;
        padding: 10px 10px 0 20px;
    }
    .filters-expanded .filter-val{
        display: block;
        color: white;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .btn-close-filters{
        text-align: right;
        margin-left: auto;
        cursor: pointer;
    }
    .btn-close-filters img{
        filter: invert(45%) sepia(40%) saturate(3251%) hue-rotate(198deg) brightness(103%) contrast(94%);
    }
}
.sch-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sch-col.col-1 p{
    margin-left: auto;
}
.sch-col.col-2{
    margin-left: 20px;
}
@media (min-width: 1250px){
    .rose-container{
        width: 1240px;                
    }
}
@media (min-width: 1024px) and (max-width:1250px){
    .rose-container{
        width: 90%;
    }
}
@media (max-width:1024px){
    .rose-container{
        width: 90%;
    }
}
.rose-container{
    margin-top: 50px;    
    position: relative;
}
.rose-container :first-child{
    margin-top: 0;
}
.rose-group-title{
    padding: 10px 14px 10px 14px;
    background: #232F4F;
    color: white;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-top: 60px;
    cursor: initial;
    pointer-events: none;
}
.rose-group :first-child .rose{
    margin-top: 0 !important;
}
.rose{
    margin-top: 80px;    
}
.rose :last-child{
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.rose-header{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #3A8EF8;
}
.rose-info{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(218, 217, 217);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ri-col{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.ri-col p{
    display: inline-block;
}
.ri-col p.mb-10{
    margin-bottom: 10px;
    color: #232F4F !important;
}
.ri-col.col-1 p{
    color: #232F4F;
}
.ri-col.col-2 p{
    color: #788093;
}
.btn-up{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10%;    
    bottom: 10%;
    background: #232F4F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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;
}