﻿*,
*::before,
*::after {
  transition: none !important;
}

.menu {
  transition: left 0.3s ease !important;
}

.desktop_nav ul li a::before {
  transition: opacity 0.4s ease, transform 0.4s ease !important;
}

.form-input,
.form-select {
  box-sizing: border-box;
  min-height: 46px;
  line-height: 1.2;
  transition: border-color 0.2s ease !important;
}

.form-select {
  appearance: auto;
  -webkit-appearance: menulist;
}

.donation-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.form-input:hover,
.form-select:hover {
  border-color: #5c5c5c;
}

.submit-button {
  box-shadow: 0 8px 20px rgba(66, 170, 255, 0.2);
  transition: transform 0.1s ease, filter 0.2s ease !important;
}

.submit-button:active {
  transform: translateY(1px);
}

.submit-button:hover {
  filter: brightness(1.05);
}

.popup-notification {
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

input.form-input[type='number']::-webkit-outer-spin-button,
input.form-input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.form-input[type='number'] {
  -moz-appearance: textfield;
}

/* Custom scrollbar */
html {
  scrollbar-width: thin;
  scrollbar-color: #2f75d6 #030914;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #030914;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3f8ef3 0%, #2f75d6 48%, #1f5ab3 100%);
  border-radius: 10px;
  border: 2px solid #030914;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #56a3ff 0%, #3f8ef3 48%, #2f75d6 100%);
}

::-webkit-scrollbar-corner {
  background: #030914;
}
