.interface-button {
  background-color: #ef4135 !important;
  border-color: #ef4135 !important;
  height: 36px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  font-size: .875rem;
  border-radius: 4px;
  letter-spacing: .0892857143em;
  font-weight: 500;
  padding: 0 16px;
  color: #fff;
  margin: 1px 4px;
}

.interface-grey-button {
  background-color: #616161 !important;
  border-color: #616161 !important;
  height: 36px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  font-size: .875rem;
  border-radius: 4px;
  letter-spacing: .0892857143em;
  font-weight: 500;
  padding: 0 16px;
  color: #fff;
  margin: 1px 4px;
}

.interface-secondary-button {
  background-color: #00000000 !important;
  border: 1px solid #ef4135 !important;
  height: 36px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  font-size: .875rem;
  border-radius: 4px;
  letter-spacing: .0892857143em;
  font-weight: 500;
  padding: 0 16px;
  color: #ef4135;
  margin: 1px 4px;
}

.interface-menu{
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  margin: 1px 4px;
  text-transform: uppercase;
  color: #000;
  background-color: #f5f5f5;
  height: 48px;
  border-bottom: 3px solid black;
  font-weight: 600;
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}