@import url("fonts/NotoSansHK/stylesheet.css");
@import url("fonts/RedHat/stylesheet.css");

/* start of Root */

:root {
    --rh-global-black: black;
    --rh-global-red: red;
    --rh-global-navy: navy;
    --rh-global-white: white;
    --rh-global-table-grey: #f6f6f6;
    --rh-btn-font-size: 1rem;
    --rh-btn-min-width: 200px;
    --rh-btn-margin-bottom: 1rem;
    --rh-btn-add-to-calendar-font-size: 1.3rem;
    --rh-btn-add-to-calendar-width: 200px;
    --rh-btn-register-now-font-size: 16px;
    --rh-btn-register-now-width: 200px;
    --rh-btn-hover-opacity: 0.8;
    --rh-section-video-text-color: var(--rh-global-white);
    --rh-global-body-font-color: #333;
    --rh-themecolor-primary: #a71f5f;
    --rh-themecolor-primary-rgba: rgba(167, 31, 95, 1);
    --rh-themecolor-primary-rgba-opacity-09: rgba(167, 31, 95, 0.9);
    --rh-themecolor-secondary: #cc3676;
    --rh-themecolor-secondary-rgba: rgba(205, 55, 120, 1);
    --rh-themecolor-gradient: linear-gradient(0deg, rgb(248 228 220) 0%, rgb(248 228 221) 30%, rgb(252 189 206) 100%);
    --rh-themecolor-gradient-radial: radial-gradient(circle, rgba(234, 75, 142, 1) 0%, rgba(167, 31, 95, 1) 100%);
    --rh-themecolor-third: #ea4b8e;
    --rh-themecolor-third-rgba: rgba(234, 75, 142, 1);
    --rh-themecolor-fourth: #fa99c2;
    --rh-themecolor-fifth: #ffb6db;
    --rh-themecolor-highlight: #fabfd4;
    --rh-table-font-size: 0.9125em;
    --rh-table-bgcolor-odd: var(--rh-global-white);
    --rh-table-bgcolor-even: var(--rh-global-table-grey);
    --rh-table-padding: 15px 8px;
    --rh-table-line-height: 1.5em;
    --rh-icon-base-font-size: 1.5em;
    --rh-global-eng-font-family: "arial";
    --rh-global-eng-special-font-family: "arial", sans-serif;
    --rh-global-eng-kv-font-family: "Red Hat Text", sans-serif;
    --rh-global-chi-font-family: "Noto Sans HK";
    --rh-global-chi-special-font-family: var(--rh-global-chi-font-family);
    --rh-global-chi-kv-font-family: var(--rh-global-chi-font-family);
    --rh-global-font-size: 16px;
    --rh-global-body-line-height: 2;
    --rh-global-eng-font-size: var(--rh-global-font-size);
    --rh-global-chi-font-size: var(--rh-global-font-size);
    --rh-global-table-th-chi-font-size: 1em;
    --rh-spacer: 1rem;
    --rh-global-border-radius: 4px;
    --rh-themecolor-basic-line-color: #cccccc;
    --rh-themecolor-icon-base-color: #e2c85b;
    --rh-atc-text-color: var(--rh-themecolor-primary);
    --rh-atc-border-color: var(--rh-themecolor-highlight);

    /* Video Play Icon */
    --rh-video-play-icon-w: 100px;
    --rh-video-play-icon-h: var(--rh-video-play-icon-w);
    --rh-video-play-icon-border-radius: 100em;
    --rh-video-play-icon-bg-color: var(--rh-themecolor-highlight);
    --rh-video-play-icon-shadow: 10px 10px 9px 1px rgba(0, 0, 0, 0.3);

    /* contender-page */
    --rh-contender-btn-color01: #e2c85b;
    --rh-contender-btn-color02: #2d5775;
    --rh-contender-primary-color: var(--rh-themecolor-secondary);
    --rh-contender-secondary-color: var(--rh-themecolor-third);
    --rh-contender-highlight-color: var(--rh-themecolor-highlight);

    /* accordion keys date */
    --rh-accordion-keys-date-item-bg-gradient: linear-gradient(30deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.6) 100%);
    --rh-accordion-keys-date-item-bg-gradient-0deg: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
    --rh-accordion-keys-date-item-bg-gradient-123deg: linear-gradient(123deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);

    /* IJC */
    --rh-global-table-ijc-grey: #ddd;
    --rh-global-btn-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

/* end of Root */
.en {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}
.ch {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}

.tc {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}

body {
    background: var(--rh-themecolor-gradient) !important;
}
.en body {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif !important;
}
.ch body {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif !important;
}

.tc body {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif !important;
}
   
h4 {
    border-radius: 30px;
    color: var(--rh-themecolor-primary);
    font-size: 20px;
}
.en h4 {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}
.ch h4 {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}
.index-slogan {
    color: var(--rh-global-white);
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    /*margin-bottom: 80px;*/
   /* margin-bottom: 40px;*/
    /* text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6); */
}
.en .index-slogan {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif !important;
}
.ch .index-slogan {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif !important;
}
.opening {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); */
    padding: 0px 15px;
    color: var(--rh-themecolor-primary);
}
.en .opening {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}
.ch .opening {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}
.index-title {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px 15px;
    min-width: 250px;
    max-width: 280px;
    color: var(--rh-themecolor-primary);
    transition: color 0.4s;
    text-align: center;
    background-color: rgba(255, 207, 228, 0.9);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    gap: 15px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 4, 56, 1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 4, 56, 1);
    box-shadow: 10px 10px 5px 0px rgba(0, 4, 56, 1);
}
.en .index-title{
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}
.ch .index-title{
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}
.page-bg {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top;
    display: flex;
    flex-direction: column;
    padding-top: 15%;
    min-height: 1166px;
}
.index-title h4 {
    color: var(--rh-themecolor-primary);
    font-size: 24px;
    font-weight: 700;
}
.index-title p {
    color: var(--rh-themecolor-primary);
    font-size: 16px;
}

.container.sog-wrapper {
    max-width: 548px;
    width: 548px;
    padding: 0;
}
.nav-right-item-top {
    width: 100%;
    position: absolute;
    top: 0px;
}
.nav-right-item-top a {
   /* color: #dfb640 !important;*/
    text-decoration: none;
}
.nav-language {
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
    align-items: center;
    gap: 5px;
}

.page-min-height {
    min-height: 1166px;
}
.nav-tab-wrapper {
    display: flex;
    gap: 4px;
    margin-left: 64px;
}
.nav-tab-wrapper .nav-tab {
    width: 43px;
    height: 98px;
}
.nav-tab-wrapper .nav-tab-active {
    /* background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/icon-tab-active.png");
    background-size: contain; */
}
.race-nav-tab-wrapper {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 5px 0px;
}
.race-nav-tab-wrapper .nav-tab {
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    /* background-color: #4768A6; */
    background: #c9c9c9;
    border-radius: 20px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}
.race-nav-tab-wrapper .nav-tab-active {
    color: #ffffff;
    background-color: var(--rh-themecolor-primary);
}
.swiper-pagination-bullet-active {
    background-color: var(--rh-themecolor-primary) !important;
}
.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #281fa7) !important;
}
.en .p-static {
    background-image: url("../images/MBTI_Cover-EN-ComingSoon.jpg");
}
.ch .p-static-c {
    background-image: url("../images/MBTI_Cover-CH-ComingSoon.jpg");
}

.tc .p-static-c {
    background-image: url("../images/MBTI_Cover-CH-ComingSoon.jpg");
}

.cn .p-static-c {
    background-image: url("../images/MBTI_Cover-CH-ComingSoon.jpg");
}

.en .p-static {
    background-image: url("../images/MBTI_Cover-EN-ComingSoon.jpg");
}
.ch .p-static {
    background-image: url("../images/MBTI_Cover-CH-ComingSoon.jpg");
}

.tc .p-static {
    background-image: url("../images/MBTI_Cover-CH-ComingSoon.jpg");
}

.cn .p-static {
    background-image: url("../images/MBTI_Cover-CH-ComingSoon.jpg");
}

.en .p-start {
    background-image: url("../images/en/MBTI-UI_Cover.jpg");
    background-color: #fff;
}
.ch .p-start {
    background-image: url("../images/ch/MBTI-UI_Cover.jpg");
    background-color: #fff;
}

.en.appVersion .p-start {
    background-image: url("../images/en/MBTI-UI_Cover-app.jpg");
    background-color: #fff;
}
.ch.appVersion .p-start {
    background-image: url("../images/ch/MBTI-UI_Cover-app.jpg");
    background-color: #fff;
}

.tc.appVersion .p-start {
    background-image: url("../images/ch/MBTI-UI_Cover-app.jpg");
    background-color: #fff;
}


