.destroy-container {
    flex-grow: 0;
    margin-left: auto;
    padding-inline: 0px 2px;
}

.new-btn {
    border-width: 2px;
    border-radius: 10px;
}

.item-row {
    min-height: 55px;
    margin: 2px 0px;
    border-bottom:1px solid rgba(0, 0, 0, .125);
}

.row-content {
    display: block;
    margin-block: auto;
}

.row-flag {
    height: 50px;
    width: 10px;
    border-radius: 0px 10px 10px 0px;
}

.column-flag {
    font-size: 14px;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 5px;
    float: left;
    margin-top: -.75rem;
    margin-right: 20px;
    text-align: center;
}

.deleted {
    color: #dc3545;
    text-decoration: line-through;
}

.new {
    color: #1e7e34;
}

.checked-main-btn {
    background-color: #c2fbd7;
    border-radius: 100px;
    color: green;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 4px 7px;
    text-align: center;
    border: 0;
    font-size: 14px;
}

.unchecked-main-btn {
    border: 1px solid;
    background-color: white;
    border-radius: 100px;
    color: #C1C1C1;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    transition: 250ms;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.unchecked-main-btn:hover{
    background-color: #c2fbd7;
    color: green;
    border-color:#c2fbd7;
}

.edited{
    color: #dc3545;
    text-decoration: line-through;
}

.edited:hover{
    text-decoration: none;
}

.undo-btn{
    color: #FABE0A;
    border: 2px solid #FABE0A;
    border-radius: 10px;
    background-color: transparent;
    padding: .375rem .7rem;
}

.undo-btn:hover{
    color: white;
    background-color: #FABE0A;
}

.off:hover{
    color: #dc3545;
    text-decoration: line-through;
    cursor: default;
    border: 1px solid;
    background-color: transparent;
    border-radius: 100px;
    text-decoration: line-through;
}