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

 /* await */
 .es_webhook_status_AWAIT{
    color: black;
 }

/* CLOUD_API_OK */
.es_webhook_status_0{
    background-color: green;
    color: white;
}

/* CLOUD_API_FAIL */
.es_webhook_status_1{
    background-color: rgb(202, 9, 9);
    color: white;
}

/* CLOUD_API_WARN */
.es_webhook_status_2{
    background-color: rgb(250, 247, 106);
}

/* CLOUD_API_NOTICE */
.es_webhook_status_3{
    background-color: gray;
    color: black;
}


.es_webhook_data{
    font-size: 8px;
    color: gray;
}

/* list column width of visibility (no in this plugin? )*/
.column-visibility{
    width : 5%;
}