.tc .p-start {
    background-image: url("../images/ch/MBTI-UI_Cover.jpg");
    background-color: #fff;
}

.cn .p-start {
    background-image: url("../images/ch/MBTI-UI_Cover.jpg");
    background-color: #fff;
}


.p-explore-forward {
    background-image: url("../images/MBTI-UI_Scene2.jpg");
    background-color: #cecfe4;
}

.en .p-closure{
    background-image: url("../images/en/MBTI_Cover-closure.jpg");
}
.ch .p-closure{
    background-image: url("../images/ch/MBTI_Cover-closure.jpg");
}

.tc .p-closure{
    background-image: url("../images/ch/MBTI_Cover-closure.jpg");
}

.cn .p-closure{
    background-image: url("../images/cn/MBTI_Cover-closure.jpg");
}

.p-welcome {
    background-image: url("../images/MBTI-UI_Scene1.jpg");
    background-color: #cecfe4;
}
.p1 {
    background-image: url("../images/MBTI-UI_Scene2.jpg");
    background-color: #cecfe4;
}
.p2 {
    background-image: url("../images/MBTI-UI_Scene3.jpg");
    background-color: #cecfe4;
}
.p3 {
    background-image: url("../images/MBTI-UI_Scene4.jpg");
    background-color: #cecfe4;
}
.p4 {
    background-image: url("../images/MBTI-UI_Scene5.jpg");
    background-color: #cecfe4;
}
.p5 {
    background-image: url("../images/MBTI-UI_Scene6.jpg");
    background-color: #cecfe4;
}
.p6 {
    background-image: url("../images/MBTI-UI_Scene7.jpg");
    background-color: #cecfe4;
}
.p7 {
    background-image: url("../images/MBTI-UI_Scene8.jpg");
    background-color: #cecfe4;
}
.quiz {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 30px 20px;
    flex: 1 1 auto;
    justify-content: center;
    /*margin-top: 500px;*/
    margin-top: 580px;
}
.quiz-opening {
    margin-top: 480px;
}
.start-page {
    margin-top:750px;
}
.btn {
  /* font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
    display: flex;
    border-radius: 60px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px 30px;
    width: -webkit-fill-available;
    max-width: 300px;
   
    color: var(--rh-themecolor-highlight);
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: color 0.4s;
    text-align: center;
    background-color: rgba(30, 57, 74, 0.8);
    border: 3px solid #f6e2a3;
    font-weight: 500;*/
}

.btn {
	display:inherit;
}
.en .btn {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}
.ch .btn {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}

.tc .btn {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}


.btn a {
}
.btn:hover {
	opacity: 0.8;
   /*  color: var(--rh-themecolor-primary);
    background-color: rgba(255, 255, 255, 0.8);
    /* background-color: rgba(167, 31, 95, 0.8); */
}

