/* Prefixed by https://autoprefixer.github.io PostCSS: v8.4.14, Autoprefixer: v10.4.7 Browsers: last 1 version */ /* Loader */
.loader,
.loader:before,
.loader:after {
  background: #b3b3b3;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 3em;
}
.loader {
  color: #b3b3b3;
  text-indent: -9999em;
  margin: 35% auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}
.modebar {
  display: none !important;
} /* Plotly wrapper */
.plotly-header {
  margin-bottom: 10px;
}
@media all and (min-width: 576px) {
  .plotly-header {
    display: flex;
    align-items: center;
  }
  .plotly-select {
    margin-left: 30px;
  }
  .plotly-title {
    margin-bottom: 0 !important;
  }
  plotly-logo {
    margin-top: 0;
    flex-direction: column;
  }
}
.plotly-title {
  display: block;
  margin-bottom: 15px;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: rgb(42, 63, 95);
}
.plotly-select {
  height: 38px;
  border-color: #ccc;
}
.plotly-button {
  height: 38px;
  border-color: rgb(42, 63, 95);
  color: rgb(42, 63, 95);
  background-color: transparent;
  cursor: pointer;
  border-width: 1px;
}
.plotly-button.is-active {
  background-color: rgb(42, 63, 95);
  color: #fff;
}
.plotly-wrapper {
  position: relative;
  width: 100%;
}
.plotly-inner {
  position: relative;
  height: 420px;
  width: 100%;
}
.plotly-sidebar {
  display: flex;
  flex-direction: column-reverse;
  z-index: -1;
}
.plotly-sidebar img {
  max-width: 100px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.plotly-logo {
  margin-top: 10px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.plotly-wrapper .plotly-graph-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.plotly-wrapper .plotly-graph-div.is-active {
  opacity: 1;
  z-index: 1;
}

@media all and (min-width: 768px) {
 /* .plotly-wrapper {
    max-width: 700px;
  }*/
  /*.plotly-inner {
    height: 650px;
    width: 700px;
  }*/
  /*.no-legend.plotly-wrapper {
    padding-right: 120px;
  }*/
  .fullheight-legend.plotly-wrapper {
    padding-right: 40px;
  }
  .plotly-title {
    margin-bottom: 0;
  }
  .plotly-select {
    margin-left: 30px;
  }
  #plotly-tabs {
    margin-left: 30px;
  }
  .plotly-sidebar {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .plotly-sidebar img {
    margin-bottom: 10px;
  }
  .plotly-sidebar img.logo-pelagis {
    margin-bottom: 0;
  }
  .plotly-logo {
    margin-top: 0;
    /*flex-direction: column;*/
  }
}
@media all and (min-width: 820px) {
  /*.plotly-wrapper {
    max-width: 800px;
  }*/
  /*.plotly-inner {
    height: 650px;
    width: 800px;
  }*/
} /* notice */
.plotly-notice {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  word-break: break-word;
  color: #666;
}
.plotly-notice p {
  margin-top: 0;
  margin-bottom: 10px;
}
.plotly-footer {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 768px) {
  .plotly-footer {
    padding-left: 50px;
  }
} /* custom */
.p1_cetace .plotly-sidebar {
  right: 50px;
}
.p2_cetace .main-svg {
  background-color: transparent !important;
}
.p3_ongule .plotly-sidebar {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .p3_ongule .plotly-sidebar {
    bottom: 60px;
    right: 60px;
    margin-bottom: 0;
  }
}
.p3_cetace .slider-container,
.p3_cetace .menulayer {
  transform: translate(20px, -45px);
}
@media all and (min-width: 768px) {
  .p3_cetace .plotly-sidebar {
    right: 20px;
    bottom: 135px;
  }
}
.p4_cetace .plotly-sidebar {
  bottom: 80px;
}
.p4_cetace .plotly-title {
  margin-left: 25px;
}
.p4_cetace .menulayer {
  transform: translateY(-10px);
}
.p4_cetace .g-gtitle,
.p4_cetace .plotly-title {
  display: none;
}
@media all and (min-width: 820px) {
  .p4_cetace .plotly-sidebar {
    bottom: 70px;
  }
  .p4_cetace .plotly-title {
    position: absolute;
    top: 25px;
    left: 25px;
  }
  .p4_cetace .menulayer {
    transform: translate(80px, 0);
  }
}
@media all and (min-width: 768px) {
  .p5_cetace .plotly-sidebar {
    bottom: 40px;
    width: 150px;
  }
  .p5_cetace .plotly-notice {
    margin-top: 20px;
  }
}
@media all and (min-width: 820px) {
  .p5_cetace .plotly-sidebar {
    right: 10px;
  }
}
.p5_ongule .plotly-sidebar {
  right: 30px;
  bottom: 25px;
}
.p5_ongule .menulayer {
  transform: translateX(10px);
}
.p5_ongule .updatemenu-item-rect {
  width: 180px;
}
.p5_ongule .updatemenu-header-arrow {
  transform: translateX(-6px);
}
@media all and (min-width: 768px) {
  .p5_ongule .plotly-sidebar {
    right: 55px;
    bottom: 40px;
  }
  .p5_ongule .legend {
    transform: translate(calc(100% - 175px), 80%);
  }
}

