You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
22 KiB

{"ast":null,"code":"import * as i0 from \"@angular/core\";\nimport * as i1 from \"src/constants/language/TranslationContentService\";\nimport * as i2 from \"@angular/common\";\n\nfunction NoticesComponent_span_9_Template(rf, ctx) {\n if (rf & 1) {\n const _r7 = i0.ɵɵgetCurrentView();\n\n i0.ɵɵelementStart(0, \"span\", 9);\n i0.ɵɵlistener(\"click\", function NoticesComponent_span_9_Template_span_click_0_listener() {\n i0.ɵɵrestoreView(_r7);\n const ctx_r6 = i0.ɵɵnextContext();\n return ctx_r6.openCovidData();\n });\n i0.ɵɵelement(1, \"img\", 10);\n i0.ɵɵelementEnd();\n }\n}\n\nfunction NoticesComponent_span_10_Template(rf, ctx) {\n if (rf & 1) {\n const _r9 = i0.ɵɵgetCurrentView();\n\n i0.ɵɵelementStart(0, \"span\", 9);\n i0.ɵɵlistener(\"click\", function NoticesComponent_span_10_Template_span_click_0_listener() {\n i0.ɵɵrestoreView(_r9);\n const ctx_r8 = i0.ɵɵnextContext();\n return ctx_r8.openCovidData();\n });\n i0.ɵɵelement(1, \"img\", 11);\n i0.ɵɵelementEnd();\n }\n}\n\nfunction NoticesComponent_div_11_Template(rf, ctx) {\n if (rf & 1) {\n const _r11 = i0.ɵɵgetCurrentView();\n\n i0.ɵɵelementStart(0, \"div\", 12);\n i0.ɵɵelementStart(1, \"span\", 9);\n i0.ɵɵlistener(\"click\", function NoticesComponent_div_11_Template_span_click_1_listener() {\n i0.ɵɵrestoreView(_r11);\n const ctx_r10 = i0.ɵɵnextContext();\n return ctx_r10.openCovidData();\n });\n i0.ɵɵelement(2, \"img\", 13);\n i0.ɵɵelementEnd();\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n const ctx_r2 = i0.ɵɵnextContext();\n i0.ɵɵadvance(2);\n i0.ɵɵproperty(\"src\", ctx_r2.covidPath, i0.ɵɵsanitizeUrl);\n }\n}\n\nfunction NoticesComponent_span_15_Template(rf, ctx) {\n if (rf & 1) {\n const _r13 = i0.ɵɵgetCurrentView();\n\n i0.ɵɵelementStart(0, \"span\", 9);\n i0.ɵɵlistener(\"click\", function NoticesComponent_span_15_Template_span_click_0_listener() {\n i0.ɵɵrestoreView(_r13);\n const ctx_r12 = i0.ɵɵnextContext();\n return ctx_r12.openPrecautions();\n });\n i0.ɵɵelement(1, \"img\", 11);\n i0.ɵɵelementEnd();\n }\n}\n\nfunction NoticesComponent_span_16_Template(rf, ctx) {\n if (rf & 1) {\n const _r15 = i0.ɵɵgetCurrentView();\n\n i0.ɵɵelementStart(0, \"span\", 9);\n i0.ɵɵlistener(\"click\", function NoticesComponent_span_16_Template_span_click_0_listener() {\n i0.ɵɵrestoreView(_r15);\n const ctx_r14 = i0.ɵɵnextContext();\n return ctx_r14.openPrecautions();\n });\n i0.ɵɵelement(1, \"img\", 10);\n i0.ɵɵelementEnd();\n }\n}\n\nfunction NoticesComponent_div_17_Template(rf, ctx) {\n if (rf & 1) {\n const _r17 = i0.ɵɵgetCurrentView();\n\n i0.ɵɵelementStart(0, \"div\", 12);\n i0.ɵɵelementStart(1, \"span\", 9);\n i0.ɵɵlistener(\"click\", function NoticesComponent_div_17_Template_span_click_1_listener() {\n i0.ɵɵrestoreView(_r17);\n const ctx_r16 = i0.ɵɵnextContext();\n return ctx_r16.openPrecautions();\n });\n i0.ɵɵelement(2, \"img\", 14);\n i0.ɵɵelementEnd();\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n const ctx_r5 = i0.ɵɵnextContext();\n i0.ɵɵadvance(2);\n i0.ɵɵproperty(\"src\", ctx_r5.precautionsPath, i0.ɵɵsanitizeUrl);\n }\n}\n\nexport let NoticesComponent = /*#__PURE__*/(() => {\n class NoticesComponent {\n constructor(translationContentService) {\n this.translationContentService = translationContentService;\n this.languageConstants = '';\n this.covidPath = '';\n this.precautionsPath = '';\n this.expandDropDown = false;\n this.expandPrecautionsDropDown = false;\n }\n\n ngOnInit() {\n this.translationContentService.getContent().subscribe(content => {\n this.languageConstants = Object.assign({}, content);\n this.covidPath = 'assets/images/' + this.languageConstants.policyPath + '.png';\n this.precautionsPath = 'assets/images/' + this.languageConstants.policyPath + '.png';\n });\n }\n\n openCovidData() {\n this.expandDropDown = !this.expandDropDown;\n }\n\n openPrecautions() {\n this.expandPrecautionsDropDown = !this.expandPrecautionsDropDown;\n }\n\n }\n\n NoticesComponent.ɵfac = function NoticesComponent_Factory(t) {\n return new (t || NoticesComponent)(i0.ɵɵdirectiveInject(i1.TranslationContentService));\n };\n\n NoticesComponent.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n type: NoticesComponent,\n selectors: [[\"app-notices\"]],\n decls: 18,\n vars: 9,\n consts: [[\"id\", \"notices\", 1, \"page-container\"], [1, \"header_section\"], [\"src\", \"assets/images/bajaj_header.png\", 1, \"logo\"], [1, \"align-middle\"], [1, \"txt-content\", \"font-body-xsmall-bold\"], [1, \"flex-row\", \"align-middle\", \"seperator\"], [1, \"customDropDown\", \"font-body-xsmall-bold\", \"medium-font\"], [\"class\", \"down-arrow\", 3, \"click\", 4, \"ngIf\"], [\"class\", \"seperator imageDropDown\", 4, \"ngIf\"], [1, \"down-arrow\", 3, \"click\"], [\"src\", \"assets/svg/arrow-up.svg\", 1, \"bike-card-arrow-dropdown\"], [\"src\", \"assets/svg/arrow-down.svg\", 1, \"bike-card-arrow-dropdown\"], [1, \"seperator\", \"imageDropDown\"], [1, \"bike-card-arrow-dropdown\", 3, \"src\"], [1, \"transition-image\", 3, \"src\"]],\n template: function NoticesComponent_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 0);\n i0.ɵɵelementStart(1, \"div\", 1);\n i0.ɵɵelement(2, \"img\", 2);\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(3, \"div\", 3);\n i0.ɵɵelementStart(4, \"p\", 4);\n i0.ɵɵtext(5);\n i0.ɵɵelementEnd();\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(6, \"div\", 5);\n i0.ɵɵelementStart(7, \"div\", 6);\n i0.ɵɵtext(8);\n i0.ɵɵelementEnd();\n i0.ɵɵtemplate(9, NoticesComponent_span_9_Template, 2, 0, \"span\", 7);\n i0.ɵɵtemplate(10, NoticesComponent_span_10_Template, 2, 0, \"span\", 7);\n i0.ɵɵelementEnd();\n i0.ɵɵtemplate(11, NoticesComponent_div_11_Template, 3, 1, \"div\", 8);\n i0.ɵɵelementStart(12, \"div\", 5);\n i0.ɵɵelementStart(13, \"div\", 6);\n i0.ɵɵtext(14);\n i0.ɵɵelementEnd();\n i0.ɵɵtemplate(15, NoticesComponent_span_15_Template, 2, 0, \"span\", 7);\n i0.ɵɵtemplate(16, NoticesComponent_span_16_Template, 2, 0, \"span\", 7);\n i0.ɵɵelementEnd();\n i0.ɵɵtemplate(17, NoticesComponent_div_17_Template, 3, 1, \"div\", 8);\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n i0.ɵɵadvance(5);\n i0.ɵɵtextInterpolate(ctx.languageConstants.notices);\n i0.ɵɵadvance(3);\n i0.ɵɵtextInterpolate(ctx.languageConstants.coronaVirus);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", ctx.expandDropDown);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", !ctx.expandDropDown);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", ctx.expandDropDown);\n i0.ɵɵadvance(3);\n i0.ɵɵtextInterpolate(ctx.languageConstants.precautionDropDown);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", !ctx.expandPrecautionsDropDown);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", ctx.expandPrecautionsDropDown);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", ctx.expandPrecautionsDropDown);\n }\n },\n directives: [i2.NgIf],\n styles: [\"html[_ngcontent-%COMP%], body[_ngcontent-%COMP%], app-root[_ngcontent-%COMP%]{font-family:Trade Gothic LT Com Bold;background-color:#fff;margin:0;padding:0;height:100%}ul[_ngcontent-%COMP%], li[_ngcontent-%COMP%], a[_ngcontent-%COMP%], p[_ngcontent-%COMP%], h1[_ngcontent-%COMP%], h2[_ngcontent-%COMP%], h3[_ngcontent-%COMP%], h4[_ngcontent-%COMP%], h5[_ngcontent-%COMP%]{text-decoration:none;list-style:none;margin:0;padding:0;font-weight:normal}input.ng-invalid.ng-touched[_ngcontent-%COMP%]{border:1px solid #c92a1c}.input-errors[_ngcontent-%COMP%]{position:relative;top:-2%;color:#c92a1c}input[type=text][_ngcontent-%COMP%], input[type=number][_ngcontent-%COMP%], input[type=password][_ngcontent-%COMP%], textarea[_ngcontent-%COMP%], select[_ngcontent-%COMP%]{font-family:Trade Gothic LT Com Bold;height:50px;width:100%;color:#444;background:#ffffff;border:1px solid #e0e0e0;border-radius:5px;font-size:.87rem;line-height:50px;letter-spacing:.75px;padding:0 3%;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=text][_ngcontent-%COMP%] .search[_ngcontent-%COMP%], input[type=number][_ngcontent-%COMP%] .search[_ngcontent-%COMP%], input[type=password][_ngcontent-%COMP%] .search[_ngcontent-%COMP%], textarea[_ngcontent-%COMP%] .search[_ngcontent-%COMP%], select[_ngcontent-%COMP%] .search[_ngcontent-%COMP%]{background:#707070;border:none;border-radius:5px}input[type=text][_ngcontent-%COMP%]::-moz-placeholder, input[type=number][_ngcontent-%COMP%]::-moz-placeholder, input[type=password][_ngcontent-%COMP%]::-moz-placeholder, textarea[_ngcontent-%COMP%]::-moz-placeholder, select[_ngcontent-%COMP%]::-moz-placeholder{color:#a0a0a0}input[type=text][_ngcontent-%COMP%]:-ms-input-placeholder, input[type=number][_ngcontent-%COMP%]:-ms-input-placeholder, input[type=password][_ngcontent-%COMP%]:-ms-input-placeholder, textarea[_ngcontent-%COMP%]:-ms-input-placeholder, select[_ngcontent-%COMP%]:-ms-input-placeholder{color:#a0a0a0}input[type=text][_ngcontent-%COMP%]::placeholder, input[type=number][_ngcontent-%COMP%]::placeholder, input[type=password][_ngcontent-%COMP%]::placeholder, textarea[_ngcontent-%COMP%]::placeholder, select[_ngcontent-%COMP%]::placeholder{color:#a0a0a0}input[type=radio][_ngcontent-%COMP%]{height:20px;width:20px;background:#707070;border:1px solid #e0e0e0}input[type=checkbox][_ngcontent-%COMP%]{width:22px;height:22px}input[type=checkbox][_ngcontent-%COMP%]:before{content:\\\"\\\";display:inline-block;width:18px;height:18px;border-radius:20%;border:2px solid #006ad0;flex-shrink:0}input[type=checkbox][_ngcontent-%COMP%]:disabled:before{background-color:#f7f7f7;border:2px solid #343A3F}.checbox-small[_ngcontent-%COMP%] input[type=checkbox][_ngcontent-%COMP%]{height:14px;width:14px}.checbox-small[_ngcontent-%COMP%] input[type=checkbox][_ngcontent-%COMP%]:before{height:12px;width:12px;border:1px solid #5d5d5d}.input-wrapper[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;margin-bottom:6%}.input-wrapper[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{position:absolute;right:3%}.input-wrapper[_ngcontent-%COMP%] .input-display-icon[_ngcontent-%COMP%]{right:3%;top:55%;height:30px;min-width:30px;max-width:auto;position:absolute;cursor:pointer;color:#006ad0;background-repeat:no-repeat}.otp-wrapper[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.otp-wrapper[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{height:50px;width:40px;text-align:center}select[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(select-arrow.4c9dcd94a169a6011962.svg) no-repeat 290px 14px;background-color:#fff}button[_ngcontent-%COMP%]{background:linear-gradient(178.84deg,#009cde .07%,#003087 95.33%);border-radius:10px;border:1px solid #009cde;height:50px;width:100%;font-size:1rem;line-height:50px;letter-spacing:1px;color:#fff;font-weight:bold;font-family:Blender Pro Bold}button.modify-state[_ngcontent-%COMP%]{background:#ffffff;border:1px solid #006ad0;color:#006ad0}button[_ngcontent-%COMP%]:disabled{background:#cecece;border:none;color:#5d5d5d}.search-box[_ngcontent-%COMP%] .input-wrapper[_ngcontent-%COMP%]{width:80%}[_ngcontent-%COMP%]:focus-visible{outline:none}.form-radio[_ngcontent-%COMP%]{background:#707070;justify-content:space-between;display:flex}textarea[_ngcontent-%COMP%]{height:83px}@font-face{font-family:\\\"Raleway Italic\\\";src:url(Raleway-Italic-VariableFont_wght.87701616ad47257e5b00.ttf) format(\\\"truetype\\\")}@font-face{font-family:\\\"Raleway VariableFont\\\";src:url(Raleway-VariableFont_wght.3fefe681f4c62116679b.ttf) format(\\\"truetype\\\")}.font-header-xlarge[_ngcontent-%COMP%]{font-size:3rem;line-height:3.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-header-large[_ngcontent-%COMP%]{font-size:1.875rem;line-height:2rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-header-medium[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.5rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-header-small[_ngcontent-%COMP%]{font-size:1rem;line-height:1.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-header-medium-normal[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.5rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-body-large-bold[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.625rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-medium-bold[_ngcontent-%COMP%]{font-size:1rem;line-height:1.375rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-small-bold[_ngcontent-%COMP%]{font-size:.875rem;line-height:1rem;letter-spacing:.75px;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-xsmall[_ngcontent-%COMP%]{font-size:.812rem;line-height:1.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-xsmall-bold[_ngcontent-%COMP%]{font-size:.812rem;line-height:1.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.text-grey-label[_ngcontent-%COMP%]{color:#181818;font-size:1.25rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-large[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.625rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-medium[_ngcontent-%COMP%]{font-size:1rem;line-height:1.375rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-small[_ngcontent-%COMP%]{font-size:.875rem;line-height:1rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-xsmall[_ngcontent-%COMP%]{font-size:.813rem;line-height:1.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.text-black[_ngcontent-%COMP%]{color:#181818;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.text-grey-noresults[_ngcontent-%COMP%]{color:#5d5d5d;text-align:center;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}body[_ngcontent-%COMP%]{display:flex;flex-direction:column}*[_ngcontent-%COMP%]{box-sizing:border-box}.header-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;width:100%;top:0;position:relative}.container[_ngcontent-%COMP%]{background-color:#f7f7f7;max-height:60%;width:100%;display:flex;flex-direction:column;overflow-y:auto}.page-container[_ngcontent-%COMP%]{height:100%;display:flex;flex-direction:column;background-color:#b4e8fd}.main-container[_ngcontent-%COMP%]{background:#f7f7f7;padding:3.5%;flex:1;overflow-y:auto;overflow-x:hidden}form[_ngcontent-%COMP%], label[_ngcontent-%COMP%]{width:100%}label[_ngcontent-%COMP%]{padding:0 0 2% 1%;color:#181818}.card-flex-row[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:center;align-items:center;box-sizing:border-box;padding:3.5%;background:#ffffff;width:100%}.card-flex-column[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:3.5%;background:#ffffff;width:100%}.two-coloumn-grid[_ngcontent-%COMP%]{display:grid;width:100%;grid-template-columns:1fr 1fr;margin-bottom:3%}.no-padding[_ngcontent-%COMP%]{padding:0}.small-margin-bottom[_ngcontent-%COMP%]{margin-bottom:5%}.round-borders[_ngcontent-%COMP%]{border-radius:0 .7em}.space-between[_ngcontent-%COMP%]{justify-content:space-between}.action-button-icons[_ngcontent-%COMP%]{height:24px;width:24px}.peel-button[_ngcontent-%COMP%]{width:auto;padding:2% 5%;margin-right:2%;border:1px solid #0052a1;margin-bottom:3%;border-radius:37px;display:inline-block;color:#0052a1}.peel-button.active[_ngcontent-%COMP%], .peel-button.p-highlight[_ngcontent-%COMP%]{background-color:#006ad0;color:#fff;border:1px solid #006ad0}.card-row[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:center;align-items:center}.seperator[_ngcontent-%COMP%]{border-top:1px solid #e0e0e0;width:100%;margin:5%}.bg-container[_ngcontent-%COMP%]{background-color:#707070}.title-space[_ngcontent-%COMP%]{padding-bottom:20px}.hot-status[_ngcontent-%COMP%]{background-color:#c92a1c;color:#fff;padding:2%;border-radius:5px}.flex-row[_ngcontent-%COMP%]{flex-direction:row;display:flex}.errorMessage[_ngcontent-%COMP%]{color:#c92a1c;margin:1%;text-align:center;justify-content:center}.activeIconClr[_ngcontent-%COMP%]{color:#006ad0}.normalIconClr[_ngcontent-%COMP%]{color:#888}.errorBorder[_ngcontent-%COMP%]{border:1px solid #c92a1c!important}.errorTxt[_ngcontent-%COMP%]{color:#c92a1c!important}.dashed[_ngcontent-%COMP%]{margin:10% 0% 0%;border:1px dashed #e0e0e0;width:100%}.solid[_ngcontent-%COMP%]{margin:10% 0% 0%;border:1px solid #e0e0e0;width:100%}.mix1[_ngcontent-%COMP%]{border-style:dotted dashed solid double;width:100%;padding:0%;margin:0%}.flex-0dot5[_ngcontent-%COMP%]{flex:.5}.flex-1dot5[_ngcontent-%COMP%]{flex:1.5}.flex-1[_ngcontent-%COMP%]{flex:1}.flex-2[_ngcontent-%COMP%]{flex:2}.flex-2dot5[_ngcontent-%COMP%]{flex:2.5}.flex-3[_ngcontent-%COMP%]{flex:3}.flex-6[_ngcontent-%COMP%]{flex:6}.flex-7[_ngcontent-%COMP%]{flex:7}.flex-7dot5[_ngcontent-%COMP%]{flex:7.5}.flex-8[_ngcontent-%COMP%]{flex:8}.flex-8dot5[_ngcontent-%COMP%]{flex:8.5}.margin-5[_ngcontent-%COMP%]{margin-bottom:3%}.margin-top-3[_ngcontent-%COMP%]{margin-top:3%!important}.margin-right-3[_ngcontent-%COMP%]{margin-right:3%!important}.cancel-button[_ngcontent-%COMP%]{background-color:#da6c6c!important}.padding-bottom-15[_ngcontent-%COMP%]{padding:0% 0% 0% 15%}.dropdown[_ngcontent-%COMP%]{width:94%;position:absolute;z-index:200;background-color:#fff;align-items:flex-start;justify-content:flex-start;margin-left:2%;border:1px solid}.dropdownParent[_ngcontent-%COMP%]{position:absolute;width:60%}.dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{border:1px solid #d7d7d7}.dropdown[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:2% 2% 2% 3%}.dropdown[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{width:100%;display:block;padding:2% 2% 2% 3%;height:40px;color:#000}.dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:active, .dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{background-color:#e0e0e0;color:#444}.dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:2%}.dropdown[_ngcontent-%COMP%] .dropdownItem[_ngcontent-%COMP%]{width:100%}.dashed-content[_ngcontent-%COMP%]{position:relative}.dashed-content[_ngcontent-%COMP%] .border-bottom-bg[_ngcontent-%COMP%]{background:#e0e0e0;width:100%;height:5px;position:absolute;bottom:0px}.clearfix[_ngcontent-%COMP%]:after{display:block;content:\\\"\\\";clear:both}.text-ellipsis[_ngcontent-%COMP%]{display:block!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.d-block[_ngcontent-%COMP%], .show[_ngcontent-%COMP%]{display:block}.d-block-inline[_ngcontent-%COMP%]{display:inline-block}.d-none[_ngcontent-%COMP%], .hide[_ngcontent-%COMP%], ._hidden[_ngcontent-%COMP%]{display:none}ul[_ngcontent-%COMP%]{margin:0;padding:0}iframe[_ngcontent-%COMP%]{width:100%!important}.ml-auto[_ngcontent-%COMP%]{margin-left:auto}.mr-auto[_ngcontent-%COMP%]{margin-right:auto}.posR[_ngcontent-%COMP%]{position:relative}.posS[_ngcontent-%COMP%]{position:static}.posF[_ngcontent-%COMP%]{position:fixed}.txt-c[_ngcontent-%COMP%]{text-align:center}.user-input[_ngcontent-%COMP%]{border-radius:13px;border:2px solid #707070}.paymentdrop[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{background-color:#fff;background-image:url(arrow-chevron-down.985cb26bf3354aaa4f60.svg);background-position:right 10px center;background-repeat:no-repeat;background-size:auto 50%;border-radius:3px;width:95%;padding:0 0 1px 6px;outline:none;-moz-appearance:none;-webkit-appearance:none;appearance:none}.paymentdrop[_ngcontent-%COMP%] select[_ngcontent-%COMP%]::-ms-expand{display:none}#notices[_ngcontent-%COMP%] .header_section[_ngcontent-%COMP%]{margin:0 auto;padding:10%}#notices[_ngcontent-%COMP%] .header_section[_ngcontent-%COMP%] .logo[_ngcontent-%COMP%]{width:80%;height:80%}#notices[_ngcontent-%COMP%] .align-middle[_ngcontent-%COMP%]{width:85%;margin:0% auto;text-align:center;color:#0b5fa4}#notices[_ngcontent-%COMP%] .align-middle[_ngcontent-%COMP%] .customDropDown[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.65);width:90%;height:4rem;border-radius:0 1.2rem 1.2rem 0;font-size:1.2rem;margin:0;text-align:left;padding:5% 2%;word-wrap:break-word;word-break:keep-all;color:#0b5fa4;font-weight:bold}#notices[_ngcontent-%COMP%] .align-middle[_ngcontent-%COMP%] .medium-font[_ngcontent-%COMP%]{font-size:1rem!important}#notices[_ngcontent-%COMP%] .align-middle[_ngcontent-%COMP%] .down-arrow[_ngcontent-%COMP%]{padding:5% 0%;left:-11%;position:relative}#notices[_ngcontent-%COMP%] .seperator[_ngcontent-%COMP%]{margin-top:2%}#notices[_ngcontent-%COMP%] .imageDropDown[_ngcontent-%COMP%]{width:85%;margin:0% auto}#notices[_ngcontent-%COMP%] .imageDropDown[_ngcontent-%COMP%] .transition-image[_ngcontent-%COMP%]{width:100%;height:100%;background:red;transition:height 2s;transition:opacity 1s ease-in-out}\"]\n });\n return NoticesComponent;\n})();","map":null,"metadata":{},"sourceType":"module"}