* {
  box-sizing: border-box;
}

html {
  interpolate-size: allow-keywords;
}

/*Ajustes de dimensões*/
body {zoom: 0.9}
.main-content, body, html {min-height: 100vh; height: calc(100% - 20px);}
.sidebar {height: 100%;}
/*Ajustes de dimensões*/

h3 {
  margin: 0;
}

.navbar-header .header-logo {
  display: block;
}

.navbar-header .header-logo img {
  max-height: 70px;
}

.page-content {
  padding: 8px 50px 24px 20px;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.home-intro {
  padding: 20px 0;
} 

.home-intro h1 {
  font-size: 28px;
  margin: 0;
}

.home-intro p {
  font-size: 20px;
}

.home-intro .destaque {
  color: var(--secundaria);
}

.menu-inicial-wrappper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 32px;
}

.menu-inicial-item {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.4s;
}

.menu-inicial-item .icone {
  color: var(--primaria);
  font-size: 60px;
  transition: inherit;
}

.menu-inicial-item .texto {
  color: var(--secundaria);
  text-transform: uppercase;
  transition: inherit;
  display: flex;
  padding: 0 15px;
  line-height: 1;
  text-align: center;
  min-height: 32px;
  align-items: center;
}

.menu-inicial-item:hover {
  text-decoration: none;
  background-color: var(--primaria);
  color: #fff;}

.menu-inicial-item.active {
  text-decoration: none;
  background-color: var(--primaria);
  color: #fff;
}

.menu-inicial-item:hover .icone,
.menu-inicial-item:hover .texto {
  color: #fff;
}

.menu-inicial-item.active .icone,
.menu-inicial-item.active .texto {
  color: #fff;
}

.popover {
  padding: 0;
  border-color: #ccc;
  border-width: 1px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  color: #4D5C73;
  width: 100%;
  border-radius: 8px;
  background-color: var(--primaria);
  visibility: visibility !important;
  opacity: 1 !important;
  display: block !important;
}

.popover a {
  color: #fff;
  transition: 0.3s;
}

.popover a:hover {
  color: var(--secundaria);
}

.popover .submenu-header {
  list-style: none;
  background: var(--secundaria);
  color: var(--primaria);
  padding: 3px; 
  margin-bottom: 5px;
  border-radius: 4px;
  font-weight: bold;
}

.popover:has(.list-unstyled) {
  max-width: 560px;
}

.popover .submenu {
  list-style-position: inside;
  margin: 0;
  list-style: none;
}

.popover .submenu > li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.popover .submenu > li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secundaria);
}

