@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300..700&display=swap";

/* src/style/base/_reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
:is(html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video)::-webkit-scrollbar {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* src/styles.scss */
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
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;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-3 {
  right: -0.75rem;
}
.-top-7 {
  top: -1.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-\[1rem\] {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-16 {
  right: 4rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[5rem\] {
  top: 5rem;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[80\] {
  z-index: 80;
}
.z-\[90\] {
  z-index: 90;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-full {
  height: 100%;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-14 {
  width: 3.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[25rem\] {
  width: 25rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-neutral-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}
.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.theme-light {
  --color-primary: #0070c9;
  --color-primary-dark: #005fa3;
  --color-primary-light: #339ef3;
  --color-secondary: #e91e63;
  --color-secondary-dark: #b0003a;
  --color-bg-body: #f5f5f5;
  --color-bg-sidebar: #0070c9;
  --color-bg-header: #ffffff;
  --color-bg-card: #ffffff;
  --color-bg-alt: #ffffff;
  --color-bg-alt-backdrop:#464d577a;
  --color-bg-alt-hover: #ebebeb;
  --color-text-default: #1f2937;
  --color-text-light: #ffffff;
  --color-text-muted: #6b7280;
  --color-text-grey: #CDCDCD;
  --color-success: #10b981;
  --color-error: #ef4444;
  --color-warning: #f59e0b;
  --color-info: #3b82f6;
  --color-input-bg: #FFFFFF;
  --color-input-bg-hover: #ebebeb;
  --color-input-bg-dark: #ffffff;
  --color-input-border: #D1D5DB;
  --color-input-active: #a9c7ff;
  --color-table-bg: #FFFFFF;
  --color-table-lines-bg: #E0E0E0;
  --color-table-thead-bg: #F3F4F6;
  --color-table-tbody-bg: #FFFFFF;
  --color-table-trow-bg: #F9FAFB;
  --color-table-trow-bg-hover: #E5E7EB;
  --color-btn-disabled-bg: #E9ECEF;
  --color-btn-disabled-text: #ADB5BD;
  --color-btn-border: #007bff;
  --color-btn-bg: #007bff;
  --color-btn-bg-hover: #0056b3;
  --color-highlighted-cell:#fff3cd;
  --image-url-logo: url(/assets/img/home/logo-virtsel.png);
  --image-url-logo-login: url("/assets/img/logo-virtsel-light(v).png");
}
.theme-dark {
  --color-primary: #60a5fa;
  --color-primary-dark: #3b82f6;
  --color-primary-light: #93c5fd;
  --color-secondary: #f472b6;
  --color-secondary-dark: #be185d;
  --color-bg-body: #1f2937;
  --color-bg-sidebar: #0070c9;
  --color-bg-header: #1f2937;
  --color-bg-card: #464d58;
  --color-bg-alt: #374151;
  --color-bg-alt-backdrop:#3741515e;
  --color-bg-alt-hover: #3e495c;
  --color-text-default: #f3f4f6;
  --color-text-light: #ffffff;
  --color-text-muted: #9ca3af;
  --color-text-grey: #CDCDCD;
  --color-success: #34d399;
  --color-error: #f87171;
  --color-warning: #fbbf24;
  --color-info: #60a5fa;
  --color-input-bg: #464d58;
  --color-input-bg-hover: #565d68;
  --color-input-bg-dark: #3e4247;
  --color-input-border: #1f2937;
  --color-input-border-active: #a9c7ff;
  --color-input-active: #758bb3;
  --color-table-bg: #273444;
  --color-table-lines-bg: #1f2937;
  --color-table-thead-bg: #334155;
  --color-table-tbody-bg: #2d3748;
  --color-table-trow-bg: #2d3748;
  --color-table-trow-bg-hover:#3e495c;
  --color-btn-disabled-bg: #444b58;
  --color-btn-disabled-text: #a3b1c2;
  --color-btn-border: #007bff;
  --color-btn-bg: #007bff;
  --color-btn-bg-hover: #007bff;
  --color-highlighted-cell: #a48349;
  --image-url-logo: url(/assets/img/home/logo-virtsel-black.png);
  --image-url-logo-login: url("/assets/img/logo-virtsel-dark(v).png");
}
:root {
  color-scheme: light dark;
}
.button-code {
  background-color: rgba(16, 168, 67, 0.737);
  border-radius: 5px;
  border: 0;
  box-shadow: rgba(1, 60, 136, 0.5) 0 -1px 3px 0 inset, rgba(0, 44, 97, 0.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: var(--color-text-light);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
  cursor: pointer;
  display: inherit;
  min-height: 20px;
  min-width: 100px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.button-code:hover {
  background-color: rgba(21, 189, 77, 0.739);
  transform: translateY(-2px);
}
@media (min-width: 1600px) {
  .button-code {
    color: var(--color-text-default);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: normal;
    padding: 10px 20px;
    min-width: 120px;
  }
}
.new-button {
  color: var(--color-text-light);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  background-color: var(--color-primary);
  border-radius: 5px;
  border: 0;
  box-shadow: rgba(1, 60, 136, 0.5) 0 -1px 3px 0 inset, rgba(0, 44, 97, 0.1) 0 3px 6px 0;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 30px;
  min-width: 120px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.new-button:hover {
  background-color: var(--color-primary-light);
  transform: translateY(-2px);
}
@media (min-width: 1600px) {
  .new-button {
    color: var(--color-text-light);
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: normal;
    padding: 10px 44px;
    min-width: 120px;
  }
}
.button-default-back {
  background: transparent;
  color: var(--color-text-default);
  font-size: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid var(--color-text-default);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  cursor: pointer;
  transition: 0.6s;
}
.button-default-back:hover {
  border: 2px solid var(--color-text-muted);
  color: var(--color-text-muted);
}
.theme-toggle {
  display: inline-block;
}
.theme-toggle input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.theme-toggle *,
.theme-toggle ::after,
.theme-toggle ::before {
  box-sizing: border-box;
}
.theme-toggle__switch {
  position: relative;
  width: 3.5em;
  height: 2em;
  display: inline-block;
}
@media (max-width: 1280px) {
  .theme-toggle__switch {
    width: 3em;
    height: 1.5em;
  }
}
.theme-toggle__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f5;
  transition: 0.4s;
  border-radius: 30px;
}
.theme-toggle__slider::before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  background:
    linear-gradient(
      40deg,
      #ff0080,
      #ff8c00 70%);
  transition: 0.4s;
}
@media (max-width: 1280px) {
  .theme-toggle__slider::before {
    height: 1em;
    width: 1em;
  }
}
input:checked + .theme-toggle__slider {
  background-color: #303136;
}
input:checked + .theme-toggle__slider::before {
  left: calc(100% - (1.4em + 0.3em));
  background: #303136;
  box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
}
.compare-single {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.compare-selectors {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.compare-table-container {
  width: 100%;
}
.compare-controls {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.compare-controls ui-dropdown-select {
  min-width: 200px;
  flex: 1 1 220px;
}
@media (max-width: 900px) {
  .compare-selectors {
    flex-direction: column;
    align-items: stretch;
  }
}
:host ::ng-deep app-table-default table {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.25;
}
:host ::ng-deep app-table-default th,
:host ::ng-deep app-table-default td {
  padding: 6px 8px;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
:host ::ng-deep app-table-default td .cell__content span.main.highlighted,
:host ::ng-deep app-table-default td .cell__stack span.main.highlighted {
  display: inline-block;
  width: 100%;
  padding: 2px 4px;
}
:host ::ng-deep app-table-default td:nth-child(2),
:host ::ng-deep app-table-default td:nth-child(3),
:host ::ng-deep app-table-default td:nth-child(4),
:host ::ng-deep app-table-default td:nth-child(5),
:host ::ng-deep app-table-default td:nth-child(6),
:host ::ng-deep app-table-default td:nth-child(7) {
  text-align: right;
  white-space: nowrap;
}
:host ::ng-deep app-table-default thead th {
  font-size: 11.5px;
  line-height: 1.2;
}
.container-pop-up {
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: flex;
}
.container-pop-up .promoters-list-container {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 500;
  box-sizing: border-box;
  top: 5rem;
  left: 1rem;
  padding: 1rem;
  width: 30%;
  height: 70%;
  border-radius: 1rem;
  background-color: var(--color-bg-alt);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-shadow);
  overflow: hidden;
}
.container-pop-up .promoters-list-container .list-pop-up-container {
  height: auto;
  transition: 250ms ease-in-out;
  flex-grow: 1;
  overflow-y: auto;
}
.container-pop-up .promoters-list-container .list-pop-up-container .supervision-item-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: 150ms ease-in-out;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--color-bg-alt);
}
.container-pop-up .promoters-list-container .list-pop-up-container .supervision-item-list:hover {
  background-color: var(--color-bg-alt-hover);
}
.container-pop-up .promoters-list-container .list-pop-up-container .list-promoters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  padding-left: 0.75rem;
  box-sizing: border-box;
  padding-bottom: 1.5rem;
}
.container-pop-up .promoters-list-container .list-pop-up-container .list-promoters .list-promoter-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  width: 100%;
  text-align: left;
  color: var(--color-text-default);
  padding: 0.5rem;
  transition: 150ms ease-in-out;
}
.container-pop-up .promoters-list-container .list-pop-up-container .list-promoters .list-promoter-item:hover {
  background-color: var(--color-bg-alt-hover);
}
.container-pop-up .promoters-list-container .list-pop-up-container .list-promoters .store-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 1rem;
  padding-left: 1rem;
}
.container-pop-up .promoters-list-container .list-pop-up-container .list-promoters .store-list .store-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding-left: 0.75rem;
  transition: 150ms ease-in-out;
}
.container-pop-up .promoters-list-container .list-pop-up-container .list-promoters .store-list .store-item:hover {
  background-color: var(--color-bg-alt-hover);
}
@media (max-width: 1280px) {
  .container-pop-up .promoters-list-container {
    width: 30%;
    height: 80%;
  }
}
.container-pop-up .pop-up-container-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 500;
  top: 5rem;
  right: 1rem;
  padding: 1rem;
  width: 25%;
  height: 70%;
  border-radius: 1rem;
  background-color: var(--color-bg-alt);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-shadow);
  transition: 250ms ease-in-out;
  overflow-y: auto;
  min-height: 0;
}
@media (max-width: 1280px) {
  .container-pop-up .pop-up-container-content {
    width: 30%;
    overflow-y: auto;
  }
}
.scroll-locked {
  overflow: hidden;
}
.search-input-map {
  position: relative;
}
.search-input-map .scenarios-input-default {
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.button-open-list {
  background-color: var(--color-bg-alt);
}
.button-icon-pop-up {
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: var(--color-btn-disabled-text);
  transition: 150ms ease-in-out;
}
.button-icon-pop-up:hover {
  background-color: var(--color-input-bg-hover);
}
@media (max-width: 1280px) {
  .button-icon-pop-up {
    font-size: 0.75rem;
  }
}
.promotores-card {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-bg-body);
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 15;
  min-width: 220px;
  max-width: 300px;
}
.promotores-card h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.promotores-card .promotor {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  gap: 0.5rem;
  font-size: 0.95rem;
}
.promotores-card .promotor i {
  font-size: 1.1rem;
}
:host {
  display: contents;
}
.msd {
  position: relative;
  min-width: 200px;
}
.msd .msd-control {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  border: 2px solid #c7d2fe;
  background: #fff;
  background: var(--color-input-bg);
  border-radius: 0.75rem;
  padding: 0.6rem 0.75rem;
  cursor: pointer;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.msd.open .msd-control {
  border-color: #818cf8;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.2);
}
.msd .msd-value.placeholder {
  color: #9ca3af;
}
.msd .msd-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.msd .msd-actions .icon-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 6px;
}
.msd .msd-actions .icon-btn:hover {
  background: #f3f4f6;
}
.msd .msd-actions .caret {
  transition: transform 0.15s ease;
}
.msd .msd-actions .caret.up {
  transform: rotate(180deg);
}
.msd .msd-panel {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--color-input-bg);
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  margin-top: 0.35rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: auto;
}
.msd .msd-search {
  position: relative;
  padding: 0.5rem 0.75rem 0.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.msd .msd-search input {
  width: 100%;
  background-color: var(--color-bg-body);
  padding: 0.3rem 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.6rem;
  outline: none;
  transition: 250ms;
  font-size: 0.875rem;
}
.msd .msd-search input:focus {
  border-color: #818cf8;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.12);
}
.msd .msd-search .search-icon {
  opacity: 0.6;
}
.msd .msd-toolbar {
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem 0.5rem;
}
.msd .msd-toolbar button {
  border: none;
  background-color: var(--color-input-bg-dark);
  border-radius: 0.5rem;
  padding: 0.35rem 0.6rem;
  cursor: pointer;
  transition: 250ms;
  font-size: 0.875rem;
}
.msd .msd-toolbar button:hover {
  background-color: var(--color-input-bg-hover);
}
.msd .msd-options {
  max-height: 500px;
  flex: 1 1 auto;
  scrollbar-gutter: stable both-edges;
  padding-right: 0.25rem;
}
.msd .msd-options .msd-option {
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.9rem;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-top: 1px solid #f3f4f6;
}
.msd .msd-options .msd-option input {
  margin: 0;
  background-color: var(--color-bg-body);
}
.msd .msd-options .msd-option .label {
  flex: 1;
}
.msd .msd-options .msd-option .tick {
  color: #4f46e5;
  font-weight: 700;
}
.msd .msd-options .msd-option:hover {
  background: var(--color-bg-alt);
}
.msd .msd-options .msd-option.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: var(--color-bg-body);
}
.msd .msd-empty {
  padding: 1rem;
  color: #9ca3af;
  text-align: center;
}
.container-input-line-border {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
}
.container-input-line-border .input-line-border {
  border-radius: 0.25rem;
  border-top: 3px solid var(--color-input-bg);
  border-bottom: 3px solid var(--color-input-bg);
  border-left: 0px solid var(--color-input-bg);
  border-right: 3px solid var(--color-input-bg);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 310px;
  width: 100%;
}
.container-input-line-border .input-line-border__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  background: var(--color-input-bg);
  width: 3.5rem;
  height: 2rem;
}
.container-input-line-border .input-line-border__icon i {
  color: var(--color-text-default);
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .container-input-line-border .input-line-border__icon {
    width: 4.5rem;
    height: 2.5rem;
  }
  .container-input-line-border .input-line-border__icon i {
    color: var(--color-text-light);
    font-size: 1.125rem;
  }
}
.container-input-line-border .input-line-border__content {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 7px;
  transition: 0.8s;
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.container-input-line-border .input-line-border__content:focus {
  outline: none;
  color: var(--color-text-muted);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
@media screen and (min-width: 1600px) {
  .container-input-line-border .input-line-border__content:focus {
    color: var(--color-text-muted);
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: normal;
  }
}
.container-input-line-border .input-line-border__content:focus,
.container-input-line-border .input-line-border__content:not(:placeholder-shown) {
  color: var(--color-text-default);
}
.container-input-line-border .input-line-border__icon-password {
  color: var(--color-text-muted);
  margin-right: 10px;
  cursor: pointer;
}
.erro-input {
  color: var(--color-error);
  font-weight: 600;
}
.pin-group-flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2em;
  padding: 5%;
}
.pin-group-flex .pin-input {
  font-size: 2em;
  border-radius: 10px;
  text-align: center;
  padding: 3%;
  width: 50px;
  border: 3px solid var(--color-primary-light);
  font-family: inherit;
  background: var(--color-input-bg);
  color: rgba(0, 0, 0, 0.9);
  transition: 0.2s;
}
.pin-group-flex .pin-input:hover,
.pin-group-flex .pin-input :focus {
  background: var(--color-input-bg-hover);
  transform: scale(1.05);
}
.pin-group-flex .pin-input:focus {
  outline: 3px solid var(--color-primary-light);
}
.ui-sidebar {
  height: 100vh;
  background-color: var(--color-bg-sidebar);
}
.ui-sidebar .sidebar {
  width: 16rem;
  display: grid;
  min-height: 100vh;
  height: 100vh;
  gap: 1rem;
  grid-template-rows: max-content 1fr max-content;
  color: var(--color-text-default);
  transition: width 0.3s ease;
  padding: 1rem 0 0 1rem;
}
.ui-sidebar .sidebar__header {
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
  grid-row: 1;
}
.ui-sidebar .sidebar__name {
  align-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text-light);
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__name {
    font-size: 1.25rem;
  }
}
.ui-sidebar .sidebar__logo {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.ui-sidebar .sidebar__logo svg.logo-svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__logo {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.ui-sidebar .sidebar__nav {
  grid-row: 2;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: unset;
  align-items: unset;
  flex-wrap: nowrap;
  gap: 2.5rem;
  padding: 1rem 0;
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__nav {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    flex-wrap: nowrap;
    gap: 2.1rem;
  }
}
.ui-sidebar .sidebar__section-container {
  position: relative;
  overflow: visible;
  transition: all 0.3s ease;
}
.ui-sidebar .sidebar__section-container .sidebar__curved-outside-top,
.ui-sidebar .sidebar__section-container .sidebar__curved-outside-bottom {
  opacity: 0;
  transition: opacity 0.2s ease;
  will-change: opacity;
}
.ui-sidebar .sidebar .is-active .sidebar__section,
.ui-sidebar .sidebar .sidebar__section-container:hover .sidebar__section {
  background-color: var(--color-bg-body);
}
.ui-sidebar .sidebar .is-active .sidebar__section .sidebar__icon i,
.ui-sidebar .sidebar .sidebar__section-container:hover .sidebar__section .sidebar__icon i {
  color: var(--color-primary);
}
.ui-sidebar .sidebar .is-active .sidebar__section .sidebar__title,
.ui-sidebar .sidebar .sidebar__section-container:hover .sidebar__section .sidebar__title {
  color: var(--color-primary);
}
.ui-sidebar .sidebar .is-active .sidebar__curved-outside-top,
.ui-sidebar .sidebar .sidebar__section-container:hover .sidebar__curved-outside-top {
  background-color: var(--color-bg-sidebar);
  box-shadow: 6px 6px 0 var(--color-bg-body);
  opacity: 1;
  transform: translateZ(0);
}
.ui-sidebar .sidebar .is-active .sidebar__curved-outside-bottom,
.ui-sidebar .sidebar .sidebar__section-container:hover .sidebar__curved-outside-bottom {
  background-color: var(--color-bg-sidebar);
  box-shadow: 5px -5px 0 var(--color-bg-body);
  opacity: 1;
  transform: translateZ(0);
}
.ui-sidebar .sidebar__section {
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
  width: 100%;
  cursor: pointer;
  padding: 0.5rem;
  background-color: var(--color-bg-sidebar);
  transition: all 0.3s ease;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.ui-sidebar .sidebar__curved-outside-top {
  position: absolute;
  top: -20px;
  right: 0;
  border-bottom-right-radius: 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__curved-outside-top {
    top: -15px;
    border-bottom-right-radius: 15px;
    width: 15px;
    height: 15px;
  }
}
.ui-sidebar .sidebar__curved-outside-bottom {
  position: absolute;
  bottom: -20px;
  right: 0;
  border-top-right-radius: 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__curved-outside-bottom {
    bottom: -15px;
    border-top-right-radius: 15px;
    width: 15px;
    height: 15px;
  }
}
.ui-sidebar .sidebar__icon {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.ui-sidebar .sidebar__icon i {
  font-size: 1.5rem;
  color: var(--color-text-light);
  line-height: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__icon i {
    font-size: 1rem;
  }
}
.ui-sidebar .sidebar__title {
  align-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-light);
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__title {
    font-size: 1rem;
  }
}
.ui-sidebar .sidebar__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  gap: 1rem;
  grid-row: 3;
  color: var(--color-text-light);
  padding: 0.6rem;
}
.ui-sidebar .sidebar__user-content {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.3rem;
  min-width: 0;
}
.ui-sidebar .sidebar__user-content .user-img {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
}
@media (max-width: 1280px) {
  .ui-sidebar .sidebar__user-content .user-img {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
  }
}
.ui-sidebar .sidebar__user-labels {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 0;
  font-size: 0.75rem;
  min-width: 0;
}
.ui-sidebar .sidebar__user-labels > span:first-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ui-sidebar .sidebar__user-labels strong {
  text-decoration: underline;
  cursor: pointer;
}
.ui-sidebar .sidebar__logout {
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
  white-space: nowrap;
  font-size: 0.875rem;
  cursor: pointer;
  transition: transform 0.2s ease, text-shadow 0.2s ease;
}
.ui-sidebar .sidebar__logout:hover {
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}
.ui-sidebar .sidebar__user-dropdown-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
}
.ui-sidebar .sidebar__user-dropdown {
  z-index: 500;
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  width: 11rem;
  background-color: var(--color-bg-alt);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-shadow);
}
.ui-sidebar .sidebar__user-dropdown .user-info-dropdown {
  color: var(--color-text-default);
  padding: 1rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ui-sidebar .sidebar__user-dropdown .user-list-dropdown {
  color: var(--color-text-default);
  font-size: 0.875rem;
  padding: 0.75rem 0;
  line-height: 1.25rem;
  font-weight: 500;
}
.ui-sidebar .sidebar__user-dropdown .user-list-dropdown .list-dropdown-item {
  padding: 1rem 0.75rem;
}
.ui-sidebar .sidebar__user-dropdown .theme-label {
  color: var(--color-text-default);
}
.ui-button {
  align-items: center;
  background-color: var(--color-primary);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: var(--color-text-light);
  cursor: pointer;
  display: inline-flex;
  font-family:
    system-ui,
    -apple-system,
    system-ui,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}
.ui-button:hover,
.ui-button :focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.ui-button:hover {
  transform: translateY(-1px);
}
.ui-button:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
.input-icon {
  position: relative;
  padding: 15px 0 0;
  min-width: 300px;
  width: 100%;
}
.input-icon__icon {
  background-color: gray;
  width: 40px;
  height: 100%;
}
.input-icon__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--color-text-default);
  outline: 0;
  color: var(--color-text-default);
  font-size: 1.125rem;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
@media (max-width: 1280px) {
  .input-icon__field {
    font-size: 0.75rem;
  }
}
.input-icon__field::placeholder {
  color: transparent;
}
.input-icon__field:placeholder-shown ~ .input-icon__label {
  font-size: 1.125rem;
  cursor: text;
  top: 0.5rem;
}
@media (max-width: 1280px) {
  .input-icon__field:placeholder-shown ~ .input-icon__label {
    font-size: 0.875rem;
  }
}
.input-icon__label {
  position: absolute;
  top: 0.8rem;
  left: 0;
  display: block;
  transition: 0.2s;
  font-size: 0.875rem;
  pointer-events: none;
  color: var(--color-text-default);
}
.input-icon__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
}
.input-icon__field:focus ~ .input-icon__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 0.875rem;
  color: var(--color-primary);
  font-weight: 700;
}
.input-icon__field:required,
.input-icon__field:invalid {
  box-shadow: none;
}
.smart-table-container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: var(--color-bg-alt);
  border-radius: 0.5rem;
}
.smart-table-container .table-wrapper {
  position: relative;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--color-table-bg);
}
.smart-table-container .table-wrapper .state-container {
  position: absolute;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  color: #1f2937;
  text-align: center;
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.smart-table-container .table-wrapper .state-container .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 3rem;
}
.smart-table-container .table-wrapper .state-container h3 {
  margin: 0.25rem 0 0.25rem;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.smart-table-container .table-wrapper .state-container p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}
