*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

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

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

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

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-6 {
  margin-top: 1.5rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

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

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-6 {
  max-height: 1.5rem;
}

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

.w-1\/12 {
  width: 8.333333%;
}

.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-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/12 {
  width: 16.666667%;
}

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/12 {
  width: 25%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

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

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8 {
  width: 2rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

.max-w-xl {
  max-width: 36rem;
}

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

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-px {
  gap: 1px;
}

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

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

.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-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * 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-2 > :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));
}

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

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

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.1);
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}

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

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-12 {
  padding-right: 3rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

.lowercase {
  text-transform: lowercase;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

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

.leading-7 {
  line-height: 1.75rem;
}

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.opacity-20 {
  opacity: 0.2;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.ring-pink-700\/10 {
  --tw-ring-color: rgb(190 24 93 / 0.1);
}

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

.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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Fonts */

@font-face {
  font-family: "Euclid Circular A";

  src: url(/d54600880dc63db716f2.ttf) format("opentype");

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular A";

  src: url(/9d041d850aa94116de68.otf) format("opentype");

  font-weight: 500;

  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular A";

  src: url(/722f4514b18a2ac866b6.otf) format("opentype");

  font-weight: 600;

  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular A";

  src: url(/830d900e231880d4971d.otf) format("opentype");

  font-weight: 700;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/50b6d59d74ca1265e7be.ttf) format("opentype");

  font-weight: 100;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/0d3c681a7484be51a8ee.ttf) format("opentype");

  font-weight: 200;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/b9bbbbe59e8507e898ba.ttf) format("opentype");

  font-weight: 300;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/fbd1029ceefc29dbe253.ttf) format("opentype");

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/fbd1029ceefc29dbe253.ttf) format("opentype");

  font-weight: 500;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/e1ec913c539798d6a173.ttf) format("opentype");

  font-weight: 600;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/e6f62dc971ba457a32e0.ttf) format("opentype");

  font-weight: 700;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/c56df5657b0aae6a56fb.ttf) format("opentype");

  font-weight: 800;

  font-display: swap;
}

@font-face {
  font-family: "Onest";

  src: url(/37a8a9cb9a5e7120f07a.ttf) format("opentype");

  font-weight: 900;

  font-display: swap;
}

/* CSS Variables for Light and Dark Themes */

:root {
  --color-brand: #215dff;
  --color-success: #21db17;
  --color-gray-light: #7b7b7b;
  --color-brand-hover: #0A4CFF;
  --color-dark-gray: #333333;
  --nav-logo-height: 32px;
  --background-color: #fcfcfc;
  --text-color: #17171F;
  --nav-background: #ffffff;
  --nav-border-bottom: 1px solid #e7e7e7;
  --nav-text-color: #000000;
  --nav-border-color: #e7e7e7;
  --section-background: #f4f4f4;
  --button-background: #000000;
  --button-text-color: #ffffff;
  --button-text-color_hover: #e5ff45;
  --button-gray-background: #f3f4f6;
  --button-gray-color: #000000;
  --button-gray_hover-background: #e6e6e6;
  --button-gray_hover-color: #000000;
  --button_border-radius: 12px;
  --card-background: #fff;
  --card-border-color: #f3f4f6;
  --card-color: #000000;
  --nav-height: 73px;
  --nav-item-color: #000000;
  --nav-item_hover-background: #f3f4f6;
  --nav-item_hover-color: #000000;
  --nav-item-active-background: #f3f4f6;
  --footer-height: 48px;
  --app-height: calc(100vh - var(--nav-height) - var(--footer-height));
  --border-radius-multiplier: 0.416666666667;
  --accounts-list-item-stats-border: 1px solid #E1E1E2;
  --progress-bar-background: #f3f4f6;
  --modal-body-background: #ffffff;
  --modal-bg-background: rgb(222 222 222 / 93%);
  --modal-close-background: #f3f4f6;
  --alert-background: #ffffff;
  --alert-title-color: #000000;
  --form-field_background: #fff;
  --form-field_border: 1px solid #E0E0E0;
  --form-field_color: #000;
  --checkout-card_border: 1px solid #dedfe2;
  --checkout-card_background: #fff;
  --checkout-card_color: #000;
  .nav-logo {
    display: block;
  }
  .nav-logo-dark {
    display: none;
  }
}

[data-theme="dark"] {
  /*  --color-brand: #e5ff46;*/
  --color-gray-light: #a9a9a9;
  --background-color: linear-gradient(rgb(0, 0, 0) 0%, rgb(15, 29, 38) 100%);
  --text-color: #ffffff;
  --nav-background: #000000;
  --nav-border-bottom: 1px solid #000000;
  --nav-text-color: #ffffff;
  --nav-border-color: #303030;
  --nav-item-active-background: #101d26;
  --nav-item-color: #ffffff;
  --nav-item_hover-background: #000000;
  --nav-item_hover-color: #e5ff46;
  --section-background: #2c2c2c;
  --button-background: #e5ff45;
  --button-text-color: #0b2468;
  --button-text-color_hover: #839129;
  --button-gray-background: #16181C;
  --button-gray-color: #ffffff;
  --button-gray_hover-background: #242931;
  --button-gray_hover-color: #ffffff;
  --button_border-radius: 999px;
  --card-background: #101d26;
  --card-border-color: #222222;
  --card-color: #fff;
  --accounts-list-item-stats-border: 1px solid #010202;
  --progress-bar-background: #000000;
  --modal-body-background: #101d26;
  --modal-bg-background: rgb(16 29 38 / 65%);
  --modal-close-background: transparent;
  --alert-background: #000000;
  --alert-title-color: #ffffff;
  --form-field_background: rgb(16, 29, 38);
  --form-field_border: 1px solid #222222;
  --form-field_color: #d5d5d5;
  --checkout-card_border: 2px solid rgb(34, 34, 34);
  --checkout-card_background: rgb(17, 22, 30);
  --checkout-card_color: #fff;
  .nav-logo {
    display: none;
  }
  .nav-logo-dark {
    display: block;
    width: 24px;
  }
  .alert {
    background: rgb(17, 22, 30);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(255 255 255 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(34, 34, 34);
    color: #ffffff;
  }
  .card {
    background: rgba(0, 0, 0, 0.43);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 2px solid rgb(34, 34, 34);
    color: #d5d5d5;
  }
}

/* Global Styles */

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--color-brand);
  cursor: pointer;
}

