/* Mobile Responsive CSS - Extracted from MyPaymentVault HTML */

:root {
    --white-color: #fff;
    --onbe-primary-color: #0c214d;
}

@media only screen and (max-width:768px) {
    .onbe-custom-dropdown-parent {
        background-color: var(--white-color);
        border-radius: 4px;
        color: var(--onbe-primary-color);
        display: flex;
        justify-content: center;
        padding: .3rem;
        position: relative;
        text-decoration: none
    }

    .onbe-custom-dropdownbutton-span {
        display: none
    }

    .onbe-custom-dropdownbutton-mobile-span {
        display: flex
    }
}

@media (max-width:767px) {
    .onbe-footer-text {
        flex-wrap: wrap;
        justify-content: center
    }

    .onbe-footer-text li {
        margin-bottom: 5px;
        margin-right: 0
    }

    .onbe-footer {
        padding: 7px
    }
}

@media only screen and (max-width:820px) {
    .onbe-login-inner-component header.onbe-headercomponent-parent {
        align-items: center;
        display: flex;
        height: 48px;
        margin-bottom: 0;
        padding: 1rem 0;
        position: relative
    }
}

@media screen and (max-width:912px) {
    .onbe-login-component>.onbe-login-inner-component {
        background: none !important;
    }

    .onbe-login-inner-component>.row>div.onbe-login-logo-section {
        background: linear-gradient(to top, #fff, #fff 5%, #0c214d 1%) !important;
        overflow: hidden;
        overflow-y: hidden
    }
}
