.form-control:focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25) !important;
}

.form-select:focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25) !important;
}

.btn-close:focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25) !important;
}

.navbar-toggler:focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25) !important;
}

.dropdown-item:hover {
    border-right: 4px solid #198754 !important;
}

.dropdown-item:active {
    border-right: 4px solid #198754 !important;
    background-color: var(--bs-dropdown-bg) !important;
}

.nav-link {
    transition: none !important;
}

.nav-link:hover {
    border-right: 4px solid #198754 !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.dropdown-toggle::after {
    border-top: 0.7em solid !important;
    border-right: 0.7em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.7em solid transparent !important;
    color: #198754 !important;    
}

.accordion-header:active {
    border-color: #198754 !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25) !important;
}

.accordion-button:focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25) !important;	
}

.accordion-button::after {
    background-color: #198754 !important;
}

.accordion-button {
    height: 20px !important;
}

.accordion-body {
    overflow: auto !important;
}

.modal-backdrop {
    opacity: 0.9 !important;
}
