@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2&family=Prompt&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    /* font-family: 'Baloo Bhaina 2', sans-serif; */
    font-family: 'Prompt', sans-serif;

}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 390px) {
    .container {
        max-width: 380px;
    }
}


/* ขนาดเหรียญ */
.logo-point {
    width: 24px;
    height: 24px;
}

/* top nav */
nav {
    padding-top: 1.5rem;
    background: #fff;
}

.color-head {
    background: #FFC600;
}

.nav-con {
    display: flex;
    justify-content: space-between;
    margin: 1rem;
    align-items: center;
}

/* main */
main {
    margin-bottom: 6rem;
}

.header-con {
    display: flex;
    margin: 1rem;
    align-items: center;
}

.header-right h1 {
    padding-right: 0.3rem;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.header-left img {
    width: 83px;
    height: 83px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1rem;
}

.header-right span {
    padding-left: 0.3rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

/* feature */

.feature-con {
    display: flex;
    justify-content: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .5rem 1rem;
    background-color: #FFC600;
    border-radius: 10px;
    padding: 20px;
    width: 50%;
}

.feature-item a {
    text-decoration: none;
    color: #242424;
    text-align: center;
}

.setting {
    margin: 1rem;
}

.setting a {
    padding: .5rem 0;
    text-decoration: none;
    color: #242424;
    border-bottom: 1px solid #D7D7D7;
}

 

.setting-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.setting-link img {
    display: flex;
    width: 24px;
    height: 24px;
}

.setting-link span {
    font-size: 16px;
    margin-right: auto;
    margin-left: 24px;
}

.setting-link .arrow {
    display: flex;
    width: 24px;
    height: 24px;
}


/* footer menu */
footer {
    position: fixed;
    z-index: 1030;
    bottom: 0;
    width: 100%;
    /* height: 80px; */
    background-color: #fff;
    align-items: center;
    text-decoration: none;
}

/* @media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
} */

/* @media only screen and (max-width: 400px) {
    .container{
        max-width: 300px;
    }
} */

.footer-menu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.btn-image {
    padding: 0.3rem 1rem;
}

.btn-img {
    background-color: #FFC600;
    border-radius: 50%;
    padding: 0.5rem;
    /* position: relative; */
}

.btn-image a {
    text-decoration: none;
}

/* profile setting */
.proflie {
    margin: 1rem;
}

.item {
    display: flex;
    flex-direction: column;
    /* margin: 1rem; */
}

.item a {
    padding: .5rem 0;
    text-decoration: none;
    color: #242424;
    border-bottom: 1px solid #D7D7D7;
}

.setting-profile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.setting-profile img {
    display: flex;
    width: 24px;
    height: 24px;
}

.setting-profile span {
    font-size: 16px;
    margin-right: auto;
    margin-left: 24px;
}

.setting-profile h4 {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
}

.form-control {
    display: block;
    width: 50%;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    color: #242424;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
    text-align: end;
}

/* map setting */
.address {
    margin: 1rem;
}

.address-title {
    display: flex;
}

.address-title h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-left: 1rem;
}

textarea {
    border: 1px solid #aaa;
  border-radius: 4px; 
    width: 100%;
    outline: none;
}

button {
    width: 100%;
    border: none;
    color: #242424;
    background: #FFC600;
    border-radius: 10px;
    padding: 1rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

/* coupon */
.coupon {
    margin: 1rem;
}

.coupon-title {
    display: flex;
}

.coupon-title h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-left: 1rem;
}

/* partner */
.paetner-title {
    text-align: center;
    margin: 3rem 1rem;
}

.paetner-title h1 {
    margin-top: 2rem;
}

.partner {
    margin: 1rem;
}

.partner a {
    padding: .5rem 1rem;
    text-decoration: none;
    color: #242424;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    margin: 1rem 0;
    background: #fff;
}

.partner-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.partner-link .active {
    background: #FFC600;
}


.partner-link img {
    display: flex;
    width: 40px;
    height: 40px;
}

.partner-link .arrow {
    display: flex;
    width: 24px;
    height: 24px;
}

.partner-link h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-right: auto;
    margin-left: 24px;
}


.partner-link span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/* privacy policy */
.page-consent {
    margin: 1rem;
    margin-bottom: 6rem;
}

hr:not([size]) {
    height: 1px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

.policy {
    display: flex;
    flex-direction: column;
}

.policy h3 {
    margin-top: 1rem;
}

.policy p {
    margin-top: 1rem;
    text-indent: 40px;
}

.policy p a {
    text-decoration: none;
    color: #242424;
}

.consent-heard {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

/* checkbox */
.form-check-label,
.form-check-input[type="checkbox"] {
    cursor: pointer;
}

.form-check {
    margin: 0 1rem;
    font-size: 20px;
    margin-top: 1rem;
    /* margin-bottom: 20%; */
}


.form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    /* background-color: #64D220; */

}

footer {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

button {
    font-size: large;
}

.bg-form {
    background-color: #FFC600;
    border: none;
    border-radius: 10px;
}

.w-100 {
    width: 50% !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.btn {
    margin-bottom: 1rem;
    letter-spacing: -0.025rem;
    text-transform: uppercase;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    background-size: 150%;
    background-position-x: 25%;
}

/* contact-btn */
.contact-line {
    display: flex;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    color: #242424;
    padding: 1rem 5rem;
    border-radius: 10px;
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 1rem;
    border: 1px solid #242424;
}

.contact-line img {
    height: 24px;
    width: 24px;
    margin-right: 0.5rem;
}

/* peer misstion */
.peer-misstion-info {
    text-align: center;
    margin: 3rem 1rem;
}

.peer-misstion-info img {
    height: 40px;
    width: 40px;
}