/* #region Content-Table */
.content__table {
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0px 0px 14px 7px rgba(102, 89, 188, 0.04), 0px 0px 9px -5px rgba(102, 89, 188, 0.6);
  border-radius: 20px;
  overflow: auto;
}
table {
  text-align: left;
}
.table-input {
  border-radius: 10px;
  border: 1px solid #aaa;
  padding: 4px 11px;
  font-size: 16px;
  outline-color: rgba(251, 123, 157, 0.5);
}
.table-input:focus {
  box-shadow: 0px 0px 5px 2px rgba(251, 123, 157, 0.25);
}

.table-input_red {
  color: #fff;
  /* background-color: #FB7B9D; */
  background-color: rgb(251, 123, 157, 0.5);
  border-radius: 10px;
  border: 1px solid #aaa;
  padding: 4px 11px;
  font-size: 16px;
  outline-color: rgba(251, 123, 157, 0.5);
}
.table-input_red:focus {
  box-shadow: 0px 0px 5px 2px rgba(251, 123, 157, 0.25);
}
/* #endregion */
