.stress-level-second-header-div{
    width: 100%;
    height: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:start;
    background-color: var(--div-body-second-background-color);
    color: var(--text-color);
    font-style: var(--font-style);
    font-weight: var(--font-width);
    padding-left: 5px;
    border-bottom: var(--div-border);
    box-sizing: border-box;
}

.stress-level-body-div{
    width: 100%;
    height: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content:flex-start;
    background-color: var(--div-body-background-color);
    padding: 1px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.stress-level-select-checklist{
    text-align: left;
}