/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none;
}

:root {
  background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}

html {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --p: 259 94% 51%;
  --pf: 259 94% 41%;
  --sf: 314 100% 38%;
  --af: 174 60% 41%;
  --nf: 219 14% 22%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --pc: 0 0% 100%;
  --s: 314 100% 47%;
  --sc: 0 0% 100%;
  --a: 174 60% 51%;
  --ac: 0 0% 100%;
  --n: 219 14% 28%;
  --nc: 0 0% 100%;
  --b1: 0 0% 100%;
  --b2: 210 20% 98%;
  --b3: 216 12% 84%;
  --bc: 215 28% 17%;
}

@media (prefers-color-scheme: dark) {

  :root {
    --p: 210 64% 31%;
    --pf: 210 64% 24%;
    --sf: 200 13% 44%;
    --af: 13 80% 48%;
    --nf: 213 14% 13%;
    --b2: 0 0% 11%;
    --b3: 0 0% 10%;
    --bc: 0 0% 83%;
    --pc: 210 100% 86%;
    --sc: 200 100% 11%;
    --ac: 13 100% 12%;
    --nc: 213 28% 83%;
    --inc: 199 100% 88%;
    --suc: 144 100% 11%;
    --wac: 39 100% 12%;
    --erc: 6 100% 89%;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-text-case: uppercase;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --s: 200 13% 55%;
    --a: 13 80% 60%;
    --n: 213 14% 16%;
    --b1: 0 0% 13%;
    --in: 199 100% 42%;
    --su: 144 31% 56%;
    --wa: 39 64% 60%;
    --er: 6 56% 43%;
    --rounded-box: 0.25rem;
    --rounded-btn: .125rem;
    --rounded-badge: .125rem;
  }
}

[data-theme=light] {
  --p: 259 94% 51%;
  --pf: 259 94% 41%;
  --sf: 314 100% 38%;
  --af: 174 60% 41%;
  --nf: 219 14% 22%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --pc: 0 0% 100%;
  --s: 314 100% 47%;
  --sc: 0 0% 100%;
  --a: 174 60% 51%;
  --ac: 0 0% 100%;
  --n: 219 14% 28%;
  --nc: 0 0% 100%;
  --b1: 0 0% 100%;
  --b2: 210 20% 98%;
  --b3: 216 12% 84%;
  --bc: 215 28% 17%;
}

[data-theme=dark] {
  --p: 262 80% 50%;
  --pf: 262 80% 40%;
  --sf: 316 70% 40%;
  --af: 175 70% 33%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --pc: 0 0% 100%;
  --s: 316 70% 50%;
  --sc: 0 0% 100%;
  --a: 175 70% 41%;
  --ac: 0 0% 100%;
  --n: 218 18% 12%;
  --nf: 223 17% 8%;
  --nc: 220 13% 69%;
  --b1: 220 18% 20%;
  --b2: 220 17% 17%;
  --b3: 219 18% 15%;
  --bc: 220 13% 69%;
}

[data-theme=cupcake] {
  --p: 183 47% 59%;
  --pf: 183 47% 47%;
  --sf: 338 71% 62%;
  --af: 39 84% 46%;
  --nf: 280 46% 11%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --pc: 183 100% 12%;
  --sc: 338 100% 16%;
  --ac: 39 100% 12%;
  --nc: 280 83% 83%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --s: 338 71% 78%;
  --a: 39 84% 58%;
  --n: 280 46% 14%;
  --b1: 24 33% 97%;
  --b2: 27 22% 92%;
  --b3: 22 14% 89%;
  --bc: 280 46% 14%;
  --rounded-btn: 1.9rem;
  --tab-border: 2px;
  --tab-radius: .5rem;
}

[data-theme=bumblebee] {
  --p: 41 74% 53%;
  --pf: 41 74% 42%;
  --sf: 50 94% 46%;
  --af: 240 33% 11%;
  --nf: 240 33% 11%;
  --b2: 0 0% 90%;
  --b3: 0 0% 81%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --bc: 0 0% 20%;
  --ac: 240 60% 83%;
  --nc: 240 60% 83%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --pc: 240 33% 14%;
  --s: 50 94% 58%;
  --sc: 240 33% 14%;
  --a: 240 33% 14%;
  --n: 240 33% 14%;
  --b1: 0 0% 100%;
}

[data-theme=emerald] {
  --p: 141 50% 60%;
  --pf: 141 50% 48%;
  --sf: 219 96% 48%;
  --af: 10 81% 45%;
  --nf: 219 20% 20%;
  --b2: 0 0% 90%;
  --b3: 0 0% 81%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --btn-text-case: uppercase;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --pc: 210 20% 98%;
  --s: 219 96% 60%;
  --sc: 210 20% 98%;
  --a: 10 81% 56%;
  --ac: 210 20% 98%;
  --n: 219 20% 25%;
  --nc: 210 20% 98%;
  --b1: 0 0% 100%;
  --bc: 219 20% 25%;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
}

[data-theme=corporate] {
  --p: 229 96% 64%;
  --pf: 229 96% 51%;
  --sf: 215 26% 47%;
  --af: 154 49% 48%;
  --nf: 233 27% 10%;
  --b2: 0 0% 90%;
  --b3: 0 0% 81%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --pc: 229 100% 93%;
  --sc: 215 100% 12%;
  --ac: 154 100% 12%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --btn-text-case: uppercase;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 215 26% 59%;
  --a: 154 49% 60%;
  --n: 233 27% 13%;
  --nc: 210 38% 95%;
  --b1: 0 0% 100%;
  --bc: 233 27% 13%;
  --rounded-box: 0.25rem;
  --rounded-btn: .125rem;
  --rounded-badge: .125rem;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
}

[data-theme=synthwave] {
  --p: 321 70% 69%;
  --pf: 321 70% 55%;
  --sf: 197 87% 52%;
  --af: 48 89% 46%;
  --nf: 253 61% 15%;
  --b2: 254 59% 23%;
  --b3: 254 59% 21%;
  --pc: 321 100% 14%;
  --sc: 197 100% 13%;
  --ac: 48 100% 11%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 197 87% 65%;
  --a: 48 89% 57%;
  --n: 253 61% 19%;
  --nc: 260 60% 98%;
  --b1: 254 59% 26%;
  --bc: 260 60% 98%;
  --in: 199 87% 64%;
  --inc: 257 63% 17%;
  --su: 168 74% 68%;
  --suc: 257 63% 17%;
  --wa: 48 89% 57%;
  --wac: 257 63% 17%;
  --er: 352 74% 57%;
  --erc: 260 60% 98%;
}

[data-theme=retro] {
  --p: 3 74% 76%;
  --pf: 3 74% 61%;
  --sf: 145 27% 58%;
  --af: 49 67% 61%;
  --nf: 42 17% 34%;
  --inc: 221 100% 91%;
  --suc: 142 100% 87%;
  --wac: 32 100% 9%;
  --erc: 0 100% 90%;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --pc: 345 5% 15%;
  --s: 145 27% 72%;
  --sc: 345 5% 15%;
  --a: 49 67% 76%;
  --ac: 345 5% 15%;
  --n: 42 17% 42%;
  --nc: 45 47% 80%;
  --b1: 45 47% 80%;
  --b2: 45 37% 72%;
  --b3: 42 36% 65%;
  --bc: 345 5% 15%;
  --in: 221 83% 53%;
  --su: 142 76% 36%;
  --wa: 32 95% 44%;
  --er: 0 72% 51%;
  --rounded-box: 0.4rem;
  --rounded-btn: 0.4rem;
  --rounded-badge: 0.4rem;
}

[data-theme=cyberpunk] {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  --pf: 345 100% 58%;
  --sf: 195 80% 56%;
  --af: 276 74% 57%;
  --nf: 57 100% 10%;
  --b2: 56 100% 45%;
  --b3: 56 100% 41%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --bc: 56 100% 10%;
  --pc: 345 100% 15%;
  --sc: 195 100% 14%;
  --ac: 276 100% 14%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 345 100% 73%;
  --s: 195 80% 70%;
  --a: 276 74% 71%;
  --n: 57 100% 13%;
  --nc: 56 100% 50%;
  --b1: 56 100% 50%;
  --rounded-box: 0;
  --rounded-btn: 0;
  --rounded-badge: 0;
  --tab-radius: 0;
}

[data-theme=valentine] {
  --p: 353 74% 67%;
  --pf: 353 74% 54%;
  --sf: 254 86% 61%;
  --af: 181 56% 56%;
  --nf: 336 43% 38%;
  --b2: 318 46% 80%;
  --b3: 318 46% 72%;
  --pc: 353 100% 13%;
  --sc: 254 100% 15%;
  --ac: 181 100% 14%;
  --inc: 221 100% 91%;
  --suc: 142 100% 87%;
  --wac: 32 100% 9%;
  --erc: 0 100% 90%;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 254 86% 77%;
  --a: 181 56% 70%;
  --n: 336 43% 48%;
  --nc: 318 46% 89%;
  --b1: 318 46% 89%;
  --bc: 344 38% 28%;
  --in: 221 83% 53%;
  --su: 142 76% 36%;
  --wa: 32 95% 44%;
  --er: 0 72% 51%;
  --rounded-btn: 1.9rem;
}

[data-theme=halloween] {
  --p: 32 89% 52%;
  --pf: 32 89% 42%;
  --sf: 271 46% 34%;
  --af: 91 100% 26%;
  --nf: 180 4% 9%;
  --b2: 0 0% 12%;
  --b3: 0 0% 10%;
  --bc: 0 0% 83%;
  --sc: 271 100% 88%;
  --ac: 91 100% 87%;
  --nc: 180 5% 82%;
  --inc: 221 100% 91%;
  --suc: 142 100% 87%;
  --wac: 32 100% 9%;
  --erc: 0 100% 90%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --pc: 180 7% 8%;
  --s: 271 46% 42%;
  --a: 91 100% 33%;
  --n: 180 4% 11%;
  --b1: 0 0% 13%;
  --in: 221 83% 53%;
  --su: 142 76% 36%;
  --wa: 32 95% 44%;
  --er: 0 72% 51%;
}

[data-theme=garden] {
  --p: 139 16% 43%;
  --pf: 139 16% 34%;
  --sf: 97 37% 75%;
  --af: 0 68% 75%;
  --nf: 0 4% 28%;
  --b2: 0 4% 82%;
  --b3: 0 4% 74%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --pc: 139 100% 89%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 97 37% 93%;
  --sc: 96 32% 15%;
  --a: 0 68% 94%;
  --ac: 0 22% 16%;
  --n: 0 4% 35%;
  --nc: 0 4% 91%;
  --b1: 0 4% 91%;
  --bc: 0 3% 6%;
}

[data-theme=forest] {
  --p: 141 72% 42%;
  --pf: 141 72% 34%;
  --sf: 141 75% 38%;
  --af: 35 69% 42%;
  --nf: 0 10% 5%;
  --b2: 0 12% 7%;
  --b3: 0 12% 7%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --bc: 0 12% 82%;
  --pc: 141 100% 88%;
  --sc: 141 100% 10%;
  --ac: 35 100% 10%;
  --nc: 0 7% 81%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 141 75% 48%;
  --a: 35 69% 52%;
  --n: 0 10% 6%;
  --b1: 0 12% 8%;
  --rounded-btn: 1.9rem;
}

