:root{
    --bs-primary: rgba(43, 98, 43) !important;
    --bs-primary-rgb: rgb(43, 98, 43) !important;
}

a{
    color: rgba(var(--bs-primary), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

.badge{
    font-size: 1.2em;
}
.text-bg-primary {
    color: #fff;
    background-color: var(--bs-primary) !important;
}
.btn-primary{
    color: #333333;
    border-color: #cccccc;
    background-color:rgba(110, 247, 110, 0.375) ;
}
.btn-outline-primary.dropdown-toggle{
    color: #333333 !important;
    border-color: #c6c6c6  !important;
    background-color: transparent !important;
}
.btn-primary:hover{
    background-color: rgba(110, 247, 110, 0.818) !important;

}
.btn.disabled, .btn:disabled{
    background-color: #f5f5f5 !important;
    border-color: #cccccc !important;
    color: #333333 !important;

}

.btn-outline-primary{
    color: #333333;
    border-color: #333333;
}

.btn-outline-primary.dropdown-toggle{
    color: #333333 !important;
    border-color: #c6c6c6  !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover{

    background-color: rgba(110, 247, 110, 0.375) !important;
}