.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;
}