/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.login_table_title {
  max-width: 0px;
  color: #eee !important;
  padding-bottom: 20px;
  text-shadow: 1px 1px #444;
  display: none;
}

div.backgreypublicpayment {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 1005;
}

.backgreypublicpayment a {
  color: var(--colorblack) !important;
  opacity: 0.9;
  display: none;
}

div.ticketform .index_display {
  display: inline-block;
  width: 200px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  margin: 20px;
  text-transform: uppercase;
}