body {
    background: #ffffff !important;
}

.menu-link:hover {
    background-color: #eff6ff !important;
    color: #2563eb !important;
}

.menu-link.bg-blue-50,
.menu-link.text-blue-600 {
    color: #2563eb !important;
}

button.loading {
    position: relative;
    color: transparent !important;
}

button.loading i,
button.loading span {
    visibility: hidden;
}

button.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: btn-spin 0.7s linear infinite;
}

@keyframes btn-spin {
    to {
        transform: rotate(360deg);
    }
}


/* Table Styles */
.sa-table th, .sa-table td{
    font-size: 0.875rem !important;
}