@import "variable.css";

.mc-moda {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: none;
}

.mc-moda.mc-moda__active {
    display: block;
}

.mc-moda__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.6;
}

.mc-modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    outline: 0;
    align-items: center;
    justify-content: center;
}

.mc-modal__body {
    margin-top: 40px;
    background-color: #fff;
    z-index: 2;
    color: #000;
    padding: 24px 16px;
    width: 336px;
    position: relative;
}

.login-title {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-size: 24px;
    text-align: center;
    margin-bottom: 26px;
}

.btn-social-login {
    width: 100%;
    padding: 12px 28px;
    border-radius: 12px;
    background-color: #4285f4;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
    vertical-align: middle;
    border: 0;
    font-family: "Sohne", "Helvetica", "Arial", sans-serif;
}

.table-white {
    background-color: #fff;
    color: #000;
}

.btn-social-login.pad-0 {
    padding: 0px;
}

.btn-social-login .auth-link {
    padding: 12px 28px;
    display: block;
    width: 100%;
}

.d-inline-block {
    display: inline-block;
}

.ver-mid {
    vertical-align: middle;
}

.mc-mb-4 {
    margin-bottom: 16px;
}

.mc-mr-3 {
    margin-right: 12px;
}

.mc-mt-3 {
    margin-top: 12px;
}

.mc-mt-4 {
    margin-top: 16px;
}

.btn-facebook {
    background: #3c5a99;
}

.btn-facebook .fa-facebook-square, .btn-apple .fa-apple {
    font-size: 24px;
}

.btn-apple {
    background: #000;
    color: #fff;
}

.fake-input {
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
}

.mc-text-hr span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.75em;
}

.mc-text-hr span:before {
    left: 100%;
}

.mc-text-hr span:before, .mc-text-hr span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background-color: #ddd;
}

.mc-text-hr span:after {
    right: 100%;
}

.mc-text-hr span:before, .mc-text-hr span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background-color: #ddd;
}

.mc-opacity--muted {
    opacity: 0.6 !important;
}

.mc-text-hr {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.mc-text--uppercase {
    letter-spacing: 0.06em;
    text-transform: uppercase !important;
}

.mc-text-x-small {
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.01em;
}

.btn-login {
    justify-content: center;
    background-color: #f02c4e;
}

.mc-form-element__element {
    font-family: "Sohne", "Helvetica", "Arial", sans-serif;
    background: none;
    outline: none;
    border: 1px solid #ddd;
    margin: 0;
    padding: 12px 16px;
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.625px;
    text-overflow: ellipsis;
    resize: none;
    border-radius: 10px;
}

.mc-form-elemen label {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-size: 12px;
    margin-bottom: 4px;
}

.mc-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #8c8383;
    cursor: pointer;
}

#log-in-form, #sign-up-form {
    /* min-height: 630px; */
}

.tab-content2 {
    display: none;
}

.tab-content2.active-tab {
    display: flex;
    flex-direction: column;
}

.mc-text--center {
    text-align: center;
}

.mc-text--link, .mc-text--link:hover, .mc-text--bare-link:hover, .mc-text--bare-link-parent:hover .mc-text--bare-link {
    text-decoration: underline;
    cursor: pointer;
}

