html {
  background: url("https://css.vengefulsyndicate.com/theme.park/Resources/blur-noise.png"), #131313 center center/cover no-repeat fixed;
}

body {
  background: url(https://css.vengefulsyndicate.com/theme.park/Resources/blur-noise.png), #202020 center center/cover no-repeat fixed;
  color: #ffffff;
  border-bottom: 1px solid black;
}

div.backgreypublicpayment {
  background: url("https://css.vengefulsyndicate.com/theme.park/Resources/blur-noise.png"), #131313 center center/cover no-repeat fixed;
  padding: 20px;
  border-bottom: 1px solid #000;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

#tablepublicpayment {
  border: 2px solid #000 !important;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: rgb(0 0 0 / 30%);
}

div.buttonpayment {
  border: 2px solid #000;
  background-color: #ccc;
  color: #000 !important;
  border-radius: 8px;
}

div.buttonpayment:hover {
  border: 2px solid #000;
  background-color: #fff;
  color: #333 !important;
  border-radius: 8px;
}

#dolpaymenttable {
  border: 2px solid black;
  padding: 20px;
  border-radius: 8px;
  background: rgb(22 22 22 / 50%);
  margin-top: 20px;
} 

/* #dolpaymenttable > tbody > tr:nth-child(3) {
  background: #161616;
} */

/* #tablepublicpayment */