ul{
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #151515;
}
:root{
    --Color-Separator-Color-Sep-01: #E7E7ED;
    --Color-Fill-Fill-01: #fff;
    --Color-Fill-Fill-02: #F3F3F5;
    --Color-Label-Label-01: #292D34;
    --Color-Gradient-Gradient-01: #477AFF;
    --Color-Primary-Primary: linear-gradient(90deg, rgba(34,225,111,1) 0%, rgba(71,122,255,1) 100%);
    --st-patricks-blue: hsl(236, 57%, 28%);
    --amaranth-purple: hsl(335, 88%, 38%);
    --royal-blue-dark: hsl(231, 68%, 21%);
    --chrome-yellow: hsl(39, 100%, 52%);
    --space-cadet-1: hsl(230, 41%, 25%);
    --space-cadet-2: hsl(230, 59%, 16%);
    --winter-sky_50: hsla(335, 87%, 53%, 0.5);
    --purple-navy: hsl(236, 26%, 43%);
    --ksu-purple: hsl(275, 54%, 33%);
    --winter-sky: rgba(255, 255, 255, 0.844);
    --razzmatazz: hsl(335, 87%, 51%);
    --platinum: hsl(0, 0%, 90%);
    --black_70: hsla(0, 0%, 0%, 0.7);
    --rajah: hsl(29, 99%, 67%);
    --white: #24283a;
    --gradient-1: linear-gradient(90deg, d #6e9eec 0, #d4e1e9 51%, rgb(185, 205, 234));
    --gradient-2: #4043eef8;
    --ff-source-sans-pro: "Source Sans Pro", sans-serif;
    --ff-poppins: "Poppins", sans-serif;
    --fs-1: 4.2rem;
    --fs-2: 3.8rem;
    --fs-3: 30px;
    --fs-4: 2.5rem;
    --fs-5: 2.4rem;
    --fs-6: 2rem;
    --fs-7: 1.8rem;
    --fs-8: 1.5rem;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --radius-4: 4px;
    --radius-12: 12px;
    --section-padding: 60px;
    --transition-1: 0.15s ease;
    --transition-2: 0.35s ease;
    --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
    --cubic-out: cubic-bezier(0.33, 0.85, 0.56, 1.02);
    --shadow: 0 5px 20px 1px hsla(220, 63%, 33%, 0.1);
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
a,a:hover{
    text-decoration: unset;
}
.container{
    max-width: 1440px;
    padding: 0 56px;
}
.video-course {
    padding-top: 52.25%;
    position: relative;
}

.video-course video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

header.header {
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(38, 22, 10, 0.00) 0%, #26160A 100%);
    background-blend-mode: multiply;
    z-index: 1;
    width: 100%;
}
.nav-bar {
    display: none;
}
.header-wrapper {
    display: flex;
    align-items: center;
    height: 100px;
}

.header-wrapper .logo,.header-wrapper .menu-crm {
    padding: 0;
}

.header-wrapper .menu-crm {
    display: flex;
    margin-bottom: 0;
    column-gap: 4px;
    border: 1px solid #E7E7ED;
    padding: 6px 6px 6px 6px;
    border-radius: 10px;
    width: fit-content;
}

.functions-contact {
    display: flex;
    margin-bottom: 0;
    column-gap: 4px;
    justify-content: flex-end;
}

.header-wrapper .menu-crm a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #292D34;
    background: #fff;
    border-radius: 8px;
    padding: 9px 12px 9px 12px;
    transition: all 0.5s ease;
    display: block;
}
.header-wrapper .menu-crm li.active a {
    background: #F3F3F5;
}
.header-wrapper .menu-crm a:hover {
    background: #F3F3F5;
}
.functions-contact li {
    padding: 11px 0 11px 0;
}

.functions-contact>li:first-child:hover a {
    background: #3D4148;
}

.functions-contact>li:last-child:hover>a {
    background: #42CA78;
}
.functions-contact a {
    padding: 11px 24px 11px 24px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.functions-contact>li:first-child a {
    background: #292D34;
}

.functions-contact>li:last-child a {
    background: #2DC56A;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    padding: 16px 0;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(37, 47, 63, 0.1);
    transition: all .3s ease-in-out;
    list-style: none;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
    background: linear-gradient(90deg, rgba(34,225,111,1) 0%, rgba(71,122,255,1) 100%);
    border-radius: 16px;
}

.header-wrapper .menu-crm li:hover .sub-menu {
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    pointer-events: all;
    left: 0;
}
.header-wrapper .menu-crm a:after {
    content: "";
    padding-bottom: 50px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.header-wrapper .menu-crm li {
    position: relative;
}

.header-wrapper .menu-crm li .sub-menu li a {
    background: transparent;
    padding: 0 24px;
}

.sub-menu:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: white;
    border-radius: 15px;
}
.header-content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.img-banner-main img {
    width: 100%;
    max-width: 100%;
    zoom: 1.5;
}
.home .header-content {
    position: relative;
    top: 85px;
}
.header-content-wrap {
    max-width: 656px;
    margin: 0 auto;
}
.header-content .text-logo {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    background: linear-gradient(88.08deg, #22E16F 1.62%, #477AFF 98.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-header {
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: 48px;
    color: #292D34;
}
.header-content p {
    font-size: 16px;
    color: #292D34;
    line-height: 24px;
    margin-bottom: 0;
}
.btn-register {
    margin-top: 24px;
    padding: 11px 0 11px 0;
}
.btn-register a {
    padding: 11px 24px 11px 24px;
    background: linear-gradient(88deg, #22E16F 1.62%, #477AFF 98.38%);
    box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.title .small {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4em;
    font-family: "Be Vietnam Pro", sans-serif;
}

.title p {
    color: #58595B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "Be Vietnam Pro", sans-serif;
}

.title {
    text-align: center;
    max-width: 656px;
    margin: 0 auto;
}
/****************** HOMEPAGE CATEGORIES *******************/
.service-section {
    padding: 50px 0 0;
}
.service-wrapper {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 5px;
}
.service-wrapper .service-item {
    text-align: center;
    box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 14px;
    position: relative;
}
.service-wrapper .service-item:hover, .service-wrapper .service-item.active {
    background: linear-gradient(90deg, rgba(34, 225, 111, 1) 0%, rgba(71, 122, 255, 1) 100%);
    cursor: pointer;
    transition: all 0.5s ease;
}
.service-wrapper .service-item a {
    z-index: 1;
}
.service-wrapper .service-item p {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 14px;
    color: #77787B;
    font-weight: 500;
    line-height: 20px;
}
.service-wrapper .service-item:hover:before, .service-wrapper .service-item.active:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: #EAF9F0;
    border-radius: 13px;
}
.service-wrapper .service-item img {
    display: inline-block;
}
/****************** END HOMEPAGE CATEGORIES *******************/


/****************** Latest Courses HOMEPAGE *******************/
.course-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
}
.course-item {
    border-radius: 14px;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
}
.course-item:hover {
    box-shadow: 0 0 40px -8px rgb(0 0 0 / 16%),0 0 24px -16px rgb(0 0 0 / 16%);
    -webkit-transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
    -moz-transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
    -ms-transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
    transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
}
.img-course {
    position: relative;
}
.img-course img {
    width: 100%;
}
.img-course img:first-child {
    position: relative;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 100%;
    object-fit: cover;
    object-position: 30% 30%;
}
.course-info {
    padding: 15px 0;
}
.name-course {
    color: #292D34;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
}
.name-course a{
    color: #292D34;
    font-size: 18px !important;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
}
.course-info p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.title_home2 {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    padding-left: 0;
}

.title_home2 .title {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 100%;
    text-align: justify;
}
@media (max-width: 1536px) {
    .title_home2 .title {
        font-size: 32px;
    }
}

.title_home2:after {
    content: "";
    width: 75px;
    height: 1px;
    background: #151515;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home-course {
    padding: 50px 0;
}
.title_home2 .link {
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 15px;
    text-transform: uppercase;
    line-height: 29px;
    display: inline-block;
    height: 30px;
    border-bottom: 1px solid #151515;
    padding: 0 24px 0 10px;
    font-weight: 500;
}
.title_home2 .link:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #151515;
    position: absolute;
    right: -2px;
    bottom: 6px;
    transform: rotate(45deg);
}
.course-info .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #d3d3d38c;
    margin-bottom: 10px;
    align-items: center;
    font-size: 14px;
}

.course-info .top .date {
    font-style: italic;
    color: #6e6e6e;
}

.course-info .top .meta {
    display: flex;
    align-items: center;
}

.meta .share {
    margin-right: 8px;
}

.meta img {
    width: 19px;
    height: 19px;
    object-fit: none;
    margin-right: 5px;
}

.meta .view {
    display: flex;
    align-items: center;
}

.meta .share a {
    background: transparent;
}
/****************** END Latest Courses HOMEPAGE *******************/

/****************** PROCESS HOMEPAGE *******************/
.process {
    background: radial-gradient(116.18% 118% at 50% 100%, rgba(99, 102, 241, 0.1) 0%, rgba(218, 70, 239, 0.05) 41.83%, rgba(241, 244, 253, 0.07) 82.52%);
    margin: 50px 0;
}
.section-title {
    color: var(--st-patricks-blue);
    font-size: var(--fs-3);
    margin-block-end: 30px;
    max-width: max-content;
    margin-inline: auto;
}
.underline {
    position: relative;
}
@media (min-width: 550px) {
    .section-title {
        --fs-3: 30px;
    }
}
@media (min-width: 1200px) {
    .section-title {
        --fs-3: 30px;
    }
}
.underline::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 6px;
    background-image: var(--gradient-2);
    border-radius: 10px;
}
.process-container {
    margin-top: 40px;
    display: grid;
    gap: 100px;
    grid-template-columns: 1fr;
    padding: 0px 10px;
}
@media (min-width: 550px) {
    .process-container {
        margin-top: 80px;
        gap: 100px;
        grid-template-columns: 1fr 1fr;
    }
}
.process-timeline-item {
    font-size: 1em;
    line-height: 1.75em;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #0c10ea 0%, #069b17 100%);
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 20px !important;
    counter-increment: section;
    position: relative;
    color: black;
}
@media (min-width: 550px) {
    .process-timeline-item {
        padding: 40px !important;
    }
}
.process-timeline-item:nth-child(odd) {
    border-right: 3px solid;
    padding-left: 0;
}
.process-timeline-item:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.process-timeline-item:nth-child(even) {
    border-left: 3px solid;
    padding-left: 0;
}
.process-timeline-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.process-timeline-item::before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 40px;
    width: 40px;
    background-color: white;
    border: 3px solid #1876f1;
    text-align: center;
    line-height: 14px;
    color: black;
    font-size: 1em;
    font-weight: 600;
}
.process-timeline-item:nth-child(odd)::before {
    left: 100%;
    margin-left: -19px;
}
.process-timeline-item:last-child::before {
    background-color: orange;
    color: white;
}
.process-timeline-item:nth-child(even)::before {
    right: 100%;
    margin-right: -19px;
}
.process-timeline-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.process-timeline-des {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 20px;
}
.banner-animation {
    animation: waveAnim 2s linear infinite alternate;
}
.w-100 {
    width: 100% !important;
    height: 100%;
}
@keyframes waveAnim {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    100% {
        transform: translate(2px, 2px) rotate(1deg);
    }
}
/****************** END PROCESS HOMEPAGE *******************/
/****************** REVIEW HOMEPAGE *******************/
.wrap-title {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    color: var(--purple-navy);
    font-weight: 600;
}
.section-reviews .review-item {
    margin: 12px 0;
    padding: 24px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-reviews .review-item .review--title {
    font-size: 20px;
    font-weight: bold;
    color: #13124D;
    margin-bottom: 15px;
}
.section-reviews .review-item .review--rating {
    margin-bottom: 15px;
}
.section-reviews .review-item .review--rating .review--rating-star {
    display: flex;
    gap: 8px;
}
.section-reviews .review-item .review--rating .review--rating-star svg {
    color: #db2771;
    fill: currentColor;
}
.section-reviews .review-item .review--comment {
    padding-bottom: 40px;
    height: 170px;
}
.section-reviews .review-item .review--comment p {
    color: #13124D;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 0px;
}
.section-reviews .review-item .review--author {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.section-reviews .review-item .review--author > img {
    border-radius: 50%;
    width: 40px !important;
}
.section-reviews .review-item .review--author .review--author-infor {
    flex: 1;
    margin-left: 15px;
}
.section-reviews .review-item .review--author .review--author-infor .review--author-name {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.section-reviews .review-item .review--author .review--author-infor .review--author-name img {
    margin-left: 5px;
    object-fit: contain;
    width: 16px;
    height: 14px;
}
.section-reviews .owlStyle .owl-nav button {
    transform: scale(1.4);
    background: rgba(219, 240, 255, 0.7);
    top: 45%;
}
.owlStyle .owl-carousel .owl-nav button svg {
    width: 14px;
    height: 14px;
    fill: #0766F7;
}
.section-reviews .owlStyle .owl-nav button.owl-next {
    right: 4%;
}
.section-reviews .owlStyle .owl-nav button.owl-prev {
    left: 4%;
}
.owlStyle .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #dbf0ff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    outline: none;
    box-shadow: none;
    border: none;
}
.owlStyle .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-reviews .owlStyle .owl-dots {
    margin-top: 15px;
}
.owlStyle .owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    background: #cadcf6;
    border-radius: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    outline: none;
    box-shadow: none;
    border: none;
}
.owlStyle .owl-carousel .owl-dots button.active {
    width: 10px;
    height: 10px;
    background: #0766F7;
}
/****************** END REVIEW HOMEPAGE *******************/

/****************** CONTACT HOMEPAGE *******************/
.contact-us {
    background-color: #f3f6ff;
    padding-bottom: 80px;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}
@media (min-width: 550px) {
    .contact-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}
.contact-title {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.contact-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
@media (min-width: 550px) {
    .contact-img {
        width: 78px;
        height: 78px;
    }
}
.contact-text {
    font-size: 16px;
    color: black;
    font-weight: 500;
}
@media (min-width: 550px) {
    .contact-text {
        font-size: 22px;
        color: black;
        font-weight: 500;
    }
}
.contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style-type: none;
}
.contact-social-tele, .contact-social-telegram, .contact-social-facebook {
    width: 120px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #0c10ea;
    border-radius: 10px;
    background-color: white;
    color: #0c10ea;
}
.icon-tele-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 11px;
    color: #0c10ea;
    margin-bottom: 10px;
}
ion-icon {
    pointer-events: none;
}
.hydrated {
    visibility: inherit;
}
.icon-tele {
    font-size: 15px;
}
.contact-social-whatsapp {
    width: 120px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(34, 197, 94, 1);
    border-radius: 10px;
    background-color: white;
    color: rgba(34, 197, 94, 1);
}
.contact-social-skype {
    width: 120px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 10px;
    background-color: white;
    color: #01a3e3;
}
.icon-tele-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 11px;
    color: #0c10ea;
    margin-bottom: 10px;
}
.icon-tele {
    font-size: 15px;
}
.section-reviews {
    padding-bottom: 80px;
}
/****************** END CONTACT HOMEPAGE *******************/
/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer {
    margin-top: 200px;
    position: relative;
    width: 100%;
    background: #3586ff;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social-icon,
.menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
    list-style: none;
}

