/** @format */
:root {
  --border-color: #eee;
  --primary-color: #ab162b;
  --background-color: #f2f2f2;
  --border-color: #eee;
  --caixa-border-color: #eee;
  --texto-principal: #333;
  --caixa-border-radios: 10px;
  --btn-border-radios: 5px;
  --form-comtrol-border-radios: 5px;
  --faed-color: #eab543;
  --fcsha-color: #833471;
  --eng-color: #d2451e;
  --ecaa-color: #61a60e;
  --fct-color: #00b8d1;
  --saude-color: #cc0066;
  --cice-color: #487eb0;
  --varios-color: #888;
  --u-btn-color: #666;
  --u-btn-color-hover: #f2f2f2;
  --color-bg-destacar: #f9fff5;
  --color-border-destacar: #cee9a1;
}

h1 {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 10px 20px;
}

html {
  position: relative;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
}

html body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.login-unicv {
  background-image: url("../img/bglogin.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
body p,
body .caixa p,
body .caixa p span,
.caixa {
  font-family: "Open Sans", sans-serif !important;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.caixa ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.caixa ul li {
  border-bottom: 1px solid #eee;
  color: #555;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  transition: border-bottom-color 0.3s ease;
}

.box-cice {
  background: var(--cice-color);
}

.box-saude {
  background: var(--saude-color);
}

.box-fct {
  background: var(--fct-color);
}

.box-ecaa {
  background: var(--ecaa-color);
}

.box-eng {
  background: var(--eng-color);
}

.box-faed {
  background: var(--faed-color);
}

.box-fcsha {
  background: var(--fcsha-color);
}

.box-varios {
  background: var(--varios-color);
}

b,
strong {
  font-weight: 600;
}

/* scrool */
body::-webkit-scrollbar-thumb,
.caixa::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

.caixa::-webkit-scrollbar {
  -webkit-appearance: none;
}

.caixa::-webkit-scrollbar-button:increment,
.caixa::-webkit-scrollbar-button {
  display: none;
}

.nav-pills {
  border-radius: 0;
}

.scroll,
.caixa {
  overflow: auto;
}

body::-webkit-scrollbar-track,
.caixa::-webkit-scrollbar-track {
  background: #eee;
}

/* Perfil */
.foto-perfil {
  height: 150px;
  width: 150px;

  margin: 25px auto;
  border-radius: 50%;
  overflow: hidden;
}

.foto-perfil img {
  transform: scale(1.1); /* Aplica um zoom de 10% */
  object-fit: cover;
}

.table h5 {
  font-size: 14px;
  margin: 10px;
}

.dados-perfil {
  list-style: none;
  padding: 0;
  margin: 0;
}

.caixa .fc-scroller {
  overflow: auto !important;
  height: auto !important;
}

.links-perfil {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 2px 8px;
  color: var(--texto-principal);
  margin: 2px 0;
  border-radius: var(--caixa-border-radios);
}

.fc-state-default {
  background-image: none;
}

.links-perfil a {
  color: var(--texto-principal);
}

.descricao h1 {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
}

.caixa .nav-pills .nav-link {
  padding: 6px 12px;
  color: var(--texto-principal);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

.tox-promotion,
.tox-statusbar,
.tox-statusbar__branding {
  display: none !important;
}

.tox-tinymce {
  border: 1px solid #eee !important;
  border-radius: 5px !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  border-bottom: 1px solid #eee !important;
  box-shadow: none !important;
}

.caixa .tab-pane p {
  line-height: 24px;
  font-size: 14px;
  color: var(--texto-principal);
  margin-top: 5px;
}

.conteudo .nav-pills .nav-item {
  margin: 0 6px 6px 0;
  background: #fff;
  border-radius: 0;
  width: auto;
  overflow: hidden;
  padding: 0;
  line-height: 20px;
  border: 1px solid var(--border-color);
  border-radius: 0;
  transition: all 0.2s ease;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.conteudo .nav-pills .nav-item:hover {
  border: 1px solid #ddd;
}

.conteudo .nav-pills .nav-link.active,
.conteudo .nav-pills .show > .nav-link {
  color: var(--primary-color);
  border-radius: 0;
  border-bottom: 2px solid var(--primary-color);
  background: none;
}

.conteudo .destaque .nav-pills .nav-item {
  margin: 0;
  line-height: 20px;
  border: none;
}

.conteudo .destaque .nav-pills .nav-link.active,
.conteudo .destaque .nav-pills .show > .nav-link {
  color: #eee;
  border: none;
}

.conteudo .nav-pills {
  border-bottom: none;
  margin: 5px 0 0 0 !important;
}

.dados-perfil li {
  list-style: none;
  color: var(--texto-principal);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.perfil-separador {
  height: 5px;
  background: var(--primary-color);
  width: 50px;
  margin: auto;
}

.nome-perfil {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}

.nav-link i:before {
  font-size: 14px;
}

h4,
.conteudo h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: var(--texto-principal);
}

.conteudo .carousel-caption h2 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #ab162b;
}

.site-error .caixa-centrado {
  padding: 4% 15%;
  text-align: center;
}

.site-error .caixa p {
  text-align: left;
}

.site-error h1 {
  font-size: 20px;
  margin: 20px 0;
}

.site-error img {
  width: 220px;
  margin: 0;
}

.carousel-inner img {
  height: 240px;
}

.destaque .destaque-portal {
  background-image: url("../img/bgportal02.jpg");
  background-size: cover;
}

.destaque-portal .carousel-caption {
  top: 100%;
}

.destaque-portal .carousel-inner {
  height: 368px;
}

.destaque-portal p {
  text-align: center;
}

header {
  background: #ffff;
  height: auto;
  padding: 10px 0;
  border-top: 3px solid #0aa7db;
}

.privacy-policy p,
.privacy-policy .card-body {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 26px;
  text-align: justify;
  color: var(--texto-principal);
  font-size: 14px;
}

.img-circulo-left img {
  height: auto;
  width: 75%;
}

.img-circulo-left {
  margin: 0 6px 0 0;
  background: #f9f9f9;
  border: 1px solid #ddd;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #888;
  font-size: 12px;
  overflow: hidden;
}

.privacy-policy h2 {
  color: #1a3374;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}

.privacy-policy {
  margin: 30px 0;
}

.calendario-academico h2 {
  font-size: 12px;
  line-height: 15px;
  color: var(--texto-principal);
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

.calendario-academico h3 {
  font-size: 12px;
  line-height: 14px;
  color: var(--primary-color);
  margin-bottom: 0;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}

.ka-kopia {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* APP */

.aplicacoes .card img {
  width: 50%;
  margin: 18% 30%;
}

.aplicacoes .card:hover {
  filter: grayscale(0);
  cursor: pointer;
}

.titulo .img img {
  height: 20px;
  width: auto;
}

.aplicacoes .card {
  filter: grayscale(50%);
  white-space: normal;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  border: 1px solid var(--border-color);
  border-radius: 0;
}

.aplicacoes .card h5,
.outros-app .card h5 {
  font-size: 13px;
  width: 100%;
  text-transform: uppercase;
  color: var(--texto-principal);
  margin: 0;
  line-height: 14px;
}

/* pedido de documento*/

.pedido-documento .form-check-input {
  width: 2em;
  height: 2em;
}

.pedido-documento ul li,
.inscricoes ul li {
  line-height: 12px;
  color: #666;
  font-size: 13px;
}

/*caixa*/

.caixa {
  background: #fff;
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid #e7e7e7;
  color: var(--texto-principal);
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  text-align: justify;
  width: 100%;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.caixa-login-user {
  background: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding: 5;
  color: var(--texto-principal);
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  text-align: justify;
  width: 100%;
  border-radius: 12px;
  transition: all 0.2s ease;
}

/*
.caixa p {
	color: var(--texto-principal);
	font-weight: 400;
	font-size: 14px;
} */

.caixa a .caixa h5 a,
.caixa a,
.faq .caixa .titulo h5 a,
.caixa .centrado h5 a,
.centrado a,
.pilares a,
.faq a {
  text-decoration: none;
}

.apresentacao-fct .caixa {
  background: #fff;
  border: 1px solid #e9e9e9;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}

.nome span,
.curso span {
  font-weight: 400;
  padding: 0;
  font-size: 14px;
}

.icones-opaco i {
  line-height: 0;
}

.border-l {
  border-left: 1px solid #e9e9e9;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Dashboard  */

.bg-light-unicv {
  border: 1px solid #ffc9d2;
  background: #fce6ea;
}

.bg-light-ecaa {
  border: 1px solid #ccffc9;
  background: #e6fcf9;
}

.bg-light-fct {
  border: 1px solid #9bdffc;
  background: #eef8ff;
}

.centrado h1 {
  text-align: center;
  font-size: 15px;
}

.titulo {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}

.faq .caixa .titulo h5,
.caixa .centrado h5,
.centrado {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}

.titulo-h3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: var(--texto-principal);
}

.imagen-titulo i {
  font-size: 14px;
  margin-bottom: 4px;
  background: #555;
  border-radius: 100%;
  padding: 5px 0;
  color: #fff;
  border: 2px solid #ddd;
  height: 30px;
  width: 30px;
  text-align: center;
}

.dados-perfil h2 {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: var(--texto-principal);
}

.plano-curricular h2 {
  font-size: 13px;
  letter-spacing: 0;
}

.dados-perfil h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0;
  color: #888;
}

.select2-container--krajee-bs5
  .select2-selection--single
  .select2-selection__rendered {
  padding: 2px;
}

.select2-container--krajee-bs5
  .select2-selection--single
  .select2-selection__clear,
.select2-container--krajee-bs5
  .select2-selection--multiple
  .select2-selection__clear {
  right: 5px;
}

.docente-table {
  border: 1px solid #ccc;
  padding: 4px;
  width: auto;
  border-radius: var(--caixa-border-radios);
  cursor: default;
  text-align: left;
  font-size: 12px;
  margin: 2px;
  line-height: 15px;
  float: left;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.docente-table:hover {
  background-color: #fff;
}

.titulo {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}

.titulo .linha-grande {
  height: 1px;
  width: 100%;
  background: #eee;
  margin-top: 5px;
}

.titulo .linha {
  height: 1px;
  width: 30px;
  background: var(--primary-color);
  margin-top: -1px;
}

.passos p {
  margin-top: 10px;
}

.passos {
  width: 100%;
  position: relative;
}

.passos {
  text-align: center;
}

.passos .btn-primary {
  background: #198754 !important;
  color: #eee !important;
}

.passos .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  color: var(--texto-principal);
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9;
}

.passos:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  left: 0;
  z-index: 0;
}

.titulo h2 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: var(--texto-principal);
}

.caixa .titulo span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}

.numeros .caixa ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 13px;
}

.caixa .titulo .mais-titulo {
  float: right;
}

.box-horario {
  padding: 10px;
  background: #fff;
  font-size: 13px;
  border: 1px solid var(--border-color);
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}

.box-horario:hover {
  background: #f3faff;
}

.box-horario h2 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 2px 0;
  color: var(--texto-principal);
}

.box-horario h5 {
  font-size: 10px;
  font-weight: 400;
  margin: 0;
  color: #888;
  letter-spacing: 0.2px;
}

.hora-sala {
  text-align: right;
}

.box-notificacoes {
  margin: 5px 0;
  padding: 10px;
  border: 1px solid var(--border-color);
  display: inline-block;
  width: 100%;
}

.box-notificacoes:hover {
  background: #f8fffc;
}

.dash-investigadores .destacar {
  border: 1px solid var(--color-border-destacar);
  background: var(--color-bg-destacar);
}

.box-notificacoes:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
  content: "\f0f3";
  font-size: 20px;
  color: var(--primary-color);
  float: left;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  margin-top: 6px;
}

.dash-investigadores .caixa h1,
.dash-coordenacao .caixa h1 {
  font-size: 13px !important;
  text-transform: uppercase;
  margin: 0;
  color: #444;
  font-weight: 400;
}

.dash-coordenacao .caixa .box-icones img {
  height: 50px;
}

.dash-investigadores .caixa a {
  text-decoration: none;
}

.dash-investigadores .caixa:hover {
  border: 1px solid #fad8d8;
}

/* Timeline */
.timeline .caixa .hori-timeline {
  opacity: 100%;
  transition: all 0.5s ease-out;
}

.timeline .caixa .hori-timeline:hover {
  opacity: 100%;
}

.timeline .caixa h5 {
  font-size: 11px;
  color: #ab162b;
  margin: 0 0 5px 0;
  font-weight: 400;
  min-height: 30px;
}

.hori-timeline .events {
  width: 100%;
}

.event-list h5 {
  font-size: 12px !important;
  font-weight: 500;
}

.conteudo .event-list .text-muted {
  font-size: 11px;
  line-height: 15px;
}

.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 35px;
  border-right: 2px dotted var(--primary-color);
  top: 0;
  margin: 2px -1px;
  top: 0;
}

.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 28px;
  font-size: 12px;
  left: 0;
  right: 0;
  line-height: 30px;
  width: 40px;
  font-weight: 600;
  color: var(--texto-principal);
  height: 40px;
  background: #fff;
  border: 2px solid #999;
  margin: 0 auto;
  border-radius: 5px;
  padding: 2px;
  transform: rotate(45deg);
}

