body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    color: white;
    background-color: #f9f5fa;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: unset;
}

.btn {
    margin-top: 4px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    border-radius: 4px;
    display: flex;
    width: max-content;
    text-decoration: unset;
    align-items: center;
    transition: .5s;
}

.btn.btn-primary {
    background: #0c93f4;
    color: #fff;
}

.btn.btn-secondary {
    color: #0c93f4;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #0c93f4;
    transition: all 0.3s;
}

.btn.btn-secondary:hover {
    background-color: #0c93f4;
    color: #fff;
}

.section-title {
    font-size: 34px;
    line-height: 43px;
    color: #0c93f4;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}

.cs-container {
    padding-left: 126px;
    padding-right: 126px;
}

.home-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.cs-sidebar {
    flex-basis: 20.833333%;
    flex-grow: 0;
    max-width: 20.833333%;
}

.cs-sidebar .inner {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    padding: 12px 0 20px;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, .078);
    background-color: #fff;
    border-top-right-radius: 40px;
}

.cs-sidebar .logo {
    margin-bottom: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-sidebar .logo img {
    height: 100%;
    max-height: 100px;
    width: auto;
    object-fit: contain;
}

nav.cs-sidebar li {
    padding: 10px;
}

nav.cs-sidebar .menu_icon {
    margin-right: 10px;
}

nav.cs-sidebar ul li a {
    color: #000000;
}

.cs-sidebar .side-panel-scroll {
    height: calc(100vh - 90px);
    padding: 4px 10px 100px 16px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #d0d0d0 #f9f9f9;
}

.cs-sidebar .list-item {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.cs-sidebar .list-item li {
    margin: 4px 0;
    padding: 2px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: transparent;
    cursor: pointer;
    transition: .5s;
}

.cs-sidebar .list-item li.first {
    margin: 0 0 5px;
}

.cs-sidebar .list-item li a {
    font-size: 14px;
    font-weight: 600;
    color: #62646a;
    line-height: 21px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-sidebar .list-item li a>div {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: .5s;
}

.cs-sidebar .list-item li:hover,
.cs-sidebar .list-item li.active {
    transform: translateY(-4px);
    background: linear-gradient(90deg, #ffcdda 1.01%, hsla(0, 0%, 100%, 0) 99.79%);
}

.cs-sidebar .list-item li:hover a,
.cs-sidebar .list-item li.active a {
    color: #f40c44;
}

.cs-sidebar .list-item li:hover a>div,
.cs-sidebar .list-item li.active a>div {
    background-color: #f40c44;
}

.cs-sidebar .list-item li:hover a>div svg path,
.cs-sidebar .list-item li.active a>div svg path {
    fill: #fff !important;
}

.cs-sidebar .side-panel-item {
    width: calc(100% + 26px);
    margin-left: -16px;
    padding: 0 16px;
    border-top: 1.5px solid #d9dde3;
    cursor: pointer;
}

.side-panel-item .about-top {
    width: 100%;
    padding-top: 24px !important;
    display: flex;
}

.side-panel-item .avatar img {
    width: 100%;
    height: 100%;
    max-width: 53px;
    height: 53px;
    object-fit: contain;
    border-radius: 50%;
}

.side-panel-item .about-teacher {
    margin-left: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.side-panel-item .about-teacher p {
    margin: 0;
    display: flex;
    align-items: center;
}

.side-panel-item .about-teacher p span {
    margin-left: 5px;
}

.side-panel-item .about-teacher a {
    margin-top: 4px;
    padding: 4px 12px;
    background: #0c93f4;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    width: max-content;
    text-decoration: unset;
    align-items: center;
    transition: .5s;
}

.side-panel-item .about-teacher a:hover {
    transform: translateY(-4px);
}

.side-panel-item .about-bottom {
    margin: 12px 0 6px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    justify-content: space-between;
}

.side-panel-item .about-bottom .english {
    height: 38px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 21px;
    background: #f9f5fa;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    width: calc(50% - 2px);
}

.side-panel-item .english .text-blue {
    color: #0c93f4;
}

.cs-sidebar .social-list {
    min-width: 248px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -6px 0 10px;
}

.side-panel-scroll .social-list .social-item {
    margin: 8px 16px;
    cursor: pointer;
}

.side-panel-scroll .social-list .social-item.has-expand {
    position: relative;
    min-width: 40px;
    margin-right: 6px;
}

.side-panel-scroll .social-list .social-item.has-expand img {
    position: absolute;
    bottom: 0px;
    left: -8px;
    min-width: 40px;
    max-height: 40px;
    margin-right: auto;
}

.side-panel-scroll .social-list .social-item.has-expand .expands {
    height: auto;
    overflow: hidden;
    max-width: 0;
    width: max-content;
    visibility: hidden;
    height: 40px;
    border: 2px solid #FFFFFF;
    box-shadow: 2px 4px 10px 0px #00000033;
    background: linear-gradient(180deg, #FFCDCD 0%, #FFEEEE 20.73%, #FFF2F2 47.81%, #FFE9E6 77.5%, #FFCCD2 100%);
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    padding: 0 20px 0 0;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.side-panel-scroll .social-list .social-item.has-expand .expands.show {
    max-width: 300px;
    visibility: visible;
    padding: 0 20px 0 50px;
}

.cs-sidebar .expands .text {
    margin: 1px 0px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: rgb(0, 0, 0);
}

.cs-sidebar .expands .numberphone {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cs-sidebar .expands .numberphone a {
    text-decoration: none;
    color: rgb(244, 12, 68);
}

.side-panel-scroll .social-list .social-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    max-width: 40px;
    height: auto;
    object-fit: contain;
}

.side-panel-item .accordion-button {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: unset;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 100%;
}

.side-panel-item .accordion-body {
    padding: 0;
}

.side-panel-item .community {
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #fcc;
}

.side-panel-item .community+.community {
    margin: 12px 0 16px;
}

.side-panel-item .community-info {
    display: flex;
    gap: 8px;
}

.side-panel-item .community-avatar img {
    width: 24px;
    height: 24px;
    object-fit: contain;

}

.side-panel-item .community-text {
    flex: auto;
}

.side-panel-item .community-text>p {
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
}

.community-text>.more {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    color: #62646a;
    gap: 20px;
}

.side-panel-item .community-text .more p {
    position: relative;
    margin: 0 0 0 10px;
}

.side-panel-item .community-text .more p:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #62646a;
    transform: translateY(-50%);
}

.side-panel-item .community-text .more span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    line-height: 15px;
    color: #62646a;
    font-weight: 400;
}

.community-follow a {
    display: flex;
    align-items: center;
    margin: 5px 0 0 28px;
    padding: 4px 8px;
    border-radius: 320px;
    gap: 4px;
    text-decoration: unset;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    transition: .5s;
}

.community-follow a:hover {
    transform: translateY(-4px);
}

.side-panel-item .contact-item-info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #0c93f4;
    margin: 10px 0;
}

.side-panel-item .contact-item {
    margin: 12px 0;
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    gap: 8px;
}

.side-panel-item .contact-item span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}

.side-panel-item .contact-item svg {
    min-width: 17px;
    height: auto;
}

.side-panel-item #accordionpolicy .accordion-body>a {
    text-decoration: unset;
}

.side-panel-item .policy.first {
    margin-top: 0;
}

.side-panel-item .policy {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.home-main-content {
    flex-basis: 79.166667%;
    flex-grow: 0;
    max-width: 79.166667%;
}

header {
    position: sticky;
    background: #f9f5fa;
    top: 0;
    z-index: 1049;
}

header nav.navbar {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 1000;
}

header .nav-logo {
    width: 100%;
    max-width: 90px;
    height: auto;
    margin-right: 12px;
}

header .nav-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .search-box {
    max-width: 280px;
    min-width: 280px;
    width: 100%;
}

header .search-box form {
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 50px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    background-color: #fff;
    padding: 0 0 0 40px;
}

header .search-box .btn-search {
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

header .search-box .btn-search svg {
    width: 24px;
    height: 24px;
}

header .search-box input {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 30px;
    margin: 0;
    display: block;
    min-width: 0;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #7a7c8b;
    padding: 0;
    outline: none !important;
}

header .categories {
    display: flex;
    align-items: center;
    gap: 30px;
}

header .categories a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #74767e;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    position: relative;
}

header .categories a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 2px;
    background: #f40c44;
    width: 0;
    transition: width .4s ease, left .4s ease;
}

header .categories a.current::after,
header .categories a:hover::after {
    width: 100%;
}

header .categories a span {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    cursor: pointer;
}

header .categories a img {
    width: 16px;
    height: auto;
    object-fit: contain;
}

header .action .btn {
    height: 30px;
    padding: 6px 10px;
    border: none;
    border-radius: 50px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    background-color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #7a7c8b;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    transition: .5s;
}

header .action .btn:hover {
    background-color: #f40c44;
    color: #fff;
}

header .action>a+a {
    margin-left: 4px;
}

header .action .action-button {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    cursor: pointer;
    overflow: hidden;
}

header .action .action-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .action.is-loged-in {
    position: relative;
}

header .action.is-loged-in .user-info {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #ea284f;
    color: #fff;
}

header .user-info .user-avatar {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
    overflow: hidden;
}

header .user-info .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .user-info .user-details {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header .user-info .user-name {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    color: white;
}

header .user-info .user-email {
    margin-bottom: 0;
    font-size: 14px;
    word-break: break-word;
    color: white;
}

header .action.is-loged-in .user-menu {
    width: 245px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
    font-weight: 400;
    color: #000;
    scrollbar-width: thin;
    scrollbar-color: #d0d0d0 #f9f9f9;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}

header .action.is-loged-in .user-menu.is-open {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

header .action.is-loged-in a {
    text-decoration: unset !important;
}

header .action.is-loged-in .user-menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #e8dfea;
    cursor: pointer;
    color: #000;
}

header .action.is-loged-in .user-menu-item:hover {
    background: linear-gradient(90deg, #ffcdda 1.01%, hsla(0, 0%, 100%, 0) 99.79%);
    color: #f40c44;
}

header .action.is-loged-in .user-menu-item img {
    margin-right: 10px;
}

.banner {
    background-color: #f7bb4d;
    margin-top: 40px;
    margin-bottom: 80px;
}

.banner .banner-content {
    padding-top: 60px;
    padding-left: 50px;
    padding-bottom: 50px;
    color: #000;
}

.banner .banner-content h2 {
    color: #0c93f4;
    font-size: 34px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 16px;
}

.banner .banner-desc p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
}

.banner .banner-content .btn-cta {
    margin-top: 16px;
    padding: 4px 12px;
    background: #0c93f4;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    width: max-content;
    text-decoration: unset;
    align-items: center;
    transition: .5s;
}

.banner .banner-content .btn-cta:hover {
    transform: translateY(-4px);
}

.banner .banner-image {
    width: 100%;
    height: 100%;
}

.banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.study-program {
    color: #000;
    margin-bottom: 80px;
}



.study-program .inner {
    position: relative;
    padding: 28px 20px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: .5s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.study-program .inner:hover {
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, .2);
    transform: translateY(-10px);
}

.study-program .inner.primary {
    background-color: #0c93f4;
    color: #fff;
}

.study-program h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.study-program .study-program__desc {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 28px;
}

.study-program .study-program__desc p {
    margin-bottom: 6px;
}

.study-program .btn-register-now {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    background-color: #fff;
    color: #0c93f4;
    border: 1px solid #0c93f4;
    transition: all 0.3s;
    margin-top: auto;
}

.study-program .inner.primary,
.study-program .btn-register-now:hover {
    color: #fff;
    background-color: #0c93f4;
}

.study-program .inner.primary .btn-register-now {
    border-color: #FFF;
    color: #fff;
    background-color: #0c93f4;
}

.study-program .inner.primary .btn-register-now:hover {
    background-color: #fff;
    color: #0c93f4;
}

.reason {
    margin-bottom: 80px;
}

.reason .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reason .box-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.reason .box-content {
    background-color: #fff;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 16px 12px;
}

.reason .box-content__image {
    width: 100%;
    max-width: 40px;
    height: auto;
}

.reason .box-content__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason .box-content__desc {
    flex: auto;
    padding-left: 12px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.reason .box-content__desc p {
    margin-bottom: 0;
}

.blog {
    padding-bottom: 80px;
}

.blog .item-post:not(:last-child) {
    margin-bottom: 40px;
}

.blog .item-post .inner {
    display: flex;
    gap: 16px;
}

.blog .item-post__image {
    flex-basis: 35%;
    max-width: 35%;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
}

.blog .item-post__image:hover {
    opacity: 0.8;
}

.blog .item-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog .item-post__content {
    flex-basis: 65%;
    max-width: 65%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blog .item-post__content h4 a {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.blog .item-post__content h4 a:hover {
    color: #0c93f4;
}

.blog .item-post__content h4 {
    position: relative;
}

.blog .item-post__content h4::before {
    content: "";
    background-color: #0c93f4;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30%;
    min-width: 230px;
}

.blog .post-exceprt {
    margin-bottom: 16px;
}

.blog .post-exceprt p {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.blog .post-meta .post-info p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 4px;
}

.blog .post-meta .post-info p+p {
    margin-bottom: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.ic-action {
    display: none;
}

.modal-action .btn-close {
    cursor: pointer;
    top: 20px;
    right: 20px;
    position: absolute;
    background-color: #fff;
    min-width: unset;
    border-radius: 1000px;
    transition: all 0.3s;
    padding: 6px !important;
}

.modal-action .btn-close:hover {
    transform: rotate(90deg);
}

.modal-action .modal-body::-webkit-scrollbar {
    display: none;
}

.modal-action .modal-content {
    padding: 20px;
    border-radius: 4px;
    background-color: #f9f5fa;
}

.modal-action .modal-body {
    padding: 10px 0;
}

.modal-action .modal-header {
    padding: 16px 24px;
    border: 0;
    justify-content: center;
}

.modal-action .modal-header h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}

.dialog-sub-title {
    font-size: 14px;
    font-weight: 700;
    margin: unset;
    margin-bottom: 16px;
    text-align: left;
}

.auth-form .auth-form-item {
    display: flex;
    align-items: center;
}

.auth-form .auth-form-item .input-item {
    background: #fbfbfb;
    border: 1px solid #f1f3f5;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;

    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: inline-flex;
    align-items: center;
}

.auth-form .auth-form-item .input-item input {
    font: inherit;
    letter-spacing: inherit;
    padding: 4px 0px 5px;
    border: 0px;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    outline: none !important;
    animation-duration: 10ms;
}

.auth-form .auth-form-item .input-item svg {
    margin-right: 4px;
}

.auth-form .auth-form-item .input-item path {
    fill: #ec407a;
}

.auth-form .forgot-password {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

.auth-form .forgot-password-item {
    cursor: pointer;
    color: #337ab7;
}

.dialog-button {
    border: none;
    background-color: #f40c44;
    height: 48px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    transition: .5s !important;
    min-width: 227px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-button:hover {
    transform: translateY(-4px);
}

.dialog-link {
    cursor: pointer;
    color: #337ab7;
}

/* exam online */
.container {
    max-width: 1170px !important;
}

.path-link {
    background: #e8dfea !important;
    width: 100%;
    padding: 0 10px;
}

.path-link nav {
    margin: auto !important;
    margin-bottom: 10px;
    padding: 7px 0;
    background-color: transparent;
}

.path-link nav ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-item,
.breadcrumb-last-item {
    font-size: 13px;
    color: #62646a;
    font-weight: 500;
    cursor: pointer;
}

.breadcrumb-list li:not(.breadcrumbs-li) {
    display: flex;
    user-select: none;
    margin-left: 8px;
    margin-right: 8px;
    color: #62646a;
}

.breadcrumb-item:hover,
.breadcrumb-last-item {
    color: #f40c44;
}

.main .content {
    margin-top: 16px;
}

.content .heading {
    margin-bottom: 12px;
}

.content .heading .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.content .heading .last-note {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #62646a;
    margin-bottom: 0;
    margin-top: 4px;
}

.result-grid {
    display: grid;
    grid-template-columns: repeat(2, 25%);
    grid-template-rows: auto;
    gap: 12px;
    width: 100%;
}

.result-grid .result-item {
    position: relative;
    padding: 16px;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgba(145, 158, 171, .122);
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    justify-content: space-between;
    background: #fff;
    filter: drop-shadow(0 2px 4px rgba(145, 158, 171, .1215686275));
    z-index: 2;
}

.result-grid .result-item:first-child {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    justify-content: center;
}

.result-grid .result-item:nth-child(2) {
    grid-row: 1;
    grid-column: 3;
}

.result-grid .result-item:nth-child(3) {
    grid-row: 1;
    grid-column: 4;
}

.result-grid .result-item:nth-child(4) {
    grid-row: 2;
    grid-column: 3;
}

.result-grid .result-item:nth-child(5) {
    grid-row: 2;
    grid-column: 4;
}

.result-grid.flashcard .result-item:first-child {
    grid-row: 1 / span 3;
    grid-column: 1 / span 2;
    justify-content: center;
}

.result-grid.flashcard .result-item:nth-child(6) {
    grid-row: 3;
    grid-column: 3 / span 2;
}


.result-grid .result-item .title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #62646a;
    margin-bottom: 8px;
}

.result-grid .result-item .result-item-content {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.result-grid .result-item .inner {
    flex-basis: 100%;
    flex-grow: 0;
    flex-wrap: wrap;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-grid .result-item .progress {
    position: relative;
    height: max-content;
    width: max-content;
    background-color: #fff;
    position: relative;
}

.result-grid .result-item .progress::after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    bottom: 0;
    height: 40px;
}

.result-grid .result-item .condition-pass-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 191px;
    height: 191px;
    border-radius: 50%;
    z-index: 1;
}

.round {
    transition: all 1s ease-in-out;
    /* SVG */
    fill: none;
    stroke: red;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 0 292.168;
}

.result-grid .result-item .condition-pass-wrap .condition-pass {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 27px;
    margin: -13.5px;
}

.result-grid .result-item .condition-text {
    position: relative;
    width: 100%;
    margin-top: -26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: #d43b37;
}

.result-grid .result-item .score-progress {
    position: absolute;
    top: 32%;
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
}

.result-grid .result-item .score-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #62646A;
}

.result-grid .result-item .score-number {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
}

.flashcard-result {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #62646a;
    flex-direction: column;
}

.detail-test {
    position: absolute;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
}

.chart-flash-card-item {
    padding-left: 16px;
    padding-top: 16px;
}

.chart-flash-card-item span {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #62646a;
}

.chart-flash-card-item .flashcard-result-item:hover {
    text-decoration: underline;
    cursor: pointer;
}

.encourage {
    margin-left: calc((100% - 331px) / 2);
    padding: 24px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.encourage-tooltip {
    margin: 0px 0 0 10px;
    overflow-wrap: break-word;
    position: relative;
    max-width: 275px;
    width: calc(-80px + 100vw);
    min-height: 56px;
    display: flex;
    align-items: center;
    background-color: #EC407A;
    box-shadow: rgba(61, 61, 61, 0.08) 0px 2px 4px 0px;
    filter: drop-shadow(rgba(61, 61, 61, 0.08) 0px 2px 4px);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: rgb(255, 255, 255);
    z-index: 1;
}

.encourage-tooltip::before {
    content: "";
    position: absolute;
    margin: auto;
    display: block;
    left: -2px;
    height: 1em;
    width: 0.71em;
    background-color: #EC407A;
    z-index: -1;
    transform: rotate(45deg);
}

.lecture-information-button {
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.lecture-information-button a {
    min-width: 200px;
    padding: 8px;
    border-radius: 999px;
    background: #f40c44;
    border: 1px solid #f40c44;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    transition: .3s;
}

.lecture-information-button a.btn-border-primary {
    background: transparent;
    color: #f40c44;
}

.lecture-information-button a.btn-border-blue {
    background: transparent;
    color: #0c93f4;
    border: 1px solid #0c93f4;
}

.lecture-information-button a.doexam-btn,
.lecture-information-button a.btn-bg-primary {
    background: #f40c44;
    color: #fff;
}

.lecture-information-button a:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
        rgba(0, 0, 0, 0.14) 0px 4px 5px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.lecture-page-block-left {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    margin-bottom: 10px;

}

.lecture-page-block-left h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    gap: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #0C93F4;
}

.lecture-page-block-left svg {
    max-width: 100%;
}

.document .heading span {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

.document .heading span+span {
    font-size: 16px;
    line-height: 24px;
}

.document a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}

#comment-page-container .comment-header {
    margin-bottom: 2px !important;
}

#comment-page-container .title {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.new-comment-new .image-avatar,
.new-comment-new .image-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#comment-page-container .comment-body .new-comment-new {
    position: sticky;
    top: 0;
    margin-top: 0;
    padding: 6px 0;
    background-color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
}

#comment-page-container .comment-body {
    padding: 0 10px;
    border-radius: 10px;
    border: unset;
}

#comment-page-container .comment-body .new-comment-new .comment-input {
    min-height: 32px;
    flex: 1;
    background-color: #f8f8f8;
    padding: 4px 0px 5px 8px;
    margin-left: 8px;
    border-radius: 12px;
}

.comment-input form {
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: unset;
    height: 32px;
}

#comment-page-container .comment-body .new-comment-new .comment-input.send-actions {
    position: absolute;
    right: 42px;
    padding-left: 0 0 0 8px;
    background-color: unset;
    flex: unset;
    min-height: 32px;
}

#comment-page-container .comment-body .new-comment-new .comment-input form textarea {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4375em;
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: inline-flex;
    align-items: center;
    width: 100%;
    flex: 1 1 0%;
    margin-right: 70px;
    color: #000;
    border: 0px;
    outline: none;
    box-shadow: none;
    height: 23px;
    background-color: transparent;
    padding: 0 0 0 8px;
}

.btn-send,
.comment-action-item {
    border: none;
    background-color: unset;
    outline: none;
}

.comment-action-item svg path {
    fill: #74767e !important;
}

/* right side bar exam online */
.lecture-page-block-right-sticky {
    position: sticky;
    top: 100px;
}

.box {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.lecture-page-block-right .scenario-attach-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24.74px;
    color: #000;
}

.lecture-page-block-right #tree-container {
    padding-bottom: 0;
}

#tree-container .tree-item-panel {
    background-color: #fff;
    border-radius: unset;
    font-size: 14px;
    padding: 12px 0;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#tree-container .tree-item-panel svg {
    width: 18px;
    height: auto;
    margin-right: 4px;
}

