

.swal2-header {
    font-size: 10px;
   /* font-variant-caps: all-small-caps;*/
}
.swal2-actions {
    margin: 0.25em auto 0;
    font-size: 14px;
}
.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1f1e1ee8;
    z-index: 1;
    text-align: center;
    display: none;
}
.loader-p {
    margin-top: 200px;
    font-weight: bold;
    font-size: 26px;
    color: white;
}
