html, body {
  font-size: 16px !important;
  -webkit-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  text-size-adjust: none !important;

  min-height: 100%;
  height: 100%;
}

.natela-content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.natela-content a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #6E6E6E;
  font-size: 13px;
  transition: color 0.3s;
}

.natela-content a img {
  width: 20px;
  margin-right: 5px;
}

.natela-content a:hover {
  color: black;
  text-decoration: none;
}

i.fas,
i.far {
  width: 22px;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: #f5f5f5;
  margin: 40px 20px;
}

.note-group-select-from-files {
  display: none;
}

.password-strength-wrapper-div {
  position: relative;
  margin: 5px 0 10px;
  text-align: center;
}

.password-strength-wrapper-div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}

.password-strength-indicator {
  display: inline-block;
  position: relative;
  z-index: 100;
  font-size: 80%;
  text-align: center;
  padding: 5px 15px;
  background-color: #fff;
}

.password-strength-indicator.very-weak,
.password-strength-indicator.weak {
  color: #721c24;
}

.password-strength-indicator.mediocre {
  color: #856404;
}

.password-strength-indicator.very-strong,
.password-strength-indicator.strong {
  color: #155724;
}

.menu-header {
  background-color: #237bfd;
}

.text-admin,
.text-admin a {
  color: #237bfd;
}

.btn-admin {
  background-color: #237bfd;
  color: #fff;
}

.btn-admin:hover {
  color: #fff;
  background-color: #5496f7;
}

.painel-footer {
  background-color: #237bfd;
  margin-top: 40px;
  border-radius: 5px;
  padding: 20px;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}

.rodape-dados {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rodape-endereco {
  padding-left: 30px;
  background: url('../../img/icon_endereco.png') no-repeat top 3px left;
}

.rodape-endereco p {
  font-size: 1em;
  color: #fff;
  line-height: 25px;
  margin: 0;
}

.rodape-telefone {
  padding-left: 30px;
  /* background: url('../../img/icon_telefone.png') no-repeat top 3px left; */
  margin-left: 20px;
}

.rodape-telefone p {
  font-size: 1em;
  color: #fff;
  line-height: 25px;
  margin: 0;
}

@media (max-width: 767px) {
  .rodape-dados {
    flex-direction: column;
  }

  .rodape-endereco {
    margin-bottom: 10px;
    text-align: center;
    background: none;
    padding-left: 0;
  }

  .rodape-telefone {
    margin-left: 0;
  }
}

.action-link {
  /* background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 90%, rgba(0,123,255,1) 100%); */
}
.action-icon {
  position:absolute;
  right: 0;
  margin-right: 10px;
}