ul.nav-metrics{
    list-style: none;
    padding-left: 0;
}
ul.nav-metrics>li {
    height: 50px;
    align-content: center;
    padding: 0.5rem;
    color: grey;
}
ul.nav-metrics>li:hover{
    background-color: rgb(233, 233, 233);
    color: #380f57;
    border-left: 2px solid #380f57;
    cursor: pointer;
}
.nav-metrics>li>i{
    padding: 0px 5px ;
}

ul.nav-metrics>li.active{
    background-color: rgb(233, 233, 233);
    color: #380f57;
    border-left: 2px solid #380f57;
}
.media-area>tr:hover{
    background-color: rgb(229, 229, 229);
}
.custom-check.form-check-input:checked {
    background-color: #380f57; /* verde bootstrap */
    border-color: #380f57;
  }

  /* Esto es para que el hueco del knob blanco tenga sombra verde */
  .custom-check.form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(56, 15, 87, 0.5);
  }
  .custom-check{
    opacity: 0;
    transition: step-end;
  }
  .check-visible{
    opacity: 1;
  }

  .align-td{
    align-content: center;
  }
.chart_custom {
    height: 10px;
    background: linear-gradient(to right, rgb(237, 165, 178) 50%, white 50%);
    border: 1px solid rgb(199, 199, 199);
    border-radius: 3px;
    width: 100%;
    margin: 0rem .5rem;
}.chart_custom-hover {

    background: linear-gradient(to right, rgb(237, 165, 178) 50%, white 50%);
}
.chart-td{
    display: flex;
    align-items: center;
}
.btn-collapse{
  background-color: #fff;
  color: #380f57 !important;
  width: 100%;
  justify-content: left !important;
  padding-left: 0;
}
.btn-collapse:hover{
  background-color: #fff;
}
.title-metrics{
  font-size: 17px;
  color: #666666 !important;
  margin-bottom: 0;
}
.description-metrics{
  font-size: 13px;
  color: #666666 !important;
}
.btn-collapse-objetives{
      width: 48%;
    background: transparent;
    color: #380f57;
    border: 1px solid #c5abfd94;
    font-weight: 400;
    padding: 1rem;
}
.text-objetives{
  color: #666666 !important;
  font-size: 13px;
  width: 20%;
  align-content:center

}
.btn-collapse-objetives:hover{
    width: 48%;
    background: #c5abfd94;
    color: #380f57;

}
.select-objetives{
  background: #c5abfd94;
    color: #380f57;
    padding: 1rem;
    width: 100%;
    justify-content: space-between !important;
}
.select-objetives:hover{
  background: #c5abfd94;
    color: #380f57;
}

.select-objetives.btn-check:checked + .btn,
.select-objetives.btn.active,
.select-objetives.btn.show,
.select-objetives.btn:first-child:active,
.select-objetives :not(.btn-check) + .btn:active {
    background: #380f57 !important;
    color: #380f57;
    border-color: #c5abfd94;
}
.options-objetives{
  width: 100%;
}
.options-objetives>li{
  color: #666666;
}
.options-objetives>li:hover{
  color: #380f57;
}
.form-check-inline{
  display: flex;
  background: #c5abfd94;
  color: #380f57;
  width: 30%;
  padding: 0.3rem 0rem;
  border-radius: 20px;
  justify-content: space-around;
}
.form-check-inline>label{
  margin-right: 3%;
}
.check-custom{
  background-size: 1rem;
  height: 1rem;
  width: 1rem;
  align-self: center;
}
.check-custom:checked{
  background-color: #380f57;
}
.check-custom:focus {
    border-color: #380f57;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(112 68 176 / 25%);
}
.title-recomendations{
  color: #aa82ff;
  font-size: 15px;
  padding: 1rem;
}

.title-recomendations>div>i{
  font-size: 13px;

}
.content-recomendations{
  color: #666;
  font-size: 13px;
}
.content-insights{
  color: #666;
  font-size: 13px;
}
.card-custom{
  padding: 1rem;
  border-color: #aa82ff;
}
.alert-custom{
      color: #666;
    font-size: 13px;
    font-weight: 300;
}
.btn:focus:active {
  background-color: #c5abfd94;
}
.active_custom{
  /*background-color: #380f57 !important;*/
  /*background-color: #066fd1 !important;
  border: #066fd1;
  color: #fff !important;
  border: 1px solid #066fd1 !important;*/
    background-color: #581632 !important;
    /* Color del borde: Borde que coincide con el fondo */
    border-color: #581632 !important;
    /* Color del texto/ícono: Blanco para contraste */
    color: #fff !important;
}
.disabled_custom{
  /*background-color: #380f57 !important;*/
  background-color: #ffffff00 !important;
  border: #066fd1;
  color: #066fd1 !important;
  border: 1px solid #066fd1 !important;
}
.media-metric-chart__title__icon{
      font-size: 13px !important;
}

.modal-full-width {
    max-width: none;
    margin: 0rem;
}
#itemDetailsModal{
  margin: 0;
  padding: 0;
}
#itemDetailsModalVideo{
  margin: 0;
  padding: 0;
}
#compareFileModal{
  margin: 0;
  padding: 0;
  /* El selector de piezas se abre por encima del modal de detalle (imagen o video),
     que usa z-index 1055. Cuando se abre desde el modal de video (que va despues en
     el DOM) sin esto quedaria tapado. */
  z-index: 1070 !important;
}
