.bg-primary-500 {
    background-color: #06488C!important;
}

.text-primary-500 {
    --tw-text-opacity: 1;
    color: #06488C!important;
}

.hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: #06488C!important;
}

.bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: #06488C!important;
}

.filament-sidebar-header:before {
    --tw-gradient-stops: var(--tw-gradient-from),#469EF7,var(--tw-gradient-to)!important;
   
}

.bg-primary-50 {
    background-color: #dceeff!important;
}

.text-primary-600 {
    color: #0A6FD3!important;
}

.logo { text-align: center;}

.filament-login-page {
    background-image: radial-gradient(circle at top,#c7e5fe,#fff 50%)!important;
}


    .grid-8 {
        display: grid!important;
        grid-template-columns: repeat(4, 1fr)!important;
        gap: 10px;
    }
    
.filament-modal-window .logo {
    display: none;
}

