
/* Thanks page */
.upload-map {
  border: 2px dashed var(--blue);
  border-radius: 8px;
  padding: 20px 25px;
  text-align: center;
  margin: 0 auto 20px;
  width: 80%;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.agradecimento-title {
  font-size: 22px;
  font-weight: 800;
}

.agradecimento-sec-title {
  color: var(--darkblue);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}

.agradecimento-paragraph {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-wrap: balance;
}

.agradecimento-paragraph span {
  font-weight: 600;
}

.upload-label {
  cursor: pointer;
}

.upload-label p {
  color: var(--mediumgrey);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-wrap: balance;
  margin: 0;
}

.upload-label span {
  color: var(--blue);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.upload-map input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.no-map {
  font-size: 14px;
  font-weight: 400;
  text-wrap: balance;
}

.no-map a {
  font-weight: 600;
  color: var(--blue);
}

.mensagem_politica {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 auto;
  border-radius: 20px;
  background: rgba(156, 66, 224, 0.25);
  width: 334px;
  height: 94px;
  margin-bottom: 15px;
  padding: 20px;
}

.mensagem_politica p {
  color: var(--darkblue);
  font-size: 12px;
  font-weight: 400;
  text-wrap: balance;
  margin: 0;
  text-align: start;
}

.mensagem_politica span {
  font-weight: 600;
}

.contactform-inner {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

#agradecimento {
  width: 100%;
}

.agradecimento-form {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

#pdfSubmit { 
    width: 100%;
    border: none;
    background: var(--red);
    color: var(--white);
    font-size: 20px;
    margin: 30px 0 0;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
}

.success-message h2 {
  color: var(--darkblue);
  font-size: 26px;
  font-weight: 800;
  text-wrap: balance;
  margin-bottom: 15px;
}

.success-message p {
  font-size: 16px;
  font-weight: 400;
  text-wrap: balance;
  margin-bottom: 25px;
  line-height: normal;
}

.success-message span {
  font-weight: 700;
}
