@font-face {
  font-family: 'Baloo';
  font-style: normal;
  font-weight: normal;
  src: local('Baloo'), url('../fonts/Baloo-Regular.woff') format('woff');
}
.p-inputtext{
  padding: 0.65rem 0.65rem !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem !important;
  color: #8898aa !important;
  font-size: .875rem !important;
}
.p-calendar {
  position: relative !important;
  display: inline !important;
  width: 100% !important;
}
.p-calendar .p-inputtext {
  flex: 1 1 auto !important;
  width: 100% !important;
}
.card.bg-vermelho{
  background-color: #fff;
  color: #f05050;
  border: 1px solid #f05050;
}

.card.bg-vermelho2{
  background-color: #fff;
  color: #8d0505;
  border: 1px solid #8d0505;
}
.whitespace-nowrap {
  white-space: nowrap;
}

.card.bg-verde{
  background-color: #fff;
  color: #218f5b;
  border: 1px solid #218f5b;
}
.card.bg-amarelo{
  background-color: #fff;
  color: #1E1F40;;
  border: 1px solid #1E1F40;
}
.card.bg-laranja{
  background-color: #fff;
  color: #ff7f00;
  border: 1px solid #ff7f00;
}
.bg-laranja{
  background-color: #fff;
  color: #ff7f00;
  border: 1px solid #ff7f00;
}
.form-control{
  color: #666 !important;
}
.fonte-16{
  font-size: 16px !important;
}
.fonte-18{
  font-size: 16px !important;
}