.btn-s2 {
    color: #ffffff;
	background-color: rgba(108, 118, 179, 1);
	border-radius: 100px;
	height:auto;
	padding: 10px 25px!important;
	 box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
	margin-top:20px;
}
.btn-s2 a {
}
.btn-s2:hover {
    color: #ffffff;
	background-color: rgba(108, 118, 179, 0.8);
	 box-shadow: 0 5px 15px rgba(145, 92, 182, .8);
    /*background-color: rgba(242, 170, 192, 0.8);*/
}
.info {
    position: absolute;
    top: 70px;
    width: 100%;
    justify-content: center;
    display: flex;
}
.question-container {
    /* flex: 1 1 auto; */
    margin-bottom: 45px;
}
.question {
    display: flex;
    border-radius: 24px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px 15px;
    /* min-width: 280px; */
    max-width: 330px;
    color: #ffffff;
    /*font-size: 20px;*/
    font-size: 24px;    
    transition: color 0.4s;
    text-align: center;
    /*background-color: rgba(2, 11, 92, 0.9);*/
    background-color: rgba(0, 151, 178, 0.9);
    background: #0097b2;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}
.en .question {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}
.ch .question {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}
.choice {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.options {
    background-color: #fff;
    display: block;
    margin-left: 13%;
    font-size: 25px;
    font-weight: 100;
    margin-top: 30px;
    text-align: left;
}

input[type="radio"] {
    border: 5px solid white;
    width: 20px;
    height: 1.3em;
    float: left;
}
.nav-tab-active {
    color: #f00;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.ans-btn {
}

.result-images {
    padding: 0px 0px 0px 0px;
}
.save-caption {
    text-align: left;
    color: #000!important;
    padding: 0px 15px;
	 margin-top: 20px;
    margin-bottom: 20px;
}
.caption {
    font-size: 12px;
    line-height: 1.2rem;
    color: var(--rh-themecolor-primary);
}


.disclaimer .caption {
	color: #000!important;
}

.race-your-matched {
    text-align: center;
    /*border-bottom: 3px solid #211fa7;*/
    padding-bottom: 10p;
    width: fit-content;
    padding: 5px 5px 5px;
    margin: auto;
}
.text-center {
    text-align: center;
    padding: 0px 10px;
}
.mb-1 {
    margin-bottom: 10%;
}
.mb-2 {
    margin-bottom: 20%;
}
.mb-3 {
    margin-bottom: 30%;
}
.mb-4 {
    margin-bottom: 40%;
}
.mb-6 {
    margin-bottom: 60%;
}
.mt-1 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-2 {
    margin-top: 10px;
}
.mt-3 {
    margin-top: 30px;
}
.mt-4 {
    margin-top: 40px;
}
.mt-5 {
    margin-top: 50px;
}
.flex-start {
    justify-content: flex-start;
}
.race-container {
    /* background-color: #f6f6f6; */
    padding-bottom: 30px;
}
.bg-under-line {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    width: 90%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(192, 192, 192, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
}
.bg-under-line span {
    background-color: #391721;
    padding: 0px 15px;
    font-size: 18px;
}

.input-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
    max-width: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    align-items: center;
}
.input-row .font-prov {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
    display: flex;
    border-radius: 30px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px 20px;
    width: max-content;
    max-width: 280px;
    /*color: var(--rh-themecolor-primary);*/
    color: var(--rh-global-white);
    font-size: 16px;
    text-align: center;
    /*background-color: rgb(156 181 243 / 90%);*/
    background-color:var(--rh-themecolor-secondary);
    margin-top: 15px;
    margin-bottom: 5px;
    min-width: 300px;
}
.en .font-prov {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}

.en  {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif;
}


.ch .font-prov {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}

.tc .font-prov {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}

.tc {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif;
}

.hide {
    display: none;
}
.read-more-container {
    padding-left: 30px;
    padding-bottom: 15px;
}
.read-more-toggle {
    cursor: pointer;
    font-weight: 700;
}
.read-more-content {
    background-color: #ffffff;
    width: 100%;
    margin-top: 5px;
    padding: 15px 0px;
}
.read-more-content h6 {
    margin: 0px 10px;
}
.en .read-more-content h6 {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif !important;
}
.ch .read-more-content h6 {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif !important;
}

.tc .read-more-content h6 {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif !important;
}

.read-more-content a {
    color: var(--rh-themecolor-primary);
    word-break: break-all;
}
.footer-fifth-row {
    display: flex;
    flex-direction: column;
    color: #515150;
    padding: 0px;
    background-color: #ffffff;
    font-size: 12px;
    border-top: 1px solid #dddd;
	width: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

.footer-fifth-row .divpadding{
    
    padding: 15px;
   
}

.hkjc-logo {
    max-width: 220px;
    padding-bottom: 15px;
}
.footer-fifth-row a {
    color: #515150;
    font-weight: 700;
    text-decoration: none;
}
.footer-fifth-row ul {
    list-style-type: disc;
    padding-left: 20px;
}
.footer-fifth-row ul li {
    margin-bottom: 5px;
}
.footer-fifth-row-left {
    padding-bottom: 10px;
}
.race-tab-content {
    padding-top: 130px;
    padding-left: 5px;
    padding-right: 5px;
}
.race-info-row {
    margin-bottom: -120px;
}
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    color: #000000;
    margin: 10px;
    gap: 10px;
}
.card .h-img {
    border-radius: 20px;
    width: 100%;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.card-number {
    color: #000000;
    display: flex;
    gap: 5px;
}
.card-number div {
    color: #000000;
    background: #c9c9c9;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 25px;
    line-height: 30px;
    font-weight: 700;
}
.card-number div .active {
    color: #000000;
    background: #c9c9c9;
}
.card-number .active {
    background: rgb(156, 208, 255);
    background: linear-gradient(180deg, rgba(156, 208, 255, 1) 0%, rgba(122, 192, 255, 1) 48%, rgba(23, 114, 196, 1) 100%);
    color: #ffffff;
}
.card-number .active-red {
    background: rgb(220, 218, 255);
    background: linear-gradient(180deg, rgb(218, 219, 255) 0%, rgb(53, 65, 235) 100%);
    color: #ffffff;
}
.card-star {
    display: flex;
    gap: 5px;
}
.disclaimer {
    padding: 15px;
	background:#fff!important;
}

.p0 .choice {
}
input {
    padding: 5px 10px;
}

select {
    padding: 0px 10px;
}
.submit-form {
    width: 100%;
}
.ch .nav-language .ch {
    display: none;
}
.en .nav-language .en {
    display: none;
}
.en .nav-language {
    font-family: 'Noto Sans HK', 'Microsoft Yahei', '微軟正黑體', arial, sans-serif !important;
    font-weight: 500;
}
.ch .nav-language {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif !important;
    font-weight: 500;
}

.tc .nav-language {
    font-family: 'Red Hat Text', 'Tahoma', 'Arial', sans-serif !important;
    font-weight: 500;
}
.mobile-row{
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
}
#v_mobile-error {
    grid-column: 1 / span 2;
    margin-top: 5px;
}
@media screen and (max-width: 548px) {
    body {
        background: #391721 !important;
    }
    .index-slogan {
        //*margin-top: 10vw;
        margin-bottom: 10vw;*/
    }
    .container.sog-wrapper {
        /* background-color: #F8E4DC; */
        max-width: 100%;
        width: 100%;
    }
    .page-bg {
        background-size: 100%;
        /*min-height: 150vw;*/
        min-height: 100vh;        
        background-repeat: no-repeat;
    }
    .page-min-height {
        min-height: 195vw;
    }
    .submit-form {
        min-height: auto;
    }
    .choice {
        gap: 15px;
        margin-bottom: 15px;
    }
    .quiz {
        /*margin-top: 94vw;*/
        margin-top: 98vw;
        /* padding: 30px 20px 0px 20px; */
    }
    .question-container {
        margin-bottom: 30px;
    }
    .nav-language {
        padding: 5px 10px;
    }
    .nav-language img {
        width: 20px;
    }
    .start-page {
        margin-top: 131vw;
    }
    .info {
        top: 12vw;
    }
    .nav-tab-wrapper {
        margin-left: 11vw;
        gap: 6px;
    }
    .nav-tab-wrapper .nav-tab {
        width: 7vw;
        height: 20vw;
    }
    .nav-tab-wrapper .nav-tab-active {
        width: 7vw;
        height: 20vw;
    }
    .question {
        font-size: 18px;
    }
    .btn {
        font-size: 15px;
        /*padding: 10px 15px;*/
    }
    .index-slogan {
        font-size: 20px;
    }
}
@media screen and (max-width: 375px) {
    .start-page {
        margin-top: 420px;
    }
}

@media screen and (max-width: 320px) {
    .race-nav-tab-wrapper .nav-tab {
        width: 14px;
        height: 14px;
        font-size: 14px;
        line-height: 14px;
    }
    .info {
        top: 11vw;
    }
    .nav-tab-wrapper {
        margin-left: 11vw;
        gap: 8px;
    }
    .nav-tab-wrapper .nav-tab {
        width: 6vw;
        height: 20vw;
    }
    .start-page {
        margin-top: 370px;
    }
    .input-row .font-prov {
        max-width: 260px;
        min-width: 260px;
    }
}
#v_18yearold-error, #v_agreement-error {
    text-align: left;
    padding-left: 30px;
}
#submitBtn{
    margin-bottom: 30px;
}
.fa-refresh{
    font-size: 28px;
}
/* .nav-tab-wrapper .nav-tab{
    border: #262A81 solid 1px;
} */


