/* Focus Section */
#create-focus-submit-button {
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 8px;
    background-color: black;
    color: white;
    padding: 0.5em;
}

#add-one-or-more-focus-to-groups-popup {
    width: 60em;
    top: 0%;
}

#add-multiple-focuses-to-groups-content-section {
    padding: 1em;
    max-height: 52em;
    overflow: auto;
}

.focus-item-wrapper {
    display: flex;
}

.focus-view-button {
    padding: 0.5em;
    background-color: #afff9f;
}

#content-view-section-of-selected-focus {
    padding: 1em;
    border: 1px solid black;
    width: 100%;
    max-height: 28em;
    overflow: auto;
}

.ezmann-focus-item-button {
    border: 2px solid black;
    border-radius: 8px;
    padding: 0.25em;
    background-color: #b4e1ff;
    color: #004e83;
    font-size: 1.1em;
    font-style: italic;
    display: flex;
    justify-content: space-between;
    width: 80%;
    cursor: pointer;
}

/* .ezmann-option-button.focus-button {
    background-color: #b4e1ff;
    color: #004e83;
    font-style: italic;
    display: flex;
    justify-content: space-between;
    width: 80%;
} */


#delete-focus-submit-button {
    background-color: #e90000;
}