:root {
  --w-color-primary: #294a96;
  --w-color-primary-200: #203b78;
  --w-color-secondary: #dd9765;
  --w-color-secondary-600: #da5d04;
  --w-color-secondary-400: #d56e23;
  --w-color-secondary-100: #e1a174;
  --w-color-secondary-75: #e5ac84;
  --w-color-secondary-50: #e7bda0;
}

.login .content-wrapper {
  background-color: #eaeaea;
}

#id_is_superuser-label, #id_is_superuser-helptext, #id_is_superuser {
  display: none;
}

.w-theme-light .color-primary {
  color: #294a96;
}

.w-theme-dark .color-primary {
  color: #c8c8c8;
}

.generic-listing {
  height: 100vh;
  overflow-x: auto;
}

.generic-listing > table {
  overflow: auto;
}

.generic-listing table tr {
  white-space: nowrap;
}

.icon-button-inspect {
  height: 1.2em !important;
  width: 1.2em !important;
}

.payment-state-icon-container > svg {
  border-radius: 25px;
  font-size: 19px;
  color: white;
}

.payment-state-icon-container.bg-green > svg {
  background: green;
}

.payment-state-icon-container.bg-orange > svg {
  background: orange;
}

.payment-state-icon-container.bg-red > svg{
  background: red;
}

.payment-state-icon-container.bg-grey > svg{
  background: #d9d9d9;
  color: black;
}

.text-center {
  text-align: center;
}