#tree-container .tree-item-panel-label {
    display: flex;
    align-items: center;
    padding-left: 4px;
    justify-content: space-between;
    width: 100%;
}

#tree-container .tree-item-panel-label a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #62646a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

#tree-container .tree-item-panel-label a:hover {
    color: #ec407a;
}

#tree-container .tree-item-panel-label img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.lecture-page-block-right-stickyy {
    position: sticky;
    top: 90px;
}

.lecture-page-block-right-stickyy .box .item {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    cursor: pointer;
    color: #62646a;
}

.lecture-page-block-right-stickyy .box .item img {
    max-width: 100%;
}

.lecture-page-block-right-stickyy .box .item:first-child {
    padding-top: 0;
}

.user-block .item-avatar {
    min-width: 60px;
    border-radius: 10000px;
    overflow: hidden;
    margin: auto 0;
    max-width: 100%;
}

.user-block .item-details {
    padding-left: 10px;
}

.user-block .item-details .item-email,
.user-block .item-details .item-name {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 21px;
}

.user-block .item-details .item-email {
    color: #62646a;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 0;
}

.user-block .item>p {
    color: #62646a;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
}

.user-block .item>p>span {
    font-weight: 600;
    color: #000;
}

.user-block .item>p>a {
    color: #0c93f4;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: unset;
}

