﻿#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(128, 128, 128, 0.7);
}

.sweet-alert {
    box-sizing: border-box;
    max-height: 70% !important;
    overflow-y: auto !important;
    padding: 0 17px 17px !important;
}

.sweet-alert:before {
    content: "";
    display: block;
    height: 17px;
    width: 0;
}