#portal {
  position: fixed;
  top: 0;
}

html {
  /* set base font size to 13px */
  font-size: 50.782% !important;
}

body {
  color: var(--mu-colors-foreground-text-neutral-plain) !important;
  overscroll-behavior-y: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  scrollbar-width: none;
}

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

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

.animate-copy {
  animation: pulse 0.2s;
  transition: all 0.2s;
}

.remove-icon-background svg {
  background: none !important;
}

.remove-content-padding-top .MuiCardContent-root {
  padding-top: 0 !important;
}

[id*="ScrollableDialog"] .infinite-scroll-component {
  overflow: hidden !important;
}

/* 
  TODO: Remove it when macaw will handle media queries in custom properties
  https://github.com/saleor/macaw-ui/issues/498
*/
@media screen and (max-width: 1024px) {
  .mobile-full-height {
    height: auto !important;
  }
}

[data-portal-for="category-list"] > ul > li {
  display: block;
}

[data-portal-for="category-list"] & li > span {
  display: inline;
}

.noBorder {
  border: none;
}

.conditional-metadata label {
  border: none;
}

.scrollArea {
  max-height: calc(100vh - 400px);
}

@media (min-height: 900px) {
  .scrollArea {
    max-height: 600px;
  }
}

.simple-radio-group > *:first-child {
  margin-top: 4px !important;
}


.multiline-toggle-wrapper > * > button {
  align-self: flex-start;
  margin-top: 4px;
}

.simple-radio-group > button {
  min-width: 12px;
}

.sidebar-item-group-trigger {
  button,
  button:hover {
    background-color: transparent;
  }

  button[data-state="open"] {
    background-color: transparent !important;
  }
}

a.command-menu-item {
  display: block;
}

/**
  TODO: Remove this when we have a way to style this via macaw.
  - Currently there is no way in macaw to style conditions attached to attributes.
  - You cannot easily override the current style set when used prop in Box (eg. override current backgroundColor=...)
*/
.command-menu-item[data-focus="true"] {
  background-color: var(--mu-colors-background-default1-hovered) !important;
}

.command-menu tr[data-focus="true"] {
  background-color: var(--mu-colors-background-default1-hovered) !important;
}
._block_uceul_1 {
  border: 2px dashed #7c3aed;
  border-radius: 8px;
  padding: 14px 16px;
  background: #f5f3ff;
  font-family: inherit;
}

._blockTitle_uceul_9 {
  font-weight: 700;
  color: #7c3aed;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
}

._blockTitleInline_uceul_17 {
  font-weight: 700;
  color: #7c3aed;
  font-size: 13px;
  margin-bottom: 0;
  display: block;
}

._label_uceul_25 {
  font-size: 11px;
  font-weight: 600;
  color: #6d28d9;
  margin-bottom: 4px;
  display: block;
}

._sectionTitle_uceul_33 {
  font-size: 10px;
  font-weight: 700;
  color: #7c3aed;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: block;
}

._input_uceul_43 {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #c4b5fd;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  background: white;
  margin-bottom: 10px;
}

._textarea_uceul_56 {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #c4b5fd;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  background: white;
  margin-bottom: 10px;
  resize: vertical;
}

._select_uceul_70 {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #c4b5fd;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  background: white;
  margin-bottom: 10px;
  cursor: pointer;
}

._imgSm_uceul_84 {
  width: 100%;
  height: 100px;
  border: 1px dashed #c4b5fd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
  background: white;
}

._imgLg_uceul_98 {
  width: 100%;
  height: 160px;
  border: 1px dashed #c4b5fd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
  background: white;
}

._addBtn_uceul_112 {
  padding: 6px 12px;
  background: #7c3aed;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  margin-top: 4px;
}

._removeBtn_uceul_124 {
  padding: 4px 8px;
  background: white;
  color: #ef4444;
  border: 1px solid #ef4444;
  border-radius: 6px;
  font-size: 11px;
  font-family: inherit;
  cursor: pointer;
}

._card_uceul_135 {
  background: white;
  border: 1px solid #c4b5fd;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 8px;
}

._section_uceul_33 {
  border-top: 1px solid #e9d5ff;
  margin-top: 12px;
  padding-top: 12px;
}

._sectionWithBorder_uceul_149 {
  border-top: 1px solid #e9d5ff;
  margin-top: 12px;
  padding-top: 12px;
  border-bottom: 1px solid #e9d5ff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

._row_uceul_158 {
  display: flex;
  gap: 8px;
}

._half_uceul_163 {
  flex: 1;
}

._cardHeader_uceul_167 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

._cardIndex_uceul_174 {
  font-size: 11px;
  font-weight: 700;
  color: #7c3aed;
}

._collapsibleHeader_uceul_180 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}

._chevron_uceul_189 {
  color: #7c3aed;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.15s;
  display: inline-block;
}

._imgRemoveBtn_uceul_197 {
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  background: white;
  color: #ef4444;
  border: 1px solid #ef4444;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  padding: 2px 7px;
  cursor: pointer;
  z-index: 1;
}

._imgHint_uceul_213 {
  color: #a78bfa;
  font-size: 12px;
}

._imgContainer_uceul_218 {
  position: relative;
}

._entityBadge_uceul_222 {
  flex: 1;
  font-size: 12px;
  color: #5b21b6;
  padding: 5px 10px;
  background: #ede9fe;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._entityRow_uceul_234 {
  display: flex;
  align-items: center;
  gap: 6px;
}

._clearBtn_uceul_240 {
  padding: 2px 7px;
  background: white;
  color: #7c3aed;
  border: 1px solid #c4b5fd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

._hint_uceul_250 {
  font-size: 11px;
  color: #6b7280;
  margin: 0 0 8px;
  line-height: 1.4;
}

._mediaToggle_uceul_257 {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

._mediaToggleBtn_uceul_263 {
  flex: 1;
  padding: 5px;
  border: 1px solid #c4b5fd;
  border-radius: 6px;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  background: white;
  color: #7c3aed;
}

._mediaToggleBtnActive_uceul_275 {
  flex: 1;
  padding: 5px;
  border: 1px solid #7c3aed;
  border-radius: 6px;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  background: #7c3aed;
  color: white;
}

._videoPreview_uceul_287 {
  width: 100%;
  height: 100px;
  border: 1px dashed #c4b5fd;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #1a1a2e;
}

._videoPreviewLg_uceul_297 {
  width: 100%;
  height: 160px;
  border: 1px dashed #c4b5fd;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #1a1a2e;
}
._grid_1jzgj_1 {
  grid-template-columns: 1fr;
}

/** Show two columns of permissions when we have enough horizontal space */
@media (min-width: 1640px) or (476px <= width <= 767px) {
  ._grid_1jzgj_1 {
    grid-template-columns: 1fr 1fr;
  }
} 
._inputWithPlaceholder_11rv2_1 input::placeholder {
  color: var(--mu-colors-text-default2);
}

._inputWithPlaceholder_11rv2_1 input::-webkit-input-placeholder {
  color: var(--mu-colors-text-default2);
}

._inputWithPlaceholder_11rv2_1 input::-moz-placeholder {
  color: var(--mu-colors-text-default2);
}
