    /* Dark mode styles */
html {
    background: #1e1e1e;
}

body {
    color: #e4e4e4;
    background-color: #000000;
}

a {
    color: #8ab4f8;
}

#header {
    background-color: #1e1e1e;
}

.red {
    background-color: #ff6b6b !important;
    color: #1e1e1e !important;
}

h1, h2, h3, h4 {
    color: #ffffff;
}

.profile-edit_type .content {
    background-color: #2c2c2c !important;
}

.modal_bg {
    background-color: rgba(0, 0, 0, 0.85);
}

.modal .modal-title {
    background: linear-gradient(#333333b8, #00000000);
}

.modal-content {
    background-color: #292929;
    color: #e4e4e4;
}

#under-yes, #under-no {
    background-color: #3a3a3a;
    color: #ffffff;
}
 
#navigation {
    background-color: #2c2c2c;
}

#navigation .navbar a {
    color: #ffffff;
    background: none;
}

#navigation .navbar a:hover {
    color: #ff6ec7;
}

#footer {
    background-color: #1e1e1e;
    color: #e4e4e4;
}

#footer_nav a {
    color: #b0b0b0;
}

#footer_nav a:hover {
    color: #ffffff;
}

.content {
    background-color: #292929;
    color: #fff;
}

hr {
    border-color: #333333;
}

.grid {
    background-color: #292929;
    color: #e4e4e4;
}

.alert {
    background-color: #383838;
    color: #e4e4e4;
}

.alert-warning {
    background-color: #483c1c;
    color: #ffdd57;
}

.alert-error {
    background-color: #502b2b;
    color: #f88080;
}

.alert-success {
    background-color: #2b3a2b;
    color: #4caf50;
}

#cookie-policy {
    background-color: #333333;
    color: #e4e4e4;
}

#cookie-policy a {
    color: #8ab4f8;
}

.top-nav {
    color:#e6e6e6;
}
button {
    background-color: #444444;
    color: #ffffff;
    border-color: #555555;
}

button:hover {
    background-color: #555555;
}

.newly-footer {
    background: none repeat scroll 0 0 #292929;
}

#container {
    background-color: #000000;
}
h1.text-center {
    color:#fff !important;
}
#browse-block {
    background-color: #000000 !important;
}

#messages-form textarea, #msg {
    background: #cdcdcd30;
    color: #ffffff; 
}

.navbar-toggle { 
    color: #e6e6e6;
}
.grid span {
    color: #ababab;
}

.message-left { 
    background: #414141;
    color: #ffffff;
}

#user_search {
    background-color: #131313;
    border: 1px solid #555555; 
    color: #fff; 
}
messages-form textarea, #msg {
    background: #131313;
    color: #ffffff;
}
.profile input, .profile textarea, .profile select { 
    background-color: #131313;
    border: 1px solid #555555;
    color: #fff;
}
#guest_chat label {
    color:#fff;
}

.message-safety-box {
    background: #292929 !important;
} 
#chatblink-outer #content-left{
    background-color: #000000 !important;
  }

  #box_border{
    background-color: #000;
  }
  #chatbox-body{
    background-color: #000;
  }

  #users-chat #chatbox {
    max-height: 94%;
    overflow: auto;
    padding: 1%;
    position: absolute;
    width: 98%;
    bottom: 0;
    background-color: #000;
}