:root {
  /* Slate */
  --crazy-light-slate: #f9fbfb;
  --extra-light-slate: #dff4fa;
  --light-slate: #c5dbe1;
  --slate: #96b2ba;
  /* Blue */
  --super-light-blue: #f1fbfc;
  --extra-light-blue: #b1e9fd;
  --light-blue: #62dbff;
  --blue: #00c5ff;
  --extra-dark-blue: #2c6678;
  /* Green */
  --super-light-green: #d3fae0;
  --extra-light-green: #b5f4cb;
  --light-green: #6af6a3;
  --green: #00e85f;
  --extra-dark-green: #02a344;
  /* Orange */
  --super-light-orange: #fde5d1;
  --extra-light-orange: #ffd4b4;
  --light-orange: #ffb371;
  --orange: #ff9f4a;
  --extra-dark-orange: #d86804;
  /* Red */
  --super-light-red: #fbdbda;
  --extra-light-red: #fdb5b3;
  --light-red: #ff9090;
  --red: #fe7474;
  --extra-dark-red: #b82222;
  /* Misc */
  --toggle-transition-time: 0.5s;
  --av-medium: "AvenirNextProMedium";
  --av-demi: "AvenirNextProDemi";
  --av-bold: "AvenirNextProBold";
}

.tooltip-container {
  width: fit-content;
  margin: 0;
}

.tooltip {
  display: none;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  position: absolute;
  padding: 0.938rem;
  border-radius: 0.313rem !important;
  cursor: default;
  font-family: var(--av-medium);
  text-align: left;
  line-height: 140%;
  font-size: 0.875rem;
  -moz-border-radius: 0.188rem;
  -webkit-border-radius: 0.188rem;
  border-radius: 0.188rem;
  box-shadow: 0rem 0rem 1.25rem 1rem rgb(197 219 225 / 20%);
  background: white repeat-x;
  z-index: 9999;
}
.tooltip .tooltip-triangle {
  position: absolute;
  width: 0rem;
  height: 0rem;
  border-left: 0.938rem solid transparent;
  border-right: 0.938rem solid transparent;
  border-top: 1.125rem solid white;
  margin-top: 0.3rem;
  padding-bottom: 1rem;
}
.tooltip a {
  color: inherit;
}
.tooltip p {
  margin: 0;
}
#container--monthly-traffic-chart {
  height: 17.313rem;
}

.star-1 {
  animation: twinkle 3s linear infinite;
}
.star-2 {
  animation: twinkle 2s linear infinite;
}
.star-3 {
  animation: twinkle 1s linear infinite;
}

/* Animations */
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.question-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0rem 0.313rem 0.625rem 0.313rem rgba(154, 206, 222, 0.2);
  min-height: 6.25rem;
  border-radius: 1.25rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.875rem;
  background: white;
}

.question-question {
  width: 100%;
  padding-bottom: 0.625rem;
  font-family: var(--av-demi);
  font-style: normal;
  margin-left: auto;
  text-align: center;
  color: var(--extra-dark-blue);
  margin-right: auto;
  margin-bottom: 0.313rem;
}

.question-question--w-tooltip {
  display: flex;
  padding: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  padding-top: 2rem;
  width: fit-content;
}

.question-header {
  display: flex;
  flex-direction: column;
  height: 6.25rem;
  align-items: center;
  cursor: pointer;
}

.question-subtitle--powered-by {
  display: flex;
  align-items: center;
  color: var(--slate);
  font-family: var(--av-medium);
}

#chart-card-three-tooltip {
  left: 47%;
  bottom: 93%;
}

.tooltip .tooltip-triangle {
  margin-left: calc(50% - 2rem);
}

#container--monthly-traffic-placings {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1.5rem;
}

.monthly-traffic-placing {
  width: 22%;
  align-items: center;
  display: flex;
}

.monthly-traffic-placing p {
  width: 15rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  margin-left: 2rem;
  font-family: var(--av-medium);
  font-size: 1.125rem;
  color: var(--extra-dark-blue);
}

.show-domain-toggles--container {
  display: flex;

  margin-bottom: 2.875rem;
  margin-left: 2rem;
  width: 100%;
  justify-content: space-evenly;
}

.show-domain-toggle--container {
  width: 22%;
}
.reverse-toggle-container .reverse-toggle-container--inner {
  display: flex;
  align-items: center;
  width: fit-content;
}

.tab-circle {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border-radius: 9999999px;
  margin-right: 0.5rem;
}
.tab-circle.red {
  background: var(--extra-light-red);
}
.tab-circle.green {
  background: var(--extra-light-green);
}
.tab-circle.blue {
  background: var(--extra-light-blue);
}
.tab-circle.orange {
  background: var(--extra-light-orange);
}

