﻿.payment-panel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.payment-form-box {
    width: 100%;
}

.payment-error-message-box {
    display: none;
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 10px;
    color: rgb(91, 91, 91);
    background-color: #fce4e4;
    border: none;
    border-radius: 6px;
    opacity: 1;
    transition: opacity 0.6s;
}
