@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

#dataset {
    color: #ea062a;
    font-size: 1.5em;
    font-weight: 400!important;
}

#appTitle {
    color: #ea062a;
    font-size: 2em;
    font-weight: bold;
}

.logo-container {
    height: 120px
}

#body {
    max-height: calc(100vh - 120px)!important
}

/* #accordion {
    margin-top: 2vw;
} */

.search-type {
    border-color: #ea062a;
    color: #ea062a;
}

.search {
    color: #535353;
    border-color: #ea062a;
}

.search:active {
    border: #ea062a;
    box-shadow: none !important;
}

.search:focus {
    box-shadow: none !important;
}

.btn-search {
    background: #ea062a;
    color: white;
}

.form-select {
    color: #ea062a;
    border-color: #ea062a;
}

.form-select:focus {
    border-color: #ea062a;
    box-shadow: none;
}

#detailTitle {
    color: #ea062a;
}

#detailText th {
    color: #ea062a;
}

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: #ea062a;
}

#datasetTitle {
    font-size: 1.5vw;
    top: 15px;
    z-index: 10;
    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);
}

#rasterOpacitysection1::-webkit-slider-thumb,
#rasterOpacitysection2::-webkit-slider-thumb,
#rasterOpacitysection3::-webkit-slider-thumb,
#rasterOpacitysection4::-webkit-slider-thumb {
    background: #ea062a;
}

#rasterOpacitysection1::-moz-range-thumb, 
#rasterOpacitysection2::-moz-range-thumb,
#rasterOpacitysection3::-moz-range-thumb,
#rasterOpacitysection4::-moz-range-thumb {
    background: #ea062a;
}

#rasterOpacitysection1::-ms-thumb, 
#rasterOpacitysection2::-ms-thumb, 
#rasterOpacitysection3::-ms-thumb, 
#rasterOpacitysection4::-ms-thumb {
    background: #ea062a;
}

#lang-selector {
    z-index: 100;
}

#grafico2 {
    max-height: 150px;
    padding-left: 16px;
    padding-right: 16px;
}

#headingsection1>button,
#headingsection2>button,
#headingsection3>button,
#headingsection4>button {
    color: #ea062a!important;
}

/* #headingsection1>.accordion-button {
    background-color: yellow;
} */

.accordion {
    --bs-accordion-active-bg: #e0e0e0;
}

.accordion-button:focus {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#googleplacessearch {
    margin-top: 50px;
    z-index: 11;
}