word-games-theme 1.8.5 → 1.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/_data/footer/en/data.json +1 -1
  3. data/_data/header/en/data.json +174 -52
  4. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  5. data/_data/wordgames/en/root.json +11 -168
  6. data/_data/wordleSolver/en/resultData.json +2 -1
  7. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  8. data/_includes/WordPointTables/table.html +1 -4
  9. data/_includes/autogenerated/content.html +1 -3
  10. data/_includes/footer/index.html +1 -1
  11. data/_includes/head/index.html +39 -9
  12. data/_includes/howto.html +1 -1
  13. data/_includes/repeat-letters.html +50 -186
  14. data/_includes/script.html +4 -2
  15. data/_includes/section/commonPage.html +13 -18
  16. data/_includes/section/{news.html → faq.html} +2 -2
  17. data/_includes/section/feature.html +4 -4
  18. data/_includes/section/home.html +50 -54
  19. data/_includes/section/wordGroup.html +2 -7
  20. data/_includes/section/xyzGroup.html +1 -1
  21. data/_includes/wordfinderstrategy/content.html +1 -5
  22. data/_includes/xyzpages/xyz.html +12 -8
  23. data/_layouts/allpages.html +0 -1
  24. data/_layouts/autogencontent.html +0 -3
  25. data/_layouts/default.html +1 -11
  26. data/_layouts/disclaimer.html +28 -0
  27. data/_layouts/page.html +0 -45
  28. data/_layouts/page2.html +0 -44
  29. data/_layouts/post.html +3 -2
  30. data/_layouts/privacyPolicy.html +27 -0
  31. data/_layouts/termAndCondition.html +28 -4
  32. data/_layouts/tools.html +7 -1
  33. data/_layouts/wordMeaning.html +25 -17
  34. data/_layouts/xyzpages.html +2 -6
  35. data/assets/css/blog.css +128 -212
  36. data/assets/css/bootstrap.min.css +2521 -524
  37. data/assets/css/content.css +34 -49
  38. data/assets/css/game.css +60 -57
  39. data/assets/css/multiple-word-anagram-solver.css +14 -15
  40. data/assets/css/style.css +533 -285
  41. data/assets/css/wordGroup.css +380 -17
  42. data/assets/css/wordleSolver.css +22 -22
  43. data/assets/css/wordsInCertainPosition.css +14 -29
  44. data/assets/images/wordswithletters-logo.webp +0 -0
  45. data/assets/js/adBlocker.js +0 -1
  46. data/assets/js/words-starting-with.js +0 -4
  47. metadata +4 -32
  48. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  49. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  50. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  51. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  52. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  53. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  54. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  55. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  56. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  57. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  58. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  59. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  60. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  61. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  62. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  63. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  64. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  65. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  66. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  67. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  68. data/_includes/section/home2.html +0 -174
  69. data/_layouts/other-lang-scrabble.html +0 -170
  70. data/assets/css/advancedFilter.css +0 -215
  71. data/assets/css/feature.css +0 -58
  72. data/assets/css/footer.css +0 -161
  73. data/assets/css/home.css +0 -538
  74. data/assets/css/news.css +0 -48
  75. data/assets/css/testhome.css +0 -417
  76. data/assets/css/wordScrabble.css +0 -4
