#map { 
min-height: 50vh; 
width: 100%;
border-radius: 10px;
}

container {
max-height: 70vh;

}

  .step-container {
        position: relative;
        text-align: center;
        transform: translateY(-43%);
    }

    .step-circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid #45b649;
        line-height: 50px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        cursor: pointer;
        /* Added cursor pointer */
    }

    .step-line {
        position: absolute;
        top: 16px;
        left: 50px;
        width: calc(100% - 100px);
        height: 2px;
        background-color: #007bff;
        z-index: -1;
    }

    #multi-step-form {
        overflow-x: hidden;
    }

    .fa-gradient {
        background: -webkit-gradient(linear, left top, left bottom, from(#dce35b), to(#45b649));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .back {
        background-image: url('logocompensacion.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        background-position: center bottom;
    }

.background{

background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.step-7 {
  position: relative; /* Asegura que el div de carga se posicione correctamente dentro de este div */
}



.fa-spinner {
  font-size: 50px;
}