[data-theme=aqua] {
  --p: 182 93% 49%;
  --pf: 182 93% 40%;
  --sf: 274 31% 45%;
  --af: 47 100% 64%;
  --nf: 205 54% 40%;
  --b2: 219 53% 39%;
  --b3: 219 53% 35%;
  --bc: 219 100% 89%;
  --pc: 182 100% 10%;
  --sc: 274 100% 11%;
  --ac: 47 100% 16%;
  --nc: 205 100% 90%;
  --inc: 221 100% 91%;
  --suc: 142 100% 87%;
  --wac: 32 100% 9%;
  --erc: 0 100% 90%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 274 31% 57%;
  --a: 47 100% 80%;
  --n: 205 54% 50%;
  --b1: 219 53% 43%;
  --in: 221 83% 53%;
  --su: 142 76% 36%;
  --wa: 32 95% 44%;
  --er: 0 72% 51%;
}

[data-theme=lofi] {
  --p: 0 0% 5%;
  --pf: 0 0% 4%;
  --sf: 0 2% 8%;
  --af: 0 0% 12%;
  --nf: 0 0% 0%;
  --btn-text-case: uppercase;
  --border-btn: 1px;
  --tab-border: 1px;
  --pc: 0 0% 100%;
  --s: 0 2% 10%;
  --sc: 0 0% 100%;
  --a: 0 0% 15%;
  --ac: 0 0% 100%;
  --n: 0 0% 0%;
  --nc: 0 0% 100%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 0 2% 90%;
  --bc: 0 0% 0%;
  --in: 212 100% 48%;
  --inc: 0 0% 100%;
  --su: 137 72% 46%;
  --suc: 0 0% 100%;
  --wa: 5 100% 66%;
  --wac: 0 0% 100%;
  --er: 325 78% 49%;
  --erc: 0 0% 100%;
  --rounded-box: 0.25rem;
  --rounded-btn: 0.125rem;
  --rounded-badge: 0.125rem;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
  --tab-radius: 0;
}

[data-theme=pastel] {
  --p: 284 22% 80%;
  --pf: 284 22% 64%;
  --sf: 352 70% 70%;
  --af: 158 55% 65%;
  --nf: 199 44% 49%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --bc: 0 0% 20%;
  --pc: 284 59% 16%;
  --sc: 352 100% 18%;
  --ac: 158 100% 16%;
  --nc: 199 100% 12%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 352 70% 88%;
  --a: 158 55% 81%;
  --n: 199 44% 61%;
  --b1: 0 0% 100%;
  --b2: 210 20% 98%;
  --b3: 216 12% 84%;
  --rounded-btn: 1.9rem;
}

[data-theme=fantasy] {
  --p: 296 83% 25%;
  --pf: 296 83% 20%;
  --sf: 200 100% 30%;
  --af: 31 94% 41%;
  --nf: 215 28% 13%;
  --b2: 0 0% 90%;
  --b3: 0 0% 81%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --pc: 296 100% 85%;
  --sc: 200 100% 87%;
  --ac: 31 100% 10%;
  --nc: 215 62% 83%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 200 100% 37%;
  --a: 31 94% 51%;
  --n: 215 28% 17%;
  --b1: 0 0% 100%;
  --bc: 215 28% 17%;
}

[data-theme=wireframe] {
  font-family: Chalkboard,comic sans ms,"sanssecondaryerif";
  --pf: 0 0% 58%;
  --sf: 0 0% 58%;
  --af: 0 0% 58%;
  --nf: 0 0% 74%;
  --bc: 0 0% 20%;
  --pc: 0 0% 14%;
  --sc: 0 0% 14%;
  --ac: 0 0% 14%;
  --nc: 0 0% 18%;
  --inc: 240 100% 90%;
  --suc: 120 100% 85%;
  --wac: 60 100% 10%;
  --erc: 0 100% 90%;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0 0% 72%;
  --s: 0 0% 72%;
  --a: 0 0% 72%;
  --n: 0 0% 92%;
  --b1: 0 0% 100%;
  --b2: 0 0% 93%;
  --b3: 0 0% 87%;
  --in: 240 100% 50%;
  --su: 120 100% 25%;
  --wa: 60 30% 50%;
  --er: 0 100% 50%;
  --rounded-box: 0.2rem;
  --rounded-btn: 0.2rem;
  --rounded-badge: 0.2rem;
  --tab-radius: 0.2rem;
}

[data-theme=black] {
  --p: 0 2% 20%;
  --pf: 0 2% 16%;
  --sf: 0 2% 16%;
  --af: 0 2% 16%;
  --bc: 0 0% 80%;
  --pc: 0 5% 84%;
  --sc: 0 5% 84%;
  --ac: 0 5% 84%;
  --nc: 0 3% 83%;
  --inc: 240 100% 90%;
  --suc: 120 100% 85%;
  --wac: 60 100% 10%;
  --erc: 0 100% 90%;
  --border-btn: 1px;
  --tab-border: 1px;
  --s: 0 2% 20%;
  --a: 0 2% 20%;
  --b1: 0 0% 0%;
  --b2: 0 0% 5%;
  --b3: 0 2% 10%;
  --n: 0 1% 15%;
  --nf: 0 2% 20%;
  --in: 240 100% 50%;
  --su: 120 100% 25%;
  --wa: 60 100% 50%;
  --er: 0 100% 50%;
  --rounded-box: 0;
  --rounded-btn: 0;
  --rounded-badge: 0;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-text-case: lowercase;
  --btn-focus-scale: 1;
  --tab-radius: 0;
}

[data-theme=luxury] {
  --p: 0 0% 100%;
  --pf: 0 0% 80%;
  --sf: 218 54% 14%;
  --af: 319 22% 21%;
  --nf: 270 4% 7%;
  --pc: 0 0% 20%;
  --sc: 218 100% 84%;
  --ac: 319 85% 85%;
  --inc: 202 100% 14%;
  --suc: 89 100% 10%;
  --wac: 54 100% 13%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 218 54% 18%;
  --a: 319 22% 26%;
  --n: 270 4% 9%;
  --nc: 37 67% 58%;
  --b1: 240 10% 4%;
  --b2: 270 4% 9%;
  --b3: 270 2% 18%;
  --bc: 37 67% 58%;
  --in: 202 100% 70%;
  --su: 89 62% 52%;
  --wa: 54 69% 64%;
  --er: 0 100% 72%;
}

[data-theme=dracula] {
  --p: 326 100% 74%;
  --pf: 326 100% 59%;
  --sf: 265 89% 62%;
  --af: 31 100% 57%;
  --nf: 230 15% 24%;
  --b2: 231 15% 17%;
  --b3: 231 15% 15%;
  --pc: 326 100% 15%;
  --sc: 265 100% 16%;
  --ac: 31 100% 14%;
  --nc: 230 71% 86%;
  --inc: 191 100% 15%;
  --suc: 135 100% 13%;
  --wac: 65 100% 15%;
  --erc: 0 100% 13%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 265 89% 78%;
  --a: 31 100% 71%;
  --n: 230 15% 30%;
  --b1: 231 15% 18%;
  --bc: 60 30% 96%;
  --in: 191 97% 77%;
  --su: 135 94% 65%;
  --wa: 65 92% 76%;
  --er: 0 100% 67%;
}

[data-theme=cmyk] {
  --p: 203 83% 60%;
  --pf: 203 83% 48%;
  --sf: 335 78% 48%;
  --af: 56 100% 48%;
  --nf: 0 0% 8%;
  --b2: 0 0% 90%;
  --b3: 0 0% 81%;
  --bc: 0 0% 20%;
  --pc: 203 100% 12%;
  --sc: 335 100% 92%;
  --ac: 56 100% 12%;
  --nc: 0 0% 82%;
  --inc: 192 100% 10%;
  --suc: 291 100% 88%;
  --wac: 25 100% 11%;
  --erc: 4 100% 91%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 335 78% 60%;
  --a: 56 100% 60%;
  --n: 0 0% 10%;
  --b1: 0 0% 100%;
  --in: 192 48% 52%;
  --su: 291 48% 38%;
  --wa: 25 85% 57%;
  --er: 4 81% 56%;
}

[data-theme=autumn] {
  --p: 344 96% 28%;
  --pf: 344 96% 22%;
  --sf: 0 63% 47%;
  --af: 27 56% 50%;
  --nf: 22 17% 35%;
  --b2: 0 0% 85%;
  --b3: 0 0% 77%;
  --bc: 0 0% 19%;
  --pc: 344 100% 86%;
  --sc: 0 100% 92%;
  --ac: 27 100% 13%;
  --nc: 22 100% 89%;
  --inc: 187 100% 10%;
  --suc: 165 100% 89%;
  --wac: 30 100% 10%;
  --erc: 354 100% 90%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 0 63% 58%;
  --a: 27 56% 63%;
  --n: 22 17% 44%;
  --b1: 0 0% 95%;
  --in: 187 48% 50%;
  --su: 165 34% 43%;
  --wa: 30 84% 50%;
  --er: 354 79% 49%;
}

[data-theme=business] {
  --p: 210 64% 31%;
  --pf: 210 64% 24%;
  --sf: 200 13% 44%;
  --af: 13 80% 48%;
  --nf: 213 14% 13%;
  --b2: 0 0% 11%;
  --b3: 0 0% 10%;
  --bc: 0 0% 83%;
  --pc: 210 100% 86%;
  --sc: 200 100% 11%;
  --ac: 13 100% 12%;
  --nc: 213 28% 83%;
  --inc: 199 100% 88%;
  --suc: 144 100% 11%;
  --wac: 39 100% 12%;
  --erc: 6 100% 89%;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 200 13% 55%;
  --a: 13 80% 60%;
  --n: 213 14% 16%;
  --b1: 0 0% 13%;
  --in: 199 100% 42%;
  --su: 144 31% 56%;
  --wa: 39 64% 60%;
  --er: 6 56% 43%;
  --rounded-box: 0.25rem;
  --rounded-btn: .125rem;
  --rounded-badge: .125rem;
}

[data-theme=acid] {
  --p: 303 100% 50%;
  --pf: 303 100% 40%;
  --sf: 27 100% 40%;
  --af: 72 98% 40%;
  --nf: 238 43% 14%;
  --b2: 0 0% 88%;
  --b3: 0 0% 79%;
  --bc: 0 0% 20%;
  --pc: 303 100% 90%;
  --sc: 27 100% 10%;
  --ac: 72 100% 10%;
  --nc: 238 99% 83%;
  --inc: 210 100% 12%;
  --suc: 149 100% 12%;
  --wac: 53 100% 11%;
  --erc: 1 100% 89%;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 27 100% 50%;
  --a: 72 98% 50%;
  --n: 238 43% 17%;
  --b1: 0 0% 98%;
  --in: 210 92% 58%;
  --su: 149 50% 58%;
  --wa: 53 93% 57%;
  --er: 1 100% 45%;
  --rounded-box: 1.25rem;
  --rounded-btn: 1rem;
  --rounded-badge: 1rem;
}

[data-theme=lemonade] {
  --p: 89 96% 31%;
  --pf: 89 96% 24%;
  --sf: 60 81% 44%;
  --af: 63 80% 71%;
  --nf: 238 43% 14%;
  --b2: 0 0% 90%;
  --b3: 0 0% 81%;
  --bc: 0 0% 20%;
  --pc: 89 100% 86%;
  --sc: 60 100% 11%;
  --ac: 63 100% 18%;
  --nc: 238 99% 83%;
  --inc: 192 79% 17%;
  --suc: 74 100% 16%;
  --wac: 50 100% 15%;
  --erc: 1 100% 17%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 60 81% 55%;
  --a: 63 80% 88%;
  --n: 238 43% 17%;
  --b1: 0 0% 100%;
  --in: 192 39% 85%;
  --su: 74 76% 79%;
  --wa: 50 87% 75%;
  --er: 1 70% 83%;
}

