.content-container {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    width: 100%;
    height: 100%;
    padding-left: 10px;
    /* padding-right: 10px; */
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.content-container .centered {
    justify-content: center;
    align-items: center;
}

.page-content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-container {
    width: 5%;
}


.content-container-doc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}

.content-container-doc .centered {
    justify-content: center;
    align-items: center;
}

.page-content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-container {
    width: 5%;
}


.content-container-doc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}

.content-container-doc .centered {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}