.contents.container .contents > div.active {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.brd_content-area {
    height: 100%
}

.brd__content-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brd__header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 16px 32px;
    background-color: var(--color-bg-default);
    width: 100%;
}
