#form-error-message {
    background-color: #ffebe6;
    border: 1px solid red;
    border-left-width: 6px;
    border-radius: 5px;
    padding: 4px 12px;
    margin-bottom: 20px;
    text-align: left;
}

#vizoo-form .field-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#vizoo-form {
    text-align: left;
    position: relative;
}

#vizoo-form-consent-wrapper {
    position: absolute;
    background-color: #fff;
    text-align: left;
}

#vizoo-form-consent-wrapper h2 {
    font-size: larger;
}

#vizoo-form-consent-wrapper button {
    display: block;
    margin-top: 12px;
}

#vizoo-form button,
#vizoo-form select,
#vizoo-form input,
#vizoo-form textarea {
    font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    padding: 6px 10px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.2s ease;
}

#vizoo-form button {
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #00000000;
    border-color: #00bfbf;
    border-width: 2px;
    color: #00bfbf;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
    font-size: inherit;
}

#vizoo-form button:hover,
#vizoo-form button:active,
#vizoo-form button:focus {
    background: #00bfbf;
    border-color: #00bfbf;
    color: #ffffff;
}

#vizoo-form select,
#vizoo-form input,
#vizoo-form textarea {
    border-width: 1px;
    flex-grow: 1;
    height: 40px;
    line-height: 1.3;
    font-size: 14px;
    color: #002b2b;
    background-color: #ffffff;
    border-color: #cedde0;
    max-width: 100%;
    width: 100%;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
}

#vizoo-form textarea {
    width: 100%;
    resize: vertical;
    height: auto;
    line-height: 24px;
}

#vizoo-form select:focus,
#vizoo-form input:focus,
#vizoo-form textarea:focus {
    border-color: #00bfbf;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 191, 191, 0.6);
}

#vizoo-form button:disabled,
#vizoo-form button[disabled] {
    border-color: #ccc;
    color: #666;
    background-color: #eee !important;
    cursor: default;
    opacity: 1;
}
