.grid-background,
.grid-background-dark {
  --background-color: #ffffff;
  --background-image-color: 0, 0, 0;
  --background-size: 40px;
  background: var(--background-color);
  background-image: linear-gradient(rgba(var(--background-image-color), 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--background-image-color), 0.1) 1px, transparent 1px);
  background-size: var(--background-size) var(--background-size);
  background-position: center center;
}

.grid-background-dark {
  --background-color: #333333;
  --background-image-color: 255, 255, 255;
}

#my-icon:empty {
  display: none;
}
#my-icon:empty + .empty-msg {
  display: block !important;
}

#stackgenerator-container.icon-zoom-1 {
  --background-size: 42px;
}
#stackgenerator-container.icon-zoom-1 #my-icon {
  scale: 1.5;
}
#stackgenerator-container.icon-zoom-2 {
  --background-size: 44px;
}
#stackgenerator-container.icon-zoom-2 #my-icon {
  scale: 2;
}
#stackgenerator-container.icon-zoom-3 {
  --background-size: 46px;
}
#stackgenerator-container.icon-zoom-3 #my-icon {
  scale: 2.5;
}
#stackgenerator-container.icon-zoom-4 {
  --background-size: 48px;
}
#stackgenerator-container.icon-zoom-4 #my-icon {
  scale: 3;
}
#stackgenerator-container.icon-zoom-5 {
  --background-size: 50px;
}
#stackgenerator-container.icon-zoom-5 #my-icon {
  scale: 3.5;
}
#stackgenerator-container.icon-zoom-6 {
  --background-size: 52px;
}
#stackgenerator-container.icon-zoom-6 #my-icon {
  scale: 4;
}
#stackgenerator-container.icon-zoom-7 {
  --background-size: 54px;
}
#stackgenerator-container.icon-zoom-7 #my-icon {
  scale: 4.5;
}
#stackgenerator-container.icon-zoom-8 {
  --background-size: 56px;
}
#stackgenerator-container.icon-zoom-8 #my-icon {
  scale: 5;
}
#stackgenerator-container.icon-zoom-9 {
  --background-size: 58px;
}
#stackgenerator-container.icon-zoom-9 #my-icon {
  scale: 5.5;
}
#stackgenerator-container.icon-zoom-10 {
  --background-size: 60px;
}
#stackgenerator-container.icon-zoom-10 #my-icon {
  scale: 6;
}
#stackgenerator-container.icon-zoom-11 {
  --background-size: 62px;
}
#stackgenerator-container.icon-zoom-11 #my-icon {
  scale: 6.5;
}
#stackgenerator-container.icon-zoom-12 {
  --background-size: 64px;
}
#stackgenerator-container.icon-zoom-12 #my-icon {
  scale: 7;
}
#stackgenerator-container.icon-zoom-13 {
  --background-size: 66px;
}
#stackgenerator-container.icon-zoom-13 #my-icon {
  scale: 7.5;
}
#stackgenerator-container.icon-zoom-14 {
  --background-size: 68px;
}
#stackgenerator-container.icon-zoom-14 #my-icon {
  scale: 8;
}
#stackgenerator-container.icon-zoom-15 {
  --background-size: 70px;
}
#stackgenerator-container.icon-zoom-15 #my-icon {
  scale: 8.5;
}
#stackgenerator-container #my-icon {
  font-size: 4.1em;
}
#stackgenerator-container .icon-settings .badge-icon {
  font-size: 10px;
  min-width: unset;
  max-width: unset;
  width: 60px;
  height: 16px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: -6px;
  bottom: -2px;
  border-radius: 0;
  opacity: 1;
  background: none;
  color: var(--bs-body-color);
  font-weight: 300;
  text-align: center;
  border: none;
  box-shadow: none;
}
#stackgenerator-container .icon-settings .drag-handle {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--warning-50);
}

#iconList {
  max-height: 350px;
  overflow-y: auto;
}
#iconList small, #iconList .small {
  font-size: 0.755em;
}
#iconList .js-showcase-icon.has-svg {
  height: 85px;
}
#iconList .js-showcase-icon {
  height: 85px;
  min-height: 90px;
}
#iconList .js-showcase-icon.has-svg .sa-icon {
  width: 40px;
  height: 40px;
}
#iconList .js-showcase-icon.has-svg:not(:hover) .sa-icon {
  fill: rgba(var(--bs-emphasis-color-rgb), 0.1);
  stroke: rgba(var(--bs-emphasis-color-rgb), 0.8);
}

#stack-control {
  position: absolute;
  right: 20px;
  top: 70px;
  width: 286px;
}
#stack-control .stack-icon-preview {
  width: 58px;
  height: 58px;
  font-size: 2.25rem;
  color: #d1d1d1;
  padding-bottom: 10px;
}
#stack-control .stack-icon-preview .sa-icon {
  width: 2.25rem;
  height: 2.25rem;
}
#stack-control .control-panel-content {
  background: var(--bs-body-bg, #fcfcfc);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=stackgenerator.css.map */
