@charset "UTF-8";

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

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

body {
  font-family: "Rubik-Regular" !important;
}

.page-content {
  padding: 85px 12px 60px 12px;
}

.main-content {
  margin-left: 18rem !important;
  overflow: hidden;
}

.vertical-collpsed .main-content {
  margin-left: 6rem !important;
  overflow: hidden;
}

#ruc_search_text {
  overflow-wrap: break-word;
}

.text-align-role {
  margin-left: 26px;
}

#result.error {
  background-color: #f75757;
  color: white;
  font-weight: bold;
}

.current-month {
  background: #000000 !important;
  color: #fcfcfc;
}

.space-buttons {
  margin-bottom: 5px;
}

/* Style the buttons */

.space-buttons {
  padding: 4px 16px;
  cursor: pointer;
}

/* Style the active class (and buttons on mouse-over) */

.space-buttons:hover {
  background-color: #666 !important;
}

.container-button {
  background-color: #203c60;
  border: 1px solid #fff;
  color: #fff !important;
  position: fixed;
  z-index: 999;
  border-radius: 50%;
  bottom: 27px;
  right: 27px;
  font-size: 12px !important;
  padding: 10px;
  transition: ease 10s;
  animation: efecto 2.2s infinite;
}

.button {
  width: 35px;
  display: block;
  text-align: center;
  margin: auto;
}

@keyframes efecto {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
  }

  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}

.exchange_global {
  font-size: 23px !important;
  margin-top: 15px;
  margin-right: -120px;
}

.ajuste-filtro {
  margin-left: 15px;
  margin-top: 15px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-left15 {
  margin-left: 15px;
}

.margin-mini10 {
  margin-top: 10px;
  margin-left: 10px;
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}

label.error {
  color: #dc4a46;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #626ed4;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #626ed4;
  border-left-color: #626ed4;
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}

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

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

.preload_wait {
  z-index: 9999;
  position: fixed;
  background-color: #1b1b1b;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease-in-out;
}

.preload_wait .content_preload_wait {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #626ed4;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%, 0% {
    transform: scale(1);
  }
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #203c60;
  color: #f3f6f9;
}

.form-control:disabled {
  background-color: #eaeaea;
  opacity: 1;
}

.form-control[readonly] {
  background-color: #eaeaea;
  opacity: 1;
}

._table tbody tr td {
  padding: 6px;
  text-align: center;
}

._table tbody tr td input {
  padding: 5px;
  height: 25px;
  font-size: 16px;
}

.list_products tbody tr td:nth-child(5),
.list_products tbody tr td:nth-child(6) {
  text-align: right;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  z-index: 2147483647 !important;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: transparent;
  border-bottom: 3px solid #626ed4;
  border-right: none;
  border-left: none;
  border-top: none;
}

.ui-autocomplete-loading {
  background: white url("/assets/images/loading.gif") right center no-repeat;
}

p.white-space {
  white-space: pre-line;
  word-break: break-word;
}

ul.circle {
  list-style-type: circle;
}

