._c1832337 {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: medium none;
  border-radius: 12px;
  box-sizing: border-box;

  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  height: 38px;

  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  user-select: none;
  white-space: nowrap;
}

._071710f8 {
  flex-grow: 1;
  margin-right: 0.25rem;
}

._6107ccc4 {
  flex-grow: 4;
}

/* VARIANTES (Agregue la suya aquí c:) */

._6e19a6ca {
  background-color: white;
  color: #9c9c9c;
  padding: 9px 16px;
}

._72006106 {
  background-color: #4db346;
  padding: 9px 16px;
  color: white;
  min-width: 110px;
}
._ba80536c {
  color: #fff;
  padding: 9px 16px;
  background: #ffbf00;
  border-bottom: 3px solid #dba500;
  display: inline-flex;
  min-width: 110px;
}

._ba80536c:hover {
  /*color: #ffd54f;*/
  color: #ffbf00;
  background: #dba500;
  border-bottom: 3px solid #ffbf00;
  display: inline-flex;
}

._a2709969 {
  color: #bd9917;
  padding: 9px 16px;
  background: #fbe9b7;
  border-bottom: 3px solid #fbe9b7;
  display: inline-flex;
  min-width: 110px;
}

._a2709969:hover {
  /*color: #ffd54f;*/
  color: #bd9917;

  background: #fbe9b7;
  border-bottom: 3px solid #fbe9b7;
}

._4c2014b1 {
  color: #fff;
  background: #4da6ff;
  border-bottom: 3px solid #4da6ff;
  min-width: 110px;
  margin: auto;
  display: inline-flex;
}

._4c2014b1:hover {
  /*color: #ffd54f;*/
  color: white;
  background: #4da6ff;
  border-bottom: 3px solid #4da6ff;
}
._720005f9 {
  color: #fff;
  background: #4da6ff;
  border-bottom: 3px solid #4da6ff;
  width: min-content;
  margin: auto;
}

._720005f9:hover {
  /*color: #ffd54f;*/
  color: white;
  background: #4da6ff;
  border-bottom: 3px solid #4da6ff;
}
._720005f9 button:disabled,
._720005f9 button[disabled] {
  /*color: #ffd54f;*/
  color: white;
  background: #d0d0d0;
  border-bottom: 3px solid #d0d0d0;
}

._2d450fce {
  color: #fff;
  padding: 9px 16px;
  background: #ff7373;
  border-bottom: 3px solid #ff7373;
  min-width: 110px;
  cursor: pointer;
}
._2da95760 {
  color: #2664a2;
  padding: 9px 16px;
  background: #bfdfff;
  border-bottom: 3px solid #bfdfff;
  min-width: 110px;
  cursor: pointer;
}
._d64c68b7 {
  color: #fff;
  padding: 9px 16px;
  background: #3d4858;
  border-bottom: 3px solid #3d4858;
  min-width: 110px;
  cursor: pointer;
}
._3555c73c {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1) !important;
  text-decoration: underline;
}
._9baef363 {
  --checkbox-size: 1.667rem;
  --check-color: var(--leberp-grey-90);

  margin: 0;
  border-radius: 5px;
  flex-shrink: 0;
  padding: 0;
  box-shadow: inset 0 0 1px 0.5px var(--leberp-grey-line);
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  background-color: #fff;
  position: relative;
  cursor: pointer;

  /* This is the checkmark */
}
._9baef363 div {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--check-color);
    width: calc(var(--checkbox-size) * 0.667);
    height: calc(var(--checkbox-size) * 0.667);
    transition: all 200ms ease;
    border-radius: 3px;
  }
._9baef363._a231f2d5 {
    padding: 1px;
    box-shadow:
      inset 0 0 1.5px 0.5px var(--leberp-grey-line),
      0 0 0.5px 0.5px var(--leberp-grey-line);
    --checkbox-size: 1.5rem;
  }