.tab-flex {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tab-flex .tab-bottom {
    flex-shrink: 0;
}

.tab-flex .tab-body {
    flex: 1;
}

.notification {
    min-width: 200px;
    z-index: 999999;
    min-height: 20px;
    height: auto;
    position: fixed;
    margin-left: -100px;
    background-color: #26b938;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding: 10px;
    text-align: left;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgb(56 56 56);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgb(56 56 56);
    right: 10px;
    top: 10px;
}

.btn-custome[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.error-msg {
    padding: 10px 5px;
    font-size: 12px;
    color: #d84444;
    display: none;
}

.error-msg.active-msg {
    display: block;
}

/* css profile */
.navigation-links-module__link-white {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}

.profile-avatar {
    width: var(--avatar-size);
    height: var(--avatar-size);
    background-color: #ccc;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: calc(var(--avatar-size) / -2);
    position: relative;
}

.circle-image {
    border-radius: 50%;
}

.collapse {
    display: revert !important;
    /* fix bootstrap  */
}

.borderless td, .borderless th {
    border: none;
}

.profile-about {
    min-height: 800px;
}

.profile-banner {
    width: 100%;
    height: var(--banner-height);
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-name .box-name {
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    font-size: var(--profile-title-size);
}

.document-tab .nav-pills .nav-link {
    background: none;
    font-size: var(--profile-tab-icon-size);
    position: relative;
    margin-right: 30px;
    text-align: center;
}

.document-tab .nav-pills .nav-link .small-text {
    font-size: var(--profile-tab-text-size);
    display: block;
}

.document-tab .nav-pills .nav-link.active {
    background: none;
}

.document-tab .nav-pills .nav-link.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: #fff;
    left: 0px;
    top: -12px;
}

.document-tab .tab-title {
    text-align: center;
    font-size: var(--profile-title-size);
    font-weight: 700;
}

.profile-banner .profile-edit-banner {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 25px;
    cursor: pointer;
    display: none;
}

.profile-banner:hover .profile-edit-banner {
    display: inline-block;
}

.profile-edit-avatar-area {
    position: absolute;
    bottom: 15%;
    left: calc(50% - 12px);
    display: none;
    cursor: pointer;
}

.profile-avatar .profile-edit-avatar {
    font-size: 25px;
}

.profile-avatar:hover .profile-edit-avatar-area {
    display: block;
}

.text-edit-avatar {
    display: block;
}

.modal-content {
    color: #000;
}

#editBanner .modal-header, #editAvatar .modal-header {
    text-align: center;
    font-size: 22px;
}

.cropper-label.hidden, .cropper-label.hidden {
    display: none;
}

.cropper-widget img {
    max-width: none;
    transition: none;
}

#editBanner .new-photo-area, #editAvatar .new-photo-area {
    margin: auto;
}

#editBanner .cropper-widget > img, #editAvatar .cropper-widget > img {
    margin: auto;
}

#editBanner .cropper-buttons, #editAvatar .cropper-buttons {
    margin: 30px 0px;
}

#editBanner .progress, #editAvatar .progress {
    margin: auto;
    margin-top: 10px;
}

.sign-out-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 25px;
}

/* end css profile */

/* books */
.section_book .pagination {
    display: inline-block;
}

.section_book .pagination li {
    color: #fff;
    float: left;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid;
    margin-left: 8px;
    box-sizing: border-box
}

.section_book .pagination li a, .section_book .pagination li span {
    display: block;
    padding: 8px 16px;
    box-sizing: border-box;
}

.section_book .pagination li.active {
    background-color: #4CAF50;
}

.section_book .pagination li.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.section_book .pagination li:hover:not(.active) {
    background-color: #ddd;
}

.section_book ul li.active {
    font-weight: 700;
    color: #fff;
}

.section_book ul li.active a::before {
    position: absolute;
    left: 0;
    width: 15px;
    height: 4px;
    content: '';
    background: #fff;
}

.section_book ul li.active a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_book ul li.active a {
    padding-left: 20px;
}

.pd-0 {
    padding: 0px;
}

.mar-0 {
    margin: 0px;
}

.box-search {
    background-color: #191c21;
    padding: 20px;
}

.box-search .docutment-search {
    width: calc(100% - 180px);
}

.box-search .btn-search-books {
    width: 150px;
}

/* end books */

/* documents */
.docutment-search {
    padding: 15px 10px;
    background: none;
    border: none;
    width: calc(100% - 28px);
}

.docutment-search:focus,
.docutment-search:active,
.docutment-search:focus-visible,
.docutment-search:focus-within {
    border: none;
    outline: none;
}

.flex-1 {
    flex: 1;
}

.box-document {
    background-color: #191c21;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.box-document.backgound-none {
    background: none;
}

.box-document-title {
    margin: 0px;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.small-text {
    font-size: 14px;
    color: #bbb;
}

.box-document a {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    text-decoration: revert;
    color: #dad7d7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-document-content {
    flex: 1;
}

.box-document-footer {
    text-align: center;
    margin-top: 15px;
    flex-shrink: 0;
}

.box-document-footer a {
    font-size: 14px;
}

.box-detail-document {
    margin-top: 40px;
    display: block;
    overflow: hidden;
}

.box-detail-document .box-detail-head {
    width: 100px;
    float: left;
}

.box-detail-document .box-detail-head .document-icon-file {
    display: block;
    font-size: 65px;
}

.box-detail-document .box-detail-head .link-document-detail {
    margin-top: 10px;
    display: block;
    text-decoration: revert;
}

.box-detail-document .box-detail-content {
    float: left;
    display: block;
    width: calc(100% - 100px);
}

.box-detail-document .box-detail-content .box-detail-content-title {
    font-size: 22px;
}

.box-detail-document .box-detail-content .box-detail-info {
    margin: 15px 0px;
}

.box-detail-document .box-detail-content .box-detail-info span {
    margin-right: 10px;
}

.box-detail-document .box-detail-content .box-detail-info span i {
    margin-right: 5px;
}

.box-detail-document .box-detail-content .document-description {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* detail document */
#document-detial .document-banner {
    height: 670px;
    padding-bottom: 235px;
    box-sizing: border-box;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#document-detial .document-content {
    margin-top: -235px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#document-detial .document-content .container {
    min-height: 500px;
    background-color: #fff;
}

.document-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000;
    content: ">";
}

