.MultiSelect_label__D5etQ {
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
}

.MultiSelect_helperText__Z2Zxm {
  opacity: 1;
  font-weight: 500;
  font-size: 0.75rem;
}

.MultiSelect_selectContainer__w9PIq {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.MultiSelect_selectContainer__w9PIq[data-error="true"] .MultiSelect_label__D5etQ,
    .MultiSelect_selectContainer__w9PIq[data-error="true"] .MultiSelect_helperText__Z2Zxm {
      color: var(--error);
    }

.MultiSelect_selectContainer__w9PIq[data-opened="true"] {
    border-radius: 0 20px 20px 0;
    animation-duration: 700ms;
  }

.MultiSelect_label__D5etQ[data-state="disabled"] {
  color: var(--disabled);
}

.MultiSelect_trigger__yygDG {
  width: 100%;
  position: relative;
}

.MultiSelect_buttonContainer__EEz4j {
  display: flex;
  align-items: center;
  position: relative;
}

.MultiSelect_button__iY_7Z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px 0 30px;
  height: 40px;
  margin: 0;
  outline: 0;
  border-radius: 60px;
  border: 2px solid transparent;
  background-color: var(--background-color, var(--background));
  color: var(--lucy-grey2);
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: inherit;
  transition: border 200ms ease-out;
}

.MultiSelect_button__iY_7Z:disabled {
    cursor: not-allowed;
    background-color: var(--disabled);
    border-color: var(--disabled);
  }

.MultiSelect_button__iY_7Z[data-placeholder="true"] {
    color: var(--lucy-grey2);
    font-weight: 400;
  }

.MultiSelect_button__iY_7Z:hover,
  .MultiSelect_button__iY_7Z:focus {
    border: 2px solid var(--brand);
  }

.MultiSelect_selectContainer__w9PIq[data-error="true"] .MultiSelect_button__iY_7Z {
  border-color: var(--error);
}

.MultiSelect_expandMore__5JFny {
  margin-left: auto;
}

.MultiSelect_selectOptions__DlaME {
  overflow-y: auto;
  padding: 0.5rem 0;
  list-style: none;
  background-color: var(--off-white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-1);
  z-index: 10;
}

.MultiSelect_selectOptions__DlaME > hr {
    border-top: 2px solid var(--stone-2);
    border-bottom: 0;
  }

.MultiSelect_selectOptions__DlaME > hr:first-child {
    display: none;
  }

.MultiSelect_selectOptions__DlaME[aria-selected="true"] {
  outline: none;
}

.MultiSelect_selectOption__9AwG7 {
  display: flex;
  gap: 0;
  align-items: center;
  padding: 0.25rem 0 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--lucy-grey2);
  cursor: pointer;
  width: 100%;
  background-color: transparent;
}

.MultiSelect_selectOption__9AwG7 > div {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.MultiSelect_optionSelectedIcon__B8Hj1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 16px;
}

.MultiSelect_optionSelectedIcon__B8Hj1 svg {
    height: 16px;
    width: 16px;
  }

.Select_label__idD1o {
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
}

.Select_helperText__WTcE7 {
  opacity: 1;
  font-weight: 500;
  font-size: 0.75rem;
}

.Select_selectContainer__6pIV5 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.Select_selectContainer__6pIV5[data-error="true"] .Select_label__idD1o,
    .Select_selectContainer__6pIV5[data-error="true"] .Select_helperText__WTcE7 {
      color: var(--error);
    }

.Select_label__idD1o[data-state="disabled"] {
  color: var(--disabled);
}

.Select_trigger__Xlku7 {
  width: 100%;
  position: relative;
}

.Select_buttonContainer__hmskZ {
  display: flex;
  align-items: center;
  position: relative;
}

.Select_button__EnA5a {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 24px 10px 30px;
  height: 48px;
  margin: 0;
  outline: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background-color: var(--background-color, var(--background));
  color: var(--lucy-grey2);
  font-weight: 400;
  font-family: inherit;
  transition: all 200ms ease-out;
  position: relative;
}

.Select_button__EnA5a:disabled {
  cursor: not-allowed;
  background-color: var(--disabled);
  border-color: var(--disabled);
}

.Select_button__EnA5a[data-placeholder="true"] {
  color: var(--stone-7);
}

.Select_buttonHover__EMzHW:hover::before,
.Select_buttonHover__EMzHW:focus::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid var(--brand);
  pointer-events: none;
  z-index: 1;
}

.Select_placeholder__G5EMP {
  color: var(--lucy-grey2);
}

.Select_selectContainer__6pIV5[data-error="true"] .Select_button__EnA5a {
  border-color: var(--error);
}

.Select_selectOptions__ZHtQH {
  overflow-y: auto;
  padding: 0.5rem 0;
  list-style: none;
  background-color: var(--off-white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-1);
  z-index: 10;
  margin: 4px 0;
}

.Select_selectOptions__ZHtQH > hr {
    border-top: 1px solid var(--stone-2);
    border-bottom: 0;
  }

.Select_selectOptions__ZHtQH > hr:first-child {
    display: none;
  }

.Select_selectOptions__ZHtQH[aria-selected="true"] {
  outline: none;
}

.Select_selectOption__Mj643 {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  padding: 0.25rem 0 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--foreground);
  cursor: pointer;
  width: 100%;
  background-color: transparent;
}

.Select_selectOption__Mj643 > div {
  display: flex;
  align-items: center;
}

.Select_selectOption__Mj643[data-active="true"] {
  background-color: var(--background);
  font-weight: 500;
}

.Select_optionSelectedIcon__CTnPv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 16px;
}

