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

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

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

/*end for wowe-horizontal-progress*/
/* # start progress-with-top 
==============================*/
.wowe-progress-with-top .wowe-progress-wrap {
  position: fixed;
  right: 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%;
}
.wowe-progress-with-top .wowe-progress-wrap.top-left {
  right: unset !important;
  left: 50px;
  bottom: unset;
  top: 50px;
}
.wowe-progress-with-top .wowe-progress-wrap.top-right {
  right: 50px;
  left: unset !important;
  bottom: unset;
  top: 50px;
}
.wowe-progress-with-top .wowe-progress-wrap.bottom-left {
  top: unset;
  right: unset !important;
  left: 50px;
  bottom: 50px;
}
.wowe-progress-with-top .wowe-progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wowe-progress-with-top .wowe-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;
  left: 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: "wow-elements" !important;
  content: "";
}
.wowe-progress-with-top .wowe-progress-wrap .svg-content {
  border-radius: 50%;
}
.wowe-progress-with-top .wowe-progress-wrap svg path {
  fill: none;
}
.wowe-progress-with-top .wowe-progress-wrap svg.wowe-progress-circle path {
  stroke: grey;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.wowe-progress-with-top .wowe-progress-wrap .wowe-circle {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -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;
}
.wowe-progress-with-top .wowe-progress-wrap .wowe-circle:hover {
  box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.wowe-progress-with-top .wowe-progress-wrap .wowe-circle:before {
  position: absolute;
  font-family: "unicons";
  content: "";
  top: 0;
  left: 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 
==============================*/
.wowe-progress-with-cursor .wowe-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%;
}
.wowe-progress-with-cursor .wowe-progress-wrap svg path {
  fill: none;
}
.wowe-progress-with-cursor .wowe-progress-wrap svg.wowe-progress-circle path {
  stroke: #e02020;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.wowe-progress-with-cursor .wowe-cursor,
.wowe-progress-with-cursor .wowe-cursor2,
.wowe-progress-with-cursor .wowe-cursor3 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.wowe-progress-with-cursor .wowe-cursor {
  background-color: #000;
  z-index: 9;
  height: 0;
  width: 0;
}
.wowe-progress-with-cursor .wowe-cursor2,
.wowe-progress-with-cursor .wowe-cursor3 {
  height: 46px;
  width: 46px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wowe-progress-with-cursor .wowe-cursor2.hover,
.wowe-progress-with-cursor .wowe-cursor3.hover {
  -webkit-transform: scale(1.4) translateX(-35%) translateY(-35%);
  transform: scale(1.4) translateX(-35%) translateY(-35%);
  border: none;
}
.wowe-progress-with-cursor .wowe-cursor2.hover {
  background: rgba(255, 255, 255, 0.1);
}
.wowe-progress-with-cursor .wowe-cursor2.hover .wowe-progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
}
.wowe-progress-with-cursor .wowe-cursor2.hover .wowe-progress-wrap svg.wowe-progress-circle path {
  opacity: 0.4;
}
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}