body {
  font-family: "Onest", sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 17px;
  background: var(--background-color);
  color: var(--text-color);
}

/* Navigation Styles */

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--nav-background);
  color: var(--nav-text-color);
  height: var(--nav-height);
  font-weight: 500;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 16px;
  position: sticky;
  z-index: 128;
}

.nav-fixed {
  border-bottom: var(--nav-border-bottom);
  position: sticky;
  z-index: 128;
}

nav .logo {
  font-size: 1.5em;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: .25rem;
}

nav ul li {
  margin: 0 0px;
  display: flex;
  align-items: center;
}

.nav-sidebar {
  height: auto;
}

nav.nav-sidebar .nav ul li .nav-item {
  font-size: 15px;
}

.nav ul li .dropdown-header-inner {
  font-size: 15px;
}

.nav-mobile {
  display: none;
}

.nav-admin ul li .nav-item {
  font-size: 16px;
}

.navigation {
  border-bottom: var(--nav-border-bottom);
}

.nav-action-bar {
  height: 32px;
  background: #e5e7eb;
}

.nav-wrapper {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  display: block;
  max-height: 96px;
  width: 100%;
}

.link {
  font-weight: 600;
  color: #2652e9;
  cursor: pointer;
}

.link:hover {
  color: var(--color-brand);
  cursor: pointer;
}

.link-danger {
  font-weight: 600;
  color: #FF454A;
  cursor: pointer;
}

.link-danger:hover {
  color: #FF454A;
  cursor: pointer;
}

.link-gray {
  font-weight: 600;
  color: #7b7b7b;
  cursor: pointer;
}

.link-gray:hover {
  color: var(--color-brand);
  cursor: pointer;
}

/* Sidebar Styles */

#sidebar {
  width: 200px;
  background-color: var(--section-background);
  padding: 15px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

/* Container Styles */

.container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

/* Section Styles */

.section {
  margin-bottom: 32px;
}

.section h2 {
  margin-top: 0;
}

.section-title {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 600;
}

/* Account Styles */

.account {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}

/* Button Styles */

button,
.button {
  height: 38px;
  line-height: 36px;
  min-width: 38px;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  cursor: pointer;
  padding: 0 14px;
  font-size: 15px;
  color: rgb(23, 23, 31);
  border: 1px solid #e0e0e0;
  text-align: center;
}

button:hover,
.button:hover {
  background: #efefef;
}

.button .simple-spinner span {
  border: 2px solid rgb(23, 23, 31);
  border-right-color: rgba(255, 255, 255, 0.7);
}

.button-brand {
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: #fff;
}

.button-brand:hover {
  background: var(--color-brand-hover);
  border-color: var(--color-brand-hover);
}

.button-brand .simple-spinner span {
  border: 2px solid #fff;
  border-right-color: rgba(255, 255, 255, 0.7);
}

.button-link {
  background: transparent;
  color: var(--color-brand);
}

.button-link:hover {
  background: var(--color-brand);
  color: #fff;
}

.button-invert {
  background: transparent;
  color: var(--button-background);
}

.button-invert:hover {
  background: var(--color-brand);
  color: #fff;
}

.button-secondary {
  background: #fff;
  color: var(--color-brand);
  border: 1px solid #e7e7e7;
}

.button-secondary:hover {
  background: #f0f0f0;
  color: var(--color-brand);
  border: 1px solid #e7e7e7;
}

.button-secondary .simple-spinner span {
  border: 2px solid var(--color-brand);
  border-right-color: rgba(255, 255, 255, 0.7);
}

.button-secondary .simple-spinner-dark span {
  border: 2px solid var(--color-brand);
  border-right-color: rgba(255, 255, 255, 0.7);
}

.button-tertiary {
  background: #fff;
  color: var(--color-brand);
  border: 1px solid #e7e7e7;
}

.button-tertiary:hover {
  background: #f0f0f0;
  color: var(--color-brand);
  border: 1px solid #e7e7e7;
}

.button-tertiary .simple-spinner-dark span {
  border: 2px solid var(--color-brand);
  border-right-color: rgba(255, 255, 255, 0.7);
}

.button-danger {
  background: #fff;
  color: #FF454A;
}

.button-success {
  background: #fff;
  color: var(--color-success);
}

.button-anim {
  transform: scale(1);
  transition: transform .3s;
}

.button-anim:hover {
  transform: scale(1.025);
  transition: transform .1s;
}

.button-anim-s {
  transform: scale(1);
  transition: transform .3s;
}

.button-anim-s:hover {
  transform: scale(1.025);
  transition: transform .1s;
}

.button-danger-invert {
  background: transparent;
  color: #FF454A;
}

.button-danger-invert:hover {
  background: #FF454A;
  color: #fff;
}

.button-gray {
  background: var(--button-gray-background);
  color: var(--button-gray-color);
}

.button-gray:hover {
  background: var(--button-gray_hover-background);
  color: var(--button-gray_hover-color);
}

.button-gray-border {
  background: transparent;
  border: 1px solid #dcdcdc;
  color: var(--button-gray-color);
}

.button-gray-border:hover {
  background: var(--button-gray_hover-background);
  color: var(--button-gray_hover-color);
}

