@ptcwebops/ptcw-design 5.5.9 → 5.6.0

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 (38) hide show
  1. package/dist/cjs/blog-detail-content_21.cjs.entry.js +10 -7
  2. package/dist/cjs/ptc-card_2.cjs.entry.js +1 -1
  3. package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +1 -1
  4. package/dist/cjs/ptc-form-checkbox_2.cjs.entry.js +185 -76
  5. package/dist/cjs/ptc-mobile-select.cjs.entry.js +3 -4
  6. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
  7. package/dist/collection/components/icon-asset/icon-asset.css +2 -2
  8. package/dist/collection/components/organism-bundles/blog-detail-content/blog-detail-content.css +1 -1
  9. package/dist/collection/components/organism-bundles/blog-detail-layout/blog-detail-layout.css +1 -1
  10. package/dist/collection/components/ptc-card/ptc-card.css +1 -1
  11. package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.css +7 -7
  12. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +2 -2
  13. package/dist/collection/components/ptc-pagenation/ptc-pagenation.css +1 -1
  14. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +97 -0
  15. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +5 -2
  16. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +2 -2
  17. package/dist/collection/components/ptc-textfield/ptc-textfield.css +51 -34
  18. package/dist/custom-elements/index.js +201 -90
  19. package/dist/esm/blog-detail-content_21.entry.js +10 -7
  20. package/dist/esm/ptc-card_2.entry.js +1 -1
  21. package/dist/esm/ptc-filter-tag_2.entry.js +1 -1
  22. package/dist/esm/ptc-form-checkbox_2.entry.js +185 -76
  23. package/dist/esm/ptc-mobile-select.entry.js +3 -4
  24. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  25. package/dist/ptcw-design/{p-20c01caa.entry.js → p-00980d4d.entry.js} +1 -1
  26. package/dist/ptcw-design/p-14122d3f.entry.js +68 -0
  27. package/dist/ptcw-design/p-51a275df.entry.js +1 -0
  28. package/dist/ptcw-design/p-cf748d08.entry.js +1 -0
  29. package/dist/ptcw-design/p-cf9e00b2.entry.js +1 -0
  30. package/dist/ptcw-design/{p-657ecf13.entry.js → p-fc51fc29.entry.js} +1 -1
  31. package/dist/ptcw-design/ptcw-design.css +1 -1
  32. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  33. package/package.json +1 -1
  34. package/readme.md +1 -1
  35. package/dist/ptcw-design/p-40e095bf.entry.js +0 -68
  36. package/dist/ptcw-design/p-56763848.entry.js +0 -1
  37. package/dist/ptcw-design/p-601cfc50.entry.js +0 -1
  38. package/dist/ptcw-design/p-ffcc0b55.entry.js +0 -1
@@ -207,6 +207,12 @@ ptc-link, ptc-square-card,
207
207
  flex-direction: column;
208
208
  padding: 10px;
209
209
  }
210
+ .skeleton.centered {
211
+ justify-content: center;
212
+ }
213
+ .skeleton.padding-left-sm {
214
+ padding-left: 14px;
215
+ }
210
216
 
211
217
  .skeleton-header {
212
218
  display: flex;
@@ -764,6 +770,39 @@ ptc-link, ptc-square-card,
764
770
  }
765
771
  }
766
772
 
