/* @tailwind base; */

.g5-pointer-events-none{
  pointer-events: none;
}

.g5-fixed{
  position: fixed;
}

.g5-absolute{
  position: absolute;
}

.g5-relative{
  position: relative;
}

.g5-inset-0{
  inset: 0px;
}

.g5-bottom-1{
  bottom: 0.25rem;
}

.g5-bottom-2{
  bottom: 0.5rem;
}

.g5-left-0{
  left: 0px;
}

.g5-right-0{
  right: 0px;
}

.g5-right-10{
  right: 2.5rem;
}

.g5-right-2{
  right: 0.5rem;
}

.g5-right-8{
  right: 2rem;
}

.g5-top-0{
  top: 0px;
}

.g5-top-10{
  top: 2.5rem;
}

.g5-top-2{
  top: 0.5rem;
}

.g5-z-0{
  z-index: 0;
}

.g5-z-10{
  z-index: 10;
}

.g5-mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.g5-my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.g5-ml-2{
  margin-left: 0.5rem;
}

.g5-block{
  display: block;
}

.g5-flex{
  display: flex;
}

.g5-grid{
  display: grid;
}

.g5-hidden{
  display: none;
}

.g5-aspect-square{
  aspect-ratio: 1 / 1;
}

.g5-h-10{
  height: 2.5rem;
}

.g5-h-12{
  height: 3rem;
}

.g5-h-2{
  height: 0.5rem;
}

.g5-h-8{
  height: 2rem;
}

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

.g5-h-full{
  height: 100%;
}

.g5-max-h-\[120px\]{
  max-height: 120px;
}

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

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

.g5-w-10{
  width: 2.5rem;
}

.g5-w-12{
  width: 3rem;
}

.g5-w-8{
  width: 2rem;
}

.g5-w-\[200px\]{
  width: 200px;
}

.g5-w-\[95\%\]{
  width: 95%;
}

.g5-w-auto{
  width: auto;
}

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

.g5-min-w-\[60px\]{
  min-width: 60px;
}

.g5-max-w-\[120px\]{
  max-width: 120px;
}

.g5-max-w-\[1280px\]{
  max-width: 1280px;
}

.g5-max-w-\[320px\]{
  max-width: 320px;
}

.g5-max-w-\[60px\]{
  max-width: 60px;
}

.g5-max-w-\[80vw\]{
  max-width: 80vw;
}

.g5-max-w-md{
  max-width: 28rem;
}

.g5-rotate-180{
  --tw-rotate: 180deg;
  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));
}

.g5-rotate-45{
  --tw-rotate: 45deg;
  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));
}

.g5-scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.g5-cursor-move{
  cursor: move;
}

.g5-cursor-pointer{
  cursor: pointer;
}

.g5-columns-1{
  -moz-columns: 1;
       columns: 1;
}

.g5-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.g5-flex-row{
  flex-direction: row;
}

.g5-flex-col{
  flex-direction: column;
}

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

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

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

.g5-justify-start{
  justify-content: flex-start;
}

.g5-justify-end{
  justify-content: flex-end;
}

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

.g5-gap-2{
  gap: 0.5rem;
}

.g5-gap-4{
  gap: 1rem;
}

.g5-break-all{
  word-break: break-all;
}

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

.g5-rounded-lg{
  border-radius: 0.5rem;
}

.g5-border-2{
  border-width: 2px;
}

.g5-bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.g5-bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.g5-bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

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

.g5-bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.g5-object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

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

.g5-object-center{
  -o-object-position: center;
     object-position: center;
}

.g5-p-0{
  padding: 0px;
}

.g5-p-2{
  padding: 0.5rem;
}

.g5-p-4{
  padding: 1rem;
}

.g5-p-8{
  padding: 2rem;
}

.g5-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.g5-py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.g5-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.g5-pt-6{
  padding-top: 1.5rem;
}

.g5-pt-8{
  padding-top: 2rem;
}

.g5-text-center{
  text-align: center;
}

.g5-text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.g5-text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.g5-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.g5-italic{
  font-style: italic;
}

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

.g5-opacity-0{
  opacity: 0;
}

