@import url("https://fonts.googleapis.com/css2?family=Playpen+Sans&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");

:root {
    --dark_gray: #808190;
    --dark_red: rgb(176, 0, 32);
    --light_gray: #fafafa;
    --primary_blue: #2e2ede;
    --space_gray: rgba(0, 0, 0, 0.175);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
    opacity: 1;
    overflow: auto;
    scroll-behavior: smooth;
}

a {
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

p {
    margin: 0;
}

li {
    list-style: none;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.wrapper {
    position: relative;
    width: 100%;
}

.contact--number-phone {
    bottom: 105px;
    font-size: 44px;
    position: fixed;
    right: 60px;
}

.contact__information_ez {
    bottom: 34px;
    display: none;
    height: 190px;
    position: fixed;
    /*background-color: #fff;*/
    right: 20px;
    width: 150px;
}

.btn--close-contact__information_ez {

    border: none;
    bottom: 164px;
    font-size: 30px;
    position: fixed;
    right: 20px;
    /*background-color: white;*/
}

/* Style cho button */
.shake-button {
    animation: shake 1s infinite;
    border-radius: 5px;
    bottom: 20px;
    cursor: pointer;
    display: block;
    font-size: 44px;
    outline: none;
    position: fixed;
    right: 50px;
    z-index: 999;
}

.btn__shake-button {
    bottom: 20px;
    position: fixed;
    right: 20px;
}

/* Định nghĩa animation */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
}

#sidebar-toggle-button {
    background-color: #ffffff;
    border: none;
}

.sidebar-wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative;
    transition: all 100ms ease 0s;
}

.sidebar-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    /*justify-content: center;*/
}

.sidebar-header .logo_square {
    width: 40px;
    max-height: 40px;

}

.sidebar-header .logo_name {
    width: 120px;
    max-height: 40px;
}

.sidebar-content {
    background-color: #ffffff;
    overflow: auto;
}

.sidebar-footer {
    background-color: #ffffff;
    border-top: 1px solid #eee;
    bottom: 0;
    color: var(--dark_gray);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    width: 100%;
}

.sidebar-footer:hover {
    cursor: pointer !important;
}

.sidebar-footer a {
    color: var(--dark_gray);
}

.sidebar-footer-image-container {
    height: 40px;
    width: 40px;
}

