.blindness-selector {
  margin: 0 10px 0 10px;
}
.blindness-selector input {
  visibility: hidden;
}
.blindness-selector label {
  background: rgba(124, 123, 123, 0.17) 0% 0% no-repeat padding-box;
  border-radius: 11px;
  color: rgba(255, 252, 252, 0.75);
  cursor: pointer;
  font: normal normal 16px/22px Open Sans;
  height: 3em;
  letter-spacing: 0px;
  padding: 14px 28px;
  text-align: center;
  user-select: none;
}
.blindness-selector input:checked + label {
  border: 3px solid white;
  color: rgb(255, 252, 252);
  font: normal normal bold 16px/22px Open Sans;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  margin: 0;
  padding: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
table th, table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
table th {
  background-color: #f2f2f2;
}
table tr:hover {
  background-color: #f5f5f5;
}
table .iso-code {
  width: 70px;
  text-align: center;
}
table .ip-address {
  width: 150px;
}
table .path {
  width: 250px;
}
table .count {
  width: 100px;
  text-align: center;
}

.header {
  color: #FFFFFF;
  font: normal normal bold 36px/72px Open Sans;
  letter-spacing: 0px;
  opacity: 0.75;
  text-align: center;
  width: 20em;
}

.root {
  display: flex;
}

.nav-item {
  text-align: center;
  display: block;
  flex-direction: column;
}
.nav-item img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    padding: 10px;
  }
  .sidebar ul li {
    margin-bottom: 5px;
  }
}

.main-panel {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: max-content;
}
.main-panel .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

body {
  background: url(/background.webp) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #eee;
}

.title {
  text-align: center;
}

.description {
  width: 30em;
  text-align: center;
  font: normal normal 300 22px/30px Open Sans;
  letter-spacing: 0px;
  color: #FFFCFC;
  opacity: 1;
  margin-bottom: 3em;
}

.entry {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  margin: 0 auto;
  margin-top: 32px;
  padding: 8px;
  width: 35em;
}
.entry input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 11px;
  border: none;
  box-shadow: -4px 7px 7px -3px rgba(0, 0, 0, 0.36) inset;
  color: black;
  font: normal normal normal 16px/22px Open Sans;
  height: 3em;
  opacity: 1;
  padding-left: 1em;
  width: 100%;
}
.entry input focus {
  outline: 0;
  border-color: #550096;
  opacity: 1;
}
.entry input placeholder {
  opacity: 0.75;
  color: #C7C7C7;
}
.entry button {
  background-color: #d35f66;
  background: #F03E3E 0% 0% no-repeat padding-box;
  border-radius: 11px;
  border: none;
  box-shadow: -4px 7px 9px -1px rgba(0, 0, 0, 0.36);
  color: #EDEDED;
  cursor: pointer;
  font: normal normal bold 17px/23px Open Sans;
  letter-spacing: 0px;
  opacity: 0.75;
  padding: 0.5em 1em;
  text-align: left;
}

.readout {
  margin-top: 16px;
}

.footnote {
  font-size: 0.9rem;
  margin-top: 16px;
}

.content {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Adjust vertical alignment */
  height: 100vh;
}