.smart-table-container .table-wrapper .state-container .actions {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.smart-table-container .table-wrapper .btn {
  appearance: none;
  border: 1px solid transparent;
  background: none;
  color: inherit;
  font: inherit;
  line-height: 1;
  padding: 0.625rem 0.9rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition:
    transform 120ms ease,
    box-shadow 120ms ease,
    background-color 120ms ease,
    border-color 120ms ease;
}
.smart-table-container .table-wrapper .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.smart-table-container .table-wrapper .btn:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
.smart-table-container .table-wrapper .btn:active {
  transform: translateY(1px);
}
.smart-table-container .table-wrapper .btn--primary {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.smart-table-container .table-wrapper .btn--primary:hover:not(:disabled) {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
  box-shadow: 0 1px 8px rgba(29, 78, 216, 0.25);
}
.smart-table-container .table-wrapper .btn--ghost {
  border-color: #d1d5db;
  color: #374151;
  background: transparent;
}
.smart-table-container .table-wrapper .btn--ghost:hover:not(:disabled) {
  background-color: #f3f4f6;
  border-color: #cbd5e1;
}
@media (prefers-reduced-motion: reduce) {
  .smart-table-container .table-wrapper .btn {
    transition: none;
  }
}
.smart-table-container .table-wrapper table,
.smart-table-container .table-wrapper .smart-table {
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  table-layout: auto;
}
.smart-table-container .table-wrapper table .select-cell,
.smart-table-container .table-wrapper .smart-table .select-cell {
  width: 5rem;
  font-size: 0.875rem;
}
.smart-table-container .table-wrapper table .select-cell input ::before,
.smart-table-container .table-wrapper .smart-table .select-cell input ::before {
  background-color: white;
}
.smart-table-container .table-wrapper table thead,
.smart-table-container .table-wrapper .smart-table thead {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: var(--color-table-thead-bg);
}
.smart-table-container .table-wrapper table thead .badge,
.smart-table-container .table-wrapper .smart-table thead .badge {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  font-size: 0.5rem;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-table-container .table-wrapper table thead,
.smart-table-container .table-wrapper .smart-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
  color: var(--color-text-default);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  margin: 0;
  padding: 0;
  border-bottom: 2px solid var(--color-input-border);
}
.smart-table-container .table-wrapper table thead .select-header,
.smart-table-container .table-wrapper .smart-table thead .select-header {
  width: 40px;
}
.smart-table-container .table-wrapper table thead .select-header input,
.smart-table-container .table-wrapper .smart-table thead .select-header input {
  background-color: var(--color-input-bg) !important;
}
.smart-table-container .table-wrapper table thead th,
.smart-table-container .table-wrapper .smart-table thead th {
  color: var(--color-text-default);
  font-size: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  position: relative;
  transition: 250ms;
}
.smart-table-container .table-wrapper table thead th.highlighted:hover,
.smart-table-container .table-wrapper .smart-table thead th.highlighted:hover {
  background-color: #063ae2 !important;
}
.smart-table-container .table-wrapper table thead th.highlighted:focus,
.smart-table-container .table-wrapper .smart-table thead th.highlighted:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.smart-table-container .table-wrapper table thead th.sortable:hover,
.smart-table-container .table-wrapper .smart-table thead th.sortable:hover {
  background-color: var(--color-table-trow-bg-hover);
}
.smart-table-container .table-wrapper table thead th.sortable:focus,
.smart-table-container .table-wrapper .smart-table thead th.sortable:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.smart-table-container .table-wrapper table thead th.sortable.active,
.smart-table-container .table-wrapper .smart-table thead th.sortable.active {
  font-weight: bold;
  border-bottom-color: #ffffff;
}
.smart-table-container .table-wrapper table thead th .header-content,
.smart-table-container .table-wrapper .smart-table thead th .header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-text-default);
}
.smart-table-container .table-wrapper table thead th .header-content .column-text,
.smart-table-container .table-wrapper .smart-table thead th .header-content .column-text {
  font-weight: bold;
  white-space: nowrap;
}
.smart-table-container .table-wrapper table thead th .header-content .sort-icon-container,
.smart-table-container .table-wrapper .smart-table thead th .header-content .sort-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
}
.smart-table-container .table-wrapper table thead th .header-content .sort-icon-container .sort-icon,
.smart-table-container .table-wrapper .smart-table thead th .header-content .sort-icon-container .sort-icon {
  font-size: 0.9em;
  color: #00ff00;
}
.smart-table-container .table-wrapper table thead th .header-content .sort-icon-container .sort-icon.asc::before,
.smart-table-container .table-wrapper .smart-table thead th .header-content .sort-icon-container .sort-icon.asc::before {
  content: "\25b2";
}
.smart-table-container .table-wrapper table thead th .header-content .sort-icon-container .sort-icon.desc::before,
.smart-table-container .table-wrapper .smart-table thead th .header-content .sort-icon-container .sort-icon.desc::before {
  content: "\25bc";
}
.smart-table-container .table-wrapper table tbody,
.smart-table-container .table-wrapper .smart-table tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.smart-table-container .table-wrapper table tbody .badge,
.smart-table-container .table-wrapper .smart-table tbody .badge {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  font-size: 0.5rem;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-table-container .table-wrapper table tbody,
.smart-table-container .table-wrapper .smart-table tbody {
  max-height: 1600px;
  height: 100%;
  overflow-y: auto;
}
.smart-table-container .table-wrapper table th,
.smart-table-container .table-wrapper table td,
.smart-table-container .table-wrapper .smart-table th,
.smart-table-container .table-wrapper .smart-table td {
  padding: 0.3rem;
  text-align: center;
  border: 1px solid var(--color-input-border);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.smart-table-container .table-wrapper table thead th,
.smart-table-container .table-wrapper .smart-table thead th {
  border-bottom: 2px solid var(--color-table-lines-bg);
}
.smart-table-container .table-wrapper table tbody tr:first-child td,
.smart-table-container .table-wrapper .smart-table tbody tr:first-child td {
  border-top: 1px solid var(--color-table-lines-bg);
}
.smart-table-container .table-wrapper table .cell__stack,
.smart-table-container .table-wrapper .smart-table .cell__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}
.smart-table-container .table-wrapper table .cell--avatar .cell__stack,
.smart-table-container .table-wrapper table .cell--chip .cell__stack,
.smart-table-container .table-wrapper .smart-table .cell--avatar .cell__stack,
.smart-table-container .table-wrapper .smart-table .cell--chip .cell__stack {
  align-items: center;
}
.smart-table-container .table-wrapper table .main,
.smart-table-container .table-wrapper .smart-table .main {
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-table-container .table-wrapper table .sub,
.smart-table-container .table-wrapper .smart-table .sub {
  margin-top: 4px;
  font-size: 11px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.smart-table-container .table-wrapper table .cell,
.smart-table-container .table-wrapper .smart-table .cell {
  padding: 10px 12px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 14px;
  line-height: 1.2;
  background-color: var(--color-bg-alt);
}
.smart-table-container .table-wrapper table .cell--right,
.smart-table-container .table-wrapper .smart-table .cell--right {
  text-align: right;
}
.smart-table-container .table-wrapper table .cell--avatar,
.smart-table-container .table-wrapper .smart-table .cell--avatar {
  min-width: 260px;
}
.smart-table-container .table-wrapper table .cell__content,
.smart-table-container .table-wrapper .smart-table .cell__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  justify-content: center;
}
.smart-table-container .table-wrapper table .highlighted-cell,
.smart-table-container .table-wrapper .smart-table .highlighted-cell {
  background-color: var(--color-highlighted-cell);
}
.smart-table-container .table-wrapper table .cell--avatar .cell__content,
.smart-table-container .table-wrapper table .cell--chip .cell__content,
.smart-table-container .table-wrapper .smart-table .cell--avatar .cell__content,
.smart-table-container .table-wrapper .smart-table .cell--chip .cell__content {
  align-items: flex-start;
}
.smart-table-container .table-wrapper table .cell:not(.cell--avatar):not(.cell--chip) .cell__content,
.smart-table-container .table-wrapper .smart-table .cell:not(.cell--avatar):not(.cell--chip) .cell__content {
  align-items: center;
}
.smart-table-container .table-wrapper table .avatar,
.smart-table-container .table-wrapper .smart-table .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.smart-table-container .table-wrapper table .text,
.smart-table-container .table-wrapper .smart-table .text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.smart-table-container .table-wrapper table .clickable,
.smart-table-container .table-wrapper .smart-table .clickable {
  cursor: pointer;
}
.smart-table-container .table-wrapper table .select-cell,
.smart-table-container .table-wrapper .smart-table .select-cell {
  width: 40px;
  text-align: center;
}
.smart-table-container .table-wrapper table .chip,
.smart-table-container .table-wrapper .smart-table .chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-table-container .table-wrapper table .chip--success,
.smart-table-container .table-wrapper .smart-table .chip--success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.smart-table-container .table-wrapper table .cell--right .main,
.smart-table-container .table-wrapper .smart-table .cell--right .main {
  font-variant-numeric: tabular-nums;
}
.smart-table-container .table-wrapper table th,
.smart-table-container .table-wrapper .smart-table th {
  font-size: 0.7rem;
  letter-spacing: 0.03rem;
  padding: 0.5rem 0.3rem;
  min-height: 2.5rem;
}
.smart-table-container .table-wrapper table td,
.smart-table-container .table-wrapper .smart-table td {
  font-size: 0.65rem;
  padding: 0.5rem 0.3rem;
  position: relative;
  transition: background-color 0.3s ease;
  min-height: 3rem;
}
.smart-table-container .table-wrapper table td.highlight-search,
.smart-table-container .table-wrapper .smart-table td.highlight-search {
  background-color: #fff59d;
  font-weight: bold;
}
.smart-table-container .table-wrapper table td.cell-modified,
.smart-table-container .table-wrapper .smart-table td.cell-modified {
  background-color: #cce5ff;
}
.smart-table-container .table-wrapper table td.cell-invalid,
.smart-table-container .table-wrapper .smart-table td.cell-invalid {
  background-color: #fdecea;
  color: #d9534f;
  border-color: #f5c6cb;
}
.smart-table-container .table-wrapper table tr:nth-child(even) td,
.smart-table-container .table-wrapper .smart-table tr:nth-child(even) td {
  background-color: var(--color-bg-alt);
}
.smart-table-container .table-wrapper table tr:nth-child(even) td.highlight-search,
.smart-table-container .table-wrapper .smart-table tr:nth-child(even) td.highlight-search {
  background-color: #fff59d;
}
.smart-table-container .table-wrapper table tr:nth-child(even) td.cell-modified,
.smart-table-container .table-wrapper .smart-table tr:nth-child(even) td.cell-modified {
  background-color: #cce5ff;
}
.smart-table-container .table-wrapper table tr:nth-child(even) td.cell-invalid,
.smart-table-container .table-wrapper .smart-table tr:nth-child(even) td.cell-invalid {
  background-color: #fdecea;
  color: #d9534f;
  border-color: #f5c6cb;
}
.smart-table-container .table-wrapper table tbody tr,
.smart-table-container .table-wrapper .smart-table tbody tr {
  border-bottom: 1px solid #eee;
}
.smart-table-container .table-wrapper table tbody tr:last-child td,
.smart-table-container .table-wrapper .smart-table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.smart-table-container .table-wrapper table tr:hover td,
.smart-table-container .table-wrapper .smart-table tr:hover td {
  background-color: var(--color-input-bg);
}
.smart-table-container .table-wrapper table td input,
.smart-table-container .table-wrapper .smart-table td input {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.1rem;
  border: none;
  font-size: 0.65rem;
  background-color: transparent;
}
.smart-table-container .table-wrapper table td input.cell-clickable,
.smart-table-container .table-wrapper .smart-table td input.cell-clickable {
  cursor: pointer !important;
}
.smart-table-container .table-wrapper table td .action-buttons,
.smart-table-container .table-wrapper .smart-table td .action-buttons {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}
.smart-table-container .table-wrapper table td .action-buttons .btn-icon,
.smart-table-container .table-wrapper .smart-table td .action-buttons .btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  color: #fff;
  background-color: #6c757d;
  transition: background-color 0.2s ease-in-out;
}
.smart-table-container .table-wrapper table td .action-buttons .btn-icon:hover,
.smart-table-container .table-wrapper .smart-table td .action-buttons .btn-icon:hover {
  opacity: 0.8;
}
.smart-table-container .table-wrapper table td .action-buttons .btn-icon fa-icon,
.smart-table-container .table-wrapper .smart-table td .action-buttons .btn-icon fa-icon {
  font-size: 0.85rem;
}
.smart-table-container .table-wrapper table td .action-buttons .btn-icon[disabled],
.smart-table-container .table-wrapper .smart-table td .action-buttons .btn-icon[disabled] {
  background-color: #adb5bd !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}
.smart-table-container .table-wrapper table .input-container,
.smart-table-container .table-wrapper .smart-table .input-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.smart-table-container .table-wrapper table .input-icon,
.smart-table-container .table-wrapper .smart-table .input-icon {
  position: absolute;
  left: 0.75rem;
  top: 0.4rem;
  font-size: 1rem;
}
.smart-table-container .table-wrapper table .input-container input,
.smart-table-container .table-wrapper .smart-table .input-container input {
  width: 100%;
  text-align: center;
  padding-left: 2rem;
  padding-right: 0.5rem;
}
.smart-table-container .table-wrapper table .indicator-container,
.smart-table-container .table-wrapper .smart-table .indicator-container {
  display: flex;
  gap: 0.8em;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer !important;
}
.smart-table-container .table-wrapper .loading-container {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: #333;
  height: 100%;
  min-height: 15rem;
  background: var(--color-bg-alt);
  z-index: 10;
  pointer-events: all;
}
.smart-table-container .table-wrapper .loading-container .loading-title {
  font-size: 1rem;
  color: var(--color-text-default);
  font-weight: 700;
  text-transform: uppercase;
}
.smart-table-container .table-wrapper .loading-container .spinner-container .spinner {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 6px solid;
  border-color: #dbdcef;
  border-right-color: #ed1c24;
  animation: spinner-d3wgkg 1s infinite linear;
}
@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}
.smart-table-container .actions-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0rem;
  gap: 1rem;
}
.smart-table-container .actions-wrapper .buttons-container {
  display: flex;
  gap: 1rem;
}
.smart-table-container .actions-wrapper .buttons-container button {
  height: 2.5rem;
  width: 8rem;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.smart-table-container .actions-wrapper .buttons-container button:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
}
.smart-table-container .actions-wrapper .buttons-container button.btn-import {
  background-color: #000;
  color: #fff;
}
.smart-table-container .actions-wrapper .buttons-container button.btn-import:hover {
  background-color: #333;
}
.smart-table-container .actions-wrapper .buttons-container button.btn-import:disabled {
  background-color: #94d3a2;
  cursor: not-allowed;
  opacity: 0.7;
}
.smart-table-container .actions-wrapper .buttons-container button.btn-export {
  background-color: #007bff;
  color: #fff;
}
.smart-table-container .actions-wrapper .buttons-container button.btn-export:hover {
  background-color: #0056b3;
}
.smart-table-container .actions-wrapper .buttons-container button.btn-export:disabled {
  background-color: #a1c8f1;
  cursor: not-allowed;
  opacity: 0.7;
}
.smart-table-container .actions-wrapper .buttons-container button.btn-custom {
  background-color: #007bff;
  color: #fff;
}
.smart-table-container .actions-wrapper .buttons-container button.btn-custom:hover {
  background-color: #0056b3;
}
.smart-table-container .actions-wrapper .buttons-container button.btn-custom:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.smart-table-container .actions-wrapper .action-items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.6rem;
}
.smart-table-container .actions-wrapper .action-items-container .action-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.smart-table-container .actions-wrapper .action-items-container .action-item:hover {
  background-color: #eaeaea;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.smart-table-container .actions-wrapper .action-items-container .action-item .action-icon {
  font-size: 0.9rem;
  flex-shrink: 0;
}
.smart-table-container .actions-wrapper .action-items-container .action-item .description {
  font-family: "Arial", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.smart-table-container .actions-wrapper .action-items-container .action-item .value {
  font-family: "Arial", sans-serif;
  font-size: 0.7rem;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
}
.smart-table-container .actions-wrapper .title-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: transparent;
  gap: 1rem;
}
.smart-table-container .actions-wrapper .title-container .title {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2d3748;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
@media (max-width: 768px) {
  .smart-table-container .actions-wrapper .title-container {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 1rem;
  }
  .smart-table-container .actions-wrapper .title-container .title {
    text-align: center;
    font-size: 1.25rem;
  }
}
.smart-table-container .actions-wrapper .search-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 25%;
}
.smart-table-container .actions-wrapper .search-container .search-input {
  width: 100%;
  max-width: 17rem;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 0.5rem;
}
.smart-table-container .actions-wrapper .search-container .search-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.smart-table-container .actions-wrapper .search-container .search-input::placeholder {
  color: #6c757d;
  font-style: italic;
}
.smart-table-container .error-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0.8rem;
  background-color: #fbeaea;
  color: #ed1c24;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  font-weight: 500;
}
.smart-table-container .error-indicator .sirene-icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
}
.smart-table-container .error-indicator .message {
  flex: 1;
  text-align: left;
  font-size: 0.85rem;
}
.smart-table-container .error-indicator .btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #ffffff;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 50%;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease,
    border-color 0.3s ease;
  font-size: 0.9rem;
  line-height: 1;
}
.smart-table-container .error-indicator .btn-nav:hover:not(:disabled) {
  background-color: #ed1c24;
  color: #ffffff;
  transform: scale(1.05);
}
.smart-table-container .error-indicator .btn-nav:disabled {
  background-color: #f1f1f1;
  color: #bcbcbc;
  border-color: #e0e0e0;
  cursor: not-allowed;
}
.smart-table-container .error-indicator .btn-nav:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(183, 28, 28, 0.3);
}
@media (max-height: 765px) {
  .smart-table-container .table-wrapper {
    max-height: calc(80vh - 10rem);
  }
  .smart-table-container .table-wrapper table th,
  .smart-table-container .table-wrapper table td,
  .smart-table-container .table-wrapper table td input {
    font-size: 0.6rem;
    padding: 0.15rem 0.2rem;
  }
  .smart-table-container .table-wrapper table tbody .badge {
    font-size: 0.5rem;
  }
}
@media (max-width: 1200px) {
  .smart-table-container .table-wrapper table th,
  .smart-table-container .table-wrapper table td,
  .smart-table-container .table-wrapper table td input {
    font-size: 0.45rem;
    padding: 0.2rem 0.2rem;
  }
  .smart-table-container .table-wrapper table tbody .badge {
    font-size: 0.4rem;
  }
}
.smart-table-container .no-data-message {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.smart-table-container .table-wrapper::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}
.smart-table-container .table-wrapper::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 0.5rem;
}
.smart-table-container .table-wrapper::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.smart-table-container .controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  min-height: 4vh;
  position: relative;
}
.smart-table-container .controls-wrapper .controls-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.smart-table-container .controls-wrapper .controls-container .btn-prev,
.smart-table-container .controls-wrapper .controls-container .btn-next {
  padding: 0.2rem 0.6rem;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 0.2rem;
  border: 1px solid var(--color-btn-border);
  background-color: var(--color-input-bg);
  cursor: pointer;
  transition: all 0.3s ease;
}
.smart-table-container .controls-wrapper .controls-container .btn-prev:hover:not(:disabled),
.smart-table-container .controls-wrapper .controls-container .btn-next:hover:not(:disabled) {
  background-color: var(--color-btn-bg);
  color: #ffffff;
  transform: translateY(-1px);
}
.smart-table-container .controls-wrapper .controls-container .btn-prev:disabled,
.smart-table-container .controls-wrapper .controls-container .btn-next:disabled {
  background-color: var(--color-btn-disabled-bg);
  color: var(--color-btn-disabled-text);
  cursor: not-allowed;
  border-color: #a3b1c2;
  opacity: 0.6;
}
.smart-table-container .controls-wrapper .controls-container .btn-prev:focus,
.smart-table-container .controls-wrapper .controls-container .btn-next:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.3);
}
.smart-table-container .controls-wrapper .controls-container label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: var(--color-text-default);
}
.smart-table-container .controls-wrapper .controls-container label input {
  width: 2.5rem;
  text-align: center;
  margin-left: 0.3rem;
  padding: 0.2rem;
  font-size: 0.7rem;
  border: 1px solid #ced4da;
  background-color: var(--color-bg-body);
  border-radius: 0.2rem;
  transition: border-color 0.3s ease;
}
.smart-table-container .controls-wrapper .controls-container label input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.smart-table-container .controls-wrapper .submit-container {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  padding-left: 0.5rem;
}
.smart-table-container .controls-wrapper .submit-container .btn-submit {
  padding: 0.35rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 0.2rem;
  border: 1px solid transparent;
  background-color: #ed1c24;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.smart-table-container .controls-wrapper .submit-container .btn-submit:hover:not(:disabled) {
  background-color: #b9151c;
  border-color: #8c1218;
  transform: translateY(-1px);
}
.smart-table-container .controls-wrapper .submit-container .btn-submit:disabled {
  background-color: #f5f5f5;
  color: #b0b0b0;
  cursor: not-allowed;
  border-color: #dcdcdc;
}
.smart-table-container .controls-wrapper .submit-container .btn-submit:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(237, 28, 36, 0.4);
}
.dot {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  display: inline-block;
}
.dynamic-buttons-container {
  display: flex;
  gap: 0.3rem;
}
.btn-action {
  background-color: #f1f1f1;
  color: black;
  border: 1px solid #ccc;
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.3rem;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border 0.3s ease;
  min-width: 70px;
  text-align: center;
}
.btn-action.active {
  background-color: #ed1c24;
  color: white;
  border: 1px solid #ed1c24;
}
.btn-button {
  background-color: #b90404;
  color: rgb(228, 228, 228);
  border: 1px solid #7c0000;
  padding: 0.3rem 0.8rem;
  font-weight: 600;
  border-radius: 0.3rem;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border 0.3s ease;
  min-width: 70px;
  text-align: center;
}
.icon-button {
  margin-right: 5px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.content-modal {
  background: #fff;
  border-radius: 10px;
  width: 50%;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  padding: 0;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  animation: modalIn 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.97) translateY(30px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.header-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 18px 22px 10px 22px;
}
.header-modal h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: #222;
}
.close-button {
  background: none;
  border: none;
  font-size: 1.7rem;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
  margin-left: 10px;
}
.close-button:hover {
  color: #222;
}
.modal-body {
  padding: 18px 22px 0 22px;
  font-size: 1rem;
  color: #333;
}
.footer-modal {
  display: flex;
  justify-content: flex-end;
  padding: 18px 22px 18px 22px;
  border-top: 1px solid #eee;
  background: transparent;
}
@media (max-height: 768px) {
  .header-modal {
    padding: 12px 22px;
  }
  .modal-body {
    padding: 12px 22px 0 22px;
  }
  .footer-modal {
    padding: 12px 22px;
  }
}
.network-modal-content {
  background: #fff;
  border-radius: 10px;
  width: 420px;
  max-width: 95vw;
  padding: 0;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  animation: modalIn 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.network-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #444;
}
.input-hint {
  font-weight: normal;
  font-size: 0.75rem;
  color: #6b7280;
  font-style: italic;
}
.form-input {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  font-size: 0.95rem;
  width: 100%;
  transition: border-color 0.2s;
}
.form-input:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.1);
}
.logo-upload-container {
  display: flex;
  gap: 16px;
  align-items: center;
}
.logo-preview {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  position: relative;
}
.logo-preview:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.logo-preview img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.logo-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 0.8rem;
  font-style: italic;
}
.upload-button-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}
.upload-button:hover {
  background-color: #e5e7eb;
}
.file-hint {
  font-size: 0.75rem;
  color: #6b7280;
}
.btn-cancel {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #374151;
  border-radius: 0.35rem;
  padding: 0.45rem 1.3rem;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  margin-right: 8px;
}
.btn-cancel:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
.network-error {
  margin-top: 12px;
  padding: 10px;
  background-color: rgba(220, 38, 38, 0.08);
  border-left: 3px solid #dc2626;
  color: #b91c1c;
  font-size: 0.9rem;
  border-radius: 4px;
}
.network-error p {
  margin: 0;
}
.notification-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 280px;
  max-width: 350px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  animation: slideIn 0.3s ease-out forwards;
}
.notification-content {
  display: flex;
  align-items: center;
  padding: 14px 16px;
}
.notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
  flex-shrink: 0;
}
.notification-message {
  flex-grow: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}
