﻿.text-description-with-html {
    width: inherit;
    font-size: 14px;
    color: #818486;
    height: 94px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .text-description-with-html p > *{
        font-size :14px !important;
    }
.recommended-lesson__img {
    height: 260px;
}
@media (max-width: 767px) {
    .recommended-lesson__img {
        height: 160px;
    }
}

.calendar-lessons:empty {
    display: none;
}

#subscribe-text {
    align-self: center;
    cursor: default;
}

.course-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;
    line-height: 21px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

.recommended-lesson__desc.text_md.text-description-with-html > * {
    margin: 0 !important;
    line-height: 18px;
}

.course__preview {
    height: 100%;
}

.course__preview img {
    height: 100%;
    object-fit: cover;
}

.recommended-lesson__join .btn {
    border-radius: 100px;
}

.fill-no-img {
    width: 100%;
    height: auto;
}

.profile-courses-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 260px;
}

.lessons-list__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-homework_done {
    background-color: #F2F2F2 !important;
    box-shadow: none !important;
}

.course-homework_template {
    display: flex;
    align-items: center;
    height: 100%;
}

.swiper-slide.thumb-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-slider__main .swiper-container .swiper-slide.thumb-slider__slide {
    height: initial;
}

button.single-file-item__download {
    cursor: pointer;
}

.child-info_footer__title {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}

.child-info_footer__values {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.btn_disabled {
    opacity: 0.5;
}

.comment-block__content {
    width: 100%;
}

.mark-stars-content{
    display: flex;
}

.course-homework__description {
    display: none;
}

#videocont iframe {
    border-radius: 15px;
    width: 100% !important;
}

.conference__video {
    display: flex;
    justify-content: center;
}

.w-100 {
    width: 100%;
}

.join-meeting__btn {
    background-color: #ed9b33;
}

.all_cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 16px;
}


@media (max-width: 768px) {
    .join-meeting__btn {
        margin-top: 15px;
    }
    .all_cards {
        padding-top: 8px;
    }
}

@font-face {
    font-family: "Helvetica_Roman";
    src: url('../fonts/HelveticaNeueLTARMW05-55Rm.woff2');
}

@font-face {
    font-family: "Helvetica_Bold";
    src: url('../fonts/HelveticaNeueLTARMW05-75Bd.woff2');
}


.btn.btn_sm.btn_black-5.join-meeting__btn a {
    color: white;
    font: normal 0.75rem/160% "HelveticaNeueLTARMW05", Arial, sans-serif;
    font-feature-settings: 'liga' off;
}

.settings__main.children-main {
    padding: 20px 44px;
}

.user-wrap__img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}



.card {
    padding: 16px;
    background-image: url("/img/cards/background.svg");
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 282px;
    height: 184px;
    border-radius: 8px;
}

.card_number {
    color: white;
    font-family: "Helvetica_Roman";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
}


.card_head_actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.card_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card > .date {
    width: 137px;
}

.card_date_text {
    color: white;
    font-family: "Helvetica_Roman";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: right;
    font-style:normal;
}

.no-cards {
    color: #999999;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: center;
    min-height: 100px;
}


.no-cards > div {
    margin-top: 24px;
}




.text-red {
    color: #ED3D1C;
}

.payment-info__price {
    font-weight: 900;
    font-size: 16px;
    line-height: 34px;
}

.ml-1 {
    margin-left: 8px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.cursor-pointer, .inner-heading__back {
    cursor: pointer;
}

.m-auto{
    margin:auto;
}

.main-search__dropdown {
    box-shadow: 0px 35px 90px rgba(0, 0, 0, 0.135);
}

.default_card {
    border: 4px solid;
    border-color: #FDD757;
    border-radius: 8px;
}

    .default_card .default-text {
        color: #FDD757;
        font-size: 8px;
        font-family: "Helvetica_Roman";
        text-align:right;
    }

.hide-content {
    display: none;
}

.searchresult-main {
    padding-top: 48px;
    padding-bottom: 64px;
}

.captcha-form {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.pb-24 {
    padding-bottom: 24px;
}

.hidden-element {
    display: none;
}

span.error, #email-error, #pass-error, .phone-error {
    display: block;
    color: red;
    margin-top: 5px;
    font-size: 14px;
}

.validation-block {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#User_Password-error, .pass-validation-error, #ResetPassword_NewPassword-error, #acceptNewPassword-error,
.password-toggle-input.mb-15 span.error, .password-toggle-input.mb-20 span.error, .password-toggle-input.mb-25 span.error, #pass-error, .container.mb-20 span.error, #Student_NewPhoneNumber-error, .position-absolute {
    position: absolute;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

#userName-validation {
    display: block !important;
}

#subscribe-text a {
    font-weight: 600;
    color: rgb(64 64 64);
    cursor: pointer;
}

#agreeCheckbox-block {
    cursor: pointer;
}

.counter {
    font-weight: 800;
    color: #F2F2F2;
}