/***************** 2025 addition CSS Start ***************/

.result-share-bar {

   /* display: inline-block;
    
 
    margin-bottom: 15px;
    vertical-align: middle !important;
    background-color: rgba(108, 118, 179, 1);
    border-radius: 100px;
    height: auto;
    padding: 10px 25px !important;
    box-shadow: 0 5px 15px rgba(145, 92, 182, .4);*/
}

.result-share-bar img {
   /* max-width: 40px;
    margin: 0px 5px;*/
}

.result-share {
   display:flex;
   gap:0px;
  flex-direction: row;
	    justify-content: center;
    align-items: center;
}

.result-share-bar span {
    /*font-size: 20px;
    color:#fff;*/
}
.product-bar span {
    /*font-size: 20px;
    color:#fff;*/
}

.product-bar {
   /* display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle !important;
    background-color: rgba(108, 118, 179, 1);
    border-radius: 100px;
    height: auto;
    padding: 10px 25px !important;
    box-shadow: 0 5px 15px rgba(145, 92, 182, .4);*/
}


.race-your-matched--bar {
  
   /* background: #0097b2;*/
    display: inline-block;
    border-radius: 50px;
    padding: 5px 30px;
    max-width: 300px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
	display:none!important;
}

.race-your-matched--bar h4 {
    /*font-size: 30px;*/
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}


