body {
    margin: 0;
    background-color: #003D72;
    font-family: "verdana", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

}

footer {
  margin-top: auto;
}

.header {
    background-color: #99C5E2;
    height: 60px;
    padding: 16px 0 0 0;
}

.header-emoji {
  display: left;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: auto;
  width: 80px;
}

.header-title {
  color:#003D72;
  display:inline-block;
  vertical-align:middle;
  font-size: 3.0vw;
  margin-left: 20px;
  margin-top: -13px;
}

.header-description {
    font-size: 15px;
    margin: 4px auto;
    text-align: center;
    max-width: 484px;
}

/* outer row holding icon + tabs */
.tabs-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  border-bottom: 1px solid #99C5E2 !important;
}

.tab-parent {
  flex: 1 1 0%;
  min-width: 0;
  width: 100%;
}

#tabs {
  display: flex !important;
  flex: 1 1 0% !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  background-color: #003D72 !important;
  color: #99C5E2 !important;
}

.tabs .tab-container {
  display: flex;
  width: 100%;
  min-width: 0;
}

.tab {
  background-color: #003D72 !important;
  color:#99C5E2 !important;
  flex: 0 1 auto;
  min-width: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.5s ease, color 0.5s ease;
  border: none !important;
}

.tab:nth-child(1) {
    flex-basis: 10% !important;
}

.tab:nth-child(2),
.tab:nth-child(3),
.tab:nth-child(4) {
    flex-basis: 30% !important;
}

/* Hover effect */
.tab:hover {
    background-color: #99C5E2 !important;
    color: #003D72 !important;
    cursor: pointer;
}

/* Selected tab */
.tab--selected {
    background-color: #99C5E2 !important;
    color: #003D72 !important;
}

.card-map {
    width: 45%;
    background-color: #003d72;
    box-sizing: border-box;
}

.card-bx-prts {
    height: 10px;
}

.card-bx {
    float: left;
    width: 100%;
    height: 16px;
    #border: 1px solid #838383;
    margin: 2px 2px 2px 2px;
    background-color: #003d72;
}

.rank-bar {
    float: left;
    width: 100%;
    #border: 1px solid #838383;
    background-color: #003d72;
}

.container_title {
  margin-top: 0;
  margin-bottom: -10px;
  font-size: 18px;
  color: #ffffff;
  line-height: 2.6rem;
  padding-left: 20px;
  padding-top: 15px;
}

.container_title_info {
  background-color: #EAEBF6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2.6rem;
  padding-left: 20px;
  padding-top: 20px;
}

.info-icon {
  float: right;
  cursor: pointer;
  max-width: 100px;
  max-height: 25px;
  padding:10px;
}

.table {
    float:right;
    width: 412px;
    padding-right: 220px;
    margin-left: 1em;
}

.Select-control {
    width: 256px;
    height: 48px;
}


.Select--single > .Select-control .Select-value, .Select-placeholder {
    line-height: 48px;
}

.Select--multi .Select-value-label {
    line-height: 32px;
}

.menu-title {
    font-size: 13px;
    margin: 10px 10px 0px 40px;
    font-weight: bold;
    color: #ffffff;
}

.dropdown {
    float: left;
    margin: 10px 10px 10px 30px;
}

.data-disclaimer-text {
    padding-top: 7px;
    padding-bottom: 5px;
    color: #696B66;
    font-size: 16px;
    width: 92.3%;
    margin: 2px 2px 2px 0px;
    min-height: 25px;
}

.data-disclaimer-logo {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    min-width: 100px;
    margin: 2px 0px 2px 2px;
    min-height: 25px;
}

.data-disclaimer {
    background-color: #FFFFFF;
    display: flex;
    padding-right: 1%;
    padding-left: 1%;
    width: 100%;
}

.legal {
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    margin: 0px auto 25px 25px;
    padding-top: 5px;
    max-width: 684px;
    display:inline-block;
}

.footer{
   position:fixed;
    text-align: center;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
  background-color: #003d72;
  z-index: 1000;
}

.Select-control {
    background-color: #99c5e2 !important;
    color: #003d72;
  }

.Select-menu-outer {
    background-color: #99c5e2;
    color: #003d72;
}

.Select-value-label {
    color: #003d72 !important;
}

/* Modal info layer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    z-index: 1004;
    position: fixed;
    left: 0;
    width: 60%;
    background-color: #EAEBF6;
    border-radius: 5px;
    margin-left: 20%;
    margin-bottom: 2%;
    margin-top: 2%;
}

.modal-content > div {
    text-align: left;
    margin: 20px 50px 10px 50px;
    max-height: 80vh;
    overflow-y: scroll;
    font-size : 12px;
}

.modal-content.bottom {
    bottom: 0;
}

.modal-content.top {
    top: 0;
}

table {
  border-collapse: collapse;
}
th:not(.CalendarDay),
td:not(.CalendarDay) {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #000000; }
th:first-child:not(.CalendarDay),
td:first-child:not(.CalendarDay) {
  padding-left: 0; }
th:last-child:not(.CalendarDay),
td:last-child:not(.CalendarDay) {
  padding-right: 0; }

@media screen and (min-width: 800px) {
  .header-title {
     font-size: 20px;
  }
  .menu{
  height: 60px;}
  }

.button-pn {
  appearance: none;
  backface-visibility: hidden;
  background-color: #3f5d83;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-pp {
  background-color: #eaebf6;
  border-radius: 8px;
  border-style: none;
  color: #9a9595;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  margin-right: 20px;
}


.button-pn:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.button-pn:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.button-pn:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}

.dashboard-container {
    display: flex;
    width: 100%;
    height: 83vh;
    height: 100%;
    box-sizing: border-box;
    gap: 1%;
}

.card-map {
    width: 42%;
    background-color: #003d72;
    box-sizing: border-box;
}

.main-container {
    width: 58%;
    display: flex;
    flex-direction: row;
    gap: 1%;
    height: 100%;
    box-sizing: border-box;
}

.left-panel {
    width: 30%;
    height: 100%;
    background-color: #003d72;
    border: 1px solid #003d72;
    box-sizing: border-box;
    padding: 5px;
}

.right-panel {
    width: 69%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1%;
    box-sizing: border-box;
}

#overlay-container-lr,
#overlay-container-ll {
    flex: 1;
    background-color: #003d72;
    border: 1px solid #003d72;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
}

.about-overlay-left {
    position: fixed;
    top: 30%;
    left: 5%;
    width: 30%;
    max-width: 600px;
    max-height: 300px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.about-overlay-right {
    position: fixed;
    top: max(20vh, 150px);
    left: 12%;
    width: 160vh;
    max-width: 1500px;
    max-height: 62vh;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .about-overlay-left,
    .about-overlay-right {
        top: 55vh;
        left: 5%;
        right: 5%;
        width: 90%;
    }
}

/* Open dropdown menu */
#year-selector .Select-menu-outer {
    background-color: #003D72;
    color: #99C5E2;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

#year-selector .Select-option.is-focused {
    background-color: #00284B;
    color: #ffffff;
}

#year-selector .Select-option.is-selected {
    background-color: #00509E;
    color: #ffffff;
}


#imprint p:first-child {
    margin-top: 70px;
}

#pp p:first-child {
    margin-top: 70px;
}