.sub-title{
    color: #ccc;
}

.custom-dropdown-backGround::ng-deep .ui-dropdown{
    width: 100%;
    margin-top: 3px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.subRadio-txt{
    color: #ccc;
    margin-left: 24px;
}
.checkbox-notemessage{
    color: #ccc;
    margin-left: 24px;
}
.radioGroup{
    border-bottom: 1px solid #ccc;
    padding: 12px;
}
.radioGroup:last-child{
    border-bottom: 0px;
}

.topGap {
    margin-top: 20px;
    font-weight: bold;
}

.normalFont::ng-deep .ui-radiobutton-label, .normalFont::ng-deep .ui-chkbox-label {
    font-weight: normal !important;
}

.header {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.contentWrap {
    margin-top: 25px;
}