._pressable_1s2xk_1 {
	display: contents;
}

._pressable_1s2xk_1 > * {
	/* biome-ignore lint/complexity/noImportantStyles: Override */
	transition: opacity 0.15s ease !important;
}

._pressable_1s2xk_1:hover > * {
	opacity: 0.8;
}

._pressable_1s2xk_1:active > * {
	opacity: 0.7;
}
._pressable_1ur6e_1 {
	display: contents;
}

._scale_1ur6e_5 > * {
	/* biome-ignore lint/complexity/noImportantStyles: Override */
	transition: scale 0.15s ease !important;
}

._scale_1ur6e_5:active > * {
	scale: 0.97;
}
/* Nunito fonts */
@font-face {
	font-family: "Nunito-Regular";
	src: url("/assets/Nunito-Regular-BzIFT1ox.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-RegularItalic";
	src: url("/assets/Nunito-RegularItalic-B5Hdwsby.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-SemiBold";
	src: url("/assets/Nunito-SemiBold-BDYPXFJ_.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-SemiBoldItalic";
	src: url("/assets/Nunito-SemiBoldItalic-Bd2i-lK0.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-Bold";
	src: url("/assets/Nunito-Bold-CZ01jYvx.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-BoldItalic";
	src: url("/assets/Nunito-BoldItalic-B_XwxZVy.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-ExtraBold";
	src: url("/assets/Nunito-ExtraBold-DusrvNCE.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-ExtraBoldItalic";
	src: url("/assets/Nunito-ExtraBoldItalic-9wQW-h5Z.ttf") format("truetype");
}

/* Boston fonts */
@font-face {
	font-family: "Boston-Regular";
	src: url("/assets/Boston-Regular-Q5vh0rTV.ttf") format("truetype");
}

@font-face {
	font-family: "Boston-RegularIt";
	src: url("/assets/Boston-RegularIt-2TobRLA9.ttf") format("truetype");
}

@font-face {
	font-family: "Boston-SemiBold";
	src: url("/assets/Boston-SemiBold-CnRBP503.ttf") format("truetype");
}

@font-face {
	font-family: "Boston-SemiBoldIt";
	src: url("/assets/Boston-SemiBoldIt-5hT_4q3Y.ttf") format("truetype");
}

@font-face {
	font-family: "Boston-Bold";
	src: url("/assets/Boston-Bold-0DzQOswD.ttf") format("truetype");
}

@font-face {
	font-family: "Boston-BoldIt";
	src: url("/assets/Boston-BoldIt-Brm5Ccx7.ttf") format("truetype");
}

@font-face {
	font-family: "Boston-Heavy";
	src: url("/assets/Boston-Heavy-JXPANosL.ttf") format("truetype");
}

@font-face {
	font-family: "Boston-HeavyIt";
	src: url("/assets/Boston-HeavyIt-RchCTB8q.ttf") format("truetype");
}

/* Vector icon fonts */
@font-face {
	font-family: "material";
	src: url("/assets/MaterialIcons-7oKWXygK.ttf") format("truetype");
}

@font-face {
	font-family: "materialCommunity";
	src: url("/assets/MaterialCommunityIcons-B7mPwVP_.ttf")
		format("truetype");
}

@font-face {
	font-family: "antDesign";
	src: url("/assets/AntDesign-Dge_iNzx.ttf") format("truetype");
}

@font-face {
	font-family: "entypo";
	src: url("/assets/Entypo-b5FxE9xA.ttf") format("truetype");
}
* {
	touch-action: initial;
	-webkit-font-smoothing: antialiased;
}

html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#root {
	display: flex;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

body {
	font-family: "Nunito", "Roboto", "Helvetica", "Arial", sans-serif;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}

h1,
h2,
h3 {
	margin: 16px 0 8px 0;
}

p {
	margin: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	cursor: pointer;
}

input,
textarea {
	outline: none;
}
._dialog_mincq_1 {
	padding: 0;
	max-height: 100%;
	max-width: max-content;
	background: transparent;
	overflow: scroll;
	border: none;
	display: flex;
}

._dialog_mincq_1::-webkit-scrollbar {
	display: none;
}

._dialog_mincq_1 {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

._dialog_mincq_1[open] {
	animation: _fadeInDialog_mincq_1 0.3s ease forwards;
}

body {
	transition:
		filter 0.2s ease-in-out,
		transform 0.2s ease-in-out;
}

body:has(._dialog_mincq_1[open]) {
	filter: blur(4px);
	transform: scale(1.01);
	overflow: hidden;
}

._dialog_mincq_1::backdrop {
	background-color: rgba(0, 0, 0, 0.5);
	animation: _fadeInBackdrop_mincq_1 0.3s ease forwards;
}

@keyframes _fadeInDialog_mincq_1 {
	0% {
		scale: 0.8;
		opacity: 0;
	}

	100% {
		scale: 1;
		opacity: 1;
	}
}

@keyframes _fadeInBackdrop_mincq_1 {
	from {
		background-color: rgba(0, 0, 0, 0);
	}

	to {
		background-color: rgba(0, 0, 0, 0.5);
	}
}
:root {
  /****************** 
  Basics
  ******************/
  overflow-wrap: break-word;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /****************** 
  Colors variables
  ******************/
  /* Gray alpha (light mode) */
  --tt-gray-light-a-50: rgba(56, 56, 56, 0.04);
  --tt-gray-light-a-100: rgba(15, 22, 36, 0.05);
  --tt-gray-light-a-200: rgba(37, 39, 45, 0.1);
  --tt-gray-light-a-300: rgba(47, 50, 55, 0.2);
  --tt-gray-light-a-400: rgba(40, 44, 51, 0.42);
  --tt-gray-light-a-500: rgba(52, 55, 60, 0.64);
  --tt-gray-light-a-600: rgba(36, 39, 46, 0.78);
  --tt-gray-light-a-700: rgba(35, 37, 42, 0.87);
  --tt-gray-light-a-800: rgba(30, 32, 36, 0.95);
  --tt-gray-light-a-900: rgba(29, 30, 32, 0.98);
  /* Gray (light mode) */
  --tt-gray-light-50: rgba(250, 250, 250, 1);
  --tt-gray-light-100: rgba(244, 244, 245, 1);
  --tt-gray-light-200: rgba(234, 234, 235, 1);
  --tt-gray-light-300: rgba(213, 214, 215, 1);
  --tt-gray-light-400: rgba(166, 167, 171, 1);
  --tt-gray-light-500: rgba(125, 127, 130, 1);
  --tt-gray-light-600: rgba(83, 86, 90, 1);
  --tt-gray-light-700: rgba(64, 65, 69, 1);
  --tt-gray-light-800: rgba(44, 45, 48, 1);
  --tt-gray-light-900: rgba(34, 35, 37, 1);
  /* Gray alpha (dark mode) */
  --tt-gray-dark-a-50: rgba(232, 232, 253, 0.05);
  --tt-gray-dark-a-100: rgba(231, 231, 243, 0.07);
  --tt-gray-dark-a-200: rgba(238, 238, 246, 0.11);
  --tt-gray-dark-a-300: rgba(239, 239, 245, 0.22);
  --tt-gray-dark-a-400: rgba(244, 244, 255, 0.37);
  --tt-gray-dark-a-500: rgba(236, 238, 253, 0.5);
  --tt-gray-dark-a-600: rgba(247, 247, 253, 0.64);
  --tt-gray-dark-a-700: rgba(251, 251, 254, 0.75);
  --tt-gray-dark-a-800: rgba(253, 253, 253, 0.88);
  --tt-gray-dark-a-900: rgba(255, 255, 255, 0.96);
  /* Gray (dark mode) */
  --tt-gray-dark-50: rgba(25, 25, 26, 1);
  --tt-gray-dark-100: rgba(32, 32, 34, 1);
  --tt-gray-dark-200: rgba(45, 45, 47, 1);
  --tt-gray-dark-300: rgba(70, 70, 73, 1);
  --tt-gray-dark-400: rgba(99, 99, 105, 1);
  --tt-gray-dark-500: rgba(124, 124, 131, 1);
  --tt-gray-dark-600: rgba(163, 163, 168, 1);
  --tt-gray-dark-700: rgba(192, 192, 195, 1);
  --tt-gray-dark-800: rgba(224, 224, 225, 1);
  --tt-gray-dark-900: rgba(245, 245, 245, 1);
  /* Brand colors */
  --tt-brand-color-50: rgba(239, 238, 255, 1);
  --tt-brand-color-100: rgba(222, 219, 255, 1);
  --tt-brand-color-200: rgba(195, 189, 255, 1);
  --tt-brand-color-300: rgba(157, 138, 255, 1);
  --tt-brand-color-400: rgba(122, 82, 255, 1);
  --tt-brand-color-500: rgba(98, 41, 255, 1);
  --tt-brand-color-600: rgba(84, 0, 229, 1);
  --tt-brand-color-700: rgba(75, 0, 204, 1);
  --tt-brand-color-800: rgba(56, 0, 153, 1);
  --tt-brand-color-900: rgba(43, 25, 102, 1);
  --tt-brand-color-950: hsla(257, 100%, 9%, 1);
  /* Green */
  --tt-color-green-inc-5: hsla(129, 100%, 97%, 1);
  --tt-color-green-inc-4: hsla(129, 100%, 92%, 1);
  --tt-color-green-inc-3: hsla(131, 100%, 86%, 1);
  --tt-color-green-inc-2: hsla(133, 98%, 78%, 1);
  --tt-color-green-inc-1: hsla(137, 99%, 70%, 1);
  --tt-color-green-base: hsla(147, 99%, 50%, 1);
  --tt-color-green-dec-1: hsla(147, 97%, 41%, 1);
  --tt-color-green-dec-2: hsla(146, 98%, 32%, 1);
  --tt-color-green-dec-3: hsla(146, 100%, 24%, 1);
  --tt-color-green-dec-4: hsla(144, 100%, 16%, 1);
  --tt-color-green-dec-5: hsla(140, 100%, 9%, 1);
  /* Yellow */
  --tt-color-yellow-inc-5: hsla(50, 100%, 97%, 1);
  --tt-color-yellow-inc-4: hsla(50, 100%, 91%, 1);
  --tt-color-yellow-inc-3: hsla(50, 100%, 84%, 1);
  --tt-color-yellow-inc-2: hsla(50, 100%, 77%, 1);
  --tt-color-yellow-inc-1: hsla(50, 100%, 68%, 1);
  --tt-color-yellow-base: hsla(52, 100%, 50%, 1);
  --tt-color-yellow-dec-1: hsla(52, 100%, 41%, 1);
  --tt-color-yellow-dec-2: hsla(52, 100%, 32%, 1);
  --tt-color-yellow-dec-3: hsla(52, 100%, 24%, 1);
  --tt-color-yellow-dec-4: hsla(51, 100%, 16%, 1);
  --tt-color-yellow-dec-5: hsla(50, 100%, 9%, 1);
  /* Red */
  --tt-color-red-inc-5: hsla(11, 100%, 96%, 1);
  --tt-color-red-inc-4: hsla(11, 100%, 88%, 1);
  --tt-color-red-inc-3: hsla(10, 100%, 80%, 1);
  --tt-color-red-inc-2: hsla(9, 100%, 73%, 1);
  --tt-color-red-inc-1: hsla(7, 100%, 64%, 1);
  --tt-color-red-base: hsla(7, 100%, 54%, 1);
  --tt-color-red-dec-1: hsla(7, 100%, 41%, 1);
  --tt-color-red-dec-2: hsla(5, 100%, 32%, 1);
  --tt-color-red-dec-3: hsla(4, 100%, 24%, 1);
  --tt-color-red-dec-4: hsla(3, 100%, 16%, 1);
  --tt-color-red-dec-5: hsla(1, 100%, 9%, 1);
  /* Basic colors */
  --white: rgba(255, 255, 255, 1);
  --black: rgba(14, 14, 17, 1);
  --transparent: rgba(255, 255, 255, 0);
  /****************** 
  Shadow variables
  ******************/
  /* Shadows Light */
  --tt-shadow-elevated-md:
    0px 16px 48px 0px rgba(17, 24, 39, 0.04),
    0px 12px 24px 0px rgba(17, 24, 39, 0.04),
    0px 6px 8px 0px rgba(17, 24, 39, 0.02),
    0px 2px 3px 0px rgba(17, 24, 39, 0.02);
  /************************************************** 
       Radius variables 
    **************************************************/
  --tt-radius-xxs: 0.125rem; /* 2px */
  --tt-radius-xs: 0.25rem; /* 4px */
  --tt-radius-sm: 0.375rem; /* 6px */
  --tt-radius-md: 0.5rem; /* 8px */
  --tt-radius-lg: 0.75rem; /* 12px */
  --tt-radius-xl: 1rem; /* 16px */
  /************************************************** 
       Transition variables 
    **************************************************/
  --tt-transition-duration-short: 0.1s;
  --tt-transition-duration-default: 0.2s;
  --tt-transition-duration-long: 0.64s;
  --tt-transition-easing-default: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  --tt-transition-easing-cubic: cubic-bezier(0.65, 0.05, 0.36, 1);
  --tt-transition-easing-quart: cubic-bezier(0.77, 0, 0.18, 1);
  --tt-transition-easing-circ: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  --tt-transition-easing-back: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  /****************** 
  Contrast variables
  ******************/
  --tt-accent-contrast: 8%;
  --tt-destructive-contrast: 8%;
  --tt-foreground-contrast: 8%;
}

:root {
  /************************************************** 
      Global colors 
  **************************************************/
  /* Global colors - Light mode */
  --tt-bg-color: var(--white);
  --tt-border-color: var(--tt-gray-light-a-200);
  --tt-border-color-tint: var(--tt-gray-light-a-100);
  --tt-sidebar-bg-color: var(--tt-gray-light-100);
  --tt-scrollbar-color: var(--tt-gray-light-a-200);
  --tt-cursor-color: var(--tt-brand-color-500);
  --tt-selection-color: rgba(157, 138, 255, 0.2);
  --tt-card-bg-color: var(--white);
  --tt-card-border-color: var(--tt-gray-light-a-100);
}

/* Text colors */

:root {
  --tt-color-text-gray: hsl(45, 2%, 46%);
  --tt-color-text-brown: hsl(19, 31%, 47%);
  --tt-color-text-orange: hsl(30, 89%, 45%);
  --tt-color-text-yellow: hsl(38, 62%, 49%);
  --tt-color-text-green: hsl(148, 32%, 39%);
  --tt-color-text-blue: hsl(202, 54%, 43%);
  --tt-color-text-purple: hsl(274, 32%, 54%);
  --tt-color-text-pink: hsl(328, 49%, 53%);
  --tt-color-text-red: hsl(2, 62%, 55%);
  --tt-color-text-gray-contrast: hsla(39, 26%, 26%, 0.15);
  --tt-color-text-brown-contrast: hsla(18, 43%, 69%, 0.35);
  --tt-color-text-orange-contrast: hsla(24, 73%, 55%, 0.27);
  --tt-color-text-yellow-contrast: hsla(44, 82%, 59%, 0.39);
  --tt-color-text-green-contrast: hsla(126, 29%, 60%, 0.27);
  --tt-color-text-blue-contrast: hsla(202, 54%, 59%, 0.27);
  --tt-color-text-purple-contrast: hsla(274, 37%, 64%, 0.27);
  --tt-color-text-pink-contrast: hsla(331, 60%, 71%, 0.27);
  --tt-color-text-red-contrast: hsla(8, 79%, 79%, 0.4);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.95);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideFromTop {
  from {
    transform: translateY(-0.5rem);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideFromRight {
  from {
    transform: translateX(0.5rem);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideFromLeft {
  from {
    transform: translateX(-0.5rem);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideFromBottom {
  from {
    transform: translateY(0.5rem);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
