:root {
  --blue-color: #357ded;
  --gray-color: #77889926;
}
/* range slider styles */

.range-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.range-slider.dragging {
  cursor: ew-resize;
}

.range {
  width: 100%;
  display: grid;
  position: relative;
  z-index: 5;
}

.range input {
  grid-row: 2;
  grid-column: 1;
  pointer-events: none;
  appearance: none;
  background: transparent;
}

.range input::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--blue-color);
  border-radius: 50%;
  cursor: pointer;
}

.slider {
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--gray-color);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
  z-index: -1;
}

.progress {
  position: absolute;
  height: 100%;
  background: var(--blue-color);
  cursor: ew-resize;
}
.br-select.emulada {
  max-width: 400px;
  min-width: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Rawline", "Segoe UI", sans-serif;
}

.br-select.emulada label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color);
}

.styled-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid var(--color-secondary-04);
  border-radius: 4px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 1rem;
  color: var(--text-color);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  width: 100%;
  box-shadow: var(--select-shadow);
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
}

.styled-select:focus {
  border-color: var(--focus-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(19, 81, 180, 0.2);
}
.filtro-bloco {
  margin: 4rem; /* Ou o quanto você quiser afastar */
}

/* Tamanho do Scrim dos Filtros de Terra Indígena */
.br-scrim.foco .br-modal-extra-large {
  left: 50%;
  max-height: 90%;
  background-color: white;
  width: 930px;
  overflow: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.br-card w-25 {
  min-width: 50px;
}
/* Formatação dos cartões de indicadores */
.card-indicador span.material-icons {
  font-size: 36px;
  color: #1976d2;
}
/* Estilos de Mapas */
#map {
  height: 700px;
  width: 100%;
  margin-top: 20px;
}
#uf {
  width: 10%;
}
#botaoUpload {
  position: absolute;
  top: 80px;
  right: 10px;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
#botaoUpload:hover {
  background-color: #f0f0f0;
}

/*Página de Login*/
.eula {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
  width: inherit;
}

.eula h1 {
  margin-top: 1em;
  width: 100%;
  text-align: center;
  color: #0c326f !important;
  font-weight: 700;
  font-size: large;
}

.eula p {
  text-align: justify;
}

.eula .content {
  margin: 0.5em;
  padding: 0.5em;
  border-radius: 0.5em;
  border: 1px solid lightgray;
  overflow-y: scroll;
  vertical-align: middle;
  height: 480px;
}
/* Formatação dos Gráficos*/
