@import url("https://fonts.googleapis.com/css?family=Nunito");
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* ! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.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;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.right-1\/4{
  right: 25%;
}
.top-0{
  top: 0px;
}
.top-1\/4{
  top: 25%;
}
.z-50{
  z-index: 50;
}
.m-2{
  margin: 0.5rem;
}
.m-auto{
  margin: auto;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-8{
  margin-top: -2rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-16{
  height: 4rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-32{
  width: 8rem;
}
.w-5{
  width: 1.25rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), 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));
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/15{
  background-color: rgb(147 197 253 / 0.15);
}
.bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/35{
  background-color: rgb(147 197 253 / 0.35);
}
.bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/45{
  background-color: rgb(147 197 253 / 0.45);
}
.bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/55{
  background-color: rgb(147 197 253 / 0.55);
}
.bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/65{
  background-color: rgb(147 197 253 / 0.65);
}
.bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/85{
  background-color: rgb(147 197 253 / 0.85);
}
.bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95);
}
.bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-300\/0{
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100{
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15{
  background-color: rgb(134 239 172 / 0.15);
}
.bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35{
  background-color: rgb(134 239 172 / 0.35);
}
.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45{
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55{
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65{
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85{
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95);
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15{
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35{
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45{
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55{
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65{
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85{
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-7{
  line-height: 1.75rem;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@font-face {
  font-family: "Exan";
  src: url(/build/assets/Exan-Regular-ZteRBdZS.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Nidus Sans";
  src: url(/build/assets/nidsans-webfont-DSslLBPD.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Nunito";
  src: url(/build/assets/Nunito-Light-jpCjpM3U.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Nunito";
  src: url(/build/assets/Nunito-Regular-BMUogVrU.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Nunito";
  src: url(/build/assets/Nunito-SemiBold-DTISKoQZ.ttf);
  font-weight: 600;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
html, body {
  background-color: #1d2124;
  color: #eee;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  height: 100vh;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:-webkit-any-link {
  color: inherit;
  cursor: pointer;
}
input, textarea {
  border: none;
  font-family: "Nunito", sans-serif;
}
.completed, .completed:hover {
  text-decoration: line-through;
}
.grey {
  color: #555;
}
#circle {
  margin: 20px;
  max-width: 200px;
  max-height: 200px;
  position: relative;
}
.full-height {
  height: 100vh;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.position-ref {
  position: relative;
}
.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}
.content {
  text-align: center;
}
.title {
  font-size: 84px;
}
.m-b-md {
  margin-bottom: 30px;
}
.icon-push {
  margin-right: 1rem;
}
.pointer {
  cursor: pointer;
}
.success {
  color: #38c192;
}
.icon-md {
  font-size: 20px;
}
.icon-sm {
  font-size: 16px;
}
.action-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.font-xxl {
  font-size: 2rem;
}
.font-xl {
  font-size: 1.75rem;
}
.font-l {
  font-size: 1.5rem;
}
.font-m {
  font-size: 1.25rem;
}
.font-d {
  font-size: 1rem;
}
.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.h100 {
  height: 100%;
}
.important-input {
  border-color: #007090;
}
.navbar .navbar-nav .nav-link {
  padding: 0 0.5rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover {
  color: white;
}
.navbar .navbar-nav .nav-link, .navbar-brand, .nav-colour {
  color: #90f0f0;
  text-shadow: 0 0 2px #fea189, 0 0 5px #a0505f;
}
.navbar {
  color: #007090;
  letter-spacing: 0.08rem;
  text-decoration: none;
  text-transform: uppercase;
}
.border-md-right {
  border-right: #cecece 1px solid;
}
@media (max-width: 768px) {
  .border-md-right {
    border-bottom: #cecece 1px solid;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#nprogress {
  position: absolute;
  background-color: #eee;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
#nprogress .bar {
  background: #007090;
}
#nprogress .peg {
  box-shadow: 0 0 10px #007090, 0 0 5px #007090;
}
#nprogress .spinner-icon {
  border-top-color: #007090;
  border-left-color: #007090;
}
a.entry {
  color: #eee;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 2px rgba(243, 160, 7, 0.8);
}
a.entry:hover {
  color: #fff;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 8px white;
}
a.entry:not(.completed):hover {
  text-decoration: none;
}
.preset-selected {
  color: #007090;
}
.action-icon {
  cursor: pointer;
}
.action-icon:hover {
  color: #007090;
}
.medium-icon {
  font-size: 1.1rem;
}
.medium-icon-container {
  margin-top: 0.2rem;
}
.group-selected {
  color: #f46356 !important;
}
.danger {
  color: #f44336;
}
.pre {
  white-space: pre-wrap;
}
.def-colour, .brand-colour {
  color: #eee;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 2px rgba(243, 160, 7, 0.8);
}
.def-colour:hover, .brand-colour:hover {
  color: #fff;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 8px white;
}
.adj-label {
  font-size: 0.8rem;
  color: #007090;
  border: 1px solid #007090;
  border-radius: 3px;
  padding: 0 0.1rem;
}
.adj-checkbox {
  background-color: #111;
  color: #ccc;
}
.w-full {
  width: 100%;
}
.main-color {
  color: #007090;
}
.entity-block {
  background-color: #1f1f1f;
}
.header-colour {
  color: #f090c0;
  text-shadow: 0 0 3px #00a0a0, 0 0 3px rgba(243, 160, 7, 0.8);
}
.btn {
  display: inline-block;
  padding: 0.8rem;
  border-radius: 0.25rem;
  transition: transform 0.2s;
  font-size: 0.9rem;
  cursor: pointer;
  color: #152035;
  background-color: #0f0f0f;
  border: 1px #555 solid;
  color: #eee;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 2px rgba(243, 160, 7, 0.8);
}
.btn:hover {
  color: #fff;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 8px white;
  transform: scale(1.05);
  background-color: #1f1f1f;
}
.btn-success {
  color: #65c080;
}
.btn-success:hover {
  color: #94ffd0;
}
.btn-primary {
  text-shadow: 0 0 4px #0e0119, 0 0 4px #00f0f0, 0 0 8px white;
}
.btn-primary:hover {
  text-shadow: 0 0 4px #0e0119, 0 0 4px #00f0f0, 0 0 8px rgba(243, 160, 7, 0.8);
}
.btn-secondary {
  color: rgba(255, 215, 0, 0.8);
}
.btn-secondary:hover {
  color: rgba(255, 215, 0, 0.8745098039);
}
.btn-transparent {
  background-color: transparent;
  border: none;
}
.btn-danger {
  color: #ff3530;
}
.btn-danger:hover {
  color: #ff9494;
}
.btn-selected {
  background-color: #a5b4ff;
}
.btn-sm {
  padding: 0.5rem;
}
.adj-input {
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 1px #ddd solid;
  background-color: #1f1f1f;
}
.adj-input:focus-visible {
  transition: border 0.25s ease-in-out;
  border: 1px #659595 solid;
  outline: none;
}
.adj-input-sm {
  padding: 0.5rem;
  font-size: 0.9rem;
  background-color: #1f1f1f;
}
.text-brand {
  color: #eee;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 2px rgba(243, 160, 7, 0.8);
}
.text-brand:hover {
  color: #fff;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 8px white;
}
.hover-brand:hover {
  color: #007090;
}
.text-brand-success {
  text-shadow: 0 0 4px #0e0119, 0 0 4px #00f0f0, 0 0 8px white;
}
.text-brand-success:hover {
  text-shadow: 0 0 4px #0e0119, 0 0 4px #00f0f0, 0 0 8px rgba(243, 160, 7, 0.8);
}
.tracker .presets {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tracker .group-tasks {
  display: flex;
  flex-wrap: wrap;
}
.tracker .group-tasks > * {
  display: inline-block;
  min-width: 75px;
}
.tracker .group-tasks:hover .add-task-block {
  display: block;
}
.tracker .add-task-block {
  display: none;
}
.tracker .task {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  color: #eee;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 2px rgba(243, 160, 7, 0.8);
}
.tracker .task:hover {
  color: #fff;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 8px white;
}
.tracker .task .image-container:hover > .image-name {
  display: block;
}
.tracker .task-name {
  text-align: center;
  font-size: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tracker .task-value {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  right: 1px;
  bottom: 1px;
  font-size: 1rem;
}
.tracker .task-completed {
  color: #ff9d3a;
}
.tracker .task-completed:not(.task-is-image) {
  opacity: 0.65;
}
.tracker .task-failed {
  text-decoration: line-through;
  color: rgba(255, 35, 35, 0.7);
}
.tracker .task-input-container {
  position: relative;
}
.tracker .task-input-container-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.tracker .task-input {
  height: 75px;
  width: 8rem;
  font-size: 1.2rem;
  font-weight: 100;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tracker .task-input[type=number] {
  font-family: "Exan", sans-serif;
  font-size: 1.4rem;
  padding-top: 0.5rem;
}
.tracker .number-field {
  font-family: "Exan", sans-serif;
}
.tracker .separator {
  width: 100%;
  font-size: 0.9rem;
  margin-top: 0.75rem;
}
.tracker .separator-with-text {
  min-height: 30px;
}
.tracker .creeds {
  display: flex;
  justify-content: flex-end;
}
.tracker .exceed {
  border-color: red;
}
.tracker .stats-textarea {
  width: 100%;
}
.tracker .appraise-block {
  display: flex;
  flex-direction: column;
  width: 100px;
}
.tracker .appraise-block textarea {
  width: 100%;
}
.tracker .appraise-block input {
  width: 50px;
}
.tracker .appraise-field {
  background-color: transparent;
  flex: 1;
  border: 1px solid #ccc;
}
.tracker .task-optional {
  opacity: 0.5;
}
.tracker .tracker-icon {
  width: 35px;
  font-size: 1.5rem;
}
.tracker .entry-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.tracker .entry-image.incomplete {
  opacity: 0.2;
}
.tracker .progress-bar {
  height: 40px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  background-color: #e5e5e5;
}
.tracker .progress-bar .progress-bar-fill {
  width: 198px;
  position: absolute;
  height: 38px;
  left: 0;
  bottom: 0;
  background-color: #00d0ff;
}
.tracker .progress-bar .progress-bar-overfill {
  width: 198px;
  position: absolute;
  height: 38px;
  left: 0;
  bottom: 0;
  background-color: #FFD700;
}
.tracker .progress-bar .progress-bar-text {
  right: 4px;
  bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
}
.tracker .progress-bar .text-overfill {
  color: #fff;
}
.tracker .st-task-name {
  font-size: 1.1rem;
}
.checklist .domain-name {
  color: #eee;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 2px rgba(243, 160, 7, 0.8);
}
.checklist .domain-name:hover {
  color: #fff;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 8px white;
}
.domain .group-title, .domain .task {
  color: #eee;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 2px rgba(243, 160, 7, 0.8);
}
.domain .group-title:hover, .domain .task:hover {
  color: #fff;
  text-shadow: 0 0 4px #0e0119, 0 0 4px rgba(239, 123, 5, 0.8), 0 0 8px white;
}
.chat-window {
  background-color: #1f1f1f;
  font-weight: 300;
  position: fixed;
  bottom: 0;
  width: 30rem;
  right: 2rem;
  overflow: auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: 200;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.chat-window .chat {
  max-height: 450px;
  min-height: 100px;
  overflow: auto;
}
.chat-window .chat-avatar {
  height: 3rem;
  width: 3rem;
}
.chat-window .chat-input {
  background-color: #2f2f2f;
  width: 100%;
  resize: none;
  border: none;
  padding: 0.5rem;
}
.chat-window .chat-input:focus {
  outline: none;
}
.chat-window ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.chat-window ::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}
.chat-window ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.chat-header {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hover\:bg-cyan-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.hover\:text-cyan-600:hover{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.hover\:text-cyan-800:hover{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
}
@media (min-width: 1024px){
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
}