body{
    background: url(../images/night_bg.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.panel-white {
    min-width: auto;
    min-height: auto;
    margin-bottom: 10px;
    border-radius: 0px;
    background: #1c1a1a85;
    border-radius: 2.5rem;
    color: black;
}
.new-slidebar{
	color:rgb(255 251 251);
}
.btn-server-op {
    background-color: #5a5a5a;
    color: #ffffff;
}
.panel-heading { background-color: rgb(228, 226, 226); }
.navbar-static-top { background-color: #1c1a1af5; color: white; }
.navbar-default .navbar-nav>li>a { color: #cfcfcf; }
.dyna-color { color: #cfcfcf; }
.search-server  { background-color: #4e4e4e78; border-color: #8b949d82; color: white; }
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { color: #2a6496; }
.nav-pills { color: white; }
.text-muted { color: #3e3a3a; }
.navbar-default { background-color: #1c1a1af5; border-color: #1c1a1af5; }
.panel-heading { background-color: #44474a82; color: white; }
.vip-shadow { background: unset; }
.dropdown-menu{ background-color: #1c1a1af5; color: white; }
.dropdown-menu>li>a { color : #e7d6d6;}
.dropdown-menu>li> { color : #e7d6d6;}
.modal-content { background-color: #1c1a1af5; color: white; }
.modal-header, .modal-body, .modal-footer { color: white; }
.panel-server{ background: #4e4e4e78; border-color: #44474a82;}
.btn-gray { background: #5c56569e !important; color: white; }
.panel-body { color: white; }
.ul { color: white; }
.ul>li.active>a, .ul>li.active>a:hover, .ul>li.active>a:focus { color: #2a6496; }
.panel-side{ background: #4e4e4e78; border-color: #44474a82; color: white;}
.btn-server-option { background: #2e343a54; border-color: #84868954; color: white;}
.btn:hover { color: #d3d3d3; }
.new-pagination li a { background: rgb(106 106 106); color: white;}
a.wiki { color:rgb(255, 255, 255); }


.navbar-default .navbar-nav>li>a:hover { color: #bea2a2; }
.list-group-item, .list-group, a.list-group-item:hover { background: #44474a82; color: white; }
pre { background:#6a6a6aad; color: #fba116; border: none; }
.api-data { background: #3c3a3a73; }
.nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: #877171; }