/*
ESTILOS DASHBOARD
VERSION: 1.1
*/

/*** Indicadores superiores***/
.top-ind {
  margin-bottom: 10px;
}
.top-ind .top-ind-contenedor {
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.top-ind i {
  font-size: 32px;
  border-radius: 15%;
  padding: 2px;
}

.top-ind span.numero {
  font-size: 19px;
  display: inline-block;
  width: 100%;
  padding: 0 !important;
  line-height: 1em;
  margin-bottom: 5px;
}
.top-ind span.descripcion {
  font-weight: bold;
  font-size: 10px;
}
@media (max-width: 1024px) {
  .top-ind .top-ind-contenedor {
    padding: 15px;
  }
}
/*****Indicador naranja****/
.top-ind.naranja .top-ind-contenedor {
  background: #fdedd7;
}
.top-ind.naranja .top-ind-contenedor:hover {
  background: #fae6c6;
}
.top-ind.naranja i {
  color: #bf8848;
  background-color: #fbdbb0;
}

.top-ind.naranja span.descripcion {
  color: #bf8848;
}

/*****Indicador Violeta****/
.top-ind.violeta .top-ind-contenedor {
  background-color: #f3d7ff;
}
.top-ind.violeta .top-ind-contenedor:hover {
  background-color: #eec5ff;
}
.top-ind.violeta i {
  color: #9a48bf;
  background-color: #e7b0ff;
}

.top-ind.violeta span.descripcion {
  color: #9a48bf;
}

/*****Indicador Verde****/
.top-ind.verde .top-ind-contenedor {
  background-color: #d3efd1;
}
.top-ind.verde .top-ind-contenedor:hover {
  background-color: #bbecb7;
}
.top-ind.verde i {
  color: #3d8f36;
  background-color: #a8dfa4;
}

.top-ind.verde span.descripcion {
  color: #3d8f36;
}

/*****Indicador Azul****/
.top-ind.azul .top-ind-contenedor {
  background-color: #d7daff;
}
.top-ind.azul .top-ind-contenedor:hover {
  background-color: #c5c9fd;
}
.top-ind.azul i {
  color: #4851bf;
  background-color: #b0b6ff;
}

.top-ind.azul span.descripcion {
  color: #4851bf;
}

/****** reputacion*****/
.replvl {
  display: block;
  overflow: hidden;
  padding: 6px 0 5px;
  list-style: none;
}

.replvl li {
  width: 18%;
  float: left;
  height: 12px;
  text-indent: -999px;
  padding: 0 4px;
  margin: 0 2% 0 0;
  border: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.25;
}

.replvl li.replvl-1 {
  background-color: #d84040;
}

.replvl li.replvl-2 {
  background-color: #ffcc00;
}
.replvl li.replvl-3 {
  background-color: #fff044;
}
.replvl li.replvl-4 {
  background-color: #baff20;
}

.replvl li.replvl-5 {
  background-color: #00a650;
}
.replvl.lvl-1 .replvl-1 {
  opacity: 1;
}

.replvl.lvl-2 .replvl-2 {
  opacity: 1;
}
.replvl.lvl-3 .replvl-3 {
  opacity: 1;
}
.replvl.lvl-4 .replvl-4 {
  opacity: 1;
}
.replvl.lvl-5 .replvl-5 {
  opacity: 1;
}

/*****INDICADORES****/
.desk-indicador {
  padding: 10px;
}

.desk-indicador span {
  display: inline-block;
  width: 100%;
}

.desk-indicador .numero {
  font-size: 1.5em;
  font-weight: bolder;
  color: #48bfb6;
}
.desk-indicador .descripcion {
  color: #43475f;
}
.circular {
  margin-right: 10px;
}
.circles-text {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: bolder;
}
#circulo1 .circles-text,
#circulo3 .circles-text,
#circulo4 .circles-text,
#circulo6 .circles-text {
  color: #48bfb6;
}
#circulo2 .circles-text,
#circulo5 .circles-text {
  color: #192640;
}

.circle.textosm .circles-text {
  font-size: 0.9rem !important;
}

/* CIFRAS */
.desk-cifra {
  padding: 10px 15px;
}

.desk-cifra-container {
  min-width: 100%;
  border-bottom: 2px solid #43475f;
}

.desk-cifra-container .titulo {
  color: #323547 !important;
  width: 100%;
  display: inline-block;
}

