.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;
}
.wc-proceed-to-checkout div#autify-dopple-content {
    margin-top: 15px;
    margin-bottom: 0px;
    position: relative;
}
div#autify-dopple-content {
    margin-bottom: 15px;
    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;
}

#autify-dopple-modal .loading {
    border-bottom: 4px solid rgb(255 255 255 / 20%);
    border-left: 4px solid rgb(255 255 255 / 20%);
    border-right: 4px solid rgb(255 255 255 / 20%);
    border-top: 4px solid rgb(255 255 255);
    border-radius: 100%;
    height: 32px;
    width: 32px;
    animation: spin .6s infinite linear;
    text-indent: 999em;
    margin: 3em auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
#autify-dopple-modal .popup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 5px;
}
#autify-dopple-modal .popup-footer .autify-dopple-powered a {
    font-weight: 600;
}
@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%;
}
div.dopple-label {
    display: flex;
    width: 100%;
}
span.dopple-title {
    width: 90%;
}