.irs--flat{
    width: 351px;
}

.irs--flat .irs-line {
    top: 25px;
    height: 2px;
    background-color: rgb(196, 196, 196);
    border-radius: 4px;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 2px;
    background-color: rgb(204, 50, 161);
}
.irs--flat .irs-handle{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-top: -2px;
    background-color: #ffffff;
    border: 3px solid rgb(204, 50, 161);
}

.irs--flat .irs-handle:hover{
    cursor: pointer ;
}

.irs--flat .irs-handle> i:first-child{
    display: none;
}





