::-webkit-scrollbar {
    background-color: inherit;
    height: 2px;
    position: absolute;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #b5b4b4;
    border-radius: 10px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

button,
a,
input,
select,
textarea {
    outline: none;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

img,
iframe,
video {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 992px) and (max-width: 1010px) {
    .container {
        max-width: 900px;
    }
}

@media (min-width: 1010px) and (max-width: 1249px) {
    .container {
        padding: 0 100px;
        max-width: 100%;
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1170px;
    }
}

body {
    margin: 0;
    line-height: normal;
}


/* Header */

.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    background-color: #f4f7f7;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.16);
    width: 100%;
    height: 78px;
    /*overflow: hidden;*/
    font-size: 20px;
    font-family: SVN-Big Noodle Titling;
    display: flex;
    align-items: center;
    z-index: 10;
}

.header-container,
.header-block__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-form__search,
.header-block__right {
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center;
}

@media (max-width: 1330px) {
    .header-block__right {
        width: 46%;
    }
}

@media (max-width: 1195px) {
    .header-block__right {
        width: 48%;
    }
}

.header-form__search-div {
    position: relative;
    -webkit-box-flex: 1;
}

.header-form__search-form {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    width: 255px;
    border-color: rgb(241, 241, 241);
    background: #FFFFFF;
    border: 1px solid #E5F2F3;
    border-radius: 10px;
}

.header-form__search-form .lacrown-icon19 {
    right: 13px;
}

.header-form__search-input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 36px;
    background-color: transparent;
    appearance: none;
    word-spacing: -1px;
    border: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}

.header-form__search-form:focus {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
}

.header-form__search-input::placeholder {
    color: #BCBCBC;
}

.content-div4,
.header-logo {
    display: flex;
    justify-content: flex-start;
}

.header-logo__img {
    position: relative;
    background-color: #265e64;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
}

.header-logo__img-ct {
    position: absolute;
    top: 14px;
    left: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.vector-image__logo {
    position: relative;
    width: 38px;
    height: 27px;
    flex-shrink: 0;
}

.ellipse-image__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
}

.header-title__logo {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #265E64;
    font-size: 25px;
}

.header-form__search {
    border-radius: 4px;
    width: 255px;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 16px;
    color: #262626;
    font-family: Inter;
}

.login-form__base-impor,
.label-div87 {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
}

.label-div87 {
    height: 24px;
    flex-shrink: 0;
    flex-direction: row;
    gap: 2px;
}

.base-label__content,
.description-title__intro {
    position: relative;
    font-weight: 500;
    display: inline-block;
    color: #265E64;
}

.header-block__left .base-label__content:hover {
    opacity: 0.8;
}

.base-label__content_auth {
    position: relative;
    font-weight: 500;
    display: inline-block;
    transition: 0.2s;
}

.login-form__base-impor,
.label-div87 {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
}

.login-form__base-impor {
    overflow: hidden;
    flex-direction: column;
    padding: 0 0 8px;
    box-sizing: border-box;
    color: #dc3545;
    font-family: Yu Gothic;
}

.label-div89 {
    position: relative;
    line-height: 150%;
    font-weight: 500;
    display: inline-block;
}

.base-form__search {
    align-self: stretch;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e5f2f3;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 6px 10px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #bcbcbc;
    font-family: Mulish;
}

