.topArea {
}

.leftArea {
}

.rightArea {
}

.contentArea {
}

.bottomArea {
}

/* -------------------------------------------------------------------------- */
/*                                    Misc                                    */
/* -------------------------------------------------------------------------- */
.selectGroup .icon {
  color: #324555;
}

/* ------------------------------ Default Style ----------------------------- */
table .toggle-text {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

table .linkFullText {
  display: block;
}

table .toggle-text:hover {
  color: darkblue;
}

table .iconLink {
  display: block;
}

/* ------------------------------ Default Style ----------------------------- */

.imageMap,
.cardRecap {
  height: 75vh;
}

.option,
.year {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.selectOption,
.selectYear {
  width: 175px;
}

.fa-calendar-days {
  color: darkslategray;
}

.fa-filter {
  color: darkslategrey;
}

.fa-calendar-days,
.fa-filter {
  font-size: 24px;
}

.button_login {
  position: relative;
  width: 50%;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  background-color: #25a18e;
}
