:root {
    --primary: #75aaff!important;
    --emphasis-primary: var(--primary)!important;
    --bg-color: #ffffff!important;
    --color: #1a1918!important;
    --light: #736c64!important;
    --emphasis: var(--light) !important;
    --surface: #f7f5f2!important;
}
#app .component_page_connect {
    background: var(--surface);
}


body:not(.dark-mode) #app [is="component_filesystem"] .component_filesystem {
    padding-top: 30px;
}
body:not(.dark-mode) #app #main {
    border: none;
    border-top-left-radius: 0px;
}

/* file / folder view */
body:not(.dark-mode) #app .list > .component_thing.view-list {
    border-top: 1px solid #00000024;
    margin-bottom: -3px;
    border-radius: 0;
}

/* breadcrumb */
body:not(.dark-mode) #app component-breadcrumb .component_separator img {
    display: none;
}
body:not(.dark-mode) #app component-breadcrumb .component_separator:after {
    content: "/";
    color: var(--light);
    opacity: 0.5;
}
body:not(.dark-mode) #app .component_breadcrumb .component_path-element .component_path-element-wrapper {
    font-size: 1rem;
}
body:not(.dark-mode) #app .component_breadcrumb .component_logout img {
    filter: brightness(0.6);
}


/* sidebar */
body:not(.dark-mode) #app [data-bind="sidebar"] {
    background: #f7f5f2;
    color: #736c64;
    border-right: 1px solid #00000024;
}
body:not(.dark-mode) #app [data-bind="sidebar"] a[aria-selected="true"] {
    background: #ebe9e6!important;
    border-radius: 12px;
    color: var(--color);
}
body:not(.dark-mode) #app [data-bind="sidebar"] h3 {
    margin-bottom: 20px;
}
body:not(.dark-mode) #app [data-bind="sidebar"] h3 input::placeholder {
    color: var(--color);
}
body:not(.dark-mode) #app [data-bind="sidebar"] h3 input {
    font-size: 1rem;
}
#app .component_filemanager_shell .component_sidebar .component_icon {
    width: 22px;
}

/* menubar */
body:not(.dark-mode) #app component-menubar {
    background: white;
    color: rgba(0,0,0,0.75);
    box-shadow: none;
    border-bottom: 1px solid #00000024;
}
body:not(.dark-mode) #app component-menubar img.component_icon {
    filter: brightness(0.3);
}

/* submenu */
body:not(.dark-mode) #app [is="component_submenu"] {
    background: white;
    border-bottom: 1px solid transparent;
    margin-top: 0;
    padding-top: 10px;
}
body:not(.dark-mode) #app .scrolling [is="component_submenu"] {
    border-bottom: 1px solid #00000024;
    padding-bottom: 10px;
}
body:not(.dark-mode) #app [is="component_submenu"] .component_submenu .action.left button {
    margin-right: 8px;
    font-weight: 600;
    text-transform: inherit;
    font-size: 0.9rem;
    border-radius: 7px;
    background: #d9d4cc3b;
    color: var(--color);
    padding-left: 12px;
    padding-right: 12px;
}
body:not(.dark-mode) #app [is="component_submenu"] .component_submenu .action.right {
    background: #d9d4cc3b;
    border-radius: 7px;
}
body:not(.dark-mode) #app [is="component_submenu"] .component_submenu .action button img {
    filter: brightness(0.6);
}


/* upload */
body:not(.dark-mode) #app .component_mobilefileupload input[type="file"] + label {
    background: #1a1918;
    border-radius: 12px;
}
body:not(.dark-mode) #app .component_mobilefileupload input[type="file"] + label .component_icon {
    filter: brightness(0.95);
}

/* PAGE SPECIFIC */
body:not(.dark-mode) #app .component_imageviewer img.photo {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 5px 0px;
}
body:not(.dark-mode) #app .component_filedownloader .download_button {
    background: var(--light);
}

