cja-phoenix 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/cja-phoenix.es.js +2897 -2664
  2. package/dist/style.css +1 -1
  3. package/dist/types/components/forms/FileInput.vue.d.ts +49 -0
  4. package/dist/types/components/forms/InputTitle.vue.d.ts +17 -0
  5. package/dist/types/components/forms/InputToggle.vue.d.ts +42 -0
  6. package/dist/types/components/forms/PhoneInput.vue.d.ts +56 -53
  7. package/dist/types/components/forms/SelectInput.vue.d.ts +21 -11
  8. package/dist/types/components/forms/TextInput.vue.d.ts +28 -17
  9. package/dist/types/components/index.d.ts +5 -1
  10. package/dist/types/components/structural/CollapseContainer.vue.d.ts +29 -0
  11. package/dist/types/components/structural/ContentTabs.vue.d.ts +25 -0
  12. package/dist/types/types/Tab.d.ts +4 -0
  13. package/package.json +5 -5
  14. package/src/assets/forms.scss +10 -9
  15. package/src/assets/iconia/fonts/CGG-icomoon.eot +0 -0
  16. package/src/assets/iconia/fonts/CGG-icomoon.svg +1 -1
  17. package/src/assets/iconia/fonts/CGG-icomoon.ttf +0 -0
  18. package/src/assets/iconia/fonts/CGG-icomoon.woff +0 -0
  19. package/src/assets/iconia/selection.json +1 -1
  20. package/src/assets/iconia/style.css +5 -5
  21. package/src/assets/iconia/style.scss +5 -5
  22. package/src/components/composite/ProductDetails.vue +27 -38
  23. package/src/components/forms/FileInput.vue +227 -0
  24. package/src/components/forms/InputTitle.vue +42 -0
  25. package/src/components/forms/InputToggle.vue +80 -0
  26. package/src/components/forms/PhoneInput.vue +29 -28
  27. package/src/components/forms/SelectInput.vue +27 -24
  28. package/src/components/forms/TextInput.vue +19 -11
  29. package/src/components/index.ts +9 -0
  30. package/src/components/structural/CollapseContainer.vue +115 -0
  31. package/src/components/structural/ContentTabs.vue +104 -0
  32. package/src/index.ts +0 -2
  33. package/src/types/Tab.ts +4 -0
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .modal-backdrop[data-v-25121f42]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#0006;transition:all .4s ease-in-out}.modal-overlay[data-v-25121f42]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:13}.modal-container[data-v-25121f42]{position:absolute;top:0;left:0;height:100%;background:#ffffff;padding:20px;width:100%;box-sizing:border-box;display:flex;flex-direction:column}@media screen and (min-width: 601px){.modal-container[data-v-25121f42]{top:50%;left:50%;transform:translateY(-50%) translate(-50%);max-width:calc(100% - 60px);max-height:calc(100% - 40px);border-radius:8px;padding:20px 40px;height:auto}}@media screen and (min-width: 1100px){.modal-container[data-v-25121f42]{max-width:1040px}}.modal-container .modal-header[data-v-25121f42]{font-weight:700;font-size:18px;line-height:21px;padding:0 20px 15px 0;border-bottom:1px solid #dedede}@media screen and (min-width: 601px){.modal-container .modal-header[data-v-25121f42]{font-size:24px;line-height:27px}}.modal-container .modal-header[data-v-25121f42]:before,.modal-container .modal-header[data-v-25121f42]:after{content:none}.modal-container .btn-close[data-v-25121f42]{position:absolute;top:20px;right:20px;background:none;border:none;padding:0;outline:0;height:20px;cursor:pointer}@media screen and (min-width: 601px){.modal-container .btn-close[data-v-25121f42]{right:40px}}.modal-container .btn-close span[data-v-25121f42]{display:block;font-size:16px;line-height:20px}.modal-container .btn-close[data-v-25121f42]:focus{outline:0}.modal-container .modal-body[data-v-25121f42]{margin:20px -15px -15px;font-size:15px;line-height:17px;overflow-y:auto;flex-grow:1;height:auto;padding:0 15px 15px}.modal-container .modal-footer[data-v-25121f42]{border-top:1px solid #dedede;padding:15px 0 0;margin-top:15px}.modal-container .modal-footer[data-v-25121f42] .button-container{display:flex;flex-direction:row;justify-content:flex-end;gap:10px}.fade-enter-from[data-v-25121f42],.fade-leave-to[data-v-25121f42]{opacity:0}.fade-enter-to[data-v-25121f42],.fade-leave-from[data-v-25121f42]{opacity:1}.cja-btn[data-v-7003258c]{display:inline-flex;justify-content:center;align-items:center;padding:10px 20px;border-radius:8px;box-shadow:0 4px 20px #0000001a;border:1px solid #dedede;color:#076b9c;background:none;font-weight:700;font-size:16px;line-height:18px;cursor:pointer;transition:all .2s ease-in-out}@media screen and (min-width: 768px){.cja-btn[data-v-7003258c]{padding:15px 20px;font-size:20px;line-height:20px}}.cja-btn[data-v-7003258c]:focus-visible{outline:none}.cja-btn[data-v-7003258c]:hover{box-shadow:none}.cja-btn.full-width[data-v-7003258c]{width:100%}.cja-btn.btn-primary[data-v-7003258c]{background:#076b9c;border:1px solid #076b9c;color:#fff}.cja-btn.btn-primary[data-v-7003258c]:hover{background-color:#065075;border-color:#065075}.cja-btn.btn-primary.btn-orange[data-v-7003258c]{background:#f58423;border-color:#f58423}.cja-btn.btn-primary.btn-orange[data-v-7003258c]:hover{background-color:#ea730b;border-color:#ea730b}.cja-btn.btn-primary.btn-white[data-v-7003258c]{background:#fff;border-color:#fff;color:#0d2745}.cja-btn.btn-primary.btn-white[data-v-7003258c]:hover{background-color:#ebebeb;border-color:#ebebeb}.cja-btn.btn-primary[data-v-7003258c]:disabled{background:#dedede;border:1px solid #dedede;cursor:pointer}.cja-btn.btn-secondary[data-v-7003258c]{border:1px solid #dedede}.cja-btn[data-v-7003258c] [class^=m-cgg-icon--]:last-child{margin-left:5px}.cja-btn[data-v-7003258c] [class^=m-cgg-icon--]:first-child{margin-right:5px}.spinner[data-v-05e96722]{width:80px;height:80px;border:7px solid #b5e187;border-top:7px solid #f3f7ef;border-radius:50%;animation:spin-05e96722 1s infinite;animation-timing-function:linear}@keyframes spin-05e96722{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.overlay[data-v-06759c22]{position:fixed;bottom:0;left:0;height:100%;width:100%;z-index:100}@media screen and (min-width: 992px){.overlay[data-v-06759c22]{background-color:#0009}}.overlay .details-container[data-v-06759c22]{position:absolute;top:0;right:0;background-color:#fff;height:calc(100% - 105px);transition:all .3s linear}@media screen and (min-width: 992px){.overlay .details-container[data-v-06759c22]{height:100%}}.overlay .details-container .details-header[data-v-06759c22]{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px}.overlay .details-container .details-header .btn-close[data-v-06759c22]{display:flex;justify-content:center;align-items:center;margin-left:auto;width:20px;height:20px;font-size:20px;line-height:20px;cursor:pointer}.overlay .details-container .details-wrapper[data-v-06759c22]{position:relative;max-height:100%;overflow-y:auto;padding:0 30px}@media screen and (min-width: 992px){.overlay .details-container .details-wrapper[data-v-06759c22]{width:570px}}.overlay .details-container .details-footer[data-v-06759c22]{padding:20px 30px}.details-enter-to .details-container[data-v-06759c22],.details-leave-from .details-container[data-v-06759c22]{transform:translateY(0)}@media screen and (min-width: 992px){.details-enter-to .details-container[data-v-06759c22],.details-leave-from .details-container[data-v-06759c22]{transform:translate(0)}}.details-enter-from .details-container[data-v-06759c22],.details-leave-to .details-container[data-v-06759c22]{transform:translateY(100%)}@media screen and (min-width: 992px){.details-enter-from .details-container[data-v-06759c22],.details-leave-to .details-container[data-v-06759c22]{transform:translate(100%)}}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNovaT-Thin.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNovaT-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Black.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Regular.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Bold.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Extrabld.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Extrabld.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}body{font-family:Proxima Nova,Helvetica Neue,Helvetica,Microsoft JhengHei,Open Sans,Arial,"sans-serif";color:#0d2745}*,*:before,*:after{box-sizing:border-box}.form-group .input-title{font-size:14px;line-height:17px;font-weight:700;margin-bottom:10px}@media screen and (min-width: 768px){.form-group .input-title{font-size:16px;line-height:19px}}.form-group .input-container{position:relative}.form-group .input-container input,.form-group .input-container textarea{outline:none;padding:10px 8px;font-size:15px;line-height:18px;width:100%;border:1px solid #dedede;border-radius:5px;transition:all .1s ease-in}.form-group .input-container input:active,.form-group .input-container input:focus,.form-group .input-container textarea:active,.form-group .input-container textarea:focus{border:1px solid #5fbbff;outline:none}.form-group .input-container input:active+.input-suffix,.form-group .input-container input:focus+.input-suffix,.form-group .input-container textarea:active+.input-suffix,.form-group .input-container textarea:focus+.input-suffix{color:#312f2e}.form-group .input-container textarea{resize:none}.form-group .input-container .input-suffix{position:absolute;top:50%;transform:translateY(-50%);right:8px;line-height:11px;font-size:11px;color:#979290;transition:color .1s ease-in}.form-group .input-container.error input,.form-group .input-container.error textarea{background-color:#ffebeb;border:1px solid #ff533f}.form-group .input-container-radio ul{display:flex;flex-direction:column;gap:15px}.form-group .input-container-radio label{display:flex;flex-direction:row;gap:10px;cursor:pointer}.form-group .input-container-radio label input{display:none}.form-group .input-container-radio label input:checked+.radio-icon{border-color:#77aa43}.form-group .input-container-radio label input:checked+.radio-icon:before{opacity:1}.form-group .input-container-radio label .radio-icon{height:25px;width:25px;border:2px solid #9fabbc;border-radius:50%;transition:all .3s ease-in-out}.form-group .input-container-radio label .radio-icon:before{content:"";display:block;opacity:0;transition:all .3s ease-in-out;width:100%;height:100%;background-color:#77aa43;background-clip:content-box;border:4px solid transparent;border-radius:50%}.form-group .input-container-radio label p{font-size:16px;line-height:25px}.form-group .input-container-checkbox label{display:flex;flex-direction:row;flex-wrap:nowrap;gap:15px;cursor:pointer;margin:0;font-weight:400}.form-group .input-container-checkbox label input{display:none}.form-group .input-container-checkbox label.active .radio-icon{border-color:#77aa43}.form-group .input-container-checkbox label.active .radio-icon:before{opacity:1}.form-group .input-container-checkbox label.active p{color:#77aa43}.form-group .input-container-checkbox label .checkbox-icon{position:relative}.form-group .input-container-checkbox label .checkbox-icon:after{content:"";display:block;width:22px;height:22px;border-radius:3px;border:1px solid #cccbc8;color:#77aa43}.form-group .input-container-checkbox label .checkbox-icon:before{position:absolute;opacity:0;font-size:20px}.form-group .input-container-checkbox label input:checked+.checkbox-icon:before{opacity:1}.form-group .input-container-checkbox label .text-container{font-size:10px;line-height:12px;user-select:none}.form-group .input-container-checkbox label .text-container a{color:inherit;font-weight:700;text-decoration:underline}.form-group .input-container-checkbox label .text-container a:hover{text-decoration:none}.form-group .input-container-select{position:relative}.form-group .input-container-select .close-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:23}.form-group .input-container-select .select-toggle{position:relative;display:flex;justify-content:space-between;gap:10px;background-color:#fff;border:1px solid #dedede;border-radius:5px;cursor:pointer;padding:10px 8px;font-size:15px;line-height:18px;width:100%;transition:border-radius .3s ease-in-out}.form-group .input-container-select .select-toggle .select-display{flex-grow:1;text-overflow:ellipsis;overflow:hidden}.form-group .input-container-select .select-toggle.open{border-radius:5px 5px 0 0}.form-group .input-container-select .select-toggle.open em{transform:rotate(180deg)}.form-group .input-container-select .select-toggle.disabled{opacity:.5;cursor:auto}.form-group .input-container-select .select-toggle em{font-size:12px;line-height:18px;color:#9fabbc;transition:all .3s ease-in-out}.form-group .input-container-select.error .select-toggle{background-color:#ffebeb;border:1px solid #ff533f}.form-group .input-container-select.error em{background-color:#ffebeb}.form-group .input-error{color:#ff533f;font-size:14px;line-height:16px;margin-top:8px}@media screen and (min-width: 768px){.form-group .input-error{font-size:16px;line-height:18px}}.form-group .iti{display:block}.form-group .iti__flag{background-image:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/images/general/flags.png)!important}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.form-group .iti__flag{background-image:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/images/general/flags@2x.png)!important}}.select-collapse{position:fixed;z-index:1001;max-height:400px;overflow-y:auto;background-color:#fff;border:1px solid #dedede;transition:all .3s ease-in-out}.select-collapse.position-top{border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 -4px 10px #00000026}.select-collapse.position-bottom{border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 4px 10px #00000026}.select-collapse .search-filter-container{padding:5px 10px}.select-collapse .search-filter-container input{outline:none;padding:10px 8px;font-size:15px;line-height:18px;width:100%;border:1px solid #dedede;border-radius:5px}.select-collapse .search-filter-container input:active,.select-collapse .search-filter-container input:focus{border:1px solid #5fbbff;outline:none}.select-collapse.slide-fade-enter-from,.select-collapse.slide-fade-leave-to{opacity:0}.select-collapse.slide-fade-enter-to,.select-collapse.slide-fade-leave-from{opacity:1}.select-collapse ul{padding:0;margin:0}.select-collapse ul li{display:flex;align-items:center;transition:all .3s ease-in-out;font-size:14px;line-height:17px;padding:8px 10px;cursor:pointer;user-select:none;overflow-x:hidden}.select-collapse ul li:hover{background-color:#f1f7ee}.select-collapse ul li .checkbox-icon{height:20px;width:20px;border:2px solid #9fabbc;border-radius:3px;transition:all .3s ease-in-out;display:inline-flex;place-items:center;margin-right:10px}.select-collapse ul li .checkbox-icon:before{color:#77aa43;opacity:0}.select-collapse ul li.active .checkbox-icon:before{opacity:1}.tippy-box[data-theme~=light-border]{background:#e6f1f9;border:1px solid #076b9c;color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-right-color:#076b9c}@font-face{font-family:CGG-icomoon;src:url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.eot?qf25ux);src:url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.eot?qf25ux#iefix) format("embedded-opentype"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.ttf?qf25ux) format("truetype"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.woff?qf25ux) format("woff"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.svg?qf25ux#CGG-icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=m-cgg-icon--],[class*=" m-cgg-icon--"]{font-family:CGG-icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.m-cgg-icon--affiliates-add:before{content:"\e900"}.m-cgg-icon--affiliates-dashboard:before{content:"\ea2a"}.m-cgg-icon--affiliates-home:before{content:"\ea2b"}.m-cgg-icon--affiliates-settings:before{content:"\ea2c"}.m-cgg-icon--tiktok:before{content:"\ea27";color:#076b9c}.m-cgg-icon--list-mode:before{content:"\ea22"}.m-cgg-icon--grid-mode:before{content:"\ea21"}.m-cgg-icon--swap:before{content:"\ea20"}.m-cgg-icon--cja-cashback:before{content:"\ea1c"}.m-cgg-icon--no-money:before{content:"\ea1e"}.m-cgg-icon--plane:before{content:"\ea1f"}.m-cgg-icon--time:before{content:"\ea1d"}.m-cgg-icon--filtros:before{content:"\ea1a"}.m-cgg-icon--ordenacao:before{content:"\ea1b"}.m-cgg-icon--gears:before{content:"\ea19"}.m-cgg-icon--telemovel:before{content:"\ea09"}.m-cgg-icon--dual:before{content:"\e9ef"}.m-cgg-icon--callcenter:before{content:"\e9f5"}.m-cgg-icon--notes:before{content:"\e9f6"}.m-cgg-icon--pig:before{content:"\e9f7"}.m-cgg-icon--cja-email:before{content:"\ea18"}.m-cgg-icon--linkedin-square:before{content:"\ea13"}.m-cgg-icon--instagram-square:before{content:"\ea14"}.m-cgg-icon--facebook-circle:before{content:"\ea15"}.m-cgg-icon--pin:before{content:"\ea16"}.m-cgg-icon--younited-favicon .path1:before{content:"\ea11";color:#515f75}.m-cgg-icon--younited-favicon .path2:before{content:"\ea12";margin-left:-.89453125em;color:#fd4e00}.m-cgg-icon--star-line:before{content:"\ea0b"}.m-cgg-icon--moedas:before{content:"\ea0c"}.m-cgg-icon--speed:before{content:"\ea0d"}.m-cgg-icon--trouphy:before{content:"\ea0e"}.m-cgg-icon--comparaja .path1:before{content:"\ea0f";color:#076b9c}.m-cgg-icon--comparaja .path2:before{content:"\ea10";margin-left:-1em;color:#77aa43}.m-cgg-icon--netmovel:before{content:"\ea03"}.m-cgg-icon--pin-morada:before{content:"\ea07"}.m-cgg-icon--net:before{content:"\ea04"}.m-cgg-icon--online:before{content:"\ea05"}.m-cgg-icon--telefone:before{content:"\ea06"}.m-cgg-icon--telefone-linha:before{content:"\ea08"}.m-cgg-icon--tv:before{content:"\ea0a"}.m-cgg-icon--prazo-icon:before{content:"\ea00"}.m-cgg-icon--montante-icon:before{content:"\ea01"}.m-cgg-icon--casa-icon:before{content:"\ea02"}.m-cgg-icon--attention:before{content:"\e9fd"}.m-cgg-icon--diamond:before{content:"\e9fe"}.m-cgg-icon--edit1:before{content:"\e9ff"}.m-cgg-icon--checkmark:before{content:"\e9f8"}.m-cgg-icon--carteira:before{content:"\e9f9"}.m-cgg-icon--documentos:before{content:"\e9fa"}.m-cgg-icon--tabela:before{content:"\e9fb"}.m-cgg-icon--user:before{content:"\e9fc"}.m-cgg-icon--twitter:before{content:"\e009";color:#076b9c}.m-cgg-icon--fb:before{content:"\e962";color:#076b9c}.m-cgg-icon--linkedin:before{content:"\e99b";color:#076b9c}.m-cgg-icon--instagram:before{content:"\e9a3";color:#076b9c}.m-cgg-icon--copy:before{content:"\ea2d"}.m-cgg-icon--whatsapp:before{content:"\ea28"}.m-cgg-icon--dashboard:before{content:"\ea23"}.m-cgg-icon--item-list:before{content:"\ea25"}.m-cgg-icon--upload-cloud:before{content:"\ea26"}.m-cgg-icon--rounded-arrow:before{content:"\ea17"}.m-cgg-icon--cross-cja:before{content:"\e9f3"}.m-cgg-icon--check-cja:before{content:"\e9f2"}.m-cgg-icon--trash:before{content:"\e9f4"}.m-cgg-icon--upload:before{content:"\e9f1"}.m-cgg-icon--total:before{content:"\e9f0"}.m-cgg-icon--gas:before{content:"\e9ea"}.m-cgg-icon--tarifasimples:before{content:"\e9eb"}.m-cgg-icon--electricity:before{content:"\e9ec"}.m-cgg-icon--greenenergy:before{content:"\e9ed"}.m-cgg-icon--bi-horaria:before{content:"\e9ee"}.m-cgg-icon--onlinebanking:before{content:"\e901"}.m-cgg-icon--otc:before{content:"\e902"}.m-cgg-icon--paymentcentre:before{content:"\e903"}.m-cgg-icon--paypal:before{content:"\e904"}.m-cgg-icon--cheque:before{content:"\e905"}.m-cgg-icon--creditcard:before{content:"\e906"}.m-cgg-icon--notification:before{content:"\e907"}.m-cgg-icon--cat-right:before{content:"\e002"}.m-cgg-icon--arrow-back:before{content:"\e003"}.m-cgg-icon--load:before{content:"\e004"}.m-cgg-icon--arrow-top:before{content:"\e005"}.m-cgg-icon--arrow-bottom:before{content:"\e006"}.m-cgg-icon--open-quote:before{content:"\e007"}.m-cgg-icon--arrow-next:before{content:"\e008"}.m-cgg-icon--uniE00A:before{content:"\e00a"}.m-cgg-icon--clock:before{content:"\e00b"}.m-cgg-icon--check2:before{content:"\e015"}.m-cgg-icon--cross2:before{content:"\e016"}.m-cgg-icon--no:before{content:"\e017"}.m-cgg-icon--tlist:before{content:"\e020"}.m-cgg-icon--ci-car2:before{content:"\e021"}.m-cgg-icon--ci-user:before{content:"\e022"}.m-cgg-icon--ci-details:before{content:"\e023"}.m-cgg-icon--tlist-small:before{content:"\e024"}.m-cgg-icon--tlist-small-vertical:before{content:"\e025"}.m-cgg-icon--tlist-grid:before{content:"\e026"}.m-cgg-icon--paper-plane:before{content:"\e027"}.m-cgg-icon--popular:before{content:"\e028"}.m-cgg-icon--exclusive:before{content:"\e029"}.m-cgg-icon--price-tag:before{content:"\e02a"}.m-cgg-icon--return:before{content:"\e030"}.m-cgg-icon--libris-usp1:before{content:"\e100"}.m-cgg-icon--libris-usp2:before{content:"\e101"}.m-cgg-icon--libris-usp3:before{content:"\e102"}.m-cgg-icon--libris-details:before{content:"\e103"}.m-cgg-icon--libris-search:before{content:"\e104"}.m-cgg-icon--libris-bestoption:before{content:"\e105"}.m-cgg-icon--ci-car:before{content:"\e106"}.m-cgg-icon--ci-driver:before{content:"\e107"}.m-cgg-icon--ci-compare:before{content:"\e108"}.m-cgg-icon--faq:before{content:"\e109"}.m-cgg-icon--tips:before{content:"\e110"}.m-cgg-icon--need-help:before{content:"\e111"}.m-cgg-icon--tipseur:before{content:"\e112"}.m-cgg-icon--guide-ci:before{content:"\e200"}.m-cgg-icon--guide-cc:before{content:"\e201"}.m-cgg-icon--guide-mobile:before{content:"\e202"}.m-cgg-icon--guide-pl:before{content:"\e203"}.m-cgg-icon--guide-ti:before{content:"\e204"}.m-cgg-icon--guide-mi:before{content:"\e205"}.m-cgg-icon--guide-broadband:before{content:"\e206"}.m-cgg-icon--guide-mortgage:before{content:"\e207"}.m-cgg-icon--list:before{content:"\e600"}.m-cgg-icon--arrow-up:before{content:"\e601"}.m-cgg-icon--arrow-left:before{content:"\e602"}.m-cgg-icon--arrow-down:before{content:"\e603"}.m-cgg-icon--arrow-right:before{content:"\e604"}.m-cgg-icon--home:before{content:"\e605"}.m-cgg-icon--cross:before{content:"\e606"}.m-cgg-icon--signal:before{content:"\e607"}.m-cgg-icon--gift:before{content:"\e608"}.m-cgg-icon--hand:before{content:"\e609"}.m-cgg-icon--phone:before{content:"\e60a"}.m-cgg-icon--caret-right:before{content:"\e60b"}.m-cgg-icon--caret-left:before{content:"\e60c"}.m-cgg-icon--caret-up:before{content:"\e60d"}.m-cgg-icon--caret-down:before{content:"\e60e"}.m-cgg-icon--help:before{content:"\e60f"}.m-cgg-icon--phone-invert:before{content:"\e610"}.m-cgg-icon--star:before{content:"\e611"}.m-cgg-icon--check:before{content:"\e612"}.m-cgg-icon--plus:before{content:"\e613"}.m-cgg-icon--airmiles-o:before{content:"\e614"}.m-cgg-icon--best-deal-1-o:before{content:"\e615"}.m-cgg-icon--cashback-o:before{content:"\e616"}.m-cgg-icon--bar-contactless-payment-o:before{content:"\e617"}.m-cgg-icon--bar-Creditline:before{content:"\e618"}.m-cgg-icon--all-o:before{content:"\e619"}.m-cgg-icon--usp-1-id:before{content:"\e61a"}.m-cgg-icon--bar-deposit-o:before{content:"\e61b"}.m-cgg-icon--dining-o:before{content:"\e61c"}.m-cgg-icon--online-shopping-o:before{content:"\e61d"}.m-cgg-icon--bar-Instalment:before{content:"\e61e"}.m-cgg-icon--bar-Tax:before{content:"\e61f"}.m-cgg-icon--calendar-empty:before{content:"\e620"}.m-cgg-icon--calendar-full:before{content:"\e621"}.m-cgg-icon--couple:before{content:"\e622"}.m-cgg-icon--dental-2:before{content:"\e623"}.m-cgg-icon--premium-1-o:before{content:"\e624"}.m-cgg-icon--existing-history:before{content:"\e625"}.m-cgg-icon--eye:before{content:"\e626"}.m-cgg-icon--single-flight:before{content:"\e627"}.m-cgg-icon--group:before{content:"\e628"}.m-cgg-icon--inpatient:before{content:"\e629"}.m-cgg-icon--just-me:before{content:"\e62a"}.m-cgg-icon--maternity-o2:before{content:"\e62b"}.m-cgg-icon--me-and-kids:before{content:"\e62c"}.m-cgg-icon--my-family:before{content:"\e62e"}.m-cgg-icon--outpatient2:before{content:"\e62f"}.m-cgg-icon--private-room:before{content:"\e630"}.m-cgg-icon--sport2:before{content:"\e631"}.m-cgg-icon--doctor:before{content:"\e632"}.m-cgg-icon--cag-gift:before{content:"\e633"}.m-cgg-icon--fee-waiver:before{content:"\e634"}.m-cgg-icon--contactless-payment:before{content:"\e635"}.m-cgg-icon--lock:before{content:"\e636"}.m-cgg-icon--early-payment-fee-waiver:before{content:"\e637"}.m-cgg-icon--boxes-contacless:before{content:"\e638"}.m-cgg-icon--boxes-download:before{content:"\e639"}.m-cgg-icon--close2:before{content:"\e63a"}.m-cgg-icon--boxes-fee-waiver:before{content:"\e63b"}.m-cgg-icon--boxes-gift:before{content:"\e63c"}.m-cgg-icon--boxes-mortgage:before{content:"\e63d"}.m-cgg-icon--boxes-tick:before{content:"\e63e"}.m-cgg-icon--chevron-right:before{content:"\e63f"}.m-cgg-icon--airmile-local-o:before{content:"\e640"}.m-cgg-icon--usp-1-pt:before{content:"\e641"}.m-cgg-icon--clock2:before{content:"\e642"}.m-cgg-icon--amateur-sports:before{content:"\e643"}.m-cgg-icon--nav-home:before{content:"\e644"}.m-cgg-icon--chevron-down:before{content:"\e645"}.m-cgg-icon--chevron-left:before{content:"\e646"}.m-cgg-icon--chevron-up:before{content:"\e647"}.m-cgg-icon--credit-cards:before{content:"\e648"}.m-cgg-icon--health-insurance:before{content:"\e649"}.m-cgg-icon--home-loans:before{content:"\e64a"}.m-cgg-icon--personal-loans:before{content:"\e64b"}.m-cgg-icon--timer:before{content:"\e64c"}.m-cgg-icon--travel-insurance:before{content:"\e64d"}.m-cgg-icon--dental-1:before{content:"\e64e"}.m-cgg-icon--maternity:before{content:"\e64f"}.m-cgg-icon--outpatient:before{content:"\e650"}.m-cgg-icon--surgical:before{content:"\e651"}.m-cgg-icon--high-risk-sports:before{content:"\e652"}.m-cgg-icon--winter-sports:before{content:"\e653"}.m-cgg-icon--bb-plus-tv:before{content:"\e654"}.m-cgg-icon--car-insurance:before{content:"\e655"}.m-cgg-icon--mobile:before{content:"\e656"}.m-cgg-icon--unemployment-benefits:before{content:"\e657"}.m-cgg-icon--china-star:before{content:"\e658"}.m-cgg-icon--bar-FastCashLoan:before{content:"\e659"}.m-cgg-icon--critical-illness:before{content:"\e65a"}.m-cgg-icon--supplemental-major:before{content:"\e65b"}.m-cgg-icon--boxes-early-payment:before{content:"\e65c"}.m-cgg-icon--fast-approval:before{content:"\e65d"}.m-cgg-icon--cc-low-application-o:before{content:"\e65e"}.m-cgg-icon--car-insurance2:before{content:"\e65f"}.m-cgg-icon--usp-1-dk:before{content:"\e660"}.m-cgg-icon--usp-1-en:before{content:"\e661"}.m-cgg-icon--usp-2:before{content:"\e662"}.m-cgg-icon--usp-3:before{content:"\e663"}.m-cgg-icon--currency-cny-o:before{content:"\e664"}.m-cgg-icon--easy-card-o:before{content:"\e665"}.m-cgg-icon--gasoline-o:before{content:"\e666"}.m-cgg-icon--movie-o:before{content:"\e667"}.m-cgg-icon--other-currencies-o:before{content:"\e668"}.m-cgg-icon--currency-twd-o:before{content:"\e669"}.m-cgg-icon--currency-usd-o:before{content:"\e66a"}.m-cgg-icon--easy-card:before{content:"\e66b"}.m-cgg-icon--broadband:before{content:"\e66c"}.m-cgg-icon--close:before{content:"\e66d"}.m-cgg-icon--i-tooltip:before{content:"\e66e"}.m-cgg-icon--search-o:before{content:"\e66f"}.m-cgg-icon--dollar-o:before{content:"\e670"}.m-cgg-icon--star-o:before{content:"\e671"}.m-cgg-icon--warning:before{content:"\e672"}.m-cgg-icon--cookie-icon-simple:before{content:"\e673"}.m-cgg-icon--time-deposit:before{content:"\e674"}.m-cgg-icon--cookie-icon:before{content:"\e675"}.m-cgg-icon--best-deal-2-o:before{content:"\e676"}.m-cgg-icon--premium-2-o:before{content:"\e677"}.m-cgg-icon--specialty-o:before{content:"\e678"}.m-cgg-icon--car-loan:before{content:"\e679"}.m-cgg-icon--fast-cash-loan:before{content:"\e67a"}.m-cgg-icon--star-o2:before{content:"\e67b"}.m-cgg-icon--search-o2:before{content:"\e67c"}.m-cgg-icon--scales-o:before{content:"\e67d"}.m-cgg-icon--dollar-o2:before{content:"\e67e"}.m-cgg-icon--edit:before{content:"\e67f"}.m-cgg-icon--heart:before{content:"\e680"}.m-cgg-icon--usp-1-fi:before{content:"\e681"}.m-cgg-icon--bank:before{content:"\e682"}.m-cgg-icon--coinseur:before{content:"\e683"}.m-cgg-icon--coins:before{content:"\e684"}.m-cgg-icon--cta-arrow:before{content:"\e685"}.m-cgg-icon--cta-arrow-down:before{content:"\e686"}.m-cgg-icon--islamic:before{content:"\e687"}.m-cgg-icon--glc:before{content:"\e688"}.m-cgg-icon--BB_Business:before{content:"\e689"}.m-cgg-icon--BB_Home:before{content:"\e68a"}.m-cgg-icon--BB_HomeTV:before{content:"\e68b"}.m-cgg-icon--BB_Mobile:before{content:"\e68c"}.m-cgg-icon--dollareur-o:before{content:"\e68d"}.m-cgg-icon--flight:before{content:"\e68e"}.m-cgg-icon--multiple-flight:before{content:"\e68f"}.m-cgg-icon--credit-cards-md:before{content:"\e690"}.m-cgg-icon--Zeroannuity:before{content:"\e800"}.m-cgg-icon--Balancetransfer:before{content:"\e801"}.m-cgg-icon--bar-glc:before{content:"\e802"}.m-cgg-icon--bar-islamic:before{content:"\e803"}.m-cgg-icon--bar-Debt:before{content:"\e804"}.m-cgg-icon--bar-lendingCompanies:before{content:"\e805"}.m-cgg-icon--icon-funnel-pt-Residente-Perm:before{content:"\e908"}.m-cgg-icon--discount:before{content:"\e909"}.m-cgg-icon--Student-1:before{content:"\e90a"}.m-cgg-icon--officechair:before{content:"\e90b"}.m-cgg-icon--optical-fiber:before{content:"\e90c"}.m-cgg-icon--wifi:before{content:"\e90d"}.m-cgg-icon--cafe:before{content:"\e90e"}.m-cgg-icon--gym:before{content:"\e90f"}.m-cgg-icon--hotel:before{content:"\e910"}.m-cgg-icon--sport:before{content:"\e911"}.m-cgg-icon--store:before{content:"\e912"}.m-cgg-icon--supermarket:before{content:"\e913"}.m-cgg-icon--requirement:before{content:"\e914"}.m-cgg-icon--no-fee:before{content:"\e915"}.m-cgg-icon--balance-transfer:before{content:"\e916"}.m-cgg-icon--for-personal:before{content:"\e917"}.m-cgg-icon--for-my-business:before{content:"\e918"}.m-cgg-icon--for-new-business:before{content:"\e919"}.m-cgg-icon--money:before{content:"\e91a"}.m-cgg-icon--email:before{content:"\e91b"}.m-cgg-icon--BBFunnel-FiveUsers:before{content:"\e91c"}.m-cgg-icon--BBFunnel-Games:before{content:"\e91d"}.m-cgg-icon--BBFunnel-HomeOut:before{content:"\e91e"}.m-cgg-icon--BBFunnel-Home:before{content:"\e91f"}.m-cgg-icon--BBFunnel-Hour1:before{content:"\e920"}.m-cgg-icon--BBFunnel-Hour2:before{content:"\e921"}.m-cgg-icon--BBFunnel-Hour3:before{content:"\e922"}.m-cgg-icon--BBFunnel-Hour4:before{content:"\e923"}.m-cgg-icon--Retired-1:before{content:"\e924"}.m-cgg-icon--BBFunnel-No:before{content:"\e925"}.m-cgg-icon--BBFunnel-NotSure:before{content:"\e926"}.m-cgg-icon--BBFunne-OneUser:before{content:"\e927"}.m-cgg-icon--BBFunnel-Out:before{content:"\e928"}.m-cgg-icon--BBFunnel-ReadPaper:before{content:"\e929"}.m-cgg-icon--BBFunnel-SixUsers:before{content:"\e92a"}.m-cgg-icon--BBFunnel-ThreeUsers:before{content:"\e92b"}.m-cgg-icon--BBFunnel-Work:before{content:"\e92c"}.m-cgg-icon--BBFunnel-Yes:before{content:"\e92d"}.m-cgg-icon--cta-arrow-left:before{content:"\e92e"}.m-cgg-icon--wifi2:before{content:"\e92f"}.m-cgg-icon--laptop:before{content:"\e930"}.m-cgg-icon--infinity:before{content:"\e931"}.m-cgg-icon--wedding:before{content:"\e932"}.m-cgg-icon--car-car-loan:before{content:"\e933"}.m-cgg-icon--debt-consolidation:before{content:"\e934"}.m-cgg-icon--education:before{content:"\e935"}.m-cgg-icon--couple-with-children:before{content:"\e936"}.m-cgg-icon--couple-without-children:before{content:"\e937"}.m-cgg-icon--electronics:before{content:"\e938"}.m-cgg-icon--homeworks-and-renovation:before{content:"\e939"}.m-cgg-icon--refinancing:before{content:"\e93a"}.m-cgg-icon--relocation:before{content:"\e93b"}.m-cgg-icon--single-with-children:before{content:"\e93c"}.m-cgg-icon--single-without-children:before{content:"\e93d"}.m-cgg-icon--student:before{content:"\e93e"}.m-cgg-icon--holiday:before{content:"\e93f"}.m-cgg-icon--home-decoration:before{content:"\e940"}.m-cgg-icon--investment-purposes:before{content:"\e941"}.m-cgg-icon--medical-bills:before{content:"\e942"}.m-cgg-icon--mortgage-repayments:before{content:"\e943"}.m-cgg-icon--property-purchase:before{content:"\e944"}.m-cgg-icon--tax-payment:before{content:"\e945"}.m-cgg-icon--employed:before{content:"\e946"}.m-cgg-icon--HK-ID-holder:before{content:"\e947"}.m-cgg-icon--HK-PID-holder:before{content:"\e948"}.m-cgg-icon--Non-HK-resident:before{content:"\e949"}.m-cgg-icon--prefer-not-to-say:before{content:"\e94a"}.m-cgg-icon--self-employed:before{content:"\e94b"}.m-cgg-icon--unemployed:before{content:"\e94c"}.m-cgg-icon--something-else:before{content:"\e94d"}.m-cgg-icon--cashback:before{content:"\e94e"}.m-cgg-icon--dining:before{content:"\e94f"}.m-cgg-icon--lock-2:before{content:"\e950"}.m-cgg-icon--nine-dots:before{content:"\e951"}.m-cgg-icon--shopping-rewards:before{content:"\e952"}.m-cgg-icon--premium-privileges:before{content:"\e953"}.m-cgg-icon--travel-insurance2:before{content:"\e954"}.m-cgg-icon--three-stars:before{content:"\e955"}.m-cgg-icon--prepaid:before{content:"\e956"}.m-cgg-icon--cashback-2:before{content:"\e957"}.m-cgg-icon--air-miles:before{content:"\e958"}.m-cgg-icon--call-circle:before{content:"\e959"}.m-cgg-icon--chevron-down-2:before{content:"\e95a"}.m-cgg-icon--chevron-right-circle:before{content:"\e95b"}.m-cgg-icon--chevron-up-2:before{content:"\e95c"}.m-cgg-icon--fixed-contract:before{content:"\e95d"}.m-cgg-icon--indefinite-contract:before{content:"\e95e"}.m-cgg-icon--refine-01:before{content:"\e95f"}.m-cgg-icon--ciab-cross:before{content:"\e960"}.m-cgg-icon--ciab-minus:before{content:"\e961"}.m-cgg-icon--ciab-tick:before{content:"\e963"}.m-cgg-icon--commercial-vehicle:before{content:"\e964"}.m-cgg-icon--couple-with-children2:before{content:"\e965"}.m-cgg-icon--couple-without-children2:before{content:"\e966"}.m-cgg-icon--employed2:before{content:"\e967"}.m-cgg-icon--employee-fixed-contract:before{content:"\e968"}.m-cgg-icon--employee-indefinite-contract:before{content:"\e969"}.m-cgg-icon--expired-policy:before{content:"\e96a"}.m-cgg-icon--id-holder:before{content:"\e96b"}.m-cgg-icon--new-policy:before{content:"\e96c"}.m-cgg-icon--non-hk-resident:before{content:"\e96d"}.m-cgg-icon--personal-vehicle:before{content:"\e96e"}.m-cgg-icon--pid-holder:before{content:"\e96f"}.m-cgg-icon--prefer-not-to-say2:before{content:"\e970"}.m-cgg-icon--renewal-policy:before{content:"\e971"}.m-cgg-icon--single-without-children2:before{content:"\e972"}.m-cgg-icon--self-employed2:before{content:"\e973"}.m-cgg-icon--single-with-children2:before{content:"\e974"}.m-cgg-icon--student2:before{content:"\e975"}.m-cgg-icon--uber-or-grab:before{content:"\e976"}.m-cgg-icon--unemployed2:before{content:"\e977"}.m-cgg-icon--with-aon:before{content:"\e978"}.m-cgg-icon--without-aon:before{content:"\e979"}.m-cgg-icon--filter-panel:before{content:"\e97a"}.m-cgg-icon--giftbox:before{content:"\e97b"}.m-cgg-icon--trophy:before{content:"\e97c"}.m-cgg-icon--online-music:before{content:"\e97d"}.m-cgg-icon--online-video:before{content:"\e97e"}.m-cgg-icon--iphone4:before{content:"\e97f"}.m-cgg-icon--earth-phone:before{content:"\e980"}.m-cgg-icon--phone-wifi:before{content:"\e981"}.m-cgg-icon--BBFunnel-HourInfinite:before{content:"\e982"}.m-cgg-icon--newspaper:before{content:"\e983"}.m-cgg-icon--phone-message:before{content:"\e984"}.m-cgg-icon--full-arrow-down:before{content:"\e985"}.m-cgg-icon--full-arrow-left:before{content:"\e986"}.m-cgg-icon--full-arrow-right:before{content:"\e987"}.m-cgg-icon--full-arrow-up:before{content:"\e988"}.m-cgg-icon--chevron-bottom-circle:before{content:"\e989"}.m-cgg-icon--chevron-top-circle:before{content:"\e98a"}.m-cgg-icon--video-player:before{content:"\e98b"}.m-cgg-icon--music-note:before{content:"\e98c"}.m-cgg-icon--magazine-blocks:before{content:"\e98d"}.m-cgg-icon--hotspot-right:before{content:"\e98e"}.m-cgg-icon--angle-double-up:before{content:"\e98f"}.m-cgg-icon--angle-double-down:before{content:"\e990"}.m-cgg-icon--cl-details:before{content:"\e991"}.m-cgg-icon--cl-new:before{content:"\e992"}.m-cgg-icon--td_AUD:before{content:"\e993"}.m-cgg-icon--td_CNY:before{content:"\e994"}.m-cgg-icon--td_NZD:before{content:"\e995"}.m-cgg-icon--td_OTHER:before{content:"\e996"}.m-cgg-icon--cl-used:before{content:"\e997"}.m-cgg-icon--td_TWD:before{content:"\e998"}.m-cgg-icon--td_USD:before{content:"\e999"}.m-cgg-icon--td_ZAR:before{content:"\e99a"}.m-cgg-icon--gplus:before{content:"\e99c"}.m-cgg-icon--youtube:before{content:"\e99d"}.m-cgg-icon--location:before{content:"\e99e"}.m-cgg-icon--ownhouse:before{content:"\e99f"}.m-cgg-icon--rent-house:before{content:"\e9a0"}.m-cgg-icon--familhouse:before{content:"\e9a1"}.m-cgg-icon--BBFunnel-Movies:before{content:"\e9a2"}.m-cgg-icon--info:before{content:"\e9a4"}.m-cgg-icon--Islamic:before{content:"\e9a5"}.m-cgg-icon--BBFunnel-homeandphone:before{content:"\e9a6"}.m-cgg-icon--BBFunnel-TV:before{content:"\e9a7"}.m-cgg-icon--cell-phone:before{content:"\e9a8"}.m-cgg-icon--icon-cc-home-overall:before{content:"\e9a9"}.m-cgg-icon--icon-cc-home-all:before{content:"\e9aa"}.m-cgg-icon--icon-cc-home-cashback:before{content:"\e9ab"}.m-cgg-icon--icon-cc-home-dining:before{content:"\e9ac"}.m-cgg-icon--icon-cc-home-airmiles:before{content:"\e9ad"}.m-cgg-icon--icon-cc-home-shopping:before{content:"\e9ae"}.m-cgg-icon--icon-cc-home-premium:before{content:"\e9af"}.m-cgg-icon--icon-funnel-pt-Residente-Temp:before{content:"\e9b0"}.m-cgg-icon--icon-funnel-pt-portugues:before{content:"\e9b1"}.m-cgg-icon--icon-funnel-pt-Nao-Residente:before{content:"\e9b2"}.m-cgg-icon--Fuel-Rebate:before{content:"\e9b3"}.m-cgg-icon--Low-interest-rate:before{content:"\e9b4"}.m-cgg-icon--coverage_Integral:before{content:"\e9b5"}.m-cgg-icon--party:before{content:"\e9b6"}.m-cgg-icon--sweet15:before{content:"\e9b7"}.m-cgg-icon--ticket:before{content:"\e9b8"}.m-cgg-icon--Religious:before{content:"\e9b9"}.m-cgg-icon--coverage_amplia:before{content:"\e9ba"}.m-cgg-icon--coverage_limited:before{content:"\e9bb"}.m-cgg-icon--coverage_r-civil:before{content:"\e9bc"}.m-cgg-icon--boat:before{content:"\e9bd"}.m-cgg-icon--caravan:before{content:"\e9be"}.m-cgg-icon--tv-remote:before{content:"\e9bf"}.m-cgg-icon--Phone-Bundle:before{content:"\e9c0"}.m-cgg-icon--PackBundle:before{content:"\e9c1"}.m-cgg-icon--motorcycle:before{content:"\e9c2"}.m-cgg-icon--energy-saving:before{content:"\e9c3"}.m-cgg-icon--contract:before{content:"\e9c4"}.m-cgg-icon--bonus:before{content:"\e9c5"}.m-cgg-icon--autopay:before{content:"\e9c6"}.m-cgg-icon--permanent-contract:before{content:"\e9c7"}.m-cgg-icon--employee:before{content:"\e9c8"}.m-cgg-icon--SIM:before{content:"\e9c9"}.m-cgg-icon--SIM2:before{content:"\e9ca"}.m-cgg-icon--SIM3:before{content:"\e9cb"}.m-cgg-icon--Part-time:before{content:"\e9cc"}.m-cgg-icon--recording:before{content:"\e9cd"}.m-cgg-icon--vod:before{content:"\e9ce"}.m-cgg-icon--multiple-screen:before{content:"\e9cf"}.m-cgg-icon--chat:before{content:"\e9d0"}.m-cgg-icon--china-star-2:before{content:"\e9d1"}.m-cgg-icon--nostar:before{content:"\e9d2"}.m-cgg-icon--onestar:before{content:"\e9d3"}.m-cgg-icon--portugal-phone:before{content:"\e9d4"}.m-cgg-icon--2stars:before{content:"\e9d5"}.m-cgg-icon--3stars:before{content:"\e9d6"}.m-cgg-icon--usage-light:before{content:"\e9d7"}.m-cgg-icon--usage-medium:before{content:"\e9d8"}.m-cgg-icon--Commission:before{content:"\e9d9"}.m-cgg-icon--Housewife:before{content:"\e9da"}.m-cgg-icon--usage-heavy:before{content:"\e9db"}.m-cgg-icon--local-use:before{content:"\e9dc"}.m-cgg-icon--internet-use:before{content:"\e9dd"}.m-cgg-icon--a-flight:before{content:"\e9de"}.m-cgg-icon--multiple-places:before{content:"\e9df"}.m-cgg-icon--family-home:before{content:"\e9e0"}.m-cgg-icon--relatives-home:before{content:"\e9e1"}.m-cgg-icon--myself:before{content:"\e9e2"}.m-cgg-icon--earth:before{content:"\e9e3"}.m-cgg-icon--local-use-filled:before{content:"\e9e4"}.m-cgg-icon--0-2mth-contract:before{content:"\e9e5"}.m-cgg-icon--2-6mth-contract:before{content:"\e9e6"}.m-cgg-icon--6mthplus-contract:before{content:"\e9e7"}.m-cgg-icon--unionpay:before{content:"\e9e8"}.m-cgg-icon--sorting:before{content:"\e9e9"}.m-cgg-icon--PRC:before{content:"\ea29"}
1
+ .modal-backdrop[data-v-25121f42]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#0006;transition:all .4s ease-in-out}.modal-overlay[data-v-25121f42]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:13}.modal-container[data-v-25121f42]{position:absolute;top:0;left:0;height:100%;background:#ffffff;padding:20px;width:100%;box-sizing:border-box;display:flex;flex-direction:column}@media screen and (min-width: 601px){.modal-container[data-v-25121f42]{top:50%;left:50%;transform:translateY(-50%) translate(-50%);max-width:calc(100% - 60px);max-height:calc(100% - 40px);border-radius:8px;padding:20px 40px;height:auto}}@media screen and (min-width: 1100px){.modal-container[data-v-25121f42]{max-width:1040px}}.modal-container .modal-header[data-v-25121f42]{font-weight:700;font-size:18px;line-height:21px;padding:0 20px 15px 0;border-bottom:1px solid #dedede}@media screen and (min-width: 601px){.modal-container .modal-header[data-v-25121f42]{font-size:24px;line-height:27px}}.modal-container .modal-header[data-v-25121f42]:before,.modal-container .modal-header[data-v-25121f42]:after{content:none}.modal-container .btn-close[data-v-25121f42]{position:absolute;top:20px;right:20px;background:none;border:none;padding:0;outline:0;height:20px;cursor:pointer}@media screen and (min-width: 601px){.modal-container .btn-close[data-v-25121f42]{right:40px}}.modal-container .btn-close span[data-v-25121f42]{display:block;font-size:16px;line-height:20px}.modal-container .btn-close[data-v-25121f42]:focus{outline:0}.modal-container .modal-body[data-v-25121f42]{margin:20px -15px -15px;font-size:15px;line-height:17px;overflow-y:auto;flex-grow:1;height:auto;padding:0 15px 15px}.modal-container .modal-footer[data-v-25121f42]{border-top:1px solid #dedede;padding:15px 0 0;margin-top:15px}.modal-container .modal-footer[data-v-25121f42] .button-container{display:flex;flex-direction:row;justify-content:flex-end;gap:10px}.fade-enter-from[data-v-25121f42],.fade-leave-to[data-v-25121f42]{opacity:0}.fade-enter-to[data-v-25121f42],.fade-leave-from[data-v-25121f42]{opacity:1}.cja-btn[data-v-7003258c]{display:inline-flex;justify-content:center;align-items:center;padding:10px 20px;border-radius:8px;box-shadow:0 4px 20px #0000001a;border:1px solid #dedede;color:#076b9c;background:none;font-weight:700;font-size:16px;line-height:18px;cursor:pointer;transition:all .2s ease-in-out}@media screen and (min-width: 768px){.cja-btn[data-v-7003258c]{padding:15px 20px;font-size:20px;line-height:20px}}.cja-btn[data-v-7003258c]:focus-visible{outline:none}.cja-btn[data-v-7003258c]:hover{box-shadow:none}.cja-btn.full-width[data-v-7003258c]{width:100%}.cja-btn.btn-primary[data-v-7003258c]{background:#076b9c;border:1px solid #076b9c;color:#fff}.cja-btn.btn-primary[data-v-7003258c]:hover{background-color:#065075;border-color:#065075}.cja-btn.btn-primary.btn-orange[data-v-7003258c]{background:#f58423;border-color:#f58423}.cja-btn.btn-primary.btn-orange[data-v-7003258c]:hover{background-color:#ea730b;border-color:#ea730b}.cja-btn.btn-primary.btn-white[data-v-7003258c]{background:#fff;border-color:#fff;color:#0d2745}.cja-btn.btn-primary.btn-white[data-v-7003258c]:hover{background-color:#ebebeb;border-color:#ebebeb}.cja-btn.btn-primary[data-v-7003258c]:disabled{background:#dedede;border:1px solid #dedede;cursor:pointer}.cja-btn.btn-secondary[data-v-7003258c]{border:1px solid #dedede}.cja-btn[data-v-7003258c] [class^=m-cgg-icon--]:last-child{margin-left:5px}.cja-btn[data-v-7003258c] [class^=m-cgg-icon--]:first-child{margin-right:5px}.spinner[data-v-05e96722]{width:80px;height:80px;border:7px solid #b5e187;border-top:7px solid #f3f7ef;border-radius:50%;animation:spin-05e96722 1s infinite;animation-timing-function:linear}@keyframes spin-05e96722{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.content-tabs .control-container[data-v-65539156]{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:30px}.content-tabs .control-container button[data-v-65539156]{flex-grow:1;flex-shrink:0;outline:none;background:none;font-weight:700;padding:0 0 6px;font-size:16px;line-height:19px;text-align:center;border:none;color:#979290;cursor:pointer;border-bottom:1px solid #979290}.content-tabs .control-container button.active[data-v-65539156]{color:#076b9c;border-bottom:3px solid #076b9c}.content-tabs .control-container button[data-v-65539156]:focus{outline:none}.content-tabs .content-container[data-v-65539156]{position:relative}.content-tabs .content-container .fade-leave-active[data-v-65539156]{position:absolute;left:0;top:0;width:100%;transition:all .3s ease-in-out}.content-tabs .content-container .fade-enter-active[data-v-65539156]{transition:all .3s ease-in-out .3s}.content-tabs .content-container .fade-enter-from[data-v-65539156],.content-tabs .content-container .fade-leave-to[data-v-65539156]{opacity:0}.content-tabs .content-container .fade-enter-to[data-v-65539156],.content-tabs .content-container .fade-leave-from[data-v-65539156]{opacity:1}.input-title[data-v-0f48be9a]{display:flex;justify-content:space-between;gap:10px;font-size:14px;line-height:18px;font-weight:700}@media screen and (min-width: 768px){.input-title[data-v-0f48be9a]{font-size:16px;line-height:20px}}.input-title .tooltip[data-v-0f48be9a]{font-size:18px;color:#076b9c}@media screen and (min-width: 768px){.input-title .tooltip[data-v-0f48be9a]{font-size:20px}}.input-title[data-v-f9f8e0c8]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:16px;line-height:18px;margin-bottom:15px;font-weight:400}.input-title span.m-cgg-icon--help[data-v-f9f8e0c8]{font-size:20px;color:#312f2e}.input-container[data-v-f9f8e0c8]{cursor:pointer;padding:0 25px;height:60px;display:flex;justify-content:space-between;align-items:center;gap:10px;background:#ffffff;border:2px dashed #dedede;box-shadow:0 4px 18px #0000000d;border-radius:4px}.input-container.success[data-v-f9f8e0c8]{cursor:auto;border:2px solid #77aa43}.input-container.success .input-text[data-v-f9f8e0c8]{font-weight:400}.input-container.loading[data-v-f9f8e0c8]{pointer-events:none}.input-container.error[data-v-f9f8e0c8]{border:2px solid #ff533f}.input-container .input-placeholder[data-v-f9f8e0c8]{font-weight:700;font-size:14px;line-height:15px}.input-container .icon-wrapper[data-v-f9f8e0c8]{display:flex;flex-direction:row;gap:10px}.input-container .spinner[data-v-f9f8e0c8]{width:10px;height:10px;border:3px solid var(--color-main);border-top-color:var(--color-secondary);border-radius:50%;animation:spin-f9f8e0c8 1s infinite;animation-timing-function:linear}.input-container .m-cgg-icon--upload[data-v-f9f8e0c8]{color:var(--color-main)}.input-container .m-cgg-icon--trash[data-v-f9f8e0c8]{cursor:pointer;color:var(--color-secondary)}.input-container .m-cgg-icon--cross-cja[data-v-f9f8e0c8]{color:#ff533f}.input-container .m-cgg-icon--check-cja[data-v-f9f8e0c8]{color:#77aa43}input[type=file][data-v-f9f8e0c8]{display:none}@keyframes spin-f9f8e0c8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input-container[data-v-14774912]{display:flex;flex-direction:row;align-items:center;gap:10px}.input-container .label[data-v-14774912]{font-weight:700;font-size:16px;line-height:18px}.input-container .toggler[data-v-14774912]{position:relative;width:36px;height:14px;border-radius:7px;background-color:#dedcdb;cursor:pointer;transition:all .2s ease-in-out}.input-container .toggler .toggle[data-v-14774912]{position:absolute;top:-3px;left:0;width:20px;height:20px;border-radius:50%;background-color:#9fabbc;box-shadow:0 2px 4px #0003;transition:all .2s ease-in-out}.input-container.active .toggler[data-v-14774912]{background-color:#e5f0f5}.input-container.active .toggler .toggle[data-v-14774912]{background-color:#076b9c;left:16px}.collapse-header[data-v-3d3a0375]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;cursor:pointer;user-select:none}.collapse-header>span[data-v-3d3a0375]{transition:all .2s linear}.collapse-header.active>span[data-v-3d3a0375]{transform:rotate(180deg)}.content-container[data-v-3d3a0375]{box-sizing:border-box;overflow:hidden;transition:all .2s linear}.overlay[data-v-93c6b294]{position:fixed;bottom:0;left:0;height:100%;width:100%;z-index:100}@media screen and (min-width: 992px){.overlay[data-v-93c6b294]{background-color:#0009}}.overlay .details-container[data-v-93c6b294]{display:flex;flex-direction:column;position:absolute;top:0;right:0;background-color:#fff;height:100%;transition:all .3s linear}@media screen and (min-width: 992px){.overlay .details-container[data-v-93c6b294]{width:620px}}.overlay .details-container .details-header[data-v-93c6b294]{display:flex;justify-content:space-between;gap:15px;align-items:center;background-color:#fff;padding:15px;box-shadow:0 0 20px #0003}@media screen and (min-width: 992px){.overlay .details-container .details-header[data-v-93c6b294]{padding:20px 50px}}.overlay .details-container .details-header .btn-close[data-v-93c6b294]{display:flex;justify-content:center;align-items:center;margin-left:auto;width:20px;height:20px;font-size:20px;line-height:20px;cursor:pointer}.overlay .details-container .details-body[data-v-93c6b294]{flex-grow:1;position:relative;overflow-y:auto;padding:15px 15px 30px}@media screen and (min-width: 992px){.overlay .details-container .details-body[data-v-93c6b294]{padding:20px 50px 50px}}.overlay .details-container .details-footer[data-v-93c6b294]{padding:15px;box-shadow:0 0 20px #0003}@media screen and (min-width: 992px){.overlay .details-container .details-footer[data-v-93c6b294]{padding:20px 50px}}.details-enter-to .details-container[data-v-93c6b294],.details-leave-from .details-container[data-v-93c6b294]{transform:translateY(0)}@media screen and (min-width: 992px){.details-enter-to .details-container[data-v-93c6b294],.details-leave-from .details-container[data-v-93c6b294]{transform:translate(0)}}.details-enter-from .details-container[data-v-93c6b294],.details-leave-to .details-container[data-v-93c6b294]{transform:translateY(100%)}@media screen and (min-width: 992px){.details-enter-from .details-container[data-v-93c6b294],.details-leave-to .details-container[data-v-93c6b294]{transform:translate(100%)}}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNovaT-Thin.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNovaT-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Black.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Regular.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Bold.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Extrabld.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Extrabld.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}body{font-family:Proxima Nova,Helvetica Neue,Helvetica,Microsoft JhengHei,Open Sans,Arial,"sans-serif";color:#0d2745}*,*:before,*:after{box-sizing:border-box}.form-group.vertical{display:flex;flex-direction:column;gap:10px}.form-group.horizontal{display:flex;flex-direction:row;align-items:center;gap:10px}.form-group .input-container{position:relative}.form-group .input-container input,.form-group .input-container textarea{outline:none;padding:10px 8px;font-size:15px;line-height:18px;width:100%;border:1px solid #dedede;border-radius:5px;transition:all .1s ease-in}.form-group .input-container input:active,.form-group .input-container input:focus,.form-group .input-container textarea:active,.form-group .input-container textarea:focus{border:1px solid #5fbbff;outline:none}.form-group .input-container input:active+.input-suffix,.form-group .input-container input:focus+.input-suffix,.form-group .input-container textarea:active+.input-suffix,.form-group .input-container textarea:focus+.input-suffix{color:#312f2e}.form-group .input-container textarea{resize:none}.form-group .input-container .input-suffix{position:absolute;top:50%;transform:translateY(-50%);right:8px;line-height:11px;font-size:11px;color:#979290;transition:color .1s ease-in}.form-group .input-container.error input,.form-group .input-container.error textarea{background-color:#ffebeb;border:1px solid #ff533f}.form-group .input-container-radio ul{display:flex;flex-direction:column;gap:15px}.form-group .input-container-radio label{display:flex;flex-direction:row;gap:10px;cursor:pointer}.form-group .input-container-radio label input{display:none}.form-group .input-container-radio label input:checked+.radio-icon{border-color:#77aa43}.form-group .input-container-radio label input:checked+.radio-icon:before{opacity:1}.form-group .input-container-radio label .radio-icon{height:25px;width:25px;border:2px solid #9fabbc;border-radius:50%;transition:all .3s ease-in-out}.form-group .input-container-radio label .radio-icon:before{content:"";display:block;opacity:0;transition:all .3s ease-in-out;width:100%;height:100%;background-color:#77aa43;background-clip:content-box;border:4px solid transparent;border-radius:50%}.form-group .input-container-radio label p{font-size:16px;line-height:25px}.form-group .input-container-checkbox label{display:flex;flex-direction:row;flex-wrap:nowrap;gap:15px;cursor:pointer;margin:0;font-weight:400}.form-group .input-container-checkbox label input{display:none}.form-group .input-container-checkbox label.active .radio-icon{border-color:#77aa43}.form-group .input-container-checkbox label.active .radio-icon:before{opacity:1}.form-group .input-container-checkbox label.active p{color:#77aa43}.form-group .input-container-checkbox label .checkbox-icon{position:relative}.form-group .input-container-checkbox label .checkbox-icon:after{content:"";display:block;width:22px;height:22px;border-radius:3px;border:1px solid #cccbc8;color:#77aa43}.form-group .input-container-checkbox label .checkbox-icon:before{position:absolute;opacity:0;font-size:20px}.form-group .input-container-checkbox label input:checked+.checkbox-icon:before{opacity:1}.form-group .input-container-checkbox label .text-container{font-size:10px;line-height:12px;user-select:none}.form-group .input-container-checkbox label .text-container a{color:inherit;font-weight:700;text-decoration:underline}.form-group .input-container-checkbox label .text-container a:hover{text-decoration:none}.form-group .input-container-select{position:relative}.form-group .input-container-select .close-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:23}.form-group .input-container-select .select-toggle{position:relative;display:flex;justify-content:space-between;gap:10px;background-color:#fff;border:1px solid #dedede;border-radius:5px;cursor:pointer;padding:10px 8px;font-size:15px;line-height:18px;width:100%;transition:border-radius .3s ease-in-out}.form-group .input-container-select .select-toggle .select-display{flex-grow:1;text-overflow:ellipsis;overflow:hidden}.form-group .input-container-select .select-toggle.open{border-radius:5px 5px 0 0}.form-group .input-container-select .select-toggle.open em{transform:rotate(180deg)}.form-group .input-container-select .select-toggle.disabled{opacity:.5;cursor:auto}.form-group .input-container-select .select-toggle em{font-size:12px;line-height:18px;color:#9fabbc;transition:all .3s ease-in-out}.form-group .input-container-select.error .select-toggle{background-color:#ffebeb;border:1px solid #ff533f}.form-group .input-container-select.error em{background-color:#ffebeb}.form-group .input-error{color:#ff533f;font-size:14px;line-height:16px;margin-top:8px}@media screen and (min-width: 768px){.form-group .input-error{font-size:16px;line-height:18px}}.form-group .iti{display:block}.form-group .iti__flag{background-image:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/images/general/flags.png)!important}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.form-group .iti__flag{background-image:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/images/general/flags@2x.png)!important}}.select-collapse{position:fixed;z-index:1001;max-height:400px;overflow-y:auto;background-color:#fff;border:1px solid #dedede;transition:all .3s ease-in-out}.select-collapse.position-top{border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 -4px 10px #00000026}.select-collapse.position-bottom{border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 4px 10px #00000026}.select-collapse .search-filter-container{padding:5px 10px}.select-collapse .search-filter-container input{outline:none;padding:10px 8px;font-size:15px;line-height:18px;width:100%;border:1px solid #dedede;border-radius:5px}.select-collapse .search-filter-container input:active,.select-collapse .search-filter-container input:focus{border:1px solid #5fbbff;outline:none}.select-collapse.slide-fade-enter-from,.select-collapse.slide-fade-leave-to{opacity:0}.select-collapse.slide-fade-enter-to,.select-collapse.slide-fade-leave-from{opacity:1}.select-collapse ul{padding:0;margin:0}.select-collapse ul li{display:flex;align-items:center;transition:all .3s ease-in-out;font-size:14px;line-height:17px;padding:8px 10px;cursor:pointer;user-select:none;overflow-x:hidden}.select-collapse ul li:hover{background-color:#f1f7ee}.select-collapse ul li .checkbox-icon{height:20px;width:20px;border:2px solid #9fabbc;border-radius:3px;transition:all .3s ease-in-out;display:inline-flex;place-items:center;margin-right:10px}.select-collapse ul li .checkbox-icon:before{color:#77aa43;opacity:0}.select-collapse ul li.active .checkbox-icon:before{opacity:1}.tippy-box[data-theme~=light-border]{background:#e6f1f9;border:1px solid #076b9c;color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-right-color:#076b9c}@font-face{font-family:CGG-icomoon;src:url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.eot?cjnnpy);src:url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.eot?cjnnpy#iefix) format("embedded-opentype"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.ttf?cjnnpy) format("truetype"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.woff?cjnnpy) format("woff"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.svg?cjnnpy#CGG-icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=m-cgg-icon--],[class*=" m-cgg-icon--"]{font-family:CGG-icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.m-cgg-icon--affiliates-add:before{content:"\e900"}.m-cgg-icon--affiliates-dashboard:before{content:"\ea2a"}.m-cgg-icon--affiliates-home:before{content:"\ea2b"}.m-cgg-icon--affiliates-settings:before{content:"\ea2c"}.m-cgg-icon--tiktok:before{content:"\ea27";color:#076b9c}.m-cgg-icon--list-mode:before{content:"\ea22"}.m-cgg-icon--grid-mode:before{content:"\ea21"}.m-cgg-icon--swap:before{content:"\ea20"}.m-cgg-icon--cja-cashback:before{content:"\ea1c"}.m-cgg-icon--no-money:before{content:"\ea1e"}.m-cgg-icon--plane:before{content:"\ea1f"}.m-cgg-icon--time:before{content:"\ea1d"}.m-cgg-icon--filtros:before{content:"\ea1a"}.m-cgg-icon--ordenacao:before{content:"\ea1b"}.m-cgg-icon--gears:before{content:"\ea19"}.m-cgg-icon--telemovel:before{content:"\ea09"}.m-cgg-icon--dual:before{content:"\e9ef"}.m-cgg-icon--callcenter:before{content:"\e9f5"}.m-cgg-icon--notes:before{content:"\e9f6"}.m-cgg-icon--pig:before{content:"\e9f7"}.m-cgg-icon--cja-email:before{content:"\ea18"}.m-cgg-icon--linkedin-square:before{content:"\ea13"}.m-cgg-icon--instagram-square:before{content:"\ea14"}.m-cgg-icon--facebook-circle:before{content:"\ea15"}.m-cgg-icon--pin:before{content:"\ea16"}.m-cgg-icon--younited-favicon .path1:before{content:"\ea11";color:#515f75}.m-cgg-icon--younited-favicon .path2:before{content:"\ea12";margin-left:-.89453125em;color:#fd4e00}.m-cgg-icon--star-line:before{content:"\ea0b"}.m-cgg-icon--moedas:before{content:"\ea0c"}.m-cgg-icon--speed:before{content:"\ea0d"}.m-cgg-icon--trouphy:before{content:"\ea0e"}.m-cgg-icon--comparaja .path1:before{content:"\ea0f";color:#076b9c}.m-cgg-icon--comparaja .path2:before{content:"\ea10";margin-left:-1em;color:#77aa43}.m-cgg-icon--netmovel:before{content:"\ea03"}.m-cgg-icon--pin-morada:before{content:"\ea07"}.m-cgg-icon--net:before{content:"\ea04"}.m-cgg-icon--online:before{content:"\ea05"}.m-cgg-icon--telefone:before{content:"\ea06"}.m-cgg-icon--telefone-linha:before{content:"\ea08"}.m-cgg-icon--tv:before{content:"\ea0a"}.m-cgg-icon--prazo-icon:before{content:"\ea00"}.m-cgg-icon--montante-icon:before{content:"\ea01"}.m-cgg-icon--casa-icon:before{content:"\ea02"}.m-cgg-icon--attention:before{content:"\e9fd"}.m-cgg-icon--diamond:before{content:"\e9fe"}.m-cgg-icon--edit1:before{content:"\e9ff"}.m-cgg-icon--checkmark:before{content:"\e9f8"}.m-cgg-icon--carteira:before{content:"\e9f9"}.m-cgg-icon--documentos:before{content:"\e9fa"}.m-cgg-icon--tabela:before{content:"\e9fb"}.m-cgg-icon--user:before{content:"\e9fc"}.m-cgg-icon--twitter:before{content:"\e009";color:#076b9c}.m-cgg-icon--fb:before{content:"\e962";color:#076b9c}.m-cgg-icon--linkedin:before{content:"\e99b";color:#076b9c}.m-cgg-icon--instagram:before{content:"\e9a3";color:#076b9c}.m-cgg-icon--copy:before{content:"\ea2d"}.m-cgg-icon--whatsapp:before{content:"\ea28"}.m-cgg-icon--dashboard:before{content:"\ea23"}.m-cgg-icon--item-list:before{content:"\ea25"}.m-cgg-icon--upload-cloud:before{content:"\ea26"}.m-cgg-icon--rounded-arrow:before{content:"\ea17"}.m-cgg-icon--cross-cja:before{content:"\e9f3"}.m-cgg-icon--check-cja:before{content:"\e9f2"}.m-cgg-icon--trash:before{content:"\e9f4"}.m-cgg-icon--upload:before{content:"\e9f1"}.m-cgg-icon--total:before{content:"\e9f0"}.m-cgg-icon--gas:before{content:"\e9ea"}.m-cgg-icon--tarifasimples:before{content:"\e9eb"}.m-cgg-icon--electricity:before{content:"\e9ec"}.m-cgg-icon--greenenergy:before{content:"\e9ed"}.m-cgg-icon--bi-horaria:before{content:"\e9ee"}.m-cgg-icon--onlinebanking:before{content:"\e901"}.m-cgg-icon--otc:before{content:"\e902"}.m-cgg-icon--paymentcentre:before{content:"\e903"}.m-cgg-icon--paypal:before{content:"\e904"}.m-cgg-icon--cheque:before{content:"\e905"}.m-cgg-icon--creditcard:before{content:"\e906"}.m-cgg-icon--notification:before{content:"\e907"}.m-cgg-icon--cat-right:before{content:"\e002"}.m-cgg-icon--arrow-back:before{content:"\e003"}.m-cgg-icon--load:before{content:"\e004"}.m-cgg-icon--arrow-top:before{content:"\e005"}.m-cgg-icon--arrow-bottom:before{content:"\e006"}.m-cgg-icon--open-quote:before{content:"\e007"}.m-cgg-icon--arrow-next:before{content:"\e008"}.m-cgg-icon--uniE00A:before{content:"\e00a"}.m-cgg-icon--clock:before{content:"\e00b"}.m-cgg-icon--check2:before{content:"\e015"}.m-cgg-icon--cross2:before{content:"\e016"}.m-cgg-icon--no:before{content:"\e017"}.m-cgg-icon--tlist:before{content:"\e020"}.m-cgg-icon--ci-car2:before{content:"\e021"}.m-cgg-icon--ci-user:before{content:"\e022"}.m-cgg-icon--ci-details:before{content:"\e023"}.m-cgg-icon--tlist-small:before{content:"\e024"}.m-cgg-icon--tlist-small-vertical:before{content:"\e025"}.m-cgg-icon--tlist-grid:before{content:"\e026"}.m-cgg-icon--paper-plane:before{content:"\e027"}.m-cgg-icon--popular:before{content:"\e028"}.m-cgg-icon--exclusive:before{content:"\e029"}.m-cgg-icon--price-tag:before{content:"\e02a"}.m-cgg-icon--return:before{content:"\e030"}.m-cgg-icon--libris-usp1:before{content:"\e100"}.m-cgg-icon--libris-usp2:before{content:"\e101"}.m-cgg-icon--libris-usp3:before{content:"\e102"}.m-cgg-icon--libris-details:before{content:"\e103"}.m-cgg-icon--libris-search:before{content:"\e104"}.m-cgg-icon--libris-bestoption:before{content:"\e105"}.m-cgg-icon--ci-car:before{content:"\e106"}.m-cgg-icon--ci-driver:before{content:"\e107"}.m-cgg-icon--ci-compare:before{content:"\e108"}.m-cgg-icon--faq:before{content:"\e109"}.m-cgg-icon--tips:before{content:"\e110"}.m-cgg-icon--need-help:before{content:"\e111"}.m-cgg-icon--tipseur:before{content:"\e112"}.m-cgg-icon--guide-ci:before{content:"\e200"}.m-cgg-icon--guide-cc:before{content:"\e201"}.m-cgg-icon--guide-mobile:before{content:"\e202"}.m-cgg-icon--guide-pl:before{content:"\e203"}.m-cgg-icon--guide-ti:before{content:"\e204"}.m-cgg-icon--guide-mi:before{content:"\e205"}.m-cgg-icon--guide-broadband:before{content:"\e206"}.m-cgg-icon--guide-mortgage:before{content:"\e207"}.m-cgg-icon--list:before{content:"\e600"}.m-cgg-icon--arrow-up:before{content:"\e601"}.m-cgg-icon--arrow-left:before{content:"\e602"}.m-cgg-icon--arrow-down:before{content:"\e603"}.m-cgg-icon--arrow-right:before{content:"\e604"}.m-cgg-icon--home:before{content:"\e605"}.m-cgg-icon--cross:before{content:"\e606"}.m-cgg-icon--signal:before{content:"\e607"}.m-cgg-icon--gift:before{content:"\e608"}.m-cgg-icon--hand:before{content:"\e609"}.m-cgg-icon--phone:before{content:"\e60a"}.m-cgg-icon--caret-right:before{content:"\e60b"}.m-cgg-icon--caret-left:before{content:"\e60c"}.m-cgg-icon--caret-up:before{content:"\e60d"}.m-cgg-icon--caret-down:before{content:"\e60e"}.m-cgg-icon--help:before{content:"\e60f"}.m-cgg-icon--phone-invert:before{content:"\e610"}.m-cgg-icon--star:before{content:"\e611"}.m-cgg-icon--check:before{content:"\e612"}.m-cgg-icon--plus:before{content:"\e613"}.m-cgg-icon--airmiles-o:before{content:"\e614"}.m-cgg-icon--best-deal-1-o:before{content:"\e615"}.m-cgg-icon--cashback-o:before{content:"\e616"}.m-cgg-icon--bar-contactless-payment-o:before{content:"\e617"}.m-cgg-icon--bar-Creditline:before{content:"\e618"}.m-cgg-icon--all-o:before{content:"\e619"}.m-cgg-icon--usp-1-id:before{content:"\e61a"}.m-cgg-icon--bar-deposit-o:before{content:"\e61b"}.m-cgg-icon--dining-o:before{content:"\e61c"}.m-cgg-icon--online-shopping-o:before{content:"\e61d"}.m-cgg-icon--bar-Instalment:before{content:"\e61e"}.m-cgg-icon--bar-Tax:before{content:"\e61f"}.m-cgg-icon--calendar-empty:before{content:"\e620"}.m-cgg-icon--calendar-full:before{content:"\e621"}.m-cgg-icon--couple:before{content:"\e622"}.m-cgg-icon--dental-2:before{content:"\e623"}.m-cgg-icon--premium-1-o:before{content:"\e624"}.m-cgg-icon--existing-history:before{content:"\e625"}.m-cgg-icon--eye:before{content:"\e626"}.m-cgg-icon--single-flight:before{content:"\e627"}.m-cgg-icon--group:before{content:"\e628"}.m-cgg-icon--inpatient:before{content:"\e629"}.m-cgg-icon--just-me:before{content:"\e62a"}.m-cgg-icon--maternity-o2:before{content:"\e62b"}.m-cgg-icon--me-and-kids:before{content:"\e62c"}.m-cgg-icon--my-family:before{content:"\e62e"}.m-cgg-icon--outpatient2:before{content:"\e62f"}.m-cgg-icon--private-room:before{content:"\e630"}.m-cgg-icon--sport2:before{content:"\e631"}.m-cgg-icon--doctor:before{content:"\e632"}.m-cgg-icon--cag-gift:before{content:"\e633"}.m-cgg-icon--fee-waiver:before{content:"\e634"}.m-cgg-icon--contactless-payment:before{content:"\e635"}.m-cgg-icon--lock:before{content:"\e636"}.m-cgg-icon--early-payment-fee-waiver:before{content:"\e637"}.m-cgg-icon--boxes-contacless:before{content:"\e638"}.m-cgg-icon--boxes-download:before{content:"\e639"}.m-cgg-icon--close2:before{content:"\e63a"}.m-cgg-icon--boxes-fee-waiver:before{content:"\e63b"}.m-cgg-icon--boxes-gift:before{content:"\e63c"}.m-cgg-icon--boxes-mortgage:before{content:"\e63d"}.m-cgg-icon--boxes-tick:before{content:"\e63e"}.m-cgg-icon--chevron-right:before{content:"\e63f"}.m-cgg-icon--airmile-local-o:before{content:"\e640"}.m-cgg-icon--usp-1-pt:before{content:"\e641"}.m-cgg-icon--clock2:before{content:"\e642"}.m-cgg-icon--amateur-sports:before{content:"\e643"}.m-cgg-icon--nav-home:before{content:"\e644"}.m-cgg-icon--chevron-down:before{content:"\e645"}.m-cgg-icon--chevron-left:before{content:"\e646"}.m-cgg-icon--chevron-up:before{content:"\e647"}.m-cgg-icon--credit-cards:before{content:"\e648"}.m-cgg-icon--health-insurance:before{content:"\e649"}.m-cgg-icon--home-loans:before{content:"\e64a"}.m-cgg-icon--personal-loans:before{content:"\e64b"}.m-cgg-icon--timer:before{content:"\e64c"}.m-cgg-icon--travel-insurance:before{content:"\e64d"}.m-cgg-icon--dental-1:before{content:"\e64e"}.m-cgg-icon--maternity:before{content:"\e64f"}.m-cgg-icon--outpatient:before{content:"\e650"}.m-cgg-icon--surgical:before{content:"\e651"}.m-cgg-icon--high-risk-sports:before{content:"\e652"}.m-cgg-icon--winter-sports:before{content:"\e653"}.m-cgg-icon--bb-plus-tv:before{content:"\e654"}.m-cgg-icon--car-insurance:before{content:"\e655"}.m-cgg-icon--mobile:before{content:"\e656"}.m-cgg-icon--unemployment-benefits:before{content:"\e657"}.m-cgg-icon--china-star:before{content:"\e658"}.m-cgg-icon--bar-FastCashLoan:before{content:"\e659"}.m-cgg-icon--critical-illness:before{content:"\e65a"}.m-cgg-icon--supplemental-major:before{content:"\e65b"}.m-cgg-icon--boxes-early-payment:before{content:"\e65c"}.m-cgg-icon--fast-approval:before{content:"\e65d"}.m-cgg-icon--cc-low-application-o:before{content:"\e65e"}.m-cgg-icon--car-insurance2:before{content:"\e65f"}.m-cgg-icon--usp-1-dk:before{content:"\e660"}.m-cgg-icon--usp-1-en:before{content:"\e661"}.m-cgg-icon--usp-2:before{content:"\e662"}.m-cgg-icon--usp-3:before{content:"\e663"}.m-cgg-icon--currency-cny-o:before{content:"\e664"}.m-cgg-icon--easy-card-o:before{content:"\e665"}.m-cgg-icon--gasoline-o:before{content:"\e666"}.m-cgg-icon--movie-o:before{content:"\e667"}.m-cgg-icon--other-currencies-o:before{content:"\e668"}.m-cgg-icon--currency-twd-o:before{content:"\e669"}.m-cgg-icon--currency-usd-o:before{content:"\e66a"}.m-cgg-icon--easy-card:before{content:"\e66b"}.m-cgg-icon--broadband:before{content:"\e66c"}.m-cgg-icon--close:before{content:"\e66d"}.m-cgg-icon--i-tooltip:before{content:"\e66e"}.m-cgg-icon--search-o:before{content:"\e66f"}.m-cgg-icon--dollar-o:before{content:"\e670"}.m-cgg-icon--star-o:before{content:"\e671"}.m-cgg-icon--warning:before{content:"\e672"}.m-cgg-icon--cookie-icon-simple:before{content:"\e673"}.m-cgg-icon--time-deposit:before{content:"\e674"}.m-cgg-icon--cookie-icon:before{content:"\e675"}.m-cgg-icon--best-deal-2-o:before{content:"\e676"}.m-cgg-icon--premium-2-o:before{content:"\e677"}.m-cgg-icon--specialty-o:before{content:"\e678"}.m-cgg-icon--car-loan:before{content:"\e679"}.m-cgg-icon--fast-cash-loan:before{content:"\e67a"}.m-cgg-icon--star-o2:before{content:"\e67b"}.m-cgg-icon--search-o2:before{content:"\e67c"}.m-cgg-icon--scales-o:before{content:"\e67d"}.m-cgg-icon--dollar-o2:before{content:"\e67e"}.m-cgg-icon--edit:before{content:"\e67f"}.m-cgg-icon--heart:before{content:"\e680"}.m-cgg-icon--usp-1-fi:before{content:"\e681"}.m-cgg-icon--bank:before{content:"\e682"}.m-cgg-icon--coinseur:before{content:"\e683"}.m-cgg-icon--coins:before{content:"\e684"}.m-cgg-icon--cta-arrow:before{content:"\e685"}.m-cgg-icon--cta-arrow-down:before{content:"\e686"}.m-cgg-icon--islamic:before{content:"\e687"}.m-cgg-icon--glc:before{content:"\e688"}.m-cgg-icon--BB_Business:before{content:"\e689"}.m-cgg-icon--BB_Home:before{content:"\e68a"}.m-cgg-icon--BB_HomeTV:before{content:"\e68b"}.m-cgg-icon--BB_Mobile:before{content:"\e68c"}.m-cgg-icon--dollareur-o:before{content:"\e68d"}.m-cgg-icon--flight:before{content:"\e68e"}.m-cgg-icon--multiple-flight:before{content:"\e68f"}.m-cgg-icon--credit-cards-md:before{content:"\e690"}.m-cgg-icon--Zeroannuity:before{content:"\e800"}.m-cgg-icon--Balancetransfer:before{content:"\e801"}.m-cgg-icon--bar-glc:before{content:"\e802"}.m-cgg-icon--bar-islamic:before{content:"\e803"}.m-cgg-icon--bar-Debt:before{content:"\e804"}.m-cgg-icon--bar-lendingCompanies:before{content:"\e805"}.m-cgg-icon--icon-funnel-pt-Residente-Perm:before{content:"\e908"}.m-cgg-icon--discount:before{content:"\e909"}.m-cgg-icon--Student-1:before{content:"\e90a"}.m-cgg-icon--officechair:before{content:"\e90b"}.m-cgg-icon--optical-fiber:before{content:"\e90c"}.m-cgg-icon--wifi:before{content:"\e90d"}.m-cgg-icon--cafe:before{content:"\e90e"}.m-cgg-icon--gym:before{content:"\e90f"}.m-cgg-icon--hotel:before{content:"\e910"}.m-cgg-icon--sport:before{content:"\e911"}.m-cgg-icon--store:before{content:"\e912"}.m-cgg-icon--supermarket:before{content:"\e913"}.m-cgg-icon--requirement:before{content:"\e914"}.m-cgg-icon--no-fee:before{content:"\e915"}.m-cgg-icon--balance-transfer:before{content:"\e916"}.m-cgg-icon--for-personal:before{content:"\e917"}.m-cgg-icon--for-my-business:before{content:"\e918"}.m-cgg-icon--for-new-business:before{content:"\e919"}.m-cgg-icon--money:before{content:"\e91a"}.m-cgg-icon--email:before{content:"\e91b"}.m-cgg-icon--BBFunnel-FiveUsers:before{content:"\e91c"}.m-cgg-icon--BBFunnel-Games:before{content:"\e91d"}.m-cgg-icon--BBFunnel-HomeOut:before{content:"\e91e"}.m-cgg-icon--BBFunnel-Home:before{content:"\e91f"}.m-cgg-icon--BBFunnel-Hour1:before{content:"\e920"}.m-cgg-icon--BBFunnel-Hour2:before{content:"\e921"}.m-cgg-icon--BBFunnel-Hour3:before{content:"\e922"}.m-cgg-icon--BBFunnel-Hour4:before{content:"\e923"}.m-cgg-icon--Retired-1:before{content:"\e924"}.m-cgg-icon--BBFunnel-No:before{content:"\e925"}.m-cgg-icon--BBFunnel-NotSure:before{content:"\e926"}.m-cgg-icon--BBFunne-OneUser:before{content:"\e927"}.m-cgg-icon--BBFunnel-Out:before{content:"\e928"}.m-cgg-icon--BBFunnel-ReadPaper:before{content:"\e929"}.m-cgg-icon--BBFunnel-SixUsers:before{content:"\e92a"}.m-cgg-icon--BBFunnel-ThreeUsers:before{content:"\e92b"}.m-cgg-icon--BBFunnel-Work:before{content:"\e92c"}.m-cgg-icon--BBFunnel-Yes:before{content:"\e92d"}.m-cgg-icon--cta-arrow-left:before{content:"\e92e"}.m-cgg-icon--wifi2:before{content:"\e92f"}.m-cgg-icon--laptop:before{content:"\e930"}.m-cgg-icon--infinity:before{content:"\e931"}.m-cgg-icon--wedding:before{content:"\e932"}.m-cgg-icon--car-car-loan:before{content:"\e933"}.m-cgg-icon--debt-consolidation:before{content:"\e934"}.m-cgg-icon--education:before{content:"\e935"}.m-cgg-icon--couple-with-children:before{content:"\e936"}.m-cgg-icon--couple-without-children:before{content:"\e937"}.m-cgg-icon--electronics:before{content:"\e938"}.m-cgg-icon--homeworks-and-renovation:before{content:"\e939"}.m-cgg-icon--refinancing:before{content:"\e93a"}.m-cgg-icon--relocation:before{content:"\e93b"}.m-cgg-icon--single-with-children:before{content:"\e93c"}.m-cgg-icon--single-without-children:before{content:"\e93d"}.m-cgg-icon--student:before{content:"\e93e"}.m-cgg-icon--holiday:before{content:"\e93f"}.m-cgg-icon--home-decoration:before{content:"\e940"}.m-cgg-icon--investment-purposes:before{content:"\e941"}.m-cgg-icon--medical-bills:before{content:"\e942"}.m-cgg-icon--mortgage-repayments:before{content:"\e943"}.m-cgg-icon--property-purchase:before{content:"\e944"}.m-cgg-icon--tax-payment:before{content:"\e945"}.m-cgg-icon--employed:before{content:"\e946"}.m-cgg-icon--HK-ID-holder:before{content:"\e947"}.m-cgg-icon--HK-PID-holder:before{content:"\e948"}.m-cgg-icon--Non-HK-resident:before{content:"\e949"}.m-cgg-icon--prefer-not-to-say:before{content:"\e94a"}.m-cgg-icon--self-employed:before{content:"\e94b"}.m-cgg-icon--unemployed:before{content:"\e94c"}.m-cgg-icon--something-else:before{content:"\e94d"}.m-cgg-icon--cashback:before{content:"\e94e"}.m-cgg-icon--dining:before{content:"\e94f"}.m-cgg-icon--lock-2:before{content:"\e950"}.m-cgg-icon--nine-dots:before{content:"\e951"}.m-cgg-icon--shopping-rewards:before{content:"\e952"}.m-cgg-icon--premium-privileges:before{content:"\e953"}.m-cgg-icon--travel-insurance2:before{content:"\e954"}.m-cgg-icon--three-stars:before{content:"\e955"}.m-cgg-icon--prepaid:before{content:"\e956"}.m-cgg-icon--cashback-2:before{content:"\e957"}.m-cgg-icon--air-miles:before{content:"\e958"}.m-cgg-icon--call-circle:before{content:"\e959"}.m-cgg-icon--chevron-down-2:before{content:"\e95a"}.m-cgg-icon--chevron-right-circle:before{content:"\e95b"}.m-cgg-icon--chevron-up-2:before{content:"\e95c"}.m-cgg-icon--fixed-contract:before{content:"\e95d"}.m-cgg-icon--indefinite-contract:before{content:"\e95e"}.m-cgg-icon--refine-01:before{content:"\e95f"}.m-cgg-icon--ciab-cross:before{content:"\e960"}.m-cgg-icon--ciab-minus:before{content:"\e961"}.m-cgg-icon--ciab-tick:before{content:"\e963"}.m-cgg-icon--commercial-vehicle:before{content:"\e964"}.m-cgg-icon--couple-with-children2:before{content:"\e965"}.m-cgg-icon--couple-without-children2:before{content:"\e966"}.m-cgg-icon--employed2:before{content:"\e967"}.m-cgg-icon--employee-fixed-contract:before{content:"\e968"}.m-cgg-icon--employee-indefinite-contract:before{content:"\e969"}.m-cgg-icon--expired-policy:before{content:"\e96a"}.m-cgg-icon--id-holder:before{content:"\e96b"}.m-cgg-icon--new-policy:before{content:"\e96c"}.m-cgg-icon--non-hk-resident:before{content:"\e96d"}.m-cgg-icon--personal-vehicle:before{content:"\e96e"}.m-cgg-icon--pid-holder:before{content:"\e96f"}.m-cgg-icon--prefer-not-to-say2:before{content:"\e970"}.m-cgg-icon--renewal-policy:before{content:"\e971"}.m-cgg-icon--single-without-children2:before{content:"\e972"}.m-cgg-icon--self-employed2:before{content:"\e973"}.m-cgg-icon--single-with-children2:before{content:"\e974"}.m-cgg-icon--student2:before{content:"\e975"}.m-cgg-icon--uber-or-grab:before{content:"\e976"}.m-cgg-icon--unemployed2:before{content:"\e977"}.m-cgg-icon--with-aon:before{content:"\e978"}.m-cgg-icon--without-aon:before{content:"\e979"}.m-cgg-icon--filter-panel:before{content:"\e97a"}.m-cgg-icon--giftbox:before{content:"\e97b"}.m-cgg-icon--trophy:before{content:"\e97c"}.m-cgg-icon--online-music:before{content:"\e97d"}.m-cgg-icon--online-video:before{content:"\e97e"}.m-cgg-icon--iphone4:before{content:"\e97f"}.m-cgg-icon--earth-phone:before{content:"\e980"}.m-cgg-icon--phone-wifi:before{content:"\e981"}.m-cgg-icon--BBFunnel-HourInfinite:before{content:"\e982"}.m-cgg-icon--newspaper:before{content:"\e983"}.m-cgg-icon--phone-message:before{content:"\e984"}.m-cgg-icon--full-arrow-down:before{content:"\e985"}.m-cgg-icon--full-arrow-left:before{content:"\e986"}.m-cgg-icon--full-arrow-right:before{content:"\e987"}.m-cgg-icon--full-arrow-up:before{content:"\e988"}.m-cgg-icon--chevron-bottom-circle:before{content:"\e989"}.m-cgg-icon--chevron-top-circle:before{content:"\e98a"}.m-cgg-icon--video-player:before{content:"\e98b"}.m-cgg-icon--music-note:before{content:"\e98c"}.m-cgg-icon--magazine-blocks:before{content:"\e98d"}.m-cgg-icon--hotspot-right:before{content:"\e98e"}.m-cgg-icon--angle-double-up:before{content:"\e98f"}.m-cgg-icon--angle-double-down:before{content:"\e990"}.m-cgg-icon--cl-details:before{content:"\e991"}.m-cgg-icon--cl-new:before{content:"\e992"}.m-cgg-icon--td_AUD:before{content:"\e993"}.m-cgg-icon--td_CNY:before{content:"\e994"}.m-cgg-icon--td_NZD:before{content:"\e995"}.m-cgg-icon--td_OTHER:before{content:"\e996"}.m-cgg-icon--cl-used:before{content:"\e997"}.m-cgg-icon--td_TWD:before{content:"\e998"}.m-cgg-icon--td_USD:before{content:"\e999"}.m-cgg-icon--td_ZAR:before{content:"\e99a"}.m-cgg-icon--gplus:before{content:"\e99c"}.m-cgg-icon--youtube:before{content:"\e99d"}.m-cgg-icon--location:before{content:"\e99e"}.m-cgg-icon--ownhouse:before{content:"\e99f"}.m-cgg-icon--rent-house:before{content:"\e9a0"}.m-cgg-icon--familhouse:before{content:"\e9a1"}.m-cgg-icon--BBFunnel-Movies:before{content:"\e9a2"}.m-cgg-icon--info:before{content:"\e9a4"}.m-cgg-icon--Islamic:before{content:"\e9a5"}.m-cgg-icon--BBFunnel-homeandphone:before{content:"\e9a6"}.m-cgg-icon--BBFunnel-TV:before{content:"\e9a7"}.m-cgg-icon--cell-phone:before{content:"\e9a8"}.m-cgg-icon--icon-cc-home-overall:before{content:"\e9a9"}.m-cgg-icon--icon-cc-home-all:before{content:"\e9aa"}.m-cgg-icon--icon-cc-home-cashback:before{content:"\e9ab"}.m-cgg-icon--icon-cc-home-dining:before{content:"\e9ac"}.m-cgg-icon--icon-cc-home-airmiles:before{content:"\e9ad"}.m-cgg-icon--icon-cc-home-shopping:before{content:"\e9ae"}.m-cgg-icon--icon-cc-home-premium:before{content:"\e9af"}.m-cgg-icon--icon-funnel-pt-Residente-Temp:before{content:"\e9b0"}.m-cgg-icon--icon-funnel-pt-portugues:before{content:"\e9b1"}.m-cgg-icon--icon-funnel-pt-Nao-Residente:before{content:"\e9b2"}.m-cgg-icon--Fuel-Rebate:before{content:"\e9b3"}.m-cgg-icon--Low-interest-rate:before{content:"\e9b4"}.m-cgg-icon--coverage_Integral:before{content:"\e9b5"}.m-cgg-icon--party:before{content:"\e9b6"}.m-cgg-icon--sweet15:before{content:"\e9b7"}.m-cgg-icon--ticket:before{content:"\e9b8"}.m-cgg-icon--Religious:before{content:"\e9b9"}.m-cgg-icon--coverage_amplia:before{content:"\e9ba"}.m-cgg-icon--coverage_limited:before{content:"\e9bb"}.m-cgg-icon--coverage_r-civil:before{content:"\e9bc"}.m-cgg-icon--boat:before{content:"\e9bd"}.m-cgg-icon--caravan:before{content:"\e9be"}.m-cgg-icon--tv-remote:before{content:"\e9bf"}.m-cgg-icon--Phone-Bundle:before{content:"\e9c0"}.m-cgg-icon--PackBundle:before{content:"\e9c1"}.m-cgg-icon--motorcycle:before{content:"\e9c2"}.m-cgg-icon--energy-saving:before{content:"\e9c3"}.m-cgg-icon--contract:before{content:"\e9c4"}.m-cgg-icon--bonus:before{content:"\e9c5"}.m-cgg-icon--autopay:before{content:"\e9c6"}.m-cgg-icon--permanent-contract:before{content:"\e9c7"}.m-cgg-icon--employee:before{content:"\e9c8"}.m-cgg-icon--SIM:before{content:"\e9c9"}.m-cgg-icon--SIM2:before{content:"\e9ca"}.m-cgg-icon--SIM3:before{content:"\e9cb"}.m-cgg-icon--Part-time:before{content:"\e9cc"}.m-cgg-icon--recording:before{content:"\e9cd"}.m-cgg-icon--vod:before{content:"\e9ce"}.m-cgg-icon--multiple-screen:before{content:"\e9cf"}.m-cgg-icon--chat:before{content:"\e9d0"}.m-cgg-icon--china-star-2:before{content:"\e9d1"}.m-cgg-icon--nostar:before{content:"\e9d2"}.m-cgg-icon--onestar:before{content:"\e9d3"}.m-cgg-icon--portugal-phone:before{content:"\e9d4"}.m-cgg-icon--2stars:before{content:"\e9d5"}.m-cgg-icon--3stars:before{content:"\e9d6"}.m-cgg-icon--usage-light:before{content:"\e9d7"}.m-cgg-icon--usage-medium:before{content:"\e9d8"}.m-cgg-icon--Commission:before{content:"\e9d9"}.m-cgg-icon--Housewife:before{content:"\e9da"}.m-cgg-icon--usage-heavy:before{content:"\e9db"}.m-cgg-icon--local-use:before{content:"\e9dc"}.m-cgg-icon--internet-use:before{content:"\e9dd"}.m-cgg-icon--a-flight:before{content:"\e9de"}.m-cgg-icon--multiple-places:before{content:"\e9df"}.m-cgg-icon--family-home:before{content:"\e9e0"}.m-cgg-icon--relatives-home:before{content:"\e9e1"}.m-cgg-icon--myself:before{content:"\e9e2"}.m-cgg-icon--earth:before{content:"\e9e3"}.m-cgg-icon--local-use-filled:before{content:"\e9e4"}.m-cgg-icon--0-2mth-contract:before{content:"\e9e5"}.m-cgg-icon--2-6mth-contract:before{content:"\e9e6"}.m-cgg-icon--6mthplus-contract:before{content:"\e9e7"}.m-cgg-icon--unionpay:before{content:"\e9e8"}.m-cgg-icon--sorting:before{content:"\e9e9"}.m-cgg-icon--PRC:before{content:"\ea29"}
@@ -0,0 +1,49 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ active: Boolean;
3
+ title?: string | undefined;
4
+ placeholder?: string | undefined;
5
+ loadingText?: string | undefined;
6
+ tooltip?: string | undefined;
7
+ errorMessage?: string | undefined;
8
+ errorDisplay?: boolean | undefined;
9
+ validExt?: string[] | undefined;
10
+ fileName: string;
11
+ fieldName: string;
12
+ fieldUploadDoc: string;
13
+ }>, {
14
+ errorDisplay: boolean;
15
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:file" | "update:delete")[], "update:file" | "update:delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
+ active: Boolean;
17
+ title?: string | undefined;
18
+ placeholder?: string | undefined;
19
+ loadingText?: string | undefined;
20
+ tooltip?: string | undefined;
21
+ errorMessage?: string | undefined;
22
+ errorDisplay?: boolean | undefined;
23
+ validExt?: string[] | undefined;
24
+ fileName: string;
25
+ fieldName: string;
26
+ fieldUploadDoc: string;
27
+ }>, {
28
+ errorDisplay: boolean;
29
+ }>>> & {
30
+ "onUpdate:file"?: ((...args: any[]) => any) | undefined;
31
+ "onUpdate:delete"?: ((...args: any[]) => any) | undefined;
32
+ }, {
33
+ errorDisplay: boolean;
34
+ }>;
35
+ export default _default;
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('vue').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
47
+ default: D[K];
48
+ } : P[K];
49
+ };
@@ -0,0 +1,17 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ title: string;
3
+ tooltip?: string | undefined;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ title: string;
6
+ tooltip?: string | undefined;
7
+ }>>>, {}>;
8
+ export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('vue').PropType<T[K]>;
15
+ required: true;
16
+ };
17
+ };
@@ -0,0 +1,42 @@
1
+ import { InputHTMLAttributes } from "vue";
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ disabled?: InputHTMLAttributes["disabled"];
4
+ validation?: any;
5
+ label: string;
6
+ modelValue: boolean;
7
+ error?: string | undefined;
8
+ errorDisplay?: boolean | undefined;
9
+ }>, {
10
+ disabled: boolean;
11
+ errorDisplay: boolean;
12
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ disabled?: InputHTMLAttributes["disabled"];
14
+ validation?: any;
15
+ label: string;
16
+ modelValue: boolean;
17
+ error?: string | undefined;
18
+ errorDisplay?: boolean | undefined;
19
+ }>, {
20
+ disabled: boolean;
21
+ errorDisplay: boolean;
22
+ }>>> & {
23
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
24
+ }, {
25
+ errorDisplay: boolean;
26
+ disabled: boolean | "true" | "false";
27
+ }>;
28
+ export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
40
+ default: D[K];
41
+ } : P[K];
42
+ };
@@ -1,62 +1,65 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- placeholder: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- title: {
7
- type: StringConstructor;
8
- required: true;
9
- };
10
- modelValue: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- phoneCountryCode: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- errorDisplay: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- validation: ObjectConstructor;
23
- autocomplete: StringConstructor;
24
- id: StringConstructor;
25
- }, {
1
+ import { InputHTMLAttributes } from "vue";
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ title?: string | undefined;
4
+ tooltip?: string | undefined;
5
+ placeholder?: InputHTMLAttributes["placeholder"];
6
+ layout?: "vertical" | "horizontal" | undefined;
7
+ error?: string | undefined;
8
+ validation?: any;
9
+ errorDisplay?: boolean | undefined;
10
+ modelValue: InputHTMLAttributes["value"];
11
+ id?: InputHTMLAttributes["id"];
12
+ disabled?: InputHTMLAttributes["disabled"];
13
+ phoneCountryCode: number;
14
+ autocomplete?: InputHTMLAttributes["autocomplete"];
15
+ }>, {
16
+ placeholder: string;
17
+ modelValue: string;
18
+ errorDisplay: boolean;
19
+ phoneCountryCode: number;
20
+ }>, {
26
21
  errorMessage: import("vue").Ref<string | undefined>;
27
- meta: import("vee-validate").FieldMeta<string>;
22
+ meta: import("vee-validate").FieldMeta<any>;
28
23
  validate: (opts?: Partial<import("vee-validate").ValidationOptions> | undefined) => Promise<import("vee-validate").ValidationResult>;
29
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:phoneCountryCode")[], "update:modelValue" | "update:phoneCountryCode", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
- placeholder: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- title: {
35
- type: StringConstructor;
36
- required: true;
37
- };
38
- modelValue: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- phoneCountryCode: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
- errorDisplay: {
47
- type: BooleanConstructor;
48
- default: boolean;
49
- };
50
- validation: ObjectConstructor;
51
- autocomplete: StringConstructor;
52
- id: StringConstructor;
53
- }>> & {
24
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:phoneCountryCode")[], "update:modelValue" | "update:phoneCountryCode", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
25
+ title?: string | undefined;
26
+ tooltip?: string | undefined;
27
+ placeholder?: InputHTMLAttributes["placeholder"];
28
+ layout?: "vertical" | "horizontal" | undefined;
29
+ error?: string | undefined;
30
+ validation?: any;
31
+ errorDisplay?: boolean | undefined;
32
+ modelValue: InputHTMLAttributes["value"];
33
+ id?: InputHTMLAttributes["id"];
34
+ disabled?: InputHTMLAttributes["disabled"];
35
+ phoneCountryCode: number;
36
+ autocomplete?: InputHTMLAttributes["autocomplete"];
37
+ }>, {
38
+ placeholder: string;
39
+ modelValue: string;
40
+ errorDisplay: boolean;
41
+ phoneCountryCode: number;
42
+ }>>> & {
54
43
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
55
44
  "onUpdate:phoneCountryCode"?: ((...args: any[]) => any) | undefined;
56
45
  }, {
46
+ modelValue: InputHTMLAttributes["value"];
57
47
  placeholder: string;
58
- modelValue: string;
59
- phoneCountryCode: string;
60
48
  errorDisplay: boolean;
49
+ phoneCountryCode: number;
61
50
  }>;