.hori-timeline .events .event-list .tl-ativo {
  border: 2px solid #61a60e;
  color: #61a60e;
}

.hori-timeline .caixa-timeline {
  min-height: 90px;
  border: 1px solid #eee;
  padding: 14px 6px;
  border-radius: var(--caixa-border-radios);
  margin: 0 10px;
}

.hori-timeline .events .event-list .event-date span {
  transform: rotate(-45deg) !important;
  display: block;
}

@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
    display: inline-block;
    width: 250px;
    padding-top: 45px;
    margin: 24px 0;
    border-top: 1px dashed #ccc;
  }

  .hori-timeline .events .event-list .event-date {
    top: -21px;
  }
}

/* Fim Timeline */

.box-icones img {
  height: 50px;
}

.dash-investigadores .box-icones {
  margin-top: 0;
}

.box-notificacoes h2 {
  font-size: 13px;
  color: var(--texto-principal);
  line-height: 16px;
  font-weight: 400;
  width: 88%;
  margin: 0;
}

.box-notificacoes .notificador p {
  font-size: 11px;
  line-height: 12px;
  color: var(--primary-color);
  margin-bottom: 7px;
  font-weight: 500;
}

.listado i {
  color: var(--primary-color);
  margin-right: 5px;
}

.minimo-tab {
  min-height: 200px;
}

