.inputErrorForSelect {
    width: 100%;
    background: white;
    box-shadow: 0 1px 4px #0000005e;
    color: var(--red);
    padding: .3em;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px 3px 0 0;
}