.TButton {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white;
  padding: 10px auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  max-height: 26px;
  white-space: nowrap;
  border-radius: 3px;
}

.ProfileViewSelectionButton {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white;
  padding: 10px auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  max-height: 26px;
  white-space: nowrap;
  cursor: pointer;
}

.StatistcRowBtn {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white;
  padding: 10px auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  max-height: 26px;
  white-space: nowrap;
}

.SmallButton {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  max-height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.TButton:hover {
  background-color: #4caf50;
  /* Green */
  color: white;
}

.SmallButton:hover {
  background-color: #4caf50;
  /* Green */
  color: white;
}

.TButton:active {
  background-color: #48a74b;
  /* Green */
}

.SmallButton:active {
  background-color: #48a74b;
  /* Green */
}

.DeleteButton {
  background-color: #da2525;
  /* Green */
  border: none;
  color: white;
  padding: 10px auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
}

.SmallDeleteButton {
  background-color: #da2525;
  /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  max-width: 150px;

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;

  border-radius: 3px;

}

.DeleteButton:hover {
  background-color: #a70000;
}

.SmallDeleteButton:hover {
  background-color: #a70000;
}

.DeleteButton:active {
  position: relative;
  top: 1px;
}

.MessageBoxButton {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white;
  padding: 10px auto;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  max-height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  flex-grow: 1;
}

.MessageBoxButton:hover {
  background-color: #4caf50;
  /* Green */
}

.MessageBoxButton:active {
  background-color: #4caf50;
  /* Green */
}

.BasicDelBtn {
  display: inline-block;
  position: relative;
  text-align: center;
  height: auto;
  width: auto;
  text-align: center;
  cursor: pointer;
  margin: auto 0px;
  margin-right: 15px !important;
  color: #771212;
}

.BoxShadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.C50 {
  width: 50px;
}

.C80 {
  width: fit-content;
}

.C100 {
  width: 100px;
}

.C200 {
  width: 200px;
}

.C300 {
  width: 300px;
}

.SmallLabelButton {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: flex;
  text-align: center;
}