@import url("https://fonts.cdnfonts.com/css/cocogoose-pro");
@import url("https://fonts.cdnfonts.com/css/open-sans");
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E7EB; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
}
input:-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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.tooltip-arrow,.tooltip-arrow:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
.tooltip-arrow{
  visibility: hidden;
}
.tooltip-arrow:before{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}
[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before{
  border-style: solid;
  border-color: #e5e7eb;
}
[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before{
  border-bottom-width: 1px;
  border-right-width: 1px;
}
[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before{
  border-bottom-width: 1px;
  border-left-width: 1px;
}
[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before{
  border-top-width: 1px;
  border-left-width: 1px;
}
[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before{
  border-top-width: 1px;
  border-right-width: 1px;
}
.tooltip[data-popper-placement^='top'] > .tooltip-arrow{
  bottom: -4px;
}
.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow{
  top: -4px;
}
.tooltip[data-popper-placement^='left'] > .tooltip-arrow{
  right: -4px;
}
.tooltip[data-popper-placement^='right'] > .tooltip-arrow{
  left: -4px;
}
.tooltip.invisible > .tooltip-arrow:before{
  visibility: hidden;
}
[data-popper-arrow],[data-popper-arrow]:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
[data-popper-arrow]{
  visibility: hidden;
}
[data-popper-arrow]:before{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}
[data-popper-arrow]:after{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}
[role="tooltip"] > [data-popper-arrow]:before{
  border-style: solid;
  border-color: #e5e7eb;
}
.dark [role="tooltip"] > [data-popper-arrow]:before{
  border-style: solid;
  border-color: #4b5563;
}
[role="tooltip"] > [data-popper-arrow]:after{
  border-style: solid;
  border-color: #e5e7eb;
}
.dark [role="tooltip"] > [data-popper-arrow]:after{
  border-style: solid;
  border-color: #4b5563;
}
[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before{
  border-bottom-width: 1px;
  border-right-width: 1px;
}
[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after{
  border-bottom-width: 1px;
  border-right-width: 1px;
}
[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before{
  border-bottom-width: 1px;
  border-left-width: 1px;
}
[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after{
  border-bottom-width: 1px;
  border-left-width: 1px;
}
[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before{
  border-top-width: 1px;
  border-left-width: 1px;
}
[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after{
  border-top-width: 1px;
  border-left-width: 1px;
}
[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before{
  border-top-width: 1px;
  border-right-width: 1px;
}
[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after{
  border-top-width: 1px;
  border-right-width: 1px;
}
[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]{
  bottom: -5px;
}
[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]{
  top: -5px;
}
[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]{
  right: -5px;
}
[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]{
  left: -5px;
}
[role="tooltip"].invisible > [data-popper-arrow]:before{
  visibility: hidden;
}
[role="tooltip"].invisible > [data-popper-arrow]:after{
  visibility: hidden;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6B7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6B7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6B7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select:not([size]){
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}
.dark [type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto inherit;
}
input[type=file]::-webkit-file-upload-button{
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}
input[type=file]::file-selector-button{
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}
input[type=file]::-webkit-file-upload-button:hover{
  background: #374151;
}
input[type=file]::file-selector-button:hover{
  background: #374151;
}
.dark input[type=file]::-webkit-file-upload-button{
  color: white;
  background: #4B5563;
}
.dark input[type=file]::file-selector-button{
  color: white;
  background: #4B5563;
}
.dark input[type=file]::-webkit-file-upload-button:hover{
  background: #6B7280;
}
.dark input[type=file]::file-selector-button:hover{
  background: #6B7280;
}
input[type="range"]::-webkit-slider-thumb{
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="range"]:disabled::-webkit-slider-thumb{
  background: #9CA3AF;
}
.dark input[type="range"]:disabled::-webkit-slider-thumb{
  background: #6B7280;
}
input[type="range"]:focus::-webkit-slider-thumb{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}
input[type="range"]::-moz-range-thumb{
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="range"]:disabled::-moz-range-thumb{
  background: #9CA3AF;
}
.dark input[type="range"]:disabled::-moz-range-thumb{
  background: #6B7280;
}
input[type="range"]::-moz-range-progress{
  background: #3F83F8;
}
input[type="range"]::-ms-fill-lower{
  background: #3F83F8;
}
.toggle-bg:after{
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
input:checked + .toggle-bg:after{
  transform: translateX(100%);;
  border-color: white;
}
input:checked + .toggle-bg{
  background: #1C64F2;
  border-color: #1C64F2;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::-ms-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.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;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-top-6{
  top: -1.5rem;
}
.-top-\[100\%\]{
  top: -100%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[140\%\]{
  bottom: 140%;
}
.bottom-\[60px\]{
  bottom: 60px;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-\[140\%\]{
  left: 140%;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-8{
  right: 2rem;
}
.right-\[-16px\]{
  right: -16px;
}
.right-\[140\%\]{
  right: 140%;
}
.top-0{
  top: 0px;
}
.top-24{
  top: 6rem;
}
.top-4{
  top: 1rem;
}
.top-\[-8px\]{
  top: -8px;
}
.top-\[-9px\]{
  top: -9px;
}
.top-\[140\%\]{
  top: 140%;
}
.top-\[50\%\]{
  top: 50%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[999\]{
  z-index: 999;
}
.m-0{
  margin: 0px;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-base{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[41px\]{
  margin-bottom: 41px;
}
.mb-\[45px\]{
  margin-bottom: 45px;
}
.mb-lg{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mt-xs{
  margin-top: 0.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[620px\]{
  height: 620px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[90\%\]{
  height: 90%;
}
.h-\[calc\(100\%-150px\)\]{
  height: calc(100% - 150px);
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[42rem\]{
  max-height: 42rem;
}
.min-h-24{
  min-height: 6rem;
}
.min-h-full{
  min-height: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-20{
  width: 5rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-\[118px\]{
  width: 118px;
}
.w-\[144px\]{
  width: 144px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[151px\]{
  width: 151px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[441px\]{
  width: 441px;
}
.w-\[486px\]{
  width: 486px;
}
.w-\[52px\]{
  width: 52px;
}
.w-\[602px\]{
  width: 602px;
}
.w-\[700px\]{
  width: 700px;
}
.w-\[75\%\]{
  width: 75%;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[93px\]{
  width: 93px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[110px\]{
  min-width: 110px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[952px\]{
  max-width: 952px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.-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));
}
.-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-x-0{
  --tw-translate-x: 0px;
  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));
}
.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));
}
.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));
}
.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));
}
.transform-none{
  transform: none;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.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;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2xs{
  gap: 0.25rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-base{
  gap: 1rem;
}
.gap-md{
  gap: 1.5rem;
}
.gap-xs{
  gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-wrap{
  text-wrap: wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.\!border{
  border-width: 1px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#DEE2E6\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}
.border-\[\#F2F2F2\]{
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-background{
  border-color: rgba(0, 96, 83, 0.05);
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(236 239 242 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-base{
  --tw-border-opacity: 1;
  border-color: rgb(120 129 138 / var(--tw-border-opacity));
}
.border-gray-light{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}
.border-primary-dark-10{
  border-color: rgba(0, 96, 83, 0.1);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-background{
  background-color: rgba(0, 96, 83, 0.05);
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
.bg-danger_bg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 231 / var(--tw-bg-opacity));
}
.bg-glassify_intense{
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 242 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-dark\/60{
  background-color: rgb(73 80 87 / 0.6);
}
.bg-neutral_bg{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 83 / var(--tw-bg-opacity));
}
.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 26 / var(--tw-bg-opacity));
}
.bg-primary-dark-10{
  background-color: rgba(0, 96, 83, 0.1);
}
.bg-success_bg{
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 239 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-opacity{
  background-color: rgb(255, 255, 255, 0.45);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.fill-primary{
  fill: #006053;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-xs{
  padding: 0.5rem;
}
.px-1xs{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2xs{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.px-base{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-xs{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2xs{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-2xs{
  padding-bottom: 0.25rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-xs{
  padding-bottom: 0.5rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-2{
  padding-top: 0.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-top{
  vertical-align: top;
}
.font-\[\'Satoshi\'\]{
  font-family: 'Satoshi';
}
.font-satoshi{
  font-family: Satoshi, sans-serif;
}
.font-spacegrotesk{
  font-family: Space Grotesk, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xlarge{
  font-size: 32px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 16px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 10px;
}
.text-xxs{
  font-size: 8px;
}
.text-xxxs{
  font-size: 6px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-3{
  line-height: .75rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[10px\]{
  line-height: 10px;
}
.leading-\[21px\]{
  line-height: 21px;
}
.leading-tight{
  line-height: 1.25;
}
.\!text-\[\#0069CA\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 105 202 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#19007D\]{
  --tw-text-opacity: 1 !important;
  color: rgb(25 0 125 / var(--tw-text-opacity)) !important;
}
.\!text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgb(180 52 3 / var(--tw-text-opacity)) !important;
}
.\!text-teal-800{
  --tw-text-opacity: 1 !important;
  color: rgb(5 80 92 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgb(142 75 16 / var(--tw-text-opacity)) !important;
}
.text-\[\#1A883F\]{
  --tw-text-opacity: 1;
  color: rgb(26 136 63 / var(--tw-text-opacity));
}
.text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
.text-\[\#495057\]{
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}
.text-\[\#5F5F5F\]{
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}
.text-\[\#78818A\]{
  --tw-text-opacity: 1;
  color: rgb(120 129 138 / var(--tw-text-opacity));
}
.text-\[\#C4C4D0\]{
  --tw-text-opacity: 1;
  color: rgb(196 196 208 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
.text-danger_text{
  --tw-text-opacity: 1;
  color: rgb(200 23 32 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(236 239 242 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-base{
  --tw-text-opacity: 1;
  color: rgb(120 129 138 / var(--tw-text-opacity));
}
.text-gray-dark{
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}
.text-gray-darkest{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
.text-neutral_text{
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 96 83 / var(--tw-text-opacity));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(0 48 26 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}
.text-success_text{
  --tw-text-opacity: 1;
  color: rgb(26 136 60 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.outline{
  outline-style: solid;
}
.ring-transparent{
  --tw-ring-color: transparent;
}
.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{
  --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);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[box-shadow\:0px_51px_14px_0px_rgba\(0\2c _0\2c _0\2c _0\)\2c _0px_33px_13px_0px_rgba\(0\2c _0\2c _0\2c _0\.01\)\2c _0px_18px_11px_0px_rgba\(0\2c _0\2c _0\2c _0\.05\)\2c _0px_8px_8px_0px_rgba\(0\2c _0\2c _0\2c _0\.09\)\2c _0px_2px_4px_0px_rgba\(0\2c _0\2c _0\2c _0\.1\)\]{
  box-shadow: 0px 51px 14px 0px rgba(0, 0, 0, 0), 0px 33px 13px 0px rgba(0, 0, 0, 0.01), 0px 18px 11px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
html,
body {
  margin: 0;
  background-color: #ffffff;
  font-family: "Satoshi", sans-serif;
  max-width: 100%;
  height: 100%;
}

[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
  --tw-ring-color: transparent;
}

[type=text]:focus:focus,
[type=email]:focus:focus,
[type=url]:focus:focus,
[type=password]:focus:focus,
[type=number]:focus:focus,
[type=date]:focus:focus,
[type=datetime-local]:focus:focus,
[type=month]:focus:focus,
[type=search]:focus:focus,
[type=tel]:focus:focus,
[type=time]:focus:focus,
[type=week]:focus:focus,
[multiple]:focus:focus,
textarea:focus:focus,
select:focus:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root {
  --primary: #b53c00;
  --secondary: rgba(181, 60, 0, 0.1);
}

.tooltip-parent-wrapper{
  position: relative;
}
.tooltip-parent-wrapper .tooltip{
  overflow: visible;
}
.tooltip-parent-wrapper:hover .tooltip{
  display: block;
}

.core-button{
  --tw-text-opacity: 1 !important;
  color: rgb(0 96 83 / var(--tw-text-opacity)) !important;
}
.core-button:hover{
  border-color: rgba(0, 96, 83, 0.1) !important;
  background-color: rgba(0, 96, 83, 0.1) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 48 26 / var(--tw-text-opacity)) !important;
}

.tab-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
}

.loopos-manager-search-btn{
  display: flex;
  height: 52px;
  width: 52px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 83 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: 0px 51px 14px 0px rgba(0, 0, 0, 0), 0px 33px 13px 0px rgba(0, 0, 0, 0.01), 0px 18px 11px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.grid-stack-item-content {
  overflow: visible !important;
}

.primary-heading-regular{
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.primary-heading-medium{
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.primary-heading-bold{
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.primary-subheading-regular{
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}

.primary-subheading-medium{
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 120%;
}

.primary-subheading-bold{
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120%;
}

.primary-heading-regular-2{
  font-family: Satoshi, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.primary-heading-medium-2{
  font-family: Satoshi, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.primary-heading-bold-2{
  font-family: Satoshi, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.primary-subheading-regular-2{
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}

.primary-subheading-medium-2{
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 120%;
}

.primary-subheading-bold-2{
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120%;
}

.primary-body-regular{
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.primary-body-medium{
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.primary-body-bold{
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}

.primary-body-regular-2, .flash__flash-message{
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.primary-body-medium-2, .upload__text{
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.primary-body-bold-2, .flash__title{
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.primary-label-regular{
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.primary-label-medium{
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.primary-label-bold{
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.primary-label-regular-2{
  font-family: Satoshi, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.primary-label-medium-2{
  font-family: Satoshi, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.primary-label-bold-2{
  font-family: Satoshi, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.secondary-heading-regular{
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.secondary-heading-medium{
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.secondary-heading-bold{
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.secondary-heading-regular-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.secondary-heading-medium-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.secondary-heading-bold-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.secondary-label-regular{
  font-family: Space Grotesk, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.secondary-label-medium{
  font-family: Space Grotesk, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.secondary-label-bold{
  font-family: Space Grotesk, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.secondary-label-regular-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.secondary-label-medium-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.secondary-label-bold-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.secondary-label-regular-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 6px;
  font-weight: 400;
  line-height: 1;
}

.secondary-label-medium-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 6px;
  font-weight: 500;
  line-height: 1;
}

.secondary-label-bold-2{
  font-family: Space Grotesk, sans-serif;
  font-size: 6px;
  font-weight: 700;
  line-height: 1;
}

.container {
  padding: 24px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.info-tab{
  display: flex;
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  gap: 1.5rem;
}
.info-tab--timeline{
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.info-tab__section{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.info-tab__section--flow{
  height: 620px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.6);
  padding: 1.5rem;
}
.info-tab__section__title{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.info-tab__section__subtitle{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}
.info-tab__section__items_text{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
.info-tab__title{
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}
.info-tab__image-content{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.info-tab__image-wrapper{
  position: relative;
  height: 5rem;
  width: 5rem;
  border-radius: 0.5rem;
  border-width: 1px;
}
.info-tab__image-wrapper img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-tab--right{
  border-left-width: 1px;
  padding-left: 1.5rem;
}
.info-tab__apps-grid{
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.info-tab .w-75 .core-input-box {
  width: 75%;
}
.info-tab__settings-container{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}
.info-tab__settings-component{
  display: flex;
  flex-direction: column;
}

.options-tab{
  width: 100%;
  max-width: 48rem;
}
.options-tab__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 226 230 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}
.options-tab__title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
.options-tab__list{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.options-tab__list--show{
  margin-top: 0px;
}
.options-tab__item{
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.options-tab__item-header{
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  vertical-align: top;
}
.options-tab__item-header i{
  cursor: pointer;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}
.options-tab__item-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}
.options-tab__pills{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.options-tab__pill{
  display: flex;
  height: 1.5rem;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 26 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 10px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.options-tab__pills-add-btn{
  margin-left: 0.5rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.listing{
  width: 100%;
}
.listing__header{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing__header-left{
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.listing__header-right{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.listing__filtering{
  margin-bottom: 2rem;
}
.listing__filters-wrapper{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.index-layout{
  display: flex;
}
.index-layout__title-container{
  flex-direction: row;
  gap: 1rem;
}
.index-layout__title-container__title{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
.index-layout__search-container{
  margin-bottom: 1rem;
  width: 100%;
}

.show-layout__title-edit_container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.show-layout__title-edit_container__title{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
.show-layout__top_page__right_side_container{
  display: inline-flex;
  height: 50px;
  width: 151px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.5rem;
}
.show-layout__top_page__right_side_container__items{
  overflow-wrap: break-word;
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(120 129 138 / var(--tw-text-opacity));
}
.login .show-layout__top_page__right_side_container__items {
  text-align: center;
}
.show-layout__description-container{
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.25rem;
}
.show-layout__description-container__label{
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}
.show-layout__description-container__text{
  --tw-text-opacity: 1;
  color: rgb(120 129 138 / var(--tw-text-opacity));
}

.table-layout__column{
  max-width: 100%;
}
.table-layout__column--name{
  width: 602px;
  min-width: 220px;
}
.table-layout__column--small-text{
  width: 150px;
  min-width: 110px;
}
.table-layout__column--medium-text{
  width: 200px;
  min-width: 180px;
}
.table-layout__column--logo{
  width: 40px;
  min-width: 40px;
}
.table-layout__column--releases{
  width: 486px;
  min-width: 300px;
}
.table-layout__column--actions{
  width: 144px;
  min-width: 100px;
}
.table-layout__container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.table-layout__container--gap-small{
  gap: 0.25rem;
}
.table-layout__data-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.table-layout__tag-content{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.table-layout__checkbox-container{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
}
.table-layout__checkbox-container__data-container{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.25rem;
}
.table-layout--user_groups__name-cell{
  width: 441px;
}
.table-layout--user_groups__name-cell__container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.table-layout--user_groups__name-cell__container__data-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.table-layout--user_groups__description-cell{
  width: 420px;
}
.table-layout--user_groups__description-cell__text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: wrap;
}
.table-layout--user_groups__app-instances-cell{
  width: 420px;
}
.table-layout--user_groups__app-instances-cell__container{
  display: flex;
  gap: 0.5rem;
}
.table-layout--user_groups__users-cell{
  width: 93px;
}
.table-layout--user_groups__actions-cell{
  width: 118px;
}

.horizontal-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.application-button {
  font-family: "Satoshi";
  height: 64px;
  display: flex;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}
.application-button-disabled {
  opacity: 0.3;
}
.application-button-disabled:hover {
  cursor: default;
  box-shadow: none;
}

[data-tooltip] {
  position: relative;
  font-family: "Satoshi";
}

[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: 0.9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}

[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}

[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 12px;
  border-radius: 8px;
  background: #333333;
  color: #ffffff;
  z-index: 99;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}

[data-tooltip][data-flow=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333333;
  left: 0em;
  transform: translate(-8px, -50%);
}

[data-tooltip][data-flow=left]::after {
  top: 50%;
  right: 100%;
  transform: translate(-8px, -50%);
}

[data-tooltip=""]::after,
[data-tooltip=""]::before {
  display: none !important;
}

.not-found-page {
  position: relative;
  height: 100%;
  min-height: 100vh;
  background: #F2F4F5;
}
.not-found-page__container {
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 15rem;
}
@media (min-width: 640px) {
  .not-found-page__container {
    padding-bottom: 14rem;
  }
}
@media (min-width: 768px) {
  .not-found-page__container {
    padding-top: 4rem;
  }
}
.not-found-page__centered_div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found-page__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.not-found-page__image-container {
  position: relative;
  width: 206px;
  height: 196px;
}
.not-found-page__message {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .not-found-page__message {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.not-found-page__back-begin {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .not-found-page__back-begin {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.not-found-page__back-begin--link {
  text-decoration: underline;
  cursor: pointer;
}
.not-found-page__image1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
  width: 138px;
}
.not-found-page__image2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 138px;
}

.custom-rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.partner_groups-index{
  display: flex;
}
.partner_groups-index__title-container{
  flex-direction: row;
  gap: 1rem;
}
.partner_groups-index__filters-container{
  margin-bottom: 1rem;
  width: 100%;
}

.login {
  height: 100%;
  display: flex;
  flex-direction: row;
}
.login .text-center {
  text-align: center;
}
.login__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .login__container {
    flex: 1;
    padding: 24px;
  }
}
.login__logo-section {
  display: block;
  width: 100%;
  align-items: start;
  padding: 32px 0 0 32px;
}
@media (max-width: 768px) {
  .login__logo-section {
    padding: 32px 0 0 16px;
    width: 100%;
    text-align: center;
  }
}
.login__logo-section img {
  height: 40px;
}
@media (min-width: 1024px) {
  .login__logo-section img {
    height: 48px;
  }
}
.login__logo-zero {
  height: 24px !important;
}
.login__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  margin-bottom: 40px;
}
.login__title {
  color: #2b2b2b;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}
.login__subtitle {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
}
.login__remember-me {
  margin-bottom: 24px;
}
.login__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .login__top {
    margin-top: 56px;
  }
}
.login__main-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .login__main-section {
    padding: 0 16px;
  }
}
.login__form {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .login__form {
    width: 100%;
    max-width: 340px;
  }
}
.login__icon {
  display: flex;
  justify-content: center;
  padding: 5px;
  margin-top: 5px;
}
.login__icon img {
  width: 20px;
}
.login__icon a {
  text-decoration: none;
  color: #565656;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 5px;
  padding: 7px;
  border: 1px solid #e5e7eb;
}
.login__icon a:hover {
  color: #2b2b2b;
}

.login-zero {
  font-family: "open Sans";
  font-style: normal;
}
.login-zero .login__title {
  font-family: "Cocogoose Pro" !important;
  font-size: 34px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
}

.links__section {
  margin: 24px auto 0;
}
.links__text {
  color: #2b2b2b;
  font-size: 14px;
}
.links__hyperlink a {
  text-decoration: none;
  color: #565656;
  font-size: 14px;
  font-weight: 500;
}
.links__hyperlink a:hover {
  color: #2b2b2b;
}

.error-messages {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 16px;
  padding: 20px;
  gap: 16px;
  margin-bottom: 28px;
}
.error-messages--error {
  background-color: #fdece2;
  color: #e74c3c;
}
.error-messages--notice {
  background-color: #eafff4;
  color: #1bc16d;
}
.error-messages__icon {
  width: 20px;
  height: auto;
}
.error-messages__icon--error {
  color: #e74c3c;
}
.error-messages__icon--notice {
  color: #1bc16d;
}
.error-messages__title {
  font-weight: 500;
  font-size: 16px;
}
.error-messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error-messages__text {
  font-weight: 400;
  font-size: 14px;
}

.partner{
  display: flex;
}
.partner__app-image-container{
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.partner__app-info-container{
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.partner__app-instances-container{
  gap: 0.5rem;
}

.partner_group{
  display: flex;
}
.partner_group__app-image-container{
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.partner_group__app-info-container{
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.partner_group__app-instances-container{
  gap: 0.5rem;
}

.button {
  height: auto;
  width: 100%;
  padding: 0 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 500;
  border-radius: 6px;
  font-family: inherit;
}
.button__primary {
  background-color: #2b2b2b;
  color: #ffffff;
  border: none;
  font-size: 16px;
  height: 48px;
  text-decoration: none;
}
.button__primary:hover {
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(86, 86, 86, 0.3);
}

.input-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  position: relative;
}
.input-field__label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 6px;
  color: #565656;
}
.input-field__input {
  height: 40px;
  padding: 0 16px;
  border: none;
  width: -webkit-fill-available;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  border-radius: 4px;
  transition: 0.2s;
}
.input-field__input:-webkit-autofill, .input-field__input:-webkit-autofill:hover, .input-field__input:-webkit-autofill:focus {
  outline: 0;
  border-radius: 4px;
  background-color: #f9f9f9 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.input-field__input:hover {
  border: 1px solid #a9a9a9;
}
.input-field__input:focus {
  outline: 0;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.input-field__input::-moz-placeholder {
  color: #565656;
}
.input-field__input:-ms-input-placeholder {
  color: #565656;
}
.input-field__input::placeholder {
  color: #565656;
}
.input-field__icon {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: #2b2b2b;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox:hover input ~ .checkbox__checkmark {
  border: 1px solid #565656;
}
.checkbox input:checked ~ .checkbox__checkmark {
  height: 16px;
  width: 16px;
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
}
.checkbox input:checked ~ .checkbox__checkmark:after {
  display: block;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #a9a9a9;
}
.checkbox__checkmark:after {
  justify-content: center;
  display: flex !important;
  align-items: center;
  height: 16px;
  content: "\f00c";
  font-family: "Font Awesome 6 pro";
  color: #ffffff;
  border: #2b2b2b;
}

.image-section {
  display: none;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .image-section {
    display: flex;
    flex: 1;
    padding: 24px 24px 24px 0;
  }
}
.image-section__quote {
  padding: 56px;
  position: absolute;
  font-size: 56px;
  color: #ffffff;
  line-height: 100%;
  font-weight: 500;
}
.image-section__quote--highlight {
  font-weight: 400;
}
.image-section__logo {
  position: absolute;
  left: 56px;
  bottom: 48px;
  width: 156px;
  height: auto;
}
.image-section__img {
  width: 100%;
  height: 100%;
  border-radius: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 32px;
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
    gap: 12px;
  }
}
.footer a {
  text-decoration: none;
  color: #565656;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer a {
    font-size: 12px;
  }
}
.footer a:hover {
  color: #2b2b2b;
}

.action-button{
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-button--neutral{
  border-width: 1px;
  border-color: rgba(95, 95, 95, 0.10);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}
.action-button--danger{
  border-width: 1px;
  border-color: rgba(200, 23, 32, 0.10);
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(200 23 32 / var(--tw-text-opacity));
}
.action-button--success{
  border-width: 1px;
  border-color: rgba(26, 136, 60, 0.10);
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 239 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 136 60 / var(--tw-text-opacity));
}
.action-button--small{
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.25rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 8px;
}
.action-button--base{
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.375rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
}
.action-button--negative-margin{
  position: relative;
  top: -0.5rem;
}

.edit-submit{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.edit-submit--negative-margin{
  position: relative;
  top: -0.5rem;
}
.edit-submit--small-gap{
  gap: 0.25rem;
}

.tooltip{
  position: absolute;
  z-index: 50;
  display: none;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
  box-shadow: 0px 1px 4px 0px rgba(33, 37, 41, 0.1);
}
.tooltip--right{
  left: 140%;
  top: 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));
}
.tooltip--left{
  right: 140%;
  top: 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));
}
.tooltip--top{
  bottom: 140%;
  left: 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));
}
.tooltip--top__first-column{
  bottom: 140%;
  left: 0px;
  --tw-translate-x: 0px;
  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));
}
.tooltip--top__last-column{
  bottom: 140%;
  right: 0px;
  --tw-translate-x: 0px;
  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));
}
.tooltip--bottom{
  top: 140%;
  left: 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));
}
.tooltip--top-right{
  top: -100%;
  left: 140%;
}
.tooltip--top-left{
  top: -100%;
  right: 140%;
}
.tooltip mark {
  font-weight: 400 !important;
  color: #495057 !important;
}

.tooltip-wrapper{
  position: relative;
  cursor: pointer;
}
.tooltip-wrapper--inline-block{
  display: inline-block;
}
.tooltip-wrapper:hover .tooltip{
  display: block;
}
.tooltip-wrapper .loopos-tag-container span {
  max-width: 80px;
}

.upload{
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.upload__wrapper{
  display: flex;
  height: 80px;
  width: 150px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(120 129 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}
.upload__image{
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upload__text{
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}
.upload__input{
  display: none;
}
.upload__remove-button{
  margin-top: 0.5rem;
  display: none;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.login .upload__remove-button {
  text-align: center;
}

.flash{
  position: fixed;
  top: 6rem;
  right: 1rem;
  z-index: 50;
  display: flex;
  width: 20rem;
  flex-direction: column;
  gap: 0.5rem;
}
.flash__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.flash__content--success{
  border-width: 1px;
  border-color: rgba(26, 136, 60, 0.10);
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 239 / var(--tw-bg-opacity));
}
.flash__content--notice{
  border-color: rgba(26, 136, 60, 0.10);
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 239 / var(--tw-bg-opacity));
}
.flash__content--alert{
  border-color: rgba(200, 23, 32, 0.10);
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 231 / var(--tw-bg-opacity));
}
.flash__content--danger{
  border-color: rgba(200, 23, 32, 0.10);
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 231 / var(--tw-bg-opacity));
}
.flash__icon-field{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.flash__icon{
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
}
.flash__icon--success{
  --tw-text-opacity: 1;
  color: rgb(26 136 60 / var(--tw-text-opacity));
}
.flash__icon--notice{
  --tw-text-opacity: 1;
  color: rgb(26 136 60 / var(--tw-text-opacity));
}
.flash__icon--alert{
  --tw-text-opacity: 1;
  color: rgb(200 23 32 / var(--tw-text-opacity));
}
.flash__icon--danger{
  --tw-text-opacity: 1;
  color: rgb(200 23 32 / var(--tw-text-opacity));
}
.flash__title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.flash__flash-message{
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}

.app-card{
  position: relative;
  display: flex;
  height: 140px;
  width: 240px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
}
.app-card__background{
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 96, 83, 0.05);
}
.app-card__background-image-wrapper{
  position: absolute;
  right: -33.333333%;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.app-card__background-image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-card__info-wrapper{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.app-card__name{
  font-family: Satoshi, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

.card__image{
  height: auto;
  width: 100%;
}

.card__overlay{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: flex;
  height: 90%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-top-width: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem;
  transform: translateY(50%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.app-card.active .card__overlay {
  transform: translateY(0);
}

.card__header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card__arc{
  position: absolute;
  bottom: 100%;
  right: 0px;
  z-index: 1;
  height: 20rem;
  width: 20rem;
}

.card__status{
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(120 129 138 / var(--tw-text-opacity));
}

.card__description{
  margin: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 2rem;
  overflow: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0.5rem;
}

.gray-image {
  filter: grayscale(100%);
}

.app-card .inverted{
  top: -9px;
}

.app-card .inverted i{
  --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));
}

.custom-select-wrapper .select2__control {
  background-color: #FFF !important;
}

.select-form .select2__menu-portal {
  top: 0px !important;
  left: 0px !important;
}

.select-form {
  position: relative;
}

.css-13jht8w-MM {
  overflow-y: unset !important;
}

.modal-container{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal-container__modal-subtitle{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-container__select-container{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-container__select-container__button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.grid-stack {
  position: relative;
}

.grid-stack-rtl {
  direction: ltr;
}

.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}

.grid-stack-placeholder > .placeholder-content {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  position: absolute;
  width: auto;
  z-index: 0 !important;
}

.grid-stack > .grid-stack-item {
  position: absolute;
  padding: 0;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.grid-stack > .grid-stack-item.size-to-content:not(.size-to-content-max) > .grid-stack-item-content {
  overflow-y: hidden;
}

.grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.grid-stack-item.ui-resizable-autohide > .ui-resizable-handle, .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle {
  display: none;
}

.grid-stack-item > .ui-resizable-ne, .grid-stack-item > .ui-resizable-nw, .grid-stack-item > .ui-resizable-se, .grid-stack-item > .ui-resizable-sw {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.grid-stack-item > .ui-resizable-ne {
  transform: translate(0, 10px) rotate(45deg);
}

.grid-stack-item > .ui-resizable-sw {
  transform: rotate(45deg);
}

.grid-stack-item > .ui-resizable-nw {
  transform: translate(0, 10px) rotate(-45deg);
}

.grid-stack-item > .ui-resizable-se {
  transform: rotate(-45deg);
}

.grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: 0;
}

.grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}

.grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: 0;
}

.grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}

.grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
}

.grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}

.grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
}

.grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}

.grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}

.grid-stack-item.ui-draggable-dragging {
  will-change: left, top;
  cursor: move;
}

.grid-stack-item.ui-resizable-resizing {
  will-change: width, height;
}

.ui-draggable-dragging, .ui-resizable-resizing {
  z-index: 10000;
}

.ui-draggable-dragging > .grid-stack-item-content, .ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.grid-stack-animate, .grid-stack-animate .grid-stack-item {
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}

.grid-stack-animate .grid-stack-item.grid-stack-placeholder, .grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack-animate .grid-stack-item.ui-resizable-resizing {
  transition: left 0s, top 0s, height 0s, width 0s;
}

.grid-stack > .grid-stack-item[gs-y="0"] {
  top: 0;
}

.grid-stack > .grid-stack-item[gs-x="0"] {
  left: 0;
}

.gs-12 > .grid-stack-item {
  width: 8.333%;
}

.gs-12 > .grid-stack-item[gs-x="1"] {
  left: 8.333%;
}

.gs-12 > .grid-stack-item[gs-w="2"] {
  width: 16.667%;
}

.gs-12 > .grid-stack-item[gs-x="2"] {
  left: 16.667%;
}

.gs-12 > .grid-stack-item[gs-w="3"] {
  width: 25%;
}

.gs-12 > .grid-stack-item[gs-x="3"] {
  left: 25%;
}

.gs-12 > .grid-stack-item[gs-w="4"] {
  width: 33.333%;
}

.gs-12 > .grid-stack-item[gs-x="4"] {
  left: 33.333%;
}

.gs-12 > .grid-stack-item[gs-w="5"] {
  width: 41.667%;
}

.gs-12 > .grid-stack-item[gs-x="5"] {
  left: 41.667%;
}

.gs-12 > .grid-stack-item[gs-w="6"] {
  width: 50%;
}

.gs-12 > .grid-stack-item[gs-x="6"] {
  left: 50%;
}

.gs-12 > .grid-stack-item[gs-w="7"] {
  width: 58.333%;
}

.gs-12 > .grid-stack-item[gs-x="7"] {
  left: 58.333%;
}

.gs-12 > .grid-stack-item[gs-w="8"] {
  width: 66.667%;
}

.gs-12 > .grid-stack-item[gs-x="8"] {
  left: 66.667%;
}

.gs-12 > .grid-stack-item[gs-w="9"] {
  width: 75%;
}

.gs-12 > .grid-stack-item[gs-x="9"] {
  left: 75%;
}

.gs-12 > .grid-stack-item[gs-w="10"] {
  width: 83.333%;
}

.gs-12 > .grid-stack-item[gs-x="10"] {
  left: 83.333%;
}

.gs-12 > .grid-stack-item[gs-w="11"] {
  width: 91.667%;
}

.gs-12 > .grid-stack-item[gs-x="11"] {
  left: 91.667%;
}

.gs-12 > .grid-stack-item[gs-w="12"] {
  width: 100%;
}

.gs-1 > .grid-stack-item {
  width: 100%;
}

@font-face {
  font-family: "Satoshi";
  src: font-url(/assets/satoshi-regular-7494c42681ed0def1b24f9dc7d9126663690ebf9cf8a4f2fabb6f54815611cd8.woff) format("woff"), font-url(/assets/satoshi-regular-115b8ce3e1d479a048bdaa5cd91581f571c6c2cc070724785a8bcc38d428895f.woff2) format("woff2");
}
@font-face {
  font-family: "Satoshi";
  src: font-url(/assets/satoshi-medium-c0e5322d5c3a1d7fd0635c74506ca896caa2de06da8afdfd3db60a2337f7540d.woff) format("woff"), font-url(/assets/satoshi-medium-76188195c6957509eb1fb9550802ac9ada5fe37992204187417aebff630787df.woff2) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  src: font-url(/assets/satoshi-bold-ca820c8c46be6f8861a38de2db3f5cd0d8a17b60d17371bc5a386d3fcc9ab0e0.woff) format("woff"), font-url(/assets/satoshi-bold-a822367fbb7aa5d0a3f939167ce72b982eedcee0c135a12de5e558ecb09c3a36.woff2) format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Geomanist";
  src: font-url(/assets/geomanist-regular-webfont-179c3cb893f3fb2bcd030233f31546fd7580154dab67e2d50b8b9a6460943edb.woff) format("woff"), font-url(/assets/geomanist-regular-webfont-96d2393877d4ce58562c58244913b55fb4584d327c4ced8c1db09f5b099c4876.woff2) format("woff2");
}
@font-face {
  font-family: "Geomanist";
  src: font-url(/assets/geomanist-medium-webfont-721fbcdffa493107f676d1dbc3f8b23e3b47631e313898d2b308885903ea0d8f.woff) format("woff"), font-url(/assets/geomanist-medium-webfont-13b058ef97b72c9f019a8d594acb2fdde798c8d5de07fe8dd4157f72a364d595.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geomanist";
  src: font-url(/assets/geomanist-bold-webfont-789c0557b2c878ea680490cc42c00be7ed1a9b7e583a9914a9dd31ef46e074a3.woff) format("woff"), font-url(/assets/geomanist-bold-webfont-d3cc150c8ae6ac6a29833d4c8857e9171100d7e6e005f89e11495e915a134ed0.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.placeholder\:text-gray-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.placeholder\:text-gray-300:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.placeholder\:text-gray-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.focus-within\:outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / 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-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / 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));
}
.focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 239 242 / var(--tw-ring-opacity));
}
.focus-visible\:ring-0:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:outline-none:active{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:ring-0:active{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.dark\:border-blue-500:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.dark\:border-gray-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.dark\:border-gray-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.dark\:border-transparent:is(.dark *){
  border-color: transparent;
}
.dark\:bg-blue-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
.dark\:bg-gray-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.dark\:bg-gray-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.dark\:bg-gray-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.dark\:bg-gray-800\/50:is(.dark *){
  background-color: rgb(31 41 55 / 0.5);
}
.dark\:bg-opacity-80:is(.dark *){
  --tw-bg-opacity: 0.8;
}
.dark\:text-blue-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
.dark\:text-gray-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.dark\:text-gray-600:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:hover\:bg-blue-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
.dark\:hover\:bg-gray-600:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.dark\:hover\:bg-gray-800:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.dark\:hover\:text-blue-500:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}
.dark\:hover\:text-gray-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.dark\:hover\:text-white:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:focus\:ring-blue-800:focus:is(.dark *){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity));
}
@media (min-width: 640px){
  .sm\:p-8{
    padding: 2rem;
  }
}
