/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.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).
*/

:root {
  -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='submit'] {
  -webkit-appearance: button;
}

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

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

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

/**
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.
*/

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

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

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

/*
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;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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: #e5e5e5; /* 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: #a3a3a3;
}

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

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

button {
  cursor: pointer;
}

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;
}

/**
 * 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
 */

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

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

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

#tailwind .space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

#tailwind .space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

#tailwind .space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#tailwind .bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

#tailwind .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

#tailwind .bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

#tailwind .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

#tailwind .bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

#tailwind .bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

#tailwind .bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

#tailwind .bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

#tailwind .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

#tailwind .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#tailwind .bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

#tailwind .bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

#tailwind .bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

#tailwind .bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

#tailwind .bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

#tailwind .bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

#tailwind .bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

#tailwind .bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

#tailwind .bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

#tailwind .bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

#tailwind .bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#tailwind .bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

#tailwind .bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

#tailwind .bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

#tailwind .bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

#tailwind .bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

#tailwind .bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

#tailwind .bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

#tailwind .bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

#tailwind .bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

#tailwind .bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

#tailwind .bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#tailwind .bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

#tailwind .bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

#tailwind .hover\:bg-pink-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#tailwind .bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

#tailwind .bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

#tailwind .hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

#tailwind .border-transparent{
  border-color: transparent;
}

#tailwind .border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

#tailwind .border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

#tailwind .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

#tailwind .border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

#tailwind .border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

#tailwind .border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

#tailwind .border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

#tailwind .border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

#tailwind .border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

#tailwind .border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

#tailwind .border-green-300{
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

#tailwind .border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

#tailwind .border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

#tailwind .hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

#tailwind .hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

#tailwind .hover\:border-green-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

#tailwind .hover\:border-green-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

#tailwind .hover\:border-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

#tailwind .rounded-sm{
  border-radius: 0.125rem;
}

#tailwind .rounded{
  border-radius: 0.25rem;
}

#tailwind .rounded-md{
  border-radius: 0.375rem;
}

#tailwind .rounded-lg{
  border-radius: 0.5rem;
}

#tailwind .rounded-xl{
  border-radius: 0.75rem;
}

#tailwind .rounded-full{
  border-radius: 9999px;
}

#tailwind .rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#tailwind .border-dashed{
  border-style: dashed;
}

#tailwind .border-2{
  border-width: 2px;
}

#tailwind .border-4{
  border-width: 4px;
}

#tailwind .border{
  border-width: 1px;
}

#tailwind .border-b-0{
  border-bottom-width: 0px;
}

#tailwind .border-t-2{
  border-top-width: 2px;
}

#tailwind .border-b-2{
  border-bottom-width: 2px;
}

#tailwind .border-l-2{
  border-left-width: 2px;
}

#tailwind .border-l-4{
  border-left-width: 4px;
}

#tailwind .border-l-8{
  border-left-width: 8px;
}

#tailwind .border-t{
  border-top-width: 1px;
}

#tailwind .border-r{
  border-right-width: 1px;
}

#tailwind .border-b{
  border-bottom-width: 1px;
}

#tailwind .border-l{
  border-left-width: 1px;
}

#tailwind .cursor-pointer{
  cursor: pointer;
}

#tailwind .block{
  display: block;
}

#tailwind .inline-block{
  display: inline-block;
}

#tailwind .flex{
  display: flex;
}

#tailwind .inline-flex{
  display: inline-flex;
}

#tailwind .table{
  display: table;
}

#tailwind .grid{
  display: grid;
}

#tailwind .hidden{
  display: none;
}

#tailwind .flex-row-reverse{
  flex-direction: row-reverse;
}

#tailwind .flex-col{
  flex-direction: column;
}

#tailwind .flex-wrap{
  flex-wrap: wrap;
}

#tailwind .items-start{
  align-items: flex-start;
}

#tailwind .items-end{
  align-items: flex-end;
}

#tailwind .items-center{
  align-items: center;
}

#tailwind .items-baseline{
  align-items: baseline;
}

#tailwind .justify-start{
  justify-content: flex-start;
}

#tailwind .justify-end{
  justify-content: flex-end;
}

#tailwind .justify-center{
  justify-content: center;
}

#tailwind .justify-between{
  justify-content: space-between;
}

#tailwind .justify-around{
  justify-content: space-around;
}

#tailwind .flex-1{
  flex: 1 1 0%;
}

#tailwind .flex-none{
  flex: none;
}

#tailwind .font-normal{
  font-weight: 400;
}

#tailwind .font-medium{
  font-weight: 500;
}

#tailwind .font-semibold{
  font-weight: 600;
}

#tailwind .font-bold{
  font-weight: 700;
}

#tailwind .h-2{
  height: 0.5rem;
}

#tailwind .h-4{
  height: 1rem;
}

#tailwind .h-8{
  height: 2rem;
}

#tailwind .h-10{
  height: 2.5rem;
}

