@font-face {
  font-family: "NotosansSemibold";
  src: url("../assets/fonts/Notosans-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "RobotoItalic";
  src: url("../assets/fonts/Roboto-Italic.woff2") format("woff2");
}
.p-theme {
  font-family: "NotosansSemibold", Arial, Helvetica, sans-serif;
}

table,
body,
span,
.p-title,
.div-footer {
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
}

.p-unit {
  font-family: "RobotoItalic", Arial, Helvetica, sans-serif;
}

body {
  font-size: 13px;
}

.p-title,
.p-theme {
  font-size: 1.15em;
}

.p-unit,
.div-footer,
.p-source {
  font-size: 0.8rem;
}

.bold {
  font-weight: bold;
}

body {
  box-sizing: border-box;
  width: 99.9svw;
  height: 99.9svh;
  padding: 5px 8px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
}
body p {
  padding: 0;
  margin: 0;
}
body .div-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
body .div-header .div-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
  height: 100%;
}
body .div-header .div-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
body .div-header .div-actions .btn-actions {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}
body .div-header .div-actions .btn-actions img {
  width: 18px;
  height: 18px;
}
body .div-header .div-actions .btn-actions:hover {
  cursor: pointer;
}
body .div-header .div-actions .btn-actions:hover img {
  opacity: 0.5;
}
body .div-header .div-actions .btn-actions:active {
  transform: scale(0.8);
}
body .div-chart {
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 180px;
  flex-grow: 1;
  display: flex;
  place-items: center;
}
body .div-chart .p-error {
  color: rgb(173, 44, 44);
  text-align: center;
  margin: auto;
}
body .div-chart table {
  font-size: 12px;
  width: 100%;
}
body .div-chart th {
  font-weight: bold;
  background-color: #f4f4f4;
}
body .div-chart table,
body .div-chart th,
body .div-chart td {
  border: 1px solid #1a1a1a;
  border-collapse: collapse;
  padding: 5px;
  text-align: left;
}
body .div-chart table.center,
body .div-chart th.center,
body .div-chart td.center {
  text-align: center;
}
body .div-chart tr:hover {
  background-color: rgba(154, 154, 154, 0.0705882353);
  transition: background-color 0.3s ease;
}
body .div-chart td.fit-content {
  width: 100px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body .div-chart td:hover {
  background-color: rgba(154, 154, 154, 0.168627451);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
body .div-chart span.zone-dot {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 1px black solid;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
body .div-chart span.zone-dot#green {
  background-color: #4caf50;
}
body .div-chart span.zone-dot#red {
  background-color: #f44336;
}
body .div-chart span.zone-dot#blue {
  background-color: #369ef4;
}
body .div-chart span.zone-dot#yellow {
  background-color: #f4e43a;
}
body .div-chart tr.zone-dot-inactive span.zone-dot {
  opacity: 0.3;
}
body .div-chart tr.row-inactive {
  opacity: 0.3;
}
body .div-chart tr.row-inactive:hover {
  background-color: transparent;
  cursor: auto;
  pointer-events: none;
}
body .div-chart tr.row-inactive:hover td:hover {
  cursor: auto;
  background-color: transparent;
  pointer-events: none;
}
body .div-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 5px;
}
body .div-footer .p-source {
  padding-left: 5px;
}
body .div-footer .p-source .span-source-lbl {
  font-weight: bold;
}
body .div-footer .a-source {
  text-decoration: none;
  color: #00008b;
}
body .div-footer .a-source:hover {
  cursor: pointer;
  color: #135b89;
  text-decoration: underline;
}
body .div-footer .div-subfooter {
  min-height: 35px;
  width: 100%;
  border: 0.5px solid rgba(128, 0, 128, 0.2862745098);
  border-radius: 12px 3px 12px 3px;
  padding: 7px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-color: rgba(128, 0, 128, 0.1058823529);
  gap: 5px;
}
body .div-footer .div-subfooter.physical-footer {
  background-color: rgba(234, 93, 11, 0.062745098);
  border-color: rgba(234, 93, 11, 0.2470588235);
}
body .div-footer .div-subfooter.physical-footer .link,
body .div-footer .div-subfooter.physical-footer .link > * {
  color: #c3500e;
}
body .div-footer .div-subfooter.physical-footer .link svg,
body .div-footer .div-subfooter.physical-footer .link > * svg {
  fill: #c3500e;
  color: #c3500e;
}
body .div-footer .div-subfooter.physical-footer .link::after,
body .div-footer .div-subfooter.physical-footer .link > *::after {
  background-color: #c3500e;
}
body .div-footer .div-subfooter.economic-footer {
  background-color: rgba(155, 72, 140, 0.062745098);
  border-color: rgba(155, 72, 140, 0.2862745098);
}
body .div-footer .div-subfooter.economic-footer .link,
body .div-footer .div-subfooter.economic-footer .link > * {
  color: #9b488c;
}
body .div-footer .div-subfooter.economic-footer .link svg,
body .div-footer .div-subfooter.economic-footer .link > * svg {
  fill: #9b488c;
  color: #9b488c;
}
body .div-footer .div-subfooter.economic-footer .link::after,
body .div-footer .div-subfooter.economic-footer .link > *::after {
  background-color: #9b488c;
}
body .div-footer .div-subfooter.decision-footer {
  background-color: rgba(0, 150, 205, 0.062745098);
  border-color: rgba(0, 150, 205, 0.231372549);
}
body .div-footer .div-subfooter.decision-footer .link,
body .div-footer .div-subfooter.decision-footer .link > * {
  color: #0c749a;
}
body .div-footer .div-subfooter.decision-footer .link svg,
body .div-footer .div-subfooter.decision-footer .link > * svg {
  fill: #0c749a;
  color: #0c749a;
}
body .div-footer .div-subfooter.decision-footer .link::after,
body .div-footer .div-subfooter.decision-footer .link > *::after {
  background-color: #0c749a;
}
body .div-footer .div-subfooter .link {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 5px;
  opacity: 0.7;
  transition: all 300ms;
  text-decoration: none;
}
body .div-footer .div-subfooter .link:hover {
  cursor: default;
  opacity: 1;
}
body .div-footer .div-subfooter .link svg {
  width: 21px;
  height: 21px;
}
body .div-footer .div-subfooter .link a > span {
  display: inline-block;
  position: relative;
}
body .div-footer .div-subfooter .link a > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
  transform-origin: bottom center;
}
body .div-footer .div-subfooter .link a > span:hover {
  cursor: pointer;
  opacity: 1;
}
body .div-footer .div-subfooter .link a > span:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}
body .div-footer .div-subfooter .link .label {
  display: inline-block;
  position: relative;
}
body .div-footer .div-subfooter .link .label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
  transform-origin: bottom center;
}
body .div-footer .div-subfooter .link .label:hover {
  cursor: pointer;
  opacity: 1;
}
body .div-footer .div-subfooter .link .label:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}
body .div-footer .div-subfooter .linka:hover {
  cursor: pointer;
  opacity: 1;
}
body .div-footer .div-subfooter .linka:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}