.box-notificacoes span {
  float: right;
  text-align: right;
}

.listado a .caixa-interno h3:hover {
  color: #999;
}

.img-destaque img {
  height: 42px;
  width: auto;
}

.img-destaque img:hover {
  filter: grayscale(100%);
}

.img-docentes span {
  width: 28px;
  display: inline-block;
  height: 28px;
  margin-top: 5px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background: #ccc;
  float: left;
}

.img-docentes span img {
  max-width: 100%;
  height: auto;
}

.box-duc {
  background: rgba(171, 22, 43, 0.05);
  border: 1px solid rgba(171, 22, 43, 0.12);
  padding: 5px 12px;
  margin: 4px 0;
  border-radius: var(--caixa-border-radios);
  display: inline-block;
  width: 100%;
}

.box-duc h2 {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin: 0;
  line-height: 20px;
  text-align: left;
}

.box-duc h3 {
  font-size: 13px;
  font-weight: 500;
  color: var(--texto-principal);
  margin: 4px 0 0 0;
  line-height: 18px;
  text-align: left;
}

.box-after:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  content: "\f1c1";
  font-size: 16px;
  color: rgb(171 22 43 / 66%);
  float: right;
  line-height: 33px;
  display: inline-block;
  margin-top: 5px;
}

#docentes-duc .table .right {
  text-align: right;
}

#links .caixa ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#links .caixa .site {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

#links .caixa ul li {
  display: inline;
}

#links .caixa ul li a {
  display: inline;
  margin: 5px;
  color: #888;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

#links .copyright,
#links .copyright a {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #888;
  text-decoration: none;
}

#links .caixa {
  margin: 0;
}

.media {
  text-align: center;
}

.media img {
  width: 85px;
}

.media p {
  margin-bottom: 2px;
  margin-top: 0px;
  font-size: 13px;
  color: var(--texto-principal);
  font-weight: 500;
  text-align: center;
}

.media h5 {
  color: #999;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.dados-perfil h5 {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.estado .ativo {
}

.estado .concluido {
  color: #2dce98;
}

.estado h5 .anulado {
}

.caixa .caixinha {
  border: 1px solid var(--border-color);
  padding: 20px;
  text-align: center;
  margin: 10px 0;
  transition: all 0.5s ease-out;
}

.caixa .caixinha:hover {
  background: #fafafa;
  transition: all 0.5s ease-out;
}

.caixa .caixinha-documento {
  border: 1px solid var(--border-color);
  background: #fafdff;
}

.caixa .caixinha h2 {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--texto-principal);
  margin-top: 8px;
}

.caixa .caixinha .icones {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  margin-bottom: 5px;
  padding: 5px;
  height: 40px;
  border: 3px solid #ddd;
  margin: 0 auto;
  background: var(--texto-principal);
}

.secretaria-virtual-index .alert {
  border-radius: 0;
  border: 1px solid var(--border-color);
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 22px;
}

hr {
  margin: 8px 0;
}

.caixa h5 {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 600;
  margin: 10px 0 2px 0;
}

.alert i {
  color: var(--primary-color);
}

.alert p {
  font-size: 13px;
  color: var(--texto-principal);
}

.decricao ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.decricao ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.decricao ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
}

.decricao ul li span {
  padding: 10px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 10px;
  line-height: 20px;
  float: left;
  border-radius: 50%;
}

.dados-perfil .editar-profile {
  line-height: 48px;
  margin-top: 8px;
  margin-left: 15px;
}

.dados-perfil .editar-profile a {
  color: var(--texto-principal);
  opacity: 39%;
}

.decricao ul .doc span {
  background: #fffafa;
  border: #e295a0 1px solid;
}

#page-top .bg-light {
  background: none;
  background-color: #fff !important;
}

#page-top .kv-sidenav .active > ul {
  background-color: #fff;
}

.sidebar-light .nav .nav-stacked .nav-item .nav-link {
  font-weight: 400;
  line-height: 20px;
  padding: 10px 8px 10px 10%;
}

#financeiro .img-financeiro {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: right;
  border-radius: 50%;
  color: #999;
  font-size: 16px;
}

#financeiro .caixa h6 {
  color: #888;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-align: left;
  line-height: 20px;
}

#financeiro .caixa h4 {
  color: var(--texto-principal);
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  line-height: 16px;
  margin: 2px 0;
}

#financeiro .img-financeiro {
  overflow: hidden;
}

#financeiro .caixa {
  padding: 5px 15px;
}

#financeiro .img-financeiro img {
  height: 24px;
  width: auto;
}

.pago {
  background: #f5fff3;
  border: 1px solid #cbf7c6;
  border-radius: var(--caixa-border-radios);
}

#financeiro .pago .img-financeiro {
  border: 1px solid #cbf7c6;
}

.divida {
  background: #ffeeee;
  border: 1px solid #f9caca;
}

#financeiro .divida .img-financeiro {
  border: 1px solid #f9caca;
}

#lista-pagamento .img-financiador {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  border-radius: 10%;
  float: left;
  color: var(--texto-principal);
  font-size: 25px;
  overflow: hidden;
  margin-right: 8px;
}

.proceder-pagamento {
  float: right;
}

img {
  max-width: 100%;
}

.caixa .card-text i {
  font-size: 11px;
  color: #888;
}

.caixa-sem-curso {
  border: 1px dashed #ccc;
  padding: 8px;
  display: block;
  margin: 5px 0;
  text-align: center;
  color: #bbb;
  background: #f9f9f9;
  border-radius: var(--btn-border-radios);
  text-transform: uppercase;
  font-weight: 500;
}

