/***************Progeress bar container********************/

.att-progress-bar-back-drop {
  opacity: 0.5;
  z-index: 1000;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
}
.att-progress-bar-container {
  width: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
}
.att-progress-bar-container1 {
  width: 100%;
  position: absolute;
  z-index: 999999;
  top: 35%;
  left: 0;
}
.att-progress-bar-container .att-progress-bar-width-80 {
  width: 40%;
  overflow: hidden;
  margin: 0 auto !important;
  padding: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.att-progress-bar-container .att-progress-bar-width-80 .att-progress-message {
  margin: 0 !important;
  color: #357fd4;
}
.att-progress-bar-container .att-progress-bar-width-80 .green span {
  font-weight: 700;
  color: #000 !important;
}
.att-progress-bar-container .att-progress-bar-width-60 {
  width: 60%;
  overflow: hidden;
  margin: 0 auto !important;
  padding: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.att-progress-bar-container .att-progress-bar-width-60 .att-progress-message {
  margin: 0 !important;
  color: #357fd4;
}
.att-progress-bar-container .att-progress-bar-width-60 .green span {
  font-weight: 700;
  color: #000 !important;
}

/***************Styles for the spinner********************/
.att-square-cssload-loader {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  position: relative;
  border: 3px solid #357fd4;
  animation: att-square-cssload-loader 2.3s infinite ease;
  -o-animation: att-square-cssload-loader 2.3s infinite ease;
  -ms-animation: att-square-cssload-loader 2.3s infinite ease;
  -webkit-animation: att-square-cssload-loader 2.3s infinite ease;
  -moz-animation: att-square-cssload-loader 2.3s infinite ease;
}
.att-square-cssload-loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #b3d0f1;
  animation: att-square-cssload-loader-inner 2.3s infinite ease-in;
  -o-animation: att-square-cssload-loader-inner 2.3s infinite ease-in;
  -ms-animation: att-square-cssload-loader-inner 2.3s infinite ease-in;
  -webkit-animation: att-square-cssload-loader-inner 2.3s infinite ease-in;
  -moz-animation: att-square-cssload-loader-inner 2.3s infinite ease-in;
}
@keyframes att-square-cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes att-square-cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes att-square-cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes att-square-cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes att-square-cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes att-square-cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-o-keyframes att-square-cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-ms-keyframes att-square-cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes att-square-cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-moz-keyframes att-square-cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}