.fontCss{
    font-weight:400;
    font-style:normal;
    font-family: Verizon NHG DS
  }
  .radioBtnWV{
    border: 0px solid #fff;
  }
  legend.radioGroupLabel {
    font-size: 0px;
  }
.mainsection_content_style{
    position: absolute;
    width: 596px;
    height: 240px;
    left: 0px;
    top: 60px;
    
    /* [VDS] DeskTab/🖥 Body LG */
    
    font-family: 'Verizon NHG eDS';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    
    letter-spacing: 0.5px;
    
    color: #000000;
    
}

.list_group_item{
    width: 596px;
height: 24px;
/* [VDS] DeskTab/🖥 Title SM Bold */
font-family: 'Verizon NHG eDS';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
/* identical to box height, or 120% */
display: flex;
align-items: center;
/* elements (text, icons, borders)/primary.onlight */
color: #000000;
/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
}

.list_group_item_content_style{
    /* Subtitle */
width: 596px;
height: 80px;
/* [VDS] DeskTab/🖥 Body LG */
font-family: 'Verizon NHG eDS';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* or 125% */
letter-spacing: 0.5px;
/* [VDS] elements (text, icons, borders)/primary.onlight */
color: #000000;
/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}


.businessCustomerStyle_5{
/* [VDS] Mobile/📱 Body LG */
/* //mt: 12;
 //mb:16;
  //w:596; */
  width: 596px;
  height: 24px;
font-family: 'Verizon NHG eDS';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
/* or 125% */
letter-spacing: 0.5px;
color: #000000;
/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;
  }

 .radioButtonStyle{
     /* Label */
width: 296px;
height: 20px;
/* [VDS] DeskTab/🖥 Body LG Bold */
font-family: 'Verizon NHG eDS';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */
letter-spacing: 0.5px;
/* [VDS] elements (text, icons, borders)/primary.onlight */
color: #000000;
/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
 }
*{
    box-sizing: border-box;
}
div[data-testid="tooltip"] button:focus:not(:hover),
div[data-testid="tooltip"] button:focus:not(:hover)::before {
    border: none;
}
div[data-testid="tooltip"] button:focus:not(:hover) span svg{
    border: 2px dashed #000;
    border-radius: 50%;
}