.social-icon__link {
    font-size: 2.5rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}
.social-icon__link:hover {
    transform: translateY(-10px);
}

.menu__link {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
}

.menu__link:hover {
    opacity: 1;
}

.footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1.4rem;
    font-weight: 300;
}

.wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("https://i.ibb.co/wQZVxxk/wave.png");
    background-size: 1000px 100px;
}

.wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
}

.wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
}

@keyframes animateWaves {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-position-x: 0px;
    }
}

@keyframes animate {
    0% {
        background-position-x: -1000px;
    }
    100% {
        background-position-x: 0px;
    }
}
/********************** DETAIL PRODUCT ***********************/
.service-detail-content {
    padding: 50px 0 80px;
}
.detail-service-wrapper {
    display: flex;
}
.content-services {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 30px;
}
.img-service {
    padding-left: 0;
}
.img-service img {
    width: initial;
    height: initial;
    max-width: 100%;
}
.content-detail .name-service {
    font-size: 24px;
    font-weight: 600;
}
.content-detail .rating {
    color: #777E90;
    font-weight: 600;
    padding: 0 0 10px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.list-star {
    display: flex;
    margin: 0;
}
.list-star li {
    margin-right: 5px;
    color: #FFBB54;
}
.list-star li i {
    color: #ddd;
}
.list-star li i.active {
    color: #FFBB54;
}
.content-detail .des-service {
    color: #777E90;
    font-size: 16px;
    padding-bottom: 15px;
}
.destination-content {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.content-services p {
    color: #777E90;
}
.destination-content i {
    padding-right: 10px;
}
.content-services p span {
    color: #0188EA !important;
    font-weight: 500;
}
.content-detail>p {
    color: #45b26b;
    font-weight: 600;
}
/********************** END DETAIL PRODUCT ***********************/
/********************** LOGIN ***********************/
.login-page .container-login-register {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100dvh;
}

.login-page .header {
    background-color: #fff;
    border-bottom: 1px solid #e7e7ed;
    justify-content: space-between;
    padding: 18px 56px;
}

.login-page .header,.login-page  .header .comment {
    align-items: center;
    display: flex;
}

.login-page .header .comment {
    color: #aeaeb7;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
}

.login-page .container-login {
    align-items: center;
    background: linear-gradient(180deg, #f3f3f5, #dcffea);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 2rem;
    position: relative;
}

.login-page .container-login .ellipse-left {
    position: absolute;
    top: 20%;
    left: 0;
}

.login-page .container-login .ellipse-top {
    position: absolute;
    right: 0;
    top: 0;
}

.login-page .container-login .ellipse-right {
    position: absolute;
    right: 0;
    top: 40%;
}
.login-page .login-page .container {
    padding: 0;
    max-width: 100%;
}
.login-page .login-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    width: 500px;
}

.login-page .form-login {
    padding: 32px;
}

.login-page .form-login h2 {
    color: #292d34;
    font-size: 22px;
    font-weight: 600;
}

:where(.css-kghr11).ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
}
.login-page .form-item {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
    flex-direction: column;
}

.login-page .form-item label {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 32px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    height: auto;
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    margin-right: auto;
}

.login-page .form-item label:before {
    display: inline-block;
    margin-inline-end: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.login-page .form-item input {
    transition: all 0.2s;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    position: relative;
    display: inline-block;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7ed;
    border-radius: 10px;
    padding: 12px 16px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0;
    box-shadow: none !important;
}

.login-page .form-login .form-item {
    margin-top: 24px;
    position: relative;
}
.login-page .form-login .form-item.remember-me label:before {
    display: none;
}
.login-page .form-login .form-item.remember-me {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.login-page .form-login .form-item.remember-me label {
    margin-bottom: 0;
}
.login-page .btn-login {
    background-color: #2dc56a;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 24px !important;
    transition: all .5s ease;
    width: 100%;
    margin-left: 0 !important;
    text-transform: initial;
    display: block;
}

.login-page .forgot-password {
    color: #77787b;
    font-size: 13px;
    text-decoration: underline;
}
.login-page .form-login .form-item.remember-me input {
    padding: 8px;
}
.login-page .header img {
    width: 90px;
}
/********************** END LOGIN ***********************/
/********************** OLD STYLES ***********************/
body,.small-box h3, .small-box p{
    font-size: 14px;
}
.list-group-item button {
    padding: 5px 12px;
}
.panel-group .category-item {
    box-shadow: rgb(12 12 12 / 16%) 0px 1px 4px;
    margin-bottom: 25px;
    border: none;
}
.add-category a {
    background: #5d87ff;
    color: #fff;
    height: 36px;
    border-radius: 7px;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 16px 0 16px;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    text-decoration: none;
    height: 40px;
    width: 195px;
    display: block;
    text-align: center;
    line-height: 40px;
    text-align: center;
}

p.text-right.add-category {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}
.edit-cate-title {
    padding-bottom: 16px;
}
.mce-btn-group .mce-btn {
    background: #fff;
}
.mce-container-body .mce-panel {
    background: #fff;
}
label.description {
    color: rgba(0,0,0,0.54);
    font-size: 12px;
    padding-bottom: 12px;
}
.main-header{
    border: none;
}
.brand-link {
    background: #fff;
}
a.brand-link img {
    width: 100%;
    object-fit: scale-down;
}
#example1_filter {
    text-align: end;
    padding-right: 11px;
}

#example1_filter label {
    display: inline-flex;
    align-items: center;
}

#example1_filter input {
    width: 250px;
}
.search__container {
    text-align: end;
    margin: 0 0 0 auto;
    width: 45%;
    display: flex;
    align-items: center;
}

