.row {
    margin: 0px !important;
}

.modal-header {
    background-color: #008f85;
    padding: 10px 15px;
}

.modal-content {
    background-color: #008f85;
}

.modal-body {
    background-color: #E8EFEE;
}

.eco_act_group {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px;
    background-color: #008f85;
}

.eco_act_group button,
.eco_act_group button:hover {
    color: white;
}

#eco_activity {
    margin-left: -12px !important;
    margin-right: 12px !important;
}

.eco_act_item {
    width: unset !important;
}

.link-class {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.btn:focus,
.btn:active {
    box-shadow: none !important;
    /* Removes the box-shadow (blue outline) */
    outline: none !important;
    /* Ensures no outline is present */
}

@media (max-width: 768px) {
    #popup {
        display: inline-flex;
    }
}