.race-info-sc, .race-info-csc {
    display: flex;
    padding: 15px;
}

.race-info-left {
    max-width: 200px;
    text-align: center;
    position: absolute;
    background: #c3edf7;
    height: 220px;
}

.race-info-left__title {
    /*background: #004aad;*/
    display: block;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    width: 90px;
    text-align: left;
    color: #0097b2;
    font-weight: 450;
}

.race-info-right__col {
    max-width: 180px;
    min-height: 220px;
    /*display: inline-flex;*/
}

.race-info-right__col .card {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* transition: 0.3s; */
    padding: 5px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    color: #000000;
    margin: 0px 5px;
    gap: 5px;
}

.race-info-right__col .card .h-img {
    border-radius: 5px;
    width: 100%;
}

.race-info-right__col .card h4 {
    color: var(--rh-themecolor-primary);
    font-size: 16px;
}

.en .race-info-right__col .card h4 {
    font-size: 13px;
}

.race-info-right {
    display: flex;
    margin-left: 115px;
}

hr.race-hr {
    border: 1px solid #fff;
    margin: auto;
    width: 93%;
}

.center-msg {
    text-align: center;
    max-width: 350px;
    margin: auto;
    line-height: 1.5;
}

.center-msg h5{
   /* color:var(--rh-themecolor-primary);*/
}


.result-share-bar a {
    color: transparent;
}

.result-analys-container {
    background: #aae3f1;
    padding: 5px 0px;
    margin-top: 10px;
    }

    .race-your-matched--nobar {
        padding: 10px 30px;
        /*max-width: 290px;*/
        margin: auto;
        text-align: center;
        margin-top: 30px;
    }
    
    .race-your-matched--nobar h4 {
        color: #0097b2;
        text-decoration: underline;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.5;
    }

.capImg__conatiner {
    display: inline-flex;
    gap: 10px;
}

img#capImg {
     width: 100%; 
     max-width: 250px;
}

.input-row select {
    padding: 5px 10px;
    font-size: 15px;
}

.fa-refresh {
    color:var(--rh-themecolor-third);
}

.read-more-toggle {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    color: var(--rh-themecolor-third);
}

div#betsharePopup {
    content: "";
    background-color: rgba(0, 0, 0, .9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    overflow-y: auto;
}

.Popup__container {
    width:80vw;
    max-width: 500px;
    margin:auto;
}

#betsharePopup .Popup__container a {
    display: inline-block;
    background: #e5cddb;
    margin: 15px;
    padding: 10px 20px;
    border-radius: 15px;
   
	color:#000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 70px;
}

.popupMsg__container {
    padding: 15px;
}

.popupMsg__container p{
    /*font-size: 14px;*/
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}


.close_btn {
    text-align: right;
    padding: 15px 0;
}

.close_btn::before {
    content: url(../images/cross.png);
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: 'fontawesome';
}

a.betshare_btn {
   /* display: block;
    background: #0d527e;
    margin: 5px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 25px;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 12px;*/
}

a:hover.betshare_btn  {
  /*  background-color: rgba(0, 151, 178, 0.8);
    text-decoration: underline;*/
}

.race-info-right__col {
    width: 180px;
}


.race-info-sc, .race-info-csc {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    margin: 10px;
    padding: 15px 0;
}


@media screen and (max-width: 800px) {

    .en .race-your-matched--bar h4 {
        font-size: 22px;
    }

    .en .race-info-right__col .card h4 {
        font-size: 14px;
        min-height: 34px;
    }

    .en a.betshare_btn {
        font-size: 12px;
    }

}