62
51
  export default _default;
52
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
+ type __VLS_TypePropsToRuntimeProps<T> = {
54
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
55
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
56
+ } : {
57
+ type: import('vue').PropType<T[K]>;
58
+ required: true;
59
+ };
60
+ };
61
+ type __VLS_WithDefaults<P, D> = {
62
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
63
+ default: D[K];
64
+ } : P[K];
65
+ };
@@ -1,8 +1,16 @@
1
+ import { InputHTMLAttributes } from "vue";
1
2
  import { SelectHTMLAttributes } from "vue";
2
3
  import { SelectOption } from "../../types/SelectOption";
3
4
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
5
  title?: string | undefined;
5
- placeholder?: string | undefined;
6
+ tooltip?: string | undefined;
7
+ placeholder?: InputHTMLAttributes["placeholder"];
8
+ layout?: "vertical" | "horizontal" | undefined;
9
+ error?: string | undefined;
10
+ validation?: any;
11
+ errorDisplay?: boolean | undefined;
12
+ id?: InputHTMLAttributes["id"];
13
+ disabled?: InputHTMLAttributes["disabled"];
6
14
  modelValue: SelectHTMLAttributes["value"];
7
15
  options: SelectOption[];
8
16
  multiSelect?: boolean | undefined;
@@ -10,11 +18,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
10
18
  placeholder: string;
