div.back-bar.text-folder-back-bar {
    margin-bottom: 12px;
}

span#text-mobile-path {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.mobile-text-folder-view {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 125px;
    background-color: #ECECF2;
}

button.mobile-text-folder-entry {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid gainsboro;
    background: none;
    color: black;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
    font-size: 17px;
}

@media(hover: hover) and (pointer: fine) {
    button.mobile-text-folder-entry:hover {
        background-color: gainsboro;
    }
}

button.mobile-text-folder-entry:active {
    background-color: deepskyblue;
}

button.mobile-text-folder-entry-folder {
    font-weight: bold;
}

button.mobile-text-folder-entry.selected {
    background-color: gold;
}

div.mobile-text-folder-toolbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 56px;
    align-items: center;
    justify-content: space-around;
    background-color: ghostwhite;
    border-top: 2px solid navy;
}

div.mobile-text-folder-toolbar img.toolbar-icon {
    background-color: ghostwhite;
}

div.mobile-text-editor-view {
    margin-left: 12px;
    margin-right: 12px;
}

textarea.mobile-text-editor-textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    border: none;
    outline: none;
    padding: 8px;
    background-color: white;
    color: black;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
    font-size: 19px;
}
