.module {
    filter: brightness(1.2) blur(0.3px);
    font-weight: 500;
}

.finder {
    background: transparent;
    border: none;
    color: white;
    padding: 30px 0;
}

.editor {
    border: 1rem solid;
    border-bottom-color: #1b1b1b;
    border-left-color: #121212;
    border-right-color: #121212;
    border-top-color: #030303;
    border-radius: 2rem !important;
    margin: 0 50px 10px 0;
}

.finder .plugin-tag {
    margin-right: 10px;
}

.finder .plugin-tag .fa {
    text-shadow: 2px 2px 4px black;
}

.jstree-default .jstree-icon {
    display: none;
}

.jstree-default .jstree-anchor {
    background: transparent;
    border-radius: 0 10px 10px 0;
    margin: 5px 0;
    padding: 0 20px;
    
    box-shadow: none;
    font-size: 120%;
    height: 30px;
    line-height: 30px;
}

.jstree-default .jstree-anchor.jstree-clicked {
    box-shadow: 0 0 50px #0072ae;
    font-size: 200%;
    height: 50px;
    line-height: 50px;
}

.fr-toolbar {
    display: none;
}

.fr-wrapper {
    box-shadow: inset 0 0 25px #0072ae;
    padding: 50px;
}

.fr-view {
    font-size: 150% !important;
}

.editor h1 {
    font-size: 300%;
}

.editor h1::before {
    content: "\f12e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 100%;
    margin-right: 10px;
}

.editor blockquote {
    font-size: 20px;
    border-left: 5px solid silver;
}

.editor h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.editor h3 {
    margin-top: 30px;
}
