/* fonts */

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

  src: url('./FS-Albert-Pro.otf');
}

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

  src: url('./FS-Albert Pro-Light.otf');
}

/* reset */

html,
body {
  font-family: 'default';
  -webkit-font-smoothing: antialiased;
}

::backdrop {
  background-color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type='search'] {
  -webkit-appearance: none;
  outline: none;
  background-color: #fff;
}

/* tailwind styles */

/* ! tailwindcss v3.0.23 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  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:-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(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:  ;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.top-24 {
  top: 6rem;
}

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

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

.left-\[50\%\] {
  left: 50%;
}

.top-\[50\%\] {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-\[9px\] {
  top: 9px;
}

.right-\[6px\] {
  right: 6px;
}

.bottom-0 {
  bottom: 0px;
}

.left-1\/2 {
  left: 50%;
}

.top-6 {
  top: 1.5rem;
}

.top-\[3px\] {
  top: 3px;
}

.top-\[-7px\] {
  top: -7px;
}

.left-\[-150px\] {
  left: -150px;
}

.top-\[-116px\] {
  top: -116px;
}

.top-\[-6px\] {
  top: -6px;
}

.right-\[-6px\] {
  right: -6px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.top-\[31px\] {
  top: 31px;
}

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

.top-\[-15px\] {
  top: -15px;
}

.top-\[1px\] {
  top: 1px;
}

.-right-4 {
  right: -1rem;
}

.top-\[-29px\] {
  top: -29px;
}

.left-\[7px\] {
  left: 7px;
}

.top-\[-1px\] {
  top: -1px;
}

.right-2 {
  right: 0.5rem;
}

.left-\[-1px\] {
  left: -1px;
}

.top-\[-9px\] {
  top: -9px;
}

.left-\[2px\] {
  left: 2px;
}

.-top-6 {
  top: -1.5rem;
}

.right-\[-8\.5px\] {
  right: -8.5px;
}

.top-4 {
  top: 1rem;
}

.right-\[-10px\] {
  right: -10px;
}

.left-3 {
  left: 0.75rem;
}

.-top-20 {
  top: -5rem;
}

.-bottom-\[89px\] {
  bottom: -89px;
}

.top-\[20px\] {
  top: 20px;
}

.right-4 {
  right: 1rem;
}

.top-\[17px\] {
  top: 17px;
}

.right-5 {
  right: 1.25rem;
}

.top-\[18px\] {
  top: 18px;
}

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

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

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

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

.z-\[999999999999999\] {
  z-index: 999999999999999;
}

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

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

.z-\[999999999\] {
  z-index: 999999999;
}

.z-\[9999999\] {
  z-index: 9999999;
}

.m-auto {
  margin: auto;
}

.m-1 {
  margin: 0.25rem;
}

.-m-1 {
  margin: -0.25rem;
}

.m-4 {
  margin: 1rem;
}

.m-2 {
  margin: 0.5rem;
}

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

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

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

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

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

.mx-\[2px\] {
  margin-left: 2px;
  margin-right: 2px;
}

.my-\[2px\] {
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.mt-\[1\.75rem\] {
  margin-top: 1.75rem;
}

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

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

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

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

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

.mt-\[-135px\] {
  margin-top: -135px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-36 {
  margin-left: 9rem;
}

.mr-0 {
  margin-right: 0px;
}

.mt-\[-100px\] {
  margin-top: -100px;
}

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

.ml-\[20px\] {
  margin-left: 20px;
}

.mt-\[-15px\] {
  margin-top: -15px;
}

.ml-\[calc\(100\%-25px\)\] {
  margin-left: calc(100% - 25px);
}

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

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

.ml-\[52px\] {
  margin-left: 52px;
}

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

.ml-\[2px\] {
  margin-left: 2px;
}

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

.mr-\[10px\] {
  margin-right: 10px;
}

.mt-\[-50px\] {
  margin-top: -50px;
}

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

.ml-\[-10px\] {
  margin-left: -10px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

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

.mb-\[-1px\] {
  margin-bottom: -1px;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mb-\[27px\] {
  margin-bottom: 27px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

.h-96 {
  height: 24rem;
}

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

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

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

.h-\[auto\] {
  height: auto;
}

.h-6 {
  height: 1.5rem;
}

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

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

.h-5 {
  height: 1.25rem;
}

.h-\[100vh\] {
  height: 100vh;
}

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

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

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-12 {
  height: 3rem;
}

.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}

.h-\[7\.4px\] {
  height: 7.4px;
}

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

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

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

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

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

.h-14 {
  height: 3.5rem;
}

.h-\[calc\(100vh-188px\)\] {
  height: calc(100vh - 188px);
}

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

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

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

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[112px\] {
  max-height: 112px;
}

.max-h-\[calc\(100vh-240px\)\] {
  max-height: calc(100vh - 240px);
}

.max-h-\[20px\] {
  max-height: 20px;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-\[100vh\] {
  max-height: 100vh;
}

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

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

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

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

.min-h-\[100vh\] {
  min-height: 100vh;
}

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

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

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

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

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

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

.min-h-\[calc\(100vh-433px\)\] {
  min-height: calc(100vh - 433px);
}

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

.min-h-\[calc\(100vh-432px\)\] {
  min-height: calc(100vh - 432px);
}

.min-h-\[calc\(100vh-91px\)\] {
  min-height: calc(100vh - 91px);
}

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

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

.w-\[18px\] {
  width: 18px;
}

.w-5 {
  width: 1.25rem;
}

.w-\[40px\] {
  width: 40px;
}

.w-full {
  width: 100%;
}

.w-\[70px\] {
  width: 70px;
}

.w-9 {
  width: 2.25rem;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[calc\(100\%-4px\)\] {
  width: calc(100% - 4px);
}

.w-\[17px\] {
  width: 17px;
}

.w-4 {
  width: 1rem;
}

.w-\[calc\(100\%-90px\)\] {
  width: calc(100% - 90px);
}

.w-\[14px\] {
  width: 14px;
}

.w-8 {
  width: 2rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[65px\] {
  width: 65px;
}

.w-\[142px\] {
  width: 142px;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[100px\] {
  width: 100px;
}

.w-32 {
  width: 8rem;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[5px\] {
  width: 5px;
}

.w-6 {
  width: 1.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[calc\(50\%-15px\)\] {
  width: calc(50% - 15px);
}

.w-auto {
  width: auto;
}

.w-12 {
  width: 3rem;
}

.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}

.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}

.w-14 {
  width: 3.5rem;
}

.w-\[12\.3px\] {
  width: 12.3px;
}

.w-\[360px\] {
  width: 360px;
}

.w-0 {
  width: 0px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[7px\] {
  width: 7px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[24px\] {
  width: 24px;
}

.w-10 {
  width: 2.5rem;
}

.w-\[13px\] {
  width: 13px;
}

.w-\[136px\] {
  width: 136px;
}

.w-min {
  width: min-content;
}

.w-56 {
  width: 14rem;
}

.w-\[30px\] {
  width: 30px;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.min-w-\[36px\] {
  min-width: 36px;
}

.min-w-\[315px\] {
  min-width: 315px;
}

.min-w-\[210px\] {
  min-width: 210px;
}

.min-w-\[24px\] {
  min-width: 24px;
}

.min-w-\[14px\] {
  min-width: 14px;
}

.min-w-\[17px\] {
  min-width: 17px;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[90px\] {
  min-width: 90px;
}

.min-w-\[325px\] {
  min-width: 325px;
}

.min-w-\[20px\] {
  min-width: 20px;
}

.min-w-\[50px\] {
  min-width: 50px;
}

.max-w-min {
  max-width: min-content;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[130px\] {
  max-width: 130px;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[145px\] {
  max-width: 145px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

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

.max-w-\[1000px\] {
  max-width: 1000px;
}

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

.max-w-\[220px\] {
  max-width: 220px;
}

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

.max-w-screen-modal_md {
  max-width: 800px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[40px\] {
  max-width: 40px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[540px\] {
  max-width: 540px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[50px\] {
  max-width: 50px;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-\[262px\] {
  max-width: 262px;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[210px\] {
  max-width: 210px;
}

.max-w-\[850px\] {
  max-width: 850px;
}

.max-w-\[345px\] {
  max-width: 345px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.max-w-\[1023px\] {
  max-width: 1023px;
}

.max-w-\[1022px\] {
  max-width: 1022px;
}

.max-w-\[265px\] {
  max-width: 265px;
}

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

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

.grow {
  flex-grow: 1;
}

.origin-center {
  transform-origin: center;
}

.translate-x-\[-50\%\] {
  --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-\[-50\%\] {
  --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-\[-51px\] {
  --tw-translate-x: -51px;
  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-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));
}

.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-45 {
  --tw-rotate: -45deg;
  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-45 {
  --tw-rotate: 45deg;
  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));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

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

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  appearance: none;
}

.grid-rows-auto_1fr {
  grid-template-rows: auto 1fr;
}

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

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

.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-start {
  justify-content: flex-start;
}

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.whitespace-normal {
  white-space: normal;
}

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

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

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

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-tr-\[4px\] {
  border-top-right-radius: 4px;
}

.rounded-br-\[4px\] {
  border-bottom-right-radius: 4px;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-\[5px\] {
  border-width: 5px;
}

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

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

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-t-\[3px\] {
  border-top-width: 3px;
}

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

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

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

.border-r-0 {
  border-right-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-solid {
  border-style: solid;
}

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

.border-dotted {
  border-style: dotted;
}

.border-gray-dark_ultra_light_opacity {
  border-color: rgba(152,154,155,0.1);
}

.border-active_i {
  --tw-border-opacity: 1;
  border-color: rgb(3 84 139 / var(--tw-border-opacity));
}

.border-active_p {
  --tw-border-opacity: 1;
  border-color: rgb(255 96 65 / var(--tw-border-opacity));
}

.border-gray-dark_opacity {
  border-color: rgba(83,86,88,0.1);
}

.border-gray-default {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.border-gray-pdf_header {
  --tw-border-opacity: 1;
  border-color: rgb(152 154 155 / var(--tw-border-opacity));
}

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

.border-\[rgb\(204\2c 204\2c 204\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

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

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

.border-yellow-default {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 5 / var(--tw-border-opacity));
}

.border-gray-ultra_light {
  --tw-border-opacity: 1;
  border-color: rgb(243 245 247 / var(--tw-border-opacity));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

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

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

.border-\[\#dee2e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(83 86 88 / var(--tw-border-opacity));
}

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

.border-\[\#767676\] {
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity));
}

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

.border-b-gray-ultra_light {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 245 247 / var(--tw-border-opacity));
}

.border-b-gray-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-t-gray-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-b-\[\#dee2e6\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.border-r-gray-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.border-b-gray-dark_opacity {
  border-bottom-color: rgba(83,86,88,0.1);
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-gray-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.bg-black-default {
  --tw-bg-opacity: 1;
  background-color: rgb(30 29 34 / var(--tw-bg-opacity));
}

.bg-active_i {
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 139 / var(--tw-bg-opacity));
}

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

.bg-gray-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity));
}

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

.bg-transparent {
  background-color: transparent;
}

.bg-\[gray\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}

.bg-gray-line {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.bg-gray-curator_footer {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}

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

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-gray-message {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.5\)\] {
  background-color: rgba(0,0,0,.5);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  background-color: rgba(0,0,0,0.6);
}

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

.bg-active_light_i {
  background-color: rgba(3, 84, 139, 0.18);
}

.bg-active_light_p {
  background-color: #ff604124;
}

.bg-gray-table_odd {
  background-color: #0000000a;
}

.bg-\[\#ffcd0545\] {
  background-color: #ffcd0545;
}

.bg-yellow-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 5 / var(--tw-bg-opacity));
}

.bg-\[\#fff3bb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 187 / var(--tw-bg-opacity));
}

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

.bg-\[rgb\(63\2c 66\2c 87\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 66 87 / var(--tw-bg-opacity));
}

.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-\[\#e8e8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  background-color: rgba(0,0,0,0.2);
}

.bg-gray-pdf_header {
  --tw-bg-opacity: 1;
  background-color: rgb(152 154 155 / var(--tw-bg-opacity));
}

.bg-\[\#545454\] {
  --tw-bg-opacity: 1;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity));
}

.bg-gray-section {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.bg-\[\#ff6041\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 96 65 / var(--tw-bg-opacity));
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.7\)\] {
  background-color: rgba(255,255,255,.7);
}

.bg-gray-ultra_light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity));
}

.bg-gray-badge_light {
  --tw-bg-opacity: 1;
  background-color: rgb(146 146 146 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[rgba\(4\2c 84\2c 139\2c 0\.5\)\] {
  --tw-gradient-from: rgba(4,84,139,0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(4 84 139 / 0));
}

.from-\[rgba\(255\2c 96\2c 65\2c 0\.5\)\] {
  --tw-gradient-from: rgba(255,96,65,0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 96 65 / 0));
}

.from-yellow-default {
  --tw-gradient-from: #ffcc05;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 204 5 / 0));
}

.to-active_i {
  --tw-gradient-to: rgb(3,84,139);
}

.to-active_p {
  --tw-gradient-to: #ff6041;
}

.bg-cover {
  background-size: cover;
}

.fill-active_i {
  fill: rgb(3,84,139);
}

.fill-active_p {
  fill: #ff6041;
}

.fill-current {
  fill: currentColor;
}

.fill-gray-badge {
  fill: #6c757d;
}

.fill-white {
  fill: #fff;
}

.p-3 {
  padding: 0.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[3px\] {
  padding: 3px;
}

.p-4 {
  padding: 1rem;
}

.p-\[5px\] {
  padding: 5px;
}

.p-\[10px\] {
  padding: 10px;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[2px\] {
  padding: 2px;
}

.p-0 {
  padding: 0px;
}

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

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

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

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

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-\[\.25em\] {
  padding-top: .25em;
  padding-bottom: .25em;
}

.px-\[\.6em\] {
  padding-left: .6em;
  padding-right: .6em;
}

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

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

.py-\[0\.3rem\] {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}

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

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

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

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

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

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

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

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pt-64 {
  padding-top: 16rem;
}

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

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pr-\[3px\] {
  padding-right: 3px;
}

.pl-\[4px\] {
  padding-left: 4px;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

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

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

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

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

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

.pb-\[100px\] {
  padding-bottom: 100px;
}

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

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

.pt-0 {
  padding-top: 0px;
}

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

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

.pr-\[10px\] {
  padding-right: 10px;
}

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-\[135px\] {
  padding-bottom: 135px;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

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

.font-\[\'light\'\] {
  font-family: 'light';
}

.text-lg {
  font-size: 21px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-md {
  font-size: 17px;
}

.text-sm {
  font-size: 14px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-xs {
  font-size: 12px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[29px\] {
  font-size: 29px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[40px\] {
  font-size: 40px;
}

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

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

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

.font-\[500\] {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[2\.07\] {
  line-height: 2.07;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-none {
  line-height: 1;
}

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

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[0\] {
  line-height: 0;
}

.leading-3 {
  line-height: .75rem;
}

.leading-\[18px\] {
  line-height: 18px;
}

.text-\[rgba\(235\2c 235\2c 235\)\] {
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}

.text-yellow-border {
  --tw-text-opacity: 1;
  color: rgb(255 205 5 / var(--tw-text-opacity));
}

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

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

.text-active_i {
  --tw-text-opacity: 1;
  color: rgb(3 84 139 / var(--tw-text-opacity));
}

.text-active_p {
  --tw-text-opacity: 1;
  color: rgb(255 96 65 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-black-default {
  --tw-text-opacity: 1;
  color: rgb(30 29 34 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-\[\#535658\] {
  --tw-text-opacity: 1;
  color: rgb(83 86 88 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

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

.text-\[\#fecf33\] {
  --tw-text-opacity: 1;
  color: rgb(254 207 51 / var(--tw-text-opacity));
}

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(83 86 88 / var(--tw-text-opacity));
}

.text-black-message {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

.text-gray-pdf_header {
  --tw-text-opacity: 1;
  color: rgb(152 154 155 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

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

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

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

.text-\[\#0093dd\] {
  --tw-text-opacity: 1;
  color: rgb(0 147 221 / var(--tw-text-opacity));
}

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

.text-gray-medium {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-\[\#035096\] {
  --tw-text-opacity: 1;
  color: rgb(3 80 150 / var(--tw-text-opacity));
}

.text-\[\#ff6041\] {
  --tw-text-opacity: 1;
  color: rgb(255 96 65 / var(--tw-text-opacity));
}

.text-\[\#737678\] {
  --tw-text-opacity: 1;
  color: rgb(115 118 120 / var(--tw-text-opacity));
}

.text-\[\#495057\] {
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}

.text-yellow-default {
  --tw-text-opacity: 1;
  color: rgb(255 204 5 / var(--tw-text-opacity));
}

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

.opacity-60 {
  opacity: 0.6;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

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

.shadow-input_p {
  --tw-shadow: 0 0 0 .2rem #ff604140;
  --tw-shadow-colored: 0 0 0 .2rem 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-input_success {
  --tw-shadow: 0 0 0 .2rem #0fe30f45;
  --tw-shadow-colored: 0 0 0 .2rem 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;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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: 150ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.first-letter\:capitalize::first-letter {
  text-transform: capitalize;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-\[-7px\]::before {
  content: var(--tw-content);
  top: -7px;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[7px\]::before {
  content: var(--tw-content);
  height: 7px;
}

.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}

.before\:w-\[2px\]::before {
  content: var(--tw-content);
  width: 2px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:rotate-\[40deg\]::before {
  content: var(--tw-content);
  --tw-rotate: 40deg;
  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));
}

.before\:rotate-45::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.before\:rotate-0::before {
  content: var(--tw-content);
  --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));
}

.before\:bg-\[\#1e1d22\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 29 34 / var(--tw-bg-opacity));
}

.before\:bg-\[gray\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}

.before\:bg-active_i::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 139 / var(--tw-bg-opacity));
}

.before\:bg-active_p::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 96 65 / var(--tw-bg-opacity));
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-1::after {
  content: var(--tw-content);
  top: 0.25rem;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:bottom-\[-7px\]::after {
  content: var(--tw-content);
  bottom: -7px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:m-auto::after {
  content: var(--tw-content);
  margin: auto;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-\[7px\]::after {
  content: var(--tw-content);
  height: 7px;
}

.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}

.after\:w-\[2px\]::after {
  content: var(--tw-content);
  width: 2px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:w-3::after {
  content: var(--tw-content);
  width: 0.75rem;
}

.after\:rotate-\[-40deg\]::after {
  content: var(--tw-content);
  --tw-rotate: -40deg;
  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));
}

.after\:-rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: -45deg;
  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));
}

.after\:rotate-0::after {
  content: var(--tw-content);
  --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));
}

.after\:rounded::after {
  content: var(--tw-content);
  border-radius: 0.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-\[\#1e1d22\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 29 34 / var(--tw-bg-opacity));
}

.after\:bg-\[gray\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}

.after\:bg-transparent::after {
  content: var(--tw-content);
  background-color: transparent;
}

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

.after\:bg-active_i::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 139 / var(--tw-bg-opacity));
}

.after\:bg-active_p::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 96 65 / var(--tw-bg-opacity));
}

.after\:shadow-md::after {
  content: var(--tw-content);
  --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);
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-500::after {
  content: var(--tw-content);
  transition-duration: 500ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-active_i_hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 61 99 / var(--tw-bg-opacity));
}

.hover\:bg-active_p_hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 93 61 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-active_light_i:hover {
  background-color: rgba(3, 84, 139, 0.18);
}

.hover\:bg-active_light_p:hover {
  background-color: #ff604124;
}

.hover\:bg-slate-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.hover\:bg-active_i:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 139 / var(--tw-bg-opacity));
}

.hover\:bg-active_p:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 96 65 / 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-\[\#f1f1f1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.hover\:p-\[1px\]:hover {
  padding: 1px;
}

.hover\:text-active_i:hover {
  --tw-text-opacity: 1;
  color: rgb(3 84 139 / var(--tw-text-opacity));
}

.hover\:text-active_p:hover {
  --tw-text-opacity: 1;
  color: rgb(255 96 65 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.hover\:text-black-message:hover {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

.hover\:text-\[\#0093ddbd\]:hover {
  color: #0093ddbd;
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:text-black-default:hover {
  --tw-text-opacity: 1;
  color: rgb(30 29 34 / var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-active_p_hover:hover {
  --tw-text-opacity: 1;
  color: rgb(236 93 61 / var(--tw-text-opacity));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

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

.hover\:after\:h-\[calc\(100\%-10px\)\]:hover::after {
  content: var(--tw-content);
  height: calc(100% - 10px);
}

.hover\:after\:w-\[calc\(100\%-10px\)\]:hover::after {
  content: var(--tw-content);
  width: calc(100% - 10px);
}

.hover\:after\:border:hover::after {
  content: var(--tw-content);
  border-width: 1px;
}

.hover\:after\:border-white:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:after\:bg-transparent:hover::after {
  content: var(--tw-content);
  background-color: transparent;
}

.focus\:cursor-pointer:focus {
  cursor: pointer;
}

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

.disabled\:cursor-default:disabled {
  cursor: default;
}

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

.disabled\:border-red-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

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

.disabled\:bg-red-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.disabled\:bg-\[rgba\(3\2c 84\2c 139\2c 0\.5\)\]:disabled {
  background-color: rgba(3,84,139,0.5);
}

.disabled\:bg-active_disabled_i:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(145 186 214 / var(--tw-bg-opacity));
}

.disabled\:bg-active_disabled_p:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 188 175 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-active_i {
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 139 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-active_p {
  --tw-bg-opacity: 1;
  background-color: rgb(255 96 65 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-3::after {
  content: var(--tw-content);
  --tw-translate-x: 0.75rem;
  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 (prefers-color-scheme: dark) {
  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}

@media (min-width: 480px) {
  .sm\:top-\[-45px\] {
    top: -45px;
  }

  .sm\:left-\[30px\] {
    left: 30px;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:mt-\[1\.75rem\] {
    margin-top: 1.75rem;
  }

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

  .sm\:mt-0 {
    margin-top: 0px;
  }

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

  .sm\:ml-\[5px\] {
    margin-left: 5px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-\[calc\(100\%-20px\)\] {
    width: calc(100% - 20px);
  }

  .sm\:w-\[calc\(100\%-10px\)\] {
    width: calc(100% - 10px);
  }

  .sm\:w-\[418px\] {
    width: 418px;
  }

  .sm\:max-w-\[418px\] {
    max-width: 418px;
  }

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

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

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .sm\:text-lg {
    font-size: 21px;
  }

  .sm\:text-md {
    font-size: 17px;
  }

  .sm\:text-\[19px\] {
    font-size: 19px;
  }

  .sm\:text-\[17px\] {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .md\:top-16 {
    top: 4rem;
  }

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

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:max-h-\[52px\] {
    max-height: 52px;
  }

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

  .md\:w-\[180px\] {
    width: 180px;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

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

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }
}

@media (min-width: 991px) {
  .lg\:m-auto {
    margin: auto;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[calc\(100\%-20px\)\] {
    width: calc(100% - 20px);
  }

  .lg\:w-\[calc\(100\%-360px\)\] {
    width: calc(100% - 360px);
  }

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

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

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

  .lg\:border-r {
    border-right-width: 1px;
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:text-\[35px\] {
    font-size: 35px;
  }

  .lg\:text-md {
    font-size: 17px;
  }

  .lg\:text-lg {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:right-\[-718px\] {
    right: -718px;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

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

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

  .xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* datepicker */

