:root {
}

.background-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, li, td, th, span, body {
    font-family: Rubik, sans-serif;
}

.heading {
    font-family: Rubik, sans-serif;
    font-weight: 600;
    font-size: 2rem;
}

@media (max-width: 500px) {
    .heading {
        font-size: 1.5rem;
    }
}

.large-text {
    font-family: Rubik, sans-serif;
    font-weight: 600;
    font-size: 4.2rem;
}

@media (max-width: 989px) {
    .large-text {
        font-size: 2.5rem;
    }
}

@media (max-width: 500px) {
    .large-text {
        font-size: 2rem;
    }
}

.small-heading {
    font-family: Rubik, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}

.xs-heading {
    font-family: Rubik, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}

.md-text {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

@media (max-width: 500px) {
    .md-text {
        font-size: 1rem;
    }
}

.form-text {
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 1rem;
}

.small-text {
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
}

.xs-text {
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
}

.small-text-bold {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.nav-item {
    text-decoration: none !important;
    color: white;
}

    .nav-item:hover {
        color: skyblue;
        transition: ease-in-out;
        transition-duration: 0.4s;
    }

.white {
    color: white;
}

.skyblue {
    color: #17cceb;
}

.limegreen {
    color: #9AC31C;
}

.navy {
    color: #0d264d;
}

.lightgrey {
    color: #bbbbbb;
}

.bg-white {
    background-color: white;
}

.bg-navy {
    background-color: #06284B;
}

.bg-dark-custom {
    background-color: #070f1c;
}

.bg-lightgrey {
    color: #08930e;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    nav .logo img {
        width: 300px;
    }

@media (max-width: 500px) {
    nav .logo img {
        width: 150px;
    }
}

nav .logo img.thinner {
    width: 220px;
}

@media (max-width: 500px) {
    nav .logo img.thinner {
        width: 200px;
    }
}

header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 12rem;
}

.input-field {
    border-width: 1px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.blue-button {
    z-index: 1000;
    background-color: skyblue;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    color: white;
    border-style: solid;
    border-color: skyblue;
    border-width: 1px;
    font-size: 1rem;
    font-family: Rubik, sans-serif;
    font-weight: 300;
}

    .blue-button:hover {
        background: transparent;
        color: white;
        transition: ease-in-out;
        transition-duration: 0.4s;
        border-color: #17cceb;
        border-style: solid;
        border-width: 1px;
        color: skyblue;
    }

.outline-button {
    background-color: transparent;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    color: #9AC31C;
    border-style: solid;
    border-width: 1px;
    border-color: #9AC31C;
    font-size: 1rem;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    margin-right: 20px;
}

    .outline-button:hover {
        background: skyblue;
        color: white;
        transition: ease-in-out;
        transition-duration: 0.4s;
    }

.bottom-border {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px;
    border-style: solid;
    border-color: #17cceb;
}

.start-position {
    position: absolute;
    top: 40%;
}

@media (min-width: 375px) {
    .start-position {
        top: 20%;
    }
}

.large-margin {
    margin-top: 35rem;
}

@media (max-width) {
    .large-margin {
        margin-top: 25rem;
    }
}

@media (max-width: 768px) {
    .large-margin {
        margin-top: 30rem;
    }
}

@media (min-width: 375px) {
    .large-margin {
        margin-top: 15rem;
    }
}

.left-border {
    border-left: 1px solid #000;
}

.icon {
    width: 25px;
}

@media (max-width: 500px) {
    .icon {
        width: 20px;
    }
}

/*# sourceMappingURL=style.css.map */

.field-validation-error {
    display: block;
}

.appearance-auto {
    appearance: auto;
}

.form-control-sm-less-m {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.border-radius-0 {
    border-radius: 0;
}

.button-limegreen {
    color: white;
    background-color: #9AC31C;
    border-color: #9AC31C;
    transition-property: background-color, border-color, color;
}

    .button-limegreen:hover {
        color: white;
        background-color: #7F9A0C;
        border-color: #7F9A0C;
    }

    .button-limegreen:focus {
        color: white;
        background-color: #7F9A0C;
        border-color: #7F9A0C;
    }

@media screen and (min-width: 992px) {
    .space-between {
        padding-right: 1rem;
        padding-left: 1rem;
    }

        .space-between:last-of-type {
            padding-right: 0;
        }

        .space-between:first-of-type {
            padding-left: 0;
        }
}

@media screen and (max-width: 991px) {
    .space-between {
        margin-top: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

        .space-between:first-of-type {
            margin-top: 0;
        }
}

.has-swirl-background {
    background-image: url('/images/background-swirl-small.jpg');
    background-color: #07111d;
    background-repeat: no-repeat;
    /* don't stretch background, just display it at the top but wide enough */
    background-size: 100% auto;
    background-position: top center;
}

.share-btn {
    border: 1px solid #6c7178;
    padding: 0.5em 1em !important;
    margin-left: auto;
    flex-grow: 0;
    transition: all 100ms;
}

    .share-btn:hover {
        background: #6c7178;
    }

    .share-btn img {
        height: 1em;
        width: 1em;
        margin-top: -0.1em;
    }

.button-dropdown {
    position: absolute;
    top: calc(100% + 0.25em);
    width: 15em;
    height: 15em;
    right: 0;
    background-color: white;
    border-radius: 0.5em;
    border-top-right-radius: 0.25em;
    margin: 0 1.5em;
    padding: 1em 0.5em;
    box-shadow: 0 0 0.5em 0.25em rgba(0, 0, 0, 0.25);
    z-index: 100;
}

    .button-dropdown img {
        width: 60%;
        height: auto;
        aspect-ratio: 1;
    }

    .button-dropdown label {
        display: block;
        margin: 0.5em 0;
        color: #000;
    }

    .button-dropdown input {
        width: 100%;
        margin: 0.5em 0;
        padding: 0.5em;
        border: 1px solid #6c7178;
        border-radius: 0.25em;
    }

.hidden-dd {
    display: none;
}

.co2-display {
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 2em 0.5em;
}

    .co2-display .co2e-dial {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-right: 1em;
    }

        .co2-display .co2e-dial h2 {
            margin: 0;
            margin-top: 1em;
            font-size: 0.9em;
            font-weight: normal;
        }

            .co2-display .co2e-dial h2 span {
                font-weight: 300;
            }

        .co2-display .co2e-dial .co2e-dial-inner {
            position: relative;
            top: 0;
            left: 0;
            width: 10em;
            height: 10em;
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            flex-direction: column;
        }

        .co2-display .co2e-dial img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.5em;
            user-select: none;
            pointer-events: none;
            aspect-ratio: 1;
        }

        .co2-display .co2e-dial div.value {
            font-size: 1.2em;
            color: #fff;
            z-index: 1;
            display: flex;
            margin: 0;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            flex-grow: 1;
            height: 15em;
        }

            .co2-display .co2e-dial div.value p {
                margin: 0 auto;
                font-size: 1.75em;
                display: block;
                font-weight: bold;
            }

                .co2-display .co2e-dial div.value p:last-of-type {
                    font-size: 0.9em;
                    font-weight: 300;
                    margin-top: -0.75em;
                }

                .co2-display .co2e-dial div.value p span {
                    font-size: 0.75em;
                }

    .co2-display .co2-display-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .co2-display .emission-info {
        border-right: 2px solid #545962;
        padding: 0.1em 1em;
        text-align: center;
        flex-grow: 1;
        /* should not be full height */
        height: fit-content;
        margin-top: -5%;
    }

        .co2-display .emission-info p {
            margin: 0;
            font-size: 1.35em;
            font-weight: bolder;
        }

            .co2-display .emission-info p:last-of-type {
                font-size: 0.9em;
                font-weight: 300;
            }

        .co2-display .emission-info:last-of-type {
            border-right: none;
        }

.spacer {
    flex-grow: 1;
}

.phases {
    padding-top: 1.5em;
    padding-bottom: 1em;
    flex-wrap: wrap;
}

    .phases .phase-pad {
        padding: 0.5em;
    }

    .phases .phase {
        border: 1px dashed #545962;
        color: #fff;
        border-radius: 1em;
        padding: 1.5em 1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 1;
        text-align: center;
    }

        .phases .phase.phase-exists {
            background-color: #fff;
            color: #0d264d;
            border: 1px solid #fff;
        }

        .phases .phase h3 {
            margin: 0;
            display: inline-block;
            font-size: 0.9em;
        }

        .phases .phase p {
            font-size: 0.9em;
            display: inline-block;
            margin: 0;
            margin-left: 1em;
        }


.rounded-1rem {
    border-radius: 1rem;
}

.bg-scope-1 {
    background-color: #121425;
}

.bg-scope-2 {
    background-color: #225BA3;
}

.bg-scope-3 {
    background-color: #519D82;
}

.bg-scope-mixed {
    background: rgb(34,91,163);
    background: linear-gradient(90deg, rgba(34,91,163,1) 0%, rgba(81,157,130,1) 100%);
}

.progress-bar-emissions {
    height: 1.5rem;
    gap: 1px;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #e8e9e8;
}

.progress-bar-labels {
    display: flex;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

    .progress-bar-labels .progress-bar-label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        border-right: 2px solid #e8e9e8;
    }

        .progress-bar-labels .progress-bar-label:last-of-type {
            border-right: none;
        }

        .progress-bar-labels .progress-bar-label .value {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 0;
        }

        .progress-bar-labels .progress-bar-label .description {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .progress-bar-labels .progress-bar-label .description .color-dot {
                display: inline-block;
                width: 0.75em;
                height: 0.75em;
                border-radius: 50%;
                margin-right: 0.5em;
            }

            .progress-bar-labels .progress-bar-label .description .name {
                margin-bottom: 0;
                font-weight: 300;
                font-size: 0.9em;
            }

.progress-phase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    flex-grow: 1;
    padding-bottom: 0.85em;
}

    .progress-phase p {
        margin: 0;
        flex-basis: 20%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .progress-phase .progress-bar {
        flex-basis: 60%;
        flex-grow: 1;
        flex-shrink: 0;
        height: 0.8rem;
        border-radius: 1rem;
        overflow: hidden;
        background-color: #e8e9e8;
        align-self: center;
    }

        .progress-phase .progress-bar .progress-bar-inner {
            height: 100%;
            overflow: hidden;
            border-radius: 1rem;
        }

    .progress-phase p:first-of-type {
        font-size: 0.9em;
        font-weight: bold;
        flex-shrink: 1;
        flex-grow: 1;
    }

    .progress-phase p:last-of-type {
        font-size: 0.9em;
        text-align: right;
        font-weight: bold;
        flex-shrink: 1;
        flex-basis: 10%;
    }

    .progress-phase p.notfound {
        color: #d9dad9;
    }

.mt-2rem {
    margin-top: 2rem !important;
}

.legend {
    display: flex;
    gap: 2em;
    padding-top: 1em;
}

    .legend .legend-item {
        display: flex;
        align-items: start;
        gap: 0.5em;
    }

        .legend .legend-item .color-dot {
            width: 1em;
            height: 1em;
            border-radius: 50%;
            margin-top: 0.15em;
        }

        .legend .legend-item p {
            margin: 0;
            font-size: 0.95em;
        }

.carbon-total.scope-1 svg {
    color: #121425;
}

.carbon-total.scope-2 svg {
    color: #225BA3;
}

.carbon-total.scope-3 svg {
    color: #519D82;
}

.scope-2-text {
    color: #2B72CA;
}

    .scope-2-text:hover {
        color: #4688D8;
    }

.carbon-total {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s;
}

    .carbon-total svg {
        width: 100%;
    }

.carbon-total-display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.carbon-total-display-number {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.carbon-total-display-name {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}

.scope-1 svg {
    color: #121425;
}

.scope-2 svg {
    color: #225BA3;
}

.scope-3 svg {
    color: #519D82;
}

.unit {
    font-size: 1rem;
    font-weight: 700;
}

.carbon-total {
    display: flex;
    position: relative;
    flex-direction: column;
}

.carbon-lines {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    padding: 0 3rem;
    font-weight: 400;
}

    .carbon-lines .carbon-line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem;
        position: relative;
        background-color: #f0f0f0;
        z-index: 0;
        width: 100%;
        flex-grow: 1;
        padding: 0.15rem 0.3rem;
        gap: 1rem;
    }

        .carbon-lines .carbon-line .percentage-bar {
            background-color: #D9DAD9;
            height: 100%;
            position: absolute;
            left: 0;
            height: 100%;
            z-index: 1;
        }

        .carbon-lines .carbon-line *:not(.percentage-bar) {
            z-index: 2;
        }

        .carbon-lines .carbon-line .stats {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            justify-content: end;
            flex-grow: 0;
            text-align: right;
        }

            .carbon-lines .carbon-line .stats .percentage {
                width: 4rem;
            }

        .carbon-lines .carbon-line .name {
            font-size: 1rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            flex-shrink: 1;
            flex-basis: 80%;
        }


.footprint tr:nth-child(even) {
    background-color: #f9f9f9;
}

.footprint td, th {
    font-size: 0.9rem;
    padding: 1.2em 1em;
}

.gap-form {
    padding-top: 1em;
    gap: 0.25em;
}

select.form-control.dark-facility-form-control, input.form-control.dark-facility-form-control {
    background-color: #212b37;
    color: #fff;
    border: none;
    appearance: auto;
    border-radius: 2em;
    font-size: 0.9rem;
    padding: 0.5em 1em;
    border-right: 0.5em solid #212b37;
    margin-right: 0.5em;
    height: 100%;
    text-align: left;
    width: fit-content;
    flex-grow: 0;
    flex-shrink: 1;
}

input.form-control.dark-facility-form-control {
    border-right: none !important;
    padding-right: 1em;
    text-align: center;
}

div.dt-scroll-body {
    border-bottom: none !important;
}
