@media (min-width: 768px) {
body{
    text-shadow: 0 0 1px rgba(0,0,0,.1);

}
.sidebar {
    width: var(--sidebar-expand);
    min-width: var(--sidebar-expand);
    border-right: 0px solid #fafafa !important;
    background: 0;
   
}
.sidebar-toggle{
    display: none;
}
.sidebar .item .label, .sidebar .item .count {
    opacity: 1;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    
}

.sidebar .section-title {
    opacity: 1;
    transform: translateX(0);
    font-size: 12.5px;
    
}
.sidebar.expanded .item .label, .sidebar.expanded .item .count {
    font-size: 16px;
    opacity: 1;
    transform: translateX(0);
}
.sidebar .item .ico{
    width: auto;
}

.sidebar .item .label,
.sidebar .item .count {
    font-size: 16px;
    opacity: 1;
    transform: translateX(0);
}
.topbar .logo {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
    width: 135px;
}
.topbar{
    background: #ffffff00;
    border-bottom: 0px solid #fafafa !important;
}
.note-list-header .title {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.note-list{
    background: 0;
}
.note-list-header{
    border-bottom: 0px solid #fafafa !important;
}
.note-list .list > a.note-itet{
    border-bottom: 0px solid #fafafa !important;
}
.note-list .list > a.note-item{
    border-bottom: 0px solid #fafafa !important;
}
.statusbar{
    display: none;
}

.post-content {
    font-size: 15px;
}
.comment-info {
    font-size: 14px;
}
.comment-date{
    font-size: 13px;
}
.comment-badge {
    font-size: 11px;
}
.my-custom-at-tag {
    font-size: 11px;
}
.comment-text {
    font-size: 15px;
}
.sub-comment .comment-text {
    font-size: 15px;
}
.comment-act a {
    font-size: 13px;
}

}
