.bspl_product_details {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bspl_qrcode {
    justify-self: end;
}

.payment_box.payment_method_ttg_tether_gateway {
    padding: 0 !important;
}

.payment_method_ttg_tether_gateway > div {
    background-color: #28374e;
    box-shadow: 0 5px 10px rgba(40, 55, 78, 0.3);
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.payment_method_ttg_tether_gateway .ttg-gateway-icon img {
    display: block;
    float: none !important;
    width: 150px;
    max-height: 100% !important;
    margin: 0 auto !important;
}

.payment_method_ttg_tether_gateway .ttg-gateway-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.payment_method_ttg_tether_gateway .ttg-gateway-wallet-details {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.payment_method_ttg_tether_gateway .ttg-gateway-wallet-details div:last-child {
    font-size: 14px;
}

.payment_method_ttg_tether_gateway .ttg-gateway-order-details {
    text-align: center;
}

.payment_method_ttg_tether_gateway .ttg-gateway-products-table {
    width: 100%;
    margin: 0;
    margin-top: 0px;
    margin-top: 30px;
}

.payment_method_ttg_tether_gateway .ttg-gateway-products-table thead tr th, .payment_method_ttg_tether_gateway .ttg-gateway-products-table tbody tr:last-child td {
    background: #26A17B;
    color: #fff;
}

.payment_method_ttg_tether_gateway .ttg-gateway-products-table thead tr:first-child th:first-child {
    border-top-right-radius: 7px;
}

.payment_method_ttg_tether_gateway .ttg-gateway-products-table thead tr:first-child th:last-child {
    border-top-left-radius: 7px;
}

.payment_method_ttg_tether_gateway .ttg-gateway-products-table tbody tr:last-child td:first-child {
    border-bottom-right-radius: 7px;
}

.payment_method_ttg_tether_gateway .ttg-gateway-products-table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 7px;
}

.payment_method_ttg_tether_gateway .ttg-gateway-products-table tbody tr:not(:last-child) td {
    background: #fff !important;
}

.payment_method_ttg_tether_gateway .ttg-gateway-products-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #28374e50;
}

.payment_method_ttg_tether_gateway .ttg-gateway-deposit {
    margin-top: 20px;
    color: #fff;
}

.payment_method_ttg_tether_gateway .ttg-gateway-deposit > div {
    margin-bottom: 15px;
    text-align: center;
}

.payment_method_ttg_tether_gateway .ttg-gateway-deposit label {
    color: #fff;
}

.payment_method_ttg_tether_gateway .ttg-gateway-deposit input {
    background: #fff;
    color: #000;
}

.payment_method_ttg_tether_gateway .ttg-gateway-descriptions {
    margin-top: 20px;
    color: #fff;
}