.irs--round .irs-bar{
    background-color: rgb(12, 6, 75) !important;
}

.irs--round .irs-handle{
    border: 4px solid rgb(12, 6, 75) !important;
    background-color: rgb(12, 6, 75) !important;
    cursor: grab;
    height: 18px !important;
    top: 29px !important;
    width: 18px !important;
}


.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
    background-color: rgb(12, 6, 75) !important;
    padding: 6px 9px !important;
    font-size: 0.8rem !important;
    top: -3px !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
    /* content: "" !important;
    position: absolute !important;
    transition: all 0.3s ease-in !important;
    left: 48%;
    bottom: -8px !important;
    border-top: 5px solid rgb(12, 6, 75) !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important; */
    bottom: -12px !important;
    left: 46% !important;
    border: 7px solid transparent !important;
    border-top-color: rgb(12, 6, 75) !important;
}