<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
:root {
    --chart-color-1: #004d2b;
    --chart-color-2: #006839;
    --chart-color-3: #2f7d31;
    --chart-color-4: #09a476;
    --chart-color-5: #3cb371;
    --chart-color-6: #4caf50;
    --chart-color-7: #76b141;
    --chart-color-8: #85bb65;
    --chart-color-9: #8dc63f;
    --chart-color-10: #b3e1b2;
    --chart-color-11: #dbefda;
    --chart-color-12: #f5e960;
    --chart-color-13: #f2eb9c;
    --chart-color-14: #f6f4db;
}
.excel-download {
    color: #8dc63f !important;
}
.custom-white-button .mud-svg-icon &gt; svg &gt; g &gt; path {
    fill: #006838 !important;
}
.selected-item .mud-svg-icon &gt; svg &gt; g &gt; path {
    fill: #006838 !important;
}
.mud-picker-container .mud-toolbar {
    background-color: #006838 !important;
}

.mud-picker-calendar .mud-day.mud-range.mud-range-start-selected {
    background-color: #006838 !important;
}

.mud-picker-calendar .mud-day.mud-range.mud-range-end-selected {
    background-color: #006838 !important;
}

.mud-picker-calendar .mud-day.mud-range.mud-range-selection:hover:not(.mud-range-start-selected) {
    background-color: #006838 !important;
}
.download-file-list:hover {
    background-color: #8dc63f !important;
}

.add-emissions:hover {
    background-color: #006838 !important;
}
.mud-button-filled {
    background-color: rgb(0 104 56);
}
.mud-button-filled:hover {
    background-color: rgb(0 104 56);
}
.mud-badge.mud-badge-top.right {
    background: #8dc63f  !important;
}
.mud-button-filled {
    color: white;
}
.mud-dialog {
    padding: 15px ;
}

    .mud-dialog .mud-dialog-title h6 {
        color: #006838 !important;
        text-transform: capitalize;
        font-size: smaller;
    }

.close-button-dialog{
    color: rgb(255 255 255);
    width: 125px;
    padding: 5px 15px;
    background-color: #8bc34a !important;
    border-radius: 25px;
}

    .close-button-dialog :hover {
        color: rgb(255 255 255);
        width: 125px;
        background-color: #8bc34a !important;
        border-radius: 25px;
    }

.mud-elevation-1 {
    box-shadow: unset;
}

.mud-dialog-width-sm {
    max-width: 450px;
}

.pa-3 {
    background-color: #0068380f !important;
    width: 322px;
    justify-self: center;
    border-radius: 40px;
}

.mud-typography-body1 {
    font-size: medium;
  /*  justify-self: center;*/
}

.mud-button-outlined {
    border: unset;
}

.mud-list-item {
    border-radius: 25px !important;
}
@-o-keyframes fadeIt {
    0% {
        background-color: unset;
    }

    50% {
        background-color: #8dc63f;
        border-color: #8dc63f;
        color: #FFF;
    }

    100% {
        background-color: unset;
    }
}

@keyframes fadeIt {
    0% {
        background-color: unset;
    }

    50% {
        background-color: #8dc63f;
        border-color: #8dc63f;
        color: #FFF;
    }

    100% {
        background-color: unset;
    }
}</pre></body></html>