body {
    color: #202124;
}

.hidden-desktop {
    display: none;
}

.hidden-mobile {
    display: block;
}

.box-content {
    margin: 32px auto;
    max-width: 1380px;
    width: 94%;
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0;
}

.modal-open .modal {
    top: 0;
}

.icon-alert-empty {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 18px;
}

.form-group {
    position: relative;
    padding-bottom: 18px;
    margin: 0;
}

button[disabled] {
    background: #c1c1c1;
    pointer-events: none;
}

.icon-alert-empty {
    position: absolute !important;
    top: 37px !important;
    right: 24px !important;
    font-size: 18px !important;
}

.alert-empty-privacy {
    display: none;
    position: absolute;
    left: 24px;
    top: -10px;
    font-size: 12px;
    margin: 0;
}

.alert-empty {
    display: none;
    position: absolute;
    bottom: -2px;
    margin: 0;
    font-size: 12px;
    right: 20px;
}

.alert-already {
    display: none;
    position: absolute;
    bottom: -2px;
    margin: 0;
    font-size: 12px;
    right: 0;
}

.alert-mailvalid {
    display: none;
    position: absolute;
    bottom: -2px;
    margin: 0;
    font-size: 12px;
    right: 0;
}

.inp-register {
    border: 1px solid #B8C1C9;
    border-radius: 5px;
    padding: 10px;
    height: 44px;
}

.inp-register:focus {
    border: 1px solid #0172FF;
    box-shadow: none;
}

.grecaptcha-badge {
    z-index: 1;
}

