.alerta-tooltip {
    padding: .3rem .70rem;
    background-color: #E2001A;
}

.icon-alerta-tooltip {
    width: 1rem;
    margin-left: 0.5rem;
    height: 1rem;
}

.notifyjs-warning-step-base .title,
.notifyjs-warning-step-base .body,
.notifyjs-info-step-base .title,
.notifyjs-info-step-base .body {
    font-size: 0.75rem;
}

.notifyjs-warning-step-base,
.notifyjs-info-step {
    width: 11rem;
}

.notifyjs-warning-step-base .title,
.notifyjs-info-step .title {
    font-weight: bolder;
}

.notifyjs-container {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.notifyjs-info-step,
.notifyjs-warning-step-base {
    border-radius: 3px;
}

.notifyjs-info-step-base {
    border: 1px solid #E8EAEE;
    width: 12rem;
}

.notifyjs-info-step-base .body {
    font-weight: bolder;
}

.link-chat-notify {
    font-size: 0.9rem;
    text-decoration: underline !important;
    cursor: pointer;
    font-weight: bolder !important;
    color:white;
}

.link-chat-notify:hover {
    color:white;
}

.notifyjs-warning-step-base {
    cursor: default !important;
}