@charset "UTF-8";


/*
 * bln-notes--note
 */

.bln-notes--note-list--search.sticky-top {
    top: 3.25rem;
    background: #ccc;
    border-bottom: 1px solid #ccc;
}

.bln-notes--note-list--tag .bln-collapse {
    max-height: 12.25rem;
    overflow: hidden;
    overflow-y: auto;
    transition: max-height 300ms ease;
}

.bln-notes--note-list--tag .bln-collapse.is-collapsed {
    max-height: 2.45rem;
    overflow-y: hidden;
}

.bln-notes--note-list--item .card-favorite {
    border: thin solid #17a2b8;
    box-shadow: 0 0 1rem #17a2b8;
}

.bln-notes--note-list--item .card-header {
    min-height: 3rem;
}

.bln-notes--note-list--item .card-body.is-collapsed {
    display: block;
    max-height: 7.5rem;
    overflow: hidden;
}

.bln-notes--note-list--item .bln--hellip {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    width: 100%;
    padding: 0 1.25rem .25rem 1.25rem;
    background: #fff;
    color: #666;
}

.bln-notes--note-list--item .card-body.is-collapsed .bln--hellip {
    display: block;
}

.bln-notes--note-list--item.bln-no-collapse + .bln--hellip {
    display: none;
}

.bln-notes--note-view--sticky-save {
    background: #fff;
    top: 3.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


/*
 * bln-notes--task
 */

.bln-notes--task-list .form-select-label > span {
    min-width: 4rem;
}

.bln-notes--task-priority---0 {
    background: lightgreen;
}

.bln-notes--task-priority---1 {
    background: lightgoldenrodyellow;
}

.bln-notes--task-priority---2 {
    background: lightcoral;
}

.bln-notes--color-picker {
    min-width: 2.5rem;
    border: thin solid #000;
}