#form-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: inherit;
    z-index: 9999;
}

#celebrant-contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-sizing: border-box;
    font-family: inherit;
}

#celebrant-contact-form input,
#celebrant-contact-form select,
#celebrant-contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    font-family: inherit;
}

#celebrant-contact-form button {
    padding: 10px 20px;
    cursor: pointer;
}

#form-response {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
}

#boxwaitingload {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    color: #333;
    background: #fff;
    border-radius: 10px;
}
