.card.cards-inicial .card-body {
  border-radius: 10px 10px 0px 0px;
}

.card.cards-inicial .card-footer {
  border-radius: 0px 0px 10px 10px;
}

.card.cards-inicial .card-body,
.card.cards-inicial .card-footer {
  padding: 15px 17px;
  background-color: #f1f1f1;
}

.card.cards-inicial .card-body h1 {
  font-size: 3rem;
  font-weight: 400;
}

.card.cards-inicial .card-body p.small {
  font-size: 0.85rem;
}

.card.cards-inicial .card-footer a.small {
  font-size: 0.85rem;
}

select {
  color: #000 !important;
}

select option {
  color: #000 !important;
}

.row-dados {
  background-color: #f4f4f4;
  border-radius: 15px;
  padding: 15px 20px;
}

.row-dados .row-info h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #525f7f;
}

.row-dados .row-info i {
  font-size: 2.7rem;
  color: #4f9ce6;
}

.row-dados .row-info p {
  font-weight: 600;
}

.resultados h1.titulo {
  font-size: 2rem;
  font-weight: 800;
  color: #4f9ce6;
}

.resultados h1 {
  font-weight: 600;
  color: #777;
}

.resultados h2 {
  font-size: 1.3rem;
  color: #555;
}

.resultados h1 span {
  font-size: 2rem;
  color: #b7d033;
}

.resultados p {
  font-size: 1rem;
  font-weight: 600;
  color: #777;
}

.resultados p strong {
  font-size: 1.3rem;
  font-weight: 800;
  color: #777;
}

.nav-wrapper .nav-pills .nav-item .active {
  background-color: #b7d033;
}

.toggle input[type="checkbox"] {
  position: relative;
  width: 170px;
  height: 40px;
  background-color: #b7d033;
  -webkit-appearance: none;
  border-radius: 5px;
  outline: none;
  transition: 0.3s;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.toggle input:checked[type="checkbox"] {
  background-color: #b7d033;
}

.toggle input[type="checkbox"]::before {
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  width: 85px;
  height: 36px;
  border-radius: 5px;
  background-color: #fff;
  transition: 0.3s;
}

.toggle input:checked[type="checkbox"]::before {
  left: 83px;
}

.toggle {
  position: absolute;
  display: inline;
  top: -20px;
}

.toggle label {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
}

.toggle .onbtn {
  bottom: 10px;
  left: 15px;
}

.toggle .offbtn {
  bottom: 10px;
  right: 14px;
}

.analise-title h3 {
  font-weight: 400;
}

.analise-title h3 span {
  font-size: 2.3rem;
  font-weight: 600;
  color: #4f9ce6;
}

.analise-title p {
  font-weight: 600;
  color: #000;
}

.analise-title p span.padrao {
  background-color: #b7d033;
  padding: 4px;
  letter-spacing: 1px;
  color: #fbfbfb;
}

.row-title h4 {
  font-size: 1.25rem;
}

.proficiencia h3 {
  font-size: 1.2rem;
}

.proficiencia h3 span {
  background-color: #b7d033;
  padding: 4px;
  color: #fbfbfb;
}

.proficiencia p.small {
  font-size: 0.82rem;
  margin-top: -5px;
}

.proficiencia p span {
  font-weight: 600;
  color: #000;
}

.proficiencia i {
  font-size: 1.5rem;
  color: #cfcfcf;
}

.col-graficos {
  background-color: #fff;
  border-radius: 2px;
}

.grafico-title {
  color: #4f9ce6;
  margin: 15px 10px;
}

.button-question {
  background: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  color: #4f9ce6;
}

.row-border {
  border-right: solid 1px rgba(119, 119, 119, 0.8);
}

.legenda-escala {
  margin-top: 2rem;
}

.row-legenda h2 {
  color: #4f9ce6;
}

.legenda-escala h3 {
  font-size: 1.1rem;
}

.legenda-escala h3 i {
  font-size: 1.4rem;
}

.legenda-escala p {
  width: 85%;
  font-size: 0.95rem;
  line-height: 1.35rem;
}

#modalCreate .modal-body {
  padding-top: 0px;
}

.bg-avancado {
  background-color: rgb(84, 180, 0);
}
.bg-basico {
  background-color: rgb(255, 103, 1);
}
.bg-proficiente {
  background-color: rgb(253, 230, 32);
}
.bg-insuficiente {
  background-color: rgb(220, 38, 38);
}
.bg-cinza {
  background-color: rgb(229, 231, 235);
}

.text-avancado {
  color: rgb(84, 180, 0);
}
.text-proficiente {
  color: rgb(253, 230, 32);
}
.text-basico {
  color: rgb(255, 103, 1);
}
.text-insuficiente {
  color: rgb(220, 38, 38);
}

table.table-boby th {
  font-size: 0.7rem;
  color: #000 !important;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}
table.table-boby tbody tr:nth-child(odd) {
  background-color: #c5d4c0;
}
table.table-boby tbody tr:nth-child(even) {
  background-color: #ecf1e9;
}
table.table-boby tbody td {
  font-size: 0.95;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}

.max-h-screen {
  max-height: 100vh;
}