.bg-green-gradient {
    background: -webkit-linear-gradient(180deg, #7ed321, #007531) !important;
    background: -o-linear-gradient(180deg, #7ed321, #007531) !important;
    background: linear-gradient(180deg, #7ed321, #007531) !important;
}

/*.navbar-brand, .nav-link {
    color: white !important;
}*/

.bg-button-search {
    background-color: var(--second) !important;
}

.bg-button-cancel {
    background-color: var(--og-mid) !important;
}

.bg-body {
    background-color: var(--page-background) !important
}

.bg-logo-green-light{
    fill: var(--og-green-light);
}

.bg-dark {
    background-color: var(--fifth) !important;
}

.bg-secondary{
    background-color: var(--page-background) !important;
}

.bg-info{
    background-color: var(--primary) !important;
}

.bg-logo-list {
    filter: invert(60%) sepia(97%) saturate(414%) hue-rotate(43deg) brightness(105%) contrast(82%);
    background-repeat: no-repeat;
}

.bg-logo-customer-edit {
    background-color: var(--second-alpha) !important
}

.bg-info-customer {
    background-color: var(--primary) !important;
}

.bg-fifth{
    background-color: var(--fifth) !important;
}

.bg-white{
    border-radius: 15px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);

}

.alert-success {
    background-color: var(--second-alpha);
    border-color: var(--second-alpha);
    color: var(--second);
    padding: 1.75rem 1.875rem;
}