773
+ .skeleton-on-demand {
774
+ background-color: #20262A;
775
+ padding-bottom: 326px;
776
+ }
777
+ .skeleton-on-demand .skeleton-block {
778
+ background: linear-gradient(to right, #32373B 25%, var(--color-gray-09) 50%, #32373B 75%);
779
+ }
780
+ .skeleton-on-demand .skeleton-block.wide-sm-1 {
781
+ width: 40%;
782
+ }
783
+ .skeleton-on-demand .skeleton-block.wide-md {
784
+ width: 43%;
785
+ }
786
+ .skeleton-on-demand .skeleton-block.wide-md-1 {
787
+ width: 45%;
788
+ }
789
+ .skeleton-on-demand .skeleton-block.wide-sm-2 {
790
+ width: 27%;
791
+ }
792
+ .skeleton-on-demand .skeleton-block.smallest {
793
+ width: 10%;
794
+ }
795
+ .skeleton-on-demand .on-demand-vl {
796
+ padding-top: 19px;
797
+ padding-bottom: 338px;
798
+ }
799
+ .skeleton-on-demand .on-demand-vl .grid-top {
800
+ padding-bottom: 113px;
801
+ }
802
+ .skeleton-on-demand .on-demand-vl .grid-medium {
803
+ padding-top: 97px;
804
+ padding-bottom: 115px;
805
+ }
767
806
  .skeleton-on-demand .jumbotron-section {
768
807
  padding-top: 89px;
769
808
  padding-bottom: 89px;
@@ -1017,6 +1056,64 @@ ptc-link, ptc-square-card,
1017
1056
  height: 150.848px;
1018
1057
  }
1019
1058
  }
1059
+ .skeleton-on-demand .block .block-8 {
1060
+ height: 159px;
1061
+ border-radius: 12px;
1062
+ }
1063
+ @media only screen and (min-width: 480px) {
1064
+ .skeleton-on-demand .block .block-8 {
1065
+ height: 138px;
1066
+ }
1067
+ }
1068
+ @media only screen and (min-width: 768px) {
1069
+ .skeleton-on-demand .block .block-8 {
1070
+ height: 138px;
1071
+ }
1072
+ }
1073
+ @media only screen and (min-width: 992px) {
1074
+ .skeleton-on-demand .block .block-8 {
1075
+ height: 138px;
1076
+ }
1077
+ }
1078
+ @media only screen and (min-width: 1200px) {
1079
+ .skeleton-on-demand .block .block-8 {
1080
+ height: 138px;
1081
+ }
1082
+ }
1083
+ @media only screen and (min-width: 1440px) {
1084
+ .skeleton-on-demand .block .block-8 {
1085
+ height: 138px;
1086
+ }
1087
+ }
1088
+ @media only screen and (min-width: 1600px) {
1089
+ .skeleton-on-demand .block .block-8 {
1090
+ height: 159px;
1091
+ }
1092
+ }
1093
+ .skeleton-on-demand .block .hide-sm {
1094
+ display: none;
1095
+ }
1096
+ @media only screen and (min-width: 768px) {
1097
+ .skeleton-on-demand .block .hide-sm {
1098
+ display: block;
1099
+ }
1100
+ }
1101
+ .skeleton-on-demand .block .hide-md {
1102
+ display: none;
1103
+ }
1104
+ @media only screen and (min-width: 992px) {
1105
+ .skeleton-on-demand .block .hide-md {
1106
+ display: block;
1107
+ }
1108
+ }
1109
+ .skeleton-on-demand .block .hide-lg {
1110
+ display: none;
1111
+ }
1112
+ @media only screen and (min-width: 1200px) {
1113
+ .skeleton-on-demand .block .hide-lg {
1114
+ display: block;
1115
+ }
1116
+ }
1020
1117
 
1021
1118
  .section-two-col {
1022
1119
  padding-top: 76px;
@@ -26,7 +26,7 @@ export class PtcPreloaderSection {
26
26
  }
27
27
  componentWillLoad() {
28
28
  if (this.autoShow) {
29
- setTimeout(() => (this.isLoading = false), 3000);
29
+ setTimeout(() => (this.isLoading = false), 30);
30
30
  }
31
31
  }
32
32
  renderHTML() {
@@ -49,7 +49,10 @@ export class PtcPreloaderSection {
49
49
  return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ptc-container skeleton-on-demand" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg is-centered jumbotron-section" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin center narrow" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block thick center medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin center wide" }), h("div", { class: "skeleton-block thin center long" }), h("div", { class: "skeleton-block thin medium center" })))), h("div", { class: "is-grid has-col-gap-lg has-row-gap-lg" }, h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-1 skeleton-block" })), h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-1 skeleton-block" })), h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-1 skeleton-block" })), h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-2 skeleton-block" })), h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-2 skeleton-block" })), h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-2 skeleton-block" })), h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-3 skeleton-block" })), h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-3 skeleton-block" })), h("div", { class: "is-col-12-xs is-col-6-md is-col-4-xl block is-placed-center" }, h("div", { class: "block-3 skeleton-block" }))))));