[data-theme=night] {
  --p: 198 93% 60%;
  --pf: 198 93% 48%;
  --sf: 234 89% 59%;
  --af: 329 86% 56%;
  --b2: 222 47% 10%;
  --b3: 222 47% 9%;
  --bc: 222 66% 82%;
  --pc: 198 100% 12%;
  --sc: 234 100% 15%;
  --ac: 329 100% 14%;
  --nc: 217 76% 83%;
  --inc: 198 100% 90%;
  --suc: 172 100% 10%;
  --wac: 41 100% 13%;
  --erc: 351 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 234 89% 74%;
  --a: 329 86% 70%;
  --n: 217 33% 17%;
  --nf: 217 30% 22%;
  --b1: 222 47% 11%;
  --in: 198 90% 48%;
  --su: 172 66% 50%;
  --wa: 41 88% 64%;
  --er: 351 95% 71%;
}

[data-theme=coffee] {
  --p: 30 67% 58%;
  --pf: 30 67% 46%;
  --sf: 182 25% 16%;
  --af: 194 74% 20%;
  --nf: 300 20% 5%;
  --b2: 306 19% 10%;
  --b3: 306 19% 9%;
  --pc: 30 100% 12%;
  --sc: 182 67% 84%;
  --ac: 194 100% 85%;
  --nc: 300 14% 81%;
  --inc: 171 100% 13%;
  --suc: 93 100% 12%;
  --wac: 43 100% 14%;
  --erc: 10 100% 15%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 182 25% 20%;
  --a: 194 74% 25%;
  --n: 300 20% 6%;
  --b1: 306 19% 11%;
  --bc: 37 8% 42%;
  --in: 171 37% 67%;
  --su: 93 25% 62%;
  --wa: 43 100% 69%;
  --er: 10 95% 75%;
}

