.normal-button, .normal-button:active {
  background-color: #ff5924;
  margin-right: 5px;
  min-height: 40px;
  min-width: 100px;
  color: #ffffff;
  font-size: 12.8px;
  font-weight: bold;
  border: 0;
}

.normal-button:not(:disabled):not(.disabled).active, .normal-button:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: #363636;
  border-width: 50px;
  box-shadow: none;
  outline: none;
}

.normal-button:not(:disabled):not(.disabled).active:focus, .normal-button:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.normal-button:focus {
  background-color: #ff5924;
  color: #ffffff;
  border-width: 0;
  box-shadow: none;
  outline: none;
}

.normal-button:hover {
  background-color: #232323;
  color: #ffffff;
  border-width: 0;
  box-shadow: none;
  outline: none;
}

.edge-button, .edge-button:active {
  background-color: #ffffff;
  min-height: 40px;
  max-height: 40px;
  margin: 0 5px 0px 5px;
  padding: 8px;
  min-width: 60px;
  color: #ff5924;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  font-size: 10px;
}

@media (min-width: 400px) {
  .edge-button, .edge-button:active {
    background-color: #ffffff;
    min-height: 40px;
    margin: 0 5px 0px 5px;
    min-width: 120px;
    color: #ff5924;
    font-size: 12.8px;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    font-size: 12px;
  }
}

.edge-button:not(:disabled):not(.disabled).active, .edge-button:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: #363636;
  outline: 0;
  border-width: 0;
}

.edge-button:not(:disabled):not(.disabled).active:focus, .edge-button:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.edge-button:focus {
  background-color: #ffffff;
  color: #ff5924;
  border-width: 0;
  box-shadow: none;
  outline: none;
}

.edge-button:hover {
  background-color: #232323;
  color: #ffffff;
}

.rounded-button, .rounded-button:focus, .rounded-button:visited, .rounded-button:active, .rounded-button:not(:disabled):not(.disabled).active:focus, .rounded-button:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  background-color: #2d0675;
  border-radius: 15px;
  min-width: 120px;
  outline: 0px;
  font-weight: bold;
  box-shadow: none;
}

/* Fit version of rounded button- Smaller Min-Width */

.normal-button, .normal-button:active {
  background-color: #ff5924;
  margin-right: 5px;
  min-height: 40px;
  min-width: 100px;
  color: #ffffff;
  font-size: 12.8px;
  font-weight: bold;
  border: 0;
}

.normal-button:not(:disabled):not(.disabled).active, .normal-button:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: #363636;
  border-width: 50px;
  box-shadow: none;
  outline: none;
}

.normal-button:not(:disabled):not(.disabled).active:focus, .normal-button:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.normal-button:focus {
  background-color: #ff5924;
  color: #ffffff;
  border-width: 0;
  box-shadow: none;
  outline: none;
}

.normal-button:hover {
  background-color: #232323;
  color: #ffffff;
  border-width: 0;
  box-shadow: none;
  outline: none;
}

.edge-button, .edge-button:active {
  background-color: #ffffff;
  min-height: 40px;
  max-height: 40px;
  margin: 0 5px 0px 5px;
  padding: 8px;
  min-width: 60px;
  color: #ff5924;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  font-size: 10px;
}

@media (min-width: 400px) {
  .edge-button, .edge-button:active {
    background-color: #ffffff;
    min-height: 40px;
    margin: 0 5px 0px 5px;
    min-width: 120px;
    color: #ff5924;
    font-size: 12.8px;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    font-size: 12px;
  }
}

.edge-button:not(:disabled):not(.disabled).active, .edge-button:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: #363636;
  outline: 0;
  border-width: 0;
}

.edge-button:not(:disabled):not(.disabled).active:focus, .edge-button:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.edge-button:focus {
  background-color: #ffffff;
  color: #ff5924;
  border-width: 0;
  box-shadow: none;
  outline: none;
}

.edge-button:hover {
  background-color: #232323;
  color: #ffffff;
}

.rounded-button, .rounded-button:focus, .rounded-button:visited, .rounded-button:active, .rounded-button:not(:disabled):not(.disabled).active:focus, .rounded-button:hover, .rounded-button:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  background-color: #2d0675;
  border-radius: 15px;
  min-width: 120px;
  outline: 0px;
  font-weight: bold;
  box-shadow: none;
  border-color: transparent;
}

.rounded-button:active {
  opacity: 0.8;
}

.rounded-button:disabled, .rounded-button[disabled] {
  background-color: #2d0675;
  pointer-events: none;
}