.bg-gradiente{
  background: rgb(238,183,16);
  background: -moz-linear-gradient(180deg, rgba(238,183,16,1) 0%, rgba(248,227,163,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(238,183,16,1) 0%, rgba(248,227,163,1) 100%);
  background: linear-gradient(180deg, rgba(238,183,16,1) 0%, rgba(248,227,163,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeb710",endColorstr="#f8e3a3",GradientType=1);
}


.bg-gradiente-2 {
  background: rgb(30, 31, 64);
  background: -moz-linear-gradient(180deg, rgba(30, 31, 64, 1) 0%, rgba(30, 31, 64, 0.5) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 31, 64, 1) 0%, rgba(30, 31, 64, 0.5) 100%);
  background: linear-gradient(180deg, rgba(30, 31, 64, 1) 0%, rgba(30, 31, 64, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1f40", endColorstr="#1e1f40", GradientType=1);
}

.baloo{
  font-family: 'Baloo', sans-serif;
  color: #545454;
}
#login{
  border-bottom: 1px solid #1E1F40;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.montserrat{
  font-family: 'Montserrat', sans-serif;
  color: #202040;
  letter-spacing: -1px;
}
.f20{
  font-size: 20px;
}
.f33{
  font-size: 33px;
  line-height: 140%;
  color: #545454 !important;
  font-weight: bold;
}
#login input{
  border-left: none;
  padding-left: 0px;
}
.center-items{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.center-div{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.logo-pharmacy {
  flex: 1 1 0%;
  margin-left: 1rem;
  max-width: 25%;
}
.card-yellow {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 67 / var(--tw-bg-opacity));
  border-color: rgb(255 206 67 / var(--tw-border-opacity));
  border-radius: 5px;
}
.tipes-form-group{
 width: 100%;
  display: inline-grid;
  grid-template-columns: 49% 49%;
  margin-top: 10px;
}
.img-check{

  width : 18px;
  height: 18px;
  margin-right: 5px;

}
#vertical-line{
  border: 1px solid #d4d7df;
  height: 100%;
  width: 1px;
  display: inline;

}

#dpm-form{
  margin-left: 20px;
  margin-top: 10px
}
.tip-medicine{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  background-color: #1E1F40;
  border-radius: 30px;
}

.border-box-med{
  border-radius: 10px;
  border: 2px solid #1E1F40;
}

.tip-medicine-text{
  margin-left:  20px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
}

span.is-invalid {
  color: #fb6340;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-feedback {
  display: inline;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
navbar-light .navbar-nav .show > .nav-link {
  background-color: #1E1F40;
  border-radius: .4rem;
  color: #fbfbfb;
  margin: 0 25px;
  img{
    filter: brightness(0) invert(1);
  }
  g{
    fill: #ffffff;
  }
  svg{
    fill: #ffffff;
  }
}
#formio .card-title {
  color: #f6f9fc;
}
#formio .card-body {
  font-size: 12px;
}
.bg-nivel1 {
  background-color: #fff2cc;
  color: #333;
}
.bg-nivel2 {
  background-color: #e2f0d9;
}
.bg-nivel3 {
  background-color: #1E1F40;
}
.bg-nivel4 {
  background-color: red;
  color: #fff;
}
.bg-nivel5 {
  background-color: #c00000;
  color: #fff;
}
.bg-nivel6 {
  background-color: #008c23;
  color: #fff;
}
.bg-verde-claro {
  background-color: #2bb874;
  color: #fff;
}
.bg-verde, .avisado {
  background-color: #218f5b;
  color: #fff;
}
.bg-amarelo {
  background-color: #1E1F40;
  color: #fff;
}
.bg-laranja {
  background-color: #ff7f00;
  color: #fff;
}
.bg-vermelho-claro {
  background-color: #f05050;
  color: #fff;
}
.bg-vermelho {
  background-color: #d90000;
  color: #fff;
}
.bg-vermelho-escuro {
  background-color: #b00000;
  color: #fff;
}
.btn-circle {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
}
.btn-circle span {
  position: relative;
  top: -1px;
}
.clone .close > span:not(.sr-only) {
  background-color: #f5365c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.25rem;
  height: 20px;
  line-height: 19px;
  transition: all 0.15s ease;
  width: 20px;
}
.clone .close {
  opacity: 1;
}
#interpretacao .card-body,
#orientacaoFarmaceutico .card-body,
#orientacaoPaciente .card-body {
  padding: 1rem;
}
.tooltip-inner {
  max-width: 100% !important;
  text-align: left;
}
.modal-header .close {
  margin: -1rem;
  padding: 1.25rem;
}
.modal-header .btn-lista,
.modal-header .btn-novo {
  margin-left: auto;
}
#procedimentoModal {
  z-index: 1070 !important;
}
.box {
  background-color: #fff;
  border: 1px solid #e6ecf1;
  border-radius: 0.25rem;
  padding: 1.25rem;
}
#card17, #card16 {
  font-size: 1rem;
}
.table td,
.table th {
  white-space: normal;
}
.horarios input[type="radio"] {
  display: none;
}
.horarios input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
.horarios input[type="radio"]:disabled ~ label {
  border-color: #bcc2bf;
  box-shadow: none;
  color: #bcc2bf;
  cursor: not-allowed;
}
.horarios label {
  background: #fff;
  border: 2px solid #7a7a7a;
  border-radius: 5px;
  color: #7a7a7a;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 7px;
  position: relative;
  text-align: center;
}
.horarios input[type="radio"]:checked + label {
  background: #1E1F40;
  border: 2px solid #1E1F40;
  color: #fff;
}
.horarios input[type="radio"]:checked + label:after {
  background: #fff;
  border: 2px solid #1E1F40;
  border-radius: 50%;
  color: #3d3f43;
  /*content: "\f00c";*/
  font-family: FontAwesome;
  font-size: 24px;
  left: 50%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: -25px;
  transform: translateX(-50%);
  width: 50px;
}
.horarios input[type="radio"]#control_05:checked + label {
  background: red;
  border-color: red;
}
#procedimentoModalA {
  z-index: 10000;
}
hr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e7e7e7;
}
.card-paciente {
  background: #fff;
  background: linear-gradient(180deg, #fff, #fff 50%, #f9f9f9);
  border-color: #d6d6d6;
  box-shadow: 0 !important;
}
#tabs-cadastroPaciente,
#tabs-documentos,
#tabs-historico,
#tabs-medicamentos,
#tabs-problemasSaude,
#tabs-procedimentos {
  border-bottom: 2px solid #1E1F40;
  border-left: 2px solid #1E1F40;
  border-radius: 0 0 5px 5px;
  border-right: 2px solid #1E1F40;
}
.nav-wrapper {
  padding-bottom: 0;
}
table.dataTable.no-footer {
  border-radius: 5px !important;
}
table.dataTable thead td,
table.dataTable thead th,
table.dataTable.no-footer {
  border-bottom: 1px solid #d6d6d6 !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc {
  background-image: none !important;
}
#formProcedimento .col-12,
#formProcedimento .col-3,
#formProcedimento .col-4,
#formProcedimento .col-6,
#formProcedimento .col-8,
#formProcedimento .col-9 {
  border-top: 1px solid #d6d6d6;
  padding-left: 0;
}
#formProcedimento .col-12 .form-group,
#formProcedimento .col-3 .form-group,
#formProcedimento .col-4 .form-group,
#formProcedimento .col-6 .form-group,
#formProcedimento .col-8 .form-group,
#formProcedimento .col-9 .form-group {
  margin-bottom: 0.425rem;
  margin-top: 0.725rem;
}
#formProcedimento .form-group .col-4 {
  border: 0 !important;
}
.form-control-alternative {
  border: 1px solid #d6d6d6;
  box-shadow: none;
  display: inline-block;
  height: 40px;
  margin-left: 20px;
  width: auto;
}
.form-inline label {
  align-items: center;
  display: flex;
  justify-content: left;
  margin-bottom: 0;
}
input.form-control, button.btn-primary{
  /* height: 41px !important; */
  border-radius: .4rem !important;
}
.ql-editor{
  height: 400px !important;
}
.form-control-label {
  color: #1f1f1f !important;
  font-weight: bold !important;
  font-size: 0.875rem !important;
  padding-left: 0 !important;
}
.content-form {
  padding: 30px;
}
#formProcedimento .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#resultado,
#resultado2 {
  border-top: 2px solid #1E1F40;
  font-size: 24px;
}
#resultado .media-body,
#resultado2 .media-body {
  font-size: 18px;
}
.collapseFarma {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 8px 20px;
}

.select-none {
  user-select: none;
}

.collapseFarma a {
  color: #333;
  font-size: 12px;
  font-weight: 600;
}
.collapseFarma a:after {
  content: url('/img/seta-down.fw.png');
  float: right;
  margin-top: 4px;
}