.react-datepicker-wrapper {
  display: block;
  width: 100%;
}

/* display pdf material page on center */

.pdf-page .react-pdf__Page__svg {
  display: block;
  margin: 0 auto;
}

p {
  margin-bottom: 1rem;
}

.ReactCollapse--collapse {
  transition: 0.3s ease-in-out;
}

.gradient_p {
  background: radial-gradient(
    circle,
    rgb(245, 130, 109),
    rgb(243, 121, 105),
    rgb(235, 104, 95),
    rgb(228, 87, 87),
    rgb(223, 80, 80)
  );
}

.gradient_i {
  /* background: rgb(3, 84, 139); */
  /* background: radial-gradient(
    circle,
    rgb(4, 117, 185),
    rgb(4, 110, 180),
    rgb(4, 104, 170),
    rgb(3, 87, 160),
    rgb(3, 84, 150)
  ); */
  background: radial-gradient(
    circle,
    rgb(4, 117, 185),
    rgb(4, 110, 180),
    rgb(2 95 156),
    rgb(3 69 127),
    rgb(0, 55, 98)
  );
}

.arrowed-title:hover .arrow-left::before,
.arrowed-title:hover .arrow-left::after {
  background: #ff6041;
}

.arrowed-title:hover .arrow-left-i::before,
.arrowed-title:hover .arrow-left-i::after {
  background: #035096;
}