.popover .list-unstyled {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

/* .popover .list-unstyled > li + li {
  margin-top: 20px;
} */

.list-inline,
.list-unstyled {
  margin-bottom: 0;
}

.border-bottom-left-radius-0{
  border-bottom-left-radius: 0px!important;
}

.border-bottom-right-radius-0{
  border-bottom-right-radius: 0px!important;
}

.border-top-left-radius-0{
  border-top-left-radius: 0px!important;
}

.border-top-right-radius-0{
  border-top-right-radius: 0px!important;
}

.form-filtro {
  background: #BEE1E6;
  box-shadow: none;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}

.form-filtro .form-control {
  height: 42px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
  
}

.filtros-pessoas-eventos .form-control {
  flex-grow: 1;
  width: auto;
}

.filtros-pessoas-eventos .dropdown-control-wrapper .form-control {
  min-width: 100%;
}



.filtros-pessoas-eventos > div {
  column-gap: 16px;
  row-gap: 8px;
  flex-wrap: wrap;
}

.titulo-pagina-wrapper {
  padding-block: 10px;
}

.titulo-pagina {
  font-size: 28px;
  color: var(--secundaria-dark);
  font-weight: 600;
  margin: 0;
}

.m-right-10 {
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.formatar {
  height: 42px !important;
}

input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
textarea {
  border: 1px solid #D8DFE3;
}

/* input[type=checkbox] {
  margin: 0 auto;
  display: block;
} */

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D8DFE3 !important;
}

input[type=checkbox]:checked:before {
  background: var(--primaria);
}

.abrirmenuinstituicao .form-control {
  min-width: 320px;
}

.dropdown-control-wrapper {
  position: relative;
}

.dropdown-control-wrapper .form-control {
  min-width: 320px;
}

.btn-submit {
  border-radius: 4px;
  background: var(--primaria-dark);
  border: none;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 16px;
  color: #fff;
  transition: 0.4s;
}

.btn-submit.btn-small {
  height: 26px;
  font-size: 14px;
  white-space: nowrap;
}

.btn-submit:not(:disabled):hover {
  background: var(--secundaria);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.table-wrapper {
  margin-top: 30px;
}

.table > thead > tr > th {
  padding-block: 12px;
  padding-inline: 16px;
  font-weight: 500;
  white-space: nowrap;
  border: solid 1px #fff;
}

.table th {
  background-color: var(--primaria);
  color: #fff;
}

.table td,
.table > tbody > tr > td {
  background: #fff;
  font-size: 13px;
  padding: 4px 16px;
  border: solid 1px #E9EEF4;
  vertical-align: middle;
}

.table-spacer {
  margin-top: 32px;
}

.table tbody tr,
.table tbody td {
  transition: 0.2s;
}

.table tbody tr:hover,
.table tbody tr.active {
  background: #E9EEF4;
  color: #000;
}

.table tbody td:hover,
.table tbody td.active {
  background: #E9EEF4;
  filter: brightness(90%);
  color: #000;
}

.table tbody td:hover a,
.table tbody td.active a {
  color: #000;
  cursor: pointer;
}

.table tbody td a:only-of-type {
  display: block;
  max-width: fit-content;
  /* margin-inline: auto; */
}



.pessoa-foto {
  width: 40px;
  height: 40px;
  outline: solid 2px var(--primaria-dark);
  outline-offset: -2px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pessoa-foto img {
  max-height: 100%;
}

.links-icones {
  display: flex;
  align-items: center;
  gap: 8px;
}

.link-icone {
  max-height: 14px;
  display: block;
}

.link-icone.indisponivel {
  opacity: 0.2;
}

.danger {
  color: #D15B47;
}

.success {
  color: #82AF6F;
}

.table-responsive {
  padding: 1px;
  margin-bottom: 32px;
  /*Observar*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.table-interna {
  border: none;
  margin: 0;
}

.table-interna tbody tr td {
  padding: 5px 0;
  border: none;
  border-bottom: solid 1px #BEE1E6;
  white-space: nowrap;
}

.table-interna tbody tr td:last-child {
  border: none;
}

.data-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.data-table-footer .dataTables_info {
  padding-top: 0 !important;
}

.filtros-e-botoes-wrapper {
  display: grid;
  outline: solid 1px var(--secundaria);
  padding: 8px;
  border-radius: 4px;
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "resultado-busca-campo resultado-busca-registros resultado-busca-botoes";
  align-items: center;
  gap: 32px;
  margin-bottom: 12px;
  font-size: 15px;
  background-color: #fff;
  /* max-width: calc(100vw - 320px); */
  max-width: 100vw;
  position: relative;
}

.filtros-e-botoes-wrapper.grupo-botoes-exportacao .dt-buttons {
    position: absolute;
    right: 0;
    flex-direction: column;
    top: 100%;
    z-index: 1;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

.filtros-e-botoes-wrapper.grupo-botoes-exportacao .dt-buttons .dt-button {
  justify-content: flex-start;
}

.filtros-e-botoes-wrapper.grupo-botoes-exportacao .btn-exportar-arquivos {
    display: inline-flex;
    max-width: fit-content;
    margin-left: auto;
    pointer-events: none;
}

.filtros-e-botoes-wrapper.grupo-botoes-exportacao .grupo-dropdown-menu {
  margin-left: auto;
}

.filtros-e-botoes-wrapper.grupo-botoes-exportacao .grupo-dropdown-menu:hover .dt-buttons {
    display: flex;
  opacity: 1;
  visibility: visible;
}


.sidebar.menu-min+.main-content .filtros-e-botoes-wrapper {
  // max-width: calc(100vw - 75px)
  max-width: 100vw;
}

.filtros-e-botoes-wrapper .dt-buttons {
  margin-left: auto;
  display: flex;
  gap: 5px;
}

.filtros-e-botoes-wrapper .dt-buttons .dt-button {
  background: var(--secundaria-dark);
  border: none;
  display: inline-flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-inline: 8px;
  border-radius: 4px;
  transition: 0.3s;
  color: #fff;
}

.filtros-e-botoes-wrapper .dt-buttons .dt-button:hover {
  text-decoration: none;
  background: var(--secundaria);
}

.filtros-e-botoes-wrapper .form-control {
  height: 32px;
  border-radius: 4px;
}

.filtros-e-botoes-wrapper label {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  margin: 0;
}

.filtros-e-botoes-wrapper:empty {
  display: none;
}

.dt-buttons {
  grid-area: resultado-busca-botoes;
}

.dt-buttons .dt-button {
  background: var(--primaria);
}

.dataTables_length {
  grid-area: resultado-busca-registros;
}

.dataTables_filter {
  grid-area: resultado-busca-campo;
  display: flex;
  flex-direction: row;
  text-align: left;
}

.dataTables_wrapper .row:first-child {
  background: transparent;
}

.icone-filtro-lateral {
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 3;
}

.icone-filtro-lateral .toggle {
  color: var(--primaria-dark);
  font-size: 30px;
  padding: 4px;
  transition: 0.3s;
  display: flex;
  text-decoration: none;
  border-radius: 5px;
  border: solid 1px var(--primaria);
  background-color: #fff;
}

.icone-filtro-lateral .toggle:hover {
  color: #fff;
  background: var(--primaria-dark);
}

.flex-filtro {
  display: flex;
  align-items: center;
  z-index: 1 !important;
  position: fixed;
  right: 10px;
  top: 195px;
  justify-content: flex-end;
}

.flex-filtro .filtro-nivel {
  min-width: 320px;
  right: 35px;
}

.filtro-lateral-multiplos-itens .filtro-nivel {
  top: -5px;
  margin: 0;
  padding: 0;
}

.flex-filtro .dropdown-menu {
  top: 0;
  left: 0;
  transform: translateX(calc(-100% - 5px));
}

.card-body-scroll {
  max-height: 70vh;
}

.mdi--whatsapp {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.table.dataTable>thead .sorting:before {
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
}

.botoes-acoes-container {
  display: flex;
  gap: 8px;
}

.botoes-acoes-container a,
.botoes-acoes-container .action-link {
  transition: 0.3s;
  display: flex;
  color: var(--secundaria-dark);
  border-radius: 4px;
  background: #fff;
  border: none;
}

.botoes-acoes-container a:hover,
.botoes-acoes-container .action-link:hover {
  background: var(--secundaria);
  color: var(--primaria);
  text-decoration: none;
}

.botoes-acoes-container .fa {
  font-size: 22px;
}

.modal:not(.modalCarregamentoTopo).in .modal-dialog {
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
  background: #fff;
  border-radius: 8px
}

.modal-content {
  max-height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-header {
  background-color: var(--primaria);
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-header:before,
.modal-header:after {
  display: none;
}

.modal-header h3 {
  color: #fff;
  margin: 0;
}

.modal-header .close {
  background: var(--secundaria);
  display: flex;
  align-items: center;
  min-width: 24px;
  justify-content: center;
  opacity: 1;
  text-shadow: none;
  border-radius: 50%;
  color: #fff;
  font-size: revert;
  margin-top: 0;
  height: 24px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-footer:has(.btn:only-of-type) {
  justify-content: flex-end;
}

.btn {
  border: none;
  text-shadow: none;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 4px
}

.btn.btn-primary {
  background: var(--primaria) !important;
}

.btn.btn-primary:hover {
  background: var(--secundaria) !important;
}

.btn-group, .btn-group-vertical {
  position: relative;
}

.btn-success, .btn-success.focus, .btn-success:focus {
  background: #008000;  
}

.menu-lateral-suspenso {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 32px;
}

.menu-lateral-suspenso a,
.menu-lateral-suspenso .btn-menu-suspenso {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: solid 1px var(--secundaria);
  color: var(--secundaria);
  background: #fff;
  border-radius: 4px;
  transition: 0.3s;
  min-width: 32px;
  aspect-ratio: 1;  
}

.menu-lateral-suspenso a i,
.menu-lateral-suspenso .btn-menu-suspenso i {
  margin0
}

.menu-lateral-suspenso a:hover,
.menu-lateral-suspenso .btn-menu-suspenso:hover {
  background: var(--primaria);
  color: #fff;
  text-decoration: none;
}

.menu-principal.nav > li {
  margin-bottom: 8px;
}

.menu-principal.nav > li > .arrow {
  background: red;
}

.menu-principal.nav > li.active > .arrow {
  color: #fff;
}

.menu-principal.nav > li > a {
  padding-left: 7px;
  font-size: 14px;
  background: #fff;
  color: #093742;
  padding-block: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  height: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.4s;
}

.menu-min .menu-principal.nav > li > a {
  color: #093742;
}

.menu-min .menu-principal.nav > li:hover > a {
  color: #093742;
}

.menu-principal.nav > li > a > .menu-icon {
  color: var(--primaria);  
}

.menu-principal.nav > li > a > .arrow {
  line-height: normal;
  color: var(--secundaria);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.menu-principal.nav > li:hover > a > .arrow {
  color: #fff;
}

.menu-principal.nav > li > .submenu {
  margin-top: 4px;
  background: #fff;
  padding: 12px 8px;
  border-radius: 4px;
}

.menu-principal.nav > li > .submenu .arrow {
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-principal.nav > li > .submenu > li > a {
  padding: 4px 0;
  border: none;
  transition: 0.3s;
  color: var(--primaria);
}

.menu-principal.nav > li > .submenu .submenu a {
  padding: 4px 8px;
  margin: 0;
}

.menu-principal.nav > li > .submenu > li.active a,
.menu-principal.nav > li > .submenu > li.open a {
  background: transparent;
  border: none;
  color: var(--primaria);
}

.menu-principal.nav > li > .submenu > li.active a:hover,
.menu-principal.nav > li > .submenu > li.open a:hover {
  text-decoration: underline;
  color: var(--secundaria);
}

.menu-principal.nav > li > .submenu > li > a:hover {
  color: var(--secundaria);
}

.menu-principal.nav > li > .submenu:before,
.menu-principal.nav > li > .submenu > li:before {
  display: none;
}

.menu-principal.nav > li:hover:before {
  display: none;
}

.menu-principal.nav > li.open > a {
  background: var(--secundaria);
  color: #fff;
  transition: 0.3s;
}

.menu-principal.nav > li:hover > a {
  background: var(--secundaria);
  color: #fff;
}

.menu-principal.nav > li:hover > a > .menu-icon {
  color: var(--primaria);
}

.container-filtros {
  display: flex;
  justify-content: space-between;
}

.download-button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: 16px 0;
}

.download-button-wrapper .btn {
  align-items: center;
  display: flex;
  gap: 4px;
}

.filtros-producoes-wrapper {
  display: flex;
  flex-direction: column;
}

.filtros-producoes-wrapper ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.filtros-producoes-wrapper .btn {
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}

.filtros-producoes-wrapper .btn:hover {
  filter: brightness(120%);
}

.filtros-producoes-wrapper .filtro-sucupira {
  background: #fea116;
}

.filtros-producoes-wrapper .filtro-lattes {
  background: #eb1d1d;
}

.filtros-producoes-wrapper .filtro-ambas {
  background: #2e8965db;
}

.filtros-producoes-wrapper .filtro-mescladas {
  background: #66c6a0db;
  color: #000;
}

.filtros-producoes-wrapper .filtro-similares {
  background: #00d682db;
  color: #000;
}

.filtros-producoes-wrapper .filtro-todas {
  color: #000;
}

.botoes-gerar-relatorios-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.nav-pills.custom-tabs {
  margin: 20px 0 0 0;
  display: flex;
}

.nav-pills.custom-tabs li {
  display: flex;
  flex: 1;
  transition: 0.3s;
  border-radius: 4px;
}


.nav-pills.custom-tabs li:hover a,
.nav-pills.custom-tabs li.active a{
  background: var(--primaria);
  color: #fff;
}

.nav-pills.custom-tabs li a {
  min-height: 52px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  flex: 1;
  justify-content: center;
  transition: 0.3s;
  background: #fff;
  outline: solid 2px var(--primaria);
  outline-offset: -2px;
  color: var(--primaria);
  line-height: 1.1;
  text-transform: uppercase;
}

.nav-pills.custom-tabs.fit-content {
  flex-wrap: wrap;
}

/* .nav-pills.custom-tabs.fit-content li {
  flex: auto;
} */

.nav-pills.custom-tabs.fit-content li a {
flex: auto;
}

@media (width < 768px) {
  .nav-pills.custom-tabs.fit-content li {
    margin-bottom: 8px;
  }
}


.botoes-exportacao-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

[name=toastMensage] {
  visibility: hidden;
  box-shadow: 0px 0px 35px;
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 16px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

[name=toastMensage].show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#toast {
  background-color: #dff0d8;
  color: #4a814b;
}

#toastWarning {
  background-color: #fff3cd;
  color: #856404;
}

#toastDanger {
  background-color: #f8d7da;
  color: #721c24;
}

:root {
  --table-color-1: #e8f1ff;
  --table-color-2: #cce6efcf;
}

#table_categoria_discente td:nth-child(2n + 2),
#table_categoria_discente td:nth-child(2n + 3) {
  background-color: var(--table-color-1);
}

#table_categoria_discente td:nth-child(4n + 4),
#table_categoria_discente td:nth-child(4n + 5) {
  background-color: var(--table-color-2); 
}

#table-numero-orientado td:nth-child(4n + 3),
#table-numero-orientado td:nth-child(4n + 4),
#table-numero-orientado td:nth-child(4n + 5),
#table-numero-orientado td:nth-child(4n + 6) {
  background: var(--table-color-1);
}

#table-numero-orientado td:nth-child(8n + 7),
#table-numero-orientado td:nth-child(8n + 8),
#table-numero-orientado td:nth-child(8n + 9),
#table-numero-orientado td:nth-child(8n + 10) {
  background: var(--table-color-2);
}

#numero_banca_projeto_docente td:nth-child(4n + 3),
#numero_banca_projeto_docente td:nth-child(4n + 4) {
  background-color: var(--table-color-1);
}

#numero_banca_projeto_docente td:nth-child(4n + 5),
#numero_banca_projeto_docente td:nth-child(4n + 6) {
  background-color: var(--table-color-2);
}

#numero_ativo_projetos_concluidos td:nth-child(6n + 2),
#numero_ativo_projetos_concluidos td:nth-child(6n + 3),
#numero_ativo_projetos_concluidos td:nth-child(6n + 4) {
  background-color: var(--table-color-1);
}

