#modalDeposito .deposit-method-icon {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    margin: 0 !important;
    object-fit: contain !important;
}

#modalDeposito .deposit-country-flag {
    display: block !important;
    width: 21px !important;
    height: 20px !important;
    max-width: 21px !important;
    max-height: 20px !important;
    margin: 0 !important;
    object-fit: cover !important;
}

@media (max-width: 576px) {
    html body #modalDeposito.show {
        position: fixed !important;
        inset: 0 !important;
        display: flex !important;
        width: 100% !important;
        height: 100vh !important;
        height: 100dvh !important;
        align-items: stretch !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        padding: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom)) !important;
        overflow: hidden !important;
    }

    html body #modalDeposito.show .deposit-modal-dialog {
        display: block !important;
        width: min(100%, 420px) !important;
        max-width: min(100%, 420px) !important;
        min-width: 0 !important;
        height: calc(100dvh - max(16px, env(safe-area-inset-top)) - max(16px, env(safe-area-inset-bottom))) !important;
        max-height: calc(100dvh - max(16px, env(safe-area-inset-top)) - max(16px, env(safe-area-inset-bottom))) !important;
        margin: 0 auto !important;
        padding: 0 !important;
        transform: none !important;
    }

    html body #modalDeposito.show .deposit-modal-content,
    html body #modalDeposito.show .deposit-modal-window,
    html body #modalDeposito.show .align-center-windows {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        max-height: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    html body #modalDeposito.show .deposit-modal-content {
        overflow: hidden !important;
        border-radius: 18px !important;
    }

    html body #modalDeposito.show .deposit-modal-card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        max-height: 100% !important;
        margin: 0 !important;
        padding: 22px 16px 20px !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body #modalDeposito .deposit-modal-title {
        padding-right: 52px !important;
        font-size: 24px !important;
        line-height: 1.15 !important;
    }

    html body #modalDeposito .deposit-modal-subtitle {
        padding-right: 42px !important;
        margin-bottom: 22px !important;
        font-size: 14px !important;
    }

    html body #modalDeposito .deposit-modal-close {
        top: 12px !important;
        right: 12px !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        z-index: 5 !important;
    }

    html body #modalDeposito .deposit-payment-methods,
    html body #modalDeposito .deposit-modal-form,
    html body #modalDeposito .deposit-security {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    html body #modalDeposito .deposit-method {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 14px 12px !important;
        gap: 10px !important;
        box-sizing: border-box !important;
    }

    html body #modalDeposito .deposit-method > div:nth-child(2) {
        min-width: 0 !important;
    }

    html body #modalDeposito .deposit-method > div:nth-child(2) > div:first-child {
        font-size: 14px !important;
        line-height: 1.2 !important;
        overflow-wrap: break-word !important;
    }

    html body #modalDeposito .deposit-amount-row {
        width: 100% !important;
        min-width: 0 !important;
        gap: 10px !important;
        box-sizing: border-box !important;
    }

    html body #modalDeposito .deposit-amount-row > div:last-child {
        min-width: 0 !important;
    }

    html body #modalDeposito #valor {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 54px !important;
        box-sizing: border-box !important;
    }

    html body #modalDeposito .eng-grid-form {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100% !important;
    }

    html body #modalDeposito .eng-grid-form .value-btn {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 54px !important;
        padding: 12px 8px !important;
        box-sizing: border-box !important;
    }

    html body #modalDeposito #enviarBotao {
        width: 100% !important;
        min-height: 56px !important;
        margin-bottom: 16px !important;
        box-sizing: border-box !important;
    }

    html body #modalDeposito .deposit-security {
        padding: 14px !important;
    }
}
