/* Filament admin panel customization — JD7 Drilling corporate theme */

/* Login page background */
.fi-simple-layout {
    background: linear-gradient(135deg, #1a2b3c 0%, #0d1b2a 50%, #1a2b3c 100%);
}

/* Login card */
.fi-simple-card {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Login header */
.fi-simple-header {
    text-align: center;
}

.fi-simple-header h2 {
    font-weight: 700;
    font-size: 1.5rem;
}

/* Buttons */
.fi-btn-primary {
    background-color: #29ABE2 !important;
    transition: background-color 0.2s;
}

.fi-btn-primary:hover {
    background-color: #1a8ab8 !important;
}

/* Input focus */
.fi-input:focus {
    border-color: #29ABE2 !important;
    box-shadow: 0 0 0 2px rgba(41, 171, 226, 0.2) !important;
}

/* Labels have accent color */
.fi-label span {
    color: #343A40;
}

/* Links */
.fi-link {
    color: #29ABE2 !important;
}

.fi-link:hover {
    color: #1a8ab8 !important;
}

/* Sidebar active item */
.fi-sidebar-item-active .fi-sidebar-item-label {
    color: #29ABE2 !important;
}

.fi-sidebar-item-active {
    background-color: rgba(41, 171, 226, 0.1) !important;
    border-color: #29ABE2 !important;
}

/* Sidebar hover */
.fi-sidebar-item:hover {
    background-color: rgba(41, 171, 226, 0.05) !important;
}

/* Topbar */
.fi-topbar {
    border-bottom: 1px solid rgba(41, 171, 226, 0.2) !important;
}

/* Dashboard stats */
.fi-stats-overview-stat {
    border-radius: 12px;
    border: 1px solid rgba(41, 171, 226, 0.1);
}

/* Tables */
.fi-table th {
    color: #29ABE2;
    font-weight: 600;
}

/* Breadcrumbs */
.fi-breadcrumbs a {
    color: #29ABE2 !important;
}

/* Badges */
.fi-badge {
    background-color: rgba(41, 171, 226, 0.1);
    color: #29ABE2;
}
