body {
    background: none !important;
}

.radzencard {
    background-color: white;
}

.full-width {
    width: 100%;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modern DataGrid - Maximum Specificity */
.modern-grid tbody tr {
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
}

.modern-grid tbody tr:hover {
    background-color: #f0f7ff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.modern-grid tbody tr:active {
    transform: translateY(0) !important;
}

.modern-grid tbody tr:hover td:first-child {
    border-left: 3px solid #2196F3 !important;
    padding-left: 1rem !important;
}

.modern-grid tbody tr td {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}