.fancy-fields-for-wpforms-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.fancy-fields-for-wpforms-modal-content {
    position: relative;
    margin-left: 160px;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.fancy-fields-for-wpforms-modal-header {
    padding: 2px 16px;
    background-color: #e27730;
    color: #fff
}

.fancy-fields-for-wpforms-modal-header a {
    color: #fff
}

.fancy-fields-for-wpforms-modal-body * {
    box-sizing: border-box
}

.fancy-fields-for-wpforms-modal-body input[type=text],
.fancy-fields-for-wpforms-modal-body select,
.fancy-fields-for-wpforms-modal-body textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical
}

.fancy-fields-for-wpforms-modal-body label {
    padding: 12px 12px 12px 0;
    display: inline-block
}

.fancy-fields-for-wpforms-modal-body input[type=submit] {
    background-color: #4caf50;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right
}

.fancy-fields-for-wpforms-modal-body input[type=submit]:hover {
    background-color: #45a049
}

.fancy-fields-for-wpforms-modal-body .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px
}

.fancy-fields-for-wpforms-modal-body .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px
}

.fancy-fields-for-wpforms-modal-body .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px
}

.fancy-fields-for-wpforms-modal-body .row:after {
    content: "";
    display: table;
    clear: both
}

.fancy-fields-for-wpforms-modal-footer {
    padding: 2px 8px;
    background-color: #5cb85c;
    color: #fff
}