@media screen and (max-width: 548px) {
    .race-info-left__title {
    width: 60px;
    font-size: 14px;
    }

    .race-info-right__col .card h4 {
        font-size: 14px;
    }

    .race-your-matched--bar h4 {
        font-size: 26px;
    }

    .en .race-your-matched--bar h4 {
        font-size: 22px;
    }

    .en .race-info-right__col .card h4 {
        font-size: 10px;
        min-height: 24px;
    }

    .en a.betshare_btn {
        font-size: 10px;
    }

    .race-info-right {
        margin-left: 85px;
    }

    .race-info-right__col {
        width: 130px;
        min-height: 180px;
    }

    .race-info-left {
        height: 180px;
    }

    .race-info-sc, .race-info-csc {
        padding: 10px 0;
    }

    .race-your-matched--nobar h4 {
        font-size: 24px;
    }

    .en .race-your-matched--nobar h4 {
        font-size: 19px;
    }

    .en .result-share-bar span {
        font-size: 16px;
    }
}
/***************** 2025 addition CSS End ***************/

.nav-right-item-top a {
	color:#000!important;
}

.nav-right-item-top a:hover {
	color:#000!important;
	opacity: 0.8;
}

#loading {
	
	background: #F9CBD5!important;
background: radial-gradient(circle, rgba(249, 203, 213, 1) 0%, rgba(206, 207, 227, 1) 100%)!important;
}


.coupon-btn-container {
	display: flex;
    justify-content: center;
}

.coupon-btn-container a {
	
	text-decoration: none!important;
	
}

.coupon-btn {
	
	font-size:36px;
	color:#fff;
	font-weight: 600;
	text-decoration: none!important;
	
}

.hp-01 {
	background: #dacfe9!important;
}

.hp-01 #icon-ph3 .cls-1 {
    fill: #43245f!important;
    stroke-width: 0px;
}

.hp-01 .phase3-content-title,  .hp-01 .mySwiperHorse h4 {
	color: #43245f!important;
}

.hp-01 .coupon-btn {
	
	background:  #43245f!important;
}

.hp-02 {
	background: #e9e0cf!important;
}

.hp-02 #icon-ph3 .cls-1 {
    fill: #b9820c!important;
    stroke-width: 0px;
}

.hp-02 .phase3-content-title,  .hp-02 .mySwiperHorse h4 {
	color:#b9820c!important;
}

.hp-02 .coupon-btn {
	
	background: #b9820c!important;
}


.hp-03 {
	background: #f6e6eb!important;
}

.hp-03 #icon-ph3 .cls-1  {
    fill: #bf345d!important;
    stroke-width: 0px;
}

.hp-03 .phase3-content-title,  .hp-03 .mySwiperHorse h4 {
	color:#bf345d!important;
}

.hp-03 .coupon-btn {
	
	background:#bf345d!important;
}


.hp-04 {
	background:#e9cfd8!important;
}


.hp-04 #icon-ph3 .cls-1 {
    fill:#771612!important;
    stroke-width: 0px;
}

.hp-04 .phase3-content-title,  .hp-04 .mySwiperHorse h4 {
	color:#771612!important;
}

.hp-04 .coupon-btn {
	
	background:#771612!important;
}



.hp-05 {
	background: #e9d7cf!important;
}

.hp-05 #icon-ph3 .cls-1 {
    fill:  #eb8903!important;
    stroke-width: 0px;
}

.hp-05 .phase3-content-title,  .hp-05 .mySwiperHorse h4 {
	color:#eb8903!important;
}

.hp-05 .coupon-btn {
	
	background:#eb8903!important;
}

.hp-06 {
	background: #cfe9d7!important;
}

.hp-06 #icon-ph3 .cls-1 {
    fill:  #46a138!important;
    stroke-width: 0px;
}

.hp-06 .phase3-content-title,  .hp-06 .mySwiperHorse h4 {
	color:#46a138!important;
}

.hp-06 .coupon-btn {
	
	background:#46a138!important;
}



.hp-07 {
	background: #cfdbe9!important;
}

.hp-07 #icon-ph3 .cls-1  {
    fill: #2350a0!important;
    stroke-width: 0px;
}

.hp-07 .phase3-content-title,  .hp-07 .mySwiperHorse h4 {
		color:#2350a0!important;
}

.hp-07 .coupon-btn {
	
	background:#2350a0!important;
}

.hp-08 {
	background: #e9cfd8!important;
}

