.slspChipRow{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    gap: 15px;
}

.slspChipRow .chip{
    flex: 1;
}

.slspChipRow .chip._slsp_radioButton_wrapper .slspradioButtonCnt{
    padding-top: 15px;
}


.slspChipRow .chip._slsp_radioButton_wrapper .container input ~ .checkmark{
    width: 100%;
    height: 30px;
    z-index: 1; 
    border-radius: 15px;
    border: none;
    outline: none;
    box-shadow: none;
}


.slspChipRow .chip._slsp_radioButton_wrapper .container .checkmark:after {
    display: none;
}



.slspChipRow .chip._slsp_radioButton_wrapper .container{
    position: relative;
    height: 100%;
    height: 30px;
    padding-left: 0;
    padding-top: 0;
}


.slspChipRow .chip._slsp_radioButton_wrapper .container > span.lblTxt{
    position: absolute;
    z-index: 2;
    font-size: var(--slsp-legend-font-size);
    left: 50%;
    transform: translateX(-50%);
    line-height: 30px;
    pointer-events: none;
}



.slspChipRow .chip._slsp_radioButton_wrapper .container input:checked ~ .checkmark{
    background-color: #2870ed;

}

.slspChipRow .chip._slsp_radioButton_wrapper .container input:checked ~ .lblTxt{
    color: #ffffff;
}
