/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-blue-700: #1447e6;
    --color-gray-100: #f3f4f6;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-700: #364153;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-3xl: 1.5rem;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: "Barlow", sans-serif;
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-blue-700: lab(36.9089% 35.0961 -85.6872);
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-700: lab(27.1134% -.956401 -12.3224);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

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

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

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .mb-1 {
    margin-bottom: var(--spacing);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

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

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

  .w-96 {
    width: calc(var(--spacing) * 96);
  }

  .w-full {
    width: 100%;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

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

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

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

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

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

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

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

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

  .font-sans {
    font-family: Barlow, sans-serif;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

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

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

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }
}

@font-face {
  font-family: Barlow;
  src: url("/fonts/Barlow/Barlow-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Barlow-Bold;
  src: url("/fonts/Barlow/Barlow-Bold.ttf") format("truetype");
}

:root {
  --background: #fff;
  --foreground: #171717;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.login-page {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #030d19;
  --tw-gradient-to: #0b1d38;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  min-height: 100vh;
  color: var(--color-white);
  flex-direction: column;
  justify-content: space-between;
  font-family: Barlow, sans-serif;
  display: flex;
  overflow-x: hidden;
}

.login-card {
  border-radius: var(--radius-3xl);
  width: 100%;
  max-width: 600px;
  padding: calc(var(--spacing) * 6);
  --tw-backdrop-blur: blur(var(--blur-sm));
  -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, );
}

@media (min-width: 40rem) {
  .login-card {
    padding: calc(var(--spacing) * 8);
  }
}

.login-logo-wrapper {
  justify-content: center;
  margin-bottom: 70px;
  display: flex;
}

.login-logo {
  width: 450px;
  max-width: none;
  height: 80px;
}

@media (max-width: 639px) {
  .login-logo {
    width: 288px;
    height: 51px;
  }
}

:where(.login-form > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}

.login-form {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .login-form {
    width: 280px;
  }
}

.login-main {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.login-input-wrapper {
  position: relative;
}

.login-input {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-white);
  width: 100%;
  padding-inline: calc(var(--spacing) * 3);
  padding-top: 10px;
  padding-bottom: calc(var(--spacing) * 3);
  text-align: center;
  background-color: #0000;
  border-radius: 3.40282e38px;
  font-size: 16px;
}

.login-input::placeholder {
  color: var(--color-gray-400);
}

.login-input {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: .3s;
  transition-duration: .3s;
}

.login-input:focus {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: var(--color-blue-500);
  --tw-outline-style: none;
  outline-style: none;
}

.login-input-password {
  padding-right: calc(var(--spacing) * 12);
  padding-left: calc(var(--spacing) * 12);
}

.login-password-toggle {
  top: 50%;
  right: calc(var(--spacing) * 4);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  cursor: pointer;
  color: var(--color-white);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  position: absolute;
}

@media (hover: hover) {
  .login-password-toggle:hover {
    color: var(--color-gray-300);
  }
}

.login-btn-container {
  justify-content: center;
  gap: .75rem;
  width: 100%;
  padding-top: .5rem;
  display: flex;
}

.login-btn {
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 9999px;
  padding: .5rem 1.25rem;
  font-weight: 700;
  transition: all .15s;
}

.login-btn-primary {
  color: var(--color-white);
  background-color: #0171ce;
}

@media (hover: hover) {
  .login-btn-primary:hover {
    background-color: #0d2549;
  }
}

.login-btn-secondary {
  background-color: var(--color-white);
  color: #0b1d38;
}

@media (hover: hover) {
  .login-btn-secondary:hover {
    background-color: #0d2549;
  }
}

@media (hover: hover) {
  .login-btn-secondary:hover {
    color: var(--color-white);
  }
}

.login-forgot-wrapper {
  text-align: center;
  margin-top: 40px;
}

.login-forgot-link {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: #53617e;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  text-decoration-thickness: 1px;
}

@media (hover: hover) {
  .login-forgot-link:hover {
    color: var(--color-white);
  }
}

@media (hover: hover) {
  .login-forgot-link:hover {
    text-decoration-line: underline;
  }
}

.login-footer {
  padding: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-400);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login-copyright {
  text-align: center;
  flex-grow: 1;
}

.login-whatsapp {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  display: inline-flex;
}

@media (hover: hover) {
  .login-whatsapp:hover {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}

@media (hover: hover) {
  .login-whatsapp:hover {
    --tw-brightness: brightness(110%);
    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, );
  }
}

.login-whatsapp-icon {
  height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
}

.modal-overlay {
  z-index: 1000;
  background-color: #030d19f2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-content {
  background: #0b1d38;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 90%;
  max-width: 400px;
  padding: calc(2rem + 40px) 2rem;
  display: flex;
}

.modal-text {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.modal-buttons {
  justify-content: center;
  gap: 1.25rem;
  display: flex;
}

.dashboard-layout {
  background: #f5f6fa;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.dashboard-navbar {
  z-index: 100;
  background: #061428;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 4px #00000040;
}

.dashboard-logo {
  width: auto;
  height: 36px;
  display: block;
}

.dashboard-navbar-right {
  align-items: center;
  display: flex;
}

.dashboard-hamburger {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  background: none;
  border: none;
  margin-left: .25rem;
  padding: .5rem;
  transition: opacity .15s;
  display: none;
}

.dashboard-hamburger:hover {
  opacity: 1;
}

.dashboard-mobile-overlay {
  z-index: 99;
  pointer-events: none;
  position: fixed;
  inset: 60px 0 0;
}

.dashboard-mobile-overlay.open {
  pointer-events: auto;
}

.dashboard-mobile-backdrop {
  opacity: 0;
  z-index: 1;
  background: #06142880;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.dashboard-mobile-overlay.open .dashboard-mobile-backdrop {
  opacity: 1;
}

.dashboard-mobile-overlay.closing .dashboard-mobile-backdrop {
  opacity: 0;
}

.dashboard-mobile-menu {
  z-index: 2;
  background: #061428;
  padding: .5rem 0;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.dashboard-mobile-overlay.open .dashboard-mobile-menu {
  transform: translateY(0);
}

.dashboard-mobile-overlay.closing .dashboard-mobile-menu {
  transform: translateY(-100%);
}

.dashboard-user-menu-wrapper {
  position: relative;
}

.dashboard-user-btn {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  align-items: center;
  gap: .4rem;
  padding: .5rem .75rem;
  transition: opacity .15s;
  display: flex;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

.dashboard-user-btn:hover, .dashboard-user-btn:focus, .dashboard-user-btn:active {
  opacity: 1;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

.dashboard-user-arrow {
  transition: transform .2s;
}

.dashboard-user-arrow.open {
  transform: rotate(180deg);
}

.dashboard-dropdown {
  z-index: 200;
  background: #061428;
  border-radius: 0 0 8px 8px;
  min-width: 200px;
  margin-top: 0;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000004d;
}

.dashboard-dropdown-item {
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .75rem 1rem;
  font-size: .875rem;
  transition: background .15s;
  display: flex;
}

.dashboard-dropdown-item:hover {
  background: #0b1d38;
}

.dashboard-body {
  flex: 1;
  min-height: 0;
  display: flex;
}

.dashboard-right {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.dashboard-sidebar {
  background: #061428;
  flex-direction: column;
  flex-shrink: 0;
  width: 230px;
  transition: width .2s;
  display: flex;
  position: relative;
}

.dashboard-sidebar.collapsed {
  width: 60px;
}

.dashboard-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-menu-li {
  position: relative;
}

.dashboard-menu-item {
  color: #fff;
  white-space: nowrap;
  opacity: .5;
  cursor: pointer;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1.25rem;
  font-size: .9rem;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  overflow: hidden;
}

.dashboard-menu-item:hover, .dashboard-menu-item.active {
  opacity: 1;
  background: #0b1d38;
}

.dashboard-menu-icon {
  flex-shrink: 0;
  display: block;
}

.dashboard-sidebar.collapsed .dashboard-menu-item {
  justify-content: center;
  padding: .75rem;
}

.dashboard-sidebar.collapsed .dashboard-menu-item span {
  display: none;
}

.dashboard-toggle-btn {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.dashboard-sidebar.collapsed .dashboard-toggle-btn {
  background: none;
  right: -18px;
}

.toggle-arrow {
  font-size: 12px;
  line-height: 1;
}

.dashboard-content {
  color: #fff;
  background: #0b1d38;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 10px 30px 30px;
  display: flex;
  overflow-y: auto;
}

.dashboard-page-title {
  color: #fff;
  margin: 0 0 10px;
  font-size: 50px;
  font-weight: 700;
}

.dashboard-page-subtitle {
  color: #ffffffb3;
  margin: 0;
  font-size: .95rem;
}

.dashboard-footer {
  color: #ffffffb3;
  background: #061428;
  justify-content: flex-end;
  align-items: center;
  gap: .75rem;
  padding: .75rem 20px .75rem 1.5rem;
  font-size: .8rem;
  display: flex;
}

.dashboard-footer-whatsapp {
  transition: transform .15s;
  display: inline-flex;
}

.dashboard-footer-whatsapp:hover {
  transform: scale(1.1);
}

.dashboard-whatsapp-icon {
  filter: brightness(0) invert();
  width: 22px;
  height: 22px;
}

.dashboard-payment-card {
  background: #0171ce;
  border-radius: 16px;
  width: 100%;
  padding: 3rem 1.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.dashboard-payment-icon {
  width: 48px;
  height: auto;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.dashboard-payment-row {
  flex-direction: column;
  padding: .5rem 0;
  display: flex;
}

.dashboard-payment-label {
  color: #90b8e7;
  text-transform: uppercase;
  font-size: 13px;
}

.dashboard-payment-value {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.dashboard-dates-card {
  background: #3e4559;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  padding: 1.5rem;
}

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

.dashboard-dates-col {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.dashboard-dates-label {
  color: #8e95a9;
  text-transform: uppercase;
  font-size: 13px;
}

.dashboard-dates-value {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.dashboard-header-row {
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
}

.dashboard-header-title-col {
  flex-direction: column;
  justify-content: flex-end;
  width: 25%;
  min-width: 220px;
  display: flex;
}

.dashboard-header-period-col {
  flex: 1;
  width: 75%;
  padding-left: 10px;
}

.dashboard-period-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-top: 11px;
  display: flex;
}

.dashboard-period-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.dashboard-period-select {
  color: #061428;
  cursor: pointer;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='%23061428'%3E%3Cpath d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") right .5rem center no-repeat;
  border: 1px solid #3e4559;
  border-radius: 8px;
  min-width: 130px;
  padding: 4px 1.5rem 4px .6rem;
  font-family: Barlow, sans-serif;
  font-size: 13px;
}

.dashboard-period-select option {
  color: #061428;
  background: #fff;
}

.dashboard-cards-row {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.dashboard-cards-left {
  flex-direction: column;
  gap: 10px;
  width: 25%;
  min-width: 220px;
  display: flex;
}

.dashboard-cards-right {
  flex: 1;
  min-height: 0;
}

.dashboard-chart {
  background: #d7d9dd;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.dashboard-chart-title {
  color: #061428;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  font-size: 13px;
}

.dashboard-chart-empty {
  color: #8e95a9;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.dashboard-credit-card {
  box-sizing: border-box;
  background: #1b2c52;
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.dashboard-credit-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  display: flex;
}

.dashboard-credit-title {
  color: #90b8e7;
  text-transform: uppercase;
  font-size: 13px;
}

.dashboard-credit-total {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.dashboard-credit-chart {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
}

.dashboard-credit-pie {
  width: 70%;
  height: auto;
}

.dashboard-credit-footer {
  gap: 0;
  display: flex;
}

.dashboard-credit-footer-col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 2px;
  width: 50%;
  padding-left: 10px;
  display: flex;
}

.dashboard-credit-footer-label {
  color: #90b8e7;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  font-size: 13px;
}

.dashboard-credit-footer-value {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.dashboard-chart-svg {
  flex: 1;
  width: 100%;
  min-height: 0;
  display: block;
}

.dashboard-chart-svg text {
  font-family: Barlow, sans-serif;
}

.movements-filter-bar {
  background: #061428;
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  padding: 15px 30px;
  display: flex;
}

.movements-filter-left {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.movements-filter-center, .movements-filter-group {
  align-items: center;
  gap: 8px;
  display: flex;
}

.movements-filter-inline {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.movements-filter-label {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
}

.movements-date-input {
  color: #061428;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 4px 8px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
}

.movements-date-sep {
  color: #fff;
  font-size: 13px;
}

.movements-date-sep-img {
  width: 18px;
  height: auto;
  display: block;
  position: relative;
  top: 2px;
}

.movements-consult-btn {
  color: #fff;
  cursor: pointer;
  background: #0171ce;
  border: none;
  border-radius: 15px;
  padding: 5px 20px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: background .15s;
}

.movements-consult-btn:hover {
  background: #0d2549;
}

.movements-filter-right {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.movements-search-wrap {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.movements-search-icon {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.movements-search-input {
  color: #061428;
  background: #fff;
  border: none;
  border-radius: 6px;
  width: 180px;
  padding: 4px 28px 4px 10px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
}

.movements-estado-badge {
  color: #fff;
  background: #0b1d38;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  margin-bottom: .5rem;
  padding: 6px 12px;
  font-size: 13px;
  display: inline-flex;
}

.movements-estado-clear {
  color: #90b8e7;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.movements-estado-clear:hover {
  color: #fff;
}

.movements-table-card {
  background: #061428;
  border-radius: 10px;
  padding: 10px 10px 20px;
}

.movements-table-wrap {
  overflow-x: auto;
}

.movements-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 13px;
}

.movements-th-sortable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.movements-th-sortable:hover {
  color: #fff;
}

.movements-sort-arrow {
  color: #fff;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.movements-sort-active {
  transform: scale(.7);
}

.movements-table th {
  color: #90b8e7;
  text-transform: uppercase;
  text-align: left;
  background: none;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 400;
}

.movements-table th:first-child, .movements-table td:first-child {
  width: 60px;
  max-width: 60px;
}

.movements-desktop-only .movements-table th:nth-child(2), .movements-desktop-only .movements-table td:nth-child(2) {
  box-sizing: border-box;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.movements-desktop-only .movements-table th:nth-child(4), .movements-desktop-only .movements-table td:nth-child(4) {
  width: 8%;
}

.movements-desktop-only .movements-table th:nth-child(5), .movements-desktop-only .movements-table td:nth-child(5) {
  width: 7%;
}

.movements-desktop-only .movements-table th:nth-child(7), .movements-desktop-only .movements-table td:nth-child(7) {
  width: 8%;
}

.movements-desktop-only .movements-table td:nth-child(7) {
  text-align: left !important;
}

.movements-desktop-only .movements-table th:nth-child(8), .movements-desktop-only .movements-table td:nth-child(8) {
  width: 13%;
}

.movements-desktop-only .movements-table th:nth-child(11), .movements-desktop-only .movements-table td:nth-child(11) {
  width: 16%;
}

.movements-table td {
  color: #fff;
  word-break: break-word;
  overflow-wrap: break-word;
  border-bottom: 1px solid #9b9a9f;
  padding: 8px 12px;
}

.movements-table tbody tr:last-child td {
  border-bottom: none;
}

.movements-table tbody tr:hover {
  background: #ffffff0a;
}

.movements-amount {
  text-align: right;
  font-weight: 700;
}

.movements-empty {
  color: #8e95a9;
  text-align: center !important;
  padding: 2rem !important;
}

.movements-loading, .movements-error {
  color: #fff;
  text-align: center;
  padding: 2rem;
  font-size: 14px;
}

.movements-error {
  color: #ff6b6b;
}

.movements-download-wrap {
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
}

.movements-download-btn {
  color: #fff;
  cursor: pointer;
  background: #0171ce;
  border: none;
  border-radius: 15px;
  padding: 5px 10px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: background .15s;
}

.movements-download-btn:hover {
  background: #0d2549;
}

.movements-desktop-only {
  display: block;
}

.movements-mobile-only {
  display: none;
}

.movements-mobile-card {
  border-bottom: 1px solid #9b9a9f;
  align-items: center;
  gap: 0;
  padding: 12px 10px;
  display: flex;
}

.movements-mobile-card:last-child {
  border-bottom: none;
}

.movements-mobile-col-main {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 8px;
}

.movements-mobile-col-amount {
  text-align: right;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 8px;
}

.movements-mobile-col-action {
  flex: 0 0 5%;
  justify-content: center;
  align-items: center;
  max-width: 5%;
  display: flex;
}

.movements-mobile-commerce {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.movements-mobile-date {
  color: #fff;
  margin-top: 2px;
  font-size: 12px;
}

.movements-mobile-amount {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.movements-mobile-type {
  color: #fff;
  margin-top: 2px;
  font-size: 16px;
}

.movements-mobile-open {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.movements-mobile-open img {
  width: 30px;
  height: 20px;
  display: block;
}

.movements-modal-overlay {
  z-index: 1000;
  background: #030d19f2;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.movements-modal {
  background: #0b1d38;
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
}

.movements-modal-header {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.movements-modal-title {
  color: #90b8e7;
  font-size: 20px;
  font-weight: 700;
}

.movements-modal-close {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  color: #fff !important;
}

.movements-modal-close:hover {
  color: #fff;
}

.movements-modal-body {
  padding: 5px 20px 20px;
}

.movements-modal-table {
  border-collapse: collapse;
  width: 100%;
}

.movements-modal-table td {
  vertical-align: top;
  padding: 10px 8px;
  font-size: 14px;
}

.movements-modal-label {
  color: #90b8e7;
  width: 40%;
  font-weight: 400;
}

.movements-modal-value {
  color: #fff;
  width: 60%;
  font-weight: 400;
}

.statements-table {
  border-collapse: separate;
  width: 100%;
}

.statements-table thead, .statements-table tbody {
  width: 100%;
  display: block;
}

.statements-table tr {
  border-bottom: 1px solid #9b9a9f;
  align-items: center;
  width: 100%;
  display: flex;
}

.statements-table thead tr, .statements-table tbody tr:last-child {
  border-bottom: none;
}

.statements-table th, .statements-table td {
  border-bottom: none;
  flex: none;
  padding: 8px 12px;
  display: block;
}

.statements-table th:first-child, .statements-table td:first-child {
  width: 50px;
}

.statements-table th:nth-child(2), .statements-table td:nth-child(2) {
  width: 200px;
}

.statements-table th:nth-child(3), .statements-table td:nth-child(3) {
  text-align: center;
  width: 100px;
}

.statements-table tr .movements-empty {
  flex: 1;
  width: 100%;
}

.statements-download-btn {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background .15s;
  display: inline-flex;
}

.statements-download-btn:hover {
  background: #ffffff1a;
}

.statements-download-icon {
  width: 30px;
  height: 21px;
  display: block;
}

.statements-mobile-card {
  border-bottom: 1px solid #9b9a9f;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  display: flex;
}

.statements-mobile-card:last-child {
  border-bottom: none;
}

.statements-mobile-period {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.dashboard-fullscreen-overlay {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  max-height: calc(100dvh - 130px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashboard-page-wrapper {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}

.dashboard-fullscreen-overlay .mexico-map-card, .dashboard-fullscreen-overlay .commerce-list-card, .dashboard-fullscreen-chart {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.dashboard-fullscreen-overlay .mexico-map-card {
  height: auto;
}

.dashboard-fullscreen-overlay .mexico-map-svg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-fullscreen-overlay .mexico-map-svg-wrap svg {
  object-fit: contain;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
}

.dashboard-fullscreen-chart .dashboard-chart {
  flex: 1;
  min-height: 0;
}

.dashboard-fullscreen-overlay-close {
  cursor: pointer;
  z-index: 10;
  opacity: .7;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  transition: opacity .15s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.dashboard-fullscreen-overlay-close:hover {
  opacity: 1;
}

.fullscreen-dark-mode .dashboard-closefullscreen-icon {
  filter: brightness(0) invert();
}

.fullscreen-chart-mode .dashboard-closefullscreen-icon {
  filter: brightness(0) saturate() invert(14%) sepia(33%) saturate(685%) hue-rotate(210deg);
}

.dashboard-loader-overlay {
  z-index: 9999;
  background: #06142880;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.dashboard-loader-box {
  background: #0b1d38;
  border-radius: 16px;
  padding: 36px;
  display: inline-flex;
}

.dashboard-loader {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.dashboard-loader-logo {
  filter: brightness(0) invert();
  z-index: 2;
  width: 37px;
  height: 26px;
  position: relative;
}

.dashboard-loader-spinner {
  border: 2px solid #fff3;
  border-top-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

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

@keyframes tooltip-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tooltip-fade {
  animation: .15s ease-out tooltip-fade-in;
}

.dashboard-fullscreen-btn {
  cursor: pointer;
  z-index: 10;
  opacity: .7;
  background: none;
  border: none;
  padding: 0;
  transition: opacity .15s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.dashboard-fullscreen-btn:hover {
  opacity: 1;
}

@keyframes dashboard-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes dashboard-content-zoom-in {
  from {
    transform: scale(.3);
  }

  to {
    transform: scale(1);
  }
}

@keyframes dashboard-content-zoom-out {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.3);
  }
}

.dashboard-fullscreen-overlay {
  animation: .15s ease-out dashboard-fade-in;
}

.dashboard-fullscreen-overlay.closing {
  animation: .15s ease-out reverse dashboard-fade-in;
}

.dashboard-fullscreen-anim {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  animation: .25s ease-out dashboard-content-zoom-in;
  display: flex;
  overflow: hidden;
}

.dashboard-fullscreen-overlay.closing > .dashboard-fullscreen-anim {
  animation: .2s ease-in forwards dashboard-content-zoom-out;
}

.dashboard-fullscreen-close {
  cursor: pointer;
  color: #061428;
  z-index: 10;
  opacity: .7;
  background: none;
  border: none;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  transition: opacity .15s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.dashboard-fullscreen-close:hover {
  opacity: 1;
}

.dashboard-bottom-row {
  gap: 10px;
  min-height: 0;
  margin-top: 10px;
  display: flex;
}

.dashboard-bottom-col-main {
  flex-direction: column;
  flex: 0 0 calc(50% - 10px);
  min-width: 0;
  display: flex;
}

.dashboard-bottom-col-side {
  flex-direction: column;
  flex: 0 0 calc(25% - 5px);
  min-width: 0;
  display: flex;
}

.commerce-list-card {
  background: #061428;
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  padding: 1rem 20px;
  display: flex;
  position: relative;
}

.commerce-list-header {
  padding-right: 40px;
}

.commerce-list-title {
  color: #90b8e7;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  font-size: 13px;
}

.commerce-list-fullscreen-btn {
  cursor: pointer;
  z-index: 10;
  opacity: .7;
  background: none;
  border: none;
  padding: 0;
  transition: opacity .15s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.commerce-list-fullscreen-btn:hover {
  opacity: 1;
}

.commerce-list-fullscreen-btn img {
  filter: brightness(0) invert();
}

.commerce-list-body {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding-top: 10px;
  display: flex;
}

.commerce-list-empty {
  color: #90b8e7;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.commerce-list-rows {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.commerce-list-row {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.commerce-list-header-row {
  border-bottom: 1px solid #53617e;
  margin-bottom: 2px;
  padding-bottom: 4px;
}

.commerce-list-name {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
}

.commerce-list-amount {
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
}

.commerce-list-header-row .commerce-list-name, .commerce-list-header-row .commerce-list-amount {
  color: #90b8e7;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}

.commerce-list-overlay {
  z-index: 99999;
  background: #061428;
  flex-direction: column;
  padding: 30px;
  animation: .2s ease-out dashboard-fade-in;
  display: flex;
  position: fixed;
  inset: 0;
}

.commerce-list-overlay.closing {
  animation: .2s ease-out dashboard-fade-out;
}

.commerce-list-overlay-card {
  background: #061428;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.commerce-list-overlay-close {
  cursor: pointer;
  color: #fff;
  z-index: 10;
  opacity: .7;
  background: none;
  border: none;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  transition: opacity .15s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.commerce-list-overlay-close:hover {
  opacity: 1;
}

.mexico-map-card {
  background: #53617e;
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  padding: 1rem 30px;
  display: flex;
  position: relative;
}

.mexico-map-card-header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mexico-map-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  font-size: 13px;
}

.mexico-map-fullscreen-btn {
  cursor: pointer;
  z-index: 10;
  opacity: .7;
  background: none;
  border: none;
  padding: 0;
  transition: opacity .15s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.mexico-map-fullscreen-btn:hover {
  opacity: 1;
}

.mexico-map-fullscreen-btn img {
  filter: brightness(0) invert();
}

.mexico-map-body {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}

.mexico-map-svg-wrap {
  flex: 1;
  min-height: 0;
  position: relative;
}

.mexico-map-loading {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.mexico-map-legend {
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  font-size: 11px;
  display: flex;
}

.mexico-map-legend-item {
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.mexico-map-legend-swatch {
  border-radius: 2px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.mexico-map-tooltip {
  z-index: 999999;
  pointer-events: none;
  white-space: nowrap;
  background: #061428;
  border-radius: 6px;
  padding: 6px 10px;
  font-family: Barlow, sans-serif;
}

.mexico-map-tooltip-name {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.mexico-map-tooltip-amount {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.mexico-map-overlay {
  z-index: 99999;
  background: #061428;
  flex-direction: column;
  padding: 30px;
  animation: .2s ease-out dashboard-fade-in;
  display: flex;
  position: fixed;
  inset: 0;
}

.mexico-map-overlay.closing {
  animation: .2s ease-out dashboard-fade-out;
}

.mexico-map-overlay-card {
  background: #53617e;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mexico-map-overlay-close {
  cursor: pointer;
  color: #fff;
  z-index: 10;
  opacity: .7;
  background: none;
  border: none;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  transition: opacity .15s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.mexico-map-overlay-close:hover {
  opacity: 1;
}

@media (max-width: 900px) {
  .movements-desktop-only {
    display: none;
  }

  .movements-mobile-only {
    display: block;
  }

  .movements-filter-bar {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: calc(1rem + 10px);
    padding: 15px;
    margin-top: 10px !important;
  }

  .movements-filter-left {
    order: 2;
    justify-content: flex-start;
  }

  .movements-filter-center {
    order: 3;
    justify-content: flex-start;
  }

  .movements-filter-right {
    order: 1;
    justify-content: flex-end;
    margin-left: 0;
  }

  .movements-filter-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .movements-filter-center .movements-filter-group {
    flex-flow: wrap;
    align-items: center;
  }

  .movements-filter-center .movements-filter-label {
    width: 100%;
  }

  .movements-filter-label, .movements-date-input, .movements-date-sep, .dashboard-period-select, .movements-consult-btn {
    font-size: 12px;
  }

  .movements-date-sep-img {
    width: 16px;
  }

  .movements-search-input {
    width: 140px;
    padding: 4px 24px 4px 8px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .dashboard-fullscreen-btn, .mexico-map-fullscreen-btn, .commerce-list-fullscreen-btn {
    display: none !important;
  }

  .dashboard-header-row, .dashboard-cards-row {
    display: contents;
  }

  .dashboard-page-wrapper {
    flex-direction: column;
    gap: 20px;
    display: flex;
  }

  .dashboard-header-title-col {
    order: 1;
    width: 100% !important;
    min-width: 0 !important;
  }

  .dashboard-header-period-col {
    order: 2;
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
  }

  .dashboard-cards-left {
    order: 3;
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
  }

  .dashboard-cards-right {
    order: 4;
    flex: none !important;
    width: 100% !important;
  }

  .dashboard-fullscreen-overlay {
    order: 5;
  }

  .dashboard-bottom-row {
    flex-direction: column;
    order: 5;
  }

  .dashboard-bottom-col-main, .dashboard-bottom-col-side {
    flex: none !important;
    width: 100% !important;
  }

  .dashboard-content {
    padding: 10px 30px 30px !important;
  }

  .dashboard-page-title {
    margin-bottom: 10px !important;
    font-size: 30px !important;
  }

  .dashboard-sidebar {
    display: none !important;
  }

  .dashboard-logo {
    width: 168px !important;
    height: 30px !important;
  }

  .dashboard-hamburger {
    display: flex;
  }

  .dashboard-toggle-btn {
    display: none !important;
  }

  .dashboard-navbar {
    padding-right: 21px;
  }
}

.switch-label {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.switch-input {
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
}

.switch-track {
  background: #3e4559;
  border-radius: 12px;
  flex-shrink: 0;
  width: 44px;
  height: 24px;
  transition: background .2s;
  position: relative;
}

.switch-thumb {
  background: #0b1d38;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .2s;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: 0 1px 3px #0000004d;
}

.switch-input:checked + .switch-track {
  background: #5496dc;
}

.switch-input:checked + .switch-track .switch-thumb {
  transform: translateX(20px);
}

.switch-text {
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
}

.switch-disabled {
  opacity: .5;
  pointer-events: none;
}

.switch-na {
  color: #8e95a9;
  font-size: 12px;
}

.movements-desktop-only .tarjetas-table th:first-child, .movements-desktop-only .tarjetas-table td:first-child {
  width: 60px;
  max-width: 60px;
}

.movements-desktop-only .tarjetas-table th:nth-child(2), .movements-desktop-only .tarjetas-table td:nth-child(2) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.movements-desktop-only .tarjetas-table th:nth-child(3), .movements-desktop-only .tarjetas-table td:nth-child(3) {
  min-width: 200px;
}

.movements-desktop-only .tarjetas-table th:nth-child(4), .movements-desktop-only .tarjetas-table td:nth-child(4) {
  width: 130px;
  min-width: 100px;
}

.movements-desktop-only .tarjetas-table th:nth-child(5), .movements-desktop-only .tarjetas-table td:nth-child(5) {
  width: 170px;
  min-width: 150px;
}

.movements-desktop-only .tarjetas-table th:nth-child(6), .movements-desktop-only .tarjetas-table td:nth-child(6) {
  width: 80px;
  min-width: 70px;
}

.movements-desktop-only .tarjetas-table th:nth-child(7), .movements-desktop-only .tarjetas-table td:nth-child(7) {
  width: 160px;
  min-width: 140px;
}

.tarjetas-mobile-card {
  border-bottom: 1px solid #9b9a9f;
  padding: 10px;
}

.tarjetas-mobile-card:last-child {
  border-bottom: none;
}

.tarjetas-mobile-row {
  align-items: center;
  gap: 8px;
  display: flex;
}

.tarjetas-mobile-col-num {
  color: #fff;
  flex-shrink: 0;
  width: 60px;
  font-size: 13px;
}

.tarjetas-mobile-col-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  flex: 1;
  min-width: 0;
  font-size: 13px;
  overflow: hidden;
}

.tarjetas-mobile-col-status {
  color: #fff;
  text-align: right;
  flex-shrink: 0;
  width: 100px;
  font-size: 12px;
}

.tarjetas-mobile-col-action {
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  display: flex;
}

.tarjetas-mobile-movimientos-btn {
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  padding: 0;
  line-height: 1;
  display: flex;
}

.tarjetas-mobile-download-icon {
  width: 30px;
  height: 20px;
  display: block;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_0yg4wg8.css.map*/