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

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

.Button_title___6107c {
  flex-grow: 4;
}

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

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

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

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

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

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

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

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

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

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

.Button_danger___2d450 {
  color: #fff;
  padding: 9px 16px;
  background: #ff7373;
  border-bottom: 3px solid #ff7373;
  min-width: 110px;
  cursor: pointer;
}
.Button_sky___2da95 {
  color: #2664a2;
  padding: 9px 16px;
  background: #bfdfff;
  border-bottom: 3px solid #bfdfff;
  min-width: 110px;
  cursor: pointer;
}
.Button_close___d64c6 {
  color: #fff;
  padding: 9px 16px;
  background: #3d4858;
  border-bottom: 3px solid #3d4858;
  min-width: 110px;
  cursor: pointer;
}
.CustomButtons_btnShadow___3555c {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1) !important;
  text-decoration: underline;
}
.FancyCheckbox_label___9baef {
  --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 */
}
.FancyCheckbox_label___9baef 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;
  }
.FancyCheckbox_label___9baef.FancyCheckbox_radio___a231f {
    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;
  }
.FancyCheckbox_label___9baef.FancyCheckbox_radio___a231f,.FancyCheckbox_label___9baef.FancyCheckbox_radio___a231f input + div {
      border-radius: 100%;
    }
:is(.FancyCheckbox_label___9baef input):is(:checked,:indeterminate) + div {
        --check-color: var(--color);
      }
:is(.FancyCheckbox_label___9baef input):is(:checked,:indeterminate):disabled + div {
        --check-color: var(--disabled-color);
      }
:is(.FancyCheckbox_label___9baef input):indeterminate + div {
      --check-color: var(--leberp-grey-90);
    }
[type="radio"]:is(.FancyCheckbox_label___9baef input):indeterminate + div {
      display: none;
    }
.FancyCheckbox_label___9baef input:disabled + div {
    cursor: default;
  }
.ComponentForColumns_container___0801c {
  display: flex;
  align-items: center;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.ComponentForColumns_icon___0016a.ComponentForColumns_hidden___31f1c {
    opacity: 0;
  }

.ComponentForColumns_icon___0016a.ComponentForColumns_asc___f32b1 {
    transform: rotate(0deg);
  }

.ComponentForColumns_icon___0016a.ComponentForColumns_desc___2f972 {
    transform: rotate(180deg);
  }

.ComponentForColumns_sortButton___7ed0e {
  display: contents;
}

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

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

.ComponentForColumns_selectIconActive___dffb8 {
  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;
}
.input_container___4ed19 {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 2px 10px 5px;
  border: 1px solid #dddddd;
  margin: 0;
  position: relative;
  cursor: text;
}

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

.input_container___4ed19.input_disabled___129ff {
    background-color: white;
    cursor: default;
  }

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

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

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

.PseudoInput_container___7a498.PseudoInput_contentFlexible___9fd52 {
  height: auto;
  min-height: 60px;
}

.PseudoInput_visualDisabled___29eaa {
  background-color: white;
}

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

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

.PseudoInput_itemContainer___67531.PseudoInput_contentFlexible___9fd52 {
  height: auto;
  min-height: 30px;
}

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

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

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

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

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

.Image_shadow___e24e9 {
  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%);
}

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

.Image_pointer___78583 {
  cursor: pointer;
}

.Image_relative___14a75 {
  position: relative;
}

.Image_dot___d0e86 {
  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%);
}

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

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

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

.Image_triangle___bb2d9 {
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
  width: 0;
  height: 0;
  border-top-right-radius: inherit;
}
.UserStatusBadge_badge___08b9e .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(.UserStatusBadge_badge___08b9e .MuiBadge-badge) {
    top: var(--badge-offset);
    right: var(--badge-offset);
  }

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

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

.UserPicture_avatar___6bade.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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.Input_hasLabel___61d0c {
  height: 60px;
}

.Input_fullFilled___cc500 {
  width: 100%;
}

.Input_innerInput___38810 {
  flex-grow: 1;
}

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