.base-div28,
.text-cursor29 {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.text-div31 {
    flex: 1;
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.basecursor-div29 {
    position: relative;
    background-color: #495057;
    width: 1px;
    height: 18px;
    flex-shrink: 0;
    display: none;
}

.lacrown-icon19 {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
    background-color: #ffff;
}

.header-block__left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-block__left {
    justify-content: flex-start;
    gap: 25px;
    font-size: 16px;
    font-family: Mulish;
}

.button-auth__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.button-auth__header {
    align-items: flex-start;
    gap: 15px;
    text-align: center;
    color: #fff;
}

.login-button {
    border-radius: 14px;
    /* background-color: #265e64; */
    box-shadow: 2px 2px 10px rgba(20, 58, 62, 0.25);
    height: 40px;
    padding: 10px 19px 11px;
    box-sizing: border-box;
    align-items: center;

    border: 1px solid #265e64;
    background-image: -webkit-linear-gradient(30deg, #265e64 50%, transparent 50%);
    background-image: linear-gradient(30deg, #265e64 50%, transparent 50%);
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
}

.login-button:hover {
    background-position: 100%;
}

.login-button:hover .base-label__content_auth{
    color: #265e64;
}

.login-button,
.register-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.register-button {
    border-radius: 14px;
    background-color: #f4f7f7;
    box-shadow: 2px 2px 10px rgba(20, 58, 62, 0.25);
    border: 1px solid #265e64;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    padding: 10px 20px 11px;
    align-items: center;
    color: #17383c;

    position: relative;
    transition: 0.2s;
}

.register-button:hover {
    box-shadow: 0px 0px 10px 0px rgb(20 58 62 / 69%);
}

.register-button:hover::after  {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


@media (max-width: 1250px) {
    .header-block__left {
        gap: 20px;
        font-size: 15px;
    }
    .header-title__logo {
        font-size: 19px;
    }
    .header-form__search {
        width: 235px;
    }
}

@media (max-width: 1140px) {
    .header-block__left {
        gap: 15px;
    }
    .button-auth__header {
        gap: 10px;
    }
    .header-title__logo {
        font-size: 18px;
    }
    .header-form__search-form {
        width: 225px;
    }
}

@media (max-width: 1085px) {
    .header-form__search {
        width: 210px;
    }
    .login-button {
        padding: 10px 12px;
    }
    .register-button {
        padding: 10px 14px;
    }
    .header-block__left {
        gap: 12px;
    }
}

@media (max-width: 1070px) {
    .header-block__right {
        width: 50%;
    }
}

@media (max-width: 1045px) {
    .header-block__right {
        column-gap: 10px;
        width: 45%;
    }
}

@media (max-width: 865px) {
    .header-block__right {
        width: 47%;
    }
}

.tab-content__mobile {
    display: none;
}

.header-block__left-mobile {
    display: none;
}

@media (max-width: 830px) {
    .header-desktop,
    .tab-content__desktop {
        display: none;
    }
    .tab-content__mobile {
        display: block;
    }
    .header-form__search-form {
        width: 255px;
    }
    .header-block__right {
        width: auto;
    }
    .header-block__left-mobile {
        display: block;
        margin-left: 15px;
    }
}

@media (max-width: 630px) {
    .header-form__search-form {
        width: 225px;
    }
}

.user-vip-pack__mobile {
    display: none;
    margin-bottom: 10px;
}

.user-vip-pack__mobile .btn-pack__header {
    width: 150px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    color: #2E2E2E;
    border: none;
}

@media (max-width: 600px) {
    .user-vip-pack {
        display: none !important;
    }
    .user-vip-pack__mobile {
        display: flex;
        justify-content: center;
    }
    .header-form__search-form {
        width: 255px;
    }
    .header-block__right {
        column-gap: 35px;
    }
}

@media (max-width: 540px) {
    .header-block__right {
        column-gap: 15px;
    }
    .header-form__search-form {
        width: 225px;
    }
}

@media (max-width: 490px) {
    .header-block__right {
        column-gap: 8px;
    }
    .header-form__search-form {
        width: 190px;
    }
    .header-form__search-form .lacrown-icon19 {
        right: 20px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 445px) {
    .header-block__left {
        margin-left: 12px;
    }
}

@media (max-width: 400px) {
    .header-title__logo {
        font-size: 15px !important;
        margin-left: 5px;
    }
    .header-form__search-form {
        width: 170px;
    }
    .header-form__search-form .lacrown-icon19 {
        right: 30px;
    }
    .ellipse-image__logo {
        width: 38px !important;
        height: 38px !important;
    }
    .header-logo__img {
        width: 38px;
        height: 38px ;
    }
    .header-block__left {
        margin-left: 8px;
    }
    .header-block__right {
        column-gap: 5px;
    }
    .usr-avatar__header {
        width: 35px !important;
        height: 35px !important;
    }
}


/* Mobile Menu Additional */

.filter-select__tab .button-auth__header {
    justify-content: space-between !important;
    padding: 0 20px !important;
    gap: 5px !important;
    margin-bottom: 10px;
}

.filter-select__tab .login-button {
    padding: 10px;
}

.filter-select__tab .register-button {
    padding: 10px 15px;
}

.filter-select__tab .base-label__content_auth {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}

.filter-select__tab .login-button .base-label__content_auth {
    color: #FFFFFF;
}

.filter-select__tab .register-button .base-label__content_auth {
    color: #17383C;
}


/* End Mobile Menu Additional */


/* Home Page Content */

.content {
    position: relative;
    background-color: #fff;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #265e64;
    font-family: Mulish;
}

.content .content {
    min-height: 748px;
}

.left-intro_content,
.start-doing__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    justify-content: flex-start;
}

.left-intro_content {
    gap: 15px;
    width: 50%;
    padding-right: 10%;
}

.big-title__intro {
    position: relative;
    font-size: 39px;
    display: inline-block;
}

.description-title__intro {
    color: #575757;
}

.button-click__intro,
.description-title__intro {
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.left-intro_content,
.start-doing__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 770px) {
    .left-intro_content {
        padding-right: 10px;
    }
}

@media (max-width: 650px) {
    .big-title__intro {
        font-size: 30px;
    }
    .description-title__intro,
    .button-click__intro,
    .title-upgrade-pack__intro {
        font-size: 15px;
    }
    .icon-upgrade-pack__intro {
        width: 21px;
        height: 21px;
    }
    .start-doing__intro,
    .left-intro_content {
        gap: 12px;
    }
    .left-intro_content {
        width: 55%;
    }
}

.start-doing__intro {
    gap: 20px;
    text-align: center;
    color: #fff;
    width: 273px;
}

@media (max-width: 540px) {
    .start-doing__intro {
        width: 100%;
    }
}

.button-doing__intro {
    border-radius: 14px;
    /* background-color: #265e64; */
    box-shadow: 2px 2px 10px rgba(20, 58, 62, 0.25);
    width: 100%;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    padding: 10px 20px 11px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 2px solid #265e64;

    background-image: -webkit-linear-gradient(30deg, #265e64 50%, transparent 50%);
    background-image: linear-gradient(30deg, #265e64 50%, transparent 50%);
    background-size: 240%;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button-doing__intro:hover,
.upgrade-pack__intro:hover {
    background-position: 100%;
}

.button-doing__intro:hover .button-click__intro {
    color: #265e64;
}

.button-click__intro,
.description-title__intro {
    position: relative;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
}

.upgrade-pack__intro {
    border-radius: 14px;
    /* background-color: #ffd418; */
    height: 40px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    padding: 6px 16px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #2e2e2e;
    width: 100%;

    border: 2px solid #ffd418;
    background-image: -webkit-linear-gradient(30deg, #ffd418 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ffd418 50%, transparent 50%);
    background-size: 240%;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.icon-upgrade-pack__intro {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.title-upgrade-pack__intro {
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

.asset-image__intro {
    position: relative;
    flex-shrink: 0;
    border-radius: 30px;
    width: 100%;
    max-width: 620px;
    max-height: 402px;
}

.intro-direct_content,
.frame-image__intro {
    display: flex;
    align-items: center;
    gap: 15px;
}

.frame-image__intro {
    width: 50%;
}

@media (max-width: 650px) {
    .frame-image__intro {
        width: 45%;
    }
}

@media (max-width: 515px) {
    .frame-image__intro,
    .left-intro_content {
        width: 100%;
    }
}

.intro-direct_content {
    margin-top: 118px;
}

@media (max-width: 515px) {
    .left-intro_content {
        width: 100%;
        z-index: 10;
        bottom: 0;
    }
    .frame-image__intro {
        position: relative;
    }
    .upgrade-pack__intro {
        justify-content: center;
    }
}

.exam-category__select,
.exam-category__item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.exam-category__select {
    position: relative;
    align-items: flex-start;
    overflow-x: scroll;
}

.exam-category__select {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.16);
    border: 1px solid #93afb2;
    padding: 20px 30px;
    justify-content: space-between;
    font-size: 20px;
    margin: 50px 0 80px 0;
}

.healthiconsi-exam-multiple-choice {
    position: relative;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    overflow: hidden;
}

.label-exam__select {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Mulish";
}

@media (min-width: 992px) and (max-width: 1299px) {
    .label-exam__select {
        margin-left: 5px;
        font-size: 18px;
    }
}


/* Popular Exam in Home Page */

.header-title__popular-exam {
    width: 100%;
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
}

.exam-more__btn {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.title_popular-exam {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.title_popular-exam {
    position: relative;
    align-items: flex-start;
}

.title_popular-exam {
    border-top: 0 solid #112a2d;
    border-right: 0 solid #112a2d;
    border-bottom: 2px solid #112a2d;
    border-left: 0 solid #112a2d;
    padding: 0 0 5px;
    justify-content: flex-start;
    width: fit-content;
}

.title-general_popular-exam {
    position: relative;
    display: inline-block;
}

.intro-title__header-section {
    font-size: 25px;
    font-weight: 700;
    font-family: "Mulish";
}

.test-popular__list {
    display: flex;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 45px;
    flex-wrap: wrap;
    row-gap: 40px;
}

.test-popular__item {
    width: calc(100%/2 - 24.5px);
    align-items: flex-start;
    justify-content: space-between;
}


@media (min-width: 751px) and (max-width: 900px) {
    .test-popular__item {
        width: calc(100% / 2 - 5px);
    }
}

@media (min-width: 751px) and (max-width: 865px) {
    .test-popular__card-component {
        padding: 10px;
    }
    .test-popular__card-action {
        gap: 5px;
    }
    .test-popular__card-cost {
        padding: 10px 15px 11px;
    }
    .test-popular__card-save {
        padding: 8px 15px;
    }
    .test-popular__card-save,
    .test-popular__card-join-test {
        width: 100px;
    }
    .test-popular__card-join-test {
        padding: 8px 5px;
    }
}

@media (max-width: 750px) {
    .test-popular__item {
        max-width: 100%;
    }
    .test-popular__item {
        width: 100%;
    }
}

.test-popular__card-join,
.test-popular__card-action,
.test-popular__card {
    display: flex;
    align-items: flex-start;
}

.test-popular__card {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.16);
    border: 1px solid #e5f2f3;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
    gap: 15px;
    height: 100%;
}

.test-popular__card-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
}

.test-popular__card-icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.test-popular__card-description {
    position: relative;
    font-weight: 500;
    color: #7f7f7f;
    display: inline-block;
}

.test-popular__card-component,
.test-popular__card-question,
.test-popular__card-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.test-popular__card-component {
    border-radius: 10px;
    background-color: #fef5f5;
    width: 100%;
    padding: 10px 34px;
    box-sizing: border-box;
    justify-content: space-between;
    color: #9c4200;
}

.test-popular__card-question {
    justify-content: flex-start;
    gap: 6px;
}

.test-popular__card-component,
.test-popular__card-question,
.test-popular__card-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.test-popular__iconlylight-outlinetick {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.test-popular__card-btn {
    position: relative;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
}

.test-popular__line {
    position: relative;
    border-top: 1px solid #e5f2f3;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
}

.test-popular__card-join,
.test-popular__card-action,
.test-popular__card {
    display: flex;
    align-items: flex-start;
}

.test-popular__card-join {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    color: #112a2d;
}

.test-popular__card-cost,
.test-popular__card-save {
    border-radius: 14px;
    height: 40px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.test-popular__card-cost {
    background-color: #e0e0e0;
    padding: 10px 20px 11px;
}

.test-popular__card-action {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    color: #17383c;
}

.test-popular__card-join,
.test-popular__card-action,
.test-popular__card {
    display: flex;
    align-items: flex-start;
}

.test-popular__card-cost,
.test-popular__card-save {
    border-radius: 14px;
    height: 40px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.test-popular__card-save {
    width: 123px;
    flex-shrink: 0;
    gap: 8px;
    cursor: pointer;
}

.test-popular__card-save {
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    position: relative;
    padding: 8px 20px 8px 16px;
}

.test-popular__card-cost,
.test-popular__card-save {
    border-radius: 14px;
    height: 40px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.test-popular__card-save {
    width: 123px;
    flex-shrink: 0;
    gap: 8px;
    transition: 0.2s;
}

.test-popular__card-save:hover {
    box-shadow: 0px 0px 10px 0px rgb(20 58 62 / 50%);
}

.test-popular__card-test {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.exam-more__btn {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.exam-more__btn {
    border-radius: 14px;
    background-color: #265e64;
    width: 175px;
    height: 48px;
    flex-shrink: 0;
    flex-direction: row;
    padding: 8px 2px 8px 15px;
    gap: 8px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    transition: 0.2s;
}

.exam-more__btn:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

.exam-more__btn:hover .exam-more__btn-icon {
    transform: translateX(3px);

}

.exam-more__btn-icon {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    overflow: hidden;
    margin-top: 2px;
    transition: 0.2s;
}

.test-popular__card-join-test {
    border-radius: 14px;
    height: 40px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: #e5f2f3;
    padding: 8px 2px 8px 15px;
    color: #112a2d;
    width: 123px;
    flex-shrink: 0;
    gap: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.test-popular__card-join-test img {
    transition: 0.2s;
}

.test-popular__card-join-test:hover {
    box-shadow: 0px 0px 5px 0px rgb(20 58 62 / 30%);
}

.test-popular__card-join-test:hover img {
    transform: translateX(2px);
}

@media (max-width: 460px) {
    .test-popular__card-component {
        padding: 10px;
    }
    .test-popular__card-action {
        gap: 5px;
    }
    .test-popular__card-cost {
        padding: 10px 15px 11px;
    }
    .test-popular__card-save {
        padding: 8px 15px;
    }
    .test-popular__card-save,
    .test-popular__card-join-test {
        width: 100px;
    }
    .test-popular__card-join-test {
        padding: 8px 5px;
        gap: 0;
    }
    .test-popular__card-test {
        width: 20px;
    }
}

@media (max-width: 390px) {
    .test-popular__card-title {
        font-size: 18px;
    }
    .test-popular__iconlylight-outlinetick {
        width: 20px;
        height: 20px;
    }
    .test-popular__card-btn {
        font-size: 14px;
    }
    .test-popular__card-cost {
        padding: 10px;
    }
    .test-popular__card-save,
    .test-popular__card-join-test,
    .test-popular__card-cost {
        width: 85px;
    }
    .exam-more__btn-icon {
        width: 26px;
        height: 26px;
    }
    .title-general_popular-exam {
        font-size: 16px;
    }
    .exam-more__btn {
        width: 130px;
        height: 45px;
    }
    .exam-more__btn {
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 8px;
    }
}

@media (max-width: 320px) {
    .test-popular__card {
        padding: 15px 10px;
    }
}


/* THPT Exam Section in Home Page */

.thpt-exam__section {
    background-color: #f4f7f7;
    padding: 30px 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.test-thpt__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 45px;
    row-gap: 40px;
}

@media (min-width: 991px) and (max-width: 1440px) {
    .test-thpt__list {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.test-thpt__item {
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.test-thpt__item {
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.16);
    flex-shrink: 0;
    flex-direction: row;
    align-items: flex-start;
    width: calc(100%/2 - 24.5px);
}

@media (min-width: 991px) and (max-width: 1440px) {
    .test-thpt__item {
        max-width: 100%;
        width: calc(100%/2 - 10px);
    }
}

.thumbnail-test-thpt__item {
    align-self: stretch;
    position: relative;
    border-radius: 4px;
    width: 164px;
    flex-shrink: 0;
}

.thumbnail-test-thpt__content,
.thumbnail-test-thpt__icon {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.thumbnail-test-thpt__content {
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}

.thumbnail-test-thpt__icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 1175px) {
    .thumbnail-test-thpt__item {
        width: 23%;
    }
    .body-test-thpt__content {
        width: 77%;
        padding: 16px 13px;
    }
}

.body-test-thpt__content {
    flex: 1;
    align-self: stretch;
    flex-direction: column;
    padding: 16px 20px;
    box-sizing: border-box;
    align-items: center;
    gap: 18px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 0 20px 20px 0;
}

.tag-test-thpt__title {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.title-test-thpt__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
}

.title-test-thpt__icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.title-test-thpt__label {
    position: relative;
    display: inline-block;
}

.title-test-thpt__description {
    align-self: stretch;
    position: relative;
    font-weight: 500;
    color: #7f7f7f;
    display: inline-block;
}

.info-test-thpt__detail {
    justify-content: flex-start;
    gap: 3px;
}

.title-test-thpt__info,
.info-test-thpt__detail,
.btn-test-thpt__time-doing {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title-test-thpt__info {
    border-radius: 10px;
    background-color: #fef5f5;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    color: #9c4200;
}

.btn-test-thpt__outlinetick {
    position: relative;
    font-weight: 500;
    display: inline-block;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    font-family: "Mulish";
}

.btn-test-thpt__time-doing {
    justify-content: flex-start;
    gap: 3px;
    color: #265e64;
}

.action-test-thpt__save,
.btn-test-thpt__line-devide {
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
}

.btn-test-thpt__line-devide {
    border-top: 1px solid #e5f2f3;
    width: 100%;
    height: 1px;
}

.action-test-thpt__save,
.btn-test-thpt__join-exam,
.btn-test-thpt__action {
    display: flex;
    flex-direction: row;
}

.btn-test-thpt__action {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    font-size: 16px;
    color: #2e2e2e;
}

.btn-test-thpt__pro {
    border-radius: 14px;
    background-color: #ffd418;
    height: 40px;
    padding: 8px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    display: flex;
    flex-direction: row;
    transition: 0.2s;
}


.lacrown-test-thpt__icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.btn-test-thpt__save {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    color: #17383c;
    cursor: pointer;
}

.action-test-thpt__save {
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    width: 100px;
    height: 40px;
    padding: 8px 20px 8px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
}

.btn-test-thpt__join-exam {
    border-radius: 14px;
    background-color: #e5f2f3;
    width: 98px;
    height: 40px;
    flex-shrink: 0;
    padding: 8px 2px 8px 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #112a2d;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.thpt-exam-more-btn {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 1249px) {
    .thumbnail-test-thpt__item {
        width: 30%;
    }
    .body-test-thpt__content {
        width: 70%;
    }
    .btn-test-thpt__pro {
        padding: 8px 10px;
        gap: 6px;
    }
    .btn-test-thpt__save {
        gap: 10px;
    }
    .action-test-thpt__save {
        padding: unset;
        width: 88px;
    }
    .btn-test-thpt__join-exam {
        padding: 8px 2px 8px 10px;
        width: 90px;
        gap: 8px;
    }
}

@media (max-width: 1175px) {
    .btn-test-thpt__join-exam {
        gap: 0;
    }
}

@media (max-width: 1120px) {
    .thumbnail-test-thpt__item {
        width: 22%;
    }
    .body-test-thpt__content {
        width: 78%;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .info-test-thpt__detail img {
        width: 17px;
        height: 17px;
    }
    .info-test-thpt__detail .test-popular__card-btn {
        font-size: 15px;
    }
    .title-test-thpt__info {
        padding: 6px 8px;
    }
}

@media (max-width: 767px) {
    .test-thpt__item {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .body-test-thpt__content {
        padding: 10px;
    }
    .info-test-thpt__detail img,
    .btn-test-thpt__time-doing img {
        width: 20px;
        height: 20px;
    }
    .info-test-thpt__detail .test-popular__card-btn {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .body-test-thpt__content {
        width: 82%;
        padding: 8px;
    }
    .thumbnail-test-thpt__item {
        width: 17%;
    }
}

@media (max-width: 375px) {
    .title-test-thpt__icon {
        width: 25px;
        height: 25px;
    }
    .title-test-thpt__item {
        gap: 8px;
        font-size: 15px;
    }
    .title-test-thpt__description {
        font-size: 15px;
    }
    .info-test-thpt__detail .test-popular__card-btn,
    .test-popular__card-btn {
        font-size: 13px;
    }
    .lacrown-test-thpt__icon,
    .action-test-thpt__save img {
        width: 22px;
        height: 22px;
    }
    .btn-test-thpt__pro b {
        font-size: 15px;
    }
    .btn-test-thpt__save .action-test-thpt__save {
        width: 80px;
        padding: 8px 20px 8px 16px;
    }
    .btn-test-thpt__save .btn-test-thpt__join-exam {
        width: 80px;
    }
    .tag-test-thpt__title {
        gap: 8px;
    }
    .body-test-thpt__content {
        gap: 15px;
    }
}

@media (max-width: 350px) {
    .action-test-thpt__save {
        width: 70px;
    }
    .btn-test-thpt__save {
        gap: 5px;
    }
    .action-test-thpt__save {
        gap: 5px;
    }
    .btn-test-thpt__pro {
        padding: 8px;
        gap: 3px;
    }
    .info-test-thpt__detail,
    .btn-test-thpt__time-doing {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        max-width: 60px;
    }
    .info-test-thpt__detail img,
    .btn-test-thpt__time-doing img,
    .info-test-thpt__detail .test-popular__card-btn,
    .test-popular__card-btn {
        width: 100%;
    }
    .btn-test-thpt__save .action-test-thpt__save {
        width: 70px;
        padding: 8px 10px;
    }
}


/* Olympic Exam section in HomePage */

.olympic-exam__section {
    flex-direction: column;
    padding: 30px 0;
    gap: 40px;
}

.test-olympic__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 41.5px;
    margin-top: 45px;
}

.test-olympic__item {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    transition: all 0.5s ease;
    width: 100%;
    box-shadow: 0 4px 10px rgb(38 94 100 / 16%);
    border-radius: 20px;
}

@media (max-width: 1249px) {
    .test-olympic__list {
        grid-gap: 15px;
    }
}

@media (max-width: 1100px) {
    .test-olympic__list {
        grid-gap: 10px;
    }
}

@media (max-width: 840px) {
    .test-olympic__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 41.5px;
    }
}

@media (max-width: 650px) {
    .test-olympic__list {
        grid-gap: 15px;
    }
}

@media (max-width: 620px) {
    .test-olympic__list {
        grid-gap: 8px;
    }
}

@media (max-width: 576px) {
    .test-olympic__list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

.test-olympic__thumbnail {
    flex: 1;
    align-self: stretch;
    position: relative;
    height: 216px;
    width: 100%;
}

@media (max-width: 576px) {
    .test-olympic__thumbnail {
        height: 150px;
    }
}

.test-olympic__thumbnail-content,
.test-olympic__thumbnail-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.test-olympic__thumbnail-content {
    overflow: hidden;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
}

.test-olympic__thumbnail-icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.test-olympic__body-content,
.test-olympic__action {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
}

.test-olympic__body-content {
    background-color: #fff;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}

@media (max-width: 1100px) {
    .test-olympic__body-content {
        padding: 12px;
    }
}

@media (max-width: 1045px) {
    .test-olympic__body-content {
        padding: 12px 8px;
    }
}

@media (max-width: 840px) {
    .test-olympic__body-content {
        padding: 20px;
    }
}

@media (max-width: 620px) {
    .test-olympic__body-content {
        padding: 15px 10px;
    }
}

.test-olympic__tag-title {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

@media (max-width: 576px) {
    .test-olympic__tag-title {
        gap: 10px;
    }
}

.test-olympic__tag-description {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.content-test-olympic__tag-desc,
.content-test-olympic__tag-title {
    align-self: stretch;
    position: relative;
    display: inline-block;
}

.content-test-olympic__tag-desc {
    font-size: 13px;
    font-weight: 500;
    color: #7f7f7f;
    opacity: 0.8;
}

.test-olympic__info,
.test-olympic__info-joined {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #265e64;
}

.test-olympic__info {
    align-self: stretch;
    border-radius: 10px;
    background-color: #fef5f5;
    padding: 10px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    font-size: 13px;
    color: #9c4200;
}

.test-olympic__info-detail {
    justify-content: flex-start;
    gap: 6px;
}

.frame-div634,
.test-olympic__info-detail,
.frame-div637 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.test-olympic__info-outlinetick {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.test-olympic__info-btn,
.pay-buy__package-des12 {
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.test-olympic__info-divider-icon {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    height: 1px;
    flex-shrink: 0;
    opacity: 0.2;
}

.test-olympic__action {
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    color: #112a2d;
}

.test-olympic__action-btn,
.frame-div701 {
    display: flex;
    flex-direction: row;
}

.test-olympic__action-btn {
    border-radius: 14px;
    background-color: #e0e0e0;
    width: 90px;
    height: 40px;
    flex-shrink: 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.test-olympic__btn {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: end;
    color: #17383c;
    gap: 5px;
}

@media (min-width: 991px) and (max-width: 1540px) {
    .test-olympic__btn {
        width: 208px;
        gap: 7px;
    }
}

.test-olympic__btn-save,
.line-div80 {
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
}

.test-olympic__btn-save {
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    width: 88px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.test-olympic__btn-save,
.test-olympic__btn-join-exam,
.frame-div686 {
    display: flex;
    flex-direction: row;
}

.test-olympic__btn-join-exam {
    border-radius: 14px;
    background-color: #e5f2f3;
    width: 98px;
    height: 40px;
    flex-shrink: 0;
    padding: 8px 2px 8px 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #112a2d;
}

.test-olympic__btn-lacrown-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

@media (max-width: 1430px) {
    .test-olympic__btn {
        width: auto;
    }
}


/* Document Exam Section In Home Page */

.document-exam__section {
    flex-direction: column;
    padding: 30px 0;
    gap: 40px;
    background: #F4F7F7;
}

.test-document__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    row-gap: 30px;
}

.test-document__item {
    width: calc(100%/3 - 40px);
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: rgba(38, 94, 100, 0.27) 0px 4px 10px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    max-height: unset !important;
    margin-right: 60px;
    cursor: pointer;
}

.test-document__item:nth-child(3n + 3) {
    margin-right: 0px;
}

@media (max-width: 509px) {
    .test-document__item {
        max-width: 100%;
    }
}

.test-document__thumbnail {
    flex: 1;
    position: relative;
    width: 100%;
    height: 172px;
}

.test-document__thumbnail-content,
.test-document__thumbnail-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.test-document__thumbnail-content {
    overflow: hidden;
}

.test-document__thumbnail-content2 {
    flex: 1;
    align-self: stretch;
    position: relative;
}

.test-document__thumbnail-icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.test-document__body-content,
.card-article-div {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.test-document__body-content {
    align-self: stretch;
    padding: 15px;
    box-sizing: border-box;
    gap: 32px;
}

@media (max-width: 850px) {
    .test-document__body-content {
        padding: 15px 10px;
    }
}

.test-document__tag-title {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-document__title-desc {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.test-document__video,
.test-document__data {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.test-document__data {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    color: #112a2d;
    flex-wrap: wrap;
}

.test-document__cost {
    border-radius: 14px;
    height: 40px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    padding: 10px 20px 11px;
    transition: 0.2s;
}

.test-document__cost:hover {
    box-shadow: 0px 0px 5px 0px rgb(20 58 62 / 30%);
}

@media (max-width: 1089px) {
    .test-document__cost {
        padding: 10px 12px;
    }
}

.test-document__cost-content {
    position: relative;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
}

.test-document__video {
    display: flex;
    flex-direction: row;
    gap: 8px;
    border-radius: 14px;
    background-color: #47767b;
    min-width: 100px;
    height: 40px;
    flex-shrink: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.2s;
}

.test-document__video:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

@media (max-width: 1089px) {
    .test-document__video {
        padding: 8px 10px;
    }
}

.test-document__video-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.test-document__video-btn {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
}

.test-document__desc,
.test-document__question {
    align-self: stretch;
    position: relative;
    display: inline-block;
    color: #333333;
    font-family: "Mulish";
    font-size: 16px;
    line-height: 20px;
}

.test-document__question {
    font-weight: 700;
}

.test-document__desc {
    font-weight: 500;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.test-document__footer {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    font-size: 12px;
    font-family: Lato;
}

.test-document__divider {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    height: 0;
    flex-shrink: 0;
    opacity: 0.2;
}

.test-document__view,
.test-document__wrap-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.test-document__wrap-content {
    width: 264px;
    justify-content: space-between;
}

.test-document__date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.test-document__view {
    justify-content: center;
    gap: 8px;
}

.test-document__iconlyboldshow {
    position: relative;
    opacity: 0.6;
}

.test-document__iconlyboldshow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.test-news__thumbnail {
    flex: 1;
    position: relative;
    width: 100%;
    height: 220px;
}

.news-exam-more-btn {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.news-exam__section {
    flex-direction: column;
    padding: 30px 0;
    gap: 40px;
    background: #FFFFFF;
}


/* Footer */

footer {
    position: relative;
    background-color: #f4f7f7;
    box-shadow: 0-4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 255px;
    flex-shrink: 0;
    overflow: hidden;
    font-size: 16px;
}

@media (max-width: 650px) {
    footer {
        height: auto;
    }
}

.footer__content,
.footer__logo-content,
.footer__logo {
    display: flex;
    justify-content: flex-start;
}

.footer__content,
.footer__logo {
    flex-direction: column;
    align-items: flex-start;
}

.footer__content {
    position: absolute;
    top: 27px;
    font-size: 20px;
    font-family: SVN-Big Noodle Titling;
}

.footer__logo-content {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.footer__exclude {
    position: relative;
    background-color: #265e64;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
}

.footer__logo-img {
    position: absolute;
    top: 14px;
    left: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.footer__vector-icon {
    position: relative;
    width: 38px;
    height: 27px;
    flex-shrink: 0;
}

.footer__ellipse-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
}

.footer__button {
    font-family: 'SVN-Big Noodle Titling';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #265E64;
}

.footer__button-link {
    font-weight: 700;
    font-size: 16px;
    font-family: "Mulish";
    line-height: 20.08px;
    color: #265E64;
}

.footer__reserved,
.footer__row-div {
    display: flex;
    align-items: center;
}

.footer__reserved {
    position: absolute;
    left: 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 21px;
    color: #000;
}

.footer__divider {
    align-self: stretch;
    position: relative;
    background-color: #bbb;
    height: 1px;
    flex-shrink: 0;
}

.footer__row-div {
    align-self: stretch;
    flex-direction: row;
    padding: 0 80px;
    box-sizing: border-box;
    justify-content: center;
}

.footer__row-label {
    position: relative;
    display: inline-block;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #265E64;
}

.footer__action,
.footer__row-link,
.footer__action-input {
    display: flex;
    justify-content: flex-start;
}

.footer__row-link {
    position: relative;
    top: 98px;
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.footer__row-link-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer__row-link-content {
    gap: 20px;
}

.footer__links-div,
.footer__social-links-div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.footer__social-links-div {
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.footer__lacrown-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.footer__action {
    width: 412px;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #000;
}

.footer__action-subcriber {
    align-self: stretch;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    font-family: "Mulish";
    line-height: 20.08px;
}

.footer__action-input {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    color: #262626;
}

.footer__formsinputs {
    height: 48px;
    flex-shrink: 0;
    display: flex;
}

.footer__formsinputs {
    border-radius: 4px;
    width: 280px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.footer__formsinputs1 {
    display: flex;
    justify-content: flex-start;
}

.footer__formsinputs1 {
    border-radius: 4px;
    width: 255px;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 16px;
    color: #262626;
    font-family: Mulish;
}

.footer__btn-subcriber {
    height: 48px;
    flex-shrink: 0;
    display: flex;
}

.footer__btn-subcriber {
    border-radius: 14px;
    background-color: #265e64;
    width: 125px;
    flex-direction: row;
    padding: 12px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
}

.input-subcriber__footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    height: 48px;
    width: 100%;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #A4A4A4;
}

.footer-container__content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 21px 0;
}

@media (max-width: 650px) {
    .footer-container__content {
        display: inline-block;
    }
}

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

.footer__first-block,
.footer__other-block {
    width: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.footer__block-logo,
.footer__logo-inside {
    display: flex;
    justify-content: flex-start;
}

.footer__block-logo {
    flex-direction: column;
    align-items: flex-start;
    font-family: "SVN-Big Noodle Titling";
}

.frame-div424,
.footer__logo-ctn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer__logo-inside {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.footer__logo-exclude {
    position: relative;
    background-color: #265e64;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
}

.footer__logo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
}

.footer__txt,
.profile-card__info-name {
    position: relative;
    display: inline-block;
}

.footer__logo-title {
    font-family: 'SVN-Big Noodle Titling';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #265E64;
}

.footer__contact-title {
    position: relative;
    font-size: 16px;
    display: inline-block;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #265E64;
}

.footer__contact-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
}

.footer__contact-txt {
    position: relative;
    font-weight: 500;
    display: inline-block;
    font-family: 'Mulish';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    color: #265E64;
}

.footer__add-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.footer__add-info-img {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    object-fit: cover;
}

.footer__add-info-img-ytb {
    position: relative;
    width: 32px;
    height: 22px;
    flex-shrink: 0;
    overflow: hidden;
}

.footer__middle-txt {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #265E64;
}

.footer__third-txt {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #265E64;
}

.footer__about-us-txt {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #265E64;
}

@media (max-width: 650px) {
    .footer__other-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
}


/* Test List Page */

.banner-show__test-list {
    position: relative;
    background-color: #f4f7f7;
    width: 100%;
    height: 373px;
    overflow: hidden;
    font-size: 19.58px;
    color: #47767b;
}

.banner-show__test-list img {
    width: 100%;
}

.title__test-list,
.paragraph__test-list {
    position: absolute;
    display: inline-block;
}

.title__test-list {
    width: 100%;
    bottom: 56.84%;
    font-size: 49px;
    color: #265e64;
    text-align: center;
    display: inherit;
}

.paragraph__test-list {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 40%;
}

.content-paragraph__test-list {
    font-size: 16px;
    font-weight: 500;
    color: #575757;
    text-align: center;
    width: 530px;
}

.filter-box__test-list {
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.filter-box__test-list {
    position: relative;
    top: -70px;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgb(38 94 100 / 27%);
    border: 1px solid #93afb2;
    flex-direction: column;
    padding: 30px 40px;
    justify-content: flex-start;
    gap: 20px;
    color: #262626;
    margin: 0 auto;
}

.filter-form__test-list,
.filter-baseform-v2__test-list,
.filter-inside__test-list {
    display: flex;
    align-items: flex-start;
}

.filter-baseform-v2__test-list {
    border-radius: 4px;
    width: 26%;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}

.filter-inside__test-list {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.filter-form__test-list {
    border-radius: 4px;
    width: 40%;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}

@media (max-width: 1120px) {
    .filter-form__test-list {
        width: calc(40% - 10px);
    }
    .filter-baseform-v2__test-list {
        width: calc(30% - 10px);
    }
    .filter-inside__test-list {
        flex-wrap: wrap;
        display: flex;
        column-gap: 10px;
        align-items: center;
    }
}

@media (max-width: 700px) {
    .filter-form__test-list {
        width: calc(40% - 5px);
    }
    .filter-baseform-v2__test-list {
        width: calc(30% - 5px);
    }
    .filter-inside__test-list {
        column-gap: 5px;
    }
    .filter-box__test-list {
        padding: 30px 15px;
        gap: 15px;
    }
}

@media (max-width: 500px) {
    .filter-form__test-list {
        width: 100%;
    }
    .filter-baseform-v2__test-list {
        width: calc(50% - 5px);
        margin-top: 20px;
    }
}

@media (max-width: 380px) {
    .filter-baseform-v2__test-list {
        width: 100%;
    }
}

.filter-box__label-test-list {
    height: 24px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
}

.baseformslabel__label-test-list {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0 0 8px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: flex-start;
}

.filter-label-ct__label-test-list {
    position: relative;
    font-weight: 500;
    display: inline-block;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.filter-star__label-test-list {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
}

.filter-star__label-test-list {
    overflow: hidden;
    flex-direction: column;
    padding: 0 0 8px;
    box-sizing: border-box;
    color: #dc3545;
    font-family: Yu Gothic;
}

.filter-label-star__label-test-list {
    position: relative;
    line-height: 150%;
    font-weight: 500;
    display: inline-block;
}

.filter-base-box__test-list {
    align-self: stretch;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 6px 10px;
    align-items: center;
    justify-content: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    width: 100%;
}

.filter-base-box__test-list-input {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.filter-box__tl-input-ctn {
    align-self: stretch;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 6px 10px;
    align-items: center;
    justify-content: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    width: 100%;
}

.filter-base-box__test-list.select {
    background: url('../public/down.svg') no-repeat right !important;
    -webkit-appearance: none;
}

.filter-base-box__general {
    display: flex;
    width: 100%;
    align-items: center;
}

.filter-text-cursor__test-list {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.filter-text-label__test-list {
    flex: 1;
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.filter-basecursorw__test-list {
    position: relative;
    background-color: #495057;
    width: 1px;
    height: 18px;
    flex-shrink: 0;
    display: none;
}

.filter-right-icon__test-list {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
    border: 0;
    background: none;
    position: absolute;
    font-size: 20px;
    line-height: 1;
    right: 2%;
}

.filter-search-icon {
    width: 11px !important;
    height: 11px !important;
}

.filter-btn-clear__test-list,
.filter-devider__test-list {
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
}

.filter-devider__test-list {
    border-top: 1px solid #eaeaea;
    width: 100%;
    height: 1px;
}

.filter-btn-clear__test-list,
.filter-btn-search__test-list,
.filter-action__test-list {
    display: flex;
    flex-direction: row;
    transition: 0.2s;
}

.filter-btn-clear__test-list:hover {
    box-shadow: 0px 0px 10px 0px rgb(20 58 62 / 69%);
}

.filter-btn-search__test-list:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

.filter-action__test-list {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    text-align: center;
    color: #ff4545;
}

@media (max-width: 380px) {
    .filter-action__test-list {
        gap: 8px;
    }
}

.filter-btn-clear__test-list {
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    width: 140px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #265e64;
    cursor: pointer;
}

@media (max-width: 380px) {
    .filter-btn-clear__test-list {
        width: 110px;
    }
}

.filter-btn-search__test-list {
    border-radius: 14px;
    background-color: #265e64;
    width: 140px;
    height: 40px;
    flex-shrink: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 380px) {
    .filter-btn-search__test-list {
        width: 120px;
        padding: 8px;
    }
}

.filter-action__test-list .filter-btn-search__test-list {
    border: 1px solid #265e64;
}

.filter-result-margin {
    margin-top: 0 !important;
    margin-bottom: 80px;
}

.clear-filter__icon {
    left: 33px !important;
}

.filter-search-icon2 {
    width: 18px;
    height: 18px;
}


/* Test Result */

.test-result-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 68px;
    color: #112a2d;
}

.test-result__header,
.test-result__header-box {
    display: flex;
    justify-content: flex-start;
}

.test-result__header {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 24px 0 30px 0;
}

.test-result__header-box {
    flex-direction: row;
    align-items: center;
    gap: 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.test-result__title-box,
.test-result__title-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.test-result__title-box {
    flex-direction: row;
}

.test-result__title {
    position: relative;
    display: inline-block;
}

.test-result__btn-share {
    border-radius: 14px;
    background-color: #265e64;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    padding: 8px 0 8px 14px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 1px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 141px;
    cursor: pointer;
}

.test-result__colorblindness {
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.test-result__fluentshare {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    overflow: hidden;
}

.frame-div94,
.test-result__output-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-result__output-box {
    flex-direction: row;
    gap: 35px;
    text-align: center;
    font-size: 16px;
    color: #2e2e2e;
}

.test-result__output-left,
.frame-div154 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-result__output-left {
    gap: 19px;
    width: 60%;
}

.test-result__output-right,
.test-result__rt-vip-package {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.test-result__output-right {
    align-items: flex-end;
    gap: 24px;
    text-align: left;
    color: #265e64;
    width: 35%;
    position: sticky;
    top: 0;
}

.test-result__reexam-box,
.test-result__congrats {
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.test-result__congrats {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(38, 94, 100, 0.27);
    border: 1px solid #93afb2;
    position: relative;
    flex-direction: column;
    padding: 15px 17px;
    justify-content: flex-start;
    gap: 20px;
    color: #265e64;
    width: 100%;
}

.test-result__congrats-box {
    align-items: center;
    text-align: left;
    font-size: 20px;
}

.test-result__congrats-box,
.test-result__outcome,
.frame-div104 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.test-result__outcome {
    align-items: center;
    gap: 10px;
    color: #2e2e2e;
}

.test-result__outcome-question {
    position: relative;
    width: 100%;
    height: 21px;
    flex-shrink: 0;
    font-size: 13px;
}

.test-result__rectangle-first,
.test-result__rectangle-two {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: #d1d1d1;
    width: 100%;
    height: 21px;
}

.test-result__rectangle-two {
    border-radius: 10px 0 0 10px;
    background-color: #66d886;
    /*width: 70%;*/
    border-radius: 10px;
}

.test-result__text-bone {
    position: absolute;
    top: 3px;
    left: 348px;
    display: inline-block;
}

.test-result__reexam-box {
    border-radius: 14px;
    background-color: #265e64;
    height: 40px;
    flex-shrink: 0;
    flex-direction: row;
    padding: 8px 20px;
    justify-content: center;
    gap: 8px;
    color: #fff;
    cursor: pointer;
}

.test-result__eprefresh-left-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.test-result__part-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    color: #fff;
    margin-bottom: 20px;
}

.test-result__part-title-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.test-result__part-title-text {
    position: relative;
    display: inline-block;
    color: #2e2e2e;
    font-size: 20px;
}

.test-result__part-icon-box {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-result__part-ellipse-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.test-result__part-content-section {
    position: relative;
    font-weight: 500;
    color: #2e2e2e;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.test-result__part-ib {
    position: absolute;
    display: inline-block;
}

.button-div102,
.test-result__question-ct-icon,
.ftest-result__question-box {
    box-sizing: border-box;
    display: flex;
}

.ftest-result__question-box {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.3);
    border: 1px solid #93afb2;
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 15px 17px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    text-align: left;
}

.test-result__question-ct {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: 10px;
}

.test-result__question-ct-icon {
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 699px;
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    height: 32px;
    flex-direction: row;
    padding: 7px;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.test-result__question-outlineIcon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.test-result__question-btnIcon-box {
    margin: 0 !important;
    position: absolute;
    top: calc(50% - 19px);
    right: 0;
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    box-sizing: border-box;
    height: 32px;
    display: flex;
    flex-direction: row;
    padding: 7px;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.test-result__question-text-box {
    position: relative;
    width: 90%;
    flex-shrink: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    overflow-x: hidden;
}

.test-result__question-text-box b {
    padding-right: 6px;
}

.test-result__question-textContent {
    font-weight: 500;
}

.test-result__question-textContent-about-tel {
    position: relative;
    display: inline-block;
    width: 693px;
    flex-shrink: 0;
    z-index: 1;
}

.test-result__question-numberText {
    font-family: Mulish;
}

.test-result__btn-explain-box,
.test-result__question-select {
    box-sizing: border-box;
    display: flex;
}

.test-result__question-select {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.3);
    border: 1px solid #93afb2;
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 15px 17px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.test-result__question-select.answer-incorrectly {
    margin-bottom: 30px;
}

.select-question__boxbm .test-result__question-select.answer-incorrectly {
    margin-bottom: 0px;
}

.test-result__question-select.answer-correctly {
    margin-bottom: 30px;
}

.test-result__question-select-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: 10px;
    text-align: left;
    width: 100%;
}

.test-result__question-select-ctn,
.test-result__question-select-ans,
.test-result__question-select-ans2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}

.test-result__question-select-ans {
    cursor: pointer;
}

.test-result__question-select-ctn {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.test-result__ques-slt-ansIcon {
    position: relative;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}

input[type='radio']:after {
    width: 21px;
    height: 21px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: #EAEAEA;
    content: '';
    display: inline-block;
    visibility: visible;
}

.test-result__question-select-ans input[type='radio']:checked:after {
    width: 21px;
    height: 21px;
    border-radius: 15px;
    position: relative;
    background-color: #66D886;
    content: '';
    display: inline-block;
    visibility: visible;
}

.test-result__question-select-ans2 input[type='radio']:checked:after {
    width: 21px;
    height: 21px;
    border-radius: 15px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
}

.test-result__colorblindnest {
    margin-left: 7px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* text-align: center; */
    color: #2E2E2E;
}

.test-result__btn-explain-box {
    background-color: #F4F7F7;
    flex-shrink: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #265E64;
    border-radius: 14px;
    color: #265E64;
    width: 123px;
    height: 40px;
}

.test-result__answer-explain {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2E2E2E;
}

.test-result__text-explain {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #17383C;
}

.test-result__correct-answer-filled {
    text-decoration: underline;
    color: #2b994a;
}

.test-result__incorrect-answer-filled {
    text-decoration: line-through;
    color: #ff4545;
}

.test-result__filled-box-output,
.test-result__filled-answBar {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.test-result__filled-box-output {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.3);
    border: 1px solid #93afb2;
    position: relative;
    width: 764px;
    flex-direction: column;
    padding: 15px 17px;
    justify-content: flex-start;
    gap: 15px;
    text-align: left;
}

.test-result__filled-answBar {
    border-radius: 10px;
    background-color: #e5f2f3;
    width: 100%;
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
    color: #000;
}

.test-result__question-in-question {
    box-sizing: border-box;
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.test-result__right-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.test-result__right-content {
    align-items: flex-end;
    gap: 24px;
    text-align: left;
    color: #265e64;
}

.test-result__rt-redoing-box,
.test-result__right-list-qes {
    display: flex;
    box-sizing: border-box;
    text-align: center;
}

.test-result__rt-redoing-box:disabled {
    background-color: #cccccc;
    color: black;
}

.test-result__right-list-qes {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.3);
    border: 1px solid #93afb2;
    position: relative;
    flex-direction: column;
    padding: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    font-size: 13px;
    color: #2e2e2e;
    width: 100%;
}

.test-result__right-list-qes-title {
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.test-result__rt-lq-box,
.frame-div96 {
    display: flex;
    justify-content: flex-start;
}

.test-result__rt-lq-box {
    flex-direction: column;
    align-items: flex-start;
}

.test-result__rt-lq-inside {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.frame-div109,
.test-result__rt-lq-fr-inside {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}

.test-result__rt-lq-fr-title {
    position: relative;
    display: inline-block;
}

.test-result__rt-lq-fr-incredible {
    font-weight: 500;
    display: inline-flex;
}

.test-result__rt-lq-icon-el {
    position: relative;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}

.test-result__rt-go-to-ques {
    position: relative;
    font-weight: 500;
    color: #575757;
    display: inline-block;
}

.test-result__rt-part-box,
.frame-div205,
.frame-div207 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-result__rt-part-box,
.frame-div205 {
    flex-direction: column;
}

.test-result__rt-part-box {
    gap: 35px;
    width: 100%;
}

.test-result__rt-part-box-child,
.test-result__rt-part-title-box,
.test-result__rt-part-frame-color {
    display: flex;
    justify-content: flex-start;
}

.test-result__rt-part-box-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.test-result__rt-part-title-box {
    flex-direction: row;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.test-result__rt-part-outlinetick-box {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.test-result__rt-part-el-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.test-result__rt-part-el-title {
    position: relative;
    display: inline-block;
    color: #2e2e2e;
}

.test-result__rt-part-el-ib {
    position: absolute;
    top: 8px;
    left: 14px;
    display: inline-block;
}

.test-result__rt-part-frame-color {
    width: calc(100%/5);
    flex-shrink: 0;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

.test-result__rt-redoing-box {
    border-radius: 14px;
    background-color: #265e64;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
    flex-direction: row;
    padding: 8px 20px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border: none;
}

@media (max-width: 365px) {
    .test-result__rt-redoing-box {
        width: 100%;
    }
}

.test-result__rt-colorblindness-ctn {
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.test-result__rt-tcd-body-ctn,
.test-result__rt-tcd-tag-title,
.test-result__rt-test-card-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.test-result__rt-tcd-body-ctn,
.test-result__rt-test-card-div {
    background-color: #fff;
    justify-content: center;
}

.test-result__rt-test-card-div {
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.3);
    width: 100%;
    height: 456px;
    flex-shrink: 0;
    overflow: hidden;
}

.test-result__rt-test-card-thumbnail {
    flex: 1;
    align-self: stretch;
    position: relative;
}

.test-result__rt-tcd-thumbnail-box,
.test-result__rt-tcd-thumbnail-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.test-result__rt-tcd-thumbnail-box {
    overflow: hidden;
}

.test-result__rt-tcd-thumbnail-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.test-result__rt-tcd-body-ctn {
    align-self: stretch;
    padding: 20px;
    box-sizing: border-box;
}

.test-result__rt-tcd-tag-title {
    align-self: stretch;
    justify-content: flex-start;
    gap: 15px;
}

.test-result__rt-tcd-title-desc {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.test-result__rt-tcd-title-alltext,
.test-result__rt-tcd-title-text {
    align-self: stretch;
    position: relative;
    display: inline-block;
}

.test-result__rt-tcd-title-alltext {
    font-size: 13px;
    font-weight: 500;
    color: #7f7f7f;
    opacity: 0.8;
}

.test-result__rt-tcd-info,
.test-result__rt-tcd-info-joined {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #265e64;
}

.test-result__rt-tcd-info {
    align-self: stretch;
    border-radius: 10px;
    background-color: #fef5f5;
    padding: 10px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    font-size: 13px;
    color: #9c4200;
}

.test-result__rt-tcd-info-ques {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.test-result__rt-tcd-info-outlinetime {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.test-result__rt-tcd-info-divider {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    height: 1px;
    flex-shrink: 0;
    opacity: 0.2;
}

.test-result__rt-tcd-btnPro,
.test-result__rt-tcd-action-box {
    display: flex;
    flex-direction: row;
}

.test-result__rt-tcd-action-box {
    align-self: stretch;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    color: #2e2e2e;
}

.test-result__rt-tcd-btnPro {
    border-radius: 14px;
    background-color: #ffd418;
    width: 90px;
    height: 40px;
    flex-shrink: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.test-result__rt-tcd-btnPro-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.frame-div217,
.test-result__rt-tcd-btn-action-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.test-result__rt-tcd-btn-action-box {
    width: 193px;
    flex-shrink: 0;
    color: #17383c;
}

.test-result__rt-tcd-btn-free,
.test-result__rt-tcd-btn-save,
.test-result__rt-tcd-btn-join {
    border-radius: 14px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.test-result__rt-tcd-btn-save,
.test-result__rt-tcd-btn-join {
    gap: 8px;
}

.test-result__rt-tcd-btn-save {
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    position: relative;
    width: 88px;
    padding: 8px 20px 8px 16px;
}

.test-result__rt-tcd-btn-join {
    background-color: #e5f2f3;
    width: 98px;
    padding: 8px 2px 8px 8px;
    color: #112a2d;
}

.test-result__rt-tcd-btn-free {
    background-color: #e0e0e0;
    width: 90px;
    /* padding: 10px 20px 11px; */
}

@media (max-width: 1120px) {
    .test-result__rt-tcd-info {
        padding: 10px 5px;
    }
    .test-result__rt-tcd-btn-free {
        width: 80px;
    }
    .test-result__rt-tcd-btn-action-box {
        width: auto;
    }
    .test-result__rt-tcd-btn-save {
        width: 75px;
        margin-right: 5px;
    }
    .test-result__rt-tcd-btn-join {
        width: 96px;
    }
    .test-result__rt-tcd-action-box {
        gap: 5px;
    }
    .test-result__rt-tcd-btnPro {
        width: 80px;
    }
}

.test-result__rt-vip-package {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(38, 94, 100, 0.27);
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    align-items: center;
    gap: 22px;
    color: #112a2d;
}

.test-result__rt-vip-package-name {
    position: relative;
    display: inline-block;
}

.test-result__rt-vip-name,
.pay-buy__package-info {
    position: relative;
    display: inline-block;
}

.test-result__rt-vip-name {
    font-weight: 500;
    color: #265e64;
    width: 100%;
}

.test-result__rt-vip-divider {
    position: relative;
    border-top: 1px solid #93afb2;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
}

.test-result__rt-vip-text {
    position: relative;
    font-size: 20px;
    display: inline-block;
}

.test-result__rt-vip-list-ctn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-result__rt-vip-list-ctn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
   /* height: 152px; */
    max-height: 152px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.test-result__rt-vip-list-item,
.buy-mem__package-detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-result__rt-vip-list-item {
    width: 100%;
    flex-direction: row;
}

.test-result__rt-vip-item-ins {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.test-result__rt-vip-item-icon {
    position: relative;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    overflow: hidden;
}

.test-result__rt-vip-price {
    position: relative;
    font-size: 25px;
    display: inline-block;
    color: #265e64;
}

.test-result__rt-vip-buy-now {
    border-radius: 14px;
    background-color: #ffd418;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    padding: 12px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #2e2e2e;
    border: none;
}

.test-result__border-result {
    border: 1px solid #E0E0E0 !important;
    box-shadow: none !important;
}

.answer-correctly {
    background: #EEFFF3 !important;
}

.answer-incorrectly {
    background: #FFECEC !important;
}


/* Buy Membership Section */

.buy-mem__title {
    position: relative;
    font-size: 39px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.buy-mem__content-box,
.buy-mem__package-promo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.buy-mem__content-box {
    position: relative;
    flex-direction: row;
    gap: 25px;
    color: #112a2d;
    margin-bottom: 95px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1250px) {
    .buy-mem__content-box {
        overflow-x: scroll;
        gap: 45px;
    }
}

.buy-mem__package-buy,
.buy-mem__package-promo-buy,
.buy-mem__package {
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

.buy-mem__package {
    border-radius: 20px;
    background-color: #f4f7f7;
    box-shadow: 0 4px 15px rgba(38, 94, 100, 0.2);
    flex-direction: column;
    padding: 20px;
    justify-content: flex-start;
    gap: 15px;
    width: calc(100%/3);
    margin: 0 22.5px;
    max-width: 347px;
}

@media (max-width: 1120px) {
    .buy-mem__package {
        min-width: 347px;
        max-width: 347px;
    }
}

.buy-mem__package-des,
.buy-mem__package-name {
    position: relative;
    display: inline-block;
}

.buy-mem__package-name {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 39px;
    color: #112A2D;
    width: 100%;
    text-align: center;
}

.buy-mem__package-des {
    font-weight: 500;
    width: 100%;
    font-family: 'Mulish';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #265E64;
}

.buy-mem__divider {
    position: relative;
    border-top: 1px solid #93afb2;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
}

.buy-mem__package-category {
    position: relative;
    font-size: 20px;
    display: inline-block;
}

.buy-mem__package-list,
.buy-mem__package-list-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.buy-mem__package-list {
    width: 100%;
    align-items: flex-start;
}

.buy-mem__package-list-box {
    align-items: center;
    gap: 14px;
}

.buy-mem__package-list-img {
    position: relative;
    width: 26px !important;
    height: 26px !important;
    flex-shrink: 0;
    overflow: hidden;
}

.buy-mem__package-list-text {
    position: relative;
    font-weight: 500;
    display: inline-block;
    font-family: 'Mulish';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #112A2D;
}

.buy-mem__package-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    /* height: 152px; */
    max-height: 152px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.buy-mem__package-promo {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(38, 94, 100, 0.27);
    flex-direction: column;
    padding: 25px;
    box-sizing: border-box;
    gap: 22px;
}

.buy-mem__package-priceX {
    position: relative;
    font-size: 25px;
    display: inline-block;
    color: #265e64;
    width: 100%;
    text-align: center;
}

.buy-mem__btn-div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.buy-mem__package-buy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 120px;
    height: 40px;
    background: #265E64;
    border-radius: 14px;
    border: 1px solid #265E64;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.buy-mem__package-promo-buy {
    border-radius: 14px;
    background-color: #ffd418;
    height: 48px;
    flex-shrink: 0;
    flex-direction: row;
    padding: 12px 20px;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #2e2e2e;
}

.buy-mem__list-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px;
    margin: 97.5px 0 128.5px 0;
    align-items: stretch;
}

.buy-mem__item-row {
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3 - 30px);
    -ms-flex: 0 0 calc(100% / 3 - 30px);
    flex: 0 0 calc(100% / 3 - 30px);
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(100% / 3 - 30px);
    border-radius: 20px;
    background-color: #f4f7f7;
    box-shadow: 0 4px 15px rgb(38 94 100 / 20%);
    gap: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.buy-mem__item-row:hover {
    gap: 22px;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(38, 94, 100, 0.27);
    border-radius: 20px;
}

.buy-mem__item-row:hover .buy-mem__package-buy {
    background: #FFD418;
    border: 1px solid #FFD418;
    color: #2E2E2E;
}

@media (max-width: 1440px) {
    .buy-mem__item-row {
        max-width: 357px;
    }
}

@media (max-width: 991px) {
    .buy-mem__item-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 2 - 22.5px);
        -ms-flex: 0 0 calc(100% / 2 - 22.5px);
        flex: 0 0 calc(100% / 2 - 22.5px);
        width: calc(100% / 2 - 22.5px);
    }
}


/* Buy Member Ship Payment */

.pay-buy__title {
    position: relative;
    width: 100%;
    font-size: 31px;
    display: inline-block;
    text-align: center;
    margin: 40px 0 20px 0;
}

.pay-buy__btn-change-package,
.pay-buy__package-box,
.pay-buy__package-content {
    display: flex;
    align-items: center;
}

.pay-buy__package-box {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    font-size: 25px;
    color: #112a2d;
    margin-bottom: 133px;
}

.pay-buy__package-content,
.pay-buy__package-more,
.pay-buy__package-total {
    flex-direction: column;
    justify-content: flex-start;
}

.pay-buy__package-content,
.pay-buy__package-more {
    gap: 15px;
}

.pay-buy__package-content {
    border-radius: 30px;
    background-color: #f4f7f7;
    box-shadow: 0 4px 30px rgba(38, 94, 100, 0.27);
    padding: 30px;
    box-sizing: border-box;
}

.pay-buy__package-des,
.price-b {
    position: relative;
    display: inline-block;
}

.pay-buy__package-des {
    font-size: 16px;
    font-weight: 500;
    color: #47767b;
    width: 332px;
}

.pay-buy__package-price {
    border-radius: 20px;
    background-color: #ffd418;
    width: 332px;
    display: flex;
    flex-direction: row;
    padding: 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    color: #2e2e2e;
}

.pay-buy__package-more {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #265e64;
}

.pay-buy__package-detail {
    width: 332px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.pay-buy__package-detail-title {
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.pay-buy__package-detail-value {
    position: relative;
    display: inline-block;
    color: #17383c;
    text-align: right;
}

.pay-buy__package-detail-value2 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    color: #17383c;
    text-align: right;
}

.pay-buy__package-divider {
    position: relative;
    border-top: 1px solid #678e93;
    box-sizing: border-box;
    width: 333px;
    height: 1px;
    flex-shrink: 0;
}

.pay-buy__package-total {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pay-buy__pay-now,
.pay-buy__payment-method {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pay-buy__payment-method {
    width: 332px;
    justify-content: space-between;
}

.pay-buy__payment-icon {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(38, 94, 100, 0.15);
    width: 137px;
    height: 41px;
    flex-shrink: 0;
}

.pay-buy__payment-img {
    position: absolute;
    height: 77.42%;
    width: 77.4%;
    top: 11.29%;
    right: 11.3%;
    bottom: 11.29%;
    left: 11.3%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.pay-buy__pay-now {
    border-radius: 14px;
    background-color: #265e64;
    height: 48px;
    flex-shrink: 0;
    padding: 12px 20px;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.pay-buy__btn-change-package {
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    flex-shrink: 0;
    flex-direction: row;
    padding: 10px 20px 11px;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #17383c;
}

.document-list__content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 30px 0;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0 !important;
    margin-bottom: 80px;
    row-gap: 30px;
}

.test-document__keyword-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #265E64;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.test-document__keyword-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    width: 250px;
    height: 40px;
    background: #E5F2F3;
    border-radius: 14px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-left: 20px;
}

.test-document__keyword-item span {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #112A2D;
}

.test-document__keyword {
    display: inline-flex;
    align-items: center;
}

.test-document__keyword-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
}

.doc-detail__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}

.doc-detail__intro-top,
.doc-detail__intro-top-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.doc-detail__intro-top {
    justify-content: flex-start;
    text-align: center;
    color: #112a2d;
    width: 100%;
}

.doc-detail__intro-top-box {
    width: 100%;
    flex-shrink: 0;
    justify-content: space-between;
}

.button-div27,
.doc-detail__intro-btn-left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.doc-detail__intro-title {
    position: relative;
    font-size: 31px;
    display: inline-block;
}

.doc-detail__intro-des {
    position: relative;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.doc-detail-box {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

.doc-detail__img-promo,
.image-14-icon {
    position: relative;
    flex-shrink: 0;
    object-fit: cover;
}

.doc-detail__img-promo {
    border-radius: 30px;
    width: 100%;
    height: 658px;
    object-fit: cover;
}

.doc-detail-section {
    margin: 50px 0 99px 0;
}

.doc-detail__audio-player,
.doc-detail__process-volume {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.doc-detail__audio-player {
    border-radius: 16px;
    background-color: #265e64;
    width: 100%;
    height: 75px;
    flex-shrink: 0;
    padding: 8px 16px;
    box-sizing: border-box;
    justify-content: center;
    gap: 8px;
    text-align: center;
    color: #fff;
}

.doc-detail__audio-icon-forward,
.doc-detail__icon-play {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.doc-detail__icon-play-ctn {
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 8px;
    box-sizing: border-box;
    justify-content: flex-start;
    width: 32px;
    height: 32px;
}

.doc-detail__icon-play {
    width: 16px;
    height: 16px;
}

.doc-detail__process-bar {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.doc-detail__process-timer {
    position: relative;
    font-weight: 500;
    display: inline-block;
    width: 80px;
    flex-shrink: 0;
}

.doc-detail__process-bar-all,
.doc-detail__process-bar-run {
    border-radius: 8px;
    overflow: hidden;
}

.doc-detail__process-bar-all {
    flex: 1;
    position: relative;
    background-color: rgba(255, 255, 255, 0.54);
    height: 8px;
}

.doc-detail__process-bar-run {
    position: absolute;
    height: 100%;
    width: 21.61%;
    top: 0;
    right: 78.62%;
    bottom: 0;
    left: -0.23%;
    background-color: #fff;
}

.doc-detail__process-volume {
    overflow: hidden;
    justify-content: flex-end;
}

.doc-detail__volumeon-drag {
    position: relative;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 4px;
    height: 8px;
    flex-shrink: 0;
    opacity: 0;
}

.doc-detail__iconvolume-m {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
    margin-left: -8px;
}

.doc-list__icon-search {
    left: 38.2% !important;
}


/* New Section */

.list-new-section {
    margin-bottom: 80px;
}


/* Test detail */

.test-result__title {
    color: #112A2D;
    font-size: 25px;
    font-weight: 700;
}

.test-detail__box {
    width: 100%;
}

.test-detail__content {
    margin-top: 34px;
    text-align: left;
}

.listen-fill__box,
.the-girl-is-having-difficulty {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Mulish';
}

.listen-fill__box-img {
    position: relative;
    width: 455px;
    height: 325px;
    flex-shrink: 0;
    object-fit: cover;
}

.listen-fill__form-label,
.listen-fill__box-ques,
.listen-fill__box-note {
    display: flex;
    box-sizing: border-box;
    justify-content: flex-start;
}

.listen-fill__form-label,
.listen-fill__box-note {
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
}

.listen-fill__box-note {
    width: 100%;
}

.listen-fill__box-note {
    border-radius: 20px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    color: #2d3748;
}

.listen-fill__box-note-title,
.player-div4,
.volume-div4 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.listen-fill__box-note-title,
.player-div4 {
    box-sizing: border-box;
    flex-shrink: 0;
    justify-content: center;
}

.listen-fill__box-note-title {
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
    width: 100%;
    height: 58px;
    padding: 16px;
}

.henry-goldsmith-is-37-,
.listen-fill__box-note-text {
    position: relative;
    display: inline-block;
}

.listen-fill__box-ques {
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
    width: 100%;
    flex-direction: row;
    padding: 16px;
    align-items: center;
    text-align: left;
    line-height: 21px;
}

.listen-fill__box-quectn {
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.listen-fill__box-ques-fill {
    font-size: 16px;
    font-family: 'Mulish';
}

.listen-fill__box-ques-fill span {
    font-weight: 700;
}

.listen-fill__box-fill-ans,
.listen-fill__fill-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.listen-fill__box-fill-ans {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.16);
    border: 1px solid #93afb2;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 15px 17px;
    color: #262626;
    margin-bottom: 30px;
}

.listen-fill__box-fill-ans:last-child {
    margin-bottom: 30px;
}

.listen-fill__fill-child {
    gap: 20px;
    width: 100%;
}

.button-div451,
.listen-fill__fill-child-ctn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.listen-fill__fill-child-ctn {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.listen-fill__fill-form {
    flex: 1;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.listen-fill__form-label2,
.listen-fill__fill-form-label {
    align-items: flex-start;
    justify-content: flex-start;
}

.listen-fill__fill-form-label {
    height: 24px;
    display: flex;
    flex-direction: row;
    gap: 2px;
}

.listen-fill__form-label2 {
    overflow: hidden;
    display: none;
    flex-direction: column;
    padding: 0 0 8px;
    box-sizing: border-box;
    color: #dc3545;
    font-family: "Yu Gothic";
}

.listen-fill__form-label-star {
    position: relative;
    line-height: 150%;
    font-weight: 500;
    display: inline-block;
}

.listen-fill__form-input,
.text-cursor45 {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}



.listen-fill__form-input {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    padding: 6px 10px;
    justify-content: center;
    color: #000;
}

.listen-fill__form-input::placeholder {
    color: #a4a4a4;
}

.listen-fill__icon {
    margin: 0 !important;
    right: 0;
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    box-sizing: border-box;
    height: 32px;
    display: flex;
    flex-direction: row;
    padding: 7px;
    align-items: center;
    justify-content: center;
}

.listen-fill__fill-form input {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.listen-fill__fill-form input::placeholder {
    color: #A4A4A4;
}

.listen-fill__form-detail {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.listen-fill__box-section {
    /* font-weight: 700; */
    margin-bottom: 30px;
}

.question-title {
    font-weight: 700 !important;
    display: inline-block;
}

.select-question__boxbm {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.select-question__box-type2 {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.test-detail__multiple-ques-select {
    row-gap: 30px;
    margin-bottom: 30px;
}

.test-detail__ques-icon-cus {
    margin: 0 !important;
    position: absolute;
    right: 0;
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    box-sizing: border-box;
    height: 32px;
    display: flex;
    flex-direction: row;
    padding: 7px;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.test-detail__question-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2E2E2E;
}

.test-detail__question-text span {
    font-weight: 700;
}

.test-detail-line-divider {
    position: relative;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
    margin: 30px 0;
}

.test-detail__title-write {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2E2E2E;
    width: 100%;
    text-align: center;
}

.margin-30-0-px {
    margin: 30px 0;
}

.test-detail__answBar {
    margin-bottom: 30px;
}

.listen-fill__form-input.test-detail__select {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #A4A4A4;
}

.test-detail__mini-ques-box {
    border-radius: 10px;
    background-color: #e5f2f3;
    width: 295px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-detail__mini-ques {
    position: relative;
    font-weight: 500;
    display: inline-block;
    width: 272px;
    flex-shrink: 0;
}

.left-question__test-detail,
.right-question__test-detail {
    row-gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.test-detail__mini-ques-ctn {
    display: flex;
    justify-content: space-between;
}

.test-detail__detail-doing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 24px;
    text-align: center;
    font-size: 13px;
}

.button-div505,
.test-detail__detail-doing-inside {
    display: flex;
    box-sizing: border-box;
}

.test-detail__detail-doing-inside {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(38, 94, 100, 0.3);
    border: 1px solid #93afb2;
    position: relative;
    flex-direction: column;
    padding: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

@media (max-width: 1105px) {
    .test-detail__detail-doing-inside {
        padding: 20px;
    }
}

.test-detail__time-left,
.test-detail__time-left-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.test-detail__time-left {
    align-items: center;
    gap: 47px;
    font-size: 16px;
}

@media (max-width: 1162px) {
    .test-detail__time-left {
        gap: 25px;
    }
}

.henry-goldsmith-is-37-,
.test-detail__time-left-text {
    position: relative;
    display: inline-block;
}

.test-detail__time-left-text {
    text-align: left;
}

.test-detail__time-left-box {
    border-radius: 10px;
    background-color: #fef5f5;
    box-shadow: 0 4px 15px rgba(104, 87, 74, 0.15);
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    position: relative;
    padding: 10px 20px;
    align-items: flex-start;
    font-size: 25px;
    color: #9c4200;
}

.test-detail__list-ans-right {
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.test-detail__list-ans-overview,
.frame-div990 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.test-detail__list-ans-overview {
    flex-direction: column;
    gap: 10px;
}

.test-detail__lans-overview-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}

.test-detail__lans-overview-icon {
    position: relative;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}

.test-detail__lans-overview-trli {
    font-weight: 500;
}

.test-detail__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 65%;
}

.test-detail__flex-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

@media (max-width: 1047px) {
    .test-detail__flex-list {
        gap: 10px;
    }
}

.test-detail-line-divider2 {
    position: relative;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
}


/* Modal */

.modal {
    max-width: 1140px !important;
    width: auto !important;
}

.blocker {
    z-index: 100 !important;
}

.enter-testing_left,
.enter__btn-container {
    display: flex;
    justify-content: flex-start;
}

.enter-testing_left {
    flex-direction: column;
    align-items: center;
    gap: 21px;
    z-index: 0;
    width: 50%;
}

.enter__title {
    position: relative;
    font-size: 25px;
    display: inline-block;
    width: 100%;
}

.enter__des {
    position: relative;
    font-weight: 500;
    color: #575757;
    display: inline-block;
    width: 100%;
}

.enter__info,
.enter__number-time,
.enter__number-join {
    display: flex;
    flex-direction: row;
}

.enter__info {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    color: #9c4200;
}

.enter__number-ques,
.enter__number-time {
    border-radius: 10px;
    background-color: #fef5f5;
    border: 1px solid #fdecdf;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.enter__number-ques {
    width: 155px;
    display: flex;
    flex-direction: row;
}

.enter__icon {
    position: relative;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.enter__ques-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
}

.enter__ques-title {
    font-weight: 500;
}

.enter__ques-value,
.enter__ques-title {
    position: relative;
    display: inline-block;
}

.enter__line-divider {
    position: relative;
    border-top: 1px solid #eaeaea;
    box-sizing: border-box;
    width: 501px;
    height: 1px;
    flex-shrink: 0;
}

.enter__btn-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    text-align: center;
    font-size: 20px;
    color: #17383c;
}

.enter__btn-save,
.enter__btn-save-icon {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.enter__btn-save {
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    box-sizing: border-box;
    width: 200px;
    height: 48px;
    display: flex;
    flex-direction: row;
    padding: 8px 20px 8px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.enter__btn-join-now {
    border-radius: 14px;
    background-color: #265e64;
    width: 200px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    padding: 8px 3px 8px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
}

.enter__btn-join-now-icon {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    overflow: hidden;
}

.enter__number-time {
    width: 154px;
}

.enter__number-join {
    border-radius: 10px;
    background-color: #f4f7f7;
    border: 1px solid #93afb2;
    box-sizing: border-box;
    position: relative;
    width: 155px;
    flex-shrink: 0;
    overflow: hidden;
    padding: 10px 4px 10px 0;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #265e64;
}

.enter__testing-right,
.close-icon5 {
    position: relative;
    width: 522px;
    height: 306px;
    flex-shrink: 0;
    overflow: hidden;
    z-index: 1;
}

.modal__content {
    position: relative;
    border-radius: 30px;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 25px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    color: #112a2d;
    font-family: 'Mulish';
    justify-content: space-between;
}

.enter-testing__modal {
    width: auto !important;
}

.modal__close {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b5b4b4;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
}

@media (max-width: 1110px) {
    .enter__number-ques,
    .enter__number-time,
    .enter__number-join {
        width: 140px;
    }
    .modal__content {
        padding: 25px 0;
    }
    .enter__testing-right {
        width: 450px;
    }
}

.modal a.close-modal {
    top: 15px !important;
    right: 15px !important;
    background-image: url('../public/close5.svg') !important;
}


/* Login Section */

.login-content {
    padding-top: 57px;
    margin-bottom: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 35px;
    font-size: 28px;
}

@media (max-width: 767px) {
    .login-content {
        float: unset;
    }
}

.login-content__child {
    border-radius: 30px;
    background-color: #f4f7f7;
    box-shadow: 0 4px 30px rgba(38, 94, 100, 0.27);
    width: 444px;
    display: flex;
    flex-direction: row;
    padding: 50px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 480px) {
    .login-content__child {
        width: auto;
        padding: 50px 35px;
    }
    .login-form__register {
        padding-right: 45px !important;
    }
}

@media (max-width: 410px) {
    .login-content__child {
        padding: 35px 20px;
    }
    .login-form__register {
        padding-right: 20px !important;
    }
}

.login-content__box,
.login-content__frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.login-content__box {
    gap: 20px;
    width: 100%;
}

.login-form__text,
.login-content__title {
    position: relative;
    display: inline-block;
}

.login-content__frame {
    gap: 25px;
    font-size: 16px;
    color: #262626;
}

.login-content__form {
    border-radius: 4px;
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

@media (max-width: 365px) {
    .login-content__form {
        width: 270px;
    }
}

.login-form__base-impor,
.login-content__label {
    align-items: flex-start;
    justify-content: flex-start;
}

.login-content__label {
    height: 24px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    gap: 2px;
}

.login-form__label {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0 0 8px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: flex-start;
}

.login-form__text {
    font-weight: 500;
}

.login-form__impor {
    position: relative;
    line-height: 150%;
    font-weight: 500;
    display: inline-block;
}

.login-form__base-impor {
    overflow: hidden;
    display: none;
    flex-direction: column;
    padding: 0 0 8px;
    box-sizing: border-box;
    color: #dc3545;
    font-family: "Yu Gothic";
}

.login-form__input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.login-form__input-pass {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.login-form__eye-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
    left: 90%;
    cursor: pointer;
}

.login-form__forgot {
    position: relative;
    text-decoration: underline;
    display: inline-block;
    text-align: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    color: #265E64;
    text-align: right;
    width: 100%;
    margin-top: -15px;
    cursor: pointer;
}

@media (max-width: 365px) {
    .login-form__forgot {
        width: 87%;
    }
}

.login-form__other-method {
    position: relative;
    display: inline-block;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #A4A4A4;
}

.login-form__other-login {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 21px;
    color: #444;
}

@media (max-width: 365px) {
    .login-form__other-login {
        gap: 10px;
        display: inline-grid;
    }
}

.login-form__google-login {
    position: relative;
    box-shadow: 0 4px 10px 4px rgba(38, 94, 100, 0.11);
    width: 141.2px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 16px;
    cursor: pointer;
}

@media (max-width: 365px) {
    .login-form__google-login {
        width: 180px;
    }
}

.login-google__box {
    position: absolute;
    top: 12px;
    left: 26px;
    width: 89px;
    height: 26px;
}

@media (max-width: 365px) {
    .login-google__box {
        left: 45px;
    }
}

.login-other__box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.login-google__icon {
    position: relative;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    overflow: hidden;
}

.login-other__btn {
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.login-form__facebook-login {
    position: relative;
    box-shadow: 0 4px 10px 4px rgba(38, 94, 100, 0.11);
    width: 141.2px;
    height: 50px;
    flex-shrink: 0;
    color: #1877f2;
    border-radius: 16px;
    cursor: pointer;
}

@media (max-width: 365px) {
    .login-form__facebook-login {
        width: 180px;
    }
}

.login-facebook__box {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 108px;
    height: 26px;
}

@media (max-width: 365px) {
    .login-facebook__box {
        left: 40px;
    }
}

.login-facebook__icon {
    position: relative;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    overflow: hidden;
}

.login-form__register {
    width: 100%;
    font-size: 16px;
    text-align: right;
    display: inline-block;
    padding-right: 70px;
    padding-bottom: 60px;
}

.login-form__register-now {
    text-decoration: underline;
}

.register-success-form {
    position: relative;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    font-size: 28px;
    float: right;
}

.register-success__box {
    position: relative;
    border-radius: 30px;
    background-color: #f4f7f7;
    box-shadow: 0 4px 30px rgb(38 94 100 / 27%);
    width: 444px;
    display: flex;
    flex-direction: row;
    padding: 40px 50px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
    font-size: 28px;
    margin: 173px 0 184px 0;
}

.register-success__inside,
.register-success__des-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.register-success__inside {
    gap: 20px;
}

.register-success__icon {
    position: relative;
    width: 103px;
    height: 103px;
    flex-shrink: 0;
    overflow: hidden;
}

.register-success__title,
.register-success__des {
    position: relative;
    display: inline-block;
}

.register-success__des-box {
    font-size: 16px;
}

.register-success__des {
    width: 328px;
}


/* Profile Section */

.profile__bg-top {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #17383c;
    background: url(../public/image-1@2x.png) no-repeat center center fixed;
    height: 450px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.profile__edit-img {
    width: 180px;
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: 8px 15px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    float: right;
    top: 33px;
}

.profile__fluence-img {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.profile__btn-info {
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.profile__info-card {
    position: absolute;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(21px);
    padding: 20px;
    gap: 23px;
    color: #f4f7f7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 545px;
    height: 181.81px;
}

.profile-card__avatar {
    position: relative;
    width: 141.81px;
    height: 141.81px;
    flex-shrink: 0;
    z-index: 0;
}

.profile-card__info-user,
.profile-card__info-pack {
    display: flex;
    justify-content: flex-start;
}

.profile-card__info-user {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 1;
    flex: 1;
}

.profile-card__info-name {
    font-size: 25px;
}

.profile-card__info-pack {
    flex-direction: row;
    align-items: center;
    gap: 5px;
    text-align: center;
    color: #2e2e2e;
}

.profile-card__pack-data {
    border-radius: 14px;
    background-color: #ffd418;
    height: 40px;
    display: flex;
    flex-direction: row;
    padding: 10px 20px 11px;
    box-sizing: border-box;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-start;
}

.profile-card__pack-txt,
.ha-hai-thng3 {
    position: relative;
    display: inline-block;
}

.profile-card__pack-expire {
    position: relative;
    display: inline-block;
    color: #f5f5f5;
}

.profile-card__btn-edit,
.frame-div421 {
    position: absolute;
    box-sizing: border-box;
    align-items: center;
}

.profile-card__btn-edit {
    height: 40px;
    width: 40px;
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    display: flex;
    flex-direction: row;
    padding: 8px;
    justify-content: flex-start;
    z-index: 2;
    right: 20px;
    top: 31px;
}

.btn-pack__header {
    border-radius: 14px;
    background-color: #ffd418;
    height: 40px;
    display: flex;
    flex-direction: row;
    padding: 10px 20px 11px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: 0.2s;
}

.btn-pack__header:hover {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
}

.btn-pack-title__header,
.ha-hai-thng3 {
    position: relative;
    display: inline-block;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2E2E2E;
}

.usr-avatar__header {
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: cover;
}

.profile__content-btn,
.profile__content-below {
    position: absolute;
    display: flex;
    justify-content: flex-start;
}

.profile__content-below {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: #112a2d;
}

.profile__content-below .document-list__content {
    padding: 0px;
    width: 100%;
}

.profile__content-des {
    position: relative;
    font-size: 20px;
    display: inline-block;
    z-index: 0;
}

.profile__content-des-ctn {
    position: relative;
    font-weight: 500;
    color: #000;
    display: inline-block;
    width: 100%;
    z-index: 1;
}

.profile__content-btn {
    border-radius: 14px;
    background-color: #f4f7f7;
    border: 1px solid #265e64;
    box-sizing: border-box;
    flex-direction: row;
    padding: 8px 20px;
    align-items: center;
    gap: 8px;
    z-index: 2;
    text-align: center;
    color: #17383c;
    position: relative;
}

.profile__content-btn-edit-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.profile__content-btn-edit-txt {
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.profile__dingle-intro {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.frame-div421,
.profile__content-select,
.frame-div426 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.profile__content-select {
    align-items: center;
    gap: 27px;
    font-size: 20px;
    color: #678e93;
    margin-top: 23px;
    padding-bottom: 16px;
}

.profile__select-bar-ctn {
    position: relative;
    font-weight: 500;
    display: inline-block;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #678E93;
    cursor: pointer;
}

.profile__select-bar-ctn.active {
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 31px !important;
    color: #265E64 !important;
    border-bottom: 4px solid #265e64;
}

.profile__list-test-done {
    row-gap: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 48px !important;
    width: 100%;
}

.profile__list-test-done-joined {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #265E64 !important;
}

.profile-content__container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* New detail */

.new-detail__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.new-detail__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    color: #678e93;
    margin-top: 47px;
}

.new-detail__timer {
    position: relative;
    display: inline-block;
}

.new-detail__title-big {
    position: relative;
    font-size: 31px;
    display: inline-block;
    color: #265e64;
    width: 100%;
    text-align: left !important;
}

.new-detail__title-big[data-v-374204ff] {
    text-align: left !important;
    margin-bottom: 10px;
}

.new-detail__image-intro {
    position: relative;
    border-radius: 30px;
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
}

.new-detail__content-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.new-detail__des {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #265E64;
}

.new-detail__2-column {
    display: flex;
    column-gap: 50px;
}

.new-detail__left-column {
    width: 60%;
}

.new-detail__right-column {
    width: 40%;
}

.baseformslabel-div64,
.new-detail__other-new,
.frame-div549 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.new-detail__other-new {
    align-items: center;
    gap: 40px;
    font-size: 25px;
    margin-top: 220px;
}

.new-detail__divider {
    position: relative;
    border-top: 1px solid #93afb2;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
}

.new-detail__title {
    border-top: 0 solid #112a2d;
    border-right: 0 solid #112a2d;
    border-bottom: 2px solid #112a2d;
    border-left: 0 solid #112a2d;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 0 5px;
    align-items: flex-start;
    justify-content: flex-start;
}

.new-detail__title-txt {
    position: relative;
    display: inline-block;
}

.new-detail__new-list {
    margin-top: 5px !important;
    margin-bottom: 62px;
}


/* Menu category in Home Page */

.dio-navbar {
    position: relative;
}

.dio-navbar .main-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 30px;
    gap: 59px;
    background: #FFFFFF;
    border: 1px solid #93AFB2;
    box-shadow: 0px 4px 10px rgba(38, 94, 100, 0.16);
    border-radius: 20px;
    margin: 50px 0 80px 0;
}

.dio-navbar .main-navigation {
    justify-content: center;
    row-gap: 20px;
}

@media (max-width: 1330px) {
    .dio-navbar .main-navigation {
        column-gap: 10px;
    }
}

@media (max-width: 992px) {
    .dio-navbar .main-navigation {
        gap: 0;
        row-gap: 10px;
        flex-wrap: wrap;
    }
}

.dio-navbar ul li {
    display: block;
    position: relative;
    float: left;
}

.dio-navbar ul li {
    float: unset;
}

.dio-navbar li ul {
    display: none;
    z-index: 1000;
}

.dio-navbar ul li .exam-category__item {
    display: flex;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px;
    border-radius: 10px;
}

.dio-navbar ul li .exam-category__item:hover {
    background: #E5F2F3;
}

.dio-navbar li:hover>ul,
.dio-navbar .filter-select__tab {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0;
    isolation: isolate;
    width: 254px;
    background: #FFFFFF;
    box-shadow: -4px 0px 30px rgb(38 94 100 / 27%);
    border-radius: 20px;
    z-index: 1000;
}

.dio-navbar li:hover>ul .exam-category__in-inside {
    margin-left: 6px;
}

.dio-navbar li:hover li {
    float: none;
}

.dio-navbar li:hover .exam-category__item {
    background: #E5F2F3;
}

.dio-navbar li:hover li:hover,
.dio-navbar .filter-select__tab li:hover {
    background: #E5F2F3;
}

.dio-navbar li:hover li a,
.dio-navbar .filter-select__tab li a {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #265E64;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.dio-navbar li:hover li a img,
.dio-navbar .filter-select__tab li a img {
    height: 14px;
}

.dio-navbar .main-navigation li ul li,
.dio-navbar .filter-select__tab li {
    border-top: 0;
    width: 100%;
    padding: 0 15px 0 20px;
}

.dio-navbar .main-navigation li ul li a,
.dio-navbar .filter-select__tab li a {
    padding: 16px 0 15px 0;
}

.dio-navbar .main-navigation li ul li:not(:last-child) a,
.dio-navbar .filter-select__tab li:not(:last-child) a {
    border-bottom: 1px solid #EAEAEA;
}

.exam-category__in-inside .exam-category__in-inside-child:not(:last-child) a,
.dio-navbar .filter-select__tab .exam-category__in-inside-child:not(:last-child) a {
    border-bottom: 1px solid #EAEAEA !important;
}

.dio-navbar ul ul ul {
    left: 100%;
    top: 0;
}

.dio-navbar ul:before,
.dio-navbar ul:after,
.dio-navbar .filter-select__tab:before,
.dio-navbar .filter-select__tab:after {
    content: " ";
    display: table;
}

.dio-navbar ul:after {
    clear: both;
}

.dio-navbar .filter-select__tab li ul {
    left: 100%;
    top: 0;
}

.dio-navbar .filter-select__tab {
    display: none;
}

.dio-navbar .filter-select__tab.open {
    display: block;
}

.nav-user__logged {
    margin-top: 0 !important;
    right: 0 !important;
}

.nav-user__logged-content {
    justify-content: flex-start !important;
    align-items: center;
    column-gap: 5px;
}

.nav-user__logged-content img {
    height: 32px !important;
}

@media (max-width: 875px) {
    .dio-navbar ul li .exam-category__item {
        white-space: unset;
    }
    .dio-navbar .main-navigation {
        overflow-x: scroll;
    }
    .dio-navbar .main-navigation::-webkit-scrollbar {
        display: none;
    }
    .dio-navbar ul li .exam-category__item {
        white-space: unset;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .label-exam__select {
        width: 100%;
    }
}


/* End Menu Category in Home Page */


/* Slider Home Page */

.owl-carousel .owl-dots {
    bottom: 0;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

button.owl-dot span {
    background-color: #E5F2F3;
    border-radius: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9px;
    width: 9px;
}

button.owl-dot.active span {
    background-color: #265E64;
}

button.owl-dot:hover span {
    background-color: #265E64;
}

.banner-slideshow .owl-nav button.owl-prev {
    left: 30px;
}

.banner-slideshow .owl-nav button.owl-next {
    right: 30px;
}

.banner-slideshow button.owl-dot {
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px !important;
}

.banner-slideshow button.owl-dot span {
    background-color: #265E64;
    height: 8px;
    opacity: 0.5;
    width: 8px;
}

.banner-slideshow button.owl-dot.active {
    border-color: #265E64;
}

.banner-slideshow button.owl-dot.active span {
    opacity: 1;
}

@media (max-width: 991px) {
    .banner-slideshow .owl-dots {
        display: none;
    }
}

.owl-stage-outer {
    padding: 0 0 25px;
}

.el-notification__content>p {
    font-family: Mulish;
}

.el-notification__title {
    font-family: Mulish;
}

.test-popular__card-save.saved {
    background-color: #265E64;
}

.test-popular__card-save.saved .test-popular__card-btn {
    color: #fff;
}

.test-popular__card-save.saved .test-popular__iconlylight-outlinetick {
    filter: brightness(0) invert(1);
}

.action-test-thpt__save.saved {
    background-color: #265E64;
}

.action-test-thpt__save.saved .test-popular__card-btn {
    color: #fff;
}

.action-test-thpt__save.saved .info-test-thpt__outlinetick {
    filter: brightness(0) invert(1);
}

.test-olympic__btn-save.saved {
    background-color: #265E64;
}

.test-olympic__btn-save.saved .test-popular__card-btn {
    color: #fff;
}

.test-olympic__btn-save.saved .test-olympic__info-outlinetick {
    filter: brightness(0) invert(1);
}

.profile__content-des-ctn-email_notification {
    padding: 10px;
    gap: 10px;
    border: 1px solid #A1A1A1;
    border-radius: 10px;
    resize: none;
    width: 100%;
    font-family: Mulish;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.profile__content-des-ctn-description {
    min-height: 111px;
    padding: 10px;
    gap: 10px;
    border: 1px solid #A1A1A1;
    border-radius: 10px;
    resize: none;
    width: 100%;
    font-family: Mulish;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.profile-card__btn-edit.edit-name.btn--pointer {
    background: #265E64;
    border-radius: 14px;
    width: 68px;
    margin-top: -3px;
}

.profile__content-btn-edit-name-txt {
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Mulish';
    color: #FFFFFF;
}


/* End Slider Home Page */


/* add style for page profile */

.test-popular__list.profile-course {
    row-gap: 30px;
    padding-bottom: 30px;
}

.profile-course__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5F2F3;
}

.profile-course__info > span {
    font-size: 16px;
    font-weight: 500;
    color: #7F7F7F;
}

.profile-course__info .test-score {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #265E64;
}

.profile-course__info .test-score span {
    font-size: 25px;
    color: #1E4B50;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #BFEFCD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.profile-course .course__desc  {
    font-size: 16px;
    font-weight: 500;
    color: #7F7F7F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.course-retest svg {
    max-width: 24px;
    margin-right: 8px;
}

.profile-course .test-popular__item .test-popular__card-save {
    background-color: #265E64;
    color: #fff;
}

.document-list__content.profile-document__list {
    align-items: stretch;
    width: 100%;
}


/* add style for page profile */

.olympic-text__overview,
.olympic-text__overview2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.olympic-text__overview {
    color: #9C4200;
}

.olympic-text__overview2 {
    color: #265E64;
}

.test-olympic__tag-title .test-popular__card-component {
    padding: 12px 22px;
}

.new-detail__content-detail p img {
    object-fit: cover;
    margin-top: 10px;
}

@media (max-width: 1400px) {
    .test-olympic__tag-title .test-popular__card-component {
        padding: 10px;
    }
    .test-olympic__action .test-popular__card-btn {
        font-size: 14px;
    }
    .test-olympic__action-btn {
        width: 75px;
    }
    .test-olympic__btn-save {
        width: 75px;
        gap: 5px;
    }
    .test-olympic__btn-join-exam {
        width: 85px;
        padding: 8px 2px 8px 5px;
        gap: 0;
    }
}

@media (max-width: 350px) {
    .test-olympic__btn-save {
        padding: 0 10px;
    }
}

@media only screen and  (max-width: 1200px) {
    .test-popular__item {
        width: calc(100%/2 - 12px);
    }
    .test-document__item {
        width: calc(100%/3 - 16px);
        margin-right: 24px;
    }

}

@media only screen and  (max-width: 991px) {
    .test-result__output-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .test-result__output-right,
    .test-detail__left {
        width: 100%;
        position: static;
    }
}

@media only screen and  (max-width: 840px) {
    .intro-direct_content {
        margin-top: 70px;
        gap: unset;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .frame-image__intro {
        width: 100%;
        order: 1;
    }
    .owl-carousel .owl-item img {
        max-width: 100%;
        max-height: unset;
        object-fit: cover;
    }
    .left-intro_content {
        width: 100%;
        margin-top: 40px;
        padding-right: 0px;
    }
}

@media only screen and  (max-width: 768px) {
    .test-popular__list {
        row-gap: 30px;
    }
    .test-popular__item {
        width: 100%;
    }
    .test-document__list,
    .document-list__content {
        justify-content: space-between;
    }
    .test-document__item {
        width: calc(100%/2 - 12px);
        margin-right: 0px;
    }
    .dio-navbar ul li {
        width: 50%;
    }
    .dio-navbar li:hover>ul, .dio-navbar .filter-select__tab {
        display: none;
    }
    .main-navigation {
        padding: 20px 15px;
        align-items: stretch;
    }
    .content .content {
        min-height: auto;
    }
    .test-result__question-text-box {
        overflow-x: hidden;
    }
    .profile__info-card {
        position: static;
        width: 100%;
        height: auto;
    }
    .profile__select-bar-ctn.active {
        font-size: 22px !important;
    }
    .profile__select-bar-ctn {
        font-size: 18px;
        white-space: nowrap;
    }
    .profile__content-select {
        flex-wrap: wrap;
        row-gap: 8px;
    }
    .test-popular__card-icon {
        width: 24px;
        height: 24px;
    }
}

@media only screen and  (max-width: 600px) {
    html, body {
        overflow-x: hidden;
    }
    .test-document__item {
        width: 100%;
    }
    .dio-navbar .main-navigation {
        justify-content: space-between;
        padding: 20px;
    }

    .main-navigation .label-exam__select {
        margin-left: 0px;
        font-size: 16px;
    }
    .title__test-list {
        bottom: 40%;
    }
    .buy-mem__item-row {
        max-width: 100%;
        width: 100%;
        flex: unset;
    }
    .profile-card__avatar {
        width: 120px;
        height: 120px;
    }
    .profile__info-card {
        gap: 16px;
    }
    .profile-card__btn-edit {
        top: 24px;
    }
    .jquery-modal.blocker {
        width: 100vw;
        height: 100vh;
    }
    .result-testing__modal {
        width: 100% !important;
    }
    .result-testing__modal.modal {
        padding: 15px;
    }
    .show-result__pop-result,
    .continue-testing__pop-result {
        font-size: 16px;
    }
    .paragraph__test-list {
        bottom: 0px;
        padding: 10px 20px 30px;
    }
    .paragraph__test-list .content-paragraph__test-list {
        width: 100%;
        font-size: 15px;
    }
}

@media only screen and  (max-width: 479px) {
    .profile--input__edit {
        width: 100%;
    }
}

@media only screen and  (max-width: 414px) {
    .profile-card__avatar {
        width: 90px;
        height: 90px;
    }
}

/*    audio*/
.audio-player-contaner {
    border-radius: 16px;
    background-color: #265e64;
    width: 100%;
    height: 75px;
    flex-shrink: 0;
    padding: 8px 16px;
    box-sizing: border-box;
    justify-content: center;
    gap: 8px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}
.timeline {
    flex: 1;
    position: relative;
    background-color: rgba(255, 255, 255, 0.54);
    height: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.timeline .progress {
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    right: 78.62%;
    bottom: 0;
    left: -0.23%;
    background-color: #fff;
    transition: 0.25s;
}
.controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}
.controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    height: 0;
    border: 6px solid #0000;
    border-left: 10px solid #265e64;
    width: 12px;
    left: 4px;
}
.controls .toggle-play.play:hover {
    transform: scale(1.1);
}
.controls .toggle-play.pause {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    left: 2.5px;
}
.controls .toggle-play.pause:before {
    position: absolute;
    left: 0px;
    background: #265e64;
    content: "";
    height: 12px;
    width: 4px;
}
.controls .toggle-play.pause:after {
    position: absolute;
    right: 5px;
    background: #265e64;
    content: "";
    height: 12px;
    width: 4px;
}
.controls .toggle-play.pause:hover {
    transform: scale(1.1);
}
.controls .time {
    display: flex;
}
.controls .time > * {
    padding: 2px;
}
.controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}
.controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}
.controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: coral;
    height: 100%;
    width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
}

.test-detail__question-type-2 {
    display: flex;
    flex-wrap: wrap;
}

.content-title__part {
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
}
.content-title__part p {
    font-weight: normal;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
@font-face {
    font-family: 'SVN-Big Noodle Titling';
    src: url('./../../fonts/SVN-Big\ Noodle\ Titling.otf');
}

/* Pop Up exam */
.result-testing__modal {
    width: 580px !important;
}

.result-testing__modal .modal__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.button-action__pop-result {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding-top: 21px;
    border-top: 1px solid #EAEAEA;
}

.continue-testing__pop-result {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #265E64;
    border-radius: 14px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #17383C;
}

.show-result__pop-result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 42px;
    gap: 10px;
    background: #265E64;
    border-radius: 14px;
    border: navajowhite;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.text-show__pop-result {
    padding: 21px 0;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    color: #112A2D;
}

.content-intro__pop-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.close-modal {
    display: none !important;
}

.show-close {
    display: block !important;
}

@media only screen and (max-width: 600px) {
    .result-testing__modal {
        width: 100% !important;
    }
    .show-result__pop-result, .continue-testing__pop-result {
        font-size: 16px;
    }
}

table, th, td {
    border: 1px solid;
}

input[type='checkbox']:after {
    width: 21px;
    height: 21px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: #EAEAEA;
    content: '';
    display: inline-block;
    visibility: visible;
}

.test-result__question-select-ans input[type='checkbox']:checked:after {
    width: 21px;
    height: 21px;
    border-radius: 15px;
    position: relative;
    background-color: #66D886;
    content: '';
    display: inline-block;
    visibility: visible;
}

.new-detail__content-detail p span,
.new-detail__content-detail li span{
    color: #265E64 !important;
}
