div#wrap-whatsapp {
    padding: 30px;
    border: dashed 2px #cfc5d9;
    border-radius: 21px;
    margin: 20px 0 30px;
}

.sms-optin-text {
  
  
}


.duplofield {
    width: 100%;
    display: flex;
    gap: 20px;
}

/* ============================================
   CADASTRO - MENSAGEM DE SUCESSO
   ============================================ */
.cadastro-sucesso {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.cadastro-sucesso svg {
    display: block;
    margin: 0 auto 10px;
    fill: #1DD694;
    width: 80px;
    height: auto;
    animation: animasuccess 0.5s ease-in-out;
}

@keyframes animasuccess {
  0% {
    transform: scale(0);
   
  }
  50% {
    transform: scale(1.2);  
   
  100% {
    transform: scale(1);
   
  }  
}
}

@keyframes upsuccess {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  
  100% {
    transform: translateY(0);
    opacity: 1;
  }  
}



.cadastro-sucesso h2 {
    color: #620cdc;
    font-size: 36px;
    margin: 0 0 10px;
    font-family: "Mulish";
    font-weight: 900;
    line-height: 1;
    max-width: 420px;
    margin: 0 auto 18px;
    animation: upsuccess 0.5s ease-in-out 150ms backwards;
}


.cadastro-sucesso p {
    color: #555;
    font-size: 16px;
    margin: 0 0 25px;
     animation: upsuccess 0.35s ease-in-out 250ms backwards;
}

.cadastro-sucesso .botao-login {
    display: inline-block;
    background: var(--e-global-color-primary, #620BDC);
    color: #fff;
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
     animation: upsuccess 0.35s ease-in-out 350ms backwards;
}

.cadastro-sucesso .botao-login:hover {
    background: var(--e-global-color-secondary, #FC5723);
    transform: translateY(-2px);
}


.botsubmit {
  border: none;
  background: #1DD694;
    background-color: rgb(29, 214, 148);
  padding: 15px 35px;
  border-radius: 12px;
  color: #26005E;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.botsubmit:hover {
    background: #620BDC;
    color: #fff;
}

.rowsenhas {
    display: flex;
    gap: 30px;
    padding: 7px 0 28px;
    border-bottom: dotted 2px #f1edf5;
    margin: 0 ;
    width: 100%;
}


.form_fnd_claro textarea::placeholder, .form_fnd_claro input::placeholder {
    color: #C2ABD9;
    font-size: 14px;
    
}


#wrap-termos {
    
   margin: 10px 0;
}

input#aceite_termos, input#sms_optin {
    appearance: auto !important;
    width: auto !important;
    height: auto !important;
    accent-color: #620BDC !important;
    position: relative;
}

input#aceite_termos:after, input#sms_optin:after {
   display: none;
}



.sms-optin-wrapper {
  position: relative;
}

.sms-optin-wrapper span {
    display: inline !important;
}
.sms-optin-wrapper label {
    display: block ;
    padding: 0 !important
}

input#sms_optin {
    transform: translate(-2px, 4px);
}

input#aceite_termos:checked, input#sms_optin:checked {
   
    
}

input#aceite_termos:focus, input#sms_optin:focus {
  box-shadow: none !important;

}

.termos-checkbox-wrapper label {
    padding: 0 !important;
    line-height: 1.2em !important;
    display: flex ;
    font-size: 15px !important;
    position: relative;
}

input#aceite_termos {
    transform: translate(-1px, 4px);
}

.sms-optin-wrapper span {
    padding: 0 !important;
    
    position: relative;
}

.sms-optin-wrapper span {
    font-size: 13px !important;
    line-height: 1.2em !important;
}

.termos-checkbox-wrapper svg, .sms-optin-wrapper svg {
    left: 18px;
    position: absolute;
    z-index: 9;
    top: -2px;
    fill: #fff;
    width: 21px;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
    pointer-events: none;
}

.termos-checkbox-wrapper:has(input#aceite_termos:checked) svg, .sms-optin-wrapper:has(input#sms_optin:checked) svg {
    transform: scale(1);
}

.termos-checkbox-wrapper label a, .sms-optin-wrapper label a {
  color: #620BDC !important;
  text-decoration: underline !important;
}


.emailprof {
  text-align: center;
  font-size: 24px;
  color: #620BDC;
  margin: 0;
}

#restricao_resposta {
  padding: 0 0 0 47px;
  color: #620BDC;
}

#wrap-restricao-switch textarea#prof_restricoes {
    background: #fff !important;
}

