@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap");
span[data-v-d27be39f] {
  visibility: hidden;
  opacity: 0;
  transition-delay: 250ms;
  transition-duration: 500ms;
  font-weight: bold;
  margin-right: 2rem;
  position: relative;
}
.spinner[data-v-d27be39f] {
  animation: rotate-d27be39f 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
}
.spinner .path[data-v-d27be39f] {
  stroke: var(--color-text-hint);
  stroke-linecap: round;
  animation: dash-d27be39f 1.5s ease-in-out infinite;
}
@keyframes rotate-d27be39f {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash-d27be39f {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
span.running[data-v-d27be39f] {
  visibility: visible;
  opacity: 1;
  transition-delay: 0;
}
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}

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

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*,
::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;
  }
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[75px\] {
  height: 75px;
}
.h-full {
  height: 100%;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[75px\] {
  width: 75px;
}
.w-full {
  width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-10\/12 {
  flex-basis: 83.333333%;
}
.basis-2\/12 {
  flex-basis: 16.666667%;
}
.basis-\[40\%\] {
  flex-basis: 40%;
}
.basis-\[60\%\] {
  flex-basis: 60%;
}
.border-collapse {
  border-collapse: collapse;
}
.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));
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-all {
  word-break: break-all;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.border {
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-\[\#061023\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 16 35 / var(--tw-border-opacity));
}
.\!bg-\[\#000\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[15px\] {
  padding: 15px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-\[\#949daf\] {
  --tw-text-opacity: 1;
  color: rgb(148 157 175 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --spacer: 1rem;
  --spacer-xl: 1.5rem;
  --spacer-lg: 1.33rem;
  --spacer-sm: 0.66rem;
  --spacer-xs: 0.33rem;

  --color-background: #111;
  --color-background-column: #202020;
  --color-background-column-highlight: #282828;

  --color-accent-hue: 246;
  --color-accent: hsl(var(--color-accent-hue), 40%, 65%);
  --color-accent-text: hsl(var(--color-accent-hue) 100% 84%);
  --color-accent-background: hsl(var(--color-accent-hue) 18% 28%);

  --color-text: #ddd;
  --color-text-highlight: #fff;
  --color-text-muted: #999;
  --color-text-hint: #555;

  --color-border: #282828;

  --color-button: #bbb;
  --color-button-background: #555;

  --border-color: #555;
  --border-btn-radius: 10px;
  --border-radius: 4px;
  --border-width: 2px;

  --font-family-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-family-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono",
    "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace",
    "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
  --font-size-base: 14px;
  --font-size-sm: 12px;
  --font-size-lg: 16px;

  --table-color-background-row: #303030;
  --table-color-background-row-odd: #2b2b2b;
  --table-color-background-row-selected: hsl(var(--color-accent-hue), 16%, 30%);
  --table-color-background-row-active: hsl(var(--color-accent-hue), 24%, 36%);

  --table-color-border: var(--color-border);

  --header-height: 80px;
  --footer-height: 30px;
  --grid-gap: 1px;

  --transition-speed: 240ms;
  --transition-speed-fast: 60ms;

  --box-shadow-float: 2px 2px 5px rgba(0, 0, 0, 0.5),
    0 5px 25px rgba(0, 0, 0, 0.5);

  /* Popovers. */
  --color-background-popover: var(--color-background-column-highlight);

  --color-danger: hsl(352 100% 56%);
  --color-success: hsl(102 70% 56%);

  --color-status-active: hsl(166 100% 46%);
  --color-status-completed: hsl(166 100% 46%);

  --color-status-archived: hsl(0 0% 25%);
  --color-status-archiving: hsl(0 50% 50%);

  --color-status-construction-failed: hsl(356 100% 59%);
  --color-status-failed: hsl(356 100% 59%);
  --color-status-soft-failed: hsl(356 70% 40%);

  --color-status-queued: hsl(194 100% 46%);
  --color-status-requeueing: hsl(194 100% 46%);
  --color-status-canceled: hsl(0 0% 46%);
  --color-status-paused: hsl(0 0% 66%);

  --color-status-cancel-requested: hsl(194 30% 50%);
  --color-status-under-construction: hsl(194 30% 50%);

  --color-worker-status-starting: hsl(68, 100%, 30%);
  --color-worker-status-awake: var(--color-status-active);
  --color-worker-status-asleep: hsl(208, 80%, 55%);
  --color-worker-status-error: var(--color-status-failed);
  --color-worker-status-shutdown: var(--color-status-paused);
  --color-worker-status-testing: hsl(166 100% 46%);
  --color-worker-status-offline: var(--color-status-canceled);

  --color-connection-lost-text: hsl(0, 90%, 60%);
  --color-connection-lost-bg: hsl(0, 50%, 20%);

  --pulseSize: 35px;
  --blue: #2270fc;
  --transparentBlue: rgba(95, 139, 250, 0);
}
.d-flex {
  display: flex;
}
html,
body {
  accent-color: var(--color-accent);
  background-color: var(--color-background);
  color: var(--color-text);
  color-scheme: dark;
  font-family: var(--font-family-body);
  font-size: var(--font-size-base);
  height: 100vh;
  margin: 0;
  padding: 0;
}
.app-header {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1537px) {
  .app-header {
    height: 50px;
  }
}
@media not all and (min-width: 768px) {
  .app-header {
    height: 50px;
  }
}
@media (min-width: 1537px) {
  .app-header {
    height: 80px;
  }
}
.app-header {
  border-bottom: 1px solid var(--DB, #061023);
  background: var(
    --primary-20,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #2d436c
  );
}
.app-header > nav {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.app-header > nav:last-child {
  flex: 1;
  padding-right: 30px;
}
#app {
  /* display: grid;
  grid-gap: 1px;
  grid-template-areas:
    "header header header"
    "column column column"
    "footer-column footer-column footer-column";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: var(--header-height) 1fr; */
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.worker-view {
  display: flex;
  height: 100%;
  overflow-y: hidden;
}
body.is-two-columns #app {
}
.col-workers-list {
  box-sizing: border-box;
  display: flex;
  width: 40%;
  flex-direction: column;
  overflow-y: hidden !important;
}
@media (min-width: 1024px) {
  .col-workers-list {
    max-width: 495px;
  }
}
.col-workers-list {
  background-color: rgb(32, 46, 73) !important;
  border-right: 1px solid var(--DB, #061023);
}
.reported-work-task {
  min-width: 170px;
}
.por-work-task {
  min-width: 125px;
}
.col {
  background-color: var(--color-background-column);

  /* These two are necessary for the automatic resizing of the tasks table: */
  /* Ensures that the table cannot push down the bottom of the column element,
  *  and thus the column height is a stable reference. */
  /* Firefox does not recognize "overlay" currently, so have "auto" as fallback. */
  overflow-y: auto;
  overflow-y: overlay;
  /* Ensures the offsetParent of the table is the column itself; without this,
  * offsetParent would be <body>. */
  position: relative;
}
.col-1 {
  grid-area: col-1;
}
.col-2 {
  grid-area: col-2;
}
.col-3 {
  grid-area: col-3;
}
.app-version {
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
}
a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: var(--color-text-highlight);
  text-decoration: none;
}
.border-active {
  width: 100%;
  height: 4px;
}
a.router-link-active > .border-active {
  background-color: var(--primary, #6295f9);
}
a.router-link-active {
  color: var(--color-text-highlight);
  /* border-right: 1px solid #000;
  border-left: 1px solid #000; */
  background: var(
    --primary-20,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #2d436c
  );
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) inset;
}
header {
  align-items: center;
  color: var(--color-text-muted);
  display: flex;
  grid-area: header;
}
.app-header > .navbar-brand > .text-explorer {
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 400;
  color: var(--LB-02, #a2adc1);
}
header nav,
nav > ul,
nav > ul > li,
nav > ul > li > a,
nav > ul > li > div,
nav > ul > li > a > .header-item-content,
nav > ul > li > div > .header-item-content {
  height: 100%;
}
header nav {
  margin-right: auto;
}
.navbar-brand {
  margin-right: -1px;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-brand {
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .navbar-brand {
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .navbar-brand {
    flex-basis: 30%;
  }
}
@media (min-width: 1536px) {
  .navbar-brand {
    flex-basis: 25%;
  }
}
nav > ul {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav > ul > li > a,
nav > ul > li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  /* padding: var(--spacer-xs) var(--spacer-xl); */
}
nav > ul > li > a > .header-item-content,
nav > ul > li > div > .header-item-content {
  margin-top: -0.25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .li-header-bar {
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .li-header-bar {
    flex-basis: 30%;
  }
}
@media (min-width: 1280px) {
  .li-header-bar {
    flex-basis: 25%;
  }
}
@media (min-width: 1536px) {
  .li-header-bar {
    flex-basis: 20%;
  }
}
@media (min-width: 768px) {
  .header-item-content > span {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .header-item-content > span {
    font-size: 16px;
  }
}
.header-item-content > span {
  font-weight: 600;
}
h2.column-title {
  border-bottom: var(--border-width) solid var(--color-border);
  color: var(--color-text-hint);
  font-size: var(--font-size-base);
  margin: 0;
  padding-bottom: var(--spacer-sm);
}
h3.sub-title {
  border-bottom: var(--border-width) solid var(--color-border);
  color: var(--color-text-hint);
  font-size: var(--font-size-base);
  margin: var(--spacer) 0 0;
  padding: 0 0 var(--spacer-sm);
}
dl {
  display: grid;
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
  grid-template-columns: max-content auto;
}
dl dt {
  font-weight: bold;
  text-align: right;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl dd {
  margin-bottom: 0.133rem;
  margin-left: var(--spacer-sm);
  padding-bottom: 0.133rem;
  transition: color var(--transition-speed-fast) ease-out;
  word-break: break-word;
}
dl dd:hover {
  color: var(--color-text-highlight);
}
dl dd:empty {
  border-color: transparent;
}
.dl-no-data {
  color: var(--color-text-hint);
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
  padding: var(--spacer-lg) var(--spacer);
  text-align: center;
  cursor: default;
}
.app-footer {
  align-items: center;
  background-color: var(--color-background-column);
  border-radius: var(--border-radius);
  color: var(--color-text-muted);
  cursor: pointer;
  display: flex;
  font-size: var(--font-size-sm);
  /* grid-area: footer; */
  padding: var(--spacer-sm);
  transition: background-color var(--transition-speed) ease-in-out;
}
.app-footer:hover {
  background-color: var(--color-background-column-highlight);
}
.app-footer:hover .app-footer-expand {
  margin-top: -5px;
}
.app-footer-expand {
  position: relative;
  stroke: var(--color-text-hint);
  transform: scale(0.8);
  transition: stroke var(--transition-speed) ease-in-out,
    margin-top var(--transition-speed) ease-in-out;
}
.btn-bar {
  align-items: center;
  display: flex;
  padding: var(--spacer-sm) 0;
}
.btn-bar .align-right,
.btn-bar-group .align-right {
  margin-left: auto;
}
.btn-bar .align-center,
.btn-bar-group .align-center {
  margin-left: auto;
  margin-right: auto;
}
.btn-bar-group {
  align-items: center;
  display: flex;
  padding: var(--spacer-sm) 0;
}
.btn-bar-group .btn-bar {
  padding: 0;
}
.btn-bar-group select + .btn,
.btn-bar-group select + button,
.btn-bar-group .btn + select,
.btn-bar-group button + select {
  margin-left: var(--spacer-sm);
}
label {
  display: block;
}
fieldset {
  background-color: var(--color-background-column-highlight);
  border: none;
  margin-bottom: var(--spacer);
  border-radius: var(--border-radius);
}
input[type="text"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  border: var(--border-width) solid var(--border-color);
  box-sizing: border-box;
  display: block;
  outline: none;
  padding: var(--spacer-sm);
  transition: border-color var(--transition-speed) ease-in-out;
  width: 100%;
}
input[type="text"]:focus,
input[type="number"]:focus {
  border-color: var(--color-accent);
}
input[type="text"].is-invalid,
input[type="number"].is-invalid {
  border-color: var(--color-danger);
}
.input-help-text {
  display: inline-block;
}
.input-help-text,
.hint {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  margin: var(--spacer-xs);
}
select {
  background-color: var(--color-button-background);
  border-radius: var(--border-radius);
  border: calc(var(--border-width) / 2) solid var(--color-button-background);
  display: inline-flex;
  font-size: var(--font-size-sm);
  justify-content: center;
  padding: var(--spacer-xs) var(--spacer-sm);
}
button,
input[type="button"],
.btn {
  align-items: center;
  background-color: var(--color-button-background);
  border-radius: var(--border-btn-radius);
  border: var(--border-width) solid var(--color-button-background);
  color: var(--color-button);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--font-size-sm);
  justify-content: center;
  padding: var(--spacer-xs) var(--spacer-sm);
  touch-action: manipulation;
  transition-duration: var(--transition-speed);
  transition-property: background-color, border-color, color;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 600;
}
.btn-lg {
  font-size: var(--font-size-base);
}
.btn-bar.btn-bar-wide {
  justify-content: space-between;
  width: 100%;
}
.btn-bar .btn + .btn,
.btn-bar button + button {
  margin-left: var(--spacer-sm);
}
button[disabled],
input[type="button"][disabled],
.btn[disabled] {
  background-color: transparent;
  border-color: var(--color-button-background);
  color: var(--color-text-muted);
  opacity: 0.5;
  pointer-events: none;
}
input[type="button"]:hover:not([disabled]),
.btn:hover:not([disabled]) {
  transition: all 100ms;
  color: white;
}
button:focus,
.btn:focus {
  /* Make sure the outline is clearly visible inside the button. */
  outline-offset: -0.5em;
}
.btn-disabled {
  opacity: 50%;
  cursor: default;
  pointer-events: none;
}
.btn-grey {
  background-color: #556a8f;
  border: var(--border-width) solid #556a8f;
  color: #fff;
}
.btn-grey:hover {
  background-color: #6881ad;
  border: var(--border-width) solid #6881ad;
  color: #fff;
}
.btn-primary {
  background-color: var(--color-accent-background);
  border-color: var(--color-accent-background);
  color: var(--color-accent-text);
}
.btn-primary:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-accent-text);
}
.btn-secondary {
  background-color: transparent;
  color: var(--color-text-muted);
  border-color: var(--color-text-muted);
}
.btn-secondary:hover {
  border-color: var(--color-text);
  color: var(--color-text);
}
.btn-bar .btn.dangerous {
  background-color: #7c4d41;
  color: #e4c5c0;
  margin-left: 1rem;
}
.btn-bar .btn.dangerous[disabled] {
  background-color: #53413e;
}
.details-no-item-selected {
  align-items: center;
  color: var(--color-text-hint);
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 50%;
  justify-content: center;
}
.indicator {
  --indicator-color: var(--color-background);
  --indicator-size: 6px;

  background-color: var(--indicator-color);
  border: calc(var(--indicator-size) / 2) solid var(--indicator-color);
  border-radius: 50%;
  display: inline-block;
  height: var(--indicator-size);
  vertical-align: middle;
  width: var(--indicator-size);
}
.status-filter-bar {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.status-filter-indicator {
  cursor: pointer;
  margin: 0.2rem;
}
.status-filter-indicator .indicator {
  --indicator-size: 10px;
  transition: transform var(--transition-speed-fast) ease-in-out;
}
.status-filter-indicator .indicator:hover {
  transform: scale(1.2);
}
.is-filtered .status-filter-indicator {
  opacity: 0.33;
}
.status-filter-indicator.active {
  opacity: 1;
}
.status-active {
  --indicator-color: var(--color-status-active);
}
.status-canceled {
  --indicator-color: var(--color-status-canceled);
}
.status-completed {
  --indicator-color: var(--color-status-completed);
}
.status-construction-failed {
  --indicator-color: var(--color-status-construction-failed);
}
.status-failed {
  --indicator-color: var(--color-status-failed);
}
.status-soft-failed {
  --indicator-color: var(--color-status-soft-failed);
}
.status-paused {
  --indicator-color: var(--color-status-paused);
}
.status-queued {
  --indicator-color: var(--color-status-queued);
}
.status-archived {
  --indicator-color: var(--color-status-archived);
}
.status-archiving {
  --indicator-color: var(--color-status-archiving);
}
.status-cancel-requested {
  --indicator-color: var(--color-status-cancel-requested);
}
.status-requeueing {
  --indicator-color: var(--color-status-requeueing);
}
.status-under-construction {
  --indicator-color: var(--color-status-under-construction);
}
.worker-status-starting {
  --indicator-color: var(--color-worker-status-starting);
}
.worker-status-awake {
  --indicator-color: var(--color-worker-status-awake);
}
.worker-status-asleep {
  --indicator-color: var(--color-worker-status-asleep);
}
.worker-status-error {
  --indicator-color: var(--color-worker-status-error);
}
.worker-status-shutdown {
  --indicator-color: var(--color-worker-status-shutdown);
}
.worker-status-testing {
  --indicator-color: var(--color-worker-status-testing);
}
.worker-status-offline {
  --indicator-color: var(--color-worker-status-offline);
}
[class^="worker-status"] {
  color: var(--indicator-color);
  font-weight: bold;
}
.status-archiving,
.status-active,
.status-queued,
.status-under-construction,
.status-cancel-requested {
  background-color: transparent;
}
.with-clickable-row .tabulator-row {
  cursor: pointer;
}
.tabulator-row.active-row,
.tabulator-row.tabulator-row-even.active-row {
  background-color: var(--table-color-background-row-active);
  font-weight: bold;
}
.tabulator-row.deletion-requested * {
  -webkit-text-decoration: line-through red 1px;
  text-decoration: line-through red 1px;
  color: var(--color-text-muted);
}
span.state-transition-arrow {
  display: inline-block;
  font-weight: bold;
  transform: scale(1.4);
}
span.state-transition-arrow.lazy {
  color: var(--color-text-muted);
}
.preview-container {
  align-items: center;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.preview-container div:first-child {
  display: flex;
}
@media not all and (min-width: 768px) {
  .preview-container div:first-child {
    display: none;
  }
}
.preview-container div:first-child {
  align-items: center;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.preview-container img {
  max-height: 100%;
  max-width: 100%;
}
.click-to-copy {
  /* The transition plays together with the duration set in clipboard.js */
  --transition-duration: var(--transition-speed-fast);
  cursor: pointer;
  transition: var(--transition-duration);
}
.click-to-copy.copied {
  background-color: var(--color-accent-background);
  color: var(--color-accent-text);
  transition: var(--transition-duration);
}
.mapboxgl-ctrl-bottom-left {
  display: none !important;
}
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none !important;
}
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group > .mapboxgl-ctrl-compass {
  display: none !important;
}
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group {
  background: none;
  margin: 0 20px 20px 0;
}
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group > .mapboxgl-ctrl-zoom-in,
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group > .mapboxgl-ctrl-zoom-out {
  width: 40px;
  height: 40px;
  background: #6b70dc;
  margin-bottom: 15px;
  border-radius: 50%;
  border: none;
}
.mapboxgl-ctrl-bottom-right
  > .mapboxgl-ctrl-group
  > .mapboxgl-ctrl-zoom-in
  > span,
.mapboxgl-ctrl-bottom-right
  > .mapboxgl-ctrl-group
  > .mapboxgl-ctrl-zoom-out
  > span {
  color: white;
}
.mapboxgl-ctrol-bottom-right
  > .mapboxgl-ctrl-group
  > .mapboxgl-ctrl-zoom-in:focus,
.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 50%;
}
.mapboxgl-ctrl button:not(:disabled):hover {
  background: #595da7;
}
.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: none;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB0SURBVHgB7ZTdCYAwDIQTJ+mGjlKcqG5QR3CTMy2CVmrqTx9E+j30B46DcEeYFAAYufr1OzDzTE8QI48Np2m5YIRELJxpO6rEn41CxCERZDiKkcfHmshh8R5bbbTYXqTFu4sLHq2QHzIad+9JE5ZSM3RxsS0n2OUnLeSUDQAAAABJRU5ErkJggg==");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAFCAYAAABIHbx0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABESURBVHgBpZBBEQAgEALBItrEKjbRKkawgZFscHIV7vYBvx0GQpjZUlXEuCS3S4blmUXGjjzNRRt5Dj01rSG+7Oij9wHd4FJRG0kTCwAAAABJRU5ErkJggg==");
}
.center-el {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  cursor: pointer;
}
.pulse {
  width: var(--pulseSize);
  height: var(--pulseSize);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 var(--blue);
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  animation: pulsing 2s linear 1.5s forwards infinite;
}
.circle_cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  z-index: 1;
}
@keyframes pulsing {
  from {
    opacity: 0.8;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
}
/* Wallet selector */
.nws-modal-wrapper.open {
  z-index: 999;
}
.nws-modal-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 999;
}
.nws-modal {
  z-index: 1000;
}
@media (max-width: 1280px) {
  .reported-work-task,
  .por-work-task {
    min-width: 50px;
  }
}
@media (max-width: 600px) {
  html,
  body {
    height: 100%;
  }
  .worker-view {
    flex-direction: column;
  }
  .col-workers-list {
    width: 100%;
    height: 48%;
    flex-direction: column;
  }
  .col-workers-map {
    border-top: 1px solid #000;
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group {
    margin: 0 10px 10px 0;
  }
  .worker-item-heaer {
    flex-direction: row;
  }
  .worker-item-header > div {
    width: 49%;
    height: 100%;
  }
  .mapboxgl-ctrl-bottom-right {
    display: none !important;
  }
  .col-workers-list {
    max-width: none;
  }
}
.text_danger {
  font-size: 14px;
  color: var(--color-danger);
}
.text_truncate {
  white-space: nowrap; /* Ngăn chặn văn bản từ việc xuống dòng */
  overflow: hidden; /* Ẩn phần văn bản vượt quá khối chứa */
  text-overflow: ellipsis; /* Hiển thị dấu elipsis (...) khi văn bản bị ẩn */
}
/* Tabulator theme forked from "Midnight" standard theme. */
.tabulator {
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translatez(0);
  background-color: var(--table-color-background-row-odd);
  border-radius: var(--border-radius);
  color: var(--color-text-muted);
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
  overflow: hidden;
  position: relative;
  text-align: left;
  transform: translateZ(0);
}
.tabulator[tabulator-layout="fitDataFill"]
  .tabulator-tableholder
  .tabulator-table {
  min-width: 100%;
}
.tabulator[tabulator-layout="fitDataTable"] {
  display: inline-block;
}
.tabulator.tabulator-block-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tabulator .tabulator-header {
  background-color: var(--table-color-background-row);
  border-bottom: var(--border-width) solid var(--table-color-border);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* Highlight column used for sorting. */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"],
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="desc"] {
  font-weight: bold;
}
/* Highlight column used for sorting. */
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="asc"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow,
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="desc"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-top-color: var(--color-accent);
}
.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}
.tabulator .tabulator-header .tabulator-col {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: var(--border-width) solid #999;
  background: #1a1a1a;
  pointer-events: none;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: var(--spacer-xs);
}
/* First column, usually containing a checkbox for selecting rows. */
.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-content {
  padding: 0 0.75rem;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-header-menu-button {
  padding: 0 8px;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-header-menu-button:hover {
  cursor: pointer;
  opacity: 0.6;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title-holder {
  position: relative;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title
  .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: var(--border-width) solid #999;
  padding: 1px;
  background: #fff;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title
  .tabulator-header-menu-button
  + .tabulator-title-editor {
  width: calc(100% - 22px);
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-sorter {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-bottom: 6px solid #bbb;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 6px;
  width: 0;
  height: 0;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-group
  .tabulator-col-group-cols {
  position: relative;
  display: flex;
  border-top: 1px solid #aaa;
  overflow: hidden;
  margin-right: -1px;
}
.tabulator
  .tabulator-header
  .tabulator-col:first-child
  .tabulator-col-resize-handle.prev {
  display: none;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-header-filter
  input::-ms-clear {
  width: 0;
  height: 0;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable
  .tabulator-col-title {
  padding-right: 25px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  cursor: pointer;
  color: var(--color-text-highlight);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="none"]
  .tabulator-col-content
  .tabulator-col-sorter {
  color: #bbb;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="none"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid transparent;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="none"]:hover
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-top: none;
  border-bottom-color: var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="asc"]
  .tabulator-col-content
  .tabulator-col-sorter {
  color: var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="asc"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="desc"]
  .tabulator-col-content
  .tabulator-col-sorter {
  color: var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="desc"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid var(--color-text-muted);
  color: var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical
  .tabulator-col-content
  .tabulator-col-title {
  align-items: center;
  display: flex;
  justify-content: center;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip
  .tabulator-col-title {
  transform: rotate(180deg);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical.tabulator-sortable
  .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip
  .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical.tabulator-sortable
  .tabulator-col-sorter {
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}
.tabulator .tabulator-header .tabulator-frozen {
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #888;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #888;
}
.tabulator .tabulator-header .tabulator-calcs-holder {
  background: #404040 !important;
  border-bottom: var(--border-width) solid var(--color-border);
  border-top: 1px solid #888;
  box-sizing: border-box;
  min-width: 600%;
  overflow: hidden;
}
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #404040 !important;
}
.tabulator
  .tabulator-header
  .tabulator-calcs-holder
  .tabulator-row
  .tabulator-col-resize-handle {
  display: none;
}
.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  min-width: 600%;
}
.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}
.tabulator .tabulator-tableholder {
  overflow: auto;
  position: relative;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.tabulator .tabulator-tableholder:focus {
  outline: none;
}
.tabulator .tabulator-tableholder .tabulator-placeholder {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.tabulator
  .tabulator-tableholder
  .tabulator-placeholder[tabulator-render-mode="virtual"] {
  min-height: 100%;
  min-width: 100%;
}
.tabulator
  .tabulator-tableholder
  .tabulator-placeholder
  .tabulator-placeholder-contents {
  align-items: center;
  color: var(--color-text-hint);
  cursor: default;
  display: flex;
  font-size: var(--font-size-sm);
  grid-area: footer;
  justify-content: center;
  padding: var(--spacer-sm);
}
.tabulator .tabulator-tableholder .tabulator-table {
  color: var(--color-text);
  display: inline-block;
  overflow: visible;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.tabulator
  .tabulator-tableholder
  .tabulator-table
  .tabulator-row.tabulator-calcs {
  font-weight: bold;
  background: #373737 !important;
}
.tabulator
  .tabulator-tableholder
  .tabulator-table
  .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #888;
}
.tabulator
  .tabulator-tableholder
  .tabulator-table
  .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #888;
}
.tabulator .tabulator-footer {
  background-color: #333;
  border-top: 1px solid #999;
  color: #333;
  font-weight: bold;
  user-select: none;
  white-space: nowrap;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tabulator .tabulator-footer .tabulator-footer-contents {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
}
.tabulator .tabulator-footer .tabulator-footer-contents:empty {
  display: none;
}
.tabulator .tabulator-footer .tabulator-calcs-holder {
  background: #404040 !important;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  width: calc(100% + 20px);
}
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #404040 !important;
}
.tabulator
  .tabulator-footer
  .tabulator-calcs-holder
  .tabulator-row
  .tabulator-col-resize-handle {
  display: none;
}
.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  border-bottom: none;
  margin-bottom: -5px;
}
.tabulator .tabulator-footer > * + .tabulator-page-counter {
  margin-left: 10px;
}
.tabulator .tabulator-footer .tabulator-page-counter {
  font-weight: normal;
}
.tabulator .tabulator-footer .tabulator-paginator {
  color: #333;
  flex: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: right;
}
.tabulator .tabulator-footer .tabulator-page-size {
  border-radius: 3px;
  border: var(--border-width) solid #aaa;
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
}
.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}
.tabulator .tabulator-footer .tabulator-page {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  border: var(--border-width) solid var(--table-color-border);
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
}
.tabulator .tabulator-footer .tabulator-page.active {
  color: #fff;
}
.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: 0.5;
}
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
}
.tabulator .tabulator-col-resize-handle {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}
.tabulator .tabulator-col-resize-handle.prev {
  left: 0;
  right: auto;
}
.tabulator .tabulator-col-resize-handle:hover {
  cursor: ew-resize;
}
.tabulator .tabulator-loader {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}
.tabulator .tabulator-loader .tabulator-loader-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border: 4px solid #333;
  color: #000;
}
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  border: 4px solid #d00;
  color: #590000;
}
.tabulator-row {
  background-color: var(--table-color-background-row-odd);
  box-sizing: border-box;
  min-height: 22px;
  position: relative;
  transition: color var(--transition-speed-fast) ease-out;
}
.tabulator-row:hover {
  color: var(--color-text-highlight);
}
.tabulator-row.tabulator-row-even {
  background-color: var(--table-color-background-row);
}
.tabulator-row.tabulator-selectable:hover {
  cursor: pointer;
}
.tabulator-row.tabulator-selected {
  background-color: var(--table-color-background-row-selected);
}
.tabulator-row.tabulator-selected:hover {
  color: white;
  cursor: pointer;
}
.tabulator-row.tabulator-row-moving {
  border: var(--border-width) solid #000;
  background: #fff;
}
.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  pointer-events: none;
  z-index: 15;
}
.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}
.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}
.tabulator-row .tabulator-row-resize-handle:hover {
  cursor: ns-resize;
}
.tabulator-row .tabulator-frozen {
  display: inline-block;
  position: absolute;
  background-color: inherit;
  z-index: 10;
}
.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #888;
}
.tabulator-row .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #888;
}
.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}
.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}
.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}
.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}
.tabulator-row .tabulator-cell {
  align-items: center;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding: var(--spacer-xs);
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.tabulator-row .tabulator-cell[tabulator-field] {
  vertical-align: -webkit-baseline-middle;
  /* display: inline-flex; */
}
.tabulator-row .tabulator-cell.tabulator-editing {
  border: var(--border-width) solid #999;
  outline: none;
  padding: 0;
}
.tabulator-row .tabulator-cell.tabulator-editing input,
.tabulator-row .tabulator-cell.tabulator-editing select {
  border: var(--border-width);
  background: transparent;
}
.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: var(--border-width) solid #dd0000;
}
.tabulator-row .tabulator-cell.tabulator-validation-fail input,
.tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: var(--border-width);
  background: transparent;
  color: #dd0000;
}
.tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
  display: none;
}
.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}
.tabulator-row
  .tabulator-cell.tabulator-row-handle
  .tabulator-row-handle-box
  .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: var(--border-width) solid #888;
  border-bottom: var(--border-width) solid #888;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: var(--border-width) solid #fff;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control
  .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
.tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control
  .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control
  .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #fff;
}
.tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control
  .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #666;
  font-weight: bold;
  font-size: 1.1em;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  opacity: 0.7;
}
.tabulator-row
  .tabulator-cell
  .tabulator-responsive-collapse-toggle.open
  .tabulator-responsive-collapse-toggle-close {
  display: initial;
}
.tabulator-row
  .tabulator-cell
  .tabulator-responsive-collapse-toggle.open
  .tabulator-responsive-collapse-toggle-open {
  display: none;
}
.tabulator-row
  .tabulator-cell
  .tabulator-responsive-collapse-toggle
  .tabulator-responsive-collapse-toggle-close {
  display: none;
}
.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}
.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #888;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}
.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}
.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}
.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}
.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}
.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}
.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}
.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #d00;
}
.tabulator-menu {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: #666;
  border: var(--border-width) solid #888;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: 0.5;
}
.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
  cursor: pointer;
  background: #444;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
  display: inline-block;
  position: absolute;
  top: calc(5px + 0.4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #888;
  vertical-align: top;
  transform: rotate(45deg);
}
.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #888;
}
.tabulator-edit-select-list {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  max-height: 200px;
  background: #666;
  border: var(--border-width) solid #888;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item {
  padding: 4px;
  color: #fff;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #666;
  background: #999;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
  outline: 1px solid rgba(102, 102, 102, 0.5);
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
  outline: 1px solid #999;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  cursor: pointer;
  color: #666;
  background: #999;
}
.tabulator-edit-select-list .tabulator-edit-select-list-notice {
  padding: 4px;
  color: #fff;
  text-align: center;
}
.tabulator-edit-select-list .tabulator-edit-select-list-group {
  border-bottom: 1px solid #888;
  padding: 4px;
  padding-top: 6px;
  color: #fff;
  font-weight: bold;
}
.tabulator.tabulator-ltr {
  direction: ltr;
}
.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}
.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #aaa;
  border-right: initial;
}
.tabulator.tabulator-rtl
  .tabulator-header
  .tabulator-col.tabulator-col-group
  .tabulator-col-group-cols {
  margin-right: initial;
  margin-left: -1px;
}
.tabulator.tabulator-rtl
  .tabulator-header
  .tabulator-col.tabulator-sortable
  .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}
