body {
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table-responsive {
    overflow-x: auto;
}

.custom-switch .custom-control-label::before {
    width: 2rem;
}

.custom-switch .custom-control-label::after {
    left: calc(-2.25rem + 2px);
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745;
    border-color: #28a745;
}

/* Styling for active leagues */
.table-success {
    background-color: rgba(40, 167, 69, 0.15);
}

.badge-success {
    background-color: #28a745;
}

.badge-secondary {
    background-color: #6c757d;
}

/* Transition for smoother visual changes */
tr {
    transition: background-color 0.3s ease;
}

.badge {
    transition: background-color 0.3s ease;
    padding: 5px 8px;
}

.notification-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
}