#tailwind .h-14{
  height: 3.5rem;
}

#tailwind .h-16{
  height: 4rem;
}

#tailwind .h-20{
  height: 5rem;
}

#tailwind .h-24{
  height: 6rem;
}

#tailwind .h-28{
  height: 7rem;
}

#tailwind .h-36{
  height: 9rem;
}

#tailwind .h-full{
  height: 100%;
}

#tailwind .text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

#tailwind .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#tailwind .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

#tailwind .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#tailwind .text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#tailwind .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

#tailwind .text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

#tailwind .leading-5{
  line-height: 1.25rem;
}

#tailwind .leading-6{
  line-height: 1.5rem;
}

#tailwind .leading-tight{
  line-height: 1.25;
}

#tailwind .leading-normal{
  line-height: 1.5;
}

#tailwind .my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

#tailwind .mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

#tailwind .mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

#tailwind .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#tailwind .mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

#tailwind .my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#tailwind .mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

#tailwind .my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#tailwind .mx-auto{
  margin-left: auto;
  margin-right: auto;
}

#tailwind .mt-0{
  margin-top: 0px;
}

#tailwind .mb-0{
  margin-bottom: 0px;
}

#tailwind .mt-1{
  margin-top: 0.25rem;
}

#tailwind .mr-1{
  margin-right: 0.25rem;
}

#tailwind .mb-1{
  margin-bottom: 0.25rem;
}

#tailwind .ml-1{
  margin-left: 0.25rem;
}

#tailwind .mt-2{
  margin-top: 0.5rem;
}

#tailwind .mr-2{
  margin-right: 0.5rem;
}

#tailwind .mb-2{
  margin-bottom: 0.5rem;
}

#tailwind .ml-2{
  margin-left: 0.5rem;
}

#tailwind .mt-3{
  margin-top: 0.75rem;
}

#tailwind .mr-3{
  margin-right: 0.75rem;
}

#tailwind .mb-3{
  margin-bottom: 0.75rem;
}

#tailwind .ml-3{
  margin-left: 0.75rem;
}

#tailwind .mt-4{
  margin-top: 1rem;
}

#tailwind .mr-4{
  margin-right: 1rem;
}

#tailwind .mb-4{
  margin-bottom: 1rem;
}

#tailwind .ml-4{
  margin-left: 1rem;
}

#tailwind .mt-5{
  margin-top: 1.25rem;
}

#tailwind .mr-5{
  margin-right: 1.25rem;
}

#tailwind .mb-5{
  margin-bottom: 1.25rem;
}

#tailwind .ml-5{
  margin-left: 1.25rem;
}

#tailwind .mt-6{
  margin-top: 1.5rem;
}

#tailwind .mr-6{
  margin-right: 1.5rem;
}

#tailwind .mb-6{
  margin-bottom: 1.5rem;
}

#tailwind .ml-6{
  margin-left: 1.5rem;
}

#tailwind .mt-8{
  margin-top: 2rem;
}

#tailwind .mr-8{
  margin-right: 2rem;
}

#tailwind .mb-8{
  margin-bottom: 2rem;
}

#tailwind .mt-10{
  margin-top: 2.5rem;
}

#tailwind .mr-10{
  margin-right: 2.5rem;
}

#tailwind .mb-10{
  margin-bottom: 2.5rem;
}

#tailwind .mt-12{
  margin-top: 3rem;
}

#tailwind .mb-12{
  margin-bottom: 3rem;
}

#tailwind .mt-14{
  margin-top: 3.5rem;
}

#tailwind .mb-14{
  margin-bottom: 3.5rem;
}

#tailwind .mt-16{
  margin-top: 4rem;
}

#tailwind .mb-16{
  margin-bottom: 4rem;
}

#tailwind .mt-20{
  margin-top: 5rem;
}

#tailwind .mb-20{
  margin-bottom: 5rem;
}

#tailwind .mb-24{
  margin-bottom: 6rem;
}

#tailwind .mt-auto{
  margin-top: auto;
}

#tailwind .ml-auto{
  margin-left: auto;
}

#tailwind .-mt-1{
  margin-top: -0.25rem;
}

#tailwind .-mt-6{
  margin-top: -1.5rem;
}

#tailwind .max-w-md{
  max-width: 28rem;
}

#tailwind .min-h-screen{
  min-height: 100vh;
}

#tailwind .min-w-full{
  min-width: 100%;
}

#tailwind .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

#tailwind .opacity-40{
  opacity: 0.4;
}

#tailwind .opacity-50{
  opacity: 0.5;
}

#tailwind .opacity-60{
  opacity: 0.6;
}

#tailwind .opacity-70{
  opacity: 0.7;
}

#tailwind .opacity-80{
  opacity: 0.8;
}

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

#tailwind .overflow-auto{
  overflow: auto;
}

#tailwind .overflow-hidden{
  overflow: hidden;
}

#tailwind .overflow-x-auto{
  overflow-x: auto;
}

