.wrapper {
  width: 100%;
  height: 100%;
}

.centerContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.columnContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
}

.headerSimpleRow {
  background: #162027;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.headerTitle {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
}

.menuNav {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width:10em;
  padding: 0.5em;
  cursor: pointer;
  border-radius: 20px;
}

.selectedMenuNav {
  color: #cc111b;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width:10em;
  padding: 0.5em;
  border-radius: 20px;
  background: white;
}

.menuNavColumn {
  background: #162027;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.menuNavRow {
  background: #162027;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
}

.divMenuColumn {
  margin-top: 1em;
  padding:  1em;
}

.divMenuRow {
  margin-left: 1em;
  padding:  1em;
}

.divLine {
  margin-bottom: 1em;
}

.divRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.divColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.divSeparator {
  margin-top: 1em;
  margin-bottom: 1em;
  background: #988982;
  width:80%;
  height: 1px;
  border: 1px solid #988982;
}

.headerTitle {
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.pageTitle {
  align-content:flex-start;
  font-size: 26px;
  margin-top:1em;
  margin-bottom: 1.5em;
}

.sectionTitle {
  font-size: 22px;
  margin-bottom: 0.5em;
}

.inputText {
  border-radius: 20px;
  font-size: 16px;
  padding: 1em;
}

.inputFile {
  display: none;
}

.invalidFeedback {
  font-size: 13px;
  color: red;
}

.classicLink {
  font-size: 14px;
  color: #162027;
}

.editLabel {
  display:inline-block;
  font-size: 18px;
  padding: 1em;
}

.appButton {
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em;
  width: 20em;
  background-color: #cc111b;
  border-radius: 25px;
}

.smallAppButton {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 0.5em;
  width: 12em;
  background-color: #cc111b;
  border-radius: 25px;
}

.miniAppButton {
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0.5em;
  width: 8em;
  background-color: #cc111b;
  border-radius: 25px;
}

.logout {
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 3em;
}

.tableLineContainer {
  border-radius: 8px;
  border: 2px solid grey;
  display: flex;
  flex-direction: row;
}

.tableLineTitle {
  padding: 0.5em;
  display: inline-block;
  width: 15em;
  font-size: 16px;
  font-weight: bold;
}

.tableLineInfo {
  padding: 0.5em;
  display: inline-block;
  width: 15em;
  font-size: 16px;
}
