.ahangsearch {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 0%;
  min-width: 36px;
  height: 36px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  border-radius: 36px !important;
  z-index: 10000;
}
.ahangsearch-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 36px;
  margin: 0;
  z-index: 10;
  margin-right: 36px;
  padding: 16px 8px 16px 16px;
  font-family: inherit;
  font-size: 16px;
  border-top-left-radius: 36px !important;
  border-bottom-left-radius: 36px !important;
  width: 100%;
  max-width: calc(100% - 115px);
  background: rgba(255, 255, 255, 0.9);
  color: #555;
  font-family: "aHang Rounded Web", "aHang Rounded", "Barlow", system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  border: 1px dashed #7f7f7f !important;
  border-right: none !important;
}
@media (min-width: 768px) {
  .ahangsearch-input {
    max-width: calc(50% - 115px);
  }
}
input[type="search"].ahangsearch-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.ahang-icon-search,
.ahangsearch-submit {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.ahangsearch-submit {
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.ahang-icon-search {
  color: #7f7f7f;
  background: rgba(255, 255, 255, 0.9);
  z-index: 90;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.ahang-icon-search:hover {
  color: #242424;
}
.ahang-icon-search:before {
  content: "\f002";
}
.ahangsearch.ahangsearch-open,
.no-js .ahangsearch {
  width: 100%;
}
.ahangsearch.ahangsearch-open .ahang-icon-search,
.no-js .ahangsearch .ahang-icon-search {
  color: rgba(255, 255, 255, 0.9);
  background: #7f7f7f;
  z-index: 11;
}
.ahangsearch.ahangsearch-open .ahangsearch-submit,
.no-js .ahangsearch .ahangsearch-submit {
  z-index: 90;
}

.progress-wrap:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  content: "\f077" !important;
}
.progress-wrap svg.progress-circle path {
  stroke-width: 7px !important;
}
.progress-wrap svg.progress-circle {
  padding: 2px !important;
}