@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?&family=IBM+Plex+Sans:ital,wdth,wght@0,75..100,100..700;1,75..100,100..700&display=swap");.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.card {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 8px;
}
.card-shadow {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
}

.section-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
}

.skeleton-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.space-x-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.space-y-1 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.btn-flat {
  font-weight: 400 !important;
  gap: 4px;
}

.pd-1 {
  padding: 1rem;
}

.bold500 {
  font-weight: 500;
}

.bg-white {
  background-color: #ffffff;
}.filter-skeleton-card {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}.fallback-component .ant-result-title {
  color: #00A881;
  font-size: 3.125rem;
  font-weight: 500;
}
.fallback-component-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  opacity: 0.5;
}
main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}button.ant-btn {
  transition: all ease 0.3s;
}button.ant-btn:hover, button.ant-btn.regular-button:hover {
  filter: brightness(0.9);
}button.ant-btn:active, button.ant-btn.regular-button:active {
  filter: brightness(0.7);
}button.ant-btn:disabled, button.ant-btn.regular-button:disabled {
  filter: opacity(0.5);
  cursor: not-allowed;
}.ant-input::placeholder,
.ant-select-selection-placeholder,
.ant-select-multiple .ant-select-selection-placeholder,
input.ant-style-currency::placeholder,
input::placeholder {
  opacity: 1;
  color: #6c757d !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}input.ant-style-currency:hover {
  border-color: #4096ff !important;
  background-color: #ffffff !important;
}input.ant-style-currency:focus-within {
  border-color: #1677ff !important;
  box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1019607843);
  outline: 0;
  background-color: #ffffff;
}input.ant-style-currency:disabled {
  color: rgba(0, 0, 0, 0.2509803922) !important;
  background-color: rgba(0, 0, 0, 0.0392156863) !important;
  border-color: #d9d9d9 !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}input.ant-style-currency.ant-input-status-error {
  background: #ffffff !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #ff4d4f !important;
}.ant-input-status-error .ant-select-selector,
.ant-input-status-error .ant-upload-drag {
  background: #ffffff !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #ff4d4f !important;
}.ant-input-wrapper {
  height: 36px;
}.ant-input-wrapper input {
  height: 100%;
}.custom-table-ant .ant-table-cell {
  background: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  border-color: inherit !important;
  padding: 0.5rem 1rem !important;
}.custom-table-ant .ant-table-cell::before {
  background-color: unset !important;
}.ant-input-affix-wrapper:has(input:disabled),
input:disabled ~ .ant-input-suffix,
input:disabled ~ .ant-input-suffix * {
  cursor: not-allowed !important;
}.filter-criteria .clickable input {
  cursor: pointer;
}.filter-criteria .no-select input,
.filter-criteria .no-select {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}.filter-criteria-field .ant-input-affix-wrapper {
  padding: 0;
  position: relative;
}.filter-criteria-field .ant-input-affix-wrapper input {
  padding: 4px 11px;
}.filter-criteria-field .ant-input-affix-wrapper .ant-input-suffix {
  display: flex;
  align-items: center;
  margin-inline: 0;
}.filter-criteria-field .ant-input-affix-wrapper .ant-input-suffix .LensIcon {
  padding: 7px 11px;
}.filter-criteria-field .ant-input-affix-wrapper .ant-input-suffix .LensIcon:hover {
  cursor: pointer;
}.filter-criteria-field button.ant-input-clear-icon.ant-input-clear-icon-hidden {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}.filter-criteria-field button.ant-input-clear-icon + .LensIcon {
  padding: 0;
}.filter-criteria-field button.ant-input-clear-icon {
  padding: 4px 11px;
  opacity: 0;
  margin-inline: 0 !important;
  transition: opacity 0.2s ease;
}.filter-criteria-field:field:hover button.ant-input-clear-icon, .filter-criteria-field:focus-within button.ant-input-clear-icon {
  opacity: 1;
}.w-100 {
  width: 100%;
}.w-50 {
  width: 50%;
}.card {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 8px;
}.card-shadow {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
}.section-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
}.skeleton-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}.space-x-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}.space-y-1 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}.btn-flat {
  font-weight: 400 !important;
  gap: 4px;
}.pd-1 {
  padding: 1rem;
}.bold500 {
  font-weight: 500;
}.bg-white {
  background-color: #ffffff;
}* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "IBM Plex Sans" !important;
}*,
*::before,
*::after {
  box-sizing: border-box;
}html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}body {
  color: #000000;
  background-color: #f6f9ff;
  padding: 0 !important;
  width: -webkit-fill-available !important;
}input,
button,
textarea,
select {
  font: inherit;
}p {
  text-wrap: pretty;
}h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}img,
video,
svg {
  height: auto;
}div.video-container-react {
  /* 16:9 */
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}div.video-container-react iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}.fossil-navbar {
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}
.fossil-navbar li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal {
  padding: 0;
}
.fossil-navbar li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal .header-menu-item * {
  transition: all ease 0.2s;
}
.fossil-navbar li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal.ant-menu-submenu-selected .header-menu-item {
  color: #1677ff !important;
}
.fossil-navbar li.ant-menu-overflow-item.ant-menu-submenu.ant-menu-submenu-horizontal .ant-menu-submenu-title {
  padding: 1rem;
}

.fossil-navbar-hamburger {
  flex-shrink: 0;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fossil-navbar-drawer .ant-drawer-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.fossil-navbar-drawer .ant-drawer-body {
  overflow-y: auto;
}

.fossil-navbar-drawer-menu .ant-menu-item-group-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4509803922);
  letter-spacing: 0.05em;
}
.fossil-navbar-drawer-menu .header-menu-item {
  gap: 0.5rem;
}.not-found-page .ant-result-title {
  color: #00A881;
  font-weight: 700;
  font-size: 2.5rem;
}
.not-found-page .ant-result-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
}.public-layout {
  min-height: inherit;
  display: flex;
  background: inherit;
  flex-direction: column;
}.container {
  background-color: #F6F9FF;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.container .card-container {
  width: 29.813rem;
}
.container .card-container-image {
  height: 33px;
  display: flex;
  align-items: center;
}

