/* @import "sass-sandal/function"; */
.im-text,
.im-textarea {
  padding: 4px 9px;
  transition: .2s;
  border: 1px solid #dedede;
  outline: none;
}

.im-text:hover,
.im-textarea:hover {
  border-color: #999;
}

.im-input-wrapper--counting {
  display: inline-block;
  position: relative;
}

.im-text--disabled,
.im-textarea--disabled {
  background-color: #f8f8f8 !important;
  color: #999 !important;
  cursor: default !important;
  pointer-events: none !important;
  border-color: #dedede;
}

.im-textarea {
  width: 400px;
  height: 90px;
  resize: none;
  vertical-align: top;
}

.im-textarea-counter {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #999;
  font-size: 14px;
}

.im-textarea-count--error {
  color: #e85308;
}

.im-text {
  width: 190px;
  vertical-align: middle;
}

.im-text-l {
  height: 24px;
}

.im-text-m {
  height: 20px;
}

.im-text-s {
  height: 16px;
}

.im-text-long {
  width: 400px;
  height: 20px;
}