.hp-08 #icon-ph3 .cls-1 {
    fill: #c1332f!important;
    stroke-width: 0px;
}

.hp-08 .phase3-content-title,  .hp-08 .mySwiperHorse h4 {
	color:#c1332f!important;
}

.hp-08 .coupon-btn {
	
	background:#c1332f!important;
}

/***************** web start btn position  ***************/

@media screen and (max-width: 548px) {
    .start-page {
        margin-top: 52em;
    }
}

@media screen and (max-width: 530px) {
    .start-page {
        margin-top: 51.5em;
    }
}

@media screen and (max-width: 520px) {
    .start-page {
        margin-top: 49.5em;
    }
}

@media screen and (max-width: 510px) {
    .start-page {
        margin-top: 48em;
    }
}

@media screen and (max-width: 500px) {
    .start-page {
        margin-top: 47.5em;
    }
}

@media screen and (max-width: 485px) {
    .start-page {
        margin-top: 45.5em;
    }
}

@media screen and (max-width: 470px) {
    .start-page {
        margin-top: 44.5em;
    }
}

@media screen and (max-width: 450px) {
    .start-page {
        margin-top: 42.5em;
    }
}


@media screen and (max-width: 440px) {
    .start-page {
        margin-top: 41em;
    }
}

@media screen and (max-width: 430px) {
    .start-page {
        margin-top: 40em;
    }
}

@media screen and (max-width: 420px) {
    .start-page {
        margin-top: 39em;
    }
}

@media screen and (max-width: 414px) {
    .start-page {
        margin-top: 38.5em;
    }
}


@media screen and (max-width: 400px) {
    .start-page {
        margin-top: 37em;
    }
}

@media screen and (max-width: 380px) {
    .start-page {
        margin-top: 35em;
    }
}


@media screen and (max-width: 375px) {
    .start-page {
        margin-top: 34em;
    }
}





@media screen and (max-width: 360px) {
    .start-page {
        margin-top: 33em;
    }
}


@media screen and (max-width: 340px) {
    .start-page {
        margin-top: 31.5em;
    }
}



@media screen and (max-width: 320px) {
    .start-page {
        margin-top: 29em;
    }
}



/***************** app start btn position  ***************/

  .appVersion .start-page {
    margin-top: 700px;
}


@media screen and (max-width: 548px) {
   .appVersion  .start-page {
        margin-top: 49em;
    }
}

@media screen and (max-width: 530px) {
 .appVersion    .start-page {
        margin-top: 48.5em;
    }
}

@media screen and (max-width: 520px) {
   .appVersion  .start-page {
        margin-top: 46em;
    }
}

@media screen and (max-width: 510px) {
   .appVersion  .start-page {
        margin-top: 44.5em;
    }
}

@media screen and (max-width: 500px) {
  .appVersion   .start-page {
        margin-top: 43em;
    }
}

@media screen and (max-width: 485px) {
    .appVersion  .start-page {
        margin-top: 42em;
    }
}

@media screen and (max-width: 470px) {
   .appVersion   .start-page {
        margin-top: 41em;
    }
}

@media screen and (max-width: 450px) {
  .appVersion   .start-page {
        margin-top: 38.5em;
    }
}


@media screen and (max-width: 440px) {
  .appVersion   .start-page {
        margin-top: 38em;
    }
}

@media screen and (max-width: 430px) {
  .appVersion   .start-page {
        margin-top: 37em;
    }
}

@media screen and (max-width: 420px) {
   .appVersion  .start-page {
        margin-top: 36em;
    }
}

@media screen and (max-width: 414px) {
  .appVersion   .start-page {
        margin-top: 35em;
    }
}


@media screen and (max-width: 400px) {
   .appVersion  .start-page {
        margin-top: 34em;
    }
}

@media screen and (max-width: 380px) {
   .appVersion  .start-page {
        margin-top: 33em;
    }
}


@media screen and (max-width: 375px) {
    .appVersion .start-page {
        margin-top: 32em;
    }
}

@media screen and (max-width: 360px) {
   .appVersion  .start-page {
        margin-top: 32em;
    }
}



@media screen and (max-width: 350px) {
  .appVersion   .start-page {
        margin-top: 30.5em;
    }
}


@media screen and (max-width: 340px) {
   .appVersion  .start-page {
        margin-top: 29em;
    }
}



@media screen and (max-width: 320px) {
   .appVersion  .start-page {
        margin-top: 28em;
    }
}