.login-form-header {
  margin: 1rem 0 !important;
}
.login-form .ant-form-item-label {
  padding-bottom: 0 !important;
}
.login-form .ant-form-item {
  margin: 0.5rem 0rem !important;
}
.login-form-label {
  font-size: 0.875rem;
  font-weight: 500;
}
.login-form-title {
  font-size: 1.5rem !important;
  font-style: normal;
  font-weight: 600;
}
.login-form-subtitle {
  font-size: 0.875rem !important;
  margin-top: 0 !important;
  padding: 0 !important;
  font-weight: normal;
  color: grey;
}
.login-form-subtitle-blue {
  color: #002C8C;
}
.login-form .subtitle-link {
  font-size: 12px;
  padding: 1rem 0 !important;
  margin-bottom: 0.5rem !important;
  font-weight: 400 !important;
  color: #1E40AF !important;
}
.login-form .button-login {
  font-weight: 400 !important;
  font-size: 16px;
}

.logo {
  height: inherit !important;
}

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

.view-transition {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.slide-in {
  opacity: 1;
  transform: translateY(0);
  animation: slideUp 0.3s ease-out;
}

.slide-out {
  opacity: 0;
  transform: translateY(-30px);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.validation-list-item {
  padding: 0 !important;
  opacity: 0.8;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.25px;
  color: #000000;
  border-block-end: none !important;
}
.validation-list-item h4 {
  font-weight: 500;
}
.validation-list-item-error {
  color: #ff0000;
}
.validation-list-item-success {
  color: #389E0D;
}
.validation-list-item-default {
  color: #000000;
  opacity: 0.5;
}.dev-watermark {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 99999;
  pointer-events: none;
  user-select: none;
  opacity: 0.03;
  background-image: url("/fossil_logo_watermark.png");
  background-repeat: repeat;
  background-size: 480px auto;
  transform: rotate(-30deg);
  transform-origin: center;
}:root {
  --border-radius-card-user: 6px !important;
}

.card-user {
  width: 220px;
  height: fit-content;
  background-color: #ffffff;
  border-radius: var(--border-radius-card-user);
  border: unset;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
.card-user .ant-card-cover {
  width: inherit;
  border-radius: var(--border-radius-card-user) var(--border-radius-card-user) 0 0;
  overflow: hidden;
}
.card-user {
  /* Imagen real */
}
.card-user-image {
  width: 220px !important;
  height: 220px !important;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  background-color: #eaeef6;
}
.card-user-image.is-loaded {
  opacity: 1;
}
.card-user {
  /* Skeleton */
}
.card-user-skeleton {
  width: 220px !important;
  height: 220px !important;
  border-radius: 0 !important;
}
.card-user-info {
  text-align: center;
  gap: 0.125rem;
}
.card-user-name {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 20px;
}
.card-user-role {
  font-weight: 500;
  font-size: 0.872rem;
  line-height: 20px;
  opacity: 0.5;
}.quick-access-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.card-quick-access {
  width: 270px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
}
.card-quick-access-body {
  padding: 10px 12px !important;
  display: flex !important;
  align-items: center !important;
}
.card-quick-access-body > * {
  width: 100%;
  align-items: center;
}
.card-quick-access-cover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dadada;
  display: block;
  object-fit: contain;
  margin: auto;
  padding: 1rem;
  background: #e9f1fd !important;
  color: #028869;
}
.card-quick-access-cover svg {
  font-size: 7rem !important;
  height: 7rem !important;
}.table-approvals-title {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 0.25px;
}.table-transactions-title {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 0.25px;
}
.welcome-banner {
  position: relative;
  flex: 1 1 0;
  min-width: 280px;
  padding: 2rem 2.5rem;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.welcome-banner-header {
  position: relative;
  z-index: 1;
}
.welcome-banner-title {
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 1.3;
}
.welcome-banner-subtitle {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.6;
  max-width: 560px;
}
.welcome-banner-date {
  margin-top: 0.35rem;
  font-weight: 500;
  font-size: 0.9rem;
  opacity: 0.45;
}
.welcome-banner-divider {
  margin: 1.5rem 0;
}
.welcome-banner-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.welcome-banner-arrow {
  flex-shrink: 0;
  font-size: 1.05rem;
  color: #00a881;
  opacity: 0.4;
}
.welcome-banner-feature {
  flex: 1 1 150px;
  min-width: 150px;
}
.welcome-banner-feature-text {
  min-width: 0;
}
.welcome-banner-feature-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #e9f7f2;
  color: #00a881;
  font-size: 1.35rem;
}
.welcome-banner-feature-title {
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.3;
}
.welcome-banner-feature-desc {
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.35;
  opacity: 0.5;
}

/* Bajo 1200px el flujo de capacidades pasa a vertical (flechas hacia abajo):
   ahí el banner ya no es lo bastante ancho para las 4 en una sola fila */
@media (max-width: 1200px) {
  .welcome-banner-features {
    flex-direction: column;
    align-items: stretch;
  }
  .welcome-banner-feature {
    flex: 1 1 auto;
    min-width: 0;
  }
  .welcome-banner-arrow {
    align-self: center;
    transform: rotate(90deg);
  }
}
/* Bajo 900px el banner se coloca debajo de la foto (salta a su propia línea) */
@media (max-width: 900px) {
  .welcome-banner {
    flex-basis: 100% !important;
  }
}/*$vite$:1*/