/*! tailwindcss v4.3.3 | 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-indigo-600: oklch(51.1% 0.262 276.966);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background1: light-dark(#FFFFFF, #DBD3D3);
    --color-background2: light-dark(#FFF2F2, #F0E9E9);
    --color-lightpink: light-dark(#FFDAD1, #E8A5A0);
    --color-lightpink2: light-dark(#FFF3F2, #D1C5C5);
    --color-pink: light-dark(#FFB1A1, #ED9F9A);
    --color-darkpink: light-dark(#D0756D, #7D4F4B);
    --color-name: light-dark(#E36C68, #953E36);
    --color-grey: light-dark(#C4C4C4, #595757);
    --color-darkgrey: light-dark(#453D3D, #1F1F1F);
    --color-darkgreyTheme: light-dark(#453D3D, #EBEBEB);
    --background-image-light: url("Other media/Background_light.webp");
    --background-image-dark: url("Other media/Background_dark.webp");
    --outline-color: light-dark(#de948a, #925454);
    --outline-size: 2px;
    --text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    --border-top-left-radius: 5px;
    --border-top-right-radius: 5px;
    --border-radius: 5px;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: 0px;
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .right-0 {
    right: 0px;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-7 {
    right: calc(var(--spacing) * 7);
  }
  .bottom-\[43px\] {
    bottom: 43px;
  }
  .left-0 {
    left: 0px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-100 {
    z-index: 100;
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-7 {
    margin-inline: calc(var(--spacing) * 7);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-9\/10 {
    max-height: calc(9 / 10 * 100%);
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-60 {
    max-width: calc(var(--spacing) * 60);
  }
  .max-w-\[70px\] {
    max-width: 70px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-2 {
    flex: 2;
  }
  .flex-7 {
    flex: 7;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-initial {
    flex: 0 auto;
  }
  .grow {
    flex-grow: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-x-\[5px\] {
    column-gap: 5px;
  }
  .place-self-end {
    place-self: end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-t-\[5px\] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .rounded-l-\[5px\] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .rounded-r-\[5px\] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .rounded-b-\[5px\] {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-12 {
    border-style: var(--tw-border-style);
    border-width: 12px;
  }
  .border-14 {
    border-style: var(--tw-border-style);
    border-width: 14px;
  }
  .border-x-8 {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 8px;
  }
  .border-t-32 {
    border-top-style: var(--tw-border-style);
    border-top-width: 32px;
  }
  .border-b-8 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 8px;
  }
  .border-l-3 {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-indigo-600 {
    border-color: var(--color-indigo-600);
  }
  .border-pink {
    border-color: var(--color-pink);
  }
  .bg-background1 {
    background-color: var(--color-background1);
  }
  .bg-background1\/85 {
    background-color: color-mix(in srgb, light-dark(#FFFFFF, #DBD3D3) 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-background1) 85%, transparent);
    }
  }
  .bg-lightpink {
    background-color: var(--color-lightpink);
  }
  .bg-white\/75 {
    background-color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .bg-light {
    background-image: var(--background-image-light);
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-\[4px\] {
    padding-bottom: 4px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-\[5px\] {
    padding-left: 5px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }
  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }
  .font-\[300\] {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-darkgrey {
    color: var(--color-darkgrey);
  }
  .text-darkpink {
    color: var(--color-darkpink);
  }
  .text-name {
    color: var(--color-name);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .text-shadow-\(--text-shadow\) {
    text-shadow: var(--text-shadow);
  }
  @media (hover: hover) {
    .hover\:bg-background2\/85:hover {
      background-color: color-mix(in srgb, light-dark(#FFF2F2, #F0E9E9) 85%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-background2\/85:hover {
        background-color: color-mix(in oklab, var(--color-background2) 85%, transparent);
      }
    }
    .hover\:bg-pink:hover {
      background-color: var(--color-pink);
    }
  }
  @media (width < 65rem) {
    .max-web\:top-1 {
      top: var(--spacing);
    }
    .max-web\:mx-1 {
      margin-inline: var(--spacing);
    }
    .max-web\:mx-2 {
      margin-inline: calc(var(--spacing) * 2);
    }
    .max-web\:mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
    .max-web\:hidden {
      display: none;
    }
    .max-web\:max-w-\[200px\] {
      max-width: 200px;
    }
    .max-web\:gap-\[3px\] {
      gap: 3px;
    }
    .max-web\:p-0 {
      padding: 0px;
    }
    .max-web\:text-\[17px\] {
      font-size: 17px;
    }
    .max-web\:text-\[20px\] {
      font-size: 20px;
    }
    .max-web\:text-\[30px\] {
      font-size: 30px;
    }
    .max-web\:leading-\[21px\] {
      --tw-leading: 21px;
      line-height: 21px;
    }
    .max-web\:leading-\[30px\] {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  @media (width >= 65rem) {
    .web\:hidden {
      display: none;
    }
  }
  .dark\:flex:where(.dark, .dark *) {
    display: flex;
  }
  .dark\:hidden:where(.dark, .dark *) {
    display: none;
  }
  .dark\:bg-neutral-600\/75:where(.dark, .dark *) {
    background-color: color-mix(in srgb, oklch(43.9% 0 0) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-neutral-600) 75%, transparent);
    }
  }
  .dark\:bg-dark:where(.dark, .dark *) {
    background-image: var(--background-image-dark);
  }
}
* {
  font-family: 'Hanken Grotesk', Verdana;
  color-scheme: light;
  scrollbar-color: var(--color-pink) var(--color-background1);
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  &:where(.dark, .dark *) {
    color-scheme: dark;
  }
}
.window-hight {
  max-height: calc(100vh - 40px);
}
@media only screen and (max-width: 65rem) {
  .window-hight {
    max-height: calc(100vh - 40px - 122px);
  }
}
.text-gen-size {
  font-size: 20px;
  color: var(--color-darkgrey);
}
.text-gen-size2 {
  font-size: 18px;
  color: var(--color-darkgrey);
}
.text-gen-sizeTheme {
  font-size: 20px;
  color: var(--color-darkgreyTheme);
}
@media only screen and (max-width: 65rem) {
  .text-gen-sizeTheme {
    font-size: 18px;
    color: var(--color-darkgrey);
  }
}
.textAnimaticsTitle {
  font-size: 19px;
  font-weight: 600;
  line-height: 0.95;
  text-align: center;
  padding: 5px;
}
details>summary {
  list-style-type: '▹';
}
details[open]>summary {
  list-style-type: '▿';
}
.border-gen-element {
  border: 3px solid var(--color-darkpink);
  border-radius: var(--border-radius);
}
.borderImage1Light {
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_window_light.png");
  border-image-slice: 150 60 27 60 fill;
  border-image-repeat: stretch stretch;
  border-radius: var(--border-radius);
  outline: var(--outline-size) solid var(--outline-color);
  background-color: var(--background-image);
}
.borderImage1Dark {
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_window_dark.png");
  border-image-slice: 150 60 27 60 fill;
  border-image-repeat: stretch stretch;
  border-radius: var(--border-radius);
  outline: var(--outline-size) solid var(--outline-color);
  background-color: var(--background-image);
}
.borderImage2Light {
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_gen_light.png");
  border-image-slice: 150 80 27 80 fill;
  border-image-repeat: stretch stretch;
  border-radius: var(--border-radius);
  outline: var(--outline-size) solid var(--outline-color);
}
.borderImage2Dark {
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_gen_dark.png");
  border-image-slice: 150 80 27 80 fill;
  border-image-repeat: stretch stretch;
  border-radius: var(--border-radius);
  outline: var(--outline-size) solid var(--outline-color);
}
.borderImage2LightPanel {
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_gen_light.png");
  border-image-slice: 150 80 27 80 fill;
  border-image-repeat: stretch stretch;
  border-top-left-radius: var(--border-top-left-radius);
  border-top-right-radius: var(--border-top-right-radius);
  outline: var(--outline-size) solid var(--outline-color);
}
.borderImage2DarkPanel {
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_gen_dark.png");
  border-image-slice: 150 80 27 80 fill;
  border-image-repeat: stretch stretch;
  border-top-left-radius: var(--border-top-left-radius);
  border-top-right-radius: var(--border-top-right-radius);
  outline: var(--outline-size) solid var(--outline-color);
}
.borderImageTab {
  border-inline-width: 10px;
  border-block-width: 6px;
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_tab.png");
  border-image-slice: 60 95 50 95 fill;
  border-image-repeat: stretch stretch;
  border-top-left-radius: var(--border-top-left-radius);
  border-top-right-radius: var(--border-top-right-radius);
}
@media only screen and (max-width: 65rem) {
  .borderImageTab {
    border-inline-width: 7px;
    border-block-width: 5px;
  }
}
.borderImageSettingsPlaque {
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_tab.png");
  border-image-slice: 60 95 50 95 fill;
  border-image-repeat: stretch stretch;
  border-radius: var(--border-radius);
  outline: 1px solid var(--color-pink);
  padding: 3px 6px;
  color: var(--color-darkgrey);
}
.borderImageLogo {
  border: 4px;
  border-color: var(--color-pink);
  border-style: solid;
  border-image-source: url("Other media/Frame_tab.png");
  border-image-slice: 38 40 40 60 fill;
  border-image-repeat: stretch stretch;
  border-radius: var(--border-radius);
  outline: 2px solid var(--outline-color);
}
.hoveranimation {
  transition: transform 150ms;
}
.hoveranimation:hover {
  transform: translateY(-7px);
  transform: scale(1.03);
}
.hoveranimation2 {
  transition: transform 150ms;
}
.hoveranimation2:hover {
  transform: translateY(-3px);
}
@media only screen and (max-width: 65rem) {
  .hoveranimation2 {
    transition: transform 150ms;
  }
  .hoveranimation2:hover {
    transform: translateY(-3px);
  }
}
.app-all {
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
  align-items: center;
}
.app-icon {
  height: 70px;
  width: 70px;
}
.tab {
  background-color: var(--color-pink);
  color: var(--color-darkgrey);
  font-size: 19px;
  padding-block: 5px;
  line-height: 0.8;
  cursor: pointer;
  transition: transform 150ms, filter 150ms;
}
.tab:hover, .tab:focus-visible {
  filter: brightness(1.1);
}
@media only screen and (max-width: 65rem) {
  .tab {
    font-size: 17px;
  }
}
.activeTabArt {
  background-color: var(--color-background1);
}
.activeTabAnimatic {
  background-color: var(--color-background1);
}
.activeTabAnimaticFan {
  background-color: var(--color-background1);
}
.closeButton {
  display: flex;
  position: absolute;
  cursor: pointer;
}
.closeButtonHeight {
  height: 35px;
}
.listArts {
  display: flex;
  max-height: 25vh;
  width: 30vh;
  background-color: var(--color-background1);
  padding: 10px;
  transition: transform 250ms;
}
@media only screen and (max-width: 65rem) {
  .listArts {
    max-height: 20vh;
    width: 20vh;
  }
}
.arts-img {
  height: 100%;
  width: 30vh;
  object-fit: cover;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 2px var(--color-grey);
  cursor: pointer;
}
@media only screen and (max-width: 65rem) {
  .arts-img {
    width: 23vh;
  }
}
.filterArts {
  display: none;
}
.container {
  overflow: hidden;
}
.listAnimatics {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 30vh;
  flex-grow: 1;
  padding: 10px;
  background-color: var(--color-background1);
}
.anim-img {
  height: 100%;
  width: 38vh;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 1px 1px 2px var(--color-grey);
  cursor: pointer;
}
.filterAnimatics {
  display: none;
}
.animatic-title {
  width: 38vh;
  align-content: center;
  justify-content: center;
  color: var(--color-darkgrey);
  background-color: var(--color-lightpink2);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 1px 1px 2px var(--color-grey);
}
.selectedAnim {
  width: 70vw;
  height: 60vh;
}
.show {
  display: flex;
  flex-grow: 1;
}
.popup-img {
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 100;
  display: none;
}
.popup-img img {
  object-fit: contain;
  max-height: 85vh;
}
.popup-animatics {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
}
.artSelected {
  border: 3px solid var(--color-darkpink);
  border-radius: var(--border-radius);
}
.socials-all {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.socials-icon {
  height: 55px;
  width: 55px;
  margin: 5px;
}
.socials-title {
  align-content: center;
}
#calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: var(--text-xl);
  line-height: var(--text-xl--line-height);
  font-weight: 800;
  text-shadow: var(--text-shadow);
}
#days {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  color: #fff;
  font-weight: 1000;
  text-shadow: 1px 1px 3px rgba(110, 51, 49, 0.7);
}
#calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  font-size: 14px;
  background-color: var(--color-darkpink);
  transition: opacity 0.5s ease;
  opacity: 1;
  font-weight: 600;
  color: var(--color-darkpink);
}
#calendar-body div {
  padding: 4px;
  background-color: var(--color-background1);
  text-align: center;
}
#calendar-body div.prev-next {
  color: #a29595;
}
#calendar-body div.today {
  background-color: var(--color-pink);
  color: #fff;
}
.change-month {
  cursor: pointer;
  padding: 5px 8px 8px 8px;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