#numero_ativo_projetos_concluidos td:nth-child(6n + 5),
#numero_ativo_projetos_concluidos td:nth-child(6n + 6),
#numero_ativo_projetos_concluidos td:nth-child(6n + 7) {
  background-color: var(--table-color-2);
}

#docente_linha_pesquisa td:nth-child(2n+ 2) {
  background-color: var(--table-color-1);
}

#docente_linha_pesquisa td:nth-child(2n+ 3) {
  background-color: var(--table-color-2);
}

#table-discipline td:nth-child(2n+3) {
  background-color: var(--table-color-1);
}

#table-discipline td:nth-child(2n+4) {
  background-color: var(--table-color-2);
}


/* Footer */
.footer {
  box-shadow: 0 -4px 4px rgba(0,0,0,0.05); 
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0
}

.footer .footer-inner {
  background: #fff;
  height: 40px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
}

.sidebar.menu-min ~ .footer .footer-inner {
  padding-left: 0;
  transition: 0.3s;
}

.sidebar ~ .footer .footer-inner {
  padding-left: 235px;
}


.tabletaperfil {
  width: 100%;
}

.tabletaperfil td {
  padding: 3px;
  background-color: #BEE1E6 !important;
  border-bottom: solid 1px #31708f;
  color: var(--primaria) !important;
}



