.data-container {
    margin-bottom: 0;
}

.data-container .card-body {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 1.25rem;
    margin-top: 0 !important;
}

.data-container .accordion .card-body {
    margin: 0;
}

.data-container .card-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.data-container .card {
    margin-bottom: 24px;
}

@media (min-width: 576px) {
    .data-container .col-sm-9 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }

    .courses-list-section h2 {
        max-width: 60%;
        color: #E0E0E0;
    }
}

.table th, .table td {
    border-color: #E0E0E0;
    padding: 16px 40px !important;
    padding-left: 0 !important;
}

.table tbody tr:last-child td {
    padding-bottom: 0 !important
}

.table th:last-child, table td:last-child {
    padding-right: 0 !important;
}

.table td img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.table thead th {
    border: 0;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: top !important;
    padding-top: 0 !important;
    white-space: nowrap;
}

.table {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.table a {
    color: #0671E0;
}

.table .counter-column {
    padding-right: 24px !important;
    width: 10px;
}

.promocode-wrapper {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.promocode-wrapper .label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.promocode-button {
    margin: 0 !important;
    margin-right: 10px !important;
    width: 215px !important;
    flex-basis: auto !important;
}

.promocode-button .code {
    background: #fff !important;
}

@media (max-width: 560px) {
    .promocode-wrapper {
        flex-direction: column;
        align-items: start !important;
    }

    .promocode-button {
        margin-bottom: 12px !important;
    }
}

.card-header > h2, #faq .card-body > h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px !important;
    color: #333 !important;
    margin-top: 24px;
}

#faq .custom-accordion .collapse {
    margin-bottom: 0 !important;
}

#faq .accordion .card-header {
    margin: 0 !important;
}

#faq .accordion .card-header h2 button {
    color: #333;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

#faq .accordion > .card:first-child .card-header button {
    padding-top: 0 !important;
}

#faq .accordion .card {
    margin-bottom: 0;
}

#faq .accordion > .card:last-child {
    border-bottom: 0 !important;
}

#faq .table th:first-child {
    min-width: 140px;
    width: 140px;
}

#faq .table th:nth-child(2) {
    min-width: 328px;
}

#faq .table th:nth-child(3) {
    min-width: 70px;
    width: 70px;
}

.table .rating-star {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
}

.table .rating-star svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.table .rating-star span {
    border-radius: 4px;
    padding: 4px;
}

.table .rating-star.terrible span {
    background-color: #EB5757;
}

.table .rating-star.bad span {
    background-color: #E48900;
}

.table .rating-star.normal span {
    background-color: #F2C94C;
}

.table .rating-star.good span {
    background-color: #64C12B;
}

.table .rating-star.perfect span {
    background-color: #219653;
}

.top10-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
    margin-left: 3px;
}

.top10-item {
    margin-bottom: 41px;
}

.top10-item:last-child {
    margin-bottom: 0;
}

.top10-item .desc {
    line-height: 24px;
    margin-bottom: 16px;
}

.top10-item .table td:first-child {
    min-width: 256px;
    width: 256px;
}

.top10-item .bottom-button, .top10-item .bottom-button:hover, .top10-item .bottom-button:focus {
    background-color: #DBEDFF !important;
    border-radius: 8px;
    color: #0663C7 !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    border: 0;
}

.top10-item .table {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 16px;
}

.top10-label a {
    color: #0671E0 !important;
}

.section-popular-menus .card-body {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    column-gap: 15px;
}

.section-popular-menus .card-body a {
    break-inside: avoid;
    flex-grow: 1;
    width: calc(33% - 10px);
    max-width: calc(33% - 10px);
    display: block;
    color: #333333;
}

@media (max-width: 560px) {
    .section-popular-menus .card-body a {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .top10-item .table td:first-child {
        min-width: 190px;
        width: 190px;
    }
}

.review-item {
    height: 184px;
}

.review-item .card-body {
    padding: 18px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.review-item {
    border-radius: 16px;
    border: 1px solid #EAEAEA;
}

.review-item .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    flex: 1;
    color: #212121;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.review-item .link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.review-item .user-name {
    font-size: 14px;
    color: #4F4F4F;
}

/*swiper*/
#topReviews .card-header,
#experts .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-container .card-header .swiper-left {
    margin-right: 16px;
}

.data-container .card-header .swiper-left,
.data-container .card-header .swiper-right {
    width: 32px;
    height: 32px;
    margin-bottom: 24px !important;
    margin-top: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
}

.data-container .card-header .swiper-button-disabled {
    background: #F2F2F2;
    box-shadow: none;
}

.data-container .card-header .swiper-button-lock {
    display: none;
}

.data-container .card-header .swiper-left .icon,
.data-container .card-header .swiper-right .icon {
    stroke: #4F4F4F;
}

.data-container .card-header .swiper-button-disabled .icon {
    stroke: #BDBDBD;
}

/*expert*/
#experts .expert-photo {
    min-width: 64px;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    margin-right: 16px;
    object-fit: cover;
}

#experts .expert-name {
    color: #333;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
}

#experts .expert-specialization {
    color: #333;
    font-weight: 400;
    line-height: 24px;
}

#experts .table {
    margin-top: 24px;
}

#experts .table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#experts .table td:nth-child(2) {
    min-width: 268px;
    width: 268px;
}

/*courses list */
.courses-list-section .filters-header h2 {
    display: none;
}

.courses-list-section h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.courses-list {
    margin: 0;
}

.courses-list-section .filters-header .dropdown-toggle[aria-expanded="true"] .icon {
    transform: rotate(-180deg);
}

.right-filters > section {
    margin-top: 48px;
}

.right-filters a {
    color: #0671E0;
    font-size: 14px;
    font-weight: 400;
}

.courses-list-section .filters-header .showing {
    display: none;
}

@media (min-width: 560px) {
    .main-screen {
        padding-bottom: 165px;
    }

    .courses-list-section {
        margin-top: -165px;
    }

    .courses-list-section h2 {
        margin-bottom: 10px;
    }

    .courses-list-section .filters-header {
        color: #EAEAEA;
        width: 100%;
        justify-content: end !important;
        margin-top: -48px;
    }

    .courses-list-section .filters-header .dropdown-toggle:hover {
        color: #EAEAEA;
    }

    .courses-list-section .filters-header .dropdown .icon {
        stroke: #828282;
    }
}

/*en card*/
.card-info-show-en {
    border: 0;
    background: transparent;
    margin-bottom: 0.5em;
}

.card-info-show-en .card-body {
    padding: 19px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
}

.card-info-show-en label {
    font-weight: 600;
    font-size: 18px;
}

/*
 *category expert
 */
.category-expert {
    margin-bottom: 16px;
}

.category-expert .name {
    color: #E0E0E0;
    margin-left: 10px;
}

.category-expert .sub-name {
    font-size: 14px;
}

.category-expert a {
    text-decoration: none;
}

.category-expert a .name div {
    text-decoration: underline;
}

.category-expert-about p:last-child {
    margin: 0;
}

/**/
