#x13callback_button {
  color: #00ff00 !important;
  width: 24px;
  height: 24px;
  top: 200px;
  left: 200px;
  background: #ff00ff !important;
}
#x13callback_button:hover {
  color: #4c2b11 !important;
  background: #125bff !important;
}

#x13callback_button.circle {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#x13callback_button.circle.animate .callback-container::before {
  border: 1px solid #ff00ff !important;
}
#x13callback_button.circle.animate .callback-container::after {
  border: 2px solid #ff00ff !important;
}
#x13callback_button.circle.animate .callback-container .third-ring {
  border: 5px solid #ff00ff !important;
}
#x13callback_button.circle.animate:hover .callback-container::after,
#x13callback_button.circle.animate:hover .callback-container::before,
#x13callback_button.circle.animate:hover .callback-container .third-ring {
  border-color: #125bff !important;
}

#x13callback_button.square.animate .callback-container::before {
  border: 5px solid #ff00ff !important;
}
#x13callback_button.square.animate:hover .callback-container::before {
  border-color: #125bff !important;
}

#x13callback_button .x13callback-icon {
  font-size: 12px;
  color: #00ff00 !important;
  top: 6px;
}
#x13callback_button:hover .x13callback-icon {
  color: #4c2b11 !important;
}