.font-red {
    color: red;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.p-l-10 {
    padding-left: 10px
}

.p-l-15 {
    padding-left: 15px
}


.bg-white {
    background-color: #fff;
}

/* Text */
.title-banner-1 {
    max-width: 440px;
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
}

.title-banner-1.lang-th {
    max-width: 520px;
}

.title-banner-gradient {
    max-width: 540px;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(131deg, #0010FF 2.89%, #444FF1 37.81%, #9C58E9 71.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-pink-gradient {
    background: linear-gradient(90deg, #A7F0EE 0%, #ACD9FB 21.15%, #FCCAF2 48.08%, #FCC7C7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-start-right {
    color: #202124;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 24px;
}

.title-text-center {
    color: #202124;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.text-color-main {
    color: #4B62E6;
}

.text-color-blue {
    color: #0052CC;
}

.text-color-orange {
    color: #FF931E;
}

.text-color-pink {
    color: #FF80AB;
}

.text-color-purple {
    color: #6040D7;
}

.text-color-yellow {
    color: #FFD804;
}

.text-color-black {
    color: #202124;
}

.text-color-blue-pink {
    background: linear-gradient(90deg, #A7F0EE 0%, #ACD9FB 50.96%, #FCCAF2 79.33%, #FCC7C7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color-pink-purple {
    background: linear-gradient(142deg, #E859AD 53.47%, #565EF0 95.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-title-purple {
    color: #6040D7;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.sub-title-blue {
    color: #0172FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.btn-getstarted {
    /* background: #4B62E6; */
    background: linear-gradient(117deg, #0010FF 9.2%, #444FF1 46.21%, #9C58E9 84.36%);
    box-shadow: 0px 5px 20px rgba(1, 114, 255, 0.2);
    color: #FFFFFF;
    border: none;
    padding: 10px 30px;
    font-weight: 500;
}

.btn-getstarted .arrow-right {
    padding-left: 0;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    width: 10px;
    display: inline-block;
    height: 22px;
}

.btn-getstarted:hover .arrow-right {
    padding-left: 5px;
}

.btn-contact-sale {
    border-radius: 7px;
    border: 1px solid #7939CC;
    font-weight: 500;
    color: #7939CC;
    padding: 10px 25px;
    transition: .2s;
    line-height: 1.4;
}

.btn-contact-sale:hover {
    background: #7939cc18;
    color: #7939CC;
}

.btn-pink-purple {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    /* background: linear-gradient(142deg,
            #E859AD 0%,
            #565EF0 50%,
            #E859AD 100%); */
    background: linear-gradient(113deg, #1924FF 10.59%, rgba(96, 64, 215, 0.84) 46.41%);

    background-size: 200% 200%;
    background-position: left center;
    transition: background-position .4s ease;
}

.btn-pink-purple:hover {
    color: #fee7ff;
    background-position: right center;
}

/* ------------- section banner ------------- */
section.section-banner {
    overflow: hidden;
    padding: 40px 0 0 0;
    background: linear-gradient(90deg, #FFFAFC 0%, rgba(255, 250, 252, 0.20) 40.87%, #F3F8FF 97.6%);
}

section.section-banner .img-title-affiliate {
    width: auto;
    max-width: 426px;
}


.wrap-banner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wrap-banner .info-baner {
    max-width: 460px;
}

.wrap-banner .info-action {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.wrap-banner .info-baner p {
    color: #657285;
    margin: 16px 0 24px;
}

.wrap-banner .info-baner ul {
    margin-top: 20px;
    margin-bottom: 32px;
    padding-inline-start: 20px;
}

.wrap-banner .info-baner ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #6155F5;
    text-transform: uppercase;
}

.wrap-banner .img-banner {
    margin-top: -60px;
    margin-bottom: -80px;
    width: 100%;
    max-width: 680px;
}

.box-item-bright {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    width: 100%;
    gap: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 5px 0 rgba(0, 82, 204, 0.07);
    padding: 12px 24px;

}

.box-item-bright .items {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 16px;
    border-right: 1px solid #EAEBF3;
}

.box-item-bright .items:last-child {
    border-right: none;
}

.box-item-bright .items .img-icon {
    max-width: 82px;
    max-height: 70px;
}

.box-item-bright .items .text {
    color: #292D34;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.box-item-bright .items .info {
    display: flex;
    flex-direction: column;
}

.box-item-bright .items .info .text-title {
    color: #122FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.box-item-bright .items .info .text-title.black {
    color: #202124;
}

.box-item-bright .items .info .text {
    color: #292D34;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}


.box-item-bright.v-3 {
    padding: 16px;
    gap: 20px;
}

.box-item-bright.v-3 .items {
    padding: 4px 0;
}

.box-item-bright.v-3 .items .img-icon {
    width: 100%;
    max-width: 60px;
    max-height: 60px;
}

section.section-banner.s-2 {
    padding: 0;
    background: #FFFFFF;
}

section.section-banner.s-2 .title-banner-1 {
    color: #122FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
}

section.section-banner.s-2 .title-banner-2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

section.section-banner.s-2 .title-2-blue {
    color: #4B62E6;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

section.section-banner.s-2 .wrap-banner .info-baner p {
    color: #202124;
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
}

section.section-banner.s-2 .wrap-banner .img-banner {
    margin-top: 0;
    margin-bottom: 0;
}

section.section-banner.s-2 .box-item-bright {
    background: rgba(151, 71, 255, 0.02);
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.25);
}


/* section-platform */
section.section-platform {
    background: linear-gradient(90deg, #FAF6FF 0.16%, #DEE2FF 99.8%);
    padding: 32px 0;
}

section.section-platform .title-start-right .text-color-purple {
    background: linear-gradient(289deg, #E859AD 44.59%, #565EF0 76.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.card_frame {
    border-radius: 20px;
    background: #FFF;
    width: 330px;
    padding: 28px 34px;
    min-height: 474px;
}

.card_frame .img-icon {
    max-width: 160px !important;
    max-height: 120px !important;
    margin: auto;
}

.card_frame .info .text-title {
    color: #161616;
    font-size: 22px;
    font-weight: 700;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    text-align: center;
    margin-top: 12px;
}

.card_frame .info .desc {
    color: #657285;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.card_frame .info .ul-card {
    color: #657285;
    padding-inline-start: 16px;
}

.owl-carousel .owl-stage {
    padding: 24px 0px;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    box-sizing: content-box;
    background: rgba(136, 150, 162, 0.5);
}

.owl-carousel.owl-drag .owl-item {
    transition: .4s;
}

.owl-carousel.owl-drag .owl-item.active.center {
    transform: scale(1.1);
}

.owl-dot.active span {
    background: #FFFFFF;
    border: 5px solid #8A00FF;
}

.owl-dot.active span {
    background: #FFFFFF !important;
    border: 5px solid #8A00FF;
}

/* section-built-for */
section.section-built-for {
    padding: 40px 0 40px 0;
    background: #FFFFFF;
    text-align: center;
}

section.section-built-for .title {
    color: #6040D7;
    font-size: 48px;
    font-weight: 700;
}

section.section-built-for .sub-title {
    color: #202124;
    font-size: 36px;
    font-weight: 700;
}

.box-item-built-for {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.box-item-built-for .items-built-for {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 20px;
    border: 1px solid #EDF5FF;
    background: #FFF;
    box-shadow: 0 4px 5px 0 rgba(0, 82, 204, 0.07);
    padding: 16px;
}

.box-item-built-for .items-built-for .img-icon {
    width: 100px;
    height: auto;
}

.box-item-built-for .items-built-for .text-title {
    color: #161616;
    font-size: 20px;
    font-weight: 700;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-item-built-for .items-built-for .desc {
    color: #657285;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

/* section-why-mandala */
section.section-why-mandala {
    padding: 40px 0 40px 0;
    background: linear-gradient(90deg, rgba(252, 207, 199, 0.30) 0%, rgba(252, 202, 242, 0.30) 31.77%, rgba(172, 217, 251, 0.30) 66.15%, rgba(85, 109, 251, 0.30) 100%);

}

section.section-why-mandala .title {
    color: #202124;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

section.section-why-mandala .title.text-blue {
    color: #4B62E6;
}

section.section-why-mandala .sub-title {
    color: #202124;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

section.section-why-mandala .desc-title {
    color: #657285;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.box-infrastructure {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.card-infrastructure {
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(96, 64, 215, 0.19);
    background: #fff;
    padding: 28px 36px;
    position: relative;
    text-align: left;
    min-height: 320px;
}

.card-infrastructure .box-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.card-infrastructure .box-title .icon {
    width: 54px;
    height: 54px;
}

.card-infrastructure .box-title .text-title {
    color: #202124;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.card-infrastructure .info {
    max-width: 60%;
}

.card-infrastructure .desc {
    color: #657285;
    font-size: 15px;
    font-weight: 500;
}

.card-infrastructure .image-right {
    position: absolute;
    right: 32px;
    bottom: 32px;
    width: 36%;
}

/* section.section-banner.s-2.s-3 */
section.section-banner.s-2.s-3 {
    padding: 40px 0 0 0;
}

.section-banner.s-2.s-3 .wrap-banner .info-baner {
    max-width: 640px;
}

/* section-banner ss-footer */
.section-banner.ss-footer {
    padding: 0;
}

.section-banner.ss-footer .title-banner-1 {
    color: #fff;
}

.section-banner.ss-footer .btn-contact-sale {
    color: #fff;
    border-color: #fff;
}

.section-banner.ss-footer .wrap-banner {
    background: linear-gradient(120deg, #0D1AFF 23.4%, #565EF0 74.57%, #E859AD 114.52%);
    padding: 40px 70px;
    border-radius: 10px;
}

.section-banner.ss-footer .wrap-banner .img-banner {
    margin-top: -30px;
    margin-bottom: -80px;
    width: 100%;
    max-width: 500px;
}

.section-banner.ss-footer .btn-getstarted {
    background: #fff;
    color: #0052CC;
}

.section-banner.ss-footer .wrap-banner .info-baner p {
    color: #fff;
}


/* ------------- Modal ------------- */
.txt-policy-freetool {
    font-size: 13px !important;
    padding: 5px 0px 0px 0px;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    line-height: 16px;
    color: #202124 !important;
    text-align: left;
    max-height: 100px;
    overflow: auto;
}

.btn-modal-close {
    display: flex;
    width: 26px;
    height: 26px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: rgba(101, 114, 133, 0.31);
    border: none;
    font-size: 20px;
}

.modal-header {
    border-bottom: none;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 99999;
    padding: 0;
}


.modal-half-content .modal-dialog {
    width: 95%;
    max-width: 1322px;
}

.modal-half-content .modal-content {
    border-radius: 20px;
    background: #FFF;
    border: none;
}

.modal-half-content .modal-body {
    display: flex;
    padding: 0;
}

.modal-half-content .modal-body .box-left,
.modal-half-content .modal-body .box-right {
    width: 50%;
}

.modal-half-content .modal-body .box-left {
    display: flex;
    align-items: center;
    background: #fcfbfc;
    border-radius: 20px 0 0 20px;
}

.modal-half-content .modal-body .box-left .img-banner {
    border-radius: 20px 0 0 20px;
    width: 100%;
}

.modal-half-content .modal-body .box-right {
    padding: 12px 0px;
    background: #fcfcfd;
    border-radius: 20px;
}

.modal-half-content .title {
    background: linear-gradient(142deg, #E859AD 4.86%, #565EF0 48.7%, #0070E2 89.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.modal-half-content .cbx span:first-child svg {
    top: 4px;
    left: 2px;
}

.modal-half-content .box-form {
    border-radius: 10px;
    background: #FFF;
    padding: 18px 16px 0px 16px;
}

.btn-submit-form {
    width: 100%;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.btn-submit-form.desabled {
    background: #a0a0a0;
    color: #fff;
    pointer-events: none;
}

.btn-submit-form .arrow-right {
    padding-left: 0;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    width: 10px;
    display: inline-block;
    height: 22px;
}

.btn-submit-form .arrow-right i {
    font-size: 22px;
}

.btn-submit-form:hover .arrow-right {
    padding-left: 5px;
}

#partner_form label {
    font-size: 14px;
    font-weight: 500;
}

#partner_form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    transition: .2s;
}

#partner_form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    max-height: 80px;
}

#partner_form .select-frame {
    margin-bottom: 20px;
}

/* #partner_form .select-frame.mt-20 {
        margin-top: 20px;
    } */

#partner_form input:focus {
    outline: none;
    border: 1px solid #4B62E6;
}

#partner_form .btn-joinus {
    width: 100%;
    margin: 20px auto;
    background: #4B62E6;
    box-shadow: 0px 5px 20px rgba(1, 114, 255, 0.2);
    display: block;
    transition: .2s;
}

#partner_form .btn-joinus:hover {
    background-color: #3d51bf;
}

#partner_form .btn-joinus a {
    color: #FFFFFF;
}

#partner_form .select2-selection--single {
    height: 42px;
    border-radius: 8px;
}

#partner_form .select2-selection__rendered {
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    max-width: 80%;
    line-height: 42px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
}

#partner_form .select2-selection__arrow {
    width: 39px;
    height: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.19);
}

#partner_form .select2-selection__arrow b {
    top: 21px;
}

#partner_form .sp-option {
    display: none;
}

#partner_form .ph-red::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

#partner_form .ph-red:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

#partner_form .ph-red::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.tandc a {
    color: #0070E2;
}

.tandc a:hover {
    text-decoration: underline;
}

.tandc a:visited,
.tandc a:active {
    color: #0052cc;
}

.select2-dropdown {
    margin-top: 2px;
    border: none;
    box-shadow: 0px 5px 20px rgb(1 114 255 / 20%);
    border-radius: 10px;
    padding: 10px;
    z-index: 100;
}

.select2-results__options {
    margin-top: 5px;
}

.select2-search--dropdown {
    padding: 0;
}

#partner_form .input-group {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#partner_form .input-group:focus-within {
    border: 1px solid #0070E2;
}

#partner_form .input-group input {
    margin: 0;
}

#partner_form .input-group-addon {
    background: #FFF;
    border-radius: 8px 0 0 8px;
}

.left-float-bg,
.right-float-bg {
    max-height: 750px;
    position: absolute;
    top: -100px;
    z-index: -1;
}

.left-float-bg {
    left: 0;
}

.right-float-bg {
    right: 0;
}

.partner-page {
    padding: 60px 0;
}

.cbx:hover span:first-child {
    border-color: #4B62E6 !important;
}

.inp-cbx:checked+.cbx span:first-child {
    border-color: #4B62E6 !important;
    background: #4B62E6 !important;
}

.cbx span:first-child svg {
    top: 4px;
    left: 1px;
}

#free-trial-policy .form-group .ic-checkbox {
    margin-top: 5px;
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border: 1px solid #B8C1C9;
    border-radius: 3px;
}