.wph-modal.wph-modal-active {
    display: -ms-flexbox;
    display: flex;
}
.wph-modal {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0;
}

.wph-modal.module_id_1 .wpmudev-modal-mask {
    background-color: rgba(51,51,51,0.9);
    height: 100vh;
}

.wph-modal .wph-modal-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34,34,34,0.7);
}

.hustle-modal.hustle-animated.hustle-animate-fadeIn {
    opacity: 1;
    animation-name: fadeIn;
    animation-duration: 300ms;
}
.hustle-modal.hustle-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: center;
    transform-style: preserve-3d;
}
.hustle-modal {
    width: 100%;
    max-width: 800px;
    opacity: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    box-sizing: border-box;
    height: auto !important;
}



.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
    background-color: #ffffff;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
    border: 3px solid rgba(218,218,218,1);
    border-radius: 5px;
}
.hustle-modal .hustle-modal-body {
    max-height: 100%;
    overflow: scroll;
    padding: 0px 0px;
}
.hustle-modal * {
    box-sizing: border-box;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
.hustle-modal header {
    margin: 0;
    border: 0;
    padding: 0;
    text-align: center;
}
.hustle-modal header img{
    max-width: 100%;
}
@media (min-width: 783px) {
    .hustle-modal section {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.hustle-modal section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hustle-modal-message {
    padding: 40px;
} 
