h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #111727;
}
.filters_btn{
    cursor: pointer;
}

.sidebar_news_item .image img{
    width: 102px;
    height: 102px;
    object-fit: cover;
    margin-right: 16px;
    border-radius: 4px;
}
.sidebar_news_body{
    padding-right: 30px;
}
.sidebar_news_item{
    margin-bottom: 20px;
}
.stories.carousel .story>.item-link>.info .name {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #414552;
}
.cart_item{
    background: #FFFFFF;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

.private{
    background: #D4F7D9;
    border-radius: 8px;
    padding: 2px 5px;
    display: flex;
    align-items: center;
}

.private p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #348540;
}
.private img{
    margin-right: 2px;
}

.group{
    background: #DDE0FD;
    border-radius: 8px;
    padding: 2px 5px;
    display: flex;
    align-items: center;
}

.group p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #414BB1;
}
.group img{
    margin-right: 2px;
}

.cart_item .type{
    position: absolute;
    right: 52px;
    top: 20px;   
}

.cart_item .cart_close{
    position: absolute;
    right: 20px;
    top: 20px;
}

.card_time{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.time_block{
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #308FFF;
    margin-right: 12px;
}

.time_block img{
    margin-right: 4px;
}

.cart_item .title h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #111727;
}

.coach{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.coach p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #70747D;
    margin-right: 8px;
}

.coach img{
    width: 30px;
    height: 30px;
    border: solid 1px #DDE0FD;
    border-radius: 50px;
}

.divider{
    width: 100%;
    border-top: 0.5px solid #CFD1D4;
    margin-bottom: 15px;
    margin-top: 15px;
}
.student{
    align-items: center;
    display: flex;
}
.student p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111727;
}

.student img{
    width: 32px;
    height: 32px;
    border: solid 1px #DDE0FD;
    border-radius: 50px;
    margin-right: 8px;
}

.cart_close{
    cursor: pointer;
}
.cart_head{
    margin-bottom: 40px;
}
.cart_head h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #111727;
}
.paywall_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.paywall_header_left p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111727;
}
.paywall_header_right p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    color: #111727;
}

.paywall{
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.paywall_card{
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #DADADB;
}
#payment-request-button{
    margin-bottom: 20px
}
.pay_link{
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    width: 100%;
    margin-bottom: 20px;
}
p.total_before{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #70747D;
    margin-left: 10px;
}

.paywall_header_right{
    display: flex;
    align-items: center;
}
.pay_link .icon{
    height: 32px;
    width: 32px;
    margin-right: 10px;
}
.card_item {
    background: #FFFFFF;
    border: 1px solid #DADADB;
    border-radius: 8px;
    padding: 14px 16px;
}
.paywall_header{
    padding-top: 20px;
    border-top: solid 1px #DADADB;
}
.paywall_card .title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111727;
    margin-bottom: 20px;
}
.promocode input{
    background: #F0F0F1;
    border-radius: 12px 0px 0px 12px;
    padding: 16px;
}

.promocode input::placeholder{
    color: #A0A2A9;
}
.promocode_apply{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #308FFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 0px 12px 12px 0px;
    border: 0;
    width: 100px;
}
.card_title{
    display: flex;
    align-items: center;
    padding-top: 10px;
    border-top: solid 1px #DADADB;
    margin-bottom: 20px;
}
.card_title p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111727;
}
.card_title img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.nav-tabs{
    margin-bottom: 40px;
}

.nav-tabs {
    border-bottom: 1px solid #CBD5E0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #308FFF;
    border: 0;
    background: transparent;
    padding: 12px;
    position: relative;
    outline: 0;
    box-shadow: none;
}

.nav-tabs .nav-item.show .nav-link::before, .nav-tabs .nav-link.active::before{
    content: '';
    height: 3px;
    background: #308FFF;
    border-radius: 16px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.nav-tabs .nav-item.show .nav-link:focus-visible{
    outline: 0;
    box-shadow: none;
}
.nav-tabs .nav-link:focus-visible{

}
.nav-tabs .nav-link{
    border: 0;
    outline: 0;
    box-shadow: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0 15px;
    color: #111727;
}
.broadcast{
    background: #308FFF;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.broadcast img{
    margin-right: 4px;
}
.broadcast.disabled{
    background: #DADADB;
}

.filters{
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 20px;
}

.filters_sports_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filters h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111727;
}

