.badge:hover, .text-bg-warning:hover {
    transform: scale(1.1);
}
    body {
margin: 0;
color: #a8aeb9;
font-family: 'Open Sans', sans-serif;
background-color: #0e1117;
background-image: url(/bg.png);
}
.stop-war{
background: #FFD700;
background: -webkit-linear-gradient(to top, #FFD700 47%, #0057b7 47%);
background: -moz-linear-gradient(to top, #FFD700 47%, #0057b7 47%);
background: linear-gradient(to top, #FFD700 47%, #0057b7 47%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
select {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
color: #879fb5;
background-color: #0a0d11;
background-clip: padding-box;
border: 0px;
border-left: 3px solid #2196F3;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-size: 0.8rem;
}
#loading {
width: 100%;
height: 100%;
overflow: hidden;
background: #0e1117c9;
z-index: 999;
position: fixed;
margin: 0;
display:none;


}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
color: #879fb5;
background-color: #0a0d11;
background-clip: padding-box;
border: 0px;
border-left: 3px solid #2196F3;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-size: 0.8rem;

}
a:hover {
color: #ffffff;
text-decoration: none;
}
a {
color: #f3e2c5;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
.form-control:focus {
color: #879fb5;
background-color: #0e1117;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.borderx {
background-color: #0a0d11;
margin-top: 10px;
padding: 15px;
border-radius: 10px;
border-left: 3px solid #e79e2d;
font-size: 13px;
box-shadow: 0 0 3px 0px black;
}
.ui-widget {
font-family: 'Open Sans', sans-serif;
font-size: 0.8em;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #0e1117;
color: #ffffff;
}
.ui-widget.ui-widget-content {
border: 1px solid #0a0d11;
}
.borderxy {
background-color: #f44336;
margin-top: 10px;
padding: 15px;
border-radius: 10px;
border-left: 3px solid #81231c;
font-size: 16px;
box-shadow: 0 0 3px 0px black;
color: #fff;
}
.ui-autocomplete {
        max-height: 200px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        /* add padding to account for vertical scrollbar */
        padding-right: 20px;
    } 
    .alert-primary {
font-size: 12px;
--bs-alert-color: #a8aeb9;
--bs-alert-bg: #0e1117;
--bs-alert-border-color: #11151c;
text-align: center;
}

.form-control:disabled {
    background-color: #0f1012;
    opacity: 0.3;
}