.recuadro {
  clear: both;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
  min-height: 65px;
  box-shadow: 0 0 6px -3px #000;
}

.recuadro-title {
  background-color: #ffffff;
  color: inherit;
  margin-bottom: 0;
  padding: 17px 20px 7px;
  min-height: 48px;
}

.recuadro-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  /*font-weight: 600;*/
  float: left;
}

.recuadro-content {
  clear: both;
}

.recuadro-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px;
  border-color: #e7eaec;
  -o-border-image: none;
     border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  /*display: inline-block;*/ /*todo*/
  width: 100%;
  min-height: 65px;
  /*min-height: 100%;*/ /*todo*/
  position: relative;
}

.mt-5 {
  margin-top: 40px;
}

.recuadro #table_wrapper {
  margin-top: 0;
}

.fileinput-button.disabled input {
  cursor: not-allowed;
}

.cardnumber {
  border-style: dashed;
  border-color: #ccc;
  border-width: 2px;
  padding: 10px;
  margin-bottom: 10px;
  /*  margin-bottom|in-top: 10px;*/
  text-align: center;
  background-color: #F5F5F5;
  position: relative;
  min-height: 65px;
}

.cardnumber .titulo {
  font-weight: 600;
  margin-bottom: 5px;
}

.cardnumber span {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.6;
}

.chartright {
  width: 400px;
}

.chartleft {
  width: 500px;
}


.tooltip-inner {
    background-color: #000 !important; /* Color de fondo sólido */
    color: #fff !important; /* Color del texto */
    padding: 5px; /* Ajustar el padding si es necesario */
    border-radius: 4px; /* Ajuste opcional para bordes redondeados */
    opacity: 1 !important; /* Evitar transparencia */
    font-size: 0.85rem;
}

.rotated-arrow {
  display: inline-block; /* Asegura que la transformación funcione correctamente */
  transform: rotate(-90deg) scaleX(-1); /* Gira 90 grados y lo invierte */
  transition: transform 0.3s; /* Transición suave */
}