.neteuro-emsf-wrap {
position: relative;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #1e1e1e;
} .neteuro-emsf-wrap.neteuro-emsf-align-left {
margin-left: 0;
margin-right: auto;
}
.neteuro-emsf-wrap.neteuro-emsf-align-center {
margin-left: auto;
margin-right: auto;
}
.neteuro-emsf-wrap.neteuro-emsf-align-right {
margin-left: auto;
margin-right: 0;
}
.neteuro-emsf-status {
margin-bottom: 1em;
padding: 0.75em 1em;
border-radius: 4px;
display: none;
border: 1px solid transparent;
}
.neteuro-emsf-status.neteuro-emsf-success {
display: block;
background: #d4edda;
color: #155724;
border-color: #c3e6cb;
}
.neteuro-emsf-status.neteuro-emsf-error {
display: block;
background: #f8d7da;
color: #721c24;
border-color: #f5c6cb;
}
.neteuro-emsf__success-message {
margin-top: 1em;
padding: 0.75em 1em;
border-radius: 4px;
display: none;
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
} .neteuro-emsf-wrap[data-mode="multistep"] .neteuro-emsf-step {
display: none;
}
.neteuro-emsf-wrap[data-mode="multistep"] .neteuro-emsf-step.neteuro-emsf-step-visible {
display: block;
}
.neteuro-emsf-step-title {
margin: 0 0 0.5rem;
font-size: 1.25rem;
font-weight: 600;
}
.neteuro-emsf-step-description {
margin-bottom: 1rem;
opacity: 0.9;
}
.neteuro-emsf-fields {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: var(--neteuro-emsf-gap, 16px);
}
.neteuro-emsf .neteuro-emsf-field-wrap {
display: flex;
flex-direction: column;
gap: 0.35em;
width: 100%;
flex: 0 0 auto;
}
.neteuro-emsf .neteuro-emsf-field-wrap.is-w-100 {
flex: 0 0 100%;
max-width: 100%;
}
.neteuro-emsf .neteuro-emsf-field-wrap.is-w-50 {
flex: 0 0 calc(50% - (var(--neteuro-emsf-gap, 16px) / 2));
max-width: calc(50% - (var(--neteuro-emsf-gap, 16px) / 2));
}
.neteuro-emsf .neteuro-emsf-field-wrap.is-w-33 {
flex: 0 0 calc(33.3333% - (var(--neteuro-emsf-gap, 16px) * 2 / 3));
max-width: calc(33.3333% - (var(--neteuro-emsf-gap, 16px) * 2 / 3));
}
@media (max-width: 767px) {
.neteuro-emsf .neteuro-emsf-field-wrap.is-w-50,
.neteuro-emsf .neteuro-emsf-field-wrap.is-w-33 {
width: 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.neteuro-emsf-field-wrap label,
.neteuro-emsf-field-wrap .neteuro-emsf-field-label {
font-weight: 500;
}
.neteuro-emsf-field-wrap .required {
color: #b32d2e;
}
.neteuro-emsf-field-wrap input[type="text"],
.neteuro-emsf-field-wrap input[type="email"],
.neteuro-emsf-field-wrap input[type="tel"],
.neteuro-emsf-field-wrap select,
.neteuro-emsf-field-wrap textarea {
width: 100%;
max-width: 100%;
padding: 8px 12px;
border: 1px solid #8c8f94;
border-radius: 4px;
box-sizing: border-box;
font-size: 1em;
}
.neteuro-emsf-field-wrap textarea {
min-height: 100px;
resize: vertical;
}
.neteuro-emsf-field-wrap input:focus,
.neteuro-emsf-field-wrap select:focus,
.neteuro-emsf-field-wrap textarea:focus {
border-color: #2271b1;
outline: none;
box-shadow: 0 0 0 1px #2271b1;
}
.neteuro-emsf-field-wrap.neteuro-emsf-field-checkbox .neteuro-emsf-checkbox-label,
.neteuro-emsf-field-wrap.neteuro-emsf-field-checkbox .neteuro-emsf-checkbox-label input {
cursor: pointer;
}
.neteuro-emsf-field-wrap.neteuro-emsf-field-checkbox .neteuro-emsf-checkbox-label,
.neteuro-emsf-field-wrap.neteuro-emsf-field-radio .neteuro-emsf-radio-label {
display: flex;
align-items: center;
gap: 0.5em;
}
.neteuro-emsf-field-wrap .neteuro-emsf-checkbox-group,
.neteuro-emsf-field-wrap .neteuro-emsf-radio-group {
display: flex;
flex-direction: column;
gap: 0.4em;
}
.neteuro-emsf-field-wrap .neteuro-emsf-checkbox-group.neteuro-emsf-inline,
.neteuro-emsf-field-wrap .neteuro-emsf-radio-group.neteuro-emsf-inline {
flex-direction: row;
flex-wrap: wrap;
}
.neteuro-emsf-field-wrap.neteuro-emsf-field-acceptance .neteuro-emsf-checkbox-label {
display: flex;
align-items: flex-start;
gap: 0.5em;
}
.neteuro-emsf-substep-title {
margin: 1rem 0 0.5rem;
font-size: 1.1rem;
font-weight: 600;
}
.neteuro-emsf-substep-desc {
margin-bottom: 0.5rem;
opacity: 0.9;
}
.neteuro-emsf-field-wrap input[type="file"] {
padding: 4px 0;
}
.neteuro-emsf-field-wrap input[type="date"],
.neteuro-emsf-field-wrap input[type="time"],
.neteuro-emsf-field-wrap input[type="number"] {
min-width: 140px;
}
.neteuro-emsf-actions {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
margin-top: 1.5rem;
}
.neteuro-emsf__status {
font-size: 14px;
line-height: 1.2;
display: none;
}
.neteuro-emsf__status.is-success,
.neteuro-emsf__status.is-error {
display: inline-block;
} .neteuro-emsf-btn,
.neteuro-emsf__btn {
cursor: pointer;
transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.neteuro-emsf-btn:disabled,
.neteuro-emsf__btn:disabled {
opacity: 0.7;
cursor: not-allowed;
} .neteuro-emsf-progress {
margin-bottom: 1.5rem;
}
.neteuro-emsf-progress-bar {
height: 6px;
background: #dcdcde;
border-radius: 3px;
overflow: hidden;
}
.neteuro-emsf-progress-bar-fill {
height: 100%;
width: 0;
background: #2271b1;
border-radius: 3px;
transition: width 0.3s ease;
}
.neteuro-emsf-progress-dots {
display: flex;
gap: 8px;
justify-content: center;
}
.neteuro-emsf-progress-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: #dcdcde;
transition: background 0.3s ease;
}
.neteuro-emsf-progress-dot.active {
background: #2271b1;
} .neteuro-emsf__matrix {
width: 100%;
overflow-x: auto;
}
.neteuro-emsf__matrix-head,
.neteuro-emsf__matrix-row {
display: grid;
grid-template-columns: 160px repeat(var(--neteuro-matrix-cols, 3), 100px);
align-items: center;
justify-content: start;
column-gap: 12px;
row-gap: 8px;
margin-left: 16px;
}
.neteuro-emsf__matrix-corner {
}
.neteuro-emsf__matrix-col {
text-align: center;
}
.neteuro-emsf__matrix-row-label {
white-space: nowrap;
text-align: left;
}
.neteuro-emsf__matrix-cell {
display: flex;
justify-content: center;
} .neteuro-emsf__section {
width: 100%;
}
.neteuro-emsf__section-title {
margin: 0;
}
.neteuro-emsf__section--divider {
border-bottom: 1px solid currentColor;
padding-bottom: 8px;
margin: 12px 0;
}
.neteuro-emsf__section--boxed {
border: 1px solid currentColor;
padding: 12px;
border-radius: 8px;
margin: 12px 0;
} .neteuro-emsf-visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
} .neteuro-emsf__visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
} @media (max-width: 480px) {
.neteuro-emsf-wrap {
padding: 0 0.5rem;
font-size: 15px;
}
.neteuro-emsf-actions {
flex-direction: column;
}
.neteuro-emsf-btn {
width: 100%;
}
}