html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

h3 {
    color: #ddd;
}

@media screen and (max-width: 800px) {
    h3 {
        padding-left: 40px;
    }
}

.cdk-overlay-pane {
    width: unset !important;
    height: unset !important;
    max-width: 100% !important;
}

.mat-dialog-container {
    max-width: 100%;
    max-height: 100% !important;
    resize: both;
}


a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #cf1020 !important;
    background-color: transparent;

}

a:active {
    color: white;
    background-color: transparent;

}

.mat-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    scale: 0.5;
    transform: translate(-50%, -50%);
}


.legend-summary {
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: fit-content;
    margin-bottom: 20px;
    text-align: left;
}

.disclaimer {
    margin-top: 1lh;
}