/* Force Apex Typography in Dashboard */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body, button, input, select, textarea, .h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
font-family: 'Inter', sans-serif !important;
}
Forgot Your Password?
No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.
= 640 ? 'auto' : '3.5rem'"
x-init="
$watch('dropdownOpen', value => {
if (value && window.innerWidth >= 640) {
const button = $el.previousElementSibling.querySelector('button');
const buttonRect = button.getBoundingClientRect();
$el.style.bottom = (window.innerHeight - buttonRect.top + 8) + 'px';
$el.style.right = (window.innerWidth - buttonRect.right) + 'px';
}
})
"
x-transition:enter="transition ease-out duration-200"
x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
x-transition:leave="transition ease-in duration-150"
x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95">