﻿.file-error-message {
    color: var(--redColor);
    background-color: unset;
    margin-top: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.close.kv-error-close {
    display: none;
}
