.bank-info {
    background-color: #d8d8d8;
    color: #888;
    background-image: linear-gradient(to bottom,#0e1326 0%,#192141 100%);
    padding: 15px 10px;
    border-radius: 5px;
    --qrcode-size: 150px
}

.bank-info h1,.bank-info h2,.bank-info h3,.bank-info h4 {
    margin: 0;
    word-break: break-all
}

.bank-info h1,.bank-info h2,.bank-info h3 {
    text-transform: uppercase
}

.bank-info h1 {
    font-size: 16px
}

.bank-info h2 {
    font-size: 20px;
    letter-spacing: 5px
}

.bank-info h3 {
    font-size: 14px
}

.bank-info h4 {
    font-size: 12px;
    margin-top: 10px
}

.bank-info h3,.bank-info h4 {
    display: none
}

.bank-info [data-bank-info="header"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.bank-info [data-bank-info="header"] img {
    height: 20px;
    width: auto
}

.bank-info [data-bank-info="details"] {
    margin-top: 10px;
    overflow: hidden
}

.bank-info [data-bank-info="qrcode"] {
    text-align: center;
    margin-top: 10px;
    border-radius: 5px
}

.bank-info [data-bank-info="qrcode"]:empty {
    display: none
}

.bank-info [data-bank-info="qrcode"] img {
    width: var(--qrcode-size);
    margin: 10px 0
}

.bank-info [data-bank-info="qrcode"]+span {
    font-size: 12px;
    text-align: center
}

.bank-info hr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #393939;
    margin: 10px 0;
    width: 100%
}

.bank-info [data-bank-info="actions"] {
    display: flex;
    justify-content: flex-end
}

.bank-info [data-bank-info="actions"] button {
    font-size: 12px;
    text-transform: uppercase
}

.bank-info [data-bank-info="actions"] button+button {
    margin-left: 10px
}

.bank-info[data-high-priority="true"] [data-bank-info="header"] h1,.bank-info[data-high-priority="true"] [data-bank-info="details"] h2,.bank-info[data-high-priority="true"] [data-bank-info="actions"] button,.bank-info:not([data-high-priority="true"]) .recommended-for-instant-process {
    display: none
}

.bank-info[data-high-priority="true"] [data-bank-info="header"] img {
    width: 150px;
    height: auto
}

.recommended-for-instant-process {
    font-size: 14px;
    margin-bottom: 10px;
    color: #eee
}

.recommended-for-instant-process span {
    margin-left: 5px;
    font-weight: normal;
    color: #fff
}

.to-account-label-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.to-account-label-container span {
    color: #fff
}

.available-banks-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0,0,0,.5);
    display: none
}

.available-banks-popup.show {
    display: block
}

.available-banks-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    max-height: 80vh;
    overflow: auto;
    padding: 20px 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #000
}

.available-banks-container .available-bank-group-label {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 20px
}

.available-banks-container .available-bank-group-label:last-child {
    display: none
}

.available-banks-container .available-bank-group-label:not(:first-child) {
    margin-top: 30px
}

.available-banks-container .available-bank-group-label span {
    font-weight: 900;
    color: #000
}

.available-banks-container .available-bank-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px 20px;
    border-bottom: 1px solid #bbb
}

.available-banks-container .available-bank-item[data-selected="true"] {
    background-color: #ececec
}

.available-banks-container .available-bank-item .available-bank-status {
    flex-basis: 10%;
    max-width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #12b612
}

.available-banks-container .available-bank-item .available-bank-status[data-is-online="false"] {
    background-color: #f00
}

.available-banks-container .available-bank-item .available-bank-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    word-break: break-word
}

.available-banks-container .available-bank-item .available-bank-info .available-bank-name {
    font-size: 15px
}

.available-banks-container .available-bank-item .available-bank-info .available-bank-admin-fee {
    font-size: 12px
}

.available-banks-container .available-bank-item .available-bank-info .available-bank-name>br {
    display: none
}

