.music-upload-form .react-datepicker__close-icon {
  right: 8px !important;
  top: 50% !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  background: none !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  z-index: 2;
}
.music-upload-form .react-datepicker__close-icon::after {
  background-color: #e0e0e0 !important;
  color: #1976d2 !important;
  font-size: 1em !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  transition: background 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.music-upload-form .react-datepicker__close-icon:hover::after {
  background-color: #b3d8ff !important;
}
/* Modern DatePicker clear button stili */
.music-upload-form .react-datepicker__close-icon {
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: none;
  border-radius: 50%;
  box-shadow: none;
}
.music-upload-form .react-datepicker__close-icon::after {
  background-color: #e0e0e0 !important;
  color: #1976d2 !important;
  font-size: 1.1em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: none;
  transition: background 0.18s;
}
.music-upload-form .react-datepicker__close-icon:hover::after {
  background-color: #b3d8ff !important;
}
.music-upload-form {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  background: none;
  box-shadow: none;
  padding: 0;
}
.music-label {
  align-self: flex-start;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 2px;
  margin-top: 10px;
  font-size: 1.08rem;
}
.music-input {
  width: 100%;
  max-width: 480px;
  border: 1.2px solid #90caf9;
  border-radius: 22px;
  padding: 14px 20px;
  font-size: 1.13rem;
  font-family: inherit;
  outline: none;
  margin: 0 0 6px 0;
  box-sizing: border-box;
  transition: border 0.18s;
}
.music-input:focus {
  border: 1.5px solid #1976d2;
}
.music-input-file {
  width: 100%;
  max-width: 480px;
  padding: 8px 0 8px 0;
  font-size: 1.05rem;
  font-family: inherit;
  border: none;
  background: none;
  margin-bottom: 8px;
}
.music-upload-btn {
  width: 100%;
  max-width: 480px;
  margin-top: 18px;
}
.music-upload-form .react-datepicker-wrapper {
  width: 100%;
}
.music-upload-form .music-input.react-datepicker-ignore-onclickoutside {
  width: 100%;
}
.support-form-no-border {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  height: 420px;
  justify-content: stretch;
}
.support-form-no-border input,
.support-form-no-border textarea {
  width: 480px;
  max-width: 98vw;
  border: 1.2px solid #90caf9;
  border-radius: 22px;
  padding: 16px 22px;
  font-size: 1.13rem;
  font-family: inherit;
  outline: none;
  margin: 0;
  box-sizing: border-box;
  transition: border 0.18s;
}
.support-form-no-border textarea {
  border-radius: 16px;
  height: 100%;
  min-height: 0;
  resize: none;
}
.support-form-no-border input:focus,
.support-form-no-border textarea:focus {
  border: 1.5px solid #1976d2;
}
.support-form-no-border button {
  width: 480px;
  max-width: 98vw;
  margin-top: 8px;
}
.support-form-no-border {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
/* Login.css */
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  box-shadow: 0 4px 32px rgba(25,118,210,0.10);
  border-radius: 14px;
  padding: 0;
  min-width: 0;
  max-width: 410px;
  margin: 0;
}
.login-form {
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 350px;
  animation: fadeIn 0.7s cubic-bezier(0.4,0,0.2,1);
}
.login-form h2 {
  text-align: center;
  color: #1976d2;
  margin-bottom: 1rem;
}
.login-form input {
  padding: 0.8rem;
  border-radius: 25px;
  border: 1px solid #90caf9;
  outline: none;
  font-size: 1rem;
}
.login-form button {
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 0.8rem;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.2s, transform 0.18s cubic-bezier(0.4,0,0.2,1), box-shadow 0.18s;
}
.login-form button:hover {
  background: #125299;
  transform: scale(1.06);
  box-shadow: 0 6px 32px rgba(25,118,210,0.13);
}

/* Mobile responsive - Tablet and below */
@media (max-width: 768px) {
  .login-form {
    min-width: 90%;
    max-width: 450px;
    padding: 1.5rem 2rem;
  }
  .login-container {
    max-width: 90%;
  }
}

/* Mobile responsive - 480px and below */
@media (max-width: 480px) {
  .login-form {
    min-width: 95%;
    max-width: 100%;
    padding: 1.5rem 1.2rem;
    gap: 0.8rem;
  }
  .login-form h2 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .login-form input {
    padding: 0.7rem;
    font-size: 1rem;
    border-radius: 20px;
  }
  .login-form button {
    padding: 0.7rem;
    font-size: 0.95rem;
    margin-top: 0.8rem;
  }
  .music-input {
    max-width: 100% !important;
  }
  .music-upload-btn {
    max-width: 100% !important;
  }
  .support-form-no-border input,
  .support-form-no-border textarea {
    width: 100% !important;
    max-width: 100% !important;
  }
  .support-form-no-border button {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Security Animation - Pulse effect for brute force warnings */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
  }
  50% {
    opacity: 0.8;
    box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Güvenlik göstergesi animasyonları */
[style*="animation: pulse"] {
  animation: pulse 1s infinite !important;
}

.password-strength-indicator {
  animation: slideDown 0.3s ease-out;
}

.email-validation-error,
.phone-validation-error {
  animation: slideDown 0.3s ease-out;
}