/* table */

@media screen and (max-width: 991px) {
  table:not(.DateRangePicker__MonthDates) {
    border: 0;
  }

  table:not(.DateRangePicker__MonthDates) thead {
    display: none;
  }

  table:not(.DateRangePicker__MonthDates) tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table:not(.DateRangePicker__MonthDates) td {
    display: block;
    text-align: right;
    font-size: 13px;
    max-width: 100% !important;
    min-height: 40px;
  }

  table:not(.DateRangePicker__MonthDates) td:first-child,
  th:first-child {
    text-align: right !important;
  }

  table:not(.DateRangePicker__MonthDates) td:last-child {
    border-bottom: 0;
  }

  table:not(.DateRangePicker__MonthDates) td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

.bookmark-icons {
  height: 32px;
  width: 27px;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 207 207 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.bookmark-icons:hover {
  border-color: #ff604124;
  fill: #ff6041;
}

.bookmark-icons-i {
  height: 32px;
  width: 27px;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 207 207 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.bookmark-icons-i:hover {
  border-color: rgba(3, 84, 139, 0.18);
  fill: rgb(3,84,139);
}

.hover {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.input {
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 212 218 / var(--tw-border-opacity));
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 96 65 / var(--tw-border-opacity));
  --tw-shadow: 0 0 0 .2rem #ff604140;
  --tw-shadow-colored: 0 0 0 .2rem 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-width: 0px;
}

.input-i {
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 212 218 / var(--tw-border-opacity));
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.input-i:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 84 139 / var(--tw-border-opacity));
  --tw-shadow: 0 0 0 0.2rem rgba(3, 84, 139, 0.4);
  --tw-shadow-colored: 0 0 0 0.2rem 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-width: 0px;
}