.user-block .item>p>a:hover {
    text-decoration: underline;
}

.utils-block .title-box {
    font-weight: 600;
    position: relative;
    font-size: 17px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
}

.utils-block .title-box:after {
    background-color: #f40c44;
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.utils-block .number {
    font-size: 14px;
    line-height: 21px;
    color: #0c93f4;
    font-weight: 600;
    margin-left: 4px;
}

/* right side bar doExam page */

.question-palette-panel {
    position: relative;
    width: 100%;
    margin-bottom: -40px;
    position: sticky;
    top: 88px;
}

.question-palette-panel .question-palette-main {
    padding: 16px 22px;
    background: #fff;
    border-radius: 15px;
}

.question-palette-panel .question-palette-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.question-palette-panel .question-palette-header .question-palette-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
}

.questions-progress {
    display: flex;
    align-items: center;
}

.question-palette-panel .question-palette-body .question-stat,
.question-palette-panel .question-palette-body .questions-progress {
    margin-top: 28px;
}

.questions-progress .game-progress-bar {
    width: 100%;
}

.questions-progress .game-progress-bar>span {
    position: relative;
    overflow: hidden;
    display: block;
    height: 4px;
    z-index: 0;
    background-color: rgb(167, 202, 237);
    height: 8px;
    border-radius: 50px;
    background-color: #D8D9DC;
}