.available-banks-container .available-bank-item .available-bank-logo {
    flex-shrink: 0;
    width: 30px;
    height: 30px
}

.payment-method-selection {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.payment-method-selection input[type="radio"] {
    visibility: hidden;
    position: absolute;
    pointer-events: none
}

.payment-method-selection label {
    flex-basis: calc((100% - 5px*3)/4);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    background-color: #cbcbcb;
    box-shadow: 0 3px 5px rgba(0,0,0,.2)
}

.payment-method-selection label img {
    width: 25px
}

.payment-method-selection input[type="radio"]+label {
    color: #000
}

.payment-method-selection input[type="radio"]:checked+label {
    background-color: #f3dd7f;
    background-image: linear-gradient(to bottom,#f3dd7f 0%,#b88416 100%);
    color: #fff
}

.payment-method-selection input[type="radio"]:checked+label img {
    filter: brightness(0) invert(1)
}

.payment-method-selection input[type="radio"]:disabled+label {
    display: none
}

.withdrawal-container {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px
}

.withdrawal-container .admin-fee-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d0b300;
    font-size: 12px
}

.withdrawal-container .copy-bank-account-button {
    background: none;
    border: none;
    padding: 0;
    margin-left: 5px;
    color: #3950af
}

.withdrawal-container .copy-bank-account-button:hover {
    color: #fba501
}

.withdrawal-container .real-withdrawal-amount {
    text-align: right;
    margin-top: 10px;
    color: #d3a516
}

.withdrawal-container .withdrawal-form-group {
    background-color: #242424;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px
}

.balance-info-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    text-transform: uppercase
}

.balance-info-container>a {
    color: #3f51b5;
    font-size: 16px
}

.balance-info-container .total-balance {
    text-align: right
}

.balance-info-container .total-balance>p {
    font-size: 12px;
    margin: 0
}

.balance-info-container .total-balance>span {
    color: #ff84ce
}

.bank-status-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 10px 20px
}

.bank-status-list li+li {
    margin-left: 5px
}

.bank-status-list [data-online] {
    display: flex;
    flex-direction: row;
    background-color: #222;
    padding: 8px 8px 8px 5px;
    border-radius: 5px
}

.bank-status-list [data-online]:before {
    content: '';
    width: 5px;
    height: 100%;
    margin-right: 5px;
    border-radius: 5px
}

.bank-status-list [data-online='true']:before {
    background-color: #0f0
}

.bank-status-list [data-online='false']:before {
    background-color: #e00
}

.bank-status-list [data-online] img {
    max-height: 27px;
    width: 51px
}

.withdrawal-note {
    display: flex;
    align-items: stretch
}

.withdrawal-note.standard-form-note strong,.withdrawal-note.standard-form-note span {
    color: #363565
}

