html {
    --red: #fe1427;
    --line: #06c755;
    --CI-Midnight-Blue: #00073c;
    --CI-Light-Blue: #2e6693;
}

body {
    height: 100vh;
    font-family: "Battambang" !important;
    font-size: normal;
    font-style: normal;
    display: flex;
    flex-direction: column;
}

main {
    display: flex;
    flex: 1 !important;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Battambang" !important;
    font-weight: bold;
}

.nav-block {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #0072B4;
}

.nav-section {
    padding-left: 24px;
}

.profile-section {
    padding-right: 24px;
}

.profile-image {
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    height: 31px;
    width: 31px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
}

.content-block {
    width: 100%;
    padding-bottom: 150px;
    /* flex: 1 1 auto; */
}

.silver-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    height: 48px;
    color: var(--System-White, #fff);
    text-align: center;
    width: 100%;
    /* CLEAR/Button 16-25 Semibold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
    border-radius: 100px;
    border: 2px solid #8E9094;
}

.silver-btn:hover {
    color: var(--System-White, #fff);
}

.silber-btn-section {
    padding: 16px 10px 40px 10px;
}

.silver-btn-section>div {
    padding: 0 10px;
}

/* Line Button */
.btn-clear-red {
    color: #fff;
    border-radius: 109px;
    border: 2px solid var(--Gradient-LightSilver, #79797a);
    background: radial-gradient(107.08% 85.59% at 86.3% 87.5%,
            rgba(0, 0, 0, 0.23) 0%,
            rgba(0, 0, 0, 0) 86.18%),
        radial-gradient(83.94% 83.94% at 26.39% 20.83%,
            rgba(255, 255, 255, 0.59) 0%,
            rgba(255, 255, 255, 0) 69.79%,
            rgba(255, 255, 255, 0) 100%),
        var(--red);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
}

.btn-clear-red:hover {
    color: #fff;
}

.line-icon {
    height: 24px;
}

.btn-line {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    background-color: var(--line);
    color: #fff;
    border-radius: 73px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.btn-line:hover {
    color: #fff;
}

/* sidebar menu */
.sidebar-menu {
    background-color: var(--CI-Midnight-Blue);
    color: #fff;
    /* CLEAR/Button 16-25 Semibold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
}

.menu-detail {
    margin-top: 57px;
    width: 100%;
}

.menu-items {
    /* padding: 0 24px; */
}

.menu-item {
    height: 56px;
    border-bottom: 0.5px solid #fff;
    display: flex;
    align-items: center;
}

.menu-link {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    color: #fff;
    /* CLEAR/Button 16-25 Semibold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
    text-decoration: none;
}

.menu-link:hover {
    color: #fff;
}

.lang,
.signout {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
    text-decoration: none;
    margin-left: 15px;
    display: inline-block;
}

.lang:hover,
.signout:hover {
    color: #fff;
}

.lang.active {
    background-color: var(--red);
    padding: 8px 10px;
    border-radius: 40px;
}

/* member menu */
.menu-section {
    padding: 0 24px;
}

.member-menu {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 16px;
    height: 80px;
}

.menu-icon {
    margin-bottom: 3px;
}

.menu-items>a {
    width: 100%;
    color: var(--CI-Light-Blue);
    text-align: center;
    /* CLEAR/Label Regular 12-12 */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 100% */
    text-decoration: none;
}

.menu-items:first-child>a {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.menu-items:last-child>a {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.menu-items>a.active {
    background: var(--CI-Light-Blue);
    /* Button Dropshadow */
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.logo-image {
    height: 32px;
    flex-shrink: 0;
}

.term-consent-label {
    font-size: 14px !important;
    color: #333 !important;
}

.term-consent-label a {
    font-size: 10px !important;
}
.section-content-thankyou {
    justify-content: start!important;
}
.thankyou-banner {
    margin-top: 60px;
    margin-bottom: 32px;
}
.thankyou-text {
    height: 30px;
}
.thankyou-detail {
    margin-top: 27px;
    color: var(--primary-blue-1, #0E131F);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

.link-term-thankyou {
    color: #1B355B;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {}