.delete-task-form {
    padding-top: 14px;
    border-top: 1px solid #e3eaf1;
}

.task-side .delete-task {
    background: #fff0f1;
    color: #b42335;
    border: 1px solid #f4cbd1;
}

.delete-task-form small {
    display: block;
    color: var(--muted);
    margin-top: 7px;
    text-align: center;
}
