.green {
    fill: green !important;
}

.red {
    fill: red !important;
}

.orange {
    fill: orange !important;
}

.mouse-hover {
    cursor: pointer;
}

.w-80 {
}

.d-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
