

/* Start:/local/components/travelsoft/travelsoft.news.list/templates/tours-calendar-new_/style.css?17308929236870*/
@media (min-width: 840px){
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 840px){
    .d-none {
        display: none !important;
    }   
}

@media (min-width: 840px){
    .d-md-none {
        display: none !important;
    } 
    
    .d-lg-none{
        display: none;
    }
}

.card-header.py-4 .justify-content-center.mx-auto.d-none.d-md-flex{
    margin-top: 64px;
    box-sizing: border-box;
    padding: 24px 24px 16px;
    background: #FFF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    color: #6e7191;
    border-radius: 24px;
}

.card-body.p-0.overflow-auto{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-direction: column;
}

.table.table-striped.overflow-auto.center{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1280px;
    width: 100%;
    margin: 0 20px 24px;
    box-sizing: border-box;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.table.table-striped.overflow-auto.center tbody{
    width: 100%;
}
.btn.btn-outline-secondary{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    background: #FFF;
    border: 2px solid #d6d8e7;
    border-radius: 12px;
    cursor: pointer;
    color: #6e7191;
}

.btn.btn-outline-secondary:focus{
    border: none;
    color: #FFF;
    background: #2f7fed;
}

.button_a a{
    background: rgba(47, 128, 237, 0.1);
    padding: 12px;
    border: none;
    outline: none;
    color: #2f7fed;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box;
    max-height: 41px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.button_a a{
    text-decoration: none;
}

.h5.mb-1{
    font-weight: 600;
    margin: 0;
}
.btn.btn-outline-secondary.active {
  border: none;
  color: #FFF;
  background: #2f7fed;
}

@media screen and (max-width: 840px){
    .card-body.p-0.overflow-auto {
        margin: 20px 20px 160px;
        box-sizing: border-box;
        padding: 20px;
    }
}

.calendar-banner {
    background: url(/local/templates/new/img/calendar-banner.png) no-repeat top;
}

@media screen and (max-width: 840px){
    .bg-white.pb-5{
        width: 100%;
    }

    .d-flex.d-md-none.w-100.justify-content-center.align-items-center{
        display: flex;
        border-radius: 12px;
        border: 1px solid #d9dadb;
        padding: 12px 15px;
        gap: 12px;
        box-sizing: border-box;
        background-color: #fff;
        cursor: pointer;
        flex: 1;
        flex-direction: column;
        max-width: 100%;
        min-height: unset;
        max-height: 64px;
        justify-content: center;
    }

    .d-flex.d-md-none.w-100.justify-content-center.align-items-center label{
        align-self: stretch;
        position: relative;
        font-size: 12px;
        line-height: 20px;
        color: #a0a3bd;
        text-align: left;
    }

    .d-flex.d-md-none.w-100.justify-content-center.align-items-center select{
        align-self: stretch;
        position: relative;
        line-height: 20px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #4f4f4f;
        padding: 0 10px !important;
        border: none;
        transform: translateX(-10px);
    }
}

.block-tourSchedule-body-element{
    display: flex;
    gap: 2rem;
    align-items: center;
    width: 100%;
    padding: 0 12px;
    height: 80px;
}

.block-tourSchedule-body-element:first-child{
    height: 48px;
}

.block-tourSchedule-body-element:nth-child(odd){
    background: #f2f8ff;
}

.block-tourSchedule-header-col, .block-tourSchedule-body-element-col{
    max-width: 100px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.block-tourSchedule-header-col.centered, .block-tourSchedule-body-element-col.centered{
    justify-content: center;
}
.block-tourSchedule-header-col.centered.last, .block-tourSchedule-body-element-col.centered.last {
  max-width: unset;
  justify-content: end;
  width: auto;
}
.block-tourSchedule-body-element-col.col.tour, .block-tourSchedule-header-col.col.tour{
    max-width: unset;
    width: auto;
    margin-right: auto;
}

.block-tourSchedule-body-element-col strong{
    font-weight: 400;
}

.block-tourSchedule-body-element-col small{
    font-size: 16px;
}

.block-tourSchedule-body-element-value.price__value strong{
    color: #4f4a66;
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 12px;
}

.block-tourSchedule-header-col{
   color: #4f4a66
}

@media screen and (max-width: 840px){
    .block-tourSchedule-body-element:first-child{
        display: none;
    }

    .block-tourSchedule-body-element{
        flex-direction: column;
        height: fit-content;
        padding: 12px 16px;
        box-sizing: border-box;
        gap: 4px;
    }

    .block-tourSchedule-body-element-col{
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
        height: fit-content;
        order: 1;
        color: #4f4a66;
    }

    .block-tourSchedule-body-element-title{
        display: block;
        width: 50%;
    }

    .block-tourSchedule-body-element-value, .block-tourSchedule-body-element-value strong{
        width: 50%;
        text-align: right;
        font-weight: 600;
    }

    .block-tourSchedule-body-element-col.col.tour{
        width: 100%;
        order: 0;
        margin-bottom: 12px 
    }

    .block-tourSchedule-body-element-col.col.tour .block-tourSchedule-body-element-title {
        display: none;
    }

    .block-tourSchedule-body-element-col.col.tour .block-tourSchedule-body-element-value{
        width: 100%;
        text-align: left;
        font-size: 20px;
    }

    .block-tourSchedule-body-element-col.col.tour .block-tourSchedule-body-element-value small{
        display: none;
    }

    .block-tourSchedule-body-element-col:last-child{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 12px;
    }

    .block-tourSchedule-body-element-value.price__value strong{
        color: #2f7fed;
    }

    .block-tourSchedule-body-element-col:last-child .block-tourSchedule-body-element-title{
        display: none;
    }

    .table.table-striped.overflow-auto.center{
        box-shadow: 0 -4px 8px 0 rgba(31, 78, 141, 0.06), 0 32px 32px 0 rgba(21, 40, 66, 0.05);
        margin: 0;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .tours-banner.calendar-banner .tours-banner__wrapper {
        padding: 32px 20px 58px;
    }

    .h5.mb-1{
        color: #4f4a66;
    }
}
/* End */
/* /local/components/travelsoft/travelsoft.news.list/templates/tours-calendar-new_/style.css?17308929236870 */
