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

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

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

.CustomizableDropdown_content___1110e {
  width: 100%;
  height: 100%;
}
.ColorInput_container___20136 {
  display: flex;
}
.SearchInputWithLabel_container___ff352 {
  display: grid;
  grid-template-columns: auto 20px;
}

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

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

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

.TextArea_innerTextArea___0a379.TextArea_resize___08249 {
    resize: vertical;
    /* habia un flex none */
  }

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

.TextArea_container___be0ca.TextArea_disabled___21044 {
    background-color: white;
  }

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

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

.SimpleItemWithBorder_frame___c74ec:hover {
  cursor: pointer;
}

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

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

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

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

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

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

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

.TagWithOnClose_iconClose___89b5d {
  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;
}

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

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

.TagWithOnClose_iconClose___89b5d:disabled {
    opacity: 0.5;
  }
