html, body {
    height: 100%;
    overflow: hidden;
}

/* FORNECEDOR NACIONAL*/
.overlay-loading {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.30);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content {
    text-align: center;
}

.readonly {
    background: #eceef1 !important;
}

.layout-principal {
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.coluna-esquerda {
    width: 25%;
    max-width: 320px;
    min-width: 250px;
    background-color: #f8f9fa;
    padding: 1.5rem;
    overflow-y: auto;
    z-index: 2;
}

.coluna-formulario {
    flex: 1;
    background-color: white;
    padding: 1.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-background {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.spinner-wrapper {
    z-index: 1060;
    text-align: center;
}

/* /FORNECEDOR NACIONAL*/










#conteudo {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#step-header {
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}

.step {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #868e96;
    transition: all 0.4s ease;
    gap: 0.75rem;
}

.step-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
    border: 2px solid #ced4da;
    background-color: #fff;
    color: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.step p {
    font-size: 0.9rem;
    margin: 0;
    white-space: nowrap;
}