@import 'leaflet.css';
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.info-panel {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  max-height: 50px;
  max-width: 70vw;
  padding: 20px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 9px #0000003b;
  overflow: hidden;
  z-index: 1000;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.info-panel .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 2rem;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.info-panel .button:hover {
  background: #edcc6e;
}
.info-panel .content {
  width: 610px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.info-panel.open {
  width: 650px;
  max-height: 400px;
  border-radius: 3px;
}
.info-panel.open .content {
  opacity: 1;
  pointer-events: all;
}
.info-panel h1 {
  font-weight: normal;
  font-size: 1.6rem;
}
.bird-list {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: 250px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 9px #0000003b;
  overflow-y: auto;
  z-index: 1000;
}
.bird-list a {
  display: flex;
  padding: 15px;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.bird-list a.selected {
  background: #edcc6e;
}
.bird-list a .thumb {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.bird-list a small {
  font-size: 0.8rem;
}
.year-circle {
  position: absolute;
  right: 305px;
  top: 30px;
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0px 7px white, 0 0 10px 6px black;
  overflow: hidden;
  z-index: 500;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 00ms;
}
.year-circle.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.year-circle .image-link {
  display: block;
  position: absolute;
  inset: 80px;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.year-circle .image-link span {
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 140px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.year-circle .image-link:hover span {
  opacity: 1;
}
.year-circle .label {
  position: absolute;
  left: 111px;
  height: 150px;
  text-align: center;
  transform-origin: bottom;
  overflow: hidden;
}
.year-circle .label:after {
  content: " ";
  display: block;
  position: absolute;
  left: 39px;
  height: 150px;
  border-left: 1px solid #e7e7e7;
  transform: rotate(15deg);
  transform-origin: bottom;
}
.year-circle .label .label-inner {
  position: absolute;
  left: -111px;
  width: 300px;
  height: 300px;
  padding-top: 12px;
  border-radius: 100%;
  border: 5px solid transparent;
}
.year-circle .month {
  position: absolute;
  left: 131px;
  height: 150px;
  text-align: center;
  transform-origin: bottom;
  overflow: hidden;
}
.year-circle .month .month-inner {
  position: absolute;
  left: -131px;
  width: 300px;
  height: 300px;
  padding-top: 12px;
  border-radius: 100%;
  border: 5px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.year-circle .month .month-inner:after {
  content: " ";
  display: block;
  position: absolute;
  top: 9px;
  left: -5px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  border-top: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.year-circle .month.vinter .month-inner {
  box-shadow: inset 0 0 0px 4px #e73b00;
}
.year-circle .month.summer .month-inner {
  border-color: #ffd400;
}
.year-circle .month.nesting .month-inner:after {
  border-top-color: #e179b7;
}
.year-circle .month.nesting-main .month-inner:after {
  box-shadow: 0 0 0px 3px #e179b7;
}
