html {
    background-color: #0d1117 !important;
    filter: invert(92%) hue-rotate(180deg) brightness(100%) contrast(100%) !important;
    min-height: 100% !important;
    height: auto !important;
}

body {
    background-color: #ffffff !important;
    color: #000000 !important;           
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}

img,
.navbar-brand,
.logo,
[class*="logo"] {
    filter: invert(100%) hue-rotate(180deg) !important;
    max-height: 60px;
}


footer,
#footer,
.footer {
    background-color: #ffffff !important;
}

#wrapper, #main-wrapper {
    background-color: #ffffff !important;
}

.navbar-brand img,
img.logo,
.header-logo img {
    filter: invert(100%) hue-rotate(180deg) brightness(100%) !important;
    opacity: 1 !important;
}
.navbar-brand {
    filter: none !important;
}
input[type="checkbox"] {
    filter: invert(100%) hue-rotate(180deg) !important;
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
    cursor: pointer;
    accent-color: #0d6efd !important;
    width: 1.1rem;
    height: 1.1rem;
    vertical-align: middle;
}

input[type="checkbox"]:hover {
    border-color: #0d6efd !important;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.5);
}

