#spinner {
  display: none;
}
.loading {
  position: fixed;
  z-index: 1100 !important;
  height: 100%;
  width:  100%;
  /*overflow: show;
  margin: auto;
  top: -300px;
  left: 0;
  bottom: 0;
  right: 0;*/
}
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

.gif-spinner{
  z-index: 1101 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* display: table-cell; */
  /*display: table-cell;*/
  width: 140px !important;
  height: 140px !important;
}