/*
  Theme Name: Asli Child
  Template: asli
  Theme URI: https://artemsemkin.com/asli/wp/
  Description: ZICUA customizations on the Asli theme
  Author: Artem Semkin / ZICUA
  Version: 1.1.0
*/

html {
  overflow-y: scroll;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.elementor-element-2f99824.elementor-widget-progress-tracker {
  display: none !important;
}

.leadly-global-progress {
  position: fixed;
  z-index: 2147483646;
  overflow: hidden;
  margin: 0;
  border: 0;
  background: rgba(196, 152, 90, 0.18);
  pointer-events: none;
}

.leadly-global-progress__fill {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #C4985A;
  will-change: transform;
}

.leadly-global-progress--horizontal {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3em;
}

.leadly-global-progress--horizontal .leadly-global-progress__fill {
  transform: scaleX(0);
  transform-origin: left center;
}

.leadly-global-progress--vertical {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.3em;
  height: 100vh;
  height: 100dvh;
}

.leadly-global-progress--vertical .leadly-global-progress__fill {
  transform: scaleY(0);
  transform-origin: center top;
}
