.notifications{
    display: inline-block;
    margin-left: 15px;
    padding: 5px 10px 3px;
    background: #5cb619;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    z-index: 1000;
    position: relative;
    top: 2px;
}

.notifications .label {
    color: white;
}

.notifications .prazos{
    position: relative;
    top: -1px;
}

.notifications [item-id=late-and-today] .real-list{
    width: 95%;
    margin: 0 auto;
}

.item.notify, .item.notify .navigation{
	background: #5cb619;
}

.item.notify .sub-holder, .item.notify .description{
	display: none;
}

.notify p.label-holder span.checkbox {
    display: none;
}

[item-id=late-and-today] .label-holder{
    margin-bottom: 20px;
}

.recent-checked, .recent-created{
    column-span: all;
    color: white;
    margin: 20px 0 25px;
}

[item-id=late-and-today] [item-id] .checked-since{
    opacity: 0.3;
    display: block;
    margin-top: 7px;
    font-size: 15px;
}

@media screen and (max-width: 500px){

    [item-id=late-and-today] .real-list{
        width: 90%;
        margin: 0 auto;
    }

    .notifications .prazos{
        display: none;
    }

}

[item-id=late-and-today] .sub-holder-toggler{
    display: none;
}

[item-id=late-and-today] .label-holder, [item-id=late-and-today] .label-holder .label{
    text-align: center;
}

.toast{
    outline: 3px solid black;
}