.notification-progress {
  height: 3px;
  width: 100%;
  animation: shrink 3s linear forwards;
}
.notification-toast.success {
  background-color: #f0fdf4;
  border-left: 4px solid #22c55e;
}
.notification-toast.success .notification-icon {
  background-color: #22c55e;
  color: white;
}
.notification-toast.success .notification-progress {
  background-color: #22c55e;
}
.notification-toast.error {
  background-color: #fef2f2;
  border-left: 4px solid #ef4444;
}
.notification-toast.error .notification-icon {
  background-color: #ef4444;
  color: white;
}
.notification-toast.error .notification-progress {
  background-color: #ef4444;
}
.notification-toast.info {
  background-color: #eff6ff;
  border-left: 4px solid #3b82f6;
}
.notification-toast.info .notification-icon {
  background-color: #3b82f6;
  color: white;
}
.notification-toast.info .notification-progress {
  background-color: #3b82f6;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes shrink {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@media (max-width: 500px) {
  .notification-toast {
    min-width: unset;
    max-width: 90%;
    left: 5%;
    right: 5%;
  }
  .logo-upload-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .upload-button-container {
    width: 100%;
  }
}
.btn-submit {
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 0.35rem;
  padding: 0.45rem 1.3rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.1s;
  outline: none;
}
.btn-submit:hover,
.btn-submit:focus {
  background: #0056b3;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.13);
  transform: translateY(-1px) scale(1.03);
}
@media (max-width: 700px) {
  .content-modal {
    width: 85vw;
    min-width: unset;
    padding: 0;
    max-height: 85vh;
    overflow-y: auto;
  }
  .header-modal,
  .modal-body,
  .footer-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-modal input[type=file] {
  min-width: 220px;
  width: 100%;
  max-width: 350px;
  font-size: 1rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  border: 1px solid #d1d5db;
  background: #fafafa;
  margin-left: 0.5rem;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .content-modal input[type=file] {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .modal-body {
    padding: 15px 15px 0 15px;
    font-size: 0.95rem;
  }
  .footer-modal {
    padding: 15px;
  }
}
.dot.SUCCESS {
  background-color: #00ff00;
}
.dot.DIMENSIONS {
  background-color: #495057;
}
.dot.SIZE {
  background-color: #00ffff;
}
.dot.DUPLICATE {
  background-color: #bfff00;
}
.dot.DATE {
  background-color: #a020f0;
}
.dot.RED {
  background-color: #ff0000;
}
.dot.GPS {
  background-color: #ff1493;
}
.dot.SHARPNESS {
  background-color: #495057;
}
.dot.PIXEL {
  background-color: #0000ff;
}
.dot.BRIGHTNESS {
  background-color: #800080;
}
.dot.META {
  background-color: #800080;
}
.dot.BUFFERED {
  background-color: #a52a2a;
}
.dot.TICKET {
  background-color: #fce205;
}
.dot.AI {
  background-color: #d3d3d3;
}
.dot.NOTFOUND {
  background-color: #ff0000;
}
@media screen and (max-width: 768px) {
  .smart-table-container {
    display: flex;
    flex-direction: column;
  }
  .smart-table-container .scrollable-wrapper {
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .smart-table-container .actions-wrapper,
  .smart-table-container .table-wrapper {
    width: 45rem;
    flex-shrink: 0;
  }
  .smart-table-container .controls-wrapper {
    position: sticky;
    bottom: 0;
  }
}
.cell--avatar {
  min-width: 320px !important;
  max-width: 400px !important;
  overflow: hidden;
}
.cell--avatar .cell__content {
  gap: 20px !important;
  padding-right: 10px;
  justify-content: flex-start !important;
  width: 100%;
}
.cell--avatar .cell__stack {
  flex: 1;
  min-width: 0;
  text-align: left;
  align-items: flex-start;
  overflow: hidden;
}
.cell--avatar .main {
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.cell--avatar .sub {
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.cell--avatar .avatar {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  object-fit: cover;
}
.error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 1rem 0;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  color: #dc2626;
  text-align: center;
}
.error-message p {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.retry-button {
  background-color: #dc2626;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.retry-button:hover {
  background-color: #b91c1c;
}
.retry-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.3);
}
.btn-import-custom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background:
    linear-gradient(
      90deg,
      #ed1c24 0%,
      #b90404 100%);
  color: #fff;
  border: none;
  border-radius: 0.4rem;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(237, 28, 36, 0.08);
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.1s;
  outline: none;
}
.btn-import-custom:hover,
.btn-import-custom:focus {
  background:
    linear-gradient(
      90deg,
      #b90404 0%,
      #ed1c24 100%);
  box-shadow: 0 4px 16px rgba(237, 28, 36, 0.15);
  transform: translateY(-2px) scale(1.03);
}
.btn-import-custom:active {
  background: #b90404;
  transform: scale(0.98);
}
.btn-import-custom .icon-upload {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: none;
  margin-right: 0.3em;
  position: relative;
}
.btn-import-custom .icon-upload::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.2em;
  border: 2px solid #fff;
  border-bottom: none;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.btn-import-custom .icon-upload::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0.35em;
  top: 0.45em;
  transform: rotate(-45deg);
}
.btn-import-black {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 0.35rem;
  padding: 0.35rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.1s;
  outline: none;
  letter-spacing: 0.01em;
  min-width: 90px;
  min-height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-import-black:hover,
.btn-import-black:focus {
  background: #222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
  transform: translateY(-1px) scale(1.03);
}
.btn-import-black:active {
  background: #000;
  transform: scale(0.98);
}
.row-errors-container {
  border-left: 3px solid #dc3545;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem 0;
  background-color: rgba(220, 53, 69, 0.05);
  border-radius: 0 4px 4px 0;
}
.row-errors-container .row-error {
  padding: 0.25rem 0;
  border-bottom: 1px dotted rgba(220, 53, 69, 0.3);
}
.row-errors-container .row-error:last-child {
  border-bottom: none;
}
.smart-table {
  width: 100%;
  border-collapse: collapse;
}
.smart-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #eee;
}
.smart-table.is-wrap thead th {
  white-space: normal !important;
}
.smart-table.is-wrap thead th .header-content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 4px;
}
.smart-table.is-wrap thead th .column-text {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.2;
}
.smart-table.is-wrap thead th .sort-icon-container {
  white-space: nowrap;
  align-self: start;
}
.smart-table.is-wrap {
  table-layout: fixed;
}
.smart-table.is-wrap td {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.smart-table td.cell--right {
  text-align: right;
  white-space: nowrap !important;
}
.smart-table.is-dense {
  font-size: 12px;
  line-height: 1.25;
}
.smart-table.is-dense th,
.smart-table.is-dense td {
  padding: 6px 8px;
}
th,
td {
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.table-wrapper table tbody tr.row-matched td {
  background-color: #fafec3;
}
.table-wrapper table tbody tr.row-matched:hover td {
  background-color: #f5ff6b;
}
.table-wrapper table tbody tr.group-break td {
  border-bottom: 2px solid #dfe3e6;
}
.cell__stack .main,
.cell__stack .sub,
.cell__content {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
td.highlighted-cell {
  background-color: var(--color-highlighted-cell) !important;
  color: var(--color-text-default);
}
.smart-table tbody tr:nth-child(even) td.highlighted-cell {
  background-color: var(--color-highlighted-cell) !important;
  color: var(--color-text-default);
}
.toast-default {
  position: fixed;
  top: 1rem;
  right: 1rem;
  max-width: 420px;
  min-width: 280px;
  padding: 16px 40px 16px 16px;
  border-radius: 12px;
  background: var(--color-bg-body);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 9999;
  transform: translateX(calc(100% + 30px));
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  --accent: #3b82f6;
  --accent-contrast: #fff;
  --title: $color-text-default;
  --text: $color-text-default0;
  --progress-h: 3px;
  --duration: 4000ms;
}
.toast-default.active-toast {
  transform: translateX(0);
}
.toast-default.toast--success {
  --accent:#10b981;
}
.toast-default.toast--error {
  --accent:#ef4444;
}
.toast-default.toast--warning {
  --accent:#f59e0b;
}
.toast-default.toast--info {
  --accent:#3b82f6;
}
.toast-default .toast-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.toast-default .toast-content .status-icon {
  display: grid;
  place-items: center;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--color-text-light);
  font-size: 18px;
  flex: 0 0 35px;
}
.toast-default .toast-content .toast-message {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 8px;
}
.toast-default .toast-content .toast-message .text {
  font-size: 14px;
  line-height: 1.25rem;
  color: var(--color-text-default);
}
.toast-default .toast-content .toast-message .text.text-1 {
  font-weight: 600;
  color: var(--color-text-default);
  font-size: 15px;
}
.toast-default .toast-content .toast-message .text.text-2 {
  font-weight: 400;
}
.toast-default .toast-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: var(--color-text-default);
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  border: 0;
  transition: background 0.15s ease, color 0.15s ease;
}
.toast-default .toast-close:hover {
  background: #f3f4f6;
  color: #111827;
}
.toast-default .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--progress-h);
  overflow: hidden;
}
.toast-default .progress::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--accent);
  animation: progress var(--duration) linear forwards;
  transform-origin: right;
}
.toast-default .progress.paused::before {
  animation-play-state: paused;
}
@keyframes progress {
  to {
    right: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .toast-default {
    transition: none;
    transform: none;
  }
  .toast-default .progress::before {
    animation: none;
    width: 0;
  }
}
.scenario-card-default {
  background-color: var(--color-bg-alt);
  opacity: 1;
  padding: 1rem;
  border-radius: 1rem;
  min-height: 10rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-shadow);
}
.scenario-card-default .scenarios-group-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.scenario-card-default .scenarios-group-inputs .input-group-label {
  font-weight: 500;
}
.scenario-card-default .scenarios-group-inputs .group-container-inputs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.scenario-card-default .scenarios-group-inputs .group-container-inputs .input-group-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.scenario-card-default .scenarios-group-inputs .group-container-inputs .input-group-container .group-input {
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  max-width: 10rem;
  background-color: var(--color-input-bg);
  opacity: 1;
  padding: 0.5rem 0.75rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.scenario-card-default .scenarios-group-inputs .group-container-inputs .input-group-container .group-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.scenario-card-default .input-group-span {
  font-size: 1rem;
  line-height: 1.1;
  color: var(--color-text-muted);
}
.scenario-card-default .add-rule-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 1rem;
}
.scenario-card-default .add-rule-form .add-rule-form-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.scenario-card-default .add-rule-form .add-rule-form-inputs .add-rule-form-inputs-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.scenario-card-default .add-rule-form .add-rule-form-inputs .btn-add-new-rule {
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--color-input-bg);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0rem;
  cursor: pointer;
  border-radius: 50%;
  padding: 0.5rem;
  transition: background-color 0.2s ease-in-out;
}
.scenario-card-default .add-rule-form .add-rule-form-inputs .btn-add-new-rule:hover {
  background-color: var(--color-input-border);
}
.scenario-card-default .add-rule-form .w-custom {
  max-width: 10rem;
}
.scenario-card-default .add-rule-form .w-custom-2 {
  width: 5rem;
}
:host {
  --st-header-text: #ffffff;
  --st-border: #e5e7eb;
  --st-row-bg: #ffffff;
  --st-row-alt: #fafafa;
}
.st-surface {
  background-color: var(--color-bg-alt);
  border: 1px solid var(--color-input-border);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 14px;
}
.st-root {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.st-root.st-loading {
  pointer-events: none;
  opacity: 0.9;
}
.st-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.st-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.st-title h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.2px;
}
.st-cards {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.st-cards .st-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  border-radius: 10px;
  background: var(--color-input-bg);
  color: var(--color-text-default);
  border: 1px solid var(--color-input-border);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.st-cards .st-card-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}
