.lc-char-style.h1, .lc-char-style.h2, .lc-char-style.h3 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

.lc-char-style.default-text {
  font-size: 1.4rem;
  font-family: Roboto, sans-serif;
  line-height: 1.4;
  color: #888;
}

.lc-char-style.h1 {
  font-size: 3rem;
}

.lc-char-style.h2 {
  font-size: 1.6rem;
}

.lc-char-style.h3 {
  font-size: 2rem;
}

.lc-char-style.input-label {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.4rem;
}

.lc-char-style.input {
  font-size: 1.4rem;
  font-family: Roboto, sans-serif;
  line-height: 1.6rem;
  color: #888;
}

.lc-char-style.no-uppercase {
  text-transform: none;
}

.lc-char-style.color-red {
  color: #ff1218;
}

.lc-char-style.color-grey {
  color: #888;
}

.lc-char-style.color-light-grey {
  color: #ccc;
}

.lc-char-style.color-white {
  color: #fff;
}

.lc-char-style.color-black {
  color: #000;
}

.lc-input {
  font-size: 1.4rem;
  font-family: Roboto, sans-serif;
  line-height: 1.6rem;
  color: #888;
  padding: 12px;
  border: none;
  width: 100%;
  background-color: #eee;
  margin: 0;
  min-height: 45px;
}
.lc-input.type-valuta {
  text-align: right;
}
.lc-input.type-number {
  text-align: right;
}
.lc-input.size-small {
  padding: 7px 14px;
  min-height: 40px;
}
.lc-input.color-white {
  background-color: #fff;
}
.lc-input::placeholder {
  color: #ccc;
}

select.lc-input {
  appearance: none;
  background: #eee url("../../../images/select-arrow-down.png") right center no-repeat;
  padding: 12px;
}

.lc-input-wrapper {
  display: block;
}

.lc-input-inner-wrapper {
  position: relative;
  display: block;
}
.lc-input-inner-wrapper > .unit {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  left: 0;
  padding: 5px 17px;
  line-height: 1;
  pointer-events: none;
  color: #888;
  border-right: 1px #ddd solid;
  font-size: 14px;
}
.lc-input-inner-wrapper > .unit.position-right {
  right: 0;
  left: auto;
  border-right: 0;
  border-left: 1px #ddd solid;
}

.lc-input-label {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.4rem;
  display: block;
}

.lc-input-unit {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.4rem;
}

textarea.lc-input {
  min-height: 75px;
}

.lc-input[type=number]::-webkit-inner-spin-button,
.lc-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
