.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast ul,
.contrast article {
    background-color: black !important;
    color: white !important;
}

.contrast{
    background: black !important;
}

.contrast ul[id="accordionSidebar"]{
    background:  black !important;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast th,
.contrast td,
.contrast span {
    color: white !important;
}

.contrast ul[class="nav nav-tabs card-header-tabs"] li a i,
.contrast ul[class="nav nav-tabs card-header-tabs"] li a     
{       
    color: black !important;
}

.contrast a{
    color: yellow !important;
}

.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
    background: black !important;
    color: yellow !important;
    border: none !important;
}

.contrast img.on-contrast-force-gray {
    filter: grayscale(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
    filter: brightness(0) invert(1);
}	

.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
    background: black !important;
    border: 1px solid white !important;
    color: white !important;
}

.contrast div[class="card border-left-capelli shadow h-100"],
.contrast div[class="card border-left-danger shadow h-100 py-2"],
.contrast div[class="card border-left-warning shadow h-100 py-2"],
.contrast div[class="card border-left-success shadow h-100 py-2"]{
    border-left: 0.25rem solid white !important;
}

.contrast div[class="card shadow mb-2"] a h6{
    color:  black !important;
}