.itens-criterio-exibicao {
  margin-block: 20px;
}

.itens-criterio-exibicao ul {
  list-style: none;
  margin: 0;
}

.itens-criterio-exibicao ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.itens-criterio-exibicao ul li + li {
  margin-top: 5px;
}

.accordion-style1.panel-group .panel-heading .accordion-toggle {
  background: var(--primaria);
}

#trazerProdutividade {
  margin-top: 20px;
}

.botoes-area-contratos {
  display: flex;
  gap: 16px;
}

.alert-success {
  background-color: var(--secundaria);
  border-color: #d6e9c6;
  color: #fff;
}

.alert-info {
  background-color: #BEE1E6;
  border-color: #d6e9c6;
  color: var(--primaria);
}

.mensagem-instrucao {
  color: #e50c0c;
  background: #ffe2e2;
  padding: 16px;
  line-height: 1.3;
  margin-top: 16px;
  border-radius: 8px;
}

.filtros-geolocalizacao {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.map-google {
    width: calc(100% - 40px) !important;
    height: 500px !important;
    left: 20px;
    position: relative;
    border: 1px solid #000;
    z-index: 0;
    margin-top: 20px;
}



#buscainstituicaobanco .form-filtro .btn-group {
  height: 42px;
  display: flex;
  flex-shrink: 0;
}

