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

#bitecaStatsEditorial__splash_static,
#bitecaStatsEditorial__splash_block {
  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;
}

div#bitecaStatsEditorial__table_container_submissions,
div#bitecaStatsEditorial__table_container_days,
div#bitecaStatsEditorial__table_container_rate {
  font-size: 18px !important;
}

.table-responsive {
  margin-top: 20px;
}

.bitecaStatsEditorial__chart_wrapper_days,
.bitecaStatsEditorial__chart_wrapper_rate {
  height: 350px !important;
}

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

@media (min-width: 1281px) {
  /* CSS */
  .bitecaStatsEditorial__chart_wrapper_submissions {
    min-width: 500px;
    max-width: 770px;
    min-height: 400px;
  }
  .bitecaStatsEditorial__chart_wrapper_block_submissions {
    min-width: 300px;
    max-width: 400px;
  }
}

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

@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
  .bitecaStatsEditorial__chart_wrapper_submissions {
    min-width: 500px;
    max-width: 770px;
    min-height: 400px;
  }
  .bitecaStatsEditorial__chart_wrapper_block_submissions {
    min-width: 300px;
    max-width: 400px;
  }
}

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

@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
  .bitecaStatsEditorial__chart_wrapper_submissions {
    min-width: 300px;
    max-width: 646px;
    min-height: 400px;
  }
  .bitecaStatsEditorial__chart_wrapper_block_submissions {
    min-width: 300px;
    max-width: 400px;
    min-height: 400px;
  }
}

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

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
  .bitecaStatsEditorial__chart_wrapper_submissions {
    min-width: 300px;
    max-width: 646px;
    min-height: 400px;
  }
  .bitecaStatsEditorial__chart_wrapper_block_submissions {
    min-width: 300px;
    max-width: 400px;
    min-height: 400px;
  }
}

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

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .bitecaStatsEditorial__chart_wrapper_submissions {
    min-width: 300px;
    max-width: 400px;
  }
  .bitecaStatsEditorial__chart_wrapper_block_submissions {
    min-width: 300px;
    max-width: 400px;
  }
}

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

@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .bitecaStatsEditorial__chart_wrapper_submissions {
    min-width: 300px;
    max-width: 360px;
  }
  .bitecaStatsEditorial__chart_wrapper_block_submissions {
    min-width: 300px;
    max-width: 360px;
  }
}
