body.drivebit-split-app-shell {
    background: #fff;
    min-height: 100vh;
}

body.drivebit-split-app-shell #root {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    box-sizing: border-box;
}

body.drivebit-split-app-shell #root:empty {
    background: #fff;
    min-height: 0;
    align-items: center;
    justify-content: center;
}

body.drivebit-split-app-shell #root:not(:empty) {
    flex: 1 1 auto;
}
