.popup-inner-bc {
    background: linear-gradient(0deg, #000000d4, #353535ad) !important;
    border: 10px solid rgb(39 39 39) !important;
    backdrop-filter: blur(6px) !important;
    border-radius: 10px !important;
}
.yellow-button {
  background-color: yellow;
}
 
.yellow-button:hover {
  background-color: grey;
  color: white;
}