body{
  margin: 0px;
  background-color: #202940;
  color: #e2dcdc;
  user-select: none;
  background-image: url(../img/cordas.png);
  background-position: top;
  background-repeat: no-repeat;
}

.conger{
  padding-top: 20px;
}

.conger svg text {
  color: #e2dada!important;
}

.note-text {
  width: 100%;
  flex-flow: row;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  text-align-last: center;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.notes {
  width: 100%;
  display: flex;
  flex-flow: column;
  text-align: center;
}

/*.notes-row {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
}*/

/*.note {
  width: 4em;
}*/





.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;
}

.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;
}
