.theme-dark #page{
    background-color: transparent !important;
}

.theme-dark .card-body {
    background-color: rgb(34, 42,55) !important;
}

.theme-dark .card {
    background-color: rgb(34, 42,55) !important;
}

.card-body {
    border-radius: 10px 10px 10px 10px;
}