#body-public {background-color:#fbfbfb; !important}
#body-public footer {margin:0px;}

#body-public div.crumb > a.icon-home, div.crumb > a.icon-delete, div.crumb > span.icon-home, div.crumb > span.icon-delete {
  text-indent: 0px;
  background:none;
  width:auto;
    font-weight: bold;
  padding: 12px;
}
.logo-icon {display:none !important;}
#nextcloud {padding-left:20px;}

.hide-last-char {
    position: relative;
    display: inline-block;
}

.hide-last-char::after {
    content: "";
    position: absolute;
    right: 12px;
    width: 4px; /* Width of one character */
    height: 100%;
    background-color: #fbfbfb; /* Match the background color */
}

.hide-last-header-char {
    position: relative;
    display: inline-block;
flex:none;
}

.hide-last-header-char::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 4px; /* Width of one character */
    height: 100%;
    background-color: #fbfbfb; /* Match the background color */
}
.hide-first-letter::first-letter {
    visibility: hidden;
}
.header-appname {
color:#205b55;}
.primary.button {        background:#205b55 !important;
}
#header-actions-toggle {
  //  background-image: var(--icon-more-dark) !important;
}

