@import url('fontes.css');

body, html {
  font-family: "Unimed Sans", sans-serif;
  font-optical-sizing: auto;
  background: #f3f7f5;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  overflow-x: hidden;
  font-size: 15px;
  color: #666;
}

@media (min-width:1200px) {
  .container {
   max-width: 1300px !important;
  }
}

a:hover {text-decoration: none !important;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.mobile  {display: none;}
.vertical {margin: auto 0;}
.none {display: none;}
.margin_bottom {margin-bottom: 20px;}
.margin_bottom2 {margin-bottom: 40px;}
.inline_block {display: flow-root;}
.btn_verde {background: #00965D;color: #fff;font-weight: 600;border: 2px solid #00965D;padding: auto 30px;border-radius: 10px;-webkit-box-shadow: 0px 4px 15px -4px rgba(0,150,93,0.53);box-shadow: 0px 4px 15px -4px rgba(0,150,93,0.53);}
.btn_verde:hover {background: #004d49;color: #fff;border: 2px solid #004d49;-webkit-box-shadow: 0px 4px 15px -4px rgba(10,96,85,0.53); box-shadow: 0px 4px 15px -4px rgba(10,96,85,0.53);}
strong {font-weight: 700;}
.form-group {margin-bottom: 15px;}
table td {vertical-align: middle;}
.overlay {left: 0;top: 0;width: 100%;height: 100%;position: fixed;background: #222;background: rgba(0,0,0,0.8);z-index: 999999;}
.overlay__inner {left: 0;top: 0;width: 100%;height: 100%;position: absolute;}
.overlay__content {left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);text-align: center;}
.spinner {width: 75px;height: 75px;display: inline-block;border-width: 2px;border-color: rgba(255, 255, 255, 0.05);border-top-color: #fff;animation: spin 1s infinite linear;border-radius: 100%;border-style: solid;}
@keyframes spin {100% {transform: rotate(360deg);}}

/* LOGIN */
.login {
  margin-top: 30px;
}
.login h1 {
  color: #00965D;
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
}
.login .box {
  margin-top: 30px;
  padding: 30px 20px 20px;
  border-radius: 15px;
  background: #fff;
  color: #659a96;
  -webkit-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.1); 
  box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.1);
}
.login .box label {
  color: #004d49;
  font-weight: 300;
  padding-left: 53px;
}
.login .box svg {
  color: #004d49;
  width: 18px;
}
.login .box input {
  color: #004d49;
  background: transparent;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.login .box #recaptcha {
  height: 50px;
  padding: 0 !important;
  text-align: center;
  background: #e8f6f1;
  border: 1px solid #034d49;
}
.login .box #captcha {
  height: 50px;
  padding: 0 !important;
  text-align: center;
}
.login .box .btn_verde {
  width: 100%;
  font-size: 17px;
  padding: 10px 0;
  margin: 10px 0 20px;
}
.login .box a  {
  color: #00965D;
}

/* DASH SIDEBAR */
.dash .sidebar {
  background: #f8fbfa;
  padding: 10px 0;
  -webkit-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.1); 
  box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.1);
  height: 100vh;
}
.dash .sidebar .logo {
  border-bottom: 1px solid #e0ebe7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.dash .sidebar ul,.dash .menu_mobile ul {
  padding: 0 20px;
}
.dash .sidebar ul li,.dash .menu_mobile ul li {
  list-style: none;
  margin-bottom: 5px;
}
.dash .sidebar ul li a svg,.dash .menu_mobile ul li a svg {
  color: #004d49;
  width: 18px;
  position: relative;
  margin-top: -2px;
  margin-right: 5px;
}
.dash .sidebar ul li a,.dash .menu_mobile ul li a {
  color: #004d49;
  font-weight: 300;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  display: block;
  font-size: 14px;
}
.dash .sidebar ul li a:hover,.dash .menu_mobile ul li a:hover {
  background: #f1f8f5;
}
.dash .sidebar ul li a.ativo {
  background: #eaf6f1;
}
.dash .sidebar .users {
  padding: 0 20px;
  border-top: 1px solid #e0ebe7;
  padding-top: 20px;
}
.dash .sidebar .users .avatar {
  margin-left: 10px;
}
.dash .sidebar .users strong {
  background: #00965D;
  padding: 9px;
  border-radius: 40px;
  color: #fff;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.dash .sidebar .users .user {
  color: #004d49;
  font-weight: 600;
  font-size: 13px;
}
.dash .sidebar .users .nivel {
  font-weight: 300;
  font-size: 12px;
  display: block;
}
.dash .sidebar .users a {
  color: #004d49;
  font-weight: 600;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.dash .sidebar .users a:hover {
  background: #b5d747;
}
.dash .sidebar .users a svg {
  color: #004d49;
  width: 18px;
  position: relative;
  margin-top: -2px;
  margin-right: 5px;
}

/* DASH SIDECONTENT */
.dash .side_content {
  background: #f3f7f5;
  padding: 0;
}
.dash .side_content .bar {
  background: #fff;
  border-bottom: 1px solid #e0ebe7;
  padding: 10px 20px 6px 20px;
}
.dash .side_content .bar h1 {
  color: #004d49;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.dash .side_content .bar h2 {
  color: #659a96;
  font-weight: 300;
  font-size: 15px;
}
.dash .side_content .conteudo {
  padding: 20px;
}
.dash .side_content .conteudo .box {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  color: #659a96;
  -webkit-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.1); 
  box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.1);
}

