/* Notes Meta Box Front End */
#wp-admin-bar-notes:hover > div {
    background: none !important;
}
#wp-admin-bar-notes .note-box {
    display: none;
    background: linear-gradient(to bottom,  rgba(227,227,227,1) calc(100% - 1.5rem),rgb(197, 197, 197) calc(100% - 1.5rem));
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    resize: both;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 320px;
    min-height: 250px;
}
#wp-admin-bar-notes textarea {
    display: block;
    max-width: 96%;
    min-width: 157px;
    width: 100%;
    padding: 2%;
    min-height: 120px;
    margin: 10px 0 !important;
    line-height: normal;
    resize: initial;
    flex: 1;
}

#wp-admin-bar-notes .sn-options {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    align-items: center;
    padding-bottom: 10px;
}

#wp-admin-bar-notes .note-box #submit2 {
    display: inline-block;
    padding: 0.3em 1em;
    margin-right: 1rem;
}
#wp-admin-bar-notes .note-box label {
    color: #000;
    line-height: 1;
}
#wp-admin-bar-notes #lock_notes_on {   
    transform: translateY(2px);
}
#sn_status {
    display: block;
    height: inherit;
    line-height: 1.7;
    text-align: center;
    font-size: 14px;
    color: #444;
}
#wp-admin-bar-notes #toggle-note {
    color: #000;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 1em;
}
#wp-admin-bar-notes #toggle-note svg {
    transform: translate(5px, 2px);
    color: gold;
}
#wp-admin-bar-notes #toggle-note.no-note { 
    background: #e6e6e6;
}
#wp-admin-bar-notes #toggle-note.have-note {
    background: rgb(0 127 10);
    color: #fff;
}

#wpadminbar .sn_drag {
    width: 100%;
    height: 1rem;
    margin-left: -10px;
    height: 1.5rem;
    cursor: move;
}
#wpadminbar .sn_drag svg {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    color: #777;
}