50
50
  }
51
51
  case 'on-demand-video-landing': {
52
- return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ptc-container-lg skeleton-on-demand" }, h("div", { class: "skeleton" }, h("ptc-spacer", { breakpoint: "x-large", size: "small", class: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium", class: "medium" }), h("div", { class: "skeleton-block thin left narrow" }), h("ptc-spacer", { breakpoint: "x-large", size: "small", class: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium", class: "medium" })), h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "grid-left is-col-12-xs is-col-8-lg is-col-9-xl" }, h("div", { class: "is-grid has-row-gap-lg" }, h("div", { class: "is-col-12 block" }, h("div", { class: "block-4 skeleton-block" })), h("div", { class: "is-col-12" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6 block is-placed-left" }, h("div", { class: "block-5 skeleton-block" })), h("div", { class: "is-col-6 block is-placed-right" }, h("div", { class: "block-5 skeleton-block" })))))), h("div", { class: "grid-right is-col-12-xs is-col-4-lg is-col-3-xl" }, h("div", { class: "block" }, h("div", { class: "block-6 skeleton-block" })), h("ptc-spacer", { breakpoint: "small", size: "large", class: "large" }), h("div", { class: "skeleton-block thin left wide" }), h("ptc-spacer", { breakpoint: "small", size: "small", class: "small" }), h("div", { class: "is-grid has-row-gap-sm" }, h("div", { class: "is-col-12 block" }, h("div", { class: "is-grid has-row-gap-md has-col-gap-md" }, h("div", { class: "is-col-xs-4 block is-placed-left" }, h("div", { class: "block-7 skeleton-block" })), h("div", { class: "is-col-xs-8 skeleton is-placed-left" }, h("div", { class: "skeleton-block thin left" }), h("div", { class: "skeleton-block thin left medium" })))), h("div", { class: "is-col-12 block" }, h("div", { class: "is-grid has-row-gap-md has-col-gap-md" }, h("div", { class: "is-col-xs-4 block is-placed-left" }, h("div", { class: "block-7 skeleton-block" })), h("div", { class: "is-col-xs-8 skeleton is-placed-left" }, h("div", { class: "skeleton-block thin left" }), h("div", { class: "skeleton-block thin left medium" })))), h("div", { class: "is-col-12 block" }, h("div", { class: "is-grid has-row-gap-md has-col-gap-md" }, h("div", { class: "is-col-xs-4 block is-placed-left" }, h("div", { class: "block-7 skeleton-block" })), h("div", { class: "is-col-xs-8 skeleton is-placed-left" }, h("div", { class: "skeleton-block thin left" }), h("div", { class: "skeleton-block thin left medium" })))), h("div", { class: "is-col-12 block" }, h("div", { class: "is-grid has-row-gap-md has-col-gap-md" }, h("div", { class: "is-col-xs-4 block is-placed-left" }, h("div", { class: "block-7 skeleton-block" })), h("div", { class: "is-col-xs-8 skeleton is-placed-left" }, h("div", { class: "skeleton-block thin left" }), h("div", { class: "skeleton-block thin left medium" })))), h("div", { class: "is-col-12 block" }, h("div", { class: "is-grid has-row-gap-md has-col-gap-md" }, h("div", { class: "is-col-xs-4 block is-placed-left" }, h("div", { class: "block-7 skeleton-block" })), h("div", { class: "is-col-xs-8 skeleton is-placed-left" }, h("div", { class: "skeleton-block thin left" }), h("div", { class: "skeleton-block thin left medium" })))), h("div", { class: "is-col-12 block" }, h("div", { class: "is-grid has-row-gap-md has-col-gap-md" }, h("div", { class: "is-col-xs-4 block is-placed-left" }, h("div", { class: "block-7 skeleton-block" })), h("div", { class: "is-col-xs-8 skeleton is-placed-left" }, h("div", { class: "skeleton-block thin left" }), h("div", { class: "skeleton-block thin left medium" }))))))))));
52
+ return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ptc-container-lg skeleton-on-demand" }, h("div", { class: "skeleton" }, h("ptc-spacer", { breakpoint: "x-large", size: "small", class: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium", class: "medium" }), h("div", { class: "skeleton-block thin left narrow" }), h("ptc-spacer", { breakpoint: "x-large", size: "small", class: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium", class: "medium" })), h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "grid-left is-col-12-xs is-col-8-lg is-col-9-xl" }, h("div", { class: "is-grid has-row-gap-lg" }, h("div", { class: "is-col-12 block" }, h("div", { class: "block-4 skeleton-block" })), h("div", { class: "is-col-12" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6 block is-placed-left" }, h("div", { class: "block-5 skeleton-block" })), h("div", { class: "is-col-6 block is-placed-right" }, h("div", { class: "block-5 skeleton-block" })))))), h("div", { class: "grid-right is-col-12-xs is-col-4-lg is-col-3-xl" }, h("div", { class: "block" }, h("div", { class: "block-6 skeleton-block" })), h("ptc-spacer", { breakpoint: "small", size: "large", class: "large" }), h("div", { class: "skeleton-block thin left wide" }), h("ptc-spacer", { breakpoint: "small", size: "small", class: "small" }), h("div", { class: "is-grid has-row-gap-sm" }, Array.from({ length: 7 }).map(() => (h("div", { class: "is-col-12" }, h("div", { class: "is-grid has-row-gap-md has-col-gap" }, h("div", { class: "is-col-4 block is-placed-left" }, h("div", { class: "block-7 skeleton-block" })), h("div", { class: "is-col-8 skeleton centered padding-left-sm" }, h("div", { class: "skeleton-block thin left" }), h("div", { class: "skeleton-block thin medium left" }))))))))))));
53
+ }
54
+ case 'on-demand-video-listing': {
55
+ return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ptc-container-lg skeleton-on-demand" }, h("div", { class: "on-demand-vl" }, h("div", { class: "is-grid block grid-top" }, h("div", { class: "is-col-6 is-placed-left" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin medium left" }))), h("div", { class: "is-col-6 is-placed-right" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick medium right" })))), h("div", { class: "is-grid block" }, h("div", { class: "is-col-12 is-placed-left" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick short left" }), h("div", { class: "skeleton-block thin wide-sm-1 left" }), h("div", { class: "skeleton-block thin wide-md left" }), h("div", { class: "skeleton-block thin wide-md-1 left" }), h("div", { class: "skeleton-block thin wide-md left" }), h("div", { class: "skeleton-block thin wide-sm-2 left" }), h("div", { class: "skeleton-block thin smallest left" })))), h("div", { class: "is-grid grid-medium has-col-gap-sm" }, h("div", { class: "is-col-12-xs is-col-6-sm is-col-4-md is-col-3-lg is-col-2-xl block" }, h("div", { class: "skeleton-block block-8" })), h("div", { class: "is-col-12-xs is-col-6-sm is-col-4-md is-col-3-lg is-col-2-xl block" }, h("div", { class: "skeleton-block block-8 hide-sm" })), h("div", { class: "is-col-12-xs is-col-6-sm is-col-4-md is-col-3-lg is-col-2-xl block" }, h("div", { class: "skeleton-block block-8 hide-md" })), h("div", { class: "is-col-12-xs is-col-6-sm is-col-4-md is-col-3-lg is-col-2-xl block" }, h("div", { class: "skeleton-block block-8 hide-lg" })), h("div", { class: "is-col-12-xs is-col-6-sm is-col-4-md is-col-3-lg is-col-2-xl block" }, h("div", { class: "skeleton-block block-8 hide-lg" })))))));
53
56
  }
