.AscRadioButton-variant {
    padding: 4px 7px;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
    background-color: white;
    white-space: nowrap;
}

.AscRadioButton-variant:hover {
    color: white;
    background-color: #609ab3;
}

.AscRadioButton-variant.active {
    color: white;
    
    background-color: #0f7faf;
}




#radioVariants.flexRowWrapped {
    flex-direction: row;
    flex-wrap: wrap;
  }


#radioVariants.flexColumnFullWidth {
    flex-direction: column;
white-space: normal;
}
  
  