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

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: Poppins, 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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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 */
  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;
}

/*
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'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #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;
}

::-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] {
  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");
}

[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");
}

[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;
}

[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;
}

*, ::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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}

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

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

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

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}

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

.form-checkbox,.form-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;
}

.form-checkbox {
  border-radius: 0px;
}

.form-checkbox:focus,.form-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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.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 !important;
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.-top-60 {
  top: -15rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-\[2vh\] {
  bottom: 2vh;
}

.left-0 {
  left: 0px;
}

.left-40 {
  left: 10rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-4 {
  right: 1rem;
}

.right-40 {
  right: 10rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-16 {
  top: 4rem;
}

.top-4 {
  top: 1rem;
}

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

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

.order-last {
  order: 9999;
}

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

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

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

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

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

.float-right {
  float: right;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

.ml-24 {
  margin-left: 6rem;
}

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

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

.ml-\[3\.7rem\] {
  margin-left: 3.7rem;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!contents {
  display: contents !important;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

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

.hidden {
  display: none;
}

.\!h-48 {
  height: 12rem !important;
}

.\!h-\[3px\] {
  height: 3px !important;
}

.\!h-full {
  height: 100% !important;
}

.h-1 {
  height: 0.25rem;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-60 {
  height: 15rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

.h-\[4\.75rem\] {
  height: 4.75rem;
}

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

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

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

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

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

.h-\[calc\(100\%-4\.5rem\)\] {
  height: calc(100% - 4.5rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-40 {
  max-height: 40vh;
}

.max-h-50 {
  max-height: 50vh;
}

.max-h-60 {
  max-height: 15rem;
}

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

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

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

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

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-72 {
  min-width: 18rem;
}

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

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

.\!max-w-2xl {
  max-width: 42rem !important;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

.\!flex-none {
  flex: none !important;
}

.flex-1 {
  flex: 1 1;
}

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

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

.grow {
  flex-grow: 1;
}

.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.\!cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-grab {
  cursor: grab;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.grid-cols-12 {
  grid-template-columns: repeat(12, 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));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.self-end {
  align-self: flex-end;
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.break-all {
  word-break: break-all;
}

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

.\!rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.\!rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.\!rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

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

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

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

.\!rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.\!rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

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

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

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

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

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

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

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

.\!border-black {
  border-color: #000 !important;
}

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

.border-black {
  border-color: #000;
}

.border-current {
  border-color: currentColor;
}

.border-gray-300 {
  border-color: #d1d5db;
}

.border-gray-400 {
  border-color: #9ca3af;
}

.border-gray-600 {
  border-color: #4b5563;
}

.border-red-600 {
  border-color: #dc2626;
}

.border-secondary {
  border-color: #00000029;
}

.border-secondary-darklight {
  border-color: #919fa3;
}

.border-secondary-darkness {
  border-color: #798b8f;
}

.border-slate-150 {
  border-color: #E9EEF5;
}

.border-solid {
  border-color: #E6C766;
}

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

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.\!border-l-secondary {
  border-left-color: #00000029 !important;
}

.\!bg-gray-500 {
  background-color: #6b7280 !important;
}

.\!bg-primary {
  background-color: #000000 !important;
}

.\!bg-secondary-dark {
  background-color: #959595 !important;
}

.\!bg-secondary-darklight\/30 {
  background-color: rgb(145 159 163 / 0.3) !important;
}

.\!bg-secondary-light {
  background-color: #F4F4F4 !important;
}

.\!bg-slate-500 {
  background-color: #64748b !important;
}

.\!bg-slate-600 {
  background-color: #475569 !important;
}

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

.\!bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}

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

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

.bg-black {
  background-color: #000;
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

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

.bg-gray-200 {
  background-color: #e5e7eb;
}

.bg-gray-300 {
  background-color: #d1d5db;
}

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

.bg-green-200 {
  background-color: #bbf7d0;
}

.bg-green-500 {
  background-color: #22c55e;
}

.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}

.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}

.bg-primary {
  background-color: #000000;
}

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

.bg-red-600 {
  background-color: #dc2626;
}

.bg-secondary {
  background-color: #00000029;
}

.bg-secondary-darklight {
  background-color: #919fa3;
}

.bg-secondary-darkness {
  background-color: #798b8f;
}

.bg-secondary-darkness\/60 {
  background-color: rgb(121 139 143 / 0.6);
}

.bg-secondary-light {
  background-color: #F4F4F4;
}

.bg-slate-100 {
  background-color: #f1f5f9;
}

.bg-slate-200 {
  background-color: #e2e8f0;
}

.bg-slate-400 {
  background-color: #94a3b8;
}

.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}

.bg-solid {
  background-color: #E6C766;
}

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

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-yellow-50 {
  background-color: #fefce8;
}

.from-gray-600 {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-left-50 {
  -o-object-position: 15% 0;
     object-position: 15% 0;
}

.\!p-0 {
  padding: 0px !important;
}

.\!p-1 {
  padding: 0.25rem !important;
}

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

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

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

.\!p-6 {
  padding: 1.5rem !important;
}

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

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

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

.px-\[var\(--margin-x\)\] {
  padding-left: var(--margin-x);
  padding-right: var(--margin-x);
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

.pl-\[var\(--main-sidebar-width\)\] {
  padding-left: var(--main-sidebar-width);
}

.pr-0 {
  padding-right: 0px;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.\!text-left {
  text-align: left !important;
}

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

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

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

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

.font-inter {
  font-family: Inter, 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";
}

.font-sans {
  font-family: Poppins, 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";
}

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

.text-\[7pt\] {
  font-size: 7pt;
}

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

.text-\[8pt\] {
  font-size: 8pt;
}

.text-\[9pt\] {
  font-size: 9pt;
}

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

.text-xs\+ {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-8 {
  line-height: 2rem;
}

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

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-white {
  color: #fff !important;
}

.text-gray-100 {
  color: #f3f4f6;
}

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

.text-gray-400 {
  color: #9ca3af;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

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

.text-green-500 {
  color: #22c55e;
}

.text-green-600 {
  color: #16a34a;
}

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

.text-inherit {
  color: inherit;
}

.text-primary {
  color: #000000;
}

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

.text-red-500 {
  color: #ef4444;
}

.text-secondary {
  color: #00000029;
}

.text-secondary-darkness {
  color: #798b8f;
}

.text-slate-400 {
  color: #94a3b8;
}

.text-slate-600 {
  color: #475569;
}

.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}

.text-slate-700 {
  color: #334155;
}

.text-white {
  color: #fff;
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-yellow-500 {
  color: #eab308;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

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

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

.shadow-soft {
  --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
  --tw-shadow-colored: 0 3px 10px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring {
  --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(3px + 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);
}

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

.brightness-50 {
  --tw-brightness: brightness(.5);
  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\2c padding-left\] {
  transition-property: color,padding-left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.\[transform\:translate3d\(0\2c 0\2c 0\)\] {
  transform: translate3d(0,0,0);
}

.\[transform\:translate3d\(1rem\2c 0\2c 0\)\] {
  transform: translate3d(1rem,0,0);
}

/* Theme components */

/* Variables */

:root {
  --margin-x: 0.8rem;
  --main-sidebar-width: 4.5rem;
  --sidebar-panel-width: 230px;
  --sidebar-panel-min-width: 0px;
  --ease-in: 0.4,0,1,1;
  --ease-out: 0,0,0.2,1;
  --ease-in-out: 0.4,0,0.2,1;
}

@media (min-width: 768px) {
  :root {
    --margin-x: 0.8rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --main-sidebar-width: 5rem;
    --sidebar-panel-width: 240px;
  }
}

@media (min-width: 1280px) {
  :root {
    --margin-x: 0.8rem;
  }

  .has-min-sidebar {
    --margin-x: 2.5rem;
  }

  .is-sidebar-open {
    --margin-x: 0.8rem;
  }
}

/* Basic styles */

html {
  height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

html.dark {
  color-scheme: dark;
}

.cloak {
  display: none !important;
}

body {
  font-family: Arial Rounded MT Bold, Regular;
  background-color: #798b8f;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #64748b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

:is(.dark body) {
  background-color: #192132;
  color: #A3ADC2;
  color-scheme: dark;
}

body.is-monochrome::before {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 999999;
  margin: -5rem;
  height: calc(100% + 10rem);
  width: calc(100% + 10rem);
  --tw-backdrop-grayscale: grayscale(100%);
  --tw-backdrop-opacity: opacity(.92);
  -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);
  --tw-content: '';
  content: var(--tw-content);
}

/* Sidebar Toggle Button */

.sidebar-toggle span {
  height: 2px;
  width: 1.25rem;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: currentColor;
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-toggle span:nth-child(2) {
  width: 0.75rem;
}

.is-sidebar-open .sidebar-toggle span {
  margin-left: 0.5rem;
  width: 11px;
  --tw-translate-x: -0.5rem;
  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));
}