.document-breadcrumb .breadcrumb {
    background: none;
    color: #000;
    font-weight: 600;
    padding-left: 0px;
}

.document-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #000;
}

#document-detial .box-detail-document {
    color: #000;
    margin-top: 0px;
}

#document-detial .box-detail-document .box-detail-content-title {
    font-weight: 700;
}

.box-document-info {
    overflow: hidden;
    border-bottom: 1px solid #bbb;
    padding-bottom: 15px;
}

.box-document-relation {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #bbb;
}

.box-document-title {
    font-weight: 600;
}

.document-relation-link {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

#document-detial .box-document-ad {
    background: #000;
    height: 300px;
}

.box-document-relation-left {
    background: #ccc;
    padding: 30px;
    color: #000;
}

.box-document-relation-left .box-relation:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bbb;
}

/* end documents */

/* paymet */
.payment {
    color: #000;
}

/* end paymet */

/* class */
#section-class {
    padding: 30px;
}

#section-class .box-video {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fake-video {
    height: 700px;
    background-color: #ccc;
}

#section-class .mc-background--color-medium {
    background: #191c21;
}

.mc-pb-8 {
    padding-bottom: var(--mc-scale-8);
}

.mc-py-6 {
    padding-top: var(--mc-scale-6);
    padding-bottom: var(--mc-scale-6);
}

.mc-px-6 {
    padding-left: var(--mc-scale-6);
    padding-right: var(--mc-scale-6);
}

.mc-py-2 {
    padding-top: var(--mc-scale-2);
    padding-bottom: var(--mc-scale-2);
}

.mc-mr-3 {
    margin-right: var(--mc-scale-3);
}

.mc-pb-2 {
    padding-bottom: var(--mc-scale-2);
}

.mc-opacity--hinted {
    opacity: 0.8 !important;
}

.mc-text--bold {
    font-weight: 500 !important;
}

.mc-text-d3, .mc-text-d2, .mc-text-d1, .mc-text-h1, .mc-text-h2, .mc-text-h3, .mc-text-h4, .mc-text-h5, .mc-text-h6, .mc-text-h7, .mc-text-h8 {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
}

.rate-title {
    font-size: 14px;
    display: block;
    float: left;
    line-height: 30px;
}

.mc-separator {
    height: 1px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
}

.c-button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#section-class .c-button {
    padding: var(--mc-scale-3) var(--mc-scale-7);
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: var(--mc-scale-3);
    transition: background 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
    vertical-align: middle;
    border: 0;
    font-family: "Sohne", "Helvetica", "Arial", sans-serif;
}

.mc-mt-0 {
    margin-top: 0px;
}

.c-button--link {
    background: none;
    color: var(--mc-theme-text);
}

#section-class .share-button {
    padding: 8px 24px;
}

#section-class .bookmark-button {
    padding: 12px 28px;
    background: #272c33;
}

#section-class .bookmark-button:hover {
    background: #31333b;
}

#section-class .custom-linght-button .added-class-icon {
    color: green;
}

#section-class .custom-linght-button {
    padding: 12px 28px;
    background: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    color: #fff;
}

#section-class .custom-linght-button .plus-circle {
    opacity: 0.6;
}

#section-class .custom-linght-button:hover {
    background: none;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
}

#section-class .custom-linght-button:hover .plus-circle {
    opacity: 1;
}

#section-class .custom-linght-button:hover .added-class-icon {
    color: #fff;
}

#section-class .video-title {
    font-size: 20px;
}

#section-class .video-description {
    font-size: 16px;
}

#section-class .video-box-sharing .box-btn {
    display: inline-block;
}

