:root {
  --font-main-color: #fff;
  --font-hover-color: #be946b;
  --bg-main-color: #030316;
  --font-hover-button-primary-color: #317b58;
  --font-hover-button-cancel-color: #be946b;
  --font-menu-header-color: #a7b7c3;
}

body {
  background: var(--bg-main-color);
  color: var(--font-main-color);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.8px;
}

.maximus-datatable {
  width: 100% !important;
  color: var(--font-main-color);

  & .column-subcategory {
    min-width: 100px;
  }

  & .column-name {
    min-width: 200px;
  }

  > thead {
    background-color: #021034;
    height: 60px;

    > tr {
      > th {
        vertical-align: middle;
        border-bottom: 0px;
        text-align: center;
      }
    }
  }
  > tbody {
    > tr {
      > td {
        border-bottom: 2px solid #021034;
        vertical-align: middle;
        > div {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
      }
    }
  }
}

.maximus-datatable.cell-border {
  border: 2px solid #021034;
  > tbody > tr > td {
    border: 2px solid #021034;
  }
}

div.action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* header styles */
header {
  font-size: 14px;
  background-color: #030316;
  border-bottom: 2px solid var(--withe-mode-secondary-default, #be946b);
  position: sticky;
  top: 0;
  z-index: 100;
  > nav.navbar {
    & .navbar-brand {
      padding-left: 20px;
      margin: 0;
    }
    padding: 16px 0 !important;
    > div.container-fluid {
      max-height: 48px;
    }
  }
  > nav.breadcrumb {
    max-width: 1440px;
    margin: auto !important;
    padding: 16px 32px;
    justify-content: space-between;
    > ol.breadcrumb {
      font-size: 12px !important;
    }
  }
}
.right-aligned {
  left: auto !important;
  right: 0;
}
.mid-aligned {
  left: 50%;
  transform: translateX(-50%);
}
#navbarSupportedContent {
  flex-grow: inherit;
  flex-basis: 100%;
  > ul {
    align-items: center;
    gap: 8px;
    > li {
      > ul.dropdown-menu {
        &.right-aligned {
          left: auto !important;
          right: 0;
        }
        &.mid-aligned {
          left: 50%;
          transform: translateX(-50%);
        }
        > li {
          padding: 16px;
          > a {
            padding: 0;
          }
        }
      }
      > a {
        color: var(--font-menu-header-color) !important;
        &:hover {
          color: #be946b;
        }
      }
      > a.dropdown-toggle::after {
        display: none !important;
      }
    }
  }
  & .navbar-right .nav-link {
    padding: 16px 12px;
  }
}
.dataTables_length > label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dataTables_filter > label > input[type="search"],
.dataTables_length > label > select {
  border-radius: var(--8, 8px) !important;
  border: 1px solid var(--withe-mode-primary-hover, #273352) !important;
  background: var(--withe-mode-primary-default, #021034) !important;
  height: auto;
}
.header-search {
  padding: 12px 16px 12px 48px !important;
  color: #fff !important;
  background: #021034 url("/img/header/search.svg") 12px center no-repeat !important;
  border: 1px solid var(--withe-mode-primary-hover, #273352) !important;
  border-radius: var(--8, 8px) !important;
  max-width: 256px !important;
}

/* ===== NUEVO ESTILO SEARCH COMO SIDEBAR-TOP ===== */
.search-wrapper-maximus {
  position: relative;
  display: flex;
  align-items: center;
  width: 380px;
  max-width: 450px;
  height: 38px;
  margin-top: 13px;
}

.search-icon-maximus {
  position: absolute;
  left: 12px;
  color: #be946b !important;
  font-size: 0.9rem;
  pointer-events: none;
  z-index: 10;
}

.search-input-maximus {
  width: 98% !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #a6bcca !important;
  border-radius: 10px !important;
  padding: 8px 12px 8px 34px !important;
  transition: all 0.25s ease !important;
  font-size: 14px !important;
  font-family: "Poppins", sans-serif !important;
  height: 38px !important;
  box-sizing: border-box !important;
}


.search-input-maximus::placeholder {
  color: rgba(230, 235, 242, 0.55) !important;
}

.search-input-maximus:focus {
  outline: none !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(102, 153, 255, 0.6) !important;
  box-shadow: 0 0 0 2px rgba(102, 153, 255, 0.15) !important;
  color: #a6bcca !important;
}

/* ===== PILL STYLE PARA IDIOMA COMO SIDEBAR-TOP ===== */
.navbar .nav-item.dropdown {
  display: flex !important;
  align-items: center !important;
}

/* ===== EFECTO HOVER SOLO PARA EL UL DEL MENÚ PRINCIPAL ===== */
ul.navbar-nav.mx-auto.px-3.mt-2 .nav-item.dropdown {
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  margin: 0 1px !important;
  padding: 0 !important;
}

ul.navbar-nav.mx-auto.px-3.mt-2 .nav-item.dropdown:hover {
  transform: translateY(-1px) !important;
}

ul.navbar-nav.mx-auto.px-3.mt-2 .nav-item.dropdown:hover .nav-link {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(190, 148, 107, 0.3) !important;
}

ul.navbar-nav.mx-auto.px-3.mt-2 .nav-item.dropdown .nav-link {
  border-radius: 6px !important;
  padding: 6px 14px !important;
  transition: all 0.3s ease !important;
}

.pill-maximus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
  color: #a6bcca !important;
  margin: 0 8px !important;
}

.pill-maximus img {
  display: block !important;
  margin: 0 auto !important;
}

.pill-maximus:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}

/* ===== ÍCONO BELL Y DOT NOTIFICACIONES ===== */
.pill-maximus .bi-bell {
  font-size: 1.1rem !important;
  line-height: 1 !important;
}

.notif-dot-maximus {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;
  width: 8px !important;
  height: 8px !important;
  background: #ff4747 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 6px rgba(255, 71, 71, 0.6) !important;
  pointer-events: none !important;
}

/* ===== DROPDOWN NOTIFICACIONES ===== */
.notification-dropdown-maximus {
  min-width: 350px !important;
  max-width: 400px !important;
  background: linear-gradient(to bottom, #0f1d46 50%, #010512 100%) !important;
  border: 1px solid rgba(166, 188, 202, 0.3) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  padding: 0 !important;
}

.notification-header-maximus {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
  background: transparent !important;
  cursor: default !important;
  pointer-events: none !important;
}

.notification-header-maximus:hover {
  background: transparent !important;
  color: #ffffff !important;
}

.notification-item-maximus {
  padding: 12px 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: background 0.2s ease !important;
  cursor: pointer !important;
  background: transparent !important;
}

.notification-item-maximus a {
  color: inherit !important;
  text-decoration: none !important;
}

.notification-item-maximus a:hover {
  background: transparent !important;
}

.notification-item-maximus:last-child {
  border-bottom: none !important;
}

.subtitle-notification-maximus {
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  margin-left: 10px !important;
  flex: 1 !important;
  font-family: "Poppins", sans-serif !important;
}

.text-notification-maximus {
  color: #a6bcca !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-family: "Poppins", sans-serif !important;
}

.text-notification-maximus span {
  color: #be946b !important;
  cursor: pointer !important;
  text-decoration: underline !important;
}

.notification-date-maximus {
  color: #a6bcca !important;
  font-size: 10px !important;
  white-space: nowrap !important;
  margin-left: 10px !important;
  align-self: flex-start !important;
  font-family: "Poppins", sans-serif !important;
}

/* Reglas específicas para dropdown de notificaciones que sobrescriben las reglas generales */
#notifications-dropdown-maximus .notification-item-maximus {
  padding: 12px 16px !important;
}

#notifications-dropdown-maximus .notification-item-maximus a {
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
  color: inherit !important;
  text-decoration: none !important;
  background: transparent !important;
}

#notifications-dropdown-maximus .notification-item-maximus:hover {
  background: #404c64 !important;
}