.st-cards .st-card-icon i {
  font-size: 16px;
  color: var(--color-text-default);
}
.st-cards .st-card-desc {
  font-size: 12px;
  color: var(--color-text-default);
}
.st-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-search {
  position: relative;
}
.st-search input {
  min-width: 260px;
  padding: 8px 12px 8px 38px;
  border-radius: 8px;
  border: 1px solid var(--color-input-border);
  background-color: var(--color-input-bg);
  color: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.st-search input:focus {
  border-color: var(--color-input-border);
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.15);
}
.st-search .st-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.st-search .st-search-icon i {
  color: #888;
  font-size: 14px;
}
.st-table-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--color-input-border);
  background-color: var(--color-input-bg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.st-table-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.st-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.st-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  font-size: 12px;
  background: var(--st-accent);
  color: var(--color-text-light);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 8px;
  border-bottom: 2px solid var(--st-accent-2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.st-table thead th:first-child {
  border-left: none;
}
.st-table thead th:last-child {
  border-right: none;
}
.st-table tbody td {
  vertical-align: middle;
  padding: 12px;
  border-bottom: 1px solid var(--st-border);
  font-size: 10px;
  font-family: "Rubik", sans-serif;
}
.st-table tbody tr {
  background: var(--st-row-bg);
  transition: background-color 0.12s ease;
}
.st-table tbody tr:nth-child(even) {
  background: var(--st-row-alt);
}
.st-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.1);
}
.st-table thead th,
.st-table tbody td {
  text-align: center;
}
.st-align-left {
  text-align: left !important;
}
.st-align-center {
  text-align: center !important;
}
.st-align-right {
  text-align: right !important;
}
td .st-cell-main {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.st-value {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.st-truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.st-actions-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.st-act-btn {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  border: 1px solid transparent;
  color: #fff;
  transition:
    transform 0.06s ease,
    filter 0.15s ease,
    opacity 0.15s ease;
}
.st-act-btn i {
  font-size: 14px;
  line-height: 1;
}
.st-act-btn:hover {
  filter: brightness(1.05);
}
.st-act-btn:active {
  transform: translateY(1px);
}
.st-act-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
.st-act-fallback {
  font-size: 10px;
  line-height: 1;
}
td.st-align-left .st-cell-main {
  justify-content: flex-start;
}
td.st-align-right .st-cell-main {
  justify-content: flex-end;
}
.st-col-select {
  width: 48px;
  text-align: center;
}
.st-sortable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.st-sorted {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.st-sort-icon {
  margin-left: 6px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}
.st-arrow-up,
.st-arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.st-arrow-up {
  border-bottom: 6px solid #fff;
  opacity: 0.55;
}
.st-arrow-down {
  border-top: 6px solid #fff;
  opacity: 0.55;
}
.st-sorted-asc .st-arrow-up {
  opacity: 1;
}
.st-sorted-desc .st-arrow-down {
  opacity: 1;
}
.st-cell-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.st-badge {
  flex: 0 0 auto;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 11px;
  color: #fff;
}
.st-subtext {
  font-size: 11px;
  opacity: 0.75;
  margin-top: 2px;
  display: block;
}
.st-clickable {
  cursor: pointer;
}
.st-empty td {
  text-align: center;
  padding: 22px;
  opacity: 0.75;
}
.st-loading-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, 0.02);
}
.st-spinner {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid rgba(127, 127, 127, 0.25);
  border-top-color: var(--st-accent);
  animation: stspin 0.9s linear infinite;
}
@keyframes stspin {
  to {
    transform: rotate(360deg);
  }
}
.st-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 0 6px;
}
.st-pagination .st-page-btn {
  padding: 4px 10px;
  border-radius: 5px;
  background: var(--color-input-bg);
  border: 1px solid var(--st-border);
  color: inherit;
  transition:
    background 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.st-pagination .st-page-btn:hover:not([disabled]) {
  background: var(--color-input-bg-hover);
  border-color: #d0d5dd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.st-pagination .st-page-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.st-pagination .st-page-info {
  font-size: 12px;
  opacity: 0.8;
}
.st-pagination .st-page-jump {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--color-text-default);
}
.st-pagination .st-page-jump .st-page-input {
  width: 64px;
  padding: 4px 6px;
  border-radius: 5px;
  color: var(--color-text-default);
  border: 1px solid var(--st-border);
  background: var(--color-input-bg);
  text-align: center;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: textfield;
}
.st-pagination .st-page-jump .st-page-input:focus {
  border-color: var(--st-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--st-accent) 20%, transparent);
}
.st-pagination .st-page-jump .st-page-input::-webkit-outer-spin-button,
.st-pagination .st-page-jump .st-page-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.st-card-button {
  display: flex;
}
.st-toolbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 4px;
}
.st-toolbar-btn {
  --btn-bg: #fff;
  --btn-fg: #111;
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid var(--color-input-border);
  background: var(--color-input-bg);
  color: var(--color-primary-light);
  font-size: 13px;
  line-height: 1;
  transition:
    background 0.15s,
    border-color 0.15s,
    box-shadow 0.15s,
    transform 0.06s;
}
.st-toolbar-btn i {
  color: inherit;
  font-size: 14px;
}
.st-toolbar-btn:hover:not([disabled]) {
  background: color-mix(in srgb, var(--btn-bg) 92%, #000 8%);
  border-color: color-mix(in srgb, var(--st-border) 85%, #000 15%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.st-toolbar-btn:active {
  transform: translateY(1px);
}
.st-toolbar-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}
.st-toolbar-btn i {
  font-size: 14px;
  color: inherit;
}
.st-toolbar-btn:hover:not([disabled]):not(.is-toggle.is-active) {
  background: #fafafa;
  border-color: #d0d5dd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.st-toolbar-btn:active {
  transform: translateY(1px);
}
.st-toolbar-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}
.st-toolbar-btn-label {
  white-space: nowrap;
}
.st-toolbar .st-toolbar-actions .st-toolbar-btn.is-toggle.is-active {
  background: var(--st-accent) !important;
  border-color: var(--st-accent) !important;
  color: #fff !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) inset;
}
.st-toolbar-btn.is-toggle.is-active:hover {
  filter: brightness(1.03);
}
.modal-exceptions-back {
  background-color: transparent;
}
.modal-exceptions {
  background-color: var(--color-bg-alt);
  border-radius: 1rem;
  position: relative;
  width: 100%;
  max-width: 50rem;
  overflow: hidden;
  min-height: 50vh;
  max-height: 90vh;
}
.modal-exceptions__header {
  position: sticky;
  top: 0;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  color: var(--color-text-default);
}
.modal-exceptions__title-header {
  font-weight: 500;
  font-size: 1.125rem;
}
.modal-exceptions .button-close-header {
  width: 2rem;
  height: 2rem;
}
.modal-exceptions__body {
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.modal-exceptions__body .input-search-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 0.5rem;
  color: var(--color-text-default);
}
.modal-exceptions__body .input-search-body .label-input-search-body {
  font-size: 1.125rem;
}
.modal-exceptions__body .input-search-body .search-input {
  min-height: 2rem;
  padding: 0.5rem 0.75rem;
  background-color: var(--color-input-bg);
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.modal-exceptions__body .input-search-body .search-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.modal-exceptions__body .modal-body-row-inputs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: end;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.modal-exceptions__body .modal-body-row-inputs .contianer-inputs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.modal-exceptions__body .exceptions-list-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 1rem;
  min-height: 20rem;
  overflow-y: auto;
}
.modal-exceptions__body .exceptions-list-section .exceptions-title {
  font-size: 1.125rem;
  font-weight: 600;
}
.modal-exceptions__body .exceptions-list-section .item-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}
.modal-exceptions__body .exceptions-list-section .item-details .item-details-name {
  font-size: 1rem;
  font-weight: 400;
  width: 25rem;
}
.modal-exceptions__body .exceptions-list-section .item-details .item-details-values {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.modal-exceptions__row-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  color: var(--color-text-default);
  min-height: 5rem;
}
.modal-exceptions__row-body .promoter-name-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 30rem;
}
.modal-exceptions__inputs-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.modal-exceptions__inputs-row .input-row {
  background-color: var(--color-input-bg);
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  width: 7rem;
  padding: 0.5rem 0.25rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.modal-exceptions__inputs-row .input-row:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.modal-exceptions__footer {
  position: sticky;
  bottom: 0;
  max-height: 5rem;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.modal-exceptions__footer .footer-page-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin: auto;
}
.modal-exceptions__footer .footer-page-container .btn-footer-page {
  font-size: 1rem;
  color: var(--color-text-default);
  border: 1px solid var(--color-input-border);
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.modal-exceptions__footer .footer-page-container .btn-footer-page:hover {
  background-color: var(--color-bg-body);
}
.modal-exceptions__footer .footer-page-container .btn-footer-page:disabled {
  opacity: 0.4;
}
.custom-select-modal {
  position: relative;
  width: 100%;
}
.custom-select-modal .custom-select-label {
  font-size: 1.125rem;
  font-weight: 600;
}
.custom-select-modal .custom-select-input {
  width: 100%;
  min-height: 2rem;
  padding: 0.5rem 0.75rem;
  background-color: var(--color-input-bg);
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  color: var(--color-text-default);
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.custom-select-modal .custom-select-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.custom-select-modal .custom-options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: var(--color-bg-body);
  border: 1px solid var(--color-input-border);
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: 20;
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-select-modal .custom-options-list li {
  padding: 0.5rem 0.75rem;
  color: var(--color-text-default);
  cursor: pointer;
  font-size: 0.875rem;
}
.custom-select-modal .custom-options-list li:hover {
  background-color: var(--color-bg-alt);
}
.import-scenario-modal-content {
  background-color: var(--color-bg-body);
  padding: 1rem;
  border-radius: 0.5rem;
}
.import-scenario-modal-content .list-loaded-scenario {
  overflow: auto;
}
@media (max-width: 1280px) {
  .import-scenario-modal-content .list-loaded-scenario {
    max-height: 200px;
  }
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.modal-container {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal-header,
.modal-footer {
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}
.modal-footer {
  border-top: 1px solid #eee;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}
.modal-header h2 {
  margin: 0;
}
.modal-header p {
  margin: 0.25rem 0 0;
  color: #666;
}
.close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-body {
  padding: 1.5rem;
  overflow-y: auto;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
section {
  background: #fafafa;
  padding: 1rem;
  border-radius: 12px;
}
section.full {
  grid-column: span 2;
}
section h3 {
  margin-bottom: 0.75rem;
}
.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.days {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.days button {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}
.days button.active {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.primary {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
}
.secondary {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
}
.container-auth .request-steps-container {
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  background-color: var(--color-bg-body);
  gap: 1rem;
  width: 50%;
  height: 90%;
  border-radius: 1rem;
  position: relative;
  padding: 2%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
@media (min-width: 1440px) {
  .container-auth .request-steps-container {
    width: 50%;
    height: 70%;
  }
}
.container-auth .request-steps-container .icon-back-home {
  grid-row: 1;
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  line-height: normal;
  width: 100%;
}
.container-auth .request-steps-container .button-fixed {
  grid-row: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
}
.steps-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.steps-container .forgotpassword-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 1rem;
  gap: 0.4rem;
}
.steps-container .forgotpassword-loading .loading-title {
  font-size: 0.75rem;
  color: var(--color-text-default);
  font-weight: 500;
  text-transform: uppercase;
}
.steps-container .forgotpassword-loading .spinner-container .spinner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #dbdcef;
  border-right-color: #ed1c24;
  animation: spinner-d3wgkg 1s infinite linear;
}
.steps-container .step-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  gap: 10px;
  width: max-content;
  height: 100%;
  grid-row: 1;
}
.steps-container .step-container .titles-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
}
.steps-container .step-container .titles-step .icon-title {
  font-size: 3rem;
  color: var(--color-text-default);
}
@media (min-width: 1280px) {
  .steps-container .step-container .titles-step .icon-title {
    font-size: 5rem;
  }
}
.steps-container .step-container .titles-step h1 {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.steps-container .step-container .titles-step p {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
  text-align: center;
  max-width: 400px;
}
.checkStrength-container {
  width: 100%;
  margin: auto;
}
.checkStrength-container .checkStrength-title {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.modal-email-confirm {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.187);
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
}
.modal-email-confirm .email-confirm-container {
  width: 400px;
  border-radius: 1rem;
  background: var(--color-bg-body);
  padding: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  gap: 10px;
}
.modal-email-confirm .email-confirm-container h1 {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.modal-email-confirm .email-confirm-container p {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.modal-email-confirm .email-confirm-container .number-confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  gap: 20px;
  width: 100%;
}
.modal-email-confirm .email-confirm-container .number-confirm p {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.modal-email-confirm .email-confirm-container .number-confirm .email-content {
  background-color: var(--color-bg-alt);
  width: auto;
  height: 50px;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
  justify-content: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-bottom: 3px solid #2aca1b;
  transition: all 0.2s ease-in-out;
}
.modal-email-confirm .email-confirm-container .number-confirm .email-content:hover {
  transform: scale(1.1);
}
.modal-email-confirm .email-confirm-container .buttons-confirmed {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  gap: 5px;
}
.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: var(--color-bg-body);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  margin: 15% auto;
  padding: 20px;
  border-radius: 1rem;
  width: 30%;
  height: auto;
  text-align: center;
}
.modal .modal-content h2 {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.modal .modal-content p {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.modal .modal-content .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 5%;
  gap: 10px;
}
.container-time-code {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.time-code {
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.strength-container {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  gap: 2px;
}
.strength-container .strength-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  margin-right: auto;
  color: var(--color-text-default);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: normal;
}
.fa-check-circle {
  color: var(--color-success);
}
.fa-times-circle {
  color: var(--color-error);
}
.container-auth {
  width: 100vw;
  height: 100vh;
  background:
    linear-gradient(
      139deg,
      #035EA3 22.03%,
      #0072C8 59.71%,
      #0080E1 71.61%,
      #0089F1 83.75%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.container-auth .container-svg {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40vw;
  height: 95vh;
  overflow: hidden;
}
.container-auth .login-container {
  z-index: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 40vw;
  height: 70vh;
  padding: 2rem;
  background-color: var(--color-bg-body);
  border-radius: 1rem;
  box-shadow: 2px 6px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--color-text-default);
}
@media (max-width: 1280px) {
  .container-auth .login-container {
    height: 80vh;
  }
  .container-auth .login-container .login-container__title {
    font-size: 1.125rem;
  }
  .container-auth .login-container .login-container__paragraph {
    font-size: 0.875rem;
  }
}
.container-auth .login-container__header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.1rem;
}
.container-auth .login-container__header .icon-back {
  position: absolute;
  z-index: 400;
  font-size: 2rem;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.container-auth .login-container__logo {
  width: 150px;
  height: 50px;
  background-image: var(--image-url-logo-login);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1280px) {
  .container-auth .login-container__logo {
    height: 40px;
  }
}
.container-auth .login-container__title {
  font-size: 2rem;
  font-weight: 600;
}
.container-auth .login-container__paragraph {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
.container-auth .login-container__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  min-width: 300px;
  width: 80%;
}
.container-auth .login-container__forgot-password {
  font-size: 1.125rem;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .container-auth .login-container__forgot-password {
    font-size: 0.875rem;
  }
}
.loading-screen {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.211);
  width: 100vw;
  height: 100vh;
}
.loading-screen .loading-animation {
  background-color: #ffffff;
  min-width: 200px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 1rem;
  margin: auto;
  gap: 30px;
  border-radius: 15px;
}
.loading-title {
  font-size: 1.125rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-transform: uppercase;
}
.spinner-container .spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid;
  border-color: #dbdcef;
  border-right-color: #ed1c24;
  animation: spinner-d3wgkg 1s infinite linear;
}
@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}
.btn-import-green {
  background: #10a843;
  color: #fff;
  border: none;
  border-radius: 0.35rem;
  padding: 0.35rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.1s;
  outline: none;
  letter-spacing: 0.01em;
  min-width: 90px;
  min-height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-import-green:hover,
.btn-import-green :focus {
  background: #0e9539;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
  transform: translateY(-1px) scale(1.03);
}
.btn-import-green:active {
  background: #0b8231;
  transform: scale(0.98);
}
.map-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.map-wrapper .btn-back-map {
  background-color: var(--color-bg-alt);
}
.map-wrapper .btn-sidebar-scenario,
.map-wrapper .btn-export-scenario {
  color: var(--color-text-default);
  background-color: var(--color-bg-alt);
}
.map-wrapper .current-scenario {
  color: var(--color-text-default);
  background-color: var(--color-bg-alt);
}
.map-wrapper .select-scenario-dropdown-container .select-scenario-dropdown {
  background-color: var(--color-bg-alt);
  color: var(--color-text-default);
}
.map-wrapper .select-scenario-dropdown-container .select-scenario-dropdown .custom-select-container {
  min-width: 5rem;
}
.map-wrapper google-map {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  display: block;
}
.map-wrapper app-pop-up {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  display: contents;
}
.legend-toggle-btn {
  position: fixed;
  bottom: 3%;
  left: 45%;
  background-color: var(--color-bg-body);
  color: var(--color-text-default);
  border: 1px solid var(--color-bg-body);
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  z-index: 10000;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  transition: background-color 0.2s;
}
.legend-toggle-btn:hover {
  background-color: #f5f5f5;
}
.map-legend {
  background-color: var(--color-bg-body);
  max-width: 85vw;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 1.3rem 0.8rem 0.8rem 0.8rem;
  position: fixed;
  left: 45%;
  bottom: 3%;
  margin: auto;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
.map-legend .minimize-btn {
  position: absolute;
  top: 1%;
  right: 1%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  height: 1.2rem;
  transition: background-color 0.2s;
}
.map-legend .minimize-btn:hover {
  color: #000;
}
.map-legend .legend-content {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.map-legend .legend-content .label-charts {
  font-size: 0.8rem;
  white-space: nowrap;
}
@media screen and (min-width: 1460px) {
  .map-legend .legend-content .label-charts {
    font-size: 0.8rem;
  }
}
.map-legend .legend-content .item-legend {
  display: flex;
  gap: 5px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.map-legend .legend-content .item-legend .icon-legend img {
  width: 30px;
  height: 30px;
}
.map-legend .legend-content .item-legend .name-legend {
  font-size: 0.4rem;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.map-legend .legend-content .item-legend:hover {
  transform: scale(1.1);
}
.map-legend .labels-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.legend-content {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.legend-content .label-charts {
  font-size: 0.6rem;
  white-space: nowrap;
}
@media screen and (min-width: 1460px) {
  .legend-content .label-charts {
    font-size: 0.6rem;
  }
}
.legend-content .item-legend {
  display: flex;
  gap: 5px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.legend-content .item-legend .icon-legend img {
  width: 30px;
  height: 30px;
}
.legend-content .item-legend .name-legend {
  font-size: 0.4rem;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.legend-content .item-legend:hover {
  transform: scale(1.1);
}
.labels-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sidebar-scenario-map-container {
  background-color: var(--color-bg-alt);
}
.sidebar-scenario-map-container .sidebar-scenario-map-header {
  background-color: var(--color-bg-alt);
}
.sidebar-scenario-map-container .scenario-name {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-scenario-map-container .custom-select-container {
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.map-list-scenarios {
  height: calc(100vh - 20%);
}
.container-home-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 1rem 3rem;
  box-sizing: border-box;
  background-image: var(--image-url-logo);
  background-position: -161.125px -31.428px;
  background-size: 171.027% 111.755%;
  background-repeat: no-repeat;
}
.container-home-page .container-left-home {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container-home-page .container-left-home .welcome-container {
  text-transform: uppercase;
  font-style: normal;
  text-wrap: nowrap;
}
.container-home-page .container-left-home .welcome-container h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.7%;
}
.container-home-page .container-left-home .welcome-container h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
.container-home-page .container-left-home .welcome-container h3 {
  line-height: 1%;
  font-size: 2.8rem;
  font-weight: 700;
}
.container-home-page .container-suporte {
  position: absolute;
  bottom: 1%;
  left: 1%;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 250ms;
  border-radius: 5px;
  padding: 1%;
}
.container-home-page .container-suporte .suporte-icon {
  font-size: 1.5rem;
}
.container-home-page .container-suporte .suporte-content {
  display: flex;
  flex-direction: column;
}
.container-home-page .container-suporte .suporte-content .suporte-content-span-1 {
  font-size: 1rem;
  font-weight: 600;
}
.container-home-page .container-suporte .suporte-content .suporte-content-span-2 {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 0.5%;
}
.container-home-page .container-suporte:hover {
  transform: translateY(-1.5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  background-color: rgba(219, 219, 219, 0.4196078431);
}
.container-home-page .container-right-home .right-home-user {
  display: flex;
  gap: 10px;
}
.container-home-page .container-right-home .right-home-user .right-home-user-info {
  display: flex;
  flex-direction: column;
}
.container-home-page .container-right-home .right-home-user .right-home-user-info .email-home {
  font-weight: 600;
  font-size: 1.2rem;
}
.container-home-page .container-right-home .right-home-user .right-home-user-info .user-info-role {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.7rem;
}
.container-home-page .container-right-home .right-home-user .home-img-user {
  width: 5rem;
  height: 5rem;
  border: 4px solid var(--color-text-default);
  border-radius: 50%;
  color: var(--color-text-default);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.container-home-page .container-right-home .right-home-user .home-img-user .icon-user-home {
  font-size: 3rem;
}
.container-home-page .container-right-home .conatiner-suporte-tickets {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 360px;
  height: 290px;
  flex-shrink: 0;
}
.container-home-page .container-right-home .conatiner-suporte-tickets .suporte-tickets-types-buttons {
  display: flex;
  gap: 5px;
}
.container-home-page .container-right-home .conatiner-suporte-tickets .suporte-tickets-types-buttons .tickets-types-button {
  color: #000;
  padding: 2%;
  border-radius: 5px 5px 0px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 250ms;
}
.container-home-page .container-right-home .conatiner-suporte-tickets .suporte-tickets-types-buttons .tickets-types-button:hover {
  background-color: #d9d9d9;
  transform: translateY(-1.5px);
}
.container-home-page .container-right-home .conatiner-suporte-tickets .suporte-tickets {
  background-color: #d9d9d9;
  border-radius: 0px 0px 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  padding: 3%;
  display: flex;
  gap: 10px;
}
.container-home-page .container-right-home .conatiner-suporte-tickets .suporte-tickets .suporte-ticket {
  height: 30px;
  background-color: white;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .container-home-page {
    background: url(/assets/images/home/logo-mobile-1.png) -20px -31.428px/cover no-repeat;
  }
  .container-home-page .container-left-home .welcome-container h1 {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.7%;
  }
  .container-home-page .container-left-home .welcome-container h2 {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .container-home-page .container-left-home .welcome-container h3 {
    line-height: 1%;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .container-home-page .container-right-home .right-home-user .home-img-user {
    width: 50px;
    height: 50px;
  }
  .container-home-page .container-suporte {
    bottom: 2%;
    left: 3%;
  }
}
.prosecutor-report-container {
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: normal;
  flex-wrap: nowrap;
  gap: 1rem;
}
.prosecutor-report-container .header-page-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
}
.prosecutor-report-container .header-page-container .visions-page-container {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  transition: all 0.3s ease;
}
.prosecutor-report-container .header-page-container .visions-page-container .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.prosecutor-report-container .header-page-container .visions-page-container .buttons-container .vision-buttons {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.prosecutor-report-container .header-page-container .visions-page-container .buttons-container .vision-buttons .button-vision {
  min-width: 110px;
  height: 100%;
  padding: 10px 15px;
  border-radius: 0.6rem 0.6rem 0 0;
  transition: all 0.3s ease;
}
.prosecutor-report-container .header-page-container .visions-page-container .buttons-container .vision-buttons .button-vision:hover {
  background-color: var(--color-bg-alt-hover);
}
.prosecutor-report-container .header-page-container .visions-page-container .buttons-container .action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  height: 100%;
}
.prosecutor-report-container .header-page-container .visions-page-container .buttons-container .action-buttons .btn-import-black,
.prosecutor-report-container .header-page-container .visions-page-container .buttons-container .action-buttons .btn-import-green {
  white-space: nowrap;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .prosecutor-report-container .header-page-container .visions-page-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .prosecutor-report-container .header-page-container .visions-page-container .buttons-container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .prosecutor-report-container .header-page-container .visions-page-container {
    padding: 0 0.5rem;
  }
}
.prosecutor-report-container .header-page-container .visions-page-container .cards-page {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.1rem;
  transition: all 0.3s ease;
}
.prosecutor-report-container .header-page-container .visions-page-container .active-vision {
  background-color: var(--color-bg-alt);
  transition: all 0.3s ease;
}
.prosecutor-report-container .header-page-container .filter-page-container {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: var(--color-bg-alt);
  width: 100%;
  padding: 1rem;
  border-radius: 0.6rem;
}
.prosecutor-report-container .header-page-container .filter-page-container .filter-selects-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex: 1;
}
.prosecutor-report-container .header-page-container .filter-page-container .filter-select {
  min-width: 180px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .prosecutor-report-container .header-page-container .filter-page-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .prosecutor-report-container .header-page-container .filter-page-container .filter-selects-container {
    width: 100%;
  }
  .prosecutor-report-container .header-page-container .filter-page-container ui-dropdown-select,
  .prosecutor-report-container .header-page-container .filter-page-container .filter-select {
    width: 100%;
  }
  .prosecutor-report-container .header-page-container .filter-page-container .filter-actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
    justify-content: space-between;
  }
  .prosecutor-report-container .header-page-container .filter-page-container .filter-actions ui-button,
  .prosecutor-report-container .header-page-container .filter-page-container .filter-actions button {
    flex: 1;
    min-width: 120px;
  }
}
.card-supervisor {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.1rem;
  padding: 0 1rem;
  font-size: 1rem;
  min-width: 170px;
}
.card-supervisor__name {
  font-weight: 500;
}
.card-supervisor__sale-total {
  font-size: 0.875rem;
  padding: 0 0.5rem;
  width: 100%;
  border-radius: 1rem;
}
.visions-page-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
.scenarios-dropdown-container {
  position: relative;
}
.scenarios-dropdown-container .scenarios-dropdown-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.scenarios-dropdown-container .scenarios-dropdown-wrapper .scenario-button {
  appearance: auto;
  background-color: var(--color-input-bg);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid var(--color-input-border);
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scenarios-dropdown-container .scenarios-dropdown-wrapper .scenario-button .scenario-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}
.scenarios-dropdown-container .scenarios-dropdown-wrapper .scenario-button .scenario-name:hover {
  border-color: #aaa;
}
.scenario-button:focus {
  outline: none;
  border-color: #4d90fe;
  box-shadow: 0 0 0 2px rgba(77, 144, 254, 0.2);
}
.scenario-button.active {
  border-color: #28a745;
}
.scenario-button i {
  font-size: 12px;
  margin-left: 8px;
}
.scenario-label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.scenario-label span {
  margin-right: 8px;
  font-weight: 500;
}
.scenario-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}
.scenario-indicator.active {
  background-color: #28a745;
}
@media screen and (max-width: 1200px) {
  .visions-page-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .scenarios-dropdown-container {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
  .scenarios-dropdown-wrapper {
    width: 100%;
    justify-content: flex-start;
  }
  .scenario-button {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .buttons-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .vision-buttons,
  .action-buttons {
    width: 100%;
    justify-content: flex-start;
  }
  .button-vision {
    flex: 1;
    text-align: center;
  }
  .action-buttons .btn-import-black,
  .action-buttons .btn-import-green {
    flex: 1;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .vision-buttons {
    flex-direction: column;
    width: 100%;
  }
  .action-buttons {
    flex-direction: column;
    width: 100%;
  }
  .button-vision,
  .action-buttons .btn-import-black,
  .action-buttons .btn-import-green {
    width: 100%;
  }
  .scenario-button {
    max-width: 100%;
  }
}
.scenario-selection-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin: 1rem 0;
}
.message-container {
  text-align: center;
  padding: 2rem;
}
.message-container h3 {
  margin-bottom: 0.5rem;
  color: #495057;
}
.message-container p {
  color: #6c757d;
}
.scenario-modal-wrapper {
  background-color: var(--color-bg-alt);
  border-radius: 8px;
  width: 500px;
  max-width: 90%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  color: var(--color-text-default);
}
.scenario-modal-wrapper .scenario-modal-card {
  display: flex;
  flex-direction: column;
}
.scenario-modal-wrapper .scenario-modal-card .scenario-modal-header {
  padding: 1.25rem;
}
.scenario-modal-wrapper .scenario-modal-card .scenario-modal-header h2 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--color-text-default);
}
.scenario-modal-wrapper .scenario-modal-card .scenario-modal-body {
  color: var(--color-text-default);
  padding: 1.5rem;
}
.scenario-modal-wrapper .scenario-modal-card .scenario-modal-footer {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}
.scenario-select-container {
  margin-top: 1rem;
}
.scenario-select-container .scenario-select-dropdown {
  background-color: var(--color-input-bg);
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--color-input-border);
  border-radius: 4px;
  font-size: 1rem;
  color: var(--color-text-default);
}
.btn-cancel {
  padding: 0.5rem 1rem;
  border: 1px solid #6c757d;
  background-color: var(--color-error);
  color: var(--color-text-default);
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-cancel:hover {
  background-color: var(--color-error);
  opacity: 0.9;
}
.btn-confirm {
  padding: 0.5rem 1rem;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-confirm:hover {
  background-color: #0069d9;
}
.btn-confirm:disabled {
  background-color: var(--color-text-muted);
  cursor: not-allowed;
}
.export-btn {
  transition: all 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.export-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.export-btn-pdf {
  background-color: #DC3545;
}
.export-btn-pdf:hover {
  background-color: #c82333;
}
.export-btn-excel {
  background-color: #1D6F42;
}
.export-btn-excel:hover {
  background-color: #17593a;
}
.smart-table.is-wrap th,
.smart-table.is-wrap td {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.wide-modal {
  width: 80%;
  max-width: 1000px;
}
.content-modal {
  background-color: var(--color-bg-alt);
  color: var(--color-text-default);
}
.content-modal .header-modal {
  background-color: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-input-border);
}
.content-modal .header-modal h2 {
  color: var(--color-text-default);
}
.content-modal .modal-body {
  background-color: var(--color-bg-alt);
  color: var(--color-text-default);
}
.hub-tabs {
  display: flex;
  border-bottom: 1px solid var(--color-input-border);
  margin-bottom: 20px;
}
.tab {
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-default);
}
.tab.active {
  border-bottom-color: #007bff;
  color: #007bff;
}
.tab:hover:not(.active) {
  background-color: var(--color-input-bg);
}
.tab-content {
  padding: 15px 0;
}
.tab-header {
  margin-bottom: 20px;
}
.tab-header h3 {
  margin-bottom: 8px;
}
.import-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.btn-primary {
  padding: 10px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: #0069d9;
}
.btn-primary:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.btn-refresh {
  padding: 8px 12px;
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.file-upload-container {
  position: relative;
}
.file-upload-label {
  padding: 10px 16px;
  background-color: var(--color-input-bg);
  border: 1px solid var(--color-input-border);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 250px;
  color: var(--color-text-default);
}
.file-input {
  position: absolute;
  left: -9999px;
}
.message-container {
  margin: 20px 0;
}
.error-message,
.success-message {
  padding: 12px;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.error-message {
  background-color: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  color: #dc3545;
}
.success-message {
  background-color: rgba(25, 135, 84, 0.1);
  border: 1px solid rgba(25, 135, 84, 0.3);
  color: #198754;
}
.detail-row {
  margin-top: 4px;
  font-size: 0.9rem;
  display: flex;
  gap: 8px;
}
.detail-label {
  font-weight: 500;
}
.row-errors {
  margin-top: 8px;
}
.row-error-item {
  margin-top: 2px;
}
.row-number {
  font-weight: 500;
}
.submit-btn {
  min-width: 150px;
}
.networks-container {
  margin-top: 20px;
}
.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #6c757d;
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  color: var(--color-text-muted);
  background-color: var(--color-input-bg);
  border-radius: 8px;
}
.empty-state i {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.networks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.network-item {
  padding: 12px 16px;
  border: 1px solid var(--color-input-border);
  border-radius: 4px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--color-input-bg);
  color: var(--color-text-default);
}
.network-item i {
  color: #007bff;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.form-group input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--color-input-border);
  border-radius: 4px;
  font-size: 16px;
  background-color: var(--color-input-bg);
  color: var(--color-text-default);
}
.form-group input[type=text]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.logo-upload-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.logo-preview {
  width: 100px;
  height: 100px;
  border: 1px solid var(--color-input-border);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-input-bg);
}
.logo-preview img {
  max-width: 100%;
  max-height: 100%;
}
.logo-upload {
  flex: 1;
}
.logo-upload small {
  display: block;
  margin-top: 8px;
  color: #6c757d;
}
.networks-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}
.networks-actions .btn-refresh {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--color-input-bg);
  border: 1px solid var(--color-input-border);
  border-radius: 4px;
  color: var(--color-text-default);
  cursor: pointer;
  transition: all 0.3s ease;
}
.networks-actions .btn-refresh:hover {
  background-color: var(--color-bg-alt);
  border-color: var(--color-input-border);
}
.networks-actions .btn-refresh:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.networks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
}
.network-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--color-input-border);
  border-radius: 8px;
  background-color: var(--color-input-bg);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.network-card:hover {
  border-color: #007bff;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.15);
  transform: translateY(-2px);
}
.network-card .network-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.network-card .network-info i {
  color: #007bff;
  font-size: 18px;
}
.network-card .network-info .network-name {
  font-weight: 500;
  color: var(--color-text-default);
  font-size: 14px;
}
.network-card .network-actions {
  display: flex;
  gap: 8px;
}
.network-card .network-actions .btn-edit,
.network-card .network-actions .btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.network-card .network-actions .btn-edit:hover,
.network-card .network-actions .btn-delete:hover {
  transform: scale(1.1);
}
.network-card .network-actions .btn-edit {
  background-color: #e3f2fd;
  color: #1976d2;
}
.network-card .network-actions .btn-edit:hover {
  background-color: #bbdefb;
}
.network-card .network-actions .btn-delete {
  background-color: #ffebee;
  color: #d32f2f;
}
.network-card .network-actions .btn-delete:hover {
  background-color: #ffcdd2;
}
.small-modal {
  max-width: 400px;
}
.confirm-message {
  text-align: center;
  padding: 20px 0;
}
.confirm-message .warning-icon {
  font-size: 48px;
  color: #ff9800;
  margin-bottom: 16px;
}
.confirm-message p {
  margin: 8px 0;
  line-height: 1.5;
}
.confirm-message .warning-text {
  color: #dc3545;
  font-size: 14px;
  font-style: italic;
}
.btn-secondary {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-secondary:hover {
  background-color: #5a6268;
}
.btn-danger {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-danger:hover {
  background-color: #c82333;
}
.btn-danger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.header-scenario-settings {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.6rem;
}
.header-scenario-settings > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex-shrink: 0;
  min-width: 12rem;
}
.header-scenario-settings > div:nth-child(1) {
  flex-grow: 1;
  min-width: 25rem;
}
@media (max-width: 1440px) {
  .header-scenario-settings > div {
    flex-grow: 1;
    min-width: 10rem;
  }
  .header-scenario-settings > div:nth-child(1) {
    flex-grow: 1;
    min-width: 10rem;
  }
}
.scenario-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: var(--color-bg-body);
  width: 100;
  box-shadow: 0 -10px 15px -5px rgba(0, 0, 0, 0.2);
  padding: 0.75rem 0.25rem;
}
.scenarios-input-default {
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  background-color: var(--color-input-bg);
  padding: 0.5rem 0.75rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
}
.scenarios-input-default:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.width-custom-input {
  width: 100%;
  min-width: unset;
}
.custom-select-container {
  position: relative;
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  background-color: var(--color-input-bg);
  padding: 0.5rem 0.75rem;
  min-width: 10rem;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.custom-select-container:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 20rem;
  z-index: 10;
  padding: 0rem;
  overflow: auto;
  background-color: var(--color-input-bg-dark);
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  list-style: none;
}
.options-list .option-item {
  color: var(--color-text-default);
  width: 100%;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.options-list .option-item:hover {
  background-color: var(--color-input-bg-hover);
}
.sidebar-scenarios-btn {
  background-color: var(--color-bg-alt);
}
.sidebar-scenarios-aside {
  background-color: var(--color-bg-alt);
}
.sidebar-scenarios-aside__header {
  background-color: var(--color-bg-alt);
}
.sidebar-scenarios-aside__header .btn-close-side-bar {
  color: var(--color-text-default);
  transition: background-color 0.2s ease-in-out;
}
.sidebar-scenarios-aside__header .btn-close-side-bar:hover {
  background-color: var(--color-input-bg);
}
.sidebar-scenarios-aside__card-scenario {
  background-color: var(--color-input-bg);
  cursor: pointer;
}
.scenario-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  z-index: 1000;
}
.modal-card {
  width: min(560px, 92vw);
  max-height: 90vh;
  background: var(--color-bg-alt);
  color: var(--color-text-default);
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  overflow-y: auto;
}
.modal-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-bg-alt);
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
}
.modal-card,
.map-tools-floating,
.mtf-input {
  color-scheme: light;
}
.btn-close {
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.modal-body {
  padding: 16px;
  color: var(--color-text-default);
}
.form-row {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}
.form-row .custom-select-container {
  width: 100%;
}
.error {
  color: #d32f2f;
  font-size: 12px;
}
.hint {
  color: #6b7280;
  font-size: 12px;
}
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}
.btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  cursor: pointer;
}
.btn.primary {
  background: #0d6efd;
  border-color: #0b5ed7;
  color: #fff;
}
.btn.ghost {
  background: #fff;
}
.modal-loading {
  padding: 24px;
  text-align: center;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "\25be";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6b7280;
  pointer-events: none;
}
.form-row {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}
.error {
  color: #d32f2f;
  font-size: 12px;
}
.hint {
  color: #6b7280;
  font-size: 12px;
}
.days-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}
.daychip {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  border: 1px solid var(--color-input-border);
  border-radius: 8px;
  background: var(--color-input-bg);
  font-size: 13px;
  color: var(--color-text-default);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.15s;
}
.daychip:hover {
  background: var(--color-input-bg-hover);
}
.daychip input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #0b5ed7;
}
.daychip:has(input:checked) {
  border-color: #a9c7ff;
  background: var(--color-input-active);
  border-color: var(--color-input-border);
}
.days-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.daychip input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.input-with-button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.input-with-button .btn.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--color-input-border);
  background: var(--color-input-bg);
}
.input-with-button .btn.icon i {
  font-size: 16px;
  color: var(--color-text-default);
}
.modal-backdrop-map {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  z-index: 1000;
}
.modal-card.modal-map {
  width: min(96vw, 1100px);
  height: min(90vh, 820px);
  background: var(--color-bg-alt);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-header {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-body-map {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.map-search-row {
  display: block;
}
gmpx-place-autocomplete {
  display: block;
  width: 100%;
  background-color: var(--color-bg-alt);
}
.map-box {
  position: relative;
  flex: 1 1 auto;
  min-height: 260px;
  border: 1px solid var(--color-input-border);
  background-color: var(--color-bg-alt);
  border-radius: 12px;
  overflow: hidden;
}
.map-canvas {
  position: absolute;
  inset: 0;
}
.map-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #6b7280;
  background: #fafafa;
}
.map-tools-floating {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 280px;
  border: 1px solid var(--color-input-border);
  background-color: var(--color-bg-alt);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 1fr;
  z-index: 2;
}
.mtf-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text-default);
}
.mtf-label {
  font-size: 12px;
  color: var(--color-text-grey);
}
.mtf-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  font-size: 13px;
  background: #fff;
  color: #111;
}
.mtf-input:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.mtf-actions {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  margin-top: 4px;
}
.btn {
  border-radius: 8px;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}
.btn.ghost {
  background: #fff;
  border-color: #e5e7eb;
}
.btn.outline {
  background: #fff;
  border-color: #60a5fa;
}
.btn.primary {
  background: #2563eb;
  color: #fff;
}
.mtf-hint {
  font-size: 11px;
  color: #6b7280;
}
@media (max-width: 768px) {
  .modal-card.modal-map {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }
  .modal-header {
    padding: 12px;
  }
  .modal-body-map {
    padding: 12px;
  }
  .map-tools-floating {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(92vw, 420px);
    top: 16px;
  }
}
.modal-card.modal-confirm {
  width: min(420px, 92vw);
}
.upload-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px dashed #cbd5e1;
  border-radius: 10px;
  background: #f9fafb;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.upload-box:hover {
  background: #f3f4f6;
  border-color: #60a5fa;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.15);
}
.upload-box.dragging {
  background: #eef2ff;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}
.upload-icon {
  font-size: 22px;
  line-height: 1;
}
.upload-text .file-title {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.upload-text .file-sub {
  font-size: 12px;
  color: #6b7280;
}
.file-name {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.btn.sm {
  padding: 6px 10px;
  font-size: 12px;
}
.filter-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  transition:
    background 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}
.filter-checkbox:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.18);
}
.filter-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  background: #fff;
  display: grid;
  place-items: center;
  transition:
    background 150ms ease,
    border-color 150ms ease,
    transform 100ms ease;
}
.filter-checkbox input[type=checkbox]::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform 120ms ease;
}
.filter-checkbox input[type=checkbox]:checked {
  background: #2563eb;
  border-color: #2563eb;
}
.filter-checkbox input[type=checkbox]:checked::after {
  transform: rotate(-45deg) scale(1);
}
.filter-checkbox input[type=checkbox]:active {
  transform: scale(0.96);
}
.filter-checkbox input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.25);
}
.filter-checkbox span {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1;
}
:host {
  display: flex;
  background-color: var(--color-bg-body);
  color: var(--color-text-default);
  min-height: 100vh;
}
.app-container {
  display: flex;
  height: 100vh;
}
.main-content {
  position: relative;
  overflow-y: auto;
  flex: 1;
  background-color: var(--color-bg-body);
  color: var(--color-text-default);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main-content::-webkit-scrollbar {
  display: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}
.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}
.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: "";
  content: var(--tw-content);
}
.checked\:border-blue-700:checked {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.checked\:bg-blue-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.checked\:before\:text-sm:checked::before {
  content: var(--tw-content);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.checked\:before\:leading-none:checked::before {
  content: var(--tw-content);
  line-height: 1;
}
.checked\:before\:text-white:checked::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.checked\:before\:content-\[\'\2713\'\]:checked::before {
  --tw-content: "\2713";
  content: var(--tw-content);
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  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);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.focus-visible\:outline:focus-visible {
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-red-600:focus-visible {
  outline-color: #dc2626;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:w-\[420px\] {
    width: 420px;
  }
  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:me-0 {
    margin-inline-end: 0px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
  .dark\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