.search__title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #ff8b88;
}

.search__input {
    width: 100%;
    padding: 10px 24px;
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;

    color: #575756;
    background-color: transparent;
    /*         background-image: url(http://mihaeltomic.com/codepen/input-search/ic_search_black_24px.svg); */

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 50px;
    border: 1px solid #a2a2a2;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.search__input::placeholder {
    color: rgba(87, 87, 86, 0.8);
    letter-spacing: 1.5px;
    font-size: 14px;
}

.search__input:hover,
.search__input:focus {
    padding: 12px 0;
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #a2a2a2;
    border-radius: 0;
    background-position: 100% center;
}
.card-header {
    display: flex;
    align-items: center;
}
.card-header .card-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.card.content-card {
    margin-top: 25px;
}
.card.content-card {
    margin-top: 25px;
}

.content-card thead tr th {
    font-weight: 600;
    font-family: inherit;
    font-size: 16px;
}

.card.content-card .card-body {
    padding-top: 0;
}
.card.content-card .card-header {
    border-bottom: none;
}
.show-total {
    font-weight: 500;
    padding: 10px 0;
}
.add-button {
    text-transform: inherit;
    margin-left: 10px;
    border-radius: 20px;
    padding: 0px 10px;
    text-align: center;
    width: 200px;
    background: #5d87ff !important;
    font-weight: 600;
}
.card.content-card tbody tr td {
    height: 50px;
    vertical-align: middle;
    margin-top: 20px;
}
.card.content-card .image-row img{
    width: 100px;
}
.search__container a {
    color: #fff;
}
.form-control {
    height: 56px;
    border-radius: 8px;
    font-size: 14px;
}
.cardWithShadow {
    width: 80%;
    margin: 0 auto;
    box-shadow: #919eab4d 0 0 2px, #919eab1f 0 12px 24px -4px;
    margin-bottom: 30px;
    border-radius: 7px;
    border-width: 0;
    border-style: solid;
}
.cardWithShadow form {
    padding: 30px 50px 30px;
}
.cardWithShadow form input:focus{
    outline: none;
}
.cardWithShadow form button {
    font-size: 15px;
    border-radius: 7px;
    font-weight: 600;
    padding: 0 16px 0 16px;
    height: 36px;
}
.select2-container--default .select2-selection--single {
    height: 35px;
}
.form-group{
    margin-bottom: 15px;
}
.has-error .form-control {
    border-color: rgb(221,44,0); /* Màu đỏ */
}
.has-error .form-control:focus{
    border-color: rgb(221,44,0);
    box-shadow: none;
}
.image-row {
    font-size: 20px;
    cursor: pointer;
}
.action-item i {
    font-size: 16px;
    cursor: pointer;
}

