.required::after {
    content: " *";
    color: red;
}
.table thead {
    background: #7b4ce2;
    color: #fff;
}
.error-box {
    display: none;
    background: #ffeaea;
    border: 1px solid #ff4d4d;
    color: #b30000;
    padding: 12px;
    border-radius: 8px;
    margin-top: 16px;
}
.field-row {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    margin-bottom: 6px;
}
.field-row input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    font-size: 15px;
}
.no-border {
    border: none !important;
    outline: none !important;
}
.choices__list--dropdown {
    z-index: 3000 !important;
}
.item-desc-preview {
    white-space: pre-wrap;
}