.sidebar-footer img {
    border: 2px solid rgb(112, 112, 112);
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.content__menu--account-setting {
    display: none;
}

#left_side_full_name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.academy__keyword--list::-webkit-scrollbar {*/
/*    height: 6px;*/
/*}*/

/*.academy__keyword--list::-webkit-scrollbar-thumb {*/
/*    border-radius: 20px;*/
/*    background: #666;*/
/*}*/

/*.academy__keyword--list::-webkit-scrollbar-track {*/
/*    background: #ddd;*/
/*    border-radius: 20px;*/
/*}*/

/*.posts--add-container::-webkit-scrollbar,*/
/*.course--posts-added-right::-webkit-scrollbar,*/
/*.sidebar-content::-webkit-scrollbar,*/
/*.main-content::-webkit-scrollbar,*/
/*.sidebar_course-container::-webkit-scrollbar,*/
/*body::-webkit-scrollbar {*/
/*    width: 6px;*/
/*}*/

/*.posts--add-container::-webkit-scrollbar-thumb,*/
/*.course--posts-added-right::-webkit-scrollbar-thumb,*/
/*.sidebar-content::-webkit-scrollbar-thumb,*/
/*.main-content::-webkit-scrollbar-thumb,*/
/*.sidebar_course-container::-webkit-scrollbar-thumb,*/
/*body::-webkit-scrollbar-thumb {*/
/*    border-radius: 20px;*/
/*    background: #666;*/
/*}*/

/*.posts--add-container::-webkit-scrollbar-track,*/
/*.course--posts-added-right::-webkit-scrollbar-track,*/
/*.academy__keyword--list::-webkit-scrollbar-track,*/
/*.sidebar-content::-webkit-scrollbar-track,*/
/*.main-content::-webkit-scrollbar-track,*/
/*.sidebar_course-container::-webkit-scrollbar-track,*/
/*body::-webkit-scrollbar-track {*/
/*    background: #ddd;*/
/*    border-radius: 20px;*/
/*}*/

/*layout mới nhất*/

.content__homepage {
    margin: 50px auto;
    max-width: 90%;
    padding: 20px 0 0;
}

.header__container {
    margin: auto;
    max-width: 80%;
}

.header__content {
    text-align: center;
}

.header__content--username {
    background: linear-gradient(165deg, #0120d4 1.62%, #8d4df3 99.1%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-fill-color: transparent;
}

.header__content--start {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 30px 0;
}

.header__content--block {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.content__block {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

.content__block--ezlink {
    background: linear-gradient(180deg, #fbdf7c 0%, #d5ffc7 100%);
    border-radius: 15px;
}

.block--ezlink-link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}

.block--ezlink-link:hover {
    color: #000;
    text-decoration: underline dotted;
}

.block--ezlink-img {
    display: block;
    text-align: center;
}

.block--ezlink-title {
    padding-top: 20px;
}

.content__block--traffic {
    align-items: center;
    background: linear-gradient(180deg, #7ffeff 0%, #b7ffb5 100%);
    border-radius: 15px;
    display: flex;
    gap: 32px;
    justify-content: center;
    padding: 10px 30px;
}

.block--traffic-link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.block--traffic-link:hover {
    color: #000;
    text-decoration: underline dotted;
}

.content__block--measurement {
    align-items: center;
    background: linear-gradient(180deg, #cecaff 0%, #f3d2da 100%);
    border-radius: 15px;
    display: flex;
    gap: 32px;
    justify-content: center;
    padding: 10px 30px;
}

.block--measurement-link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.block--measurement-link:hover {
    color: #000;
    text-decoration: underline dotted;
}

.content__block--academy {
    background: linear-gradient(113deg, #98ffff 1.34%, #9cf 99.03%);
    border-radius: 15px;
    text-align: center;
}

.block--academy-link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    text-decoration: none;
}

.block--academy-link:hover {
    color: #000;
    text-decoration: underline dotted;
}

.block--academy-img {
    padding-top: 20px;
}

.measurement {
    margin: 50px 0;
    text-align: center;
}

.explore__more {
    margin: auto;
    max-width: 80%;
}

.explore__more--title {
    margin-top: 50px;
}

.explore__more--content {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}

.more__content--item--ezlink {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    padding: 20px;
    text-decoration: none;
}

.content--item--ezlink-icon iconify-icon {
    background: #ece8ff;
    border-radius: 15px;
    font-size: 24px;
    padding: 20px;
}

.item--ezlink-desc-title {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.item--ezlink-desc-note {
    color: #000;
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.more__content--item--about {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    padding: 20px;
    text-decoration: none;
}

.content--item--about-icon iconify-icon {
    background: #ece8ff;
    border-radius: 15px;
    font-size: 24px;
    padding: 20px;
}

.item--about-desc-title {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.item--about-desc-note {
    color: #000;
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.more__content--item--nfc-card {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    padding: 20px;
    text-decoration: none;
}

.content--item--nfc-card-icon iconify-icon {
    background: #ece8ff;
    border-radius: 15px;
    font-size: 24px;
    padding: 20px;
}

.item--nfc-card-desc-title {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.item--nfc-card-desc-note {
    color: #000;
    display: block;
    font-size: clamp(14px, 2vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.more__content--item--academy {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    padding: 20px;
    text-decoration: none;
}

.content--item--academy-icon iconify-icon {
    background: #ece8ff;
    border-radius: 15px;
    font-size: 24px;
    padding: 20px;
}

.item--academy-desc-title {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.item--academy-desc-note {
    color: #000;
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.measurement {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.10);
    margin-top: 50px;
}

.apexcharts-toolbar {
    display: none !important;
}

.measurement__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.measurement__content--btn-days {
    display: flex;
    gap: 10px;
}

.content--btn-shared {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    color: #464646;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 20px;
}

.measurement__content--btn-days_active {
    background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
    border-radius: 30px;
    color: #FFFFFF;
}

.measurement__content--btn-ez {
    display: flex;
    gap: 15px;
    justify-content: left;
    padding: 0 20px;
}

.content--btn-navEz {
    background-color: white;
    border: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content--btn-navEz-active {
    background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
    -webkit-background-clip: text;
    border-bottom: 3px solid #8D4DF3;
    -webkit-text-fill-color: transparent;
}

.learn__experts {
    margin-top: 50px;
}

.learn__experts--intro {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.learn__experts--title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.learn--experts-link {
    align-items: center;
    color: #808190;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.experts__academy--list {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.academy__list--item {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    text-decoration: none;
}

.item--img-academy {
    display: block;
    width: 100%;
}

.list__item--info {
    overflow: hidden;
    padding: 20px;
}

.item--info-title-academy {
    -webkit-box-orient: vertical;
    color: #000;
    display: block;
    display: -webkit-box;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.item--info-desc-academy {
    -webkit-box-orient: vertical;
    color: #808190;
    display: block;
    display: -webkit-box;
    font-size: clamp(14px, 2vw, 15px);
    font-style: normal;
    font-weight: 400;
    -webkit-line-clamp: 3;
    line-height: 1.3;
    margin: 5px 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-link-active {
    background: #f6f6f6;
    color: #2e2ede !important;
    font-weight: bold;
}

.sidebar-link-active svg path {
    fill: #2e2ede !important;
    font-weight: bold;
}

/*end layout mới nhất*/
#sidebar ul.components {
    margin-bottom: 5rem;
    padding: 0;
}

#sidebar ul li:hover {
    background-color: #f6f6f6;
}

#sidebar ul li .sidebar--link:hover {
    color: #2e2ede;
    font-weight: bold;
}

#sidebar ul li .sidebar--link > svg:hover {
    color: #2e2ede;
    font-weight: bold;
}

#sidebar ul li.active > a {
    background-color: rgba(200, 200, 200, 0.2);
    color: #333;
}

#sidebar ul li a {
    border-left: solid #2e2ede 0;
    color: #808190;
    font-size: 0.875rem;
    padding: 0.85rem 0.5rem 0.85rem 1.5rem;
    position: relative;
}

#sidebar ul li button {
    border-left: solid #2e2ede 0;
    color: #808190;
    font-size: 0.875rem;
    padding: 0.85rem 0.5rem 0.85rem 1.5rem;
    position: relative;
    width: 100%;
}

#sidebar ul li a > svg {
    fill: #808190;
    margin-left: 0.05rem;
    margin-right: 0.2rem;
    width: 2rem;
}

#sidebar ul li a > p {
    display: inline;
    line-height: 30px;
    margin: 0;
    white-space: normal;
}

/*#sidebar ul li.active a {*/
/*    color: #2e2ede;*/
/*    border-left: solid #2e2ede 3px;*/
/*    background-color: #f6f6f6;*/
/*}*/

/*#sidebar ul li.sidebar-link-active a > svg {*/
/*    fill: #2e2ede !important;*/
/*}*/

.ez-navbar {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
}

.ez-navbar > a {
    border-bottom: none;
    color: #808190;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.ez-navbar > a.active {
    border-bottom: solid #2e2ede 3px;
    color: #2e2ede;
}

.main-content {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.footer {
    border-top: 1px solid #e7e7e7;
}

footer {
    padding: 10px 0;
    position: relative;
    width: 100%;
}

footer .copyright {
    font-size: 14px;
    margin: 0;
    padding: 15px;
}

.menu_title {
    position: relative;
}

.menu_title .title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-left: 26px;
    transition: all 0.3s ease;
}

.sidebar_explore {
    padding-left: 10px;
    padding-top: 10px;
}

.sidebar_explore--text {
    background: #f6f6f6;
    border-radius: 5px;
    height: 32px;
    width: 240px;
}

.sidebar_explore--text p {
    color: #808190;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-top: 7px;
    text-align: center;
}

.sidebar_upgrade {
    margin: 30px 0;
    padding: 0 20px;
}

.sidebar_upgrade--back {
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    border-radius: 10px;
}

.sidebar--diamond {
    display: flex;
    height: 41px;
    justify-content: center;
    width: 100%;
}

.sidebar--diamond img {
    height: 100%;
    width: 100%;
}

.sidebar_upgrade--text h2 {
    color: #fff;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 900;
    line-height: normal;
    padding: 10px 0;
    text-align: center;
}

.sidebar_upgrade--text p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    padding: 0 10px;
    text-align: center;
}

.sidebar_upgrade--first {
    padding: 15px;
}

.sidebar_upgrade--now {
    background: linear-gradient(
            15deg,
            #880088,
            #aa2068,
            #cc3f47,
            #de6f3d,
            #f09f33,
            #de6f3d,
            #cc3f47,
            #aa2068,
            #880088
    ) no-repeat;
    background-position: left center;
    background-size: 300%;
    border: none;
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    padding: 0.8em 1.1em;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    transition: background 0.3s ease;
    white-space: nowrap;
}

.sidebar_upgrade--now:hover {
    background-position: right center;
    background-size: 320%;
}

.sidebar_upgrade--now p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

#sidebar {
    background: #ffffff;
    bottom: 0;
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    height: 100vh !important;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 100ms ease 0s;
    width: 260px;
    z-index: 11;
}

#sidebar.active {
    width: 80px;
}

#sidebar.active .sidebar-header .logo_name,
#sidebar.active ul li a p,
#sidebar.active .sidebar-footer #left_side_full_name,
#sidebar.active .sidebar-footer span,
#sidebar.active .sidebar-footer #link_detail-account i,
#sidebar.active .sidebar_explore,
#sidebar.active .sidebar_upgrade,
#sidebar.active .menu_title .title {
    display: none;
}

#sidebar.active .sidebar_explore,
#sidebar.active .sidebar_upgrade,
#sidebar.active .menu_title .title {
    transition: 0.5s;
}

#content {
    background-color: #eeeeee;
    float: right;
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: all 100ms ease 0s;
    width: calc(100% - 260px);
}

#content.active {
    width: calc(100% - 80px);
}

.modal-custom {
    max-width: 40%;

}

.modal-content-instruct {
    background-image: url('/asset/img/instructez.png');
}

.show-modal-instruct {
    background-color: white;
    color: #808190;
}

.content__instruct--header {
    text-align: center;
}

.content__instruct--img {
    margin: 20px 0;
}

.content__instruct--title {
    background: linear-gradient(165deg, #0120D4 1.62%, #8D4DF3 99.1%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-fill-color: transparent;
}

.section__instruct {
    font-size: 18px;
}

.section__instruct--text {
    background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
    -webkit-background-clip: text;
    background-clip: text;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-fill-color: transparent;
}

.btn-instruct {
    align-items: center;
    background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
    border: none;
    border-radius: 5px;
    color: white;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 6px 12px;
}

.section__instruct--next {
    margin: 10px 0;
}

.dashboard__visit--count {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.visit--count {
    flex-basis: 0;
    flex-grow: 1;
}

.dashboard__trafic--in {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.trafic--in {
    flex-basis: 0;
    flex-grow: 1;
}

.dashboard__trafic--in-summary {
    flex-basis: 0;
    flex-grow: 1;
    margin-bottom: 20px;
}

.content__nav {
    background-color: #FFFFFF;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

/* nav mobile*/
.nav--mobile-ul {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.nav--mobile-link {
    align-items: center;
    color: #808190;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
}

.sidebar__account {
    display: block;
}

.sidebar__account_mobile {
    display: none;
}

/*.popup-modal-mobile {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 360px;
    width: 100%;
    height: 100%;
    overflow: auto;
}*/

.popup-content-mobile {
    background-color: #fff;
    /* margin: 15% auto; */
    border-radius: 5px;
    padding: 20px;
    /* width: 80%;*/
}

.close-popup-mobile {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-popup-mobile:hover,
.close-popup-mobile:focus {
    color: black;
    cursor: pointer;
    text-decoration: none;
}

.submenu-mobile {
    list-style-type: none;
    padding: 0;
}

.submenu-mobile li {
    padding: 8px 0;
}

.submenu-mobile li a {
    color: #000;
    text-decoration: none;
}

.submenu-mobile li a:hover {
    text-decoration: underline;
}

.ul__comingsoon {
    display: flex;
    gap: 32px;
    margin-top: 15px;
    padding: 0;
}

.li_commingsoon {
    display: block;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

.link_commingsoon iconify-icon {
    color: #808190;
    display: block;
    font-size: 20px;
    margin-bottom: 7px;
    text-align: center;
}

.img-svg-more {
    display: block;
    margin-bottom: 6px;
    text-align: center;
}

.page_sub_menu {
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: flex-start;
}

.page_sub_menu a {
    color: var(--dark_gray);
    padding: 0.5em 0;
    text-decoration: none;
}

.page_sub_menu a.active {
    color: var(--primary_blue);
    font-weight: 500;
    padding: 0.5em 0;
    text-decoration: none;
}

.btn--ez-contact {
    color: #808190;
    font-size: 18px;
    margin-left: 25px !important;
}

.btn--ez-contact i {
    font-size: 18px;
}

.btn--ez-contact:hover {
    background-color: unset !important;
}

#sidebar ul li:hover button {
    background-color: unset !important;
}

.modal__body--contact {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-around;
}

.modal__body--contact a {
    color: black;
    display: block;
    text-align: center;
}

.modal__body--contact--zalo_icon iconify-icon {
    font-size: 30px;
}

.modal__body--contact--tel_icon i {
    font-size: 20px;
    margin-bottom: 10px;
}

.modal__body--contact--email_icon i {
    font-size: 20px;
    margin-bottom: 10px;
}

/*setting account profile*/
.content__menu--account-setting {
    border-radius: 7px;
    bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    left: 100%;
    position: absolute;
    z-index: 100;
}

.sidebar__menu--account-setting-profile {
    align-items: center;
    display: flex;
    gap: 7px;
    padding: 10px;
}

.account-setting-li-avatar {
    border: 2px solid #8D4DF3;
    border-radius: 99999px;
    height: 50px;
    overflow: hidden;
    width: 50px;

}

.account-setting-li-profile p {
    margin: 0;
}

.sidebar__menu--account-setting {
    background-color: white;
    border-radius: 7px;
    width: 300px;

}

.sidebar__menu--account-setting-ul {
    margin: 0;
    padding: 0;
}

.sidebar__menu--account-setting-li-a {
    align-items: center;
    color: #808190;
    display: flex;
    gap: 5px;
}

.profile__account--active {
    background-color: #b4b3b3;
    border-radius: 7px;
    color: white;
    cursor: pointer;
}

.sidebar__menu--account-setting-li-a iconify-icon {
    font-size: 20px;
}

.sidebar__menu--account-setting-li:hover {
    color: white;
    display: block;
    font-weight: bold;
    margin: 0;
}

.sidebar__menu--account-setting-li:last-child:hover {
    border-radius: 0 0 7px 7px;
}

.sidebar__menu--account-setting-li-a:hover {
    color: white;
    margin: 0;
}

.btn-logout-account-setting {
    align-items: center;
    background-color: unset;
    border: none;
    color: #808190;
    display: flex;
    gap: 5px;
    padding: 0;
}

.sidebar__menu--account-setting-li:hover button {
    color: white;
    margin: 0;
}

.btn-logout-account-setting:hover {
    color: white;
    margin: 0;
}

/*thôgn tin tài khoản giảng viên*/
.profile-title {
    align-items: center;
    display: flex;

}

.profile-title img {
    border-radius: 50%;
    height: 120px;
    margin-right: 15px;
    width: 120px;
}

.my__profile--title {
    padding: 20px;
}

.my__profile--title h2 {
    margin-bottom: 20px;
}

.account__setting--profile {
    background: #fff;
    border-radius: 10px;
    margin: auto;
    /*max-width: 72rem;*/
}

/*.account__content--setting-profile {
    max-width: 100%;
    margin: auto;
}*/

.profile-section {
    /*background-color: #f8f9fa;*/
    border: 1px solid #f0ecec;
    border-radius: 8px;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 20px;
}

.user-name-account {
    align-items: center;
    display: flex;
    gap: 5px;
}

#edit-user-name-input {
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    outline: none;
    padding-left: 7px;
}

#edit-user-email-input {
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    outline: none;
    padding-left: 7px;
}

.btn-edit-user-name-account {
    background-color: unset;
    border: none;
}

.btn-success-user-name-account {
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    /* background-color: #27c727; */
    color: #27c727;
}

.btn-cancel-user-name-account {
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    /* background-color: #27c727; */
    color: #ff0000;
}

.btn-edit-user-name-account i {
    font-size: 18px;
}

.btn-success-user-name-account i,
.btn-cancel-user-name-account i {
    font-size: 14px;
}

#icon-show-old-password {
    position: absolute;
    right: 15px;
    top: 55px;
}

#icon-show-new-password {
    position: absolute;
    right: 15px;
    top: 55px;
}

.profile-info {
    margin-bottom: 10px;
}

.profile-info .info-label {
    font-weight: bold;
}

.section-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section-title h5 {
    margin: 0;
}

.img__my--profile-account {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.img__my--profile-account-bill {
    display: inline-block;
    overflow: hidden;
}

.fullName--account-image {
    border: 2px solid #8D4DF3;
    display: block;
    width: 100%;
}

.upload-image-input {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.camera-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    bottom: 10px;
    color: white;
    cursor: pointer;
    font-size: 24px;
    padding: 5px;
    position: absolute;
    /*opacity: 0;*/
    right: 10px;
    transition: opacity 0.3s ease;
}

.btn-edit-account-profile {
    background-color: unset;
    border: none;
    font-size: 20px;
}

.checkbox-apple {
    height: 25px;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 50px;
}

.checkbox-apple label {
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
    border-radius: 50px;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    width: 50px;
}

.checkbox-apple label:after {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    content: '';
    height: 23px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: all 0.3s ease;
    width: 23px;
}

.checkbox-apple input[type="checkbox"]:checked + label {
    background: linear-gradient(to bottom, #4cd964, #5de24e);
}

.checkbox-apple input[type="checkbox"]:checked + label:after {
    transform: translateX(25px);
}

.checkbox-apple label:hover {
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
}

.checkbox-apple label:hover:after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.yep {
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

@media (max-width: 575.98px) {
    ::-webkit-scrollbar,
    ::-webkit-scrollbar-track,
    ::-webkit-scrollbar-thumb {
        display: none;
    }

    .content__homepage {
        margin-bottom: 100px;
        margin-top: 30px;
        max-width: 100%;
    }

    .header__container {
        margin: auto;
        max-width: 90%;
    }

    .explore__more {
        margin: auto;
        max-width: 90%;
    }

    .header__content--username {
        font-size: clamp(14px, 2vw, 15px);
    }

    .header__content--start {
        font-size: 14px;
    }

    .header__content--block, .content__block {
        gap: 10px;
    }

    .block--ezlink-title, .block--measurement-title, .block--traffic-title, .block--academy-title {
        font-size: 12px;
    }

    .content__block--measurement {
        gap: 10px;
        padding: 5px 15px;
    }

    .content__block--traffic {
        gap: 10px;
        padding: 5px 15px;
    }

    .academy-img {
        width: 60%;
    }

    .measurement, .learn__experts {
        margin-top: 50px;
    }

    .measurement__content--title {
        font-size: 14px;
    }

    .measurement__content--btn-days {
        display: flex;
        gap: 10px;
    }

    .content--btn-shared {
        background: #fff;
        border: #D9D9D9;
        border-radius: 30px;
        color: #464646;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px 10px;
    }

    .measurement__content--btn-ez {
        gap: 10px;
        padding: 0 10px;
    }

    .content--btn-navEz {
        font-size: 10px;
    }

    .explore__more--content {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .item--ezlink-desc-title, .item--about-desc-title, .item--nfc-card-desc-title, .item--academy-desc-title {
        font-size: clamp(14px, 2vw, 15px);
        margin-bottom: 3px;
    }

    .item--ezlink-desc-note, .item--about-desc-note, .item--nfc-card-desc-note, .item--academy-desc-note {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .learn__experts--title {
        font-size: 18px;
    }

    .learn--experts-link {
        font-size: 14px;
    }

    .experts__academy--list {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .item--info-title-academy {
        font-size: clamp(14px, 2vw, 15px);
    }

    .item--info-desc-academy {
        font-size: 14px;
        margin-top: 7px;
    }

    .sidebar-footer {
        background-color: #ffffff;
        border-top: 1px solid #eee;
        bottom: 80px;
        color: var(--dark_gray);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: absolute;
        text-decoration: none;
        width: 100%;
    }

    .modal-custom {
        margin: auto;
        max-width: 95%;
    }

    /*.content__nav {*/
    /*    display: none !important;*/
    /*}*/
    #sidebar-toggle-button {
        display: none;
    }

    #content.active {
        width: 100%;
    }

    /*.sidebar__account {*/
    /*    display: none;*/
    /*}*/
    .sidebar__account_mobile {
        background-color: white;
        bottom: 0;
        display: block;
        padding: 10px 20px;
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .nav--mobile-ul {
        margin: 0;
        padding: 0;
    }

    .dashboard__visit--count {
        margin-top: 0;
    }

    .dashboard__trafic--in-summary {
        margin-bottom: 90px;
    }

    .nav--mobile-link {
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }

    .icon_sidebar-fluid {
        display: block;
        margin-bottom: 7px;
        padding: 0 7px;
    }

    .ezlink__mypage {
        margin-top: 0 !important;
    }

    .bio_design_wrap {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        margin-bottom: 150px;
        padding-top: 15px;
        position: relative;
    }

    .popup-modal-mobile {
        bottom: 64px;
        left: 0;
        overflow: auto;
        /* top: 360px; */
        position: fixed;
        width: 100%;
        /* height: 100%; */
        z-index: 9999;
    }

    .shake-button {
        animation: shake 1s infinite;
        border-radius: 5px;
        bottom: 60px;
        cursor: pointer;
        display: block;
        font-size: 50px;
        outline: none;
        position: fixed;
        right: 20px;
        z-index: 100;
    }

    .contact__information_ez {
        background-color: #fff;
        border-radius: 10px;
        bottom: 94px;
        display: none;
        height: 190px;
        position: fixed;
        right: 0px;
        width: 150px;
        z-index: 100;
    }

    .btn--close-contact__information_ez {
        background-color: white;
        border: none;
        bottom: 230px;
        color: black;
        font-size: 30px;
        position: fixed;
        right: 0 !important;
    }

    .contact--number-phone {
        bottom: 185px;
        font-size: 32px;
        position: fixed;
        right: 50px;
    }

    .zalo-chat-widget {
        border: none !important;
        bottom: 120px !important;
        height: 60px !important;
        position: fixed !important;
        right: 40px !important;
        visibility: visible !important;
        width: 60px !important;
        z-index: 2147483644 !important;
    }

    .logo img {
        width: 40px !important;
    }

    /*    .contact__information_ez, #btn__contact--information-ez {
        display: none;
      }*/

}

@media (min-width: 576px) and (max-width: 767.98px) {
    ::-webkit-scrollbar {
        display: none;
    }

    .content__homepage {
        margin-bottom: 50px;
        margin-top: 65px;
        max-width: 100%;
    }

    .header__container {
        margin: auto;
        max-width: 90%;
    }

    .explore__more {
        margin: auto;
        max-width: 90%;
    }

    .header__content--username {
        font-size: clamp(14px, 2vw, 15px);
    }

    .header__content--start {
        font-size: 14px;
    }

    .header__content--block, .content__block {
        gap: 10px;
    }

    .block--ezlink-title, .block--measurement-title, .block--traffic-title, .block--academy-title {
        font-size: 15px;
    }

    .content__block--measurement {
        gap: 10px;
        padding: 5px 15px;
    }

    .content__block--traffic {
        gap: 10px;
        padding: 5px 15px;
    }

    .academy-img {
        width: 60%;
    }

    .measurement, .learn__experts {
        margin-top: 50px;
    }

    .measurement__content--title {
        font-size: 18px;
    }

    .measurement__content--btn-days {
        display: flex;
        gap: 10px;
    }

    .content--btn-shared {
        background: #fff;
        border: #D9D9D9;
        border-radius: 30px;
        color: #464646;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 17px;
    }

    .measurement__content--btn-ez {
        gap: 10px;
        padding: 0 13px;
    }

    .content--btn-navEz {
        font-size: 14px;
    }

    .explore__more--content {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .item--ezlink-desc-title, .item--about-desc-title, .item--nfc-card-desc-title, .item--academy-desc-title {
        font-size: clamp(14px, 2vw, 15px);
        margin-bottom: 7px;
    }

    .item--ezlink-desc-note, .item--about-desc-note, .item--nfc-card-desc-note, .item--academy-desc-note {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .learn__experts--title {
        font-size: 24px;
    }

    .learn--experts-link {
        font-size: 18px;
    }

    .experts__academy--list {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .item--info-title-academy {
        font-size: clamp(14px, 2vw, 15px);
    }

    .item--info-desc-academy {
        font-size: 14px;
        margin-top: 7px;
    }

    /*.sidebar-header {*/
    /*	margin-top: 50px;*/
    /*}*/
    .sidebar_upgrade--first {
        padding: 25px;
    }

    .sidebar_upgrade--now {
        align-items: center;
        background: linear-gradient(197deg, #fbcd32 0%, #ff8147 100%);
        border-radius: 7px;
        display: flex;
        gap: 7px;
        justify-content: center;
    }

    .modal-custom {
        margin: auto;
        max-width: 95%;

    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content__homepage {
        margin-bottom: 50px;
        margin-top: 65px;
        max-width: 100%;
    }

    .header__container {
        margin: auto;
        max-width: 90%;
    }

    .explore__more {
        margin: auto;
        max-width: 90%;
    }

    .header__content--username {
        font-size: 18px;
    }

    .header__content--start {
        font-size: 20px;
    }

    .header__content--block, .content__block {
        gap: 20px;
    }

    .block--ezlink-title, .block--measurement-title, .block--traffic-title, .block--academy-title {
        font-size: 18px;
    }

    .content__block--measurement {
        gap: 10px;
        padding: 10px 15px;
    }

    .content__block--traffic {
        gap: 10px;
        padding: 5px 15px;
    }

    .block--academy-img {
        padding-top: 14px;
    }

    .academy-img {
        width: 55%;
    }

    .block--academy-title {
        padding-bottom: 10px;
    }

    .measurement, .learn__experts {
        margin-top: 50px;
    }

    .measurement__content--title {
        font-size: 18px;
    }

    .measurement__content--btn-days {
        display: flex;
        gap: 10px;
    }

    .content--btn-shared {
        background: #fff;
        border: #D9D9D9;
        border-radius: 30px;
        color: #464646;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 17px;
    }

    .measurement__content--btn-ez {
        gap: 10px;
        padding: 0 13px;
    }

    .content--btn-navEz {
        font-size: 14px;
    }

    .explore__more--content {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .item--ezlink-desc-title, .item--about-desc-title, .item--nfc-card-desc-title, .item--academy-desc-title {
        font-size: clamp(14px, 2vw, 15px);
        margin-bottom: 7px;
    }

    .item--ezlink-desc-note, .item--about-desc-note, .item--nfc-card-desc-note, .item--academy-desc-note {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .learn__experts--title {
        font-size: 24px;
    }

    .learn--experts-link {
        font-size: 18px;
    }

    .experts__academy--list {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .item--info-title-academy {
        font-size: clamp(14px, 2vw, 15px);
    }

    .item--info-desc-academy {
        font-size: 14px;
        margin-top: 7px;
    }

    .sidebar_upgrade--first {
        padding: 25px;
    }

    .modal-custom {
        margin: auto;
        max-width: 95%;

    }
}

@media only screen and (max-width: 992px) {
    #sidebar {
        box-shadow: none;
        transform: translatex(-100%);
        transition: 0.5s;
    }

    #sidebar.active {
        box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%),
        0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
        transform: translatex(0);
        transition: 0.5s;
        width: 260px;
        z-index: 16;
    }

    .sidebar__account_mobile {
        background-color: white;
        bottom: 0;
        display: block;
        padding: 10px 20px;
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .nav--mobile-link {
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }

    #sidebar.active .sidebar-header .logo_name,
    #sidebar.active ul li a p,
    #sidebar.active .sidebar-footer div,
    #sidebar.active .sidebar-footer i,
    #sidebar.active .sidebar_explore,
    #sidebar.active .sidebar_upgrade,
    #sidebar.active .menu_title .title {
        display: block;
    }

    #content {
        width: 100%;
    }

    .content__homepage {
        margin-bottom: 50px;
        margin-top: 65px;
        max-width: 100%;
    }

    .header__container {
        margin: auto;
        max-width: 90%;
    }

    .explore__more {
        margin: auto;
        max-width: 90%;
    }

    .header__content--username {
        font-size: 18px;
    }

    .header__content--start {
        font-size: 20px;
    }

    .header__content--block, .content__block {
        gap: 20px;
    }

    .block--ezlink-title, .block--measurement-title, .block--traffic-title, .block--academy-title {
        font-size: 18px;
    }

    .content__block--measurement {
        gap: 10px;
        padding: 10px 15px;
    }

    .content__block--traffic {
        gap: 10px;
        padding: 5px 15px;
    }

    .block--academy-img {
        padding-top: 14px;
    }

    .academy-img {
        width: 55%;
    }

    .block--academy-title {
        padding-bottom: 10px;
    }

    .measurement, .learn__experts {
        margin-top: 50px;
    }

    .measurement__content--title {
        font-size: 18px;
    }

    .measurement__content--btn-days {
        display: flex;
        gap: 10px;
    }

    .content--btn-shared {
        background: #fff;
        border: #D9D9D9;
        border-radius: 30px;
        color: #464646;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 17px;
    }

    .measurement__content--btn-ez {
        gap: 10px;
        padding: 0 13px;
    }

    .content--btn-navEz {
        font-size: 14px;
    }

    .explore__more--content {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .item--ezlink-desc-title, .item--about-desc-title, .item--nfc-card-desc-title, .item--academy-desc-title {
        font-size: clamp(14px, 2vw, 15px);
        margin-bottom: 7px;
    }

    .item--ezlink-desc-note, .item--about-desc-note, .item--nfc-card-desc-note, .item--academy-desc-note {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .learn__experts--title {
        font-size: 24px;
    }

    .learn--experts-link {
        font-size: 18px;
    }

    .experts__academy--list {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .item--info-title-academy {
        font-size: clamp(14px, 2vw, 15px);
    }

    .item--info-desc-academy {
        font-size: 14px;
        margin-top: 7px;
    }

    .sidebar_upgrade--first {
        padding: 25px;
    }

    .modal-custom {
        margin: auto;
        max-width: 95%;

    }
}

@media only screen and (max-width: 1280px) {
    /*.body-overlay {*/
    /*    background-color: rgba(0, 0, 0, 0.5);*/
    /*    display: none;*/
    /*    height: 100%;*/
    /*    left: 0;*/
    /*    opacity: 0;*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    visibility: hidden;*/
    /*    width: 100%;*/
    /*    z-index: 3;*/
    /*}*/
    /*.body-overlay.active {*/
    /*    display: block;*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*}*/
    .sidebar_upgrade--first {
        padding: 25px;
    }

    .sidebar-footer span {
        display: block !important;
    }

    #link_detail-account i {
        display: block !important;
    }

    .content__homepage {
        margin-bottom: 50px;
        margin-top: 65px;
        max-width: 100%;
    }

    .header__container {
        margin: auto;
        max-width: 90%;
    }

    .explore__more {
        margin: auto;
        max-width: 90%;
    }

    .header__content--username {
        font-size: 24px;
    }

    .header__content--start {
        font-size: 24px;
    }

    .header__content--block, .content__block {
        gap: 20px;
    }

    .block--ezlink-title, .block--measurement-title, .block--traffic-title, .block--academy-title {
        font-size: 20px;
    }

    .content__block--measurement {
        gap: 10px;
        padding: 10px 15px;
    }

    .content__block--traffic {
        gap: 10px;
        padding: 5px 15px;
    }

    .block--academy-img {
        padding-top: 14px;
    }

    .academy-img {
        width: 55%;
    }

    .block--academy-title {
        padding-bottom: 10px;
    }

    .measurement, .learn__experts {
        margin-top: 50px;
    }

    .measurement__content--title {
        font-size: 24px;
    }

    .measurement__content--btn-days {
        display: flex;
        gap: 10px;
    }

    .content--btn-shared {
        background: #fff;
        border: #D9D9D9;
        border-radius: 30px;
        color: #464646;
        font-size: clamp(14px, 2vw, 15px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 20px;
    }

    .measurement__content--btn-ez {
        gap: 10px;
        padding: 0 13px;
    }

    .content--btn-navEz {
        font-size: clamp(14px, 2vw, 15px);
    }

    .explore__more--title {
        font-size: 28px;
    }

    .explore__more--content {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .item--ezlink-desc-title, .item--about-desc-title, .item--nfc-card-desc-title, .item--academy-desc-title {
        font-size: 17px;
        margin-bottom: 7px;
    }

    .item--ezlink-desc-note, .item--about-desc-note, .item--nfc-card-desc-note, .item--academy-desc-note {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .learn__experts--title {
        font-size: 18px;
    }

    .learn--experts-link {
        font-size: 20px;
    }

    .experts__academy--list {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .item--info-title-academy {
        font-size: 18px;
    }

    .item--info-desc-academy {
        font-size: clamp(14px, 2vw, 15px);
        margin-top: 7px;
    }
}

.product-badge {
    position: absolute;
    right: 5px;
    background-color: #d50808;
    color: white;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 12px;
    line-height: 1;
}