#tailwind .p-1{
  padding: 0.25rem;
}

#tailwind .p-4{
  padding: 1rem;
}

#tailwind .p-6{
  padding: 1.5rem;
}

#tailwind .p-8{
  padding: 2rem;
}

#tailwind .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

#tailwind .px-0{
  padding-left: 0px;
  padding-right: 0px;
}

#tailwind .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#tailwind .px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#tailwind .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#tailwind .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#tailwind .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#tailwind .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#tailwind .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#tailwind .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

#tailwind .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#tailwind .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#tailwind .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#tailwind .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#tailwind .py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

#tailwind .px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

#tailwind .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#tailwind .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

#tailwind .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#tailwind .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#tailwind .px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

#tailwind .pr-0{
  padding-right: 0px;
}

#tailwind .pb-0{
  padding-bottom: 0px;
}

#tailwind .pl-0{
  padding-left: 0px;
}

#tailwind .pt-1{
  padding-top: 0.25rem;
}

#tailwind .pr-1{
  padding-right: 0.25rem;
}

#tailwind .pb-1{
  padding-bottom: 0.25rem;
}

#tailwind .pt-2{
  padding-top: 0.5rem;
}

#tailwind .pr-2{
  padding-right: 0.5rem;
}

#tailwind .pb-2{
  padding-bottom: 0.5rem;
}

#tailwind .pl-2{
  padding-left: 0.5rem;
}

#tailwind .pt-3{
  padding-top: 0.75rem;
}

#tailwind .pr-3{
  padding-right: 0.75rem;
}

#tailwind .pb-3{
  padding-bottom: 0.75rem;
}

#tailwind .pl-3{
  padding-left: 0.75rem;
}

#tailwind .pt-4{
  padding-top: 1rem;
}

#tailwind .pr-4{
  padding-right: 1rem;
}

#tailwind .pb-4{
  padding-bottom: 1rem;
}

#tailwind .pl-4{
  padding-left: 1rem;
}

#tailwind .pt-5{
  padding-top: 1.25rem;
}

#tailwind .pl-5{
  padding-left: 1.25rem;
}

#tailwind .pt-6{
  padding-top: 1.5rem;
}

#tailwind .pb-6{
  padding-bottom: 1.5rem;
}

#tailwind .pl-6{
  padding-left: 1.5rem;
}

#tailwind .pb-7{
  padding-bottom: 1.75rem;
}

#tailwind .pt-8{
  padding-top: 2rem;
}

#tailwind .pb-8{
  padding-bottom: 2rem;
}

#tailwind .pr-10{
  padding-right: 2.5rem;
}

#tailwind .pb-10{
  padding-bottom: 2.5rem;
}

#tailwind .pb-44{
  padding-bottom: 11rem;
}

#tailwind .pointer-events-none{
  pointer-events: none;
}

#tailwind .fixed{
  position: fixed;
}

#tailwind .absolute{
  position: absolute;
}

#tailwind .relative{
  position: relative;
}

#tailwind .inset-y-0{
  top: 0px;
  bottom: 0px;
}

#tailwind .top-0{
  top: 0px;
}

#tailwind .right-0{
  right: 0px;
}

#tailwind .bottom-0{
  bottom: 0px;
}

#tailwind .left-0{
  left: 0px;
}

#tailwind .left-3{
  left: 0.75rem;
}

*{
  --tw-shadow: 0 0 #0000;
}

#tailwind .shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#tailwind .shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#tailwind .shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#tailwind .shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#tailwind .shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#tailwind .hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#tailwind .hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#tailwind .hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(14, 165, 233, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

#tailwind .focus\:ring-2: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(2px + 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);
}

#tailwind .focus\:ring-4: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(4px + 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);
}

#tailwind .focus\:ring-yellow-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

#tailwind .focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

#tailwind .focus\:ring-pink-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

#tailwind .focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2;
}

#tailwind .focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3;
}

#tailwind .focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
}

#tailwind .text-left{
  text-align: left;
}

#tailwind .text-center{
  text-align: center;
}

#tailwind .text-right{
  text-align: right;
}

#tailwind .text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

#tailwind .text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

#tailwind .text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

#tailwind .text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

#tailwind .text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

#tailwind .text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

#tailwind .text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

#tailwind .text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#tailwind .text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#tailwind .text-red-50{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

#tailwind .text-red-300{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

#tailwind .text-red-400{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

#tailwind .text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

#tailwind .text-red-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

#tailwind .text-red-700{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

#tailwind .text-red-800{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

#tailwind .text-red-900{
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

#tailwind .text-blue-300{
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

#tailwind .text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

#tailwind .text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

#tailwind .text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

#tailwind .text-blue-800{
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

#tailwind .text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

#tailwind .text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

#tailwind .text-yellow-500{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

#tailwind .text-yellow-600{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

#tailwind .text-yellow-800{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

#tailwind .text-yellow-900{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