11
19
  noResults: string;
12
20
  } | undefined;
13
- tooltip?: string | undefined;
14
- errorDisplay?: boolean | undefined;
15
- validation?: any;
16
- disabled?: boolean | undefined;
17
21
  }>, {
22
+ layout: string;
18
23
  placeholder: string;
19
24
  disabled: boolean;
20
25
  errorDisplay: boolean;
@@ -24,7 +29,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
24
29
  validate: (opts?: Partial<import("vee-validate").ValidationOptions> | undefined) => Promise<import("vee-validate").ValidationResult>;
25
30
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
26
31
  title?: string | undefined;
27
- placeholder?: string | undefined;
32
+ tooltip?: string | undefined;
33
+ placeholder?: InputHTMLAttributes["placeholder"];
34
+ layout?: "vertical" | "horizontal" | undefined;
35
+ error?: string | undefined;
36
+ validation?: any;
37
+ errorDisplay?: boolean | undefined;
38
+ id?: InputHTMLAttributes["id"];
39
+ disabled?: InputHTMLAttributes["disabled"];
28
40
  modelValue: SelectHTMLAttributes["value"];
29
41
  options: SelectOption[];
30
42
  multiSelect?: boolean | undefined;
@@ -32,20 +44,18 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
32
44
  placeholder: string;
33
45
  noResults: string;
34
46
  } | undefined;
