@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

#appTitle {
    color: #cfac65;
    font-size: 1vw;
}

#dataset {
    color: #cfac65;
}

#search-type,
#search-type2 {
    border-color: #182951;
    color: #182951;
}

#search,
#search2 {
    color: #535353;
    border-color: #182951;
}

.search:active {
    border: #182951;
    box-shadow: none !important;
}

.search:focus {
    box-shadow: none !important;
}

#btn-search,
#btn-search2 {
    background: #182951;
    color: white;
}

.form-select {
    color: #182951;
    border-color: #182951;
}

.form-select:focus {
    border-color: #182951;
    box-shadow: none;
}

#detailTitle {
    color: #182951;
}

#detailText th {
    color: #182951;
}

select,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(255, 47, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(104, 13, 13, 0.6);
    outline: 0 none;
}

#texto1 {
    color: #cfac65;
}

#datasetTitle {
    font-size: 1.5vw;
    top: 15px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

#datasetTitle>p {
    width: 70%;
    line-height: 30px;
}

/* .mapboxgl-ctrl-group {
    height: 50px;
    width: 50px;
} */

#headingOne .accordion-button {
    background-color: white !important;
    height: 20px;
}

#headingOne .accordion-button:focus {
    border: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#heading2 .accordion-button {
    background-color: white !important;
    height: 20px;
}

#heading2 .accordion-button:focus {
    border: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#rasterOpacity::-webkit-slider-thumb {
    background: #182951;
}

#rasterOpacity::-moz-range-thumb {
    background: #182951;
}

#rasterOpacity::-ms-thumb {
    background: #182951;
}

#lang-selector {
    z-index: 10;
}

#accordion1 {
    margin-top: 20px
}