/* Freelancing Custom Styles */

/* Social authentication buttons - overriding global styles */
.btn.social-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
}

.btn.social-btn.text-primary {
  color: #0d6efd !important;
}

.btn.social-btn.text-danger {
  color: #dc3545 !important;
}

.btn.social-btn.text-dark {
  color: #212529 !important;
}

/* Hover effects for social buttons */
.btn.social-btn:hover {
  opacity: 0.8 !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.active {
    color: #FFBE32 !important;
}