#cards .card.card-stats.bg-cinza{
  color: #525f7f !important;
  font-weight: 900 !important;
}
#cards .card.card-stats.bg-cinza .media-body h5{
  color: #525f7f !important;
  font-weight: 900 !important;
  font-size: 30px;
  line-height: 90%;
}
#cards .card.card-stats.bg-amarelo,
#cards .card.card-stats.bg-nivel1 {
  background: url('/img/bg-box2.fw.png') bottom repeat-x !important;
  border: 2px solid #1E1F40 !important;
  color: #1E1F40 !important;
  font-weight: 900 !important;
}
#cards .card.card-stats.bg-amarelo .media-body h5,
#cards .card.card-stats.bg-nivel1 .media-body h5 {
  color: #1E1F40 !important;
}
#cards .card.card-stats.bg-nivel2,
#cards .card.card-stats.bg-verde-claro {
  background: url('/img/bg-box1.fw.png') bottom repeat-x !important;
  border: 2px solid #2bb873 !important;
  color: #2bb873 !important;
  font-weight: 900 !important;
}
#cards .card.card-stats.bg-nivel2 .media-body h5,
#cards .card.card-stats.bg-verde-claro .media-body h5 {
  color: #2bb873 !important;
}
#cards .card.card-stats.bg-nivel6,
#cards .card.card-stats.bg-verde {
  background: url('/img/bg-box6.fw.png') bottom repeat-x !important;
  border: 2px solid #2bb874 !important;
  color: #2bb874 !important;
  font-weight: 900 !important;
}
#cards .card.card-stats.bg-nivel6 .media-body h5,
#cards .card.card-stats.bg-verde .media-body h5 {
  color: #2bb874 !important;
}
#cards .card.card-stats.bg-laranja,
#cards .card.card-stats.bg-nivel3 {
  background: url('/img/bg-box3.fw.png') bottom repeat-x !important;
  border: 2px solid #ff7f00 !important;
  color: #ff7f00 !important;
  font-weight: 900 !important;
}
#cards .card.card-stats.bg-laranja .media-body h5,
#cards .card.card-stats.bg-nivel3 .media-body h5 {
  color: #ff7f00 !important;
}
#cards .card.card-stats.bg-nivel4,
#cards .card.card-stats.bg-vermelho-claro {
  background: url('/img/bg-box4.fw.png') bottom repeat-x !important;
  border: 2px solid #f05050 !important;
  color: #f05050 !important;
  font-weight: 900 !important;
}
#cards .card.card-stats.bg-nivel4 .media-body h5,
#cards .card.card-stats.bg-vermelho-claro .media-body h5 {
  color: #f05050 !important;
}
#cards .card.card-stats.bg-nivel5,
#cards .card.card-stats.bg-vermelho {
  background: url('/img/bg-box5.fw.png') bottom repeat-x !important;
  border: 2px solid #d90000 !important;
  color: #d90000 !important;
  font-weight: 900 !important;
}
#cards .card.card-stats.bg-nivel5 .media-body h5,
#cards .card.card-stats.bg-vermelho .media-body h5 {
  color: #d90000 !important;
}
#cards .card.card-stats.bg-nivel7,
#cards .card.card-stats.bg-vermelho-escuro {
  background: url('/img/bg-box5.fw.png') bottom repeat-x !important;
  border: 2px solid #b00000 !important;
  color: #b00000 !important;
  font-weight: 900 !important;
}
#cards .card.card-stats.bg-nivel7 .media-body h5,
#cards .card.card-stats.bg-vermelho-escuro .media-body h5 {
  color: #b00000 !important;
}
#cards .card.card-stats.bg-amarelo .media-body h5,
#cards .card.card-stats.bg-laranja .media-body h5,
#cards .card.card-stats.bg-nivel1 .media-body h5,
#cards .card.card-stats.bg-nivel2 .media-body h5,
#cards .card.card-stats.bg-nivel3 .media-body h5,
#cards .card.card-stats.bg-nivel4 .media-body h5,
#cards .card.card-stats.bg-nivel5 .media-body h5,
#cards .card.card-stats.bg-nivel6 .media-body h5,
#cards .card.card-stats.bg-verde .media-body h5,
#cards .card.card-stats.bg-verde-claro .media-body h5,
#cards .card.card-stats.bg-vermelho .media-body h5,
#cards .card.card-stats.bg-vermelho-claro .media-body h5,
#cards .card.card-stats.bg-vermelho-escuro .media-body h5 {
  font-size: 30px;
  font-weight: 900 !important;
  line-height: 90%;
}
#cards .card.card-stats .media-body h5 small {
  color: #999 !important;
  display: block;
  font-size: 16px !important;
  font-weight: 400 !important;
}
#interpretacao .card.bg-nivel1 {
  background: #fff;
  border: 1px solid #1E1F40;
  color: #1E1F40;
}
#interpretacao .card.bg-nivel2 {
  background: #fff;
  border: 1px solid #2bb873;
  color: #2bb873;
}
#interpretacao .card.bg-nivel3 {
  background: #fff;
  border: 1px solid #ff7f00;
  color: #ff7f00;
}
#interpretacao .card.bg-nivel4 {
  background: #fff;
  border: 1px solid #f05050;
  color: #f05050;
}
#interpretacao .card.bg-nivel5 {
  background: #fff;
  border: 1px solid #d90000;
  color: #d90000;
}
#interpretacao .card.bg-nivel6 {
  background: #fff;
  border: 1px solid #2bb874;
  color: #2bb874;
}
#cards .card .card-title {
  color: inherit;
  font-size: 28px;
  font-weight: 900 !important;
}
#cards .card .card-body span {
  color: inherit;
  font-size: 38px;
  font-weight: 900 !important;
}
#cards .card .card-body span small {
  color: #666;
  font-size: 16px;
}
#grupo2 input[type="text"],
#grupo4 input[type="text"],
#grupo6 input[type="text"],
#novoGrupo input[type="text"] {
  width: 120px;
}
.col-12:has(.d-none) {
  border: 0;
}
.col-12 > .d-none {
  border: 0;
}
.modal-body .content-form {
  padding: 0 0 20px;
}
.modal-body #resultado .content-form {
  padding: 20px 0;
}
.btn-ajax,
.btn-ajax.active,
.btn-ajax2,
.btn-ajax2.active {

  font-weight: 600 !important;
  text-align: left !important;
}
.btn-vue,
.btn-vue.active {

  font-weight: 600 !important;
  text-align: left !important;
}
#tabs-documentos-tab,
#tabs-medicamentos-tab,
#tabs-problemasSaude-tab,
#tabs-procedimentos-tab {
  height: 59.5px;
}
#tableEntrevista,
#tableAnammnese,
#table,
#tableAutolimitado,
#tableCronico,
#tableMedicamentoContinuo,
#tableMedicamentoNaoContinuo {
  /* border: 1px solid #d6d6d6; */
  border-radius: 5px;
}
#table tbody td,
#table tbody th,
#tableAutolimitado tbody td,
#tableAutolimitado tbody th,
#tableCronico tbody td,
#tableCronico tbody th,
table.dataTable tbody td,
table.dataTable tbody th {
  border-bottom: 1px solid #d6d6d6;
}


