._198fefb5 {
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  position: relative;
}

._34b8dbfe {
  padding-top: 10px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 10px;
  height: 0;
  z-index: 100;
  transition: height 0.2s;
}

._a907b5aa {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
}

._1110e561 {
  width: 100%;
  height: 100%;
}
._20136856 {
  display: flex;
}
._ff352d42 {
  display: grid;
  grid-template-columns: auto 20px;
}

._5a8e347c {
  color: #999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  font-size: 20px;
}
._78180a59 {
  font-size: 10px;
  color: #8a8a8a;
}

._bd546264 {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
}

._0a379719 {
  min-height: 3lh;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  width: 100%;
  color: #262626;
  font-size: 12px;
  resize: none;
  flex: 1;
}

._0a379719._082496b2 {
    resize: vertical;
    /* habia un flex none */
  }

._be0ca53f {
  width: 100%;
  background: #f2f2f2;
  margin: 0;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 7px;
}

._be0ca53f._210441d5 {
    background-color: white;
  }

._be0ca53f:not(:disabled):hover {
    cursor: text;
  }

._be0ca53f:focus-within {
    border-color: #4da6ff;
  }
._c74ec595 {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 1rem 1rem;
}

._c74ec595:hover {
  cursor: pointer;
}

._00c22697 {
  outline: 2px solid var(--leberp-dodger-blue);
  box-shadow: 0 0 0 2px var(--leberp-dodger-blue);
}
._e58bbbec {
  display: flex;
  justify-content: space-between;
}

._c20fd39d {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
._2c317ca5 {
  min-width: 0;
  place-self: stretch;
  max-height: 10em;
  overflow-y: auto;
}

._03c0c532 {
  place-self: center;
  font-size: 90px;
  color: var(--leberp-grey-20);
}
._cd01af95 {
  border-radius: 100rem;
  padding: 5px 15px;
  color: #ffff;
  height: 25px;
  width: 80px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._cd01af95 > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 1200px) {
  ._cd01af95 {
    width: 120px;
  }
}
@media (min-width: 1400px) {
  ._cd01af95 {
    width: auto;
    min-width: 120px;
  }
}

._cae7e72f {
  background-color: var(--leberp-dodger-blue);
}

._fcec2337 {
  justify-content: center;
  background-color: transparent;
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
}

._89b5d9b0 {
  margin: 0;
  padding: 0;
  border: none;
  width: fit-content;
  height: fit-content;
  background-color: transparent;
  font-size: 15px;
  margin-left: 5px;
  color: inherit;
  display: grid;
  place-items: center;
}

._89b5d9b0:enabled:hover {
    color: var(--leberp-grey-90);
  }

._89b5d9b0:enabled:active {
    color: var(--leberp-grey-80);
  }

._89b5d9b0:disabled {
    opacity: 0.5;
  }
