
.eWB-spinner-overlay {
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.75);
  z-index: 999998;
}

.eWB-fill {
  /*width: 250px !important;
  height: 150px !important;
  background-color: rgba(255,255,255,1) !important;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.35);*/
  background-color: rgba(255,255,255,0.25) !important;
  /*color: #00549d;*/
  /*border-radius: 25px;*/
}

.eWB-spinner {
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  font-size: 1.2em;
}

.eWB-fade-circle img {
  position: absolute;
}

.eWB-fade-circle img:last-of-type {
  height: 45px;
  top: 25px;
  left: 30px;
}

.eWB-fade-circle span {
  display: block;
  width: 200px;
  text-align: center;
  position: absolute;
  /*bottom: 60px;*/
  height: 30px;
  font-weight: bold;
}

.eWB-fade-circle {
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 225px;
  /*height: 100px;
  position: relative;
    background-image: url('../images/eWB_Inner.png');
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: 60%;
  font-size: 1.1em;
  background-image: url('../image/loading.svg');
  background-position: left center;
  animation: ccc 1.25s steps(8) infinite;
  box-sizing: border-box;
  filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.5));
  -webkit-filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.5));*/

}

.eWB-logo {
  background-image: url('../images/eWB.spinner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: inherit;
  height: inherit;
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));
}

.eWB-fade-circle .eWB-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.eWB-fade-circle .eWB-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #00549d;
  border-radius: 100%;
  -webkit-animation: eWB-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: eWB-circleFadeDelay 1.2s infinite ease-in-out both;
}
.eWB-fade-circle .eWB-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.eWB-fade-circle .eWB-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.eWB-fade-circle .eWB-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.eWB-fade-circle .eWB-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.eWB-fade-circle .eWB-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.eWB-fade-circle .eWB-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.eWB-fade-circle .eWB-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.eWB-fade-circle .eWB-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.eWB-fade-circle .eWB-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.eWB-fade-circle .eWB-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.eWB-fade-circle .eWB-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.eWB-fade-circle .eWB-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.eWB-fade-circle .eWB-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.eWB-fade-circle .eWB-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.eWB-fade-circle .eWB-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.eWB-fade-circle .eWB-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.eWB-fade-circle .eWB-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.eWB-fade-circle .eWB-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.eWB-fade-circle .eWB-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.eWB-fade-circle .eWB-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.eWB-fade-circle .eWB-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.eWB-fade-circle .eWB-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes eWB-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes eWB-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

@keyframes ccc {
  100% { background-position: -824px; }
}

svg{
    background-color: transparent;
    width: 200px;
    height: 150px;
}
.eWB-fade-circle path {
    stroke: #adb9db;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.path1 {
  stroke-dasharray: 170, 180;
  animation: pulse 2s infinite linear;
}

@keyframes pulse {
  0% {
    stroke-dashoffset: 350;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.path2 {
  stroke-dasharray: 170, 180;
  animation: pulse2 2s infinite linear;
}

@keyframes pulse2 {
  0% {
    stroke-dashoffset: 525;
  }
  100% {
    stroke-dashoffset: 175;
  }
}
