/* Form test field */
.testyou {
    display: none;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fancybox-iframe {
    padding: 20px;
    background-color: #FAFAFB;
}

.fancybox-content {
    max-height: 100%;
}

/* jGrowl */
.jGrowl-notification {
    width: 400px!important;
}

.jGrowl.top-right {
    right: 50%!important;
    top: 50%!important;
    width: 400px!important;
    margin-right: -200px;
    top: -30px;
}

.jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0px;
    top: 15px;
}

.jGrowl .af-message-success {
    background-color: #FFFFFF!important;
    color: #2D833A!important;
    border-radius: 20px!important;
    border: 1px solid #2D833A!important;
    opacity: 1;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.jGrowl-message {
    text-align: center;
}