/* Version: v1.2 */

.btn-noline {
    border: none !important;
}


.btn-primary,
.btn-primary:focus,
.btn-primary:disabled {
    background-color: #e3f2fd !important;
    color: #009747 !important;
    border: 1px solid #009747 !important;
}

.btn-primary:active,
.btn-primary:hover {
    background-color: #009747 !important;
    color: #e3f2fd !important;
    border: 1px solid #e3f2fd !important;
}


.btn-primary-inverted,
.btn-primary-inverted:focus,
.btn-primary-inverted:disabled {
    background-color: #009747 !important;
    color: #e3f2fd !important;
    border: 1px solid #e3f2fd !important;
}

.btn-primary-inverted:active,
.btn-primary-inverted:hover {
    background-color: #e3f2fd !important;
    color: #009747 !important;
    border: 1px solid #009747 !important;
}


.badge-primary {
    background-color: #e3f2fd;
    color: #009747;
}
.badge-warning {
    background-color: var(--bs-warning);
    color: #e3f2fd;
}
.badge-danger {
    background-color: var(--bs-danger);
    color: #e3f2fd;
}
.badge-success {
    background-color: var(--bs-success);
    color: #e3f2fd;
}