#section-class .rate span {
    cursor: pointer;
}

#section-class .teaches-avatar {
    width: 64px;
    height: 64px;
    border-radius: 0.4rem;
}

.box-teacher-info .teaches-name {
    font-size: 14px;
}

.box-teacher-info .teaches-job-title {
    font-size: 14px;
}

.box-teacher-info .teaches-description-title {
    font-size: 20px;
}

.box-teacher-info .teaches-description {
    font-size: 14px;
    opacity: 0.8;
}

.box-teacher-info .box-teacher-video-info {
    font-size: 14px;
}

#section-class .mc-tile__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#section-class .mc-tile-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section-class .mc-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #191c21;
    overflow: hidden;
    height: 100%;
}

#section-class .mc-img-wrapper__image {
    position: absolute;
    width: 100%;
    object-fit: cover;
}

#section-class .mc-tile-caption {
    display: flex;
    pointer-events: none;
}

#section-class .mc-tile-caption__content {
    position: absolute;
    width: 100%;
    transition: transform 0.2s ease, padding 0.2s ease;
    pointer-events: auto;
    align-self: center;
    text-align: center;
}

.lessons-item-v .mc-tile-caption__content {
    display: none;
}

.lessons-item-v.hover .mc-tile-caption__content {
    display: block !important;
}

#section-class .mc-tile-caption__content svg {
    display: inline-flex;
    font-size: 2.4rem;
}

.box-list-video-info {
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0);
    overflow: hidden;
    border-radius: 4px;
    min-height: 90px;
}

#section-class .video-progress {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #272c33;
}

#section-class .video-progress__bar {
    height: 2px;
    background: #f24462;
}

#section-class .video-times {
    background-color: #272c33;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.cur-poiter {
    cursor: pointer;
}

#section-class .box-list-video .video-title {
    opacity: 0.8;
    line-height: 1.45;
    letter-spacing: 0.01em;
    height: auto;
    max-height: 2.9em;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#section-class .box-list-video {
    overflow: hidden;
    max-height: 450px;
    overflow-y: auto;
}

.rated-lessons .rated-lessons-title {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-size: 20px;
}

.rated-lessons-video-info {
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0);
    overflow: hidden;
    border-radius: 4px;
    min-height: 230px;
}

.rated-lessons-video-title {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-size: 16px;
}

/* end class */

.search-group {
    background-color: #191c21;
    border: 1px solid #31333b;
    border-radius: 4px;
    padding: 0 8px;
}

.search-group label {
    margin: 0px;
}

.search-group .search-input {
    background-color: #191c21;
    height: 64px;
    font-size: 20px;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-left: 8px;
}

.search-group .search-input:focus,
.search-group .search-input:active,
.search-group .search-input:focus-visible,
.search-group .search-input:focus-within {
    border: none;
    outline: none;
}

.font-20 {
    font-size: 20px;
}

/* list video */
.list-video-section .rated-lessons-video-info {
    min-height: 280px;
}

#section-class .user-info-area .teaches-avatar {
    width: 112px;
    height: 112px;
}

#section-class .user-info-area .teaches-name {
    font-size: 20px;
}

#section-class .user-info-area .teaches-description {
    opacity: 0.8;
    padding-left: 35px;
}

.user-info-area .teaches-avatar-area {
    position: relative;
}

.user-info-area .teaches-avatar-area .mc-badge {
    box-sizing: content-box;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 20px;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    padding: 1px 10px;
    bottom: -13px;
    left: calc(50% - 25px);
}

.user-info-area .teaches-avatar-area .mc-badge.mc-badge--pink {
    background: #f24462;
}

.categories-area {
    margin-top: 60px;
}

.categories-area .category-title {
    font-size: 24px;
    font-weight: 500;
}

.categories-area .category-catalog__carousel-item {
    border-radius: 100px;
    cursor: pointer;
    padding: 8px 5px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categories-area .category-catalog__carousel-item:hover {
    background: #191c21;
}

.categories-area .categories-items {
    /*max-width: calc(100% - 185px);*/
    width: 100%;
}

.custome-btn-slick {
    width: 30px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    font-size: 25px;
    color: #bbb;
}

.custome-btn-slick:hover {
    color: #fff;
}

.custome-btn-slick.custome-prev {
    margin-right: 15px;
}

.custome-btn-slick.custome-next {
    margin-left: 15px;
}

/* end list video */

/* share social */
.flex-wrap {
    flex-wrap: wrap;
}

#shareSocialModal .modal-dialog {
    max-width: 530px;
}