.questions-progress .game-progress-bar>span>span {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    transition: transform 0.4s linear;
    transform-origin: left center;
    background-color: #007AFF;
}

.questions-progress .progress-title {
    margin-left: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #29313a;
}

.question-palette-panel .question-palette-body .questions-list {
    width: 100%;
    margin-top: 16px;
    max-height: 60vh !important;
    min-height: 40vh !important;
    overflow-y: auto;
    padding: 0 5px;
}

.question-palette-panel .question-palette-body .questions-list-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    gap: 5px;
    width: 100%;
}

.question-palette-panel .question-palette-body .question-item {
    min-width: unset;
    padding: unset;
    font-family: inherit;
    border-radius: 10px;
    background: #f9f9f9;
    color: #62646a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
    max-width: 40px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-palette-panel .question-palette-body .question-item.item-current-index {
    background: #fff;
    color: #1d1d1d;
    border: 2px solid #007aff;
}

.question-palette-panel .question-palette-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.question-palette-panel .question-palette-footer .question-palette-function-buttons {
    margin-bottom: 8px;
}

.question-palette-panel .question-palette-footer button {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.question-palette-panel .question-palette-footer .button-pause-game {
    font-weight: 500;
    border: 1.5px solid #74767e;
    color: #74767e;
    border-radius: 20px;
    height: 35px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-palette-panel .question-palette-footer .button-submit-game {
    background: #007aff;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    height: 35px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.tablet-study-view-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
}

.tablet-study-view-nav .tablet-study-main-nav {
    display: flex;
    justify-content: space-around;
    padding: 7.5px 12px;
    background: #fff;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .078);
}

.tablet-study-view-nav .study-nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tablet-study-view-nav .study-nav-item-label {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #397ee5;
}

.tablet-study-view-nav .study-nav-item-label.submit {
    padding: 8px 20.5px;
    border-radius: 999px;
    background: #f40c44;
    font-weight: 600;
    color: #fff !important;
}

.tablet-study-menu-item-content {
    padding-bottom: 46px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    transform: none;
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1);
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px, rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 999999;
    position: fixed;
    top: auto;
    left: 0px;
    bottom: 0px;
    right: 0px;
    max-height: 100%;
    outline: 0px;
    transform: translateY(100%);
}

.tablet-study-menu-item-content.is-open {
    transform: translateY(0);
}

#main-game-view .game-test-utils {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
    margin-bottom: 10px;
    top: 10px !important;
    width: fit-content;
    margin: auto;
    margin-bottom: 12px !important;
    margin-top: 12px !important;
    padding: 4px 16px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .122);
}