[data-theme=winter] {
  --p: 212 100% 51%;
  --pf: 212 100% 41%;
  --sf: 247 47% 35%;
  --af: 310 49% 42%;
  --nf: 217 92% 8%;
  --pc: 212 100% 90%;
  --sc: 247 100% 89%;
  --ac: 310 100% 90%;
  --nc: 217 100% 82%;
  --inc: 192 100% 16%;
  --suc: 182 100% 13%;
  --wac: 32 100% 17%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 247 47% 43%;
  --a: 310 49% 52%;
  --n: 217 92% 10%;
  --b1: 0 0% 100%;
  --b2: 217 100% 97%;
  --b3: 219 44% 92%;
  --bc: 214 30% 32%;
  --in: 192 93% 78%;
  --su: 182 47% 66%;
  --wa: 32 62% 84%;
  --er: 0 63% 72%;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.tw-avatar {
  position: relative;
  display: inline-flex;
}
.tw-avatar > div {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.tw-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-avatar.tw-placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tw-btn {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  border-width: var(--border-btn, 1px);
  -webkit-animation: button-pop var(--animation-btn, 0.25s) ease-out;
          animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.tw-btn-disabled, .tw-btn[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.tw-btn-circle {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
.tw-btn.tw-loading, .tw-btn.tw-loading:hover {
  pointer-events: none;
}
.tw-btn.tw-loading:before {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}
@media (prefers-reduced-motion: reduce) {

  .tw-btn.tw-loading:before {
    -webkit-animation: spin 10s linear infinite;
            animation: spin 10s linear infinite;
  }
}
@-webkit-keyframes spin {

  from {
    transform: rotate(0deg);
  }

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

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.tw-btn-group > input[type="radio"].tw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tw-btn-group > input[type="radio"].tw-btn:before {
  content: attr(data-title);
}
.tw-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1rem;
}
.tw-divider:before,
  .tw-divider:after {
  content: "";
  flex-grow: 1;
  height: 0.125rem;
  width: 100%;
}
.tw-dropdown {
  position: relative;
  display: inline-block;
}
.tw-dropdown > *:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-dropdown .tw-dropdown-content {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  visibility: hidden;
  position: absolute;
  z-index: 50;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tw-dropdown-end .tw-dropdown-content {
  right: 0px;
}
.tw-dropdown-left .tw-dropdown-content {
  top: 0px;
  right: 100%;
  bottom: auto;
  transform-origin: right;
}
.tw-dropdown-right .tw-dropdown-content {
  left: 100%;
  top: 0px;
  bottom: auto;
  transform-origin: left;
}
.tw-dropdown-top .tw-dropdown-content {
  bottom: 100%;
  top: auto;
  transform-origin: bottom;
}
.tw-dropdown-end.tw-dropdown-right .tw-dropdown-content {
  bottom: 0px;
  top: auto;
}
.tw-dropdown-end.tw-dropdown-left .tw-dropdown-content {
  bottom: 0px;
  top: auto;
}
.tw-dropdown.tw-dropdown-open .tw-dropdown-content, .tw-dropdown.tw-dropdown-hover:hover .tw-dropdown-content, .tw-dropdown:not(.tw-dropdown-hover):focus .tw-dropdown-content, .tw-dropdown:not(.tw-dropdown-hover):focus-within .tw-dropdown-content {
  visibility: visible;
  opacity: 1;
}
.tw-menu {
  display: flex;
  flex-direction: column;
}
.tw-menu.tw-horizontal {
  display: inline-flex;
  flex-direction: row;
}
.tw-menu.tw-horizontal :where(li) {
  flex-direction: row;
}
.tw-menu :where(li) {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
.tw-menu :where(li:not(.tw-menu-title)) > :where(*:not(ul)) {
  display: flex;
}
.tw-menu :where(li:not(.tw-disabled):not(.tw-menu-title)) > :where(*:not(ul)) {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  align-items: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-menu > :where(li > *:not(ul):focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-menu > :where(li.tw-disabled > *:not(ul):focus) {
  cursor: auto;
}
.tw-menu > :where(li) :where(ul) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.tw-menu > :where(li) > :where(ul) {
  position: absolute;
  display: none;
  top: initial;
  left: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.tw-menu > :where(li:hover) > :where(ul) {
  display: flex;
}
.tw-menu > :where(li:focus) > :where(ul) {
  display: flex;
}
.tw-navbar {
  display: flex;
  align-items: center;
  padding: var(--navbar-padding, 0.5rem);
  min-height: 4rem;
  width: 100%;
}
:where(.tw-navbar > *) {
  display: inline-flex;
  align-items: center;
}
.tw-navbar-start {
  width: 50%;
  justify-content: flex-start;
}
.tw-navbar-end {
  width: 50%;
  justify-content: flex-end;
}
.tw-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.tw-toggle {
  flex-shrink: 0;
  --chkbg: hsla(var(--bc) / 0.2);
  --handleoffset: 1.5rem;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-badge, 1.9rem);
  transition: background, box-shadow var(--animation-input, 0.2s) ease-in-out;
  box-shadow: calc(var(--handleoffset) * -1) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset;
}
.tw-avatar-group .tw-avatar {
  overflow: hidden;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b1) / var(--tw-border-opacity));
}
.tw-btn-outline .tw-badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-primary .tw-badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-secondary .tw-badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--s) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-accent .tw-badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--a) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--a) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.tw-btn-outline .tw-badge.tw-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  background-color: transparent;
}
.tw-btn-outline.tw-btn-primary .tw-badge-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-secondary .tw-badge-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-accent .tw-badge-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--a) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--a) / var(--tw-text-opacity));
}
.tw-btn-outline:hover .tw-badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.tw-btn-outline:hover .tw-badge.tw-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-primary:hover .tw-badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-primary:hover .tw-badge.tw-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-secondary:hover .tw-badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-secondary:hover .tw-badge.tw-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf, var(--s)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-accent:hover .tw-badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--ac) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--ac) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--a) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-accent:hover .tw-badge.tw-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--ac) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--af, var(--a)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.tw-btn:active:hover,
  .tw-btn:active:focus {
  -webkit-animation: none;
          animation: none;
  transform: scale(var(--btn-focus-scale, 0.95));
}
.tw-btn:hover, .tw-btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}
.tw-btn:focus-visible {
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}
.tw-btn-primary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.tw-btn-primary:hover, .tw-btn-primary.tw-btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
}
.tw-btn-primary:focus-visible {
  outline: 2px solid hsl(var(--p));
}
.tw-btn-secondary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--s) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.tw-btn-secondary:hover, .tw-btn-secondary.tw-btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sf, var(--s)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf, var(--s)) / var(--tw-bg-opacity));
}
.tw-btn-secondary:focus-visible {
  outline: 2px solid hsl(var(--s));
}
.tw-btn-accent {
  --tw-border-opacity: 1;
  border-color: hsl(var(--a) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--a) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.tw-btn-accent:hover, .tw-btn-accent.tw-btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--af, var(--a)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--af, var(--a)) / var(--tw-bg-opacity));
}
.tw-btn-accent:focus-visible {
  outline: 2px solid hsl(var(--a));
}
.tw-btn-warning {
  --tw-border-opacity: 1;
  border-color: hsl(var(--wa) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wa) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--wac, var(--nc)) / var(--tw-text-opacity));
}
.tw-btn-warning:hover, .tw-btn-warning.tw-btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--wa) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wa) / var(--tw-bg-opacity));
}
.tw-btn-warning:focus-visible {
  outline: 2px solid hsl(var(--wa));
}
.tw-btn-error {
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--er) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--erc, var(--nc)) / var(--tw-text-opacity));
}
.tw-btn-error:hover, .tw-btn-error.tw-btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--er) / var(--tw-bg-opacity));
}
.tw-btn-error:focus-visible {
  outline: 2px solid hsl(var(--er));
}
.tw-btn.tw-glass:hover,
    .tw-btn.tw-glass.tw-btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.tw-btn.tw-glass:focus-visible {
  outline: 2px solid 0 0 2px currentColor;
}
.tw-btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
}
.tw-btn-ghost:hover, .tw-btn-ghost.tw-btn-active {
  --tw-border-opacity: 0;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.tw-btn-ghost:focus-visible {
  outline: 2px solid 0 0 2px currentColor;
}
.tw-btn-outline {
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.tw-btn-outline:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--b1) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-secondary {
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sf, var(--s)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf, var(--s)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-accent {
  --tw-text-opacity: 1;
  color: hsl(var(--a) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-accent:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--af, var(--a)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--af, var(--a)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-success {
  --tw-text-opacity: 1;
  color: hsl(var(--su) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-success:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--su) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--suc, var(--nc)) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-info {
  --tw-text-opacity: 1;
  color: hsl(var(--in) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-info:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--in) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--in) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--inc, var(--nc)) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-warning {
  --tw-text-opacity: 1;
  color: hsl(var(--wa) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-warning:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--wa) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wa) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--wac, var(--nc)) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-error {
  --tw-text-opacity: 1;
  color: hsl(var(--er) / var(--tw-text-opacity));
}
.tw-btn-outline.tw-btn-error:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--er) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--er) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--erc, var(--nc)) / var(--tw-text-opacity));
}
.tw-btn.tw-loading.tw-btn-square:before, .tw-btn.tw-loading.tw-btn-circle:before {
  margin-right: 0px;
}
.tw-btn.tw-loading.tw-btn-xl:before, .tw-btn.tw-loading.tw-btn-lg:before {
  height: 1.25rem;
  width: 1.25rem;
}
.tw-btn.tw-loading.tw-btn-sm:before, .tw-btn.tw-loading.tw-btn-xs:before {
  height: 0.75rem;
  width: 0.75rem;
}
.tw-btn-group > input[type="radio"]:checked.tw-btn, .tw-btn-group > .tw-btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.tw-btn-group > input[type="radio"]:checked.tw-btn:focus-visible, .tw-btn-group > .tw-btn-active:focus-visible {
  outline: 2px solid hsl(var(--p));
}
.tw-btn-group > .tw-btn:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tw-btn-group > .tw-btn:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@-webkit-keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.95));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.95));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
.tw-divider:before {
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.tw-divider:after {
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.tw-divider:not(:empty) {
  gap: 1rem;
}
.tw-drawer-toggle:focus-visible ~ .tw-drawer-content .tw-drawer-button.tw-btn-primary {
  outline: 2px solid hsl(var(--p));
}
.tw-drawer-toggle:focus-visible ~ .tw-drawer-content .tw-drawer-button.tw-btn-secondary {
  outline: 2px solid hsl(var(--s));
}
.tw-drawer-toggle:focus-visible ~ .tw-drawer-content .tw-drawer-button.tw-btn-accent {
  outline: 2px solid hsl(var(--a));
}
.tw-drawer-toggle:focus-visible ~ .tw-drawer-content .tw-drawer-button.tw-btn-warning {
  outline: 2px solid hsl(var(--wa));
}
.tw-drawer-toggle:focus-visible ~ .tw-drawer-content .tw-drawer-button.tw-btn-error {
  outline: 2px solid hsl(var(--er));
}
.tw-drawer-toggle:focus-visible ~ .tw-drawer-content .tw-drawer-button.tw-btn-ghost {
  outline: 2px solid currentColor;
}
.tw-dropdown.tw-dropdown-open .tw-dropdown-content, .tw-dropdown.tw-dropdown-hover:hover .tw-dropdown-content, .tw-dropdown:focus .tw-dropdown-content, .tw-dropdown:focus-within .tw-dropdown-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-menu.tw-horizontal li.tw-bordered > a, .tw-menu.tw-horizontal li.tw-bordered > button, .tw-menu.tw-horizontal li.tw-bordered > span {
  border-left-width: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.tw-menu[class*="p-"] li *, .tw-menu[class*="p-"] li button {
  border-radius: var(--rounded-btn, 0.5rem);
}
.tw-menu :where(li.tw-bordered > *) {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.tw-menu :where(li) > :where(*:not(ul)) {
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: currentColor;
}
.tw-menu :where(li:not(.tw-menu-title):not(:empty)) > :where(*:not(ul):focus), .tw-menu :where(li:not(.tw-menu-title):not(:empty)) > :where(*:not(ul):hover) {
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.tw-menu :where(li:not(.tw-menu-title):not(:empty)) > :where(:not(ul).tw-active), .tw-menu :where(li:not(.tw-menu-title):not(:empty)) > :where(*:not(ul):active) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.tw-menu :where(li:empty) {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1px;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.tw-menu li.tw-disabled > * {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.tw-menu li.tw-disabled > *:hover {
  background-color: transparent;
}
.tw-menu li.tw-hover-bordered a {
  border-left-width: 4px;
  border-color: transparent;
}
.tw-menu li.tw-hover-bordered a:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}
.tw-menu.tw-compact li > a, .tw-menu.tw-compact li > span {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-menu .tw-menu-title > * {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.4;
}
.tw-menu :where(li:not(.tw-disabled)) > :where(*:not(ul)) {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tw-menu > :where(li:first-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.tw-menu > :where(li:first-child) > :where(:not(ul)) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.tw-menu > :where(li:last-child) {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.tw-menu > :where(li:last-child) > :where(:not(ul)) {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.tw-menu > :where(li) > :where(ul) :where(li) {
  width: 100%;
  white-space: nowrap;
}
.tw-menu > :where(li) > :where(ul) :where(li) :where(ul) {
  padding-left: 1rem;
}
.tw-menu > :where(li) > :where(ul) :where(li) :where(:not(ul)) {
  width: 100%;
  white-space: nowrap;
}
.tw-menu > :where(li) > :where(ul) > :where(li:first-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.tw-menu > :where(li) > :where(ul) > :where(li:first-child) > :where(:not(ul)) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.tw-menu > :where(li) > :where(ul) > :where(li:last-child) {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.tw-menu > :where(li) > :where(ul) > :where(li:last-child) > :where(:not(ul)) {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
@-webkit-keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}
@-webkit-keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
.tw-toggle:focus-visible {
  outline: 2px solid hsl(var(--bc));
  outline-offset: 2px;
}
.tw-toggle:checked,
  .tw-toggle[checked="true"] {
  --chkbg: hsl(var(--bc));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  box-shadow: var(--handleoffset) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset;
}
[dir="rtl"] .tw-toggle:checked, [dir="rtl"] .tw-toggle[checked="true"] {
  box-shadow: calc(var(--handleoffset) * 1) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset;
}
.tw-toggle:indeterminate {
  --chkbg: hsl(var(--bc));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px hsl(var(--b1)) inset, calc(var(--handleoffset) / -2) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset;
}
[dir="rtl"] .tw-toggle:indeterminate {
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px hsl(var(--b1)) inset, calc(var(--handleoffset) / -2) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset;
}
.tw-toggle:disabled {
  cursor: not-allowed;
  border-color: transparent;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.tw-rounded-box {
  border-radius: var(--rounded-box, 1rem);
}
.tw-btn-circle:where(.tw-btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px;
}
.tw-btn-circle:where(.tw-btn-sm) {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}
.tw-btn-circle:where(.tw-btn-md) {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
.tw-btn-circle:where(.tw-btn-lg) {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px;
}
.tw-menu-horizontal {
  display: inline-flex;
  flex-direction: row;
}
.tw-menu-horizontal :where(li) {
  flex-direction: row;
}
.tw-menu-horizontal > :where(li) > :where(ul) {
  top: 100%;
  left: initial;
}
.tw-avatar.tw-online:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
  box-shadow: 0 0 0 2px hsl(var(--b1));
}
.tw-avatar.tw-offline:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
  box-shadow: 0 0 0 2px hsl(var(--b1));
}
.tw-menu-horizontal :where(li.tw-bordered > *) {
  border-left-width: 0px;
  border-bottom-width: 4px;
}
.tw-menu-compact :where(li > *) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-menu-horizontal > :where(li:first-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: inherit;
}
.tw-menu-horizontal > :where(li:first-child) > :where(*:not(ul)) {
  border-top-left-radius: inherit;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: inherit;
}
.tw-menu-horizontal > :where(li:last-child) {
  border-top-left-radius: unset;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: unset;
}
.tw-menu-horizontal > :where(li:last-child) > :where(*:not(ul)) {
  border-top-left-radius: unset;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: unset;
}
.tw-fixed {
  position: fixed !important;
}
.tw-absolute {
  position: absolute !important;
}
.tw-relative {
  position: relative !important;
}
.tw-right-0 {
  right: 0px !important;
}
.tw-z-50 {
  z-index: 50 !important;
}
.tw-z-20 {
  z-index: 20 !important;
}
.tw-m-auto {
  margin: auto !important;
}
.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tw-mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.tw-mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.tw-mt-1 {
  margin-top: 0.25rem !important;
}
.tw-mt-2 {
  margin-top: 0.5rem !important;
}
.tw-mt-3 {
  margin-top: 0.75rem !important;
}
.tw-mb-2 {
  margin-bottom: 0.5rem !important;
}
.tw-mr-1 {
  margin-right: 0.25rem !important;
}
.tw--mb-0 {
  margin-bottom: -0px !important;
}
.tw-mr-2 {
  margin-right: 0.5rem !important;
}
.tw-ml-2 {
  margin-left: 0.5rem !important;
}
.tw-mb-0 {
  margin-bottom: 0px !important;
}
.tw-mr-0 {
  margin-right: 0px !important;
}
.tw-mr-4 {
  margin-right: 1rem !important;
}
.tw-mt-0 {
  margin-top: 0px !important;
}
.tw-mt-8 {
  margin-top: 2rem !important;
}
.tw-mt-10 {
  margin-top: 2.5rem !important;
}
.tw-mt-4 {
  margin-top: 1rem !important;
}
.tw-mr-\[5px\] {
  margin-right: 5px !important;
}
.tw-mb-1 {
  margin-bottom: 0.25rem !important;
}
.tw-ml-0 {
  margin-left: 0px !important;
}
.tw-block {
  display: block !important;
}
.tw-inline-block {
  display: inline-block !important;
}
.tw-flex {
  display: flex !important;
}
.tw-hidden {
  display: none !important;
}
.tw-h-10 {
  height: 2.5rem !important;
}
.tw-h-5 {
  height: 1.25rem !important;
}
.tw-h-auto {
  height: auto !important;
}
.tw-h-6 {
  height: 1.5rem !important;
}
.tw-h-4 {
  height: 1rem !important;
}
.tw-h-screen {
  height: 100vh !important;
}
.tw-w-auto {
  width: auto !important;
}
.tw-w-5 {
  width: 1.25rem !important;
}
.tw-w-10 {
  width: 2.5rem !important;
}
.tw-w-52 {
  width: 13rem !important;
}
.tw-w-16 {
  width: 4rem !important;
}
.tw-w-9 {
  width: 2.25rem !important;
}
.tw-w-24 {
  width: 6rem !important;
}
.tw-w-full {
  width: 100% !important;
}
.tw-w-56 {
  width: 14rem !important;
}
.tw-w-2\/6 {
  width: 33.333333% !important;
}
.tw-w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tw-w-28 {
  width: 7rem !important;
}
.tw-w-8 {
  width: 2rem !important;
}
.tw-w-12 {
  width: 3rem !important;
}
.tw-w-11\/12 {
  width: 91.666667% !important;
}
.tw-w-48 {
  width: 12rem !important;
}
.tw-w-screen {
  width: 100vw !important;
}
.tw-max-w-7xl {
  max-width: 80rem !important;
}
.tw-max-w-sm {
  max-width: 24rem !important;
}
.tw-flex-row {
  flex-direction: row !important;
}
.tw-flex-col {
  flex-direction: column !important;
}
.tw-flex-wrap {
  flex-wrap: wrap !important;
}
.tw-flex-nowrap {
  flex-wrap: nowrap !important;
}
.tw-content-center {
  align-content: center !important;
}
.tw-items-center {
  align-items: center !important;
}
.tw-justify-end {
  justify-content: flex-end !important;
}
.tw-justify-center {
  justify-content: center !important;
}
.tw-justify-between {
  justify-content: space-between !important;
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.tw-overflow-auto {
  overflow: auto !important;
}
.tw-overflow-hidden {
  overflow: hidden !important;
}
.tw-overflow-x-auto {
  overflow-x: auto !important;
}
.tw-break-all {
  word-break: break-all !important;
}
.tw-rounded {
  border-radius: 0.25rem !important;
}
.tw-rounded-full {
  border-radius: 9999px !important;
}
.tw-rounded-\[4px\] {
  border-radius: 4px !important;
}
.tw-rounded-xl {
  border-radius: 0.75rem !important;
}
.tw-rounded-md {
  border-radius: 0.375rem !important;
}
.tw-rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.tw-border-l {
  border-left-width: 1px !important;
}
.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.tw-bg-neutral {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--n) / var(--tw-bg-opacity)) !important;
}
.tw-bg-slate-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}
.tw-bg-base-100 {
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity)) !important;
}
.tw-bg-darkSkyBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 175 233 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}
.tw-bg-\[\#717171\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 113 113 / var(--tw-bg-opacity)) !important;
}
.tw-bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
.tw-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}
.tw-from-blue-800 {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(30 64 175 / 0)) !important;
}
.tw-to-blue-900 {
  --tw-gradient-to: #1e3a8a !important;
}
.tw-stroke-gray-600 {
  stroke: #4b5563 !important;
}
.tw-p-2 {
  padding: 0.5rem !important;
}
.tw-p-3 {
  padding: 0.75rem !important;
}
.tw-p-0 {
  padding: 0px !important;
}
.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.tw-py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.tw-pl-2 {
  padding-left: 0.5rem !important;
}
.tw-pl-6 {
  padding-left: 1.5rem !important;
}
.tw-pb-4 {
  padding-bottom: 1rem !important;
}
.tw-pr-0 {
  padding-right: 0px !important;
}
.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}
.tw-pb-16 {
  padding-bottom: 4rem !important;
}
.tw-pb-28 {
  padding-bottom: 7rem !important;
}
.tw-pt-1 {
  padding-top: 0.25rem !important;
}
.tw-pt-5 {
  padding-top: 1.25rem !important;
}
.tw-pl-4 {
  padding-left: 1rem !important;
}
.tw-pt-4 {
  padding-top: 1rem !important;
}
.tw-text-center {
  text-align: center !important;
}
.tw-align-middle {
  vertical-align: middle !important;
}
.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.tw-font-semibold {
  font-weight: 600 !important;
}
.tw-normal-case {
  text-transform: none !important;
}
.tw-tracking-wide {
  letter-spacing: 0.025em !important;
}
.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.tw-text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(224 231 255 / var(--tw-text-opacity)) !important;
}
.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
/* COLORS */
/* FONTS */
/* HEADER */
/* SUBHEADER */
/* FILTERS */
/* Content */
/*
-----------------------------------------
Template: Ip Tracker
Version: 0.1
License:
-----------------------------------------
*/
/* CSS Document */
html, body {
  height: 100%;
  font-family: 'Open Sans', 'sans-serif';
  color: #353A41; }

/* -------------------- Header -------------------- */
.navbar {
  margin: 0; }

#main-header {
  width: 100%; }
  #main-header .btn {
    border: none;
    background: #F57C00;
    padding: 7px 10px;
    color: #fff;
    border-radius: 3px; }

.ipm-btn-search {
  border: none;
  background: #F57C00;
  padding: 7px 10px;
  color: #fff;
  border-radius: 3px; }

#main-header input {
  border: none;
  width: 400px;
  border-radius: 3px; }

/* -------------------- Company Logo -------------------- */
a.ipm-logo {
  text-indent: -9999px;
  width: 151px;
  height: 33px;
  background-image: url(../images/logo.png);
  background-size: cover;
  display: block;
  margin: 5px; }

a.ipm-logo.iptracker {
  background-image: url(../images/ipt-logo.png); }

/* -------------------- Full Container -------------------- */
.full-container {
  max-width: 1200px;
  margin: 0 auto; }

.filters {
  margin: 50px 0 20px;
  padding: 0; }

.ipm-selecters {
  float: right;
  margin: 0;
  padding: 0; }

.ipm-dropdown {
  float: left;
  margin: 0 10px 0 0;
  box-shadow: none; }

.ipm-form-inline select.ipm-selectpicker {
  min-width: 245px;
  box-shadow: none; }

.ipm-form select.ipm-selectpicker {
  min-width: 245px;
  box-shadow: none;
  float: right;
  margin-left: 10px; }

select.ipm-selectpicker {
  max-width: 245px;
  box-shadow: none; }

input.ipm-inputs {
  color: #999;
  margin: 0 5px 0 0; }

/* -------------------- Fonts Styles -------------------- */
p {
  margin: 0;
  color: #818589; }

h1 {
  font-size: 24px; }

h4 {
  font-size: 14px;
  font-weight: 600; }

strong {
  color: #353A41; }

/* -------------------- links Styles -------------------- */
a {
  color: #2996CC; }
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */ }

/* -------------------- ModalStyles -------------------- */
.ipm-modal-header {
  background: #37474F;
  color: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.ipm-modal-footer {
  background: #F5F7F8;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

span.ipm-modal-close {
  color: #fff; }

button.ipm-btn-primary {
  border: none;
  background: #0093DC;
  box-shadow: none; }

/* alerts module */
.alerts-form {
  margin-left: 5px;
  margin-right: 5px; }

.alerts-body {
  margin-top: 5px;
  margin-bottom: 15px; }

#massive-days {
  width: 80px; }

.alert-input {
  width: 80px !important; }

#movement-type-alerts td {
  white-space: normal !important; }

#massive-events-alerts .btn {
  height: 33px !important; }
#massive-events-alerts .select2-choice {
  width: 207px !important; }

#event-alerts .select2-choice {
  width: 207px !important; }

/* -------------------- Custom Tables -------------------- */
.tables-container {
  margin: 50px 0; }

.ip-table thead th {
  background: #FAFBFC; }
.ip-table th.renderable {
  text-align: center; }
.ip-table td {
  white-space: normal !important; }
  .ip-table td.renderable {
    text-align: center; }

th {
  white-space: normal !important; }

.ip-table th {
  display: none;
  height: 20px;
  padding: 10px 5px;
  overflow: inherit;
  line-height: 20px;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle; }
.ip-table td {
  display: none;
  height: 20px;
  padding: 10px 5px;
  overflow: inherit;
  line-height: 20px;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  border: 1px solid #e5e7eb; }
.ip-table tr {
  background-color: #FFF;
  border: 1px #e5e7eb;
  border-style: solid solid none solid; }

#ipm-full-table {
  margin: 0;
  padding: 0; }

tr.striped, th.select-all-header-cell.item-check {
  background: #F5F7F8; }

.ip-items-success {
  background: #ECFFEC;
  color: #359A35; }

.ipm-sortable {
  float: right; }

.ip-item-porcent {
  font-weight: bold; }

.tm-class {
  width: 100%;
  margin: 20px 0; }

.item-check-all {
  border: 1px #D1D6D8;
  border-style: solid; }

.ipm-toogle {
  border-color: #D1D6D8;
  box-shadow: none; }

table.child {
  margin: 20px 0; }

/* -------------------- Custom Paginator -------------------- */
.ipm-paginator {
  margin: 50px 0; }
  .ipm-paginator ul.pagination li a {
    color: #2996CC; }

/* -------------------- Custom fonts styles -------------------- */
span.ip-classes {
  background: #95A5AD;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 2px 0 0 0;
  line-height: 17px;
  margin: 2px; }
span.ip-classes-alert {
  background: #F7C28C;
  color: #fff; }
span.tm {
  font-size: 18px;
  font-weight: bold;
  color: #21A1E0;
  font-style: italic;
  font-family: 'PT Sans', sans-serif; }

a.tm {
  font-size: 18px;
  font-weight: bold;
  color: #21A1E0;
  font-style: italic;
  font-family: 'PT Sans', sans-serif; }

span.results {
  float: left;
  margin: 5px 0; }

a.actions {
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */
  color: #CAD2D6; }
  a.actions:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */ }
a.action-alert {
  color: #D32F2F; }
  a.action-alert:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */ }

.item-check .glyphicon {
  top: 3px;
  color: #95A5AD;
  position: relative; }

input.input-sm {
  height: 35px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  box-shadow: none; }

span.input-group-addon {
  margin: 0 5px; }

.input-daterange input:last-child {
  border-radius: 5px; }

/* -------------------- Custom Movements -------------------- */
table.custom-table {
  border-collapse: separate;
  border-spacing: 0; }

td.ipm-movements {
  border: solid 1px #D1D6D8;
  border-style: none solid solid none;
  padding: 10px; }

tr:first-child td.ipm-movements:first-child {
  border-top-left-radius: 3px;
  padding: 0; }
tr:first-child td.ipm-movements:last-child {
  border-top-right-radius: 3px;
  padding: 0; }
tr:last-child td.ipm-movements:first-child {
  border-bottom-left-radius: 3px;
  padding: 0; }
tr:last-child td.ipm-movements:last-child {
  border-bottom-right-radius: 3px;
  padding: 0; }
tr:first-child td.ipm-movements {
  border-top-style: solid;
  padding: 0; }
tr td.custom-table:first-child {
  border-left-style: solid; }
tr td.ipm-movements:first-child {
  border-left-style: solid;
  padding: 0; }

td.ipm-movements {
  margin: 0;
  padding: 0; }

.movements-table-header {
  background: #FFF;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  height: 40px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #e5e7eb; }

.items-left {
  margin: 0;
  padding: 0;
  float: left; }

.items-right {
  margin: 0;
  padding: 0;
  float: right; }

.content-movements {
  width: 100%;
  border-bottom: 1px solid #D1D6D8; }

.marked {
  background: #FFFFCC; }

.content-movements:last-child {
  width: 100%;
  height: 40px;
  border-bottom: 0; }

.select-all {
  margin: 0;
  padding: 0; }

.select-form {
  float: right;
  margin: 0;
  padding: 0; }

/* -------------------- Custom Movements items -------------------- */
.item-checkbox {
  margin: 0;
  padding: 10px 0;
  float: left; }

.item-action {
  margin: 0;
  padding: 10px 0;
  float: left;
  text-align: center;
  width: 4%; }

.item-event-title {
  margin: 0;
  padding: 10px 0 0 0;
  float: left;
  white-space: normal;
  text-align: left; }
  .item-event-title h4 {
    margin: 0;
    padding: 0; }

.item-event-description {
  margin: 0;
  padding: 5px 0 10px 0;
  float: left;
  white-space: normal;
  text-transform: lowercase; }

.item-alert {
  margin: 0;
  padding: 10px 0;
  float: left;
  width: 2%; }

.item-date {
  margin: 0;
  padding: 10px 0;
  float: left;
  width: 8%; }

.alert.alert-danger.error-login-message {
  margin-top: 10px;
  background-color: #E8BCBC;
  width: 24rem; }
  .alert.alert-danger.error-login-message span {
    display: block;
    text-align: center;
    color: #a94442; }

.form-signin a.ipm-logo.iptracker {
  width: 24rem;
  height: 5rem;
  margin-bottom: 20px;
  background-size: 20rem;
  background-repeat: no-repeat;
  background-position: center; }

#main-header .navbar ul li a {
  color: #000000; }
#main-header .navbar a.ipm-logo {
  text-indent: -9999px;
  width: 151px;
  height: 33px;
  background-image: url(../images/ipt-logo-2.png);
  background-size: cover;
  display: block;
  margin: 5px; }
#main-header .navbar a.ipm-logo.iptracker {
  background-image: url(../images/ipt-logo-2.png); }

.menu-item {
  gap: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: white; }
  .menu-item svg {
    fill: white; }

.tw-navbar {
  color: white; }

.tw-navbar a:hover {
  color: white; }

input.ipm-inputs-filters {
  width: 180px;
  margin-right: 5px; }

.surveillance {
  width: 100%;
  /* FILTERS */
  /* ACTIONS */
  /* RESULTS */ }
  .surveillance .surveillance-filters {
    background-color: #FFF;
    min-height: 70px;
    border: none;
    padding-top: 15px; }
    .surveillance .surveillance-filters .filter-label {
      margin: 8px; }
    .surveillance .surveillance-filters .input-daterange .form-control {
      padding: 0px;
      width: 90px; }
    .surveillance .surveillance-filters .full-container {
      padding-right: 15px; }
    .surveillance .surveillance-filters .ui-score-range input {
      width: 65px; }
    .surveillance .surveillance-filters .ui-score-range input:last-child {
      width: 70px;
      margin-left: 10px; }
    .surveillance .surveillance-filters .type-filter {
      width: 135px; }
    .surveillance .surveillance-filters .client-filter {
      width: 150px; }
    .surveillance .surveillance-filters .denomination-filter input {
      width: 210px; }
  .surveillance .surveillance-actions {
    margin-top: 20px;
    height: 40px;
    padding-right: 15px; }
    .surveillance .surveillance-actions .download-form {
      display: inline;
      padding-left: 10px; }
    .surveillance .surveillance-actions button {
      margin-left: 8px; }
  .surveillance .form-inline .form-group {
    margin-right: 8px; }
  .surveillance #surveillance-results-count {
    vertical-align: middle;
    display: table-cell;
    height: 34px;
    padding-left: 10px; }
  .surveillance .surveillance-results {
    width: 90%;
    margin: 0 auto; }
    .surveillance .surveillance-results .sv-mark, .surveillance .surveillance-results .sv-mark-pivot {
      padding: 15px; }
    @media screen and (max-width: 768px) {
      .surveillance .surveillance-results .sv-mark {
        padding: 5px; } }
    .surveillance .surveillance-results .sv-mark {
      width: 20%;
      vertical-align: text-top; }
      .surveillance .surveillance-results .sv-mark .sv-mark-image {
        padding-bottom: 15px; }
        .surveillance .surveillance-results .sv-mark .sv-mark-image .img-thumbnail {
          max-height: 60px;
          max-width: 60px; }
      .surveillance .surveillance-results .sv-mark .sv-mark-classes {
        margin-top: 10px; }
    .surveillance .surveillance-results .sv-mark-pivot {
      width: 25%;
      vertical-align: top; }
      .surveillance .surveillance-results .sv-mark-pivot .sv-mark-pivot-image {
        padding-bottom: 10px; }
        .surveillance .surveillance-results .sv-mark-pivot .sv-mark-pivot-image img {
          max-height: 40px; }
      .surveillance .surveillance-results .sv-mark-pivot .sv-mark-pivot-details {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        padding-left: 15px; }
      @media screen and (max-width: 768px) {
        .surveillance .surveillance-results .sv-mark-pivot .sv-mark-pivot-details {
          padding-left: 5px; } }
    .surveillance .surveillance-results .select-all-header-cell {
      overflow: visible; }
    .surveillance .surveillance-results .check-all-cell {
      white-space: nowrap !important; }
      .surveillance .surveillance-results .check-all-cell .ui-check-all {
        display: inline-block; }
      .surveillance .surveillance-results .check-all-cell .dropdown {
        display: inline-block;
        cursor: pointer; }
      .surveillance .surveillance-results .check-all-cell .caret {
        margin-bottom: 5px;
        margin-left: 5px; }

.ip-table.child thead tr th {
  font-weight: 600;
  font-size: 14px; }

.ip-table .score:hover {
  cursor: pointer; }

.navbar-text.date-data {
  margin-left: 5px;
  margin-right: 5px; }

.surveillance-results {
  padding-left: 10px;
  padding-right: 25px; }

.marks {
  padding: 15px; }
  .marks section {
    margin-right: 15px; }
  .marks #marksList {
    margin-top: 15px; }
    .marks #marksList .img-thumbnail {
      max-height: 60px;
      max-width: 60px; }
  .marks .marks-results-count {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 35%; }
  .marks .ui-download-selected-spreadsheet, .marks .ui-download-selected-report, .marks .ui-download-report, .marks .ui-new-mark {
    margin-left: 8px; }
  .marks .table-date {
    white-space: nowrap; }
  .marks .ip-classes.tooltip-classes {
    cursor: pointer; }
    .marks .ip-classes.tooltip-classes:hover {
      color: #36474F; }
  @media (min-width: 992px) {
    .marks.container {
      width: auto !important; } }
  @media (min-width: 768px) {
    .marks.container {
      width: auto !important; } }

.ui-portfolio-advanced-filters {
  display: none; }

.mark-sidebar-filters {
  padding-bottom: 7.3vh; }
  .mark-sidebar-filters .ui-portfolio-mark-btn {
    width: 100%; }

.domains {
  padding: 15px; }
  .domains section {
    margin-right: 15px; }
  .domains #domainsList {
    margin-top: 15px; }
  .domains .domains-results-count {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 35%; }
  .domains .ui-new-domain-btn {
    margin-left: 8px; }
  .domains .ui-download-report-btn {
    margin-left: 8px; }
  .domains .table-date {
    white-space: nowrap; }
  @media (min-width: 992px) {
    .domains.container {
      width: auto !important; } }
  @media (min-width: 768px) {
    .domains.container {
      width: auto !important; } }

.sidebar-filters .ui-portfolio-domain-btn, .sidebar-filters .ui-clear-filter-btn {
  padding: 6px 10px; }

.movements {
  width: 100%;
  /* FILTERS */ }
  .movements .form-inline .form-group {
    margin-right: 8px; }
  .movements .movements-filters {
    background-color: #FFF;
    min-height: 70px;
    border: none;
    padding-top: 15px; }
    .movements .movements-filters .input-daterange .date-to {
      margin-left: 8px; }
    .movements .movements-filters .input-daterange .form-control {
      width: 100px; }
    .movements .movements-filters .ui-select-tag {
      width: 170px; }
    .movements .movements-filters .type-filter select.ipm-selectpicker {
      min-width: 130px;
      float: none;
      margin-left: 0; }
    .movements .movements-filters .denomination-filter input {
      width: 245px;
      margin-right: 0px; }
    .movements .movements-filters .source-filter select.ipm-selectpicker {
      min-width: 115px;
      float: none;
      margin-left: 0; }
    @media screen and (max-width: 768px) {
      .movements .movements-filters .ui-select-tag {
        width: 100%; }
        .movements .movements-filters .ui-select-tag a {
          width: 100%; } }
  .movements #table-movements .movements-table-header {
    display: block;
    padding: 0; }
    .movements #table-movements .movements-table-header .mark-header-wrapper {
      width: 91%;
      padding: 0 15px; }
      .movements #table-movements .movements-table-header .mark-header-wrapper .mark-header {
        background-color: transparent; }
      .movements #table-movements .movements-table-header .mark-header-wrapper .mark-denomination {
        height: 40px;
        padding-top: 10px; }
      .movements #table-movements .movements-table-header .mark-header-wrapper .mark-classes {
        height: 40px;
        padding-top: 7px; }
      .movements #table-movements .movements-table-header .mark-header-wrapper .client-name {
        height: 40px;
        padding-top: 10px; }
      .movements #table-movements .movements-table-header .mark-header-wrapper .application-number {
        height: 40px;
        padding-top: 10px;
        margin-left: 7px; }
      .movements #table-movements .movements-table-header .mark-header-wrapper .ui-denomination, .movements #table-movements .movements-table-header .mark-header-wrapper .client-name {
        text-overflow: ellipsis;
        max-width: 370px;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block; }
    .movements #table-movements .movements-table-header .events {
      height: 40px;
      padding-top: 10px;
      width: 66px;
      text-align: center;
      border: 1px solid #DDDDDD;
      border-top: 0;
      border-bottom: 0; }
    .movements #table-movements .movements-table-header .ui-wrapper {
      width: 35px; }
    .movements #table-movements .movements-table-header .ui-check-all-cell {
      height: 40px;
      padding-top: 7px;
      padding-right: 4px;
      width: 3%;
      text-align: center;
      padding-left: 4px; }
      .movements #table-movements .movements-table-header .ui-check-all-cell .movement-dropdown {
        display: inline-block; }
      .movements #table-movements .movements-table-header .ui-check-all-cell .dropdown {
        display: inline-block; }
      .movements #table-movements .movements-table-header .ui-check-all-cell .caret {
        margin-bottom: 5px;
        margin-left: 5px;
        float: left;
        margin-top: 8px;
        cursor: pointer; }
  .movements #table-movements .movements-content {
    background-color: #FAFBFC; }
    .movements #table-movements .movements-content .selected {
      background-color: #FEFDED; }
    .movements #table-movements .movements-content .movement-data {
      display: flex;
      flex-flow: row wrap;
      border-bottom: 1px solid #e5e7eb; }
      .movements #table-movements .movements-content .movement-data > div {
        border-left: 1px solid #e5e7eb; }
      .movements #table-movements .movements-content .movement-data > div:first-child {
        border-left: 0; }
      .movements #table-movements .movements-content .movement-data .movement-action {
        width: 3%;
        text-align: center;
        padding-top: 10px; }
      .movements #table-movements .movements-content .movement-data .movement-description {
        width: 88%;
        padding: 10px 15px 15px; }
        .movements #table-movements .movements-content .movement-data .movement-description p {
          white-space: normal; }
        .movements #table-movements .movements-content .movement-data .movement-description .file-url {
          margin-left: 10px;
          color: #95A5AD !important; }
      .movements #table-movements .movements-content .movement-data .movement-events {
        width: calc(6% - 1px);
        text-align: center;
        padding-top: 9px; }
        .movements #table-movements .movements-content .movement-data .movement-events .new-event {
          display: block;
          margin-bottom: 5px; }
        .movements #table-movements .movements-content .movement-data .movement-events .manual-events {
          white-space: normal; }
          .movements #table-movements .movements-content .movement-data .movement-events .manual-events .manual-event {
            display: inline-block; }
      .movements #table-movements .movements-content .movement-data .movement-select {
        width: calc(3% - 1px);
        text-align: center;
        padding-top: 8px; }
    .movements #table-movements .movements-content .movement-data:last-child {
      border-bottom: 0; }
  .movements .ui-movements-actions {
    margin-top: 22px;
    height: 40px;
    padding-right: 20px; }
    .movements .ui-movements-actions button {
      margin-right: 8px; }
  .movements .full-container.movements-list {
    width: 85%; }
  .movements span.ip-classes {
    cursor: default; }
  .movements span.ui-tooltip-classes {
    cursor: pointer; }
  .movements tr:first-child td.ipm-movements:first-child {
    overflow: inherit; }