.caixa-sem-curso h4 {
  color: #bbb;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
}

.proceder-pagamento a {
  text-align: right;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  background: #fff;
  padding: 4px 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--caixa-border-radios);
  cursor: pointer;
}

#lista-pagamento .img-financiador img {
  height: 14px;
  padding: 2px;
  width: auto;
  max-width: 100%;
  image-rendering: auto;
}

.caixa-interno {
  border-color: #eee !important;
}

.caixa-interno h3,
.caixa-interno h3 a {
  font-size: 13px;
  color: var(--texto-principal);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
}

.caixa-financiador h3 {
  font-size: 12px;
  color: var(--texto-principal);
  font-weight: 400;
  margin: 0;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.caixa-financiador .valor-financiado h3 {
  margin: 5px 0;
  text-align: right;
  font-size: 12px;
}

.caixa-financiador {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}

.editar-dados span {
  padding: 4px 8px;
  font-size: 12px;
  width: 50%;
  border: 1px solid #ddd;
  border-radius: var(--caixa-border-radios);
  margin: 0 5px;
  text-align: left;
}

.caixa .caixa-financiador p {
  color: #999;
  letter-spacing: 0.4px;
  font-size: 10px;
  line-height: 14px;
  margin: 2px 0;
}

.ul-borderd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-borderd ul li {
  border: 0.5px solid #e2e2e2;
  border-left: 2px solid #e2e2e2;
  padding: 6px 10px;
  color: var(--texto-principal);
  letter-spacing: 0;
  font-size: 13px;
  text-align: left;
  margin: 0 0 2px 0;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ul-borderd ul li:hover {
  background: #fefefe;
  color: #333;
  border-left: 2px solid var(--primary-color);
}

.ul-borderd-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-borderd-left ul li {
  border-left: 2px solid #e2e2e2;
  padding: 6px 10px;
  color: var(--texto-principal);
  letter-spacing: 0;
  font-size: 13px;
  text-align: left;
  margin: 0 0 2px 0;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}

.ul-borderd-left ul li:hover {
  background: #fefefe;
  color: #333;
  border-left: 2px solid var(--primary-color);
}

#lista-pagamento .lista-pagamento .caixa {
  min-height: 652px;
}

.listado h3 {
  margin: 0;
}

.img-docentes .professor {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0;
  margin: 0;
  line-height: 15px;
  color: #888;
}

.box-edicoes {
  border: 1px solid var(--border-color);
  height: auto;
  display: inline-block;
  margin: 15px 0;
  background: #fff;
}

.box-edicoes .img {
  background: #eee;
  text-align: center;
  min-height: 180px;
  height: 180px;
  overflow: hidden;
}

.box-edicoes .texto {
  padding: 8px;
  background: #fff;
  height: 100%;
  min-height: 140px;
}

.grupo-titulo-autor {
  min-height: 90px;
}

.box-edicoes .preco {
  font-size: 12px;
  color: var(--texto-principal);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.box-edicoes .titulo a {
  font-size: 13px;
  width: 100%;
  color: var(--texto-principal);
  padding-top: 0px;
  margin: 0;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.box-edicoes .autor {
  font-size: 10px;
  color: #999;
  letter-spacing: 0.2px;
  line-height: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#mediateca .caixa {
  min-height: 350px;
}

.conteudo-tab {
  margin-top: 10px;
}

.table > :not(:first-child) {
  border-top: 1px solid #eee;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #eee;
}

.conteudo caption {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 14px;
}

.conteudo .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: #fff;
  border-left: solid 2px;
  border-radius: 0;
}

.conteudo .accordion {
  margin-bottom: 30px;
}

.svirtual a:hover {
  background-color: #f8f9fa;
  /* Cor de fundo ao passar o mouse */
  color: #ab162b;
  /* Cor do texto ao passar o mouse */
}

.notificacoes {
  min-height: 394px;
}

.conteudo .accordion-item {
  border-radius: 0;
  border: 1px solid none;
}

.conteudo .table thead tr th {
  font-weight: 600;
}

.conteudo .accordion-button {
  font-size: 14px;
  font-weight: 500;
  color: var(--texto-principal);
}

.tab-content {
  padding: 20px 0;
  margin-bottom: 10px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #eee #eeee #fff;
}

.conteudo .nav-tabs .nav-link {
  border-radius: 0;
}

.conteudo .nav-link {
  color: var(--texto-principal);
  text-transform: uppercase;
}

.conteudo .notas .caixa {
  border-color: #f2f2f2;
  min-height: 350px;
}

.login-app-main {
  height: 63vh;
}

.login-app {
  width: 29%;
  margin: 22vh auto;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

.login-app .form-control {
  font-size: 14px;
  border-radius: 0;
  color: var(--texto-principal);
}

.login-app .form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}

.login-app .invalid-feedback {
  color: #01a7da;
  font-size: 11px;
  font-weight: 300;
}

.login-app .was-validated .form-control:invalid,
.login-app .form-control.is-invalid {
  border-color: #01a7da;
}

.login-app .btn-primary {
  color: #fff;
  background: #1a3374;
  border-color: #1a3374;
  width: 100%;
  border-radius: 0;
}

.login-app h2 {
  text-align: center;
  margin-bottom: 18px;
  font-size: 50px;
  color: #1a3374;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */

.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.logo img {
  height: 50px;
  width: auto;
  image-rendering: high-quality;
}

.icones-we-do img {
  height: 30px;
  margin-bottom: 10px;
}

footer .copright {
  color: #999;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.paymant-bottom-info {
  background: #fff;
  padding: 45px;
}

.select2-container--krajee-bs5 .select2-selection {
  border-radius: 0px;
}

.descricao-login-unicv {
  text-align: center;
  color: #888;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}

.login-unicv .alterrar-password {
  margin-top: -12px;
  display: block;
}

.login-unicv .card {
  margin: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.login-unicv .alterrar-password a {
  font-size: 12px;
  text-decoration: none;
  color: #999;
}

/* Logout */

.logout-unicv li {
  display: inline-block;
  color: #ddd;
}

.navbar .logout-unicv {
  list-style: none;
}

.dropdown-menu {
  font-size: 12px;
  color: var(--texto-principal);
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

.logout-unicv .dropdown-menu li {
  margin: 0;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.logout-unicv li .dropdown-menu a {
  color: var(--texto-principal);
  text-decoration: none;
  padding: 8px 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.logout-unicv li a {
  color: #d5d5d5;
  text-decoration: none;
  font-size: 13px;
  line-height: 30px;
}

.logout-unicv li a:hover {
  color: #8a8a8a;
}

.caixa-login {
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  border: none;
}

.logo-login-unicv {
  text-align: center;
  width: 100%;
}

.logo-login-unicv img {
  width: 100px;
  height: auto;
}

.liga-login {
  height: 10px;
  width: 10px;
  background: #fff;
  margin: 0 auto;
}

.login-unicv input {
  border-radius: var(--caixa-border-radios);
  font-size: 13px;
  letter-spacing: 0.5px;
  color: var(--texto-principal);
  padding: 10px;
  text-align: center;
}

.caixona-login {
  width: 380px;
}

.login-unicv .card {
  border: none;
  border-radius: 15px;
}

.form-control,
.form-select {
  box-shadow: none;
  border: 1px solid #ddd;
  color: var(--texto-principal);
  outline: 0;
  font-size: 13px;
}

.login-unicv .btn {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  border-radius: 30px;
  margin-top: 10px;
}

body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

a {
  color: var(--primary-color);
}

table tr td a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
  line-height: 26px;
  text-align: justify;
}

.home-app .caixa-we-do {
  text-align: center;
  padding: 50px 15px;
  border: 1px solid var(--border-color);
  margin: 15px 0;
  background: #fff;
}

.home-app a:hover {
  text-decoration: none;
}

.home #banner {
  border: 1px solid var(--border-color);
  margin-bottom: 15px !important;
}

.btn {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 22px;
}

.card {
  border: none;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 20px;
}

.conteudo .card-img,
.conteudo .card-img-bottom {
  border-radius: var(--caixa-border-radios);
}

a:focus {
  outline: 0;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.summary {
  font-size: 12px;
  margin: 10px 0;
  color: #222;
}

.conteudo {
  padding: 0 30px 0 30px;
  min-height: 86vh;
}

.home-app .btn {
  border: 1px solid #ccc;
  margin-top: 20px;
}

.btn-direita {
  text-align: right;
}

.conteudo .text-muted {
  font-size: 13px;
  line-height: 25px;
}

.conteudo .not-set {
  font-size: 12px;
}

.modal-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: var(--texto-principal);
}

.modal-body {
  background: var(--background-color);
}

* Header fixed to the top of the modal */ .modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit;
  /* [1] */
  z-index: 1055;
  /* [2] */
}

.select2-container--krajee-bs5
  .select2-search--dropdown
  .select2-search__field {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
  line-height: 30px;
  color: var(--texto-principal);
}

.select2-container--krajee-bs5
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--texto-principal);
  color: #fff;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
}

.site-error ul li {
  line-height: 24px;
  font-size: 14px;
  color: var(--texto-principal);
  margin-bottom: 5px;
  text-align: justify;
}

.select2-container--krajee-bs5:not(.select2-container--disabled)
  .select2-dropdown {
  border-color: #ddd;
  box-shadow: none;
  overflow-x: hidden;
  border-radius: 0;
}

.select2-container--krajee-bs5 .select2-selection {
  box-shadow: none;
  background-color: #fff;
  border-radius: var(--form-comtrol-border-radios);
  color: var(--texto-principal);
  outline: 0;
  margin-bottom: 20px;
}

.select2-container--krajee-bs5.select2-container--open:not(
    .select2-container--disabled
  )
  .select2-selection,
.select2-container--krajee-bs5:not(.select2-container--disabled)
  .select2-selection:focus {
  border-color: none;
  box-shadow: none;
}

.conteudo .table th,
.conteudo .table td {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
  color: var(--texto-principal);
  line-height: 22px;
  vertical-align: middle;
  padding: 10px;
}

#wrapper #content-wrapper {
  background-color: #eef4f5;
  width: 100%;
  overflow-x: unset;
}

#wrapper #content-wrapper #content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.caixa .carousel-indicators {
  margin-bottom: 2em;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
  background: #5a5c69;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.scroll-to-top i {
  font-weight: 800;
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animated--grow-in,
.sidebar .nav-item .collapse {
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animated--fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progress-sm {
  height: 0.5rem;
}

.docentes-cnl label {
  margin-top: 0 !important;
}

/* oops page */

.oops-page {
  padding: 5%;
  text-align: center;
}

.oops-page .icons {
  font-size: 120px;
  text-align: center;
  color: #eee;
}

.oops-page .alert {
  line-height: 20px;
  text-align: center;
}

.oops-page h2 {
  font-size: 120px;
  margin: 0;
  letter-spacing: -15px;
  line-height: 100px;
  text-align: center;
  font-weight: 900;
  color: #eee;
  font-style: italic;
}

/* Fim oops page */

.rotate-15 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.rotate-n-15 {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.dropdown .dropdown-menu {
  font-size: 0.85rem;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
}

.menu-adm .btn-link {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding-top: 4px;
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  right: 0.25rem;
  margin-top: -0.25rem;
}

.gridview-candidato-foto {
  border-radius: 50%;
}

.topbar .navbar-search {
  width: 25rem;
}

.topbar .navbar-search input {
  font-size: 0.85rem;
}

.topbar .nav-item .nav-link {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.75rem;
}

.topbar .nav-item .nav-link:focus {
  outline: 0;
}

.topbar .nav-item:focus {
  outline: 0;
}

.topbar .dropdown {
  position: static;
}

.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
}

.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

.topbar .dropdown-list .dropdown-header {
  background-color: #3f51b5;
  border: 1px solid #3f51b5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #fafafa;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.pauta-view table th span {
  font-size: 9px;
  background: #fff;
  padding: 4px 5px;
  color: var(--texto-principal);
  letter-spacing: 0.5px;
  margin-left: 5px;
  border-radius: var(--caixa-border-radios);
  border: 1px solid #ccc;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #e0e0e0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #666;
}

.menu-adm {
  background-color: #222;
  height: 45px;
  margin-bottom: 20px;
  display: inline-block;
}

.sidebar {
  min-height: 100vh;
  width: 16rem !important;
  background-color: #fff !important;
  z-index: 0;
}

.sidebar .nav-item {
  position: relative;
}

.sidebar .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #444;
  padding: 12px 0px 12px 20px;
  font-weight: 400;
  border-radius: 0;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1 !important;
}

.sidebar .nav-item .text-secondary {
  color: #444 !important;
}

.sidebar .nav-item .nav-link i {
  font-size: 0.85rem;
  margin-right: 0.25rem;
}

.sidebar .nav-item .nav-link span {
  font-size: 13px;
  display: inline;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 9px;
  display: inline-block;
  width: 13px;
}

.sidebar .nav-item.active .nav-link {
  font-weight: 400;
}

.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
}

.sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
  content: "\f105";
}