#main-game-view .test-clock-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 0;
    gap: 8px;
}

#main-game-view .main-game-object {
    padding-left: 0;
    padding-right: 0;
}

#main-game-view .main-game-object {
    height: 100%;
}

#main-game-view .game-object-view-aio {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .059);
}

#main-game-view .game-object-view-aio-question-index {
    font-weight: 700;
    height: 30px;
    color: #0c93f4;
}

.select-display-mode {
    position: relative;
    width: max-content;
    margin-left: auto;
}

/* Nền và viền dropdown */
.dropdown-mode {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    user-select: none;
    width: max-content;
    min-width: 140px;
    padding: 12px;
    border: 1px solid red;
    background: transparent;
    color: black;
}

.result-item-content .select-display-mode {
    width: 100%;
}

.result-item-content .dropdown-mode {
    padding: 0;
    border: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* Icon mũi tên xuống */
.dropdown-mode svg {
    fill: #555;
    pointer-events: none;
    width: 24px;
    height: 24px;
}

/* Danh sách lựa chọn */
.list-mode {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Hiển thị khi mở dropdown */
.select-display-mode.active .list-mode {
    display: block;
}

/* Mỗi item trong dropdown */
.list-mode li {
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.list-mode li:hover {
    background-color: #f0f0f0;
}

/* Item đang được chọn (tuỳ bạn gắn class nếu cần) */
.list-mode li.active {
    font-weight: bold;
    background-color: #e6f7ff;
}

.game-object-question-text h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
}

.game-object-question-text table {
    color: black;
    width: 100%;
    margin: 0;
}

.game-object-child-wrap {
    padding-top: 10px;
}

.quest-cnt {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.list-answer {
    color: #000;
    list-style: none;
    padding-left: 0;
}

.quiz_select>li {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    cursor: pointer;
}

.quiz_select>li:hover {
    background-color: #fff5f7;
    border-radius: 5px;
}

.game-object-para-children .primary_bulet_checkbox .label_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: black;
}

.game-object-para-children .primary_bulet_checkbox .checkmark {
    width: 25px;
    height: 25px;
    line-height: 25px;
    flex: 25px 0 0;
}

.game-object-para-children .primary_bulet_checkbox .checkmark:before {
    border-radius: 6px;
}

.game-object-para-children .primary_bulet_checkbox .checkmark:after {
    border-radius: 6px;
    width: 25px;
    height: 25px;
}

.game-object-para-children .singleQuestion {
    border: 0;
}

.game-object-view.horizontal {
    display: flex;
}

.game-object-view.horizontal .game-object-para-children,
.game-object-view.horizontal .object-question {
    width: 50%;
    padding: 0 12px;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.game-object-view.horizontal .game-object-question-text h3 {
    margin-top: 0;
}

.mui-container {
    padding: 0 24px;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.mui-container .information-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mui-container .avatar-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 15px 0 20px;
    box-shadow: 0 4px 30px rgba(95, 73, 118, 0.15);
    overflow: hidden;
    border-radius: 5px;
}

.mui-container .avatar-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
}

.mui-container .avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: top;
}

.mui-container .avatar-panel .info .name {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.mui-container .avatar-panel .info .email {
    font-size: 14px;
    color: #62646a;
    margin-bottom: 16px;
}

.mui-container .avatar-panel .button-edit a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #D31145, #b30e3a, #f40c44, #b30e3a);
}

.mui-container .avatar-panel .button-edit a:hover {
    background-position: 100% 0;
    box-shadow: 0 4px 15px 0 rgba(211, 17, 69, 0.5);
}

.profile-list-course-item {
    background: #fff;
    box-shadow: 0 4px 30px rgba(95, 73, 118, 0.15);
    overflow: hidden;
    border-radius: 5px;
}

.profile-list-course-item .profile-course {
    padding: 10px;
}

.profile-list-course-item .profile-course .list-unstyled {
    margin-bottom: 0 !important;
}

.profile-list-course-item .profile-course .list-unstyled li {
    padding: 8px;
}

.profile-list-course-item .profile-course .list-unstyled li:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #ffcdda 1.01%, hsla(0, 0%, 100%, 0) 99.79%);
}

