.form{
	transition: opacity .2s ease;
}
.form_disabled{
	opacity: 0.6;
}
.line-bonus{
	text-transform: capitalize;
}
.cart-empty,
.table-body .widget-alert{
	padding: 15px;
	text-align: center;
}
.fullcalendar__nav{
	min-height: 40px;
}

.certificate__card .card-certificate__body{
    width: calc(100% - 2rem - 230px);
}

.card-packages__header-image img{
    width: 125px;
}

.card-certificate__image{
    max-width: 75px;
}

.woocommerce-remove-coupon,
.coupon-result,
.coupon button[name="apply_coupon"]{    
    font-size: 14px;
    color: #747b98;
        border-bottom: 1px solid transparent;
            -webkit-transition: all .3s;
    transition: all .3s;
}
.woocommerce-remove-coupon:hover,
.coupon button[name="apply_coupon"]:hover{
    border-color: #747b98;
}

.select__asset.profile__avatar {
    color: #fff;
font-size: 10px;
font-weight: bold;
}
.lessons-reports-history .spollers__body{
    padding-top: 0;
    padding-bottom: 0;
}
.lessons-reports-history .lesson-students__list{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.tab-selector{
    display: flex;
    align-items: top;
    justify-content: flex-start;
}
.tab-selector__item{
    line-height: 38px;
    border-bottom: 2px solid transparent;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #747B98;
    transition: all .2s ease;
}
.tab-selector__item:hover,
.tab-selector__item_active{
    color: #355CF7;
    border-color: #355CF7;
}

.content-wrapper--editor{
    background-color: #E8EAF2;
    padding-top: 24px;
}

.fullcalendar__day,
.fullcalendar-col{
    min-width: 14.28%;
}

.popup-show body::after{
    z-index: 20;
}
.lesson-users .lesson-times-line{
    width: 100%;
    vertical-align: top;
}
.lesson-users .lesson-times-line + .lesson-times-line{
    margin-top: 5px;
}

.basket-student__table .woocommerce-notices-wrapper,
.return-to-shop,
.woocommerce-Price-currencySymbol{
	display: none;
}
.product-card__header{
	min-height: 58px;
}

.fullcalendar-tr{
    overflow: visible;
}
.fullcalendar__inner{
    position: relative;
    z-index: 1;
}

.link-red_black{
	color: rgb(31, 31, 31);
}
.link-red_black:hover{
	color: rgb(31, 31, 31);
	border-color: rgb(31, 31, 31);
}

.pagging ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.025rem;
}
.pagging .prev,
.pagging .next{
	    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem!important;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid var(--grayscale-200);
    background-color: var(--background-primary);
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.pagging a:not(.next):not(.prev),
.pagging span{
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--grayscale-800);
    text-overflow: ellipsis;
    font: var(--button-lg);
    letter-spacing: .25px;
    -webkit-transition: all .3s;
    transition: all .3s;
        padding: 0 0.5rem;
}
.pagging a:hover,
.pagging span{
    color: var(--accent-500)!important;
}

.pagging a:hover svg path {
    fill: var(--accent-500);
}

.widget__header_no-gap{
	gap: 0;
}

.reports-history,
.orders-shop__order.loading,{
	position: relative
}
.reports-history__link,
.orders-shop__order.loading::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.orders-shop__order.loading::before{
    content: '';
    background: rgba(255, 255, 255, 0.6);
}

.builder__photo-profile {
    margin: 0;
}

.builder__photo {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.builder__main-info__box:first-child {
    margin-bottom: 8px;
}
.builder__btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 6px;
}
.builder__main-info__box {
    height: -moz-fit-content;
    height: fit-content;
}
.builder__main-info__info {
    color: #343f48;
    opacity: .5;
    display: flex;
    font-size: 12px;
}
.builder__main-info__info img {
    margin-right: 3px;
    opacity: .5;
    width: 10px;
    height: 10px;
    margin-top: 4px;
}
.builder__main-info__btn {
    height: 40px;
    border-radius: 8px;
}
.builder__main-info__btn:first-child {
    margin-right: 12px;
}
.profile__avatar + img{
    display: none;
}
.builder__control label{
    cursor: pointer;
}

    .builder__ava{
        border: 1px solid #ededed;
        cursor: pointer;
        font-size: 24px;
    }
    .builder__ava_icon{
        width: 80px;
        display: inline-block;
        text-align: center;
        line-height: 80px;
        background: #fff;
        margin-right: 15px;
        border-radius: 8px;
        overflow: hidden;
    }

    .builder__ava img{
        transition: opacity .2s;
        border-radius: 8px;
        overflow: hidden;
    }

    .builder__ava_icon img{
        vertical-align: top;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 0;
/*        opacity: 0.3;*/
    }
    .builder__ava_grey{
        background-color: #f5f5f5;
    }
    .builder__ava_grey.builder__ava_icon img{
        opacity: 0.6;
    }
    .builder__ava:hover img{
        opacity: 0.8;
    }

.spollers__title .whitespace-nowrap + .whitespace-nowrap{
    min-width: 102px;
    text-align: right;
}

.critical-notification--type-success a{
    text-decoration: underline;
    font-weight: bold;
/*    color: #07AD63;*/
}
.critical-notification--type-success a:hover{
    text-decoration: none;
}

.critical-notification--type-success{
    border-color: #07AD63;
    background-color: #E7FEF3;
}
.critical-notification--type-success h5{
    color: #07AD63;
}

.critical-notification--type-success .svg-icon{
    justify-content: center;
}
.critical-notification--type-success .svg-icon::before{
    display: none;
}
.critical-notification--type-success .icon.icon--size-s{
    min-width: 2rem;
    height: auto;
}
.change-rate__content{
    max-width: 400px;
    text-align: right;
    padding-right: 1.5rem;
    display: flex;
    align-items: center;
}
.change-rate__column .button{
    margin-left: 10px;
    cursor: pointer;
}
.change-rate__label{
    font-size: 12px;
    width: 100%;
    display: block;
}
.change-rate__input{
    text-align: right;
    outline: none;
    max-width: 120px;
}

.lessons-reports__header{
    min-height: 40px;
}
.table-body .tr{
    position: relative;
}
.change-rate{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: opacity .2s ease;
}
.change-rate:hover{
    opacity: 1;
}

.rates__spollers .spollers__body{
    padding: 0;
}
@media (min-width: 480px) {
    .rates-teachers {
        padding: 1rem 1.5rem 1rem 3.5rem !important;
    }
}
@media (max-width: 480px) {
    .rates-list__table .spollers__body .tr {
        padding: .75rem 1rem !important;
    }
}
.rates-teachers{
    padding-top: 1rem !important;
    margin: 0;
}
.rates-teachers:first-child{
    margin-top: 1.25rem;
}
.rates-teachers:last{
    margin-bottom: 1.25rem;
}

[hidden]{
    display: block!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    opacity: 0;
}

.lesson-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#addPayment .popup__content{
    max-width: 500px;
}

.reports strong{
    font-size: 16px;
    font-weight: bold;
}

.table-accountant svg{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.widget__body.income-expenses__stats{
    margin: 0;
    grid-template-columns: 0;
    gap: 0;
    display: block;
}

.button svg{
    z-index: 2;
}

.widget__body.income-expenses__stats .heading-md{
    font-size: 32px;
}

@media(max-width: 560px){
    .payments-packages__list{
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(min-width: 640px){
    #addPayment .button{
        max-width: calc(50% - 4px);
    }
    .lesson-wide{
        max-width: calc(100% - 175px);
    }
}