.sidebar .nav-item .collapse {
  position: relative;
  left: 0;
  z-index: 1;
  top: 0;
  -webkit-animation: none;
  animation: none;
}

.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0.35rem;
}

.sidebar .nav-item .collapsing {
  display: block;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
  margin: 0 1rem;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 5px 20px;
  margin: 0 0.5rem;
  display: block;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #dddfeb;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #3a3b45;
  font-weight: 800;
}

.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover {
  text-decoration: none;
}

.sidebar #sidebarToggle:focus {
  outline: 0;
}

.help-block {
  font-size: 12px;
  margin: 5px 0;
}

.sidebar .sidebar-brand {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 11px;
  text-align: center;
  letter-spacing: 0.05rem;
  z-index: 1;
}

.sidebar .sidebar-brand .sidebar-brand-icon img {
  margin-bottom: 0;
  height: 26px;
}

.sidebar hr.sidebar-divider {
  margin: 1rem 0 1rem 0;
}

.sidebar .sidebar-heading {
  text-align: left;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 0.13rem;
}

.sidebar .version {
  text-align: left;
  font-size: 0.6rem;
  padding: 0 1rem;
  color: #b7b9cc;
  letter-spacing: 0.03rem;
}

.sidebar .sidebar-brand .sidebar-brand-text {
  display: inline;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 8px;
  border-left: 1px solid #eee;
}

