.container-fluid {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  position: relative;
}

#splash,
#splashblock {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(253, 253, 253, 0.5) !important;
}

.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: #000;
  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);
  }
}

.ocultar {
  display: none !important;
}

#downloads_title,
#views_title {
  margin: 1rem 0 !important;
  font-size: 1.1rem;
}

.chart-container,
.chart-container-block {
}

.chart-wrapper-ap {
  min-width: 500px;
  max-width: 550px;
  min-height: 300px;
  max-height: 320px;
}
.chart-wrapper-ap-block {
  min-height: 250px;
  max-height: 350px;
}

.chart-wrapper-ap,
.chart-wrapper-ap-block {
  padding: 10px;
  margin: 0 auto;
  background: white;
}

#downloads_table a,
#views_table a,
#downloads_table_block a,
#views_table_block a {
  color: black !important;
}

#downloads_table table,
#views_table table,
#downloads_table_block table,
#views_table_block table {
  border: 0 !important;
  margin-bottom: 0.5rem !important;
}

#downloads_table table.table td,
#views_table table.table td,
#downloads_table_block table.table td,
#views_table_block table.table td {
  border-top: none !important;
  padding: 0.5rem !important;
}

td div.number {
  color: #888;
  text-align: center;
  font-size: 1.2em;
  padding: 8px;
  border-radius: 5px;
  background: #eee;
  vertical-align: top;
  width: 35px;
}

td.tdlist {
  vertical-align: top;
  border-top: none !important;
}

#downloads_table .custom-card,
#views_table .custom-card,
#downloads_table_block .custom-card,
#views_table_block .custom-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #ccc; */
}

#downloads_table .custom-card .custom-card-number,
#views_table .custom-card .custom-card-number,
#downloads_table_block .custom-card .custom-card-number,
#views_table_block .custom-card .custom-card-number {
  flex: 0 0 50px;
  padding: 6px;
  text-align: center;
  background-color: #eeeeee;
  color: #888;
  margin-left: 12px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 17px;
}

#downloads_table .custom-card .content,
#views_table .custom-card .content,
#downloads_table_block .custom-card .content,
#views_table_block .custom-card .content {
  flex: 1;
  padding: 10px;
}

#downloads_table .custom-card .content-center ,
#views_table .custom-card .content-center,
#downloads_table_block .custom-card .content-center ,
#views_table_block .custom-card .content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 1rem;
}

#downloads_table a.content-title:hover, #views_table a.content-title:hover {
   text-decoration: underline !important;
}
#downloads_table .custom-card .content-center a.content-title,
#views_table .custom-card .content-center a.content-title,
#downloads_table_block .custom-card .content-center a.content-title,
#views_table_block .custom-card .content-center a.content-title {
  text-decoration: none;
  color: #000;
}

#downloads_table .custom-card .content-center .content-subtitle,
#views_table .custom-card .content-center .content-subtitle,
#downloads_table_block .custom-card .content-center .content-subtitle,
#views_table_block .custom-card .content-center .content-subtitle {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#downloads_table .custom-card .content-center .content-subtitle i,
#downloads_table .custom-card .content-center .content-subtitle span,
#views_table .custom-card .content-center .content-subtitle i,
#views_table .custom-card .content-center .content-subtitle span,
#downloads_table_block .custom-card .content-center .content-subtitle i,
#downloads_table_block .custom-card .content-center .content-subtitle span,
#views_table_block .custom-card .content-center .content-subtitle i,
#views_table_block .custom-card .content-center .content-subtitle span {
  margin-right: 8px;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  /* CSS */
  .chart-wrapper-ap {
    min-width: 550px;
  }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
  .chart-wrapper-ap {
    min-width: 550px;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
  .chart-wrapper-ap {
    min-width: 550px;
  }
  .chart-wrapper-ap-block {
    min-width: 360px;
    max-width: 400px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
  .chart-wrapper-ap {
    min-width: 550px;
  }
  .chart-wrapper-ap-block {
    min-width: 360px;
    max-width: 400px;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .chart-wrapper-ap {
    min-width: 500px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .chart-wrapper-ap {
    min-width: 300px;
    max-width: 300px;
  }
  .chart-wrapper-ap-block {
    min-width: 300px;
    max-width: 360px;
  }
}
.col-12 {
    padding-right: 15px;
    padding-left: 15px;
}
.container-fluid h2 {
    font-size: 1.5rem;
}