/* DASH BOTOES */
.dash .side_content .btn_voltar {
  color: #757575;
  border-radius: 10px;
  border: 2px solid #757575;
  font-weight: 600;
  padding: auto 30px;
  margin-right: 20px;
  animation-duration: .3s;
}
.dash .side_content .btn_voltar svg {
  color: #757575;
  width: 18px;
  position: relative;
  margin-top: -2px;
  margin-right: 5px;
}
.dash .side_content .btn_voltar:hover {
  color: #fff;
  background: #757575;
}
.dash .side_content .btn_voltar:hover svg {
  color: #fff;
}
.dash .side_content .btn_exportar {
  color: #00965D;
  border-radius: 10px;
  border: 2px solid #00965D;
  font-weight: 600;
  padding: auto 30px;
  margin-right: 20px;
  animation-duration: .3s;
}
.dash .side_content .btn_exportar svg {
  color: #00965D;
  width: 18px;
  position: relative;
  margin-top: -2px;
  margin-right: 5px;
}
.dash .side_content .btn_exportar:hover {
  color: #fff;
  background: #00965D;
}
.dash .side_content .btn_exportar:hover svg {
  color: #fff;
}
.dash .side_content .btn_cancelar {
  color: #ff0000;
  border-radius: 10px;
  border: 2px solid #ff0000;
  font-weight: 600;
  padding: auto 30px;
  margin-right: 20px;
  animation-duration: .3s;
}
.dash .side_content .btn_cancelar:hover {
  color: #fff;
  background: #ff0000;
}
.dash .side_content .btn_buscar {
  color: #004d49;
  background: #b5d747;
  border-radius: 10px;
  border: 1px solid #b5d747;
  font-weight: 600;
  padding: auto 30px;
  margin-right: 20px;
  animation-duration: .3s;
}
.dash .side_content .btn_buscar:hover {
  color: #fff;
  background: #004d49;
  border: 1px solid #004d49;
}

/* DASH DESTAQUES */
.dash .side_content .conteudo .destaques .box svg {
  width: 40px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.dash .side_content .conteudo .destaques .box svg.verde {
  color: #fff;
  background: #00965D;
}
.dash .side_content .conteudo .destaques .box svg.verde2 {
  color: #004d49;
  background: #b5d747;
}
.dash .side_content .conteudo .destaques .box h2 {
  color: #004d49;
  font-weight: 700;
  font-size: 20px;
}
.dash .side_content .conteudo .destaques .box h3 {
  color: #659a96;
  font-weight: 300;
  font-size: 15px;
}

/* DASH GRAFICOS */
.dash .side_content .conteudo .graficos .box svg {
  float: left;
  margin-right: 10px;
  width: 40px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.dash .side_content .conteudo .graficos .box h2 {
  color: #004d49;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
.dash .side_content .conteudo .graficos .box h3 {
  color: #659a96;
  font-weight: 300;
  font-size: 15px;
}
.dash .side_content .conteudo .graficos .box svg.verde {
  color: #fff;
  background: #00965D;
}

/* DASH LISTAS */
.dash .side_content .conteudo .box .table {
  font-size: 14px;
  margin: 0;
}
.dash .side_content .conteudo .box .table thead tr th {
  font-weight: 600;
  color: #004d49;
  background: #e8f6f1;
}
.dash .side_content .conteudo .box .table .sort-arrow::before {
  content: "\25B2\25BC";
  color: #00965D;
  font-family: normal;
  font-size: 10px;
}
.dash .side_content .conteudo .box .table .sort-arrow.asc::before {
  content: " \25B2";
  color: #333;
  font-family: normal;
}
.dash .side_content .conteudo .box .table .sort-arrow.desc::before {
  content: " \25BC";
  color: #333;
  font-family: normal;
}
.dash .side_content .conteudo .box .table svg {
  width: 16px;
  padding: 0;
  pointer-events: none;
}
.dash .side_content .conteudo .box .btn_senha,.dash .side_content .conteudo .box .btn_visualizar,.dash .side_content .conteudo .box .btn_editar,.dash .side_content .conteudo .box .btn_deletar {
  padding: 0 0 0 10px;
}
.dash .side_content .conteudo .box .btn_senha svg {
  color: #666;
}
.dash .side_content .conteudo .box .btn_visualizar svg {
  color: #004d49;
}
.dash .side_content .conteudo .box .btn_editar svg {
  color: #00965D;
}
.dash .side_content .conteudo .box .btn_deletar svg {
  color: #ff0000;
}
.dash .side_content .conteudo .box .pagination {
  margin-bottom: 0;
}
.dash .side_content .conteudo .box .pagination .page-link {
  color: #004d49;
  background-color: #e5f5ee;
  border: 1px solid #e5f5ee;
  padding: .25rem .8rem;
}
.dash .side_content .conteudo .box .pagination .page-link:hover,.dash .side_content .conteudo .box .pagination .page-link.active {
  color: #fff;
  background-color: #659a96;
  border-color: #659a96;
}
.dash .side_content .conteudo .box .massa .btn_cancelar {
  margin-right: 0;
}
.dash .side_content .conteudo .box.forms input,textarea,select {
  color: #004d49 !important;
}
.dash .side_content .conteudo .box.forms .url .input-group-text {
  background: #f0f0f0;
  color: #004d49;
}
.dash .side_content .conteudo .box.forms .url p {
  margin: 10px 0;
  font-size: 13px;
}
.dash .side_content .conteudo .box.forms svg {
  float: left;
  margin-right: 10px;
  width: 40px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.dash .side_content .conteudo .box.forms h2 {
  color: #004d49;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.dash .side_content .conteudo .box.forms h3 {
  color: #659a96;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 25px;
}
.dash .side_content .conteudo .box.forms h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0 10px;
  border-left: 4px solid #37ac56;
  padding: 8px;
  color: #034d49;
  display: block;
}
.dash .side_content .conteudo .box.forms h5 {
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0 10px;
  border-left: 4px solid #b5d747;
  padding: 8px;
  color: #034d49;
  display: block;
}
.dash .side_content .conteudo .box.forms svg.verde3 {
  color: #00965D;
  background: #e5f5ee;
}
.dash .side_content .conteudo .forms .alerta {
  background: #daede5;
  padding: 20px;
  border-radius: 10px;
  font-weight: 400;
  color: #004d49;
}
.dash .side_content .conteudo .forms .alerta h4 {
  color: #00965D;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.dash .side_content .conteudo #accordionSingular .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.dash .side_content .conteudo #accordionSingular .accordion-button {
  background: #6fa09d;
  color: #fff;
  font-weight: bold;
}
.dash .side_content .conteudo #accordionSingular .accordion-button:hover {
  background: #004d49;
}
.dash .side_content .conteudo #accordionSingular .accordion-button::after {
  background: #004d49;
  border-radius: 30px;
}
.dash .side_content .conteudo .box.forms #accordionSingular .accordion-body h4.um {
  margin: 0 0 10px;
}

