@import '../../styles/colors'; ::ng-deep { .mat-checkbox { display: block; margin-top: 8px; label { margin-right: 30px; width: unset; .mat-checkbox-label { width: 100%; display: flex; justify-content: space-between; } .mat-checkbox-inner-container { width: 24px; height: 24px; } } } } .container { height: 60px; padding: 2px 12px 12px 12px; margin-top: 4px; margin-bottom: 15px; display: block; .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; }