#table{
  border-radius: 0.4rem;
  overflow: hidden;
}
.card .table td,
.card .table th,
.table td,
.table th {
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid #d6d6d6;
}
.nav > .nav-item {
  margin-top: 2px;
}
.navbar-vertical .navbar-nav .nav-sm .nav-link {
  font-size: 12px;
}
.navbar-vertical .navbar-nav .nav-link {
  color: #212121;
  font-size: 12px;
  font-weight: 500;
}
.menu .navbar-nav .nav-link span {
  display: none;
}
.menu {
  max-width: 100px !important;
}

.menu.navbar-light .navbar-nav .active > .nav-link{
  width: 50px;
}
.menu.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
  margin-left: 100px !important;
}
@media (max-width: 1199.98px) {
  .menu.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
    margin-left: 100px !important;
  }
  .sidenav {
    transform: none;
  }
}
.menu.navbar-vertical .navbar-nav .nav-link {
  padding: 0;
}
.menu .img-txt {
  display: none;
}
.dataTables_paginate {
  border-radius: 0.375rem;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.dataTables_paginate .paginate_button {
  align-items: center;
  border-radius: 50% !important;
  display: flex;
  font-size: 0.875rem;
  height: 36px;
  justify-content: center;
  margin: 0 3px;
  padding: 0;
  width: 36px;
}
.dataTables_paginate .next,
.dataTables_paginate .previous {
  width: 70px !important;
}

.dataTables_paginate .current {
  z-index: 3;
}
.dataTables_paginate .current,
.page-item.active .page-link {
  background: #ffffff !important;
  border: 1px solid #d6d6d6;
  color: #666 !important;
  border-radius: 0.4rem!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #5e72e4 !important;
  border-color: #5e72e4 !important;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .next:hover,
.dataTables_wrapper .dataTables_paginate .previous:hover {
  background: none !important;
  border: none !important;
  color: #333 !important;
}
#cards .card.card-stats {
  background: url('/img/bg-box0.fw.png') bottom repeat-x;
  border: 2px solid #d6d6d6 !important;
}
.btn-ajax,
.btn-ajax2,
.btn-vue {
  color: #666 !important;
  font-size: 12px !important;
}
.card-stats .card-body {
  padding: 0.5rem;
}
.media-body h5 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.btn-radio {
  background-color: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  color: #d6d6d6;
  font-size: 13px !important;
  font-weight: 700;
  height: 100% !important;
  padding: 8px 20px;
  text-transform: uppercase;
}
.custom-control-input[value="Risco Baixo"]:checked ~ .btn-radio,
.custom-control-input[value="Baixo"]:checked ~ .btn-radio {
  background-color: #218f5b;
  border-color: #218f5b;
  color: #fff;
}
.custom-control-input[value="Risco Intermediário"]:checked ~ .btn-radio {
  background-color: #1E1F40;
  border-color: #1E1F40;
  color: #fff;
}
.custom-control-input[value="Não identificado"]:checked ~ .btn-radio {
  background-color: #ccc;
  border-color: #ccc;
  color: #333;
}
.custom-control-input[value="Risco Muito Alto"]:checked ~ .btn-radio,
.custom-control-input[value="Alto"]:checked ~ .btn-radio {
  background-color: #d90000;
  border-color: #d90000;
  color: #fff;
}
.custom-control-input:checked ~ .btn-radio {
  background-color: #ff7f00;
  border-color: #ff7f00;
  color: #fff;
}
.btn-radio:before {
  display: none;
}
.custom-btn-radio {
  padding-left: 0.3rem !important;
}
.card-atendimento {
  background: transparent;
}
.tab-content {
  background: #fff;
}
.fc .fc-toolbar-title {
  color: #202020;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.fc .fc-next-button,
.fc .fc-prev-button {
  background: none !important;
  border: none !important;
  padding: 0;
}
.fc-next-button span,
.fc-prev-button span {
  color: #202020;
}
.fc .fc-novoRegistro-button {
  background: #1E1F40 !important;
  border-color: #1E1F40 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
select {
  appearance: button !important;
  -webkit-appearance: button !important;
  -moz-appearance: button !important;
}
.fc-daygrid-event-dot {
  display: none !important;
}
.fc .fc-daygrid-event {
  background: #f9f9f9;
  border-left: 5px solid #1E1F40;
  border-radius: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.fc-event-time {
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.fc-event-time:after {
  content: " - ";
}
#cards .card.card-stats #card12,
#cards .card.card-stats #card13,
#cards .card.card-stats #card14,
#cards .card.card-stats #card15 {
  font-size: 21px !important;
}
.popover-body {
  padding: 20px;
  width: 500px;
}
.popover-body h4 {
  color: #545454;
  font-weight: 400;
}
.popover-body h4,
.popover-body p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.popover-body p {
  color: #1f1f1f;
  font-weight: 700;
  text-transform: uppercase;
}
.caixa {
  padding-bottom: 10px;
  padding-top: 10px;
}
.fc-daygrid-event {
  cursor: pointer;
}
.timeline {
  margin: 0 0 45px;
  padding: 0;
  position: relative;
}
.timeline:before {
  background-color: #dee2e6;
  border-radius: 0.25rem;
  bottom: 0;
  content: "";
  left: 124px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.timeline > .card > .card-body > .row > .col-5 > div {
  margin-right: 10px;
  position: relative;
}
.timeline > .card > .card-body > .row > .col-5 > div:before,
.timeline > .row > .col-5 > div:after {
  content: "";
  display: table;
}
.timeline > .card > .card-body > .row > .col-5 > div > .timeline-item {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #495057;
  margin-left: 55px;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
  position: relative;
}
.timeline > .card > .card-body > .row > .col-5 > div > .timeline-item > .time {
  color: #999;
  float: right;
  font-size: 12px;
  padding: 10px;
}
.timeline
  > .card
  > .card-body
  > .row
  > .col-5
  > div
  > .timeline-item
  > .timeline-header {
  color: #444;
  font-size: 16px;
  line-height: 1.1;
  margin: 15px 0 0;
  padding-left: 10px;
}
.timeline
  > .card
  > .card-body
  > .row
  > .col-5
  > div
  > .timeline-item
  > .timeline-header
  > a {
  font-weight: 600;
}
.timeline
  > .card
  > .card-body
  > .row
  > .col-5
  > div
  > .timeline-item
  > .timeline-body,
.timeline
  > .card
  > .card-body
  > .row
  > .col-5
  > div
  > .timeline-item
  > .timeline-footer {
  font-size: 14px !important;
  padding-left: 10px;
}
.timeline
  > .card
  > .card-body
  > .row
  > .col-5
  > div
  > .timeline-item
  > .timeline-body
  > img {
  margin: 10px;
}
.timeline > .row > .col-5 > div > .timeline-item > .timeline-body ol,
.timeline > .row > .col-5 > div > .timeline-item > .timeline-body ul,
.timeline > .row > .col-5 > div > .timeline-item > .timeline-body > dl {
  margin: 0;
}
.timeline > .card > .card-body > div > .fa,
.timeline > .card > .card-body > div > .fab,
.timeline > .card > .card-body > div > .fad,
.timeline > .card > .card-body > div > .fal,
.timeline > .card > .card-body > div > .far,
.timeline > .card > .card-body > div > .fas,
.timeline > .card > .card-body > div > .img-icone,
.timeline > .card > .card-body > div > .ion,
.timeline > .card > .card-body > div > .svg-inline--fa {
  background-color: #f9f9f9;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  font-size: 16px;
  height: 40px;
  left: 12px;
  line-height: 33px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.img-icone,
.timeline > .card > .card-body > .row > .col-5 > div > .img-icone {
  background: #fff;
  background: linear-gradient(180deg, #fff, #fff 45%, #e6e6e6);
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  display: block;
  float: left;
  font-size: 16px;
  height: 50px;
  left: 12px;
  line-height: 43px;
  text-align: center;
  top: 0;
  width: 50px;
}
.timeline > .row > .col-5 > div > .svg-inline--fa {
  padding: 7px;
}
.timeline .time-label {
  background-color: #fff;
  border-radius: 4px;
  color: #444;
  font-size: 14px;
  line-height: 1.2;
}
.timeline-inverse > .card > .card-body > .row > .col-5 > div > .timeline-item {
  box-shadow: none;
}
.tooltip {
  padding: 12px !important;
  width: 500px;
}
#grupo36 .col-12,
#grupo37 .col-12,
#grupo38 .col-12,
#grupo38 .col-6,
#grupo39 .col-12,
#grupo39 .col-4,
#grupo40 .col-12 {
  border-top: none;
}
.h110px {
  height: 110px;
}
.atendimentoFinalizar td,
.atendimentoFinalizar tfoot td,
.atendimentoFinalizar th {
  height: 60px;
}
.atendimentoFinalizar td,
.atendimentoFinalizar th {
  border-top: 0;
  vertical-align: middle;
}
.atendimentoFinalizar tbody td,
.atendimentoFinalizar thead th {
  border-bottom: 1px solid #d6d6d6 !important;
  vertical-align: middle;
}
.closeProcedimento {
  font-size: 1rem;
}
.item-prescricao {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 10px;
}
.item-prescricao h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.item-prescricao p {
  font-size: 14px;
  line-height: 120%;
  margin: 0;
}
.item-prescricao .btn-outline-secondary {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  color: #868686;
  font-size: 13px;
  font-weight: 400;
  padding: 0.475rem 1rem;
}
.sintomas {
  border-left: 1px solid #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #1E1F40;
  border: 2px solid #1E1F40;
  color: #fff;
}
.nav-pills .nav-link:hover {
  color: #aaa;
}
.nav-pills .nav-link {
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: none;
  color: #ccc;
  font-size: 14px;
  font-weight: 600;
  padding: 0.75rem 1rem;
  transition: all 0.15s ease;
}
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
  color: #545454;
}
.controlado {
  background-color: #548235;
  color: #fff;
  padding: 2px 5px;
}
.nao-controlado {
  background-color: #c00000;
  color: #fff;
  padding: 2px 5px;
}
.melhora-parcial {
  background-color: #bf9000;
  color: #fff;
  padding: 2px 5px;
}
.piora-parcial {
  background-color: red;
  color: #fff;
  padding: 2px 5px;
}
.desconhecido {
  background-color: #ed7d31;
}
.curado,
.desconhecido {
  color: #fff;
  padding: 2px 5px;
}
.curado {
  background-color: #5b9bd5;
}
.status-clinico li {
  margin-bottom: 4px;
}
#grupo28 .col-4,
#grupo29 .col-4,
#grupo30 .col-4,
#grupo31 .col-4,
#grupo32 .col-4 {
  border-top: 0;
}
#card16,
#card17,
#card19,
#card20,
#card21,
#card22,
#card23,
#card24,
#card25,
#card26 {
  font-size: 25px !important;
}
.input-group-merge .select2-container .select2-selection--single,
.input-group-merge
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field,
.input-group-merge .select2-container--default .select2-selection--multiple,
.input-group-merge
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 0;
}
#formUser .select2-container--default .select2-selection--multiple{
  border-left: 1px solid #dee2e6 !important;
  height: 43px !important;
}
#medicamento .select2-container--default .select2-selection--multiple {
  border-left: 1px solid #dee2e6 !important;
}
.input-group-merge .select2.select2-container {
  width: 78% !important;
}
.input-group-merge {
  width: 250px !important;
}
#formProcedimento .form-group .col-12,
#formProcedimento .form-group .col-6 {
  border: 0 !important;
}
.bg-fundo {
  background-image: url('../img/bg-login.fw.png');
  background-size: cover;
  height: 100%;
  width: 100%;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #aaa;

}



