@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.btn-circulo {
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  font-weight: bold;
  font-size: medium;
  color: white;
}

.btn-tema {
  border: none;
  padding: 3px 6px;
  font-size: 13px;
}

.card-semana {
  border: 1px solid #dee2e6;
  padding: 15px;
  background-color: #f8f9fa;
}

.item-rotulo {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-rotulo:hover {
  background-color: #c6a9cf;
  cursor: text;
}

.rotulo {
  padding: 5px;
  font-size: 14px;
  border: 1px solid gray;
  color: gray;
}

.rotulo-presencial {
  background-color: #8c1af6;
  border: none;
  color: white;
}

.rotulo-sincrono {
  border: 1px solid #7a42a0;
  color: #8c1af6;
}

.btn-tema-selecionado {
  background-color: #431f5c !important;
}

.teste {
  background-color: #431f5c !important;
  color: white;
  font-weight: bold;
  animation: pulse 0.8s infinite;
}

.radius-padrao {
  border-radius: 4px;
}

.bg-roxo {
  background-color: #7a42a0 !important;
}

#container-cron-semestre {
  padding: 5px;
  border-radius: 4px;
}

.rotulo-periodo-semana {
  border: 1px solid #f8f9fa;
  border-radius: 4px;
  color: #555555;
  padding: 3px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
