/* Officers Academy Learn - Main Styles */

@keyframes shine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.animate-text-shine {
  background-size: 200% auto;
  animation: shine 6s linear infinite;
}

/* Scrollbar styling */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #050508; }
::-webkit-scrollbar-thumb { background: #27272a; border-radius: 9999px; }
::-webkit-scrollbar-thumb:hover { background: #3f3f46; }

.btn-smooth { transition: all 0.2s ease; }

/* Reset WP default margins */
body.oa-coming-soon {
  margin: 0;
  padding: 0;
}

/* Toast transition */
#toast-wrapper {
  transition: all 0.35s ease;
}