.dropdown-menu>li>a {
    font-size: 14px;
}
.action-item ul li a i {
    padding-right: 10px;
}

.action-item ul li {
    padding-bottom: 5px;
}

.action-item ul li:last-child {
    padding-bottom: 0;
}
.edit-preview{
    padding-top: 10px;
}
.content-action svg{
    height: 55px;
}
.button {
    z-index: 9999999;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    background: linear-gradient(45deg, #b388eb, #8093f1);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    right: 0;
    text-transform: initial;
}
.button i {
    padding-left: 5px;
    font-size: 12px;
    padding-top: 2px;
}
.content-social {
    width: 100%;
    text-align: end;
}
.social {
    position: relative;
    margin: 8px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    bottom: 15px;
}

.social a {
    color: #fff;
    font-size: 12px !important;
}

.twitter {
    background: #00aced;
}

.facebook {
    background: #3b5998;
}

.google {
    background: #dd4b39;
}

.youtube {
    background: #bb0000;
}

.clicked {
    opacity: 1;
    transition: 1.2s all ease;
    transform: translateY(50px);
}
.filtr-item audio {
    width: 100%;
}
body a.btn{
    font-size:14px;
}
.filter-container,section.content {
    margin-top: 15px;
}
label.form-label i {
    padding-right: 5px;
    font-size: 14px;
}

label.form-label {
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 8px;
}

.card .card-header {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.card .card-header i {
    padding-right: 5px;
    font-size: 16px;
}

.card button i {
    padding-right: 8px;
    font-size: 14px;
}

.card button {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 18px;
    display: block;
    margin: 0 0 0 auto;
}
.card-header.gradient-header {
    background: linear-gradient(to right, #557ef6, #7babfe);
    color: white;
}
span.error {
    color: rgb(221, 44, 0);
    display: inline;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    padding-top: 12px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2) 0s;
    font-weight: 400;
}
.form-label.required-label:after {
    content: " *";
    font-size: 13px;
    vertical-align: top;
    color: rgb(221,44,0);
}
/* Table css*/
/* Responsive Table Style */
.responsive-table {
    background-color: #fefefe;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    width: 100%;
    margin: 2rem 0;
    overflow: hidden;
}
.responsive-table__row {
    display: grid;
    border-bottom: 1px solid #edeef2;
    padding: 0 1.5rem;
}
#seoMetaTable_filter {
    float: right;
}
#seoMetaTable_filter input {
    width: 270px;
}
.add-action{
    text-align: end;
    margin: 10px 0px 0 auto;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
}
nav .nav-sidebar>.nav-item p i {
    top: 15px !important;
}
nav .nav-sidebar>.nav-item a>i {
    padding-right: 5px;
}
label>i {
    padding-right: 5px;
}
select#status {
    margin: 0 0 0 auto;
    width: auto;
    text-align: center;
}
table#seoMetaTable {
    margin-top: 35px !important;
}
.action-page {
    display: flex;
    justify-content: space-between;
}