.h60 {
  min-height: 60px;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
  content: "";
  right: 0;
}
table.dataTable .btn-sm {
  margin: 0;
}
.titulo {
  color: #1f1f1f;
  font-weight: 700;
}
.posologia {
  color: #444;
  font-size: 14px;
  line-height: 1.3;
}
.bg-none {
  background: none !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #292004;
  margin-left: 0;
  order: 2;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f0eee6;
  border: none;
  border-radius: 0.25rem;
  color: #292004;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0.25rem;
  padding: 0 0.5rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 15px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #fff;
  border-top-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  left: 0;
  padding: 0 4px;
  position: absolute;
  top: 0;
}
.select2-container .select2-search--inline {
  display: inline-block !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: inline;
  margin: 0 0 -0.25rem -0.25rem;
  padding: 0;
}
#pills-tabContent .select2.select2-container {
  width: 90% !important;
}

#tipoMedicamento-tabContent .select2.select2-container {
  width: 100% !important;
}
#periodoTratamento .select2.select2-container {
  width: 100% !important;
}
#medicamento .select2.select2-container {
  font-size: 14px !important;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  font-size: 14px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  overflow: hidden;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple {
  /* border-left: 0 !important; */
}
.img-svg {
  height: 27px;
  margin: 10px;
  width: 27px;
}
#resultado ul li,
#resultado2 ul li {
  font-size: 14px !important;
}
.select2-container .select2-search--inline .select2-search__field {
  height: 24px !important;
}
ul li.select2-results__option:focus,
ul li.select2-results__option:hover {
  color: white !important;
  background-color: #1E1F40 !important;
  text-decoration: none;
  .in{
    color:white;
  }
  .term{
    color: #ffffff;
  }
}
.gap-2 {
  gap: 0.5rem /* 8px */;
}
ul li.select2-results__option{
  color:#363636 ;
}
.term{
  font-weight: 900;
  color: #1E1F40;
}


