.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 700px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width: 980px) {
  .container {
    max-width: 980px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-4 {
  left: 1rem;
}

.top-4 {
  top: 1rem;
}

.m-1 {
  margin: 0.25rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-\[220px\] {
  height: 220px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[70vh\] {
  max-height: 70vh;
}

.max-h-\[85\%\] {
  max-height: 85%;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border-none {
  border-style: none;
}

.bg-\[\#5a3469\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 52 105 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-\[2em\] {
  padding: 2em;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --lgi-btn-bg: #b50fad;
  --lgi-btn-bg-hover: #920b8c;
}

.listing_img_gen_trigger {
  background-color: var(--lgi-btn-bg);
}

.listing_img_gen_trigger:hover,
.listing_img_gen_trigger:focus {
  background-color: var(--lgi-btn-bg-hover);
}

body .swal2-html-container.listing-imgs-gen__wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  /* margin-bottom: 1em; */
  margin: 0.8em 0.6em 0;
}

body .swal2-popup.listing-imgs-gen__popup {
  max-width: 100%;
}

@media (min-width: 600px) {
  body .swal2-popup.listing-imgs-gen__popup {
    max-width: 600px !important;
  }
}

@media (min-width: 700px) {
  body .swal2-popup.listing-imgs-gen__popup {
    max-width: 700px !important;
  }
}

@media (min-width: 980px) {
  body .swal2-popup.listing-imgs-gen__popup {
    max-width: 900px !important;
  }
}

.animate-slow-spin{
  animation: slow-spin 5s linear infinite;
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

body .swal2-styled.swal2-confirm,
body .swal2-styled.swal2-confirm:focus,
body .swal2-styled.swal2-default-outline,
body .swal2-styled.swal2-default-outline:focus{
  box-shadow: none;
  outline: none;
}

button.slider-next,
button.slider-prev,
button.listing_img_gen_trigger{
  box-shadow: none;
  border:none;
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:bg-\[\#5a3469\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 52 105 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#930c8c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 12 140 / var(--tw-bg-opacity));
}

.focus\:border-none:focus {
  border-style: none;
}

@media (min-width: 640px) {
  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-\[50\%\] {
    width: 50%;
  }

  .sm\:min-w-\[50\%\] {
    min-width: 50%;
  }

  .sm\:flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-\[33\.333\%\] {
    width: 33.333%;
  }

  .md\:min-w-\[33\.333\%\] {
    min-width: 33.333%;
  }

  .md\:flex-\[0_0_33\.333\%\] {
    flex: 0 0 33.333%;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