.Select_optionSelectedIcon__CTnPv svg {
    height: 16px;
    width: 16px;
  }

.AddUserFormWrapper_wrapper__S9sPP {
  max-width: 950px;
  width: 100%;
}

.AddUserFormWrapper_formWrapper__yy42L {
  border-radius: 14px;
  width: 100%;
}

.AddUserFormWrapper_formWrapper__yy42L hr {
    background: var(--lucy-grey4);
    border: 1px;
  }

.AddUserFormWrapper_content__OarGP {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 30px;
}

.AddUserFormWrapper_buttons__50BHj {
  padding: 30px;
  display: flex;
  justify-content: flex-end;
}

.AddUserFormWrapper_formHeader__hudTU {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

.AddUserFormWrapper_title__dbcWI {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

@media (max-width: 760px) {
  .AddUserFormWrapper_wrapper__S9sPP {
    padding: 3rem 0;
  }
}

.UpdateAddedUserFormWrapper_wrapper__cUNek {
  max-width: 950px;
  width: 100%;
}

.UpdateAddedUserFormWrapper_formWrapper__llpcM {
  border-radius: 14px;
  width: 100%;
}

.UpdateAddedUserFormWrapper_formWrapper__llpcM hr {
    background: var(--lucy-grey4);
    border: 1px;
  }

.UpdateAddedUserFormWrapper_content__DZTmo {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 30px;
}

.UpdateAddedUserFormWrapper_buttons__Y4BN2 {
  padding: 30px;
  display: flex;
  justify-content: flex-end;
}

.UpdateAddedUserFormWrapper_formHeader__oao8y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

.UpdateAddedUserFormWrapper_title__0TsMU {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.DropZone_root__sz9xZ {
  position: relative;
}

  .DropZone_root__sz9xZ[data-noclick="true"] {
    cursor: default;
  }

.DropZone_overlay__IP1pE {
  position: absolute;
  display: none;
  padding: 8px;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 40%);
}

.DropZone_dashed__3Amd1 {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed var(--gray-2);
  border-radius: 10px;
  color: var(--gray-0);
}

.DropZone_root__sz9xZ[data-drag="active"] .DropZone_overlay__IP1pE {
  display: flex;
}

.ImageSettings_selectedImage__GNUbr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border: 1px solid white;
  border-radius: 10px;
  background-color: #e5e5e5;
  min-height: 160px;
  background-image: repeating-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    repeating-linear-gradient(
      45deg,
      #fff 25%,
      #e5e5e5 25%,
      #e5e5e5 75%,
      #fff 75%,
      #fff
    );
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

  .ImageSettings_selectedImage__GNUbr img {
    height: 120px;
    max-width: 180px;
  }

.Combobox_wrapper__wn5d4 {
  position: relative;
}

.Combobox_content__ItRUP {
  position: absolute;
  width: 100%;
  padding-inline-start: 0;
  list-style: none;
  padding: var(--size-2) 0;
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-1);
  background-color: var(--off-white);
  z-index: 50;
  margin-top: var(--size-1);
  max-height: var(--size-14);
  overflow-y: auto;
}

.Combobox_content__ItRUP :has(input:disabled) {
    cursor: not-allowed;
    background-color: var(--gray-3);
  }

.Combobox_item__pW7uy {
  padding-inline-start: 0;
  padding: var(--size-1) var(--size-2);
}

.Combobox_item__pW7uy:focus,
  .Combobox_item__pW7uy:hover {
    background-color: var(--stone-1);
  }

.Separator_lineSeparator__7ER9a {
  border: 0;
  height: 1px;
  background: var(--lucy-grey4);
  margin: 10px 0;
}

.Elements_charsCount__IOGmB {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-align: right;
}

.AdsEditor_slide__f6Dfp.AdsEditor_content__BYmFF {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--color-secondary);
  overflow: hidden;
}

.AdsEditor_adBackgroundImage__GzNJy {
  position: absolute;
  top: 0;
  left: 0;
}

.AdsEditor_adText__cnrFC {
  font-family: var(--supporting-text-font-family);
  font-size: var(--supporting-text-font-size);
  font-weight: var(--supporting-text-font-weight);
  color: var(--color-tertiary);
  text-align: center;
}

.AdsEditor_slide__f6Dfp.AdsEditor_content__BYmFF *::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  outline: 1px dashed transparent;
  border-radius: 6px;
  transition: 0.3s ease;
  z-index: 9;
}

.AdsEditor_slide__f6Dfp.AdsEditor_content__BYmFF:hover:not(:has(*:hover))::after,
.AdsEditor_slide__f6Dfp.AdsEditor_content__BYmFF *:hover:not(:has(*:hover))::after,
.AdsEditor_adBackgroundImage__GzNJy.AdsEditor_active__vJ2vH::after,
.AdsEditor_adText__cnrFC.AdsEditor_active__vJ2vH::after {
  outline-color: var(--cor-white);
  cursor: pointer;
  box-shadow: 0 0 0 99999px rgb(24 24 25 / 50%);
}

.AdsEditor_adBackgroundImage__GzNJy::after {
  top: 1px !important;
  left: 1px !important;
  width: calc(100% - 2px) !important;
  height: calc(100% - 2px) !important;
  outline-offset: -2px !important;
}

.AdsEditor_responsiveDiv__VkwcF {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: fit-content;
  gap: 12px;
}

@media (max-width: 1024px) {
  .AdsEditor_responsiveDiv__VkwcF {
    flex-wrap: wrap;
  }
}

@media (max-width: 1325px) {
  .AdsEditor_responsiveDiv__VkwcF {
    flex-direction: column;
  }
}

