:root {
    --bgColor--splash: #32333d;
    --lm-blue: #333645;
}

#loading-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bgColor--splash);
}

#chart-container {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

.mud-chart .svg-tooltip text {
    fill: white !important;
}

.mud-chart .svg-tooltip polygon {
    fill: black !important;
}

.mud-chart .svg-tooltip rect {
    fill: black !important;
}