.dark-mode{
    background-color: #000;
    color: #fff;
}

.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode p{
    color: #fff !important;
}

.dark-mode ul li, .dark-mode ul li a, .dark-mode a{
    color: #fff !important;
}

.dark-mode .dropdown-item{
    color: #fff !important;
}

.dark-mode .dropdown-item:hover{
    color: #000 !important;
}

.dark-mode.drop-down.show{
    background: #000 !important;
}

.form-control.dark-mode{
    border-radius: 50px;
    background-color: #323232;
    border-color: transparent;
    color: #fff;
}

.dark-mode .dropdown-menu{
    background-color: #000 !important;
}