/* wait spinner wheel */
#scriptAtWork{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 10001;
}
#scriptAtWork .spinner-border { 
    position: fixed;
    width: 100px; 
    height: 100px; 
    margin: calc(50vh - 50px) calc(50vw - 50px) 0;
    font-size: 2em 
}
/* custom alert */
.swal2-title{ margin: 0 auto 1em }
.swal2-popup.nsg-win{
    box-shadow: 20px 20px 40px #666
}
.swal2-icon.no-border{
    margin: 1em;
    border: none;
    height: 1em;
    width: 1em;
}
#swal2-html-container.no-margin{ margin-top: 0;  }
#alertIcon{ width: 24px }