:root {
  --bs-font-sans-serif: 'Nunito Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-nav-link-font-size: 1.2rem;
}
.summary-icon {
    margin-right: 20px;
    margin-top: 16px;
    height: 100%;
    }
.summary-card-content {
    height: 160px;
    border-radius: 20px;
    }
.summary-row {
    margin-bottom: 20px;
    margin-top: 20px;
    }
.summary-card {
    border-radius: 20px;
    margin: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
.summary-count {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    }
.summary-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    }
.top-card {
    border-radius: 10px;
    padding: 20px;
    }
.top-card-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    }
.report-row {
    margin-bottom: 30px;
    margin-top: 30px;
    }

.summary-card-content {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.summary-card-content .front-face, .summary-card-content .back-face {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: visible;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.summary-card-content .back-face{
  transform: rotateY(-180deg);
  visibility: hidden;
}
.summary-card-content:hover .front-face{
transform: rotateY(-180deg);
visibility: hidden;
}
.summary-card-content:hover .back-face{
transform: rotateY(0deg);
visibility: visible;
}
.tt-dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.tt-input {
    width: 240px;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 400;
  border-bottom: 2px solid #f5f5f5;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.summary-table {
  font-size: 1.2rem;
  margin: 10px;
}
.summary-table .tr .td {
  font-weight: 600;
}
.report-title {
  font-size: 4rem;
  font-weight: 600;
  padding: 30px;
}
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    color: black;
    text-align: center;
}
.footer ul {
    list-style-type: none;
}
.footer ul li {
    display: inline-block;
    padding: 0 10px;
}
.footer ul li a {
    color: black;
}
.footer ul li a:hover {
    color: #007bff;
}
.footer h3 {
    font-weight: 600;
}
.footer p {
    font-size: 12px;
}
.footer .col-md-4 {
    padding: 20px;
}
.footer .col-md-4:nth-child(1) {
    border-right: 1px solid #e5e5e5;
}
.footer .col-md-4:nth-child(2) {
    border-right: 1px solid #e5e5e5;
}
.footer .col-md-4:nth-child(3) {
    border-right: 1px solid #e5e5e5;
}
.footer .col-md-4:nth-child(4) {
    border-right: 1px solid #e5e5e5;
}
.footer img {
  width: 150px;
  height: auto;
  margin-bottom: 2em;
}
.map-container {
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55vh;
}
.map-container p {
    margin: 0;
}
.panel-title {
    padding: 10px;
    }
.section-title {
    font-size: 3rem;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    }
.data-panel {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
    }
}accordion-item {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
.accordion-button {
  cursor: pointer;
  text-align: left;
  width: 100%;
  outline: none;
  font-size: 1.5rem;
  font-weight: 600;
}
.accordion-button:hover {
  background-color: lightgray;
  cursor: pointer;
}
.accordion-button.show {
  background-color: lightgray;
}
.accordion-button.collapse {
  background-color: white;
}
.explanation-box {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  right: 10px;
  top: 10px;
  width: 100%;
  z-index: 1;
}

.explanation-box-close {
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

.explanation-box-title {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.explanation-box-text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.datatables-button {
  margin-top: 20px;
}
.contents-links li {
  font-size: 1.2rem;
  line-height: 2;
}
.filter-badge {
  font-size: 0.8rem;
  background-color: #007bff;
  color: white;
  margin: 5px;
}

.body {
    padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .body {
        padding-bottom: 160px;
    }
}