.tabulator.tabulator-rtl
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-sorter {
  left: 8px;
  right: initial;
}
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #888;
}
.tabulator.tabulator-rtl
  .tabulator-row
  .tabulator-cell
  .tabulator-data-tree-branch {
  margin-right: initial;
  margin-left: 5px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #888;
}
.tabulator.tabulator-rtl
  .tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control {
  margin-right: initial;
  margin-left: 5px;
}
.tabulator.tabulator-rtl .tabulator-col-resize-handle {
  position: absolute;
  left: 0;
  right: auto;
}
.tabulator.tabulator-rtl .tabulator-col-resize-handle.prev {
  right: 0;
  left: auto;
}
.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important;
}
.tabulator-print-table {
  border-collapse: collapse;
}
.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
}
.tabulator-print-table .tabulator-print-table-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #888;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}
.tabulator-print-table .tabulator-print-table-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.tabulator-print-table
  .tabulator-print-table-group.tabulator-group-visible
  .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}
.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}
.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #d00;
}
.tabulator-print-table .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: var(--border-width) solid #fff;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tabulator-print-table .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.tabulator-print-table
  .tabulator-data-tree-control
  .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
.tabulator-print-table
  .tabulator-data-tree-control
  .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.tabulator-print-table
  .tabulator-data-tree-control
  .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #fff;
}
.tabulator-print-table
  .tabulator-data-tree-control
  .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.tabulator .tabulator-header .tabulator-col {
  background-color: #333;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title
  .tabulator-title-editor {
  color: #fff;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input,
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter select {
  border: var(--border-width) solid #999;
  background: #444;
  color: #fff;
}
.tabulator .tabulator-header .tabulator-calcs-holder {
  background: #1a1a1a !important;
}
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #1a1a1a !important;
}
.tabulator .tabulator-footer .tabulator-calcs-holder {
  background: #262626 !important;
}
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #262626 !important;
}
.tabulator .tabulator-footer .tabulator-paginator label {
  color: #fff;
}
.tabulator .tabulator-footer .tabulator-page-counter {
  color: #fff;
}
.tabulator .tabulator-footer .tabulator-page {
  color: #333;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.tabulator-row.tabulator-group {
  min-width: 100%;
  color: #333;
}
.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.tabulator-row.tabulator-group span {
  color: #666;
}
.tabulator-edit-select-list {
  background: #fff;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item {
  color: #666;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #999;
  background: #444;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
  outline: 1px solid rgba(153, 153, 153, 0.5);
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
  outline: 1px solid #444;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  color: #999;
  background: #666;
}
.tabulator-print-table .tabulator-print-table-group {
  color: #333;
}
@media (max-width: 1537px) {
  .max-\[1537px\]\:p-\[15px\] {
    padding: 15px;
  }
}
@media not all and (min-width: 1280px) {
  .max-xl\:p-\[10px\] {
    padding: 10px;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:h-\[150px\] {
    height: 150px;
  }
  .max-lg\:h-\[40px\] {
    height: 40px;
  }
  .max-lg\:basis-2\/12 {
    flex-basis: 16.666667%;
  }
  .max-lg\:basis-3\/12 {
    flex-basis: 25%;
  }
  .max-lg\:gap-1 {
    gap: 0.25rem;
  }
  .max-lg\:p-2 {
    padding: 0.5rem;
  }
  .max-lg\:p-\[10px\] {
    padding: 10px;
  }
  .max-lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .max-lg\:px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1024px) {
  .max-\[1024px\]\:\!text-\[16px\] {
    font-size: 16px !important;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:flex {
    display: flex;
  }
  .max-md\:hidden {
    display: none;
  }
  .max-md\:h-\[165px\] {
    height: 165px;
  }
  .max-md\:h-\[400px\] {
    height: 400px;
  }
  .max-md\:max-h-\[48\%\] {
    max-height: 48%;
  }
  .max-md\:w-\[100\%\] {
    width: 100%;
  }
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:basis-\[20\%\] {
    flex-basis: 20%;
  }
  .max-md\:basis-\[25\%\] {
    flex-basis: 25%;
  }
  .max-md\:basis-\[5\%\] {
    flex-basis: 5%;
  }
  .max-md\:basis-\[80\%\] {
    flex-basis: 80%;
  }
  .max-md\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }
  .max-md\:border-solid {
    border-style: solid;
  }
  .max-md\:border-\[\#061023\] {
    --tw-border-opacity: 1;
    border-color: rgb(6 16 35 / var(--tw-border-opacity));
  }
  .max-md\:p-\[10px\] {
    padding: 10px;
  }
  .max-md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .max-md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .max-md\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .max-md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .max-md\:pb-\[15px\] {
    padding-bottom: 15px;
  }
  .max-md\:\!text-\[16px\] {
    font-size: 16px !important;
  }
  .max-md\:text-\[12px\] {
    font-size: 12px;
  }
  .max-md\:text-\[14px\] {
    font-size: 14px;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:h-1\/2 {
    height: 50%;
  }
  .max-sm\:h-\[130px\] {
    height: 130px;
  }
  .max-sm\:h-\[30px\] {
    height: 30px;
  }
  .max-sm\:flex-col {
    flex-direction: column;
  }
  .max-sm\:border-t-0 {
    border-top-width: 0px;
  }
  .max-sm\:p-\[10px\] {
    padding: 10px;
  }
  .max-sm\:p-\[15px\] {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .max-\[380px\]\:gap-1 {
    gap: 0.25rem;
  }
}
@media (min-width: 640px) {
  .sm\:h-\[130px\] {
    height: 130px;
  }
  .sm\:h-\[50\%\] {
    height: 50%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:min-w-\[340px\] {
    min-width: 340px;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:p-\[10px\] {
    padding: 10px;
  }
  .sm\:p-\[15px\] {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[130px\] {
    height: 130px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-\[49\.8\%\] {
    width: 49.8%;
  }
  .md\:w-\[60px\] {
    width: 60px;
  }
  .md\:w-\[96\.6\%\] {
    width: 96.6%;
  }
  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .md\:basis-1\/4 {
    flex-basis: 25%;
  }
  .md\:basis-3\/4 {
    flex-basis: 75%;
  }
  .md\:basis-\[10\%\] {
    flex-basis: 10%;
  }
  .md\:basis-\[20\%\] {
    flex-basis: 20%;
  }
  .md\:basis-\[22\%\] {
    flex-basis: 22%;
  }
  .md\:basis-\[25\%\] {
    flex-basis: 25%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:border-t-0 {
    border-top-width: 0px;
  }
  .md\:p-\[10px\] {
    padding: 10px;
  }
  .md\:pb-\[10px\] {
    padding-bottom: 10px;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:\!text-\[16px\] {
    font-size: 16px !important;
  }
  .md\:text-\[13px\] {
    font-size: 13px;
  }
  .md\:text-\[14px\] {
    font-size: 14px;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .lg\:mt-\[5px\] {
    margin-top: 5px;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[250px\] {
    height: 250px;
  }
  .lg\:h-\[40px\] {
    height: 40px;
  }
  .lg\:w-\[48\.2\%\] {
    width: 48.2%;
  }
  .lg\:w-\[90\.6\%\] {
    width: 90.6%;
  }
  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .lg\:basis-2\/12 {
    flex-basis: 16.666667%;
  }
  .lg\:basis-3\/12 {
    flex-basis: 25%;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:p-\[15px\] {
    padding: 15px;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg\:pb-\[15px\] {
    padding-bottom: 15px;
  }
  .lg\:\!text-\[16px\] {
    font-size: 16px !important;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .min-\[1025px\]\:\!text-\[18px\] {
    font-size: 18px !important;
  }
}
@media (min-width: 1280px) {
  .xl\:h-\[165px\] {
    height: 165px;
  }
  .xl\:h-\[40px\] {
    height: 40px;
  }
  .xl\:w-\[42\.45\%\] {
    width: 42.45%;
  }
  .xl\:w-\[72\.3\%\] {
    width: 72.3%;
  }
  .xl\:basis-\[10\%\] {
    flex-basis: 10%;
  }
  .xl\:basis-\[20\%\] {
    flex-basis: 20%;
  }
  .xl\:basis-\[25\%\] {
    flex-basis: 25%;
  }
  .xl\:basis-\[30\%\] {
    flex-basis: 30%;
  }
  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }
  .xl\:p-\[15px\] {
    padding: 15px;
  }
  .xl\:\!text-\[20px\] {
    font-size: 20px !important;
  }
  .xl\:text-\[14px\] {
    font-size: 14px;
  }
  .xl\:text-\[16px\] {
    font-size: 16px;
  }
  .xl\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:h-\[40px\] {
    height: 40px;
  }
  .\32xl\:w-\[44\.9\%\] {
    width: 44.9%;
  }
  .\32xl\:w-\[80\.1\%\] {
    width: 80.1%;
  }
  .\32xl\:basis-3\/12 {
    flex-basis: 25%;
  }
  .\32xl\:basis-\[10\%\] {
    flex-basis: 10%;
  }
  .\32xl\:basis-\[15\%\] {
    flex-basis: 15%;
  }
  .\32xl\:basis-\[20\%\] {
    flex-basis: 20%;
  }
  .\32xl\:basis-\[25\%\] {
    flex-basis: 25%;
  }
  .\32xl\:\!text-\[22px\] {
    font-size: 22px !important;
  }
  .\32xl\:text-\[14px\] {
    font-size: 14px;
  }
  .\32xl\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1537px) {
  .min-\[1537px\]\:p-\[15px\] {
    padding: 15px;
  }
  .min-\[1537px\]\:\!text-\[20px\] {
    font-size: 20px !important;
  }
}
@media (min-width: 1594px) {
  .min-\[1594px\]\:w-\[44\.9\%\] {
    width: 44.9%;
  }
  .min-\[1594px\]\:w-\[55\%\] {
    width: 55%;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.v-toast--fade-out {
  animation-name: fadeOut;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.v-toast--fade-in-down {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.v-toast--fade-in-up {
  animation-name: fadeInUp;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease-out;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.v-toast {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1052;
  pointer-events: none;
}
.v-toast__item {
  display: inline-flex;
  align-items: center;
  animation-duration: 150ms;
  margin: 0.5em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 0.25em;
  pointer-events: auto;
  opacity: 0.92;
  color: #fff;
  min-height: 3em;
  cursor: pointer;
}
.v-toast__item--success {
  background-color: #28a745;
}
.v-toast__item--info {
  background-color: #17a2b8;
}
.v-toast__item--warning {
  background-color: #ffc107;
}
.v-toast__item--error {
  background-color: #dc3545;
}
.v-toast__item--default {
  background-color: #343a40;
}
.v-toast__item.v-toast__item--top,
.v-toast__item.v-toast__item--bottom {
  align-self: center;
}
.v-toast__item.v-toast__item--top-right,
.v-toast__item.v-toast__item--bottom-right {
  align-self: flex-end;
}
.v-toast__item.v-toast__item--top-left,
.v-toast__item.v-toast__item--bottom-left {
  align-self: flex-start;
}
.v-toast__text {
  margin: 0;
  padding: 0.5em 1em;
  word-break: break-word;
}
.v-toast__icon {
  display: none;
}
.v-toast.v-toast--top {
  flex-direction: column;
}
.v-toast.v-toast--bottom {
  flex-direction: column-reverse;
}
.v-toast.v-toast--custom-parent {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .v-toast {
    padding: 0;
    position: fixed !important;
  }
}
.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(0.54, 1.5, 0.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;
} /*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*,
::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;
  }
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[75px\] {
  height: 75px;
}
.h-full {
  height: 100%;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[75px\] {
  width: 75px;
}
.w-full {
  width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-10\/12 {
  flex-basis: 83.333333%;
}
.basis-2\/12 {
  flex-basis: 16.666667%;
}
.basis-\[40\%\] {
  flex-basis: 40%;
}
.basis-\[60\%\] {
  flex-basis: 60%;
}
.border-collapse {
  border-collapse: collapse;
}
.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));
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-all {
  word-break: break-all;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.border {
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-\[\#061023\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 16 35 / var(--tw-border-opacity));
}
.\!bg-\[\#000\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[15px\] {
  padding: 15px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-\[\#949daf\] {
  --tw-text-opacity: 1;
  color: rgb(148 157 175 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1537px) {
  .max-\[1537px\]\:p-\[15px\] {
    padding: 15px;
  }
}
@media not all and (min-width: 1280px) {
  .max-xl\:p-\[10px\] {
    padding: 10px;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-\[150px\] {
    height: 150px;
  }

  .max-lg\:h-\[40px\] {
    height: 40px;
  }

  .max-lg\:basis-2\/12 {
    flex-basis: 16.666667%;
  }

  .max-lg\:basis-3\/12 {
    flex-basis: 25%;
  }

  .max-lg\:gap-1 {
    gap: 0.25rem;
  }

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

  .max-lg\:p-\[10px\] {
    padding: 10px;
  }

  .max-lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-lg\:px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1024px) {
  .max-\[1024px\]\:\!text-\[16px\] {
    font-size: 16px !important;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:flex {
    display: flex;
  }

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

  .max-md\:h-\[165px\] {
    height: 165px;
  }

  .max-md\:h-\[400px\] {
    height: 400px;
  }

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

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

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

  .max-md\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .max-md\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .max-md\:basis-\[5\%\] {
    flex-basis: 5%;
  }

  .max-md\:basis-\[80\%\] {
    flex-basis: 80%;
  }

  .max-md\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .max-md\:border-solid {
    border-style: solid;
  }

  .max-md\:border-\[\#061023\] {
    --tw-border-opacity: 1;
    border-color: rgb(6 16 35 / var(--tw-border-opacity));
  }

  .max-md\:p-\[10px\] {
    padding: 10px;
  }

  .max-md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-md\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .max-md\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .max-md\:\!text-\[16px\] {
    font-size: 16px !important;
  }

  .max-md\:text-\[12px\] {
    font-size: 12px;
  }

  .max-md\:text-\[14px\] {
    font-size: 14px;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:h-1\/2 {
    height: 50%;
  }

  .max-sm\:h-\[130px\] {
    height: 130px;
  }

  .max-sm\:h-\[30px\] {
    height: 30px;
  }

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

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

  .max-sm\:p-\[10px\] {
    padding: 10px;
  }

  .max-sm\:p-\[15px\] {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .max-\[380px\]\:gap-1 {
    gap: 0.25rem;
  }
}
@media (min-width: 640px) {
  .sm\:h-\[130px\] {
    height: 130px;
  }

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

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

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

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

  .sm\:p-\[10px\] {
    padding: 10px;
  }

  .sm\:p-\[15px\] {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-\[49\.8\%\] {
    width: 49.8%;
  }

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

  .md\:w-\[96\.6\%\] {
    width: 96.6%;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:basis-3\/4 {
    flex-basis: 75%;
  }

  .md\:basis-\[10\%\] {
    flex-basis: 10%;
  }

  .md\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .md\:basis-\[22\%\] {
    flex-basis: 22%;
  }

  .md\:basis-\[25\%\] {
    flex-basis: 25%;
  }

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

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

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

  .md\:p-\[10px\] {
    padding: 10px;
  }

  .md\:pb-\[10px\] {
    padding-bottom: 10px;
  }

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

  .md\:\!text-\[16px\] {
    font-size: 16px !important;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .lg\:mt-\[5px\] {
    margin-top: 5px;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-\[48\.2\%\] {
    width: 48.2%;
  }

  .lg\:w-\[90\.6\%\] {
    width: 90.6%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/12 {
    flex-basis: 16.666667%;
  }

  .lg\:basis-3\/12 {
    flex-basis: 25%;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:p-\[15px\] {
    padding: 15px;
  }

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

  .lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .lg\:px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .lg\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .lg\:\!text-\[16px\] {
    font-size: 16px !important;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .min-\[1025px\]\:\!text-\[18px\] {
    font-size: 18px !important;
  }
}
@media (min-width: 1280px) {
  .xl\:h-\[165px\] {
    height: 165px;
  }

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

  .xl\:w-\[42\.45\%\] {
    width: 42.45%;
  }

  .xl\:w-\[72\.3\%\] {
    width: 72.3%;
  }

  .xl\:basis-\[10\%\] {
    flex-basis: 10%;
  }

  .xl\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .xl\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .xl\:basis-\[30\%\] {
    flex-basis: 30%;
  }

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

  .xl\:p-\[15px\] {
    padding: 15px;
  }

  .xl\:\!text-\[20px\] {
    font-size: 20px !important;
  }

  .xl\:text-\[14px\] {
    font-size: 14px;
  }

  .xl\:text-\[16px\] {
    font-size: 16px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:h-\[40px\] {
    height: 40px;
  }

  .\32xl\:w-\[44\.9\%\] {
    width: 44.9%;
  }

  .\32xl\:w-\[80\.1\%\] {
    width: 80.1%;
  }

  .\32xl\:basis-3\/12 {
    flex-basis: 25%;
  }

  .\32xl\:basis-\[10\%\] {
    flex-basis: 10%;
  }

  .\32xl\:basis-\[15\%\] {
    flex-basis: 15%;
  }

  .\32xl\:basis-\[20\%\] {
    flex-basis: 20%;
  }

  .\32xl\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .\32xl\:\!text-\[22px\] {
    font-size: 22px !important;
  }

  .\32xl\:text-\[14px\] {
    font-size: 14px;
  }

  .\32xl\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1537px) {
  .min-\[1537px\]\:p-\[15px\] {
    padding: 15px;
  }

  .min-\[1537px\]\:\!text-\[20px\] {
    font-size: 20px !important;
  }
}
@media (min-width: 1594px) {
  .min-\[1594px\]\:w-\[44\.9\%\] {
    width: 44.9%;
  }

  .min-\[1594px\]\:w-\[55\%\] {
    width: 55%;
  }
}
.dropdown-background[data-v-bc79f4f9] {
  display: flex;
  height: 100%;
  position: relative;
}
.anchor[data-v-bc79f4f9] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  /* background-color: #27ae60;
  border-color: #27ae60; */
  background: none;
  flex-shrink: 0;
}
.anchor[data-v-bc79f4f9]::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.28em solid transparent;
  border-bottom: 0;
  border-left: 0.28em solid transparent;
}
.anchor[data-v-bc79f4f9]:hover {
  color: #fff;
  cursor: pointer;
}
.menu[data-v-bc79f4f9] {
  z-index: 999;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #212529;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  list-style: none;
  margin: 0.125rem 0 0;
  position: absolute;
  top: 38px;
  text-align: left;
  width: 200px;
}
.menu-right[data-v-bc79f4f9] {
  right: 0 !important;
}
.menu-item[data-v-bc79f4f9] {
  height: 26px;
  display: flex;
  align-items: center;
  color: #212529;
  padding: 0.25rem 1.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.menu-item[data-v-bc79f4f9]:first-child {
  border-radius: 8px 8px 0 0;
}
.menu-item[data-v-bc79f4f9]:last-child {
  border-radius: 0 0 8px 8px;
}
.menu-item[data-v-bc79f4f9]:hover {
  background-color: #dfdfdf;
  cursor: pointer;
}
span[data-v-bc79f4f9] {
  font-weight: bold;
  color: #229954;
  font-size: 1.25rem;
}

.action-item[data-v-6de8f6e2] {
  margin-left: auto;
  margin-right: auto;
}
.action-item-text > a[data-v-6de8f6e2]:hover {
  color: #6295f9;
}
.action-bar[data-v-6de8f6e2] {
  display: flex;
}
.action-item[data-v-6de8f6e2] {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: var(
    --primary-20,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #2d436c
  );
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  padding-right: 10px;
}
.action-item[data-v-6de8f6e2]:last-child {
  margin-left: var(--spacer-lg);
}
.action-item-text[data-v-6de8f6e2] {
  margin-left: 5px;
  color: #6295f9;
  font-size: var(--font-size-base);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .action-item > .action-item-text[data-v-6de8f6e2] {
    display: none;
  }
  .action-item:last-child > svg[data-v-6de8f6e2] {
    display: none;
  }
}
.box-menu-lv-child[data-v-6de8f6e2] {
  position: absolute;
  top: 45px;
  padding-top: 40px;
  right: 220px;
  width: 7%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 2;
  cursor: pointer;
}
.box-menu-lv-child.active[data-v-6de8f6e2] {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.lst-menu-child[data-v-6de8f6e2] {
  background: #ffffff;
  border: 1px solid #dbdee1;
  box-sizing: border-box;
  background: var(
    --primary-20,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #2d436c
  );
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 13px 13px;
  position: relative;
}
.item-menu-child svg[data-v-6de8f6e2] {
  padding-left: 10px;
}

#near-wallet-selector-modal {
  --backdrop-bg: #26262630;
  --heading-color: #222222;
  --text-color: #676767;
  --sidebar-border-color: #ededed;
  --selected-wallet-bg: #4f7cd1;
  --selected-wallet-bg-hover: transparent;
  --wallet-option-border-color: #a7a7a730;
  --wallet-option-bg-hover: #6494ee3d;
  --wallet-option-outline-color: #6494ee;
  --content-bg: #fafafa;
  --change-path-bg: #ededed;
  --home-button-bg: #ededed;
  --confirm-button-bg: #5f8afa;
  --confirm-button-bg-hover: #5aa6ff;
  --error: #db5555;
  --close-button-bg-color: #ededed;
  --close-button-fill-icon-color: #9f9f9f;
  --spinner-color: #676767;
  --bottom-section: #ececec;
  --mobile-text: #3e3e3e;
  --connected-green: #47e586;
  --gradient-dark-icon: radial-gradient(
    297.59% 179.46% at 91.67% -25%,
    #aec2ea 0%,
    #95d1e4 100%
  );
  --get-wallet-option-bg-color: #f8f9fa;
  --get-wallet-option-bg-color-hover: #6494ee3d;
  --get-wallet-option-border-color: #c1c1c1;
  --get-wallet-outline-color: #6494ee;
  --get-wallet-option-box-shadow: 0px 2px 2px rgba(17, 22, 24, 0.04);
  --secondary-button-bg-color: #4f7cd129;
  --secondary-button-border-color: #4f7cd129;
  --secondary-button-text-color: #4f7cd1;
  --what-wallet-icon-color: #ffffff;
  --deprecated-icon-bg-color: #d7e2f7;
  --deprecated-icon-bg-color-selected: #4f7cd1;
}

#near-wallet-selector-modal .dark-theme {
  --backdrop-bg: #26262630;
  --heading-color: #ffffff;
  --text-color: #c1c1c1;
  --sidebar-border-color: #313030;
  --selected-wallet-bg: #4f7cd1;
  --selected-wallet-bg-hover: #262626cc;
  --wallet-option-border-color: #a7a7a730;
  --wallet-option-bg-hover: #4f7cd13d;
  --wallet-option-outline-color: #4f7cd1;
  --content-bg: #232323;
  --change-path-bg: #161616;
  --home-button-bg: #313030;
  --confirm-button-bg: #5f8afa;
  --confirm-button-bg-hover: #5aa6ff;
  --error: #db5555;
  --close-button-bg-color: #313030;
  --close-button-fill-icon-color: #c1c1c1;
  --spinner-color: #ffffff;
  --bottom-section: #131313;
  --mobile-text: #c1c1c1;
  --connected-green: #47e586;
  --gradient-dark-icon: radial-gradient(
    124.37% 124.37% at 91.67% -25%,
    #112140 0%,
    #262b35 100%
  );
  --get-wallet-option-bg-color: #0000001f;
  --get-wallet-option-bg-color-hover: #4f7cd13d;
  --get-wallet-option-border-color: #313030;
  --get-wallet-outline-color: #4f7cd1;
  --get-wallet-option-box-shadow: 0px 2px 2px rgba(17, 22, 24, 0.04);
  --secondary-button-bg-color: #4f7cd129;
  --secondary-button-border-color: #4f7cd1;
  --secondary-button-text-color: #ffffff;
  --what-wallet-icon-color: #568ffc;
  --deprecated-icon-bg-color: #2f394e;
  --deprecated-icon-bg-color-selected: #4f7cd1;
}

@media (prefers-color-scheme: dark) {
  #near-wallet-selector-modal {
    --backdrop-bg: #26262630;
    --heading-color: #ffffff;
    --text-color: #c1c1c1;
    --sidebar-border-color: #313030;
    --selected-wallet-bg: #4f7cd1;
    --selected-wallet-bg-hover: #262626cc;
    --wallet-option-border-color: #a7a7a730;
    --wallet-option-bg-hover: #4f7cd13d;
    --wallet-option-outline-color: #4f7cd1;
    --content-bg: #232323;
    --change-path-bg: #161616;
    --home-button-bg: #313030;
    --confirm-button-bg: #5f8afa;
    --confirm-button-bg-hover: #5aa6ff;
    --error: #db5555;
    --close-button-bg-color: #313030;
    --close-button-fill-icon-color: #c1c1c1;
    --spinner-color: #ffffff;
    --bottom-section: #131313;
    --mobile-text: #c1c1c1;
    --connected-green: #47e586;
    --gradient-dark-icon: radial-gradient(
      124.37% 124.37% at 91.67% -25%,
      #112140 0%,
      #262b35 100%
    );
    --get-wallet-option-bg-color: #0000001f;
    --get-wallet-option-bg-color-hover: #4f7cd13d;
    --get-wallet-option-border-color: #313030;
    --get-wallet-outline-color: #4f7cd1;
    --get-wallet-option-box-shadow: 0px 2px 2px rgba(17, 22, 24, 0.04);
    --secondary-button-bg-color: #4f7cd129;
    --secondary-button-border-color: #4f7cd1;
    --secondary-button-text-color: #ffffff;
    --what-wallet-icon-color: #568ffc;
    --deprecated-icon-bg-color: #2f394e;
    --deprecated-icon-bg-color-selected: #4f7cd1;
  }
}

/**
 * Modal Wrapper
 */

.nws-modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  /*transition: visibility 0s linear 0.25s, opacity 0.25s 0s;*/
  color: var(--wallet-selector-text-color, var(--text-color));
  font-family: Manrope, sans-serif;
  font-weight: 500;
  z-index: 80;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nws-modal-wrapper .nws-modal-overlay {
  background: var(--wallet-selector-backdrop-bg, var(--backdrop-bg));
  height: 100%;
  width: 100%;
  position: absolute;
}

/**
 * Modal
 */

.nws-modal-wrapper .nws-modal {
  background: var(--wallet-selector-content-bg, var(--content-bg));
  width: 100%;
  max-width: 812px;
  height: 555px;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  background-color: var(--wallet-selector-content-bg, var(--content-bg));
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  display: inline-flex;
}

.nws-modal-wrapper .nws-modal * {
  box-sizing: border-box;
}

.nws-modal-wrapper .nws-modal button {
  padding: 0.5em 1em;
  cursor: pointer;
  border: none;
}

/**
* Modal Left Side
*/

.nws-modal-wrapper .nws-modal .modal-left {
  width: 35%;
  border-right: 1px solid
    var(--wallet-selector-sidebar-border-color, var(--sidebar-border-color));
  padding: 32px 24px;
  height: 100%;
  overflow: auto;
}

.nws-modal-wrapper .nws-modal .modal-left .modal-left-title h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: var(--wallet-selector-heading-color, var(--heading-color));
}

.nws-modal-wrapper .nws-modal .modal-left::-webkit-scrollbar {
  width: 10px;
}

/**
 * Modal Wallet Options Section/Wrapper
 */

.nws-modal-wrapper .nws-modal .wallet-options-wrapper {
  margin-bottom: 20px;
}

.nws-modal-wrapper .nws-modal .wallet-options-wrapper .description {
  margin-top: 0;
  margin-bottom: 0;
}

.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.single-wallet {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 12px;
  cursor: pointer;
}

.single-wallet:focus-within {
  outline: var(--wallet-option-outline-color) solid 2px;
}

.single-wallet .icon {
  height: 48px;
  width: auto;
}

.single-wallet .icon img {
  width: 100%;
  height: auto;
  max-width: 48px;
}

.single-wallet .content {
  width: 50%;
}

.single-wallet .content .name {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.single-wallet .content .description {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

.single-wallet .button-get {
  margin-left: auto;
  margin-right: 0;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar {
  border-radius: 8px;
  justify-content: flex-start;
  -moz-column-gap: 12px;
  column-gap: 12px;
  cursor: pointer;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar:hover {
  background-color: var(
    --wallet-selector-wallet-option-bg-hover,
    var(--wallet-option-bg-hover)
  );
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar.selected-wallet {
  padding: 12px;
  background-color: var(
    --wallet-selector-selected-wallet-bg,
    var(--selected-wallet-bg)
  );
  outline: none;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar.selected-wallet
  .content
  .title {
  color: #ffffff;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar.deprecated-wallet
  .icon,
.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar.deprecated-wallet
  .title {
  opacity: 0.4;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar.deprecated-wallet {
  position: relative;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar
  .warning-triangle {
  display: flex;
  position: absolute;
  top: 2px;
  left: 42px;
  background: var(--content-bg);
  border-top-left-radius: 63px;
  border-bottom-left-radius: 10px;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar:hover
  .warning-triangle {
  background-color: var(--deprecated-icon-bg-color);
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.selected-wallet.sidebar
  .warning-triangle {
  background-color: var(--deprecated-icon-bg-color-selected);
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar
  .icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  position: relative;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar.connected-wallet
  .icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--connected-green);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
  border: 3px solid var(--wallet-selector-content-bg, var(--content-bg));
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar.selected-wallet.connected-wallet
  .icon::before {
  border: 3px solid
    var(--wallet-selector-selected-wallet-bg, var(--selected-wallet-bg));
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar
  .content {
  height: 32px;
  width: auto;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar
  .content
  .title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  /* identical to box height, or 171% */
  align-items: center;
  color: var(--wallet-selector-heading-color, var(--heading-color));
  margin-left: 10px;
}

.nws-modal-wrapper
  .nws-modal
  .wallet-options-wrapper
  .options-list
  .single-wallet.sidebar
  .content
  .description {
  display: none;
}

/**
* Modal Right Side
*/

.nws-modal-wrapper .nws-modal .modal-right {
  width: 65%;
  padding: 32px;
  overflow: auto;
}

.nws-modal-wrapper .nws-modal .modal-right::-webkit-scrollbar {
  width: 10px;
}

.nws-modal-wrapper .nws-modal .wallet-home-wrapper .get-wallet-wrapper,
.nws-modal-wrapper .nws-modal .wallet-home-wrapper .wallet-info-wrapper,
.nws-modal-wrapper .nws-modal .connecting-wrapper,
.nws-modal-wrapper .nws-modal .wallet-not-installed-wrapper,
.nws-modal-wrapper .nws-modal .switch-network-message-wrapper {
  margin-top: 91px;
  padding: 0 28px;
}

.nws-modal-wrapper .nws-modal .connecting-wrapper-err {
  margin-top: 45px;
  padding: 0 28px;
}

.nws-modal-wrapper .nws-modal .wallet-home-wrapper .get-wallet-wrapper {
  margin: 20px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}

.nws-modal-wrapper .nws-modal .modal-right .wallet-what {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.nws-modal-wrapper .nws-modal .modal-right .wallet-what + .wallet-what {
  margin-top: 50px;
}

.nws-modal-wrapper .nws-modal .modal-right .wallet-what .icon-side {
  width: 56px;
  height: 56px;
  padding: 8px;
  background: var(--gradient-dark-icon);
  border-radius: 12px;
  color: var(--what-wallet-icon-color);
}

.nws-modal-wrapper .nws-modal .modal-right .wallet-what .icon-side svg {
  opacity: 0.7;
}

.nws-modal-wrapper .nws-modal .modal-right .wallet-what .content-side {
  width: 100%;
}

.nws-modal-wrapper .nws-modal .modal-right .wallet-what .content-side h3 {
  margin: 0 auto 8px 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--wallet-selector-text-color, var(--heading-color));
}

.nws-modal-wrapper .nws-modal .modal-right .wallet-what .content-side p {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  word-break: break-word;
}

/**
 * Modal Header
 */

.nws-modal-wrapper .nws-modal .modal-right .nws-modal-header h3.middleTitle {
  text-align: center;
  margin: 4px auto;
  font-size: 18px;
  color: var(--wallet-selector-heading-color, var(--heading-color));
}

.nws-modal-wrapper .nws-modal .modal-right .nws-modal-body.get-wallet-body {
  padding-left: 32px;
  padding-right: 0;
  row-gap: 16px;
  margin-top: 64px;
}

.nws-modal-wrapper .nws-modal .nws-modal-body button.middleButton {
  background-color: var(
    --wallet-selector-selected-wallet-bg,
    var(--selected-wallet-bg)
  );
  font: inherit;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  border-color: var(
    --wallet-selector-selected-wallet-bg,
    var(--selected-wallet-bg)
  );
  display: block;
  margin: 25px auto 12px auto;
  border: 0.1em solid
    var(--wallet-selector-selected-wallet-bg, var(--selected-wallet-bg));
}

.nws-modal-wrapper .nws-modal .nws-modal-body button.get-wallet {
  margin: 4px 0;
  background-color: var(
    --wallet-selector-home-button-bg,
    var(--home-button-bg)
  );
  border-radius: 4px;
  padding: 8px 24px;
  border-width: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  font-family: inherit;
  color: #6494ee;
}

.nws-modal-wrapper .nws-modal .nws-modal-header {
  width: 100%;
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: flex-start;
}

.nws-modal-wrapper .nws-modal .nws-modal-header .close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  height: 32px;
  width: 32px;
  padding: 0;
  background-color: var(
    --wallet-selector-close-button-bg-color,
    var(--close-button-bg-color)
  );
  border-radius: 50px;
}

.nws-modal-wrapper .nws-modal .nws-modal-header .close-button svg {
  fill: var(
    --wallet-selector-close-button-fill-icon-color,
    var(--close-button-fill-icon-color)
  );
}

.nws-modal-wrapper .nws-modal .back-button {
  background: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  /* vertical-align: middle; */
  border: none;
  padding: 4px;
}

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

.nws-modal-wrapper .nws-modal .nws-modal-header .close-button:active {
  background: transparent;
}

.nws-modal-wrapper .nws-modal .nws-modal-header .close-button svg {
  pointer-events: none;
}

.nws-modal-wrapper .nws-modal .nws-modal-header h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: var(--wallet-selector-heading-color, var(--heading-color));
}

.nws-modal-wrapper .nws-modal .action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nws-modal-wrapper .nws-modal .lang-selector-wrapper {
  position: absolute;
  bottom: 15px;
  right: 50px;
  display: none;
}

.nws-modal-wrapper .nws-modal .lang-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjc1IDE5LjI1TDE2IDEyLjc1TDE5LjI1IDE5LjI1IiBzdHJva2U9IiNDMUMxQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE0IDE3LjI1SDE4IiBzdHJva2U9IiNDMUMxQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQuNzUgNi43NUgxMy4yNSIgc3Ryb2tlPSIjQzFDMUMxIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05IDYuNVY0Ljc1IiBzdHJva2U9IiNDMUMxQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExLjI1IDYuNzVDMTEuMjUgNi43NSAxMS4yNSA5LjI1IDkuMjUgMTEuMjVDNy4yNSAxMy4yNSA0Ljc1IDEzLjI1IDQuNzUgMTMuMjUiIHN0cm9rZT0iI0MxQzFDMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuMjUgMTMuMjVDMTIuMjUgMTMuMjUgOS43NSAxMy4yNSA3Ljc1IDExLjI1QzcuMzQ1NTEgMTAuODQ1NSA2Ljc1IDkuNzUgNi43NSA5Ljc1IiBzdHJva2U9IiNDMUMxQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")
    5px center / 20px 20px no-repeat transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  height: 32px;
  outline: none;
  padding-right: 54px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 54px;
  z-index: 1;
  text-indent: 54px;
}

.nws-modal-wrapper .nws-modal .lang-selector-wrapper::after {
  content: "";
  border-color: rgb(114, 114, 122);
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  transform: rotate(135deg) translateY(-50%);
  height: 7px;
  width: 7px;
}

/**
 * Modal Switch Network Message Section/Wrapper
 */

.nws-modal-wrapper
  .nws-modal
  .switch-network-message-wrapper
  .content
  .network-id {
  color: var(--wallet-selector-selected-wallet-bg, var(--selected-wallet-bg));
}

/**
 * Modal Ledger Derivation Path Section/Wrapper
 */

.nws-modal-wrapper .nws-modal .derivation-path-wrapper {
  padding: 0 26px;
}

.nws-modal-wrapper
  .nws-modal
  .derivation-path-wrapper
  .enter-derivation-path
  .ledger-image {
  display: flex;
  justify-content: center;
  margin-top: 53px;
  margin-bottom: 40px;
}

.nws-modal-wrapper
  .nws-modal
  .derivation-path-wrapper
  .enter-derivation-path
  .ledger-description {
  font-size: 14px;
  text-align: center;
}

.nws-modal-wrapper
  .nws-modal
  .derivation-path-wrapper
  .enter-derivation-path
  .ledger-description
  p {
  margin: 14px 0;
}

.nws-modal-wrapper
  .nws-modal
  .derivation-path-wrapper
  .enter-derivation-path
  .ledger-description
  .specify-path {
  color: var(--wallet-selector-selected-wallet-bg, var(--selected-wallet-bg));
  cursor: pointer;
}

.nws-modal-wrapper .nws-modal .derivation-path-wrapper .derivation-path-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 16px;
}

.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 91px;
}

.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper .display-path {
  background: var(--home-button-bg);
  color: #606060;
  padding: 16px;
  border-radius: 8px;
  letter-spacing: 1px;
  font-weight: 700;
}

.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper .change-path {
  background: var(--change-path-bg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  width: 63px;
  padding: 0 5px;
  border-radius: 8px;
}

.nws-modal-wrapper
  .specify-path-wrapper
  .change-path-wrapper
  .change-path
  .path-value {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.nws-modal-wrapper .nws-modal .specify-path-wrapper p {
  margin: 14px;
}

.nws-modal-wrapper .nws-modal .specify-path-wrapper .path-description {
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}

.nws-modal-wrapper .nws-modal .specify-path-wrapper .what-link {
  font-size: 14px;
  text-align: center;
  color: var(--selected-wallet-bg);
  cursor: pointer;
}

.nws-modal-wrapper .nws-modal .specify-path-wrapper .what-link a {
  text-decoration: none;
  color: var(--selected-wallet-bg);
  font-size: 14px;
}

.nws-modal-wrapper
  .specify-path-wrapper
  .change-path-wrapper
  .change-path
  .buttons-wrapper {
  display: flex;
  flex-direction: column;
}

.nws-modal-wrapper
  .specify-path-wrapper
  .change-path-wrapper
  .change-path
  .buttons-wrapper
  button {
  padding: 0;
  width: 23px;
  background-color: var(--home-button-bg);
  border: none;
}

.nws-modal-wrapper .nws-modal .no-accounts-found-wrapper {
  margin-top: 50px;
  font-size: 14px;
}

.nws-modal-wrapper .nws-modal .enter-custom-account {
  margin-top: 20px;
}

.nws-modal-wrapper .nws-modal .enter-custom-account p {
  text-align: center;
  font-size: 14px;
}

.nws-modal-wrapper .nws-modal .enter-custom-account .input-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.nws-modal-wrapper .nws-modal .enter-custom-account .input-wrapper input {
  text-align: center;
  color: var(--wallet-selector-heading-color, var(--heading-color));
  border: 1px solid var(--confirm-button-bg-hover);
  padding: 6px 8px;
  border-radius: 50px;
}

/**
 * Modal Wallet ChooseLedgerAccountForm/Wrapper
 */

.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper p {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.nws-modal-wrapper
  .nws-modal
  .choose-ledger-account-form-wrapper
  .button-wrapper {
  display: flex;
  justify-content: center;
}

.nws-modal-wrapper
  .nws-modal
  .choose-ledger-account-form-wrapper
  .button-wrapper
  button {
  color: var(--selected-wallet-bg);
  font-weight: 600;
  background-color: transparent;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid var(--selected-wallet-bg);
  width: 78px;
  padding: 6px 8px;
}

.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .form {
  margin-top: 96px;
}

.nws-modal-wrapper
  .nws-modal
  .choose-ledger-account-form-wrapper
  .nws-form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 10px;
  color: var(--text-color);
}

.nws-modal-wrapper
  .nws-modal
  .choose-ledger-account-form-wrapper
  .nws-form-control
  .account {
  border-bottom: 1px solid var(--sidebar-border-color);
  padding: 16px 0;
  color: var(--wallet-selector-heading-color, var(--heading-color));
}

.nws-modal-wrapper
  .nws-modal
  .choose-ledger-account-form-wrapper
  .nws-form-control
  .account
  input[type="checkbox"] {
  width: 25px;
  transform: scale(1.7);
  padding: 10px;
}

.nws-modal-wrapper
  .nws-modal
  .choose-ledger-account-form-wrapper
  .nws-form-control
  label {
  color: inherit;
}

.nws-modal-wrapper
  .nws-modal
  .choose-ledger-account-form-wrapper
  .action-buttons {
  justify-content: flex-end;
}

.nws-modal-wrapper .nws-modal .overview-wrapper p {
  font-size: 14px;
  text-align: center;
}

.nws-modal-wrapper .nws-modal .overview-wrapper .accounts {
  margin-top: 96px;
}

.nws-modal-wrapper .nws-modal .overview-wrapper .account {
  border-bottom: 1px solid var(--sidebar-border-color);
  padding: 16px 0;
  color: var(--wallet-selector-heading-color, var(--heading-color));
}

/*
  Connecting Wrapper Section/Wrapper
*/

.nws-modal-wrapper .nws-modal .connecting-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/**
 * Modal Wallet Not Installed Section/Wrapper
 */

.nws-modal-wrapper .wallet-not-installed-wrapper .refresh-link {
  color: #5f8afa;
  cursor: pointer;
}

.nws-modal-wrapper .wallet-not-installed-wrapper .wallet-data {
  display: flex;
  align-items: center;
}

.nws-modal-wrapper .wallet-not-installed-wrapper .wallet-data p {
  margin: 0 0 0 10px;
}

.nws-modal-wrapper .wallet-not-installed-wrapper p {
  margin: 16px 0;
}

.nws-modal-wrapper .wallet-not-installed-wrapper .wallet-data .wallet-icon-box {
  width: 40px;
  height: 40px;
}

.nws-modal-wrapper
  .wallet-not-installed-wrapper
  .wallet-data
  .wallet-icon-box
  img {
  width: 100%;
  height: auto;
}

.open {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.25s 0s;
}

.nws-modal-wrapper .spinner {
  margin-right: 10px;
  --size: 160px;
  --border: 6px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nws-modal-wrapper .spinner .icon {
  width: calc(var(--size) / 1.2);
  height: calc(var(--size) / 1.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px 0;
}

.nws-modal-wrapper .spinner img {
  width: 100%;
  height: auto;
}

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

@media (max-width: 600px) {
  .nws-modal-wrapper .nws-modal-wrapper .nws-modal {
    width: 250px;
  }

  .nws-modal-wrapper
    .nws-modal-wrapper
    .nws-modal
    .derivation-path-wrapper
    .derivation-path-list
    input {
    max-width: 140px;
  }

  .nws-modal-wrapper
    .nws-modal-wrapper
    .nws-modal
    .choose-ledger-account-form-wrapper
    .nws-form-control {
    flex-direction: column;
  }

  .nws-modal-wrapper
    .nws-modal-wrapper
    .nws-modal
    .choose-ledger-account-form-wrapper
    .nws-form-control
    select {
    text-align: center;
  }

  .nws-modal-wrapper .nws-modal .wallet-home-wrapper .get-wallet-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.nws-modal-wrapper .nws-modal-wrapper.dark-theme .spinner .icon {
  box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.05);
}

@media (prefers-color-scheme: dark) {
  .nws-modal-wrapper .spinner .icon {
    box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.05);
  }
}

@keyframes outAnimation {
  0% {
    opacity: 1;
  }

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

/**
* Modal Wallet Connecting Section/Wrapper
*/

.connecting-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.connecting-wrapper .content .icon {
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.connecting-wrapper .content .icon .green-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--connected-green);
  top: -10px;
  right: -10px;
  border-radius: 50%;
  border: 5px solid var(--wallet-selector-content-bg, var(--content-bg));
}

.connecting-wrapper .content .icon img {
  width: 100%;
  height: auto;
}

.connecting-wrapper .content h3 {
  margin: 16px 0;
}

.connecting-wrapper .content .connecting-name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--wallet-selector-heading-color, var(--heading-color));
}

.connecting-wrapper .content .connecting-message {
  font-size: 14px;
  margin-top: 16px;
}

.connecting-wrapper .content .connecting-details {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.connecting-wrapper .content .connecting-details span {
  color: var(--wallet-selector-selected-wallet-bg, var(--selected-wallet-bg));
}

.connecting-wrapper .content .connecting-details .spinner {
  width: 25px;
  height: auto;
  animation: spinner 2s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

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

.nws-modal-wrapper
  .nws-modal
  .nws-modal-body
  .alert-message
  .connection
  button {
  padding: 10px 24px;
  gap: 8px;
  background: var(--secondary-button-bg-color);
  border: 1px solid var(--secondary-button-border-color);
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--secondary-button-text-color);
}

.nws-modal-wrapper
  .nws-modal
  .nws-modal-body
  .alert-message
  .connection
  .error-wrapper {
  vertical-align: middle;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.nws-modal-wrapper
  .nws-modal
  .nws-modal-body
  .alert-message
  .connection
  .error {
  color: #ce5a6f;
  vertical-align: middle;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.nws-modal-wrapper
  .nws-modal
  .nws-modal-body
  .alert-message
  .connection
  .error-wrapper
  .error
  svg {
  color: var(--wallet-selector-content-bg, var(--content-bg));
}

.nws-modal-wrapper
  .nws-modal
  .nws-modal-body
  .alert-message
  .connection
  .error-wrapper
  p {
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 14px 0;
}

.nws-modal-wrapper
  .nws-modal
  .nws-modal-body
  .alert-message
  .connection
  .success {
  color: #4fd98f;
}

.nws-modal-wrapper .nws-modal .connecting-wrapper .content {
  padding: 25px;
}

.connecting-wrapper .content .connecting-details {
  margin-top: 20px;
}

.connecting-wrapper .wallet-connected-success {
  display: flex;
  align-items: center;
}

.connecting-wrapper .wallet-connected-success svg {
  color: var(--content-bg);
}

.connecting-wrapper .wallet-connected-success span {
  font-size: 14px;
  margin-left: 10px;
  color: var(--wallet-selector-connected-green, var(--connected-green));
}

.single-wallet-get {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-grow: 1;
  padding: 14px;
  height: 100%;
  margin: auto;
  align-content: center;
  border: 1px solid var(--get-wallet-option-border-color);
  box-shadow: var(--get-wallet-option-box-shadow);
  border-radius: 8px;
  position: relative;
  background-color: var(--get-wallet-option-bg-color);
  cursor: pointer;
  margin-top: 0px;
}

.single-wallet-get:hover {
  background: var(--get-wallet-option-bg-color-hover);
}

.single-wallet-get:focus-within {
  outline: var(--get-wallet-outline-color) solid 2px;
}

.single-wallet-get .icon {
  min-width: 32px;
  max-height: 32px;
  margin-bottom: 8px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  position: relative;
}

.single-wallet-get .icon img {
  width: 100%;
  height: auto;
  max-width: 48px;
}

.single-wallet-get .title {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  align-items: center;
  color: var(--heading-color);
  text-align: center;
}

.single-wallet-get .type {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  margin-top: 0;
  color: var(--text-color);
  text-align: center;
}

.single-wallet-get .small-icon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.single-wallet-get .small-icon svg {
  color: #4c5155;
}

.single-wallet-get:hover .small-icon svg {
  color: #4f7cd1;
}

.single-wallet-get .description {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  align-items: center;
}

.single-wallet-get .button-get {
  margin-left: auto;
  margin-right: 0;
}

.connected-flag {
  color: var(--connected-green);
  border: 1px solid var(--connected-green);
  border-radius: 50px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
}

.connected-flag::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--connected-green);
  margin-right: 5px;
}

/************* Scan QR Code **********/

.scan-qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.scan-qr-code .qr-code > div:first-of-type {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #fff;
}

.scan-qr-code .qr-code {
  height: calc(100% - 200px);
  border: 1px solid var(--wallet-selector-content-bg, var(--content-bg));
  border-radius: 4px;
  text-align: center;
  margin-top: 64px;
}

.scan-qr-code .qr-code svg {
  width: 239px;
  height: 239px;
}

.scan-qr-code .qr-code .copy-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--selected-wallet-bg);
  font-size: 14px;
}

.scan-qr-code .qr-code .copy-btn svg {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.scan-qr-code .qr-code .notification {
  font-size: 14px;
}

.scan-qr-code .footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  bottom: 0;
  font-size: 14px;
}

.scan-qr-code .footer .btn {
  background: var(--secondary-button-bg-color);
  color: var(--secondary-button-text-color);
  border: 1px solid var(--secondary-button-border-color);
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 24px;
}

/************* Responsive and mobile **********/

@media (min-width: 577px) {
  .nws-modal-wrapper
    .nws-modal
    .modal-right
    .nws-modal-body
    .what-wallet-mobile {
    display: none;
  }
  .scan-qr-code .footer {
    position: absolute;
  }
}

@media (min-width: 769px) {
  .button-spacing {
    margin: 90px;
  }
}

@media (max-width: 768px) {
  .nws-modal-wrapper .nws-modal .wallet-home-wrapper .wallet-info-wrapper {
    margin-top: 45px;
  }

  .button-spacing {
    margin: 45px;
  }

  .nws-modal-wrapper .nws-modal .modal-left {
    width: 40%;
    border-right: 1px solid
      var(--wallet-selector-sidebar-border-color, var(--sidebar-border-color));
    padding: 32px 16px;
    height: 100%;
    max-height: 70vh;
    overflow: auto;
  }

  .nws-modal-wrapper .nws-modal .modal-right {
    width: 60%;
    padding: 32px 16px;
    overflow: auto;
  }

  .nws-modal-wrapper .nws-modal .wallet-home-wrapper .wallet-info-wrapper {
    padding: 0 0 0 10px;
  }

  .nws-modal-wrapper
    .nws-modal
    .derivation-path-wrapper
    .enter-derivation-path
    .ledger-image {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .nws-modal-wrapper .nws-modal .wallet-home-wrapper .get-wallet-wrapper,
  .nws-modal-wrapper .nws-modal .wallet-home-wrapper .wallet-info-wrapper,
  .nws-modal-wrapper .nws-modal .connecting-wrapper,
  .nws-modal-wrapper .nws-modal .wallet-not-installed-wrapper,
  .nws-modal-wrapper .nws-modal .switch-network-message-wrapper {
    margin-top: 20px;
  }

  .nws-modal-wrapper .nws-modal .modal-left .modal-left-title h2 {
    text-align: center;
  }

  .nws-modal-wrapper .wallet-not-installed-wrapper > p {
    margin: 20px 0px 30px 0px;
    max-width: 500px;
  }

  .nws-modal-wrapper .nws-modal .nws-modal-body button.get-wallet {
    background-color: var(--wallet-selector-home-button-bg, var(--content-bg));
  }

  .nws-modal-wrapper .nws-modal .modal-right .nws-modal-body .what-wallet-hide {
    display: none;
  }

  .nws-modal-wrapper
    .nws-modal
    .modal-right
    .nws-modal-body
    .what-wallet-mobile
    p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    margin: auto;
  }

  .nws-modal-wrapper .nws-modal {
    width: 100%;
    display: block;
    overflow: auto;
    bottom: 0;
    height: 500px;
    background: var(
      --wallet-selector-mobile-bottom-section,
      var(--bottom-section)
    );
    border-radius: 16px 16px 0px 0px;
  }

  .nws-modal-wrapper .nws-modal .modal-left {
    width: 100%;
    background-color: var(--wallet-selector-content-bg, var(--content-bg));
    height: auto;
    padding: 32px 12px;
  }

  .nws-modal-wrapper .nws-modal .modal-left .nws-modal-body {
    display: flex;
    overflow: auto;
  }

  .nws-modal-wrapper
    .nws-modal
    .modal-left
    .nws-modal-body
    .wallet-options-wrapper {
    margin: auto;
  }

  .nws-modal-wrapper .nws-modal .modal-right {
    width: 100%;
    background-color: var(
      --wallet-selector-mobile-bottom-section,
      var(--bottom-section)
    );
  }

  .nws-modal-wrapper .nws-modal .connecting-wrapper .content {
    padding-top: 0;
  }

  .connecting-wrapper .content .icon .green-dot {
    border-color: var(
      --wallet-selector-mobile-bottom-section,
      var(--bottom-section)
    );
  }

  .nws-modal-wrapper .nws-modal .modal-right .nws-modal-header h3.middleTitle {
    text-align: center;
    font-size: 16px;
    margin: 4px auto;
  }
  .nws-modal-wrapper
    .nws-modal
    .modal-right
    .nws-modal-header
    h3.middleTitle.-open {
    padding-right: 32px;
  }

  .nws-modal-wrapper .nws-modal .modal-right .nws-modal-body .content {
    font-size: 14px;
    text-align: center;
    color: var(--mobile-text);
    margin: 0;
  }

  .nws-modal-wrapper .nws-modal .modal-right .nws-modal-body {
    margin-top: 10px;
    padding: 0;
  }

  .nws-modal-wrapper .nws-modal .nws-modal-body button.middleButton {
    margin: 25px auto 12px auto;
  }

  .nws-modal-wrapper .nws-modal .modal-header {
    display: block;
    font-size: 18px;
    text-align: center;
  }

  .nws-modal-wrapper .nws-modal .nws-modal-header .close-button {
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .nws-modal-wrapper .nws-modal .nws-modal-header h2 {
    font-size: 18px;
    text-align: center;
  }

  .nws-modal-wrapper .nws-modal .wallet-options-wrapper {
    margin-bottom: 0;
  }

  .nws-modal-wrapper .nws-modal .wallet-options-wrapper .description {
    display: none;
  }

  .nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list {
    display: flex;
    overflow: auto;
    padding-block: 10px;
    grid-gap: 0;
    gap: 0;
  }

  .nws-modal-wrapper .nws-modal .info {
    display: none;
    width: 90px;
  }

  .single-wallet {
    display: block;
    min-width: 76px;
    max-width: 76px;
  }

  .single-wallet.sidebar .icon {
    width: 56px;
    height: 56px;
    margin: auto;
  }

  .single-wallet.sidebar .content {
    width: auto;
  }

  .nws-modal-wrapper
    .nws-modal
    .wallet-options-wrapper
    .options-list
    .single-wallet.sidebar
    .content
    .title {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    text-align: center;
    margin-left: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .single-wallet.wallet-connect,
  .single-wallet.my-near-wallet {
    word-break: break-word;
  }

  .single-wallet-get:hover {
    background-color: #4f7cd129;
  }

  .nws-modal-wrapper
    .nws-modal
    .derivation-path-wrapper
    .enter-derivation-path
    .ledger-image,
  .nws-modal-wrapper .specify-path-wrapper .change-path-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .nws-modal-wrapper
    .nws-modal
    .derivation-path-wrapper
    .enter-derivation-path
    .ledger-description
    > p {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .nws-modal-wrapper ::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: var(--backdrop-bg);
  }

  .nws-modal-wrapper ::-webkit-scrollbar-thumb:horizontal {
    background: var(--close-button-fill-icon-color);
    border-radius: 10px;
  }
}
:root {
  --spacer: 1rem;
  --spacer-xl: 1.5rem;
  --spacer-lg: 1.33rem;
  --spacer-sm: 0.66rem;
  --spacer-xs: 0.33rem;

  --color-background: #111;
  --color-background-column: #202020;
  --color-background-column-highlight: #282828;

  --color-accent-hue: 246;
  --color-accent: hsl(var(--color-accent-hue), 40%, 65%);
  --color-accent-text: hsl(var(--color-accent-hue) 100% 84%);
  --color-accent-background: hsl(var(--color-accent-hue) 18% 28%);

  --color-text: #ddd;
  --color-text-highlight: #fff;
  --color-text-muted: #999;
  --color-text-hint: #555;

  --color-border: #282828;

  --color-button: #bbb;
  --color-button-background: #555;

  --border-color: #555;
  --border-btn-radius: 10px;
  --border-radius: 4px;
  --border-width: 2px;

  --font-family-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-family-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono",
    "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace",
    "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
  --font-size-base: 14px;
  --font-size-sm: 12px;
  --font-size-lg: 16px;

  --table-color-background-row: #303030;
  --table-color-background-row-odd: #2b2b2b;
  --table-color-background-row-selected: hsl(var(--color-accent-hue), 16%, 30%);
  --table-color-background-row-active: hsl(var(--color-accent-hue), 24%, 36%);

  --table-color-border: var(--color-border);

  --header-height: 80px;
  --footer-height: 30px;
  --grid-gap: 1px;

  --transition-speed: 240ms;
  --transition-speed-fast: 60ms;

  --box-shadow-float: 2px 2px 5px rgba(0, 0, 0, 0.5),
    0 5px 25px rgba(0, 0, 0, 0.5);

  /* Popovers. */
  --color-background-popover: var(--color-background-column-highlight);

  --color-danger: hsl(352 100% 56%);
  --color-success: hsl(102 70% 56%);

  --color-status-active: hsl(166 100% 46%);
  --color-status-completed: hsl(166 100% 46%);

  --color-status-archived: hsl(0 0% 25%);
  --color-status-archiving: hsl(0 50% 50%);

  --color-status-construction-failed: hsl(356 100% 59%);
  --color-status-failed: hsl(356 100% 59%);
  --color-status-soft-failed: hsl(356 70% 40%);

  --color-status-queued: hsl(194 100% 46%);
  --color-status-requeueing: hsl(194 100% 46%);
  --color-status-canceled: hsl(0 0% 46%);
  --color-status-paused: hsl(0 0% 66%);

  --color-status-cancel-requested: hsl(194 30% 50%);
  --color-status-under-construction: hsl(194 30% 50%);

  --color-worker-status-starting: hsl(68, 100%, 30%);
  --color-worker-status-awake: var(--color-status-active);
  --color-worker-status-asleep: hsl(208, 80%, 55%);
  --color-worker-status-error: var(--color-status-failed);
  --color-worker-status-shutdown: var(--color-status-paused);
  --color-worker-status-testing: hsl(166 100% 46%);
  --color-worker-status-offline: var(--color-status-canceled);

  --color-connection-lost-text: hsl(0, 90%, 60%);
  --color-connection-lost-bg: hsl(0, 50%, 20%);

  --pulseSize: 35px;
  --blue: #2270fc;
  --transparentBlue: rgba(95, 139, 250, 0);
}
.d-flex {
  display: flex;
}
html,
body {
  accent-color: var(--color-accent);
  background-color: var(--color-background);
  color: var(--color-text);
  color-scheme: dark;
  font-family: var(--font-family-body);
  font-size: var(--font-size-base);
  height: 100vh;
  margin: 0;
  padding: 0;
}
.app-header {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1537px) {
  .app-header {
    height: 50px;
  }
}
@media not all and (min-width: 768px) {
  .app-header {
    height: 50px;
  }
}
@media (min-width: 1537px) {
  .app-header {
    height: 80px;
  }
}
.app-header {
  border-bottom: 1px solid var(--DB, #061023);
  background: var(
    --primary-20,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #2d436c
  );
}
.app-header > nav {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.app-header > nav:last-child {
  flex: 1;
  padding-right: 30px;
}
#app {
  /* display: grid;
  grid-gap: 1px;
  grid-template-areas:
    "header header header"
    "column column column"
    "footer-column footer-column footer-column";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: var(--header-height) 1fr; */
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.worker-view {
  display: flex;
  height: 100%;
  overflow-y: hidden;
}
body.is-two-columns #app {
}
.col-workers-list {
  box-sizing: border-box;
  display: flex;
  width: 40%;
  flex-direction: column;
  overflow-y: hidden !important;
}
@media (min-width: 1024px) {
  .col-workers-list {
    max-width: 495px;
  }
}
.col-workers-list {
  background-color: rgb(32, 46, 73) !important;
  border-right: 1px solid var(--DB, #061023);
}
.reported-work-task {
  min-width: 170px;
}
.por-work-task {
  min-width: 125px;
}
.col {
  background-color: var(--color-background-column);

  /* These two are necessary for the automatic resizing of the tasks table: */
  /* Ensures that the table cannot push down the bottom of the column element,
  *  and thus the column height is a stable reference. */
  /* Firefox does not recognize "overlay" currently, so have "auto" as fallback. */
  overflow-y: auto;
  overflow-y: overlay;
  /* Ensures the offsetParent of the table is the column itself; without this,
  * offsetParent would be <body>. */
  position: relative;
}
.col-1 {
  grid-area: col-1;
}
.col-2 {
  grid-area: col-2;
}
.col-3 {
  grid-area: col-3;
}
.app-version {
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
}
a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: var(--color-text-highlight);
  text-decoration: none;
}
.border-active {
  width: 100%;
  height: 4px;
}
a.router-link-active > .border-active {
  background-color: var(--primary, #6295f9);
}
a.router-link-active {
  color: var(--color-text-highlight);
  /* border-right: 1px solid #000;
  border-left: 1px solid #000; */
  background: var(
    --primary-20,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #2d436c
  );
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) inset;
}
header {
  align-items: center;
  color: var(--color-text-muted);
  display: flex;
  grid-area: header;
}
.app-header > .navbar-brand > .text-explorer {
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 400;
  color: var(--LB-02, #a2adc1);
}
header nav,
nav > ul,
nav > ul > li,
nav > ul > li > a,
nav > ul > li > div,
nav > ul > li > a > .header-item-content,
nav > ul > li > div > .header-item-content {
  height: 100%;
}
header nav {
  margin-right: auto;
}
.navbar-brand {
  margin-right: -1px;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-brand {
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .navbar-brand {
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .navbar-brand {
    flex-basis: 30%;
  }
}
@media (min-width: 1536px) {
  .navbar-brand {
    flex-basis: 25%;
  }
}
nav > ul {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav > ul > li > a,
nav > ul > li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  /* padding: var(--spacer-xs) var(--spacer-xl); */
}
nav > ul > li > a > .header-item-content,
nav > ul > li > div > .header-item-content {
  margin-top: -0.25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .li-header-bar {
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .li-header-bar {
    flex-basis: 30%;
  }
}
@media (min-width: 1280px) {
  .li-header-bar {
    flex-basis: 25%;
  }
}
@media (min-width: 1536px) {
  .li-header-bar {
    flex-basis: 20%;
  }
}
@media (min-width: 768px) {
  .header-item-content > span {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .header-item-content > span {
    font-size: 16px;
  }
}
.header-item-content > span {
  font-weight: 600;
}
h2.column-title {
  border-bottom: var(--border-width) solid var(--color-border);
  color: var(--color-text-hint);
  font-size: var(--font-size-base);
  margin: 0;
  padding-bottom: var(--spacer-sm);
}
h3.sub-title {
  border-bottom: var(--border-width) solid var(--color-border);
  color: var(--color-text-hint);
  font-size: var(--font-size-base);
  margin: var(--spacer) 0 0;
  padding: 0 0 var(--spacer-sm);
}
dl {
  display: grid;
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
  grid-template-columns: max-content auto;
}
dl dt {
  font-weight: bold;
  text-align: right;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl dd {
  margin-bottom: 0.133rem;
  margin-left: var(--spacer-sm);
  padding-bottom: 0.133rem;
  transition: color var(--transition-speed-fast) ease-out;
  word-break: break-word;
}
dl dd:hover {
  color: var(--color-text-highlight);
}
dl dd:empty {
  border-color: transparent;
}
.dl-no-data {
  color: var(--color-text-hint);
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
  padding: var(--spacer-lg) var(--spacer);
  text-align: center;
  cursor: default;
}
.app-footer {
  align-items: center;
  background-color: var(--color-background-column);
  border-radius: var(--border-radius);
  color: var(--color-text-muted);
  cursor: pointer;
  display: flex;
  font-size: var(--font-size-sm);
  /* grid-area: footer; */
  padding: var(--spacer-sm);
  transition: background-color var(--transition-speed) ease-in-out;
}
.app-footer:hover {
  background-color: var(--color-background-column-highlight);
}
.app-footer:hover .app-footer-expand {
  margin-top: -5px;
}
.app-footer-expand {
  position: relative;
  stroke: var(--color-text-hint);
  transform: scale(0.8);
  transition: stroke var(--transition-speed) ease-in-out,
    margin-top var(--transition-speed) ease-in-out;
}
.btn-bar {
  align-items: center;
  display: flex;
  padding: var(--spacer-sm) 0;
}
.btn-bar .align-right,
.btn-bar-group .align-right {
  margin-left: auto;
}
.btn-bar .align-center,
.btn-bar-group .align-center {
  margin-left: auto;
  margin-right: auto;
}
.btn-bar-group {
  align-items: center;
  display: flex;
  padding: var(--spacer-sm) 0;
}
.btn-bar-group .btn-bar {
  padding: 0;
}
.btn-bar-group select + .btn,
.btn-bar-group select + button,
.btn-bar-group .btn + select,
.btn-bar-group button + select {
  margin-left: var(--spacer-sm);
}
label {
  display: block;
}
fieldset {
  background-color: var(--color-background-column-highlight);
  border: none;
  margin-bottom: var(--spacer);
  border-radius: var(--border-radius);
}
input[type="text"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  border: var(--border-width) solid var(--border-color);
  box-sizing: border-box;
  display: block;
  outline: none;
  padding: var(--spacer-sm);
  transition: border-color var(--transition-speed) ease-in-out;
  width: 100%;
}
input[type="text"]:focus,
input[type="number"]:focus {
  border-color: var(--color-accent);
}
input[type="text"].is-invalid,
input[type="number"].is-invalid {
  border-color: var(--color-danger);
}
.input-help-text {
  display: inline-block;
}
.input-help-text,
.hint {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  margin: var(--spacer-xs);
}
select {
  background-color: var(--color-button-background);
  border-radius: var(--border-radius);
  border: calc(var(--border-width) / 2) solid var(--color-button-background);
  display: inline-flex;
  font-size: var(--font-size-sm);
  justify-content: center;
  padding: var(--spacer-xs) var(--spacer-sm);
}
button,
input[type="button"],
.btn {
  align-items: center;
  background-color: var(--color-button-background);
  border-radius: var(--border-btn-radius);
  border: var(--border-width) solid var(--color-button-background);
  color: var(--color-button);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--font-size-sm);
  justify-content: center;
  padding: var(--spacer-xs) var(--spacer-sm);
  touch-action: manipulation;
  transition-duration: var(--transition-speed);
  transition-property: background-color, border-color, color;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 600;
}
.btn-lg {
  font-size: var(--font-size-base);
}
.btn-bar.btn-bar-wide {
  justify-content: space-between;
  width: 100%;
}
.btn-bar .btn + .btn,
.btn-bar button + button {
  margin-left: var(--spacer-sm);
}
button[disabled],
input[type="button"][disabled],
.btn[disabled] {
  background-color: transparent;
  border-color: var(--color-button-background);
  color: var(--color-text-muted);
  opacity: 0.5;
  pointer-events: none;
}
input[type="button"]:hover:not([disabled]),
.btn:hover:not([disabled]) {
  transition: all 100ms;
  color: white;
}
button:focus,
.btn:focus {
  /* Make sure the outline is clearly visible inside the button. */
  outline-offset: -0.5em;
}
.btn-disabled {
  opacity: 50%;
  cursor: default;
  pointer-events: none;
}
.btn-grey {
  background-color: #556a8f;
  border: var(--border-width) solid #556a8f;
  color: #fff;
}
.btn-grey:hover {
  background-color: #6881ad;
  border: var(--border-width) solid #6881ad;
  color: #fff;
}
.btn-primary {
  background-color: var(--color-accent-background);
  border-color: var(--color-accent-background);
  color: var(--color-accent-text);
}
.btn-primary:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-accent-text);
}
.btn-secondary {
  background-color: transparent;
  color: var(--color-text-muted);
  border-color: var(--color-text-muted);
}
.btn-secondary:hover {
  border-color: var(--color-text);
  color: var(--color-text);
}
.btn-bar .btn.dangerous {
  background-color: #7c4d41;
  color: #e4c5c0;
  margin-left: 1rem;
}
.btn-bar .btn.dangerous[disabled] {
  background-color: #53413e;
}
.details-no-item-selected {
  align-items: center;
  color: var(--color-text-hint);
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 50%;
  justify-content: center;
}
.indicator {
  --indicator-color: var(--color-background);
  --indicator-size: 6px;

  background-color: var(--indicator-color);
  border: calc(var(--indicator-size) / 2) solid var(--indicator-color);
  border-radius: 50%;
  display: inline-block;
  height: var(--indicator-size);
  vertical-align: middle;
  width: var(--indicator-size);
}
.status-filter-bar {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.status-filter-indicator {
  cursor: pointer;
  margin: 0.2rem;
}
.status-filter-indicator .indicator {
  --indicator-size: 10px;
  transition: transform var(--transition-speed-fast) ease-in-out;
}
.status-filter-indicator .indicator:hover {
  transform: scale(1.2);
}
.is-filtered .status-filter-indicator {
  opacity: 0.33;
}
.status-filter-indicator.active {
  opacity: 1;
}
.status-active {
  --indicator-color: var(--color-status-active);
}
.status-canceled {
  --indicator-color: var(--color-status-canceled);
}
.status-completed {
  --indicator-color: var(--color-status-completed);
}
.status-construction-failed {
  --indicator-color: var(--color-status-construction-failed);
}
.status-failed {
  --indicator-color: var(--color-status-failed);
}
.status-soft-failed {
  --indicator-color: var(--color-status-soft-failed);
}
.status-paused {
  --indicator-color: var(--color-status-paused);
}
.status-queued {
  --indicator-color: var(--color-status-queued);
}
.status-archived {
  --indicator-color: var(--color-status-archived);
}
.status-archiving {
  --indicator-color: var(--color-status-archiving);
}
.status-cancel-requested {
  --indicator-color: var(--color-status-cancel-requested);
}
.status-requeueing {
  --indicator-color: var(--color-status-requeueing);
}
.status-under-construction {
  --indicator-color: var(--color-status-under-construction);
}
.worker-status-starting {
  --indicator-color: var(--color-worker-status-starting);
}
.worker-status-awake {
  --indicator-color: var(--color-worker-status-awake);
}
.worker-status-asleep {
  --indicator-color: var(--color-worker-status-asleep);
}
.worker-status-error {
  --indicator-color: var(--color-worker-status-error);
}
.worker-status-shutdown {
  --indicator-color: var(--color-worker-status-shutdown);
}
.worker-status-testing {
  --indicator-color: var(--color-worker-status-testing);
}
.worker-status-offline {
  --indicator-color: var(--color-worker-status-offline);
}
[class^="worker-status"] {
  color: var(--indicator-color);
  font-weight: bold;
}
.status-archiving,
.status-active,
.status-queued,
.status-under-construction,
.status-cancel-requested {
  background-color: transparent;
}
.with-clickable-row .tabulator-row {
  cursor: pointer;
}
.tabulator-row.active-row,
.tabulator-row.tabulator-row-even.active-row {
  background-color: var(--table-color-background-row-active);
  font-weight: bold;
}
.tabulator-row.deletion-requested * {
  -webkit-text-decoration: line-through red 1px;
  text-decoration: line-through red 1px;
  color: var(--color-text-muted);
}
span.state-transition-arrow {
  display: inline-block;
  font-weight: bold;
  transform: scale(1.4);
}
span.state-transition-arrow.lazy {
  color: var(--color-text-muted);
}
.preview-container {
  align-items: center;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.preview-container div:first-child {
  display: flex;
}
@media not all and (min-width: 768px) {
  .preview-container div:first-child {
    display: none;
  }
}
.preview-container div:first-child {
  align-items: center;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.preview-container img {
  max-height: 100%;
  max-width: 100%;
}
.click-to-copy {
  /* The transition plays together with the duration set in clipboard.js */
  --transition-duration: var(--transition-speed-fast);
  cursor: pointer;
  transition: var(--transition-duration);
}
.click-to-copy.copied {
  background-color: var(--color-accent-background);
  color: var(--color-accent-text);
  transition: var(--transition-duration);
}
.mapboxgl-ctrl-bottom-left {
  display: none !important;
}
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none !important;
}
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group > .mapboxgl-ctrl-compass {
  display: none !important;
}
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group {
  background: none;
  margin: 0 20px 20px 0;
}
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group > .mapboxgl-ctrl-zoom-in,
.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group > .mapboxgl-ctrl-zoom-out {
  width: 40px;
  height: 40px;
  background: #6b70dc;
  margin-bottom: 15px;
  border-radius: 50%;
  border: none;
}
.mapboxgl-ctrl-bottom-right
  > .mapboxgl-ctrl-group
  > .mapboxgl-ctrl-zoom-in
  > span,
.mapboxgl-ctrl-bottom-right
  > .mapboxgl-ctrl-group
  > .mapboxgl-ctrl-zoom-out
  > span {
  color: white;
}
.mapboxgl-ctrol-bottom-right
  > .mapboxgl-ctrl-group
  > .mapboxgl-ctrl-zoom-in:focus,
.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 50%;
}
.mapboxgl-ctrl button:not(:disabled):hover {
  background: #595da7;
}
.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: none;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB0SURBVHgB7ZTdCYAwDIQTJ+mGjlKcqG5QR3CTMy2CVmrqTx9E+j30B46DcEeYFAAYufr1OzDzTE8QI48Np2m5YIRELJxpO6rEn41CxCERZDiKkcfHmshh8R5bbbTYXqTFu4sLHq2QHzIad+9JE5ZSM3RxsS0n2OUnLeSUDQAAAABJRU5ErkJggg==");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAFCAYAAABIHbx0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABESURBVHgBpZBBEQAgEALBItrEKjbRKkawgZFscHIV7vYBvx0GQpjZUlXEuCS3S4blmUXGjjzNRRt5Dj01rSG+7Oij9wHd4FJRG0kTCwAAAABJRU5ErkJggg==");
}
.center-el {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  cursor: pointer;
}
.pulse {
  width: var(--pulseSize);
  height: var(--pulseSize);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 var(--blue);
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  animation: pulsing 2s linear 1.5s forwards infinite;
}
.circle_cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  z-index: 1;
}
@keyframes pulsing {
  from {
    opacity: 0.8;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
}
/* Wallet selector */
.nws-modal-wrapper.open {
  z-index: 999;
}
.nws-modal-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 999;
}
.nws-modal {
  z-index: 1000;
}
@media (max-width: 1280px) {
  .reported-work-task,
  .por-work-task {
    min-width: 50px;
  }
}
@media (max-width: 600px) {
  html,
  body {
    height: 100%;
  }
  .worker-view {
    flex-direction: column;
  }
  .col-workers-list {
    width: 100%;
    height: 48%;
    flex-direction: column;
  }
  .col-workers-map {
    border-top: 1px solid #000;
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-group {
    margin: 0 10px 10px 0;
  }
  .worker-item-heaer {
    flex-direction: row;
  }
  .worker-item-header > div {
    width: 49%;
    height: 100%;
  }
  .mapboxgl-ctrl-bottom-right {
    display: none !important;
  }
  .col-workers-list {
    max-width: none;
  }
}
.text_danger {
  font-size: 14px;
  color: var(--color-danger);
}
.text_truncate {
  white-space: nowrap; /* Ngăn chặn văn bản từ việc xuống dòng */
  overflow: hidden; /* Ẩn phần văn bản vượt quá khối chứa */
  text-overflow: ellipsis; /* Hiển thị dấu elipsis (...) khi văn bản bị ẩn */
}
/* Tabulator theme forked from "Midnight" standard theme. */
.tabulator {
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translatez(0);
  background-color: var(--table-color-background-row-odd);
  border-radius: var(--border-radius);
  color: var(--color-text-muted);
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
  overflow: hidden;
  position: relative;
  text-align: left;
  transform: translateZ(0);
}
.tabulator[tabulator-layout="fitDataFill"]
  .tabulator-tableholder
  .tabulator-table {
  min-width: 100%;
}
.tabulator[tabulator-layout="fitDataTable"] {
  display: inline-block;
}
.tabulator.tabulator-block-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tabulator .tabulator-header {
  background-color: var(--table-color-background-row);
  border-bottom: var(--border-width) solid var(--table-color-border);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* Highlight column used for sorting. */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"],
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="desc"] {
  font-weight: bold;
}
/* Highlight column used for sorting. */
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="asc"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow,
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="desc"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-top-color: var(--color-accent);
}
.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}
.tabulator .tabulator-header .tabulator-col {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: var(--border-width) solid #999;
  background: #1a1a1a;
  pointer-events: none;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: var(--spacer-xs);
}
/* First column, usually containing a checkbox for selecting rows. */
.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-content {
  padding: 0 0.75rem;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-header-menu-button {
  padding: 0 8px;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-header-menu-button:hover {
  cursor: pointer;
  opacity: 0.6;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title-holder {
  position: relative;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title
  .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: var(--border-width) solid #999;
  padding: 1px;
  background: #fff;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title
  .tabulator-header-menu-button
  + .tabulator-title-editor {
  width: calc(100% - 22px);
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-sorter {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-bottom: 6px solid #bbb;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 6px;
  width: 0;
  height: 0;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-group
  .tabulator-col-group-cols {
  position: relative;
  display: flex;
  border-top: 1px solid #aaa;
  overflow: hidden;
  margin-right: -1px;
}
.tabulator
  .tabulator-header
  .tabulator-col:first-child
  .tabulator-col-resize-handle.prev {
  display: none;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-header-filter
  input::-ms-clear {
  width: 0;
  height: 0;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable
  .tabulator-col-title {
  padding-right: 25px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  cursor: pointer;
  color: var(--color-text-highlight);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="none"]
  .tabulator-col-content
  .tabulator-col-sorter {
  color: #bbb;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="none"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid transparent;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="none"]:hover
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-top: none;
  border-bottom-color: var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="asc"]
  .tabulator-col-content
  .tabulator-col-sorter {
  color: var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="asc"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="desc"]
  .tabulator-col-content
  .tabulator-col-sorter {
  color: var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="desc"]
  .tabulator-col-content
  .tabulator-col-sorter
  .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid var(--color-text-muted);
  color: var(--color-text-muted);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical
  .tabulator-col-content
  .tabulator-col-title {
  align-items: center;
  display: flex;
  justify-content: center;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip
  .tabulator-col-title {
  transform: rotate(180deg);
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical.tabulator-sortable
  .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip
  .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}
.tabulator
  .tabulator-header
  .tabulator-col.tabulator-col-vertical.tabulator-sortable
  .tabulator-col-sorter {
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}
.tabulator .tabulator-header .tabulator-frozen {
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #888;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #888;
}
.tabulator .tabulator-header .tabulator-calcs-holder {
  background: #404040 !important;
  border-bottom: var(--border-width) solid var(--color-border);
  border-top: 1px solid #888;
  box-sizing: border-box;
  min-width: 600%;
  overflow: hidden;
}
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #404040 !important;
}
.tabulator
  .tabulator-header
  .tabulator-calcs-holder
  .tabulator-row
  .tabulator-col-resize-handle {
  display: none;
}
.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  min-width: 600%;
}
.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}
.tabulator .tabulator-tableholder {
  overflow: auto;
  position: relative;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.tabulator .tabulator-tableholder:focus {
  outline: none;
}
.tabulator .tabulator-tableholder .tabulator-placeholder {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.tabulator
  .tabulator-tableholder
  .tabulator-placeholder[tabulator-render-mode="virtual"] {
  min-height: 100%;
  min-width: 100%;
}
.tabulator
  .tabulator-tableholder
  .tabulator-placeholder
  .tabulator-placeholder-contents {
  align-items: center;
  color: var(--color-text-hint);
  cursor: default;
  display: flex;
  font-size: var(--font-size-sm);
  grid-area: footer;
  justify-content: center;
  padding: var(--spacer-sm);
}
.tabulator .tabulator-tableholder .tabulator-table {
  color: var(--color-text);
  display: inline-block;
  overflow: visible;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.tabulator
  .tabulator-tableholder
  .tabulator-table
  .tabulator-row.tabulator-calcs {
  font-weight: bold;
  background: #373737 !important;
}
.tabulator
  .tabulator-tableholder
  .tabulator-table
  .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #888;
}
.tabulator
  .tabulator-tableholder
  .tabulator-table
  .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #888;
}
.tabulator .tabulator-footer {
  background-color: #333;
  border-top: 1px solid #999;
  color: #333;
  font-weight: bold;
  user-select: none;
  white-space: nowrap;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tabulator .tabulator-footer .tabulator-footer-contents {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
}
.tabulator .tabulator-footer .tabulator-footer-contents:empty {
  display: none;
}
.tabulator .tabulator-footer .tabulator-calcs-holder {
  background: #404040 !important;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  width: calc(100% + 20px);
}
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #404040 !important;
}
.tabulator
  .tabulator-footer
  .tabulator-calcs-holder
  .tabulator-row
  .tabulator-col-resize-handle {
  display: none;
}
.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  border-bottom: none;
  margin-bottom: -5px;
}
.tabulator .tabulator-footer > * + .tabulator-page-counter {
  margin-left: 10px;
}
.tabulator .tabulator-footer .tabulator-page-counter {
  font-weight: normal;
}
.tabulator .tabulator-footer .tabulator-paginator {
  color: #333;
  flex: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: right;
}
.tabulator .tabulator-footer .tabulator-page-size {
  border-radius: 3px;
  border: var(--border-width) solid #aaa;
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
}
.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}
.tabulator .tabulator-footer .tabulator-page {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  border: var(--border-width) solid var(--table-color-border);
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
}
.tabulator .tabulator-footer .tabulator-page.active {
  color: #fff;
}
.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: 0.5;
}
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
}
.tabulator .tabulator-col-resize-handle {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}
.tabulator .tabulator-col-resize-handle.prev {
  left: 0;
  right: auto;
}
.tabulator .tabulator-col-resize-handle:hover {
  cursor: ew-resize;
}
.tabulator .tabulator-loader {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}
.tabulator .tabulator-loader .tabulator-loader-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border: 4px solid #333;
  color: #000;
}
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  border: 4px solid #d00;
  color: #590000;
}
.tabulator-row {
  background-color: var(--table-color-background-row-odd);
  box-sizing: border-box;
  min-height: 22px;
  position: relative;
  transition: color var(--transition-speed-fast) ease-out;
}
.tabulator-row:hover {
  color: var(--color-text-highlight);
}
.tabulator-row.tabulator-row-even {
  background-color: var(--table-color-background-row);
}
.tabulator-row.tabulator-selectable:hover {
  cursor: pointer;
}
.tabulator-row.tabulator-selected {
  background-color: var(--table-color-background-row-selected);
}
.tabulator-row.tabulator-selected:hover {
  color: white;
  cursor: pointer;
}
.tabulator-row.tabulator-row-moving {
  border: var(--border-width) solid #000;
  background: #fff;
}
.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  pointer-events: none;
  z-index: 15;
}
.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}
.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}
.tabulator-row .tabulator-row-resize-handle:hover {
  cursor: ns-resize;
}
.tabulator-row .tabulator-frozen {
  display: inline-block;
  position: absolute;
  background-color: inherit;
  z-index: 10;
}
.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #888;
}
.tabulator-row .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #888;
}
.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}
.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}
.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}
.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}
.tabulator-row .tabulator-cell {
  align-items: center;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding: var(--spacer-xs);
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.tabulator-row .tabulator-cell[tabulator-field] {
  vertical-align: -webkit-baseline-middle;
  /* display: inline-flex; */
}
.tabulator-row .tabulator-cell.tabulator-editing {
  border: var(--border-width) solid #999;
  outline: none;
  padding: 0;
}
.tabulator-row .tabulator-cell.tabulator-editing input,
.tabulator-row .tabulator-cell.tabulator-editing select {
  border: var(--border-width);
  background: transparent;
}
.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: var(--border-width) solid #dd0000;
}
.tabulator-row .tabulator-cell.tabulator-validation-fail input,
.tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: var(--border-width);
  background: transparent;
  color: #dd0000;
}
.tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
  display: none;
}
.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}
.tabulator-row
  .tabulator-cell.tabulator-row-handle
  .tabulator-row-handle-box
  .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: var(--border-width) solid #888;
  border-bottom: var(--border-width) solid #888;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: var(--border-width) solid #fff;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control
  .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
.tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control
  .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control
  .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #fff;
}
.tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control
  .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #666;
  font-weight: bold;
  font-size: 1.1em;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  opacity: 0.7;
}
.tabulator-row
  .tabulator-cell
  .tabulator-responsive-collapse-toggle.open
  .tabulator-responsive-collapse-toggle-close {
  display: initial;
}
.tabulator-row
  .tabulator-cell
  .tabulator-responsive-collapse-toggle.open
  .tabulator-responsive-collapse-toggle-open {
  display: none;
}
.tabulator-row
  .tabulator-cell
  .tabulator-responsive-collapse-toggle
  .tabulator-responsive-collapse-toggle-close {
  display: none;
}
.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}
.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #888;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}
.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}
.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}
.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}
.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}
.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}
.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}
.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #d00;
}
.tabulator-menu {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: #666;
  border: var(--border-width) solid #888;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: 0.5;
}
.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
  cursor: pointer;
  background: #444;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
  display: inline-block;
  position: absolute;
  top: calc(5px + 0.4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #888;
  vertical-align: top;
  transform: rotate(45deg);
}
.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #888;
}
.tabulator-edit-select-list {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  max-height: 200px;
  background: #666;
  border: var(--border-width) solid #888;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item {
  padding: 4px;
  color: #fff;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #666;
  background: #999;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
  outline: 1px solid rgba(102, 102, 102, 0.5);
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
  outline: 1px solid #999;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  cursor: pointer;
  color: #666;
  background: #999;
}
.tabulator-edit-select-list .tabulator-edit-select-list-notice {
  padding: 4px;
  color: #fff;
  text-align: center;
}
.tabulator-edit-select-list .tabulator-edit-select-list-group {
  border-bottom: 1px solid #888;
  padding: 4px;
  padding-top: 6px;
  color: #fff;
  font-weight: bold;
}
.tabulator.tabulator-ltr {
  direction: ltr;
}
.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}
.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #aaa;
  border-right: initial;
}
.tabulator.tabulator-rtl
  .tabulator-header
  .tabulator-col.tabulator-col-group
  .tabulator-col-group-cols {
  margin-right: initial;
  margin-left: -1px;
}
.tabulator.tabulator-rtl
  .tabulator-header
  .tabulator-col.tabulator-sortable
  .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}