.is-sidebar-open .sidebar-toggle span:nth-child(1) {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.is-sidebar-open .sidebar-toggle span:nth-child(2) {
  display: none;
}

.flatpickr-day.is-sidebar-open .sidebar-toggle span:nth-child(2) {
  visibility: hidden;
}

.is-sidebar-open .sidebar-toggle span:nth-child(3) {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Sidebar */

.main-sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  height: 100%;
  width: var(--main-sidebar-width);
  flex-shrink: 0;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
  .main-sidebar {
    z-index: 60;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.is-sidebar-open .main-sidebar {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sidebar-panel {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  height: 100%;
  width: calc(var(--main-sidebar-width) + var(--sidebar-panel-width));
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
  --tw-shadow-colored: 0 3px 10px 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);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

:is(.dark .sidebar-panel) {
  --tw-shadow-color: rgb(25 33 50 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 768px) {
  .sidebar-panel {
    transition-delay: unset;
  }
}

.is-sidebar-open .sidebar-panel {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.sidebar-panel-min {
  position: fixed;
  z-index: 40;
  height: 100%;
  width: var(--sidebar-panel-min-width);
  flex-shrink: 0;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
  --tw-shadow-colored: 0 3px 10px 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);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

:is(.dark .sidebar-panel-min) {
  --tw-shadow-color: rgb(25 33 50 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 768px) {
  .sidebar-panel-min {
    --tw-translate-x: var(--main-sidebar-width);
    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));
  }
}

.is-sidebar-open .sidebar-panel-min {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Header */

nav.header {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: flex;
  height: 61px;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #00000029;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .25s;
}

:is(.dark nav.header) {
  border-color: #26334D;
}

@media (min-width: 768px) {
  nav.header {
    width: calc(100% - var(--main-sidebar-width));
  }
}

nav.header:before {
  position: absolute;
  left: calc(calc((100vw - 100%)) * -1);
  height: 100%;
  width: calc(100vw - 100%);
  background-color: #fff;
  --tw-content: '';
  content: var(--tw-content);
}

:is(.dark nav.header):before {
  background-color: #222E45;
}

nav.header .header-container {
  padding-left: var(--margin-x);
  padding-right: var(--margin-x);
  transition-property: padding,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .25s;
}

@media (min-width: 768px) {
  .has-min-sidebar nav.header {
    width: calc(100% - (var(--main-sidebar-width) + var(--sidebar-panel-min-width)));
  }
}

@media (min-width: 1280px) {
  .is-sidebar-open nav.header {
    width: calc(100% - (var(--main-sidebar-width) + var(--sidebar-panel-width)));
  }
}

.is-header-blur nav.header .header-container {
  --tw-backdrop-blur: blur(8px);
  -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);
}

@supports ((-webkit-backdrop-filter: var(--tw)) or (backdrop-filter: var(--tw))) {
  .is-header-blur nav.header .header-container {
    background-color: #fff;
  }
}

/* Not Sticky header */

.is-header-not-sticky nav.header {
  position: absolute;
}

/* Dark Mode Button */

.darkmode-toggle svg {
  transform-origin: top;
  animation: linear darkmode-btn 200ms forwards;
}

.darkmode-toggle svg.darkmode-moon {
  display: none;
}

.flatpickr-day.darkmode-toggle svg.darkmode-moon {
  visibility: hidden;
}

:is(.dark .darkmode-toggle svg.darkmode-moon) {
  display: block;
}

.darkmode-toggle svg.darkmode-sun {
  display: block;
}

:is(.dark .darkmode-toggle svg.darkmode-sun) {
  display: none;
}

@keyframes darkmode-btn {
  from {
    transform: scale(0.75);
  }

  to {
    transform: scale(1);
  }
}

/* Mobile Searchbar */

.mobile-searchbar {
  animation: cubic-bezier(0,0,0.2,1) mobile-searchbar 150ms forwards;
}

.mobile-searchbar.animate\:leave {
  animation: cubic-bezier(0,0,0.2,1) mobile-searchbar-leave 150ms forwards;
}

@keyframes mobile-searchbar {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mobile-searchbar-leave {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

/* Main content */

.main-content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-content: start;
  transition-property: width,margin-left,margin-right,padding-left,padding-right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media print {
  .main-content {
    margin: 0px;
  }
}

@media (min-width: 768px) {
  .main-content {
    margin-left: var(--main-sidebar-width);
  }

  .has-min-sidebar .main-content {
    margin-left: calc(var(--main-sidebar-width) + var(--sidebar-panel-min-width));
  }
}

.is-sidebar-open .main-content {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .is-sidebar-open .main-content {
    margin-left: calc(var(--main-sidebar-width) + var(--sidebar-panel-width));
  }
}

/* Right Sidebar */

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.right-sidebar .right-sidebar-overlay {
  animation: cubic-bezier(0,0,0.2,1) fade-in 200ms forwards;
}

@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.right-sidebar .right-sidebar-overlay.animate\:leave {
  animation: cubic-bezier(0.4,0,0.2,1) fade-out 200ms forwards;
}

.right-sidebar .right-sidebar-content {
  animation: cubic-bezier(0,0,0.2,1) right-sidebar-open 200ms forwards;
}

.right-sidebar .right-sidebar-content.animate\:leave {
  animation: cubic-bezier(0.4,0,0.2,1) right-sidebar-close 200ms forwards;
}

@keyframes right-sidebar-open {
  from {
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes right-sidebar-close {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

/* Sideblock styles */

.navigation\:sideblock {
  --sideblock-width: 260px;
}

.navigation\:sideblock .sidebar-panel {
  width: var(--sideblock-width);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.navigation\:sideblock.is-sidebar-open .sidebar-panel {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.navigation\:sideblock nav.header {
  width: 100%;
}

@media (min-width: 1280px) {
  .navigation\:sideblock.is-sidebar-open nav.header {
    width: calc(100% - (var(--sideblock-width)));
  }
}

.navigation\:sideblock .main-content {
  margin-left: 0px;
}

@media (min-width: 1280px) {
  .navigation\:sideblock.is-sidebar-open .main-content {
    margin-left: var(--sideblock-width);
  }
}

/* Navigation Horizontal */

.navigation\:horizontal nav.header {
  width: 100%;
}

@media (min-width: 640px) {
  .navigation\:horizontal nav.header {
    height: auto;
  }
}

.navigation\:horizontal .main-content {
  margin-left: 0px;
}

@media (min-width: 640px) {
  .navigation\:horizontal .main-content {
    margin-top: 7rem;
  }
}

/* app-preloader */

.app-preloader .app-preloader-inner::after,
.app-preloader .app-preloader-inner::before {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(203 213 225 / .25);
  --tw-content: '';
  content: var(--tw-content);
}

:is(.dark .app-preloader .app-preloader-inner)::after,:is(.dark 
.app-preloader .app-preloader-inner)::before {
  background-color: rgb(105 122 155 / 0.5);
}

.app-preloader .app-preloader-inner::after,
.app-preloader .app-preloader-inner::before {
  animation: spinner-grow 3s cubic-bezier(0.55, 0.15, 0.45, 0.85) infinite;
}

.app-preloader .app-preloader-inner::after {
  animation-delay: -1.5s;
}

/* Fix 100vh issue for phones */

.h-100vh {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.min-h-100vh {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

/* Demo inline space */

.inline-space > :not([hidden]) {
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}

/* Demo inline code style */

code.inline-code {
  border-radius: 0.25rem;
  background-color: #f1f5f9;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #00000029;
}

:is(.dark code.inline-code) {
  background-color: #202B40;
  color: #F4F4F4;
}

/* Scrollbar styles */

.is-scrollbar-hidden {
  scrollbar-width: none;
  /* Firefox */
}

.is-scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.flatpickr-day.is-scrollbar-hidden::-webkit-scrollbar {
  visibility: hidden;
}

@supports selector(::-webkit-scrollbar) {
  .scrollbar-sm::-webkit-scrollbar {
    height: 0.375rem;
    width: 0.375rem;
  }

  .scrollbar-sm:hover::-webkit-scrollbar-thumb,
  .scrollbar-sm:focus-within::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background-color: rgb(203 213 225 / 0.8);
  }

  :is(.dark .scrollbar-sm:hover)::-webkit-scrollbar-thumb,:is(.dark 
  .scrollbar-sm:focus-within)::-webkit-scrollbar-thumb {
    background-color: #5C6B8A;
  }

  .scrollbar-sm::-webkit-scrollbar-thumb:hover {
    background-color: #94a3b8;
  }

  :is(.dark .scrollbar-sm)::-webkit-scrollbar-thumb:hover {
    background-color: #697A9B;
  }
}

/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  8%, 24% {
    transform: rotate(-18deg);
  }

  12%, 28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\40";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "\4b";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "\57";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "\56";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-g::before {
  content: "\47";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "\45";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-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;
}

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

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';

  font-style: normal;

  font-weight: 400;

  font-display: block;

  src: url(/assets/fontawesome/fa-brands-400-e624f952dec1ac1e2673205a87513cab83c4a0d187b08528a5ff0c36d9b1e090.woff2) format("woff2"), url(/assets/fontawesome/fa-brands-400-d6e9a2e4cad853a5a88711678db47de7456f36b30923f8350f55c41434809ba8.ttf) format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';

  font-style: normal;

  font-weight: 400;

  font-display: block;

  src: url(/assets/fontawesome/fa-regular-400-6919b47939790fc2ab662fd09b22907c53f32d9a817eed0782e2fb3e7af24b5b.woff2) format("woff2"), url(/assets/fontawesome/fa-regular-400-79a39b18a5524be800ab200fbedebf7f737a316f01b874fe42b005fda10a6f11.ttf) format("truetype");
}

.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';

  font-style: normal;

  font-weight: 900;

  font-display: block;

  src: url(/assets/fontawesome/fa-solid-900-addc97d14257b43232b89194f73bd3b862007d5eedcb4569362b8f26356d8db3.woff2) format("woff2"), url(/assets/fontawesome/fa-solid-900-a0cc38b88839387e4451bb1ebdd9ecd821b2df0f7fcd5b26df75630f4171ee32.ttf) format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';

  font-display: block;

  font-weight: 400;

  src: url(/assets/fontawesome/fa-brands-400-e624f952dec1ac1e2673205a87513cab83c4a0d187b08528a5ff0c36d9b1e090.woff2) format("woff2"), url(/assets/fontawesome/fa-brands-400-d6e9a2e4cad853a5a88711678db47de7456f36b30923f8350f55c41434809ba8.ttf) format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';

  font-display: block;

  font-weight: 900;

  src: url(/assets/fontawesome/fa-solid-900-addc97d14257b43232b89194f73bd3b862007d5eedcb4569362b8f26356d8db3.woff2) format("woff2"), url(/assets/fontawesome/fa-solid-900-a0cc38b88839387e4451bb1ebdd9ecd821b2df0f7fcd5b26df75630f4171ee32.ttf) format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';

  font-display: block;

  font-weight: 400;

  src: url(/assets/fontawesome/fa-regular-400-6919b47939790fc2ab662fd09b22907c53f32d9a817eed0782e2fb3e7af24b5b.woff2) format("woff2"), url(/assets/fontawesome/fa-regular-400-79a39b18a5524be800ab200fbedebf7f737a316f01b874fe42b005fda10a6f11.ttf) format("truetype");
}

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

  font-display: block;

  src: url(/assets/fontawesome/fa-solid-900-addc97d14257b43232b89194f73bd3b862007d5eedcb4569362b8f26356d8db3.woff2) format("woff2"), url(/assets/fontawesome/fa-solid-900-a0cc38b88839387e4451bb1ebdd9ecd821b2df0f7fcd5b26df75630f4171ee32.ttf) format("truetype");
}

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

  font-display: block;

  src: url(/assets/fontawesome/fa-brands-400-e624f952dec1ac1e2673205a87513cab83c4a0d187b08528a5ff0c36d9b1e090.woff2) format("woff2"), url(/assets/fontawesome/fa-brands-400-d6e9a2e4cad853a5a88711678db47de7456f36b30923f8350f55c41434809ba8.ttf) format("truetype");
}

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

  font-display: block;

  src: url(/assets/fontawesome/fa-regular-400-6919b47939790fc2ab662fd09b22907c53f32d9a817eed0782e2fb3e7af24b5b.woff2) format("woff2"), url(/assets/fontawesome/fa-regular-400-79a39b18a5524be800ab200fbedebf7f737a316f01b874fe42b005fda10a6f11.ttf) format("truetype");

  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;
}

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

  font-display: block;

  src: url(/assets/fontawesome/fa-v4compatibility-8dc02461354e5f9713549bb76c84c6aa45a23c728534a8ce658a66a045f1cb76.woff2) format("woff2"), url(/assets/fontawesome/fa-v4compatibility-8351eb008a6fa9eca28be682c28af28e47d9d668e34128fb789072aa90d5c2e7.ttf) format("truetype");

  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A;
}

.card {
  background-color: rgb(255 255 255 / 0.7);
  color: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.5rem;
}

@media print {
  .card {
    border-width: 1px;
  }
}

.card {
  min-width: 1px;
  overflow-wrap: break-word;
  --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
  --tw-shadow-colored: 0 3px 10px 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);
}

.skeleton {
  position: relative;
  overflow: hidden;
  --sk-color: #ffffff80;
}

:is(.dark .skeleton) {
  --sk-color: #5C6B8A;
}

.skeleton.animate-wave:after {
  position: absolute;
  inset: 0px;
  --tw-content: '';
  content: var(--tw-content);
  background: linear-gradient(90deg, transparent, var(--sk-color), transparent);
  animation: skeleton-wave 1.5s ease-in-out 0.5s infinite;
}

@keyframes skeleton-wave {
  0% {
    transform: translateX(-100%);
  }

  50%,
  100% {
    transform: translateX(100%);
  }
}

.avatar {
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
}

.avatar > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.avatar > .is-initial {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.spinner.is-grow span {
  animation: spinner-grow 1.5s ease-in-out infinite;
}

.spinner.is-elastic {
  animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
  animation-duration: 1.3;
}

.spinner.is-grow span:nth-child(1) {
  animation-delay: -750ms;
}

@keyframes spinner-grow {
  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.1);
  }
}

.popper-root {
  z-index: 20;
  color: #64748b;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:is(.dark .popper-root) {
  color: #A3ADC2;
}

.popper-root {
  transition-property: transform, visibility, opacity;
  display: none;
}

.popper-root.show > .popper-box {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transform: translate(0) !important;
}

.popper-root[data-placement^="right"] > .popper-box {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.popper-root[data-placement^="bottom"] > .popper-box {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.popper-root[data-placement^="top"] > .popper-box {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.popper-root[data-placement^="left"] > .popper-box {
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.popper-root[data-placement^="top"] [data-popper-arrow] {
  bottom: 0.25rem;
}

.popper-root[data-placement^="top"] [data-popper-arrow] > svg {
  top: 0.875rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.popper-root[data-placement^="bottom"] [data-popper-arrow] {
  top: 0.25rem;
}

.popper-root[data-placement^="bottom"] [data-popper-arrow] > svg {
  bottom: 0.875rem;
}

.popper-root[data-placement^="left"] [data-popper-arrow] {
  right: 0.125rem;
}

.popper-root[data-placement^="left"] [data-popper-arrow] svg {
  transform: rotate(90deg);
  top: calc(50% - 5px);
  left: 13px;
}

.popper-root[data-placement^="right"] [data-popper-arrow] {
  left: 0.125rem;
}

.popper-root[data-placement^="right"] [data-popper-arrow] svg {
  transform: rotate(-90deg);
  top: calc(50% - 5px);
  right: 13px;
}

#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

#arrow {
  visibility: hidden;
}

#arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.popper-root[data-show] {
  display: block;
}

.form-input,
.form-textarea,
.form-select,
.form-multiselect,
.form-radio,
.form-checkbox,
.form-switch,
.form-checkbox::before,
.form-radio::before,
.form-switch::before {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-input,
.form-textarea,
.form-select,
.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.025em;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder, .form-select::-moz-placeholder, .form-multiselect::-moz-placeholder {
  font-weight: 300;
}

.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder,
.form-multiselect::placeholder {
  font-weight: 300;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus,
.form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-input,
.form-textarea,
.form-select,
.form-multiselect {
  contain: paint;
}

.form-select {
  background-position: center;
  background-repeat: no-repeat;
  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='%235C6B8A' 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-size: 1.5em 1.5em;
  print-print-color-adjust: exact;
}

.form-multiselect {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-print-color-adjust: unset;
}

.form-checkbox,
.form-radio,
.form-switch {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-checkbox:focus,
.form-radio:focus,
.form-switch:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-checkbox,
.form-radio,
.form-switch {
  print-print-color-adjust: exact;
}

.form-switch {
  --thumb-border: 2px;
}

.form-switch::before {
  position: absolute;
  top: var(--thumb-border);
  left: var(--thumb-border);
  height: calc(100% - var(--thumb-border) * 2);
  content: var(--tw-content);
  width: calc((100% / 2) - (var(--thumb-border) * 2));
}

.form-switch:checked::before {
  content: var(--tw-content);
  --tw-translate-x: calc(100% + (var(--thumb-border) * 2));
  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));
}

.form-switch:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
}

.form-switch.is-outline::before {
  content: var(--tw-content);
  width: calc((100% / 2) - (var(--thumb-border) * 2) - 1px);
}

.form-switch.is-outline:checked::before {
  content: var(--tw-content);
  --tw-translate-x: calc(100% + (var(--thumb-border) * 2) + 2px);
  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));
}

.form-radio {
  --tw-thumb: 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.5'/%3e%3c/svg%3e");
}

.form-radio::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.form-checkbox {
  --tw-thumb: 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");
}

.form-checkbox::before {
  transform-origin: bottom;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-radio,
.form-checkbox {
  display: inline-block;
  border-width: 1px;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.form-radio::before,
.form-checkbox::before {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.form-radio:checked::before,
.form-checkbox:checked::before {
  content: var(--tw-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));
}

.form-radio:hover,
.form-checkbox:hover {
  --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);
}

.form-radio.is-basic,
.form-checkbox.is-basic {
  background-origin: border-box;
}

.form-radio.is-basic::before,
.form-checkbox.is-basic::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: var(--tw-content);
  background-image: var(--tw-thumb);
}

.form-radio.is-outline::before,
.form-checkbox.is-outline::before {
  content: var(--tw-content);
  -webkit-mask-image: var(--tw-thumb);
          mask-image: var(--tw-thumb);
}

.form-range {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --range-thumb-size: 1.125rem;
  --range-track-h: 0.375rem;
}

.form-range::-webkit-slider-thumb {
  position: relative;
  top: 50%;
  height: var(--range-thumb-size);
  width: var(--range-thumb-size);
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-style: none;
  background-color: currentColor;
}

.form-range::-webkit-slider-thumb:active {
  opacity: .85;
}

.form-range::-webkit-slider-thumb {
  transform: translateY(-50%);
}

.form-range::-moz-range-thumb {
  position: relative;
  top: 50%;
  height: var(--range-thumb-size);
  width: var(--range-thumb-size);
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border-radius: 9999px;
  border-style: none;
  background-color: currentColor;
}

.form-range::-moz-range-thumb:active {
  opacity: .85;
}

.form-range::-moz-range-track {
  height: var(--range-track-h);
  width: 100%;
  border-radius: 9999px;
  background-color: #E9EEF5;
}

:is(.dark .form-range::-moz-range-track) {
  background-color: #384766;
}

.form-range::-webkit-slider-runnable-track {
  height: var(--range-track-h);
  width: 100%;
  border-radius: 9999px;
  background-color: #E9EEF5;
}

:is(.dark .form-range::-webkit-slider-runnable-track) {
  background-color: #384766;
}

.field_with_errors {
  width: 100%;
}

/* .field_with_errors > input {
  border: 0.5px solid red;
} */

.input-radio-check {
  color: #fff;
  display: flex;
  background-color: #15803d !important;
  justify-content: center;
  align-items: center;
  padding: 0.25rem !important;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 100%;
  height: 100%;
}

.input-radio {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  border-radius: 9999px;
}

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

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

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

.badge,.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: baseline;
  font-family: Inter, 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";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tag {
  cursor: pointer;
}

[data-simplebar]{
  position:relative;
  flex-direction:column;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-content:flex-start;
  align-items:flex-start
}

.simplebar-wrapper{
  overflow:hidden;
  width:inherit;
  height:inherit;
  max-width:inherit;
  max-height:inherit
}

.simplebar-mask{
  direction:inherit;
  position:absolute;
  overflow:hidden;
  padding:0;
  margin:0;
  left:0;
  top:0;
  bottom:0;
  right:0;
  width:auto!important;
  height:auto!important;
  z-index:0
}

.simplebar-offset{
  direction:inherit!important;
  box-sizing:inherit!important;
  resize:none!important;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  padding:0;
  margin:0;
  -webkit-overflow-scrolling:touch
}

.simplebar-content-wrapper{
  direction:inherit;
  box-sizing:border-box!important;
  position:relative;
  display:block;
  height:100%;
  width:auto;
  max-width:100%;
  max-height:100%;
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{
  display:none;
  width:0;
  height:0
}

.simplebar-content:after,.simplebar-content:before{
  content:' ';
  display:table
}

.simplebar-placeholder{
  max-height:100%;
  max-width:100%;
  width:100%;
  pointer-events:none
}

.simplebar-height-auto-observer-wrapper{
  box-sizing:inherit!important;
  height:100%;
  width:100%;
  max-width:1px;
  position:relative;
  float:left;
  max-height:1px;
  overflow:hidden;
  z-index:-1;
  padding:0;
  margin:0;
  pointer-events:none;
  flex-grow:inherit;
  flex-shrink:0;
  flex-basis:0
}

.simplebar-height-auto-observer{
  box-sizing:inherit;
  display:block;
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  height:1000%;
  width:1000%;
  min-height:1px;
  min-width:1px;
  overflow:hidden;
  pointer-events:none;
  z-index:-1
}

.simplebar-track{
  z-index:1;
  position:absolute;
  right:0;
  bottom:0;
  pointer-events:none;
  overflow:hidden
}

[data-simplebar].simplebar-dragging{
  pointer-events:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

[data-simplebar].simplebar-dragging .simplebar-content{
  pointer-events:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

[data-simplebar].simplebar-dragging .simplebar-track{
  pointer-events:all
}

.simplebar-scrollbar{
  position:absolute;
  left:0;
  right:0;
  min-height:10px
}

.simplebar-scrollbar:before{
  position:absolute;
  content:'';
  background:#000;
  border-radius:7px;
  left:2px;
  right:2px;
  opacity:0;
  transition:opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before{
  opacity:.5;
  transition-delay:0s;
  transition-duration:0s
}

.simplebar-track.simplebar-vertical{
  top:0;
  width:11px
}

.simplebar-scrollbar:before{
  top:2px;
  bottom:2px;
  left:2px;
  right:2px
}

.simplebar-track.simplebar-horizontal{
  left:0;
  height:11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar{
  right:auto;
  left:0;
  top:0;
  bottom:0;
  min-height:0;
  min-width:10px;
  width:auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{
  right:auto;
  left:0
}

.simplebar-dummy-scrollbar-size{
  direction:rtl;
  position:fixed;
  opacity:0;
  visibility:hidden;
  height:500px;
  width:500px;
  overflow-y:hidden;
  overflow-x:scroll;
  -ms-overflow-style:scrollbar!important
}

.simplebar-dummy-scrollbar-size>div{
  width:200%;
  height:200%;
  margin:10px 0
}

.simplebar-hide-scrollbar{
  position:fixed;
  left:0;
  visibility:hidden;
  overflow-y:scroll;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.simplebar-scrollbar:before {
  background-color: rgb(203 213 225 / 0.8);
}

:is(.dark .simplebar-scrollbar):before {
  background-color: #5C6B8A;
}

.simplebar-content-wrapper {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.progress {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
}

.progress .is-indeterminate {
  animation: progress-increase 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.progress .is-active::before {
  position: absolute;
  inset: 0px;
  border-radius: 0.25rem;
  background-color: #fff;
  --tw-content: '';
  content: var(--tw-content);
  animation: progress-active 2s cubic-bezier(0.55, 0.2, 0.3, 0.67) infinite;
}

@keyframes progress-increase {
  from {
    left: -5%;
    width: 5%;
  }

  to {
    left: 125%;
    width: 100%;
  }
}

@keyframes progress-active {
  0% {
    opacity: 0.4;
    transform: translateX(-100%);
  }

  90% {
  }

  100% {
    opacity: 0;
    transform: translateX(0);
  }
}

.mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.mask.is-squircle {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none' viewbox='0 0 200 200'%3E%3Cpath fill='%23000' d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none' viewbox='0 0 200 200'%3E%3Cpath fill='%23000' d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0z'/%3E%3C/svg%3E");
}

.mask.is-reuleaux-triangle {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='207' height='207' fill='none' viewbox='0 0 207 207'%3E%3Cpath fill='%23000' d='M138.648 181.408C47.268 232.569 1.327 206.607.824 103.52.324.432 46.014-25.148 137.896 26.777c91.882 51.925 92.133 103.469.753 154.631h-.001z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='207' height='207' fill='none' viewbox='0 0 207 207'%3E%3Cpath fill='%23000' d='M138.648 181.408C47.268 232.569 1.327 206.607.824 103.52.324.432 46.014-25.148 137.896 26.777c91.882 51.925 92.133 103.469.753 154.631h-.001z'/%3E%3C/svg%3E");
}

.mask.is-diamond {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='227' fill='none' viewbox='0 0 227 227'%3E%3Cpath fill='%23000' d='M42.71 42.71c-56.568 56.57-56.568 84.853 0 141.422 56.57 56.569 84.853 56.569 141.422 0s56.569-84.853 0-141.421c-56.569-56.569-84.853-56.569-141.421 0z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='227' fill='none' viewbox='0 0 227 227'%3E%3Cpath fill='%23000' d='M42.71 42.71c-56.568 56.57-56.568 84.853 0 141.422 56.57 56.569 84.853 56.569 141.422 0s56.569-84.853 0-141.421c-56.569-56.569-84.853-56.569-141.421 0z'/%3E%3C/svg%3E");
}

.mask.is-hexagon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='201' fill='none' viewbox='0 0 182 201'%3E%3Cpath fill='%23000' d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0l-61.86-35.945C6.151 157.44.3 145.737.3 136.54V65.486z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='201' fill='none' viewbox='0 0 182 201'%3E%3Cpath fill='%23000' d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0l-61.86-35.945C6.151 157.44.3 145.737.3 136.54V65.486z'/%3E%3C/svg%3E");
}

.mask.is-hexagon-2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='182' fill='none' viewbox='0 0 200 182'%3E%3Cpath fill='%23000' d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='182' fill='none' viewbox='0 0 200 182'%3E%3Cpath fill='%23000' d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786z'/%3E%3C/svg%3E");
}

.mask.is-octagon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198' height='198' fill='none' viewbox='0 0 198 198'%3E%3Cpath fill='%23000' d='M91.346 2.17a20 20 0 0115.308 0l55.403 22.95a20 20 0 0110.824 10.823l22.949 55.403a20.004 20.004 0 010 15.308l-22.949 55.403a20.006 20.006 0 01-10.824 10.824l-55.403 22.949a20.004 20.004 0 01-15.308 0l-55.403-22.949a20 20 0 01-10.824-10.824L2.17 106.654a20 20 0 010-15.308l22.95-55.403a20 20 0 0110.823-10.824L91.346 2.17z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198' height='198' fill='none' viewbox='0 0 198 198'%3E%3Cpath fill='%23000' d='M91.346 2.17a20 20 0 0115.308 0l55.403 22.95a20 20 0 0110.824 10.823l22.949 55.403a20.004 20.004 0 010 15.308l-22.949 55.403a20.006 20.006 0 01-10.824 10.824l-55.403 22.949a20.004 20.004 0 01-15.308 0l-55.403-22.949a20 20 0 01-10.824-10.824L2.17 106.654a20 20 0 010-15.308l22.95-55.403a20 20 0 0110.823-10.824L91.346 2.17z'/%3E%3C/svg%3E");
}

.mask.is-star {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' fill='none' viewbox='0 0 180 180'%3E%3Cpath fill='%23000' d='M82.39 2.111a14 14 0 0114.568 0l10.401 6.337a14 14 0 007.613 2.04l12.176-.287a14.003 14.003 0 0112.616 7.283l5.839 10.688a14.005 14.005 0 005.573 5.574l10.688 5.84a14.001 14.001 0 017.284 12.615l-.287 12.175a14.004 14.004 0 002.04 7.614l6.336 10.4a14 14 0 010 14.568l-6.336 10.401a14 14 0 00-2.04 7.613l.287 12.176a14.002 14.002 0 01-7.284 12.616l-10.688 5.839a14.005 14.005 0 00-5.573 5.573l-5.839 10.688a14.003 14.003 0 01-12.616 7.284l-12.176-.287a14 14 0 00-7.613 2.04l-10.401 6.336a13.998 13.998 0 01-14.567 0l-10.401-6.336a14.004 14.004 0 00-7.614-2.04l-12.175.287a13.994 13.994 0 01-12.616-7.284l-5.84-10.688a14.004 14.004 0 00-5.573-5.573l-10.688-5.839a14.001 14.001 0 01-7.283-12.616l.287-12.176a14 14 0 00-2.04-7.613L2.11 96.958a14 14 0 010-14.567L8.448 71.99a14 14 0 002.04-7.614L10.2 52.201a13.998 13.998 0 017.283-12.616l10.688-5.84a14 14 0 005.574-5.573l5.84-10.688A14 14 0 0152.2 10.201l12.175.287a14 14 0 007.614-2.04l10.4-6.337h.001z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' fill='none' viewbox='0 0 180 180'%3E%3Cpath fill='%23000' d='M82.39 2.111a14 14 0 0114.568 0l10.401 6.337a14 14 0 007.613 2.04l12.176-.287a14.003 14.003 0 0112.616 7.283l5.839 10.688a14.005 14.005 0 005.573 5.574l10.688 5.84a14.001 14.001 0 017.284 12.615l-.287 12.175a14.004 14.004 0 002.04 7.614l6.336 10.4a14 14 0 010 14.568l-6.336 10.401a14 14 0 00-2.04 7.613l.287 12.176a14.002 14.002 0 01-7.284 12.616l-10.688 5.839a14.005 14.005 0 00-5.573 5.573l-5.839 10.688a14.003 14.003 0 01-12.616 7.284l-12.176-.287a14 14 0 00-7.613 2.04l-10.401 6.336a13.998 13.998 0 01-14.567 0l-10.401-6.336a14.004 14.004 0 00-7.614-2.04l-12.175.287a13.994 13.994 0 01-12.616-7.284l-5.84-10.688a14.004 14.004 0 00-5.573-5.573l-10.688-5.839a14.001 14.001 0 01-7.283-12.616l.287-12.176a14 14 0 00-2.04-7.613L2.11 96.958a14 14 0 010-14.567L8.448 71.99a14 14 0 002.04-7.614L10.2 52.201a13.998 13.998 0 017.283-12.616l10.688-5.84a14 14 0 005.574-5.573l5.84-10.688A14 14 0 0152.2 10.201l12.175.287a14 14 0 007.614-2.04l10.4-6.337h.001z'/%3E%3C/svg%3E");
}

.mask.is-star-2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='187' fill='none' viewbox='0 0 187 187'%3E%3Cpath fill='%23000' d='M81.518 3.291a24.647 24.647 0 0123.93 0l18.134 10.07a24.65 24.65 0 005.188 2.148l19.943 5.703a24.645 24.645 0 0116.921 16.921l5.702 19.942a24.665 24.665 0 002.15 5.189l10.068 18.134a24.64 24.64 0 010 23.93l-10.068 18.134a24.66 24.66 0 00-2.15 5.188l-5.702 19.943a24.64 24.64 0 01-6.27 10.651 24.638 24.638 0 01-10.651 6.269l-19.943 5.703a24.66 24.66 0 00-5.188 2.15l-18.134 10.068a24.644 24.644 0 01-23.93 0l-18.134-10.068a24.663 24.663 0 00-5.188-2.15l-19.943-5.703a24.641 24.641 0 01-16.921-16.92L15.63 128.65a24.635 24.635 0 00-2.149-5.188l-10.07-18.134a24.651 24.651 0 010-23.93l10.07-18.134a24.644 24.644 0 002.148-5.188l5.704-19.943a24.647 24.647 0 0116.92-16.921l19.943-5.703a24.655 24.655 0 005.188-2.148L81.518 3.29z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='187' fill='none' viewbox='0 0 187 187'%3E%3Cpath fill='%23000' d='M81.518 3.291a24.647 24.647 0 0123.93 0l18.134 10.07a24.65 24.65 0 005.188 2.148l19.943 5.703a24.645 24.645 0 0116.921 16.921l5.702 19.942a24.665 24.665 0 002.15 5.189l10.068 18.134a24.64 24.64 0 010 23.93l-10.068 18.134a24.66 24.66 0 00-2.15 5.188l-5.702 19.943a24.64 24.64 0 01-6.27 10.651 24.638 24.638 0 01-10.651 6.269l-19.943 5.703a24.66 24.66 0 00-5.188 2.15l-18.134 10.068a24.644 24.644 0 01-23.93 0l-18.134-10.068a24.663 24.663 0 00-5.188-2.15l-19.943-5.703a24.641 24.641 0 01-16.921-16.92L15.63 128.65a24.635 24.635 0 00-2.149-5.188l-10.07-18.134a24.651 24.651 0 010-23.93l10.07-18.134a24.644 24.644 0 002.148-5.188l5.704-19.943a24.647 24.647 0 0116.92-16.921l19.943-5.703a24.655 24.655 0 005.188-2.148L81.518 3.29z'/%3E%3C/svg%3E");
}

.mask.is-heart {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='185' fill='none' viewbox='0 0 200 185'%3E%3Cpath fill='%23000' d='M100 184.606a15.382 15.382 0 01-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 004.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.388 15.388 0 01-8.653 2.673z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='185' fill='none' viewbox='0 0 200 185'%3E%3Cpath fill='%23000' d='M100 184.606a15.382 15.382 0 01-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 004.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.388 15.388 0 01-8.653 2.673z'/%3E%3C/svg%3E");
}

.tippy-box[data-animation=fade][data-state=hidden]{
  opacity:0
}

[data-tippy-root]{
  max-width:calc(100vw - 10px)
}

.tippy-box{
  position:relative;
  background-color:#333;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  line-height:1.4;
  white-space:normal;
  outline:0;
  transition-property:transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow{
  bottom:0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before{
  bottom:-7px;
  left:0;
  border-width:8px 8px 0;
  border-top-color:initial;
  transform-origin:center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow{
  top:0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before{
  top:-7px;
  left:0;
  border-width:0 8px 8px;
  border-bottom-color:initial;
  transform-origin:center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow{
  right:0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before{
  border-width:8px 0 8px 8px;
  border-left-color:initial;
  right:-7px;
  transform-origin:center left
}

.tippy-box[data-placement^=right]>.tippy-arrow{
  left:0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before{
  left:-7px;
  border-width:8px 8px 8px 0;
  border-right-color:initial;
  transform-origin:center right
}

.tippy-box[data-inertia][data-state=visible]{
  transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow{
  width:16px;
  height:16px;
  color:#333
}

.tippy-arrow:before{
  content:"";
  position:absolute;
  border-color:transparent;
  border-style:solid
}

.tippy-content{
  position:relative;
  padding:5px 9px;
  z-index:1
}

.tippy-box[data-placement^=top]>.tippy-svg-arrow{
  bottom:0
}

.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{
  top:16px;
  transform:rotate(180deg)
}

.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{
  top:0
}

.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{
  bottom:16px
}

.tippy-box[data-placement^=left]>.tippy-svg-arrow{
  right:0
}

.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{
  transform:rotate(90deg);
  top:calc(50% - 3px);
  left:11px
}

.tippy-box[data-placement^=right]>.tippy-svg-arrow{
  left:0
}

.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{
  transform:rotate(-90deg);
  top:calc(50% - 3px);
  right:11px
}

.tippy-svg-arrow{
  width:16px;
  height:16px;
  fill:#333;
  text-align:initial
}

.tippy-svg-arrow,.tippy-svg-arrow>svg{
  position:absolute
}

.tippy-box[data-animation=shift-away][data-state=hidden]{
  opacity:0
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{
  transform:translateY(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{
  transform:translateY(-10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{
  transform:translateX(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{
  transform:translateX(-10px)
}

.tippy-box {
  background-color: #E9EEF5;
  color: #1e293b;
}

:is(.dark .tippy-box) {
  background-color: #384766;
  color: #E7E9EF;
}

.tippy-svg-arrow svg {
  fill: currentColor;
  color: #E9EEF5;
  --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);
}

:is(.dark .tippy-svg-arrow svg) {
  color: #384766;
}

.tippy-box[data-theme~="content"] .tippy-content {
  padding: 0px;
}

.tippy-box[data-theme~="primary"] {
  background-color: #000000;
  color: #fff;
}

:is(.dark .tippy-box[data-theme~="primary"]) {
  background-color: #5f5af6;
}

.tippy-box[data-theme~="primary"] > .tippy-svg-arrow svg {
  color: #000000;
}

:is(.dark .tippy-box[data-theme~="primary"] > .tippy-svg-arrow svg) {
  color: #5f5af6;
}

.tippy-box[data-theme~="secondary"] {
  background-color: #00000029;
  color: #fff;
}

.tippy-box[data-theme~="secondary"] > .tippy-svg-arrow svg {
  color: #00000029;
}

.tippy-box[data-theme~="info"] {
  background-color: #0ea5e9;
  color: #fff;
}

.tippy-box[data-theme~="info"] > .tippy-svg-arrow svg {
  color: #0ea5e9;
}

.tippy-box[data-theme~="success"] {
  background-color: #10b981;
  color: #fff;
}

.tippy-box[data-theme~="success"] > .tippy-svg-arrow svg {
  color: #10b981;
}

.tippy-box[data-theme~="warning"] {
  background-color: #ff9800;
  color: #fff;
}

.tippy-box[data-theme~="warning"] > .tippy-svg-arrow svg {
  color: #ff9800;
}

.tippy-box[data-theme~="error"] {
  background-color: #CF6679;
  color: #fff;
}

.tippy-box[data-theme~="error"] > .tippy-svg-arrow svg {
  color: #CF6679;
}

.tippy-box[data-theme~="light"] {
  background-color: #E9EEF5;
  color: #475569;
}

.tippy-box[data-theme~="light"] > .tippy-svg-arrow svg {
  color: #E9EEF5;
}

/* @import "./components/filepond.css";
@import "./components/quill.css"; */

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}

.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}

.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(90,97,113,0.5);
}

.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90,97,113,0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #eceef1;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #ff5a5f;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

span.flatpickr-day.selected {
  font-weight: bold;
}

.flatpickr-weekdays,
span.flatpickr-weekday,
.flatpickr-months .flatpickr-month,
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month,
.flatpickr-current-month .flatpickr-monthDropdown-months {
  background-color: #E9EEF5;
  color: #475569;
}

:is(.dark .flatpickr-weekdays),:is(.dark 
span.flatpickr-weekday),:is(.dark 
.flatpickr-months .flatpickr-month),:is(.dark 
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month),:is(.dark 
.flatpickr-current-month .flatpickr-monthDropdown-months) {
  background-color: #384766;
  color: #C2C9D6;
}

.flatpickr-current-month {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 110%;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  fill: currentColor;
  color: #64748b;
}

:is(.dark .flatpickr-months .flatpickr-prev-month),:is(.dark 
.flatpickr-months .flatpickr-next-month) {
  color: #A3ADC2;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}

:is(.dark .flatpickr-day.selected),:is(.dark 
.flatpickr-day.startRange),:is(.dark 
.flatpickr-day.endRange),:is(.dark 
.flatpickr-day.selected.inRange),:is(.dark 
.flatpickr-day.startRange.inRange),:is(.dark 
.flatpickr-day.endRange.inRange),:is(.dark 
.flatpickr-day.selected:focus),:is(.dark 
.flatpickr-day.startRange:focus),:is(.dark 
.flatpickr-day.endRange:focus),:is(.dark 
.flatpickr-day.selected:hover),:is(.dark 
.flatpickr-day.startRange:hover),:is(.dark 
.flatpickr-day.endRange:hover),:is(.dark 
.flatpickr-day.selected.prevMonthDay),:is(.dark 
.flatpickr-day.startRange.prevMonthDay),:is(.dark 
.flatpickr-day.endRange.prevMonthDay),:is(.dark 
.flatpickr-day.selected.nextMonthDay),:is(.dark 
.flatpickr-day.startRange.nextMonthDay),:is(.dark 
.flatpickr-day.endRange.nextMonthDay) {
  border-color: #5f5af6;
  background-color: #5f5af6 !important;
  color: #fff;
}

:is(.dark .flatpickr-innerContainer),:is(.dark 
.flatpickr-time) {
  border-bottom-color: #384766;
  background-color: #26334D;
}

:is(.dark .flatpickr-day.flatpickr-disabled),:is(.dark 
.flatpickr-day.flatpickr-disabled:hover),:is(.dark 
.flatpickr-day.prevMonthDay),:is(.dark 
.flatpickr-day.nextMonthDay),:is(.dark 
.flatpickr-day.notAllowed),:is(.dark 
.flatpickr-day.notAllowed.prevMonthDay),:is(.dark 
.flatpickr-day.notAllowed.nextMonthDay) {
  color: #697A9B;
}

.flatpickr-day {
  color: #475569;
}

:is(.dark .flatpickr-day) {
  color: #C2C9D6;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  border-color: #E9EEF5;
  background-color: #E9EEF5;
}

:is(.dark .flatpickr-day.inRange),:is(.dark 
.flatpickr-day.prevMonthDay.inRange),:is(.dark 
.flatpickr-day.nextMonthDay.inRange),:is(.dark 
.flatpickr-day.today.inRange),:is(.dark 
.flatpickr-day.prevMonthDay.today.inRange),:is(.dark 
.flatpickr-day.nextMonthDay.today.inRange),:is(.dark 
.flatpickr-day:hover),:is(.dark 
.flatpickr-day.prevMonthDay:hover),:is(.dark 
.flatpickr-day.nextMonthDay:hover),:is(.dark 
.flatpickr-day:focus),:is(.dark 
.flatpickr-day.prevMonthDay:focus),:is(.dark 
.flatpickr-day.nextMonthDay:focus) {
  border-color: #384766;
  background-color: #384766;
}

.flatpickr-days {
  border-color: #E9EEF5;
}

:is(.dark .flatpickr-days) {
  border-color: #384766;
}

.flatpickr-time input,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: #475569;
}

:is(.dark .flatpickr-time input),:is(.dark 
.flatpickr-time .flatpickr-time-separator),:is(.dark 
.flatpickr-time .flatpickr-am-pm) {
  color: #C2C9D6;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background-color: #E9EEF5;
}

:is(.dark .flatpickr-time input:hover),:is(.dark 
.flatpickr-time .flatpickr-am-pm:hover),:is(.dark 
.flatpickr-time input:focus),:is(.dark 
.flatpickr-time .flatpickr-am-pm:focus) {
  background-color: #384766;
}

:is(.dark .flatpickr-time .numInputWrapper span.arrowUp)::after {
  border-bottom-color: #A3ADC2;
}

:is(.dark .flatpickr-time .numInputWrapper span.arrowDown):after {
  border-top-color: #A3ADC2;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border-color: #E9EEF5;
}

:is(.dark .flatpickr-calendar.hasTime .flatpickr-time) {
  border-color: #384766;
}

.flatpickr-day.inRange {
  box-shadow: -5px 0 0 #E9EEF5, 5px 0 0 #E9EEF5;
}

.dark .flatpickr-day.inRange {
  box-shadow: -5px 0 0 #384766, 5px 0 0 #384766;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: #000000 -10px 0 0;
}

.dark .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.dark .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.dark .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: #5f5af6 -10px 0 0;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #E9EEF5;
}

:is(.dark .flatpickr-calendar.arrowTop):before,:is(.dark 
.flatpickr-calendar.arrowTop):after {
  border-bottom-color: #384766;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #E9EEF5;
}

:is(.dark .flatpickr-calendar.arrowBottom):before,:is(.dark 
.flatpickr-calendar.arrowBottom):after {
  border-top-color: #26334D;
}

:is(.dark .flatpickr-current-month input.cur-year[disabled]),:is(.dark 
.flatpickr-current-month input.cur-year[disabled]:hover) {
  color: #697A9B;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.toastify {
  z-index: 10010;
  border-radius: 0.25rem;
  background-color: #e2e8f0;
  background-image: none;
  font-weight: 500;
  color: #1e293b;
  --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);
}

:is(.dark .toastify) {
  background-color: #313E59;
  color: #E7E9EF;
}

.toastify.html {
  cursor: auto;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --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);
}

.toastify.primary {
  background-color: #000000;
  color: #fff;
}

:is(.dark .toastify.primary) {
  background-color: #5f5af6;
}

.toastify.secondary {
  background-color: #00000029;
  color: #fff;
}

.toastify.info {
  background-color: #0ea5e9;
  color: #fff;
}

.toastify.warning {
  background-color: #ff9800;
  color: #fff;
}

.toastify.success {
  background-color: #10b981;
  color: #fff;
}

.toastify.error {
  background-color: #CF6679;
  color: #fff;
}

.toastify.light {
  background-color: #e2e8f0;
  color: #202B40;
}

.toastify.dark {
  background-color: #313E59;
  color: #e2e8f0;
}

.steps {
  display: flex;
  align-items: baseline;
  --size: 2rem;
  --line: 0.25rem;
}

.steps.line-space {
  --space: 0.5rem;
}

.steps .step {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  overflow-wrap: break-word;
  text-align: center;
  font-family: Inter, 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";
  letter-spacing: 0.025em;
}

.steps .step .step-header {
  position: relative;
  margin: auto;
  margin-bottom: 0.5rem;
  display: flex;
  height: var(--size);
  width: var(--size);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.steps .step:not(:last-child)::before {
  position: relative;
  left: 50%;
  top: calc(var(--size) / 2 + var(--line) / 2);
  order: -1;
  height: var(--line);
  border-radius: 9999px;
  --tw-content: '';
  content: var(--tw-content);
}

.steps.line-space .step:not(:last-child)::before {
  width: calc(100% - var(--size) - calc(var(--space) * 2));
  left: calc(50% + calc(var(--size) / 2 + var(--space)));
}

.steps.is-vertical {
  flex-direction: column;
}

.steps.is-vertical .step {
  position: relative;
  flex-direction: row;
}

.steps.is-vertical .step .step-header {
  z-index: 1;
  margin: 0px;
}

.steps.is-vertical .step:not(:last-child)::before {
  position: absolute;
  inset: 0px;
  height: auto;
  width: var(--line);
  --tw-translate-x: calc((var(--size) / 2) - (var(--line) / 2));
  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));
}

.steps.is-vertical.line-space .step:not(:last-child)::before {
  top: calc(var(--size) + var(--space));
  bottom: var(--space);
}

.timeline {
  display: flex;
  flex-direction: column;
  --size: 12px;
  --line: 1px;
}

.timeline.line-space {
  --space: 12px;
}

.timeline .timeline-item {
  position: relative;
  display: flex;
  flex: 1 1;
  padding-bottom: 2rem;
}

.timeline .timeline-item .timeline-item-point {
  position: relative;
  margin: 0px;
  display: flex;
  height: var(--size);
  width: var(--size);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.timeline .timeline-item::before {
  position: absolute;
  inset: 0px;
  order: -1;
  width: var(--line);
  --tw-translate-x: calc((var(--size) / 2) - (var(--line) / 2));
  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-content: '';
  content: var(--tw-content);
}

.timeline .timeline-item:not(:last-child)::before {
  background-color: #cbd5e1;
}

:is(.dark .timeline .timeline-item:not(:last-child))::before {
  background-color: #5C6B8A;
}

.timeline .timeline-item:last-child::before {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

:is(.dark .timeline .timeline-item:last-child)::before {
  --tw-gradient-from: #5C6B8A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(92 107 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.timeline .timeline-item:last-child {
  padding-bottom: 0px;
}

.timeline.line-space .timeline-item::before {
  top: calc(var(--size) + var(--space));
  bottom: var(--space);
}

.pagination {
  display: flex;
  font-family: Inter, 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";
  font-weight: 500;
  color: #475569;
}

:is(.dark .pagination) {
  color: #C2C9D6;
}

/* @import "./components/swiper.css"; */

.apexcharts-text {
  fill: currentColor;
  font-family: Inter, 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" !important;
  color: #64748b;
}

:is(.dark .apexcharts-text) {
  color: #A3ADC2;
}

.apexcharts-text.apexcharts-yaxis-label,
.apexcharts-text.apexcharts-xaxis-label {
  fill: currentColor !important;
  color: #94a3b8;
}

:is(.dark .apexcharts-text.apexcharts-yaxis-label),:is(.dark 
.apexcharts-text.apexcharts-xaxis-label) {
  color: #697A9B;
}

.apexcharts-legend-text {
  color: #64748b !important;
}

:is(.dark .apexcharts-legend-text) {
  color: #A3ADC2 !important;
}

.apexcharts-legend-series .apexcharts-legend-text {
  margin-left: 0.5rem !important;
}

.apexcharts-tooltip {
  border-color: #E9EEF5 !important;
  background-color: rgb(255 255 255 / .85) !important;
  color: #334155 !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

:is(.dark .apexcharts-tooltip) {
  border-color: #313E59 !important;
  background-color: rgb(38 51 77 / .85) !important;
  color: #E7E9EF !important;
}

.apexcharts-tooltip-title {
  border-color: #E9EEF5 !important;
  background-color: #E9EEF5 !important;
}

:is(.dark .apexcharts-tooltip-title) {
  border-color: transparent !important;
  background-color: #192132 !important;
}

.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
  border-radius: 0.25rem;
  border-color: #cbd5e1 !important;
  background-color: #E9EEF5 !important;
  color: #475569 !important;
}

:is(.dark .apexcharts-xaxistooltip),:is(.dark 
.apexcharts-yaxistooltip) {
  border-color: #313E59 !important;
  background-color: #192132 !important;
  color: #C2C9D6 !important;
}

.apexcharts-xaxistooltip:before {
  border-bottom-color: currentColor !important;
  color: #cbd5e1;
}

:is(.dark .apexcharts-xaxistooltip):before {
  color: #313E59 !important;
}

.apexcharts-xaxistooltip:after {
  border-bottom-color: currentColor !important;
  color: #E9EEF5;
}

:is(.dark .apexcharts-xaxistooltip):after {
  color: #192132;
}

.apexcharts-yaxistooltip:before {
  border-left-color: currentColor !important;
  color: #cbd5e1;
}

:is(.dark .apexcharts-yaxistooltip):before {
  color: #313E59;
}

.apexcharts-yaxistooltip:after {
  border-left-color: currentColor !important;
  color: #E9EEF5;
}

:is(.dark .apexcharts-yaxistooltip):after {
  color: #192132;
}

.apexcharts-canvas .apexcharts-heatmap-rect,
.apexcharts-canvas .apexcharts-xaxis-tick,
.apexcharts-canvas line {
  stroke: currentColor !important;
  color: #e2e8f0;
}

:is(.dark .apexcharts-canvas .apexcharts-heatmap-rect),:is(.dark 
.apexcharts-canvas .apexcharts-xaxis-tick),:is(.dark 
.apexcharts-canvas line) {
  color: #384766;
}

.apexcharts-canvas .apexcharts-marker {
  stroke: currentColor !important;
  color: #E9EEF5;
}

:is(.dark .apexcharts-canvas .apexcharts-marker) {
  color: #202B40;
}

.apexcharts-canvas .apexcharts-radialbar-track .apexcharts-radialbar-area {
  stroke: currentColor !important;
  color: #E9EEF5;
}

:is(.dark .apexcharts-canvas .apexcharts-radialbar-track .apexcharts-radialbar-area) {
  color: #192132;
}

.apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-label {
  fill: #475569;
  font-family: Inter, 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";
}

:is(.dark .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-label) {
  fill: #C2C9D6;
}

.apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-value, .apexcharts-canvas .apexcharts-datalabels .apexcharts-datalabel {
  fill: #64748b;
  font-family: Inter, 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";
}

:is(.dark .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-value),:is(.dark  .apexcharts-canvas .apexcharts-datalabels .apexcharts-datalabel) {
  fill: #A3ADC2;
}

.apexcharts-canvas .apexcharts-radar-series polygon {
  fill: #f1f5f9;
  stroke: #e2e8f0;
}

:is(.dark .apexcharts-canvas .apexcharts-radar-series polygon) {
  fill: #202B40;
  stroke: #313E59;
}

.apexcharts-canvas .apexcharts-pie .apexcharts-pie-series .apexcharts-pie-area {
  stroke: none;
}

.apexcharts-canvas line[stroke="transparent"] {
  display: none;
}

.flatpickr-day.apexcharts-canvas line[stroke="transparent"] {
  visibility: hidden;
}

.apexcharts-menu {
  border-radius: 0.25rem !important;
  border-color: #E9EEF5 !important;
  background-color: #fff !important;
}

:is(.dark .apexcharts-menu) {
  border-color: #384766 !important;
  background-color: #26334D !important;
}

.apexcharts-menu .apexcharts-menu-item:hover {
  background-color: #f1f5f9 !important;
}

:is(.dark .apexcharts-menu .apexcharts-menu-item:hover) {
  background-color: #313E59 !important;
}

.ax-transparent-gridline .apexcharts-gridline{
  stroke: transparent !important;
}

.ax-rounded-b-lg .apexcharts-svg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

table.is-hoverable > tbody > tr:hover > td,
table.is-zebra > tbody > tr:nth-child(even) > td {
  background-color: rgb(145 159 163 / 0.5);
}

.gridjs-table {
  width: 100%;
  text-align: left;
}

.gridjs-table > tbody > tr:hover > td {
  background-color: #f1f5f9;
}

:is(.dark .gridjs-table > tbody > tr:hover > td) {
  background-color: #313E59;
}

th.gridjs-th .gridjs-th-content {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gridjs-table .gridjs-th {
  white-space: nowrap;
  background-color: #e2e8f0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e293b;
}

:is(.dark .gridjs-table .gridjs-th) {
  background-color: #202B40;
  color: #C2C9D6;
}

@media (min-width: 1024px) {
  .gridjs-table .gridjs-th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.gridjs-table .gridjs-tr {
  border-width: 1px;
  border-color: transparent;
  border-bottom-color: #e2e8f0;
}

:is(.dark .gridjs-table .gridjs-tr) {
  border-bottom-color: #384766;
}

.gridjs-table .gridjs-td {
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .gridjs-table .gridjs-td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

button.gridjs-sort {
  --neutral: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 401.998 401.998'%3E%3Cpath d='M73.092,164.452h255.813c4.949,0,9.233-1.807,12.848-5.424c3.613-3.616,5.427-7.898,5.427-12.847%0Ac0-4.949-1.813-9.229-5.427-12.85L213.846,5.424C210.232,1.812,205.951,0,200.999,0s-9.233,1.812-12.85,5.424L60.242,133.331%0Ac-3.617,3.617-5.424,7.901-5.424,12.85c0,4.948,1.807,9.231,5.424,12.847C63.863,162.645,68.144,164.452,73.092,164.452z'/%3E%3Cpath d='M328.905,237.549H73.092c-4.952,0-9.233,1.808-12.85,5.421c-3.617,3.617-5.424,7.898-5.424,12.847%0Ac0,4.949,1.807,9.233,5.424,12.848L188.149,396.57c3.621,3.617,7.902,5.428,12.85,5.428s9.233-1.811,12.847-5.428l127.907-127.906%0Ac3.613-3.614,5.427-7.898,5.427-12.848c0-4.948-1.813-9.229-5.427-12.847C338.139,239.353,333.854,237.549,328.905,237.549z'/%3E%3C/svg%3E");
  --asc: url("data:image/svg+xml,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292.362 292.361'%3E%3Cpath d='M286.935,197.287L159.028,69.381c-3.613-3.617-7.895-5.424-12.847-5.424s-9.233,1.807-12.85,5.424L5.424,197.287 C1.807,200.904,0,205.186,0,210.134s1.807,9.233,5.424,12.847c3.621,3.617,7.902,5.425,12.85,5.425h255.813 c4.949,0,9.233-1.808,12.848-5.425c3.613-3.613,5.427-7.898,5.427-12.847S290.548,200.904,286.935,197.287z'/%3E%3C/svg%3E");
  --desc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292.362 292.362'%3E%3Cpath d='M286.935,69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952,0-9.233,1.807-12.85,5.424 C1.807,72.998,0,77.279,0,82.228c0,4.948,1.807,9.229,5.424,12.847l127.907,127.907c3.621,3.617,7.902,5.428,12.85,5.428 s9.233-1.811,12.847-5.428L286.935,95.074c3.613-3.617,5.427-7.898,5.427-12.847C292.362,77.279,290.548,72.998,286.935,69.377z'/%3E%3C/svg%3E");
}

th.gridjs-th-sort {
  cursor: pointer;
}

th.gridjs-th-sort:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

th.gridjs-th-sort .gridjs-th-content {
  width: calc(100% - 15px);
}

button.gridjs-sort {
  float: right;
  margin: 0px;
  margin-top: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-style: none;
  background-repeat: no-repeat;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button.gridjs-sort-neutral {
  -webkit-mask-image: var(--neutral);
          mask-image: var(--neutral);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #94a3b8;
}

:is(.dark button.gridjs-sort-neutral) {
  background-color: #5C6B8A;
}

button.gridjs-sort-asc {
  -webkit-mask-image: var(--asc);
          mask-image: var(--asc);
  -webkit-mask-size: cover;
          mask-size: cover;
}

button.gridjs-sort-desc {
  -webkit-mask-image: var(--desc);
          mask-image: var(--desc);
  -webkit-mask-size: cover;
          mask-size: cover;
}

button.gridjs-sort-asc,
button.gridjs-sort-desc {
  background-color: #475569;
}

:is(.dark button.gridjs-sort-asc),:is(.dark 
button.gridjs-sort-desc) {
  background-color: #C2C9D6;
}

.gridjs-input.gridjs-search-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #cbd5e1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:is(.dark .gridjs-input.gridjs-search-input) {
  border-color: #465675;
  background-color: #26334D;
  color: #C2C9D6;
}

.gridjs-pages {
  display: flex;
  flex-wrap: wrap;
}

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

.gridjs-pages {
  color: #475569;
}

:is(.dark .gridjs-pages) {
  color: #cbd5e1;
}

.gridjs-pages button {
  display: flex;
  height: 2rem;
  min-width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #E9EEF5;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.25;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gridjs-pages button:hover {
  background-color: #cbd5e1;
}

.gridjs-pages button:focus {
  background-color: #cbd5e1;
}

.gridjs-pages button:disabled {
  pointer-events: none;
  opacity: 0.6;
}

:is(.dark .gridjs-pages button) {
  background-color: #384766;
}

:is(.dark .gridjs-pages button:hover) {
  background-color: #465675;
}

:is(.dark .gridjs-pages button:focus) {
  background-color: #465675;
}

.gridjs-pages button.gridjs-currentPage {
  background-color: #000000;
  color: #fff;
}

:is(.dark .gridjs-pages button.gridjs-currentPage) {
  background-color: #5f5af6;
}

.gridjs-wrapper {
  min-width: 100%;
  overflow-x: auto;
}

.gridjs-search {
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .gridjs-search {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.gridjs-pagination {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.gridjs-pagination {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .gridjs-pagination {
    flex-direction: row;
    align-items: center;
  }

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

  .gridjs-pagination {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

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

.tab-content.tab-shift-left {
  animation: cubic-bezier(var(--ease-in-out)) tab-shift-left 300ms forwards;
}

.tab-content.tab-shift-up {
  animation: cubic-bezier(var(--ease-in-out)) tab-shift-up 300ms forwards;
}

.tab-content:not(.is-active) {
  display: none !important;
}

@keyframes tab-shift-left {
  from {
    opacity: 0;
    transform: translate3d(1rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tab-shift-up {
  from {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ac-panel {
  overflow: hidden;
}

.modal:not(.show) {
  display: none;
}

.flatpickr-day.modal:not(.show) {
  visibility: hidden;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modal {
  animation: cubic-bezier(var(--ease-out)) fade-in 300ms;
}

@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.modal.animate\:leave {
  animation: cubic-bezier(var(--ease-in)) fade-out 300ms;
}

.modal.shift-up {
  --modal-to: translate3d(0,0,0);
  --modal-from: translate3d(0,1rem,0);
}

.modal.shift-down {
  --modal-to: translate3d(0,0,0);
  --modal-from: translate3d(0,-1rem,0);
}

.modal.modal-scale {
  --modal-to: scale(1);
  --modal-from: scale(0.95);
}

.modal.shift-up .modal-content,
.modal.shift-down .modal-content,
.modal.modal-scale .modal-content {
  animation: cubic-bezier(var(--ease-out)) modal-open 300ms;
}

.modal.shift-up.animate\:leave .modal-content,
.modal.shift-down.animate\:leave .modal-content,
.modal.modal-scale.animate\:leave .modal-content {
  animation: cubic-bezier(var(--ease-in)) modal-close 300ms;
}

@keyframes modal-open {
  from {
    transform: var(--modal-from);
  }

  to {
    transform: var(--modal-to);
  }
}

@keyframes modal-close {
  from {
    transform: var(--modal-to);
  }

  to {
    transform: var(--modal-from);
  }
}

.drawer {
  --drawer-from: translate(-100%);
  --drawer-to: translate(0%);
}

.drawer.drawer-right {
  --drawer-to: translate(0%);
  --drawer-from: translate(100%);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.drawer .drawer-overlay {
  animation: cubic-bezier(var(--ease-out)) fade-in 200ms;
}

@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.drawer .drawer-overlay.animate\:leave {
  animation: cubic-bezier(var(--ease-in)) fade-out 200ms;
}

.drawer .drawer-content {
  animation: cubic-bezier(var(--ease-out)) drawer-open 200ms;
}

.drawer .drawer-content.animate\:leave {
  animation: cubic-bezier(var(--ease-in)) drawer-close 200ms;
}

@keyframes drawer-open {
  from {
    transform: var(--drawer-from);
  }

  to {
    transform: var(--drawer-to);
  }
}

@keyframes drawer-close {
  from {
    transform: var(--drawer-to);
  }

  to {
    transform: var(--drawer-from);
  }
}

/* The-Todo App */

.todo-app .sortable-ghost {
  border-radius: 0.5rem;
  background-color: #f1f5f9;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: #f1f5f9;
}

:is(.dark .todo-app .sortable-ghost) {
  background-color: #384766;
  --tw-ring-color: #384766;
}

/* Kanban App */

.kanban-app .sortable-ghost {
  border-radius: 0.5rem;
  background-color: #f1f5f9;
}

:is(.dark .kanban-app .sortable-ghost) {
  background-color: #384766;
}

.kanban-app .board-draggable-handler {
  cursor: grab;
}

@supports selector(::-webkit-scrollbar) {
  .kanban-scrollbar::-webkit-scrollbar {
    height: 0.625rem;
  }

  .kanban-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background-color: rgb(148 163 184 / 0.8);
  }

  :is(.dark .kanban-scrollbar)::-webkit-scrollbar-thumb {
    background-color: #5C6B8A;
  }

  .kanban-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #64748b;
  }

  :is(.dark .kanban-scrollbar)::-webkit-scrollbar-thumb:hover {
    background-color: #697A9B;
  }
}

@media (hover: none) and (pointer: coarse) {
  .kanban-app .sortable-chosen,
  .todo-app .sortable-chosen {
    border-radius: 0.5rem;
    background-color: #f1f5f9;
  }

  :is(.dark .kanban-app .sortable-chosen),:is(.dark 
  .todo-app .sortable-chosen) {
    background-color: #384766;
  }
}

/* Chat App */

.chat-header:before,
.chat-footer:before,
.chat-header:after,
.chat-footer:after {
  position: absolute;
  height: 100%;
  width: calc(100vw - 100%);
  background-color: inherit;
  --tw-content: '';
  content: var(--tw-content);
}

.chat-header:before,
.chat-footer:before {
  left: calc((100vw - 100%) * -1);
}

.chat-header::after,
.chat-footer::after {
  right: calc((100vw - 100%) * -1);
}

/* Course Dashboard Timeline*/

.course-schedule-chart .apexcharts-series path {
  clip-path: inset(5% 5% 5% 0 round 6px);
}

/* Analitcis dashboard */

.top-sellers-analytics .apexcharts-canvas .apexcharts-heatmap-rect {
  color: #f1f5f9;
}

:is(.dark .top-sellers-analytics .apexcharts-canvas .apexcharts-heatmap-rect) {
  color: #26334D;
}

/* App */

h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.divider {
  height: 1px;
  background-color: #E6C766;
}

.btn-primary {
  background-color: #E6C766;
  font-weight: 500;
  color: #374151;
  border-width: 1px;
  border-style: solid;
  border-color: #E6C766;
}

.btn-primary:hover {
  background-color: #374151;
  color: #E6C766;
  border-color: #374151;
}

.btn-primary:focus {
  background-color: #374151;
  color: #E6C766;
}

.btn-primary:active {
  background-color: #374151;
}

.btn-secondary {
  background-color: rgb(255 255 255 / 0.1);
  font-weight: 500;
  color: #fff;
}

.btn-secondary:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.btn-secondary:focus {
  background-color: rgb(255 255 255 / 0.2);
}

.btn-secondary:active {
  background-color: rgb(255 255 255 / 0.25);
}

.btn-darklight {
  background-color: #919fa3;
  border-width: 1px;
  border-color: #919fa3;
  font-weight: 500;
  color: #7C483D;
}

.btn-darklight:hover {
  background-color: #fff;
  border-width: 1px;
  border-color: #919fa3;
}

.btn-darklight:focus {
  background-color: #fff;
  border-width: 1px;
  border-color: #919fa3;
}

.btn-darklight:active {
  background-color: #fff;
  border-width: 1px;
  border-color: #919fa3;
}

.btn-brown {
  background-color: #7C483D;
  border-width: 1px;
  border-color: #7C483D;
  font-weight: 500;
  color: #fff;
}

.btn-brown:hover {
  background-color: #fff;
  color: #7C483D;
}

.btn-brown:focus {
  background-color: #fff;
  color: #7C483D;
}

.btn-brown:active {
  background-color: #fff;
  color: #7C483D;
}

.btn-close-circle {
  background-color: #ef4444;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-close-circle:hover {
  background-color: #f87171;
}

.btn-close-circle {
  border-radius: 50%;
}

.btn-paginate {
  padding: 0.75rem;
  background-color: rgb(145 159 163 / 0.8);
}

.btn-paginate:hover {
  background-color: #919fa3;
}

.btn-left {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.btn-right {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.active-list-item {
  margin-right: -1rem;
  margin-left: 1rem;
  background-color: #e2e8f0 !important;
}

.list-item:hover {
  margin-right: -1rem;
  margin-left: 1rem;
}

.list-item {
  background-color: #F4F4F4;
}

.list-item:hover {
  background-color: #e2e8f0;
}

.list-item {
  border-radius: 0.375rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
}

.list-item-title {
  text-align: right;
  direction: initial !important;
}

.landing-page-view {
  padding: 0px !important;
}

.direction-rtl {
  direction: rtl;
}

.top-shadow {
  box-shadow: 0 0 4px black;
}

/* Theme - Only template overrides */

.required-field:before {
    color: #7C483D;
  }

.required-field:before {
    content: '*';
  }

.form-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #798b8f;
  color: #000000;
  background-color: #919fa3;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.form-input::-moz-placeholder {
  color: rgb(0 0 0 / 0.6);
}

.form-input::placeholder {
  color: rgb(0 0 0 / 0.6);
}

.form-input:hover {
  border-style: solid;
  border-color: #E6C766;
}

.form-input:focus {
  border-style: solid;
  border-color: #E6C766;
}

.form-input {
  --tw-ring-color: #E6C766;
}

.form-input:focus {
  --tw-ring-color: #E6C766;
}

.form-input.readonly {
    background-color: #F4F4F4;
  }

.form-input.readonly:hover {
    border-color: rgb(255 255 255 / 0.2);
  }

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

.form-input.readonly {
    cursor: not-allowed;
  }

.form-input.icon {
    padding-left: 2.25rem;
  }

.form-input-file {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-input-file:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-input-file:disabled {
  pointer-events: none;
}

.form-input-file {
  background-color: #7C483D;
  font-weight: 500;
  color: #fff;
  border-width: 1px;
  border-color: #7C483D;
}

.form-input-file:hover {
  background-color: rgb(255 255 255 / 0.7);
  color: #7C483D;
}

.form-input-file:focus {
  background-color: rgb(255 255 255 / 0.7);
  color: #7C483D;
}

.form-input-file:active {
  background-color: rgb(255 255 255 / 0.7);
  color: #7C483D;
}

.form-input-file .field_with_errors {
    width: 0 !important;
  }

.form-input-file input {
    pointer-events: none;
  }

.form-input-file input {
    position: absolute;
  }

.form-input-file input {
    height: 100%;
  }

.form-input-file input {
    width: 100%;
  }

.form-input-file input {
    inset: 0px;
  }

.form-input-file input {
    opacity: 0;
  }

.form-input-file div {
    display: flex;
  }

.form-input-file div {
    align-items: center;
  }

.form-input-file div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

.form-input-file div i {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.form-input-file div i {
      font-family: 'Font Awesome 6 Free';
    }

.form-input-file div i {
      font-weight: 900;
    }

.form-input-file div i {
      font-size: 1rem;
      line-height: 1.5rem;
    }

.form-checkbox {
  @extend .form-checkbox;
  @extend .is-basic;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  background-color: #f1f5f9;
  border-color: rgb(148 163 184 / 0.7);
}

.form-checkbox:hover {
  border-style: solid;
  border-color: #E6C766;
}

.form-checkbox:focus {
  border-style: solid;
  border-color: #E6C766;
  --tw-ring-color: #E6C766;
}

.form-checkbox:checked {
  background-color: #E6C766;
  border-style: solid;
  border-color: #E6C766;
}

.form-checkbox:hover:checked {
  background-color: #E6C766;
}

.form-checkbox:focus:checked {
  background-color: #E6C766;
}

.form-input-radio {
  color: #E6C766;
  cursor: pointer;
}

.form-input-radio:focus {
  --tw-ring-color: #E6C766;
}

.trix-content h1 {
    font-size: 20pt !important;
  }

.trix-content h2 {
    font-size: 16pt !important;
  }

.trix-content h3 {
    font-size: 14pt !important;
  }

.trix-content h4 {
    font-size: 12pt !important;
  }

.trix-content h5 {
    font-size: 11pt !important;
  }

.trix-content h6 {
    font-size: 11pt !important;
    font-style: italic !important;
  }

.custom-modal {
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .custom-modal {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.custom-modal {
  overflow: hidden;
}

.custom-modal .custom-backdrop {
    position: absolute;
  }

.custom-modal .custom-backdrop {
    inset: 0px;
  }

.custom-modal .custom-backdrop {
    background-color: rgb(15 23 42 / 0.6);
  }

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

.custom-modal .custom-backdrop {
    transition-duration: 300ms;
  }

.custom-modal .header {
    max-width: 80vw;
    max-height: 90vh
  }

.custom-modal .header {
    overflow-y: auto;
  }

.custom-modal .header {
    position: relative;
  }

.custom-modal .header {
    transform-origin: top;
  }

.custom-modal .header {
    border-radius: 0.5rem;
  }

.custom-modal .header {
    background-color: #F4F4F4;
  }

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

.custom-modal .header {
    transition-duration: 300ms;
  }

.custom-modal .header .content {
      display: flex;
    }

.custom-modal .header .content {
      justify-content: space-between;
    }

.custom-modal .header .content {
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
    }

.custom-modal .header .content {
      background-color: #e2e8f0;
    }

.custom-modal .header .content {
      padding-left: 1rem;
      padding-right: 1rem;
    }

.custom-modal .header .content {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

@media (min-width: 640px) {
      .custom-modal .header .content {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
    }

.custom-modal .header .content .title {
        font-size: 1rem;
        line-height: 1.5rem;
      }

.custom-modal .header .content .title {
        font-weight: 500;
      }

.custom-modal .header .content .title {
        color: #334155;
      }

.custom-modal .header .content i {
        font-size: 24px;
      }

.custom-modal .body {
    padding: 1.25rem;
  }

.custom-card {
  background-color: rgb(255 255 255 / 0.7);
  color: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  border-radius: 0.5rem;
}

@media print {
  .custom-card {
    border-width: 1px;
  }
}

.custom-card {
  min-width: 1px;
  overflow-wrap: break-word;
  --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
  --tw-shadow-colored: 0 3px 10px 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);
}

.custom-card .header {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

.custom-card .header {
    background-color: rgb(121 139 143 / 0.7);
  }

.custom-card .header {
    padding: 0.5rem;
  }

.custom-card .body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.custom-card .body {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.custom-card .body {
    flex: 1 1;
  }

.custom-card .footer {
    text-align: center;
  }

.custom-card .footer {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

.custom-card .footer {
    background-color: rgb(121 139 143 / 0.7);
  }

.custom-card .footer {
    padding: 0.5rem;
  }

.custom-card-float-header {
    display: flex;
  }

.custom-card-float-header {
    justify-content: center;
  }

.custom-card-float-header {
    align-items: center;
  }

.custom-card-float-header {
    position: absolute;
  }

.custom-card-float-header {
    border-radius: 9999px;
  }

.custom-card-float-header {
    background-color: #919fa3;
  }

.custom-card-float-header {
    border-width: 1px;
  }

.custom-card-float-header {
    border-style: solid;
  }

.custom-card-float-header {
    border-color: #E6C766;
  }

.custom-card-float-header {
    height: 2rem;
  }

.custom-card-float-header {
    width: 2rem;
  }

.custom-card-float-header {
    top: -10px;
    left: -10px;
  }

.custom-card-float-header .title {
      color: #fff;
    }

.custom-card-float-header .title {
      font-style: italic;
    }

.custom-card-float-header .title {
      font-weight: 700;
    }

/* Components */

.workout-card {
  background-color: rgb(255 255 255 / 0.7);
  color: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.5rem;
}

@media print {
  .workout-card {
    border-width: 1px;
  }
}

.workout-card {
  min-width: 1px;
  overflow-wrap: break-word;
  --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
  --tw-shadow-colored: 0 3px 10px 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);
  position: relative;
  padding: 1.25rem;
}

.workout-card .float-header {
    display: flex;
  }

.workout-card .float-header {
    justify-content: center;
  }

.workout-card .float-header {
    align-items: center;
  }

.workout-card .float-header {
    position: absolute;
  }

.workout-card .float-header {
    border-radius: 9999px;
  }

.workout-card .float-header {
    background-color: #fff;
  }

.workout-card .float-header {
    height: 2rem;
  }

.workout-card .float-header {
    width: 2rem;
  }

.workout-card .float-header {
    top: -10px;
    left: -10px;
  }

.workout-card .float-header .title {
      color: #000000;
    }

.workout-card .float-header .title {
      font-style: italic;
    }

.workout-card .float-header .title {
      font-weight: 700;
    }

.workout-card .body {
    width: 100%;
  }

.workout-nested-modal-errors {
  color: #fff;
  background-color: #ef4444;
  font-style: italic;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}

.flatpickr-day.workout-nested-modal-errors {
  visibility: hidden;
}

.show-workout-float-btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.show-workout-float-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.show-workout-float-btn:disabled {
  pointer-events: none;
}

.show-workout-float-btn {
  border-radius: 9999px;
  position: absolute;
  padding: 0.5rem;
  top: -1rem;
  right: -1rem;
  background-color: #000000;
  color: #fff;
}

.show-workout-float-btn:hover {
  background-color: #F4F4F4;
  border-width: 2px;
  border-color: #000000;
}

.show-workout-float-btn {
  transition-property: none;
}

.workouts-exercises {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: rgb(255 255 255 / 0.1);
  border-radius: 0.5rem;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.workouts-exercises.nested-error {
    border-width: 1px;
  }

.workouts-exercises.nested-error {
    border-color: #ef4444;
  }

.workouts-exercises .remove-nested-btn {
    color: #fff;
  }

.workouts-exercises .remove-nested-btn {
    background-color: #dc2626;
  }

.workouts-exercises .remove-nested-btn:hover {
    background-color: #991b1b;
  }

.workouts-exercises .remove-nested-btn {
    display: flex;
  }

.workouts-exercises .remove-nested-btn {
    align-items: center;
  }

.workouts-exercises .remove-nested-btn {
    justify-content: center;
  }

.workouts-exercises .remove-nested-btn {
    height: 1.5rem;
  }

.workouts-exercises .remove-nested-btn {
    width: 1.5rem;
  }

.workouts-exercises .remove-nested-btn {
    border-radius: 9999px;
  }

.form-search {
  background-color: rgb(255 255 255 / 0.7);
  color: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.5rem;
}

@media print {
  .form-search {
    border-width: 1px;
  }
}

.form-search {
  min-width: 1px;
  overflow-wrap: break-word;
  --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
  --tw-shadow-colored: 0 3px 10px 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);
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-search .form-group {
    display: flex;
  }

.form-search .form-group {
    position: relative;
  }

.form-search .form-group i {
      pointer-events: none;
    }

.form-search .form-group i {
      position: absolute;
    }

.form-search .form-group i {
      display: flex;
    }

.form-search .form-group i {
      height: 100%;
    }

.form-search .form-group i {
      width: 2.5rem;
    }

.form-search .form-group i {
      align-items: center;
    }

.form-search .form-group i {
      justify-content: center;
    }

.form-search .form-group i {
      color: #fff;
    }

.linear-body {
  background-image: linear-gradient(0.85turn, #f1f1f1 0% 15%, #ffffff 15% 85%, #f0f0f0 85% 100%);
  background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.session-content {
  display: grid;
  width: 100%;
  flex-grow: 1;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-items: center;
}

.session-content .content {
    width: 100%;
  }

.session-content .content {
    max-width: 30rem;
  }

.session-content .content {
    padding: 1rem;
  }

.session-content .content form, .session-content .content-card {
      background-color: rgb(255 255 255 / 0.7);
    }

.session-content .content form, .session-content .content-card {
      color: #000000;
    }

.session-content .content form, .session-content .content-card {
      position: relative;
    }

.session-content .content form, .session-content .content-card {
      display: flex;
    }

.session-content .content form, .session-content .content-card {
      flex-direction: column;
    }

.session-content .content form, .session-content .content-card {
      padding: 1rem;
    }

.session-content .content form, .session-content .content-card {
      border-radius: 0.5rem;
    }

@media print {
      .session-content .content form, .session-content .content-card {
        border-width: 1px;
      }
    }

.session-content .content form, .session-content .content-card {
      min-width: 1px;
    }

.session-content .content form, .session-content .content-card {
      overflow-wrap: break-word;
    }

.session-content .content form, .session-content .content-card {
      --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
      --tw-shadow-colored: 0 3px 10px 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);
    }

.session-content .content form, .session-content .content-card {
      background-color: rgb(255 255 255 / 0.1);
    }

.session-content .content form, .session-content .content-card {
      margin-top: 1.25rem;
    }

.session-content .content form, .session-content .content-card {
      border-radius: 0.5rem;
    }

.session-content .content form, .session-content .content-card {
      padding: 1.25rem;
    }

@media (min-width: 1024px) {
      .session-content .content form, .session-content .content-card {
        padding: 1.75rem;
      }
    }

.session-content .content form label span, .session-content .content-card label span {
          color: #000000;
        }

.session-content .content form label .form-group, .session-content .content-card label .form-group {
          position: relative;
        }

.session-content .content form label .form-group, .session-content .content-card label .form-group {
          display: flex;
        }

.session-content .content form label .form-group, .session-content .content-card label .form-group {
          margin-top: 0.375rem;
        }

.session-content .content form label .form-group .form-input, .session-content .content-card label .form-group .form-input {
            background-color: transparent;
          }

.session-content .content form label .form-group .form-input, .session-content .content-card label .form-group .form-input {
            border-color: #000000;
          }

.session-content .content form label .form-group .form-input, .session-content .content-card label .form-group .form-input {
            color: #000000;
          }

.session-content .content form label .form-group .form-input::-moz-placeholder, .session-content .content-card label .form-group .form-input::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

.session-content .content form label .form-group .form-input::placeholder, .session-content .content-card label .form-group .form-input::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

.session-content .content form label .form-group .form-input, .session-content .content-card label .form-group .form-input {
            --tw-ring-color: #000000;
          }

.session-content .content form label .form-group .form-input:focus, .session-content .content-card label .form-group .form-input:focus {
            --tw-ring-color: #000000;
          }

.session-content .content form label .form-group .input-icon, .session-content .content-card label .form-group .input-icon {
            pointer-events: none;
          }

.session-content .content form label .form-group .input-icon, .session-content .content-card label .form-group .input-icon {
            position: absolute;
          }

.session-content .content form label .form-group .input-icon, .session-content .content-card label .form-group .input-icon {
            display: flex;
          }

.session-content .content form label .form-group .input-icon, .session-content .content-card label .form-group .input-icon {
            height: 100%;
          }

.session-content .content form label .form-group .input-icon, .session-content .content-card label .form-group .input-icon {
            width: 2.5rem;
          }

.session-content .content form label .form-group .input-icon, .session-content .content-card label .form-group .input-icon {
            align-items: center;
          }

.session-content .content form label .form-group .input-icon, .session-content .content-card label .form-group .input-icon {
            justify-content: center;
          }

.session-content .content form label .form-group .input-icon, .session-content .content-card label .form-group .input-icon {
            color: #000000;
          }

.session-content .content form .links, .session-content .content-card .links {
        font-size: 0.75rem;
        line-height: 1rem;
      }

.session-content .content form .links, .session-content .content-card .links {
        color: #798b8f;
      }

.session-content .content form .links, .session-content .content-card .links {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.session-content .content form .links, .session-content .content-card .links {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }

.session-content .content form .links, .session-content .content-card .links {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }

.session-content .content form .links:hover, .session-content .content-card .links:hover {
        color: #000000;
      }

.session-content .content form .links:focus, .session-content .content-card .links:focus {
        color: #000000;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        display: inline-flex;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        cursor: pointer;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        align-items: center;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        justify-content: center;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        border-radius: 0.5rem;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        text-align: center;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        letter-spacing: 0.025em;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        transition-duration: 200ms;
      }

.session-content .content form .submit-btn:focus, .session-content .content-card .submit-btn:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }

.session-content .content form .submit-btn:disabled, .session-content .content-card .submit-btn:disabled {
        pointer-events: none;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        margin-top: 1.25rem;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        width: 100%;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        background-color: #798b8f;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        font-weight: 500;
      }

.session-content .content form .submit-btn, .session-content .content-card .submit-btn {
        color: #fff;
      }

.session-content .content form .submit-btn:active, .session-content .content-card .submit-btn:active {
        background-color: rgb(27 18 18 / 0.9);
      }

.session-content .content form .submit-btn:hover, .session-content .content-card .submit-btn:hover {
        background-color: #000000;
      }

.session-content .content form .submit-btn:hover, .session-content .content-card .submit-btn:hover {
        color: #fff;
      }

.image-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#media-preview-icon {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#payment-message {
  color: red;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #E6C766;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  transform-origin: 10.4px 10.2px;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #E6C766;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  transform-origin: 0px 10.2px;
  animation: loading 2s infinite ease;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.library-media {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.library-media > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.library-media {
  max-width: 250px;
}

.library-media-full {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.library-media-full > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.library-media-full {
  --tw-aspect-h: 9;
}

.gallery-library-image {
  width: 230px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.button-tabs {
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  white-space: nowrap;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-bottom-width: 2px;
  border-color: transparent;
}

.button-tabs:hover {
  color: #111827;
  border-color: #d1d5db;
}

.button-tabs--active {
    border-style: solid;
  }

.button-tabs--active {
    border-color: #E6C766;
  }

.button-tabs--active {
    color: #000000;
  }

.gallery-turbo-form {
  color: #fff !important;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-turbo-form video, .gallery-turbo-form img, .gallery-turbo-form audio {
    max-width: 100% !important;
  }

.gallery-turbo-form video, .gallery-turbo-form img, .gallery-turbo-form audio {
    margin-left: 1.75rem;
  }

.gallery-turbo-form video, .gallery-turbo-form img, .gallery-turbo-form audio {
    height: 10rem !important;
  }

.gallery-library-documents-form a {
    background-color: #7C483D;
  }

.gallery-library-documents-form a {
    border-width: 1px;
  }

.gallery-library-documents-form a {
    border-color: #7C483D;
  }

.gallery-library-documents-form a {
    font-weight: 500;
  }

.gallery-library-documents-form a {
    color: #fff;
  }

.gallery-library-documents-form a:hover {
    background-color: #fff;
  }

.gallery-library-documents-form a:hover {
    color: #7C483D;
  }

.gallery-library-documents-form a:focus {
    background-color: #fff;
  }

.gallery-library-documents-form a:focus {
    color: #7C483D;
  }

.gallery-library-documents-form a:active {
    background-color: #fff;
  }

.gallery-library-documents-form a:active {
    color: #7C483D;
  }

.gallery-contents-form #gallery-media-contents {
    display: flex;
  }

.gallery-contents-form #gallery-media-contents {
    align-items: center;
  }

.gallery-contents-form #gallery-button-content {
    display: flex;
  }

.gallery-contents-form #gallery-button-content {
    flex-direction: column;
  }

.gallery-contents-form #gallery-button-content a {
      background-color: #7C483D;
    }

.gallery-contents-form #gallery-button-content a {
      border-width: 1px;
    }

.gallery-contents-form #gallery-button-content a {
      border-color: #7C483D;
    }

.gallery-contents-form #gallery-button-content a {
      font-weight: 500;
    }

.gallery-contents-form #gallery-button-content a {
      color: #fff;
    }

.gallery-contents-form #gallery-button-content a:hover {
      background-color: #fff;
    }

.gallery-contents-form #gallery-button-content a:hover {
      color: #7C483D;
    }

.gallery-contents-form #gallery-button-content a:focus {
      background-color: #fff;
    }

.gallery-contents-form #gallery-button-content a:focus {
      color: #7C483D;
    }

.gallery-contents-form #gallery-button-content a:active {
      background-color: #fff;
    }

.gallery-contents-form #gallery-button-content a:active {
      color: #7C483D;
    }

.gallery-contents-form video, .gallery-contents-form iframe {
    max-width: 12em !important;
    max-height: 6em !important;
  }

.gallery-contents-form img {
    max-width: 6em !important;
  }

.progress-bar-div {
  grid-column: span 6 / span 6;
}

@media (min-width: 768px) {
  .progress-bar-div {
    grid-column: span 6 / span 6;
  }
}

.progress-bar-div .bg-progress-bar {
    width: 100%;
  }

.progress-bar-div .bg-progress-bar {
    background-color: #e5e7eb;
  }

.progress-bar-div .bg-progress-bar {
    border-radius: 9999px;
  }

.progress-bar-div .progress-bar {
    background-color: #00000029;
  }

.progress-bar-div .progress-bar {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.progress-bar-div .progress-bar {
    font-weight: 500;
  }

.progress-bar-div .progress-bar {
    color: #dbeafe;
  }

.progress-bar-div .progress-bar {
    text-align: center;
  }

.progress-bar-div .progress-bar {
    padding: 0.125rem;
  }

.progress-bar-div .progress-bar {
    line-height: 1;
  }

.progress-bar-div .progress-bar {
    border-radius: 9999px;
  }

.series-library-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2rem;
  font-family: Poppins, 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";
}

@media screen {
    @media (min-width:520px) {

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

    @media (min-width:840px) {

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

    @media (min-width:1100px) {

.series-library-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
}
    }

    @media (min-width:1570px) {

.series-library-grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
}
    }

    @media (min-width:1820px) {

.series-library-grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
}
    }
  }

.library-controls {
  position: absolute;
  top: 1rem;
}

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

.library-controls {
  left: 2rem;
}

@media (min-width: 768px) {
  .library-controls {
    left: 7rem;
  }
}

.library-controls {
  display: flex;
  gap: 1rem;
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 ';
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

trix-editor {
  max-height: 24rem;
  overflow: auto;
}

.trix-button-group--file-tools {
  display: none !important;
}

.trix-content ol, .trix-content ul {
    list-style: revert !important;
  }

.trix-content a {
    color: #7C483D;
    text-decoration: underline;
  }

.trix-content .attachment-gallery > action-text-attachment,
    .trix-content .attachment-gallery > .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%;
    }

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
      .trix-content .attachment-gallery.attachment-gallery--2 > .attachment,
      .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
      .trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
        flex-basis: 50%;
        max-width: 50%;
      }

.trix-content action-text-attachment .attachment {
      padding: 0 !important;
      max-width: 100% !important;
    }

.thread-mobile-preview .app-subtitle-preview.resources-card {
      padding: 0.75rem;
    }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-header {
        display: flex;
      }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-header {
        flex-direction: row;
      }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-header {
        justify-content: space-between;
      }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-header {
        align-items: flex-start !important;
      }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-header .card-icon {
          font-size: 1rem;
          line-height: 1.5rem;
        }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-header .card-icon {
          line-height: 0.6;
        }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-content {
        font-weight: 300;
      }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-content strong {
        font-weight: 700;
      }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-content {
        font-size: 8pt;
      }

.thread-mobile-preview .app-subtitle-preview.resources-card .card-content {
        margin-top: 0.25rem;
      }

.thread-mobile-preview .bible-preview.resources-card {
      display: flex;
    }

.thread-mobile-preview .bible-preview.resources-card {
      flex-direction: row;
    }

.thread-mobile-preview .bible-preview.resources-card {
      justify-content: space-between;
    }

.thread-mobile-preview .bible-preview.resources-card {
      align-items: center;
    }

.thread-mobile-preview .bible-preview .card-title {
      width: 66.666667%;
    }

.thread-mobile-preview .bible-preview .card-title p {
        line-height: 0.6rem;
      }

 .clock-btn {
          background-color: #BD7830;
        }

 .clock-btn {
          border-radius: 0.375rem;
        }

 .clock-btn {
          padding: 0.125rem;
        }

 .clock-btn {
          padding-left: 0.25rem;
          padding-right: 0.25rem;
        }

 .clock-btn {
          margin-left: auto;
        }

 .clock-btn {
          color: #fff;
        }

 .clock-btn {
          background-color: #BD7830;
        }

 .clock-btn {
          border-radius: 0.375rem;
        }

 .clock-btn {
          padding: 0.125rem;
        }

 .clock-btn {
          padding-left: 0.25rem;
          padding-right: 0.25rem;
        }

 .clock-btn {
          margin-left: auto;
        }

 .clock-btn {
          color: #fff;
        }

 {

 {
      }
    }

 .clock-btn {
          background-color: #BD7830;
        }

 {

 {
      }
    }

 .clock-btn {
          border-radius: 0.375rem;
        }

 {

 {
      }
    }

 .clock-btn {
          padding: 0.125rem;
        }

 {

 {
      }
    }

 .clock-btn {
          padding-left: 0.25rem;
          padding-right: 0.25rem;
        }

 {

 {
      }
    }

 .clock-btn {
          margin-left: auto;
        }

 {

 {
      }
    }

 .clock-btn {
          color: #fff;
        }

 .clock-btn {
              background-color: #BD7830;
            }

 .clock-btn {
              border-radius: 0.375rem;
            }

 .clock-btn {
              padding: 0.25rem;
            }

 .clock-btn {
              margin-left: auto;
            }

 .clock-btn {
              color: #fff;
            }

 .clock-btn {
              background-color: #BD7830;
            }

 .clock-btn {
              border-radius: 0.375rem;
            }

 .clock-btn {
              padding: 0.25rem;
            }

 .clock-btn {
              margin-left: auto;
            }

 .clock-btn {
              color: #fff;
            }

 {

 {
      }
    }

 .clock-btn {
              background-color: #BD7830;
            }

 .clock-btn {
              border-radius: 0.375rem;
            }

 .clock-btn {
              padding: 0.25rem;
            }

 .clock-btn {
              margin-left: auto;
            }

 .clock-btn {
              color: #fff;
            }

 {

 {

 {
        }
      }
    }

 {

 {
        }
      }

 .clock-btn {
              background-color: #BD7830;
            }

 .clock-btn {
              border-radius: 0.375rem;
            }

 .clock-btn {
              padding: 0.25rem;
            }

 .clock-btn {
              margin-left: auto;
            }

 .clock-btn {
              color: #fff;
            }

 {

 {

 {

 {
          }
        }
      }
    }

 {

 {

 {
          }
        }
      }

 {

 {
          }
        }

 .clock-btn {
              background-color: #BD7830;
            }

 {

 {

 {

 {
          }
        }
      }
    }

 {

 {

 {
          }
        }
      }

 {

 {
          }
        }

 .clock-btn {
              border-radius: 0.375rem;
            }

 {

 {

 {

 {
          }
        }
      }
    }

 {

 {

 {
          }
        }
      }

 {

 {
          }
        }

 .clock-btn {
              padding: 0.25rem;
            }

 {

 {

 {

 {
          }
        }
      }
    }

 {

 {

 {
          }
        }
      }

 {

 {
          }
        }

 .clock-btn {
              margin-left: auto;
            }

 {

 {

 {

 {
          }
        }
      }
    }

 {

 {

 {
          }
        }
      }

 {

 {
          }
        }

 .clock-btn {
              color: #fff;
            }

.thread-mobile-preview .bible-preview .clock-btn {
      width: 1.5rem;
    }

.thread-mobile-preview .bible-preview .clock-btn {
      height: 1.5rem;
    }

.thread-mobile-preview .bible-preview .clock-btn {
      display: flex;
    }

.thread-mobile-preview .bible-preview .clock-btn {
      justify-content: center;
    }

.thread-mobile-preview .bible-preview .clock-btn {
      align-items: center;
    }

.thread-mobile-preview .resources-card {
    background-color: rgb(255 255 255 / 0.7);
  }

.thread-mobile-preview .resources-card {
    color: #000000;
  }

.thread-mobile-preview .resources-card {
    position: relative;
  }

.thread-mobile-preview .resources-card {
    display: flex;
  }

.thread-mobile-preview .resources-card {
    flex-direction: column;
  }

.thread-mobile-preview .resources-card {
    padding: 1rem;
  }

.thread-mobile-preview .resources-card {
    border-radius: 0.5rem;
  }

@media print {
    .thread-mobile-preview .resources-card {
      border-width: 1px;
    }
  }

.thread-mobile-preview .resources-card {
    min-width: 1px;
  }

.thread-mobile-preview .resources-card {
    overflow-wrap: break-word;
  }

.thread-mobile-preview .resources-card {
    --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
    --tw-shadow-colored: 0 3px 10px 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);
  }

.thread-mobile-preview .resources-card {
    background-color: #fff;
  }

.thread-mobile-preview .resources-card .reminder-btn {
      background-color: #BD7830;
    }

.thread-mobile-preview .resources-card .reminder-btn {
      border-radius: 0.375rem;
    }

.thread-mobile-preview .resources-card .reminder-btn {
      padding: 0.125rem;
    }

.thread-mobile-preview .resources-card .reminder-btn {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }

.thread-mobile-preview .resources-card .reminder-btn {
      margin-left: auto;
    }

.thread-mobile-preview .resources-card .reminder-btn {
      color: #fff;
    }

.thread-mobile-preview .resources-card .resources-accordion .item-accordion {
        padding: 0.5rem;
      }

.thread-mobile-preview .resources-card .resources-accordion .item-accordion {
        border-bottom-width: 1px;
      }

.thread-mobile-preview .resources-card .resources-accordion .item-accordion {
        border-color: #6b7280;
      }

.thread-mobile-preview .resources-card .resources-accordion .item-accordion {
        display: flex;
      }

.thread-mobile-preview .resources-card .resources-accordion .item-accordion {
        justify-content: space-between;
      }

.thread-mobile-preview .resources-card .resources-accordion .item-accordion {
        align-items: center;
      }

.thread-mobile-preview .resources-card .resources-accordion .content-item {
        cursor: pointer;
      }

.thread-mobile-preview .resources-card .resources-accordion .subcontents-item {
        margin-top: 0.5rem;
      }

.thread-mobile-preview .resources-card .resources-accordion .subcontents-item {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }

.thread-mobile-preview .resources-card .placeholder .card-header-title {
        width: 66.666667%;
      }

.thread-mobile-preview .resources-card .placeholder .card-header-title {
        padding: 0.375rem;
      }

.thread-mobile-preview .resources-card .placeholder .card-header-title {
        background-color: #d1d5db;
      }

.thread-mobile-preview .resources-card .placeholder .card-header-title {
        border-radius: 0.125rem;
      }

.thread-mobile-preview .resources-card .placeholder .subcontents-item > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
      }

.thread-mobile-preview .resources-card .placeholder .subcontents-item .subcontent-line {
          width: 100%;
        }

.thread-mobile-preview .resources-card .placeholder .subcontents-item .subcontent-line {
          padding: 0.5rem;
        }

.thread-mobile-preview .resources-card .placeholder .subcontents-item .subcontent-line {
          background-color: #e5e7eb;
        }

.thread-mobile-preview .resources-card .placeholder .subcontents-item .subcontent-line {
          border-radius: 0.125rem;
        }

.thread-mobile-preview .resources-card .placeholder .subcontents-item .subcontent-line:last-child {
          width: 66.666667%;
        }

.thread-mobile-preview .documents-card {
    background-color: rgb(255 255 255 / 0.7);
  }

.thread-mobile-preview .documents-card {
    color: #000000;
  }

.thread-mobile-preview .documents-card {
    position: relative;
  }

.thread-mobile-preview .documents-card {
    display: flex;
  }

.thread-mobile-preview .documents-card {
    flex-direction: column;
  }

.thread-mobile-preview .documents-card {
    padding: 1rem;
  }

.thread-mobile-preview .documents-card {
    border-radius: 0.5rem;
  }

@media print {
    .thread-mobile-preview .documents-card {
      border-width: 1px;
    }
  }

.thread-mobile-preview .documents-card {
    min-width: 1px;
  }

.thread-mobile-preview .documents-card {
    overflow-wrap: break-word;
  }

.thread-mobile-preview .documents-card {
    --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
    --tw-shadow-colored: 0 3px 10px 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);
  }

.thread-mobile-preview .documents-card {
    background-color: #fff;
  }

.thread-mobile-preview .documents-card > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

.thread-mobile-preview .documents-card .document-items > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

.thread-mobile-preview .documents-card .document-items .document-item {
        display: flex;
      }

.thread-mobile-preview .documents-card .document-items .document-item {
        justify-content: space-between;
      }

.thread-mobile-preview .documents-card .document-items .document-item {
        gap: 0.75rem;
      }

.thread-mobile-preview .documents-card .document-items .document-item {
        font-size: 0.75rem;
        line-height: 1rem;
      }

.thread-mobile-preview .documents-card .document-items .document-item {
        align-items: center;
      }

.thread-mobile-preview .documents-card .document-items .document-item .document-title {
          width: 66.666667%;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-title {
          font-weight: 300;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-icon {
          display: flex;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-icon {
          justify-content: center;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-icon {
          align-items: center;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-icon {
          background-color: #A64724;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-icon {
          color: #fff;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-icon {
          width: 1.5rem;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-icon {
          height: 1.5rem;
        }

.thread-mobile-preview .documents-card .document-items .document-item .document-icon {
          border-radius: 9999px;
        }

.thread-mobile-preview .documents-card .document-items .placeholder .document-title {
          width: 66.666667%;
        }

.thread-mobile-preview .documents-card .document-items .placeholder .document-title {
          padding: 0.5rem;
        }

.thread-mobile-preview .documents-card .document-items .placeholder .document-title {
          background-color: #e5e7eb;
        }

.thread-mobile-preview .documents-card .document-items .placeholder .document-title {
          border-radius: 0.125rem;
        }

.popup-preview {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.popup-preview .close-button {
    position: absolute;
  }

.popup-preview .close-button {
    top: 0px;
  }

.popup-preview .close-button {
    right: 0px;
  }

.popup-preview .close-button {
    background-color: #dc2626;
  }

.popup-preview .close-button:hover {
    background-color: #b91c1c;
  }

.popup-preview .close-button {
    border-radius: 9999px;
  }

.popup-preview .close-button {
    width: 2rem;
  }

.popup-preview .close-button {
    height: 2rem;
  }

.popup-preview .close-button {
    display: flex;
  }

.popup-preview .close-button {
    align-items: center;
  }

.popup-preview .close-button {
    justify-content: center;
  }

.popup-preview .close-button {
    cursor: pointer;
  }

.popup-preview .search-card {
    background-color: rgb(255 255 255 / 0.7);
  }

.popup-preview .search-card {
    color: #000000;
  }

.popup-preview .search-card {
    position: relative;
  }

.popup-preview .search-card {
    display: flex;
  }

.popup-preview .search-card {
    flex-direction: column;
  }

.popup-preview .search-card {
    padding: 1rem;
  }

.popup-preview .search-card {
    border-radius: 0.5rem;
  }

@media print {
    .popup-preview .search-card {
      border-width: 1px;
    }
  }

.popup-preview .search-card {
    min-width: 1px;
  }

.popup-preview .search-card {
    overflow-wrap: break-word;
  }

.popup-preview .search-card {
    --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
    --tw-shadow-colored: 0 3px 10px 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);
  }

.popup-preview .search-card {
    flex-direction: row;
  }

.popup-preview .search-card {
    justify-content: space-between;
  }

.popup-preview .search-card {
    align-items: center;
  }

.popup-preview .search-card {
    background-color: #fff !important;
  }

.popup-preview .search-card {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

.popup-preview .search-card {
    color: #6b7280;
  }

.popup-preview .series-items.card-items > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

.popup-preview .series-items.card-items .card-item {
        background-color: rgb(255 255 255 / 0.7);
      }

.popup-preview .series-items.card-items .card-item {
        color: #000000;
      }

.popup-preview .series-items.card-items .card-item {
        position: relative;
      }

.popup-preview .series-items.card-items .card-item {
        display: flex;
      }

.popup-preview .series-items.card-items .card-item {
        flex-direction: column;
      }

.popup-preview .series-items.card-items .card-item {
        padding: 1rem;
      }

.popup-preview .series-items.card-items .card-item {
        border-radius: 0.5rem;
      }

@media print {
        .popup-preview .series-items.card-items .card-item {
          border-width: 1px;
        }
      }

.popup-preview .series-items.card-items .card-item {
        min-width: 1px;
      }

.popup-preview .series-items.card-items .card-item {
        overflow-wrap: break-word;
      }

.popup-preview .series-items.card-items .card-item {
        --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
        --tw-shadow-colored: 0 3px 10px 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);
      }

.popup-preview .series-items.card-items .card-item {
        gap: 0.5rem;
      }

.popup-preview .series-items.card-items .card-item {
        background-color: #fff !important;
      }

.popup-preview .series-items.card-items .card-item .card-week-header {
          font-size: 8pt;
        }

.popup-preview .series-items.card-items .card-item .card-week-header {
          font-weight: 300;
        }

.popup-preview .series-items.card-items .card-item .card-header {
          display: flex;
        }

.popup-preview .series-items.card-items .card-item .card-header {
          justify-content: space-between;
        }

.popup-preview .series-items.card-items .card-item .card-header .card-header-title {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }

.popup-preview .series-items.card-items .card-item .card-header .card-header-title {
            font-weight: 600;
          }

.popup-preview .series-items.card-items .card-item .card-body {
          font-size: 0.75rem;
          line-height: 1rem;
        }

.popup-preview .series-items.card-items .card-item .card-body {
          font-weight: 300;
        }

.popup-preview .series-items.card-items .card-item .card-body {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
        }

.popup-preview .series-items.card-items .card-item .card-body {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
        }

.popup-preview .series-items.card-items .placeholder.card-item {
        background-color: rgb(255 255 255 / 0.7);
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        color: #000000;
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        position: relative;
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        display: flex;
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        flex-direction: column;
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        padding: 1rem;
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        border-radius: 0.5rem;
      }

@media print {
        .popup-preview .series-items.card-items .placeholder.card-item {
          border-width: 1px;
        }
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        min-width: 1px;
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        overflow-wrap: break-word;
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
        --tw-shadow-colored: 0 3px 10px 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);
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        gap: 0.5rem;
      }

.popup-preview .series-items.card-items .placeholder.card-item {
        background-color: #fff !important;
      }

.popup-preview .series-items.card-items .placeholder.card-item .card-header {
          display: flex;
        }

.popup-preview .series-items.card-items .placeholder.card-item .card-header {
          justify-content: space-between;
        }

.popup-preview .series-items.card-items .placeholder.card-item .card-header .card-header-title {
            width: 66.666667%;
          }

.popup-preview .series-items.card-items .placeholder.card-item .card-header .card-header-title {
            padding: 0.5rem;
          }

.popup-preview .series-items.card-items .placeholder.card-item .card-header .card-header-title {
            background-color: #9ca3af;
          }

.popup-preview .series-items.card-items .placeholder.card-item .card-header .card-header-title {
            border-radius: 0.125rem;
          }

.popup-preview .series-items.card-items .placeholder.card-item .card-body > :not([hidden]) ~ :not([hidden]) {
          --tw-space-y-reverse: 0;
          margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
          margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
        }

.popup-preview .series-items.card-items .placeholder.card-item .card-body .line-item {
            padding: 0.5rem;
          }

.popup-preview .series-items.card-items .placeholder.card-item .card-body .line-item {
            background-color: #d1d5db;
          }

.popup-preview .series-items.card-items .placeholder.card-item .card-body .line-item {
            border-radius: 0.125rem;
          }

.popup-preview .series-items.card-items .placeholder.card-item .card-body .line-item:last-child {
            width: 66.666667%;
          }

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

.week-items.card-items .weeks-accordion {
      border-top-width: 1px;
    }

.week-items.card-items .weeks-accordion {
      border-color: #000;
    }

.week-items.card-items .weeks-accordion .placeholder .card-header-title {
          width: 66.666667%;
        }

.week-items.card-items .weeks-accordion .placeholder .card-header-title {
          padding: 0.5rem;
        }

.week-items.card-items .weeks-accordion .placeholder .card-header-title {
          background-color: #d1d5db;
        }

.week-items.card-items .weeks-accordion .placeholder .card-header-title {
          border-radius: 0.125rem;
        }

.week-items.card-items .card-item {
      background-color: rgb(255 255 255 / 0.7);
    }

.week-items.card-items .card-item {
      color: #000000;
    }

.week-items.card-items .card-item {
      position: relative;
    }

.week-items.card-items .card-item {
      display: flex;
    }

.week-items.card-items .card-item {
      flex-direction: column;
    }

.week-items.card-items .card-item {
      padding: 1rem;
    }

.week-items.card-items .card-item {
      border-radius: 0.5rem;
    }

@media print {
      .week-items.card-items .card-item {
        border-width: 1px;
      }
    }

.week-items.card-items .card-item {
      min-width: 1px;
    }

.week-items.card-items .card-item {
      overflow-wrap: break-word;
    }

.week-items.card-items .card-item {
      --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
      --tw-shadow-colored: 0 3px 10px 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);
    }

.week-items.card-items .card-item {
      gap: 0.5rem;
    }

.week-items.card-items .card-item {
      padding: 0.5rem !important;
    }

.week-items.card-items .card-item {
      background-color: #fff !important;
    }

.week-items.card-items .card-item .card-week-header {
        font-size: 8pt;
      }

.week-items.card-items .card-item .card-week-header {
        font-weight: 300;
      }

.week-items.card-items .card-item .card-header {
        display: flex;
      }

.week-items.card-items .card-item .card-header {
        justify-content: space-between;
      }

.week-items.card-items .card-item .card-header {
        align-items: center;
      }

.week-items.card-items .card-item .card-header {
        border-bottom-width: 1px;
      }

.week-items.card-items .card-item .card-header {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
      }

.week-items.card-items .card-item .card-header {
        border-color: #000;
      }

.week-items.card-items .card-item .card-header .card-header-title {
          font-size: 0.75rem;
          line-height: 1rem;
        }

.week-items.card-items .card-item .card-header .card-header-title {
          font-weight: 500;
        }

.week-items.card-items .card-item .card-header .reminder-btn {
          background-color: #BD7830;
        }

.week-items.card-items .card-item .card-header .reminder-btn {
          border-radius: 0.375rem;
        }

.week-items.card-items .card-item .card-header .reminder-btn {
          padding: 0.25rem;
        }

.week-items.card-items .card-item .card-header .reminder-btn {
          margin-left: auto;
        }

.week-items.card-items .card-item .card-header .reminder-btn {
          color: #fff;
        }

.week-items.card-items .card-item .card-body {
        font-size: 0.75rem;
        line-height: 1rem;
      }

.week-items.card-items .card-item .card-body {
        font-weight: 300;
      }

.week-items.card-items .card-item .card-body {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
      }

.week-items.card-items .card-item .card-body {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
      }

.week-items.card-items .placeholder.card-item {
      background-color: rgb(255 255 255 / 0.7);
    }

.week-items.card-items .placeholder.card-item {
      color: #000000;
    }

.week-items.card-items .placeholder.card-item {
      position: relative;
    }

.week-items.card-items .placeholder.card-item {
      display: flex;
    }

.week-items.card-items .placeholder.card-item {
      flex-direction: column;
    }

.week-items.card-items .placeholder.card-item {
      padding: 1rem;
    }

.week-items.card-items .placeholder.card-item {
      border-radius: 0.5rem;
    }

@media print {
      .week-items.card-items .placeholder.card-item {
        border-width: 1px;
      }
    }

.week-items.card-items .placeholder.card-item {
      min-width: 1px;
    }

.week-items.card-items .placeholder.card-item {
      overflow-wrap: break-word;
    }

.week-items.card-items .placeholder.card-item {
      --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
      --tw-shadow-colored: 0 3px 10px 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);
    }

.week-items.card-items .placeholder.card-item {
      gap: 0.5rem;
    }

.week-items.card-items .placeholder.card-item {
      background-color: #fff !important;
    }

.week-items.card-items .placeholder.card-item .card-header {
        display: flex;
      }

.week-items.card-items .placeholder.card-item .card-header {
        justify-content: space-between;
      }

.week-items.card-items .placeholder.card-item .card-header .card-header-title {
          width: 66.666667%;
        }

.week-items.card-items .placeholder.card-item .card-header .card-header-title {
          padding: 0.5rem;
        }

.week-items.card-items .placeholder.card-item .card-header .card-header-title {
          background-color: #9ca3af;
        }

.week-items.card-items .placeholder.card-item .card-header .card-header-title {
          border-radius: 0.125rem;
        }

.week-items.card-items .placeholder.card-item .card-body > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
      }

.week-items.card-items .placeholder.card-item .card-body .line-item {
          padding: 0.5rem;
        }

.week-items.card-items .placeholder.card-item .card-body .line-item {
          background-color: #d1d5db;
        }

.week-items.card-items .placeholder.card-item .card-body .line-item {
          border-radius: 0.125rem;
        }

.week-items.card-items .placeholder.card-item .card-body .line-item:last-child {
          width: 66.666667%;
        }

.mobile-preview {
  font-size: 14px;
  overflow: hidden;
  padding: 0.75rem;
  background-color: #4b5563;
  border-radius: 1.5rem;
  align-items: center;
  font-weight: 500;
  font-family: Poppins, 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";
}

.mobile-preview .preview-background {
    position: relative;
  }

.mobile-preview .preview-background {
    width: 100%;
  }

.mobile-preview .preview-background {
    height: 100%;
  }

.mobile-preview .preview-background {
    border-radius: 0.75rem;
  }

.mobile-preview .preview-background {
    overflow: hidden;
  }

.mobile-preview .preview-background {
    background-image: url(/assets/signin_texture-3c358184caab87c295239938fd853fb3470fd3338c29574ddf2db7a8330cd788.png);
  }

.mobile-preview .preview-background .display-content::-webkit-scrollbar {
      display: none;
    }

.mobile-preview .preview-background .display-content {
      top: 0px;
    }

.mobile-preview .preview-background .display-content {
      bottom: 0px;
    }

.mobile-preview .preview-background .display-content {
      left: 0px;
    }

.mobile-preview .preview-background .display-content {
      right: 0px;
    }

.mobile-preview .preview-background .display-content {
      position: absolute;
    }

.mobile-preview .preview-background .display-content {
      overflow-y: auto;
    }

.mobile-preview .preview-background .display-content {
      padding-bottom: 5rem;
    }

.mobile-preview .preview-background .display-content .top-safe-area {
        display: flex;
      }

.mobile-preview .preview-background .display-content .top-safe-area {
        justify-content: space-between;
      }

.mobile-preview .preview-background .display-content .top-safe-area {
        align-items: flex-end;
      }

.mobile-preview .preview-background .display-content .top-safe-area {
        padding: 0.25rem;
      }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-stick {
          width: 50px;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-stick {
          height: 8px;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-stick {
          margin-right: 0.5rem;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-stick {
          border-radius: 0.375rem;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-stick {
          background-color: #4b5563;
        }

.mobile-preview .preview-background .display-content .top-safe-area .top-stick {
          position: absolute;
        }

.mobile-preview .preview-background .display-content .top-safe-area .top-stick {
          top: -0.25rem;
        }

.mobile-preview .preview-background .display-content .top-safe-area .top-stick {
          background-color: #4b5563;
        }

.mobile-preview .preview-background .display-content .top-safe-area .top-stick {
          border-bottom-right-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-dots {
          display: flex;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-dots {
          gap: 0.5rem;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-dots {
          font-size: 6pt;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-dots {
          color: #374151;
        }

.mobile-preview .preview-background .display-content .top-safe-area .status-bar-dots {
          margin-left: 0.5rem;
        }

.mobile-preview .preview-background .display-content .preview-content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
      }

.mobile-preview .preview-background .display-content .preview-content > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
      }

.mobile-preview .preview-background .display-content .preview-content .header-card {
          border-bottom-right-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
        }

.mobile-preview .preview-background .display-content .preview-content .header-card {
          padding: 0.75rem;
        }

.mobile-preview .preview-background .display-content .preview-content .header-card {
          color: #fff;
        }

.mobile-preview .preview-background .display-content .preview-content .header-card .octicon {
            fill: white;
          }

.mobile-preview .preview-background .display-content .preview-content .header-card .header-actions {
            margin-top: 2rem;
          }

.mobile-preview .preview-background .display-content .preview-content .header-card .header-actions {
            display: flex;
          }

.mobile-preview .preview-background .display-content .preview-content .header-card .header-actions {
            justify-content: flex-end;
          }

.mobile-preview .preview-background .display-content .preview-content .header-card .header-actions {
            gap: 0.5rem;
          }

.mobile-preview .preview-background .display-content .preview-content .header-card .header-actions {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }

.mobile-preview .preview-background .display-content .preview-content .header-card .header-title {
            margin-top: 1.25rem;
          }

.mobile-preview .preview-background .display-content .preview-content .header-card .header-title {
            margin-bottom: 1rem;
          }

.mobile-preview .preview-background .tab-bottom {
      height: 3.5rem;
    }

.mobile-preview .preview-background .tab-bottom {
      padding: 0.75rem;
    }

.mobile-preview .preview-background .tab-bottom {
      padding-left: 1rem;
      padding-right: 1rem;
    }

.mobile-preview .preview-background .tab-bottom {
      background-color: #fff;
    }

.mobile-preview .preview-background .tab-bottom {
      position: absolute;
    }

.mobile-preview .preview-background .tab-bottom {
      bottom: 0px;
    }

.mobile-preview .preview-background .tab-bottom {
      right: 0px;
    }

.mobile-preview .preview-background .tab-bottom {
      left: 0px;
    }

.mobile-preview .preview-background .tab-bottom {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
    }

.mobile-preview .preview-background .tab-bottom {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.mobile-preview .preview-background .tab-bottom {
      display: flex;
    }

.mobile-preview .preview-background .tab-bottom {
      justify-content: space-between;
    }

.mobile-preview .preview-background .tab-bottom .tab-item {
        display: flex;
      }

.mobile-preview .preview-background .tab-bottom .tab-item {
        flex-direction: column;
      }

.mobile-preview .preview-background .tab-bottom .tab-item {
        align-items: center;
      }

.mobile-preview .preview-background .tab-bottom .tab-item {
        gap: 0.25rem;
      }

.mobile-preview .preview-background .tab-bottom .tab-item .tab-item-icon {
          font-family: var(--fa-style-family, "Font Awesome 6 Free");
          font-weight: var(--fa-style, 900);
        }

.mobile-preview .preview-background .tab-bottom .tab-item .tab-item-icon {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: var(--fa-display, inline-block);
          font-style: normal;
          font-variant: normal;
          line-height: 1;
          text-rendering: auto;
        }

.mobile-preview .preview-background .tab-bottom .tab-item .tab-item-icon::before {
          content: "\f0c8";
        }

.mobile-preview .preview-background .tab-bottom .tab-item .tab-item-title {
          width: 1.5rem;
        }

.mobile-preview .preview-background .tab-bottom .tab-item .tab-item-title {
          height: 0.5rem;
        }

.mobile-preview .preview-background .tab-bottom .tab-item .tab-item-title {
          background-color: #9ca3af;
        }

.mobile-preview .preview-background .tab-bottom .tab-item .tab-item-title {
          border-radius: 0.125rem;
        }

/* App */

.media-name {
  margin: 0.5rem;
  width: 230px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-items {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: 0.025em;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color,padding-left;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-items:hover {
  padding-left: 1rem;
  background-color: #00000029;
}

.accordion-arrow {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #94a3b8;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-menu {
  height: calc(100% - 4.5rem);
  overflow-x: hidden;
  padding-bottom: 1.5rem;
}

.accordion-header {
  display: flex;
  gap: 0.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: #334155;
}

.active-accordion-items {
  padding-left: 1rem;
  background-color: #00000029;
}

.default-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: baseline;
  font-family: Inter, 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";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: 9999px;
  border-width: 1px;
}

.badge-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: baseline;
  font-family: Inter, 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";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: #E6C766;
  color: #fff;
  background-color: #E6C766;
}

.badge-success:hover {
  background-color: rgb(230 199 102 / 0.6);
}

.badge-error {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: baseline;
  font-family: Inter, 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";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #CF6679;
  color: #fff;
  background-color: #CF6679;
}

.badge-error:hover {
  background-color: rgb(207 102 121 / 0.6);
}

.badge-succeeded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: baseline;
  font-family: Inter, 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";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #10b981;
  color: #fff;
  background-color: #10b981;
}

.badge-succeeded:hover {
  background-color: rgb(16 185 129 / 0.6);
}

.badge-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: baseline;
  font-family: Inter, 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";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #0ea5e9;
  color: #fff;
  background-color: #0ea5e9;
}

.badge-info:hover {
  background-color: rgb(14 165 233 / 0.6);
}

.datasorts_active {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #000000;
  display: block;
  position: absolute;
  top: calc(100% - 1.8rem);
  right: 0;
  font-size: 12px;
}

.datasorts_inactive {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #000000;
  display: block;
  position: absolute;
  top: calc(100% - 1.8rem);
  right: 0;
  font-size: 12px;
  color: #7C483D;
}

.sortdata-active-after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #000000;
  display: block;
  position: absolute;
  top: calc(100% - 1.8rem);
  right: 0;
  font-size: 12px;
  content: "\f176";
  right: 1em;
}

.sortdata-active-before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #000000;
  display: block;
  position: absolute;
  top: calc(100% - 1.8rem);
  right: 0;
  font-size: 12px;
  content: "\f175";
  right: 0.5em;
}

.sortdate-inactive-after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #000000;
  display: block;
  position: absolute;
  top: calc(100% - 1.8rem);
  right: 0;
  font-size: 12px;
  color: #7C483D;
  content: "\f176";
  right: 1em;
}

.sortdate-inactive-before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #000000;
  display: block;
  position: absolute;
  top: calc(100% - 1.8rem);
  right: 0;
  font-size: 12px;
  color: #7C483D;
  content: "\f175";
  right: 0.5em;
}

.dataTable th {
    position: sticky;
    padding-right: 25px;
    cursor: pointer;
  }

.dataTable th.sorting_disabled {
      cursor: initial !important;
    }

.dataTable .sorting:after {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting:after {
      color: #000000;
    }

.dataTable .sorting:after {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting:after {
      color: #7C483D;
    }

.dataTable .sorting:after {
      content: "\f176";
      right: 1em;
    }

.dataTable .sorting:before {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting:before {
      color: #000000;
    }

.dataTable .sorting:before {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting:before {
      color: #7C483D;
    }

.dataTable .sorting:before {
      content: "\f175";
      right: 0.5em;
    }

.dataTable .sorting * {
      margin-right: 1rem;
    }

.dataTable .sorting_asc:after {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting_asc:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting_asc:after {
      color: #000000;
    }

.dataTable .sorting_asc:after {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting_asc:after {
      color: #7C483D;
    }

.dataTable .sorting_asc:after {
      content: "\f176";
      right: 1em;
    }

.dataTable .sorting_asc:before {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting_asc:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting_asc:before {
      color: #000000;
    }

.dataTable .sorting_asc:before {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting_asc:before {
      content: "\f175";
      right: 0.5em;
    };

.dataTable .sorting_asc_disabled:after {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting_asc_disabled:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting_asc_disabled:after {
      color: #000000;
    }

.dataTable .sorting_asc_disabled:after {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting_asc_disabled:after {
      content: "\f176";
      right: 1em;
    };

.dataTable .sorting_asc_disabled:before {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting_asc_disabled:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting_asc_disabled:before {
      color: #000000;
    }

.dataTable .sorting_asc_disabled:before {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting_asc_disabled:before {
      color: #7C483D;
    }

.dataTable .sorting_asc_disabled:before {
      content: "\f175";
      right: 0.5em;
    }

.dataTable .sorting_desc:after {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting_desc:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting_desc:after {
      color: #000000;
    }

.dataTable .sorting_desc:after {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting_desc:after {
      content: "\f176";
      right: 1em;
    };

.dataTable .sorting_desc:before {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting_desc:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting_desc:before {
      color: #000000;
    }

.dataTable .sorting_desc:before {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting_desc:before {
      color: #7C483D;
    }

.dataTable .sorting_desc:before {
      content: "\f175";
      right: 0.5em;
    }

.dataTable .sorting_desc_disabled:after {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting_desc_disabled:after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting_desc_disabled:after {
      color: #000000;
    }

.dataTable .sorting_desc_disabled:after {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting_desc_disabled:after {
      color: #7C483D;
    }

.dataTable .sorting_desc_disabled:after {
      content: "\f176";
      right: 1em;
    }

.dataTable .sorting_desc_disabled:before {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
    }

.dataTable .sorting_desc_disabled:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
    }

.dataTable .sorting_desc_disabled:before {
      color: #000000;
    }

.dataTable .sorting_desc_disabled:before {
      display: block;
      position: absolute;
      top: calc(100% - 1.8rem);
      right: 0;
      font-size: 12px;
    }

.dataTable .sorting_desc_disabled:before {
      content: "\f175";
      right: 0.5em;
    };

.dataTables_info {
  display: flex;
  margin-top: 0.625rem;
  float: left;
}

.dataTables_paginate {
  display: flex;
  font-family: Inter, 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";
  font-weight: 500;
  color: #475569;
}

:is(.dark .dataTables_paginate) {
  color: #C2C9D6;
}

.dataTables_paginate {
  align-self: flex-end;
  margin-top: 1rem;
  display: flex;
  border-radius: 0.25rem !important;
  float: right;
}

.dataTables_paginate span {
    display: flex;
  }

.dataTables_paginate .disabled {
    color: white;
    cursor: initial !important;
  }

.dataTables_paginate .paginate_button {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.dataTables_paginate .paginate_button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.dataTables_paginate .paginate_button {
    color: #7C483D;
  }

.dataTables_paginate .paginate_button {
    cursor: pointer;
    border-top: 1px solid;
    border-bottom: 1px solid
  }

.dataTables_paginate .paginate_button {
    border-color: #919fa3;
  }

.dataTables_paginate .paginate_button:hover {
      background-color: #798b8f;
    }

.dataTables_paginate .paginate_button:hover {
      color: #E6C766;
    }

.dataTables_paginate .current {
    color: #E6C766;
  }

.dataTables_paginate .current {
    background-color: #919fa3;
  }

.dataTables_paginate .current {
    cursor: initial !important;
  }

.dataTables_paginate .previous {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border: 1px solid
  }

.dataTables_paginate .previous {
    border-color: #919fa3;
  }

.dataTables_paginate .previous {
    color: transparent;
    font-size: 0;
  }

.dataTables_paginate .previous:after {
      content: '←';
    }

.dataTables_paginate .previous:after {
      color: #7C483D;
    }

.dataTables_paginate .previous:after {
      font-size: 14px;
    }

.dataTables_paginate .previous:hover:after {
        color: #E6C766;
      }

.dataTables_paginate .next {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: transparent;
    border: 1px solid
  }

.dataTables_paginate .next {
    border-color: #919fa3;
  }

.dataTables_paginate .next {
    font-size: 0;
  }

.dataTables_paginate .next:after {
      content: '→';
    }

.dataTables_paginate .next:after {
      color: #7C483D;
    }

.dataTables_paginate .next:after {
      font-size: 14px;
    }

.dataTables_paginate .next:hover:after {
        color: #E6C766;
      }

.dataTables_length label {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

.dataTables_length label select {
      width: 7% !important;
    }

.dataTables_length label .select2 {
      margin-left: 5px;
    }

.flatpickr {
  cursor: pointer;
  color: #000000;
}

.flatpickr-date-icon {
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
        fill: #121212 !important;
      }

.flatpickr-clear {
  background-color: #fff;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.flatpickr-clear:hover {
  background-color: #e2e8f0;
  color: #000000;
}

.json-format {
  background-color: rgb(255 255 255 / 0.3);
  border-radius: 0.375rem;
  padding: 1rem;
}

.swal2-actions .swal2-cancel {
    background-color: rgb(0 0 0 / 0.4);
  }

.swal2-actions .swal2-cancel {
    color: #000000;
  }

.swal2-actions .swal2-cancel:hover {
      background-color: #000000;
    }

.swal2-actions .swal2-cancel:hover {
      color: #fff;
    }

.swal2-actions .swal2-confirm {
    background-color: #ef4444;
  }

.swal2-actions .swal2-confirm {
    color: #fff;
  }

.swal2-actions .swal2-confirm:hover {
      background-color: #b91c1c;
    }

.swal2-actions .swal2-confirm:hover {
      color: #fff;
    }


table.zebra-table > tbody > tr:nth-child(even) > td {
  background-color: rgb(145 159 163 / 0.5);
}

.zebra-table {
  width: 100%;
  text-align: left;
}

.zebra-table thead tr th {
        white-space: nowrap;
      }

.zebra-table thead tr th {
        background-color: #919fa3;
      }

.zebra-table thead tr th {
        padding-left: 1rem;
        padding-right: 1rem;
      }

.zebra-table thead tr th {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }

.zebra-table thead tr th {
        font-weight: 600;
      }

.zebra-table thead tr th {
        text-transform: uppercase;
      }

.zebra-table thead tr th {
        color: #000000;
      }

@media (min-width: 1024px) {
        .zebra-table thead tr th {
          padding-left: 1.25rem;
          padding-right: 1.25rem;
        }
      }

.zebra-table thead tr th.sorting {
          padding-right: 1.5rem;
        }

.zebra-table thead tr th:first-child {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
      }

.zebra-table thead tr th:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
      }

.zebra-table tbody tr td {
        white-space: nowrap;
      }

.zebra-table tbody tr td {
        padding-left: 1rem;
        padding-right: 1rem;
      }

.zebra-table tbody tr td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }

@media (min-width: 640px) {
        .zebra-table tbody tr td {
          padding-left: 1.25rem;
          padding-right: 1.25rem;
        }
      }

.zebra-table tbody tr td {
        color: #000000;
      }

.zebra-table tbody tr td .actions {
          display: flex;
        }

.zebra-table tbody tr td .actions {
          gap: 1rem;
        }

.zebra-table tbody tr td .actions {
          justify-content: flex-end;
        }

.zebra-table tbody tr td:first-child {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
      }

.zebra-table tbody tr td:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
      }

.dataTables_info {
  display: flex;
  margin-top: 0.625rem;
  float: left;
}

:root{
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px
}

@keyframes ss-valueIn{
  0%{
    transform:scale(0);
    opacity:0
  }

  100%{
    transform:scale(1);
    opacity:1
  }
}

@keyframes ss-valueOut{
  0%{
    transform:scale(1);
    opacity:1
  }

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

.ss-hide{
  display:none !important
}

.ss-main{
  display:flex;
  flex-direction:row;
  position:relative;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  color:var(--ss-font-color);
  min-height:var(--ss-main-height);
  width:100%;
  padding:var(--ss-spacing-s);
  cursor:pointer;
  border:1px solid var(--ss-border-color);
  border-radius:var(--ss-border-radius);
  background-color:var(--ss-bg-color);
  outline:0;
  box-sizing:border-box;
  transition:background-color var(--ss-animation-timing);
  overflow:hidden
}

.ss-main:focus{
  box-shadow:0 0 5px var(--ss-primary-color)
}

.ss-main.ss-disabled{
  background-color:var(--ss-disabled-color);
  cursor:not-allowed
}

.ss-main.ss-disabled .ss-values .ss-disabled{
  color:var(--ss-font-color)
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{
  cursor:not-allowed
}

.ss-main.ss-open-above{
  border-top-left-radius:0px;
  border-top-right-radius:0px
}

.ss-main.ss-open-below{
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px
}

.ss-main .ss-values{
  display:inline-flex;
  flex-wrap:wrap;
  gap:var(--ss-spacing-m);
  flex:1 1 100%
}

.ss-main .ss-values .ss-placeholder{
  display:flex;
  padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin:auto 0px auto 0px;
  line-height:1em;
  align-items:center;
  width:100%;
  color:var(--ss-font-placeholder-color);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.ss-main .ss-values .ss-max{
  display:flex;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  align-items:center;
  width:-moz-fit-content;
  width:fit-content;
  font-size:12px;
  color:var(--ss-bg-color);
  line-height:1;
  padding:var(--ss-spacing-s) var(--ss-spacing-m);
  background-color:var(--ss-primary-color);
  border-radius:var(--ss-border-radius)
}

.ss-main .ss-values .ss-single{
  display:flex;
  margin:auto 0px auto var(--ss-spacing-s)
}

.ss-main .ss-values .ss-value{
  display:flex;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  align-items:center;
  width:-moz-fit-content;
  width:fit-content;
  background-color:var(--ss-primary-color);
  border-radius:var(--ss-border-radius);
  animation-name:ss-valueIn;
  animation-duration:var(--ss-animation-timing);
  animation-timing-function:ease-out;
  animation-fill-mode:both
}

.ss-main .ss-values .ss-value.ss-value-out{
  animation-name:ss-valueOut;
  animation-duration:var(--ss-animation-timing);
  animation-timing-function:ease-out
}

.ss-main .ss-values .ss-value .ss-value-text{
  font-size:12px;
  color:var(--ss-bg-color);
  line-height:1;
  padding:var(--ss-spacing-s) var(--ss-spacing-m)
}

.ss-main .ss-values .ss-value .ss-value-delete{
  display:flex;
  align-items:center;
  height:var(--ss-spacing-l);
  width:var(--ss-spacing-l);
  padding:var(--ss-spacing-s) var(--ss-spacing-m);
  cursor:pointer;
  border-left:solid 1px var(--ss-bg-color);
  box-sizing:content-box
}

.ss-main .ss-values .ss-value .ss-value-delete svg{
  height:var(--ss-spacing-l);
  width:var(--ss-spacing-l)
}

.ss-main .ss-values .ss-value .ss-value-delete svg path{
  fill:none;
  stroke:var(--ss-bg-color);
  stroke-width:18;
  stroke-linecap:round;
  stroke-linejoin:round
}

.ss-main .ss-deselect{
  display:flex;
  align-self:center;
  justify-content:flex-end;
  flex:0 1 auto;
  width:8px;
  height:8px;
  margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)
}

.ss-main .ss-deselect svg{
  width:8px;
  height:8px
}

.ss-main .ss-deselect svg path{
  fill:none;
  stroke:var(--ss-font-color);
  stroke-width:20;
  stroke-linecap:round;
  stroke-linejoin:round
}

.ss-main .ss-arrow{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex:0 1 auto;
  width:12px;
  height:12px;
  margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)
}

.ss-main .ss-arrow path{
  fill:none;
  stroke:var(--ss-font-color);
  stroke-width:18;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition-timing-function:ease-out;
  transition:var(--ss-animation-timing)
}

.ss-content{
  position:absolute;
  display:flex;
  height:auto;
  flex-direction:column;
  width:auto;
  max-height:var(--ss-content-height);
  box-sizing:border-box;
  border:solid 1px var(--ss-border-color);
  background-color:var(--ss-bg-color);
  transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);
  opacity:0;
  transform:scaleY(0);
  transform-origin:center top;
  overflow:hidden;
  z-index:10000
}

.ss-content.ss-relative{
  position:relative;
  height:100%
}

.ss-content.ss-open-above{
  flex-direction:column-reverse;
  opacity:1;
  transform:scaleY(1);
  transform-origin:center bottom;
  border-top-left-radius:var(--ss-border-radius);
  border-top-right-radius:var(--ss-border-radius)
}

.ss-content.ss-open-below{
  opacity:1;
  transform:scaleY(1);
  transform-origin:center top;
  border-bottom-left-radius:var(--ss-border-radius);
  border-bottom-right-radius:var(--ss-border-radius)
}

.ss-content .ss-search{
  flex:0 1 auto;
  display:flex;
  flex-direction:row;
  padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)
}

.ss-content .ss-search input{
  display:inline-flex;
  font-size:inherit;
  line-height:inherit;
  flex:1 1 auto;
  width:100%;
  min-width:0px;
  padding:var(--ss-spacing-m) var(--ss-spacing-l);
  margin:0;
  border:1px solid var(--ss-border-color);
  border-radius:var(--ss-border-radius);
  background-color:var(--ss-bg-color);
  outline:0;
  text-align:left;
  box-sizing:border-box
}

.ss-content .ss-search input::-moz-placeholder{
  color:var(--ss-font-placeholder-color);
  vertical-align:middle
}

.ss-content .ss-search input::placeholder{
  color:var(--ss-font-placeholder-color);
  vertical-align:middle
}

.ss-content .ss-search input:focus{
  box-shadow:0 0 5px var(--ss-primary-color)
}

.ss-content .ss-search .ss-addable{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  flex:0 0 auto;
  height:auto;
  margin:0 0 0 var(--ss-spacing-m);
  border:1px solid var(--ss-border-color);
  border-radius:var(--ss-border-radius)
}

.ss-content .ss-search .ss-addable svg{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex:0 1 auto;
  width:12px;
  height:12px;
  margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)
}

.ss-content .ss-search .ss-addable svg path{
  fill:none;
  stroke:var(--ss-font-color);
  stroke-width:18;
  stroke-linecap:round;
  stroke-linejoin:round
}

.ss-content .ss-list{
  flex:1 1 auto;
  height:auto;
  overflow-x:hidden;
  overflow-y:auto
}

.ss-content .ss-list .ss-error{
  color:var(--ss-error-color);
  padding:var(--ss-spacing-l)
}

.ss-content .ss-list .ss-searching{
  color:var(--ss-font-color);
  padding:var(--ss-spacing-l)
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option{
  display:none !important
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{
  flex:1 1 auto;
  font-weight:bold;
  color:var(--ss-font-color)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){
  cursor:pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{
  flex:0 1 auto;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:var(--ss-spacing-m)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{
  flex:0 0 auto;
  display:flex;
  flex-direction:row;
  cursor:pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{
  opacity:.5
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{
  stroke:var(--ss-error-color)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{
  flex:0 1 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:60%;
  text-align:center;
  padding:0 var(--ss-spacing-s) 0 0
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{
  flex:0 1 auto;
  width:13px;
  height:13px
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{
  fill:none;
  stroke:var(--ss-success-color);
  stroke-linecap:round;
  stroke-linejoin:round
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{
  stroke-width:5
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{
  stroke-width:11
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{
  flex:0 1 auto;
  display:flex;
  flex-direction:row;
  cursor:pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{
  flex:1 1 auto;
  width:10px;
  height:10px
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{
  fill:none;
  stroke:var(--ss-font-color);
  stroke-width:18;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition-timing-function:ease-out;
  transition:var(--ss-animation-timing)
}

.ss-content .ss-list .ss-optgroup .ss-option{
  padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)
}

.ss-content .ss-list .ss-option{
  display:flex;
  padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  color:var(--ss-font-color);
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.ss-content .ss-list .ss-option:hover{
  color:var(--ss-bg-color);
  background-color:var(--ss-primary-color)
}

.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{
  color:var(--ss-bg-color);
  background-color:var(--ss-primary-color)
}

.ss-content .ss-list .ss-option.ss-disabled{
  cursor:not-allowed;
  background-color:var(--ss-disabled-color)
}

.ss-content .ss-list .ss-option.ss-disabled:hover{
  color:var(--ss-font-color)
}

.ss-content .ss-list .ss-option .ss-search-highlight{
  background-color:var(--ss-highlight-color)
}

.ss-main {
  -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;
}

.ss-main: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;
}

.ss-main::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.ss-main::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

.ss-main::-webkit-date-and-time-value {
  min-height: 1.5em;
}

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

.ss-main {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.025em;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ss-main::-moz-placeholder {
  font-weight: 300;
}

.ss-main::placeholder {
  font-weight: 300;
}

.ss-main:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ss-main {
  contain: paint;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #798b8f;
  color: #000000;
  background-color: #919fa3;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.ss-main::-moz-placeholder {
  color: rgb(0 0 0 / 0.6);
}

.ss-main::placeholder {
  color: rgb(0 0 0 / 0.6);
}

.ss-main:hover {
  border-style: solid;
  border-color: #E6C766;
}

.ss-main:focus {
  border-style: solid;
  border-color: #E6C766;
}

.ss-main {
  --tw-ring-color: #E6C766;
}

.ss-main:focus {
  --tw-ring-color: #E6C766;
}

.ss-main {
}

@media (min-width: 1024px) {
    }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

@media (min-width: 1024px) {
    }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 {

 {
    }
  }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 {

 {

 {
      }
    }
  }

 {

 {
      }
    }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            background-color: transparent;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            border-color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main {
            color: #000000;
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

 {

 {

 {

 {
        }
      }
    }
  }

 {

 {

 {
        }
      }
    }

 {

 {
        }
      }

 .ss-main {
            background-color: transparent;
          }

 {

 {

 {

 {
        }
      }
    }
  }

 {

 {

 {
        }
      }
    }

 {

 {
        }
      }

 .ss-main {
            border-color: #000000;
          }

 {

 {

 {

 {
        }
      }
    }
  }

 {

 {

 {
        }
      }
    }

 {

 {
        }
      }

 .ss-main {
            color: #000000;
          }

 {

 {

 {

 {
        }
      }
    }
  }

 {

 {

 {
        }
      }
    }

 {

 {
        }
      }

 .ss-main::-moz-placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 .ss-main::placeholder {
            color: rgb(0 0 0 / 0.4);
          }

 {

 {

 {

 {
        }
      }
    }
  }

 {

 {

 {
        }
      }
    }

 {

 {
        }
      }

 .ss-main {
            --tw-ring-color: #000000;
          }

 {

 {

 {

 {
        }
      }
    }
  }

 {

 {

 {
        }
      }
    }

 {

 {
        }
      }

 .ss-main:focus {
            --tw-ring-color: #000000;
          }

.ss-main {
  background-color: #919fa3;
  color: #000000;
  border-color: #798b8f;
}

.ss-main:focus {
  --tw-ring-color: #E6C766;
}

.ss-main .ss-arrow path {
    stroke: #fff;
  }

.ss-main .ss-values .ss-placeholder {
      color: #000000;
    }

.ss-main .ss-values .ss-value {
      background-color: rgb(255 255 255 / 0.8);
    }

.ss-main .ss-values .ss-value:hover {
      background-color: #fff;
    }

.ss-main .ss-values .ss-value .ss-value-text {
        color: #000000;
      }

.ss-main .ss-values .ss-value .ss-value-delete {
        border-style: solid;
      }

.ss-main .ss-values .ss-value .ss-value-delete {
        border-color: #E6C766;
      }

.ss-main .ss-values .ss-value .ss-value-delete svg path {
        stroke: #000000;
      }

.ss-content.ss-open-below {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.ss-content {
  background-color: #919fa3;
}

.ss-content .ss-search input:focus{
    box-shadow: none;
  }

.ss-content .ss-list .ss-option {
      color: #000000;
    }

.ss-content .ss-list .ss-option {
      background-color: #919fa3;
    }

.ss-content .ss-list .ss-option {
      border-left-width: 1px;
      border-right-width: 1px;
    }

.ss-content .ss-list .ss-option {
      border-style: solid;
    }

.ss-content .ss-list .ss-option {
      border-color: #E6C766;
    }

.ss-content .ss-list .ss-option:hover {
      background-color: #fff;
    }

.ss-content .ss-list .ss-option:hover {
      color: #000000;
    }

.ss-content .ss-list .ss-option:last-child {
        border-bottom-width: 1px;
      }

.ss-content .ss-list .ss-selected {
      background-color: rgb(255 255 255 / 0.6) !important;
    }

.ss-content .ss-list .ss-selected {
      color: #000000 !important;
    }

.show-card {
  background-color: rgb(255 255 255 / 0.7);
  color: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.5rem;
}

@media print {
  .show-card {
    border-width: 1px;
  }
}

.show-card {
  min-width: 1px;
  overflow-wrap: break-word;
  --tw-shadow: 0 3px 10px 0 rgb(48 46 56 / 6%);
  --tw-shadow-colored: 0 3px 10px 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);
}

.show-card .body {
    padding: 1rem;
  }

.show-card .body {
    background-color: rgb(145 159 163 / 0.3);
  }

.show-card .body {
    border-radius: 0.5rem;
  }

.show-card .body label {
      font-weight: 700;
    }

.show-card .body p {
      padding: 0.5rem;
    }

.action-dropdown-btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.action-dropdown-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.action-dropdown-btn:disabled {
  pointer-events: none;
}

.action-dropdown-btn {
  border-radius: 0.375rem;
  height: 2rem;
  width: 2.5rem;
  padding: 0px;
  background-color: #919fa3;
  border-width: 1px;
  border-color: #919fa3;
}

.action-dropdown-btn:hover {
  background-color: #fff;
}

.action-dropdown-btn:focus {
  background-color: #fff;
}

.action-dropdown-btn i {
    color: #7C483D;
  }

.action-dropdown-btn i:after {
      color: #E6C766;
    }

.action-dropdown-btn i:after {
      display: inline-block;
    }

.action-dropdown-btn i:after {
      margin-left: 0.5em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
    }

.actions-popper {
  border-radius: 0.375rem;
  background-color: #fff;
  min-width: 8rem;
}

.actions-popper-box :first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

.actions-popper-box :last-child, .actions-popper-box :last-child button {
    border-radius: 0px;
  }

.actions-popper-box :last-child, .actions-popper-box :last-child button {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

.action-btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.action-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.action-btn:disabled {
  pointer-events: none;
}

.action-btn {
  border-radius: 0px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(0 0 0 / 0.8);
}

.action-btn:hover {
  background-color: #919fa3;
  color: #000000;
}

.action-btn i {
    margin-right: 0.5rem;
  }

.timerpicker {
  position: relative;
}

.timerpicker .timer-picker-content {
    position: absolute;
  }

.timerpicker .timer-picker-content {
    width: 16rem;
  }

.timerpicker .timer-picker-content {
    padding: 1rem;
  }

.timerpicker .timer-picker-content {
    border-radius: 0.5rem;
  }

.timerpicker .timer-picker-content {
    display: none;
  }

.timerpicker .flatpickr-day.timer-picker-content {
    visibility: hidden;
  }

.timerpicker .timer-picker-content {
    background: #e2e8f0;
  }

.timerpicker .timer-picker-timers {
    display: grid;
  }

.timerpicker .timer-picker-timers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.timerpicker .timer-picker-timers {
    gap: 0.25rem;
  }

.timerpicker .timer-picker-clear {
    display: inline-flex;
  }

.timerpicker .timer-picker-clear {
    cursor: pointer;
  }

.timerpicker .timer-picker-clear {
    align-items: center;
  }

.timerpicker .timer-picker-clear {
    justify-content: center;
  }

.timerpicker .timer-picker-clear {
    border-radius: 0.5rem;
  }

.timerpicker .timer-picker-clear {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.timerpicker .timer-picker-clear {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.timerpicker .timer-picker-clear {
    text-align: center;
  }

.timerpicker .timer-picker-clear {
    letter-spacing: 0.025em;
  }

.timerpicker .timer-picker-clear {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

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

.timerpicker .timer-picker-clear {
    transition-duration: 200ms;
  }

.timerpicker .timer-picker-clear:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

.timerpicker .timer-picker-clear:disabled {
    pointer-events: none;
  }

.timerpicker .timer-picker-clear {
    background-color: rgb(0 0 0 / 0.6);
  }

.timerpicker .timer-picker-clear:hover {
    background-color: rgb(0 0 0 / 0.8);
  }

.timerpicker .timer-picker-clear {
    padding: 5px 10px;
  }

.timerpicker .timer-picker-add {
    display: inline-flex;
  }

.timerpicker .timer-picker-add {
    cursor: pointer;
  }

.timerpicker .timer-picker-add {
    align-items: center;
  }

.timerpicker .timer-picker-add {
    justify-content: center;
  }

.timerpicker .timer-picker-add {
    border-radius: 0.5rem;
  }

.timerpicker .timer-picker-add {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.timerpicker .timer-picker-add {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.timerpicker .timer-picker-add {
    text-align: center;
  }

.timerpicker .timer-picker-add {
    letter-spacing: 0.025em;
  }

.timerpicker .timer-picker-add {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

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

.timerpicker .timer-picker-add {
    transition-duration: 200ms;
  }

.timerpicker .timer-picker-add:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

.timerpicker .timer-picker-add:disabled {
    pointer-events: none;
  }

.timerpicker .timer-picker-add {
    background-color: #00000029;
  }

.timerpicker .timer-picker-add:hover {
    background-color: rgb(0 0 0 / 0.9);
  }

.timerpicker .timer-picker-add {
    padding: 5px 10px;
  }

.main-scrollbar {
  direction: rtl;
}

.main-scrollbar::-webkit-scrollbar{
  width: 5px;
}

.main-scrollbar::-webkit-scrollbar-track{
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.main-scrollbar::-webkit-scrollbar-thumb {
  background-color: #64748b;
  border-radius: 10px;
}

.pagination {
  align-self: flex-end;
}

.pagination a, .pagination span, .pagination .current {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.pagination a, .pagination span, .pagination .current {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.pagination a, .pagination span, .pagination .current {
    color: #7C483D;
  }

.pagination a, .pagination span, .pagination .current {
    cursor: pointer;
    border-top: 1px solid;
    border-bottom: 1px solid
  }

.pagination a, .pagination span, .pagination .current {
    border-color: #919fa3;
  }

.pagination a:hover, .pagination span:hover, .pagination .current:hover {
      background-color: #798b8f;
    }

.pagination a:hover, .pagination span:hover, .pagination .current:hover {
      color: #E6C766;
    }

.pagination .previous_page {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border: 1px solid
  }

.pagination .previous_page {
    border-color: #919fa3;
  }

.pagination .previous_page {
    color: transparent;
    font-size: 0;
  }

.pagination .previous_page:after {
      content: '←';
    }

.pagination .previous_page:after {
      color: #7C483D;
    }

.pagination .previous_page:after {
      font-size: 14px;
    }

.pagination .previous_page:hover:after {
        color: #E6C766;
      }

.pagination .next_page {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: transparent;
    border: 1px solid
  }

.pagination .next_page {
    border-color: #919fa3;
  }

.pagination .next_page {
    font-size: 0;
  }

.pagination .next_page:after {
      content: '→';
    }

.pagination .next_page:after {
      color: #7C483D;
    }

.pagination .next_page:after {
      font-size: 14px;
    }

.pagination .next_page:hover:after {
        color: #E6C766;
      }

.pagination .current {
    color: #E6C766;
  }

.pagination .current {
    background-color: #919fa3;
  }

.pagination .current {
    cursor: initial !important;
  }

.sort_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #212529;
}

.sort_link:hover, .sort_link:focus {
    color: #212529;
  }

.sort_link .sort-span {
    @extend .d-flex;
  }

.sort_link .sort-span i {
      font-size: 12px;
    }

.sort_link .sort-span .active-arrow-down, .sort_link .sort-span .active-arrow-up {
      color: #000000;
    }

.sort_link .sort-span .inactive-arrow-down, .sort_link .sort-span .inactive-arrow-up {
      color: #7C483D;
    }

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

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-red-400:hover {
  border-color: #f87171;
}

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

.hover\:bg-primary-focus:hover {
  background-color: #1B1212;
}

.hover\:bg-red-400:hover {
  background-color: #f87171;
}

.hover\:bg-secondary:hover {
  background-color: #00000029;
}

.hover\:bg-secondary-darklight:hover {
  background-color: #919fa3;
}

.hover\:bg-secondary-darkness:hover {
  background-color: #798b8f;
}

.hover\:bg-slate-100:hover {
  background-color: #f1f5f9;
}

.hover\:bg-slate-300:hover {
  background-color: #cbd5e1;
}

.hover\:bg-slate-300\/20:hover {
  background-color: rgb(203 213 225 / 0.2);
}

.hover\:bg-slate-400:hover {
  background-color: #94a3b8;
}

.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

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

.hover\:text-green-400:hover {
  color: #4ade80;
}

.hover\:text-primary:hover {
  color: #000000;
}

.hover\:text-slate-800:hover {
  color: #1e293b;
}

.hover\:text-solid:hover {
  color: #E6C766;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.focus\:border-black:focus {
  border-color: #000;
}

.focus\:bg-primary-focus:focus {
  background-color: #1B1212;
}

.focus\:bg-secondary-darkness:focus {
  background-color: #798b8f;
}

.focus\:bg-slate-100:focus {
  background-color: #f1f5f9;
}

.focus\:bg-slate-300\/20:focus {
  background-color: rgb(203 213 225 / 0.2);
}

.focus\:bg-solid:focus {
  background-color: #E6C766;
}

.focus\:text-primary:focus {
  color: #000000;
}

.focus\:text-slate-800:focus {
  color: #1e293b;
}

.focus\:text-solid:focus {
  color: #E6C766;
}

.focus\:text-white:focus {
  color: #fff;
}

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

.focus\:ring-black:focus {
  --tw-ring-color: #000;
}

.active\:bg-primary-focus\/90:active {
  background-color: rgb(27 18 18 / 0.9);
}

.active\:bg-slate-300\/25:active {
  background-color: rgb(203 213 225 / 0.25);
}

.disabled\:bg-secondary:disabled {
  background-color: #00000029;
}

.group:hover .group-hover\:text-primary {
  color: #000000;
}

.group:focus .group-focus\:text-primary {
  color: #000000;
}

:is(.dark .dark\:bg-navy-700) {
  background-color: #26334D;
}

:is(.dark .dark\:bg-navy-800) {
  background-color: #202B40;
}

:is(.dark .dark\:text-accent-light\/80) {
  color: rgb(129 140 248 / 0.8);
}

:is(.dark .dark\:text-navy-100) {
  color: #C2C9D6;
}

:is(.dark .dark\:text-navy-300) {
  color: #697A9B;
}

:is(.dark .dark\:hover\:bg-navy-300\/20:hover) {
  background-color: rgb(105 122 155 / 0.2);
}

:is(.dark .dark\:focus\:bg-navy-300\/20:focus) {
  background-color: rgb(105 122 155 / 0.2);
}

:is(.dark .dark\:active\:bg-navy-300\/25:active) {
  background-color: rgb(105 122 155 / 0.25);
}

:is(.dark .group:hover .dark\:group-hover\:text-accent-light) {
  color: #818cf8;
}

:is(.dark .group:focus .dark\:group-focus\:text-accent-light) {
  color: #818cf8;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:order-first {
    order: -9999;
  }

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

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

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

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

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:max-w-\[45vw\] {
    max-width: 45vw;
  }

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

  .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\:gap-4 {
    gap: 1rem;
  }

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

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

  .md\:pl-28 {
    padding-left: 7rem;
  }
}

@media (min-width: 1024px) {
  .lg\:h-\[100vh\] {
    height: 100vh;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:hidden {
    display: none;
  }
}

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