#id_rbEldrf {
    background-color: white !important;
}
img[src*="logo"] {
  transition: transform 0.3s ease;
}

img[src*="logo"]:hover {
  transform: scale(1.1);
}
/* Hide on screens smaller than 768px (mobile) */
.desktop-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
.buttonStyle002 {
  background-color: #004181 !important; /* Set your background color */
  color: white !important;              /* Set text color */
  border: none !important;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif !important;
  font-size: 15px !important;
  text-decoration: none;
  display: inline-block;
}

.buttonStyle002:hover {
  background-color: #39bb9c !important; /* Hover color (optional) */
}