.btn-scroll-to-top[data-v-9650820c] {
  position: fixed;
  bottom: 12%;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}[dir=ltr] .btn-scroll-to-top[data-v-9650820c] {
  right: 20px;
}[dir=rtl] .btn-scroll-to-top[data-v-9650820c] {
  left: 20px;
}
.btn-scroll-to-top.show[data-v-9650820c] {
  opacity: 1;
}.btn-go-to-back[data-v-e49f9e4a] {
  position: fixed;
  bottom: 12%;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}[dir=ltr] .btn-go-to-back[data-v-e49f9e4a] {
  left: 20px;
}[dir=rtl] .btn-go-to-back[data-v-e49f9e4a] {
  right: 20px;
}.btn-ho-to-forward[data-v-d784b780] {
  position: fixed;
  bottom: 12%;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}[dir=ltr] .btn-ho-to-forward[data-v-d784b780] {
  left: 72px;
}[dir=rtl] .btn-ho-to-forward[data-v-d784b780] {
  right: 72px;
}

/* component style */
.vue-slider-disabled {
  opacity: 0.5;
}
[dir] .vue-slider-disabled {
  cursor: not-allowed;
}

/* rail style */
[dir] .vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

/* process style */
[dir] .vue-slider-process {
  background-color: #3498db;
  border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}
.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
}
[dir] .vue-slider-mark-step {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}
.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[dir] .vue-slider-dot-handle {
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
}
[dir=ltr] .vue-slider-dot-handle {
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
          box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
[dir=rtl] .vue-slider-dot-handle {
  -webkit-box-shadow: -0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
          box-shadow: -0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
[dir] .vue-slider-dot-handle-focus {
  -webkit-box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
          box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}

[dir] .vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  min-width: 20px;
  color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

[dir] .vue-slider-dot-tooltip-inner {
  padding: 2px 5px;
  text-align: center;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
}
.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  height: 0;
  width: 0;
}
[dir] .vue-slider-dot-tooltip-inner-top::after {
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}
[dir=ltr] .vue-slider-dot-tooltip-inner-top::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
[dir=rtl] .vue-slider-dot-tooltip-inner-top::after {
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  height: 0;
  width: 0;
}
[dir] .vue-slider-dot-tooltip-inner-bottom::after {
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}
[dir=ltr] .vue-slider-dot-tooltip-inner-bottom::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
[dir=rtl] .vue-slider-dot-tooltip-inner-bottom::after {
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.vue-slider-dot-tooltip-inner-left::after {
  top: 50%;
  height: 0;
  width: 0;
}
[dir] .vue-slider-dot-tooltip-inner-left::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
}
[dir=ltr] .vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  border-left-color: inherit;
}
[dir=rtl] .vue-slider-dot-tooltip-inner-left::after {
  right: 100%;
  border-right-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
  top: 50%;
  height: 0;
  width: 0;
}
[dir] .vue-slider-dot-tooltip-inner-right::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
}
[dir=ltr] .vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  border-right-color: inherit;
}
[dir=rtl] .vue-slider-dot-tooltip-inner-right::after {
  left: 100%;
  border-left-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}

/*# sourceMappingURL=default.css.map *//*================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
[dir] .qd-dropdown_icon button {
  padding: 0.486rem 1rem;
}
.qd-dropdown_icon .dropdown-menu {
  z-index: 12;
}