#tailwind .text-green-50{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

#tailwind .text-green-400{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

#tailwind .text-green-500{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

#tailwind .text-green-600{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

#tailwind .text-green-700{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

#tailwind .text-green-800{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

#tailwind .text-orange-300{
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

#tailwind .text-orange-400{
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

#tailwind .text-orange-500{
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

#tailwind .text-orange-600{
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

#tailwind .text-orange-700{
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

#tailwind .text-pink-600{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

#tailwind .text-teal-50{
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

#tailwind .hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

#tailwind .hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

#tailwind .hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

#tailwind .hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

#tailwind .hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

#tailwind .hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

#tailwind .hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

#tailwind .hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

#tailwind .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tailwind .overflow-ellipsis{
  text-overflow: ellipsis;
}

#tailwind .uppercase{
  text-transform: uppercase;
}

#tailwind .normal-case{
  text-transform: none;
}

#tailwind .tracking-wide{
  letter-spacing: 0.025em;
}

#tailwind .tracking-wider{
  letter-spacing: 0.05em;
}

#tailwind .select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#tailwind .align-top{
  vertical-align: top;
}

#tailwind .whitespace-nowrap{
  white-space: nowrap;
}

#tailwind .w-4{
  width: 1rem;
}

#tailwind .w-8{
  width: 2rem;
}

#tailwind .w-10{
  width: 2.5rem;
}

#tailwind .w-14{
  width: 3.5rem;
}

#tailwind .w-16{
  width: 4rem;
}

#tailwind .w-20{
  width: 5rem;
}

#tailwind .w-24{
  width: 6rem;
}

#tailwind .w-28{
  width: 7rem;
}

#tailwind .w-32{
  width: 8rem;
}

#tailwind .w-40{
  width: 10rem;
}

#tailwind .w-48{
  width: 12rem;
}

#tailwind .w-auto{
  width: auto;
}

#tailwind .w-2\/6{
  width: 33.333333%;
}

#tailwind .w-3\/12{
  width: 25%;
}

#tailwind .w-4\/12{
  width: 33.333333%;
}

#tailwind .w-6\/12{
  width: 50%;
}

#tailwind .w-7\/12{
  width: 58.333333%;
}

#tailwind .w-9\/12{
  width: 75%;
}

#tailwind .w-full{
  width: 100%;
}

#tailwind .z-10{
  z-index: 10;
}

#tailwind .gap-0{
  gap: 0px;
}

#tailwind .gap-4{
  gap: 1rem;
}

#tailwind .gap-8{
  gap: 2rem;
}

#tailwind .grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

#tailwind .col-span-2{
  grid-column: span 2 / span 2;
}

#tailwind .col-span-3{
  grid-column: span 3 / span 3;
}

#tailwind .col-span-4{
  grid-column: span 4 / span 4;
}

#tailwind .col-span-8{
  grid-column: span 8 / span 8;
}

#tailwind .col-span-9{
  grid-column: span 9 / span 9;
}

#tailwind .col-span-12{
  grid-column: span 12 / span 12;
}

#tailwind .transform{
  --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;
  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));
}

#tailwind .hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
}

