/*
! tailwindcss v3.4.3 | 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;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

*, ::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: 400px) {
  .container {
    max-width: 400px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapse {
  visibility: collapse;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.right-0 {
  right: 0px;
}

.top-full {
  top: 100%;
}

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

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

.clear-both {
  clear: both;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-auto {
  margin-inline-end: auto;
}

.ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-40 {
  height: 10rem;
}

.min-h-\[90px\] {
  min-height: 90px;
}

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

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.border-separate {
  border-collapse: separate;
}

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

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

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

.place-items-center {
  place-items: center;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

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

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

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.fill-current {
  fill: currentColor;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

.text-xxs {
  font-size: .5rem;
}

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

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

.italic {
  font-style: italic;
}

.leading-snug {
  line-height: 1.375;
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / 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-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.accent-green-500 {
  accent-color: #22c55e;
}

.accent-red-500 {
  accent-color: #ef4444;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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;
}

@font-face {
  font-family: 'GeoArial';

  src: url('/font/bpg_arial_2009.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

html {
  font-family: GeoArial;
}

body {
  display: flex;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

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

img {
  border-radius: 0.25rem;
}

pre {
  white-space: pre-wrap;
  font-family: GeoArial;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.bg-play {
}

pre.idea {
  max-width: 100%;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration-line: underline;
}

.author-link {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.top-nav {
  position: relative;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  place-items: center;
}

.top-nav > :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)));
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.top-nav {
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

  .top-nav > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

.main-nav {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

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

.main-nav {
  padding-right: 0px;
}

@media (min-width: 640px) {
  .main-nav {
    width: auto;
    padding-right: 0px;
  }
}

.logo {
  flex-shrink: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 500px) {
  .logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.menu-item {
  display: flex;
  flex-shrink: 0;
  place-items: center;
}

.menu-item > :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)));
}

.menu-item {
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.menu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .menu-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.menu-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-item span {
  padding-bottom: 0.25rem;
}

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

.notifications {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.notifications:hover {
  text-decoration-line: underline;
}

.icon {
  display: inline-block;
}

.icon-copy-3,
.icon-copy-gray {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='178' height='178' fill='none' stroke='none' stroke-width='0' viewBox='0 0 24 24'><g fill='black' stroke='none'><path d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Z' opacity='.4'/><path d='M12.2 16.8a4.8 4.8 0 1 1 3.2-8.4c.3.3.3.8 0 1.1-.2.3-.7.3-1 0A3.2 3.2 0 0 0 9 12a3.3 3.3 0 0 0 5.4 2.4c.3-.2.8-.2 1 .1.3.3.3.8 0 1-.9.8-2 1.3-3.2 1.3Z'/></g></svg>") no-repeat;
  background-size: cover;
}

.icon-copy-1,
.icon-copy-green {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='178' height='178' fill='none' stroke='none' stroke-width='0' viewBox='0 0 24 24'><g fill='green' stroke='none'><path d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Z' opacity='.4'/><path d='M12.2 16.8a4.8 4.8 0 1 1 3.2-8.4c.3.3.3.8 0 1.1-.2.3-.7.3-1 0A3.2 3.2 0 0 0 9 12a3.3 3.3 0 0 0 5.4 2.4c.3-.2.8-.2 1 .1.3.3.3.8 0 1-.9.8-2 1.3-3.2 1.3Z'/></g></svg>") no-repeat;
  background-size: cover;
}

.icon-copy-2,
.icon-copy-red {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='178' height='178' fill='none' stroke='none' stroke-width='0' viewBox='0 0 24 24'><g fill='red' stroke='none'><path d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Z' opacity='.4'/><path d='M12.2 16.8a4.8 4.8 0 1 1 3.2-8.4c.3.3.3.8 0 1.1-.2.3-.7.3-1 0A3.2 3.2 0 0 0 9 12a3.3 3.3 0 0 0 5.4 2.4c.3-.2.8-.2 1 .1.3.3.3.8 0 1-.9.8-2 1.3-3.2 1.3Z'/></g></svg>") no-repeat;
  background-size: cover;
}

.icon-trending {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg fill='none' width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M12 7a1 1 0 1 1 0-2h5c.6 0 1 .4 1 1v5a1 1 0 1 1-2 0V8.4l-4.3 4.3a1 1 0 0 1-1.4 0L8 10.4l-4.3 4.3a1 1 0 0 1-1.4-1.4l5-5a1 1 0 0 1 1.4 0l2.3 2.3L14.6 7H12Z' fill='red' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-home {
  width: 0.9rem;
  height: 0.9rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath d='M507 208a13 13 0 1 1-16 22l-35-26v267c0 7-6 13-14 13H309a13 13 0 0 1-13-13V342a40 40 0 0 0-80 0v130c0 7-6 12-13 12H70c-8 0-14-6-14-13V204l-35 26a13 13 0 1 1-16-22L248 30c5-3 11-3 16 0l243 178zm-78 250V184L256 58 83 184v274h106V342a67 67 0 0 1 134 0v116h106z' fill='%231e0478'/%3E%3Cpath d='M429 184v274H323V342a67 67 0 0 0-134 0v116H83V184L256 58l173 126z' fill='%2394e7ef'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-like {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23263648' d='M0 504V193h114l22 155-22 156z'/%3E%3Cpath d='M512 232c0-22-17-39-39-39h-59l-22 77v156l22 78h11a39 39 0 1 0 0-78h16a39 39 0 1 0 0-78h16a39 39 0 1 0 0-78h16c22 0 39-17 39-38z' fill='%23ff8a1e'/%3E%3Cpath d='M414 504H158l-22-156 22-155c81 0 143-66 143-146a39 39 0 1 1 78 0c0 53-13 104-40 144v2h75v311z' fill='%23ffa418'/%3E%3Cpath fill='%23bfdcff' d='M114 193h44v311h-44z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-love,
.icon-favorite {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 30 30' xml:space='preserve'%3E%3Cpath d='M15 8.7 13.4 7a6 6 0 0 0-8.7-.2h0a5.8 5.8 0 0 0-.2 8L7 17.3l8 8.7 8-8.7 1-1.1-8.3-8.3-.7.8z' fill='%23FF0000' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpath d='M25.3 6.7h0a6.2 6.2 0 0 0-8.7.2l-.9 1 8.3 8.3 1.4-1.5a5.7 5.7 0 0 0-.1-8z' fill='%23FF0000' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-comment,
.icon-chat {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.65 2.72a9.65 9.65 0 0 0-5.3 0l-.13.03A9.42 9.42 0 0 0 2.87 14.8l.55 1.64a.4.4 0 0 1 .01.22l-.9 3.6a1 1 0 0 0 1.21 1.22l3.6-.9a.4.4 0 0 1 .23 0l1.64.56a9.42 9.42 0 0 0 12.04-6.35l.03-.13a9.65 9.65 0 0 0-6.63-11.93ZM9.9 4.64a7.65 7.65 0 0 1 9.46 9.46l-.04.13a7.42 7.42 0 0 1-9.47 5l-.87-.29a13.92 13.92 0 0 1-2.26-1.55 6.04 6.04 0 0 1-.24-.23c-.5-.5-.75-.95-1.07-1.53l-.35-.61-.29-.87a7.42 7.42 0 0 1 5-9.47l.13-.04Z' fill='%23152C70'/%3E%3Cpath d='M7.5 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm6-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z' fill='%234296FF'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-view,
.icon-eye {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath d='M499 256a264 264 0 0 1-486 0 264 264 0 0 1 486 0z' fill='%23fff'/%3E%3Ccircle cx='256' cy='256' r='85.4' fill='%2380d0e1'/%3E%3Cg fill='%2358595b'%3E%3Cpath d='M511 251a277 277 0 0 0-510 0v10a277 277 0 0 0 510 0v-10zM256 404c-99 0-189-58-229-148a251 251 0 0 1 458 0 251 251 0 0 1-229 148z'/%3E%3Cpath d='M256 158a98 98 0 1 0 0 196 98 98 0 0 0 0-196zm0 171a73 73 0 1 1 0-146 73 73 0 0 1 0 146z'/%3E%3Cpath d='M256 204c-29 0-52 23-52 52a13 13 0 1 0 26 0c0-15 11-26 26-26a13 13 0 1 0 0-26z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-plane {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.1 58.1' xml:space='preserve'%3E%3Cpath fill='%237383bf' d='m17 31 41-21-34 25 20 13 14-38L0 22z'/%3E%3Cpath fill='%23556080' d='m24 35-4 13-3-17 41-21z'/%3E%3Cpath fill='%23464f66' d='m24 35-4 13 12-8z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-notification {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='%23f0f0f0' stroke='%23f0f0f0' class='icon line-color' data-name='Line Color' viewBox='0 0 24 24'%3E%3Cpath d='M15 18H9a3 3 0 0 0 3 3h0a3 3 0 0 0 3-3Z' style='fill:none;stroke:%232ca9bc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2'/%3E%3Cpath d='M18 9v4l1 1a2 2 0 0 1-1 4H6a2 2 0 0 1-1-4l1-1V9a6 6 0 0 1 6-6 6 6 0 0 1 3 1' style='fill:none;stroke:%23404040;stroke-linecap:round;stroke-linejoin:round;stroke-width:2'/%3E%3Cpath d='M14 6a3 3 0 0 0 3 3h0a3 3 0 0 0 3-3h0a3 3 0 0 0-3-3h0a3 3 0 0 0-3 3Z' data-name='secondary' style='fill:none;stroke:%232ca9bc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-find {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.58 10.03a6.55 6.55 0 1 1 0-.01Zm-1.76 4.75 5.71 5.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-idea {
  width: 1.25rem;
  height: 1.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAABRFBMVEUAAAC/zirAziq+0Su4zynAzyq/zipDnEO/zirAzirAziq/ziq/zym/ziq4zCm/zirAzinAzyq+ziq/zyk4jjy/ziq/zio4jjy/ziq/zym/zyq/zym90Cq+yye/ziq/zio4jju/zirAzyo5jjy/zipEo0c4jju/zivAziq/ziq/zio4jzy/zinAzik7kEC+yytKq004jjw4jjxGpUo5jjxHp0o4jjy+zis+mkM3jz03jztDoUa/zio4jjxMr1C8zSq1yStKrE4+mUJJqUw5kT06jzw9kDtGlTpFpUlEokhBnkU8lkA5jzxhojZwqTR9rzOgwC5Hp0tBkztMmDlJljmSuTC5yytDn0dAm0M7lEBYnTiJtTGFszGrxCxbnzdlpDZqpjR2qzOdvi6mwi1Tmzh3rDSYvC6xxyyuxixRmzh4rDSBsTIo96dZAAAAPHRSTlMA7foQBt13BPTZt5ZdOwvprVU1JPXy5cbEs51jGxP4WVdFKBvfuqyokY+GhHtpNh344+Lc1NG3opyPfUwltjO7AAADm0lEQVRo3uzW207iUBQG4NXSksrJwwTCSUmIyag3vsC/AzeUGzkEkAsBRdQZZnz/+yHB0LXaAruFzJXfA3RnsQ4/9O3b/2Nlk+WibZimYRfLyaxFR5XLpBwITqmWo2O5v8kjRP62SsdwmTaxhZm+pINVDOxgVOgwiZ/Y4yxBB6jb2MuuU2wXp9BgZGN/34EW54Ji+XEKTUY9Vn9taLPjdPoMTLOxZ5ZizD+4jvvcW+x6pBJ5fw1RQEutDOa/tr5hRN3pNLhP9aXdayJcmiKpmuD+qA23+xthzHuK4gbcTHHuxxghbimCXB5cT0mjPoLyOdKXgfCkfFo9BJ2TvhS4pgrqNOBXIm2WA+5RhXgONMKxSFcWQleF6cAvS7qSCB9S6RU+SdJVBjduqXALSGXSVQS3YNPzrphhA0KRdF2DmyhP90MxEwg26TLAvfIFeJtuL8EgXSa4Fzk7n8ojN/qKdF2Be1dcH91tg+SQLhnGbcU9odHxtg1cgXSdgBsooY/maBMP4E5iniJXCS/A4kGtueBSpOtuVwWtpXc8WuDuSNe5rwfSX6D59Wg75r1OmOFp4H11GtJkMxEzD+bKpw801n3uiRbETbSJ8uluSpiByZA+qyAjP/gbjQf+SChYFEFSrrLPbJ1C7lKmQRTWdTAy5RV9Uw+PooAcRVKT506aY2U0BVc75M/1eKiEIVaW4EoUVfVfO3a2kzAUhAF4usSGiGJoE+IdhIAXLHFfp1IKUTaDiAqoN4YIie//AJJSWk8PvTmdmpjwPcA/TTNzOqcS+qzALNQwQBK4Mudk9NX6d+7pw7SnJwcCyvib9fEwfH77nPfcUWOUQcgeruGsGC/I2NdAiJJAjmXyBRIKCNIlDJrxBSQdhO3IGPDtFJihT85BBBUMWJ6iU/RVIJILZDyaDgs9BxDNbgL5b8M9fwUXl2aWpHl/6Hz3V+Q0RLaFrOnX0ztzRkelctNQe/VekAoEkhgqCRTUFIZIqUBiG8V+H4jtYeymRUPHEDrQUDCEAkQwBFAxQ/zjAs2u3WkP6kCFS75dAiqr5MYqmbpAq8Hk0hfgkuuN1mjcbQIVLpm6i7hk6gL2pBfvHBhxz8Gp6epN7PHI66lDoHK1SF48crBbz4BKdf0c3ACZQnAOBoueugQ62omX3O7YE6dbixoQ0gpOst+txrUGtPKlY9NzVMoDvarpyUIsiqYro0EstHM3Pw9xyWYMI5PVYGPjT/0A8D3aFy5X+AUAAAAASUVORK5CYII=) no-repeat;
  background-size: cover;
}

.icon-group {
  width: 1.25rem;
  height: 1.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAABGlBMVEUAAADP2NzP2NzQ2tz/t03/t03Q2Nz/t07/t03P19/O19v/t03P2dxTbnvN195UbnpUbnpUbnr/t03P2N3Q19z/t03/t01UbnrP2N3/t03P2NzP2NzQ2dzP2d3/t01UbnnP2dz/t03/uE3/tkxUbnrP2dz/t05Ubnr/t03Q2NxTbnlUbnvQ2Nz/t03/uUzR2NxWbXhjY3LP2NzP19xUbXr/t03Q2NxTbnr/uE3Q2NzP2NxTbnpWbnpaa3zT0+K7x8xWb3z/tk3/uE3P2dxUb3pUbnrP2N1UbnrO2dzQ2dzP2Nz/t07/tk1VbnvQ2NtUbntSbXv/tU5VcXhSbXZUbnrP2Nz/t03EztOClp9vhY+yv8Wntrxje4Zed4K0jRnfAAAAVHRSTlMA/PMc8+vYIdcf+sZPKxjn28q9b2xA+vj02Li1oJp/empVUjDi3NnEv72nUks8MjAWBuvVzcmRhIF7YlsgDwj679rW1Lawqp2TkoSDgmZWTzg0JByNun5TAAACJ0lEQVRo3u3X5XLbQBAA4BVYtmWGxAxJ7BjDTGVmuLs2hfd/jU5n2tqSbq2Ts/nRyX0PoB0tSqBpmqZpd8D2m2HNthPD0224DWub4p/aGlCLHwmPVBxIbcWET2wFCK2sioBVwgjxmJCI0WXpSEilyPpHINaBxqZAJIDER4HaAAqvBaoNXsly3alWnXrZggiGAlWEeVbL4H8Yz5Kg7KFA1WBO2uRzzDSosgXKhpmSwT2MEm2AtMF9jHT0LsX71DJ5gJkFJUWVIje5RAuUnCq0adLgEoaldsgUBq3EpbqgpBZegjqXapAtuz6XckBNKnRdm1zKJDg4BAGwk7kFMw6SIqqjjxdZWTy18LOljLapuvXE7PGP/MfSwgYtko12MWHbiWJbcshayKqggS87QtPgup4CBfzglIECfjKnQC57PDv6zSzcBqvbcEzTaXQtiGx30hkX8rlKJZcvjDuTXSCVOTlkPocnGSCydzFgUoOLPSAwyTNU7+3Nk1NgCxVumKhOhYWodGB5V0+ZgidXf79dzl+O+vuuu98fHZ8nIdxlninJX/6esrMD7vH4LBuW/h5TlMskmy4PcJsLX+NTjil7cJ9Lua/uAeZzj0Xw4wuXO9jBpqvAIrl2uVz1HUg9ZxF95ZgSSLxnkX3nmLJkdeZYZD+DZcB/dcZshiBJVX+lP7ClfOMYx9etA7aUa456AR5sSRxl7NAEwI2IAuB0gLsWQNM0TdP+c78Aj9NtT4JgruYAAAAASUVORK5CYII=) no-repeat;
  background-size: cover;
}

.icon-notebook {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490 490' xml:space='preserve'%3E%3Cpath fill='%2331c0d8' d='M60 10h55v470H60z'/%3E%3Cpath d='M430 40v410c0 17-13 30-30 30H115V10h65v245l50-40 50 40V10h120c17 0 30 13 30 30z' fill='%23ffd248'/%3E%3Cpath fill='%23f4661e' d='M280 190v65l-50-40-50 40V10h100z'/%3E%3Cpath d='M400 0H60c-6 0-10 4-10 10v470c0 6 4 10 10 10h340c22 0 40-18 40-40V40c0-22-18-40-40-40zM190 20h80v214l-34-27-6-2-6 2-34 27V20zM70 20h35v450H70V20zm350 430c0 11-9 20-20 20H125V20h45v235a10 10 0 0 0 16 8l44-35 44 35a10 10 0 0 0 16-8V20h110c11 0 20 9 20 20v410z'/%3E%3Cpath d='M150 385h60v20h-60zm0 35h80v20h-80z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-quill {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 501.1 501.1' xml:space='preserve'%3E%3Cpath d='M329 321c-12 6-28 6-41 1-12-4-24-13-35-21l-33-25c9 0 17 1 25 3-12-4-22-13-28-22-4-5-6-12-11-17-7-11-19-18-33-22 14-5 29-5 43 0l-28-10c-5-2-9-4-14-9-4-5-5-11-7-17-4-10-14-19-24-25l27 2c-4-9-15-10-23-13-16-6-25-22-32-38 8-2 18 1 25 5-10-8-23-15-30-27l-7-19-10-28c-1-6-3-11-6-17-5-9-16-16-25-21a339 339 0 0 1 77 10c31 9 58 33 71 62 3-6 3-15 0-21 18 18 37 38 40 63 3-6 4-15 2-22 29 19 48 50 54 84 4-11 4-18 2-29 6 14 19 25 27 37 11 16 15 38 11 57 4-1 9-4 11-9 9 15 10 36 6 53-2 7-5 15-11 21-5 6-12 11-20 11l-3 3z' fill='%2360c3ab'/%3E%3Cpath d='m138 45 3 2 10 7 14 12 17 16 19 19 21 23 22 25 20 27c6 9 14 18 19 28l18 27 16 27c6 8 10 17 14 24 4 8 9 14 11 21l8 16 8 14-23 10-6-14-7-16-10-20-12-24-15-27-16-28-18-29-19-27-19-26-19-23-19-21-16-16-12-11-9-8-3-2 3-6z' fill='%233a9b81'/%3E%3Cpath d='M382 329h-80c-5 0-10 5-11 10-1 7 4 14 11 14h1c5 0 9 3 9 8v14h63v-14c0-4 3-8 8-8 6 0 11-4 12-10 0-7-5-14-13-14z' fill='%233a5569'/%3E%3Cpath d='M350 370h-17c-48 0-87 37-87 83v25c0 12 12 23 25 23h142c14 0 26-11 26-23v-25c-1-47-40-83-89-83z' fill='%23637888'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-subscribe {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3C?xml version='1.0' ?%3E%3Csvg width='50px' height='50px' viewBox='0 0 500 500' enable-background='new 0 0 500 500' id='Layer_1' version='1.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M117.544,329.498c-68.16,0.547-69.354,105.219-0.071,105.433   C186.767,433.809,186.087,331.07,117.544,329.498z' fill='%233F3756'/%3E%3Cpath d='M312.409,395.605c-2.892-119.82-101.806-204.404-219.088-203.138c-39.53-0.583-27.913,1.606-29.636,35.624   c0.137,0.001,0.274,0.002,0.411,0.004c0.36,57.072,0.131,21.183,68.251,36.784c76.001,14,108.035,89.219,112.994,159.162   c1.134,7.604,2.326,8.611,9.928,8.698c17.5,0.024,35.07-0.52,52.481-2.128c4.467-0.802,5.274-1.843,5.344-6.351   C313.242,414.7,312.979,405.151,312.409,395.605z' fill='%233F3756'/%3E%3Cpath d='M426.105,302.428C391.145,148.226,236.498,53.059,83.278,62.937c-6.606,1.138-17.406-2.13-20.62,5.387   c-1.755,6.396-3.276,74.91,2.182,74.479c33.579-0.835,67.124-0.562,99.978,7.348C292.346,174.82,374.286,303.818,365.969,429.57   c-0.714,8.889,9.622,8.213,15.851,8.165c17.434-0.565,34.839-1.693,52.248-2.735c2.525,0.056,2.514-2.715,2.973-4.572   C442.091,387.514,436.746,344.118,426.105,302.428z' fill='%233F3756'/%3E%3Cpath d='M65.473,69.808l0.908,68.284c180.011-16.156,306.882,112.526,304.917,293.409l63.562-1.85   C447.765,208.081,283.382,51.381,65.473,69.808z' fill='%236950AD'/%3E%3Cpath d='M72.393,255.708c107.075-11.625,173.481,71.988,177.331,173.943l59.465-2.771   c9.934-55.706-16.744-156.198-105.64-203.977C157.921,198.38,99.603,189.492,67.426,197.25l1.357,58.458H72.393z' fill='%23573BA4'/%3E%3Cpath d='M166.64,382.345c-1.104,64.615-97.217,64.605-98.311-0.002C69.433,317.73,165.546,317.741,166.64,382.345z' fill='%2337367A'/%3E%3Cpath d='M363.71,338.512c18.72-15.29,38.441-32.222,51.26-52.746c11.416,37.181,15.742,76.129,17.537,114.863   c-0.813,5.315,3.556,27.355-1.446,28.291c-13.236,4.036-27.469,2.199-41.121,3.422c-3.425-0.766-17.973,2.809-16.862-2.146   C373.339,399.447,370.741,368.481,363.71,338.512z' fill='%23493491'/%3E%3Cpath d='M230.685,90.502c-5.448,21.964-17.19,43.933-25.945,65.353c-8.311-3.093-16.622-6.185-24.933-9.277   c3.814-21.795,9.899-43.124,14.169-64.837C191.525,73.829,226.515,89.614,230.685,90.502z' fill='%23836BBC'/%3E%3Cpath d='M298.091,217.547c13.663-19.394,30.468-37.604,47.717-53.937c2.622,3.336,21.517,18.248,16.689,21.256   c-16.72,15.489-32.946,33.545-51.45,46.19C306.728,226.553,302.409,222.05,298.091,217.547z' fill='%23836BBC'/%3E%3Cpath d='M318.253,239.424c15.33-17.899,34.173-33.901,51.944-49.37c2.063,2.296,4.125,4.593,5.712,7.264   c-17.803,15.756-35.354,31.877-54.413,46.128C320.416,242.105,319.334,240.764,318.253,239.424z' fill='%23836BBC'/%3E%3Cpath d='M239.473,172.985c5.369-14.268,16.054-27.822,23.232-41.795c4.303-6.516,7.497-14.173,12.601-19.989   c1.016,0.264,1.821,0.883,2.603,1.542c-10.91,21.004-21.719,43.136-34.227,62.789C242.279,174.683,240.876,173.834,239.473,172.985   z' fill='%23836ABC'/%3E%3Cpath d='M241.954,371.175c18.476-13.139,36.561-26.809,52.471-42.986c10.996,30.443,13.877,63.401,13.511,95.582   c-0.012,1.576-0.26,2.289-2.135,2.434C222.814,430.195,260.641,443.013,241.954,371.175z' fill='%233A2486'/%3E%3Cpath d='M198.487,295.837c0.266-3.383,2.211-6.063,3.946-8.738c10.312-14.931,19.627-31.653,31.757-44.828   c2.413,2.57,19.534,13.192,15.679,15.987c-6.214,7.45-12.421,14.903-18.656,22.334c-6.402,7.63-12.888,15.19-19.578,22.57   c-0.956,1.055-1.622,2.87-3.677,2.191C204.802,302.181,201.645,299.009,198.487,295.837z' fill='%237457B4'/%3E%3Cpath d='M184.799,213.912c-6.615,18.227-14.462,36.04-20.468,54.439c-0.184,1.026-0.664,2.253-2.132,2.331   c-0.699-0.361-1.398-0.723-2.098-1.084c4.31-15.638,10.494-30.697,15.777-46.03c1.797-3.425,1.944-8.947,4.764-11.316   C182.029,212.806,183.414,213.359,184.799,213.912z' fill='%237356B4'/%3E%3Cpath d='M214.721,313.28c12.978-17.479,30.804-31.257,45.329-47.426c1.186,0.925,2.26,1.959,3.106,3.213   c-15.466,15.522-31.869,30.147-47.296,45.727C215.481,314.29,215.101,313.785,214.721,313.28z' fill='%237356B4'/%3E%3Cpath d='M167.453,273.293c7.113-19.152,13.931-38.692,22.094-57.331c0.872,0.374,1.744,0.748,2.616,1.123   c-6.859,19.134-15.052,38.4-23.701,56.795C168.126,273.685,167.789,273.489,167.453,273.293z' fill='%237356B4'/%3E%3Cpath d='M95.092,425.572c26.533-11.635,48.304-30.394,60.092-57.21c3.405,1.337,9.518,16.215,8.728,19.878   C163.791,420.634,122.735,442.724,95.092,425.572z' fill='%2321205A'/%3E%3Cpath d='M163.912,388.24c-6.855-33.852-43.903-52.483-75.581-42.616C119.374,320.993,171.48,348.45,163.912,388.24z   ' fill='%2355528E'/%3E%3Cpath d='M117.544,329.498c-68.16,0.547-69.354,105.219-0.071,105.433   C186.767,433.809,186.087,331.07,117.544,329.498z M160.573,393.174c-7.201,31.453-48.157,44.596-72.14,22.989   c-22.087-17.328-20.942-53.508,1.776-69.841c0,0,0,0,0,0C120.74,322.096,173.043,351.295,160.573,393.174z' fill='%233F3756'/%3E%3Cpath d='M312.409,395.605c-2.892-119.82-101.806-204.404-219.088-203.138c-39.53-0.583-27.913,1.606-29.636,35.624   c0.137,0.001,0.274,0.002,0.411,0.004c0.36,57.072,0.131,21.183,68.251,36.784c76.001,14,108.035,89.219,112.994,159.162   c1.134,7.604,2.326,8.611,9.928,8.698c17.5,0.024,35.07-0.52,52.481-2.128c4.467-0.802,5.274-1.843,5.344-6.351   C313.242,414.7,312.979,405.151,312.409,395.605z M305.486,421.525c-0.011,1.435-0.236,2.085-1.945,2.217   c-16.176,0.956-32.347,2.362-48.523,3.108c-2.356-0.094-3.26-1.017-3.258-3.366c0.039-37.473-12.076-83.132-38.202-117.265   c0,0,0,0,0,0c0,0,0,0,0,0c-31.427-40.314-77.098-55.956-128.587-53.638c-2.938-0.771-13.843,3.106-13.488-1.015   c-1.066-15.669-1.465-31.286-0.898-46.977c0.171-2.314-1.909-6.459,2.222-5.161c55.962,0.664,112.446,9.617,156.622,43.993   c0,0,0,0,0,0c0,0,0,0,0,0c13.977,10.352,25.013,23.102,25.081,23.203h0c0,0,0,0,0,0   C284.706,299.823,306.307,349.411,305.486,421.525z' fill='%233F3756'/%3E%3Cpath d='M426.105,302.428C391.145,148.226,236.498,53.059,83.278,62.937c-6.606,1.138-17.406-2.13-20.62,5.387   c-1.755,6.396-3.276,74.91,2.182,74.479c33.579-0.835,67.124-0.562,99.978,7.348C292.346,174.82,374.286,303.818,365.969,429.57   c-0.714,8.889,9.622,8.213,15.851,8.165c17.434-0.565,34.839-1.693,52.248-2.735c2.525,0.056,2.514-2.715,2.973-4.572   C442.091,387.514,436.746,344.118,426.105,302.428z M428.528,426.136c-12.094,3.689-25.102,2.01-37.578,3.127   c-3.165-0.728-16.289,2.613-15.41-1.961c1.202-69.678-17.199-141.108-61.824-195.746c0,0,0,0,0,0   c-19.039-23.679-42.341-43.834-68.295-59.606c0,0,0,0,0,0c-33.44-20.049-71.72-32.221-106.974-36.015   c-21.746-3.394-43.884-0.278-65.524-2.651c-5.201,0.652-2.181-32.194-3.314-37.704c-0.113-5.968-0.607-11.927-0.807-17.895   c-0.114-3.404,0.162-3.49,3.494-3.645c44.034-2.481,88.779,0.974,131.258,13.215c0,0,0,0,0,0   c67.881,18.772,121.935,58.224,152.905,97.438c0,0,0,0,0,0c0,0,0,0,0,0c33.826,37.645,64.694,106.27,71.507,187.351   c1.086,12.335,1.848,24.684,2.22,37.065C429.35,413.641,433.073,424.105,428.528,426.136z' fill='%233F3756'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-message {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 -2.5 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF6E6E' d='M0 0v35l7-7h33V0z'/%3E%3Cpath d='M6 8h27v4H6V8Zm0 8h16v4H6v-4Z' fill='%230C0058'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-audio {
  width: 0.9rem;
  height: 0.9rem;
  background: url("data:image/svg+xml,%3Csvg width='512' height='512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.st0{fill:%2316ade1}.st1{fill:%231b3954}%3C/style%3E%3Cg id='Layer_2'%3E%3Cpath class='st0' d='M466 195v42l-58 6v169c0 7-3 15-8 22-7 10-19 20-34 25-29 10-59 1-66-21-8-21 10-47 39-57 10-3 19-4 27-4V206l42-5 58-6z'/%3E%3Cpath class='st1' d='M326 49v214c0 8-3 15-8 22-7 11-18 20-33 25-30 11-59 1-67-20-7-22 10-47 40-57 9-4 18-5 26-4V96l-128 13v169c0 7-3 15-7 22-8 11-19 20-34 25-30 10-60 1-67-21-7-21 10-47 40-57 9-3 18-4 26-4V72l42-4 128-14 42-5z'/%3E%3Ccircle class='st1' cx='178.3' cy='353.1' r='18.9'/%3E%3Ccircle class='st1' cx='269.9' cy='362.4' r='12.1'/%3E%3Ccircle class='st0' cx='442.7' cy='66.1' r='12.1'/%3E%3Ccircle class='st0' cx='221.5' cy='425.3' r='28.3'/%3E%3Ccircle class='st0' cx='389.6' cy='126.8' r='28.3'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.icon-gallery {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' version='1.2'%3E%3Cpath d='M862 883H264c-47 0-85-38-85-85V371c0-47 38-85 85-85h598c47 0 85 38 85 85v427c0 47-38 85-85 85z' style='fill:%23e65100'/%3E%3Cpath d='M734 755H136c-47 0-85-38-85-85V243c0-47 38-85 85-85h598c47 0 85 38 85 85v427c0 47-38 85-85 85z' style='fill:%23f57c00'/%3E%3Cpath d='M563 328a64 64 0 1 0 128 0 64 64 0 0 0-128 0z' style='fill:%23fff9c4'/%3E%3Cpath d='M350 369 158 648h384z' style='fill:%23942a09'/%3E%3Cpath d='M584 488 456 648h256z' style='fill:%23bf360c'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.find {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  flex-grow: 1;
  border-radius: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0px;
}

@media (min-width: 640px) {
  .find {
    padding-left: 0.5rem;
  }
}

.find .icon-find {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  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));
}

@media (min-width: 640px) {
  .find .icon-find {
    left: 0.75rem;
  }
}

.find input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.find input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 500px) {
  .find input {
    padding-right: 0px;
  }
}

.auth {
  position: relative;
  display: flex;
  flex-shrink: 0;
  place-items: center;
}

.auth > :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)));
}

.user {
  position: relative;
  display: flex;
  place-items: center;
}

.user > :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)));
}

.user {
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.user:hover {
  text-decoration-line: underline;
}

.link {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.link:hover {
  text-decoration-line: underline;
}

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

.info-error {
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.greeny {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}

.fuch {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}

.data-form input[type="text"] {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.data-form input[type="text"]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.img-mask {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.img-mask.mid-size {
  width: 35px;
  height: 35px;
}

.ratio-w {
  max-height: 25px;
  max-width: unset;
}

.ratio-h {
  max-width: 25px;
  max-height: unset;
}

.blank-img {
  max-width: 25px;
  max-height: 25px;
  border-radius: 25px;
}

.blank-img.large {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}

.shadow {
}

.auth .sub-holder {
  position: absolute;
  right: 0px;
  top: 1.5rem;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-top: 1rem;
}

.auth .sub {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.auth .sub li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  place-items: end;
}

.auth .sub li > :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)));
}

.auth .sub li i {
  flex-shrink: 0;
}

.auth .sub li a {
  line-height: 1.25rem;
}

.auth .sub li a:hover {
  text-decoration-line: underline;
}

.auth .sub li a.active {
  font-weight: 700;
  text-decoration-line: underline;
}

.divider {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.divider hr {
  width: 100%;
}

.content {
  margin: auto;
  display: flex;
  width: auto;
  flex-grow: 1;
  flex-direction: column;
  padding-top: 0.375rem;
}

@media (min-width: 768px) {
  .content {
    width: 100%;
    max-width: 36rem;
  }
}

@media (min-width: 1024px) {
  .content {
    max-width: 42rem;
  }
}

@media (min-height: 500px) {
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
}

.content > :first-child {
  margin-top: 0.5rem;
}

.content nav {
  display: inline-flex;
  place-content: end;
  place-items: center;
}

.content nav > :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)));
}

.content nav {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 580px) {
  .content nav {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.content nav a {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  text-decoration-color: #6b7280;
  text-decoration-style: solid;
  text-underline-offset: 4px;
}

.content nav a:hover {
  text-decoration-line: underline;
}

.content nav b {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

footer {
  display: flex;
  place-items: center;
}

footer > :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)));
}

footer {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-height: 500px) {
  footer {
    position: sticky;
    bottom: 0px;
  }
}

.action-icons {
  display: flex;
}

.action-icons > :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)));
}

.action {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  place-items: center;
}

.action > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.action {
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.action:hover,
.action.current-user {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.author {
  display: flex;
  place-items: center;
  justify-content: flex-end;
}

.author > :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)));
}

.author h2 {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 500px) {
  .author h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.author a:hover {
  text-decoration-line: underline;
}

.author img {
  max-height: 3rem;
  border-radius: 0.25rem;
}

.author p {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

#copy {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 100;
}

#copy a {
  font-weight: 100;
}

#copy a:hover {
  text-decoration-line: underline;
}

/*comments*/

