.color-error {
  color: rgb(223, 51, 51);
}

.color-warn {
  color: rgb(243, 169, 32);
}

.color-info {
  color: rgb(42, 126, 235);
}

.color-success {
  color: rgb(3, 177, 53);
}

.bg-error {
  background-color: rgb(223, 51, 51);
}

.bg-warn {
  background-color: rgb(243, 169, 32);
}

.bg-info {
  background-color: rgb(223, 51, 51);
}

.bg-success {
  background-color: rgb(3, 177, 53);
}

input {
  border: 1px solid gray;
  font-family: "Roboto", sans-serif;
  font-size: 11pt;
  outline: none;
  height: 2em;
  padding: 10px;
}

input[type=number] {
  text-align: right;
  -moz-appearance: textfield;
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.button {
  text-align: center;
  width: fit-content;
  padding: 0 10px 0 10px;
  border: none;
  cursor: pointer;
  color: white;
  line-height: 1;
}

.icon {
  border: none;
  background-color: transparent;
  background-size: contain;
  background-origin: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "Material Symbols Outlined";
}

.link {
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: rgb(63, 63, 223);
  text-align: left;
}

.link:hover {
  text-decoration: underline;
}

.no-resize {
  resize: none;
}

.label-button {
  border: 1px solid gray;
  font-family: "Roboto", sans-serif;
  font-size: 11pt;
  outline: none;
  height: 2em;
  padding: 10px;
  text-align: center;
  width: fit-content;
  padding: 0 10px 0 10px;
  border: none;
  display: flex;
  align-items: center;
}

.full-width-input {
  width: 100%;
}

/*# sourceMappingURL=input.css.map */
