.themed-grid-col {
  padding: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
  width: 150px;
}

.themed-container {
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 123, 255, 0.15);
  border: 1px solid rgba(0, 123, 255, 0.2);
}

.mb-3 {
  margin-bottom: 1rem !important;
  display: flex;
}

.siv-col-1 {
  width: 50px;
  text-align: center !important;
}

.row {
  margin: auto !important;
}