@@ -1,170 +0,0 @@
1
- <!-- {% assign file = page.fileName %}
2
- {% assign lang = page.lang %}
3
- {% assign folder = page.folderName %}
4
- {% assign homeData= site.data[folder][lang][file] %} -->
5
-
6
- <!-- <!DOCTYPE html>
7
- <html lang="en">
8
-
9
- {%- include head/index.html -%}
10
-
11
- <body>
12
- <link rel="stylesheet" href="../assets/css/wordScrabble.css">
13
- {%- include header/index.html -%}
14
-
15
- {%- if homeData.h1 or homeData.h2 -%}
16
- <div class="tools_headings">
17
- <div class="container">
18
- <div class="pageHeading text-center">
19
- <h1 class="heading pb-0 m-0">{{homeData.h1}}</h1>
20
- {%- if homeData.h2 != '' -%}
21
- <h2>{{homeData.h2}}</h2>
22
- {%- endif -%}
23
- </div>
24
- </div>
25
- </div>
26
- {%- endif -%}
27
-
28
- <div class="tools-feature">
29
- <div class="container" id="containerWd">
30
- <section class="result_sticky_nav">
31
- <div class="serachSection2">
32
- <div class="position-relative serachBox">
33
- <form action="" id='form'>
34
- <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
35
- placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value='' name="search"
36
- maxlength="15" value required autocomplete="off">
37
- <input
38
- style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
39
- type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
40
- {%- include filterWords/index.html -%}
41
- <div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
42
- <div class="Advancedbtn" style="position: relative;" onclick="myFunction()">
43
- <span class="filter_count" style="display: none;"></span>
44
- <input type="button" value="Advanced Filter" class="filterButton">
45
- <div class="angle-arrow"></div>
46
- </div>
47
- <div id="sort-select">
48
- <select class="form-select sort-select" id="select_dropDown">
49
- <option selected="true" hidden id="alpha" value="alpha">Sort by</option>
50
- <option id="alpha" value="alpha">A-Z</option>
51
- <option id="alpha" value="alpha">Z-A</option>
52
- <option id="alpha" value="alpha">Points</option> -->
53
- <!-- </select>
54
- </div>
55
- </div>
56
- <div class="fillterWrapper hide">
57
- <div class="text-right times" style="cursor: pointer; margin-top:-15px;">
58
- <img src="../../assets/images/window-close.png" alt="" width="15px">
59
-
60
- </div>
61
- <div class="startsWith same">
62
- <label data-toggle="tooltip" data-placement="top" title="Filter for words that starts with these letters"
63
- for="startsWith">Starts
64
- With</label>
65
- <input type="text" class="filter_val" id="startsWith" placeholder="Prefix" value="" name="prefix">
66
- </div>
67
- <div class="mustInclude same">
68
- <label for="mustInclude" data-toggle="tooltip" data-placement="top"
69
- title=" Words that contain letters in this order(ab)">Must Contains </label>
70
- <input type="text" class="filter_val" id="mustInclude" placeholder="Contains" name="contains" value="">
71
- </div>
72
- <div class="endsWith same">
73
- <label for="endsWith" data-toggle="tooltip" data-placement="top"
74
- title="Filter for words that ends with these letters">End With</label>
75
- <input type="text" class="filter_val" id="endsWith" placeholder="Suffix" name="suffix" value="">
76
- </div>
77
- <div class="exculdeWith same">
78
- <label data-toggle="tooltip" data-placement="top" title="Only words that not contain the letters you enter here"
79
- for="exculdeWith">Exculde</label>
80
- <br>
81
- <input type="text" class="filter_val" id="exculdeWith" placeholder="Exculde" value="" name="exculde">
82
- </div>
83
- <div class="inculdeWith same">
84
- <label data-toggle="tooltip" data-placement="top" title="Only words that contain the letters you enter here"
85
- for="inculdeWith">Include</label>
86
- <br>
87
- <input type="text" class="filter_val" id="inculdeWith" placeholder="Include" value="" name="include">
88
- </div>
89
- <div class="wordLength same">
90
- <label data-toggle="tooltip" data-placement="top" title="Filter for words with this length"
91
- for="wordLength">Word Length </label>
92
- <input type="text" class="filter_val" id="wordLength" placeholder="Length" name="length" value="">
93
- </div>
94
-
95
- <div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
96
- <input type="button" value="Clear" class="clearFilter btn-info text-white" style="background-color:#808080;">
97
- <input type="submit" value="Apply" class="btn-info text-white" style="background: #808080" id="applyfilter">
98
- </div>
99
- </div>
100
- </form>
101
- </div>
102
- </div>
103
- </section>
104
- </div>
105
- <div class="container" id="containerWd">
106
- {% include section/wordGroup.html %}
107
- </div>
108
- close commonPage as LandingPage -->
109
- <!-- <link rel="stylesheet" href="{{ '/assets/css/advancedFilter.css' | relative_url }}">
110
-
111
- </div> -->
112
-
113
- <!-- {% include section/feature.html %}
114
-
115
- {%- if dataToShow.faqList -%}
116
- {%- if dataToShow.faqList.first.Question !='' -%}
117
- {% include section/news.html %}
118
- {% endif %}
119
- {% endif %} -->
120
-
121
-
122
- <!-- {%- include Rating/rating.html -%}
123
-
124
- {%- assign langen = "en" -%}
125
- {%- if site.data[folder][langen][file].categories -%}
126
- {% assign categories= site.data[folder][langen][file].categories %}
127
- {%- else -%}
128
- {% assign categories= page.categories %}
129
- {%- endif -%}
130
- {%- if site.data[folder][langen][file].tags -%}
131
- {% assign tags= site.data[folder][langen][file].tags %}
132
- {%- else -%}
133
- {% assign tags= page.tags %}
134
- {%- endif -%}
135
- {%- if categories.size> 0 or tags.size>0-%}
136
- {%- include section/related_categories_post.html -%}
137
- {%- else -%}
138
- {%- include section/recent_posts.html -%}
139
- {% endif %}
140
-
141
-
142
- {%- include footer/index.html -%}
143
-
144
- {%- include script.html -%}
145
- <script>
146
- const clearFilter = document.querySelector('.clearFilter')
147
-
148
- clearFilter.addEventListener('click', () => {
149
- startsWith.value = ''
150
- mustInclude.value = ''
151
- endsWith.value = ''
152
- exculdeWith.value = ''
153
- inculdeWith.value = ''
154
- wordLength.value = ''
155
- document.getElementById("applyfilter").click();
156
- })
157
- const fillterWrapper = document.querySelector('.fillterWrapper')
158
- function myFunction() {
159
- fillterWrapper.classList.toggle('hide')
160
- }
161
- const close = document.querySelector('.times')
162
- close.addEventListener('click', () => {
163
- fillterWrapper.classList.add('hide')
164
- })
165
-
166
- </script>
167
- <script src="../assets/js/other-lang-wordScrabble.js" crossorigin></script>
168
- </body>
169
-
170
- </html> -->
@@ -1,215 +0,0 @@
1
- #home_page_search_result {
2
- padding: 10px;
3
- font-size: 12px;
4
- }
5
-
6
- #home_page_search_result:hover {
7
- text-decoration: underline !important;
8
- }
9
-
10
- .result_header>.result_header_logo {
11
- position: fixed;
12
- z-index: 999;
13
- top: 0px;
14
- }
15
-
16
- .tick {
17
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL7SURBVEhL7ZZdSBRRFMf/s+PWSrsUFGoUfi1ooWISFUQPvfRhH1hUL5agvogvaQ/hamBRbz0W2VNBQb2IgqJsGL2VVBK11UNpPkhGKmWK6wfu7kznzFxGx5lxZ+tN/MGdOefOzP3PnTn3noN11jySOLvnWamfniqGJGVovqpOQMVnHI9ENd8l7oTDe/zwSGfp7nPkHaPm0/qXWKD2kl7gERS1A+Uf5vVuZ1YXbg9KCAT2kWgjeaeoBbR+Z/gFupFQWhGNDuLCsKp3W3EW1kQ3HYRHfkhegd7pmkEoiVrMzPY7iXvE2YrfXyJEg3pHShTQsw9oDMcXthfuLfNDlq+RxQ/KWl/qFNIYN7WxbLAX9uIMhWu58P4D9TSNVSEcE06fmqM3WSAZ+DwbcCXnEk5sO7QyaNKpVeumGWtw9ZYE4E2bIGvlkrGFRZtyqxHKq8HQ3HfsfVOJmBIXVzUWEItn4OSnGeFrWGcspxXR0ZXolrQAmkgwlFeL4blRtAzdRVxJiKsGPhqzUNgGVmFJzRSWCVmSqZlvb8ipRCi3BtPxGYSG7qD3F+8hNqtHUncIy8DpH5tg0VvBeoTL7iHbl6XN9HqwDjfy6zCy8BPnI1edRXUsv9QqrEo/hGXAA+7fXIwjWw+gbXczmunTNmZX4uvcCFq/teHVVGQ1UR5zTFgGroMrJz0LbbtatMhlxhd/azNNKuoQXNbN4enEIqq2HyYrX+/QmY5H8XzyNYr8QSwqMVz+chsvJgeSiTI9KI88FraB/V7dV3aRjvepWdYyz3znxkz0T310I8qzrMfR9090dwn74Iqhk94pLDwTI/Njbj6vQOqhsbqEY8J+xky4lPZaTzdZqWYmhhfzMBSligqEt3qXGeflxPmUUxunuNQhUU6L0QHhW3DOPO1/gAr/KLzePioEuMzhYPNq15zhf9pJhUADorPv/q0QWA6XPrLEWYaTB2ctu9KHY6IDCbWLSp+k9Zc74eVwseehXAuJt0GJir1xirOUi7111jrAXwKK6K/PgrsYAAAAAElFTkSuQmCC) no-repeat;
18
- background-position: 95% 50%;
19
- }
20
-
21
- .filter_count {
22
- width: 20px;
23
- color: white;
24
- height: 20px;
25
- text-align: center;
26
- background-color: #808080;
27
- padding-top: 2px;
28
- border-radius: 50%;
29
- margin-right: 1px;
30
- position: relative;
31
- left: 150px;
32
- }
33
-
34
- .Advancedbtn .filterButton {
35
- background: #f8f9fa;
36
- box-shadow: 0 0 3px #343a4063;
37
- width: 190px;
38
- border-radius: 10px;
39
- outline: none;
40
- border: none;
41
- font-weight: 900;
42
- font-size: 13px;
43
- padding: 8.5px;
44
- text-align: left;
45
- z-index: 99;
46
- }
47
-
48
- .hide {
49
- visibility: hidden;
50
- }
51
-
52
- .fillterWrapper {
53
- display: block;
54
- background: #fff;
55
- position: absolute;
56
- z-index: 999;
57
- top: 100px;
58
- right: 150px;
59
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
60
- padding: 30px 15px;
61
- border-radius: 15px;
62
- width: 240px;
63
- }
64
-
65
- .fa-times {
66
- position: absolute;
67
- top: 12px;
68
- right: 15px;
69
- font-size: 15px;
70
- cursor: pointer;
71
- }
72
-
73
- .fillterWrapper .same {
74
- margin-bottom: 10px;
75
- }
76
-
77
- .fillterWrapper input[type='text'] {
78
- border-radius: 15px;
79
- width: 100%;
80
- outline: none;
81
- /* text-indent: 8px; */
82
- }
83
-
84
- .sticky_nav {
85
- position: sticky;
86
- width: inherit;
87
- top: 58px;
88
- background-color: #fff;
89
- z-index: 99;
90
- }
91
-
92
- .flex-row {
93
- -ms-flex-direction: row !important;
94
- flex-direction: row !important;
95
- display: flex;
96
- overflow: hidden;
97
- margin: 0 13px;
98
- }
99
-
100
- .tab_link_wrapper {
101
- display: flex;
102
- width: 100%;
103
- /* overflow: auto; */
104
- justify-content: center;
105
- background: #f8f9fa;
106
- border-radius: 40px;
107
- /* padding: 8px; */
108
- /* white-space: wrap; */
109
- margin: 10px 0px;
110
- }
111
-
112
- .tab_link {
113
- font-size: 15px;
114
- font-weight: 900;
115
- margin: 0 5px;
116
- padding-top: 5px;
117
- border: none;
118
- outline: none;
119
- background-color: inherit;
120
- }
121
-
122
- a {
123
- text-decoration: none !important;
124
- }
125
-
126
- .active-tab {
127
- border-bottom: solid 2px black;
128
- }
129
-
130
- #next {
131
- background: url('/assets/images/next.webp');
132
- background-size: cover;
133
- width: 21px;
134
- height: 21px;
135
- object-fit: cover;
136
- padding: 3px;
137
- border: none;
138
- position: absolute;
139
- top: 14px;
140
- right: 20px;
141
- }
142
-
143
- #prev {
144
- background: url('/assets/images/prev.webp');
145
- background-size: cover;
146
- width: 21px;
147
- height: 21px;
148
- object-fit: cover;
149
- padding: 3px;
150
- border: none;
151
- position: absolute;
152
- top: 14px;
153
- left: 20px;
154
- }
155
-
156
- @media (max-width: 768px) {
157
- .result_header {
158
- margin: 0px;
159
- }
160
-
161
- .result_page_navbar {
162
- background-color: #f8f9fa;
163
- }
164
-
165
- .Advancedbtn {
166
- margin: 0;
167
- height: 0;
168
- width: 0;
169
- }
170
-
171
- .Advancedbtn .filterButton {
172
- display: none;
173
- position: fixed;
174
- bottom: 0;
175
- width: 50%;
176
- left: 0px;
177
- border-radius: 0;
178
- }
179
-
180
- .fillterWrapper {
181
- right: auto;
182
- position: fixed;
183
- left: 0px;
184
- top: 135px;
185
- width: 100%;
186
- }
187
-
188
- .filter_count {
189
- z-index: 999;
190
- display: none !important;
191
- position: fixed;
192
- left: 112px;
193
- bottom: 8px;
194
- }
195
-
196
- .tab_link {
197
- font-size: 12px;
198
- }
199
-
200
- #prev {
201
- top: 12px;
202
- left: 8px;
203
- }
204
-
205
- #next {
206
- top: 12px;
207
- right: 8px;
208
- }
209
- }
210
-
211
- @media (min-width: 576px) {
212
- #containerWd {
213
- max-width: 100% !important;
214
- }
215
- }
@@ -1,58 +0,0 @@
1
- .feature {
2
- padding: 15px;
3
- background-color: #b641da;
4
- margin-left: 0;
5
- margin-top: 5rem;
6
- margin-bottom: 0;
7
- color: white;
8
- text-align: center;
9
- width: 100%;
10
- }
11
-
12
- .feature .feature-title,
13
- .feature-description {
14
- width: 100% !important;
15
- text-align: center;
16
- }
17
-
18
- .card-body>i {
19
- font-size: 20px;
20
- }
21
-
22
- .features_data .card-body>.card-title {
23
- transition: all 0.5s ease;
24
- font-size: 1.5rem;
25
- line-height: 25px;
26
- color: #000;
27
- font-weight: 600;
28
- margin-bottom: 8px;
29
- margin-top: 5px;
30
- }
31
-
32
- .features_data .card-body:hover i {
33
- transform: scale(1.2);
34
- transition: all 0.5s linear;
35
- }
36
-
37
- .features_data .card-body:hover .card-text {
38
- transition: all 0.5s linear;
39
- color: #6c757d !important;
40
- }
41
-
42
- .features_data .card-body:hover {
43
- border-radius: 10px;
44
- transition: all 0.5s ease;
45
- background-color: #f7f7f7;
46
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
47
- }
48
-
49
- @media (max-width: 1125px) {
50
-
51
-
52
- .features_data .card-body {
53
- border-radius: 10px;
54
- background-color: #f7f7f7;
55
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
56
- margin: 20px 0;
57
- }
58
- }
@@ -1,161 +0,0 @@
1
- .txt-primary {
2
- color: #000;
3
- font-size: 16px;
4
- text-decoration: none !important;
5
- }
6
-
7
- .txt-secondary {
8
- color: gray;
9
- font-size: 15px;
10
- text-decoration: none !important;
11
- margin: 2rem 0px;
12
- }
13
-
14
- .txt-secondary:hover {
15
- color: #000;
16
- }
17
-
18
- .footer_hr {
19
- width: 50px;
20
- margin: 2rem auto;
21
- border: 2px solid #000;
22
- }
23
-
24
- .footer-section {
25
- padding: 50px 0px;
26
- background-color: #f8f9fa;
27
- margin-top: 3rem;
28
- }
29
-
30
- .footer-logo-cont {
31
- display: flex;
32
- justify-content: center;
33
- align-items: center;
34
- gap: 10px;
35
- font-size: 20px;
36
- color: #000;
37
- font-weight: 900;
38
- }
39
-
40
- .list-inline {
41
- padding-left: 0;
42
- list-style: none;
43
- display: flex;
44
- align-items: center;
45
- justify-content: center;
46
- gap: 40px;
47
- }
48
-
49
- .footer-social-list ul li a i {
50
- width: 35px;
51
- height: 35px;
52
- line-height: 35px;
53
- text-align: center;
54
- vertical-align: middle;
55
- font-size: 18px;
56
- background: #000;
57
- -webkit-background-clip: text;
58
- color: transparent;
59
- transition: all 0.3s ease-in;
60
- }
61
-
62
- .copyright-text {
63
- font-size: 18px;
64
- }
65
-
66
- .footer-address {
67
- margin-bottom: 20px;
68
- }
69
-
70
- .footer-address p {
71
- margin-bottom: 15px;
72
- }
73
-
74
-
75
- .drop-down-btn {
76
- cursor: pointer;
77
- outline: 0px;
78
- border: 0px;
79
- width: auto;
80
- overflow: visible;
81
- display: flex;
82
- -webkit-box-align: center;
83
- align-items: center;
84
- background-color: transparent;
85
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
86
- font-weight: 400;
87
- font-size: 16px;
88
- line-height: 24px;
89
- color: rgb(26, 26, 26);
90
- }
91
-
92
- .drop-down-btn svg {
93
- height: 22px;
94
- }
95
-
96
- .language-drop-down-menu {
97
- display: flex;
98
- justify-content: space-between;
99
- margin: 0;
100
- padding: 0;
101
- flex-wrap: wrap;
102
- }
103
-
104
- .language-drop-down-item {
105
- width: 50%;
106
- padding: 10px 12px 1px 1px;
107
- text-align: center;
108
- font-size: 15px;
109
- margin-bottom: 0;
110
- list-style: none;
111
- }
112
-
113
- .language-drop-down-item a {
114
- justify-content: space-between;
115
- display: flex;
116
- width: 100%;
117
- align-items: center;
118
- padding: 9px 9px;
119
- color: #11304e;
120
- border-bottom: 1px solid rgb(224, 224, 224);
121
- }
122
-
123
- .language-drop-down-item a:hover {
124
- background: rgb(238, 238, 238);
125
- border-radius: 3px;
126
- }
127
-
128
- .language-drop-down-item a i {
129
- margin: 0;
130
- }
131
-
132
- .active-lang {
133
- background: rgb(238, 238, 238);
134
- border-radius: 3px;
135
- }
136
-
137
- .modal-header {
138
- padding: 1.8rem;
139
- }
140
-
141
- .modal-title {
142
- font-size: 2.28rem;
143
- }
144
-
145
- .close {
146
- font-size: 3.8rem;
147
- }
148
-
149
- @media (max-width: 768px) {
150
- .language-drop-down-item {
151
- width: 100% !important;
152
- }
153
-
154
- .txt-secondary {
155
- text-align: center;
156
- }
157
-
158
- .email_heaidng {
159
- font-size: 1.4rem;
160
- }
161
- }