/* System Page Styles */

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
}

a:hover {
    color: #535bf2;
}

h1 {
    font-size: 3.2em;
    line-height: 1.1;
}

#app {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

.logo {
    height: 6em;
    padding: 1.5em;
    will-change: filter;
    transition: filter 300ms;
}

.logo:hover {
    filter: drop-shadow(0 0 2em #646cffaa);
}

.logo.vanilla:hover {
    filter: drop-shadow(0 0 2em #f7df1eaa);
}

.card {
    padding: 2em;
}

.read-the-docs {
    color: #888;
}

button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.25s;
}

button:hover {
    border-color: #646cff;
}

button:focus,
button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color;
}

#refIndicador > option {
    background-color: #fff;
}

.map-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-items: center;      
    min-height: 180px;      
    text-align: center;
}

.map-title-container {
    margin: 2px;
    font-weight: bold;
    font-size: 14px;
}

#map_image {
    object-fit: contain;
    height: 120px;
    filter: saturate(80%);
    opacity: 0.8;
}

#filtrar {
    width: 10rem;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.multiselect-container.dropdown-menu {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiselect.dropdown-toggle.custom-select {
    text-align: left;
}

ul.multiselect-container {
    padding: 0.8rem;
}

.multiselect-container>li>a {
    color: #6e707e;
}

.multiselect-container>li>a>label {        
    font-size: 0.8rem;
    padding: 3px 20px 3px 0 !important;
}

.multiselect-selected-text {
    font-size: 0.8rem;
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: #ffffff;
    }
    
    a:hover {
        color: #747bff;
    }
    
    button {
        background-color: #f9f9f9;
    }
}