.button-loading {
  display: flex;
  gap: 4px;
}

.button-l {
  padding: 0 24px;
  line-height: 52px;
  height: 52px;
  font-size: 19px;
}

.button-s {
  padding: 0 12px;
  line-height: 32px;
  height: 32px;
  font-size: 15px;
}

.button-xs {
  font-size: 12px;
  height: 25px;
  padding: 0 10px;
  line-height: 24px;
}

.button .icon {
  height: 16px;
  stroke-width: 2;
}

.button .icon-l {
  height: 19px;
  stroke-width: 2;
}

.button-white {
  background: #fff;
  color: #000;
}

.button-white:hover {
  background: #f3f4f6;
  color: #000;
}

.button-none {
  background: transparent;
  color: #000;
  cursor: default;
}

.button-none:hover {
  background: transparent;
  color: #000;
}

.button-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.button-rounded {
  border-radius: 999px;
}

.button .fi {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

/* Modal Styles */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 8px;
  gap: .5rem;
  overflow: auto;
  z-index: 1024;
}

.modal-body {
  background: var(--modal-body-background);
  padding: 20px;
  width: 100%;
  max-width: 840px;
  border-radius: 24px;
  margin: auto;
}

.modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  background: var(--modal-bg-background);
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.modal-close-btn {
  height: 38px;
  width: 38px;
  background: var(--modal-close-background);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}

.modal-close-btn:hover {
  background: #efefef;
}

.modal-close-btn svg {
  height: 20px;
}

.modal-action-btn {
  height: 38px;
  min-width: 38px;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  padding: 0 14px;
  font-size: 15px;
  color: rgb(23, 23, 31);
  border: 1px solid #e0e0e0;
}

.modal-action-btn:hover {
  background: #efefef;
}

.modal-action-btn svg {
  height: 20px;
}

.modal-body-item {
  transform: scale(.95) translateY(16px);
  transition: transform .3s;
  filter: blur(1px);
  opacity: .80;
}

.modal-body-item:hover {
  transform: scale(1) translateY(8px);
  filter: blur(0px);
  opacity: 1;
}

.modal-s .modal-body {
  max-width: 480px;
}

.modal-xs .modal-body {
  max-width: 320px;
}

.modal-center {
  display: flex;
  align-items: center;
}

.modal-side {
  right: 0;
  left: auto;
  width: 100%;
  padding: 0;
  display: block;
  overflow: visible;
}

.modal-side .modal-body {
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 12, 43, .05);
  border-left: 1px solid #e0e0e0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.modal-s.modal-side {
  max-width: 720px;
}

.close {
  cursor: pointer;
  color: red;
  float: right;
}

/* Card Styles */

.card {
  background: var(--card-background);
  border: 1px solid var(--card-border-color);
  color: var(--card-color);
  border-radius: 16px;
  width: 100%;
  position: relative;
  transition: outline .2s;
}

.card-hover:hover {
  border: 1px solid var(--color-brand);
  transition: border .2s;
  transition: transform .3s;
  transform: scale(.999);
}

.card-head {
  display: flex;
  justify-content: space-between;
}

.card-title {
  font-size: 24px;
  font-weight: 600;
}

.card-gradient::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(33, 93, 255, 1) 100%);
  opacity: 0.1;
  filter: blur(1px);
}

.card-flat {
  border: 1px solid #fff;
  box-shadow: none;
}

.card-border {
  box-shadow: none;
}

/* Navigation Settings Styles */

.nav-settings {
  height: 48px;
  width: 48px;
  background: #f3f4f6;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-settings .icon {
  height: 32px;
}

/* Navigation User Styles */

.nav {
  display: flex;
  align-items: center;
}

.nav-user {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  width: 162px;
  cursor: pointer;
}

.nav-logo {
  width: 162px;
  position: relative;
}

.nav-logo-wrapper {
  display: flex;
  align-items: center;
}

.nav-user img {
  height: 48px;
  width: 48px;
  border-radius: 24px;
  outline: 2px solid var(--user-navigation_background);
  cursor: pointer;
  transform: scale(1);
  transition: transform .1s;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e0e0e0;
}

.nav-user img:hover {
  transform: scale(1.05);
  transition: transform .1s;
}

.nav ul li .nav-item.nav-get-app-button {
  background: black;
  color: #fff;
  display: flex;
}

.nav ul li .nav-item, .nav ul li .dropdown {
  padding: 8px 15px;
  border-radius: 12px;
  display: inline-block;
  transition: background .1s;
  color: var(--nav-item-color);
}

.nav ul li .nav-item:hover, .nav ul li .dropdown:hover {
  background: var(--nav-item_hover-background);
  color: var(--nav-item_hover-color);
  cursor: pointer;
  transition: background .3s;
}

.nav ul li .nav-item.active, .nav ul li .dropdown.active {
  background: var(--nav-item-active-background);
  color: var(--color-brand);
  font-weight: 600;
}

