.custom-radio_mod{
    display: block;
    position: relative;
    padding-left: 20px;
}
.custom-radio_mod > input{
    position: absolute;
    left: 0;
    top: 4px;
}
.custom-radio_mod > label{}
.custom-radio_mod > label > span{}
.custom-control-label_mod{

}

.selector_cst_mod{}
.selector_cst_mod .description_slc{}
.selector_cst_mod .description_slc .price{}
.selector_cst_mod .description_slc .price:before{display:none!important; margin:0!important}
.selector_cst_mod .description_slc,
.selector_cst_mod .description_slc span{
    font-size: 14px;
    color: #777;
    margin: unset!important;
}


.profile-selector_mod{}
.profile-selector_mod .profile-selector-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0px 0px 12px;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgb(37 127 220);
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    justify-content: space-between;
}
.profile-selector_mod .profile-selector-head .profile-selector-head-title{}
.profile-selector_mod .profile-selector-head .profile-selector-head-value{
    flex: auto;
    text-decoration: underline;
}
.profile-selector_mod .profile-selector-head .profile-selector-head-arrow{}
.profile-selector_mod .profile-selector-head .profile-selector-head-arrow:after{
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;

    border: 4px solid transparent;
    border-top: 4px solid #fff;
}
.profile-selector-body_mod{
    padding-left: 10px;
}
.profile-selector-body_mod .radio-list{}
.profile-selector-body_mod .radio-list .custom-radio_mod:hover *{color:#333;}
.profile-selector-body_mod .radio-list .custom-radio_mod{
cursor:pointer;
}
.profile-selector-body_mod .radio-list .custom-radio_mod > input{
    position: absolute;
    left: 0;
    top: 4px;
}
.profile-selector-body_mod .radio-list .custom-radio_mod > .selector_cst_mod {
    color: #777;
    font-size: 15px;
}