35
- tooltip?: string | undefined;
36
- errorDisplay?: boolean | undefined;
37
- validation?: any;
38
- disabled?: boolean | undefined;
39
47
  }>, {
48
+ layout: string;
40
49
  placeholder: string;
41
50
  disabled: boolean;
42
51
  errorDisplay: boolean;
43
52
  }>>> & {
44
53
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
45
54
  }, {
46
- disabled: boolean;
47
55
  placeholder: string;
48
56
  errorDisplay: boolean;
57
+ disabled: boolean | "true" | "false";
58
+ layout: "vertical" | "horizontal";
49
59
  }>;
50
60
  export default _default;
51
61
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,19 +1,24 @@
1
- import { HTMLAttributes, InputHTMLAttributes } from "vue";
1
+ import { InputHTMLAttributes } from "vue";
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
- mask?: string | undefined;
4
- placeholder?: InputHTMLAttributes["placeholder"];
5
- icon?: string | undefined;
6
3
  title?: string | undefined;
7
- inputmode?: HTMLAttributes["inputmode"];
8
- type?: InputHTMLAttributes["type"];
4
+ tooltip?: string | undefined;
5
+ placeholder?: InputHTMLAttributes["placeholder"];
6
+ layout?: "vertical" | "horizontal" | undefined;
9
7
  error?: string | undefined;