.clients {
  padding: 15px;
  padding-right: 25px; }
  .clients .ui-client-marks-report {
    margin-left: 5px; }
  .clients .ui-client-marks-spreadsheet {
    margin-left: 5px; }
  .clients .ui-clear-client-btn {
    margin-bottom: 10px;
    margin-left: 5px; }
  .clients .ui-new-client {
    margin-bottom: 10px; }
  .clients .ui-download-report {
    margin-bottom: 10px;
    margin-right: 5px; }
  .clients .clients-results-count {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%; }
  .clients h3.form-client-subtitle {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px; }
  .clients .ip-table tbody td {
    padding: 10px 5px; }

.client .modal-header {
  background: #37474F;
  color: #FFFFFF; }
  .client .modal-header .modal-title {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left; }
.client .client-bold {
  font-weight: bold; }
.client .client-p {
  font-size: 15px;
  color: #353A41;
  padding-bottom: 15px;
  text-align: center; }
.client .hide {
  visibility: hidden; }

.ui-click-client {
  cursor: pointer;
  font-weight: bold; }

.modal .ui-tooltip-marks-limit {
  display: inline-block;
  width: auto;
  margin-left: 5px; }
.modal .ui-marks-limit {
  border-top: 1px solid #E5E5E5; }
  .modal .ui-marks-limit .marks-limit-message {
    padding: 15px;
    background: #FDEDD4;
    border: 1px solid #F2951C;
    text-align: center;
    margin: 10px 0px 10px; }
.modal .modal-footer {
  margin-top: 10px; }
.modal .ui-report-header {
  background-color: #F5F4F5;
  padding: 10px; }
  .modal .ui-report-header h4 {
    margin-top: 0px;
    font-size: 16px; }
.modal .ui-report-body {
  padding-top: 10px; }
  .modal .ui-report-body .ui-mail-content {
    max-height: 300px;
    name: content; }
.modal .image-label img {
  display: block;
  margin: auto;
  max-width: 240px; }
.modal button {
  margin-right: 8px; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto; } }
#latest-scrap-dates-search {
  font-size: 12px;
  text-align: center;
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 26.4px;
  vertical-align: middle;
  line-height: 26.4px; }

