﻿.text-danger {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.error {
    color: #dc3545;
    margin-right: 10px;
}

input.error, textarea.error {
    border-color: #dc3545 !important;
}

.select[data-type="select-one"].error {
    border: 2px solid #dc3545 !important;
    border-radius: 4px;
}

/* Подсветка полей при клиентской валидации (accountUpdateStream.js) */
input.stream-form-field--error:not([type="hidden"]),
textarea.stream-form-field--error {
    border-color: #dc3545 !important;
}

.field__input .select.stream-form-field--error {
    border: 1px solid #dc3545 !important;
    border-radius: 32px;
}

spaceapp-file-upload.stream-form-field--error {
    display: block;
    outline: 2px solid #dc3545;
    outline-offset: 4px;
    border-radius: 8px;
}

.field__label span[style*="color: red"] {
    color: #dc3545 !important;
    margin-left: 3px;
}