.comment-box {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.comment-box-header {
  display: flex;
}

.comment-box-header > :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)));
}

.comment-box-header {
  padding-bottom: 0.5rem;
}

.comment-box-header h5 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.comments {
  flex-direction: column;
}

.comments > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.comments {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.comment {
  display: flex;
}

.comment > :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)));
}

.comment {
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.comment .img-mask {
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.comment .meta {
  flex-grow: 1;
  flex-direction: column;
}

.comment .meta > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.comment .meta div {
  display: flex;
  place-items: center;
}

.comment .meta div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.comment .meta div {
  font-size: 0.75rem;
  line-height: 1rem;
}

.comment .meta a {
  font-weight: 700;
}

.comment .meta a:hover {
  text-decoration-line: underline;
}

.meta span {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.time::after {
  content: ' \1F551';
}

.comment-box form {
  margin: 0px;
  margin-top: 0.5rem;
  flex-direction: column;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.comment-box form textarea {
  display: block;
  width: 100%;
  resize: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.5rem;
  outline-color: #06b6d4;
}

.form-group button,
.form-group [type='button'],
.form-group [type='reset'],
.form-group [type='submit'] {
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.form-group button:hover,
.form-group [type='button']:hover,
.form-group [type='reset']:hover,
.form-group [type='submit']:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.form-group button.danger,
.form-group [type='button'].danger,
.form-group [type='reset'].danger,
.form-group [type='submit'].danger {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.form-group button.danger:hover,
.form-group [type='button'].danger:hover,
.form-group [type='reset'].danger:hover,
.form-group [type='submit'].danger:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-row {
  display: flex;
}

.content-row > :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)));
}

.content-row {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.content-row.textual {
  background-color: transparent;
}

.content-row:not(.content-row .content-row) {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.content-col {
  flex-direction: column;
}

.content-col > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.content-col p {
  margin-bottom: 0.5rem;
}

.link-list {
  width: -moz-fit-content;
  width: fit-content;
  list-style-type: disc;
  padding-left: 1.5rem;
}

.link-list *::marker {
  color: rgb(6 182 212 );
}

.link-list::marker {
  color: rgb(6 182 212 );
}

.link-list li {
}

.link-list a {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.link-list a:hover {
  text-decoration-line: underline;
}

.action-icons .current-user {
  background-color: transparent;
}

/* forms */

.form-item-style {
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-item-style:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-group {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.form-label-style {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.splitter {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.alert {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.alert-danger {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.alert-success {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.note {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.table {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  --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);
}

.table tr {
  border-radius: 0.25rem;
}

.table td {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.table tr.unread td {
  font-weight: 700;
}

.table tbody tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --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);
}

.table a:hover {
  text-decoration-line: underline;
}

.idea {
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.badge {
  margin-inline-end: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.badge.badge-success {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .badge.badge-success {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity));
  }
}

.badge.badge-danger {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .badge.badge-danger {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity));
  }
}

.badge.badge-default {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .badge.badge-default {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity));
  }
}

.badge.badge-progress {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .badge.badge-progress {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }
}

.badge.badge-cancel {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .badge.badge-cancel {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

.tag-pill {
  margin: 0.25rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}

.tag-show {
  margin-right: 0.25rem;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}

.tag-show:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.tag-show-icon,
.tag-show::before {
  content: '';
  display: inline-block;
  width: 0.875rem;
  /* 14px */
  height: 0.875rem;
  /* 14px */
  margin-right: 0.25rem;
  background-image: url('/icon-free/tag.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.remove-tag {
  margin-left: 0.25rem;
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.remove-tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

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

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-sky-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

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

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

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-64 {
    width: 16rem;
  }

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

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

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

@media (min-width: 1024px) {
  .lg\:overflow-visible {
    overflow: visible;
  }
}

@media (min-width: 400px) {
  .xxxs\:block {
    display: block;
  }
}

@media (min-width: 500px) {
  .xxs\:block {
    display: block;
  }

  .xxs\:inline {
    display: inline;
  }
}

@media (min-width: 704px) {
  .sm2\:block {
    display: block;
  }
}

