.nss-button1.disabled {
  color: var(--bs-tertiary-bg);
  background-color: #30353B;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
  cursor: wait;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.34);
}

.nss-button1.disabled:hover {
  color: var(--bs-tertiary-bg);
  background-color: #30353B;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
  cursor: wait;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.34);
}

.nss-button1 {
  color: var(--bs-tertiary-bg);
  background-color: #30353B;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 19px rgba(0,0,0,0.34);
}

.nss-button1:hover {
  color: #ffa500;
  background-color: #373C42;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nss-button2 {
  color: rgb(255,255,255);
  background-color: #282d32;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.nss-button2:hover {
  color: #ffa500;
  background-color: #31373d;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nss-button3 {
  color: var(--bs-tertiary-bg);
  background-color: rgb(40,45,50);
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.nss-button3:hover {
  color: #ffa500;
  background-color: rgb(44,49,54);
  transition: background-color 0.2s ease, color 0.2s ease;
}

