@import '../../styles/colors'; ::ng-deep { &.mat-radio-group { display: flex; flex-direction: row; .mat-radio-button:first-child { padding-left: 0; } .mat-radio-button:last-child { padding-right: 0; } .mat-radio-button { height: 50px; padding: 5px 10px 10px 10px; } } } .container { height: 60px; padding: 2px 12px 12px 12px; margin-top: 4px; margin-bottom: 15px; .label { color: $color-text-default; font-family: "PT Sans"; font-size: 14px; font-weight: bold; letter-spacing: 0.35px; line-height: 19px; } } .hidden { display: none; }