:root {
    --custom-primary: #037967;
}

.dropdown-item.active {
    background-color: #198754;
    color: white;
}

.btn-success {
    background-color: var(--custom-primary) !important;
}

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

.nav-link {
    background-color: #fff !important;
    transition: color 1s ease, background-color 0.3s ease;
}

.nav-link:hover {
    color: var(--custom-primary) !important;
    background-color: #e0e2e2 !important;
}

.nav-link.active {
    color: #fff !important;
    background-color: var(--custom-primary) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--custom-primary) !important;
    border-color: var(--custom-primary) !important;
}

@media only screen and (max-width: 768px) {
    .flex-d-wrap {
        flex-wrap: wrap;
    }

    .flex-d-wrap > * {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .flex-d-wrap > * {
        width: 25%;
    }
}

.dt-button-collection {
    display: block !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
