@font-face {
    font-family: 'Prompt';
    src: url('Prompt-Bold.woff2') format('woff2'),
        url('Prompt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prompt';
    src: url('Prompt-Medium.woff2') format('woff2'),
        url('Prompt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prompt';
    src: url('Prompt-Regular.woff2') format('woff2'),
        url('Prompt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prompt';
    src: url('Prompt-SemiBold.woff2') format('woff2'),
        url('Prompt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
  
html,
body {
    -webkit-text-size-adjust: 100%;
    width:100%;
    height: 100vh;
    padding:0;
    margin:0;
    color: #000000;
    font-family: 'Prompt';
    /* font-family: "Kanit", sans-serif; */
    background-color: #fcf4e1;
    /*
    background-image: url('../img/rbg.png');
    background-repeat: repeat;
    background-size: contain;
    */
}

img {
    width: 100%;
    height: auto;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}

@media screen and ( min-width: 300px ) {
    .page-container {
        display: block;
        width: 100%;
        padding: 0px;
        margin: 0px auto;
        text-align: center;
        position: relative;
        max-width: 400px;
        min-height: 100vh;
    }

    .page-logo {
        display: block;
        width: 50%;
        margin: 50px auto;
        margin-bottom: 20px;
    }

    .page-bg {
        display: block;
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: 1;
        background-image: url('../img/bg-mid.png');
        background-repeat: repeat-y;
        background-size: contain;
    }

    .page-content {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 2;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .page-content {
        height: 100vh;
    }

    .input-panel {
        display: block;
        width: 70%;
        margin: 20px auto;
        min-height: 40vh;
    }

    .label-01 {
        display: block;
        width: 100%;
        color: #5b3112;
        text-align: left;
    }

    .label-small {
        display: block;
        width: 100%;
        color: #5b3112;
        text-align: left;
        font-size: 14px;
    }

    .label-02 {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    .grey-txt {
        color: #999999;
        text-decoration: none;
    }

    .light-txt {
        text-decoration: none;
        color: #bd9635;
    }

    .small-txt {
        font-size: 12px;
    }

    .small-txt-02 {
        font-size: 14px;
    }

    .page-btn,
    .page-btn-02 {
        display: block;
        position: relative;
        bottom: 0px;
        min-height: 250px;
        padding-top: 100px;
        width: 100%;
        margin: 0px auto;
        background-image: url('../img/bg-bottom.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .page-btn-02 {
        position: relative;
        padding-top: 0px;
    }

    .consent {
        display: block;
        width: 70%;
        margin: 0px auto;
        text-align: left;
    }

    .btnNormal {
        display: block;
        width: 70%;
        margin: 0px auto;
    }

    .btnShort {
        display: inline-block;
        width: 25%;
        margin: 0px 10px;
    }

    .txtbox {
        display: block;
        width: 100%;
        margin: 10px auto;
    }

    input[type='text'],
    select {
        display: block;
        width: 100%;
        margin: 0px auto;
        color: #000000;
        background-color: #ffffff;
        border: 0px;
        border-radius: 10px;
        font-size: 20px;
        padding: 10px 10px;
        text-align: center;
        border: 1px solid #5b3112;
        font-family: 'Prompt';
    }

    option {
        font-family: 'Prompt' !important;
    }

    .otp-box{
        display:flex;
        gap:15px;
    }

    .otp-input{
        width:70px;
        height:50px;
        border:1px solid #9a6b4b;
        border-radius:15px;
        text-align:center;
        font-size:40px;
        outline:none;
        padding: 0px 10px;
    }

    .show {
        display: block;
    }

    .hidden {
        display: none;
    }

    .upload-box{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        overflow:hidden;
        position:relative;
        cursor:pointer;
        margin-bottom: 10px;
    }

    .upload-box span{
        color:#9a6b4b;
        font-size:12px;
        font-weight:bold;
    }

    .upload-box img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    #previewImage {
        display: none;
    }

    input[type="file"]{
        display:none;
    }

    .txt-page-01 {
        display: block;
        width: 70%;
    }

    input[type='checkbox'] {
        display: inline-block;
        vertical-align: middle;
        height: 18px;
        width: 18px;
    }

    .txt-inline {
        display: inline-block;
        width: 85%;
        margin: 0px;
        text-align: left;
        vertical-align: middle;
        line-height: 18px;
    }

    .txt-inline-02 {
        display: inline-block;
        width: 85%;
        margin: 0px;
        text-align: left;
        vertical-align: top;
        line-height: 18px;
    }

}