/* colors */
/* primary colors green */
/* $primary-color-light: #11AA33 */
/* $primary-color-base: #27C54D */
/* $primary-color-dark: #4DEB49 */
/* body */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
html, body {
  background-color: #ECF0F3;
  padding: 0;
  margin: 0;
  font-family: "Poppins", Roboto, sans-serif;
  color: #5E6981;
}

textarea:focus, input:focus {
  outline: none;
}

.header {
  width: 100%;
  margin: 0;
  background: #ECF0F3;
  box-shadow: 0 4px 4px #D2D8E5;
  height: 7rem;
}

.headerContainer, .subNavigation {
  width: 90%;
  padding: 0 2rem;
  margin: auto;
}

.footer {
  width: 100%;
  position: fixed;
  padding: 2rem 0 0;
  bottom: 0;
  height: 6rem;
  border-top: #27C5C5 solid 1px;
  background-color: #ECF0F3;
}

.navigation {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.subNavigation {
  display: flex;
  justify-content: space-around;
}
.subNavigation p {
  font-weight: 500;
  color: #9FA8BC;
}

.active {
  color: #5E6981 !important;
}

.navigationButtons {
  height: 4rem;
  width: 4rem;
  border: none;
  border-radius: 100px;
}

.activated {
  background: linear-gradient(135.48deg, #11A1AA 11.87%, #49EBE1 86.25%);
  border: 1px solid #27C5C5;
}

.confirmTimeContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirmTimeContainer p {
  font-weight: 500;
}

.confirmTimeButton {
  height: 3rem;
  width: 3rem;
  background: #ECF0F3;
  box-shadow: -4.6696px -4.6696px 9.33921px #FFFFFF, 4.6696px 4.6696px 9.33921px #D2D8E6;
  border: none;
  border-radius: 100px;
}

.monthAndYear {
  width: 80%;
  margin: 3rem auto 0;
  display: flex;
}

.yearContainer, .monthContainer {
  display: flex;
  flex-direction: column;
  margin: 0 3rem 0 0;
}

.yearTitle, .monthTitle {
  font-weight: 500;
  color: #9FA8BC;
  font-size: 15px;
  margin: 0;
}

.actualYear, .actualMonth {
  font-weight: 500;
  color: #5E6981;
  font-size: 25px;
  margin: 0;
}

/*# sourceMappingURL=monthlyReport.css.map */