.sidebar.toggled {
  overflow: visible;
  width: 0 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.sidebar.toggled .nav-item {
  margin-bottom: 0;
}

.sidebar.toggled hr.sidebar-divider {
  margin: 0 0 1rem 0;
}

.sidebar.toggled #sidebarToggle::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.25rem;
}

.sidebar.toggled .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  top: 2px;
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
}

.sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
  margin: 0;
}

.sidebar.toggled .nav-item .collapse .collapse-inner {
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  border-radius: 0.35rem;
}

.sidebar.toggled .sidebar-heading {
  display: none;
}

.sidebar.toggled .nav-item .nav-link span {
  display: none;
}

.sidebar.toggled .nav-item .nav-link i {
  float: left;
  text-align: center;
  font-size: 1rem;
  margin: 0 0 0.7rem 1rem;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text {
  display: none;
}

.sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
}

.sidebar.toggled .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
  content: "\f105";
}

.breadcrumb {
  background-color: transparent;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
}

.breadcrumb a,
.bread-nulo {
  text-decoration: none;
  letter-spacing: 0;
  color: #999;
}

.breadcrumb a:hover {
  color: var(--texto-principal);
}

.sidebar-light .sidebar-brand {
  color: #fafafa;
  background-color: var(--primary-color);
  font-size: 15px;
  font-weight: 400;
  padding-top: 12px;
  height: 45px;
}

.sidebar-light hr.sidebar-divider {
  border-top: 1px solid #eaecf4;
}

.sidebar-light .sidebar-heading {
  color: #b7b9cc;
}

.sidebar-light .nav-item .nav-link i {
  color: var(--primary-color);
  font-size: 12px;
}

.sidebar-light .nav-item .nav-link:active,
.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
  color: var(--primary-color);
  background-color: #fdf4f4;
  border-radius: 0;
}

.sidebar-light
  .kv-sidenav-bs4.kv-no-heading.nav-pills
  > .nav-item:first-child
  > .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.sidebar-light .nav-item .nav-link:active i,
.sidebar-light .nav-item .nav-link:focus i,
.sidebar-light .nav-item .nav-link:hover i {
  color: var(--texto-principal);
}

.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
  color: #ab162b;
}

.navbar-nav .kv-sidenav .active > a > span > .indicator {
  color: #444;
}
.kv-sidenav .nav a {
  padding-left: 9% !important;
}

.sidebar-light .nav-item .active {
  color: #444;
  font-weight: 600;
}

.sidebar-light .nav-item .active .nav-link {
  color: #666;
  background: #fff;
  font-weight: 400 !important;
}

.sidebar-light #sidebarToggle {
  background-color: #eaecf4;
}

.sidebar-light #sidebarToggle::after {
  color: #b7b9cc;
}

.sidebar-light #sidebarToggle:hover {
  background-color: #dddfeb;
}

.sidebar-dark .sidebar-brand {
  color: #fff;
}

.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-dark .sidebar-heading {
  color: rgba(255, 255, 255, 0.4);
}

.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-dark .nav-item .nav-link i {
  color: #d1d3e2;
}

.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
}

.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
  color: #fff;
}

.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
}

.sidebar-dark .nav-item.active .nav-link i {
  color: #fff;
}

.sidebar-dark #sidebarToggle {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-dark #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark #sidebarToggle:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.sidebar-dark.toggled #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}

.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-group-sm > .btn-icon-split.btn .icon,
.btn-icon-split.btn-sm .icon {
  padding: 0.25rem 0.5rem;
}

.btn-group-sm > .btn-icon-split.btn .text,
.btn-icon-split.btn-sm .text {
  padding: 0.25rem 0.5rem;
}

.btn-group-lg > .btn-icon-split.btn .icon,
.btn-icon-split.btn-lg .icon {
  padding: 0.5rem 1rem;
}

.btn-group-lg > .btn-icon-split.btn .text,
.btn-icon-split.btn-lg .text {
  padding: 0.5rem 1rem;
}

.card .card-header .dropdown {
  line-height: 1;
}

.card .card-header .dropdown .dropdown-menu {
  line-height: 1.5;
}

.card .card-header[data-toggle="collapse"] {
  text-decoration: none;
  position: relative;
  padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}

.card .card-header[data-toggle="collapse"]::after {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1.725rem;
  line-height: 51px;
  font-weight: 900;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
}

.card .card-header[data-toggle="collapse"].collapsed {
  border-radius: 0.35rem;
}

.card .card-header[data-toggle="collapse"].collapsed::after {
  content: "\f105";
}

.chart-area {
  position: relative;
  height: 10rem;
  width: 100%;
}

.chart-bar {
  position: relative;
  height: 10rem;
  width: 100%;
}

