modal.css 1.38 KB
.off-scroll{
	overflow-y:hidden;
}
.forms_ {
    z-index: 10050;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    padding-bottom: 120px;
    margin-top: -80px;
}
#success_form, .forms_ {
    display: none;
    z-index: 10050;
}
.forms_wr_ {
    position: absolute;
    width: 555px;
    border-radius: 4px;
    left: 50%;
    margin-left: -277px;
    top: 0;
    background: #fff;
    margin-bottom: 120px;
    margin-top: 30px;
    z-index: 2;
}
.modal-body {
    padding: 20px 30px;
    margin: 0 auto;
}
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: .9;
    cursor: pointer;
    display: none;
}
.overlay-new {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.success_ {
    position: fixed;
    display: none;
    left: 0;
    width: 100%;
    z-index: 10049;
    top:0!important;
}
.success_ .forms_wr_ {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.34);
}
@media(max-width:575px){
    .forms_wr_, #success-modal .forms_wr_{
        width: 100%;
        left: 0;
        margin: 0;
        border-radius: 0;
    }
    #success-modal {
        top: 0;
        margin: 0;
    }
}