/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/* Set default border color */

*,
	::before,
	::after {
  border-color: #f3f4f6;
}

:is(.dark *),:is(.dark 
	)::before,:is(.dark 
	)::after {
  border-color: rgb(2 6 23 / 0.2);
}

:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: rgba(var(--color-primary), 1);
}

body {
  overflow-wrap: break-word;
}

/* Headings */

h1 {
  font-weight: 700;
}

h2,
	h3,
	h4,
	h5,
	h6,
	strong {
  font-weight: 600;
}

/* Define head title in the responive table */

dfn {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  dfn {
    display: none;
  }
}

/* Input & Select style */

select:disabled,
	input:disabled {
  opacity: 0.8;
}

select:disabled:hover,
	input:disabled:hover {
  cursor: not-allowed;
}

/* RTL => Select Arrow Position : left */

select {
  padding-inline-end: 2rem !important;
}

select:where([dir="ltr"], [dir="ltr"] *) {
  background-position: right 0.5rem center;
}

select:where([dir="rtl"], [dir="rtl"] *) {
  background-position: left 0.5rem center;
}

select option:checked,
	select option:hover {
  background-color: rgba(var(--color-primary), 1);
  color: #fff;
}

:is(.dark select option:checked),:is(.dark 
	select option:hover) {
  background-color: rgba(var(--color-primary-dark), 1);
}

/* Default Links */

a:not(.non-link):not(.btn-primary):not(.btn-primary-outline),
	.link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a:not(.non-link):not(.btn-primary):not(.btn-primary-outline):hover,
	.link:hover {
  color: rgba(var(--color-text), 1);
}

:is(.dark a:not(.non-link):not(.btn-primary):not(.btn-primary-outline):hover),:is(.dark 
	.link:hover) {
  color: rgba(var(--color-text-dark), 1);
}

/* Table responsive */

@media not all and (min-width: 1024px) {
  table:not(.colour-palette) {
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
    border-style: hidden;
  }

  table:not(.colour-palette) tbody,
	table:not(.colour-palette) tr,
	table:not(.colour-palette) td {
    display: block;
  }

  thead,
	th {
    display: none;
  }
}

img {
  display: inline-block;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/* Logo */

.logo svg {
  width: 100%;
  height: 100%;
}

.header-section .header-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* Main Navbar
  ---------------- */

#nav-main > li > a {
  position: relative;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#nav-main > li > a:hover {
  background-color: rgba(var(--color-primary), 0.08);
  color: rgba(var(--color-text), 1);
}

:is(.dark #nav-main > li > a) {
  color: #fff;
}

:is(.dark #nav-main > li > a:hover) {
  background-color: rgba(var(--color-primary-dark), 0.1);
  color: rgba(var(--color-text-dark), 1);
}

@media (min-width: 768px) {
  #nav-main > li > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

#nav-main > li > a {
  font-weight: 500;
}

.fixed-navbar .navbar {
  position: fixed;
  top: 0px;
  z-index: 9;
  width: 100%;
  --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);
}

/* Header
  --------------- */

.header-section::before {
  position: absolute;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background: var(--header-color);
}

@media not all and (min-width: 768px) {
  .header-section {
    height: var(--header-height-sm);
  }
}

@media (min-width: 768px) {
  .header-section {
    height: var(--header-height);
  }
}

.header-section.header-overlay::before {
  --tw-content: none;
  content: var(--tw-content);
}

.header-section.header-overlay::after {
  position: absolute;
  top: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background: var(--header-color);
}

.fixed-navbar #page-header {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .fixed-navbar #page-header {
    margin-top: 5rem;
  }
}

.fixed-navbar .wrapper > .board-disabled {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .fixed-navbar .wrapper > .board-disabled {
    margin-top: 5rem;
  }
}

.fixed-navbar .wrapper > .board-disabled + header #page-header {
  margin-top: 0px;
}

/* Cards
  ---------------- */

.card,
	.panel,
	.card-sm {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: #e5e7eb;
  background-color: #fff;
  padding: 0.5rem;
}

:is(.dark .card),:is(.dark 
	.panel),:is(.dark 
	.card-sm) {
  border-color: rgb(2 6 23 / 0.2);
  background-color: #0f172a;
}

.page-body .panel {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 1rem;
}

.page-body .panel input[type='text'],
	.page-body .panel select {
  display: inline-block;
  width: auto;
}

.page-body .panel .submit-buttons {
  margin: 0.25rem;
  text-align: center;
  vertical-align: middle;
}

