.bg-gradient-primary {
    background-color: black !important;
    background-image: linear-gradient(180deg,black 10%,black) !important;
    background-size: cover;
}

.sidebar {
    width: 18rem !important;
}

.text-gray-600 {
    color: #ebebef !important;
}

.progress-bar
{
    background-color: green !important;
}