﻿select.no-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important;
    background-repeat: none;
}

select.no-arrow {
    padding-right: 1rem;
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}


.auth-page h1.text-title-sm,
.auth-page h1.text-title-md {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    
}

.auth-page h1.text-title-sm {
    font-size: 1.5rem; 
}

@media (min-width: 640px) {
    .auth-page h1.text-title-md {
        font-size: 2rem; 
    }
}
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border-width: 1px !important;
    border-color: #374151 !important; 
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: 0 0 #0000 !important;
    --tw-ring-shadow: 0 0 0 1px rgba(31, 41, 55, 0.12) !important;
    box-shadow: var(--tw-ring-shadow) !important;
}
body.page-dashboard #appShell {
    background: #F5F7FA;
}