.card-sm {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

:is(.dark .cp-main .card-sm:not(.active)) {
  border-color: #0f172a;
  background-color: #1e293b;
}

.card-title {
  position: relative;
  height: 2.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #f3f4f6;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.card-title::before {
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 0;
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}

:is(.dark .card-title) {
  border-color: #0f172a;
}

@media (min-width: 768px) {
  .card-title {
    height: 3rem;
  }
}

.card-title > * {
  z-index: 1;
}

.card-primary .card-title,
	.card-primary .card-title a:hover {
  color: #fff !important;
}

/* Inputs & buttons Style (Form)
  ------------------------------- */

.inputbox,
	select {
  display: block;
  width: 100%;
  border-width: 0px;
  background-color: #f9fafb;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: #e5e7eb;
}

:is(.dark .inputbox),:is(.dark 
	select) {
  --tw-ring-color: #1e293b;
}

.register-input .inputbox {
  background-color: #fff;
}

.btn-primary,
	.btn-primary-outline {
  border-width: 1px;
  font-weight: 500;
}

.btn-primary:hover,
	.btn-primary-outline:hover {
  cursor: pointer;
}

.btn-primary {
  border-color: rgba(var(--color-primary), 1);
  background-color: rgba(var(--color-primary), 0.95);
  color: #fff;
}

.btn-primary:hover {
  background-color: rgba(var(--color-primary), 0.8);
}

:is(.dark .btn-primary) {
  border-color: rgba(var(--color-primary-dark), 1);
  background-color: rgba(var(--color-primary-dark), 0.95);
}

:is(.dark .btn-primary:hover) {
  background-color: rgba(var(--color-primary-dark), 0.8);
}

.btn-primary-outline {
  border-color: rgba(var(--color-primary), 0.08);
  background-color: rgba(var(--color-primary), 0.08);
  color: rgba(var(--color-text), 1);
}

.btn-primary-outline:hover {
  background-color: rgba(var(--color-primary), 0.1);
}

:is(.dark .btn-primary-outline) {
  border-color: rgba(var(--color-primary-dark), 0.15);
  background-color: rgba(var(--color-primary-dark), 0.08);
  color: rgba(var(--color-text-dark), 1);
}

:is(.dark .btn-primary-outline:hover) {
  background-color: rgba(var(--color-primary-dark), 0.1);
  color: rgba(var(--color-text-dark), 1);
}

.checkbox-primary,
	.radio-primary {
  margin-top: 0.125rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border-color: #d1d5db;
  background-color: #fff;
  color: rgba(var(--color-text), 1);
}

.checkbox-primary:checked,
	.radio-primary:checked {
  border-color: rgba(var(--color-primary), 1);
  background-color: rgba(var(--color-primary), 1);
}

.checkbox-primary:hover,
	.radio-primary:hover {
  cursor: pointer;
}

.checkbox-primary:focus,
	.radio-primary:focus {
  --tw-ring-offset-color: #fff;
}

:is(.dark .checkbox-primary),:is(.dark 
	.radio-primary) {
  border-color: #1e293b;
}

:is(.dark .checkbox-primary:checked),:is(.dark 
	.radio-primary:checked) {
  border-color: rgba(var(--color-primary-dark), 1);
  background-color: rgba(var(--color-primary-dark), 1);
}

:is(.dark .checkbox-primary:focus),:is(.dark 
	.radio-primary:focus) {
  --tw-ring-offset-color: #0f172a;
}

.radio-primary {
  border-radius: 9999px;
}

.radio-label {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.radio-label:hover {
  cursor: pointer;
}

@media not all and (min-width: 768px) {
  .radio-label {
    margin-top: -1px;
    border-width: 1px;
  }

  .radio-label:first-child {
    margin-top: 0px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .radio-label:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :is(.dark .radio-label) {
    border-color: #1e293b;
  }
}

@media (min-width: 768px) {
  .radio-label {
    align-items: center;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

/* Common styles (Cards & Forms)
  --------------------------------- */

select:focus,
	.inputbox:focus,
	.checkbox-primary:focus,
	.radio-primary:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(var(--color-primary), 1);
}

:is(.dark select),:is(.dark 
	.inputbox),:is(.dark 
	.checkbox-primary),:is(.dark 
	.radio-primary) {
  background-color: #1e293b;
}

:is(.dark select:focus),:is(.dark 
	.inputbox:focus),:is(.dark 
	.checkbox-primary:focus),:is(.dark 
	.radio-primary:focus) {
  --tw-ring-color: rgba(var(--color-primary), 1);
}

.card-sm,
	.inputbox,
	select,
	.btn-primary,
	.btn-primary-outline {
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media not all and (min-width: 768px) {
  .card-sm,
	.inputbox,
	select,
	.btn-primary,
	.btn-primary-outline {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

:is(.dark .\!dropdown .inputbox),:is(.dark 
	.\!dropdown .radio-primary),:is(.dark 
	.\!dropdown .checkbox-primary),:is(.dark 
	.\!dropdown select) {
  background-color: #334155;
}

:is(.dark .dropdown .inputbox),:is(.dark 
	.dropdown .radio-primary),:is(.dark 
	.dropdown .checkbox-primary),:is(.dark 
	.dropdown select),:is(.dark 
	.zn-overlay .inputbox),:is(.dark 
	.zn-overlay .radio-primary),:is(.dark 
	.zn-overlay .checkbox-primary),:is(.dark 
	.zn-overlay select) {
  background-color: #334155;
}

:is(.dark .\!dropdown .inputbox),:is(.dark 
	.\!dropdown .radio-primary),:is(.dark 
	.\!dropdown .checkbox-primary),:is(.dark 
	.\!dropdown select) {
  background-color: #334155;
}

/* Ripple effect
  ------------------------- */

.ripple {
  position: relative;
  display: flex;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

span[class^='ripple-'] {
  position: absolute;
  border-radius: 9999px;
  background-color: currentColor;
  opacity: 0.3;
  transform: scale(0);
}

/* Tabs Style
  -------------------------- */

[data-zn-tab].active {
  border-bottom-color: transparent;
  background-color: #fff;
  color: rgba(var(--color-text), 1);
}

:is(.dark [data-zn-tab].active) {
  border-bottom-color: #0f172a;
  background-color: #0f172a;
  color: rgba(var(--color-text-dark), 1);
}

/* Dropdown Style
  -------------------------- */

.\!dropdown {
  z-index: 20;
  display: none;
  border-radius: 0.75rem;
  background-color: #fff;
  padding: 0.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

:is(.dark .\!dropdown) {
  border-color: #0f172a;
  background-color: #1e293b;
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

@media not all and (min-width: 768px) {
  .\!dropdown {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 75%;
    width: 100%;
    max-width: 75%;
    transform-origin: center;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .\!dropdown {
    position: absolute;
    max-height: 450px;
    border-width: 1px;
    border-color: #e5e7eb;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.dropdown {
  z-index: 20;
  display: none;
  border-radius: 0.75rem;
  background-color: #fff;
  padding: 0.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

:is(.dark .dropdown) {
  border-color: #0f172a;
  background-color: #1e293b;
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

@media not all and (min-width: 768px) {
  .dropdown {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 75%;
    width: 100%;
    max-width: 75%;
    transform-origin: center;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .dropdown {
    position: absolute;
    max-height: 450px;
    border-width: 1px;
    border-color: #e5e7eb;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .zn-dropdown:not(.no-scroll) > .dropdown {
    overflow-y: auto;
  }

  .zn-dropdown:not(.no-scroll) > .\!dropdown {
    overflow-y: auto;
  }
}

@media not all and (min-width: 768px) {
  .zn-dropdown.sub-dropdown > .dropdown {
    position: relative;
    max-width: none;
    overflow: hidden;
    transition-property: none;
  }

  .zn-dropdown.sub-dropdown > .\!dropdown {
    position: relative;
    max-width: none;
    overflow: hidden;
    transition-property: none;
  }
}

.zn-dropdown.open > .dropdown {
  opacity: 1;
}

.zn-dropdown.open > .\!dropdown {
  opacity: 1;
}

.zoom_effect .dropdown {
  transform: scale(0.8);
}

.zoom_effect .\!dropdown {
  transform: scale(0.8);
}

.zoom_effect .zn-dropdown.open > .dropdown {
  transform: scale(1);
}

.zoom_effect .zn-dropdown.open > .\!dropdown {
  transform: scale(1);
}

.slide_effect .dropdown {
  transform: translateY(20px);
}

.slide_effect .\!dropdown {
  transform: translateY(20px);
}

.slide_effect .zn-dropdown.open > .dropdown {
  transform: translateY(0);
}

.slide_effect .zn-dropdown.open > .\!dropdown {
  transform: translateY(0);
}

@media not all and (min-width: 768px) {
  .zoom_effect .zn-dropdown.sub-dropdown > .dropdown,
	.slide_effect .zn-dropdown.sub-dropdown > .dropdown {
    transform: none;
  }

  .zoom_effect .zn-dropdown.sub-dropdown > .\!dropdown,
	.slide_effect .zn-dropdown.sub-dropdown > .\!dropdown {
    transform: none;
  }
}

@media (min-width: 768px) {
  .dropdown-bottom {
    bottom: 2.5rem;
  }

  .dropdown-start:where([dir="ltr"], [dir="ltr"] *) {
    transform-origin: top left;
  }

  .dropdown-start:where([dir="rtl"], [dir="rtl"] *) {
    transform-origin: top right;
  }

  .dropdown-start.dropdown-bottom:where([dir="ltr"], [dir="ltr"] *) {
    transform-origin: bottom left;
  }

  .dropdown-start.dropdown-bottom:where([dir="rtl"], [dir="rtl"] *) {
    transform-origin: bottom right;
  }

  .dropdown-end:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
    transform-origin: top right;
  }

  .dropdown-end:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
    transform-origin: top left;
  }

  .dropdown-end.dropdown-bottom:where([dir="ltr"], [dir="ltr"] *) {
    transform-origin: bottom right;
  }

  .dropdown-end.dropdown-bottom:where([dir="rtl"], [dir="rtl"] *) {
    transform-origin: bottom left;
  }
}

.dropdown-item {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.dropdown-item:hover {
  background-color: rgba(var(--color-primary), 0.08);
  color: rgba(var(--color-text), 1);
}

:is(.dark .dropdown-item) {
  color: #fff;
}

:is(.dark .dropdown-item:hover) {
  background-color: rgba(var(--color-primary-dark), 0.1);
  color: rgba(var(--color-text-dark), 1);
}

@media (min-width: 768px) {
  .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* "Forum" in the notifications drop-down */

.notification-forum em {
  font-weight: 500;
}

/* Forums & Topics page
  ---------------------------------------- */

div[class*='_mine']:not(.forum_custom_icon)::before {
  content: '';
  position: absolute;
  top: 0.375rem;
  z-index: 1;
  margin-inline-start: 21px;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  border-width: 3px;
  border-color: #fff;
  background-color: #ef4444;
}

:is(.dark div[class*='_mine']:not(.forum_custom_icon))::before {
  border-color: #0f172a;
}

/* Icons for forum subscribe and attachments upload */

[data-toggle-class*='icon-checked'] .icon-checked,
	[data-toggle-class*='icon-unchecked'] .icon-unchecked,
	.file-status.file-uploaded > .file-error,
	.file-status.file-error > .file-uploaded {
  display: none;
}

[data-toggle-class*='icon-checked'] .icon-unchecked,
	[data-toggle-class*='icon-unchecked'] .icon-checked,
	.file-status.file-uploaded > .file-uploaded,
	.file-status.file-error > .file-error {
  display: block;
}

.file-status.file-error {
  z-index: 1;
}

.file-status.file-error:hover {
  cursor: pointer;
}

.file-status.file-error + .file-status-animate {
  display: inline-flex;
}

.file-status.file-working {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

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

.file-status.file-working {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 3px;
  border-color: currentColor;
  border-top-color: transparent;
  color: rgba(var(--color-text), 1);
}

:is(.dark .file-status.file-working) {
  color: rgba(var(--color-text), 1);
}

/* Author avatar with online Status */

.author.online .author-img::after,
	.author.online .author-img-sm::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  border-width: 3px;
  border-color: #fff;
  background-color: #22c55e;
  --tw-content: '';
  content: var(--tw-content);
}

:is(.dark .author.online .author-img)::after,:is(.dark 
	.author.online .author-img-sm)::after {
  border-color: #0f172a;
}

.author.online .author-img-sm::after {
  height: 0.625rem;
  width: 0.625rem;
  border-width: 2px;
}

/* Rank image sizes */

.rank-img-sm img {
  max-height: 2.25rem;
}

.rank-img img {
  max-height: 4rem;
}

/* Codes */

.content .codebox {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 0px;
  min-width: 100%;
  overflow: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

:is(.dark .content .codebox) {
  border-color: #1f2937;
}

.content .codebox code {
  max-height: 20rem;
}

.content .codebox p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  background-color: #f9fafb;
  padding: 0.75rem;
  font-weight: 600;
}

:is(.dark .content .codebox p) {
  border-color: #1e293b;
  background-color: #1e293b;
}

/* Lists */

.content ol,
	.content ul {
  margin: 0.6em 0 1.5em 2.5em;
}

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

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

/* Content */

.content img {
  display: inline-block;
}

.content .postlink {
  color: rgba(var(--color-text), 1);
}

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

:is(.dark .content .postlink) {
  color: rgba(var(--color-text-dark), 1);
}

.content .smilies {
  display: inline-block;
  padding: 0px;
}

.post-ignore .postbody {
  display: none;
}

/* Blockquotes */

blockquote {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.5rem;
  border-inline-start-width: 4px;
  border-color: #e5e7eb;
  background-color: #f9fafb;
  padding: 1rem;
}

:is(.dark blockquote) {
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / .05);
}

blockquote > div > blockquote {
  background-color: #fff;
}

blockquote > div > blockquote > div > blockquote {
  background-color: #f9fafb;
}

blockquote div {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

blockquote cite {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
  padding-bottom: 0.5rem;
}

:is(.dark blockquote cite) {
  border-color: rgb(255 255 255 / 0.1);
}

blockquote cite span {
  margin-inline-start: auto;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(var(--color-secondary), 1);
}

/* alert dialog */

.alert-icon {
  background-color: rgba(var(--color-primary), 0.2);
}

:is(.dark .alert-icon) {
  background-color: rgba(var(--color-primary-dark), 0.4);
}

.alert-icon span {
  border-color: rgba(var(--color-primary), 0.05);
  background-color: rgba(var(--color-primary), 0.9);
}

:is(.dark .alert-icon span) {
  border-color: rgba(var(--color-primary-dark), 0.4);
  background-color: rgba(var(--color-primary-dark), 0.7);
}

.alert-error .alert-icon {
  background-color: rgb(220 38 38 / 0.2);
}

:is(.dark .alert-error .alert-icon) {
  background-color: rgb(127 29 29 / 0.4);
}

.alert-error .alert-icon span {
  border-color: rgb(220 38 38 / 0.05);
  background-color: rgb(220 38 38 / 0.9);
}

:is(.dark .alert-error .alert-icon span) {
  border-color: rgb(127 29 29 / 0.4);
  background-color: rgb(220 38 38 / 0.7);
}

.phpbb_alert:not(.alert-error) .alert-icon .alert-error-icon,
	.alert-error .alert-info-icon {
  display: none !important;
}

/* Stat block */

.stat-content > *:not(:first-child) {
  padding-top: 1rem;
}

/* Backdrop */

.backdrop-show::before {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}

@keyframes fadeIn {
  0% {
    content: var(--tw-content);
    opacity: 0;
  }

  100% {
    content: var(--tw-content);
    opacity: 1;
  }
}

.backdrop-show::before {
  animation: fadeIn 300ms ease-out;
  background-color: rgb(0 0 0 / 0.3);
  opacity: 1;
  --tw-backdrop-blur: blur(8px);
  content: var(--tw-content);
  --tw-backdrop-saturate: saturate(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@keyframes fadeOut {
  0% {
    content: var(--tw-content);
    opacity: 1;
  }

  100% {
    content: var(--tw-content);
    opacity: 0;
  }
}

.backdrop-hide::before {
  animation: fadeOut 300ms ease-in;
  content: var(--tw-content);
  opacity: 0;
}

/* Sidebar */

@media not all and (min-width: 1024px) {
  .left-sidebar, .right-sidebar {
    width: 100% !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
}

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-16 {
  bottom: -4rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

.end-0 {
  inset-inline-end: 0px;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.end-3 {
  inset-inline-end: 0.75rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-3 {
  top: 0.75rem;
}

.top-auto {
  top: auto;
}

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

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

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

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

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

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

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

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

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

.-m-1\.5 {
  margin: -0.375rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

.-me-1 {
  margin-inline-end: -0.25rem;
}

.-me-1\.5 {
  margin-inline-end: -0.375rem;
}

.-ms-1 {
  margin-inline-start: -0.25rem;
}

.-ms-1\.5 {
  margin-inline-start: -0.375rem;
}

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

.-mt-1\.5 {
  margin-top: -0.375rem;
}

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

.me-1 {
  margin-inline-end: 0.25rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-6 {
  margin-inline-start: 1.5rem;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-full {
  height: 100%;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-\[75\%\] {
  max-height: 75%;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

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

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

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-9 {
  min-width: 2.25rem;
}

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

.max-w-16 {
  max-width: 4rem;
}

.max-w-44 {
  max-width: 11rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.basis-full {
  flex-basis: 100%;
}

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

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

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

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 0.3;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.animate-ripple {
  animation: ripple 1s linear;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-\[circle\] {
  list-style-type: circle;
}

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

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

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

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

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

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #e5e7eb;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-e {
  border-inline-end-width: 1px;
}

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

.border-s {
  border-inline-start-width: 1px;
}

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

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

.border-blue-200 {
  border-color: #bfdbfe;
}

.border-gray-200 {
  border-color: #e5e7eb;
}

.border-primary\/5 {
  border-color: rgba(var(--color-primary), 0.05);
}

.border-red-300 {
  border-color: #fca5a5;
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-green-100 {
  background-color: #dcfce7;
}

.bg-primary {
  background-color: rgba(var(--color-primary), 1);
}

.bg-primary\/20 {
  background-color: rgba(var(--color-primary), 0.2);
}

.bg-primary\/90 {
  background-color: rgba(var(--color-primary), 0.9);
}

.bg-primary\/95 {
  background-color: rgba(var(--color-primary), 0.95);
}

.bg-red-50 {
  background-color: #fef2f2;
}

.bg-red-500 {
  background-color: #ef4444;
}

.bg-slate-50 {
  background-color: #f8fafc;
}

.bg-teal-500 {
  background-color: #14b8a6;
}

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

.bg-white {
  background-color: #fff;
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-px {
  padding: 1px;
}

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

.pb-4 {
  padding-bottom: 1rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pe-5 {
  padding-inline-end: 1.25rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

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

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.leading-relaxed {
  line-height: 1.625;
}

.text-blue-600 {
  color: #2563eb;
}

.text-color {
  color: rgba(var(--color-text), 1);
}

.text-current {
  color: currentColor;
}

.text-gray-800 {
  color: #1f2937;
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

.text-green-700 {
  color: #15803d;
}

.text-green-800 {
  color: #166534;
}

.text-red-700 {
  color: #b91c1c;
}

.text-secondary {
  color: rgba(var(--color-secondary), 1);
}

.text-slate-200 {
  color: #e2e8f0;
}

.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}

.text-slate-50 {
  color: #f8fafc;
}

.text-white {
  color: #fff;
}

.text-yellow-700 {
  color: #a16207;
}

.text-yellow-800 {
  color: #854d0e;
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

.\!transition-\[color\] {
  transition-property: color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

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

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

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

.\[transform\:rotate\(45deg\)\] {
  transform: rotate(45deg);
}

.\[transform\:scale\(0\.9\)\] {
  transform: scale(0.9);
}

.\[transform\:translateY\(20px\)\] {
  transform: translateY(20px);
}

/*  Custom Scrollbar
--------------------------------------- */

html.custom_scrollbar *::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgb(30 41 59 / 0.2);
}

:is(.dark html.custom_scrollbar *)::-webkit-scrollbar {
  background-color: #f3f4f6;
}

@media (min-width: 768px) {
  html.custom_scrollbar *::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }
}

html.custom_scrollbar *::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary), 0.95);
}

:is(.dark html.custom_scrollbar *)::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary-dark), 0.8);
}

/* Secondary color */

html {
  --secondary-color: 107, 114, 128;
  font-family: var(--font-family);
}

html.dark {
  --secondary-color: 156, 163, 175;
}

/* Search highlight */

.posthilit {
  background-color: rgba(var(--color-primary), 0.08);
  color: rgba(var(--color-text), 1);
}

:is(.dark .posthilit) {
  background-color: rgba(var(--color-primary-dark), 0.1);
  color: rgba(var(--color-text-dark), 1);
}

/* Moderators of forums */

.username-coloured {
  font-weight: 600;
}

.emoji {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  min-height: 18px;
  min-width: 18px;
}

/* Font Awesome */

.icon, .button .icon, blockquote cite:before, .uncited:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Color palette (New Topic Panel) */

#colour_palette .colour-palette {
  overflow: hidden;
  border-radius: 0.375rem;
}

@media not all and (min-width: 768px) {
  #colour_palette .horizontal-palette td:nth-child(2n),
#colour_palette .vertical-palette tr:nth-child(2n) {
    display: none;
  }
}

/* General Styles
---------------------------------------- */

.file\:me-4::file-selector-button {
  margin-inline-end: 1rem;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-gray-50::file-selector-button {
  background-color: #f9fafb;
}

.file\:p-3::file-selector-button {
  padding: 0.75rem;
}

.before\:me-1::before {
  content: var(--tw-content);
  margin-inline-end: 0.25rem;
}

.before\:me-6::before {
  content: var(--tw-content);
  margin-inline-end: 1.5rem;
}

.before\:flex-\[1_1_0\%\]::before {
  content: var(--tw-content);
  flex: 1 1 0%;
}

.before\:border-t::before {
  content: var(--tw-content);
  border-top-width: 1px;
}

.before\:border-gray-200::before {
  content: var(--tw-content);
  border-color: #e5e7eb;
}

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

.after\:ms-6::after {
  content: var(--tw-content);
  margin-inline-start: 1.5rem;
}

.after\:flex-\[1_1_0\%\]::after {
  content: var(--tw-content);
  flex: 1 1 0%;
}

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

.after\:border-gray-200::after {
  content: var(--tw-content);
  border-color: #e5e7eb;
}

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

.first\:hidden:first-child {
  display: none;
}

.first\:rounded-s-lg:first-child {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.first\:border-0:first-child {
  border-width: 0px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:hidden:last-child {
  display: none;
}

.last\:rounded-e-lg:last-child {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

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

.hover\:border-primary\/5:hover {
  border-color: rgba(var(--color-primary), 0.05);
}

.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}

.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

.hover\:bg-primary\/5:hover {
  background-color: rgba(var(--color-primary), 0.05);
}

.hover\:bg-primary\/\[0\.08\]:hover {
  background-color: rgba(var(--color-primary), 0.08);
}

.hover\:text-blue-800:hover {
  color: #1e40af;
}

.hover\:text-color:hover {
  color: rgba(var(--color-text), 1);
}

.hover\:text-yellow-900:hover {
  color: #713f12;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.zn-collapse-toggle.open .zn-collapse-open\:block {
  display: block;
}

.zn-collapse-toggle.open .zn-collapse-open\:hidden {
  display: none;
}

.zn-collapse-toggle.open .zn-collapse-open\:\[transform\:rotate\(180deg\)\] {
  transform: rotate(180deg);
}

.zn-dropdown.open > .zn-dropdown-toggle .zn-dropdown-open\:\[transform\:rotate\(180deg\)\] {
  transform: rotate(180deg);
}

.open.zn-overlay-open\:opacity-100 {
  opacity: 1;
}

.open.zn-overlay-open\:duration-300 {
  transition-duration: 300ms;
}

.open.zn-overlay-open\:ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.open.zn-overlay-open\:\[transform\:scale\(1\)\] {
  transform: scale(1);
}

.open.zn-overlay-open\:\[transform\:translateY\(0\)\] {
  transform: translateY(0);
}

.open .zn-overlay-open\:opacity-100 {
  opacity: 1;
}

.open .zn-overlay-open\:duration-300 {
  transition-duration: 300ms;
}

.open .zn-overlay-open\:ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.open .zn-overlay-open\:\[transform\:scale\(1\)\] {
  transform: scale(1);
}

.open .zn-overlay-open\:\[transform\:translateY\(0\)\] {
  transform: translateY(0);
}

.zn-password-toggle.open .zn-password-active\:block {
  display: block;
}

.zn-password-toggle.open .zn-password-active\:hidden {
  display: none;
}

:is(.dark .dark\:block) {
  display: block;
}

:is(.dark .dark\:hidden) {
  display: none;
}

:is(.dark .dark\:divide-slate-800) > :not([hidden]) ~ :not([hidden]) {
  border-color: #1e293b;
}

:is(.dark .dark\:border-blue-900) {
  border-color: #1e3a8a;
}

:is(.dark .dark\:border-primary-dark\/40) {
  border-color: rgba(var(--color-primary-dark), 0.4);
}

:is(.dark .dark\:border-red-500) {
  border-color: #ef4444;
}

:is(.dark .dark\:border-slate-700) {
  border-color: #334155;
}

:is(.dark .dark\:border-slate-800) {
  border-color: #1e293b;
}

:is(.dark .dark\:border-slate-900) {
  border-color: #0f172a;
}

:is(.dark .dark\:border-slate-950\/20) {
  border-color: rgb(2 6 23 / 0.2);
}

:is(.dark .dark\:border-white\/10) {
  border-color: rgb(255 255 255 / 0.1);
}

:is(.dark .dark\:border-yellow-800) {
  border-color: #854d0e;
}

:is(.dark .dark\:border-b-slate-950\/50) {
  border-bottom-color: rgb(2 6 23 / 0.5);
}

:is(.dark .dark\:bg-\[\#1b2335\]) {
  background-color: #1b2335;
}

:is(.dark .dark\:bg-blue-800\/10) {
  background-color: rgb(30 64 175 / 0.1);
}

:is(.dark .dark\:bg-gray-700) {
  background-color: #374151;
}

:is(.dark .dark\:bg-gray-800) {
  background-color: #1f2937;
}

:is(.dark .dark\:bg-green-500\/10) {
  background-color: rgb(34 197 94 / 0.1);
}

:is(.dark .dark\:bg-primary-dark) {
  background-color: rgba(var(--color-primary-dark), 1);
}

:is(.dark .dark\:bg-primary-dark\/40) {
  background-color: rgba(var(--color-primary-dark), 0.4);
}

:is(.dark .dark\:bg-primary-dark\/70) {
  background-color: rgba(var(--color-primary-dark), 0.7);
}

:is(.dark .dark\:bg-primary-dark\/80) {
  background-color: rgba(var(--color-primary-dark), 0.8);
}

:is(.dark .dark\:bg-red-800\/10) {
  background-color: rgb(153 27 27 / 0.1);
}

:is(.dark .dark\:bg-red-800\/15) {
  background-color: rgb(153 27 27 / 0.15);
}

:is(.dark .dark\:bg-slate-800) {
  background-color: #1e293b;
}

:is(.dark .dark\:bg-slate-900) {
  background-color: #0f172a;
}

:is(.dark .dark\:bg-white\/\[\.05\]) {
  background-color: rgb(255 255 255 / .05);
}

:is(.dark .dark\:bg-yellow-700\/10) {
  background-color: rgb(161 98 7 / 0.1);
}

:is(.dark .dark\:text-blue-500) {
  color: #3b82f6;
}

:is(.dark .dark\:text-color-dark) {
  color: rgba(var(--color-text-dark), 1);
}

:is(.dark .dark\:text-current) {
  color: currentColor;
}

:is(.dark .dark\:text-green-500) {
  color: #22c55e;
}

:is(.dark .dark\:text-red-400) {
  color: #f87171;
}

:is(.dark .dark\:text-slate-200) {
  color: #e2e8f0;
}

:is(.dark .dark\:text-white) {
  color: #fff;
}

:is(.dark .dark\:text-yellow-500) {
  color: #eab308;
}

:is(.dark .dark\:file\:bg-slate-800)::file-selector-button {
  background-color: #1e293b;
}

:is(.dark .dark\:file\:text-white)::file-selector-button {
  color: #fff;
}

:is(.dark .dark\:before\:border-slate-700)::before {
  content: var(--tw-content);
  border-color: #334155;
}

:is(.dark .dark\:after\:border-slate-700)::after {
  content: var(--tw-content);
  border-color: #334155;
}

:is(.dark .dark\:hover\:border-primary-dark\/15:hover) {
  border-color: rgba(var(--color-primary-dark), 0.15);
}

:is(.dark .dark\:hover\:bg-primary-dark\/10:hover) {
  background-color: rgba(var(--color-primary-dark), 0.1);
}

:is(.dark .dark\:hover\:bg-slate-800:hover) {
  background-color: #1e293b;
}

:is(.dark .dark\:hover\:text-blue-400:hover) {
  color: #60a5fa;
}

:is(.dark .dark\:hover\:text-color:hover) {
  color: rgba(var(--color-text), 1);
}

:is(.dark .dark\:hover\:text-color-dark:hover) {
  color: rgba(var(--color-text-dark), 1);
}

:is(.dark .dark\:hover\:text-yellow-400:hover) {
  color: #facc15;
}

@media not all and (min-width: 1024px) {
  .max-lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:hidden {
    display: none;
  }

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .max-lg\:gap-2 {
    gap: 0.5rem;
  }

  .max-lg\:\!border-t-0 {
    border-top-width: 0px !important;
  }

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

  .max-lg\:bg-gray-50 {
    background-color: #f9fafb;
  }

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

  :is(.dark .dark\:max-lg\:bg-slate-800) {
    background-color: #1e293b;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

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

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

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

  .max-md\:\!hidden {
    display: none !important;
  }

  .max-md\:hidden {
    display: none;
  }

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

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

  .max-md\:grow {
    flex-grow: 1;
  }

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

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

  .max-md\:justify-center {
    justify-content: center;
  }

  .max-md\:gap-2 {
    gap: 0.5rem;
  }

  .max-md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .max-md\:overflow-hidden {
    overflow: hidden;
  }

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

  .max-md\:border {
    border-width: 1px;
  }

  .max-md\:border-gray-200 {
    border-color: #e5e7eb;
  }

  .max-md\:bg-gray-50 {
    background-color: #f9fafb;
  }

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

  .max-md\:text-center {
    text-align: center;
  }

  :is(.dark .max-md\:dark\:border-slate-800) {
    border-color: #1e293b;
  }

  :is(.dark .max-md\:dark\:border-slate-950\/20) {
    border-color: rgb(2 6 23 / 0.2);
  }

  :is(.dark .max-md\:dark\:bg-slate-800) {
    background-color: #1e293b;
  }
}

@media (min-width: 640px) {
  .sm\:w-52 {
    width: 13rem;
  }

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

@media (min-width: 768px) {
  .md\:end-0 {
    inset-inline-end: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:m-0 {
    margin: 0px;
  }

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

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

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

  .md\:-me-1 {
    margin-inline-end: -0.25rem;
  }

  .md\:-me-1\.5 {
    margin-inline-end: -0.375rem;
  }

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

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md\:me-10 {
    margin-inline-end: 2.5rem;
  }

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

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:min-h-20 {
    min-height: 5rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-56 {
    width: 14rem;
  }

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

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

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

  .md\:max-w-12 {
    max-width: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:border {
    border-width: 1px;
  }

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

  .md\:border-gray-200 {
    border-color: #e5e7eb;
  }

  .md\:bg-gray-50 {
    background-color: #f9fafb;
  }

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

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

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

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

  .md\:pe-2 {
    padding-inline-end: 0.5rem;
  }

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

  .md\:text-end {
    text-align: end;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .before\:md\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  :is(.dark .dark\:md\:hover\:bg-transparent:hover) {
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  .lg\:float-end {
    float: inline-end;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:w-20 {
    width: 5rem;
  }

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

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

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

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

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

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

.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.25rem;
}

.ltr\:right-10:where([dir="ltr"], [dir="ltr"] *) {
  right: 2.5rem;
}

.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.25rem;
}

.rtl\:left-10:where([dir="rtl"], [dir="rtl"] *) {
  left: 2.5rem;
}
