/* Paysofter.css */

.test-mode {
  top: 8px;
  right: 8px;
  background-color: red; 
  color: white;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
}

.live-mode {
  top: 8px;
  right: 8px;
  background-color: green; 
  color: white;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
}
