.main{
    grid-column: 1 / 3 !important;
    grid-row: 2 / 3;
    width: 100%;
}

.sidebar {
    grid-column: 1 / -1 !important;
    border-right: none;
}

.logo-titan {
    width: clamp(120px, 200px, 13vw);
}

.fixed-middle, .fixed-bottom, #negocioDropdown{
    display: none !important;
}

.header-grid-responsivo{
    display: none;
}

.main-border{
    width: 95%;
    padding: 0;
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 25px;
     background: url("../../../../static/imgs/dashboard/bg-passo-a-passo.png")
                center/cover no-repeat;
    min-height: 85svh !important;
    position: relative !important;
    justify-content: center;
}

@media (max-width: 1000px){
    .main {
        background-color: var(--cor-primaria);
        grid-column: 1;
        grid-row: 1 / 3;
        width: 100%;
        justify-content: center;
        min-height: 90svh;

        .main-border{
            padding: 10px 0;
            min-height: 100svh !important;
        }
    }
}