._9baef363._a231f2d5,._9baef363._a231f2d5 input + div {
      border-radius: 100%;
    }
:is(._9baef363 input):is(:checked,:indeterminate) + div {
        --check-color: var(--color);
      }
:is(._9baef363 input):is(:checked,:indeterminate):disabled + div {
        --check-color: var(--disabled-color);
      }
:is(._9baef363 input):indeterminate + div {
      --check-color: var(--leberp-grey-90);
    }
[type="radio"]:is(._9baef363 input):indeterminate + div {
      display: none;
    }
._9baef363 input:disabled + div {
    cursor: default;
  }
._0801c16e {
  display: flex;
  align-items: center;
  overflow: hidden;
}

._7b98f603 {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  transition:
    background-color 0.1s ease-in-out,
    transform 0.2s ease-in-out;
}

._7b98f603:disabled {
    cursor: default;
    opacity: 0.5;
  }

._7b98f603:hover:not(:disabled) {
    background-color: var(--leberp-grey-97);
  }

._7b98f603:active:not(:disabled) {
    background-color: var(--leberp-grey-95);
  }

._bc40f8c3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 4px;
  padding-inline: 0.5rem;
  margin-left: 0.25rem;
}

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

._0016a1fb {
  color: #000000;
  font-size: 14px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;

  display: grid;
  place-items: center;
  border-radius: 50%;
}

._0016a1fb._31f1c84f {
    opacity: 0;
  }

._0016a1fb._f32b1dc2 {
    transform: rotate(0deg);
  }

._0016a1fb._2f972f36 {
    transform: rotate(180deg);
  }

._7ed0e08c {
  display: contents;
}

._7ed0e08c:hover > ._7b98f603:not(:disabled) {
    background-color: var(--leberp-grey-97);
  }

._7ed0e08c:active > ._7b98f603:not(:disabled) {
    background-color: var(--leberp-grey-95);
  }