.nav-user-name {
  max-width: 108px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-logo {
  height: var(--nav-logo-height);
}

.mobile-nav {
  display: none
}

.mobile-nav-logo {
  font-size: 24px;
  font-weight: 600;
}

/* Headline Styles */

.headline {
  letter-spacing: -0.1px;
}

.headline-xl {
  font-size: 48px;
  font-weight: 600;
}

.headline-lg {
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
}

.headline-md {
  font-size: 36px;
  font-weight: 600;
}

.headline-sm {
  font-size: 30px;
  font-weight: 600;
}

.headline-xs {
  font-size: 24px;
  font-weight: 600;
}

.headline-xxs {
  font-size: 18px;
  font-weight: 600;
}

/* Account List Styles */

.accounts-list {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.accounts-list-item {
  color: #000;
  cursor: pointer;
}

.accounts-list-item-stats {
  border: var(--accounts-list-item-stats-border);
}

.accounts-list-item .card {
  padding: 16px 20px;
}

.account-list-item-new .card {
  height: 181px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-name {
  font-size: 20px;
}

.account-id {
  font-size: 14px;
  color: #747479;
}

.accounts-price {
  font-weight: 600;
}

.accounts-list-item .balance {
  color: #17171F;
  font-weight: 600;
  font-size: 16px;
}

.accounts-list-item .currency {
  color: #4C4C53;
  font-weight: 500;
  font-size: 14px;
}

/* Dashboard Styles */

.dashboard-view {
}

.badge {
  background: #f3f4f6;
  color: #000;
  border: 1px solid #e0e0e0;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  height: 34px;
}

.badge-secondary {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #000;
}

.badge .badge-indicator, .badge-secondary .badge-indicator {
  height: 8px;
  width: 8px;
  background: #7b7b7b;
  border-radius: 50%;
  display: inline-block;
  margin-right: .25rem;
}

.badge-info {
  background: rgb(91 192 222 / 25%);
  border: 1px solid rgb(91 192 222 / 50%);
  color: #5bc0de;
}

.badge-info-secondary {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.badge-info .badge-indicator, .badge-info-secondary .badge-indicator {
  background: #5bc0de;
}

.badge-warning {
  background: rgb(255 218 69 / 25%);
  border: 1px solid rgb(255 218 69 / 50%);
  color: #FFDA45;
}

.badge-warning-secondary {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.badge-warning .badge-indicator, .badge-warning-secondary .badge-indicator {
  background: #FFDA45;
}

.badge-danger {
  background: rgb(255 69 74 / 25%);
  border: 1px solid rgb(255 69 74 / 50%);
  color: #FF454A;
}

.badge-danger-secondary {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.badge-danger .badge-indicator, .badge-danger-secondary .badge-indicator {
  background: #FF454A;
}

.badge-success {
  color: #31ec28;
  background: rgb(49 236 40 / 10%);
  border: 1px solid rgb(49 236 40 / 25%);
}

.badge-success-secondary {
  background:#ffffff;
  border: 1px solid #e0e0e0;
}

.badge-success .badge-indicator, .badge-success-secondary .badge-indicator {
  background: #31ec28;
}

.badge-gray {
  background: #f3f4f6;
  color: #000;
  border: 1px solid #e0e0e0;
}

.badge-s {
  font-size: 12px;
  height: 25px;
  padding: 0 10px;
  line-height: 24px;
}

.badge select {
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
}

.action-card-list {
  display: flex;
  gap: 8px;
}

.action-card {
  width: 268px;
  background: #f3f4f6;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  padding: 26px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-weight: 500;
}

.action-card:hover {
  border: 1px solid #e5ff45;
  cursor: pointer;
}

.action-card-icon {
  height: 64px;
  width: 64px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 64px;
}

.action-card-icon svg {
  height: 44px;
}

.action-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.action-card-title svg {
  height: 22px;
}

.action-card-brand {
  color: #fff;
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
}

.action-card-dark {
  background: #1e1e1e;
  color: #e5ff45;
}

.action-card-brand .action-card-icon {
}

.action-card-lg {
  width: 384px;
}

.action-card-xl {
  width: 512px;
}

.action-card-head {
  display: flex;
  justify-content: space-between;
}

.action-card-footer {
  display: flex;
  justify-content: space-between;
}

.flx {
  display: flex;
}

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

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

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

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

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

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

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

.gp-1 {
  gap: .25rem;
}

.gp-2 {
  gap: .5rem;
}

.gp-4 {
  gap: 1rem;
}

.gp-8 {
  gap: 2rem;
}

.text-brand {
  color: var(--color-brand);
}

.tx-xxl {
  font-size: 25px;
}

.tx-xl {
  font-size: 23px;
}

.tx-l {
  font-size: 21px;
}

.tx-m {
  font-size: 19px;
}

.tx-b {
  font-size: 17px;
}

.tx-s {
  /* font-size: 15px; (previously 15px) */
  font-size: 16px;
}

.tx-xs {
  font-size: 13px;
}

.tx-xxs {
  font-size: 11px;
}

.tx-bg-1 {
  font-weight: 600;
  background: #e5ff46;
  display: inline-block;
  padding: 2px;
}

.text-gray {
  color: #7b7b7b;
}

.text-gray-light {
  color: var(--color-gray-light);
}

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

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

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

.text-danger {
  color: #FF454A;
}

.text-success {
  color: var(--color-success);
}

.fwt-m {
  font-weight: 600;
}

.fwt-semibold {
  font-weight: 700;
}

.fcl-2 {
  color: #6b7280;
}

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

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

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

.max-w-8 {
  max-width: 8rem;
}

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

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

.oflow-a {
  overflow: auto;
}

.bg-success {
  background: #47ff58;
}

.bg-brand {
  background-color: var(--color-brand);
}

.achievements {
  display: flex;
}

.achievement {
  display: flex;
  align-items: center;
  gap: 8px;
}

.achievement .icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 12px;
}

.achievement img {
  height: 52px;
}

.achievement-title {
  font-weight: 600;
}

.achievement-subtitle {
}

.points {
  font-weight: 600;
  background: #e5ff46;
  display: inline-block;
  padding: 2px;
}

.progress-bar {
  width: 100%;
  height: var(--bar-height, 16px);
  background-color: var(--progress-bar-background);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.progress {
  width: var(--bar-width, 100%);
  /* The progress bar should be 100% of the parent container */
  height: 100%;
  background-color: var(--color-brand);
  animation: pulse 1.25s ease-in-out 1 forwards;
  border-radius: 99px;
  transform-origin: top left;
}

.progress-label {
  font-size: 15px;
  font-weight: 600;
}

.progress-bar-values {
  color: #747479;
  font-weight: 500;
  font-size: 14px;
}

.progress-bar-100 .progress {
  background-color: var(--color-success);
}

.progress-bar-100 .icon {
  color: var(--color-success);
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
    opacity: 1;
  }

  50% {
    transform: scaleX(1.025);
    opacity: 0.7;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.trading-day {
  height: 96px;
  width: 126px;
  background: #f3f4f6;
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-size: 21px;
  font-weight: 600;
}

.trading-day-loss {
  color: #FF454A;
}

.trading-day-win {
  color: var(--color-success);
}

.trading-day-win .trading-day-pnl {
  color: #4d8e47;
}

.trading-day-loss .trading-day-pnl {
  color: #bf1c30;
}

.trading-day-loss .trading-day-date {
  font-size: 15px;
  font-weight: 400;
}

.pro .trading-day {
  background: #f3f4f6;
  border-radius: 24px;
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-weight: 500;
}

.trading-days-list-item {
  position: relative;
  padding-bottom: 8px;
}

.trading-days-list-item:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 32px;
  background: #e1e1e2;
  position: absolute;
  bottom: 0;
}

.input-payout-amount {
  border-bottom: 2px solid;
  display: flex;
}

.input-payout-amount:hover {
  border-color: #e5ff45;
}

.input-payout-amount,
.input-payout-amount input {
  font-size: 48px;
  font-weight: 600;
  max-width: 218px;
}

.input-payout-amount input {
  border: none;
  outline: none;
}

.body-modal-active {
  transform: scale(.95);
  filter: blur(1px);
  transition: filter .3s, transform .3s;
}

.ranks img {
  filter: contrast(0.5);
  transition: filter .1s;
}

.ranks img:hover {
  filter: contrast(1);
  transition: filter .3s;
  cursor: pointer;
}

.loading-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-spinner {
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.simple-spinner span {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-right-color: rgba(255, 255, 255, 0.7);
  animation: spinner-anim 0.8s linear infinite;
  position: absolute;
}

.simple-spinner-dark span {
  border: 2px solid #000;
  border-right-color: rgba(255, 255, 255, 0.7);
}

@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.alert {
  background: var(--alert-background);
  padding: 16px 20px;
  width: 100%;
  font-weight: 400;
  border: 1px solid var(--card-border-color);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(15.5px);
          backdrop-filter: blur(15.5px);
  box-shadow: 0 4px 8px rgba(0, 12, 43, .05);
  color: #000;
}

.alert-title {
  font-weight: 600;
  color: var(--alert-title-color);
}

.alert-text {
  font-weight: 600;
  margin-top: .5rem;
  color: #7b7b7b;
  font-size: 16px;
}

.alert-success .alert-title {
  color: #21db17;
}

.alert-danger .alert-title {
  color: #FF454A;
}

.alert-warning .alert-title {
  color: #ffa545;
}

.alert-info .alert-title {
  color: #215dff;
}

.leaderboard-top-3 {
  display: flex;
  justify-content: center;
  position: relative;
}

.leaderboard-card {
  height: 156px;
  width: 140px;
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(15.5px);
  backdrop-filter: blur(15.5px);
  box-shadow: 0 4px 8px rgba(0, 12, 43, .05);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-flow: column;
  cursor: default;
  transition: transform .1s;
}

.leaderboard-card-place-3 {
  transform: rotate(10deg) scale(.95) translateX(-20px);
  transform-origin: bottom left;
}

.leaderboard-card-place-3:hover {
  transition: transform .3s;
  transform: rotate(7.5deg) scale(1) translateX(-20px);
  z-index: 1;
}

.leaderboard-card-place-2 {
  transform: rotate(-10deg) scale(.95) translateX(20px);
  transform-origin: bottom right;
}

.leaderboard-card-place-2:hover {
  transition: transform .3s;
  transform: rotate(-7.5deg) scale(1) translateX(20px);
  z-index: 2;
}

.leaderboard-card-place-1 {
  z-index: 1;
  transform: scale(1.025);
}

.leaderboard-card-place-1:hover {
  transition: transform .3s;
  transform: scale(1.1);
}

.leaderboard-card .leaderboard-card-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.leaderboard-card-name {
  font-size: 15px;
  width: 90px;
  text-align: center;
}

.leaderboard-card-badge {
  position: absolute;
  top: -16px;
  height: 34px;
  width: 34px;
  background: #2652e9;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  border: 2px solid #fff;
}

.leaderboard-badge-bronze {
  box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #f7bb23;
  text-shadow: 0 0 4px #7d4604;
  background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.leaderboard-badge-silver {
  box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #edeff1;
  text-shadow: 0px 0px 4px #98a6ad;
  background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%);
}

.leaderboard-badge-gold {
  box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #fadd40;
  text-shadow: 0 0 4px #9d6c04;
  background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
}

.leaderboard {
  /* position relative to include a band on the left of the container */
  position: relative;
  /* cap the width of the table, allowing for a sizeable portion of white space if allowed by the viewport */
  /* spacing to separate the table rows vertically */
  border-spacing: 0 1rem;
}

/* align every second item of each row to the left */

.leaderboard tr>*:nth-child(2) {
  text-align: left;
}

/* style the headings to have thin uppercase titles for the columns */

.leaderboard th {
  font-weight: 300;
  letter-spacing: 0.04rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* slightly increase the weight of the cell describing the position */

.leaderboard .position {
  font-weight: 500;
  width: 32px;
  text-align: center;
}

/* style the cell with the driver visually separating the first, last name and team */

.leaderboard .driver {
  padding-left: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  display: flex;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.leaderboard .driver strong {
  text-transform: uppercase;
  font-weight: 500;
}

.leaderboard .driver span {
  text-transform: capitalize;
  font-size: 0.8rem;
  color: #999;
  letter-spacing: initial;
}

/* style the span nested in the last cell to have the gap in a rounded rectangle */

.leaderboard .gap span {
  background: #4dea45;
  color: #000;
  padding: 2px 2px 0px 2px;
  font-size: 15px;
}

/* on smaller viewports remove the third column from sight */

@media (max-width: 500px) {
  .leaderboard tr>*:nth-child(3) {
    display: none;
  }
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-column {
  width: 100%;
}

.form-field input, .form-field select, .form-field textarea {
  font-family: "Euclid Circular A";
  height: 52px;
  border: var(--form-field_border);
  border-radius: 10px;
  padding: 6px 16px;
  width: 100%;
  background: var(--form-field_background);
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.76px;
  outline: none;
  transition: box-shadow .2s ease-in-out;
  color: var(--form-field_color);
}

.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: #215dff;
  box-shadow: 0 0 0 1px #215dff;
  transition: box-shadow .2s ease-in-out;
}

.form-field textarea {
  height: auto;
}

.form-field label {
  width: 100%;
  margin-bottom: 4px;
  display: block;
  color: #7b7b7b;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-field-checkbox {
}

.form-field-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 2px solid #a4a4a4;
  border-radius: 0;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  top: 2px;
  padding: 0;
  flex: none;
}

.form-field-checkbox input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.form-field-checkbox input[type="checkbox"]:checked::after {
  content: '\2714';
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-field-checkbox label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.form-field-checkbox label span {
  font-size: 14px;
  line-height: 1.4;
}

.form-field-checkbox a {
  color: #007bff;
  text-decoration: none;
}

.form-field-checkbox a:hover {
  text-decoration: underline;
}

.form-field .error-text {
  margin-top: 2px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-field-sm input, .form-field-sm select {
  height: 40px;
}

.error-text {
  color: #FF454A;
  font-weight: 500;
  font-size: 15px;
}

.success-text {
  color: #4EFF45;
  font-weight: 500;
  font-size: 15px;
}

.feed {
  display: flex;
}

.tease-blur {
  filter: blur(1px);
  opacity: .5;
}

.post {
  background: var(--card-background);
  color: var(--card-color);
  border-radius: 16px;
  width: 100%;
  position: relative;
  transition: outline .2s;
}

.post-form {
  background: var(--card-background);
  color: var(--card-color);
  border-radius: 16px;
  width: 100%;
  position: relative;
  overflow: auto;
  transition: outline .2s;
}

.post-pinned {
  border: 1px solid #e6fe47;
}

.post-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: .5rem;
}

.post-like-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.post-like-button:hover {
  color: #215dff;
}

.post-like-button svg {
  height: 24px;
  width: 24px;
}

.post-comment-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.post-comment-button:hover {
  color: #215dff;
}

.post-comment-button svg {
  height: 24px;
  width: 24px;
}

.post-action-buttons {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.post-form textarea {
  font-family: "Euclid Circular A";
  border-radius: 12px;
  border: none;
  background: #f6f6f6;
  padding: 1rem;
  min-height: 48px;
  font-size: 15px;
  font-weight: 500;
}

.post.post-event {
  display: flex;
  gap: 1rem;
}

.post-event .post-author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: .5rem;
}

.post-view-count {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: .25rem;
}

.post-view-count svg {
  height: 20px;
  width: 20px;
}

.post-viewer-avatar-container {
  display: flex;
}

.post-viewer-avatar {
  width: 24px;
  height: 24px;
  border-radius: 16px;
  border: 1px solid #fff;
  margin-right: -8px;
  /* Adjust this value to control the overlap */
  background: #bdbdbd;
}

.viewer-count {
  margin-left: 8px;
}

.post-image {
  width: 100%;
  height: 100%;
  max-width: 480px;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  background: #f8fafb;
}

.post-content {
  white-space: pre-wrap;
}

.achievement-post {
}

.achievement-post .post-inner {
  padding: 2rem 1rem 2.5rem 1rem;
  background: linear-gradient(109.6deg, rgb(0 0 0 / 1%) 11.2%, rgb(63 61 61 / 9%) 78.9%);
  max-width: 540px;
  margin: auto;
  border-radius: 16px;
  text-align: center;
  margin-top: 1rem;
  /* height: 480px; */
  height: 379px;
  width: 379px;
}

.achievement-emoji {
  font-size: 100px;
}

.online-users-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.online-users-avatars {
  display: flex;
  align-items: center;
}

.online-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -10px;
}

.online-users-more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
}

.online-status {
  display: flex;
  align-items: center;
}

.online-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4CAF50;
  margin-right: 6px;
}

.offline-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f0f0f0;
  margin-right: 6px;
}

.online-text {
  font-size: 14px;
  color: #666;
}

.trader-certificate {
  padding: 1.5rem;
  background: linear-gradient(109.6deg, rgb(0 0 0 / 1%) 11.2%, rgb(63 61 61 / 9%) 78.9%);
  max-width: 540px;
  border-radius: 16px;
  margin-top: 1rem;
  height: 379px;
  width: 100%;
  position: relative;
  pointer-events: none;
}

.fixed-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 128;
  color: #fff;
  gap: 1rem;
}

.banner-container {
  padding: 1rem !important;
}

.banner {
  padding: 6rem 1rem;
  color: #fff;
  background: linear-gradient(0deg, rgb(252 252 252) 11.2%, rgb(255 255 255) 78.9%);
  width: 100%;
  max-width: 1300px !important;
  min-height: 480px;
  margin: auto;
  border-radius: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  z-index: 1;
}

.banner::before {
  content: '';
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 1rem;
  opacity: .75;
  filter: blur(1px) grayscale(.25);
}

.banner::after {
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 39%);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: -1;
  border-radius: 1rem;
  filter: blur(.75px) grayscale(.25);
  opacity: .9;
}

.banner-title {
  font-size: 64px;
  letter-spacing: -1px;
  max-width: 584px;
}

.banner-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.banner-features .feature {
  font-size: 21px;
}

.banner .online-users-container .online-text {
  color: #fff;
}

.evaluations-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.evaluation-item {
  max-width: 320px;
}

.evaluation-phase {
  background: #f3f4f6;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  padding: 1rem;
  width: 286px;
}

.evaluation-phase .step-number {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #e5ff45;
  color: #1e1e1e;
  font-size: 17px;
  padding: 5px 0;
  text-align: center;
  border-radius: 12px;
  margin-right: .25rem;
}

.view {
  padding-top: 1rem;
  padding-bottom: 8rem;
}

.footer a {
  color: #fff;
  display: block;
}

.content-center {
  min-height: var(--app-height);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.content-full {
  min-height: var(--app-height);
  margin: auto;
}

/* Performance Report */

.report .header {
  background: #f3f4f6
}

.report .row {
  display: flex;
  justify-content: space-between
}

.report .col-xs-12 {
  width: 100%
}

.report .col-sm-6 {
  width: 50%;
  flex: 1
}

.report .perf-report>div>.row {
  display: grid;
  grid: auto-flow dense/1fr 1fr;
  justify-content: start
}

.report .perf-section {
  background: #f3f4f6;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  width: 100%
}

.report table {
  font-size: 14px
}

.report table tr:nth-child(2n) {
  background: #f3f4f6
}

.table-row[data-v-d7bf1fd2] {
  font-size: 14px
}

.alert-view .card {
  border-radius: 16px;
  border: 1px solid #dedfe2;
  padding: 32px 40px;
  max-width: 448px;
  width: 100%;
  margin: auto;
}

.list {
  display: flex;
  flex-flow: column;
  gap: .5rem;
}

.list-item {
  list-style: none;
  height: 52px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 6px 16px;
  width: 100%;
  max-width: 100%;
  background: #fff;
  font-size: 17px;
  line-height: normal;
  letter-spacing: -0.76px;
  outline: none;
  transition: box-shadow .2s ease-in-out;
  display: flex !important;
  align-items: center;
}

.list-item:hover {
  background: #f3f4f6;
  cursor: pointer;
}

.list-item-table {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #E0E0E0;
}

.list-header {
  background: #fcfcfc;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: .5rem;
}

.page p {
  margin-bottom: 1rem;
}

.checkout-card {
  border-radius: 16px;
  border: var(--checkout-card_border);
  background: var(--checkout-card_background);
  color: var(--checkout-card_color);
  padding: 32px 40px;
  max-width: 448px;
  width: 100%;
  margin: auto;
}

.trading-day-date {
  font-size: 14px;
  color: #747479;
}

.admin-user-list-item {
  background: var(--card-background);
  color: var(--card-color);
  border-radius: 16px;
  width: 100%;
  position: relative;
  transition: outline .2s;
}

.admin-user-list-item:hover {
  background: #f3f4f6;
  cursor: pointer;
}

@media (max-width: 768px) {
  #app {
    padding-top: 0;
  }

  .m-hidden {
    display: none;
  }

  nav {
    display: none;
  }

  .nav-mobile {
    display: inline-block;
    background: var(--card-background);
    color: var(--card-color);
    border-radius: 0;
    width: 100%;
    position: relative;
    overflow: auto;
    transition: outline .2s;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 1rem;
  }

  .nav-mobile ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: .25rem;
    height: 48px;
    align-items: center;
    background: #f6f6f6;
    border-radius: 12px;
    gap: 1rem;
  }

  .nav-mobile ul li {
    width: 100%;
  }

  .nav-mobile ul li a {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
  }

  .nav-mobile ul li a.active {
    background: #fff;
  }

  .mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: .5rem 1rem;
  }

  .fixed-footer {
    flex-flow: column;
    height: auto;
    padding: 1.5rem 0;
    gap: .5rem;
  }

  .feed {
    display: block;
  }

  .banner-title {
    font-size: 36px;
  }

  .banner-features {
    font-size: 15px;
  }
}

.balance-card {
  background: #313950;
  color: #fff;
  padding: 1.5rem;
  border-radius: 1.25rem;
  min-height: 192px;
}

.layout-wrapper {
  position: relative;
  padding-top: 89px;
}

.tab-bar {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  overflow-x: auto;
}

/* width */

.tab-bar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* Track */

.tab-bar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.tab-bar::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */

.tab-bar::-webkit-scrollbar-thumb:hover {
  background: var(--button-gray-background);
}

.tab-bar-item {
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  flex: none;
  display: flex;
  align-items: center;
}

.tab-bar-item-inner {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.tab-bar-item-inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 98%);
  position: absolute;
  top: 0;
  right: 0;
}

