.bg-ean-transparent {
    background-color: rgba(52, 172, 83, 1);
}

.btn-main-ean {
    background-color: rgba(52, 172, 83, 1);
    color: white;
}

.title-ean-color {
    color: rgb(52, 172, 83) !important;
}

#back-to-top {
   background-color: rgb(52, 172, 83);
}

a {
    color: rgba(52, 172, 83, 0.8);
}

.side-menu__item.active, .side-menu__item:hover, .side-menu__item:focus {
    font-weight: bolder;
    color: rgba(52, 172, 83, 1);
}

.slide-item.active, .slide-item:hover, .slide-item:focus {
    color: rgba(52, 172, 83, 1) !important;
}

.app-sidebar .slide.active .side-menu__item {
    color: rgba(52, 172, 83, 1) !important;
    font-weight: bolder;
}

.app-sidebar .slide .side-menu__item.active::before {
    background: rgba(52, 172, 83, 1) !important;
}

.btn-primary, .btn-info {
    background: rgba(52, 172, 83, 1) !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: rgba(52, 172, 83, 1) !important;
    background-color: rgba(52, 172, 83, 1) !important;
}