/* style alert */
body > div.swal2-container {
    z-index: 100040;
}
.swal2-content {
    padding: 0;
}
.swal2-html-container {
    font-size: 16px;
    font-weight: 300;
}
.infoError > .ui-pnotify-shadow {
    background: #f55555;
    color: white;
}
.swal2-modal p {
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
button.swal2-cancel.swal2-styled,
button.swal2-confirm.swal2-styled {
    width: auto;
}
.back-drop-sweet-alert2 {
    background: rgba(0, 0, 0, 0.4);
    z-index: 100039;
    opacity: 1.8;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}
/* end style alert */
