:root {
    --primaryColor: #1a73e8
}

.gridarea__wraper .gridarea__img .gridarea__small__icon i.active {
    background: var(--primaryColor);
}

.dashboard__nav .active a {
    color: blue;
}

.headerarea__main__menu .active a {
    color: blue;
}

.gridarea__img img {
    height: 213px;
    object-fit: cover;.btn-primary, .btn
}

ul.dropdown-menu li {
    display: block;
}

.gridarea__heading h3 {
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* white-space: normal; */
}

.scc__wrap.active-lesson {
    background-color: var(--primaryColor);
    color: white !important;
}

.scc__wrap.active-lesson a {
    color: white !important;
}

.accordion-body {
    padding-left: 0 !important;
}

.scc__wrap {
    padding-left: 30px;
}

a.blue-link p {
    color: #5f2ded;
}

a.blue-link {
    color: #5f2ded;
}

.footerarea__copyright__wrapper .copyright__logo img {
    max-width: 100px;
    height: auto;
}

p.badge.bg-danger.rounded-pill {
    background-color: #F34335 !important;
}

i.icofont-tick-mark {
    margin-left: 10px;
}

.home-banner img {
   
    /*width: 100%;*/
    /*object-fit: cover;*/
}
@media screen and (max-zoom: 1) {
    .home-banner img {
        height: 650px;
    }
}
@media screen and (max-zoom: 0.75) {
    .home-banner img {
        height: auto;
    }
}

.dashboardarea__left__img {
    display: none;
}

.loginarea__wraper {
    background: #Fff;
}

.headerarea__button a:hover {
    color: var(--primaryColor) !important;
    background: var(--whiteColor)!important;
}

@media (min-width: 1500px) and (max-width: 1920px),
(min-width: 1366px) and (max-width: 1499px) {
    .container {
        max-width: 1600px;
    }
}

.default__button {
    color: #fff !important;
}

.footerarea__wrapper .footerarea__inner .footerarea__list ul li a {
    color: #9FA2CE !important;
}
.btn-primary, .btn {
    color: #fff!important;
    background: var(--primaryColor);
}

@media screen and (max-width: 767.98px) {
    .headerarea__right {
        text-align: left;
        justify-content: left;
    }

    .home-banner img {
        height: auto;
    }
}
.swiper-home {
    overflow: hidden;
}
.swiper-home .swiper-pagination {
    bottom: 0;
}

.swiper-home {
    position: relative;
}
.swiper-home img {
    /*max-height: 400px;*/
}
.course-sumary > *:not(:last-child) {
    margin-bottom: 15px;
}

.course-price {
    color: var(--primaryColor);
    font-weight: bold;
    text-transform: uppercase;
}

.course-desc {
    font-size: 14px;
    text-align: justify;
}
.default__button:hover {
    color: var(--primaryColor)!important;
}
.course-detail-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.course-detail-lesson img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.course-detail-lesson {
    width: 25%;
    margin-right: 10px;
}
#scrollUp {
    bottom: 160px;
    color:#333!important;
}
.footerarea__wrapper {
    /*padding-bottom: 0;*/
}
.footerarea__copyright__wrapper {
    padding-top: 0;
}
.cke_notification_warning {
    display: none;
}
.headerarea__login a:hover {
    background-color:#fff!important;
    color:var(--primaryColor)!important;
}
.headerarea__right > *:not(:last-child) {
    margin-right: 20px;
}

ul.language__dropdown {
    text-align: left;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    font-size: 25px;
    margin-right: 8px;
}
.flag-icon-kr {
    background-image: url(../img/kr.svg);
}
.flag-icon-en {
    background-image: url(../img/us.svg);
}
.flag-icon:before {
    content: "\00a0";
}
.headerarea__2__info__img {
    height: auto;
    width: auto;
}
.headerarea__2__info__img .language__dropdown li a {
    color: var(--blackColor)!important;
}
.authen-buttons {
    width: 100%;
    margin: auto;
}

.authen-buttons > * {
    background: #EEEEEE;
  
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
}

.authen-buttons > *:not(:last-child) {
    margin-bottom: 15px;
}

.authen-buttons a {
    color: #333;
    font-weight: 600;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
}
.authen-buttons .empty{
    width: 30px;
}
.authen-button-item i {
    margin-right: 15px;
}

.authen-buttons > *.authen-button-facebook {
    background: #1877f3;
}

.authen-buttons > *.authen-button-facebook a {
    color: #fff;
}
.authen-buttons > *.authen-button-google{
    background: transparent;
    border:1px solid black;
}
.authen-buttons > *.authen-button-email {
    background: transparent;
    border: 1px solid var(--primaryColor);
}

.authen-buttons > *.authen-button-email a {
    color: var(--primaryColor);
}
.authen-buttons > * a {
    display: block;
    padding: 10px 15px;
}
.authen-links p {
    margin-bottom: 0;
}

.authen-links a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
.banner-home {
    max-width: 1570px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: auto;
    padding-right: var(--bs-gutter-x, 0.9375rem);
    padding-left: var(--bs-gutter-x, 0.9375rem);
    --bs-gutter-x: .9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.banner-home img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: transparent;
}
.popup {
    background: var(--primaryColor);
    color: #fff;
    position: relative;
    padding: 15px 0;
    text-align: center;
}
.popup p {
    margin-bottom: 0;
    color:#fff;
    font-size: 14px;
}

.popup-close {
    position: absolute;
    right: 21px;
    font-size: 41px;
    cursor: pointer;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .course-sumary {
        margin-top: 30px;
    }
}
.google-icon {
    font-size: 16px;
    background: linear-gradient(166deg, #EA4335 10%, #FBBC05 35%, #34A853 0%, #4285F4 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.auth-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap:10px;
}
.auth-wrapper span, .auth-wrapper a{
    font-size:14px;
}
.auth-wrapper a{
    color: #428af5;
}