.btn-free-product {
  font-size: 10px;
  margin-left: 8px;
  margin-top: 2px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-yellow {
  color: #ffcc29;
}

.text-blue {
  color: #203c60;
}

.text-gray {
  color: #cccccc;
}

.text-black {
  color: #373435;
}

@keyframes gradient {
  100% {
    background-size: 4000px 1000px;
  }
}

body.account-pages {
  margin-bottom: 1% !important;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0 24px;
  background-image: url(/images/Wave.svg?b4c29bcb49bc7a00c5af7728d2ac2148);
  background-size: 2000px 1000px;
  background-position: -500px 0;
  color: #f9f9f9;
  font-family: "Euclid Circular A";
  animation: gradient 15s infinite alternate linear;
}

.box-form {
  margin: 1%;
  width: 50%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex: 1 1 100%;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 20px 6px rgba(9, 11, 111, 0.5215686275);
}

.box-form div {
  height: auto;
}

.box-form .left {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/images/Login_back.png");
  overflow: hidden;
}

.box-form .left .overlay {
  padding: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.overlay {
  display: flex;
  flex-direction: column;
}

.overlay .texto {
  flex: 1 1 auto;
}

.box-form .left .overlay h1 {
  font-size: 10vmax;
  line-height: 1;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
}

.box-form .left .overlay span p {
  margin-top: 30px;
  font-weight: 900;
}

.box-form .right {
  padding: 30px 0px 0px 0px;
  overflow: hidden;
  width: 100%;
}

.box-form .right h5 {
  font-size: 6vmax;
  line-height: 0;
}

.box-form .right p {
  font-size: 14px;
  color: #b0b3b9;
}

.box-form .right .inputs {
  overflow: hidden;
  padding: 10px !important;
}

.box-form .right input {
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 2px solid #203c60;
}

.box-form .right button {
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 30px;
  display: inline-block;
  border: 0;
  outline: 0;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 10%;
  display: block;
}

body.account-pages > div.box-form > div.right > div:nth-child(3) > a {
  font-size: 15px;
  font-weight: 600;
  color: #203c60;
}

.wrapper {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #203c60 !important;
  display: grid;
  place-items: center;
  transition: opacity 0.25s, visibility 1s;
}

.fade-loading {
  opacity: 0;
  visibility: hidden;
}

body.account-pages > div.box-form > div.right > div.inputs > form > div.textbox.password {
  position: relative;
}

body.account-pages > div.box-form > div.right > div.inputs > form > div.textbox.password a {
  position: absolute;
  right: 0px;
  top: 60px;
  cursor: pointer;
  padding: 2px 10px;
  color: #fff;
  border-radius: 50px;
  border: 0;
  outline: 0;
  background-image: linear-gradient(135deg, #203c60 10%, #242f4e 100%);
}

body > div.wrapper > div > span,
body > div.preload_wait.text-center > div > div > div > span {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}

body.account-pages > div.box-form > div.left > div > footer > p.text-footer {
  font-size: 13px;
}

body > div.box-form > div.right > div.footer-login-text {
  background: #203c60;
  padding: 10px 5px 5px 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand-box {
  padding: 0 1.5rem;
  text-align: center;
  width: 270px !important;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 6px;
  right: -15px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

#vertical-menu-btn > i {
  color: #ffffff !important;
  background: #203c60 !important;
  border-radius: 5px;
  padding: 1px 4px 1px 2px;
}

body[data-sidebar=dark] #sidebar-menu ul li a:not(.active):hover {
  color: #203c60 !important;
  background: #cccccc !important;
  border-radius: 10px;
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
  color: #203c60 !important;
}

body[data-sidebar=dark] .navbar-brand-box,
body[data-sidebar=dark] .vertical-menu {
  background: #ffffff;
}

body[data-sidebar=dark] .mm-active .active {
  color: #203c60 !important;
  background-color: rgba(150, 152, 154, 0.0705882353);
  border: 2px solid #203c60 !important;
  border-radius: 10px;
}

body[data-sidebar=dark] #sidebar-menu ul li a {
  color: #203c60 !important;
}

body[data-sidebar=dark] #sidebar-menu ul > li > a.mm-active {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-radius: 10px;
}

body[data-sidebar=dark] .mm-active > i {
  color: #ffffff !important;
}

body[data-sidebar=dark] .mm-active .active i {
  color: #ffffff !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
  font-size: 1.1rem;
  margin-left: -5px !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
  background-color: #ffffff !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  background: #9b9b9b;
  color: #203c60 !important;
  border-radius: 10px;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
  color: #203c60 !important;
}

.vertical-menu {
  width: 270px;
  z-index: 1001;
  background: #ffffff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 60px;
  box-shadow: 10px 5px 5px #c3c1c1 !important;
  padding: 0px 20px 0px 20px;
}

.noti-icon .badge {
  position: absolute;
  top: 9px !important;
  right: 3px !important;
  font-size: 10px;
  border-radius: 5px;
  background-color: #c62e4b;
}

#sidebar-menu .has-arrow:after {
  content: "\F35D" !important;
  color: #203c60;
  font-size: 21px;
}

