﻿.path-reg.selected {
    fill: #cbd5e1 !important;
}

@media (max-width: 805px) {
    .test {
        width: 100%;
    }

    .test2 {
        width: 100%
    }
}

@media (min-width: 805px) and (max-width: 1024px) {
    .test {
        width: 100%;
    }

    .test2 {
        width: 80%
    }
}

@media (min-width: 1005px) and (max-width: 1198px) {
    .test2 {
        width: 100%
    }
}

@media (min-width: 1500px) {
    .test2 {
        width: 80%;
    }
}

.btn-check:checked + .btn-outline-primary {
    background-color: #0069ba;
}

.bg-primary-1 {
    background-color: #0069ba;
    width: 13%;
    display: flex;
    justify-content: center;
}

.year-span {
    display: flex;
    width: 13%;
    justify-content: center;
}

.responsive-svg {
    height: 700px;
}

.report-station {
    justify-content: space-between;
    align-items: end;
}

#idMunicipality {
    width: 30%;
}

@media (max-width: 768px) {
    .responsive-svg {
        height: 450px;
    }
}

@media (max-width: 550px) {
    .report-station {
        flex-direction: column;
        align-items: start;
    }

    #idMunicipality {
        width: 50%;
    }
}

.card {
    border: none;
    width: 100%;
}

.assessment-wrapper table tr th {
    white-space: nowrap;
    width: 20%;
}

.assessment-wrapper {
    overflow-x: auto;
}

#textContainer {
    text-align: justify;
}

#textContainer p {
    align-self: self-start;
}


@media (min-width: 990px) {
    #textContainer {
        padding-left: 30px;
    }
}

@media (max-width: 990px) {
    #textContainer {
        margin-top: 20px;
    }
}

.pdf-download-card svg {
    fill: #d9534f;
    width: 20px;
    height: 30px;
}

.pdf-download-card {
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

