﻿.modal-autorizar {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}

.modal-content {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
  left: 50%;
  max-width: 650px;
  min-width: 300px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.modal-botoes {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.titulo-header {
  margin: 12px 12px 12px 20px;
}

.botao-header-fechar-modal {
  background: none;
  border: none;
  padding: 0 10px;
}

.formulario {
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
}

.formulario-descricao {
  font-family: sans-serif;
  font-size: 12px;
}

.textbox-label {
  margin-top: 10px !important;
}

.textbox-input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: none !important;
}

.div-botao-autorizar {
  display: flex;
  justify-content: flex-end;
}

.botao-autorizar {
  margin-right: 10px !important;
}

.invisivel {
  display: none !important;
}

.mensagem {
  font-size: 12px;
  text-align: center;
  margin: 10px 0;
}

.erro {
  color: #FF0000;
}

.sucesso {
  color: #49cc90;
}