._dffb8629 {
  background-color: var(--leberp-dodger-blue) !important;
  color: white !important;
  width: 27px;
  height: 27px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._4ed19088 {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 2px 10px 5px;
  border: 1px solid #dddddd;
  margin: 0;
  position: relative;
  cursor: text;
}

._4ed19088:focus-within {
    border-color: #4da6ff;
  }

._4ed19088._129ff3ae {
    background-color: white;
    cursor: default;
  }

._44fcc5e5 {
  width: 100%;
  height: 30px;
  outline: none;
  border: none;
  background: transparent;
  color: #262626;
  font-size: 12px;
}

._841272c2 {
  font-size: 10px;
  color: #8a8a8a;
  text-align: left;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

._13480356 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
._7a4988e6 {
  width: 100%;
  height: 60px;
  cursor: default;
  display: flex;
  flex-direction: column;
  padding: 0 5px 0 0;
}

._7a4988e6._9fd52ad2 {
  height: auto;
  min-height: 60px;
}

._29eaac5e {
  background-color: white;
}

._5141bbcf {
  padding: 2px 5px 0;
  flex-shrink: 0;
}

._675318f7 {
  padding: 0 5px 2px;
  min-width: 0;
  display: flex;
  align-items: center;
  height: 30px;
  justify-content: flex-start;
  margin-block: auto;
  white-space: nowrap;
}

._675318f7._9fd52ad2 {
  height: auto;
  min-height: 30px;
}

._675318f7[data-horizontal-align="center"] {
  justify-content: center;
}

._675318f7[data-horizontal-align="left"] {
  justify-content: flex-start;
}

._675318f7[data-horizontal-align="right"] {
  justify-content: flex-end;
}

._675318f7[data-horizontal-align="split"] {
  justify-content: space-between;
}
._4fe15a4a {
  background-size: cover;
  height: 100%;
  width: 100%;
}

._b1d03afc {
  display: flex;
  align-items: center;
  justify-content: center;
}

._e24e9c0f {
  box-shadow:
    1px 1px 1px 0.5px hsl(0deg 0% 27% / 5%),
    1.5px 1.5px 2px 0.8px hsl(0deg 0% 27% / 5%),
    1px 1px 5px -1px hsl(0deg 0% 10% / 20%);
}

._ef8f06c3 {
  border: 2px solid #fff;
}

._78583c22 {
  cursor: pointer;
}

._14a7533f {
  position: relative;
}

._d0e86a81 {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow:
    1px 1px 1px 0.5px hsl(0deg 0% 27% / 3%),
    1.5px 1.5px 2px 0.8px hsl(0deg 0% 27% / 3%),
    1px 1px 5px -1px hsl(0deg 0% 10% / 10%);
}

._d0e86a81[data-position="bottom-right"] {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
  }

._d0e86a81[data-position="top-right"] {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
  }

._eb59960c {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5%;
  right: 5%;
}

._bb2d9bb8 {
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
  width: 0;
  height: 0;
  border-top-right-radius: inherit;
}
._08b9efca .MuiBadge-badge {
  box-shadow: 0 0 0 1px white;
  height: 10px;
  width: 10px;
  min-width: 10px;
  border-radius: 50%;
  padding: 0;
  z-index: unset;
  background-color: var(--badge-color);
}

:where([data-offset]) :is(._08b9efca .MuiBadge-badge) {
    top: var(--badge-offset);
    right: var(--badge-offset);
  }

._97066833 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

._97066833:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
._6badedd0 {
  --avatar-size: 40px;
  --avatar-radius: calc(var(--avatar-size) / 4);
}

._6badedd0.MuiAvatar-root {
    box-shadow:
      1px 1px 1px 0.5px hsl(0deg 0% 27% / 5%),
      1.5px 1.5px 2px 0.8px hsl(0deg 0% 27% / 5%),
      1px 1px 5px -1px hsl(0deg 0% 10% / 20%);
    width: var(--avatar-size);
    height: var(--avatar-size);
    border: 2px solid #fff;
  }

._6badedd0.MuiAvatar-rounded {
    border-radius: var(--avatar-radius, 10px);
  }

._aaa41c1d[data-size="small"] ._6badedd0 {
  width: 35px;
  height: 35px;
  border-radius: 8px;
}

._aaa41c1d[data-size="xsmall"] ._6badedd0 {
  width: 25px;
  height: 25px;
  border-radius: 6px;
}

._aaa41c1d[data-size="xsmall"] .MuiBadge-badge {
  height: 6px;
  width: 6px;
  min-width: 6px;
  top: 3px;
  right: 3px;
}
._e34f125b {
  display: flex;
  align-items: center;
  gap: var(--spacer-3);
}

._055c6991 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._dd81fffc {
  background: #a7a7a7;
  border: none;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

._78cd6605 {
  background-color: transparent;
  border: none;
  font-size: 1.1rem;
  flex-grow: 1;
  width: 100%;
}

._78cd6605:is(:focus, :focus-visible) {
  outline: none;
  background-color: transparent;
}

._78cd6605::placeholder {
  color: var(--leberp-grey-70);
}

._78cd6605::-webkit-search-cancel-button {
  display: none;
}

._98f57cf9 {
  display: flex;
  background-color: #f8f8f8;
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  border: 1px solid #f0f2f4a2;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 0 3px transparent;
  transition: box-shadow 100ms ease-in;
  flex-shrink: 0;
}

._98f57cf9:has( > ._78cd6605:focus-visible) {
    box-shadow: 0 0 0 2px hsl(var(--leberp-grey-70-hsl) / 0.4);
  }

._2e7a05f1 {
  color: rgba(0, 0, 0, 0.3);
}
._572022a5 {
  height: 50px;
  align-items: center;
  display: flex;
}

._61d0ca8f {
  height: 60px;
}

._cc50019b {
  width: 100%;
}

._38810574 {
  flex-grow: 1;
}

._b42ecdc4 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  align-self: stretch;
}
