.acima-credit-iframe-container {
    background: none;
    height: 100vh;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 2147483647;
}

.acima-credit-iframe-container.closed {
    display: none;
}

.acima-credit-iframe-inner {
    height: 100vh;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100vw;
}

.frozen {
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