.geolocalizacao-legenda {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--secundaria);
  padding: 8px 24px;
  color: #fff;
  border-radius: 8px;
  margin: 15px 0 30px;
}

.geolocalizacao-legenda a {
  color: #fff;
  cursor: pointer;
}

.wrapper-legendas-geolocalizacao .infobox{
  width: auto;
}

/* .infoboxes-legenda-geolocalizacao {
  background: red;
} */

.infoboxes-legenda-geolocalizacao .infobox{
  width: auto;
  height: auto;
  padding: 8px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-width: 258px;
  margin: 5px;
  gap: 16px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.infoboxes-legenda-geolocalizacao .infobox:before {
content: attr(data-estado);
  min-width: 40px;
  height: 40px;
  background: var(--primaria);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.infoboxes-legenda-geolocalizacao .infobox table {
  width: 100%;
}

#popup_docente_egressos {
    display: none;
    position: fixed;
    z-index: 99;
    max-width: 90%;
    max-height: 80vh;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    overflow: auto;
    width: 100%;
    height: 100%;
}

#popup_docente_egressos .modal-dialog {
  margin: 0; 
  width: 100%;
}

#popup_docente_egressos .modal-content {
  background-color: transparent; 
  border: transparent;     
  height: 100%;
  max-height: 100%;
}

