.notifyjs-corner {
    width: 99%;
    left: 50% !important;
    transform: translateX(-50%);
    font-size: 14px;
    z-index: 9999 !important;
}
.notifyjs-wrapper {
    margin: 0 0 8px 0 !important;
}
.custom.notifyjs-bootstrap-base {
    padding: 18px 30px;
    border-radius: 6px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    text-shadow: none;
    background-image: none;
}
.custom.notifyjs-bootstrap-base span {
    font-weight: 500;
    white-space: pre-wrap;
    letter-spacing: 1px;
}
.custom.notifyjs-bootstrap-danger {
    background-color: #ad0e0e;
    color: #fff;
}
.custom.notifyjs-bootstrap-success {
    background-color: #468847;
    color: #fff;
}
.notifyjs-default-base {
    padding: 16px 20px;
    border-radius: 6px;
    font-size: 14px;
    position: relative;
    color: white;
}
.notifyjs-default-success {
    background-color: #3c763d;
}
.notifyjs-default-danger {
    background-color: #a94442;
}
.notifyjs-close-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}