/* override here */
.alert {
    padding: .95rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: inline;
}

.btn-primary {
    background-color: #719430;
    border-color: #719430;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #618224;
    border-color: #56771a;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #618224;
    border-color: #56771a;
}

.main-login {
    background: #719430 url(BACKDROP_STANKOM-300x153.png) top center repeat scroll;
}

.main-login h1.h2,
.main-login p.lead {
    color: #e3e3e3;
}

body[data-theme=colored] .sidebar {
    background: #719430 url(BACKDROP_STANKOM-300x153.png) top center repeat scroll;
}

body[data-theme=colored] .sidebar-content {
    background: #719430 url(BACKDROP_STANKOM-300x153.png) top center repeat scroll;
}

body[data-theme=colored] .sidebar-link, body[data-theme=colored] a.sidebar-link {
    /*color: rgba(248, 249, 250, 1);*/
}

body[data-theme=colored] .sidebar-link:hover {
    background-color: rgba(86,120,43,.4);
}
body[data-theme=colored] .sidebar-item.active>.sidebar-link, body[data-theme=colored] .sidebar-dropdown .sidebar-item.active .sidebar-link {
    background-color: rgba(86,120,43,.6);
}

/* menus side bar */
.sidebar [data-bs-toggle="collapse"]::before {
    top: 50% !important;
}