#paymentStep {
            display: none;
        }

        .card-select-topup {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            padding: 16px;
            border: 1px solid #D0993D66;
            background: #2C2B29;
            position: relative;
            cursor: pointer;
            transition: .3s;
            border-radius: 15px;
        }

        .card-select-topup .footer--card {
            margin-top: auto;
        }

        div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {}

        /* banner height is now handled responsively in app.css */

        /* .card-select-topup.disabled {
                    background: #191919 !important;
                    box-shadow: none !important;
                    border: 1px solid #D0993D66 !important;
                } */

        /* .card-select-topup.disabled .cash-pay {
                    background-color: #242321 !important;
                } */