.withdrawal-note-icon {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    background: linear-gradient(to bottom,#787880,#42424f)
}

.withdrawal-note-icon img {
    width: 35px
}

.withdrawal-note-content {
    flex-basis: 80%;
    background-color: #cbcbcb;
    color: #363565;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.withdrawal-note ul {
    padding-left: 25px
}

.withdrawal-note ul li {
    list-style: decimal
}

.withdrawal-confirmation-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.bank-info {
    background-color: #d8d8d8;
    color: #888;
    background-image: linear-gradient(to bottom,#0e1326 0%,#192141 100%);
    padding: 15px 10px;
    border-radius: 5px;
    --qrcode-size: 150px
}

.bank-info h1,.bank-info h2,.bank-info h3,.bank-info h4 {
    margin: 0;
    word-break: break-all
}

.bank-info h1 {
    font-size: 16px
}

.bank-info h2 {
    font-size: 20px
}

.bank-info h3 {
    font-size: 14px
}

.bank-info h4 {
    text-align: center;
    font-size: 12px;
    margin: 10px auto 0 auto;
    max-width: 75%;
    word-break: break-word;
    color: #95939e
}

.bank-info h3,.bank-info h4 {
    display: none
}

.bank-info .bank-account-number-container {
    display: flex;
    align-items: center
}

.bank-info [data-bank-info="header"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.bank-info [data-bank-info="header"] img {
    height: 20px;
    width: auto
}

.bank-info [data-bank-info="details"] {
    margin-top: 10px;
    overflow: hidden
}

.bank-info [data-bank-info="qrcode"] {
    text-align: center;
    margin-top: 10px;
    border-radius: 5px
}

.bank-info [data-bank-info="qrcode"]:empty {
    display: none
}

.bank-info [data-bank-info="qrcode"] img {
    width: var(--qrcode-size);
    margin: 10px 0
}

.bank-info [data-bank-info="qrcode"]+span {
    font-size: 12px;
    text-align: center
}

.bank-info hr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #393939;
    margin: 10px 0;
    width: 100%
}

.bank-info [data-bank-info="actions"] {
    display: flex;
    justify-content: flex-end
}

.bank-info [data-bank-info="actions"] button {
    font-size: 12px;
    text-transform: uppercase
}

.bank-info [data-bank-info="actions"] button+button {
    margin-left: 10px
}

.bank-info [data-bank-info="actions"] img {
    width: auto;
    height: 20px
}

.bank-info [data-bank-info="actions"] .download-qr-code-button {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #363346;
    color: #fff
}

.bank-info[data-high-priority="true"] [data-bank-info="header"] h1,.bank-info[data-high-priority="true"] [data-bank-info="details"],.bank-info[data-high-priority="true"] [data-bank-info="actions"] button,.bank-info[data-high-priority="true"] hr,.bank-info:not([data-high-priority="true"]) .recommended-for-instant-process {
    display: none
}

.bank-info[data-high-priority="true"] [data-bank-info="header"] img {
    width: 150px;
    height: auto
}

.recommended-for-instant-process {
    font-size: 14px;
    margin-bottom: 10px;
    color: #eee
}

.recommended-for-instant-process span {
    margin-left: 5px;
    font-weight: normal;
    color: #fff
}

.to-account-label-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.available-payment-accounts-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0,0,0,.5);
    display: none
}

.available-payment-accounts-popup.show {
    display: block
}

.available-payment-accounts-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 32px);
    max-height: 80vh;
    overflow: auto;
    padding: 16px 8px;
    border-radius: 5px;
    background-color: #fff;
    color: #000
}

.available-payment-accounts-container .available-payment-account-group-label {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0 5px
}

.available-payment-accounts-container .available-payment-account-group-label:last-child {
    display: none
}

.available-payment-accounts-container .available-payment-account-group-label:not(:first-child) {
    margin-top: 30px
}

.available-payment-accounts-container .available-payment-account-group-label span {
    font-weight: 900;
    color: #000
}

.available-payment-accounts-container .available-payment-account-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
    position: relative
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-label,.available-payment-accounts-container .available-payment-account-item[data-is-maintenance="true"] .available-payment-account-label {
    padding: 4px 8px;
    border-radius: 20px;
    background-color: #148e00;
    color: #fff;
    font-size: 10px
}

.available-payment-accounts-container .available-payment-account-item[data-is-maintenance="true"] .available-payment-account-label {
    background-color: #d7d7d7;
    color: #474747
}

.available-payment-accounts-container .available-payment-account-item[data-is-maintenance="true"] .available-payment-account-status {
    background-color: #f00
}

