/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#alaert_mengger .active {
    display: block;
}

#alaert_mengger .unactive {
    display: none;
}

.device.current {
    background-color: bisque;
}

.remove_noti {
    color: red!important;
    font-size: 22px;
    cursor: pointer;
}

.alert,
.device {
    font-size: 22px;
    padding: 5px;
    border-bottom: 1px solid rgb(175, 175, 175)
}

.alert:nth-child(even),
.device:nth-child(even) {
    background-color: rgb(245, 245, 245);
}

.add_to_watch {
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.add_to_watch:hover {
    background-color: black;
    color: #fff!important
}