.vue-slider-dot {
    position: absolute;
    transition: all;
    z-index: 5;
}

.vue-slider-dot:focus {
    outline: none;
}

.vue-slider-dot-tooltip {
    position: absolute;
    visibility: hidden;
}

.vue-slider-dot-hover:hover .vue-slider-dot-tooltip,
.vue-slider-dot-tooltip-show {
    visibility: visible;
}

.vue-slider-dot-tooltip-top {
    left: 50%;
    top: -10px;
    transform: translate(-50%, -100%);
}

.vue-slider-dot-tooltip-bottom {
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.vue-slider-dot-tooltip-left {
    left: -10px;
    top: 50%;
    transform: translate(-100%, -50%);
}

.vue-slider-dot-tooltip-right {
    right: -10px;
    top: 50%;
    transform: translate(100%, -50%);
}

.vue-slider-marks {
    height: 100%;
    position: relative;
    width: 100%;
}

.vue-slider-mark {
    position: absolute;
    z-index: 1;
}

.vue-slider-ltr .vue-slider-mark,
.vue-slider-rtl .vue-slider-mark {
    height: 100%;
    top: 50%;
    width: 0px;
}

.vue-slider-ltr .vue-slider-mark-step,
.vue-slider-rtl .vue-slider-mark-step {
    top: 0px;
}

.vue-slider-ltr .vue-slider-mark-label,
.vue-slider-rtl .vue-slider-mark-label {
    margin-top: 10px;
    top: 100%;
}

.vue-slider-ltr .vue-slider-mark {
    transform: translate(-50%, -50%);
}

.vue-slider-ltr .vue-slider-mark-step {
    left: 0px;
}

.vue-slider-ltr .vue-slider-mark-label {
    left: 50%;
    transform: translate(-50%);
}

.vue-slider-rtl .vue-slider-mark {
    transform: translate(50%, -50%);
}

.vue-slider-rtl .vue-slider-mark-step {
    right: 0px;
}

.vue-slider-rtl .vue-slider-mark-label {
    right: 50%;
    transform: translate(50%);
}

.vue-slider-btt .vue-slider-mark,
.vue-slider-ttb .vue-slider-mark {
    height: 0px;
    left: 50%;
    width: 100%;
}

.vue-slider-btt .vue-slider-mark-step,
.vue-slider-ttb .vue-slider-mark-step {
    left: 0px;
}

.vue-slider-btt .vue-slider-mark-label,
.vue-slider-ttb .vue-slider-mark-label {
    left: 100%;
    margin-left: 10px;
}

.vue-slider-btt .vue-slider-mark {
    transform: translate(-50%, 50%);
}

.vue-slider-btt .vue-slider-mark-step {
    top: 0px;
}

.vue-slider-btt .vue-slider-mark-label {
    top: 50%;
    transform: translateY(-50%);
}

.vue-slider-ttb .vue-slider-mark {
    transform: translate(-50%, -50%);
}

.vue-slider-ttb .vue-slider-mark-step {
    bottom: 0px;
}

.vue-slider-ttb .vue-slider-mark-label {
    bottom: 50%;
    transform: translateY(50%);
}

.vue-slider-mark-label,
.vue-slider-mark-step {
    position: absolute;
}

.vue-slider {
    box-sizing: content-box;
    display: block;
    position: relative;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.vue-slider-rail {
    height: 100%;
    position: relative;
    transition-property: width, height, left, right, top, bottom;
    width: 100%;
}

.vue-slider-process {
    position: absolute;
    z-index: 1;
}

.vue-slider-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.vue-slider-rail {
    background-color: rgb(204, 204, 204);
    border-radius: 15px;
}

.vue-slider-process {
    background-color: rgb(52, 152, 219);
    border-radius: 15px;
}

.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 {
    background-color: rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap;
}

.vue-slider-dot-handle {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.32) 0.5px 0.5px 2px 1px;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.vue-slider-dot-handle-focus {
    box-shadow: rgba(52, 152, 219, 0.36) 0px 0px 1px 2px;
}

.vue-slider-dot-handle-disabled {
    background-color: rgb(204, 204, 204);
    cursor: not-allowed;
}

.vue-slider-dot-tooltip-inner {
    background-color: rgb(52, 152, 219);
    border-color: rgb(52, 152, 219);
    border-radius: 5px;
    box-sizing: content-box;
    color: rgb(255, 255, 255);
    font-size: 14px;
    min-width: 20px;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
}

.vue-slider-dot-tooltip-inner::after {
    content: "";
    position: absolute;
}

.vue-slider-dot-tooltip-inner-top::after {
    border-width: 5px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image: initial;
    border-top-color: inherit;
    height: 0px;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    width: 0px;
}

.vue-slider-dot-tooltip-inner-bottom::after {
    border-width: 5px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-image: initial;
    border-bottom-color: inherit;
    bottom: 100%;
    height: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 0px;
}

.vue-slider-dot-tooltip-inner-left::after {
    border-width: 5px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-image: initial;
    border-left-color: inherit;
    height: 0px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
}

.vue-slider-dot-tooltip-inner-right::after {
    border-width: 5px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image: initial;
    border-right-color: inherit;
    height: 0px;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
}

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

.vue-slider-dot-tooltip-wrapper-show {
    opacity: 1;
}

[data-v-7d3d49a9] .vue-slider-marks .vue-slider-mark:first-child .vue-slider-mark-label {
    left: 0px !important;
    transform: translate(0px) !important;
}

[data-v-7d3d49a9] .vue-slider-marks .vue-slider-mark:last-child .vue-slider-mark-label {
    width: max-content;
    left: unset !important;
    right: 0px !important;
    transform: translate(0px) !important;
}