@charset "UTF-8";
.aea-reading-progress {
  top: unset;
  bottom: 20px;
  position: fixed;
  z-index: 10;
}
.aea-reading-progress.bottom-right {
  top: unset !important;
  bottom: 20px !important;
  left: 20px;
}
.aea-reading-progress.bottom-left {
  top: unset !important;
  right: 20px;
  bottom: 20px !important;
}
.aea-reading-progress.top-right {
  right: unset;
  top: 20px !important;
  left: 20px;
}
.aea-reading-progress.top-left {
  left: unset;
  top: 20px !important;
  right: 20px;
}
.aea-reading-progress .aea-reading-progress-border {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.aea-reading-progress .aea-reading-progress-circle {
  position: relative;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  border-radius: 50%;
}
.aea-reading-progress .aea-reading-progress-text {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  position: absolute;
  color: #fff;
}

/*start for aea-horizontal-progress*/
.aea-horizontal-progress.top {
  top: 0px !important;
  bottom: unset !important;
}
.aea-horizontal-progress.bottom {
  top: unset !important;
  bottom: 0px !important;
}

body.admin-bar .aea-horizontal-progress.top {
  top: 32px !important;
}

/*end for aea-horizontal-progress*/
/* # start progress-with-top 
==============================*/
.aea-progress-with-top .aea-progress-wrap {
  position: fixed;
  left: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.aea-progress-with-top .aea-progress-wrap.top-left {
  left: unset !important;
  right: 50px;
  bottom: unset;
  top: 50px;
}
.aea-progress-with-top .aea-progress-wrap.top-right {
  left: 50px;
  right: unset !important;
  bottom: unset;
  top: 50px;
}
.aea-progress-with-top .aea-progress-wrap.bottom-left {
  top: unset;
  left: unset !important;
  right: 50px;
  bottom: 50px;
}
.aea-progress-with-top .aea-progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.aea-progress-with-top .aea-progress-wrap::before {
  position: absolute;
  text-align: center;
  line-height: 46px;
  opacity: 1;
  background-color: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 16px;
  margin-bottom: 6px;
  font-family: "atomic-elements" !important;
  content: "";
}
.aea-progress-with-top .aea-progress-wrap .svg-content {
  border-radius: 50%;
}
.aea-progress-with-top .aea-progress-wrap svg path {
  fill: none;
}
.aea-progress-with-top .aea-progress-wrap svg.aea-progress-circle path {
  stroke: grey;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.aea-progress-with-top .aea-progress-wrap .aea-circle {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: black;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  animation: border-transform 10s linear infinite alternate forwards;
}
.aea-progress-with-top .aea-progress-wrap .aea-circle:hover {
  box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.aea-progress-with-top .aea-progress-wrap .aea-circle:before {
  position: absolute;
  font-family: "unicons";
  content: "";
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  opacity: 1;
  color: red;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* #/ end progress-with-top 
==============================*/
.aea-progress-with-cursor .aea-progress-wrap {
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 9;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border-radius: 50%;
}
.aea-progress-with-cursor .aea-progress-wrap svg path {
  fill: none;
}
.aea-progress-with-cursor .aea-progress-wrap svg.aea-progress-circle path {
  stroke: #e02020;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.aea-progress-with-cursor .aea-cursor,
.aea-progress-with-cursor .aea-cursor2,
.aea-progress-with-cursor .aea-cursor3 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(50%) translateY(-50%);
  pointer-events: none;
  right: -100px;
  top: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.aea-progress-with-cursor .aea-cursor {
  background-color: #000;
  z-index: 9;
  height: 0;
  width: 0;
}
.aea-progress-with-cursor .aea-cursor2,
.aea-progress-with-cursor .aea-cursor3 {
  height: 46px;
  width: 46px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.aea-progress-with-cursor .aea-cursor2.hover,
.aea-progress-with-cursor .aea-cursor3.hover {
  -webkit-transform: scale(1.4) translateX(35%) translateY(-35%);
  transform: scale(1.4) translateX(35%) translateY(-35%);
  border: none;
}
.aea-progress-with-cursor .aea-cursor2.hover {
  background: rgba(255, 255, 255, 0.1);
}
.aea-progress-with-cursor .aea-cursor2.hover .aea-progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
}
.aea-progress-with-cursor .aea-cursor2.hover .aea-progress-wrap svg.aea-progress-circle path {
  opacity: 0.4;
}
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 37% 63% 46% 54%/48% 55% 45% 52%;
  }
  14% {
    border-radius: 60% 40% 46% 54%/60% 49% 51% 40%;
  }
  28% {
    border-radius: 46% 54% 62% 38%/70% 49% 51% 30%;
  }
  42% {
    border-radius: 39% 61% 45% 55%/38% 61% 39% 62%;
  }
  56% {
    border-radius: 39% 61% 33% 67%/50% 70% 30% 50%;
  }
  70% {
    border-radius: 50% 50% 66% 34%/68% 56% 44% 32%;
  }
  84% {
    border-radius: 54% 46% 50% 50%/61% 35% 65% 39%;
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 37% 63% 46% 54%/48% 55% 45% 52%;
  }
  14% {
    border-radius: 60% 40% 46% 54%/60% 49% 51% 40%;
  }
  28% {
    border-radius: 46% 54% 62% 38%/70% 49% 51% 30%;
  }
  42% {
    border-radius: 39% 61% 45% 55%/38% 61% 39% 62%;
  }
  56% {
    border-radius: 39% 61% 33% 67%/50% 70% 30% 50%;
  }
  70% {
    border-radius: 50% 50% 66% 34%/68% 56% 44% 32%;
  }
  84% {
    border-radius: 54% 46% 50% 50%/61% 35% 65% 39%;
  }
}