.sq-input-field {
  &--block {
    width: 100%;
  }
  &__container {
    position: relative;
  }
  &__input {
    width: 100%;
    margin-bottom: 5px;
  }
  &__side-actions {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  &--error {
    color: $sq-color-error;
    margin-top: 4px;
    width:100%;
  }
  &--focused {
    .input-field--error {
      visibility: hidden;
    }
  }
}