.bullet-correct {
  color: green;
  background-color: green;
  border-radius: 10%;
  width: 20px !important;
  height: 20px !important;
  margin-right: 20px;

}
.bullet-incorrect {
  color: red;
  background-color: red;
  border-radius: 10%;
  width: 20px;
  height: 20px !important;
  margin-right: 20px;
}
.bullet-unanswered {
  color: #ffc107;
  background-color: #ffc107;
  border-radius: 10%;
  width: 20px;
  height: 20px !important;
  margin-right: 20px;
}

.background-resultados {
  background-color: #f3f1f1;
  display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
}

.card-resultados {
  width: 100%;
  margin: 12px 0px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #a0a0a0;
}

.card-icon {
  padding: 12px 20px;
}

.card-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 40px;
}

.card-resultados-title-text {
  display: block;
  font-size: 1.75rem;
  color: #272626;
  text-align: right;
  line-height: 1.1;
}

.card-resultados-content-text {
  color: #163e5b;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  text-align: right;
}

/** Performance **/

.card-resultados-performance {
  width: 100%;
  margin: 12px 0px;
  background-color: white;
  border-radius: 8px;
}

.card-performance {
  padding: 12px 24px;
  margin: 12px 24px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
}

.span-performance {
  color: #7e7e7e;
  font-weight: 600;
}

.p-performance {
  font-size: 1.2rem;
  color: black;
  font-weight: 600;
  overflow: hidden;
  height: 2.5rem;
  text-overflow: ellipsis;
}

.p-performance-ce {
  font-size: 1.2rem;
  color: black;
  font-weight: 600;
  overflow: hidden;
  /* height: 3.6rem; */
  text-overflow: ellipsis;
}

.text-promedio-general {
  text-transform: uppercase;
  color: #424141;
  line-height: 1;
}

.text-promedio-number {
  font-size: 2.5rem;
  font-weight: bold;
}

.text-pruebas-realizadas {
  color: #2acf7c;
  font-weight: bold;
  font-size: 2.5rem;
}

.content-nota {
  padding: 8px 40px;
}

.content-nota p {
  text-align: center;
  line-height: 1.1;
  font-size: 0.9rem;
  color: #5e5e5e;
}

.background-calificacion {
  border: 1px solid #4e1c7c !important;
}

.txt-calificacion {
  text-transform: uppercase;
}

.background-res-correcta {
  border: 2px solid #10914a !important;
}

.background-res-incorrecta {
  border: 2px solid #973507 !important;
}

.background-res-sin-responder {
  border: 2px solid #444444 !important;
}

.background-porcentaje {
  border: 2px solid #02461c !important;
}

.background-duracion {
  border: 2px solid #050b5c !important;
}

.background-res-correcta,
.background-res-incorrecta,
.background-res-sin-responder,
.background-porcentaje,
.background-duracion {
  margin-top: 8px;
  margin-bottom: 4px;
}

.custom-margin {
  margin-top: 90px !important;
}

.muestra-preguntas-prueba-individual {
  background-color: #fff;
}

#muestraPreguntas {
  margin-top: 8px;
  padding: 0 8px;
  margin-left: 8px !important;
}

@media screen and (max-width: 480px) {
  .custom-margin {
    margin-top: 20px !important;
  }

  .img-asignatura {
    height: 300px !important;
    margin-bottom: 20px;
  }
}
