.group-row {
    width: auto; 
}

    .group-row select {
        padding: 0 .5rem; 
        padding-right: 1.75rem;
        width: auto;
    }

    .group-row ul {
        display: flex; 
        margin: 0;
    }

    .group-row ul li label {
        margin: 0;
    }

    .input-radio:checked+span {
        background-color: #8FC15B;
        border-color: white !important;
        border-radius: 3px !important;
        color: white;
    }

    .input-radio:hover+span {
        border-color: #8FC15B !important;
    }