.action-page .btn {
    text-align: initial;
    margin: 0;
}
.documents-index {
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px !important;
    }
}
@media (min-width: 768px) {
    .responsive-table__row {
        grid-template-columns: 0.3fr 1fr 1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__row {
        grid-template-columns: 1fr 2fr 1fr;
    }
}
.responsive-table__row th,
.responsive-table__row td {
    padding: 1rem;
}
.responsive-table__head {
    background-color: #e1e8f2;
}
@media (max-width: 991px) {
    .responsive-table__head {
        display: none;
    }
}
.responsive-table__head__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
}
.responsive-table__body .responsive-table__row {
    transition: 0.1s linear;
    transition-property: color, background;
}
.responsive-table__body .responsive-table__row:last-child {
    border-bottom: none;
}
.responsive-table__body .responsive-table__row:hover {
    color: #ffffff;
    background-color: #fb4f83;
}
.responsive-table__body__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.responsive-table__body__text::before {
    margin-right: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}
.content-top {
    text-align: end;
    padding: 15px 0;
}

.content-top a {display: inline-block;margin-left: 10px;padding: 5px 20px;border-radius: 30px !important;font-size: 14px;font-weight: 600;}
.dataTables_empty {
    padding: 30px;
}

.card.excel-card  {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    padding: 10px 30px 40px;
}

