.meteo {
  font-size: 1rem;
  overflow: auto;
}
.meteo #add-hour {
  font-size: 92.5%;
}
.meteo.row {
  margin: 0;
}
.meteo.row > * {
  padding: 0;
}
.meteo .nav-item {
  cursor: pointer;
  max-width: 14.25rem;
}
.meteo .nav-link {
  padding: .25rem .5rem;
}
.meteo-prev * {
  color: inherit;
}
#add-day .meteo-prev * {
  text-decoration: underline;
}
#add-day .active .meteo-prev * {
  text-decoration: none;
}
.meteo-prev {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.meteo-hour {
  width: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.active .meteo-hour {
  flex: 1;
  width: auto;
  margin-left: 1rem;
}
.meteo-hour-link {
  width: 1.75rem;
  height: 1.75rem;
  background-color: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.meteo .nav-pills .nav-link {
  border-radius: 0;
}
.meteo .nav-pills {
  margin-top: .125rem;
}
.table tr {
  vertical-align: baseline;
}
#air-quality {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-1rem);
  transition: all .4s ease-in-out;
}
#air-quality.show {
  opacity: 1;
  transform: translateY(0);
}
.meteo .btn-meteo {
  margin-top: .125rem;
}
.loc-menu ul {
  width: 100%;
}
.loc-menu button {
  width: 100%;
}
.meteo #add-hour.nav-pills .nav-link {
  padding: .125rem .375rem;
}
.meteo #add-weather.nav-pills .nav-link {
  width: 2.25rem;
  height: 2.25rem !important;
  border-radius: 50%;
  padding: .125rem;
  margin: auto;
}
.meteo #add-day.nav-pills .nav-link {
  text-decoration: underline;
}
.meteo #add-day.nav-pills .active .nav-link {
  text-decoration: none;
}
.map table {
  font-size: 80%;
}
.table-striped > thead > tr th {
  font-size: 1.2em;
  font-family: "OSEC-bold", sans-serif;
  font-weight: normal;
}
.map .table > :not(caption) > * > * {
  border: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 0;
  padding-right: 3px;
  font-weight: normal;
  vertical-align: middle;
}
.map .table > :not(caption) > * > th {
  padding-left: .25rem;
}
.t-min,
.t-max {
  font-family: "OSEC-bold", sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: .4rem;
  padding: .2rem .375rem .1rem;
  line-height: 1;
}
.table > :not(:last-child) > :last-child > * {
  border: 0;
}
.table .hour {
  display: none;
}
#weather-ico {
  margin-top: -2px;
}
.map .loc-table table {
  font-size: 100%;
  text-align: center;
}
.map .loc-table.snow table tr > th:first-child {
  text-align: left;
  padding-left: .9375rem;
}
.map .loc-table.snow table tr > th:last-child,
.map .loc-table.snow table tr > td:last-child {
  text-align: left;
  padding-left: 0;
  padding-right: .9375rem;
}
.map-world {
  margin-top: 1.5rem;
}
.map-world .map-area {
  margin-left: -.25rem;
}
.map-world .table-responsive {
  padding: 0 .625rem;
}
.map-world .table-responsive .t-head th,
.map-world .table-responsive td {
  border-bottom-width: 2px !important;
  padding: 0 .5rem 0 0;
  vertical-align: middle;
}
.map-world .table-responsive .t-head {
  border-bottom-width: 2px !important;
}
.map-world .table-responsive a {
  text-decoration: none;
}
.seas-wrapper {
  max-width: 26.625rem;
  margin: auto;
}
.cableway {
  margin: .375rem;
}
.tab-img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  object-position: center;
  margin: auto 5px;
}
.row.world-filter {
  margin-left: calc(0px - var(--bs-gutter-x) / 4);
  margin-right: calc(0px - var(--bs-gutter-x) / 4);
}
.row.world-filter > * {
  padding-left: calc(var(--bs-gutter-x) / 4);
  padding-right: calc(var(--bs-gutter-x) / 4);
  margin-top: .5rem;
}
.world-filter .form-select {
  border-radius: 0;
}
.table .d-flex {
  align-items: center;
}
@media (max-width: 575.98px) {
  .map .loc-table tr th:last-child,
  .map .loc-table tr td:last-child {
    display: none;
  }
  .table .d-flex {
    text-align: center;
    flex-direction: column;
  }
  .map .loc-table th,
  .map .loc-table td {
    width: calc(100% / 6);
  }
}
@media (max-width: 767.98px) {
  .loc-menu {
    flex-wrap: wrap;
  }
  .table-striped > thead > tr th {
  	font-size: 1em;
  }
  .map .loc-table table {
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  .loc-menu ul {
    width: calc(100% / 3 * 2);
  }
  .loc-menu button {
    width: calc(100% / 3);
  }
  .meteo .btn-meteo {
    margin-left: 2px;
  }
  .map .table-responsive {
    padding-left: 10px;
  }
  .map .table-responsive.loc-table {
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
@media (min-width: 992px) {
  .map .table-responsive.loc-table {
    padding-left: 0;
  }
}

/* directions */
.map { --dir: 180deg; /* reset to north */ }
.dir-n { transform: rotate(calc(var(--dir) + 180deg)); }
.dir-nne { transform: rotate(calc(var(--dir) + 202.5deg)); }
.dir-ne { transform: rotate(calc(var(--dir) + 225deg)); }
.dir-ene { transform: rotate(calc(var(--dir) + 247.5deg)); }
.dir-e { transform: rotate(calc(var(--dir) + 270deg)); }
.dir-ese { transform: rotate(calc(var(--dir) + 292.5deg)); }
.dir-se { transform: rotate(calc(var(--dir) + 315deg)); }
.dir-sse { transform: rotate(calc(var(--dir) + 337.5deg)); }
.dir-s { transform: rotate(calc(var(--dir) + 0deg)); }
.dir-ssw { transform: rotate(calc(var(--dir) + 22.5deg)); }
.dir-sw { transform: rotate(calc(var(--dir) + 45deg)); }
.dir-wsw { transform: rotate(calc(var(--dir) + 67.5deg)); }
.dir-w { transform: rotate(calc(var(--dir) + 90deg)); }
.dir-wnw { transform: rotate(calc(var(--dir) + 112.5deg)); }
.dir-nw { transform: rotate(calc(var(--dir) + 135deg)); }
.dir-nnw { transform: rotate(calc(var(--dir) + 157.5deg)); }
