.payment_method_dopple_finance{
    width: 100%;
    float: left;
}
.open-finance-popup .container {
    z-index: auto !important;
}
.open-finance-popup .dopple-modal{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.open-finance-popup .dopple-modal .modal-content {
    height: auto;
    padding: 0;
    transform: none;
    top: 0;
}
div#autify-dopple-content {
    margin-bottom: 10px;
    position: relative;
}
.dopple-finance-provider {
    position: relative;
    padding-bottom: 220%;
    max-width: 100% !important;
}
.dopple-finance-provider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.iframe-clickable {
    background: transparent;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
}

div#autify-dopple-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

#autify-dopple-modal #iframe-container {
    max-width: 100%;
    max-width: 700px;
    margin: auto;
    display: block;
    min-height: 500px;
    position: relative;
    width: 100%;
}

#autify-dopple-modal #iframe-container iframe {
    max-width: 100%;
}

button#autify-dopple-modal-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    background: #f66;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
}

#autify-dopple-modal iframe {
    width: 100% !important;
    height: 635px;
    border: unset;
}

@media(min-width: 769px) {
    #autify-dopple-modal iframe {
        min-height: 635px;
    }
}
@media(max-width: 768px) {
    iframe#dopple-checkout-frame{
        height: 300px !important; 
    }
}
@media only screen and (min-width: 700px) and (max-width: 850px)  {
    #autify-dopple-modal iframe {
        min-height: 780px;
    }
}
@media(max-width: 465px) {
    #autify-dopple-modal iframe {
        min-height: 780px;
    }
}

iframe#dopple-cta-frame {
    width: 100%;
    border: unset;
    padding: unset;
    height: 65px;
}
iframe#dopple-checkout-frame {
    width: 100%;
    border: unset;
    padding: unset;
    height: 210px;
}
body.open-finance-popup {
    overflow: hidden;
}
.footer-dopple img{
    max-width: 100%;
}