.child-info {
    padding: 20px;
    background-image: url("/img/child-info-background.svg");
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(33.3% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
    height: 275px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.child-info_head_actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.all_child-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right:-40px;
}
.child-info_footer {  
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    color: #CCCCCC;
}
    .child-info_footer.values {
        font-size: 13px;
        font-weight: 700;
    }

    @media (max-width: 768px) {
        .all_child-info {
        padding-top: 8px;
     
    }
}

.child-info__avatar{
    margin-bottom:8px;
}

.child-info__avatar, .child-info-avatar, .child-info-avatar__edit {
    -ms-flex-pack: center;
    justify-content: center;
}

.child-info-avatar {
    width: 80px;
    height: 80px;
    background-color: #D1E8BC;
    border-radius: 50%;
    position: relative;
    align-items:center;

}

.child-info-avatar__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 50%;
}

.child-info-avatar__img img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.child-info__btns, .child-info__avatar, .child-info-avatar, .child-info-avatar__edit, .child-info-info {
    display: -ms-flexbox;
    display: flex;
}
.child-info-avatar__name {
    text-align: center;
    font-size:18px;
    font-weight:800;
   
}
.child-info-avatar__fullname {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}


.child-info-avatar__fullname:last-child{
    margin-bottom:10px;
}

.child-info-elements{
    position:relative;
    padding-bottom:24px;
}

.child-info-elements:after {
    margin-top:12px;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-image: url(../../img/decore/horizontal-black-20.svg);
    background-repeat: repeat-x;
    background-size: contain;
}

.ui-datepicker-header select.ui-datepicker-year {
    width: 80px;
}

.cursor-default{
    cursor:default !important ;
}

.position-relative {
    position: relative;
}

.text-align-content-center{
    text-align:center;
}


.filter-none {
    filter: none !important;
}

.payment-info-wrap {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 16px 10px 10px 10px;
}
.payment-info-wrap-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 10px 10px 10px;
}

    
.payment-info-item__label {
    font-weight: bold;
    color: black;
}

.payment-info-item__value {
    font-weight: lighter;
}
.payment-info-item {
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
}
.payment-info-toggle {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.payment-info-item > i.icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    border-radius: 60px;
    color: white;
    background-color: #A0AB4D;
    font-size: x-large;
    padding: 0.5em 0.5em;
}

.payment-info-item > div.info-label__icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    border-radius: 60px;
    color: white;
    background-color: #A0AB4D;
    font-size: x-large;
    padding: 0.3em 0.6em;
}
.payment-info-item > .info-label__icon > img {
    height: 24px;
    width: 25px;  
}

.payment-info-items {
    padding-left: 10px;
    width: 100%;
}

.payment-info-schedule {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    flex-wrap: wrap;
}
.payment-info-schedule-item {
    padding-right: 70px;    
    width: 50%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .payment-info-wrap {
        width: 100%;
        max-width: initial;
        flex: initial;
    }

    .payment-info-schedule-item {
        padding-right: 10px;
        width: 220px;
    }
}

@media (max-width: 450px) {
    .payment-info-schedule-item {
        flex-direction: column;
    }
}



.mt-30 {
    margin-top: 30px;
}


.quiz-list .lessons-item__block {
    background-color: #FDF4E2;
}

/*----children cards----*/



.dropbtn-child-menu {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }

.dropdown-child-menu {
    position: relative;
    display: inline-block;
}

.dropdown-content-child-menu {
  /*  display: none;*/
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

   /* .dropdown-content-child-menu a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }*/

.dropdown-child-menu a:hover {
    background-color: #ddd;
}

.show-child-menu {
   /* display: block;*/
}

.dropdown-content-child-menu-item {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    color: #666666;
    padding: 5px 5px;
    cursor: pointer;
}

.dropdown-content-child-menu-item:hover {
    background-color: #E5E5E5;
    border-radius: 8px;
}

.dropdown-content-child-menu-item > img {
    width: 13px;
    height: 13px;
    margin-right: 9px;
}

.menu-popup {
    position: absolute;
    top: 130%;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    display: none;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 200px;
    max-width: 100vw;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.child-menu-item.active .menu-popup {
    display: block;
    position: absolute;
    left:45%;
    top:20%;
}

.child-menu-item {
    cursor: pointer;
    height: fit-content;
}

.childquestionnaire-btn_white span {
    overflow: auto;
}

.icons.row {
    padding-right: 10px;
}

.btn_md_not_uppercase {
    text-transform: none !important;    
}

.w-50{
    width:50%;
}

.questionnaire-container {
    padding: 0 15px 15px 15px;
}


@media (max-width: 1023px) {
    .no-cards {
        min-height: 100px;
    }


    .child-info {
        width: calc(50% - 40px);
        margin-right: 40px;
    }
}


@media (max-width: 767px) {
    .no-cards {
        min-height: 100px;
    }


    .child-info {
        width: calc(100% - 40px);
        margin-right: 40px;
    }

    .childquestionnaire-btn_white {
        margin-bottom: 16px;
    }

    .questionnaire-container {
        padding: 0;
    }
}

.mt-10 {
    margin-top: 10px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #A0AB4D;
    animation: spinner .6s linear infinite;   
}

.display_flex {
    display: flex;
}
.mr-5 {
    margin-right: 5px;
}
.icon-homework-type-empty {
    height: 26px;
    width: 26px;
}

