.fi-simple-page .fi-logo{
    height:5rem !important;
}

.fi-sidebar .fi-logo{
    height:2.5rem !important;
}

#textarea_search_home:focus, 
#textarea_search_home:active, 
#textarea_search_home:focus-visible,
#textarea_note_home:focus, 
#textarea_note_home:active, 
#textarea_note_home:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.edit-shortcut-btn{
    top:0;
    right: 0;
    height: 8px;
    position: absolute;
    display: none;
}

.shortcut:hover .edit-shortcut-btn{
    display: block;
}

.line-through{
    text-decoration: line-through;
}

.elem-todolist:hover{
    cursor: pointer;
}

.delete-todolist:hover{
    color: red;
}