10
- modelValue: InputHTMLAttributes["value"];
11
- autocomplete?: InputHTMLAttributes["autocomplete"];
12
- id?: InputHTMLAttributes["id"];
13
8
  validation?: any;
14
9
  errorDisplay?: boolean | undefined;
10
+ modelValue: InputHTMLAttributes["value"];
11
+ id?: InputHTMLAttributes["id"];
12
+ disabled?: InputHTMLAttributes["disabled"];
13
+ mask?: string | undefined;
14
+ icon?: string | undefined;
15
+ inputmode?: InputHTMLAttributes["inputmode"];
16
+ type?: InputHTMLAttributes["type"];
17
+ autocomplete?: InputHTMLAttributes["autocomplete"];
15
18
  suffix?: string | undefined;
19
+ prefix?: string | undefined;
16
20
  }>, {
21
+ layout: string;
17
22
  type: string;
18
23
  errorDisplay: boolean;
19
24
  }>, {
@@ -21,20 +26,25 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
26
  meta: import("vee-validate").FieldMeta<any>;
22
27
  validate: (opts?: Partial<import("vee-validate").ValidationOptions> | undefined) => Promise<import("vee-validate").ValidationResult>;
23
28
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
24
- mask?: string | undefined;
25
- placeholder?: InputHTMLAttributes["placeholder"];
26
- icon?: string | undefined;
27
29
  title?: string | undefined;
28
- inputmode?: HTMLAttributes["inputmode"];
29
- type?: InputHTMLAttributes["type"];
30
+ tooltip?: string | undefined;
31
+ placeholder?: InputHTMLAttributes["placeholder"];
32
+ layout?: "vertical" | "horizontal" | undefined;
30
33
  error?: string | undefined;
31
- modelValue: InputHTMLAttributes["value"];
32
- autocomplete?: InputHTMLAttributes["autocomplete"];
33
- id?: InputHTMLAttributes["id"];
34
34
  validation?: any;
35
35
  errorDisplay?: boolean | undefined;
36
+ modelValue: InputHTMLAttributes["value"];
37
+ id?: InputHTMLAttributes["id"];
38
+ disabled?: InputHTMLAttributes["disabled"];
39
+ mask?: string | undefined;
40
+ icon?: string | undefined;
41
+ inputmode?: InputHTMLAttributes["inputmode"];
42
+ type?: InputHTMLAttributes["type"];
43
+ autocomplete?: InputHTMLAttributes["autocomplete"];
36
44
  suffix?: string | undefined;
45
+ prefix?: string | undefined;
37
46
  }>, {
47
+ layout: string;
38
48
  type: string;
39
49
  errorDisplay: boolean;
40
50
  }>>> & {
@@ -42,6 +52,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
42
52
  }, {
43
53
  type: string;
44
54
  errorDisplay: boolean;
55
+ layout: "vertical" | "horizontal";
45
56
  }>;