#tailwind .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#tailwind .duration-200{
  transition-duration: 200ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

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

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.break-inside {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/*!
 * Bootstrap Grid v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.xxl\:container,
.xl\:container,
.lg\:container,
.md\:container,
.sm\:container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .sm\:container, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .md\:container, .sm\:container, .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .lg\:container, .md\:container, .sm\:container, .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .xl\:container, .lg\:container, .md\:container, .sm\:container, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1536px) {
  .xxl\:container, .xl\:container, .lg\:container, .md\:container, .sm\:container, .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 640px) {
  .sm\:col {
    flex: 1 0 0%;
  }

  .sm\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .sm\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .sm\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .sm\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .sm\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .sm\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .sm\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .sm\:-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .sm\:col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .sm\:col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .sm\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .sm\:col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .sm\:col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .sm\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .sm\:col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .sm\:col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .sm\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .sm\:col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .sm\:col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .sm\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .sm\:offset-0 {
    margin-left: 0;
  }

  .sm\:offset-1 {
    margin-left: 8.3333333333%;
  }

  .sm\:offset-2 {
    margin-left: 16.6666666667%;
  }

  .sm\:offset-3 {
    margin-left: 25%;
  }

  .sm\:offset-4 {
    margin-left: 33.3333333333%;
  }

  .sm\:offset-5 {
    margin-left: 41.6666666667%;
  }

  .sm\:offset-6 {
    margin-left: 50%;
  }

  .sm\:offset-7 {
    margin-left: 58.3333333333%;
  }

  .sm\:offset-8 {
    margin-left: 66.6666666667%;
  }

  .sm\:offset-9 {
    margin-left: 75%;
  }

  .sm\:offset-10 {
    margin-left: 83.3333333333%;
  }

  .sm\:offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .md\:col {
    flex: 1 0 0%;
  }

  .md\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .md\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .md\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .md\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .md\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .md\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .md\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .md\:-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .md\:col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .md\:col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .md\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .md\:col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .md\:col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .md\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .md\:col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .md\:col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .md\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .md\:col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .md\:col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .md\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .md\:offset-0 {
    margin-left: 0;
  }

  .md\:offset-1 {
    margin-left: 8.3333333333%;
  }

  .md\:offset-2 {
    margin-left: 16.6666666667%;
  }

  .md\:offset-3 {
    margin-left: 25%;
  }

  .md\:offset-4 {
    margin-left: 33.3333333333%;
  }

  .md\:offset-5 {
    margin-left: 41.6666666667%;
  }

  .md\:offset-6 {
    margin-left: 50%;
  }

  .md\:offset-7 {
    margin-left: 58.3333333333%;
  }

  .md\:offset-8 {
    margin-left: 66.6666666667%;
  }

  .md\:offset-9 {
    margin-left: 75%;
  }

  .md\:offset-10 {
    margin-left: 83.3333333333%;
  }

  .md\:offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  .lg\:col {
    flex: 1 0 0%;
  }

  .lg\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lg\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lg\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lg\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lg\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lg\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lg\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lg\:-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lg\:col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lg\:col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lg\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lg\:col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lg\:col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lg\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lg\:col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lg\:col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lg\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lg\:col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lg\:col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lg\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .lg\:offset-0 {
    margin-left: 0;
  }

  .lg\:offset-1 {
    margin-left: 8.3333333333%;
  }

  .lg\:offset-2 {
    margin-left: 16.6666666667%;
  }

  .lg\:offset-3 {
    margin-left: 25%;
  }

  .lg\:offset-4 {
    margin-left: 33.3333333333%;
  }

  .lg\:offset-5 {
    margin-left: 41.6666666667%;
  }

  .lg\:offset-6 {
    margin-left: 50%;
  }

  .lg\:offset-7 {
    margin-left: 58.3333333333%;
  }

  .lg\:offset-8 {
    margin-left: 66.6666666667%;
  }

  .lg\:offset-9 {
    margin-left: 75%;
  }

  .lg\:offset-10 {
    margin-left: 83.3333333333%;
  }

  .lg\:offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .xl\:col {
    flex: 1 0 0%;
  }

  .xl\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .xl\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .xl\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .xl\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .xl\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .xl\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .xl\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .xl\:-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .xl\:col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .xl\:col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .xl\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .xl\:col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .xl\:col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .xl\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .xl\:col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .xl\:col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .xl\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .xl\:col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .xl\:col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .xl\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .xl\:offset-0 {
    margin-left: 0;
  }

  .xl\:offset-1 {
    margin-left: 8.3333333333%;
  }

  .xl\:offset-2 {
    margin-left: 16.6666666667%;
  }

  .xl\:offset-3 {
    margin-left: 25%;
  }

  .xl\:offset-4 {
    margin-left: 33.3333333333%;
  }

  .xl\:offset-5 {
    margin-left: 41.6666666667%;
  }

  .xl\:offset-6 {
    margin-left: 50%;
  }

  .xl\:offset-7 {
    margin-left: 58.3333333333%;
  }

  .xl\:offset-8 {
    margin-left: 66.6666666667%;
  }

  .xl\:offset-9 {
    margin-left: 75%;
  }

  .xl\:offset-10 {
    margin-left: 83.3333333333%;
  }

  .xl\:offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1536px) {
  .xxl\:col {
    flex: 1 0 0%;
  }

  .xxl\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .xxl\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .xxl\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .xxl\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .xxl\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .xxl\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .xxl\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .xxl\:-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .xxl\:col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .xxl\:col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .xxl\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .xxl\:col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .xxl\:col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .xxl\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .xxl\:col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .xxl\:col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .xxl\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .xxl\:col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .xxl\:col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .xxl\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .xxl\:offset-0 {
    margin-left: 0;
  }

  .xxl\:offset-1 {
    margin-left: 8.3333333333%;
  }

  .xxl\:offset-2 {
    margin-left: 16.6666666667%;
  }

  .xxl\:offset-3 {
    margin-left: 25%;
  }

  .xxl\:offset-4 {
    margin-left: 33.3333333333%;
  }

  .xxl\:offset-5 {
    margin-left: 41.6666666667%;
  }

  .xxl\:offset-6 {
    margin-left: 50%;
  }

  .xxl\:offset-7 {
    margin-left: 58.3333333333%;
  }

  .xxl\:offset-8 {
    margin-left: 66.6666666667%;
  }

  .xxl\:offset-9 {
    margin-left: 75%;
  }

  .xxl\:offset-10 {
    margin-left: 83.3333333333%;
  }

  .xxl\:offset-11 {
    margin-left: 91.6666666667%;
  }
}

/*
$utilities: map-get-multiple(
  $utilities,
  (
    "display",
    "order",
    "flex",
    "flex-direction",
    "flex-grow",
    "flex-shrink",
    "flex-wrap",
    "justify-content",
    "align-items",
    "align-content",
    "align-self",
    "margin",
    "margin-x",
    "margin-y",
    "margin-top",
    "margin-end",
    "margin-bottom",
    "margin-start",
    "negative-margin",
    "negative-margin-x",
    "negative-margin-y",
    "negative-margin-top",
    "negative-margin-end",
    "negative-margin-bottom",
    "negative-margin-start",
    "padding",
    "padding-x",
    "padding-y",
    "padding-top",
    "padding-end",
    "padding-bottom",
    "padding-start",
  )
);
*/

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sm-gutter {
  margin-right: -5px;
  margin-left: -5px;
}

.sm-gutter > [class*="col"] {
  padding-right: 5px;
  padding-left: 5px;
}

input[type=number] {
  -moz-appearance: textfield;
}

body {
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

body.print .printable-area {
  font-family: 'Jost', sans-serif;
}

body.print .paper-A4 {
  width: 8.3in;
  border: solid 1px #CCC;
}

@media print {
  body {
    font-family: 'Jost', sans-serif;
    font-size: 9.7pt;
    line-height: 1.5em;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact;
  }

  .no-print {
    display: none;
  }

  body.print .paper-A4 {
    border: none;
  }

  .document {
    color: #000;
    margin-top: 32mm !important;
    margin-left: 1.4mm !important;
    margin-right: 1.4mm !important;
    margin-bottom: 15mm !important;
  }
}

body.gray {
  background: #f2f3f5;
}

a {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

.wrapper {
  flex: 1 1 0%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.wrapper {
  padding-top: 0.75rem;
}

@media (min-width: 1024px) {
  .wrapper {
    padding-top: 3.5rem;
  }
}

.container-md {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.progress {
  display: none;
  height: 6px;
  z-index: 9999999;
  box-shadow: 0 0 30px 0 #6eff35;
  background: linear-gradient(to left, #11ea6b, #ff9e00);
  background-size: 400% 400%;
  -webkit-animation: moving-gradient 1s ease infinite;
          animation: moving-gradient 1s ease infinite;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
}

@-webkit-keyframes moving-gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes moving-gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

[data-transition="content"] {
  transition: opacity 04s ease;
}

[data-transition="content"].blocked {
  opacity: 018;
  pointer-events: none;
}

/**
 * Page Title Block
 */

.title-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px){
  .title-block{
    flex-direction: row;
  }
}

.title-block div::first-child {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
}

.title-block div::first-child .title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

/**
 * Form Widget
 */

.form-widget {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.25rem;
}

.form-widget .form-widget-footer {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.attendance-form-bottom-bar {
  bottom: 68px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.attendance-form-bottom-bar button {
  width: 100%;
}

@media (min-width: 1024px) {
  .attendance-form-bottom-bar {
    bottom: 0;
  }

  .attendance-form-bottom-bar button {
    width: auto;
  }
}

/**
 * Main navigation menu
 */

.main-nav-spacing {
  height: 80px;
}

.main-nav {
  top: 0;
  position: fixed;
  background: #FFF;
  box-shadow: 0 0 15px rgba(61, 74, 95, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  z-index: 40;
}

.main-nav.focused {
  box-shadow: 0 0 30px rgba(152, 152, 152, 0.32);
}

.main-nav .nav-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.main-nav .nav-item i {
  font-size: 25px;
}

.main-nav .nav-item span {
  font-size: 10px;
  margin-top: 0px;
}

.main-nav .nav-item.active {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
  /*
      &::after {
        content: '';
        height: 5px;
        width: 5px;
        bottom: 8px;
        @apply absolute left-0 right-0 rounded-full mx-auto bg-green-500;
      }
      */
}

.main-nav .nav-item:not(.active):hover {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.main-nav .nav-overlay {
  box-shadow: 0 1px 56px rgba(0, 0, 0, 0.1);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.25rem;
  position: absolute;
  top: -0.5rem;
  width: 9rem;
  z-index: 30;
}

.main-nav .sub-nav-item {
  border-radius: 0.25rem;
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.main-nav .sub-nav-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body {
    padding-bottom: 0;
  }
}

body {
  padding-bottom: 75px;
}

.mobile-nav {
  background: #FFF;
  box-shadow: 0 -20px 15px rgba(61, 74, 95, 0.08);
  height: 500px;
  bottom: -432px;
  transition: bottom 0.3s ease;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  position: fixed;
  right: 0px;
  left: 0px;
  z-index: 40;
}

.mobile-nav.open {
  bottom: 0;
}

.mobile-nav.open .nav {
  visibility: hidden;
}

.mobile-nav .toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.mobile-nav .toggle-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-nav .drawer-item {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.mobile-nav .drawer-item.active {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.mobile-nav .drawer-item i {
  font-size: 24px;
}

.mobile-nav .drawer-item span {
  font-size: 10px;
  margin-top: 0px;
}

[data-dropdown="button"] [data-dropdown="overlay"] {
  display: none;
}

/**
 * Badge
 */

.badge {
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
}

.badge.badge-success {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.badge.badge-danger {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.badge.badge-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.badge.badge-progress {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.badge.badge-default {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.badge.badge-text {
  background-color: transparent;
  font-weight: 500;
  padding-left: 0px;
  padding-right: 0px;
}

/**
 * Messages
 */

.message {
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.message.message-info {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.message.message-success {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.message.message-error {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

/* JS validation error message */

.error-message {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

/**
 * Card
 */

.card {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.375rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card.hoverable:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/**
 * Button
 */

.btn {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.125rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

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

.btn-icon {
  display: inline-flex;
  align-items: center;
}

.btn-icon > div {
  margin-right: 0.25rem;
  margin-left: -0.25rem;
}

.btn-link {
  background-color: transparent;
  border-width: 0px;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.btn-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-default {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.btn-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.btn-default: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(4px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary: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(4px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}

.btn-info {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-info:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-info: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(4px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}

.btn-danger {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-danger: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(4px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}

.btn-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-warning: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(4px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}

.btn-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-pink: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(4px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}

.btn-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-orange: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(4px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}

/**
 * Form Elements
 */

.input-label {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
  width: 100%;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.input:hover, .input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-primary {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  border-width: 1px;
}

.input-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(3px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.input-primary:hover:not([disabled]), .input-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.select:hover, .select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.select-primary:hover, .select-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

/**
 * Boxed Checkbox
 */

.boxed-checkbox {
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
  text-transform: uppercase;
}

.boxed-checkbox input {
  margin-right: 0.5rem;
}

.boxed-checkbox span {
  z-index: -1;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.boxed-checkbox:hover span {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.boxed-checkbox input:checked ~ span {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.boxed-checkbox.boxed-checkbox-warning input:checked ~ span {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

/**
 * Custom scrollbar
 */

.custom-scrollbar {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  border-radius: 0.375rem;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  border-radius: 0.5rem;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

/**
 * Tabbed Panel
 */

.tab {
  display: flex;
}

.tab.no-flex {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.tab:not(.no-flex) .tab-item {
  flex: 1 1 0%;
}

.tab .tab-item {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  border-bottom-width: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.tab .tab-item:hover, .tab .tab-item.active {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  border-bottom-width: 2px;
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.tab .tab-item.active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.tab.tab-pill {
  border-radius: 0.25rem;
  overflow: hidden;
}

.tab.tab-pill .tab-item {
  font-weight: 500;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.tab.tab-pill .tab-item:hover, .tab.tab-pill .tab-item.active {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

/**
 * Pagination
 */

.pagination {
  display: flex;
}

.pagination span {
  margin-right: 0.5rem;
}

.pagination a {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.pagination a:hover, .pagination a.current {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/**
 * Table
 */

.tables {
  width: 100%;
}

.tables tr {
  display: flex;
}

.tables tr td, .tables tr th {
  flex: 1 1 0%;
}

.tables tbody tr {
  align-items: center;
}

/**
 * Flex Table
 */

.flex-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flex-table thead {
  display: none;
}

.flex-table tr {
  display: flex;
  flex-direction: column;
}

.flex-table tr td, .flex-table tr th {
  flex: 1 1 0%;
}

.flex-table tbody tr {
  align-items: flex-start;
}

.flex-table.flex-table-fixed th, .flex-table.flex-table-fixed td {
  flex: none;
}

@media (min-width: 640px) {
  .flex-table.flex-table-responsive-sm thead {
    display: block;
  }

  .flex-table.flex-table-responsive-sm tr {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .flex-table.flex-table-responsive-md thead {
    display: block;
  }

  .flex-table.flex-table-responsive-md tr {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .flex-table.flex-table-responsive-lg thead {
    display: block;
  }

  .flex-table.flex-table-responsive-lg tr {
    flex-direction: row;
  }
}

.data-table {
  border-radius: 0.375rem;
  overflow: hidden;
}

.data-table thead th, .data-table thead th {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  border-bottom-width: 1px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.data-table tbody, .data-table tbody {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.data-table tbody tr, .data-table tbody tr {
  border-bottom: solid 1px  #efefef;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.data-table tbody tr.hoverable:hover, .data-table tbody tr.hoverable:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.data-table tbody td, .data-table tbody td {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .data-table tbody td, .data-table tbody td {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.data-table.data-table-responsive-sm tbody tr td:first-child, .data-table.data-table-responsive-sm tbody tr td:first-child {
  padding-top: 2rem;
}

@media (min-width: 640px) {
  .data-table.data-table-responsive-sm tbody tr td:first-child, .data-table.data-table-responsive-sm tbody tr td:first-child {
    padding-top: 1rem;
  }
}

.data-table.data-table-responsive-sm tbody tr td:last-child, .data-table.data-table-responsive-sm tbody tr td:last-child {
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .data-table.data-table-responsive-sm tbody tr td:last-child, .data-table.data-table-responsive-sm tbody tr td:last-child {
    padding-bottom: 1rem;
  }
}

.data-table.data-table-responsive-md tbody tr td:first-child, .data-table.data-table-responsive-md tbody tr td:first-child {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .data-table.data-table-responsive-md tbody tr td:first-child, .data-table.data-table-responsive-md tbody tr td:first-child {
    padding-top: 1rem;
  }
}

.data-table.data-table-responsive-md tbody tr td:last-child, .data-table.data-table-responsive-md tbody tr td:last-child {
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .data-table.data-table-responsive-md tbody tr td:last-child, .data-table.data-table-responsive-md tbody tr td:last-child {
    padding-bottom: 1rem;
  }
}

.data-table.data-table-responsive-lg tbody tr td:first-child, .data-table.data-table-responsive-lg tbody tr td:first-child {
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .data-table.data-table-responsive-lg tbody tr td:first-child, .data-table.data-table-responsive-lg tbody tr td:first-child {
    padding-top: 1rem;
  }
}

.data-table.data-table-responsive-lg tbody tr td:last-child, .data-table.data-table-responsive-lg tbody tr td:last-child {
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .data-table.data-table-responsive-lg tbody tr td:last-child, .data-table.data-table-responsive-lg tbody tr td:last-child {
    padding-bottom: 1rem;
  }
}

/**
 * Chosen Custom
 */

.chosen-container {
  font-size: 14px !important;
}

.chosen-container-single .chosen-single {
  background: transparent !important;
  box-shadow: none !important;
  height: 44px !important;
  padding: 9px 0 0 12px !important;
  border: solid 1px #e5e5e5 !important;
}

.chosen-container-single .chosen-single:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(72, 187, 120, 0.2) !important;
}

.chosen-container-single .chosen-single div b {
  background-position-y: 12px !important;
}

/**
 * Paper effect
 * https://css-trickscom/snippets/css/stack-of-paper/
 */

.paper-top {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 -10px 0 -5px #eee, 0 -10px 1px -4px rgba(0, 0, 0, 0.15), 0 -20px 0 -10px #eee, 0 -20px 1px -9px rgba(0, 0, 0, 0.15);
}

.heart-beat {
  display: inline-block;
  -webkit-animation-name: heart-beat;
          animation-name: heart-beat;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  transform: scale(1);
}

@-webkit-keyframes heart-beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes heart-beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}

@media (min-width: 640px){
  #tailwind .sm\:w-1\/6{
    width: 16.666667%;
  }

  #tailwind .sm\:w-2\/6{
    width: 33.333333%;
  }

  #tailwind .sm\:w-3\/6{
    width: 50%;
  }

  #tailwind .sm\:w-1\/12{
    width: 8.333333%;
  }

  #tailwind .sm\:w-2\/12{
    width: 16.666667%;
  }

  #tailwind .sm\:w-3\/12{
    width: 25%;
  }

  #tailwind .sm\:w-4\/12{
    width: 33.333333%;
  }

  #tailwind .sm\:w-5\/12{
    width: 41.666667%;
  }

  #tailwind .sm\:w-6\/12{
    width: 50%;
  }

  #tailwind .sm\:w-7\/12{
    width: 58.333333%;
  }

  #tailwind .sm\:w-10\/12{
    width: 83.333333%;
  }
}

@media (min-width: 768px){
  #tailwind .md\:block{
    display: block;
  }

  .md\:masonry-2-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}

@media (min-width: 1024px){
  #tailwind .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #tailwind .lg\:border-none{
    border-style: none;
  }

  #tailwind .lg\:border-l{
    border-left-width: 1px;
  }

  #tailwind .lg\:block{
    display: block;
  }

  #tailwind .lg\:hidden{
    display: none;
  }

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

  #tailwind .lg\:flex-col{
    flex-direction: column;
  }

  #tailwind .lg\:items-start{
    align-items: flex-start;
  }

  #tailwind .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #tailwind .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #tailwind .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #tailwind .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  #tailwind .lg\:mb-8{
    margin-bottom: 2rem;
  }

  #tailwind .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #tailwind .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #tailwind .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #tailwind .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #tailwind .lg\:pb-0{
    padding-bottom: 0px;
  }

  #tailwind .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  #tailwind .lg\:pt-4{
    padding-top: 1rem;
  }

  #tailwind .lg\:pl-4{
    padding-left: 1rem;
  }

  #tailwind .lg\:pt-6{
    padding-top: 1.5rem;
  }

  #tailwind .lg\:bottom-0{
    bottom: 0px;
  }

  #tailwind .lg\:top-auto{
    top: auto;
  }

  #tailwind .lg\:w-3\/12{
    width: 25%;
  }

  #tailwind .lg\:w-6\/12{
    width: 50%;
  }

  #tailwind .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  #tailwind .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}
