.home-box {
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
}
.home-box h3 {
  color: #506DE3;
  font-weight: 400;
}
.home-box .big-title {
  display: flex;
  align-items: flex-start;
  margin: 3rem 0;
}
.home-box .big-title .text-title {
  margin-right: auto;
}
.home-box .big-title .text-title h3.title {
  margin: 0;
  color: #506DE3;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-box .big-title .text-title h1.title {
  margin: 30px 0;
  color: #506DE3;
  font-size: 80px;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .home-box .big-title .text-title h1.title {
    font-size: 68px;
  }
}
.home-box .big-title img {
  margin-left: 2rem;
}
.home-box .list-results {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-box .list-results li {
  background: #F5F8FB;
  padding: 5px 15px;
  margin-bottom: 2rem;
}
.home-box .list-results li h3 {
  font-size: 16px;
  color: #4F5467;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
}
.home-box .list-results li p {
  font-size: 14px;
}
.home-box .list-results li .rodape {
  display: flex;
  align-items: center;
}
.home-box .list-results li .rodape .tags {
  margin: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  list-style: none;
}
.home-box .list-results li .rodape .tags li {
  background: #D7E8F9;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
}
.home-box .list-results li .rodape a {
  border: 1px solid #03a9f3;
  padding: 5px 10px;
  font-size: 12px;
}
.home-box .list-results li .rodape a:hover {
  background: #03a9f3;
  color: #fff;
}
.home-box .list-results li:hover {
  background: #e9f1f9;
}
.pagination li.active a {
  background: #e6d759 !important;
  border-color: #e6d759 !important;
}
.wizard-sidebar {
  overflow-y: auto;
  max-height: 720px;
}
.wizard-sidebar button {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding: 20px 10px;
}
.wizard-sidebar button:hover {
  background: #d8e9ef;
}
.wizard-sidebar button[disabled=disabled] {
  color: rgba(120, 130, 140, 0.4);
}
.wizard-sidebar button[disabled=disabled]:hover {
  background: transparent;
}
.wizard-sidebar button.active {
  color: #71a8e0;
}
.wizard-sidebar ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.wizard-sidebar ul li {
  margin: 0 0 20px 0;
}
.wizard-sidebar ul li h4 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
  padding: 0 5px;
}
.wizard-sidebar ul li ul {
  margin: 0;
}
.wizard-sidebar ul li ul li {
  margin: 5px 0;
  padding: 10px 5px;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wizard-sidebar ul li ul li i {
  margin-right: 15px;
  font-size: 16px;
}
.wizard-sidebar ul li ul li i.fa-circle-o {
  color: #71a8e0;
}
.wizard-sidebar ul li ul li i.fa-check-circle {
  color: #00c292;
}
.wizard-sidebar ul li ul li i.fa-times-circle {
  color: #d9534f;
}
.wizard-sidebar ul li ul li i.fa-exclamation-circle {
  color: #fec107;
}
.wizard-sidebar ul li ul li div {
  color: #908e8e;
}
.wizard-sidebar ul li ul li div a {
  color: #1b1a1a;
}
.wizard-sidebar ul li ul li div.current {
  color: #71a8e0 !important;
}
.wizard-sidebar ul li ul li div.current a {
  color: #71a8e0 !important;
}
.wizard-report button {
  font-size: 15px;
  padding: 19px 10px;
}
.box-questionario {
  height: 550px;
  overflow-y: scroll;
}
.box-questionario::-webkit-scrollbar {
  width: 4px;
}
.box-questionario::-webkit-scrollbar-track {
  background-color: #fff;
}
.box-questionario::-webkit-scrollbar-thumb {
  background-color: #e6d759;
}
.box-questionario h2 {
  font-weight: 400;
}
.box-questionario h5 {
  color: #71a8e0;
}
.box-questionario input[type='radio'] {
  width: 24px;
  height: 24px;
}
.box-questionario .radio label {
  font-size: 24px;
  padding-left: 20px;
}
.box-questionario .radio label::before {
  width: 24px;
  height: 24px;
}
.box-questionario .radio label::after {
  width: 14px;
  height: 14px;
}
.box-questionario .alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.box-questionario .alert.alert-success {
  color: #00654c;
  background-color: #ccf3e9;
  border-color: #b8eee0;
}
.box-questionario .alert.alert-warning {
  color: #846404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.box-questionario .alert.alert-danger {
  color: #77373d;
  background-color: #fae1e4;
  border-color: #f7d5d9;
}
.box-questionario .alert h3 {
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
}
.box-questionario .alert h3.text-success {
  color: #00c292 !important;
}
.box-questionario .alert h3.text-warning {
  color: #fec107 !important;
}
.box-questionario .alert h3.text-danger {
  color: #77373d !important;
}
.pac-container {
  z-index: 9999!important;
}
.questionario_edit .title-section {
  position: relative;
  background: #63bad4;
  padding: 10px;
  color: #fff;
}
.questionario_edit .title-section h2 {
  color: #fff;
  margin: 0;
}
.questionario_edit .title-section .btAddQuestao {
  position: absolute;
  top: 20px;
  right: 21px;
  font-size: 20px;
  color: #fff;
}
.box_content {
  background: #edf1f5;
  padding: 10px;
  height: 750px;
  overflow-y: scroll;
}
.box_content::-webkit-scrollbar {
  width: 4px;
}
.box_content::-webkit-scrollbar-track {
  background-color: #edf1f5;
}
.box_content::-webkit-scrollbar-thumb {
  background-color: #e6d759;
}
.section_category button {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding: 20px 10px;
}
.section_category button:hover {
  background: #d8e9ef;
}
.section_category button[disabled=disabled] {
  color: rgba(120, 130, 140, 0.4);
}
.section_category button[disabled=disabled]:hover {
  background: transparent;
}
.section_category button.active {
  color: #71a8e0;
}
.title-enunciado {
  width: 85%;
  font-size: 12px;
}
.question-action {
  position: absolute;
  top: 20px;
  right: 30px;
}
.list-options {
  padding: 0;
  width: 100%;
}
.list-options li {
  list-style: none;
  background: #cdecf5;
  padding: 3px;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.list-options li input[type='text'] {
  background: transparent;
  border: none;
  width: 85%;
  cursor: pointer;
}
.list-options li:focus-within {
  background: #98cfe0;
}
.list-options li .bt-del {
  position: absolute;
  top: 5px;
  right: 10px;
}
.loader {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
  background-color: #ddd;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.ul_equipe {
  margin-left: 0;
}
.ul_equipe input.setInstituicao {
  color: #c5dff9;
}
.ul_equipe input.setInstituicao::placeholder {
  color: #c5dff9;
}
.ul_equipe li {
  margin-left: 0;
  list-style: none;
}
.ul_equipe li .header_th {
  padding: 4px 8px;
  font-size: 12px;
  color: #6da6ea;
}
.ul_equipe li input {
  background-color: #acbed4;
  color: #fff;
  border: 0;
}
.ul_equipe li input:focus {
  background-color: #daeceb;
}
.ul_equipe li input.add {
  background-color: #f3f5e1;
}
.ul_equipe li ul {
  padding-left: 0;
  margin-bottom: 25px;
}
.ul_equipe li ul li input {
  background-color: #e1eaf5;
  color: #000;
}
.box-irregularidade {
  background: #f8faff;
  padding: 0 7px;
  margin-bottom: 15px;
}
.box-irregularidade h5 {
  border-bottom: 1px solid #ced6ea;
  padding-bottom: 9px;
}
.box-irregularidade .tab-content-irregularidades {
  margin-top: 0;
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-top: none;
}
.ql-editor {
  height: 370px!important;
}
.ql-editor .ql-align-justify {
  margin-bottom: 20px;
}
.btnViewPdf {
  opacity: 0;
}
.openingPdf {
  opacity: 1;
}
.wi-100 {
  width: 100%!important;
}
.mail-desc-noviewed {
  font-weight: bold!important;
  color: #e0240f !important;
}
.angucomplete-dropdown {
  width: 100%!important;
  max-height: 150px!important;
  overflow-y: auto!important;
}
.group-wizard {
  margin-top: 20px;
}
.label-filter {
  font-size: 12px!important;
}
.btColumn {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
}
.table-custom .btColumn {
  font-size: 10px!important;
}
.table-custom td,
.table-custom th {
  vertical-align: middle!important;
  font-size: 12px;
  padding: 8px!important;
}
.table-custom td strong,
.table-custom th strong {
  font-size: 12px;
}
.table-custom td .btn,
.table-custom th .btn {
  padding: 0.4rem;
}
@media (max-width: 1500px) {
  .btn-text-hide span {
    display: none;
  }
  .btn-text-hide .m-l-5 {
    margin-left: 0!important;
  }
}
.card {
  margin-bottom: 2rem;
}
.card .card-header {
  font-family: 'Poppins';
  color: #fff;
}
.card .card-header.card-header-silver {
  background: #D5E2EF !important;
  color: #627384 !important;
}
.card .card-body {
  padding: 15px;
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 12px;
  color: #848181;
}
.card .card-body.card-body-silver {
  background: #eff4f9 !important;
}
.card.border-warning {
  border: 1px solid #fec107;
}
ul.list-medidas {
  margin: 0!important;
  padding: 0;
  list-style: none;
}
ul.list-medidas ul {
  padding: 0;
}
ul.list-medidas ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.box-roles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.box-roles .checkbox {
  margin-top: 0;
}
.box-roles .checkbox label {
  text-transform: uppercase;
}
.box-frm {
  padding: 10px;
  background: #f6f6f7;
}
.box-frm.box-cyan {
  background: #edf5f9;
}
.field-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swal-button--success {
  background: #00c292 !important;
}
.swal-button--warning {
  background: #fec107 !important;
}
.table-dashboard {
  font-size: 12px;
}
.table-dashboard td {
  padding: 8px!important;
}
.dropdown-multiselect {
  width: 100%!important;
}
.dropdown-multiselect > div {
  width: 100%!important;
}
.dropdown-multiselect .dropdown-toggle {
  width: 100%!important;
  height: 38px;
}
.dropdown-multiselect .dropdown-menu {
  width: 100%!important;
  max-height: 330px!important;
  overflow-y: scroll!important;
}
.dropdown-multiselect .option {
  cursor: pointer;
}
.modal .modal-dialog .modal-content {
  width: 1200px!important;
}
.search-filter-box {
  height: 300px;
  overflow: hidden;
}
.search-filter-box-closed {
  height: 0px!important;
  overflow: hidden;
}
.search-filter-table-short {
  max-height: 200px!important;
  overflow-y: scroll;
}
.search-filter-table-wide {
  max-height: 400px!important;
  overflow-y: scroll;
}