button.clear{
    background: transparent;
    border: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #308FFF;
}

.sport_sub_types{
    display: flex;
    flex-wrap: wrap;
}
.sport_item{
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    
    margin-bottom: 16px;
}
.checkbox_icon{
    margin-bottom: 16px;
}
.sport_sub_type{
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A0A2A9;
    padding: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.filters_sports h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #111727;
    margin-bottom: 36px;
}

.sport_sub_type.active{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111727;
    background: #FFFFFF;
    border: 1px solid #308FFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
}

.coaches_header_mob{
    align-items: center;
    justify-content: space-between;
}

.filters_btn{
    cursor: pointer;
}

.modal-content {
    padding: 0;
}

.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000000;
}
.filter_bottom{
    display: none;
}
@media (max-width: 1199.98px) {
    .content_dashboard {
        min-height: 1380px;
    }
    .filters{
        top: 0;
        left: 0;
        z-index: 1000000000000000;
        overflow-y: auto;
        position: absolute;
        display: none;
        height: 1265px;
    }
    .filters{
        box-shadow: none;
    }
    .filter_bottom{
        position: fixed;
        bottom: 0px;
        z-index: 100000;
        margin: auto;
        left: 0;
        right: 0;
        padding: 20px;
        background: #FFFFFF;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        z-index: 10000000000000000000000;
    }

    .filter_bottom button{
        background: #308FFF;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
        border-radius: 12px;
        padding: 16px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        border: 0;
        width: 100%;
    }

    .content_dashboard{
        min-height: 1300px;
    }
    a.blue_inline{
        width: 100%;
    }
}



.trainers_card .avatar img{
    height: 100%;
    min-height: 223px;
    width: 223px;
    border-radius: 20px 0 0 20px;
    object-fit: contain;
    object-position: bottom;
}
.trainers_card .trainers_card_right li{
    color: #414BB1;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    text-align: center;
}
.trainers_card h4{
    color: #111727;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.trainers_card .avatar{
    height: 100%;
    min-height: 223px;
}

.trainers_card{
    padding: 0;
}


.trainers_card_center{
    padding-top: 20px;
    padding-bottom: 20px;
}

.trainers_card_right{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.trainers_card h3{
    color: #111727;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}

.trainers_card p{
    color: #878E9E;
    margin-bottom: 24px;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; 
}
.filters_sports .sport_item{
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(138, 138, 138, 0.10);
}
.filters_sports .sport_sub_type{
    padding: 12px 16px;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #A0A2A9;
    color: #A0A2A9;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.filters_sports .sport_sub_type.active{
    border: 1px solid #308FFF;
    color: #308FFF;
}
.filters_sports .checkbox_icon{
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.filters{
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
@media (max-width: 767.98px){
    .filters{
        background: #FFF;
        padding: 20px;
    }
    .filters_sports .sport_item{
        padding: 16px;
        margin-bottom: 16px;
        border-radius: 16px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(138, 138, 138, 0.10);
    }
    .trainers_card .avatar{
        display: block!important;
    }
    .trainers_card .avatar img {
        height: 100%;
        height: 223px;
        width: 100%;
        border-radius: 20px 0 0 20px;
        object-fit: contain;
        object-position: bottom center;   
        margin-bottom: 0;
    }
    .trainers_card h3{
        padding-left: 24px;
        padding-right: 24px;
        margin: 16px 0 8px;
        font-size: 16px;
    }
    .trainers_card_center {
        padding: 0;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0;
    }
    .trainers_card p{
        color: rgba(17, 23, 39, 0.60);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        margin-bottom: 16px;
    }
    .trainers_card_right{
        margin: 0px;
        padding: 0;
        padding-left: 24px;
        padding-right: 24px;
    }
    .trainers_card{
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
        margin: 4px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .trainers_card_left .link{
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 16px;
        padding-bottom: 24px;
    }

    .trainers_card_right .content ul{
        flex-wrap: wrap;
    }

    .trainers_card h4{
        font-size: 16px;
    }
}

