body #app {
    --primary: #0f6cbd;
    --bg-color: #ffffff;
    --color: #323130;
    --light: rgb(96, 94, 92);
    --border: #edebe9;
}

body:not(.dark-mode) #app .component_filemanager_shell {
    background: #f5f5f5;
}
body:not(.dark-mode) #app #main {
    background: white;
    border-top: 1px solid #edebe9;
    border-left: 1px solid #edebe9;
}

/* file / folder view */
body:not(.dark-mode) #app .list > .component_thing.view-list {
    border-top: 1px solid rgb(243, 242, 241);
    margin-bottom: -3px;
    border-radius: 0;
}
body:not(.dark-mode) #app .component_thing .component_datetime {
    font-size: 0.9rem;
}

/* breadcrumb */
body:not(.dark-mode) #app component-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* sidebar */
body:not(.dark-mode) #app .component_filemanager_shell .component_sidebar a[aria-selected="true"] .component_icon {
    border-left: 4px solid var(--primary);
    border-radius: 2px;
    margin-left: -9px;
    padding-left: 5px;
}
body:not(.dark-mode) #app .component_filemanager_shell .component_sidebar a[aria-selected="true"] {
    background: transparent;
}

/* upload */
/*body:not(.dark-mode) #app [data-bind="sidebar"]:not(.hidden) + div .component_mobilefileupload {
    position: absolute;
    top: 70px;
    left: 15px;
    bottom: inherit;
    right: inherit;

}
body:not(.dark-mode) #app [data-bind="sidebar"]:not(.hidden) + div .component_mobilefileupload input[type="file"] + label {
    width: 185px;
    height: 35px;
}*/
body:not(.dark-mode) #app .component_mobilefileupload input[type="file"] + label {
    border-radius: 20px;
    background: linear-gradient(128.84deg, #0f6cbd 20.46%, #3c45ab 72.3%);
    color: white;
    font-weight: 600;
}
body:not(.dark-mode) #app .component_mobilefileupload input[type="file"] + label .component_icon {
    height: 20px;
}
/*body:not(.dark-mode) #app [data-bind="sidebar"]:not(.hidden) + div .component_mobilefileupload input[type="file"] + label:after {
    content: "Create or upload ";
    padding-right: 16px;
    font-size: 0.85rem;
}
body:not(.dark-mode) #app .component_filemanager_shell .component_sidebar [data-bind="your-files"] {
    margin-top: 80px;
}*/