.uppercase {
  text-transform: uppercase;
}


.border-container-top{
  border-style: solid;

  border-radius: 10px 10px 0 0;
  border-width: 2px !important;
}
.st{fill: #707070;}

input[type="radio"]:checked + label {
  svg .st {
    fill: white;
  }
  .options-text{
    color:white !important;
  }
}




select option:active,
select option:focus,
select option:hover {
  background: linear-gradient(#000, #000);
  background-color: #000 !important;
  color: #1E1F40 !important;
}
.form-control:focus {
  background-color: #fff;
  border-color: #1E1F40 !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
  color: #8898aa;
  outline: 0;
}
.form-control-label.col {
  padding-left: 0 !important;
}
.focused .input-group-text {
  background-color: #fff;
  border-color: #1E1F40 !important;
  color: #8898aa;
}
.elgg-input-dropdown:hover {
  background-color: #000;
}
#tipoMedicamento-tab .nav-link {
  padding: 5px 10px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  position: absolute;
  right: 5px;
  top: 1px;
  width: 20px;
}
.card-farma {
  /* background: #1E1F40; */
  /* background: #c5ffdc; */
  background: linear-gradient(180deg, #acd1d222, #fff 25%);
  border-color: #acd1d2 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1E1F40",endColorstr="#ffffff",GradientType=1);
}
/* .card-farma {
  background: #1E1F40;
  background: linear-gradient(180deg, rgba(251, 191, 36, 0.15), #fff 25%);
  border-color: #1E1F40 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1E1F40",endColorstr="#ffffff",GradientType=1);
} */
#cover-spin {
  background-color: hsla(0, 0%, 100%, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
#cover-spin:after {
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  border: 4px solid #000;
  border-radius: 50%;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 40px;
  left: 48%;
  position: absolute;
  top: 40%;
  width: 40px;
}
.cinza {
  color: #666 !important;
}
.svg {
  fill: #444;
  height: 50px;
  padding: 8px;
  width: 50px;
}
.svg2 {
  fill: #444;
  height: 35px;
  padding: 8px;
  width: 35px;
}
.dica {
  padding: 5px;
  text-align: center;
}
.dica div {
  margin: 0 auto !important;
  max-width: 600px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.alert-consultafarma,
.dica div {
  border: 1px solid #1E1F40 !important;
}
.alert-consultafarma {
  background-color: #f9f9f9;
  text-align: center;
}
.custom-file-label:after {
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  color: #8898aa;
  content: "Procurar";
  display: block;
  height: calc(1.5em + 1.25rem);
  line-height: 1.5;
  padding: 0.625rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.label-required:after {
  color: #c00;
  content: " *";
  font-weight: 900;
}
.consulta-farma {
  background-color: #1E1F40;
  color: #ffffff;
}
.web-farma {
  background-color: #1E1F40;
  color: #ffffff;
}
.filiais-da-farmacia {
  background-color: #33b885;
  color: #fff;
}
.prescritos-por-mim {
  background-color: #754367;
  color: #fff;
}

#metricas thead .sorting, .metricas thead .sorting {
  background-image: url('https://cdn.datatables.net/1.10.24/images/sort_both.png') !important;
}
#metricas thead .sorting_asc, .metricas thead .sorting_asc {
  background-image: url('https://cdn.datatables.net/1.10.24/images/sort_asc.png') !important;
}
#metricas thead .sorting_desc, .metricas thead .sorting_desc {
  background-image: url('https://cdn.datatables.net/1.10.24/images/sort_desc.png') !important;
}
.card-stats:hover ,.card-stats:hover .h2{
  background-color: #1E1F40;
  color: #ffffff !important;
  cursor: pointer;
}

.card-stats:hover img{
  filter: brightness(0) invert(1);
}

.card-stats:hover .text-muted{
  color: #ffffff !important;
}
.table-striped tr:hover{
  background-color: #1E1F40 !important;
  cursor: pointer;
  color:white !important;
  i{
    color:white !important;
  }

}
.nav-tabs .nav-link.disabled {
  color: #8898aa !important;
  border-color: #d6d6d6 !important;
  background-color: #fff !important;
  border-bottom: 2px solid #1E1F40 !important;
}
.dropzone{
  border: 0px !important;
  padding: 0px !important;
  display: block;
}
.dropzone .dz-message{
  margin: 0px !important;
}
.dropzone .dz-preview{
  width: 120px;
}


.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.uppercase {
  text-transform: uppercase;
}

.border-container-top{
  border-style: solid;

  border-radius: 10px 10px 0 0;
  border-width: 2px !important;
}

.border{
  border-width: 2px !important;
}

.gap-3 {
  gap: 0.75rem/* 12px */;
}

.questions-text{
  color: #707070 !important;
}

.border-container-bottom{
  border-style: solid;
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px 2px !important;
}

.border-t{
  border-top: 1px solid #d6d6d6;
}
.ql-container.ql-snow{
  border: none !important;
}
.ql-container{
  height: auto !important;
}
.fill-red-800{
  fill: #991b1b;
}
.h-2{
  height: 0.5rem;
}
.h-4{
  height: 1rem;
}
.w-2{
  width: 0.5rem;
}
.w-4{
  width: 1rem;
}
.block{
  display: block;
}
.bg-red-500{
  background-color: rgb(239 68 68);
}
.flex{
  display: flex;
}
.items-center{
  align-items: center;
}
.justify-between{
  justify-content: space-between;
}
.bg-green-500{
  background-color: rgb(34 197 94);
}
.multiselect__option--highlight{
  background-color: #FBBF24 !important;
}
.basis-full{
  flex-basis: 100%;
}
.p-button.p-button-text{
    background-color: transparent !important;
    color: #666 !important;
    border-color: transparent !important;
}
.p-button{
  background-color: #FBBF24 !important;
  border: 1px solid #FBBF24 !important;
}
.p-button:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #FBBF24, 0 1px 2px 0 black !important;
}
button.nav-link{
  background-color: transparent;
  border: none;
  display: block;
  width: 100px;
}

