html {
  height: 100%;
}

body {
  position: fixed;
  font-family: sans-serif;
  color: #ffffff;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  user-select: none;
  background-color: #202940;
}

.notes {
  margin: auto;
  width: 400px;
  position: fixed;
  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)
  );
}

.notes-list::-webkit-scrollbar {
  display: none;
}

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

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

.note-sharp {
  top: 0.3em;
}

.note-octave {
  bottom: 0.3em;
}

.frequency {
  font-size: 32px;
}

.frequency span {
  font-size: 50%;
  margin-left: 0.25em;
}

.meter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 50%;
  width: 400px;
  height: 33%;
  margin: 0 auto 5vh auto;
}

.meter-pointer {
  width: 2px;
  height: 100%;
  background: #2c3e50;
  transform: rotate(45deg);
  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;
}

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

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

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

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

  .notes {
    width: 100%;
  }
}

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

.a4 {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.a4 span {
  color: #e74c3c;
}

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




.tebouheader {
  position: fixed;
  z-index: 1;
  background-color: #202940;
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  height: 65px;
}

.titulolog {
  font-family: "Arial", serif;
  text-align: center;
  font-size: 25px;
  color: #f7f7f7;
  margin: 0;
  padding: 0;
  text-transform: uppercase!important;
}

.btmenus {
  position: absolute;
  left: 5px;
  top: 11px;
  background-color: #202940;
  border: none;
  color: white;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btmenus:hover {
  background-color: #00000030;
  color: #fff8;
  border-radius: 11px;
}


.btmferr {
  position: absolute;
  right: 7px;
  top: 13px;
  background-color: #202940;
  border: none;
  color: white;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btmferr:hover {
  background-color: #00000030;
  color: #fff8;
  border-radius: 11px;
}


.bt-listas {
  background-color: #323a4f!important;
  border: none!important;
  color: white!important;
  padding: 5px 5px!important;
  text-align: left!important;
  text-decoration: none!important;
  display: inline-flex!important;
  font-size: 16px!important;
  margin: 4px 0px!important;
  cursor: pointer!important;
  width: 100%!important;
  box-sizing: border-box;
}

/*modal*/
.btn-outline-success {
  background-color: #018934;
  border: none;
  color: white;
  padding: 11px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 75px;
  user-select: none;
  text-transform: uppercase;
}

.bt-hover:hover {
  background-color: #555555!important;
  color: #fff8!important;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* Ocultar a janela modal */
  display: none;
  font-family: "Arial", serif;
}

.conteudo-modal {
  margin: 0 auto;
  max-width: 258px;
  background-color: #202940;
  color: #fff9;
  border-radius: 0px;
  left: 0;
  position: absolute;
  height: -webkit-fill-available;
}

.cabecalho-modal {
  padding: 4px 8px;
  display: flex;
  justify-content: space-between;
  background-color: #202940;
  color: #d1cecb;
  box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
}

.cabecalho-modal .cabecalho-titulo-modal {
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase!important;
}

.cabecalho-modal .cabecalho-modal-fechar {
  padding: 18px 10px;
  cursor: pointer;
}

.corpo-modal {
  padding: 1px 8px 8px 8px;
}

.rodape-modal {
  border-top: solid #eee 1px;
  padding: 3px;
  background-color: #202940;
  text-align: right;
  bottom: 0px;
  position: inherit;
  width: -webkit-fill-available;
}