.profile-list-course-item .profile-course .list-unstyled .menu_icon {
    color: #000;
}

.profile-list-course-item .profile-course .list-unstyled li:hover .menu_icon,
.profile-list-course-item .profile-course .list-unstyled li:hover span {
    color: #f40c44;
}

.profile-list-course-item .profile-course .list-unstyled>li span {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 6px;
}

.profile-list-course-item .profile-list-course-item-title {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    gap: 10px;
}

.profile-list-course-item .profile-list-course-item-title .icon {
    width: 24px;
    height: 24px;
}

.profile-list-course-item .profile-list-course-item-title .title {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-list-course-item .profile-list-course-item-title .title:hover {
    color: #f40c44;
}

.profile-course-body {
    max-height: 500px;
    overflow: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #d0d0d0 #f9f9f9;
    scrollbar-color: #d0d0d0;
}

.profile-course-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.profile-course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-course-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s ease;
    color: #000;
    text-decoration: none;
}

.profile-course-item:hover .profile-course-name {
    color: #f40c44;
}

.mui-container .col-lg-9 {
    padding-left: 8px;
}

.content-block-panel .content-act-header {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    gap: 8px;
    box-shadow: 0 4px 30px rgba(95, 73, 118, 0.15);
    overflow: hidden;
    border-radius: 5px;
}

