.swal2-popup {
	font-size: 12px !important;
}
div#admin-preloader{ 
  background: #f6f6f6;
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-style: italic;
    margin-top: 0;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/admin-preloader.gif) 50% 50% no-repeat #f2f2f2;
    -webkit-background-size: 25% 25%;
    background-size: 25%;
    opacity: .7;
}