#notifications-dropdown-maximus .notification-item-maximus:hover a {
  background: transparent !important;
  color: inherit !important;
}

/* Estilos para usuario - similares al sidebar-top */
#user-icon-maximus {
  color: #ffffff !important;
  font-size: 2.1rem !important;
}

.user-info-maximus {
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  padding: 4px 8px !important;
  margin-left: 8px !important;
}

.user-info-maximus:hover {
  color: #a6bcca !important;
}

.user-name-maximus {
  font-size: 14px !important;
  font-family: "Poppins", sans-serif !important;
}

.user-email-maximus {
  font-size: 10px !important;
  font-family: "Poppins", sans-serif !important;
}
.header-search-table {
  padding: 12px 16px 12px 48px !important;
  color: #fff !important;
  background: #021034 url("/img/header/search.svg") 12px center no-repeat !important;
  border: 1px solid var(--withe-mode-primary-hover, #273352) !important;
  border-radius: var(--8, 8px) !important;
  max-width: 315px !important;
}
.header-search-dashboard {
  padding: 12px 16px 12px 48px !important;
  color: #fff !important;
  background: #021034 url("/img/header/search.svg") 12px center no-repeat !important;
  border: 1px solid var(--withe-mode-primary-hover, #273352) !important;
  border-radius: var(--8, 8px) !important;
}
.form-control:focus {
  background-color: #051e4f;
  border-color: #86b7fe;
  color: var(--font-main-color);
}
ol.breadcrumb {
  margin: 0;
}
ul.dropdown-menu {
  background: var(--color-submenu-bg, #081639) !important;
  border-color: #ffffff14;
  border-radius: 5px;
  box-shadow: -2px -2px 11px 6px #0000004d;
  padding: 8px 0 !important;
  > li {
    > a {
      color: var(--font-main-color);
      background: transparent !important;
      display: block;
      padding: 8px 16px;
      text-decoration: none;
      transition: all 0.2s ease;
      &:hover {
        background: var(--color-submenu-hover, #0b194d) !important;
        color: #be946b;
      }
    }
  }
}
/* Asegúrate que el menú no tenga padding interno */
.navbar .dropdown-menu {
  background: var(--color-submenu-bg, #081639) !important;
  border: 1px solid #ffffff14 !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
  margin-top: 8px !important;
  padding: 0 !important;              /* IMPORTANTE */
  overflow: hidden !important;
}

/* El li ocupa todo el ancho y no tiene margen/padding extra */
.navbar .dropdown-menu li {
  margin: 0 !important;
  padding:9px 14px !important;
  list-style: none !important;
}

/* El enlace ocupa todo el li */
.navbar .dropdown-menu .dropdown-item {
  color: #8fa3b1 !important;
  background: transparent !important;  /* sin fondo aquí */
  display: block !important;
  padding: 0px 10px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: none !important;
  width: 100% !important;
  text-align: left !important;
  border-top: 0.5px solid transparent !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
}

/* El fondo se aplica al li completo */
.navbar .dropdown-menu li:hover,
.navbar .dropdown-menu li:focus-within {
  background: linear-gradient(to right, #505f7d 40%, #20293e 100%) !important;
}

/* Ajusta color de texto en hover/active */
.navbar .dropdown-menu li:hover .dropdown-item,
.navbar .dropdown-menu li:focus-within .dropdown-item {
  color: #ffffff !important;
}

/* Estado active (click) */
.navbar .dropdown-menu li:active {
  background: linear-gradient(to right, #404c64 0%, #20293e 100%) !important;
}
.navbar .dropdown-menu li:active .dropdown-item {
  color: #ffffff !important;
  border-top: 0.5px solid #a6bcca !important;
}


/* ------------ */

main {
  padding: 24px 32px;
}

/* ------- seccion portfolio ------- */

/* portfolio analyst */
.span-sold {
  border-radius: 4px;
  background: #b75c5c;
  width: 150px;
  height: 28px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  gap: 8px;
}
.span-reduce {
  border-radius: 4px;
  background: #ed9328;
  width: 150px;
  height: 28px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  gap: 8px;
}
.span-keep {
  border-radius: 4px;
  background: #0e653c;
  width: 150px;
  height: 28px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  gap: 8px;
}
.span-increased {
  border-radius: 4px;
  background: #559174;
  width: 150px;
  height: 28px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  gap: 8px;
}
.span-bought {
  border-radius: 4px;
  background: #ffffff;
  width: 150px;
  height: 28px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  gap: 8px;
  color: #000000; /* Texto negro */
}

.strong-sold {
  color: #b75c5c !important;
}
.strong-reduce {
  color: #ed9328 !important;
}
.strong-keep {
  color: #0e653c !important;
}
.strong-increased {
  color: #559174 !important;
}
.strong-bought {
  color: #ffffff !important;
}

.breadcrumb-item.active {
  color: var(--font-main-color) !important;
}
a {
  text-decoration: none;
  color: var(--font-main-color) !important;
  &:hover {
    color: #be946b;
    cursor: pointer;
  }
}
.tabs-decktop {
  margin-bottom: 12px;
  > .ap-tabs-width {
    display: flex;
    justify-content: space-between;
    > .portfolio-options-head {
      display: flex;
      gap: 16px;
      justify-content: center;
      align-items: center;
      > a {
        display: flex;
        align-items: center;
        color: var(--font-main-color);
        text-decoration: none;
        gap: 4px;
        &:hover {
          cursor: pointer;
          color: #be946b;
        }
      }
    }
  }
}

.nav-item.dropdown.select-menu {
  border-radius: 8px;
  border: 1px solid var(--withe-mode-primary-hover, #273352);
  background: linear-gradient(329deg, #021034 0%, rgba(3, 3, 22, 0) 55.38%);
  display: flex;
  padding: var(--24, 24px);
  align-items: center;
  gap: 16px;
  > a {
    color: var(--font-main-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin: 0;
    padding: 0;
    &:hover {
      opacity: 0.9;
      cursor: pointer;
    }
  }
}

div.w-form {
  > div.d-flex {
    display: flex;
    gap: 12px;
  }
}

div.block-form-input {
  display: flex;
  padding: var(--24, 24px) var(--16, 16px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--24, 24px);
  border-radius: var(--16, 16px);
  border: 2px solid #273352;
  background: linear-gradient(0deg, #00081d 0%, rgba(2, 16, 52, 0) 100%);
}
div.block-form-input-login {
  display: flex;
  padding: var(--24, 24px) var(--16, 16px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--24, 24px);
  /*  border-radius: var(--16, 16px);
  border: 2px solid #273352;
  background: linear-gradient(0deg, #00081d 0%, rgba(2, 16, 52, 0) 100%);*/
}
div.block-form-video {
  display: flex;
  padding: var(--24, 24px) var(--16, 16px);
  flex-direction: column;
  align-items: flex-end;
  gap: var(--24, 24px);
}
.block-copyrigth {
  display: flex;
  padding: var(--24, 24px) var(--16, 16px);
  align-items: center;
  flex-direction: column;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select {
  display: flex;
  height: 50px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  background: #021034;
  color: var(--font-main-color);
  &:focus {
    border: 0px;
  }
}

.text_field_inner {
  padding: 0 !important;
}
.text_field_change {
  width: auto;
}
.input_inner,
select,
textarea {
  display: flex;
  align-items: center;
  border: 2px solid #273352;
  background: #021034;
  border-radius: 8px;
  padding: 0px 10px;
  gap: 4px;
  align-self: auto;
  width: 100%;
  color: var(--font-main-color);
}
.input_content,
.input_icon_text {
  width: 100%;
}
.titulos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input_inner {
  display: flex;
  max-width: 100%;
  background: #021034;
  color: var(--font-main-color);
}

.input_inner img,
.input_inner input {
  max-width: 100%;
}
.input_inner input {
  width: 100%;
  border: 0px;
  &:focus {
    outline: none;
    color: var(--font-main-color);
  }
}

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

.benchmark-option {
  display: flex;
  min-width: 150px;
  max-width: 150px;
  padding: var(--8, 8px) var(--16, 16px);
  align-items: center;
  gap: var(--8, 8px);
  justify-content: center;
  height: 36px !important;
}
/* Moderado -> Conservador*/
.opt-1 {
  border-radius: 4px;
  background: #c7a380;
  width: 150px;
  height: 28px;
  padding: 8px 16px 8px 16px !important;
  gap: 8px !important;
}
/* Dinamico -> Moderado*/
.opt-2 {
  border-radius: 4px;
  background: #317b58;
  width: 150px;
  height: 28px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  gap: 8px;
}
/* Conservador -> Dinamico*/
.opt-3 {
  border-radius: 4px;
  background: #273352;
  width: 150px;
  height: 28px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  gap: 8px;
}
.user-portfolio {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #4c566f;
  color: #4c566f;
}
.portfolio-list-date {
  color: #c9c9c9;
  display: flex;
  align-items: center;
  gap: 4px;
}

.action-btn {
  > a {
    > img {
      width: 15px;
      height: 15px;
    }
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
  }
}
/* --------------------------------- */
 .container-hr {
    border: none;
    height: 1px!important;
    background: linear-gradient(to right, transparent, #be946b 60%, transparent);
    opacity: .8;
    pointer-events: none !important;
}

.container-hr:hover {
    background: linear-gradient(to right, transparent, #be946b 60%, transparent) !important;
    opacity: .8 !important;
}

/* Evitar hover en li que contenga hr */
li:hover .container-hr {
    background: linear-gradient(to right, transparent, #be946b 60%, transparent) !important;
    opacity: .8 !important;
    pointer-events: none !important;
}

/* Regla específica para evitar hover en li que contenga solo hr */
.navbar .dropdown-menu li:has(.container-hr):hover,
.dropdown-menu li:has(.container-hr):hover {
    background: transparent !important;
}

/* Regla alternativa más específica */
.navbar .dropdown-menu li:hover .container-hr,
.dropdown-menu li:hover .container-hr {
    background: linear-gradient(to right, transparent, #be946b 60%, transparent) !important;
    opacity: .8 !important;
}

/* Evitar hover completamente en li separador */
.navbar .dropdown-menu li.separator-li:hover,
.dropdown-menu li.separator-li:hover,
li.separator-li:hover {
    background: transparent !important;
    cursor: default !important;
}

.separator-li {
    cursor: default !important;
}
/* ------------ general buttons sectin ----------- */

.btn_primary {
  display: flex;
  height: 50px;
  padding: 12px 24px 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0e653b;
  color: var(--font-main-color);

  &:hover {
    color: var(--font-main-color);
    background-color: var(--font-hover-button-primary-color) !important;
    cursor: pointer;
  }
}

.btn_request_asset {
  display: flex;
  height: 50px;
  padding: 12px 24px 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #c7a380;
  color: white;

  &:hover {
    color: white;
    background-color: #c7a380 !important;
    cursor: pointer;
  }
}

.btn_secondary {
  display: flex;
  height: 48px;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 2px solid #0e653b;
  background: #9bbead;
  color: #0e653b !important;
  &:hover {
    color: #0e653b !important;
    opacity: 0.9;
    cursor: pointer;
  }
}

.btn_secondary-transparent {
  height: 48px;
  padding: 24px 16px;
  justify-content: center;
  border-radius: 4px;
  color: white !important;
  &:hover {
    color: #ccc !important;
    opacity: 0.9;
    cursor: pointer;
  }
}

.btn_info {
  padding: 20px 60px;
  border-radius: 4px;
  background: #c7a380;
  color: #fff !important;
  cursor: pointer;

  &:hover {
    opacity: 0.9;
  }
}

.btn_primary_export {
  display: flex;
  height: 48px;
  padding: 16px !important;
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  border-radius: 4px !important;
  background: var(--withe-mode-success-default, #0e653b);
  color: #fff;
  margin: 8px !important;
  /* width: 100%; */
  &:hover {
    color: #fff !important;
    opacity: 0.9;
    cursor: pointer;
  }
}

.btn_primary_cancel {
  display: flex;
  height: 48px;
  padding: 16px !important;
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  border-radius: 4px !important;
  background: transparent;
  color: #fff;
  margin: 8px !important;
  /* width: 100%; */
  &:hover {
    color: var(--font-hover-button-cancel-color) !important;
    opacity: 0.9;
    cursor: pointer;
  }
}
.btn-file-choosen {
  display: flex;
  height: 50px;
  padding: 12px 24px 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background-color: #273352;
  color: #c9c9c9;
  &:hover {
    color: #c9c9c9;
    background-color: #3d507f !important;
    cursor: pointer;
  }
}
.text-video {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 5%;
  padding-bottom: 75px;
}
.content-video {
  display: flex;
  padding: var(--24, 24px) var(--16, 16px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--24, 24px);
  margin-top: 24px;
}
/* login section  */
.content_data.login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding: 100px;
  gap: 50px;
  > .content_001 {
    max-width: 350px;
  }
}

.content_001 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content_001.block-form-input,
.content_001.block-form-input-login,
.content_002.block-form-input {
  /* border-radius: 12px;
  border: 1px solid #273352;
  background: linear-gradient(329deg, #021034 0%, rgba(3, 3, 22, 0) 55.38%);*/
  padding: 32px;
  align-items: center;
}

form.login-form,
form.forgot-password-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  > buttom.btn_primary {
    width: 100%;
  }
}

form.register-form {
  > .row {
    margin-bottom: 24px;
  }
  > .form-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
.notification-date {
  right: 0px;
  font-size: 13px;
  font-style: italic;
}

@media screen and (max-width: 912px) {
  .content_data.login {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .content-video {
    margin-top: 15px; /* Ajusta el margen según sea necesario */
  }
  .text-video {
    text-align: center;
  }
  .block-form-video {
    display: flex;
    padding: var(--24, 24px) var(--16, 16px);
    flex-direction: column;
    align-items: flex-end;
    gap: var(--24, 24px);
  }
}

form.register-form select {
  border: 0px;
  &:focus {
    outline: 0;
  }
}
.body-text-bold-18-26-bold {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.36px;
  text-align: center;
}
.body-text-regular-14-18-regular-5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.7px;
  text-align: center;
}

.body-text-regular-16-links {
  color: #c9c9c9;
  letter-spacing: 0.05em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 10px !important;
}
/* -------------------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  background-color: #021034;
  background: #021034;
  color: var(--font-main-color) !important;
  -webkit-text-fill-color: var(--font-main-color) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  color: var(--font-main-color) !important;
}
input::part(value) {
  color: var(--font-main-color) !important;
}

.datatable-filter-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  > select {
    display: flex;
    padding: 24px 12px;
    align-items: center;
    width: auto;
    border-radius: 8px;
    border: 1px solid #273352;
    height: auto;
  }
}

.dataTables_filter {
  padding-bottom: 12px;
}
/*
.assets-block {
  >  */
.titulos {
  gap: 48px;
  padding: 32px 0;
  > div.color_secondary_color {
    color: #be946b;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 1.1px;
    flex: 0 0 auto;
  }
  > div.separator {
    flex: 1;
    height: 1px;
    background-color: #be946b;
    margin-top: 4px;
  }
  > a {
    min-width: 200px;
  }
}
/* } */
.w-form-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  > .d-flex {
    gap: 16px;
  }
}
.block-assets-list {
  margin-top: 56px;
}
.flex-2 {
  flex: 2;
}
.flex-1 {
  flex: 1;
}

/* add assets modal */
.assets-modal-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.assets-modal-title {
  color: #be946b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 0px;
}
.assets-modal-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--font-main-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.8px;
  padding: 16px 0;
}
.assets-modal-info.bb-white {
  border-bottom: 1px solid white;
}
.assets-modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  > button {
    padding: 16px 24px;
    color: var(--font-main-color);
    &:hover {
      color: var(--font-main-color);
      opacity: 0.7;
    }
  }
}

ul.autocomplete {
  max-height: 200px;
  overflow: auto;
}
ul.autocomplete.select-asset {
  position: absolute;
  background-color: #be946b;
  padding: 0;
  margin-left: 20px;
  border-radius: 4px;
  z-index: 1;
  > li {
    border-radius: 0px;
    background: #021034d6;
  }
}

.system-messages {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
}

button.op-analize {
  display: flex;
  padding: 12px 32px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #be946b;
  color: var(--font-main-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.28px;
}

.asset-row-actions {
  > button {
    background: none;
    &:hover {
      opacity: 0.7;
    }
  }
}

.page-item.disabled .page-link {
  color: #ffffff;
  pointer-events: none;
  background-color: #030316;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #030316;
  border-color: #ffffff;
}

.search-benchmark-etfs {
  width: 100%;
}

ul.autocomplete {
  > li {
    cursor: pointer;
    &:hover {
      opacity: 0.7;
    }
  }
}

.sys-alert {
  display: flex;
  justify-content: space-between;
  border-radius: 0px;
  align-items: center;
  height: 68px;
  box-shadow: 0px 10px 20px 1px rgba(133, 149, 164, 0.2);
  > span {
    color: var(--font-main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
  > button {
    background: none;
    &:hover {
      opacity: 0.7;
    }
  }
}

.sys-alert.alert-danger {
  background: #9a1919;
}

.maximus-invalid-feedback {
  color: #9a1919;
}

/* benchamrks section  */
.custom-benchmark-header {
  display: flex;
  justify-content: flex-end;
}
.profile-options {
  display: flex;
  gap: 24px;
  padding: 8px;

  > div {
    display: flex;
    align-items: center;
    gap: 8px;
    > input[type="radio"] {
      width: 20px;
      height: 20px;
    }
    > label {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: 0.8px;
    }
  }
}

.benchmark-form {
  display: flex;
  gap: 32px;
  margin: 12px 0;
  > div {
    flex: 1;
  }
}

.benchmarks_indexs {
  width: 100%;
  display: grid;
  row-gap: 1rem;
  column-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  > div.form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 0px;
    > div.input-group {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border: 1px solid #e7e7e7;
      > input {
        width: 75px;
        border: 0px;
      }
      > .input-group-append {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
      }
    }
  }
}

.input_icon_text {
  .body-12-regular.semibold.secundary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .frame-19 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
  }
}

.benchmark-date {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--font-main-color);
  width: fit-content;
  line-height: 18px;
}

.add-assets-title,
.add-assets-subtitle {
  color: #be946b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 4px 0;
}

.addAssetsNotificationBlock {
  display: flex;
  flex-direction: column;
  gap: 10px;
  > label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
label.checkbox-visibilidad-de-monto {
  display: flex;
  align-items: center;
  gap: 10px;
}

.percent-variaton-container {
  display: flex;
  gap: 16px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.add-assets-modal-footer {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  justify-content: center;
  > button {
    flex: 1;
    &:hover {
      opacity: 0.7;
    }
  }
  > button.close {
    background: none;
  }
}

.separator-login-actions {
  height: 2px;
  background-color: #273352;
  width: 100%;
}

a.smoth-color {
  color: #4c566f;
  &:hover {
    color: #be946b;
  }
}

.body_login {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_001.block-form-input-login {
  max-width: 350px;
}

footer {
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  padding-top: 0px;
  z-index: -1;
}

.padd-title {
  padding: 0 32px;
}

/* survey section  */
.survey-form-block {
  max-width: 600px;
  padding: 32px !important;
  > form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    > .survey-options {
      display: flex;
      gap: 16px;
      > button {
        flex: 1;
        &:hover {
          opacity: 0.7;
        }
      }
      > button.btn_back {
        background: none;
      }
    }
  }
}

label.pointer {
  cursor: pointer;
}

.survey-title {
  text-align: left;
  color: #be946b;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.36px;
}
.score-block {
  gap: 12px;
  display: flex;
  flex-direction: column;
  > .score-select {
    display: flex;
    gap: 12px;
    align-items: center;
    > label {
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 18px;
      letter-spacing: 0.28px;
    }
    > .star-rating {
      gap: 4px;
      > input[type="radio"] {
        display: none;
      }
      > label {
        cursor: pointer;
        &:hover {
          opacity: 0.7;
        }
      }
    }
  }
}
.score-block.score-down {
  > .score-select {
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }
}

.survey-block-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  > .survey-block-row {
    gap: 16px;
    display: flex;
    flex-direction: column;
    > .survey-block-subtitle {
      color: var(--font-main-color);
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 18px;
      letter-spacing: 0.28px;
    }
    > .survey-block-radio-options {
      display: flex;
      justify-content: space-around;
      align-items: center;
      > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        > input[type="radio"] {
          width: 20px;
          height: 20px;
        }
      }
    }
  }
}
.survey-steps {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  > .survey-step-line {
    width: 25px;
    height: 2px;
    background-color: #d9d9d9;
  }
  > .survey-step-line.filled {
    background-color: #0e653b;
  }
  > .survey-step-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d9d9d9;
  }
  > .survey-step-circle.filled {
    background-color: #0e653b;
  }
}

.survey-desc-text {
  color: var(--font-main-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.7px;
}
.survey-text-remarck {
  color: #be946b;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.7px;
}

/* swall modal */
.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
  background: linear-gradient(45deg, #021034, black, #021034);
  border: 1px solid #be946b;
  /*box-shadow: 1px 0px 20px 2px #be946b;*/
  color: var(--font-main-color);
}
button.swal2-confirm {
  background-color: #0e653b !important;
  &:focus {
    border: none !important;
  }
}

/* profile section */
.nav-tabs {
  border-bottom: 0px;
}
button.nav-link {
  color: var(--font-main-color);
  &:hover,
  &:focus,
  &:focus-visible {
    border: 0px;
    color: #cab29a;
    outline: 0;
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  color: #be946b;
  border: 0px;
}

.input_inner.borders-inner-off {
  > select {
    border: 0;
    &:focus-visible {
      outline: 0;
      border: 0;
    }
  }
}

.alert.alert-success,
.alert.alert-danger {
  border-radius: 0;
  background-color: #0e653b;
  display: flex;
  justify-content: space-between;
  border: 0;
  > img {
    cursor: pointer;
    &:hover {
      opacity: 0.7;
    }
  }
  > div {
    display: flex;
    gap: 24px;
    align-items: center;
    > span {
      color: var(--font-main-color);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: 0.8px;
    }
  }
}

.alert.alert-danger {
  background-color: #9a1919;
  color: #fff;
}

button.navbar-toggler {
  &:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
  }
}

.form-block.w-form {
  display: flex;
  width: 100%;
}

@media (min-width: 992px) {
  main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.logo-preview {
  height: 200px;
  align-self: stretch;
  border-radius: 4px;
  background: #c8cad2;
  width: 100%;
}
.btn_upload_logo {
  display: flex;
  height: 48px;
  padding: 12px 60px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  background: #021034;
  width: 100%;
}
.btn_upload_logo:hover {
  display: flex;
  height: 48px;
  padding: 12px 60px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  background: #041e5f;
  cursor: pointer;
  width: 100%;
}

input,
select,
textarea {
  &:focus-visible {
    outline: 0;
  }
}

.color-block-select {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  /* background: #021034; */
  > input[type="color"] {
    width: 45px;
    height: 45px;
    border: 0px;
    padding: 0;
  }
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 16px 16px;
  border-bottom: none;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 8px 16px;
}
.paginate_button {
  background: transparent !important;
  border: none;
  > a {
    background: transparent;
    border: none;
    &:hover {
      background-color: #051e4f;
      opacity: 0.7;
    }
  }
}
.page-item.disabled .page-link {
  color: #ffffff;
  pointer-events: none;
  background-color: #030316;
  border: none;
}
.page-item.active {
  background-color: #021034 !important;
  border: none;
  &:hover {
    background: #021034 !important ;
    opacity: 0.7;
  }
  > a {
    background-color: #021034 !important;
    border: none;
  }
}

table.dataTable tbody tr {
  background-color: transparent;
  height: 66px;
}

div.compare-tabs {
  gap: 8px;
  > button.nav-link {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: var(--24, 24px);
    flex: 1 0 0;
    border-radius: var(--4, 4px);
    border-bottom: 5px solid #273352 !important;
    height: 60px;

    > span {
      color: var(--font-main-color);
      /* font-size: 16px; */
      font-style: normal;
      font-weight: 400;
      /* line-height: 29px;  */
      letter-spacing: 0.8px;
      text-transform: capitalize;
    }
  }
}
div.compare-tabs > button.nav-link.active {
  background: var(--Withe-Mode-Primary-Default, #021034);
}

input[type="checkbox"],
input.compare-checkbox,
input.colum-visibility {
  accent-color: #021034;
}

.external-header-datatable {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding-top: 16px;
  > .search-box-container {
    flex: 1;
  }
}

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

.comp-fonds-etfs-container {
  > form {
    > .dataTables_wrapper {
      > div.row:first-child {
        display: none;
      }
    }
  }
}

/* /personalizando scrllbars */
/* Estilos del track */
::-webkit-scrollbar {
  width: 10px; /* Ancho de la barra de desplazamiento */
  height: 8px;
  cursor: pointer;
}

/* Estilos del scrollbar */
::-webkit-scrollbar-thumb {
  background-color: #021034; /* Color del scrollbar */
  /* border-radius: 5px; Bordes redondeados */
  /* border: 0.3px solid var(--font-hover-color); */
}

/* Estilos del track cuando no se está haciendo hover sobre el scrollbar */
::-webkit-scrollbar-track {
  background-color: var(--bg-main-color); /* Color de la pista del scrollbar */
}

/* Estilos del track cuando se está haciendo hover sobre el scrollbar */
::-webkit-scrollbar-track:hover {
  background-color: var(--font-hover-color);
}

/* ---------------------------------------------------------------- */

select::after {
  content: "\25BC"; /* Código de flecha hacia abajo */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 18px;
}

.table-options {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  > div {
    padding: 12px;
    display: flex;
    gap: 4px;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.7px;
    margin: 10px 0;
    cursor: pointer;
    &:hover {
      opacity: 0.7;
    }
  }
}

.datatable-filter-block.compare-section {
  flex-direction: column;
  gap: 16px;
  > * {
    width: 100%;
  }
  > select {
    height: 48px;
    padding: 0 12px !important;
  }
}

.fond-etfs-filter {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  > label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px 12px 16px;
  }
}

.columns-visibilitity-select {
  display: flex;
  padding: 12px 32px 12px 16px;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.8px;
}

.btn-secondary {
  border: 0px;
}

.assets-tab {
  position: sticky;
  top: 130px;
  z-index: 99;
  background: #030316;

  & .nav-link {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}

/* section compare fnds and etfs */
.result-compare-header {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;

  > .result-compare-header-export-btns {
    display: flex;
    gap: 12px;
  }
}
.isin-asset {
  display: flex;
  gap: 12px;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 12px;
  > div {
    display: flex;
    padding: 4px 16px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
  }
}
div.dataTables_processing {
  background-color: #021034;
  box-shadow: 0px 1px 11px 3px #be946b;
}

.highcharts-legend > g > g > g > text {
  color: #fff !important;
  fill: #fff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">") !important;
  color: var(--font-main-color) !important;
}
.breadcrumb-view-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.9px;
}
.bread-back-and-title {
  display: flex;
  gap: 12px;
  align-items: center;
}

.addAssetsContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#table-watchlist_filter > label,
#table-benchmarks_filter > label {
  display: flex;
  gap: 20px;
  align-items: center;
}

.custom-benchmark-header {
  padding-bottom: 24px;
}
#table-benchmarks > tbody > tr {
  height: 80px;
}
.action-btn {
  > a {
    &:hover {
      color: var(--font-hover-color) !important;
    }
  }
}

.benchmark-date > img {
  width: 16px;
  height: 16px;
}

.table-maximus th {
  background-color: #070729;
  color: white;
  padding: 10px;

  text-align: center;
  width: 1%;

  padding: 8px; /* Espaciado interno */
  font-size: 12px; /* Tamaño de la fuente */
}
.table-maximus {
  color: white;
  background-color: #030316;
}

.table-maximus tr {
  padding: 8px; /* Espaciado interno */
  font-size: 14px; /* Tamaño de la fuente */
}
.table-maximus td {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px;
}

.table-maximus tr:hover {
  background-color: var(--withe-mode-primary-hover, #273352);
  cursor: pointer;
}

.table-maximus input.form-control {
  width: 150px;
  height: 50px;
  color: #bb956f;
}

.table-maximus th.column-icons {
  position: relative;
}

.table-maximus th.column-icons::after {
  content: "▲ ▼";
  position: absolute;
  right: -10px; /* Ajusta el espacio entre el texto y los iconos */
  top: 50%; /* Ajusta la posición vertical */
  transform: translateY(-50%);
}

.issuerColClass {
  min-width: 200px !important;
}

#content-2-export,
.accordion-item {
  background-color: var(--bg-main-color);
}

#loadingAllModal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000d9;
  z-index: 10000;
  flex-direction: column;
  gap: 32px;
  > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}

.accordion-button {
  background-color: var(--bg-main-color) !important;
  color: #be946b !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin-top: 40px;
  display: flex;
  gap: 24px;
  > .separator {
    width: 100%;
    height: 1px;
    background-color: var(--font-hover-color);
  }
  > div.color_secondary_color {
    flex: 0 0 auto;
  }
}

.portfolio-modal-asset {
  display: flex;
  justify-content: space-between;
}

.table-maximus-market-comment table {
  color: white;
  background-color: #030316;
  text-align: center;
}

.maximus-datatable.table-comments {
  table-layout: auto;
  width: 100%;
  word-wrap: break-word;
}

.table-maximus-market-comment table td {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.table-maximus-market-comment table tr {
  padding: 8px; /* Espaciado interno */
  font-size: 14px; /* Tamaño de la fuente */
}
input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type="radio"] + label {
  cursor: pointer;
}

div.input_inner.disable {
  background: none !important;
  border: 0px;
  > input {
    background: none;
  }
}
.investment-proposal-table,
.maximus-datatable.bordered {
  > tbody {
    > tr {
      > td {
        > input[type="checkbox"] {
          cursor: pointer;
        }
        > div.input_inner {
          background: none;
          border: 0;
          > input {
            background: none;
          }
        }
      }
    }
    > tr.row-selected {
      background: #273352;
      /* box-shadow: 0px 0px 2px 1px #be946b; */

      > td {
        border: 0;
        > div.input_inner {
          > input.active-type {
            background: #021034;
            min-width: 70px;
            padding: 5px 5px 5px 16px;
            text-align: center;
          }
        }
      }
    }
  }
}

.accordion-button:focus {
  border: 0px;
  box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url(/img/icons/chevron-down.svg);
}

input.inv-type-values:disabled {
  padding: 0 !important;
  text-align: center;
}

.accordion-button {
  margin-top: 24px;
}

input:disabled {
  cursor: not-allowed;
}
input.inv-type-values.error {
  border-radius: 8px;
  box-shadow: inset 0px 0px 5px 1px red;
}

.maximus-datatable.investment-proposal-table {
  > tbody {
    > tr {
      > td {
        padding-top: 18px;
        padding-bottom: 18px;
        > div.benchmark-option {
          white-space: normal;
        }
      }
    }
  }
}

#inv-prop-table {
  > thead {
    display: none !important;
  }
}

#inv-prop-table_wrapper {
  > div.row:first-child {
    display: none;
  }
}
.table > :not(:last-child) > :last-child > * {
  border-bottom: 0px;
}

button.no-background {
  background: none;
  align-items: center;
  display: flex;
  gap: 4px;
  &:hover {
    color: var(--font-hover-color);
  }
}

.customize-propsal-block {
  gap: 32px;
}

.correlation-chart-container {
  font-size: 12px;
  background-color: #030316;
  > .correlation-chart-container-header {
    display: flex;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px;
    background: #969caa;
    color: #021034;
    font-size: 16px;
    font-weight: 600px;
  }
  > .correlation-chart-container-body {
    > table {
      > thead > tr {
        > th {
          padding: 16px 12px;
        }
        > th.align-left {
          text-align: left;
        }
      }
      > tbody {
        > tr {
          > td {
            padding: 16px;
          }
        }
      }
    }
  }
}

td.correlation-vals {
  width: 60px;
  text-align: center;
}

/* Correlación perfecta consigo mismo (value = 1) */
.correlation-vals.cls-same {
  background: var(--Withe-Mode-Primary-hover, #273352);
}

/* 1. Negativa extrema (value < -0.8) */
.correlation-vals.cls-negative-extreme {
  background: #000000; /* negro */
  color: #ffffff;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 2. Negativa muy fuerte (-0.8 ≤ value < -0.6) */
.correlation-vals.cls-negative-very-strong {
  background: #303030; /* gris carbón */
  color: #ffffff;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 3. Negativa fuerte (-0.6 ≤ value < -0.4) */
.correlation-vals.cls-negative-strong {
  background: #606060; /* gris medio */
  color: #ffffff;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 4. Negativa leve (-0.4 ≤ value < -0.2) */
.correlation-vals.cls-negative-light {
  background: #A0A0A0; /* gris claro */
  color: #000000;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 5. Casi neutral negativo (-0.2 ≤ value < 0) */
.correlation-vals.cls-almost-neutral-negative {
  background: #C7D3DD; /* gris azulado muy suave */
  color: #000000;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 6. Neutral (value = 0) */
.correlation-vals.cls-neutral {
  background: #A7D8FF; /* celeste claro — centro de la escala */
  color: #000000;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 7. Positiva leve (0 < value ≤ 0.2) */
.correlation-vals.cls-positive-light {
  background: #6FA7D9; /* celeste-azulado más intenso */
  color: #ffffff;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 8. Positiva moderada (0.2 < value ≤ 0.4) */
.correlation-vals.cls-positive-moderate {
  background: #3D7BBF; /* azul medio */
  color: #ffffff;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 9. Positiva fuerte (0.4 < value ≤ 0.6) */
.correlation-vals.cls-positive-strong {
  background: #1F5A9C; /* azul profundo */
  color: #ffffff;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 10. Positiva muy fuerte (0.6 < value ≤ 0.8) */
.correlation-vals.cls-positive-very-strong {
  background: #0C2F61; /* azul oscuro */
  color: #ffffff;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

/* 11. Positiva extrema (0.8 < value ≤ 1.0) */
.correlation-vals.cls-positive-extreme {
  background: #081C3F; /* azul noche / casi negro azulado */
  color: #ffffff;
  border-bottom: 1px solid var(--Withe-Mode-Primary-hover, #273352);
}

ul.dropdown-menu > li {
  padding: 8px;
  > a {
    &:hover {
      color: var(--font-hover-color) !important;
    }
  }
}

.title-notification {
  color: white;
  text-align: center;
  border-bottom: 0.1px solid #be946b;
  padding-bottom: 15px;
}
.subtitle-notification {
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
}

.text-notification {
  font-size: 12px;
  font-weight: normal;
  width: 190px;
  white-space: normal;
  > span {
    font-style: italic;
    font-weight: bold;
  }
}

.dropdown-item:hover {
  background-color: #021034 !important; /* Reemplaza #yourColorHere con el color que desees */
}

.date-of-proposal {
  display: flex;
  align-items: center;
  gap: 10px;
}
.min-width-200 {
  min-width: 200px;
}
.min-width-100 {
  min-width: 100px;
}
.min-width-120 {
  min-width: 120px;
}
.min-width-80 {
  min-width: 80px;
}
.maximus-datatable > tbody > tr.tr-group-row {
  background: #141f3b;
  vertical-align: middle;
  > th {
    vertical-align: center;
    box-shadow: none;
    border-bottom: 0px;
  }
}

.table-maximus-market-inside {
  > h6 {
    color: #273352;
    background: #969caa;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0px;
  }
  > figure {
    overflow-x: auto;
    > table {
      margin-bottom: 2rem;
      > tbody {
        > tr:first-child td {
          background-color: #141f3b;
        }
        > tr {
          > td {
            padding: 16px;
          }
          > td:not(:first-child) {
            /* Estilos para las columnas que NO son la primera */
            text-wrap: wrap;
            text-align: center;
            /* background-color: #eaeaea; */
          }
        }
      }
    }
  }
}

.market-texts {
  > p {
    font-size: 16px;
    line-height: 29px;
  }
}

.form-check-input:checked[type="radio"] {
  background-image: url("/img/icons/on.svg");
  border-color: #021034;
}

.addStrategie {
  gap: 32px;
}

#search-box {
  max-width: 490px;
  max-height: 38px;
}

.form-control.strategyDatePick[type="date"] {
  display: flex;
  flex-direction: row-reverse;
  background: none;
  border: 0 !important;
  padding: 0px;
  height: auto;
  &:focus {
    box-shadow: none;
  }
  gap: 4px;
  max-width: 125px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

ul.dropdown-menu.show {
  > li > a {
    font-size: 14px;
  }
}

textarea {
  padding-top: 8px;
}

.maximus-datatable.bordered {
  font-size: 12px;
  font-weight: normal;
  > thead {
    > tr {
      > th {
        font-weight: 400;
        border: 1px solid #273352;
        padding: 0 16px !important;
      }
    }
  }
  > tbody {
    > tr {
      > td {
        font-weight: 400;
        border: 1px solid #273352;
      }
    }
  }
}
.table-maximus-market-inside > h6 {
  color: #273352;
  background: #969caa;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0px;
}
.table-maximus-title-color {
  color: #273352;
  background: #969caa;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0px;
}

.table-maximus-market-inside {
  overflow-x: auto;
  text-align: center;
}

.select2 {
  width: 100% !important;
  > .selection {
    > .select2-selection.select2-selection--multiple {
      background: #021034;
      color: var(--font-main-color);
      border: 1px solid #273352;
      padding: 8px 16px;
      min-height: 50px;
      border-radius: 8px;
    }
  }
}
.select2-container--default .select2-results > .select2-results__options {
  background: #021034;
}
.select2-dropdown {
  background-color: #021034 !important;
  border: 0 !important;
  padding: 0px 16px;
}

.select2-selection__choice {
  background-color: #030316 !important;
  padding: 4px !important;
  border-color: var(--font-hover-color) !important;
  display: flex;
  width: fit-content;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  > button {
    position: inherit !important;
  }
}

.select2-container--default .select2-results__option--selected {
  background-color: #030316 !important;
  color: var(--font-hover-color) !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #273352 !important;
  color: var(--font-hover-color) !important;
}

.slide-container {
  > .slider-custom {
    background: #273352 !important;
    border: 1px solid #273352 !important;
    margin: 0 8px;
    > .ui-slider-range {
      background: #021034 !important;
    }
  }
  > .minmax {
    display: flex;
    justify-content: space-between;
    color: var(--font-hover-color);
    font-size: 12px;
    gap: 16px;

    > div {
      display: flex;
      flex-direction: column;
      gap: 12px;
      color: #fff;
      flex: 1;
    }

    > input,
    > div > input {
      display: flex;
      min-height: 50px;
      padding: var(--8, 8px) var(--16, 16px);
      align-items: center;
      gap: var(--8, 8px);
      flex: 1 0 0;
      border-radius: var(--4, 4px);
      border: 1px solid var(--Withe-Mode-Primary-hover, #273352);
      background: var(--Withe-Mode-Primary-Default, #021034);
    }
  }
}

.slide-container,
.category-container,
.select-block-container {
  > p {
    color: var(--font-hover-color);
    font-size: 20px;
    font-weight: 600;
  }
  > div.slide-container {
    padding: 8px 0px;
  }
}

.columns-group-visibility {
  > p {
    font-size: 20px;
    color: var(--font-hover-color);
    font-weight: 600;
  }
}

.flux-fonds-totals-row {
  background-color: #070729;
  color: #e7c6a4;
  width: 100%;
  border: 2px solid #273352;
  border-radius: 5px;
  padding: 0px !important;
  margin: 0px !important;

  > td {
    color: #e7c6a4 !important;
  }
}

table.flujo-fondos > tbody > tr > td {
  font-size: 14px !important;
}
.flux-total-row {
  background-color: #070729;
}
.hoverable:hover {
  opacity: 0.8; /* Puedes ajustar el valor de opacidad según tus preferencias */
  transition: opacity 0.3s ease; /* Agrega una transición suave para suavizar el efecto */
}

.report-card {
  & .card-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
  }

  & .card-img-top {
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
  }
}
.card-img-top {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s, opacity 0.3s;
}
.report-card:hover img {
  opacity: 0.7;
  transform: scale(1.1);
  cursor: pointer;
}

.grid-2-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;

  & .empty-list-text {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.grid-3-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;

  & .empty-list-text {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

.grid-4-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 20px;

  & .empty-list-text {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

@media (max-width: 992px) {
  .grid-3-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-3-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* change max-width on document  */
@media (min-width: 992px) {
  main {
    max-width: 2440px;
    margin-left: auto;
    margin-right: auto;
  }
}
nav.breadcrumb {
  max-width: 2440px !important;
  margin: auto !important;
  padding: 16px 32px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 2440px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Cambios Rodri Datatables*/
.maximus-datatable.cell-border-ligth > tbody > tr > td {
  border-right: 0px solid #273352 !important;
}

.maximus-datatable.head-label > thead > tr > th {
  border: 0px solid #273352 !important;
}

.maximus-datatable.bordered > thead > tr > th {
  border: 0px solid #273352 !important;
}

.maximus-datatable.bordered > tbody > tr > td {
  border: 0px solid #273352 !important;
  border-bottom: 1px solid #273352 !important;
}
/*
  .maximus-datatable.cell-border > tbody > tr > td {
      border: 0px solid #021034 !important;
      border-bottom: 1px solid #021034 !important;
  }
*/
.border > tbody > tr > td {
  border: 0px solid #273352 !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  /*right: 1em;*/
  content: url("/img/icons/arrow_up.png") !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  /*right: 0.5em;*/
  content: url("/img/icons/arrow_down.png") !important;
}

.even:hover {
  background: #273352 !important;
  border: #273352 !important;
}

.odd:hover {
  background: #273352 !important;
  border: #273352 !important;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  opacity: 1 !important;
}

td.col-isin-type {
  width: 100px;
}
td.asset-name {
  width: 400px;
  table.dataTable thead > tr > th.sorting:before,
  table.dataTable thead > tr > th.sorting:after,
  table.dataTable thead > tr > th.sorting_asc:before,
  table.dataTable thead > tr > th.sorting_asc:after,
  table.dataTable thead > tr > th.sorting_desc:before,
  table.dataTable thead > tr > th.sorting_desc:after,
  table.dataTable thead > tr > th.sorting_asc_disabled:before,
  table.dataTable thead > tr > th.sorting_asc_disabled:after,
  table.dataTable thead > tr > th.sorting_desc_disabled:before,
  table.dataTable thead > tr > th.sorting_desc_disabled:after,
  table.dataTable thead > tr > td.sorting:before,
  table.dataTable thead > tr > td.sorting:after,
  table.dataTable thead > tr > td.sorting_asc:before,
  table.dataTable thead > tr > td.sorting_asc:after,
  table.dataTable thead > tr > td.sorting_desc:before,
  table.dataTable thead > tr > td.sorting_desc:after,
  table.dataTable thead > tr > td.sorting_asc_disabled:before,
  table.dataTable thead > tr > td.sorting_asc_disabled:after,
  table.dataTable thead > tr > td.sorting_desc_disabled:before,
  table.dataTable thead > tr > td.sorting_desc_disabled:after {
    opacity: 1 !important;
  }
}
.sweetalert-border {
  border: 1px solid #273352 !important;
  border-radius: 10px;
}
.sweetalertl {
  background-color: #750202 !important;
}
.strategy-portfolio-variant {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.search-container-maximus {
  position: relative;
}

.search-icon-maximus {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-30%);
  color: #aaa;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}

.search-icon.rotated-maximus {
  transform: translateY(-50%) rotate(360deg);
}
.color_secondary_color {
  color: #be946b;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 1.1px;
  flex: 0 0 auto;
}
.btn-outline-market {
  color: #be946b;
  border-color: #be946b;
}
.btn-outline-market:hover {
  color: #fff;
  background-color: #be946b;
  border-color: #be946b;
}
.btn-info-market {
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e6cccc;
  padding: var(--4, 4px);
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.text-info-market-bold {
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}
.number-info-market-bold {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
}

.tooltip.show {
  /* border: 1px solid #624c35 !important; */
  border-radius: 4px;
}
.section-compare-market {
  display: flex;
  padding: var(--8, 8px);
  align-items: center;
  gap: var(--8, 8px);
}
input.inv-type-values:invalid {
  border: 2px dashed red;
}

.price_asset_info {
  position: absolute;
  margin-top: -50px;
  color: var(--font-hover-color);
  cursor: pointer;
  display: none !important;
}

.dropdown-toggle::after {
  content: none;
}

.radios-pdf-views {
  background-color: #273352;
  position: relative;
  padding: 18px;
  margin-bottom: 1rem;
  border-radius: 8px;
  align-items: baseline;
}

/* para el reCaptcha */
.grecaptcha-badge {
  bottom: auto !important;
  top: 0 !important;
}

#modalFactsheet .modal-content,
#modalFactsheetIndex .modal-content,
#modalAccountSelectDate .modal-content,
#modalAddUserAssets .modal-content,
#modalPresentationSummary .modal-content {
  border: none;
  background-color: rgb(3, 3, 22);
}
#modalFactsheet .modal-header,
#modalFactsheetIndex .modal-header,
#modalAccountSelectDate .modal-header,
#modalAddUserAssets .modal-header,
#modalPresentationSummary .modal-header {
  border: none;
  background-color: #273352;
}
#modalFactsheet .modal-footer,
#modalFactsheetIndex .modal-footer,
#modalAccountSelectDate .modal-footer,
#modalAddUserAssets .modal-footer,
#modalPresentationSummary .modal-footer {
  border: none;
}
.modal-factsheet,
.modal-user-asset {
  border: none;
  background: transparent;
}

.benchmark-composition-title {
  font-size: 16px;
  color: rgb(204, 204, 204);
  font-weight: normal;
  font-family: Arial;
  fill: rgb(204, 204, 204);
  text-align: center;
  margin-bottom: 49px;
  margin-top: 14px;
}
.autocomplete-new {
  position: absolute;
  z-index: 1000;

  width: 85%;

  max-height: 300px;
  /* si hay muchos resultados, scroll */
  overflow-y: auto;

  border-top: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  list-style: none;
  margin: 0;
  padding: 0;

  font-family: "Carlito", sans-serif;
}

.autocomplete-new li {
  padding: 7px 10px;
  cursor: pointer;
  font-family: "Carlito", sans-serif;
}

.autocomplete-new li:hover {
  background-color: #cfa274;
}
.text-gold {
  color: #eab383;
  font-weight: 100;
}
.border-muted {
  border-color: #6c757d !important;
}
.badge-outline {
  background-color: transparent !important;
  border: 1px solid var(--font-hover-color);
  color: var(--font-main-color);
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 1;
}
