.multi-thumb-slider {
    background-color: transparent;
    display: flex;
    width: 100%;
}

.multi-thumb-slider-tag {
    border-left-width: 0.1em;
    border-left-style: solid;
    border-left-color: white;
    border-right-width: 0.1em;
    border-right-style: solid;
    border-right-color: white;
    box-sizing: border-box;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

.multi-thumb-slider-tag-text {
    color: white;
    display: block;
    font-size: 14.4px;
    font-family: sans-serif;
    font-weight: bold;
    overflow: hidden;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-thumb-slider-tag:first-of-type {
    border-radius: 4px 0px 0px 4px;
}

.multi-thumb-slider-tag:last-of-type {
    border-radius: 0px 4px 4px 0px;
}

.multi-thumb-slider-tag:last-of-type>.slider-thumb {
    display: none !important;
}

.slider-thumb {
    align-items: center;
    background-color: white;
    border-radius: 2em;
    bottom: 0;
    cursor: ew-resize;
    display: flex;
    height: 1.8em;
    justify-content: center;
    margin: auto;
    width: 1.8em;
    position: absolute;
    right: calc(-1em);
    top: 0;
    user-select: none;
    z-index: 10;
}

.slider-thumb span {
    font-size: 1em;
    color: #6c757d
}

.multi-slider-desabilitado{
    opacity: 0.6;
}