.content-block-panel .box_header .content-act-header,
.content-block-panel .profile.content-act-header {
    border: 0;
    box-shadow: unset;
    border-radius: 0;
}

.content-block-panel .content-act-header .icon img {
    filter: invert(52%) sepia(0) saturate(0) hue-rotate(246deg) brightness(97%) contrast(91%);
}

.content-block-panel .content-act-header .title {
    padding-left: 5px;
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.content-act-list {
    padding: 10px 20px;
    max-height: 500px;
    overflow: auto;
    padding: 10px 20px;
    scrollbar-width: thin;
    scrollbar-color: #d0d0d0 #f9f9f9;
    scrollbar-color: #d0d0d0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    background-color: #fff;
}

.content-block-panel .content-act-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #d9dde3;
    border-radius: 5px;
}

.content-block-panel .content-act-item .desc .name {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #000;
}

.content-block-panel .content-act-body {
    box-shadow: 0 4px 30px rgba(95, 73, 118, 0.15);
    overflow: hidden;
    border-radius: 5px;
}

.content-block-panel .account_profile_form .content-act-body {
    background-color: white;
    padding: 16px;
    color: black;
}

.content-block-panel .content-act-body h3 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.content-block-panel form .input-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.content-block-panel form .input-wrap .single_input {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.content-block-panel form .primary_label2,
.content-block-panel form .single_input span,
.content-block-panel form .input-wrap label {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.64px;
    color: #000;
}

.content-block-panel form .input-wrap select {
    appearance: none;
    background-image: url(../../../images/ic-chevron-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 97% center;
}

.content-block-panel form .input-wrap select,
.content-block-panel form .input-wrap input {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87) !important;
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
    padding-left: 14px;
    height: 40px;
    border-radius: 10px !important;
    border: 1px solid #d9dde3;
    box-shadow: none !important;
    outline: none !important;
}

.content-block-panel .account_profile_thumb img {
    width: 100%;
    max-width: 50%;
    height: auto;
}

.content-block-panel .profile .nav-link {
    color: black;
    border: 0;
    border-radius: 0;
    min-width: max-content;
}

.content-block-panel .profile .nav-link.active {
    color: #f40c44;
    font-weight: 600;
}

.content-block-panel form .btn-save i {
    display: none;
}

.content-block-panel form .btn-save {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    min-width: 100px;
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #D31145, #b30e3a, #f40c44, #b30e3a);
    margin: 0 auto 20px;
}

.content-block-panel form .btn-save:hover {
    background-position: 100% 0;
    box-shadow: 0 4px 15px 0 rgba(211, 17, 69, 0.5);
}

.content-block-panel .content-act-item .icon {
    width: 20px;
    height: 20px;
}

.content-block-panel .content-act-item .icon img {
    filter: invert(52%) sepia(0) saturate(0) hue-rotate(246deg) brightness(97%) contrast(91%);
    width: 100%;
}

.content-block-panel .content-act-item .desc .date-time {
    display: flex;
    font-size: 12px;
    color: #999;
}

.button-showmore {
    display: flex;
    justify-content: flex-end;
}

.button-showmore button {
    transform: translateX(50%);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.button-showmore button:hover {
    text-decoration: underline;
}

.content-block-current-time {
    margin-top: 10px;
}

.content-block-current-time svg {
    width: 100%;
}

.content-block-current-time .current-time-header {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    gap: 8px;
    box-shadow: 0 4px 30px rgba(95, 73, 118, 0.15);
    overflow: hidden;
    border-radius: 5px;
}

.content-block-current-time .current-time-header .icon img {
    filter: invert(52%) sepia(0) saturate(0) hue-rotate(246deg) brightness(97%) contrast(91%);
}

.content-block-current-time .current-time-header .title {
    padding-left: 5px;
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

.ui-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ui-header .icon img {
    filter: invert(52%) sepia(0) saturate(0) hue-rotate(246deg) brightness(97%) contrast(91%);
}

.content-block-test {
    box-shadow: 0 4px 30px rgba(95, 73, 118, 0.15);
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 10px;
    color: black;
}

.ui-header {
    padding: 10px;
}

.ui-header .title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.ui-table.three-col-deux .ui-table-row {
    display: grid;
    grid-template-columns: 3fr 2fr 1fr;
}

.ui-table.three-col-deux .ui-table-heading .ui-col {
    font-weight: 600;
}

.ui-table .ui-table-row {
    display: grid;
    grid-template-columns: 3.5fr 1.5fr 2fr;
}

.ui-table-heading {
    border-top: 1px solid #ddd;
}

.ui-table .ui-table-row .ui-col {
    padding: 16px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 14px;
    line-height: 20px;
}

.ui-table.three-col-deux .ui-table-row .ui-col:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.ui-table .ui-table-row .ui-col:first-child {
    border-left: none;
}

.ui-table .ui-table-row .ui-col:last-child {
    border-right: 1px solid #ddd;
}

.ui-table-show-more {
    text-align: center;
    padding: 10px;
}

.ui-table-show-more button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.ui-table-show-more button:hover {
    text-decoration: underline;
}

.ui-table .profile-course-item {
    padding: 0;
    border: none;
}

.ui-table .profile-course-item .profile-course-name {
    text-align: left;
    display: flex;
    align-items: center;
}

.ui-table .profile-course-item:hover .profile-course-name {
    color: #000;
}

.ui-table .time-progress {
    width: 100%;
    height: 4px;

    background-color: #a7caed;
    position: relative;
}

.ui-table .time-progress span {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1976d2;
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
    background: #72da67;
}

input:checked+.switch::before {
    left: 27px;
    background: #fff;
}

input:checked+.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

/* dropdown check box */
.dropdown.checkbox {
    position: relative;
    font-size: 14px;
    color: #333;
}

.dropdown.checkbox .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    border-radius: 12px;
    top: 30px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 66vh;
    overflow-y: scroll;
}

.dropdown.checkbox .dropdown-list::-webkit-scrollbar {
    display: none;
}

.dropdown.checkbox .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.dropdown.checkbox .dropdown-label {
    display: block;
    background: #fff;
    line-height: 1;
    cursor: pointer;
}

.dropdown.checkbox .dropdown-label:before {
    content: "▼";
    float: right;
}

.dropdown.checkbox.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}

.dropdown.checkbox.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
}

.dropdown.checkbox.on .dropdown-label:before {
    content: "▲";
}

.dropdown.checkbox [type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.question-palette-panel .question-palette-body .question-item.quiz_is_submit {
    background: #007aff;
    color: #ffffff;
}