.form-group.has-errors { background: rgba(255, 0, 0, 0.05); border: 1px solid rgba(255, 0, 0, 0.2); border-radius: 3px; margin: 0 -5px; padding: 0 5px; }

.form-errors { color: #b52b27; }

.form-honeybear { visibility: hidden; position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }

.form-errors p { margin: 0; }

.form-input-file input { display: none; }

.form-input-file .dz-default.dz-message { position: absolute; text-align: center; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: 0; }

.form-input-file.dropzone { position: relative; min-height: 70px; border-radius: 3px; margin-bottom: .85rem; border: 2px dashed #ccc; color: #aaa; padding: 0.5rem; }

.form-input-file.dropzone .dz-preview { margin: 0.5rem; }

.form-input-file.dropzone .dz-preview:hover { z-index: 2; }

.form-input-file.dropzone .dz-preview .dz-error-message { min-width: 140px; width: auto; }

.form-input-file.dropzone .dz-preview .dz-image, .form-input-file.dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 3px; z-index: 1; }

.form-tabs .tabs-nav { display: flex; padding-top: 1px; margin-bottom: -1px; }

.form-tabs .tabs-nav a { flex: 1; transition: color 0.5s ease, background 0.5s ease; cursor: pointer; text-align: center; padding: 10px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; border-radius: 5px 5px 0 0; }

.form-tabs .tabs-nav a.active { border: 1px solid #eee; border-bottom: 1px solid transparent; margin: 0 -1px; }

.form-tabs .tabs-nav a.active span { color: #000; }

.form-tabs .tabs-nav span { display: inline-block; line-height: 1.1; }

.form-tabs.subtle .tabs-nav { margin-right: 0 !important; }

.form-tabs .tabs-content .tab__content { display: none; padding-top: 2rem; }

.form-tabs .tabs-content .tab__content.active { display: block; }

.checkboxes { display: inline-block; }

.checkboxes label { display: inline; cursor: pointer; position: relative; padding: 0 0 0 20px; margin-right: 15px; }

.checkboxes label:before { content: ""; display: inline-block; width: 20px; height: 20px; left: 0; margin-top: 0; margin-right: 10px; position: absolute; border-radius: 3px; border: 1px solid #e6e6e6; }

.checkboxes input[type=checkbox] { display: none; }

.checkboxes input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 20px; line-height: 1; text-align: center; }

.checkboxes.toggleable label { margin-right: 0; }

.form-field-toggleable .checkboxes.toggleable { margin-right: 5px; vertical-align: middle; }

.form-field-toggleable .checkboxes + label { display: inline-block; }

.switch-toggle { display: inline-flex; overflow: hidden; border-radius: 3px; line-height: 35px; border: 1px solid #eee; }

.switch-toggle input[type=radio] { position: absolute; visibility: hidden; display: none; }

.switch-toggle label { display: inline-block; cursor: pointer; padding: 0 15px; margin: 0; white-space: nowrap; color: inherit; transition: background-color 0.5s ease; }

.switch-toggle input.highlight:checked + label { background: #333; color: #fff; }

.switch-toggle input:checked + label { color: #fff; background: #999; }

/* Signature Pad */
.signature-pad { position: relative; display: flex; flex-direction: column; font-size: 10px; width: 100%; height: 100%; max-width: 700px; max-height: 460px; border: 1px solid #f0f0f0; background-color: #fff; padding: 16px; }

.signature-pad--body { position: relative; flex: 1; border: 1px solid #f6f6f6; min-height: 100px; }

.signature-pad--body canvas { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 4px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset; }

.signature-pad--footer { color: #C3C3C3; text-align: center; font-size: 1.2em; }

.signature-pad--actions { display: flex; justify-content: space-between; margin-top: 8px; }

[data-grav-field="array"] .form-row { display: flex; align-items: center; margin-bottom: 0.5rem; }

[data-grav-field="array"] .form-row > input, [data-grav-field="array"] .form-row > textarea { margin: 0 0.5rem; display: inline-block; }