.condition-item.notif-template-item.active {
    border: 1px solid rgb(24,138,226);
    background-color: rgb(243, 251, 255);
}


/* Dark Theme */

/* body.is-dark .notif-template-item.active {
    border-bottom: 2px solid rgb(24,138,226);
    background-color: rgb(57,57,61);
} */
body.is-dark .condition-item.notif-template-item.active {
    border: 1px solid rgb(24,138,226);
    background-color: rgb(59, 59, 70);
}
