﻿html {
    max-height: 100vh;
    min-width: 320px !important;
}

body {
    font-family: 'Century Gothic', notosansthai-light, sans-serif;
    margin: 0;
}

.ff-notosansthai {
    font-family: notosansthai-light;
}
.fw-bold {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

.chillpay-main {
    width: 100%;
    height: 100vh;
}

.cp-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.cp-content {
    max-width: 750px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-body--box {

}
.content-body--msg-en {
    text-align: center;
}
.content-body--msg-th {
    text-align: center;
}
.box-text {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #F2F3F5;
}

.content-footer {
    width: 100%;
    margin-top: 25px;
}
.cs-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cs-info--header {
    margin-bottom: 7px;
}
.cs-info--details {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cs-info--details-border {
    width: 1px;
    height: 10px;
    background-color: #707070;
    margin: 0 10px;
}
.cs-info--border {
    background-color: #DFDFDF;
    width: 30px;
    height: 1px;
    margin-top: 15px;
}

.cp-footer {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.footer-copyright {
    text-align: center;
    margin-bottom: 5px;
}
.footer-powerby {
    text-align: center;
    margin-bottom: 5px;
}
.footer-chillpay-logo {

}

@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 375px) {
    h1{
        font-size: 20px;
    }
    h2 {
        font-size: 16px;
    }
    h3 {
        font-size: 14px;
    }
    h4 {
        font-size: 10px;
    }
    h5 {
        font-size: 9px;
    }
    h6 {
        font-size: 8px;
    }

    .content-body {
        width: 320px;
        margin-top: 125px;
    }
    .content-body--msg-en {
        margin-top: 30px;
    }
    .content-body--msg-th {
        margin-top: 30px;
    }
    .box-text {
        width: 250px;
        height: 50px;
    }
    .chillpay-logo-img {
        width: 40px;
    }
}

@media only screen and (min-width: 755px) {
    h1{
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 12px;
    }
    h5 {
        font-size: 12px;
    }
    h6 {
        font-size: 12px;
    }

    .content-body {
        width: 750px;
        margin-top: 260px;
    }
    .content-body--msg-en {
        margin-top: 60px;
    }
    .content-body--msg-th {
        margin-top: 40px;
    }

    .chillpay-logo-img {
        width: 50px;
    }
}