.primary-btn {
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 96 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 96 65 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 5px;
  padding-bottom: 5px;
  --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: 300ms;
}

.primary-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 93 61 / var(--tw-bg-opacity));
}

.primary-btn:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.secondary-btn {
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 96 65 / 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;
  padding-top: 5px;
  padding-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 96 65 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.secondary-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 93 61 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.primary-btn-i {
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(3 84 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(3 84 139 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 5px;
  padding-bottom: 5px;
  --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: 300ms;
}

.primary-btn-i:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 61 99 / var(--tw-bg-opacity));
}

.primary-btn-i:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.secondary-btn-i {
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(3 84 139 / 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;
  padding-top: 5px;
  padding-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(3 84 139 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.secondary-btn-i:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 61 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.svg-media-icon {
  cursor: pointer;
  opacity: 0.7;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.svg-media-icon:hover {
  opacity: 1;
}

.progress-block {
  z-index: 20;
  height: 100%;
  width: 0.25rem;
  min-width: 4px;
}

.progress-section::before {
  position: absolute;
  left: 0.25rem;
  top: -0px;
  display: block;
  height: 0.25rem;
  width: calc(100% - 4px);
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.progress-section::after {
  position: absolute;
  left: 0.25rem;
  top: 9px;
  display: block;
  height: 0.25rem;
  width: calc(100% - 4px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.material-video-wrapper {
  display: flex;
  height: 100vh;
  max-height: 100vh;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity));
}

.add-file-icon {
  position: relative;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(83 86 88 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.add-file-icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 10px;
  width: 2px;
  --tw-translate-x: -50%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(83 86 88 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.add-file-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 10px;
  --tw-translate-x: -50%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(83 86 88 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.auth-input {
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
  height: 50px;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: .75rem;
  padding-right: .75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.auth-input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 205 5 / var(--tw-border-opacity));
}

.auth-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 205 5 / var(--tw-border-opacity));
}

.input-icon {
  position: absolute;
  right: 0.75rem;
  top: 1rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  filter: none;
}

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

.badge {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.title-sort {
  cursor: pointer;
  opacity: 1;
}

.title-sort:hover {
  opacity: 0.6;
}

.download-link:hover .download-tooltip {
  display: block;
}

.download-tooltip {
  display: none;
}

.users-online {
  position: relative;
  display: inline;
  color: #000;
  padding-right: 15px;
  font-size: 11px;
  margin-left: 4px;
  z-index: 1;
}

.users-online tspan {
  font-size: 11px;
}

.users-online .recharts-cartesian-axis-ticks {
  margin-top: 10px;
}

.users-online .recharts-responsive-container {
  margin-left: -34px;
  margin-top: 0;
}

.button-split .MuiButton-containedPrimary {
  border-color: #f64d2b !important;
  background-color: #ff6041 !important;
}

.button-split-i .MuiButton-containedPrimary {
  border-color: rgb(0, 48, 80) !important;
  background-color: rgb(3, 84, 139) !important;
}

.button-split-i .MuiButton-containedPrimary.Mui-disabled,
.button-split .MuiButton-containedPrimary.Mui-disabled {
  color: #fff !important;
  opacity: 0.7;
}

.notification {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  max-width: 28rem;
}

@media (min-width: 768px) {
  .notification {
    top: 2rem;
  }
}

.row-preloader {
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
}

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

.row-preloader {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 0.25rem;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: #0000000a;
}

.collapse-hidden .rst__collapseButton,
.collapse-hidden .rst__expandButton {
  display: none;
}

.tooltip-summary {
  max-width: 180px;
  text-align: center;
  font-size: 14px;
}

#noscript {
  text-align: center;
  display: block;
  margin: 20px 0;
  font-size: 18px;
  color: gray;
}

.g-recaptcha {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
