body.dark-theme {
    background: #282828;
}

body.dark-theme .a_text_shadow {
    text-shadow: 0px 0px 3px #9d9d9d;
}

body.dark-theme header {
    border-bottom: 1px solid #353535;
}

body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4,
body.dark-theme h5,
body.dark-theme th,
body.dark-theme .uk-text-lead,
body.dark-theme .la-long-arrow-alt-down,
body.dark-theme .uk-text-emphasis {
    color: #fff !important;
}

body.dark-theme .a_svg {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(3355%) hue-rotate(282deg) brightness(109%) contrast(107%);
}

body.dark-theme p,
body.dark-theme a,
body.dark-theme table {
    color: rgba(255, 255, 255, 0.781) !important;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
    background: #3c3c3c !important;
}


body.dark-theme .uk-button-secondary {
    color: #1b1b1b !important;
    background-color: #fff;
}

body.dark-theme .uk-button-default,
body.dark-theme .uk-card-default {
    color: #fff;
    background-color: #1b1b1b;
}

body.dark-theme .section {
    background: #282828;
}

body.dark-theme .uk-background-muted,
body.dark-theme .uk-navbar-dropdown,
body.dark-theme .uk-modal-body,
body.dark-theme .uk-dropdown {
    background: #1b1b1b;
}

body.dark-theme .uk-card,
body.dark-theme .uk-card-default {
    background: #1b1b1bb6;
}

body.dark-theme .uk-card-hover:hover {
    background-color: #1b1b1b !important;
}

body.dark-theme .uk-navbar-container {
    background: transparent;
}

body.dark-theme .uk-navbar-container .uk-text-emphasis {
    color: #fff !important;
}

body.dark-theme .uk-overlay-default {
    background: rgba(0, 0, 0, 0.09);
}

body.dark-theme .uk-subnav-pill > * > a:hover {
    background: #000;
    color: #fff;
}

body.dark-theme .uk-subnav-pill > *:first-child {
    background: #1b1b1b70;
}

body.dark-theme .uk-subnav-pill .uk-active a {
    background: #000;
}

body.dark-theme .uk-form-label {
    color: #fff;
}

body.dark-theme .uk-switch-slider {
    background-color: rgba(255, 255, 255, 0.22);
}

body.dark-theme .a_section {
    background-image: url(/images/dark-bg.jpg);
}
