.grecaptcha-badge { visibility: visible !important; z-index: 999; }  ::-webkit-scrollbar { width: 10px;  }  ::-webkit-scrollbar-track { background: #f1f1f1;  }  ::-webkit-scrollbar-thumb { background: #4354c7;  border-radius: 0;  border: none;  margin: 0;  }  ::-webkit-scrollbar-thumb:hover { background: #333399;  }  html { scrollbar-width: thin; scrollbar-color: #4354c7 #f1f1f1; }