#app.main-content {
  background-color: #e9e9e9;
}

@media (max-width: 1400px) {
  #app.main-content {
    padding: 0 15px;
  }
}

.row-main .card-menu {
  border-radius: 12px;
}

.row-main .card-content {
  border-radius: 15px;
}

.row-main .card-content .card-header {
  border-radius: 15px 15px 0px 0px;
}

.row-main .card-content .card-aluno,
.row-main .card-content .card-stats {
  -webkit-box-shadow: 0px 0px 13px 4px rgba(197, 197, 197, 0.4);
  box-shadow: 0px 0px 13px 4px rgba(197, 197, 197, 0.4);
}

@media (min-width: 769px) {
  .col-avaliacoes {
    max-width: 18vw;
    flex: 0 0 25%;
  }
}

#table-progresso th:not(:first-child),
#table-progresso td:not(:first-child) {
  background-color: #fafafa;
}

.rounded-pill {
  border-radius: 50rem !important;
}
