ul{
 list-style-type: disc !important;
}

.cookie-checkbox-div input[type="checkbox"] {
  width: 24px;
  height: 24px;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
}
cookies-conditions-link{
text-decoration:underline;
}
.cookie-description{
text-align: left;
font-size: 12px !important;
}
.cookie-wrapper {
    padding: 16px;
}
.cookie-heading{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
}
.cookie-header-line{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

#phone-flag{
  display:flex;
  align-items:center;
  margin: 2px 8px 0.5px 0;
}

#phone-prefix{
  margin: 3px 8px 0 2px;
}

#phone-separator{
 margin-right:8px;
}

#phone{
  padding-top:3px;
}

@media (width < 430px){
      #phone{
        padding-top:4px;
      }                 
}


@media (width > 800px) {
    .displaynoneabove{
       display:none !important;
    }

}
@media (width < 800px) {
    .cookies-selector-tab {
        gap:0 !important;
    }
    .cookie-checkbox-div {
       margin: 16px 0 !important;
    }
    .displaynonebelow{
       display:none !important;
    }
    .cookies-selector-tab p{
      font-size:12px !important;
    }

    .cookies-selector-tab h3{
      font-size:14px !important;
      margin-top: 16px !important;
    }
    .cookie-checkbox-div{
      font-size:12px !important;
    }
    .cookies-selector-tab ul li{
      font-size:12px !important;
    }
    .cookie-buttons .primary-button{
      font-size:14px !important;
    }  
    .cookie-buttons .cookie-link{
      font-size:12px !important;
    }                  
    .cookie-checkbox-div label{
      font-size:12px !important;
    }  
    .cookie-selection-handler {
       padding: 0 !important;              
    }
    .cookie-selection-buttons {
       margin-top: 0 !important;
       padding-top: 0px !important;
       border-top : 0px !important ;
     }
     .cookie-selection-handler {
       margin-top:0px !important;
     }
     .cookies-selector-tab h3 {
       margin-top: 16px !important;
       margin-bottom:0px !important;
     }
     .cookie-selection-buttons a{
       padding-top:4px !important;
       padding-bottom:4px !important;
     }
                      
                      
                      
}
#cookies-conditions-link_gdpr-lvl-1{
text-decoration: underline}
.secondary-button:hover {
  background-color: var(--fizz-purple-light, #E4D4FD);
  border: 2px solid var(--fizz-purple-light, #E4D4FD);
}

.primary-button:hover {
  background-color: var(--fizz-purple-hover, #995ef7);
  border: 2px solid var(--fizz-purple-hover, #995ef7);
}

.primary-button
 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--fizz-purple, #8036F5);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.32px;
    color: var(--fizz-text-negated, white);
    cursor: pointer;
    padding: 10.5px 16px;
    border-radius: 8px;
    border: 2px solid var(--fizz-purple, #8036F5);
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
}

.secondary-button {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--fizz-text-default, black);
    align-items: center;
    background-color: var(--fizz-div-background, white);
    cursor: pointer;
    padding: 12.5px 16px;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid var(--fizz-purple, #8036F5);
    transition: background-color 0.3s, border-color 0.3s;
}
.cookie-checkbox-div input[type="checkbox"]:checked {
  background-color: #8036F5; /* Purple */
  border-color: #8036F5;
}

.cookie-checkbox-div input[type="checkbox"]:checked::after {

  position: absolute;
  color: white;
  font-size: 12px;
  left: 2px;
  top: 0;
}

.cookie-checkbox-div label {
  font-size: 14px;
  margin-left: 6px;
  vertical-align: middle;
  cursor: pointer;
}
  


input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  position: relative;
}

main{
  
}

@media (max-width: 1024px) {
   input[type="checkbox"] {
      border-radius: 4px;
      border: 1px solid var(--Grey-grey-400, #CDCDCD);
      background: var(--default-white, #FFF);
      border-radius: 4px;
      width: 20px !important;
      height: 20px !important;
      border: 1px solid var(--Grey-grey-400, #CDCDCD);
      background: var(--default-white, #FFF);
  }
  label[for="ads"] {
      margin-top:5px
  }
  label[for="privacy"] {
      margin-top:5px
  }
  main > div > div:nth-of-type(2) {
    padding: 24px 16px !important;
   
  }
  

  #containerALL{
   padding-left: 16px !important;
   padding-right: 16px !important;
  }
  
  #category-grid>button>span{
  font-size:12px !important
  }
  
  #category-grid{
      gap: 16px !important;
  }
  
  #containerALL{
   width:100% !important;
  }
  main{
    align-items: initial;
  }
  
}
@media (min-width: 1350px) {
  
  #containerALL{
   width:1350px;
  }
  }
  
@media (min-width: 1024px) {
  main{
    margin-top: 32px;
  }
  .footer{
    margin-top: 16px;
  }
  #thankYou{
   padding:80px !important;
  }
}
  
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#category-block {
  padding: 24px 16px; /* default for mobile */
}

