.note-message{
    color:rgb(175, 175, 175);
}
.generate-code{
    float: right;
    color: #68b0fd;
    font-weight: 500;
}
.form-control{
    border-radius: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.discountType-dropdown::ng-deep .ui-dropdown{
    width: 100%;
    margin-top: 3px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.minimum-purchaceAmount{
    width: 215px;
    margin-left: 26px;
    margin-bottom: -6px;
    margin-top: 11px;
}

.btngroup{ float: right;}
.cancelBtn{ background: #fff; padding: 6px;  border: 1px solid #ccc;margin-right: 9px;}
.saveBtn{background: #3f9ef1;padding: 6px; border: 1px solid #3f9ef1; margin-right: 9px;color: #fff;}

.ui-calendar .ui-datepicker {
    height : 200px;
    }

.calendarStartDate::ng-deep .ui-calendar, .calendarStartDate::ng-deep .ui-inputtext{
    width: 100%;
}