.render-wrap input[type=radio], .render-wrap input[type=checkbox]{
  display:none; /* Esconde os inputs */
}

.render-wrap label {
  cursor: pointer;
}
.render-wrap input[type="radio"] + label:before, .render-wrap input[type="checkbox"] + label:before {
  border: 1px solid #dee2e6;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding:0;
  vertical-align: top;
  width: 16px;
  border-radius:4px;
}
.render-wrap input[type="radio"] + label:before{
  border-radius: 50% !important;
}

.render-wrap input[type="radio"]:checked + label:before, .render-wrap input[type="checkbox"]:checked + label:before {
  background: #fcbf26;
  border: 1px solid #fcbf26;
  color: #FFF;
  content: "\2713";
  text-align: center;
}
.f16{
  font-size: 16px;
}
.f14{
  font-size: 14px;
}

.render-wrap input[type="radio"]:checked + label:after, .render-wrap input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}


.render-wrap input[type=radio], .render-wrap input[type=checkbox]{
  display:none; /* Esconde os inputs */
}

.render-wrap label {
  cursor: pointer;
}
.render-wrap input[type="radio"] + label:before, .render-wrap input[type="checkbox"] + label:before {
  border: 1px solid #dee2e6;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding:0;
  vertical-align: top;
  width: 16px;
  border-radius:4px;
}
.render-wrap input[type="radio"] + label:before{
  border-radius: 50% !important;
}

