﻿/*.loading-spiner {
  width: 240px;
  height: 140px;

  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 120px);
}

.loading-spiner-holder {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0.88;
  position:fixed;
  top: 0;
  left: 0;
  z-index: 1000;  
}

.loading-spiner1 {
  width: 100px;
  height: 100px;

  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 50px);
}

.loading-spiner-holder1 {
  width: 60vw;
  height: 70vh;
  opacity: 0.6;
  position:fixed;
  top: 0;
  left: 0;
  z-index: 1000;  
}

.required:after {
  content:" *";
  color: red;
}*/


.loading-spiner {
  width: 240px;
  height: 140px;

  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 120px);
}

.loading-spiner-holder {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0.88;
  position:fixed;
  top: 0;
  left: 0;
  z-index: 1200;  
}

.loading-spiner1 {
  width: 240px;
  height: 140px;

  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 120px);
}

.loading-spiner-holder1 {
  width: 60vw;
  height: 70vh;
  /*background-color: #fff;*/
  opacity: 0.88;
  position:fixed;
  top: 0;
  left: 0;
  z-index: 1200;  
}

.required:after {
  content:" *";
  color: red;
}