#latest-scrap-dates-surveillance {
  font-size: 12px;
  text-align: center;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 15.2px; }

#latest-scrap-dates-movements {
  font-size: 12px;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px; }

.date-data {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }
  .date-data span {
    font-weight: normal; }

#search-parameters {
  float: left; }

#search-select {
  margin-left: 10px; }

/* -------------------- Custom Search Page -------------------- */
.ipm-table-search {
  max-width: 955px;
  width: 955px;
  float: left; }

.ipm-search-header {
  background: #ECEFF1;
  border-bottom: 1px solid #D1D6D8;
  min-height: 150px;
  width: 100%;
  margin: 0;
  padding: 0; }

.ipm-form-inline {
  padding: 10px 0 0; }

.ipm-table-search tr.selected .full-table .content-card {
  background-color: #FEFDED !important; }

.full-table {
  border: none;
  background-color: #FFF;
  border-radius: 0.25rem; }
  .full-table .header-table {
    background-color: #FFF;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    height: 40px;
    border-bottom: 1px solid #DDD; }
  .full-table .content-card {
    background-color: #FAFBFC; }

.search-child {
  padding: 11px 15px;
  position: relative; }

.search-child-action {
  position: absolute;
  bottom: 11px;
  right: 15px; }

.search-after {
  padding: 7px 20px; }

.img-items {
  margin: 0 10px 0 0;
  width: 75px;
  height: 75px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid  #D1D6D8;
  padding: 10px 12px 0; }
  .img-items > img {
    max-width: 50px;
    max-height: 50px; }

.ipm-checkbox {
  margin: 0;
  padding: 0; }

.item-save {
  padding: 7px 0 0 7px;
  margin: 0; }
  .item-save a {
    font-size: 12px; }

/* -------------------- Table Styles -------------------- */
.row-class {
  margin: 10px 0;
  width: 100%; }

td.search {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%; }
td.img {
  border: none;
  margin: 0;
  padding: 0;
  width: 75px;
  vertical-align: top; }

.items-right .score:hover {
  cursor: pointer; }

tr.ipm-search-results {
  margin: 20px 0;
  display: block;
  width: 100%; }

td.ipm-custom-td {
  border: none; }

/* -------------------- Span Class -------------------- */
span.date-success {
  color: #2CAB0f;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 5px; }
span.porcent {
  background: #37474F;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 3px; }
span.kind {
  background: #2CA2DE;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 5px; }
span.item-one {
  width: 20%;
  display: inline-block; }
span.item-two {
  width: 65%;
  display: inline-block; }
span.item-three {
  width: 15%;
  display: inline-block; }
span.item-four {
  width: 40%;
  display: inline-block; }
span.tm-search {
  margin-right: 10px; }

/* -------------------- Select2 Styles -------------------- */
#select2-ipm-rep > .select2-container, #select2-ipm-req > .select2-container {
  width: 245px;
  margin: 0 5px 0 0; }

.ipm-table-search td {
  border-bottom: 0px !important; }

/* FILTERS */
.search {
  width: 100%; }
  .search .form-inline .form-group {
    margin-right: 8px; }
  .search .ui-denomination-filter {
    width: 240px; }
  .search .ui-phrase-filter {
    width: 180px; }
  .search .ui-titular-filter {
    width: 220px; }
  .search .ui-administrative-contact-filter {
    width: 220px; }
  .search .ui-technical-contact-filter {
    width: 220px; }
  .search .ui-application-number-filter, .search .ui-registry-number-filter {
    width: 120px; }
  .search .ui-search-denomination-type {
    width: 120px; }
  .search .ui-requester-filter, .search .ui-representative-filter {
    width: 155px; }
  .search .search-filters {
    background-color: #FFF;
    min-height: 70px;
    border: none;
    padding-top: 15px; }

.search-content {
  padding-top: 0px; }
  .search-content span.date-failure {
    color: #E23E20;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 5px; }
  .search-content .ipm-sidebar-filters {
    width: 20%;
    float: right;
    margin-right: 0px;
    background-color: #FAFBFC;
    padding: 10px;
    margin-top: -10px; }
  .search-content .ui-search-results table {
    border-collapse: separate; }
  .search-content .ui-search-results .result-class {
    vertical-align: super; }
  .search-content .ui-search-results .denomination {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
    display: inline-block;
    white-space: nowrap; }
  .search-content .backgrid tbody tr.empty td {
    display: table-cell !important;
    text-align: center;
    vertical-align: middle; }
  .search-content .ui-search-error {
    text-align: center;
    vertical-align: middle;
    padding: 4px 5px; }
  .search-content span.ip-classes {
    cursor: default; }
  .search-content span.tooltip-classes {
    cursor: pointer; }

.total-records-pages-info {
  margin-bottom: 6px; }

#results-region.ipm-table-search {
  width: 80%;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%; }

#clear-filter {
  margin-left: 8px; }

.country_flag img {
  max-width: 80%; }

.content-sidebar-opened {
  transition: all 0.2s ease;
  width: 100%; }

.content-sidebar-collapsed {
  transition: all 0.2s ease;
  width: 100%; }

#sidebar-filters {
  display: none;
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 65px;
  background-color: #FAFBFC;
  width: 352px; }
  #sidebar-filters .sidebar-filters-header {
    padding-left: 5px;
    padding-right: 5px; }
    #sidebar-filters .sidebar-filters-header .ui-show-button {
      display: none; }
    #sidebar-filters .sidebar-filters-header .ui-collapse-button {
      padding-left: 4px; }
  #sidebar-filters .sidebar-filters {
    top: 0;
    bottom: 0;
    display: inline-block;
    padding-left: 10px;
    padding-right: 18px; }
  #sidebar-filters .collapsable-filters {
    padding: 5px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.3s ease; }
  #sidebar-filters .filters-opened {
    width: 250px;
    overflow: hidden;
    transition: all 0.2s ease;
    height: 100%; }
  #sidebar-filters .sidebar-opened {
    width: 280px;
    transition: all 0.2s ease; }
  #sidebar-filters .sidebar-collapsed {
    overflow: initial;
    transition: all 0.2s ease;
    width: 115px;
    height: 100%; }
  #sidebar-filters .ui-collapsed-label {
    display: none; }

