.wcf-anim2024-wrapper * {
  all: revert-layer;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.wcf-select-content * {
  all: revert-layer;
  box-sizing: border-box;
}

.wcf-dialog-content * {
  all: revert-layer;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.wcf-animation-addon-sheet * {
  all: revert-layer;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 0;
}

@config '../../../tailwind.pageImport.config.js';

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  :root {
    --gray-00: 0 0% 100%;
    --gray-50: 216 33% 97%;
    --gray-100: 210 30% 96%;
    --gray-200: 220 18% 90%;
    --gray-300: 219 15% 82%;
    --gray-400: 220 11% 64%;
    --gray-500: 221 8% 48%;
    --gray-600: 222 11% 36%;
    --gray-700: 221 16% 20%;
    --gray-800: 227 17% 16%;
    --gray-900: 226 21% 12%;
    --gray-950: 222 32% 8%;

    /* brand  */
    --brand-500: 11 97% 64%;
    --brand-600: 11 92% 57%;
  }
}

.wcf-anim2024-style * {
  @apply font-inter font-normal leading-[1.2] border-0 border-solid border-border;
}

.wcf-animation-addon-sheet * {
  @apply font-inter font-normal leading-[1.2] border-0 border-solid border-border;
}

.wcf-dialog-content * {
  @apply font-inter font-normal leading-[1.2] border-0 border-solid border-border;
}

.wcf-anim2024-style {
  @apply overflow-x-hidden;

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    @apply text-text font-inter overflow-x-hidden;
  }

  a {
    @apply no-underline text-text;
  }

  a:focus {
    @apply shadow-none outline-0;
  }

  p {
    @apply text-sm;
  }

  img {
    width: 100%;
    height: 100%;
  }
}

.wcf-animation-addon-sheet {
  @apply overflow-x-hidden;

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    @apply text-text font-inter overflow-x-hidden;
  }

  a {
    @apply no-underline text-text;
  }

  a:focus {
    @apply shadow-none outline-0;
  }

  p {
    @apply text-sm text-text-secondary;
  }

  img {
    width: 100%;
    height: 100%;
  }
}

#ehe-admin-cb {
  display: none;
}

.wcf-anim2024-style {
  /* width */
  ::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #e1e4ea;
    border-radius: 10px;
  }

  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    transition: background-color 50000000s ease-in-out 0s !important;
  }
}

.search-item {
  @apply relative flex gap-2 cursor-pointer select-none items-center rounded-sm px-2.5 py-2.5 text-text text-sm outline-none hover:bg-background-secondary hover:text-text hover:rounded-[10px] data-[selected=true]:bg-background-secondary data-[selected=true]:text-text data-[selected=true]:rounded-[10px];
}

.wcf-anim2024 {
  #wpbody-content {
    @apply !pb-2.5;
  }
}

:where([data-sonner-toast]) :where([data-title]) {
  @apply !text-text;
}

:where([data-sonner-toast]) :where([data-icon]) svg {
  @apply !text-text;
}
