/* Filtro de Credenciados */
@media (max-width: 768px) {
  .credenciados-filtros-fields {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    align-items: stretch;
	gap: 0.2rem;
  }
}

.jet-form-builder__field-wrap {
	display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.jet-form-builder-hr-select-level {
	margin-bottom: 0rem !important;
}


/* Pop-up Credenciados */
.popup-credenciado-conteudo h3 {
	color: #BC1E00;
}

.popup-credenciados-header {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	gap: 10px;
}

.pop-credenciados-subheader {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.popup-credenciados-infos {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	gap: 10px;
}

.popup-credenciados-infos p {
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #BC1E00;
}

.popup-credenciados-img {
	max-width: 120px !important;
	border-radius: 6px !important;
}

.popup-credenciados-infos-detalhe {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}
.popup-credenciados-cobertura-titulo {
	color: #BC1E00;
	font-family: "carbona-variable", sans-serif;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    font-size: 18px;
	line-height: 48px;
}

.popup-credenciados-cobertura {
  max-height: 40vh; /* Set the maximum height of the container to 60% of the viewport height */
  overflow-x: hidden;/* Prevent horizontal scrolling */
  overflow-y: scroll;/* Enable vertical scrolling within the container when content exceeds its height */
  border: 0px solid #ccc; /* Border style for the container */
}

.popup-credenciados-cobertura::-webkit-scrollbar {
  width: 6px;/* Sets the width of the scrollbar */
}

.popup-credenciados-cobertura::-webkit-scrollbar-track {
  background: #FFFFFF50; /* Sets the background color of the scrollbar track */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.popup-credenciados-cobertura::-webkit-scrollbar-thumb {
  background: #FF6700; /* Sets the background color of the scrollbar thumb */
  border-radius: 10px; /* Applies a border-radius to the scrollbar thumb */
}

.popup-credenciados-footer {
	padding-top: 14px;
}

.popup-credenciados-mapbutton-wrapper {
	max-width: 100%;
}

.popup-credenciados-mapbutton-wrapper a {
	display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1;
    background-color: #F3E4CA;
    color: #BC1E00;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    padding: 6px 0px 6px 0px;
}

.popup-credenciados-maputton-content-wrapper {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
}

.popup-credenciados-maputton-text {
	line-height: 26px;
    font-size: 17px;
	font-family: "carbona-variable", sans-serif;
    font-variation-settings: "wght" 400;
    font-weight: 400;
}