.notes {
  width: 400px;
  position: relative;
  text-align: center;
}

.note {
  font-size: 90px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-left: 10px;
  transition: color 0.4s ease-out;

}


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




.note.active {
  color: #FC5244;
}

.notes-list {
  overflow: hidden;
  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)
  );
}

.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: 32px;
  margin-top: -23px
}

.frequency span {
  font-size: 50%;
}

.meter {
  width: 400px;
  height: 33%;
  margin: 0 auto 5vh auto;
}

.meter-pointer {
  width: 2px;
  height: 100%;
  background: #FC5244;
  transform: rotate(45deg);
  transform-origin: bottom;
  transition: transform 0.5s, background 0.4s ease-out;
  position: absolute;
  right: 50%;
}

.meter-dot {
  width: 10px;
  height: 10px;
  background: #FC5244;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  right: 50%;
  margin-right: -4px;
  transition: background 0.4s ease-out;

}

.meter-scale {
  width: 1px;
  height: 100%;
  transform-origin: bottom;
  transition: transform 0.2s;
  box-sizing: border-box;
  border-top: 12px solid;
  position: absolute;
  right: 50%;
}


.meter-scale2 {
  width: 1px;
  height: 100%;
  transform-origin: bottom;
  transition: transform 0.2s;
  box-sizing: border-box;
  border-top: 10px solid;
  position: absolute;
  right: 50%;
  top: 2px;
}

.meter-scale-strong {
  width: 2px;
  border-top-width: 20px;
}

.frequency-bars {
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  .meter {
    width: 100%;
  }

  .notes {
    width: 100%;
    max-width: 400px;
  }
}


.swal-button, :hover.swal-button {
  padding: 8px 13px;
  border-radius: 8px;
  border: solid 1px white;
  color:white;
  font-size: 13px;
  background-color: transparent !important;
}

.swal-modal{
  background-color: #262626 !important;    
}

@media (min-width:501px){
  .swal-modal{
    max-width: 485px;
    width: 485px;
  }
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-text{
  color: white;
  background-color: #262626 !important;  
  line-height: 1.3;
  margin:0 !important;
  padding: 20px 20px 0px;
  max-width: 100%;
}

.swal-footer{
  background-color: #262626 !important;
  padding: 20px;
  margin-top: 0px
}



.meter-section{
  height: 300px;
}

@media (max-width:500px) and (min-width:410px) {
  .meter-section{
    height: 250px;
  }
}

@media (max-width:409px){
  .meter-section{
    height: 200px;
  }
}

.bass{
  font-size: 19px;
}

