/* _content/DianfsSandBox.Web.Entry/Views/Account/Index.cshtml.rz.scp.css */
@media (max-width: 991.98px) {
    .left-part[b-aruwcnplr2] {
        display: none;
    }

    .right-part[b-aruwcnplr2] {
        width: 100%;

    }
}

@media (min-width: 992px) {
    .left-part[b-aruwcnplr2] {
        display: block;
        width: 50%;
    }

    .right-part[b-aruwcnplr2] {
        width: 50%;
    }
}
/* _content/DianfsSandBox.Web.Entry/Views/Note/EditFilePartial.cshtml.rz.scp.css */
#noteEditorWrapper[b-f1bnbqqkdg] {
    z-index: 9999 !important;
}

#noteToolbarContainer[b-f1bnbqqkdg] {
    border-bottom: 1px solid #ccc;
}

#noteEditorContainer[b-f1bnbqqkdg] {
    height: 64vh;
}

#noteMarkdownContainer[b-f1bnbqqkdg] {
    height: 73vh !important;
}

#fileContentRead[b-f1bnbqqkdg] {
    height: 80vh;
}
/* _content/DianfsSandBox.Web.Entry/Views/Note/Index.cshtml.rz.scp.css */
@media (max-width: 767.98px) {
    .note-container[b-yza2u8ywnh] {
        height: 100vh;
    }

        .note-container .note-part[b-yza2u8ywnh] {
            height: 100vh;
            max-height: 100vh;
        }

        .note-container .note-row[b-yza2u8ywnh] {
            position: relative;
        }

        .note-container .note-part-r[b-yza2u8ywnh] {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
        }
}

@media (min-width: 768px) {
    .note-container[b-yza2u8ywnh] {
        height: 90vh;
    }

        .note-container .note-part[b-yza2u8ywnh] {
            height: 90vh;
            max-height: 90vh;
        }

        .note-container .note-part-r .folder-title-row[b-yza2u8ywnh] {
            display: none;
        }
}

.note-container .note-part[b-yza2u8ywnh] {
    overflow: scroll;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

    .note-container .note-part[b-yza2u8ywnh]::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }

.note-container .note-part-l[b-yza2u8ywnh] {
    background-color: #eeeeee;
    padding: 1rem;
}

.note-container .note-part-r[b-yza2u8ywnh] {
    background-color: #ffffff;
    padding: 0 0.4rem;
    border-left: 1px solid #eeeeee;
}

.file-li-selected[b-yza2u8ywnh] {
    background-color: #fff;
    margin: 0 -1rem;
    padding: 0 1rem;
}
/* _content/DianfsSandBox.Web.Entry/Views/Ocr/Index.cshtml.rz.scp.css */

/* _content/DianfsSandBox.Web.Entry/Views/Password/Index.cshtml.rz.scp.css */

/* _content/DianfsSandBox.Web.Entry/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.avatar-container[b-pik0b8svy8] {
    display: block;
    width: 32px;
    height: 32px;
    background-color: grey;
    cursor: pointer;
}

    .avatar-container .avatar-content[b-pik0b8svy8] {
        display: inline-block;
        width: 32px;
        line-height: 32px;
        text-align: center;
    }
