html {
    background: rgba(0, 0, 0, 0.88);
}

.mud-layout {
    margin-bottom: 10rem;
}

.mud-main-content {
    background: rgba(0, 0, 0, 0.88);
}

.graph-container {
    padding-top: 2.5rem;
    --size: 20rem;
    --stroke-size: calc(var(--size)/5);
    --rating: 0;
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
    animation: 1s animateRating cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .graph-container *, .graph-container *::before, .graph-container *::after {
        box-sizing: border-box;
    }

.half-donut {
    width: var(--size);
    height: calc(var(--size) / 2);
    border-radius: var(--size) var(--size) 0 0;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.3333333333));
}

.slice {
    --stroke-color: #000;
    --rotate: 0deg;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--size) var(--size) 0 0;
    border: var(--stroke-size) solid var(--stroke-color);
    box-sizing: border-box;
    border-bottom: none;
    transform-origin: 50% 100%;
    background: rgba(0, 0, 0, 0);
    transform: rotate(calc(var(--rotate)));
}

    .slice:nth-child(1) {
        --stroke-color: #d72e2c;
        --rotate: calc(36deg * (1 - 1) );
    }

    .slice:nth-child(2) {
        --stroke-color: #ff6259;
        --rotate: calc(36deg * (2 - 1) );
    }

    .slice:nth-child(3) {
        --stroke-color: #f19c4b;
        --rotate: calc(36deg * (3 - 1) );
    }

    .slice:nth-child(4) {
        --stroke-color: #68ca6f;
        --rotate: calc(36deg * (4 - 1) );
    }

    .slice:nth-child(5) {
        --stroke-color: #509d55;
        --rotate: calc(36deg * (5 - 1) );
    }

.marker {
    position: absolute;
    z-index: 1;
    --round-size: calc(var(--size) / 10);
    --round-o-size: calc(var(--round-size)* 0.32);
    width: var(--round-size);
    height: var(--round-size);
    left: 50%;
    bottom: 0;
    border: var(--round-o-size) solid #fff;
    border-radius: 50%;
    --turn: calc(45deg + (1.8 * calc(var(--rating) * 1deg)));
    transform: translate(-50%, 50%) rotate(var(--turn));
    transform-origin: 50% 50%;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .marker::before {
        content: "";
        position: absolute;
        border: calc(var(--round-size) / 3) solid transparent;
        border-right: calc(var(--size) * 0.4) solid #FFF;
        left: 0%;
        bottom: 0;
        transform: translate(-100%, 50%) rotate(-45deg);
        transform-origin: 100% 50%;
        filter: drop-shadow(calc(var(--round-size) / -10) 0 0.2rem rgba(0, 0, 0, 0.5333333333));
    }

.label-speedometer {
    display: grid;
}

#index {
    position: absolute;
    font-family: "Lucida Console";
    color: #d72e2c;
    font-weight: bold;
    width: 100%;
    bottom: 0px;
    top: 0px;
    right: 0px;
    left: 0px;
    transform: translate(-8.5rem, 8.5rem) rotate(calc(-45deg - (1.8 * calc(var(--rating) * 1deg))));
    transition: 0.2s linear;
}


.description {
    font-size: 2rem;
    font-family: "Georgia", "serif";
    color: #d72e2c;
}

#searching {
    margin: 20.875px 0 20.875px 0;
    color: white;
}

@keyframes ellipsis {
    to {
        width: 40px;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 40px;
    }
}

@keyframes animateRating {
    from {
        --rating: 0
    }

    to {
        --rating: 100
    }
}

.navbar-brand {
    margin-left: 5rem;
    margin-right: 5rem;
}

.avisolegal {
    padding: 1.25rem 0 3rem 0;
    margin: auto;
    width: 70%;
    color: #FFFFFF;
}

.politica-privacidade {
    padding: 1.25rem 0 3rem 0;
    margin: auto;
    width: 70%;
    color: #FFFFFF;
}

.strong-avisolegal {
    text-decoration: underline;
}

.result-description {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1rem;
    padding: .20rem;
    border-radius: .25rem;
}

.cookie-consent-container {
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    margin-bottom: 4rem
}

.cookie-consent {
    padding: 1em;
    gap: 0.5rem;
    max-width: 48rem;
    pointer-events: all;
    border-radius: 0.25rem;
}

.ul-default {
    list-style-type: initial;
    margin-inline-start: 3rem;
}

.h1-home {
    font-size: 2.125rem !important;
    font-weight: 400 !important;
    line-height: 1.235 !important;
    letter-spacing: .00735em !important;
}

.h2-home {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    letter-spacing: .0075em !important;
}

.h1-avisolegal {
    font-size: 3.75rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    letter-spacing: -.00833em !important;
}

.h2-avisolegal {
    font-size: 2.125rem !important;
    font-weight: 400 !important;
    line-height: 1.235 !important;
    letter-spacing: .00735em !important;
}

.h1-politicaprivacidade {
    font-size: 3.75rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    letter-spacing: -.00833em !important;
}

.h2-politicaprivacidade {
    font-size: 2.125rem !important;
    font-weight: 400 !important;
    line-height: 1.235 !important;
    letter-spacing: .00735em !important;
}

.h1-contato {
    font-size: 2.125rem !important;
    font-weight: 400 !important;
    line-height: 1.235 !important;
    letter-spacing: .00735em !important;
}

#components-reconnect-modal {
    display: none !important;
}

.paper-black {
    background: rgb(0, 0, 0) !important;
}

.paper-black > div > p:first-child{
    color: #FFFFFF !important;
}

.dadosgov-titulo {
    font-size: 1rem;
    height: 1.5rem;
}

.dadosgov-result {
    color: #FFFFFF;
    font-size: 2rem !important;
    line-height: normal !important;
    font-weight: 500 !important;
}
