:root {
  --primary-color: #bf9456;
}

body{
  font-family: "Poppins", sans-serif;
}

.nav-social-icons:hover {
  background-color: var(--primary-color) !important;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nav-social-icons {
  color: white;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.text-active {
  color: var(--primary-color) !important;
}

/* إصلاح ألوان Toastr */
#toast-container > .toast {
  background-color: #333 !important;
  color: #fff !important;
}

#toast-container > .toast-success {
  background-color: #51A351 !important;
  color: #fff !important;
}

#toast-container > .toast-error {
  background-color: #BD362F !important;
  color: #fff !important;
}

#toast-container > .toast-info {
  background-color: #2F96B4 !important;
  color: #fff !important;
}

#toast-container > .toast-warning {
  background-color: #F89406 !important;
  color: #fff !important;
}

#toast-container > .toast-success .toast-message {
  color: #fff !important;
}

#toast-container > .toast-error .toast-message {
  color: #fff !important;
}

#toast-container > .toast-info .toast-message {
  color: #fff !important;
}

#toast-container > .toast-warning .toast-message {
  color: #fff !important;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem !important;
  }
}