﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;500&display=swap");

button {
    all: initial;
}

.qr-content {
    margin: auto auto;
    margin-top: 16px;
    width: 90%;
    text-align: left;
}

.content {
    margin-top: 32px;
}

    .content span {
        display: block;
        font-size: 17px;
        color: #727272;
    }

.text-content {
    display: flex;
    flex-direction: column;
    margin: auto auto;
}

.form-content {
    background-color: #fff;
    color: #000;
    border: 2px solid #e7e8ee;
    border-radius: 15px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.qr-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto auto;
    align-items: center;
}

.qrcode-box {
    display: flex;
    flex-direction: column;
}

    .qrcode-box > .order1 {
        order: 2;
    }

    .qrcode-box > .order2 {
        order: 1;
    }

    .qrcode-box > .order3 {
        order: 2;
    }

.headLogo {
    width: 274px;
    height: 113px;
    margin-top: 25px;
}

.LogoPromptPay {
    width: 115px;
    height: 39px;
    margin-top: 12px;
}

.QRCode {
    width: 220px;
    height: 220px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.foot-content {
    margin: auto auto;
    margin-top: 20px;
    width: 90%;
    text-align: center;
}

.foot {
    background-color: #fff;
    color: #000;
    border: 2px solid #e7e8ee;
    border-radius: 15px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.foot-text {
    font-size: 17px;
    color: #727272;
}

.time-countdown {
    color: #ff7d00;
}

.e-btn.orange {
    height: 35px;
    background-color: #fff;
    color: #ff7d00;
    cursor: pointer;
    border: 1px solid #ff7d00;
}

.icon-repeat {
    position: relative;
    top: 5px;
    width: 22px;
    height: 22px;
    filter: invert(58%) sepia(97%) saturate(3009%) hue-rotate(359deg) brightness(101%) contrast(105%);
}

.display-none {
    display: none;
}