46
57
  export default _default;
47
58
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,10 +1,14 @@
1
1
  import Modal from "./structural/Modal.vue";
2
2
  import CjaButton from "./structural/CjaButton.vue";
3
3
  import LoadingSpinner from "./structural/LoadingSpinner.vue";
4
+ import ContentTabs from "./structural/ContentTabs.vue";
4
5
  import Scaffold from "./structural/Scaffold.vue";
5
6
  import TextInput from "./forms/TextInput.vue";
6
7
  import PhoneInput from "./forms/PhoneInput.vue";
7
8
  import CheckboxInput from "./forms/CheckboxInput.vue";
8
9
  import SelectInput from "./forms/SelectInput.vue";
10
+ import FileInput from "./forms/FileInput.vue";
11
+ import InputToggle from "./forms/InputToggle.vue";
12
+ import CollapseContainer from "./structural/CollapseContainer.vue";
9
13
  import ProductDetails from "./composite/ProductDetails.vue";
10
- export { Modal, CjaButton, TextInput, PhoneInput, CheckboxInput, SelectInput, LoadingSpinner, Scaffold, ProductDetails, };
14
+ export { Modal, CjaButton, TextInput, PhoneInput, CheckboxInput, SelectInput, LoadingSpinner, Scaffold, ProductDetails, InputToggle, FileInput, ContentTabs, CollapseContainer, };