.chart-pie {
  position: relative;
  height: 15rem;
  width: 100%;
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

.bg-blue {
  background-color: #e8eaf6 !important;
}

.table-flush td,
.table-flush th {
  border-right: 0;
  border-left: 0;
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}

.card .table {
  margin-bottom: 0;
}

.card .table td,
.card .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.customer-message {
  border-bottom: 1px solid #e3e6f0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.customer-message:hover {
  background-color: #f8f9fc;
}

.customer-message a .message-title {
  padding-right: 1.3rem;
  padding-left: 1.3rem;
}

.customer-message a .message-time {
  padding-right: 1.3rem;
  padding-left: 1.3rem;
}

.customer-message a:hover {
  text-decoration: none;
}

.btn-outline-light {
  color: #373840;
}

.form-control:focus {
  border: 1px solid #6777ef;
}

.input-group-append span {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.input-group-prepend span {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

/* IMG USER */

.img-user-unicv {
  background: #ccc;
  border-radius: 0;
  width: 60px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--primary-color);
}

.img-user-unicv img {
  padding: 4px;
}

/* Gilex */

.img-user-unicv {
  background: #ccc;
  border-radius: var(--caixa-border-radios);
  width: 72px;
  border: 1px solid #eee;
  height: 72px;
  overflow: hidden;
}

.img-login-unicv {
  background: #fff;
  border-radius: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0px;
}

.MsoNormal,
.MsoListParagraphCxSpMiddle {
  text-indent: 0pt !important;
}

.img-user-unicv-table {
  background: #ccc;
  width: 32px;
  border: 1px solid #ddd;
  height: 32px;
  border-radius: 50%;
}

.conteudo .field-projetosearch-id input {
  padding: 8px 15px;
}

.conteudo .table-striped tbody tr:nth-of-type(odd) {
  background: #fff !important;
}

.conteudo .table tr td a {
  color: var(--texto-principal);
  text-decoration: none;
  transition: all 0.2s ease;
  transition: all 0.2s cubic-bezier(0, 0, 0.5, 1);
}

.conteudo .table tr td a:hover {
  color: var(--primary-color);
}

.conteudo .table > :not(:first-child) {
  border: 1px solid var(--border-color);
}

.box-fct,
.box-fcsha,
.box-fct-color,
.box-fcsha-color,
.box-faed-color,
.box-faed,
.box-eng-color,
.box-eng,
.box-saude,
.box-ecaa-color,
.box-ecaa,
.box-varios,
.box-ilf,
.box-ili,
.box-ic,
.box-camoes,
.box-ig,
.box-ceps,
.box-ciencia,
.box-musica,
.box-cice {
  text-align: left;
  max-width: 100%;
  padding: 12px 20px;
  overflow: hidden;
  color: #eee;
  display: inline-block;
  min-height: 94px;
  width: 100%;
  height: 100%;
}

.box-descricao {
  font-size: 12px;
  line-height: 16px;
  border-top: 1px solid #eee;
  overflow: hidden;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  opacity: 0.7;
  -webkit-box-orient: vertical;
}

.box-descricao:hover {
  opacity: 1;
}

.unidades a,
.unidades h4 {
  color: #eee;
  text-decoration: none;
}

.unidades .box-texto h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.unidades .numeros span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #f9f9f9;
}

.unidades .numeros {
  font-size: 10px;
  text-align: center;
}

.unidades .gerir {
  font-size: 18px;
  text-align: right;
  line-height: 32px;
}

.caixa-scroll {
  overflow: auto;
}

.caixa .grafico {
  text-align: center;
  padding: 20px;
}

.caixa .grafico img {
  width: auto;
  height: 220px;
  margin: 50px 0;
}

.unidades .caixa {
  height: 352px;
  overflow: hidden;
}

.caixa .grafico-uo-home {
  height: 95% !important;
  width: auto !important;
  max-width: 100% !important;
  text-align: center;
  margin: 0 auto;
}

.caixa label {
  margin: 15px 0 10px 0;
  font-size: 13px;
  color: var(--texto-principal);
  font-weight: 500;
}

.label-helper:after {
  content: "ℹ";
  color: #2980b9;
  margin: 0 4px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  border: 1px solid #487eb0;
  border-radius: 50%;
  height: 15px;
  display: inline-block;
  width: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 11px;
}

.caixa
  .select2-container--krajee-bs4
  .select2-selection--multiple
  .select2-selection__choice {
  color: var(--texto-principal);
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 12px;
}

.caixa input::placeholder,
.caixa ::placeholder {
  color: #bbb;
  font-weight: 300;
}

input[readonly],
input[readonly]:hover,
input[readonly]:focus {
  background: #eee;
}

.conteudo .input-group-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--texto-principal);
  padding: 8px 12px;
  border-radius: 0;
}

.select2-container--krajee-bs4 .select2-selection {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  color: var(--texto-principal);
  line-height: 14px;
  outline: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.caixa::-webkit-scrollbar,
.caixa-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.caixa::-webkit-scrollbar:vertical,
.caixa-scroll::-webkit-scrollbar:vertical,
body::-webkit-scrollbar:vertical {
  width: 6px;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.caixa::-webkit-scrollbar:horizontal,
.caixa-scroll::-webkit-scrollbar:horizontal,
body::-webkit-scrollbar:horizontal {
  height: 10px;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.caixa::-webkit-scrollbar:vertical:hover,
.caixa-scroll::-webkit-scrollbar:vertical:hover {
  width: 10px;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.caixa::-webkit-scrollbar-button:increment,
.caixa::-webkit-scrollbar-button,
.caixa-scroll::-webkit-scrollbar-button:increment,
.caixa-scroll::-webkit-scrollbar-button {
  display: none;
}

.disabled {
  opacity: 0.9;
  background: #fff9f9;
  cursor: not-allowed;
}

.disabled a {
  opacity: 0.5;
  cursor: not-allowed;
}

/*Inscricoes*/

.inscricoes .caixa-categoria-curso {
  border-right: 1px solid #eee;
  height: auto;
  min-height: 100%;
  align-items: center;
  display: flex;
}

.inscricoes .caixa-categoria-curso h1 {
  text-align: center;
}
.nova-linha {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #6c757d;
}
.inscricoes .bt-inscricoes {
  height: auto;
  /* min-height: 100%; */
  align-items: center;
  display: flex;
  text-align: center;
}

.inscricoes h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: var(--texto-principal);
}

.fixed-button {
  position: fixed;
  bottom: 20px;
  /* Ajuste a altura apropriada */
  right: 20px;
  /* Ajuste a largura apropriada */
  z-index: 1000;
  /* Certifique-se de que está acima de outros elementos */
}

td > .mb-3 {
  margin-bottom: 0 !important;
}

/* btn */
.u-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 2rem;
  color: var(--u-btn-color);
  border-radius: 50%;
}

.u-btn :hover {
  background: var(--u-btn-color-hover);
}

.u-btn-back {
  display: inline-flex;
  height: 100%;
  margin-left: -12px;
  padding-right: 8px;
}

/* end betn */

.fc-event,
.fc-event:hover {
  color: #000;
}

.fc-event,
.fc-event-dot {
  background-color: #fff;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 0px;
  border: none;
  border-left: 2px solid var(--primary-color);
  padding: 5px;
}

/* TIMILINE */
.timeline {
  border-radius: var(--caixa-border-radios);
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 20px;
  list-style: none;
  text-align: left;
  border: 1px solid #eee;
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color);
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid var(--primary-color);
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.destaque .nav-pills .nav-link.active,
.destaque .nav-pills .show > .nav-link {
  background: #ab162b;
}

/*Cartao de Estudante*/

.cartao-funcionarios .student_id {
  user-select: none; /* Impede que o texto seja selecionado */
  width: 300px;
  margin: 0 auto;
}

.cartao-funcionarios .student_info .name {
  font-size: 14px;
  text-align: center;
}
.student_id {
  user-select: none; /* Impede que o texto seja selecionado */
  width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.2s;
}

.user-view .carousel-indicators {
  bottom: -54px;
}

.user-view .carousel-indicators [data-bs-target] {
  cursor: pointer;
  background-color: #ab162b;
}

.student_id:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.top_section {
  position: relative;
  padding: 30px;
  background: #ab162b;
  color: white;
  overflow: hidden;
}

.top_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/svg/poligno.svg");
  background-size: cover;
  opacity: 0.3;
  z-index: 0;
}

.top_section > * {
  position: relative;
  z-index: 1;
}

.profile_photo {
  flex-shrink: 0;
}

.profile_photo img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
}
.bottom_section .qr img {
  height: 100px;
}

