
/* .button{
    font-family: "Noto Sans Symbols";
} */
@font-face {
    font-family: 'Local Noto Sans Symbols 2';
    src: url('true-symbols.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans Symbols", sans-serif; */
    font-family: system-ui, ui-sans-serif, "Local Noto Sans Symbols 2", sans-serif;
    background-color: rgb(192, 253, 192);
    height: 100vh;
    font-size: 1.25em;
    
}

input{
    font-size: inherit;
}
label{
    cursor: pointer;
}

#page{
    background-color: rgb(216, 231, 222);
    position: absolute;
    top: 100px;
    right:100px;
    left:100px;
    bottom: 100px;
    /* overflow: auto; */
    border-radius: 25px;
    padding: 12.5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#inner-page{
    height: 100%;
    width:100%;
    /* background-color: #ff0; */
    background-color: transparent;
    display: flex;
    flex-direction: column;
}


#main{
    display:flex;
    /* background-color: #0ff; */
    background-color: transparent;
    /* height: 100%; */
    min-height: 0;
    width:100%;
    flex:1 1;
}

#content{
    /* background-color: #afa; */
    background-color: transparent;
    flex:1;
    overflow: auto;
    max-height: 100%;
    display:flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
#docWindow{
    position: absolute;
    top:5px;
    left:5px;
    bottom: 5px;
    right: 5px;
    font-size: 1.2em;
    overflow: auto;
    /* border: 4px inset; */
}





#list{
    /* background-color: #aaf; */
    /* height: 90%; */
    overflow: auto;
    margin:0;
    padding-right: 10px;
    border: solid black 1px;
    padding-left: 0;
}
#list li:first-child::marker{
    content:"🗀\ ";
    color: rgb(51, 75, 51);
    font-weight: 900;
}
#list li::marker{
    content: "\263a\ ";
    color:rgb(67, 67, 242);
}
#list li.current-user::marker{
    content: "\263a\ ";
    color:#aaf;
}
#list li.new-user::marker{
    content: "\263a\ ";
    color:#009;
}
#list li.file::marker{
    content: "🗎\ ";
    color:#00f;
    font-weight: normal;
}

#list > li{
    transition: background-color .5s ease-in-out;
    background-color: transparent;
    padding-left:5px;
    padding-right: 5px;
    max-width: 10vw;
    overflow: auto;
    white-space: nowrap;
    cursor: pointer;
    list-style-position: inside;
}
#list > li:hover{
    
    background-color: #cfc;
}


#list > li.selected{
    background-color: rgb(135, 244, 184);
}


#infobar{
    /* background-color: #faf; */
    display: flex;

}
#infobar > span{
    border: solid black 1px;
    padding: 2px;
    margin:1px;
}
#infotext{
    flex:1;
}
#collabel{
    margin-left: 10px;
}

#editUser{
    display:none;
}
#editPath{
    display:none;
}





#menu{
    display:flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    /* background-color: #f0f; */
    
}
.menuspacer{
    flex:1
}
.menuMobileSpacer{
    display: none;
}
.flexBreak{
    display: none;
}
#menu > *:not(.button) {
    padding:9px;
    vertical-align: middle;
    
    
}
#menu > *{
    margin:2.5px;
}
#fileNameText{
    flex:1;
    overflow: auto;
    white-space: nowrap;
    

}
.unchanged::before{
    opacity: 0;
}
.changed::before{
    opacity: 1;
}
#fileNameText::before{
    content: "*";
    margin-right: 4px;
}

#fileNameText[contenteditable="true"]{
    background-color: #fff;
    padding: 7px;
    border: solid black 1px;
}

span.button{
    padding: 5px;
    background-color: rgb(92, 236, 137);
    font-weight: bold;
    cursor: pointer;
    border: outset #000 4px;
    color:rgb(10, 65, 38);
    transition: border .5s ease-in-out;
    vertical-align: middle;
    align-items: center;
    cursor: pointer;
}

/*
#menu > *:not(.button)
*/

span.button:active:not(#mobilePanel){
    border: inset #000 4px;
}
#mobilePanel.clicked{
    border: inset #000 4px;
}

#mobilePanel{
    display:none; 
    width: auto;
}

.column-holder-3{
    width: fit-content;
    display: grid;
    grid-template-columns: max-content auto max-content;
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(37, 203, 37);

}
.column-holder-2{
    width: fit-content;
    display: grid;
    grid-template-columns: max-content auto;
    padding: 5px;
    border-radius: 10px;
    background-color: rgb(37, 203, 37);
}
.column{
    margin:5px;
    /* background-color: #ff0; */
    vertical-align: baseline;
}


.column-all{
    grid-column: 1/-1;
}

.column.button{
    margin-top:10px;
    margin-bottom: 10px;
}


@media (pointer:none), (pointer:coarse){
    body, html{
        height:100vh;
        width: 100vw;
        max-width: 100%;
        margin:0;
        overflow: hidden;
    }
    #mobilePanel{
        display:inline;
    }

    #wrapLabel{
        flex:1
    }

    
    .flexBreak{
        flex-basis: 100%;
        display:inline;
        height: 1px;
        font-size: 1px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    #fileNameText{
        order: 1;
        margin-top:-1.5em;

    }
    .menuMobileSpacer{
        display: inline;
        flex: 1;
        
    }
    #menu{
        /* flex-direction: row; */
        flex-wrap: wrap;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
    }


    body{
        font-size: .9em;
        /* width: 100%;
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top:0; */
    }
    input{
        font-size: inherit;
    }
    #page{
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;

        
        
        position: relative;
        /* height: 100%;
        width: 100%; */
        width: 100%;
        /* height: 100vh; */
        height: 100dvh;
        /* background-color: #ea0; */
        max-width: 100%;
        padding: 0;
    }
    .column-holder-3{
        /* width: 70%; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin:10px;
    }

    #list{
        /* background-color: #aaf; */
        /* height: 90%; */
        /* overflow: auto;
        margin:0;
        padding-right: 10px;
        border: solid black 1px;
        padding-left: 0; */
        display: none;
    }
    #list > li{
        transition: background-color .5s ease-in-out;
        background-color: transparent;
        padding-left:5px;
        padding-right: 5px;
        max-width: 40vw;
        overflow: auto;
        white-space: nowrap;
        cursor: pointer;
        list-style-position: inside;
    }

    #docWindow{
        font-size: 1.5em;
    }
    
    

}