body {
    background-color: #111!important;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: "Roboto", sans-serif!important;
    color: #fff!important;
}
.btn-outline-primary {
    background-color: red!important;
    color: #fff!important;
    border: 1px solid red!important;
}
.btn-outline-primary:hover {
    background-color: red!important;
    color: #fff!important;
    border: 1px solid red!important;
}
.btn-primary {
    background-color: red!important;
    color: #fff!important;
    border: 1px solid red!important;
}
.btn-primary:hover {
    background-color: red!important;
    color: #fff!important;
    border: 1px solid red!important;
}
footer .text-muted {
    color: #9A9A9A!important;
}
.card {
    border: 0px solid #111;
}
.card-header {
    background-color: #111;
}
.card-body {
    background-color: #111;
}
.btn {
    border-radius: 1em;
    padding: 0.5em 1.5em;
    font-weight: bold;
}
.card {
    border: 1px solid #282828!important;
}
.card-body {
    color: #fff!important;
}
.card-header {
    background-color: #1A1A1A!important;
    color: #fff!important;
}
.dropdown-profile svg path {
    fill: #fff;
}
.dropdown-menu {
    border: 1px solid #282828!important;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    background-color: #111;
    border: 1px solid #111;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #000!important;
    border: 0px solid #111!important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: 0px solid #111!important;
}
.card-header-tabs .nav-link.active {
    background-color: #111!important;
}
body .nav-link:hover {
    color: #fff!important;
}
.modal-content {
    background-color: #333!important;
}