html.pr-lead-form-v3-scroll-disabled,
html.pr-lead-form-v3-scroll-disabled body#form-body
{
    overflow: auto !important;
}

body{
    position: relative;
    overflow: auto;
    width: 100%;
}

.hide {
    display: none !important;
}

#result {
    width: 100%;
    display: none;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

#result.show {
    display: block;
    position: absolute;
    background-color: white;
    margin-top: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 9999999999;
}