/* MODAL */
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop.show {
  opacity: .9;}
.modal-lg {
  max-width: 940px !important;
}
.modal-content {
  padding: 30px 0;
}
.modal-open h2 {
  color: #004d49;
  font-size: 25px;
  margin-bottom: 20px;
}
.modal button {
  border-radius: 30px;
  margin: 0 10px;
  width: 100px;
}
.modal .forms {
  margin-left: 30px;
  margin-right: 30px;
}
.modal .forms .form-group {
  margin-bottom: 25px;
}
.modal .forms label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #004d49;
  font-weight: 300;
}
.modal .forms input {
  padding-top: 8px !important;
  height: calc(2.25rem + 2px);
  font-size: 15px;
}
.modal .forms #mostra span {
  border-radius: 20px;
  padding: 1px 10px;
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.modal .forms #mostra .vermelho {
  background: #ff0000;
}
.modal .forms #mostra .amarelo {
  background: #ddc545;
}
.modal .forms #mostra .verde {
  background: #1dd003;
}

/* ALERTAS */
.dash .alert-warning.especial {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(96deg,rgb(0, 153, 92) 17%, rgb(0, 77, 73) 100%);
  color: #fff;
  padding: 15px 20px 15px 15px;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}
.dash .alert-warning a {
  font-size: 13px;
  margin-top: -10px;
}

/* FORMS */
.forms textarea.form-control {
  height: auto;
}
.forms select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 5px);
  padding-top: 8px !important;
}
select {
  background: #fff url("../images/seta-busca.png") no-repeat 100% 50%;
  overflow: hidden;
}
.forms input#slug {
  padding: 6px 0 6px 7px !important;
  font-size: 20px;
  color: #00965D !important;
}
:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-control:focus {
  border-color: #dee2e6;
  box-shadow: none;
}
.form-label-group > input,.form-label-group > textarea,.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}
.forms .form-control {
  border-radius: 0.3rem;
  height: calc(3.50rem + 2px);
  padding-top: 30px !important;
}
.form-label-group > select {
  font-size: 14px;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 15px;
  width: 100%;
  margin-bottom: 0;
  line-height: 2;
  color: #373a36;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder,.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder,.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder,.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder,.form-label-group textarea::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder,.form-label-group textarea::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #373a36;
}
.form-label-group textarea:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #373a36;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
  display: none;
  }
  .form-label-group input::-ms-input-placeholder,.form-label-group textarea::-ms-input-placeholder {
  color: #373a36;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
  display: none;
  }
  .form-label-group input:-ms-input-placeholder,.form-label-group textarea:-ms-input-placeholder {
  color: #373a36;
  }
}