#wrap-restricao-switch textarea#prof_restricoes:focus {
    background: #620BDC !important;
}



#preview-imagem {
  text-align: center;
}

#wrap-imagem-destaque {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  gap: 0;
  flex-direction: row;
  padding: 0;
  min-height: 120px;
  margin: 8px 0 15px;
}

#preview-imagem img {
  width: 120px;
  object-fit: cover;
  border-radius: 200px;
  max-width: unset !important;
  aspect-ratio: 1;
}

.selfoto {
  padding: 4px 15px;
  background: #1DD694;
  border-radius: 50px;
  display: inline-block;
  font-size: 13px;
  color: #000;
  margin-bottom: -14px;
}


#abrir-galeria {
  padding: 0;
  width: 120px;
  aspect-ratio: 1;
  border: none;
  color: #fff;
  border-radius: 200px;
  position: absolute;
  text-align: center;
  left: calc(50% - 60px);
  top: 0;
  align-items: end;
  display: flex;
  justify-content: center;
}

#abrir-galeria:hover {
    

background: #620BDC8F;
}

#abrir-galeria:focus, #abrir-galeria:active {
    background: transparent !important;
}



.botverifmail {
  padding: 0;
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #fff;
  cursor: pointer;
  border-radius: 8px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #620BDC;
}

.botverifmail:hover, .botverifmail:focus {
    background: #620BDC;
    color: #fff;
    
}

.botverifmail svg {
    width: 22px ;
    height: 22px;
}



.edicao #prof_email {
  pointer-events: none;
  color: #620bdc57;
  background: #620bdc0d !important;
}

.novo_cad .wrapnomail, .edicao .wrapnomail, .wrapnomail  {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.novo_cad .botverifmail, .edicao .botverifmail {
    display: none;
}


.desconto-item {
  display: flex;
  gap: 10px;
  padding: 0px 0 10px;
}

.valor-desconto {
  flex-basis: 150px;
}


.star-rating-group {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-flex;
}

.star-rating-group input[type="radio"] {
    display: none;
}

.form_prof .star-rating-group label {
    color: #E1DBEA ;
    cursor: pointer;
    display: inline-block;
    padding: 0 !important;
  cursor: pointer;
  font-size: 35px;
}

.star-rating-group input[type="radio"]:checked ~ label {
    color: gold;
}

.star-rating-group label:hover,
.star-rating-group label:hover ~ label {
    color: gold;
}

.criterio {

  display: flex;

}


.star-rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 13px 25px -15px rgba(192, 147, 255, 0.65);
  margin: 0;
}


.form_prof input, .form_prof label, .form_prof {
font-family: "Quicksand";
}

.form_prof label, .form_prof legend, #wrap-descontos fieldset label {
padding: 0 0 7px 7px;
color: #26005E;

}

.form_prof fieldset label {
    padding: 4px 15px 2px 51px;
    cursor: pointer
}
#wrap-tipos-profissional {
    position: relative;
    font-family: "Quicksand";
  
    
}

#wrap-tipos-profissional fieldset, #wrap-figurino fieldset, .wraprest {

display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px 0;
  border: none;
  background: #f1edf5;
  padding: 35px;
  border-radius: 15px;

}

#wrap-avaliacao fieldset {

display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px 0;
  border: none;
  background: #f1edf5;
  padding: 35px;
  border-radius: 15px;

}


#wrap-descontos fieldset {
    border: none;
    padding: 0;
    
}






.wrapfield {
  flex-grow: 1;
   flex-basis: 100%;
   position: relative;
}


#wrap-tipos-profissional .wrapfield, #wrap-figurino .wrapfield  {
    flex-basis: 40% !important;
  display: flex;
  flex-grow: 1;
      max-width: 50%;

}

#form-cadastro-profissional {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

#wrap-nome {
    flex-basis: 100%
    
}

#wrap-email, #wrap-whatsapp {
    
  
    
}












@media only screen and (max-width: 1200px) {



}




@media only screen and (max-width: 767px) {


#wrap-tipos-profissional .wrapfield, #wrap-figurino .wrapfield {
  flex-basis: 100% !important;
  flex-grow: 0;
  max-width: 100%;
}

#wrap-tipos-profissional fieldset, #wrap-figurino fieldset, .wraprest {
    padding: 20px;
}


.rowsenhas {
    display: flex;
    gap: 10px;
    padding: 0px 0 28px;
    border-bottom: dotted 2px #f1edf5;
    margin: 0 0 20px;
}


.duplofield {
    width: 100%;
    display: flex;
   
    flex-direction: column;

}