.card.excel-card  h3 {
    font-size: 22px;
    font-weight: 600;

}

.excel-card .drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
}

.excel-card .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.excel-card .drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.excel-card .btn {
    text-decoration: none;
    background-color: #005af0;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.excel-card  .btn:hover{
    text-decoration: none;
    background-color: #ffffff;
    color: #005af0;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
}
.excel-card .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}
.drop_box form {
    width: 100%;
}
.excel-card .drop_box .submit-file {
    display: none;
}

.excel-card .drop_box.active .submit-file {
    display: block;
}

.excel-card .drop_box.active .select-file {
    display: none;
}

.excel-card .drop_box .select-file {
    display: block;
}

.excel-card .drop_box.active header {
    display: none;
}
.top-page {
    padding-top: 20px;
}
.role-text {
    padding: 25px 0px;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .responsive-table__body__text::before {
        content: attr(data-title) " :";
    }
}
@media (max-width: 400px) {
    .responsive-table__body__text::before {
        width: 100%;
        margin-bottom: 1rem;
    }
}
.responsive-table__body__text--name {
    font-weight: 600;
}
@media (min-width: 768px) {
    .responsive-table__body__text--name::before {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--name {
        grid-column: 1/2;
        flex-direction: column;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--status, .responsive-table__body__text--types, .responsive-table__body__text--update {
        grid-column: 2/3;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--country {
        grid-column: 3/-1;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .responsive-table__body__text--name, .responsive-table__body__text--country {
        grid-row: 2;
    }
}

/* SVG Up Arrow Style */
.up-arrow {
    height: 100%;
    max-height: 1.8rem;
    margin-left: 1rem;
}

/* SVG User Icon Style */
.user-icon {
    width: 100%;
    max-width: 4rem;
    height: auto;
    margin-right: 1rem;
}

/* Status Indicator Style */
.status-indicator {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #222222;
    margin-right: 0.5rem;
}
.status-indicator--active {
    background: #25be64;
}
.status-indicator--inactive {
    background: #dadde4;
}
.status-indicator--new {
    background: #febf02;
}
button,a {
    font-size: 14px !important;
}
.sidebar.os-host.os-theme-light {
    padding: 0;
    margin: 15px 0 0;
}

ul.nav.nav-pills.nav-sidebar {
    white-space: initial !important;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link {
    border-radius: 7px;
    height: 45px;
    padding: 10px 10px!important;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    color: #2a3547;
    width: 4rem;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link i {
    font-size: 14px;
    margin-right: 10px;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link.active {
    color: #fff;
}

aside.main-sidebar {
    background: #fff;
    box-shadow: none !important;
    border-right: 1px solid #e5eaef;
}
/*
.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 68px;
    padding: 0 12px;
} */

.user-panel {
    border: none !important;
}

.brand-link {
    border: none !important;
}

.sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
}

.os-host-overflow>.os-padding .os-content {
    display: flex;
    justify-items: stretch;
    justify-content: center;
}

.user-panel {
    display: none !important;
}
.nav-sidebar>.nav-item svg {
    width: 16px;
    height: 18px;
    fill: transparent!important;
    color: #2a3547;
    margin-right: 10px;
}
.nav-sidebar>.nav-item svg path {
    color: #2a3547;
}
.general-page .card button{
    padding: 0 10px;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.general-page .card button svg {
    width: 18px;
    height: 18px;
    fill: transparent!important;
    margin-right: 10px;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600 !important;
}
input.form-control[type="file"] {
    height: 45px;
}
input::file-selector-button {
    font-weight: 600;
    padding: 3em;
    border: thin solid #6c757d;
    height: 45px
}
.general-page .card.content-card {
    padding: 30px 0;
    width: 100%;
    border-radius: 10px;
    box-shadow: #919eab4d 0 0 2px, #919eab1f 0 12px 24px -4px;
}
.general-page .card.content-card label {
    margin-bottom: 10px;
    margin-top: 15px;
}
hr{
    margin: 40px 0 15px !important;
    height: 0.5px !important;
    background: #c9c9c9;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom: 1px solid #aeaeae;
    text-align: start !important;
    font-weight: 600;
    font-size: 14px;
}

.card.content-card tbody tr td {
    font-size: 13px;
}

.general-page table {
    margin-top: 40px;
}
.md-select-value *:first-child {
    overflow: visible;
}

md-option .md-text {
    overflow: visible;
}
.remove-scripts-group {
    position: absolute;
    right: -25px;
}

.glossary-page .card .remove-scripts-group button {
    box-shadow: none !important;
    opacity: .8;
    border-radius: 50%;
    width: 30px;
    display: flex;
    padding: 0;
    margin: 0;
    min-width: auto;
    justify-content: center;
    align-items: center;
    min-height: auto !important;
    height: 30px;
    background: #ff6161;
}

.glossary-page .card .remove-scripts-group button i {
    padding: 0;
    font-size: 12px;
}

/********************** END OLD STYLES ***********************/
.functions-contact li.user-account {
    position: relative;
}

.functions-contact .user-account ul {
    position: absolute;
    background: #fff;
    top: 50px;
    border-radius: 12px;
    padding-left: 0;
    padding: 10px;
    width: 200px;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.functions-contact .user-account ul li {
    padding: 0;
    margin-bottom: 10px;
}

.functions-contact .user-account ul li a {
    padding: 0;
    background: transparent;
    color: #000;
}

.functions-contact .user-account ul li:last-child {
    margin-bottom: 0;
}
.functions-contact .user-account ul li a i {
    padding-right: 5px;
}
.functions-contact li.user-account:hover ul {opacity: 1;visibility: visible;}
.user-account>a:after {
    content: "";
    padding-bottom: 50px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
/*NOTE COURSE*/
.color-note-item {
    display: flex;
    align-items: center;
    margin-top: 16px;
    column-gap: 15px;
}

.color-note-item .md-ink-ripple {
    width: 10px;
    height: 10px;
}

.color-note-item .md-ink-ripple div {
    width: 20px;
    height: 20px;
    border: none;
    top: -25px;
    z-index: 9999999999;
}

.color-note-item .md-label {
    margin-left: 0;
}

.color-note-item .md-label button {
    height: 20px;
    width: 20px;
    border: none;
}

.color-radio {
    column-gap: 15px;
}

.page-title {
    margin-bottom: 11px;
}

.top-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardWithShadow .search-box form {
    padding: 0;
}

.cardWithShadow form button {
    position: absolute;
}

.cardWithShadow {
    width: 100%;
    padding: 20px;
}

.mat-subtitle-1 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.cardWithShadow .search-box form input {width: 300px;}

.cardWithShadow .search-box form input:focus-visible {
    outline: none;
    border: none;
}

.cardWithShadow .search-box form input:focus {
    box-shadow: none;
    outline: none;
}

.color-note-item .md-ink-ripple div.md-on:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
}
.bg-light-primary {
    background: #b4d8ff;
    color: #fff;
}
.bg-light-warning {
    background: #ffebaf;
}
.bg-light-success{
    background: #befdcd;
}
.bg-light-error{
    background: #eeeeee;
}
.badge-subtle-info {
    color: #197aa4;
    background-color: #d8f3ff;
}
.badge-subtle-secondary {
    color: #5d6776;
    background-color: #e6e8ec;
}
.item-note button {
    padding: 15px 15px;
    border-radius: 5px !important;
}

.item-note {
    border-radius: 5px;
}
.button-update {
    position: sticky;
    bottom: 15px;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    gap: 8px;
    height: 36px;
    width: 120px;
    border: none;
    background: #5e41de33;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 -130px 0 auto;
}

.content-course {
    position: relative !important;
}

.button-update i {
    color: #5e41def5;
}

.lable {
    line-height: 20px;
    font-size: 12px;
    color: #5D41DE;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}

.button-update:hover {
    background: #007bff;
}

.button-update:hover i, .button-update:hover span {
    color: #fff;
}

.button-update:hover .svg-icon {
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.content-course ul {
    list-style: outside;
    padding-left: 30px;
}
.detail-content .tab-content table img {
    width: 100%;
    object-fit: cover;
}

.detail-content .tab-content ul {
    padding-left: 15px;
}
.mce-tinymce.mce-container {
    position: sticky;
    top: 0;
    z-index: 9999; /* Ensure the toolbar stays above other elements */
}
#floating-toolbar-container {
    position: sticky;
    top: 0;
    z-index: 9;
}
.new-words tbody tr:first-child,
.question-structures tbody tr:first-child{
    background: #6c7ae0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.new-words tbody tr:first-child td:first-child,
.question-structures tr:first-child td:first-child{
    border-top-left-radius: 19px;
    padding: 15px;
}

.new-words tbody tr:first-child td:last-child,
.question-structures tbody tr:first-child td:last-child{
    border-top-right-radius: 20px;
    padding: 15px;
}
.new-words tbody tr td,
.question-structures tbody tr td{
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 15px;
}
.question-structures tbody tr td{
    border-left: 1px solid #f2f2f2;
}
.new-words tbody tr,
.question-structures tbody tr{
    border: 0;
}

.new-words tbody,
.question-structures tbody{
    border: 1px solid #f2f2f2;
}
.course-detail {
    background: #c4d3f6;
}
.chat-gpt {
    display: none;
}
.notes-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.notes-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.new-words tbody tr:hover {
    background-color: #ececff;
    cursor: pointer;
}

.new-words tbody tr:first-child:hover {
    background: #6c7ae0;
}
.mce-content-body:focus-visible {
    outline: none;
}
.button-save {
    position: sticky;
    bottom: 65px;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    gap: 8px;
    height: 36px;
    width: 120px;
    border: none;
    background: #5e41de33;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 -130px 10px auto;
}
.button-save i{
    color: #5e41def5;
}
.button-save,.button-update{
    width: 125px;
}