54
57
  default:
55
58
  return (h("div", { class: "ptc-section-standard preload-min-height" }, h("div", { class: "ptc-container" }, h("max-width-container", { "max-width": "960", breakpoint: 1200 }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-header" }, h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block wide bold" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block narrow" }), h("div", { class: "skeleton-block short" })), h("div", { class: "skeleton-image" }), h("div", { class: "skeleton-text" }, h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block narrow" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block wide" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block short bold" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block wide" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" })))))));
@@ -1046,7 +1046,7 @@ ptc-link, ptc-square-card,
1046
1046
  }
1047
1047
  @media only screen and (min-width: 992px) {
1048
1048
  .u-3-col-grid .u-3-col {
1049
- width: calc(33.333333333333% - 10.66666666px);
1049
+ width: calc(33.3333333333% - 10.66666666px);
1050
1050
  }
1051
1051
  }
1052
1052
  .u-3-col-grid.u-col-space-lg {
@@ -1063,7 +1063,7 @@ ptc-link, ptc-square-card,
1063
1063
  }
1064
1064
  @media only screen and (min-width: 992px) {
1065
1065
  .u-3-col-grid.u-col-space-lg .u-3-col {
1066
- width: calc(33.333333333333% - 21.3333333px);
1066
+ width: calc(33.3333333333% - 21.3333333px);
1067
1067
  }
1068
1068
  }
