﻿#container {
    max-width: 550px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #007bff;
    line-height: 30px;
    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;
}

.bg-cfblod {
    background: #AF0000 !important;
    opacity: 0.9 !important;
    color: #ffff !important;
    /* border-top: 0.75rem !important; */
    /*border-top-left-radius: 0.75rem !important;
          border-top-right-radius: 0.75rem !important;*/
    /*   border-radius: 0.50rem !important;*/
}

#multi-step-form {
    overflow-x: hidden;
}


.loading {
    width: auto;
    height: auto;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    position: absolute;
    transform: translate(50%, -50%);
    top: 50%;
    align-items: center !important;
    justify-content: center !important;
    background: url(/Imagens/espere.gif) center no-repeat #fff;
}

.loading-image {
    z-index: 100;
}
