/* .spinner {
  animation: spin 1s linear infinite;
  border: 4px solid #E5E7F4;
  border-radius: 50%;
  border-top-color: #235CE9;
  height: 60px;
  margin: auto;
  width: 60px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#loading-spinner {
  display: flex;
  justify-content: center;
  align-items: lefft;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffffff2;
  z-index: 1000;
}

#form-container {
  width: 100%;
  display: flex;
  justify-content: start;
}

.homecash-form-3 {
  width: 100%;
  max-width: 660px;
  background-color: #FFF;
  border: 1px solid #E5E7F4;
  border-radius: 40px;
}



.homecash-form-3 h3 {
  display: none;
}

.homecash-form-3 form {
  padding: 24px;
  background-color: transparent;
}


form .hs-fieldtype-file > label {
  width: 100%;
  color: #1e203f;
  font-weight: 400;
  position: relative;
  border: 1px solid #BCCAE9;
  background-color: #FFF;
  padding: 8px 12px 8px 46px;
  cursor: pointer;
  padding: 16px 20px 50px 20px;
  display: flex;
  justify-content: start;
  font-size: 18px;
  border-radius: 20px;
}


form .hs-fieldtype-number > label {
  width: 100%;
  color: #1e203f;
  font-weight: 400;
  position: relative;
  background-color: #FFF;
  padding: 8px 12px 8px 12px;
  display: flex;
  justify-content: start;
  font-size: 18px;
}


form .hs-fieldtype-text > label {
  width: 100%;
  color: #1e203f;
  font-weight: 400;
  position: relative;
  background-color: #FFF;
  padding: 8px 12px 8px 12px;
  display: flex;
  justify-content: start;
  font-size: 18px;
  border-radius: 20px;
}

.hs-form-field.hs-fieldtype-text {
  margin-bottom: 40px!important;
}


form .hs-fieldtype-file > label:before {
  content: url('https://mkt.rooftop.com.br/hubfs/upload-2.svg');
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  left: calc(50% - 16px);
  top: calc(50%);
}

form .input input{
  position: relative;
  margin-bottom: 20px;
}

.homecash-form-3 form .input> ul{
  list-style: none;
  padding-inline-start: 0;
  padding-bottom: 012px;
  margin: 0;
  font-size: 14px;
  color: #1e203f;
}

.flex-file{
  align-items: lefft;
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  gap: 18px;
}

.btn-remove-file,
.btn-remove-file:hover,
.btn-remove-file:active,
.btn-remove-file:focus {
  all: unset;
  cursor: pointer;
  padding: 16px;
  font-size: 22px;
  color: #C74A20;
}

form .input > ul.empty li:first-child {
  display: none;
}

form .input > ul{
  padding: 18px 0;
  display: flex;
  align-items: lefft;
  flex-direction: column;
}

form .input  > ul li{
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #6D6E80;
}

form .input input[type="file"]{
  z-index: -1;
  width: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  height: 37px;
  cursor: pointer;
}


form input[type="text"], .homecash-form-3 form input[type="email"]{
  text-align: center;
}

label#label-email-cde1cbc9-b29d-436f-b1c6-d5e6258f9476 {
    padding: 0px 12px 0px 12px;
    margin-bottom: 0px;
}


label#label-valor_do_condominio__-b52e1fc4-acb3-4db8-a21c-af6d2b2a67db {
    padding: 0px 12px 0px 12px;
    margin-bottom: 0px;
}

.hs-valor_do_condominio__ .hs-field-desc{
    text-align: center;
    color: #7e808a!important;
    padding-bottom: 10px;
}

form .input input[type="text"], .homecash-form-3 form .input input[type="email"]{
    width: 100%;
    position: absolute;
    left: 0;
    height: 37px;
}

form .input input[type="number"]{
  width: 100%;
  position: absolute;
  left: 0;
  height: 37px;
}

.hs_valor_do_condominio__ .input {
  border: 1px solid #bccae9;
  border-radius: 10px;
  padding: 16px 8px;
}

.hs_email .input {
  border: 1px solid #bccae9;
  border-radius: 10px;
  padding: 16px 8px;
}

form input {
  font-size: 100%;
}
form input[type=text]:focus{
  outline: none
}
form input[type=email]:focus{
  outline: none
}

input#email-cde1cbc9-b29d-436f-b1c6-d5e6258f9476{
   position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  background: #fff;
  border: 3px #000;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(0,0,0,.1);
  color: #000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

input#valor_do_condominio__-cde1cbc9-b29d-436f-b1c6-d5e6258f9476{
   position: relative;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  background: #fff;
  border: 3px #000;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(0,0,0,.1);
  color: #000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

form .actions input{
  all: unset;
  align-items: lefft;
  background-color: #c74a20;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: start;
  line-height: 26px;
  min-width: 100%;
  padding: 18px;
  transition: all .2s;
  width: 100%;
  text-align: center;
}

form .actions input[type="file"]:hover {
  background-color: #b2431d;
}

.submitted-message {
  padding: 42px 0;
  text-align: center;
  font-size: 26px;
  color: #1e203f;
}

@media (min-width: 768px) {
  form {
    padding: 40px;
  }
  
  form > ul li{
    width: 75%;
  }
} */


/* 
-------------------------------------- 

Novos estilos para arrumar a pagina de indicacao do franqueado   - 03/07/2025

*/

/* Remove o estilo de lista para deixar o menu horizontal */
#hs_menu_wrapper_widget_1751566163800_ ul {
 text-align: left;
 list-style: none;
}

/* Alinha o menu do header à direita */
#hs_menu_wrapper_widget_1751566163800_ ul {
    text-align: right;
    justify-content: flex-end;
    display: flex;
}

/* Esconde a legenda dos campos */
form legend{
  display: none !important;
}


/* Se o usuario estiver deslogado */
.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.login-card {
  background: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.login-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: #007c89;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}

.login-title {
  color: #2d3748;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.login-subtitle {
  color: #718096;
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.login-btn {
  background: #007c89;
  color: white;
  padding: 0.875rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 180px;
}

.login-btn:hover {
  background: #006570;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 124, 137, 0.3);
}

.login-btn:active {
  transform: translateY(0);
}

.security-notice {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f7fafc;
  border-radius: 6px;
  border-left: 4px solid #007c89;
}

.security-notice p {
  color: #4a5568;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 480px) {
  .login-card {
    padding: 2rem 1.5rem;
    margin: 1rem;
  }

  .login-title {
    font-size: 1.25rem;
  }
}


{% if !request_contact.is_logged_in %}
/* Tira padding e ocupa 100% do tamanho da tela */
@media only screen and (min-width: 992px) {
    .dnd-section {
        padding: 0px!important;
    }
}
.dnd-section > .row-fluid, .content-wrapper {
    max-width: 100%!important;
}


body:not(.hubspot-disable-focus-styles) .ac-header-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: -1px;
    transition: all 0.3s linear;
    z-index: 99999;
}
{% endif %}