.tabulator.tabulator-rtl
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-sorter {
  left: 8px;
  right: initial;
}
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #888;
}
.tabulator.tabulator-rtl
  .tabulator-row
  .tabulator-cell
  .tabulator-data-tree-branch {
  margin-right: initial;
  margin-left: 5px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #888;
}
.tabulator.tabulator-rtl
  .tabulator-row
  .tabulator-cell
  .tabulator-data-tree-control {
  margin-right: initial;
  margin-left: 5px;
}
.tabulator.tabulator-rtl .tabulator-col-resize-handle {
  position: absolute;
  left: 0;
  right: auto;
}
.tabulator.tabulator-rtl .tabulator-col-resize-handle.prev {
  right: 0;
  left: auto;
}
.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important;
}
.tabulator-print-table {
  border-collapse: collapse;
}
.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
}
.tabulator-print-table .tabulator-print-table-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #888;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}
.tabulator-print-table .tabulator-print-table-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.tabulator-print-table
  .tabulator-print-table-group.tabulator-group-visible
  .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}
.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}
.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #d00;
}
.tabulator-print-table .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: var(--border-width) solid #fff;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tabulator-print-table .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.tabulator-print-table
  .tabulator-data-tree-control
  .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
.tabulator-print-table
  .tabulator-data-tree-control
  .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.tabulator-print-table
  .tabulator-data-tree-control
  .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #fff;
}
.tabulator-print-table
  .tabulator-data-tree-control
  .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #fff;
}
.tabulator .tabulator-header .tabulator-col {
  background-color: #333;
}
.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title
  .tabulator-title-editor {
  color: #fff;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input,
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter select {
  border: var(--border-width) solid #999;
  background: #444;
  color: #fff;
}
.tabulator .tabulator-header .tabulator-calcs-holder {
  background: #1a1a1a !important;
}
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #1a1a1a !important;
}
.tabulator .tabulator-footer .tabulator-calcs-holder {
  background: #262626 !important;
}
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #262626 !important;
}
.tabulator .tabulator-footer .tabulator-paginator label {
  color: #fff;
}
.tabulator .tabulator-footer .tabulator-page-counter {
  color: #fff;
}
.tabulator .tabulator-footer .tabulator-page {
  color: #333;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.tabulator-row.tabulator-group {
  min-width: 100%;
  color: #333;
}
.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.tabulator-row.tabulator-group span {
  color: #666;
}
.tabulator-edit-select-list {
  background: #fff;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item {
  color: #666;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #999;
  background: #444;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
  outline: 1px solid rgba(153, 153, 153, 0.5);
}
.tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
  outline: 1px solid #444;
}
.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  color: #999;
  background: #666;
}
.tabulator-print-table .tabulator-print-table-group {
  color: #333;
}
@media (max-width: 767px) {
  .app-header > nav {
    opacity: 0;
    display: none !important;
  }
  .btn-menu-mb svg rect {
    transition: all 0.3s;
  }
  .btn-menu-mb {
    display: block !important;
  }
  .box-filter-admiss-mobile {
    display: block !important;
  }
  .btn-menu-mb svg {
    position: fixed;
    top: 15px;
    right: 10px;
  }
  .layout-sidebar-filter-page {
    width: 100%;
    transform: translateX(100%);
  }
  .ct-block-filter {
    visibility: visible;
    margin: auto;
    width: 60%;
  }
  .sidebar-filter-page {
    width: 100%;
    opacity: 1 !important;
    position: fixed;
    top: 0;
    margin: 0;
    right: 0;
    height: 100%;
    visibility: hidden;
    z-index: 10;
    transition: all 0.4s;
  }
  .sidebar-filter-page.open-sidebar-filter .layout-sidebar-filter-page {
    transform: translateX(0);
    width: 100%;
    margin-left: auto;
    position: relative;
    background: #f4f6f8;
    z-index: 2;
    overflow-y: auto;
    height: 100vh;
    padding: 15px;
    padding-top: 20px;
    transition: all 0.5s;
  }
  .close-box-fillter {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c6cad1;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
  .action-item {
    border: 1px solid #e4d7d7 !important;
    margin-top: 30px;
    margin-left: auto !important;
    margin-right: auto;
  }
  .item-filter {
    visibility: visible !important;
  }
}
.btn-menu-mb {
  display: none;
}
.action-bar {
  display: flex;
}
.box-filter-admiss-mobile {
  display: none;
}
.ct-block-filter {
  box-shadow: 0px 1px 4px rgba(65, 75, 91, 0.1);
  border-radius: 4px;
  padding: 15px;
}
.bg-menu-filter {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #242637;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
}
.name-title {
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Inter-Medium", Helvetica;
  color: #6295f9;
  font-size: 17px;
}
.title-item-filter {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.item-filter {
  visibility: hidden;
  padding-top: 5px;
  margin-top: 20px;
  background: var(
    --primary-20,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #2d436c
  );
  height: 50px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #e4d7d7;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.bg-menu-filter.active {
  opacity: 0.95;
  visibility: visible;
}
