.elementor-626 .elementor-element.elementor-element-efbcf67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:16px 16px 16px 16px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-626{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-626 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-626 .dialog-close-button{display:flex;}#elementor-popup-modal-626 .dialog-widget-content{border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-69f0c79 *//* ===== TALENT - SUBCONTRACTOR FORM ===== */

.jtwf[data-jobtread-web-form="true"] {
  width: 100%;
  max-width: 100%;
  font-family: "Inter", "Poppins", "Montserrat", Arial, sans-serif;
  color: #1f1f1f;
}

/* container principal */
.jtwf[data-jobtread-web-form="true"] > div,
.jtwf[data-jobtread-web-form="true"] .mx-auto.min-w-0.max-w-sm.rounded-sm.shadow-sm.bg-white {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* topo/logo */
.jtwf[data-jobtread-web-form="true"] .p-4.shadow-line-bottom {
  padding: 28px 32px 10px;
  border-bottom: 1px solid #ececec;
  text-align: center;
}

.jtwf[data-jobtread-web-form="true"] img {
  max-height: 90px !important;
  width: auto;
  margin: 0 auto;
}

/* área interna */
.jtwf[data-jobtread-web-form="true"] .p-4.space-y-2 {
  padding: 28px 32px 32px;
}

/* espaçamento entre campos */
.jtwf[data-jobtread-web-form="true"] label.cursor-pointer.block,
.jtwf[data-jobtread-web-form="true"] .block {
  display: block;
  margin-bottom: 18px;
}

/* labels */
.jtwf[data-jobtread-web-form="true"] .font-bold {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 8px;
}

/* inputs, textarea, date, file */
.jtwf[data-jobtread-web-form="true"] input[type="text"],
.jtwf[data-jobtread-web-form="true"] input[type="email"],
.jtwf[data-jobtread-web-form="true"] input[type="tel"],
.jtwf[data-jobtread-web-form="true"] input[type="date"],
.jtwf[data-jobtread-web-form="true"] input[type="file"],
.jtwf[data-jobtread-web-form="true"] textarea {
  width: 100% !important;
  min-height: 52px;
  border: 1px solid #d6d6d6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 14px 16px !important;
  font-size: 15px;
  color: #1f1f1f;
  box-shadow: none !important;
  outline: none;
  transition: all 0.25s ease;
}

/* textarea */
.jtwf[data-jobtread-web-form="true"] textarea {
  min-height: 110px;
  resize: vertical;
}

/* foco */
.jtwf[data-jobtread-web-form="true"] input:focus,
.jtwf[data-jobtread-web-form="true"] textarea:focus {
  border-color: #e0b300 !important;
  box-shadow: 0 0 0 3px rgba(224, 179, 0, 0.14) !important;
}

/* file input */
.jtwf[data-jobtread-web-form="true"] input[type="file"] {
  padding: 12px !important;
  background: #fafafa !important;
}

/* bloco de especialidades */
.jtwf[data-jobtread-web-form="true"] .rounded-sm.border.divide-y.overflow-hidden {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid #dcdcdc !important;
  border-radius: 12px !important;
  padding: 14px;
  background: #fafafa;
  overflow: visible !important;
}

/* remove divisórias internas herdadas */
.jtwf[data-jobtread-web-form="true"] .rounded-sm.border.divide-y.overflow-hidden > label {
  border: none !important;
}

/* opções checkbox/radio */
.jtwf[data-jobtread-web-form="true"] .flex.gap-2.items-center.p-2.hover\:bg-gray-50.cursor-pointer.block {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.jtwf[data-jobtread-web-form="true"] .flex.gap-2.items-center.p-2.hover\:bg-gray-50.cursor-pointer.block:hover {
  border-color: #e0b300;
  background: #fffdf4;
}

/* checkbox e radio */
.jtwf[data-jobtread-web-form="true"] input[type="checkbox"],
.jtwf[data-jobtread-web-form="true"] input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #e0b300;
  flex-shrink: 0;
}

/* textos de opção */
.jtwf[data-jobtread-web-form="true"] .grow.min-w-0 {
  font-size: 14px;
  line-height: 1.4;
  color: #232323;
}

/* bloco do W-9 deixa mais enxuto */
.jtwf[data-jobtread-web-form="true"] .block .rounded-sm.border.divide-y.overflow-hidden:has(input[type="radio"]) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* botão */
.jtwf[data-jobtread-web-form="true"] .text-right {
  text-align: left !important;
  margin-top: 10px;
}

.jtwf[data-jobtread-web-form="true"] button[data-submit-button="true"] {
  width: 100%;
  min-height: 54px;
  border: none !important;
  border-radius: 12px !important;
  background: #d4aa00 !important;
  color: #111111 !important;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none !important;
  transition: all 0.25s ease;
}

.jtwf[data-jobtread-web-form="true"] button[data-submit-button="true"]:hover {
  background: #bf9800 !important;
  transform: translateY(-1px);
}

/* remove sombras/padrões antigos */
.jtwf[data-jobtread-web-form="true"] .shadow-sm,
.jtwf[data-jobtread-web-form="true"] .shadow-xs {
  box-shadow: none !important;
}

/* responsivo tablet */
@media (max-width: 1024px) {
  .jtwf[data-jobtread-web-form="true"] .rounded-sm.border.divide-y.overflow-hidden {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jtwf[data-jobtread-web-form="true"] .p-4.space-y-2,
  .jtwf[data-jobtread-web-form="true"] .p-4.shadow-line-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* responsivo mobile */
@media (max-width: 767px) {
  .jtwf[data-jobtread-web-form="true"] .rounded-sm.border.divide-y.overflow-hidden {
    grid-template-columns: 1fr;
  }

  .jtwf[data-jobtread-web-form="true"] .p-4.space-y-2,
  .jtwf[data-jobtread-web-form="true"] .p-4.shadow-line-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .jtwf[data-jobtread-web-form="true"] img {
    max-height: 75px !important;
  }
}/* End custom CSS */