.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99999999;
  text-align: center;
  top: 0;
  left: 0; }

.pre-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.pre-loader-small {
  position: fixed;
  width: 180px;
  height: 80%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  align: center; }

.pre-loader-small img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.animator-gif {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  text-align: center;
  top: 0;
  left: 0;
  display: none; }

.animator-gif img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 * require local_foundation
 *
 *

 *
 *
 */
