html {
  font-size: 62.5%;
}

/*
! tailwindcss v3.0.24 | 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: #F0F0F0; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --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(41 28 116 / 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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-full {
  top: 100%;
}
.right-0 {
  right: 0;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.right-15 {
  right: 15px;
}
.-right-20 {
  right: -20px;
}
.top-0 {
  top: 0;
}
.top-40 {
  top: 40px;
}
.left-10 {
  left: 10px;
}
.top-10 {
  top: 10px;
}
.-left-full {
  left: -100%;
}
.right-40 {
  right: 40px;
}
.left-0 {
  left: 0;
}
.right-full {
  right: 100%;
}
.top-4 {
  top: 4px;
}
.top-30 {
  top: 30px;
}
.right-30 {
  right: 30px;
}
.bottom-0 {
  bottom: 0;
}
.z-10 {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-20 {
  margin-top: 20px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-auto {
  margin-top: auto;
}
.mt-50 {
  margin-top: 50px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.-ml-1 {
  margin-left: -1px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-auto {
  margin-left: auto;
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-6 {
  margin-bottom: 6px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-auto {
  margin-right: auto;
}
.mt-6 {
  margin-top: 6px;
}
.mt-28 {
  margin-top: 28px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-4 {
  margin-right: 4px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-5 {
  margin-top: 5px;
}
.ml-4 {
  margin-left: 4px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-8 {
  margin-bottom: 8px;
}
.ml-15 {
  margin-left: 15px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-full {
  height: 100%;
}
.h-18 {
  height: 18px;
}
.h-auto {
  height: auto;
}
.h-15 {
  height: 15px;
}
.h-screen {
  height: 100vh;
}
.h-35 {
  height: 35px;
}
.h-50 {
  height: 50px;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-20 {
  height: 20px;
}
.h-40 {
  height: 40px;
}
.h-2 {
  height: 2px;
}
.h-400 {
  height: 400px;
}
.h-10 {
  height: 10px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-120 {
  max-height: 120px;
}
.max-h-350 {
  max-height: 350px;
}
.max-h-400 {
  max-height: 400px;
}
.min-h-100 {
  min-height: 100px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-20 {
  width: 20px;
}
.w-18 {
  width: 18px;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-15 {
  width: 15px;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-35 {
  width: 35px;
}
.w-50 {
  width: 50px;
}
.w-120 {
  width: 120px;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-32 {
  width: 32px;
}
.w-8 {
  width: 8px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-inherit {
  width: inherit;
}
.w-\[35\%\] {
  width: 35%;
}
.w-60 {
  width: 60px;
}
.w-40 {
  width: 40px;
}
.w-1\/2 {
  width: 50%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-3\/5 {
  width: 60%;
}
.w-\[68\%\] {
  width: 68%;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[18\%\] {
  width: 18%;
}
.w-2\/5 {
  width: 40%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/4 {
  width: 25%;
}
.w-16 {
  width: 16px;
}
.w-\[2\%\] {
  width: 2%;
}
.w-\[11\%\] {
  width: 11%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-1\/5 {
  width: 20%;
}
.w-\[49\%\] {
  width: 49%;
}
.w-4\/5 {
  width: 80%;
}
.min-w-100 {
  min-width: 100px;
}
.min-w-32 {
  min-width: 32px;
}
.min-w-30 {
  min-width: 30px;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-180 {
  max-width: 180px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -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));
}
.-translate-y-1\/2 {
  --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));
}
.translate-x-15 {
  --tw-translate-x: 15px;
  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));
}
.-translate-x-20 {
  --tw-translate-x: -20px;
  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));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  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));
}
.translate-y-1\/2 {
  --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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  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));
}
.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));
}
@-webkit-keyframes spin {

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

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 6px;
}
.gap-15 {
  gap: 15px;
}
.gap-25 {
  gap: 25px;
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-4 {
  gap: 4px;
}
.gap-16 {
  gap: 16px;
}
.gap-60 {
  gap: 60px;
}
.gap-\[1\%\] {
  gap: 1%;
}
.gap-50 {
  gap: 50px;
}
.gap-8 {
  gap: 8px;
}
.gap-\[2\%\] {
  gap: 2%;
}
.gap-y-30 {
  row-gap: 30px;
}
.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-y-20 {
  row-gap: 20px;
}
.gap-y-40 {
  row-gap: 40px;
}
.gap-x-\[2\%\] {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-md {
  border-radius: .6rem;
}
.rounded-lg {
  border-radius: .8rem;
}
.rounded-full {
  border-radius: 999px;
}
.rounded {
  border-radius: .4rem;
}
.rounded-2xl {
  border-radius: 1.3rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-md {
  border-bottom-right-radius: .6rem;
  border-bottom-left-radius: .6rem;
}
.rounded-t-md {
  border-top-left-radius: .6rem;
  border-top-right-radius: .6rem;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-r-1 {
  border-right-width: 1px;
}
.border-b-7 {
  border-bottom-width: 7px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-1 {
  border-left-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(74 145 54 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(190 28 28 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(121 121 121 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(185 185 185 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(154 154 154 / var(--tw-border-opacity));
}
.bg-yellow-100 {
  background-color: #EFE83933;
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 169 50 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 224 229 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 230 255 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 145 54 / var(--tw-bg-opacity));
}
.bg-green-100 {
  background-color: #6BA93233;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 249 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 185 185 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 28 28 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-15 {
  padding: 15px;
}
.p-10 {
  padding: 10px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-18 {
  padding: 18px;
}
.p-20 {
  padding: 20px;
}
.p-5 {
  padding: 5px;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.\!px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pr-60 {
  padding-right: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pt-6 {
  padding-top: 6px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pr-4 {
  padding-right: 4px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-40 {
  padding-right: 40px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-10 {
  padding-left: 10px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-xl {
  font-size: 1.4rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-lg {
  font-size: 1.3rem;
}
.text-5xl {
  font-size: 2.4rem;
}
.text-3xl {
  font-size: 1.6rem;
}
.text-4xl {
  font-size: 2rem;
}
.text-base {
  font-size: 1.2rem;
}
.text-xs {
  font-size: .75rem;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(74 145 54 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(168 149 0 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(190 28 28 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(121 121 121 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / 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(41 28 116 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 28 28 / var(--tw-text-opacity)) !important;
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(107 169 50 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
[x-cloak] {
  display: none !important;
}

.scrollbar-custom::-webkit-scrollbar {
  width: 3px;
}

.scrollbar-custom::-webkit-scrollbar-track {
  border-radius: 999px;
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.dark .scrollbar-custom::-webkit-scrollbar-track:not(main) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  border-radius: 999px;
  --tw-bg-opacity: 1;
  background-color: rgb(121 121 121 / var(--tw-bg-opacity));
}

.dark .scrollbar-custom::-webkit-scrollbar-thumb:not(main) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .text-gray-100, .dark .text-gray-200, .dark .text-gray-300, .dark .text-gray-500, .dark .text-gray-700, .dark .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .bg-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}

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

.dark .text-green-100, .dark .text-green-300, .dark .text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(27 69 15 / var(--tw-text-opacity));
}

.dark .after\:bg-green-500::after {
  --tw-bg-opacity: 1;
  background-color: rgb(27 69 15 / var(--tw-bg-opacity));
}

.dark .border-gray-100, .dark .border-gray-200, .dark .border-gray-300, .dark .border-gray-500, .dark .border-gray-700, .dark .border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.dark .border-green-100, .dark .border-green-200, .dark .border-green-300, .dark .border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(27 69 15 / var(--tw-border-opacity));
}

.dark .bg-gray-100:not(main), .dark .bg-gray-200:not(main), .dark .bg-gray-300:not(main), .dark .bg-gray-500:not(main), .dark .bg-gray-700:not(main), .dark .bg-gray-900:not(main) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .bg-green-100, .dark .bg-green-300, .dark .bg-green-500, .dark .bg-green-700 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(27 69 15 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 69 15 / var(--tw-text-opacity));
}

.dark .bg-green-100:hover, .dark .bg-green-300:hover, .dark .bg-green-500:hover, .dark .bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .bg-red-100, .dark .bg-red-500, .dark .bg-red-700 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(173 26 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(173 26 26 / var(--tw-text-opacity));
}

.dark .bg-red-100:hover, .dark .bg-red-500:hover, .dark .bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .bg-yellow-100, .dark .bg-yellow-500, .dark .bg-yellow-700 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(92 89 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(92 89 0 / var(--tw-text-opacity));
}

.dark .bg-yellow-100:hover, .dark .bg-yellow-500:hover, .dark .bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .bg-blue-100, .dark .bg-blue-500 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(41 28 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 28 116 / var(--tw-text-opacity));
}

.dark .bg-blue-100:hover, .dark .bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.before-loading {
  transition-delay: 2s;
  opacity: 0;
}
.before-loading.after-loading {
  transition-delay: 0s;
  opacity: 1;
}

.ProseMirror h1 {
  font-size: 2rem;
}
.ProseMirror h2 {
  font-size: 1.6rem;
}
.ProseMirror h3, .ProseMirror p {
  font-size: 1.5rem;
}
.ProseMirror ol {
  list-style-type: decimal;
}
.ProseMirror ul {
  list-style-type: disc;
}
.ProseMirror ul, .ProseMirror ol {
  list-style-position: inside;
}
.ProseMirror ul li > *, .ProseMirror ol li > * {
  display: inline;
}
.ProseMirror a {
  --tw-text-opacity: 1;
  color: rgb(107 169 50 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.dark .ProseMirror a {
  --tw-text-opacity: 1;
  color: rgb(27 69 15 / var(--tw-text-opacity));
}
.marker\:text-2xl *::marker {
  font-size: 1.5rem;
}
.marker\:text-gray-900 *::marker {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.marker\:text-2xl::marker {
  font-size: 1.5rem;
}
.marker\:text-gray-900::marker {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.before\:mt-10::before {
  content: var(--tw-content);
  margin-top: 10px;
}
.before\:h-1::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:h-5::before {
  content: var(--tw-content);
  height: 5px;
}
.before\:w-20::before {
  content: var(--tw-content);
  width: 20px;
}
.before\:w-5::before {
  content: var(--tw-content);
  width: 5px;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 999px;
}
.before\:border-1::before {
  content: var(--tw-content);
  border-width: 1px;
}
.before\:border-green-500::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(74 145 54 / var(--tw-border-opacity));
}
.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(74 145 54 / var(--tw-bg-opacity));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-right-20::after {
  content: var(--tw-content);
  right: -20px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0;
}
.after\:-right-10::after {
  content: var(--tw-content);
  right: -10px;
}
.after\:-right-15::after {
  content: var(--tw-content);
  right: -15px;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-2::after {
  content: var(--tw-content);
  width: 2px;
}
.after\:bg-green-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(74 145 54 / var(--tw-bg-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 145 54 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 224 229 / var(--tw-bg-opacity));
}
.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 169 50 / var(--tw-bg-opacity));
}
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 185 185 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 26 26 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}
.hover\:\!text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(74 145 54 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgb(92 89 0 / var(--tw-text-opacity));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(190 28 28 / var(--tw-text-opacity));
}
.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(27 69 15 / var(--tw-text-opacity));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(173 26 26 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(121 121 121 / var(--tw-border-opacity));
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.disabled\:border-gray-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(247 246 249 / var(--tw-border-opacity));
}
.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 249 / var(--tw-bg-opacity));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:block {
  display: block;
}

/* .status-icon {
  border: solid 1px gray;
  padding: 4px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: inline-block; 
  text-align: center;
  margin: 2px;
  ;
} */


.status-icon {
  position: relative;
  cursor: pointer;
  border: solid 1px gray;
  padding: 4px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: inline-block; 
  text-align: center;
  margin: 2px;
  padding-top: 5px;
}

.status-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.status-icon:hover::after {
  opacity: 1;
  visibility: visible;
}

.disabledbox-ProseMirror p {
margin: 0px;
padding: 0px ;
}

@media (min-width: 500px) {

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

  .xs\:max-w-sm {
    max-width: 24rem;
  }

  .xs\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

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

  .md\:w-auto {
    width: auto;
  }

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

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1280px) {

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

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

  .xl\:gap-x-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