#shareSocialModal .c-button {
    background-color: #ccc;
    margin-top: 10px;
    margin-right: 15px;
    padding: 12px 20px;
    border-radius: 11px;
}

#shareSocialModal .c-button--facebook {
    background-color: #3c5a99;
}

#shareSocialModal .c-button--facebook:not(:disabled):not(.disabled):active {
    background-color: #3c5a99;
}

#shareSocialModal .c-button--facebook:not(:disabled):not(.disabled):hover {
    background-color: #4568b1;
}

#shareSocialModal .c-button--messenger {
    background-color: #0078ff;
}

#shareSocialModal .c-button--messenger:not(:disabled):not(.disabled):hover {
    background-color: #218aff;
}

#shareSocialModal .c-button--linked-in {
    background-color: #0e76a8;
}

#shareSocialModal .c-button--linked-in:not(:disabled):not(.disabled):hover {
    background-color: #118bc7;
}

#shareSocialModal .c-button--twitter {
    background-color: #2ba2ef;
}

#shareSocialModal .c-button--twitter:not(:disabled):not(.disabled):hover {
    background-color: #4ab0f1;
}

.copy-to-clipboard-button {
    cursor: pointer !important;
}

#shareSocialModal .c-button--tertiary {
    background: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    color: #000;
}

#shareSocialModal .mc-form-element {
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 1px #949aa4;
    background: #fff;
    border-radius: 0.4rem;
    width: 100%;
    cursor: text;
    transition: color 200ms ease, box-shadow 200ms ease;
}

#shareSocialModal .mc-form-element--disabled {
    background: #f3f3f3;
    box-shadow: inset 0 0 0 1px #dbdde1;
    cursor: not-allowed;
}

#shareSocialModal .mc-form-element__element {
    font-family: "Sohne", "Helvetica", "Arial", sans-serif;
    background: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 12px 16px;
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.625px;
    text-overflow: ellipsis;
    resize: none;
}

#shareSocialModal .mc-form-element--disabled * {
    cursor: not-allowed;
}

#shareSocialModal .mc-form-element--disabled .mc-form-element__element,
#shareSocialModal .mc-form-element--disabled .mc-form-element__element::selection {
    background: transparent;
    color: rgba(0, 0, 0, 0.3);
}

#shareSocialModal .mc-form-append {
    padding-left: 0;
}

#shareSocialModal .mc-form-prepend,
#shareSocialModal .mc-form-append {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}

#shareSocialModal .mc-text--capitalize {
    text-transform: capitalize !important;
    color: #000;
    cursor: pointer !important;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.03em;
}

/* end share social */

