html, body {
    color: #09090b;
    font-weight: 100;
}

a {
    color: #47b561;
    text-decoration: none;
}
a:hover {
    color: #2a7c3f;
    opacity: 1;
}

.text-primary {
    color: #318f49 !important;
}

.alert-primary {
    background-color: rgba(49, 143, 73, 0.2);
    color: #318f49;
    border-color: #318f49;
}

.badge-primary {
    background-color: #318f49;
    color: #fff;
}

.table {
    color: #ffffff;
    background-color: #1e2b25;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #232b26;
}

.form-control {
    border: 1px solid #3c453f;
}

.form-control:focus {
    border-color: #318f49;
    box-shadow: 0 0 0 0.2rem rgba(49, 143, 73, 0.25);
}

.btn-link {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #9a9999 !important;
    font-weight: 200;
}
.btn-primary {
    background-color: #318f49;
    border-color: #318f49;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2a7c3f;
    border-color: #2a7c3f;
    color: #ffffff;
}

.btn-outline-primary {
    color: #318f49;
    border-color: #318f49;
}

.btn-outline-primary:hover {
    background-color: #318f49;
    color: #fff;
}

@media (min-width: 768px) {
    .ms-md-275 {
        margin-left: 275px !important;
    }
    .main-wrapper {
        width: calc(100% - 275px);
    }
}
.text-bg-danger {
    background-color: pink !important;
    color: #09090b !important;
}
.sidebar, .offcanvas, .navbar {
    /*background-color: #212529 !important; */
    background-color: #1e2b25 !important; /* Bootstrap dark */
}
.nav-link-custom {
    font-size: 1.05rem;
    transition: all 0.2s ease;
}

.nav-link-custom:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 20px;
}

.nav-link-custom.active {
    font-weight: bold;
    color: #fff;
}

.nav-link-custom.disabled {
    opacity: 0.3;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.6;
}