.desk-cifra-container .cifra {
  font-size: 1.2em;
  font-weight: bold;
}

.desk-cifra-container .cifra.naranja {
  color: #f9b661;
}
.desk-cifra-container .cifra.azul {
  color: #4851bf;
}
.desk-cifra-container .cifra.violeta {
  color: #9a48bf;
}
span.percent {
  color: #48bfb6 !important;
  font-weight: normal !important;
}

/* .nav-pills .nav-link:hover {
    background: #d3d3d4 !important;
} 
.nav-pills .nav-link.active:hover {
    background-image: linear-gradient(to bottom, #192640, #304b7f) !important;
    color: #FFF;
}
*/
@media (max-width: 540px) {
  .desk-cifra-container .titulo {
    font-size: 0.8em;
  }
}

/***Actividad del día ****/
.deldia-cont {
  background-color: rgba(72, 113, 191, 0.08) !important;
  background-position: right 5px center !important;
  background-repeat: no-repeat !important;
  background-size: 30% !important;
  border-bottom: 2px solid #4871bf;
  display: inline-block;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.deldia {
  padding: 5px;
}

.deldia .numero {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 1.3em;
  color: #4871bf;
}

.deldia.ventas .deldia-cont {
  background: url(../img/ico_ventas.svg);
}

.deldia.comisiones .deldia-cont {
  background: url(../img/ico_comisiones.svg);
}

.deldia.envio .deldia-cont {
  background: url(../img/ico_costos_de_envio.svg);
}
.deldia.facturacion .deldia-cont {
  background: url(../img/ico_facturacion.svg);
  background-size: 25% !important;
}

/****DINERO EN MERCADOPAGO***/
.desk-mp {
}
.desk-mp-container {
  display: inline-block;

  margin: 5px;
  background: #f7f8f9;

  padding: 10px;
}

.desk-mp span {
  display: inline-block;
  width: 100%;
}

.desk-mp .numero {
  font-size: 18px;
  font-weight: bold;
  color: #192640;
}

.desk-mp .numero i {
  color: #304b7f;
  font-size: 20px;
}

@media (max-width: 540px) {
  .desk-mp .titulo {
    font-size: 0.8em;
  }
}

/***PUBLICACIONES**/
.desk-pub .desk-pub-container {
  padding: 10px;
  font-weight: bold;
}
.desk-pub-container i.preguntic {
  vertical-align: inherit !important;
}
.desk-pub.light .desk-pub-container {
  background-color: #f5f5f5;
}

.desk-pub.blue .desk-pub-container {
  background-color: rgba(72, 113, 191, 0.16);
}

#chart02 a {
  visibility: hidden !important;
}

#chart01 {
  justify-content: center;
  display: flex;
}

.chart-container {
  width: 80%;
  height: 60vh;
  margin: 0 auto;
}

@media (max-width: 540px) {
  .chart-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    height: 60vh;
  }
}

@media all and (max-width: 1024px) {
  .pills-moneda {
    font-size: 0.6em !important;
  }
  .top-ind .numero {
    font-size: 0.8em;
  }
  .top-ind i {
    font-size: 3em;
  }
  .top-ind {
    font-size: 0.58em;
  }
  .circles-text {
    font-size: 1.1em !important;
    font-weight: lighter;
  }
  .desk-indicador > .descripcion {
    font-size: 0.7em;
  }
  .nav-pills-s {
    font-size: 0.7em;
    width: fit-content;
  }

  .desk-cifra-container {
    font-size: 0.8em;
  }
  .deldia {
    font-size: 0.8em;
  }
  .desk-mp {
    font-size: 0.8em;
    max-width: 45% !important;
  }
  .desk-mp-container {
    margin: 2px;
  }
}
@media all and (max-width: 540px) {
  .desk-pub.light .desk-pub-container {
    font-size: 12px;
  }
  .desk-pub.blue .desk-pub-container {
    font-size: 16px;
  }
  .pills-ventas .nav-link {
    padding: 0.5rem;
  }
  .desk-indicador > .descripcion {
    font-size: 0.7rem;
  }
}

@media all and (min-width: 1024px) {
  .pills-moneda {
    font-size: 1.4em !important;
    float: right !important;
  }
}
@media (max-width: 540px) {
  .dashboard i.preguntic {
    vertical-align: unset !important;
  }
}
