/* QR Payment Page Specific Styles */

.warning-box {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.warning-box i {
    color: #faad14;
    font-size: 1.2rem;
    margin-right: 0.8rem;
}

.warning-box p {
    margin: 0;
    font-size: 0.8rem;
    color: #d46b08;
    line-height: 1.4;
}

.info-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
}

.info-line:last-child {
    border-bottom: none;
}

.info-line .value {
    font-weight: 500;
}

.info-line .value.amount {
    color: #d4380d;
    font-size: 1.7rem;
    font-weight: bold;
}

.info-line .value .fa-copy {
    margin-left: 0.5rem;
    cursor: pointer;
    color: #888;
}

.thai_qr {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F76304;
    /* border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem; */
}
.thai_qr img {
    width:10rem;
}

.timer {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.2rem;
}

.msg_text {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.2rem;
}

.qr-code .content {
    position: relative;
    text-align: center;
    margin-bottom: 0.5rem;
}

.qr-code img {
    max-width:15.625rem;
    width: 100%;
}

.qr-code .watermark {
    content: "";
    position: absolute;
    top: 45%;
    left: 20%;
    max-width:15.625rem;
    transform: translateY(-50%, -50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transform: rotate(45deg);
    pointer-events: none; /* Prevents the watermark from interfering with other elements */
    color: red;
}


.get_call_back {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    background-color: #01A904;
    border: 1px solid #d9d9d9;
    padding: 0.6rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
}

.save-qr-btn {
    margin-top: 1rem;
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #d9d9d9;
    padding: 0.8rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-qr-btn i {
    margin-right: 0.5rem;
}

.bank-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
    padding-bottom: 1rem;
}

.bank-logos img {
    height: 30px;
    object-fit: contain;
    max-width: 50px;
    border-radius: 6px;
} 