body:has(.table-oigr10) {
  width: 98svw;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: 100svh;
  overflow-x: hidden;
}
body:has(.table-oigr10) .div-chart.table-oigr10 {
  margin-bottom: 5px;
}
body:has(.table-oigr10) .div-chart.table-oigr10 table {
  display: table;
  width: 100%;
  height: 100%;
  overflow: auto;
}
body:has(.table-oigr10) .div-chart.table-oigr10 table tr {
  width: 100%;
}
body:has(.table-oigr10) .div-chart.table-oigr10 table tr td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body:has(.table-oigr10) .div-chart.table-oigr10 table tr td.td-country {
  text-align: left;
  background-color: rgba(195, 239, 255, 0.1960784314);
}
body:has(.table-oigr10) .div-chart.table-oigr10 table tr td .td-value {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body:has(.table-oigr10) .div-chart.table-oigr10 table tr td .td-value .zone-dot.zone-dot-inactive {
  opacity: 0.1;
}
body:has(.table-oigr10) .div-chart.table-oigr10 table tr td .td-value .span-value {
  flex-grow: 1;
  text-align: left;
  vertical-align: middle;
}

.table-oign11:has(.legend-zones) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.table-oign11:has(.legend-zones) .legend-zones {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
  padding: 5px;
}
.table-oign11:has(.legend-zones) .legend-zones .legend-zone {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  gap: 5px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 2px;
}
.table-oign11:has(.legend-zones) .legend-zones .legend-zone:hover {
  background-color: rgba(205, 205, 255, 0.2509803922);
  cursor: pointer;
}
.table-oign11:has(.legend-zones) .legend-zones .legend-zone span.zone-dot {
  border-radius: 0;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  margin-top: 3px;
}
.table-oign11:has(.legend-zones) .legend-zones .legend-zone p {
  flex-grow: 1;
}

.loader {
  --loader-size: 2.8rem;
  --loader-speed: 0.9s;
  --loader-color: #666;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--loader-size);
  width: var(--loader-size);
  margin: -40px auto 40px auto;
}
.loader.physical {
  --loader-color: #ea5c0b;
}
.loader.economic {
  --loader-color: #9b488c;
}
.loader.decision {
  --loader-color: #0096cd;
}
.loader.inte {
  --loader-color: #dda63a;
}

.dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--loader-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse calc(var(--loader-speed) * 1.111) ease-in-out infinite;
}

.dot:nth-child(2) {
  transform: rotate(45deg);
}
.dot:nth-child(2)::before {
  animation-delay: calc(var(--loader-speed) * -0.875);
}

.dot:nth-child(3) {
  transform: rotate(90deg);
}
.dot:nth-child(3)::before {
  animation-delay: calc(var(--loader-speed) * -0.75);
}

.dot:nth-child(4) {
  transform: rotate(135deg);
}
.dot:nth-child(4)::before {
  animation-delay: calc(var(--loader-speed) * -0.625);
}

.dot:nth-child(5) {
  transform: rotate(180deg);
}
.dot:nth-child(5)::before {
  animation-delay: calc(var(--loader-speed) * -0.5);
}

.dot:nth-child(6) {
  transform: rotate(225deg);
}
.dot:nth-child(6)::before {
  animation-delay: calc(var(--loader-speed) * -0.375);
}

.dot:nth-child(7) {
  transform: rotate(270deg);
}
.dot:nth-child(7)::before {
  animation-delay: calc(var(--loader-speed) * -0.25);
}

.dot:nth-child(8) {
  transform: rotate(315deg);
}
.dot:nth-child(8)::before {
  animation-delay: calc(var(--loader-speed) * -0.125);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}