a {
    text-decoration: none;
    
    }
    *{
        font-family: "Epilogue", sans-serif;
        color: #393939;
    }
    body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    }
    h2 {
        font-size: 1.8em;
    }
    header {
    width: 37%;
    height: 100vh;
    float: left;
    background-color: #2A6AA1;
    color: #fff;
    padding: 2%;
    box-sizing: border-box;
    }
    
    .account {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    padding-top: 0%;
    padding-left: 6%;
    max-width: 59%;
    height: 100vh;
    }
    .div1head{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .nav-log {
    width: 88%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    }
    .nav-log div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 40%;
    }
    
    #log-a {
        color: #91BA39;
    }
    #btn-log{
        background-color: #2A6AA1;
        color: #fff;
        border: none;
        cursor: pointer;
        width: 22%;
        height: 6vh;
        font-weight: bold;
        border-radius: 5px;
    }
    
    
    
    #header-logo {
    width: 75.4%;
    }
    #h1head {
    font-size: 200%;
    color: #fff;
    }
    
    /*form*/
    /* styles.css */
    #multiStepForm{
        width: 100%;
        font-size: 12px;
    }
    .spn{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100%;
        width: 8%;
        margin-top: 0;
    }
    .spn p {
        margin: 0;
    
        font-size: 11px;
    }
    .step-indicator {
        display: flex;
        justify-content: space-between;
        align-items: start;
        height: 8%;
        width: 80%;
    }
    .step-indicator hr {
        border: none;
        height: 0.3vh;
        width: 5.29%;
        background-color: #E3E3E3;
        margin-top: 2%;
    }
    .step-indicator hr.active {
        background-color: #2A6AA1; /* Cor ativa */
    }
    
    .step {
        background-color: #FFFFFF;
        border-radius: 50%;
        outline: 2px solid #E3E3E3;
        width: 40%;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .step.active {
        outline: 2px solid #2A6AA1;
        transition: outline .1s;
    }
    
    .spn svg {
        stroke: #2A6AA1; /* Altera a cor da linha do SVG*/
    }
    .hhr {
        flex-grow: 1;
    
        background-color: #E3E3E3;
        margin: 0 10px;
    }
    
    .hhr1 {
        flex-grow: 1;
    
        background-color: #2A6AA1;
        margin: 0 10px;
    }

    .step-content {
        display: none;
        min-height: 75vh;
        margin-bottom: 0;
    
    }
    
    .step-content.active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }
    
    .navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigation2 {
        display: flex;
        justify-content: end;
        align-items: center;
        width: 80%;
    }
    
    .next-btn {
        padding: 10px 10px;
        border: none;
        background-color: #91BA39;
        cursor: pointer;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }
    .prev-btn {
        background-color: none;
        border: none;
        cursor: pointer;
        padding: 8px 8px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }
    .prev-btn svg {
        stroke: #858585;
    }
    .prev-btn:hover {
        box-shadow: 0 2px 12px #0000007e;
        transition: box-shadow .2s;
        background-color: none;
    }
    .next-btn:hover {
        background-color: #9cc249;
        transition: background-color .2s;
    }
    
    
    .option {
        margin-bottom: 1%;
        display: flex;
        align-items: flex-start;
    }
    .comlabel:hover {
        cursor: pointer;
        transform: scale(1.04);
        transition: transform .2s;
    }
    
    #op1 {
        width: 50vw;
        border: 1px solid #E6E6E6;
    }
    .rdt {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    #residencial, #comercial, #urgente, #previsao, #agendar {
        display: none;
    }
    .radios {
        width: 15px;
        height: 10px;
        border-radius: 50%;
        background-color: #E3E3E3;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2%;
    }
    .radios1 {
        width: 15px;
        height: 15px;
    }
    .rara {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #E3E3E3;
    }
    input[type="radio"]:checked + .radios .rara{
        background-color: #1B4A78;
        color: #1B4A78;
        transition: border .1s;
    }
    .option label {
        display: flex;
        align-items: center;
        width: 90%;
        height: 144px;
        flex-direction: row;
        justify-content: space-between;
    }
    h3 {
        margin: 0;
    }
    
    .option img {
        margin-left: 10px;
        max-width: 147.92px;
        max-height: 144px;
    }
    
    #mapa {
        width: 100%;
        height: 200px;
        background-color: #eee;
    }
    
    .datesop {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: start;
        height: 20vh;
        width: 50vw;
        margin-top: -25%;
    }
    
    .option2 {
        width: 42%;
        height: 35%;
        text-align: center;
    }
    
    .urgt, .prevs, .agnd {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        border: 1px solid #B8B8B8;
        border-radius: 10px;
        font-size: 100%;
        font-weight: 700;
        cursor: pointer;
        box-sizing: border-box;
    }
    
    .urgt:hover, .prevs:hover, .agnd:hover {
        background-color: #FAFAFA;
    }
    
    .datepicker {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }
    .datepicker-container {
        display: none;
        position: absolute;
        z-index: 10;
    }
    .datepicker-container.active {
        display: flex; 
        height: 35%;
        width: 16%;
        padding: 1%;
        justify-content: center;
        align-items: center;
        background: #f5f5f5; 
        margin-top: .5%;
        margin-left: 1.5%;
        border-radius: 10px;
        font-weight: 700;
        font-size: 120%;
    }
    .datepicker-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .8%;
        height: 20%;
        font-size: 115%;
    }
    
    
    .button-container button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .button-container button span {
        color: #5F5F5F;
        font-size: 2em;
    }
    .datepicker-body {
        display: grid;
        padding: 1%;
        grid-template-columns: repeat(7, 1fr);
        gap: 2%;
        width: 100%;
        height: 100%;
        font-size: 80%;
    }
    
    .datepicker-day, .datepicker-date {
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-sizing: border-box;
        width: 22px;
        height: 22px;
    }
    .datepicker-day {
        font-size: 120%;
        color: #5F5F5F;
    }
    .datepicker-date:hover {
        cursor: pointer;
        background-color: #2b69a76b;
    }
    
    
    .datepicker-month {
        color: #5F5F5F;
    }
    
    .datepicker-date.selected {
        background-color: #1B4A78;
        color: white;
        box-shadow: 0 1px 4px #0000007e;
    }
    
    input[type="radio"]:checked + label, input[type="radio"]:checked + label span {
        
        color: #FFF;
    }
    input[type="radio"]:checked + label, input[type="radio"]:checked + label {
        background-color: #1B4A78;
    } 
    .insert {
        width: 80%;
        height: 80%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .ajs3 {
        width: 50vw;
        height: 55vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .ceplgst {
        width: 100%;
        display: flex;
        height: 20%;
        align-items: center;
        justify-content: start;
    }
    .lblend {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 130%;
        height: 80%;
        margin-left: 8%;
    }
    
    .lblcurt {
        width: 18.15%;
    }
    
    .lbllg {
        width: 40%;
    }
    
    #cep,
    #rua,
    #numero,
    #complemento,
    #cidade,
    #estado {
        height: 80%;
        padding-left: 20px;
        border: none;
        border-radius: 5px;
    }
    
    /* Estilo para o indicador de carregamento */
    .loader-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Cor escura com transparência */
        z-index: 1000; /* Alta camada z-index para sobrepor outros elementos */
        text-align: center;
        padding-top: 20%;
    }
    
    .loader {
        border: 4px solid #f3f3f3; /* Cor de fundo do loader */
        border-top: 4px solid #3498db; /* Cor da borda do loader */
        border-radius: 50%;
        width: 30px;
        height: 30px;
        animation: spin 0.5s linear infinite;
        margin: 0 auto;
        background-color: white; /* Fundo branco do loader */
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    input:focus {
        outline: none;
        box-shadow: 2px 2px 2px #0000005d;
    }
    input:hover {
        background-color: #e4e4e4;
        transition: background-color .2s;
    }
    
    #mapa {
        width: 100%;
        height: 80%;
    }
    .infoproprietario {
        width: 50vw;
        height: 50vh;
        margin-top: -5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .infopr {
        font-size: 130%;
        display: flex;
        flex-direction: column;
        height: 20%;
    }
    .infopr input {
        height: 40%;
        padding-left: 20px;
        border: none;
        border-radius: 5px;
    }
    
    .inf2 {
        width: 46%;
        height: 100%;
    }
    .cpfonesenhas {
        width: 100%;
        display: flex;
        height: 20%;
        align-items: center;
        justify-content: space-between;
    }
    
    .detalhesimovel {
        display: flex;
        flex-wrap: wrap;
        height: 50vh;
        width: 50vw;
        justify-content: space-between;
        
    }
    
    .tamanho {
        width: 45%;
        height: 16%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        font-size: 130%;
        box-sizing: border-box;
    }
    .size-input {
        display: flex;
        align-items: center;
        justify-content: space-around;
        border: 1px solid #EAECEE;
        width: 100%;
        height: 60%;
    }
    
    .size-input button {
        border: none;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        color: #000000;
        cursor: pointer;
        width: 6%;
        height: 60%;
        font-weight: 700;
        box-shadow: 0 2px 5px 2px #00000046;
    }
    #tamanho_imovel {
        border: none;
        text-align: center;
        height: 100%;
    }
    #tamanho_imovel:focus {
        outline: none;
        box-shadow: none;
    }
    #tamanho_imovel:hover{
        background: none;
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input[type="number"] {
        -moz-appearance: textfield;
    }
    .construtora {
        display: flex;
        flex-direction: column;
        width: 45%;
        height: 16%;
        justify-content: space-around;
        font-size: 130%;
    }
    #construtora {
        box-sizing: border-box;
        border:none;
        border-radius: 5px;
        width: 100%;
        height: 60%;
        padding-left: 20px;
    }
    #construtora
    
    .input-size {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 45%;
    }
    
    #anexo {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    
    .file-input-label {
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: white;
        font-size: 12px;
        cursor: pointer;
        border-radius: 4px;
        transition: background-color 0.3s;
        height: 100%;
        width: 100%;
    }
    
    .file-input {
        margin-top: -2%;
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .file-preview {
        width: 45%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        position: relative;
    }
    
    #filePreview img {
        max-width: 100%;
        max-height: 100%;
        display: none;
    }
    
    #filePreviewText {
        position: absolute;
        text-align: center;
        color: #888;
    }
    
    
    #enviar {
        width: 7vw;
        height: 5.37vh;
        background-color: #91BA39;
        border-radius: 5px;
        color: #FFF;
        border: none;
        cursor: pointer;
    }
    #enviar:hover{
        background-color: #9cc249;
        transition: background-color .2s;
    }

    .info-icon {
        display: inline-block;
        background-color: #007BFF;
        color: white;
        border-radius: 4px;
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        position: relative;
    }

    .tooltip {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        /*text-align: center;*/
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: 125%; /* Colocar abaixo do ícone */
        left: 50%;
        margin-left: -100px; /* Ajustar para centralizar abaixo do span */
        width: 200px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip::after {
        content: '';
        position: absolute;
        bottom: 100%; /* Parte de cima do tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #555 transparent;
    }

    .info-icon:hover .tooltip {
        visibility: visible;
        opacity: 1;
    }