/*------back-to-top------------*/
@import url("https://use.fontawesome.com/releases/v6.5.2/css/all.css");

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 75px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
  }
  .prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
  }
  .prgoress_indicator::after {
    position: absolute;
    content: "\f077";
    font-family: "FontAwesome";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--color-set-one-1);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
  }
  .prgoress_indicator::before {
    position: absolute;
    content: "\f077";
    font-family: "FontAwesome";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
  }
  .prgoress_indicator:hover ::after {
    color: var(--color-set-one-1);
  }
  .prgoress_indicator:hover ::before {
    opacity: 1;
  }
  .prgoress_indicator svg path {
    fill: none;
  }
  .prgoress_indicator svg.progress-circle path {
    stroke: var(--color-set-one-1);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
  }
  .prgoress_indicator.color_two svg.progress-circle path {
    stroke: var(--color-set-two-three-1);
  }
  .prgoress_indicator.color_two::after {
    color: var(--color-set-two-three-1);
  }
  .prgoress_indicator.color_three svg.progress-circle path {
    stroke: var(--color-set-two-three-6);
  }
  .prgoress_indicator.color_three::after {
    color: var(--color-set-two-three-6);
  }
  .prgoress_indicator.color_four svg.progress-circle path {
    stroke: var(--color-set-four-1);
  }
  .prgoress_indicator.color_four::after {
    color: var(--color-set-four-1);
  }/*# sourceMappingURL=theme.css.map */


  :root {
    --color-set-one-1:#a04732;
    --color-set-one-6:#a04732;
  }