.tooltip-cidades {
  background: red;
}

.item-status-wrapper {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 10px;
  margin-block-end: 20px;
}
.item-status-wrapper .item-status {
  padding: 8px;
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  color: #fff;
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.item-status-wrapper .item-status h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.item-status-wrapper .item-status p {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

.item-status-wrapper .item-status:nth-child(1) {background: #2fce2f;}
.item-status-wrapper .item-status:nth-child(2) {background: #ff7007;}
.item-status-wrapper .item-status:nth-child(3) {background: #f81717;}
.item-status-wrapper .item-status:nth-child(4) {background: #fff; color: #666; }

.esconder-org {
  display: none;
}

.mostranomeinstituicaotopo,
.mostranomeprogramatopo,
.mostrarniveltopo {
  display: none;
}

.inline-label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
  margin-bottom: 0;
}

.icone-filtro-lateral-config.disciplinas {
    position: fixed;
    right: 10px;
    top: 245px;
}

.fieldset + .fieldset {
  margin-top: 20px;
}

.modal-body .table-responsive{
  flex-wrap: nowrap;
}

#titleModalAlert {
  color: #fff !important;
}

.table td {
  color: var(--primaria) !important;
}

.full-row {
  flex-basis: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-content-right.row > div{
  border-bottom: solid 2px #cacaca;
  padding-block: 20px;
}

.custom-definition-list  {
 margin-bottom: 0;
}

.custom-definition-list__item {
  display: flex;
  gap: 10px;
}

.custom-definition-list__item dt {
  color: var(--primaria);
  text-transform: uppercase; 
}

.custom-definition-list__item + * {
  margin-top: 5px;
}

@media print {

  .sidebar+.main-content {
    padding-top: 0 !important;
  }


  #breadcrumbs,
  #btnImprimirAvaliacoes,
  .whatswidget-pre-wrapper,
  .whatswidget-button,
  .footer .footer-inner {
    display: none !important;
  }

  .textarea-comment:empty {
    display: none !important;
  } 



    #areaImpressao .div-description-pai  {
      display: flex !important; 
      gap: 24px !important;
      flex-direction: row !important;
      align-items: flex-start !important;
      justify-content: space-between !important;
      width: 100% !important;
      min-width: 100% !important;
      margin-bottom: 40px !important;
      position: static !important;
      
    }

    #areaImpressao .logocelular {
        max-width: 80px !important;
    }    

    /* #areaImpressao  .chart-canvas-result {
      max-width: 50% !important;
      width: 50% !important;
    } */

    #areaImpressao  .div-comment-topic {
      display: none !important;
    }

    #areaImpressao  .div-comment-topic + div {
      display: flex !important; 
      gap: 24px !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
    }

    
    #areaImpressao .row {
      display: flex !important;
      flex-wrap: wrap !important;
    }

    #areaImpressao  .col-md-6 {
      flex-basis: 45% !important;
      max-width: 45% !important;
      text-align: center !important;
    }


  #areaImpressao  .full-row {
      flex-basis: 100% !important;
      margin-top: 20px !important;
      margin-bottom: 40px !important;
      text-align: left !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: flex-start !important;
      background: purple;
  }    

  #areaImpressao  .div-content-right.row > div{
    border-bottom: solid 2px #000 !important;
    padding-block: 20px !important;
  }

  #areaImpressao  .container-chart-description {
    align-items: flex-start !important;
  }
  #areaImpressao  .description-chart-person {
    justify-content: flex-start;
  }
}

