div a.purchase-from-mr-target-button {
  background-color: #ff6d10 !important;
  color: black !important;
  padding: 0.618em 1em;
  border-radius: 3px;
  text-align: center;
}
div a.purchase-from-mr-target-button:hover {
  color: white !important;
}

div.purchase-from-mr-target-button-container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.generate_url_button_field input {
  display: none;
}

.loader-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 20px;
}

.loader {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background-color: #3498db;
  animation: slide 2s linear infinite;
}

@keyframes slide {
  0% {
    left: -50px;
  }
  100% {
    left: 100%;
  }
}
.toplevel_page_mrtarget-client-page .wp-first-item {
  display: none;
}
