body,
html {
  height: 100%;
}

.footer-section {
  background-color: black;
  color: #fefefe;
  padding-top: 30px;
  padding-bottom: 90px;
  margin-top: 10px;
}

.body-section {
  min-height: 100%;
  padding-top: 50px;
}

.question-text {
  font-weight: 500;
  font-size: 1.5rem;
}

.bolded-extra{
  font-weight: 900;
}

.default-question-row {
  border-color: rgba(118, 118, 118, 0.3);
  border-style: solid;
  border-width: 4px;
  border-radius: 8px;
}

.exam-mode-selected-answer-row {
  border-color: #000000;
  border-style: solid;
  border-width: 4px;
  border-radius: 8px;
}

.correct-question-row {
  border-color: #56cc9d;
  background-color: rgba(120, 224, 143, 0.3);
  border-style: solid;
  border-width: 7px;
  border-radius: 8px;
}

.margin-r-3px {
  margin-right: 3px;
}

.question-row {
  cursor: pointer;
}

.flip-card {
  background-color: white;
  border-color: #767676;
  border-style: solid;
  border-width: 3px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 8px;
}

.centered-image {
  margin: auto;
  display: block;
}

.question-button-text {
  font-weight: bold;
  font-size: 1.5rem;
}

.description-text {
  font-size: 1.25rem;
  font-weight: 600;
}

.text-xsm {
  font-size: 0.5rem;
}

.text-sm {
  font-size: 0.75rem;
}

.progress {
  background-color: #767676;
}

.radio-text {
  font-weight: 400;
  font-size: 1.125rem;
}

.explanation {
  border-color: rgba(118, 118, 118, 0.3);
  border-style: solid;
  border-width: 4px;
  border-radius: 8px;
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
}

.explanation-hide {
  display: none;
  visibility: hidden;
}

.hide-content {
  display: none;
  visibility: hidden;
}

.loading-spinner {
  margin-left: 7px;
}

.logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 5px;
  font-style: italic;
}

.bug-button {
  margin-left: 10px;
}

.smartbanner {
  z-index: 1000;
  color: #333;
  padding: 10px;
  border-bottom: 3px solid #ccc;
}

.one-time-payment {
  font-weight: 900;
}

.bug-paragraph {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

.next-text {
  padding-right: 10px;
}

.legal-disclaimer{
  font-size: 8px;
}

.check-list {
  list-style: none;
  font-size: 16px;;
  padding: 0;
  margin: 0;
}

.check-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.check-list i {
  margin-right: 1rem;
}

.front-list-icon{
margin-right: 1rem;
font-size: 20px;
}

/* # */

img[src*="#styled-markdown-image"] {
  width:100%;
}
