/* map.css */
.main-map {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    color:black;
}

#container-map {
    min-width: 310px;
    max-width: 900px;
    margin: 0 auto;
}

h3, h4, h6, p {
    color:#47445a; 
}

.main-map #small-world-container {
    max-width: 200px;
    margin-top: 1rem; 
    min-width: 180px;
    height: 200px;
}

.main-map h1 {
    font-size: 1.5rem !important;
    color: #47445a; 
}

.main-map .mt-4 {
    margin-bottom: 1.5rem !important;
    padding-left: 12px;
}

.main-map .loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.main-map .btn-group {
    flex-wrap: wrap;
}

.main-map .btn {
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    margin: 0.1rem 0;
}

#descriptions div {
    display: none;
    margin-left: 0.5rem;
}

#descriptions h3 {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}

#rotation-preset-panel h6 {
    font-weight: bold;
}
#descriptions a {
    text-decoration: underline;
}

#rotation-panel h4 {
    font-size: 1rem;
    font-weight: bold;
}

#projection-buttons div {
    padding-left: 0; margin-left: 0;
}
#projection-buttons h4 {
    font-size: 1rem;
    font-weight: bold;
}

#hr-map {
    color:#e6a9c6; height: 0.2rem; border-radius: 15px; width:100%;
}
.color-legend {
    position: relative;
    width: 60px; /* Largura da barra de cores */
    height: 7px; /* Altura da barra de cores */
    background: linear-gradient(90deg, #00bf8c, #9655ff); /* Gradiente de cores */
    border-radius: 5px; /* Borda arredondada */
}

.color-legend-text {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 0; /* Posição do título em relação à barra de cores */
    left: 0;
    color: #333; /* Cor do texto do título */

}

.global-map button {
    color:#413e45;
    background-color: none;
    border: solid 1px rgb(60, 60, 60);
    border-radius: 0;
    gap: 0; margin-right: 0;
}

.global-map button:hover, button.active, button:focus {
    color:#ffffff;
    background-color: #695eae;
    border: solid 1px rgb(60, 60, 60);
    border-radius: 0;
    gap: 0; margin-right: 0;
}

.global-map button:focus {
    color:#ffffff;
    background-color: #695eae;
    border: solid 1px rgb(60, 60, 60);
    border-radius: 0;
    box-shadow:0 0 0 .25rem rgba(136, 0, 255, 0.5);
}