.student_id .qr p {
  font-size: 15px;
  letter-spacing: 4px;
}

.student_name {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.student_info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.student_info .name {
  font-size: 16px;
  text-transform: uppercase;
}

.cartao-funcionarios .student_info .name {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.cartao .carousel-control-next-icon,
.cartao .carousel-control-prev-icon {
  background-color: #ccc;
  background-size: 24px;
  border-radius: 0px;
}

.student_id .top h6 {
  font-size: 15px;
  letter-spacing: 1.2px;
  font-weight: 300;
}

.student_info .linha {
  width: 40px;
  height: 4px;
  margin: 20px 0 20px 0;
  display: block;
  background: #fff;
}

.student_info .age {
  font-size: 1.1em;
  margin-top: 5px;
}

.titulo-cartao {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.bottom_section {
  padding: 20px 30px;
}

.student_details {
  margin-top: 10px;
}

.student_details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.student_details li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #444;
}
/* Begin CKEditor customization */
.cke_chrome {
  border: 1px solid #eee !important;
  background: #eee !important;
  box-shadow: none !important;
  border-radius: 5px;
}
.cke_top {
  border-bottom: 1px solid #eee !important;
  background: #fff !important;
}
.cke_bottom {
  border-top: 1px solid #eee !important;
  background: #fff !important;
}
.cke_toolgroup {
  float: left;
  margin: 0 6px 5px 0;
  border: 1px solid #eee !important;
  border-bottom-color: #eee !important;
}
/* End CKEditor customization */

@media screen and (max-width: 450px) {
  #banner img {
    max-width: 75%;
    padding-top: 13%;
  }

  #content-wrapper .menu-adm {
    background: var(--primary-color);
  }

  .carousel-inner img {
    height: 150px;
  }

  .img-destaque img {
    height: 34px;
    width: auto;
  }

  img {
    max-height: none;
  }

  #content .conteudo {
    overflow: hidden;
    padding: 0 15px 0 15px;
    min-height: auto;
  }

  #banner {
    background-position: right;
  }

  .caixa .grafico img {
    width: auto;
    height: auto !important;
    margin: 50px 0;
  }
}

@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }

  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }

  .topbar .dropdown-list {
    width: 20rem !important;
  }

  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

@media screen and (max-width: 768px) {
  .sidebar.toggled {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1050;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #fff !important;
    transition: all 0.3s;
  }
  .sidebar.toggled ~ #content-wrapper {
    margin-left: 0 !important;
  }

  .banner .titulo-banner {
    padding: 6% 0 10px 0;
  }

  #content-wrapper .menu-adm .btn-link {
    line-height: 20px;
    margin-left: 18px;
    padding: 0;
    line-height: 31px;
  }

  .conteudo .breadcrumb {
    margin-bottom: 40px;
  }

  .timeline .caixa h5 {
    font-size: 13px;
    margin: 10px 0 5px 0;
  }

  #financeiro .caixa {
    padding: 15px;
  }

  .caixa {
    height: auto !important;
    padding: 15px;
    min-height: auto !important;
    overflow: hidden;
  }

  .minimo-tab {
    min-height: auto;
    padding: 13px;
  }

  .dash-investigadores .caixa h1 {
    font-size: 12px;
  }

  .destaque-portal .carousel-inner {
    height: auto;
  }

  .chart-area {
    height: 20rem;
  }
  .chart-bar {
    height: 20rem;
  }
  .chart-pie {
    height: calc(20rem - 43px) !important;
  }

  .timeline .event:after {
    left: -31.8px;
  }

  .timeline .event:before {
    left: 0px;
    text-align: left;
  }

  .timeline .event {
    padding-top: 30px;
  }

  .timeline {
    max-width: 98%;
    padding: 25px;
  }

  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }

  body p {
    text-align: left;
  }
}

@media (max-width: 1100px) {
  #container-wrapper {
    min-width: 100vw;
  }

  .sidebar.toggled {
    width: 100vw !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .sidebar.toggled .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
  }

  .sidebar.toggled .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-top: 0.4rem;
    margin-right: 0.5rem;
  }

  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }

  .sidebar.toggled .nav-item.active .nav-link {
    font-weight: 400;
  }

  .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 400;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
  }

  .sidebar.toggled
    .nav-item
    .nav-link[data-toggle="collapse"].collapsed::after {
    content: "\f105";
  }

  .sidebar.toggled .nav-item .collapse {
    position: relative;
    padding-left: 1rem;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-transition: height 0.15s ease;
    transition: height 0.15s ease;
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner {
    border-radius: 0.35rem;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  }

  .sidebar.toggled .nav-item .collapse,
  .sidebar.toggled .nav-item .collapsing {
    margin: 0 1rem;
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner,
  .sidebar.toggled .nav-item .collapsing .collapse-inner {
    padding: 0.5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-header,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:hover,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #eaecf4;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:active,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:active {
    background-color: #dddfeb;
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item.active,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #3f51b5;
    font-weight: 800;
  }

  .sidebar.toggled hr.sidebar-divider {
    margin: 1rem 0 1rem 0;
  }

  .sidebar.toggled .sidebar-heading {
    display: block;
    text-align: left;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
    letter-spacing: 0.13rem;
  }

  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: inline;
  }

  .sidebar {
    width: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .sidebar .sidebar-brand {
    overflow: hidden;
  }

  .sidebar .sidebar-brand .sidebar-brand-text {
    overflow: hidden;
  }

  .sidebar .sidebar-brand .sidebar-brand-icon img {
    overflow: hidden;
  }

  .sidebar hr.sidebar-divider {
    margin: 1rem 0 1rem 0;
  }

  .topbar .navbar-search {
    width: 100%;
  }
}