1069
1069
 
@@ -2215,9 +2215,9 @@
2215
2215
  .iti__v-hide {
2216
2216
  visibility: hidden;
2217
2217
  }
2218
- .iti input,
2219
- .iti input[type=text],
2220
- .iti input[type=tel] {
2218
+ .iti input.iti__tel-input,
2219
+ .iti input.iti__tel-input[type=text],
2220
+ .iti input.iti__tel-input[type=tel] {
2221
2221
  position: relative;
2222
2222
  z-index: 0;
2223
2223
  margin-top: 0 !important;
@@ -2256,26 +2256,35 @@
2256
2256
  border-top: none;
2257
2257
  border-bottom: 4px solid #555;
2258
2258
  }
2259
- .iti__country-list {
2259
+ .iti__dropdown-content {
2260
2260
  position: absolute;
2261
2261
  z-index: 2;
2262
- list-style: none;
2263
- padding: 0;
2264
- margin: 0 0 0 -1px;
2262
+ margin-left: -1px;
2265
2263
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
2266
2264
  background-color: white;
2267
2265
  border: 1px solid #ccc;
2268
- white-space: nowrap;
2269
2266
  max-height: 200px;
2270
2267
  overflow-y: scroll;
2271
2268
  -webkit-overflow-scrolling: touch;
2272
2269
  }
2273
- .iti__country-list--dropup {
2270
+ .iti__dropdown-content--dropup {
2274
2271
  bottom: 100%;
2275
2272
  margin-bottom: -1px;
2276
2273
  }
2274
+ .iti__search-input {
2275
+ width: 100%;
2276
+ border-width: 0;
2277
+ }
2278
+ .iti__country-list {
2279
+ list-style: none;
2280
+ padding: 0;
2281
+ margin: 0;
2282
+ }
2283
+ .iti--flexible-dropdown-width .iti__country-list {
2284
+ white-space: nowrap;
2285
+ }
2277
2286
  @media (max-width: 500px) {
2278
- .iti__country-list {
2287
+ .iti--flexible-dropdown-width .iti__country-list {
2279
2288
  white-space: normal;
2280
2289
  }
2281
2290
  }
@@ -2307,20 +2316,20 @@
2307
2316
  margin-right: 0;
2308
2317
  margin-left: 6px;
2309
2318
  }
2310
- .iti--allow-dropdown input,
2311
- .iti--allow-dropdown input[type=text],
2312
- .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
2313
- .iti--separate-dial-code input[type=text],
2314
- .iti--separate-dial-code input[type=tel] {
2319
+ .iti--allow-dropdown input.iti__tel-input,
2320
+ .iti--allow-dropdown input.iti__tel-input[type=text],
2321
+ .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input,
2322
+ .iti--separate-dial-code input.iti__tel-input[type=text],
2323
+ .iti--separate-dial-code input.iti__tel-input[type=tel] {
2315
2324
  padding-right: 6px;
2316
2325
  padding-left: 52px;
2317
2326
  margin-left: 0;
2318
2327
  }
2319
- [dir=rtl] .iti--allow-dropdown input,
2320
- [dir=rtl] .iti--allow-dropdown input[type=text],
2321
- [dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
2322
- [dir=rtl] .iti--separate-dial-code input[type=text],
2323
- [dir=rtl] .iti--separate-dial-code input[type=tel] {
2328
+ [dir=rtl] .iti--allow-dropdown input.iti__tel-input,
2329
+ [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
2330
+ [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input,
2331
+ [dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
2332
+ [dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
2324
2333
  padding-right: 52px;
2325
2334
  padding-left: 6px;
2326
2335
  margin-right: 0;
@@ -2339,12 +2348,12 @@
2339
2348
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
2340
2349
  background-color: rgba(0, 0, 0, 0.05);
2341
2350
  }
2342
- .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
2343
- .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
2351
+ .iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
2352
+ .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
2344
2353
  cursor: default;
2345
2354
  }
2346
- .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
2347
- .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
2355
+ .iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
2356
+ .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
2348
2357
  background-color: transparent;
2349
2358
  }
2350
2359
  .iti--separate-dial-code .iti__selected-flag {
@@ -2368,18 +2377,26 @@
2368
2377
  cursor: pointer;
2369
2378
  }
2370
2379
 
2371
- .iti-mobile .iti--container {
2372
- top: 30px;
2373
- bottom: 30px;
2374
- left: 30px;
2375
- right: 30px;
2380
+ .iti--fullscreen-popup.iti--container {
2381
+ background-color: rgba(0, 0, 0, 0.5);
2382
+ top: 0;
2383
+ bottom: 0;
2384
+ left: 0;
2385
+ right: 0;
2376
2386
  position: fixed;
2387
+ padding: 30px;
2388
+ display: flex;
2389
+ flex-direction: column;
2390
+ justify-content: center;
2391
+ }
2392
+ .iti--fullscreen-popup.iti--container.iti--country-search {
2393
+ justify-content: flex-start;
2377
2394
  }
2378
- .iti-mobile .iti__country-list {
2395
+ .iti--fullscreen-popup .iti__dropdown-content {
2379
2396
  max-height: 100%;
2380
- width: 100%;
2397
+ position: relative;
2381
2398
  }
2382
- .iti-mobile .iti__country {
2399
+ .iti--fullscreen-popup .iti__country {
2383
2400
  padding: 10px 10px;
2384
2401
  line-height: 1.5em;
2385
2402
  }
@@ -2405,7 +2422,7 @@
2405
2422
  .iti__flag.iti__va {
2406
2423
  width: 15px;
2407
2424
  }
2408
- @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
2425
+ @media (min-resolution: 2x) {
2409
2426
  .iti__flag {
2410
2427
  background-size: 5762px 15px;
2411
2428
  }
@@ -3471,7 +3488,7 @@
3471
3488
  background-color: #dbdbdb;
3472
3489
  background-position: 20px 0;
3473
3490
  }
3474
- @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
3491
+ @media (min-resolution: 2x) {
3475
3492
  .iti__flag {
3476
3493
  background-image: url("../img/flags@2x.png?1");
3477
3494
  }