@import '../../theme/formStyles.less';
@import (reference) '../../theme/index.less';

.errorMessage {
  color: @red-required;
  font-weight: 550;
  display: inline-flex;
  position: relative;
  font-size: 15px;

  div.redCircle {
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    min-width: 15px;
    color: white;
    background: @red-required;
    user-select: none;
    font-weight: 700;
  }

  span.message {
    margin-right: 10px;
  }
}

.center {
  justify-content: flex-start;
  align-items: center;
}

.hidden {
  display: none;
}