.render-wrap input[type="radio"]:checked + label:before, .render-wrap input[type="checkbox"]:checked + label:before {
  background: #fcbf26;
  border: 1px solid #fcbf26;
  color: #FFF;
  content: "\2713";
  text-align: center;
}
.f16{
  font-size: 16px;
}
.f14{
  font-size: 14px;
}
#periodoTratamento label, label[for="periodo_tratamento"]{
  line-height: 16px !important;
  margin-bottom: 0px;

}
.p-radiobutton .p-radiobutton-box.p-highlight{
  border-color: #fcbf26 !important;
  background: #fcbf26 !important;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}
.p-tooltip{
  width: 400px !important;
}
.w-10{
  width: 500px !important;
}
.render-wrap input[type="radio"]:checked + label:after, .render-wrap input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.btn-float{
  float: inline-start !important;
}

.ck-editor__editable {min-height: 500px;}

.bar-result-base{
  display:grid;
  gap:1px;
  grid-template-columns: 1fr 1fr 1fr;
}
.step-bar{
  display:flex;
  font-size:18px !important;
  align-content: center;
  font-weight: 600;
  justify-content: center;
}

.step-bar.start{
  opacity: 0.50;
  border-radius: 4px 0 0 4px;
  background-color: #3dd23e;
  padding: 2px;
}

.step-bar.start2{
  opacity: 0.50;
  border-radius: 4px 0 0 4px;
  background-color: #3dd23e;
  padding: 2px;
}


.step-bar.mid{
  opacity: 0.50;
  background-color: #ff7f00;
  padding: 2px;
}

.step-bar.mid2{
  opacity: 0.50;
  background-color: #ff000d;
  padding: 2px;
}

.step-bar.end{
  white-space: nowrap;
  opacity: 0.50;
  border-radius: 0 4px 4px 0 ;
  background-color: #ff000d;
  padding: 2px;
}

.step-bar.end2{
  white-space: nowrap;
  opacity: 0.50;
  border-radius: 0 4px 4px 0 ;
  background-color: #8F1B12;
  padding: 2px;
}

.step-bar.start.negativo{
  opacity: 1;
}

.step-bar.end.positivo{
  opacity: 1;
}

.step-bar.start2.normal{
  opacity: 1;
}


.step-bar.end2.muito-elevado{
  opacity: 1;
}

.step-bar.mid.impreciso{
  opacity: 1;
}

.step-bar.mid2.elevado{
  opacity: 1;
}

.result{
  border-left: 3px solid;
  width:auto;
  font-size:30px;
  white-space: nowrap;
}



.positivo.border-result{
  width:100%;
  border-color: #ff000d;
}

.negativo.border-result{
  margin-right: 33.5%;
  width:100%;
  border-color: #3dd23e;
}

.impreciso.border-result{
  margin-right: 16.5%;
  width:100%;
  border-color: #ff7f00;
}

.normal.border-result{
  margin-right: 50%;
  width:100%;
  border-color: #3dd23e;
}

.elevado.border-result{
  margin-right: 24.9%;
  width:100%;
  border-color: #ff000d;
}

.muito-elevado.border-result{
  width:100%;
  border-color: #8F1B12;
}

.positivo.result{
  border-color: #ff000d;
}

.elevado.result{
  border-color: #ff000d;
}

.muito-elevado.result{
  border-color: #8F1B12;
}

.negativo.result{
  border-color: #3dd23e;
}

.normal.result{
  border-color: #3dd23e;
}

.impreciso.result{
  border-color: #ff7f00;
}

.border-result{
  height:20px;
  border-right: 3px solid;
}


.line-with-indicator {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 0 0 0 15px;
  font-size: 16px;
}

.positivo.line-with-indicator {
  width: 100%;
  background-color: #ff000d;
}

.muito-elevado.line-with-indicator {
  width: 100%;
  background-color: #8F1B12;
}

.elevado.line-with-indicator {
  width: 100%;
  background-color: #ff000d;
}

.impreciso.line-with-indicator {
  background-color: #ff7f00;
  width: 100%;
}

.negativo.line-with-indicator {
  background-color: #3dd23e;
  width: 100%;
}

.normal.line-with-indicator {
  background-color: #3dd23e;
  width: 100%;
}

.line-with-indicator::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -9px;
}


.normal.line-with-indicator::after {
  border-top: 10px solid #3dd23e;
  right:80px;
}

.elevado.line-with-indicator::after {
  border-top: 10px solid #ff000d;
  right:80px;
}

.muito-elevado.line-with-indicator::after {
  border-top: 10px solid #8F1B12;
  right:80px;
}

.positivo.line-with-indicator::after {
  border-top: 10px solid #ff000d;
  right:50px;
}
.impreciso.line-with-indicator::after {
  border-top: 10px solid #ff7f00;
  right:50px;
}

.negativo.line-with-indicator::after {
  border-top: 10px solid #3dd23e;
  right:50px;
}

.negativo2.border-result{
  margin-right: 16.5%;
  width:100%;
  border-color: #3dd23e;
}
.negativo2.line-with-indicator {
  background-color: #3dd23e;
  width: 100%;
}

.step-bar.start.negativo2{
  opacity: 1;
}




.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1101;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-overflow-hidden {
  overflow: hidden;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid white;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}

.loader:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid white;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0)
  }
  60%, 100% {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes pulse {
  0%, 60%, 100% {
    transform: scale(1)
  }
  80% {
    transform: scale(1.2)
  }
}

.btn-outline-primary{
  color: #1E1F40 !important;
  border-color: #1E1F40 !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
  color: #fff !important;
  border-color: #1E1F40 !important;
  background-color: #1E1F40 !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: #1E1F40 !important;
  background-color: #1E1F40 !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff !important;
  background-color: #1e1f40 !important;
  border-color: rgb(30, 31, 64) !important;
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgb(30, 31, 64) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #1E1F40 !important;
  border-color: rgb(30, 31, 64) !important;
}


.btn-primary {
  color: #fff !important;
  border-color: #1E1F40 !important;
  background-color: #1E1F40 !important;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #25d366;
  text-decoration: none;
  border: 1px solid #25d366;
  border-radius: 5px;
  padding: 10px 15px;
  transition: background-color 0.3s, color 0.3s;
}

.whatsapp-button:hover {
  background-color: #25d366;
  color: #fff;
}

.whatsapp-button img {
  width: 20px;
  height: 20px;
}

.btn-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #fbf1f5; /* Rosa claro */
  color: #ec3c68; /* Vermelho */
  border: 1px solid #fde4f4;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cancel:hover {
  color: #d9534f; /* Branco */
}

.nav-item:hover .media {
  color: #1E1F40 !important;
}

.nav-item:hover .avatar {
  filter: none !important;
}
.p-dropdown .p-inputtext, .p-dropdown-label{
  border: 0px !important;
}