/* Embed Responsive Youtube */
.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}


/*Tutoriais*/
#videoModalTutorial .modal-title {
  text-transform: capitalize;
}

.video-tutorial-modulo__item {

}

:is(.video-tutorial-modulo__item) h2, p {
  margin: 0;
  padding: 0;
}


/* 
.video-tutorial-modulo__item {

  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  overflow: clip;
  height: 50px;  
 
} */

/* .video-tutorial-modulo__item.open {
  height: auto;
} */

.video-tutorial-modulo__item {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.video-tutorial-modulo__header {
  border: solid 1px #ff7007;
  background: #ff700750;  
  padding: 8px;
  border-radius: 8px;
}

.video-tutorial-modulo__item h2 {
  color: #000;
  font-weight: 500;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.video-tutorial-modulo__item .link-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.video-tutorial-modulo__item p {
  font-weight: 500;
  font-size: 18px;
}

.video-tutorial-modulo__item a {
  color: #337ab7;
  font-weight: 500;
  font-size: 18px;
}

.video-tutorial__toggle {
  font-weight: 600;
  background: var(--primaria);
  color: #fff;
  border: none;
  border-radius: 4px;
  transition: 0.2s;
}

.video-tutorial__toggle:hover {
  background-color: var(--secundaria);
}

.video-tutorial-modulo__conteudo {
  background: #fff;   
  height: 0;
  overflow: clip;
  position: absolute;
  top: 100%;
  min-width: calc(100% + 20px);
  width: max-content;
  right: 0;
  transition: 0.3s;

}

.video-tutorial-modulo__conteudo-inner {
  padding: 12px 8px;
  border: solid 1px #ff7007; 
  border-radius: 8px 0 8px 8px;
}

.video-tutorial-modulo__item.open .video-tutorial-modulo__header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.video-tutorial-modulo__item.open .video-tutorial-modulo__conteudo {
  height: auto;
} 


.custom-gap-2 {
  gap: 8px;
}
.custom-gap-3 {
  gap: 12px;
}
.custom-gap-4 {
  gap: 16px;
}
.custom-gap-5 {
  gap: 20px;
}
