body {
    background-color: #121212;
    color: #e6e6e6;
}

button {
    background-color: #121212;
    color: #e6e6e6;
    border-color: #9e9352;
    margin: 3px;
}

button:hover {
    background-color: #121212;
    color: #e6e6e6;  
}

nav {
    border-bottom: 1px solid #f5f5f5;
}

table
{
    margin-top: 20px;
    text-align: left;
    width: auto;
    padding: 10px;
    border-color: #9e9352;

}

.alert-custom {
    background-color: #1e1e1e;
    border: 2px solid #9e9352;
    color: #f5f5f5;
    list-style: none;
}

.btn, a.btn {
    background-color: #121212;
    color: #e6e6e6;
    border: 1px solid #9e9352 !important;
    margin: 3px;
    border-radius: 0.5rem;
    text-decoration: none;
}

.btn:hover, a.btn:hover {
    background-color: #121212;
    color: #e6e6e6;  
    border: none !important;
}

.col-fit {
    white-space: nowrap;
    width: 1%;
}

.col-right {
    text-align: right;
}

.container, .alert {
    background-color: transparent;
    color: inherit;
}

.form-control {
    background-color: #1c1c1c;
    color: #eee;
    border-color: #9e9352;
}

.form-control::placeholder,
input.form-control::placeholder,
textarea.form-control::placeholder,
select.form-control::placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}

.form-control:focus::placeholder, 
input.form-control:focus::placeholder, 
textarea.form-control:focus::placeholder, 
select.form-control:focus::placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}

.form-control:focus {
    border-color: #9e9352;
    background-color: #1c1c1c;
    color: #eee;
    box-shadow: none;
}

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.login-messages {
    min-height: 60px;
}

.navbar-dark .nav-link {
    color: #f0f0f0 !important;
}

.navbar-dark .nav-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.table-dark button {
    font-size: 90%;
    padding: 5px;
    margin: 3px;
}

.table-dark th {
    font-weight: 600;
    font-size: 1.1em;
    text-align: left;
    color: #D9AD62; 
    vertical-align: middle;
}

.table-dark tr
{
    border-color: #9e9352;
    vertical-align: middle;
}

#container {
    display: flex;
    flex-wrap: wrap;
}