.g5-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.g5 dialog[open]::backdrop{
  background-color: rgba(97, 97, 97, 0.6);
}

.g5 label:has(input[type=checkbox]:checked) {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid #17bc91;
  background: transparent;
  margin: 0px;
  transform: scale(0.9);
}

@keyframes slideaway {
  from {
    display: block;
  }

  to {
    transform: translateY(40px);
    opacity: 0;
  }
}

.g5-gallery dialog{
  animation: vanish 1s forwards;
  -webkit-animation: vanish 1s forwards;
}

.g5-gallery dialog:not([open]){
  animation: vanish 1s forwards;
  -webkit-animation: vanish 1s forwards;
}

.g5-gallery dialog[open]{
  animation: appear 1s forwards;
  -webkit-animation: appear 1s forwards;
}

#g5-dark-modal dialog[open]::backdrop{
  background-color: rgba(0, 0, 0, 0.9);
}

#g5-lightbox-modal dialog[open]::backdrop{
  background-color: rgb(240, 240, 240, 50%);
}

.g5-gallery dialog.hide{
  animation: vanish 1s forwards;
  -webkit-animation: vanish 1s forwards;
}

.g5-hide{
  animation: vanish 1s forwards;
  -webkit-animation: vanish 1s forwards;
}

.g5-aspect-custom-square{
  aspect-ratio: 1;
}

@keyframes appear {
  from{
    display:none;
    opacity: 0;
  }

  to{
    display:block;
    opacity: 1;
  }
}

@keyframes vanish{
  from{
    display:block;
    opacity: 1;
  }

  to{
    display:none;
    opacity: 0;
  }
}

.g5-loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #514b82;
  animation:
      l20-1 0.8s infinite linear alternate,
      l20-2 1.6s infinite linear;
}

@keyframes l20-1{
  0%    {
    clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )
  }

  12.5% {
    clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )
  }

  25%   {
    clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )
  }

  50%   {
    clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )
  }

  62.5% {
    clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )
  }

  75%   {
    clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )
  }

  100%  {
    clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )
  }
}

@keyframes l20-2{
  0%    {
    transform:scaleY(1)  rotate(0deg)
  }

  49.99%{
    transform:scaleY(1)  rotate(135deg)
  }

  50%   {
    transform:scaleY(-1) rotate(0deg)
  }

  100%  {
    transform:scaleY(-1) rotate(-135deg)
  }
}

.g5-rotate-45{
  transform: rotate(45deg);
}

.g5-rotate-135{
  transform: rotate(135deg);
}

.g5-rotate-180{
  transform: rotate(180deg);
}

#g5-close-dialog{
  border: 2px solid #000000;
}

.g5-button{
  text-decoration: none;
  border: 1px solid black;
  padding: 12px 8px;
  font-size:18px;
  background: rgb(246, 255, 230);
  color: black;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

.g5-button:hover{
  color: black !important;
}

.g5-card-backend{
  border: 2px solid transparent;
}

.g5-card-backend:hover{
  transform:scale(1.02);
  border: 1px solid rgb(95, 94, 94);
}

.g5-card-backend div {
  text-decoration: none;
  word-break: break-all;
}

.g5-image-injection iframe{
  width: 100%;
  aspect-ratio: 16/9;
  min-width: 80vw;
}

.inform-user-change{
  color: white !important;
  background-color:  rgb(165, 0, 0) !important;
  font-weight: bolder !important;
  /* background-cosasaclor: red; */
}

.g5-drag-drop-element:hover div{
  display: flex;
}

.hover\:g5-shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.g5-group:hover .group-hover\:g5-opacity-100{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:g5-columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .sm\:g5-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:g5-flex{
    display: flex;
  }

  .md\:g5-columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .md\:g5-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:g5-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:g5-p-8{
    padding: 2rem;
  }
}

@media (min-width: 1024px){
  .lg\:g5-columns-4{
    -moz-columns: 4;
         columns: 4;
  }

  .lg\:g5-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:g5-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .xl\:g5-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark){
  @media (min-width: 1024px){
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover{
      paint-order: markers;
    }
  }
}