@media (min-width: 1024px) {
  #category-block {
    padding: 40px; /* desktop */
  }
}


.hovereff:hover{
    background-color: #995EF7;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #8036F5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
/* Base styles for all screen sizes (mobile first) */
h2 {
  font-size: 20px;
}

p, .text, .description, .subtext {
  font-size: 13px;
}

/* Override for desktop (≥ 1024px) */
@media (min-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}


      /* COOKIES OPENER: */
.cookies-opener {
 position: relative;
 display: inline-block;
 height: 16px;
 margin-left: 6px;
}

.cookies-opener a {
 width: 100%;
 height: 100%;
 display: block;
 /* margin: 10%; */
}

.cookies-opener svg {
 width: 100%;
 height: 100%;
}

/* COOKIES: */
.cookies-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: var(--fizz-grey-overlay, #1b1f27b8);
}

.overlay-visible {
 z-index: 888;
 transform: translateY(0%);
 transition: transform 0.33s;
}

.overlay-hidden {
 z-index: 888;
 background-color: transparent;
 transform: translateY(100%);
 transition: transform 0.33s;
}

.cookies-content {
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 padding: 64px;
 background: var(--fizz-div-background, white);
 border-radius: 64px 64px 0 0;
 color: var(--fizz-text-default, black);
 display: block;

 overflow: scroll;
 max-height: calc(100vh - 2* 64px);
}

.cookies-main-content {
 display: flex;
 width: 100%;
 max-width: 1312px;
 margin: 0 auto;
 align-items: center;

}

.cookie-image {
 flex: 0 0 10%;
 width: 80%;
 margin: 32px 32px 0px 0px;
}



.cookie-text {
 flex: 0 0 50%;
 display: block;
 /* flex-direction: column; */
}

.cookie-text.cookie-text-more-details {
 flex: 1;
}

.cookie-text h2 {
 font-size: 24px;
 margin: 19.5px 0;
font-style: normal;
font-weight: 700;
line-height: 120%;
}

.cookie-text p,
.cookies-selector-tab p,
.cookies-selector-tab li {
 font-size: 14px;
 font-weight: 400;
 color: var(--fizz-grey-600, #505050);
 line-height: 21px;
}

.cookie-buttons {
 flex: 1;
 margin: 10px 0 0 32px;
}

.cookie-buttons.hidden {

}

#cookie-accept {
 margin-bottom: 6px;
 padding: 14px;
}

.cookies-overlay .cookie-link {
 display: block;
 /* width: calc(100% - 32px); */
 padding: 8px 0;
 text-align: center;
 color: var(--fizz-grey-600, #505050);
 text-decoration: underline;
 margin: auto;
 width: fit-content;
 cursor: pointer;
}

.cookies-overlay .cookie-link:hover {
 color: var(--fizz-purple, #5D20BD);
}

.cookies-selection-main {
 border-top: 1px solid var(--fizz-grey-disabled, #CCCCCC);
 max-width: 1312px;
 margin: 24px auto 0;
 padding-top: 24px;

 font-size: 14px;
 font-weight: 400;
 color: var(--fizz-grey-600, #505050);
 line-height: 21px;

 transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cookies-selection-main.hidden {
 height: 0;
 opacity: 0;
 pointer-events:  none;
 overflow: hidden;
 padding: 0;
 margin: 0;
}

.cookies-selector-tab {
 height: 0;
 opacity: 0;
 pointer-events: none;
display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  font-family: Arial, sans-serif;
}


.cookies-selector-tab:not(.selected-tab) div {
 display: none;
}

.cookies-selector-tab.selected-tab {
 display: flex;
 height: fit-content;
 opacity: 1;
 transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
 pointer-events: all;
}

.cookies-selector-tab > div {
 flex: 1;
 margin-right: 24px;
}

.cookies-selector-tab h3 {
    font-size: 18px;
    margin: 16.5px 0;
    font-weight: 700;
    color: #000;
}

.cookies-selector-tab ul {
 margin-left: 40px;
}

.cookies-selector-tab a,
.cookies-selector-tab.sele a:visited {
 color: var(--fizz-grey-600, #505050);
}

.cookies-selector-tab a:hover {
 color: var(--fizz-purple, #5D20BD);
}

.cookie-checkbox-div {
 margin: 36px 0;
display: flex;
  align-items: center;
  margin-top: 12px;
}

.cookie-checkbox-div input {
 cursor: pointer;
}

.cookie-selection-buttons {
 border-top: 1px solid var(--fizz-grey-disabled, #CCCCCC);
 margin-top: 24px;
 padding-top: 24px;

 display: flex;
 justify-content: space-between;
 width: 100%;
}

#cookie-accept {
 margin-bottom: 6px;
 /* padding: 14px; */
}

.cookie-page-counter {
 display: inline-block;
 vertical-align: super;
 display: inline-block;
 border: 1px solid var(--fizz-grey-disabled, #CCCCCC);
 border-radius: 4px;
 padding: 2px 8px;
 width: fit-content;
}

.cookie-page-counter-text {
 margin-right: 4px;
}

.cookie-page-counter-dot {
 display: inline-block;
 width: 10px;
 height: 10px;
 background-color: var(--fizz-grey-disabled, #CCCCCC);
 border-radius: 50%;
 margin: 0 2px;
 cursor: pointer;
}

.cookie-page-counter-dot:hover {
 background-color: var(--fizz-grey-600, #505050);

}

.cookie-page-counter-dot.selected {
 display: inline-block;
 background-color: var(--fizz-purple, #5D20BD);
 border-radius: 3px;
 width: 20px;
 vertical-align: middle;
 height: 5px;
 margin-bottom: 4px;
}

.cookie-arrow {
 display: inline-block;
 border: 1px solid var(--fizz-grey-disabled, #CCCCCC);
 border-radius: 4px;
 cursor: pointer;
}

.cookie-arrow:hover {
 background-color: var(--fizz-grey-disabled, #CCCCCC);
}

#cookie-accept-some {
 width: inherit;
 margin-right: 32px;
}

#cookie-accept-2 {
 width: inherit;
}
   /* RECAPTCHA */
.recaptcha-footer {
 background-color: #f7f7f7;
 width: 100%;
 font-family: Inter, Tahoma, sans-serif;
 text-align: center;
 padding: 8px 0;
}

body[data-style=black] .recaptcha-footer {
 background-color: #0D0F13; /* background grey */
}

.recaptcha-text {
 font-size: 11px;
 font-weight: 400;
 color: #a6a6a6;
 margin: 0;
 padding: 0;
 line-height: 15.94px;
}

body[data-style=black] .recaptcha-text {
 color: #FFFFFF; /* text white */
}

.recaptcha-link {
 text-decoration: underline;
 color: var(--fizz-grey-500, #A6A6A6) !important;
}

.cookies-opener svg path {
 fill: var(--fizz-purple, #5D20BD);
}

.cookies-opener svg:hover {
 opacity: 0.8;
}
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 9999px;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #8036F5;
}

input:checked + .slider:before {
  transform: translateX(18px);
}
@media (width > 1024px) {
  .category-option:hover{
  background: var(--Violet-violet-bg, #F3F1F7);
  }
}
.category-option.selected {
        border: 2px solid var(--violet-violet-primary, #8036F5);
        background: var(--Violet-violet-bg, #F3F1F7);
}
.category-option.selected span {
        font-weight: 700;
        color: var(--default-dark-primary, #1B1F27);
}

.category-button-text {
  overflow: hidden;
  color: color: var(--default-dark-primary, #1B1F27);
  text-overflow: ellipsis;
  font-family: Arial !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
  

.category-button{
  width: 180px;
  height: auto;
  border-radius: 24px;
  background: var(--Grey-grey-50, #FCFCFC);
  backdrop-filter: blur(3px);
  padding: 16px;
  gap:16px;
}
  
.category-button-img{
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 13/16;
}
  
.cookie-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

@media (width < 1280px) {
     .category-button-text {
         font-size:12px;                 
      }
    .category-button{
      width: 100%;
      height: auto;
      border-radius: 24px;
      background: var(--Grey-grey-50, #FCFCFC);
      backdrop-filter: blur(3px);
      padding: 16px;
}
  
  .category-button-img{
      width: 60px;
      height: 60px;
      flex-shrink: 0;
      aspect-ratio: 13/16;
  }                   
}
  
@media (width < 800px) {
  .ty-icon{
      margin:0
  }
  .cookies-content {
    padding: 32px 16px;
    border-radius: 32px 32px 0 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-height: 95vh;
    overflow-y: auto;
  }

  .cookies-main-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .cookie-image {
    width: 88px;
    height: 88px;
    margin: 0 0 !important;
  }

  .cookie-image svg {
    /*width: 100%;*/
    height: auto;
  }

  .cookie-text {
    width: 100%;
    flex: unset;
  }

  .cookie-text h2 {
    font-size: 20px;
    margin: 16px 0 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .cookie-text p {
    font-size: 14px;
    line-height: 20px;
    max-width: 90%;
    margin: 0 auto;
  }

  .cookie-buttons {
    margin: 0;
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 16px;
  }

  .cookie-buttons .primary-button {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .cookie-buttons .cookie-link {
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0 auto;
  }

  .cookie-selection-buttons {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .cookie-selection-buttons a {
    width: 100%;
    padding: 12px;
  }

  .cookies-selection-main,
  .cookie-selection-handler {
    padding: 0 16px;
    margin-top: 16px;
  }

  .cookies-selector-tab > div {
    margin-right: 0;
  }

  .cookies-selector-tab {
    flex-direction: column;
  }

  .cookies-selector-tab ul {
    margin-left: 20px;
  }

  .cookie-page-counter {
    margin-bottom: 16px;
  }
}

      @media (width < 800px) {
        .cookies-main-content{
          display: flex;
          flex-direction: column;
        }
        .logo img {
          height: 30px;
          width: auto !important;
        }

        .gradient {
          display: none;
        }

        .footer {
          padding: 32px 12px !important;
          border-radius: 64px 64px 0px 0px !important;
          margin-top: 16px !important;
        }

        div.footer-content {
          display: block;
        }

        .footer-divider {
          display: inline-block;
          height: 10px;
          margin: 0px 4px;
        }

        .footer a:first-of-type {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 12px;
        }
      }

      .footer {
        background-color: white;
        border-radius: 320px 320px 0px 0px;
        padding: 47.85px 0;
        text-align: center;
        font-family: Inter, Tahoma, sans-serif;
        margin-top: 64px;
      }

      body[data-style=black] .footer {
        background-color: #1B1F27;
        /* button grey */
      }

      .footer-secondary {
        background: #52AE30;
        color: white;
        position: fixed;
        bottom: 0px;
        width: 100%;
        max-width: 1400px;
      }

      .footer-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
      }

      .footer-logo {
        width: 102px;
        height: auto;
        margin-right: 8px;
      }

      .footer-text {
        font-size: 12px;
        color: #a6a6a6;
        margin: 0;
        padding: 0;
        line-height: 40px;
        text-decoration: none;
      }

      body[data-style=black] .footer-text {
        color: #FFFFFF;
        /* text white */
      }

      a.footer-text:hover {
        color: rgb(153, 94, 247, 1) !important;
      }

      .footer-divider {
        height: 8px;
        border-left: 1px solid #a6a6a6;
        margin: 0 8px;
      }

      .footer-secondary .footer-text {
        color: white
      }

      .footer-secondary .footer-divider {
        border-left: 1px solid white;
      }

      @media (max-width: 1022px) {
        .hide-below-1050 {
          display: none !important;
        }
      }
      @media (min-width: 1022px) {
        .hide-above-1050 {
          display: none !important;
        }
      }
    

      /*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-6xl: 72rem;
    --text-xs: 14px;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 14px;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none!important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }                            
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }                          
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .text-nowrap{
  text-wrap: nowrap;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[70px\] {
    border-radius: 70px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[70px\] {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .rounded-b-\[70px\] {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-r-8 {
    border-right-style: var(--tw-border-style);
    border-right-width: 8px;
  }
  .border-b-8 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 8px;
  }
  .border-l-8 {
    border-left-style: var(--tw-border-style);
    border-left-width: 8px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#CDCDCD\] {
    border-color: #CDCDCD;
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-b-red-100 {
    border-bottom-color: var(--color-red-100);
  }
  .bg-\[\#5D20BD\] {
    background-color: #8036F5;
  }
  .bg-\[\#7837D9\] {
    background-color: #7837D9;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-left {
    text-align: left;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#5D20BD\] {
    color: #5D20BD;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#808080\] {
    color: #808080;
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .accent-\[\#808080\] {
    accent-color: #808080;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .placeholder\:text-\[\#CDCDCD\] {
    &::placeholder {
      color: #CDCDCD;
    }
  }
  .focus-within\:border-\[\#5D20BD\] {
    &:focus-within {
      border-color: #5D20BD;
      border-width: 2px;

    }
  }
  .hover\:bg-\[\#5D20BD\] {
    &:hover {
      @media (hover: hover) {
        background-color: #5D20BD;
      }
    }
  }
  .hover\:bg-\[\#6a2fbe\] {
    &:hover {
      @media (hover: hover) {
        background-color: #6a2fbe;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:p-2 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2);
    } 
  }
  .md\:mb-2 {
    @media (width >= 48rem) {
       margin-bottom: calc(var(--spacing) * 2);
    } 
  }
  .md\:text-wrap {
    @media (width >= 48rem) {
     text-wrap: wrap;
    } 
  }
  .md\:grid-cols-3 {
      @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
     }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    } 
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    } 
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .xl\:grid-cols-3{
     @media (width >= 80rem) {
       grid-template-columns: repeat(3, minmax(0, 1fr));
     }
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
  
/* LOADING SPINNER: */
.loader {
    width: 25px;
    height: 25px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.d-none{
  display:none;  
}

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
 } 