.available-payment-accounts-container .available-payment-account-item[data-is-maintenance="true"] .available-payment-account-logo,.available-payment-accounts-container .available-payment-account-item[data-is-maintenance="true"] .available-payment-account-info {
    opacity: .3;
    filter: grayscale(100%)
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-status {
    flex-basis: 10%;
    max-width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #12b612
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-status[data-is-online="false"] {
    background-color: #f00
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-info,.available-payment-accounts-container .available-payment-account-footer .available-payment-account-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    word-break: break-word
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-info .available-payment-account-name,.available-payment-accounts-container .available-payment-account-footer .available-payment-account-info {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-info .available-payment-account-sub-info {
    font-size: 10px
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-info .available-payment-account-name>br {
    display: none
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-logo,.available-payment-accounts-container .available-payment-account-footer .available-payment-account-logo {
    flex-shrink: 0;
    width: 30px;
    height: 30px
}

.available-payment-accounts-container .available-payment-account-item .last-used-account {
    position: absolute;
    right: 20px;
    top: 5px;
    background: #bababa;
    color: #626262;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    font-size: 8px
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-action .available-payment-account-checkbox {
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #d7d7d7;
    position: relative
}

.available-payment-accounts-container .available-payment-account-item .available-payment-account-action .available-payment-account-checkbox.checked:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #736d99
}

.available-payment-accounts-container .available-payment-account-footer {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px 20px 10px 40px;
    background-color: #e8eaeb;
    margin-top: 10px
}

.available-payment-accounts-container .available-payment-account-footer .new-payment-account-icon-container {
    font-size: 25px;
    color: #1b192e
}

.available-payment-accounts-container .popup-loader-container.display {
    display: flex
}

.available-payment-accounts-container .payment-account-container.display {
    display: block
}

.available-payment-accounts-container .popup-loader-container {
    align-items: center;
    justify-content: center;
    min-height: 200px
}

.available-payment-accounts-container .popup-loader-container,.available-payment-accounts-container .payment-account-container {
    display: none
}

.available-payment-accounts-container .payment-account-container form label {
    color: #000
}

.available-payment-accounts-container .payment-account-container .form-control {
    background: #e8eaeb;
    border-radius: 4px;
    padding: 12px;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.06) inset;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.06) inset;
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.06) inset;
    border: 0;
    color: #393939
}

.available-payment-accounts-container .payment-account-container .form-control option {
    background-color: initial
}

.available-payment-accounts-container .payment-account-container .otp-container {
    border-top: 1px solid #bbb;
    margin-top: 15px;
    padding-top: 15px
}

.available-payment-accounts-container .payment-account-container .otp-container .request-otp-button {
    margin-top: 10px;
    padding: 12px 18px;
    border-radius: 25px;
    white-space: initial
}

.available-payment-accounts-container .payment-account-container .otp-container .request-otp-button[disabled] {
    background: #000
}

.available-payment-accounts-container .payment-account-container .otp-container .contact-verification-link {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    line-height: 1.1
}

.available-payment-accounts-container .payment-account-container .standard-button-group {
    text-align: right
}

.available-payment-accounts-container .payment-account-container .btn {
    border-radius: 25px;
    padding: 12px 18px;
    font-size: 14px
}

.available-payment-accounts-container .payment-account-container .btn-primary {
    color: #fff;
    border: 0;
    background: #1b192e
}

.available-payment-accounts-container .payment-account-container .btn-primary:hover {
    color: #fff;
    background: #47427a
}

.available-payment-accounts-container .close-button {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 28px;
    font-weight: 600;
    color: #000
}

.payment-method-selection {
    position: relative;
    display: flex;
    width: 100%;
    gap: 8px
}

.payment-method-selection>div {
    width: 100%;
    min-width: calc((100% - 8px*4)/5);
    display: flex;
    flex-direction: column
}

.payment-method-selection input[type="radio"] {
    visibility: hidden;
    position: absolute;
    pointer-events: none
}

.payment-method-selection label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    background-color: #cbcbcb;
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    justify-content: space-between;
    line-height: 1;
    height: 90%
}

.payment-method-selection label img {
    width: 25px
}

.payment-method-selection label span {
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.payment-method-selection input[type="radio"]+label {
    color: #000
}

.payment-method-selection input[type="radio"]:checked+label {
    background-color: #f3dd7f;
    background-image: linear-gradient(to bottom,#f3dd7f 0%,#b88416 100%);
    color: #fff
}

.payment-method-selection input[type="radio"]:checked+label img {
    filter: brightness(0) invert(1)
}

.payment-method-selection input[type="radio"]:disabled+label {
    display: none
}

.payment-maintenance-container,.remarks-container {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    background: #fff0d8;
    color: #333;
    font-size: 14px
}

.payment-maintenance-container i,.remarks-container i {
    border-radius: 50%;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-color: #f00;
    color: #fff;
    border: 1px solid #fff;
    font-style: normal;
    display: block;
    text-align: center
}

.remarks-container {
    border: 1px dotted #f41111;
    background: #2f1717;
    margin-top: 5px;
    color: #fff;
    font-size: 12px
}

.remarks-container i {
    background-color: transparent;
    border-color: #f41111;
    color: #f41111
}

.player-account-container {
    display: flex;
    justify-content: space-between;
    gap: 8px
}

.player-account-container .player-account-input {
    flex-basis: calc(100% - 42px);
    flex-grow: 0;
    flex-shrink: 0
}

.player-account-container .player-account-add-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #444;
    color: #fff
}

.deposit-qr-label-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.deposit-qr-label-container .deposit-qr-label-bank-info {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px
}

.deposit-qr-label-container .deposit-qr-label-bank-info img {
    width: auto;
    height: 20px
}

.bank-info-badge {
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700
}

.bank-info-badge[data-type="instant"] {
    background: #148e00;
    color: #fff
}

.qr-to-account-form-group {
    display: none
}

.withdrawal-container {
    color: #fff;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0
}

.withdrawal-container .admin-fee-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d0b300;
    font-size: 12px
}

.withdrawal-container .copy-bank-account-button {
    background: none;
    border: none;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
    color: #3950af
}

.withdrawal-container .copy-bank-account-button:hover {
    color: #fba501
}

.withdrawal-container .real-withdrawal-amount {
    font-size: 24px;
    line-height: 1;
    flex-basis: 60%;
    text-align: right;
    word-break: break-all;
    color: #fae58c
}

.withdrawal-container .real-withdrawal-amount span {
    font-size: 12px;
    vertical-align: top
}

.withdrawal-container .withdrawal-form-group {
    background-color: transparent;
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 5px
}

.withdrawal-container .withdrawal-form-group [data-section="wd-amount"] {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0
}

.withdrawal-container .withdrawal-form-group [data-section="wd-amount"] [data-field="amount"] {
    flex-basis: 100%
}

.withdrawal-container hr.withdrawal-gap {
    margin: 20px 0 5px 0;
    height: 1px;
    border: none;
    background: -webkit-gradient(linear,0 0,100% 0,from(transparent),to(transparent),color-stop(50%,#fff))
}

.withdrawal-amount {
    position: relative;
    display: flex;
    align-items: center;
    line-height: normal
}

.withdrawal-amount input.form-control {
    text-align: right;
    padding-right: 18px;
    color: #d3a516
}

.withdrawal-amount[data-currency="idr"] input.form-control {
    padding-right: 40px
}

.withdrawal-amount .currency-label {
    position: absolute;
    left: 12px
}

.withdrawal-amount .currency-suffix {
    position: absolute;
    right: 12px;
    color: #d3a516;
    pointer-events: none
}

@media screen and (device-aspect-ratio: 2/3) {
    .withdrawal-amount input.form-control {
        padding-right:19px;
        font-size: 16px
    }

    .withdrawal-amount[data-currency="idr"] input.form-control {
        padding-right: 50px
    }

    .withdrawal-amount .currency-label,.withdrawal-amount .currency-suffix {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .withdrawal-amount input.form-control {
        padding-right:19px;
        font-size: 16px
    }

    .withdrawal-amount[data-currency="idr"] input.form-control {
        padding-right: 50px
    }

    .withdrawal-amount .currency-label,.withdrawal-amount .currency-suffix {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 375/667) {
    .withdrawal-amount input.form-control {
        padding-right:19px;
        font-size: 16px
    }

    .withdrawal-amount[data-currency="idr"] input.form-control {
        padding-right: 50px
    }

    .withdrawal-amount .currency-label,.withdrawal-amount .currency-suffix {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 9/16) {
    .withdrawal-amount input.form-control {
        padding-right:19px;
        font-size: 16px
    }

    .withdrawal-amount[data-currency="idr"] input.form-control {
        padding-right: 50px
    }

    .withdrawal-amount .currency-label,.withdrawal-amount .currency-suffix {
        font-size: 16px
    }
}

.withdrawal-container .bank-info [data-bank-info="actions"] {
    margin-top: 15px
}

.balance-info-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    text-transform: initial;
    padding: 0 10px
}

.balance-info-container>a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px
}

.balance-info-container .total-balance {
    text-align: right;
    flex-grow: 1;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 8px
}

.balance-info-container .total-balance>p {
    font-size: 12px;
    margin: 0;
    color: #fff
}

.balance-info-container .total-balance>span {
    color: #ff84ce
}

.bank-status-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 10px 20px
}

.bank-status-list li+li {
    margin-left: 5px
}

.bank-status-list [data-online] {
    display: flex;
    flex-direction: row;
    background-color: #222;
    padding: 8px 8px 8px 5px;
    border-radius: 5px
}

.bank-status-list [data-online]:before {
    content: '';
    width: 5px;
    height: 100%;
    margin-right: 5px;
    border-radius: 5px
}

.bank-status-list [data-online='true']:before {
    background-color: #0f0
}

.bank-status-list [data-online='false']:before {
    background-color: #e00
}

.bank-status-list [data-online] img {
    max-height: 27px;
    width: 51px
}

.withdrawal-note {
    display: flex;
    align-items: stretch
}

.withdrawal-note.standard-form-note strong,.withdrawal-note.standard-form-note span {
    color: #0f0d1e
}

.withdrawal-note-icon {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    background: linear-gradient(to bottom,#787880,#42424f)
}

.withdrawal-note-icon img {
    width: 35px
}

.withdrawal-note-content {
    flex-basis: 100%;
    background-color: #cbcbcb;
    color: #0f0d1e;
    padding: 10px 15px;
    border-radius: 5px
}

.withdrawal-note ul,.withdrawal-note ol {
    padding-left: 20px;
    margin-top: 5px
}

.withdrawal-note ul li {
    list-style: decimal
}

.withdrawal-confirmation-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.withdrawal-summary-container {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #222
}

.withdrawal-summary-container .withdrawal-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    padding: 10px;
    background-color: #222;
    color: #fff
}

.withdrawal-summary-container .withdrawal-summary-header .summary-transfer-amount {
    flex-grow: 1;
    margin-right: 5px;
    text-align: right;
    font-weight: bold;
    color: #fae58c
}

.withdrawal-summary-container .withdrawal-summary-header .toggler {
    font-size: 12px
}

.withdrawal-summary-container .withdrawal-summary-content {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: #1b1b1b;
    border-radius: 5px;
    font-size: 12px
}

.withdrawal-summary-container .withdrawal-summary-content.expand {
    display: flex
}

.withdrawal-summary-container .withdrawal-summary-content .withdrawal-summary-body {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.withdrawal-summary-container .withdrawal-summary-content .withdrawal-summary-body .withdrawal-summary-title {
    color: #fff;
    font-weight: bold
}

.withdrawal-summary-container .withdrawal-summary-content .withdrawal-summary-body .withdrawal-detail-container .withdrawal-detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px
}

.withdrawal-summary-container .withdrawal-summary-content .withdrawal-summary-body .withdrawal-detail-container .withdrawal-detail-item {
    flex-basis: calc((100% - 5px)/2);
    color: #dbdbdb
}

.withdrawal-summary-container .withdrawal-summary-content .withdrawal-summary-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    color: #fff;
    border-top: 1px solid #333
}

.withdrawal-summary-container .transfer-amount {
    max-width: 50%;
    word-break: break-all
}
