.mud-appbar {
    background: linear-gradient(90deg, rgb(109, 115, 239) 0%, rgb(163, 120, 252) 100%) !important;
}

.text-gradient {
    background: linear-gradient(90deg, rgb(109, 115, 239) 0%, rgb(163, 120, 252) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.weekend {
    background-color: rgb(248, 172, 89) !important;
    color: white !important;
}

.is-today {
    background: linear-gradient(90deg, rgb(109, 115, 239) 0%, rgb(163, 120, 252) 100%) !important;
}

.bg-gradient {
    background: linear-gradient(90deg, rgb(109, 115, 239) 0%, rgb(163, 120, 252) 100%) !important;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}