#page-topbar > div > div:nth-child(2) > div:nth-child(5) {
  top: 3px;
}

#page-header-notifications-dropdown > i {
  font-size: 30px;
}

.button-topbar {
  width: 24px;
}

.btn-support {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 10px;
  color: #000 !important;
  width: 100% !important;
  padding: 5px 11px 5px 12px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-primary {
  color: #203c60 !important;
}

.btn-primary {
  color: #fff;
  background-color: #203c60;
  border-color: #203c60;
}

.btn-success {
  color: #fff;
  background-color: rgba(12, 58, 33, 0.831372549);
  border-color: rgba(12, 58, 33, 0.831372549);
}

.text-success {
  color: #355b46 !important;
}

.btn-info {
  color: #fff;
  background-color: #203c60;
  border-color: #203c60;
}

.box .mini-stat h5,
.box .mini-stat strong,
.box .mini-stat i {
  color: #203c60;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: transparent;
  border-bottom: 3px solid #243644;
  border-right: none;
  border-left: none;
  border-top: none;
}

.text-danger {
  color: #9f001b !important;
  font-weight: 600;
}

.bg-dark {
  background-color: #203c60 !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #203c60;
  outline: 0;
  box-shadow: none;
}

.btn-link {
  font-weight: 400;
  color: #203c60;
  text-decoration: none;
}

.bg-primary {
  background-color: #203c60 !important;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: #fff;
  color: #203c60 !important;
}

.footer {
  bottom: 0;
  padding: 20px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  left: 225px;
  height: 60px;
  background-color: #fff;
  color: #203c60;
}

@media (min-width: 220px) and (max-width: 684px) {
  .vertical-collpsed .main-content {
    margin-left: 0 !important;
  }
}

@media (max-width: 980px) {
  .box-form {
    flex-flow: wrap;
    width: 80%;
    text-align: center;
    align-content: center;
    align-items: center;
  }

  .box-form .right {
    width: 100%;
  }

  .main-content {
    margin-left: 0 !important;
  }

  div.navbar-brand-box,
  span.logo-sm,
  span.logo-lg {
    display: none !important;
  }

  .btn-support {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 10px;
    color: #000 !important;
    width: 100% !important;
    padding: 5px 11px 5px 12px;
    font-size: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #page-topbar > div > div:nth-child(2) > div:nth-child(5) {
    margin-top: 1% !important;
  }

  #page-header-notifications-dropdown > i {
    font-size: 35px !important;
  }
}

.table-scrollable {
  min-height: 600px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 1rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid #203c60;
}

.table-responsive {
  margin: 0 !important;
  /* Elimina margen */
  padding: 0 !important;
  /* Elimina padding */
}

#tableSeries {
  font-size: 0.75rem;
  width: 100%;
  table-layout: fixed;
  /* Fija el ancho de las columnas */
}

#tableSeries th,
#tableSeries td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tableSeries td {
  padding: 0.5rem;
  /* Ajusta el padding según sea necesario */
}

.table-wrapper {
  overflow-x: auto;
  /* Permite el scroll horizontal si el contenido excede el ancho */
}

.content-box {
  background: #fff;
  /* fondo blanco */
  border-radius: 25px;
  /* ovalado */
  padding: 20px;
  /* sombra 3D */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.15);
  /* opcional: efecto de profundidad con degradado */
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
}

.dropdown-item {
  font-size: 12px;
  /* mantiene el texto pequeño */
}

.dropdown-item:hover {
  background-color: #e8ecf2;
  /* el color que prefieras */
}

