*{
    user-select: none;
}

.fab{
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 1085 !important;
}

.tab-content{
    height: 100%;
    position: relative;
    display: block;
}

.tab-pane{
    position: relative;
    overflow: hidden;
    display: block;
}

#layout-navbar{
    position: sticky;
    top: 1rem;
}