.tab-bar-item-inner:hover {
  background: #f3f4f6;
}

.tab-bar-close {
  cursor: pointer;
  padding: .125rem;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100%;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-bar-close:hover {
  background: rgb(255, 245, 245);
}

.tab-bar-s {
  padding: .5rem 1rem;
}

.tab-bar-s .tab-bar-item-inner {
  padding: .5rem 1rem;
}

.nav-wrapper .tab-bar-wrapper {
  border-bottom: 1px solid #E0E0E0;
}

.tab-bar-xs {
  padding: .5rem 1rem;
}

.tab-bar-xs .tab-bar-item-inner {
  padding: .25rem 1rem;
  width: 108px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}

.tab-bar-wrapper {
  display: flex;
  background: #fcfcfc;
}

.tab-bar-divider {
  width: 1px;
  background: #E0E0E0;
}

.tab-bar-title {
  padding: 1rem;
  font-size: 14px;
  color: #747479;
  overflow: hidden;
  flex: none;
}

.tab-bar-empty {
  padding: 1rem;
  font-size: 14px;
  color: #747479;
  overflow: hidden;
  flex: none;
}

.search {
  position: relative;
  cursor: default;
}

.search-field input {
  height: 44px;
  background: #fcfcfc;
  border-radius: 8px;
  padding: .5rem 1rem;
  border: 1px solid #e0e0e0;
}

.search-field input:focus {
  border-color: #215cff5e;
  box-shadow: none;
  outline: none;
  transition: box-shadow .2s ease-in-out;
}

.search-results-list {
  position: absolute;
  left: 0;
  top: 45px;
  padding: 8px;
  background: var(--alert-background);
  width: 512px;
  font-weight: 400;
  border: 1px solid var(--card-border-color);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(15.5px);
  backdrop-filter: blur(15.5px);
  box-shadow: 0 4px 8px rgba(0, 12, 43, .05);
  color: #000;
  height: calc(100vh - calc(44px * 2));
  overflow: auto;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 512px;
  margin-top: 10px;
  z-index: 1000;
}

.dropdown-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-item {
  cursor: pointer;
  font-size: 15px;
  padding: .75rem 1rem;
}

.dropdown-item:hover {
  background: #f3f4f6;
}

.tabs {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 2px;
  display: flex;
}

.tab {
  border-radius: 8px;
  padding: .25rem 1rem;
  cursor: pointer;
}

.tab:hover {
  background: #eaebee;
}

.tab.active {
  background: #fff;
}

.table {
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  width: 100%;
  border-radius: 8px;
  overflow: auto;
  position: relative;
}

.table-header {
  display: flex;
  background: #f3f4f6;
}

.table-row {
  display: flex;
}

.table-header-cell {
  padding: .25rem 1rem;
  display: inline-block;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
}

.table-header-sticky {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #e0e0e0;
}

.table-cell {
  padding: .25rem 1rem;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.table-lined .table-cell {
  border-right: 1px solid #e0e0e0;
}

.table-lined .table-cell:last-of-type {
  border-right: none;
}

.table-sm {
  font-size: 15px;
}

.table-striped .table-row:nth-of-type(odd) {
  background-color: #f9fafb;
}

.table-clickable .table-row:hover {
  background: #eaebee;
  cursor: pointer;
}

.table-footer {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  background: #fff;
  cursor: default;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem;
}

.table-filter-nav {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
}

.table-filter-nav-items {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.table-filter-nav-item {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #000;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 72px;
  max-width: 96px;
  overflow: hidden;
}

.table-filter-nav-item-inner {
  display: flex;
  width: 100%;
}

.table-filter-nav-item label {
  font-weight: 600;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  display: inline-block;
  line-height: 23px;
  padding: 0 .75rem;
  pointer-events: none;
  color: #7b7b7b;
  white-space: nowrap;
}

.table-filter-nav-item select {
  border: none;
  outline: none;
  background: transparent;
  font-weight: 600;
  padding: .75rem .75rem 0;
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.table-filter-nav-item .icon {
  position: absolute;
  right: .25rem;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.table-pagination-icon {
  border: 1px solid #e0e0e0;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-pagination-icon:hover {
  background: #e0e0e0;
  cursor: pointer;
}

.table-pagination-left {
  width: 100%;
  max-width: 250px;
}

.table-pagination-center {
  width: 100%;
  max-width: 200px;
}

.table-pagination-right {
  width: 100%;
  max-width: 250px;
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: right;
}

.table-header-cell .resizer:hover {
  background: #e0e0e0;
  cursor: col-resize;
}

.table-lined .table-header-cell {
  border-right: 1px solid #e0e0e0;
}

.table-lined .table-header-cell:last-of-type {
  border-right: none;
}

.stats-card {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 2px;
  display: flex;
}

.stats-card-body {
  padding: .25rem 1rem;
}

.stats-card-value {
  font-weight: 600;
  font-size: 20px;
}

.info-circle {
  position: relative;
}

.info-circle-content {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1000;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 12, 43, .05);
  width: 100%;
  min-width: 256px;
  display: block;
  max-width: 512px;
  font-size: 15px;
}

.fi {
  display: flex;
}

.ui-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-checkbox.is-selected-true {
  background: #e0e0e0;
}

.ui-checkbox .fi {
  color: var(--color-dark-gray);
  font-size: 12px;
}

.ui-accordion {
  border: 1px solid #e0e0e0;
  width: 100%;
  border-radius: 8px;
}

.ui-accordion-header {
  padding: .5rem 1rem .75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.ui-accordion-content {
  padding: 1rem;
  border-top: 1px solid #e0e0e0;
  font-size: 15px;
}

.ui-accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.ui-accordion-icon:hover {
  background: #e0e0e0;
  border-radius: 4px;
}

.comments {
  border-radius: 8px;
}

.comment {
  padding-bottom: 1rem;
  display: flex;
  gap: .5rem;
}

.comment-header {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.comment-author {
  font-weight: 600;
  font-size: 14px;
}

.comment-date {
  font-size: 12px;
  color: #747479;
}

.comment-text {
  background: #f3f4f6;
  border-radius: 8px;
  padding: .5rem 1rem;
  max-width: 350px;
  margin-bottom: .5rem;
  font-size: 14px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.comment-avatar {
  height: 3rem;
  width: 3rem;
  background: #f3f4f6;
  border-radius: 1.5rem;
}

.comment-container {
}

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

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

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

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

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

@media (min-width: 640px) {
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:flex-none {
    flex: none;
  }

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

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

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

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .sm\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

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

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

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

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

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

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

@media (min-width: 1024px) {
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-16 {
    margin-right: 4rem;
  }

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

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

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}





