/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.pointer-events-none {
	pointer-events: none;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-7 {
	top: 1.75rem;
}
.left-7 {
	left: 1.75rem;
}
.top-0 {
	top: 0px;
}
.top-6 {
	top: 1.5rem;
}
.right-6 {
	right: 1.5rem;
}
.z-50 {
	z-index: 50;
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.m-auto {
	margin: auto;
}
.m-1 {
	margin: 0.25rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-auto {
	margin-bottom: auto;
}
.ml-12 {
	margin-left: 3rem;
}
.mr-4 {
	margin-right: 1rem;
}
.ml-auto {
	margin-left: auto;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-12 {
	margin-top: 3rem;
}
.-ml-px {
	margin-left: -1px;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.flow-root {
	display: flow-root;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-20 {
	height: 5rem;
}
.h-full {
	height: 100%;
}
.h-14 {
	height: 3.5rem;
}
.h-screen {
	height: 100vh;
}
.h-10 {
	height: 2.5rem;
}
.h-6 {
	height: 1.5rem;
}
.h-1 {
	height: 0.25rem;
}
.max-h-0 {
	max-height: 0px;
}
.w-4\/5 {
	width: 80%;
}
.w-2\/5 {
	width: 40%;
}
.w-4\/6 {
	width: 66.666667%;
}
.w-2\/6 {
	width: 33.333333%;
}
.w-screen {
	width: 100vw;
}
.w-full {
	width: 100%;
}
.w-0\.5 {
	width: 0.125rem;
}
.w-0 {
	width: 0px;
}
.w-14 {
	width: 3.5rem;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-auto {
	width: auto;
}
.w-10 {
	width: 2.5rem;
}
.w-6 {
	width: 1.5rem;
}
.min-w-0 {
	min-width: 0px;
}
.max-w-0 {
	max-width: 0rem;
}
.flex-none {
	flex: none;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-grow {
	flex-grow: 1;
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.list-disc {
	list-style-type: disc;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.place-content-center {
	place-content: center;
}
.place-content-end {
	place-content: end;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-5 {
	gap: 1.25rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-end {
	align-self: flex-end;
}
.self-center {
	align-self: center;
}
.overflow-hidden {
	overflow: hidden;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.border {
	border-width: 1px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-green-200 {
	--tw-border-opacity: 1;
	border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-opacity-95 {
	--tw-bg-opacity: 0.95;
}
.object-right-bottom {
	-o-object-position: right bottom;
	   object-position: right bottom;
}
.p-3 {
	padding: 0.75rem;
}
.p-6 {
	padding: 1.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pl-4 {
	padding-left: 1rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.align-top {
	vertical-align: top;
}
.font-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.leading-3 {
	line-height: .75rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.text-green-200 {
	--tw-text-opacity: 1;
	color: rgba(167, 243, 208, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-green-300 {
	--tw-text-opacity: 1;
	color: rgba(110, 231, 183, var(--tw-text-opacity));
}
.text-gray-50 {
	--tw-text-opacity: 1;
	color: rgba(249, 250, 251, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.opacity-90 {
	opacity: 0.9;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-70 {
	opacity: 0.7;
}
.opacity-80 {
	opacity: 0.8;
}
.opacity-60 {
	opacity: 0.6;
}
.ring-gray-200 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-500 {
	transition-duration: 500ms;
}

:root {
  --main-bg-color: #14233b;
  --green-color: #64ffd;
  --slate-color: #ccd6f6;
}

button {
  font-size: 1rem;
}

.special-font {
  font-family: 'Dosis', sans-serif;
}

.root-container {
  background-color: var(--main-bg-color);
}

.color-main-bg {
  color: var(--main-bg-color);
}

.text-size-small {
  font-size: 16px;
}

.text-size-16px {
  font-size: 16px;
}

.text-size-medium {
  font-size: 25px;
}

.standard-background {
  background-color: var(--main-bg-color);
}

.font-mono {
  font-family: "Roboto Mono", monospace;
}

.menu-container > .dev {
  cursor: pointer;
}

.main-title {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: 'Dosis', sans-serif;
}

.page-left-line {
  border-left: 1px solid lightgrey;
  height: 100px;
}

.page-right-line {
  border-right: 1px solid lightgrey;
  height: 100px;
}

.title-line {
  border-top: 1px solid #949494;
  height: 1px;
}

.link-icon {
  filter: invert(99%) sepia(9%) saturate(287%) hue-rotate(174deg) brightness(100%) contrast(97%);
  cursor: pointer;
  margin-bottom: 1rem;
}

.link-icon:hover {
  filter: invert(84%) sepia(11%) saturate(4980%) hue-rotate(176deg) brightness(129%) contrast(90%);
  transform: scale(1.2);
}

.github-icon {
  filter: invert(75%) sepia(15%) saturate(211%) hue-rotate(179deg) brightness(85%) contrast(86%);
}

.active-tab-button {
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  color: rgba(167, 243, 208, var(--tw-text-opacity));
  background-color: rgba(110, 231, 183, 0.08);
  box-shadow: none;
  transition: background 220ms ease, color 180ms ease, border-color 180ms ease;
}

.border-r-1\/2 {
  border-radius: 50%;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-20 {
  font-size: 20px;
}

@-webkit-keyframes cursor-blink {
  0% {
    opacity: 0;
  }
}

@keyframes cursor-blink {
  0% {
    opacity: 0;
  }
}

.cursor::after {
  -webkit-animation: cursor-blink 1.5s steps(2) infinite;
          animation: cursor-blink 1.5s steps(2) infinite;
  content: "";
  margin-left: 3px;
  width: 3px;
  padding-bottom: -2px;
  height: 33px;
  background: #cccccc;
  display: inline-block;
}

.project-image {
  filter: grayscale(100%);
}

.project-image:hover {
  filter: grayscale(0%);
}

.project-info-container {
  background-color: #0b4e6efa;
}

.project-info-container a {
  background-color: rgb(0 62 92 / 98%);
}

.project-info-container a:hover {
  background-color: #0b4e6efa;
}

.min-h-1 {
  min-height: 2.75rem;
}

.min-h-200 {
  min-height: 185px;
}

.project-card {
  background-color: var(--main-bg-color);
  filter: brightness(150%);
}

.project-card-tag {
  color: var(--main-bg-color);
}

.scroll-to-top-icon img {
  filter: invert(99%) sepia(4%) saturate(1071%) hue-rotate(178deg) brightness(96%) contrast(92%);
}

.scroll-to-top-icon:hover img {
  filter: invert(84%) sepia(11%) saturate(4980%) hue-rotate(176deg) brightness(129%) contrast(90%);
}

.tablinks {
  position: relative;
  overflow: hidden;
  transition: color 180ms ease, border-color 200ms ease, transform 160ms ease, box-shadow 220ms ease;
}

.tablinks::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  width: 2px;
  height: 76%;
  background: rgba(110, 231, 183, 0.9);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 200ms ease;
  border-radius: 1px;
}

.tablinks:hover {
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.tablinks:active {
  transform: translateY(1px);
}

.tablinks:focus-visible {
  outline: 2px solid rgba(110, 231, 183, 0.4);
  outline-offset: 2px;
}

.active-tab-button::before {
  transform: scaleY(1);
}

.tab-pressed {
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.tabcontent {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

.tabcontent.is-hidden {
  display: none;
}

.tabcontent.is-active {
  display: block;
  -webkit-animation: tab-content-in 280ms cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
          animation: tab-content-in 280ms cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
}

.tabcontent .tab-headline,
.tabcontent .tab-meta,
.tabcontent li {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(4px);
  will-change: transform, opacity, filter;
}

.tabcontent.is-active .tab-headline {
  -webkit-animation: tab-content-item-in 280ms cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
          animation: tab-content-item-in 280ms cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
}

.tabcontent.is-active .tab-meta {
  -webkit-animation: tab-content-item-in 280ms cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
          animation: tab-content-item-in 280ms cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
  -webkit-animation-delay: 70ms;
          animation-delay: 70ms;
}

.tabcontent.is-active li {
  -webkit-animation: tab-content-item-in 340ms cubic-bezier(0.22, 0.65, 0.2, 1) forwards;
          animation: tab-content-item-in 340ms cubic-bezier(0.22, 0.65, 0.2, 1) forwards;
  -webkit-animation-delay: calc(120ms + (var(--item-index, 0) * 60ms));
          animation-delay: calc(120ms + (var(--item-index, 0) * 60ms));
}

.tab {
  position: relative;
}

.tab::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  width: 28px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(20, 35, 59, 0.75) 0%, rgba(20, 35, 59, 0.35) 55%, rgba(20, 35, 59, 0) 100%);
}

@-webkit-keyframes tab-content-item-in {
  from {
    opacity: 0;
    transform: translateY(12px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes tab-content-item-in {
  from {
    opacity: 0;
    transform: translateY(12px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@-webkit-keyframes tab-content-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tab-content-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-ripple {
  position: absolute;
  border-radius: 9999px;
  transform: scale(0);
  -webkit-animation: tab-ripple 480ms ease-out;
          animation: tab-ripple 480ms ease-out;
  background: rgba(110, 231, 183, 0.35);
  pointer-events: none;
  opacity: 0.95;
}

@-webkit-keyframes tab-ripple {
  to {
    transform: scale(3.6);
    opacity: 0;
  }
}

@keyframes tab-ripple {
  to {
    transform: scale(3.6);
    opacity: 0;
  }
}

.hover\:bg-green-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:bg-opacity-25:hover {
	--tw-bg-opacity: 0.25;
}

.hover\:text-green-200:hover {
	--tw-text-opacity: 1;
	color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
	--tw-text-opacity: 1;
	color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:text-green-200 {
	--tw-text-opacity: 1;
	color: rgba(167, 243, 208, var(--tw-text-opacity));
}

@media (min-width: 640px) {

	.sm\:w-2\/3 {
		width: 66.666667%;
	}

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

@media (min-width: 768px) {

	.md\:visible {
		visibility: visible;
	}

	.md\:invisible {
		visibility: hidden;
	}

	.md\:fixed {
		position: fixed;
	}

	.md\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

	.md\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.md\:mb-36 {
		margin-bottom: 9rem;
	}

	.md\:mt-40 {
		margin-top: 10rem;
	}

	.md\:ml-16 {
		margin-left: 4rem;
	}

	.md\:mr-16 {
		margin-right: 4rem;
	}

	.md\:mb-40 {
		margin-bottom: 10rem;
	}

	.md\:mr-12 {
		margin-right: 3rem;
	}

	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}

	.md\:ml-auto {
		margin-left: auto;
	}

	.md\:ml-5 {
		margin-left: 1.25rem;
	}

	.md\:mr-auto {
		margin-right: auto;
	}

	.md\:h-16 {
		height: 4rem;
	}

	.md\:max-h-full {
		max-height: 100%;
	}

	.md\:max-h-0 {
		max-height: 0px;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-80 {
		width: 20rem;
	}

	.md\:w-3\/4 {
		width: 75%;
	}

	.md\:w-16 {
		width: 4rem;
	}

	.md\:w-60 {
		width: 15rem;
	}

	.md\:max-w-full {
		max-width: 100%;
	}

	.md\:flex-none {
		flex: none;
	}

	.md\:self-end {
		align-self: flex-end;
	}

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

	.md\:p-5 {
		padding: 1.25rem;
	}

	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.md\:pl-5 {
		padding-left: 1.25rem;
	}

	.md\:pr-5 {
		padding-right: 1.25rem;
	}

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

	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.md\:opacity-100 {
		opacity: 1;
	}

	.md\:opacity-70 {
		opacity: 0.7;
	}

	.md\:hover\:scale-105:hover {
		--tw-scale-x: 1.05;
		--tw-scale-y: 1.05;
		transform: var(--tw-transform);
	}
}

@media (min-width: 1024px) {

	.lg\:visible {
		visibility: visible;
	}

	.lg\:invisible {
		visibility: hidden;
	}

	.lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:h-0 {
		height: 0px;
	}

	.lg\:max-h-full {
		max-height: 100%;
	}

	.lg\:w-3\/4 {
		width: 75%;
	}

	.lg\:w-4\/6 {
		width: 66.666667%;
	}

	.lg\:w-40 {
		width: 10rem;
	}

	.lg\:max-w-0 {
		max-width: 0rem;
	}

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

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:gap-6 {
		gap: 1.5rem;
	}

	.lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
	}

	.lg\:p-3 {
		padding: 0.75rem;
	}

	.lg\:pr-6 {
		padding-right: 1.5rem;
	}

	.lg\:text-justify {
		text-align: justify;
	}
}

@media (min-width: 1536px) {

	.\32xl\:mb-40 {
		margin-bottom: 10rem;
	}

	.\32xl\:w-1\/2 {
		width: 50%;
	}
}
