.notes {
  margin: auto;
  width: 400px;
   position: relative !important;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.note {
  font-size: 90px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-left: 10px;
}

.note.active {
  color: #e74c3c;
}

.notes-list {
  overflow: auto;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
  -ms-overflow-style: none;
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    #fff,
    rgba(255, 255, 255, 0)
  );
}
.arrow svg {
    margin: 0 auto;
}
.notes-list::-webkit-scrollbar {
  display: none;
}

.note {
  -webkit-tap-highlight-color: transparent;
}

.note span {
  position: absolute;
  right: 0.25em;
  font-size: 40%;
  font-weight: normal;
}

.note-sharp {
  top: 0.3em;
}

.note-octave {
  bottom: 0.3em;
}

.frequency {
  font-size: 24px;
  position: absolute;
    bottom: -9px;
  left: 0;
  color: var(--Text-Body-text-body, #18181B);
  font-weight: bold;
}

.frequency span {
  font-size: 16px;
  margin-left: 0.25em;
  display: block;
  font-weight: normal;;
  color: var(--Text-Body-text-tertiary-variant, #71717A);

}
.cents {
  font-size: 24px;
  position: absolute;
  bottom: -9px;
  right: 0;
  color: var(--Text-Body-text-body, #18181B);
  font-weight: bold;
    display: none;
}
.cents span{
  font-size: 16px;
  margin-left: 0.25em;
  display: block;
  font-weight: normal;
  color: var(--Text-Body-text-tertiary-variant, #71717A);
}
.meter-scale {
    display: none;
}
.meter {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  /*overflow: hidden;*/
  width: 100%;
  border-bottom: 1px solid var(--Backgrounds-Body-bg-body-tertiary, #E4E4E7);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.meter img {
  width: 100%;
}
.meter-pointer {
  width: 14px;
  height: 100%;
  transform: translate(-6px, -98px);
  transform-origin: bottom;
  transition: transform 0.5s;
  position: absolute;
  right: 50%;
}

.meter-dot {
  width: 10px;
  height: 10px;
  background: #2c3e50;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  right: 50%;
  margin-right: -4px;
}
button.tap-start {
  background: var(--Backgrounds-Brand-bg-brand, #A11F1F);
  border: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: center;
  border-radius: 50px;
  padding: 10px 16px;
  cursor: pointer;
}
.meter-scale-strong {
  width:4px;
  border-top-width: 20px;
}

.frequency-bars {
  /* position: absolute; */
  bottom: 0;
  width:100%;
  height: 100%;
  left: 0;
}
.tuner-container {
  max-width: 818px;
  margin: 0 auto 40px;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  border: 4px solid var(--Border-Body-border-subtle, #D4D4D8);
}
.inner-container {
  position: relative;
  /* background: white; */
  z-index: 99;
}
.flex-container {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 24px;
}
.wistia_responsive_padding {
    margin: 0 60px;
}
@media (max-width: 768px) {
  .meter {
    width: 100%;
  }

  .notes {
      width: 375px;
  }
    .meter-pointer {
        width: 11px;
        transform: translate(-6px, -73px);
    }

}
@media (max-width: 767px) {
.note {
    font-size: 80px;

}
    .frequency {
        font-size: 20px;
    }
    .wistia_responsive_padding {
        margin: 0 ;
    }
}
@media (max-width: 650px) {
.meter-pointer {
    width: 10px;
    transform: translate(-6px, -65px);
}
    .notes {
        width: 315px;
    }
    .note {
        font-size: 70px;
    }
}
@media (max-width: 600px) {
    .meter-pointer {
        width: 16px;
        transform: translate(-6px, 4px);
        position: absolute;
        top: 0;
    }
}
@media (max-width: 475px) {
    .meter-pointer {
        width: 14px;

    }
}
@media (max-width: 420px) {
.meter-pointer {
    width: 12px;

}
}
.swal-button {
  background: #2c3e50;
}

.a4 {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-37px, 0px);
  display: none;
}

.a4 span {
  color: #e74c3c;
}

.auto {
  position: absolute;
  top: 16px;
  right: 16px;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(25vh - 25px);
}