@media screen and (max-width: 768px) {
  #sidebar-filters {
    display: none !important; } }
/* Sidebar Menu Styles */
#sidebar-menu {
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #CCCCCC;
  background-color: #FAFBFC;
  position: relative; }
  #sidebar-menu .sidebar-menu-nav a.menu-item {
    color: #36474F; }
    #sidebar-menu .sidebar-menu-nav a.menu-item.active {
      color: #FFAA3C; }
    #sidebar-menu .sidebar-menu-nav a.menu-item:hover {
      background: none;
      opacity: 0.4;
      filter: alpha(opacity=40);
      /* For IE8 and earlier */ }
    #sidebar-menu .sidebar-menu-nav a.menu-item:focus, #sidebar-menu .sidebar-menu-nav a.menu-item:visited {
      background: none; }
    #sidebar-menu .sidebar-menu-nav a.menu-item.has-submenu {
      cursor: pointer; }
      #sidebar-menu .sidebar-menu-nav a.menu-item.has-submenu:hover {
        color: #FFAA3C; }

.sidebar-menu-nav ul li {
  text-indent: 20px;
  line-height: 40px; }

.user-list {
  font-family: "Open Sans", sans-serif;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
  width: 90%; }
  .user-list .header-region {
    margin: 20px 0; }
    .user-list .header-region .users-info {
      margin-top: 7px;
      margin-left: 30px; }
      .user-list .header-region .users-info span {
        color: #656E77;
        margin: 0 5px; }
      .user-list .header-region .users-info i {
        margin-right: 3px; }
      .user-list .header-region .users-info .user-total {
        font-size: 15px;
        font-weight: 600;
        color: #000000; }
      .user-list .header-region .users-info .actives {
        margin-left: 5px; }
        .user-list .header-region .users-info .actives i {
          color: #68C61C; }
    .user-list .header-region .form-search {
      position: relative;
      width: 350px;
      height: 36px; }
      .user-list .header-region .form-search .search:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 6px;
        margin-top: -6px;
        background: 0 0;
        border: 3px solid gray;
        border-radius: 12px;
        content: "";
        box-sizing: content-box; }
      .user-list .header-region .form-search .search {
        position: absolute;
        top: 17px;
        left: 8px;
        z-index: 1000;
        width: 10px;
        height: 20px;
        margin-top: -10px;
        box-sizing: content-box; }
      .user-list .header-region .form-search .search:after {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 3px;
        height: 7px;
        margin-top: 2px;
        background-color: gray;
        content: "";
        transform: rotate(-45deg);
        box-sizing: content-box; }
      .user-list .header-region .form-search input {
        width: 350px;
        height: 36px;
        border-radius: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 30px;
        position: absolute;
        display: inline-block;
        font-weight: 400;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc; }
      .user-list .header-region .form-search input:focus {
        outline: 0 none; }
      .user-list .header-region .form-search .clear {
        position: absolute;
        top: 18px;
        right: 8px;
        z-index: 1000;
        width: 10px;
        height: 20px;
        margin-top: -10px;
        font-family: sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        color: gray;
        text-decoration: none; }
  .user-list .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #e5e7eb; }
  .user-list .user-table {
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #FFF; }
    .user-list .user-table thead > tr > th {
      overflow: hidden;
      padding: 15px 8px;
      background-color: rows_background_secondary_color;
      text-align: left;
      font-weight: normal;
      border-bottom: 1px solid #e5e7eb; }
    .user-list .user-table tbody > tr > td {
      overflow: hidden;
      padding-top: 17px;
      padding-bottom: 5px;
      height: 54px; }
    .user-list .user-table tbody > tr > td:last-child {
      padding-top: 15px;
      padding-bottom: 10px; }
    .user-list .user-table .name-col {
      width: 25%; }
    .user-list .user-table .email-col {
      width: 20%; }
    .user-list .user-table .role-col {
      width: 20%; }
    .user-list .user-table .active-col {
      width: 10%; }

.user-edit {
  background-color: #FFF; }
  .user-edit .one-more {
    color: #5790E3; }
  .user-edit button {
    margin-left: 8px; }
  .user-edit .section {
    border-bottom: 1px solid #e5e7eb;
    width: 810px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden; }
    .user-edit .section .column {
      float: left;
      width: 250px;
      margin-right: 20px; }
    .user-edit .section .column-offset {
      margin-left: 270px; }
    .user-edit .section .row {
      margin: 0; }
  .user-edit .section:last-child {
    border-bottom: 0; }
  .user-edit .form-group {
    margin-bottom: 20px; }
  .user-edit .switch-wrapper {
    width: 132px; }
    .user-edit .switch-wrapper .input-helper {
      margin-top: 3px; }
  .user-edit .select2-drop, .user-edit .select2-choice {
    box-shadow: none;
    transition: none; }
  .user-edit .input {
    width: 352px; }
  .user-edit .input-helper {
    color: #818992; }
  .user-edit .inline .input {
    display: inline-block;
    margin-right: 20px; }

.list-container {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0px;
  display: flex;
  flex-flow: row; }
  .list-container .title {
    margin: 20px 0 30px 20px;
    text-transform: uppercase; }
  .list-container h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600; }
  .list-container .sidebar {
    border-right: solid 1px #C6CFD3;
    margin-left: -2px;
    flex: 1 25%;
    order: 1;
    overflow-y: auto;
    padding: 0; }
    .list-container .sidebar ul {
      list-style: none;
      padding-left: 0; }
      .list-container .sidebar ul .menu-box {
        display: inline-block;
        border-bottom: solid 1px #C6CFD3;
        width: 2%;
        height: 53px;
        float: left; }
      .list-container .sidebar ul li:first-child .menu-box {
        border-top: solid 1px #C6CFD3;
        height: 54px; }
      .list-container .sidebar ul li:first-child .menu-title {
        border-top: 1px solid #C6CFD3; }
      .list-container .sidebar ul li:first-child.active .menu-box {
        border-top: 1px solid #FFAA3C; }
      .list-container .sidebar ul li a {
        color: #000000; }
      .list-container .sidebar ul .before-link .menu-box {
        border-bottom: 1px solid #FFAA3C; }
      .list-container .sidebar ul .menu-title {
        display: inline-block;
        padding: 17px 21px 15px;
        width: 98%;
        border-bottom: 1px solid #C6CFD3; }
      .list-container .sidebar ul .active {
        background-color: #F5F5F5; }
        .list-container .sidebar ul .active .menu-box {
          background-color: #FFAA3C;
          border: none 0; }
      .list-container .sidebar ul li:hover {
        background-color: #F5F5F5;
        cursor: pointer; }
  .list-container .content {
    padding: 15px;
    padding-left: 50px;
    padding-bottom: 130px;
    flex: 1 1 100%;
    -webkit-order: 2;
    min-height: 100%;
    order: 2;
    overflow: hidden; }
    .list-container .content .title {
      margin-left: 0; }
    .list-container .content .row {
      height: inherit; }
  .list-container .scroll {
    overflow-y: scroll; }
  .list-container .scroll::-webkit-scrollbar {
    display: none; }
  .list-container .actions {
    margin-left: -50px;
    background-color: #F6F6F6;
    border-top: 1px solid #C6CFD3;
    padding: 10px 30px;
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 79%; }
    .list-container .actions .btn {
      margin-left: 15px; }

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

input.cmn-toggle-round + label {
  padding: 2px;
  width: 46px;
  height: 24px;
  background-color: #BFC9CD;
  border-radius: 60px; }

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #BFC9CD;
  border-radius: 60px;
  transition: background 0.4s; }

input.cmn-toggle-round + label:after {
  width: 22px;
  background-color: #ffffff;
  border-radius: 100%;
  transition: margin 0.4s; }

input.cmn-toggle-round.switch-checked + label:before {
  background-color: #0275E6; }

input.cmn-toggle-round.switch-checked + label {
  background-color: #0275E6;
  transition: none 0; }

input.cmn-toggle-round.switch-checked + label:after {
  margin-left: 22px; }

.calendar-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: white; }
  .calendar-container h2 {
    font-size: 18px;
    font-weight: 500; }

.popover-content.submenu {
  padding: 0px; }
  .popover-content.submenu .sidebar-submenu .title {
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px; }
  .popover-content.submenu .sidebar-submenu .content ul {
    padding-left: 10px; }
    .popover-content.submenu .sidebar-submenu .content ul a.submenu-option:hover li {
      list-style-type: none;
      color: #FFAA3C; }
    .popover-content.submenu .sidebar-submenu .content ul a.submenu-option li {
      list-style-type: none;
      color: #36474F;
      display: inline;
      padding: 5px;
      margin-right: 10px; }

.title-section {
  height: 50px;
  font-size: 14px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .title-section .title-container {
    padding-top: 10px;
    padding-left: 15px; }
    .title-section .title-container .title {
      font-size: 18px;
      font-weight: 500; }
  .title-section .selector {
    padding-top: 9px;
    margin-right: 2.2%;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    width: auto; }
    .title-section .selector span {
      display: inline-flex;
      margin-right: 10px;
      padding-top: 4px; }
    .title-section .selector select {
      display: inline-flex;
      width: 70%; }

.domains {
  padding: 15px; }
  .domains section {
    margin-right: 15px; }
  .domains #domainsList {
    margin-top: 15px; }
  .domains .domains-results-count {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 35%; }
  .domains .ui-new-domain-btn {
    margin-left: 8px; }
  .domains .ui-download-report-btn {
    margin-left: 8px; }
  .domains .table-date {
    white-space: nowrap; }
  @media (min-width: 992px) {
    .domains.container {
      width: auto !important; } }
  @media (min-width: 768px) {
    .domains.container {
      width: auto !important; } }

.sidebar-filters .ui-portfolio-domain-btn, .sidebar-filters .ui-clear-filter-btn {
  padding: 6px 10px; }

.surveillance-row {
  display: flex;
  flex-direction: row;
  border: 1px #e5e7eb;
  border-style: solid solid solid solid;
  margin-bottom: 1%;
  background-color: #FFF; }
  .surveillance-row .published-domain {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    width: 25%;
    padding: 0 0 2% 0;
    border-right: 1px solid #e5e7eb; }
    .surveillance-row .published-domain .registered_domain {
      padding: 0 3%;
      background-color: #FAFBFC;
      width: 100%;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #e5e7eb; }
    .surveillance-row .published-domain .domain {
      flex-direction: column;
      padding: 4%; }
      .surveillance-row .published-domain .domain .owner {
        display: flex; }
      .surveillance-row .published-domain .domain .registered_at {
        display: flex; }
  .surveillance-row b {
    padding-right: 5px; }
  .surveillance-row .denomination {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: #21A1E0;
    font-family: 'PT Sans', sans-serif; }
  .surveillance-row .portfolio-items {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    width: 75%; }
    .surveillance-row .portfolio-items .domains {
      display: flex;
      padding: 0;
      flex-direction: column; }
      .surveillance-row .portfolio-items .domains .portfolio-domains {
        display: flex;
        flex-direction: column; }
        .surveillance-row .portfolio-items .domains .portfolio-domains .content {
          display: flex;
          flex-direction: column; }
          .surveillance-row .portfolio-items .domains .portfolio-domains .content .domain-detail {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 10px;
            border-top: 1px solid #e5e7eb; }
    .surveillance-row .portfolio-items .marks {
      display: flex;
      padding: 0;
      flex-direction: column; }
      .surveillance-row .portfolio-items .marks .portfolio-marks {
        display: flex;
        flex-direction: column; }
        .surveillance-row .portfolio-items .marks .portfolio-marks .content {
          display: flex;
          flex-direction: column; }
          .surveillance-row .portfolio-items .marks .portfolio-marks .content .mark-detail {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 10px;
            border-top: 1px solid #e5e7eb; }
    .surveillance-row .portfolio-items .header {
      display: flex;
      background-color: #FAFBFC;
      justify-content: center;
      font-weight: 600;
      padding-left: 10px;
      padding-right: 10px; }
      .surveillance-row .portfolio-items .header .title {
        font-size: 16px;
        flex-grow: 1;
        width: 50%; }
        .surveillance-row .portfolio-items .header .title.client {
          width: 40%; }
        .surveillance-row .portfolio-items .header .title.score {
          width: 10%;
          text-align: right; }
    .surveillance-row .portfolio-items .cell {
      flex-grow: 1;
      width: 50%; }
      .surveillance-row .portfolio-items .cell.client {
        width: 40%; }
      .surveillance-row .portfolio-items .cell.score {
        cursor: pointer;
        width: 10%;
        text-align: right;
        font-weight: bold; }
        .surveillance-row .portfolio-items .cell.score:hover {
          color: #21A1E0; }

header#main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important; }

.container-ipm-app {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0px;
  display: flex;
  flex-flow: row;
  overflow-y: hidden; }

.container-ipm-app::-webkit-scrollbar {
  display: none; }

#sidebar-menu {
  display: inline-block;
  margin-top: 52px;
  height: 100%;
  z-index: 999;
  width: 50px; }

.tailwind-shadow {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.tw-btn {
  min-height: 40px !important;
  height: 40px !important; }

body #main-header {
  position: fixed !important; }

body {
  overflow-x: hidden; }

.app-container {
  display: flex;
  flex-direction: row; }

#content {
  margin-top: 65px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 5%;
  background-color: #e5e7eb; }

.datepicker {
  z-index: 9999 !important; }

.search-content {
  max-width: 100%;
  width: 100%; }

.section-page-header {
  min-height: 50px; }

.section-page-strip {
  background-color: #FFFDF1;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #DDD; }
  .section-page-strip .full-container {
    max-width: 100%;
    padding-left: 20px; }
  .section-page-strip .subheader {
    height: 30px !important;
    max-height: 30px !important; }

.section-page-title {
  height: 30px;
  font-size: 14px;
  background-color: #FFF;
  border-top: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  text-align: center; }
  .section-page-title .title-container {
    padding-top: 10px;
    padding-left: 15px; }
    .section-page-title .title-container .title {
      font-size: 18px;
      font-weight: 500; }

.section-page-content {
  margin-top: 10px;
  background-color: #e5e7eb; }

@media (min-width: 640px) {

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

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

  .sm\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .sm\:tw-inline {
    display: inline !important;
  }

  .sm\:tw-hidden {
    display: none !important;
  }

  .sm\:tw-w-60 {
    width: 15rem !important;
  }

  .sm\:tw-w-auto {
    width: auto !important;
  }

  .sm\:tw-flex-row {
    flex-direction: row !important;
  }

  .sm\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .sm\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .sm\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {

  .md\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .md\:tw-mr-0 {
    margin-right: 0px !important;
  }

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

  .md\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:tw-mb-auto {
    margin-bottom: auto !important;
  }

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

  .md\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .md\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .md\:tw-block {
    display: block !important;
  }

  .md\:tw-w-16 {
    width: 4rem !important;
  }

  .md\:tw-w-24 {
    width: 6rem !important;
  }

  .md\:tw-w-auto {
    width: auto !important;
  }

  .md\:tw-w-4\/5 {
    width: 80% !important;
  }

  .md\:tw-w-28 {
    width: 7rem !important;
  }

  .md\:tw-w-52 {
    width: 13rem !important;
  }

  .md\:tw-w-20 {
    width: 5rem !important;
  }

  .md\:tw-flex-row {
    flex-direction: row !important;
  }

  .md\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .md\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .md\:tw-justify-between {
    justify-content: space-between !important;
  }

  .md\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .md\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .md\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .md\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1024px) {

  .lg\:tw-right-auto {
    right: auto !important;
  }

  .lg\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .lg\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:tw-block {
    display: block !important;
  }

  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-hidden {
    display: none !important;
  }

  .lg\:tw-w-24 {
    width: 6rem !important;
  }

  .lg\:tw-w-60 {
    width: 15rem !important;
  }

  .lg\:tw-w-auto {
    width: auto !important;
  }

  .lg\:tw-w-28 {
    width: 7rem !important;
  }

  .lg\:tw-w-44 {
    width: 11rem !important;
  }

  .lg\:tw-w-56 {
    width: 14rem !important;
  }

  .lg\:tw-w-1\/5 {
    width: 20% !important;
  }

  .lg\:tw-w-32 {
    width: 8rem !important;
  }

  .lg\:tw-w-36 {
    width: 9rem !important;
  }

  .lg\:tw-w-52 {
    width: 13rem !important;
  }

  .lg\:tw-w-9\/12 {
    width: 75% !important;
  }

  .lg\:tw-w-4\/5 {
    width: 80% !important;
  }

  .lg\:tw-flex-row {
    flex-direction: row !important;
  }

  .lg\:tw-justify-between {
    justify-content: space-between !important;
  }

  .lg\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }
}

/*# sourceMappingURL=app.css.map */