button {
  color: var(--primary-color);
  cursor: pointer;
  margin: 0.25rem !important;
}
button:disabled {
  cursor: not-allowed;
}
button:focus {
  outline: 1px solid var(--primary-color);
  outline-offset: 2px;
}
button::-moz-focus-inner {
  border: 0;
}

input {
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0.25rem;
  border-width: 1px;
  border-style: solid;
  height: 2.5rem;
}
input:focus {
  outline: none !important;
  box-shadow: 0 0 0 1px var(--primary-color), 0 0 0 1px var(--primary-color);
}
input::-moz-focus-inner {
  border: 0;
}

textarea:focus {
  outline: none !important;
  box-shadow: 0 0 0 1px var(--primary-color), 0 0 0 1px var(--primary-color);
}
textarea::-moz-focus-inner {
  border: 0;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#root {
  height: 100%;
}

.reactiveTimelineOverlay {
  position: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  background: rgba(77, 92, 116, 0.4);
}

.activity-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70%;
  justify-content: space-between;
}

@media all and (min-width: 768px) {
  .activity-container {
    min-height: 150px;
  }
}

.activity-header {
  font-size: 1.5rem;
  font-weight: 900;
  height: 20%;
  text-align: center;
  padding: 0;
}

@media all and (min-width: 768px) {
  .activity-header {
    font-size: 2em;
    width: 75%;
  }
}

.activity-content {
  justify-content: space-around;
  align-items: center;
  text-align: center;
  height: 70%;
  padding: 1em 0 1em 0;
}

@media all and (min-width: 768px) {
  .activity-content {
    width: 40%;
  }
}

.activity-content div i {
  padding-top: 1rem;
}

.activity-content div i {
  padding-right: 0.5rem;
}

.activity-question {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  height: 10%;
}

.main-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}

.header-text {
  display: flex;
  justify-content: center;
  width: 120pt;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}

.header-container {
  display: flex;
  justify-content: center;
  flex: 1 0 100px;
}

.container-body {
  display: flex;
  flex: 10 1;
  flex-direction: column;
}

.container-activity-body {
  height: 80%;
}

.container-activity-response-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100px;
  flex-direction: column;
}

.activity-icon-container {
  display: flex;
}

.activity-icon-container-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 1.75rem;
}

.activity-icon-title {
  padding-top: 1rem;
}

.activity-chapter-body {
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
}

@media all and (min-width: 768px) and (min-height: 767) {
  .activity-chapter-body {
    font-size: 1rem;
    margin: 1rem 0 1rem 0;
  }
}

.activity-chapter-list {
  list-style-type: none;
  list-style: none;
  padding: 0;
}

.activity-chapter-list li {
  padding-top: 0.25rem;
}

@media all and (min-width: 768px) {
  .activity-chapter-list li {
    padding-top: 1rem;
  }
}

.activity-chapter-title-larger {
  flex: 0 1 auto;
  font-weight: 900;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}

@media all and (min-width: 768px) {
  .activity-chapter-title-larger {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
}

.red-text {
  color: #d42731;
}

.custom-carousel div::-webkit-scrollbar {
  width: 0 !important;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 320px;
  overflow-x: hidden;
}

#root {
  height: 100%;
}

#root + div {
  height: 100%;
}

.ReactModal__Body--open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 2.5rem;
  margin: 0;
}

h2 {
  font-size: 1.5625rem;
  margin: 0;
}

h3 {
  font-size: 1.25rem;
  margin: 0;
}

h4 {
  font-size: 1.125rem;
  margin: 0;
}


/*# sourceMappingURL=main.82cf5b2a.css.map*/