@font-face {
  font-family: "AllerReg";
  src: url("../../fonts/aller_regular.ttf") format("truetype");
}
body {
  background-color: #ffffff;
  margin: 0 auto !important;
  padding: 6px;
  font-family: "AllerReg", Arial, sans-serif !important;
  height: 450px;
  /* Download Button */
  /* Loading spinner */
  /* Safari */
}
body.bodyPais {
  height: 265px !important;
}
body p {
  padding: 0;
  margin: 0;
}
body #header .pChartEmptyResponse {
  font-size: 14px;
  color: #c73838;
}
body #header .pTitle {
  font-size: 17px;
  font-weight: bold;
  color: #141414;
}
body #header .pSubtitle {
  font-size: 14px;
  margin-top: 2px;
  color: #141414;
}
body .chartheight {
  width: 98%;
  min-height: 250px;
  margin-top: 5px;
}
body .chartheightPais[style] {
  width: 100%;
  height: 240px !important;
  min-height: 200px;
  min-width: 200px;
  margin-top: 8px;
}
body #footer {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
body #footer .pDate, body #footer .aSource, body #footer .spanSourceName {
  font-size: 11.5px;
  color: #141414;
}
body #footer .divSources {
  max-width: 100%;
  display: flex;
  justify-content: right;
  flex-wrap: nowrap;
}
body #footer .divSources .spanSourceName {
  font-weight: bold;
}
body #footer .divSources .aSource {
  margin-left: 5px;
  color: #00008B;
  text-decoration: none;
}
body #footer .divSources .aSource:hover {
  text-decoration: underline;
}
body #downloadBtn {
  cursor: pointer;
  float: right;
  position: relative;
  color: #ffffff;
  background-color: #B5B5B5;
  height: 17px;
  width: 17px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  border-width: 0px;
  border-radius: 50%;
  z-index: 10000;
}
body #downloadBtn:hover {
  background-color: #000000;
}
body .loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid;
  width: 25px;
  height: 25px; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body table {
  font-size: 12px;
  width: 100%;
}
body table, body th, body td {
  border: 1px solid #1a1a1a;
  border-collapse: collapse;
  padding: 5px;
  text-align: left;
}
body #oign10 {
  max-height: 200px;
  margin-top: 10px;
}
body #oign10 th, body #oign10 #countryName {
  font-size: 14px;
  font-weight: bold;
  background-color: #eee;
}
body #oign10 th, body #oign10 .tdDot {
  text-align: center;
}
body #oign10 .dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 0.5px solid #1a1a1a;
  display: inline-block;
}
body #oign10 .absent .tdDot {
  opacity: 0.2;
}
body #oign10 .absent .tdName {
  opacity: 0.6;
}
body #oign10 .partial .tdDot {
  opacity: 0.2;
}
body #oign10 #green {
  background-color: #4caf50;
}
body #oign10 #yellow {
  background-color: #f4e43a;
}
body #oign10 #red {
  background-color: #f44336;
}
body #oign21 {
  max-height: 200px;
  margin-top: 10px;
}
body #oign21 th {
  text-align: left;
  font-size: 14px;
}
body #oign21 td {
  font-size: 13px;
  text-align: left;
}

#country_name {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: auto;
}

iframe {
  height: 450px;
  border: none;
}

#oigr10A, #oigr10C {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: 300px;
  display: flex;
  justify-content: center;
}

.table_oigr10 {
  border-collapse: collapse;
  width: 99%;
  margin: 0 auto;
  align-self: center;
}

.td_oigr10 {
  border: 1px solid #141414;
  font-size: 14px;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 5px;
}

.td_oigr10.country {
  background-color: #ececec;
}

.country_oigr10 {
  font-weight: bold;
}

.divZone_oigr10 {
  display: flex;
  align-items: center;
}

.dot_oigr10 {
  border: 1.5px solid #141414;
  border-radius: 12px;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: 5px;
}

#oigr10red {
  background-color: #F44336;
}

#oigr10yellow {
  background-color: #FFEB3B;
}

#oigr10green {
  background-color: #4CAF50;
}

.oigr10disabled {
  opacity: 0.1;
}

/* Using SCSS variables to store breakpoints */
@media (min-width: 350px) and (max-width: 450px) {
  .pTitle {
    font-size: 14px;
  }
  .pDate, .aSource, .spanSourceName {
    font-size: 10.5px;
  }
  #country_name, td {
    font-size: 12px;
  }
  th {
    font-size: 13px;
  }
}
/* Using SCSS variables to store breakpoints */
@media (min-width: 250px) and (max-width: 400px) {
  .pTitle {
    font-size: 12px !important;
  }
  .pDate, .aSource, .spanSourceName {
    font-size: 10.5px !important;
  }
  #country_name, td {
    font-size: 11px !important;
  }
  th {
    font-size: 12px !important;
  }
}
/* Using SCSS variables to store breakpoints */
@media (min-width: 400px) and (max-width: 500px) {
  .pTitle {
    font-size: 14px;
  }
  .pDate, .aSource, .spanSourceName {
    font-size: 10.5px;
  }
  #country_name, td {
    font-size: 12px;
  }
  th {
    font-size: 13px;
  }
}