.question-details.expanded.expanded-details .tab-circle {
  display: block;
}

.chart-container {
  position: relative;
  width: 95%;
  margin: auto;
}

/* toggle sliders */
#line-solid-toggle-container .reverse-toggle-container--inner {
  margin-left: auto;
  margin-right: 1rem;
}
#line-solid-toggle-container {
  position: absolute;
  right: 1rem;
  top: 2rem;
}

.reverse-toggle-container .reverse-toggle-container--inner {
  display: flex;
  align-items: center;
  width: fit-content;
}
.reverse-toggle-container .toggle-label {
  margin: 0;
  font-size: 0.875rem;
  color: var(--light-slate);
  font-family: var(--av-medium);
  transition: var(--toggle-transition-time);
}
.reverse-toggle-container .toggle-label-left {
  margin-right: 0.3rem;
}
.reverse-toggle-container .toggle-label-right {
  margin-left: 0.3rem;
}
.reverse-toggle-container .reverse-toggle-container--inner:hover .toggle-label {
  color: var(--slate);
}
.reverse-toggle-container
  .reverse-toggle-container--inner:hover
  .toggle-slider-ball {
  background-color: #cef2fe;
}
.reverse-toggle-container .toggle-slider-ball {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--super-light-blue);
  -webkit-transition: var(--toggle-transition-time);
  transition: var(--toggle-transition-time);
}
.reverse-toggle-container
  .reverse-toggle-container--inner:hover
  .toggle-slider-ball:before {
  background-color: var(--blue);
}
.reverse-toggle-container .toggle-slider-ball:before {
  position: absolute;
  content: "";
  height: 0.818rem;
  width: 0.818rem;
  left: 0.125rem;
  bottom: 0.125rem;
  background-color: #cef2fe;
  -webkit-transition: var(--toggle-transition-time);
  transition: var(--toggle-transition-time);
}
.reverse-toggle-container
  .reverse-toggle--checkbox-input:checked
  + .toggle-slider-ball:before {
  -webkit-transform: translateX(0.85rem);
  -ms-transform: translateX(0.85rem);
  transform: translateX(0.85rem);
  background-color: var(--light-slate);
}
.reverse-toggle-container
  div:hover
  .reverse-toggle--checkbox-input:checked
  + .toggle-slider-ball:before {
  background-color: var(--slate);
}
.reverse-toggle-container
  .reverse-toggle--checkbox-input:checked
  + .toggle-slider-ball {
  background-color: var(--super-light-blue);
}
.reverse-toggle-container
  div:hover
  .reverse-toggle--checkbox-input:checked
  + .toggle-slider-ball {
  background-color: var(--light-slate);
}
/* The switch - the box around the slider ball */
.switch {
  position: relative;
  display: inline-block;
  width: 1.923rem;
  height: 1.106rem;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider-ball {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--super-light-blue);
  -webkit-transition: var(--toggle-transition-time);
  transition: var(--toggle-transition-time);
}
.toggle-slider-ball:hover {
  background-color: #ccc;
}
.toggle-slider-ball-ball:before {
  position: absolute;
  content: "";
  height: 0.818rem;
  width: 0.818rem;
  left: 0.125rem;
  bottom: 0.125rem;
  background-color: white;
  -webkit-transition: var(--toggle-transition-time);
  transition: var(--toggle-transition-time);
}
.reverse-toggle--checkbox-input:checked + .toggle-slider-ball {
  background-color: var(--blue);
}
.reverse-toggle--checkbox-input:checked + .toggle-slider-ball:before {
  -webkit-transform: translateX(0.875rem);
  -ms-transform: translateX(0.875rem);
  transform: translateX(0.875rem);
}
/* Rounded sliders */
.toggle-slider-ball.round {
  border-radius: 2.125rem;
}
.toggle-slider-ball.round:before {
  border-radius: 50%;
}

.section-info-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
}

/* end of toggle slider */

.placement-banner {
  background-color: var(--extra-light-slate);
  width: 95%;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
  margin: auto;
  margin-bottom: 2rem;
}

.placement-banner > div {
  display: flex;
  align-items: center;
  height: -webkit-fill-available;
}

.banner-badge {
  max-width: 2.563rem;
  max-height: 2.938rem;
  margin-left: 0.75rem;
}

.banner-text {
  height: fit-content;
  font-family: var(--av-medium);
  margin-left: 0.75rem;
  font-size: 1rem;
}