/* mentor */
.mentor-box {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.mentor-link {
    cursor: default;
}

.mc-tile {
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.mc-tile--9x16:before {
    display: block;
    width: 100%;
    padding-top: 148%;
    content: "";
}

.mc-tile__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.mc-tile-overlay--gradient-bottom {
    background: linear-gradient(to top, #191c21 0, rgba(25, 28, 33, 0.6) 25%, rgba(25, 28, 33, 0) 45%) center no-repeat;
}

.mc-tile-overlay {
    pointer-events: none;
}

.mc-tile__component {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mc-tile-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-animation--zoom {
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.29, 1.185, 1, 1);
}

.mc-animation {
    z-index: 0;
}

.mentor-box-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #191c21;
    overflow: hidden;
    height: 100%;
}

.mentor-box-image {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mc-tile-caption {
    display: flex;
    pointer-events: none;
}

.mc-tile-caption--y-bottom .mc-tile-caption__content {
    align-self: flex-end;
}

.mc-tile-caption--x-center .mc-tile-caption__content {
    text-align: center;
}

.mc-p-4 {
    padding: 16px;
}

.mc-tile-caption__content {
    position: absolute;
    width: 100%;
    transition: transform 0.2s ease, padding 0.2s ease;
    pointer-events: auto;
}

.mentor-box-info {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    transform: translateY(132px);
}

.mentor-box-info2 {
    -webkit-animation-name: mentor-box-info2;
    animation-name: mentor-box-info2;
    transform: translateY(132px);
}

.mc-nameplate {
    vertical-align: middle;
}

.mc-nameplate__inner {
    margin: 0 auto;
    max-width: 368px;
}

.mc-nameplate--small .mc-nameplate__inner {
    max-width: 220px;
}

.mc-nameplate__image {
    display: block;
    width: 100%;
}

.mc-nameplate__separator {
    display: block;
    margin: 12px auto 12px;
    width: 16px;
    height: 4px;
    background: #fff;
}

.mc-nameplate--small .mc-nameplate__separator {
    margin: 12px auto 12px;
    width: 16px;
}

.mc-text--2-lines[class*='mc-text-h'], [class*='mc-text-h'] .mc-text--2-lines, .mc-text--2-lines-max[class*='mc-text-h'], [class*='mc-text-h'] .mc-text--2-lines-max {
    height: 2.5em;
}

.mc-text--2-lines, .mc-text--2-lines-max {
    height: 3em;
    -webkit-line-clamp: 2;
}

.mc-text--1-line, .mc-text--1-line-max, .mc-text--2-lines, .mc-text--2-lines-max, .mc-text--3-lines, .mc-text--3-lines-max {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mc-text-d3, .mc-text-d2, .mc-text-d1, .mc-text-h1, .mc-text-h2, .mc-text-h3, .mc-text-h4, .mc-text-h5, .mc-text-h6, .mc-text-h7, .mc-text-h8 {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
}

.mc-text-h6 {
    font-size: var(--mc-scale-4);
}

.mentor-box-button2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    opacity: 0;
}

.mentor-box-button3 {
    -webkit-animation-name: mentor-box-button3;
    animation-name: mentor-box-button3;
    opacity: 0;
}

.mentor-box-info .mentor-box-button {
    height: 132px;
}

.mc-tile-overlay-active.mc-tile-overlay--gradient-bottom {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
}

.mc-animation--zoom.mc-animation--animating {
    transform: scale(1.05);
}

.mentor-box-info3 {
    -webkit-animation-name: mentor-box-info3;
    animation-name: mentor-box-info3;
    transform: translateY(0);
}

.mentor-box-button4 {
    -webkit-animation-name: mentor-box-button4;
    animation-name: mentor-box-button4;
    opacity: 1;
}

.mentor-box-button .mc-theme-light, .mentor-box-button .mc-invert {
    color: #000;
    --mc-theme-background: #fff;
    --mc-theme-text: #000;
    --mc-theme-text-hr-span-after: rgba(0, 0, 0, 0.3);
    --mc-theme-separator: rgba(0, 0, 0, 0.3);
    --mc-theme-border-contrast: rgba(0, 0, 0, 0.5);
    --mc-theme-border-contrast-hover: #000;
    --mc-theme-applepay-border: inset 0 0 0 1px #000;
    --mc-theme-badge-bg: #272c33;
    --mc-theme-badge-text: #fff;
    --mc-theme-badge-dim-bg: #dbdde1;
    --mc-theme-badge-dim-text: #000;
    --mc-theme-carousel-dot: rgba(0, 0, 0, 0.6);
    --mc-theme-carousel-dot-active: #000;
    --mc-theme-dropdown-border: #dbdde1;
    --mc-theme-dropdown-bg: #fff;
    --mc-theme-dropdown-hover-bg: #f3f3f3;
    --mc-theme-tooltip-bg: #fff;
    --mc-theme-tooltip-border: #f3f3f3;
    --mc-theme-tooltip-arrow: #f3f3f3;
    --mc-theme-tooltip-arrow-after: #fff;
    --mc-theme-checkbox-bg: #fff;
    --mc-theme-checkbox-border: #949aa4;
    --mc-theme-checkbox-checked: #272c33;
    --mc-theme-checkbox-active-border: #596170;
    --mc-theme-checkbox-dis-bg: #f3f3f3;
    --mc-theme-checkbox-dis-border: #dbdde1;
    --mc-theme-checkbox-dis-active-border: #dbdde1;
    --mc-theme-form-bg: #fff;
    --mc-theme-form-border: #949aa4;
    --mc-theme-form-elem-color: #000;
    --mc-theme-form-elem-placehold-color: rgba(0, 0, 0, 0.3);
    --mc-theme-form-dis-bg: #f3f3f3;
    --mc-theme-form-dis-border: inset 0 0 0 1px #dbdde1;
    --mc-theme-form-dis-active: #dbdde1;
    --mc-theme-form-dis-elem: rgba(0, 0, 0, 0.3);
    --mc-theme-form-append: rgba(0, 0, 0, 0.3);
    --mc-theme-radio-bg: #fff;
    --mc-theme-radio-border: #949aa4;
    --mc-theme-radio-checked: #000;
    --mc-theme-radio-dis-bg: #f3f3f3;
    --mc-theme-radio-dis-border: inset 0 0 0 1px #dbdde1;
    --mc-theme-select-menu-bg: #fff;
    --mc-theme-select-menu-border: #f3f3f3;
    --mc-theme-select-option-bg: #f3f3f3;
}

.mentor-box-button .c-button--full-width {
    width: 100%;
}

.mentor-box-button .c-button {
    padding: 12px 28px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 12px;
    transition: background 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
    vertical-align: middle;
    border: 0;
    font-family: "Sohne", "Helvetica", "Arial", sans-serif;
}

.mentor-box-button .c-button--secondary {
    background: #272c33;
}

.mentor-box-button .mc-background--color-light {
    color: #000 !important;
    background: #fff;
}

/* mentor detail */
.mentor-detail {
    padding-top: 80px;
    padding-bottom: 200px;
}

.page-title {
    font-weight: bold;
    font-size: 60px;
}

.note-title-text {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.box-mentor-poster {
    width: 40%;
    height: var(--poster-height);
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.box-mentor-poster .mentor-name {
    padding-bottom: 20px;
    text-transform: capitalize;
    font-size: 46px;
}

.box-mentor-poster .mentor-job-title {
    padding-bottom: 80px;
    font-size: 18px;
}

.box-mentor-poster .mentor-name, .box-mentor-poster .mentor-job-title {
    flex-shrink: 0;
}

.mentor-description {
    margin-top: 80px;
}

.mentor-description-title {
    font-size: 36px;
    text-align: center;
}

/* mentor detail */
/* transaction-section */
.transaction-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.transaction-section .transaction-title {
    text-align: center;
    font-size: 30px;
}

/* end transaction-section */
/* mentor-banner */
.mentor-banner .banner-image {
    width: 100%;
}

.mentor-banner .banner-title {
    font-size: 40px;
    font-weight: bold;
}

.mentor-banner .banner-sub-title {
    font-size: 18px;
    font-weight: bold;
}

/* end mentor-banner */

/* schedule-section */
.schedule-section {
    padding: 30px 30px 30px 30px;
}

.schedule-section-list {
    position: relative;
}

.schedule-more-info {
    display: inline-block;
    position: absolute;
    right: -50px;
    top: calc(50% - 20px);
    font-size: 40px;
}

.schedule-section .schedule-block {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.schedule-section .schedule-info {
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
}

.schedule-section .schedule-mentor-image img {
    border-radius: 15px;
}

.schedule-section .schedule-title {
    text-align: center;
    font-size: 36px;
}

.schedule-section .schedule-mentor-position {
    font-size: 16px;
}

.schedule-section .schedule-mentor-name {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: bold;
}

/* end schedule-section */

/* news-section */
.news-section {
    margin: 50px 0px;
}

.news-slide .slick-slide {
    margin: 0px;
}

.news-slide .news-block {
    width: 100%;
    min-height: var(--news-item-height);
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.news-block .news-block-info {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: left;
    left: 0px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.news-block-info .news-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.news-block-info .news-description {
    font-size: 13px;
}

.news-block-info .news-label {
    padding: 3px 12px;
    background-color: #022aad;
    border-radius: 13px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    min-width: 70px;
}

.news-block-info .news-label.live-label {
    background-color: #930219;
    position: relative;
}

.news-block-info .news-label.live-label::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 2.5px);
    left: 14px;
}

.news-box-params {
    font-size: 13px;
    margin-top: 10px;
}

.news-box-params span:first-child {
    margin-right: 10px;
}

.nav-tabs-custome .nav-link {
    text-transform: uppercase;
}

.nav-tabs-custome .nav-link.active {
    background-image: linear-gradient(#2078e5, #5c97e3);
    color: #fff;
    border-top-color: #166cd7;
    border-left-color: #166cd7;
    border-right-color: #166cd7;
}

.news-custome-slide .news-custome-slide-item {
    padding: 10px;
    background-color: #464343;
    display: flex !important;
    flex-direction: column;
}

.news-custome-slide-item .news-custome-slide-poster {
    flex: 1;
}

.news-custome-slide-item .news-custome-slide-info {
    flex-shrink: 0;
}

.news-custome-slide-item-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-custome-slide .news-custome-slide-item .news-custome-slide-item-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-custome-slide2 .news-custome-slide-item .news-custome-slide-item-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.hot-news-silde .slick-slide {
    margin: 0px;
    margin-right: 10px;
}

.news-custome-slide .slick-list {
    margin: 0px;
}

.possion-relative {
    position: relative;
}

.news-slide-pagination {
    position: absolute;
    top: -35px;
    z-index: 9;
    right: 0px;
}

.news-slide-pagination .view-all {
    text-transform: uppercase;
}

.news-slide-pagination .btn-simple-pagination {
    display: inline-block;
    cursor: pointer;
    background: #2a2727;
    width: 24px;
    text-align: center;
}

.news-custome-slide-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}

.news-custome-slide-view-more {
    font-size: 14px;
    text-decoration: underline;
}

.news-custome-slide-category {
    text-transform: uppercase;
    font-size: 15px;
}

.news-custome-slide-title {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.tab-content-normal .row:not(:first-child) {
    margin-top: 20px;
}

.color-000 {
    color: #000;
}

.box-books-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
}

/* end news-section */
@keyframes mentor-box-button4 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes mentor-box-info2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(138px);
    }
    100% {
        transform: translateY(138px);
    }
}

@keyframes mentor-box-button3 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes mentor-box-info3 {
    0% {
        transform: translateY(138px)
    }
    50% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}

/* end mentor */

/* responsive */
@media only screen and (min-width: 1200px) {
    /* xl */
}

@media only screen and (max-width: 1199px) {
    /* lg */
    .list-video-section .rated-lessons-video-info {
        min-height: 210px;
    }
}

@media only screen and (max-width: 991px) {
    /* md */
    .list-video-section .rated-lessons-video-info {
        min-height: 180px;
    }
}

@media only screen and (min-width: 960px) {
    /* md */
    :root {
        --mc-scale-0: 0rem;
        --mc-scale-1: 0.4rem;
        --mc-scale-2: 0.8rem;
        --mc-scale-3: 1.2rem;
        --mc-scale-4: 1.6rem;
        --mc-scale-5: 2rem;
        --mc-scale-6: 2.4rem;
        --mc-scale-7: 2.8rem;
        --mc-scale-8: 3.2rem;
        --mc-scale-9: 4.8rem;
        --mc-scale-10: 6.4rem;
        --mc-scale-11: 8rem;
        --mc-scale-12: 9.6rem;
    }
}

@media only screen and (min-width: 768px) {
    /* md */
    :root {
        --mc-scale-0: 0rem;
        --mc-scale-1: 0.4rem;
        --mc-scale-2: 0.8rem;
        --mc-scale-3: 1.2rem;
        --mc-scale-4: 1.6rem;
        --mc-scale-5: 1.9rem;
        --mc-scale-6: 2.2rem;
        --mc-scale-7: 2.5rem;
        --mc-scale-8: 2.8rem;
        --mc-scale-9: 4.3rem;
        --mc-scale-10: 5.8rem;
        --mc-scale-11: 7.3rem;
        --mc-scale-12: 8.8rem;
    }
}

@media only screen and (max-width: 767px) {
    /* sm */
    :root {
        --avatar-size: 180px;
        --banner-height: 300px;
        --profile-title-size: 30px;
        --profile-tab-icon-size: 30px;
        --profile-tab-text-size: 18px;
    }

    .list-video-section .rated-lessons-video-info {
        min-height: 140px;
    }

    .page-title {
        font-weight: bold;
        font-size: 40px;
    }

    .mentor-detail {
        padding-top: 50px;
    }

    .box-mentor-poster {
        width: 60%;
    }

    .section_course .message {
        background: rgba(0, 0, 0, .2);
    }
}

@media only screen and (max-width: 575px) {
    /* xs */
    :root {
        --avatar-size: 150px;
        --banner-height: 200px;
        --profile-title-size: 24px;
        --profile-tab-icon-size: 20px;
        --profile-tab-text-size: 16px;
        --poster-height: 400px;
    }

    .page-title {
        font-weight: bold;
        font-size: 30px;
    }

    .box-mentor-poster {
        width: 80%;
    }

    .section_course .message {
        font-size: 13px !important;
        padding: 10px;
    }

    .section_course .name {
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }

    .section_course .section_course_info {
        padding-bottom: 0px !important;
        width: 85%;
    }
}

/* end responsive */
