phcthemes_admin_panel_pack 5.0.0 → 5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/smarty/core.js +28154 -0
- data/app/assets/javascripts/smarty/core.min.js +2 -0
- data/app/assets/javascripts/smarty/core.sow_builder.js +84 -0
- data/app/assets/javascripts/smarty/core.sow_builder.min.js +1 -0
- data/app/assets/javascripts/smarty/phcthemes_admin_panel_pack_smarty.js +3 -0
- data/app/assets/javascripts/smarty/vendor.chartjs.js +20776 -0
- data/app/assets/javascripts/smarty/vendor.chartjs.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.cocoen.js +1 -0
- data/app/assets/javascripts/smarty/vendor.cocoen.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.colorpicker.js +3 -0
- data/app/assets/javascripts/smarty/vendor.colorpicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.datatables.js +42928 -0
- data/app/assets/javascripts/smarty/vendor.datatables.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.datepicker.js +2039 -0
- data/app/assets/javascripts/smarty/vendor.datepicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.daterangepicker.js +1578 -0
- data/app/assets/javascripts/smarty/vendor.daterangepicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.easypie.js +364 -0
- data/app/assets/javascripts/smarty/vendor.easypie.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.fancybox.js +5632 -0
- data/app/assets/javascripts/smarty/vendor.fancybox.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.flickity.js +4597 -0
- data/app/assets/javascripts/smarty/vendor.flickity.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.flot.js +11921 -0
- data/app/assets/javascripts/smarty/vendor.flot.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.fullcalendar.js +14597 -0
- data/app/assets/javascripts/smarty/vendor.fullcalendar.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.leaflet.js +6 -0
- data/app/assets/javascripts/smarty/vendor.leaflet.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.markdowneditor.js +7 -0
- data/app/assets/javascripts/smarty/vendor.markdowneditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.mediumeditor.js +7893 -0
- data/app/assets/javascripts/smarty/vendor.mediumeditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.pdfmake.js +79493 -0
- data/app/assets/javascripts/smarty/vendor.pdfmake.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.photoswipe.js +4595 -0
- data/app/assets/javascripts/smarty/vendor.photoswipe.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.prismjs.js +7219 -0
- data/app/assets/javascripts/smarty/vendor.prismjs.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.quilleditor.js +11562 -0
- data/app/assets/javascripts/smarty/vendor.quilleditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.sparkline.js +3068 -0
- data/app/assets/javascripts/smarty/vendor.sparkline.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.summernoteeditor.js +10235 -0
- data/app/assets/javascripts/smarty/vendor.summernoteeditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.swiper.js +9899 -0
- data/app/assets/javascripts/smarty/vendor.swiper.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor_bundle.js +30514 -0
- data/app/assets/javascripts/smarty/vendor_bundle.min.js +2 -0
- data/app/assets/stylesheets/smarty/default/phcthemes_admin_panel_pack_smarty.scss +7 -0
- data/app/assets/stylesheets/smarty/theme/css/core.css +20170 -0
- data/app/assets/stylesheets/smarty/theme/css/core.min.css +2 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css +55 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.chartjs.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.cocoen.css +59 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.cocoen.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.colorpicker.css +1196 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.colorpicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datatables.css +1258 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datatables.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datepicker.css +173 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datepicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.daterangepicker.css +545 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.daterangepicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fancybox.css +927 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fancybox.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flickity.css +263 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flickity.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flot.css +17 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flot.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fullcalendar.css +1685 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fullcalendar.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.leaflet.css +653 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.leaflet.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.markdowneditor.css +7 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.markdowneditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.mediumeditor.css +308 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.mediumeditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.photoswipe.css +436 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.photoswipe.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.prismjs.css +364 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.prismjs.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.quilleditor.css +953 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.quilleditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.summernoteeditor.css +710 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.summernoteeditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.swiper.css +762 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.swiper.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor_bundle.css +168 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor_bundle.min.css +2 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.eot +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.svg +250 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.ttf +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.woff +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.woff2 +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.eot +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.hash +1 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.ttf +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.woff +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.woff2 +0 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/2co.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/amazon.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/amazon_pay_logo.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/american_express.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/apple_pay.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/bitcoin.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/dinners_club.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/discover.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/ebay.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/jcb.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/mastercard.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/paypal.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/paypal_logo.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/shopify.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/skrill.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/switch.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/visa.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/western_union.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/flags.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_dark.svg +2 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_light.svg +2 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_sm.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/icon_192x192.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/icon_512x512.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/manifest.json +20 -0
- data/app/assets/stylesheets/smarty/theme/images/masks/shape-line-lense.svg +1 -0
- data/lib/phcthemes_admin_panel_pack/version.rb +1 -1
- metadata +128 -2
@@ -0,0 +1,762 @@
|
|
1
|
+
/**
|
2
|
+
* Swiper 6.8.4
|
3
|
+
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
4
|
+
* https://swiperjs.com
|
5
|
+
*
|
6
|
+
* Copyright 2014-2021 Vladimir Kharlampidi
|
7
|
+
*
|
8
|
+
* Released under the MIT License
|
9
|
+
*
|
10
|
+
* Released on: August 23, 2021
|
11
|
+
*/
|
12
|
+
|
13
|
+
@font-face {
|
14
|
+
font-family: 'swiper-icons';
|
15
|
+
src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
|
16
|
+
font-weight: 400;
|
17
|
+
font-style: normal;
|
18
|
+
}
|
19
|
+
:root {
|
20
|
+
--swiper-theme-color: #007aff;
|
21
|
+
}
|
22
|
+
.swiper-container {
|
23
|
+
margin-left: auto;
|
24
|
+
margin-right: auto;
|
25
|
+
position: relative;
|
26
|
+
overflow: hidden;
|
27
|
+
list-style: none;
|
28
|
+
padding: 0;
|
29
|
+
/* Fix of Webkit flickering */
|
30
|
+
z-index: 1;
|
31
|
+
}
|
32
|
+
.swiper-container-vertical > .swiper-wrapper {
|
33
|
+
flex-direction: column;
|
34
|
+
}
|
35
|
+
.swiper-wrapper {
|
36
|
+
position: relative;
|
37
|
+
width: 100%;
|
38
|
+
height: 100%;
|
39
|
+
z-index: 1;
|
40
|
+
display: flex;
|
41
|
+
transition-property: transform;
|
42
|
+
box-sizing: content-box;
|
43
|
+
}
|
44
|
+
.swiper-container-android .swiper-slide,
|
45
|
+
.swiper-wrapper {
|
46
|
+
transform: translate3d(0px, 0, 0);
|
47
|
+
}
|
48
|
+
.swiper-container-multirow > .swiper-wrapper {
|
49
|
+
flex-wrap: wrap;
|
50
|
+
}
|
51
|
+
.swiper-container-multirow-column > .swiper-wrapper {
|
52
|
+
flex-wrap: wrap;
|
53
|
+
flex-direction: column;
|
54
|
+
}
|
55
|
+
.swiper-container-free-mode > .swiper-wrapper {
|
56
|
+
transition-timing-function: ease-out;
|
57
|
+
margin: 0 auto;
|
58
|
+
}
|
59
|
+
.swiper-container-pointer-events {
|
60
|
+
touch-action: pan-y;
|
61
|
+
}
|
62
|
+
.swiper-container-pointer-events.swiper-container-vertical {
|
63
|
+
touch-action: pan-x;
|
64
|
+
}
|
65
|
+
.swiper-slide {
|
66
|
+
flex-shrink: 0;
|
67
|
+
width: 100%;
|
68
|
+
height: 100%;
|
69
|
+
position: relative;
|
70
|
+
transition-property: transform;
|
71
|
+
}
|
72
|
+
.swiper-slide-invisible-blank {
|
73
|
+
visibility: hidden;
|
74
|
+
}
|
75
|
+
/* Auto Height */
|
76
|
+
.swiper-container-autoheight,
|
77
|
+
.swiper-container-autoheight .swiper-slide {
|
78
|
+
height: auto;
|
79
|
+
}
|
80
|
+
.swiper-container-autoheight .swiper-wrapper {
|
81
|
+
align-items: flex-start;
|
82
|
+
transition-property: transform, height;
|
83
|
+
}
|
84
|
+
/* 3D Effects */
|
85
|
+
.swiper-container-3d {
|
86
|
+
perspective: 1200px;
|
87
|
+
}
|
88
|
+
.swiper-container-3d .swiper-wrapper,
|
89
|
+
.swiper-container-3d .swiper-slide,
|
90
|
+
.swiper-container-3d .swiper-slide-shadow-left,
|
91
|
+
.swiper-container-3d .swiper-slide-shadow-right,
|
92
|
+
.swiper-container-3d .swiper-slide-shadow-top,
|
93
|
+
.swiper-container-3d .swiper-slide-shadow-bottom,
|
94
|
+
.swiper-container-3d .swiper-cube-shadow {
|
95
|
+
transform-style: preserve-3d;
|
96
|
+
}
|
97
|
+
.swiper-container-3d .swiper-slide-shadow-left,
|
98
|
+
.swiper-container-3d .swiper-slide-shadow-right,
|
99
|
+
.swiper-container-3d .swiper-slide-shadow-top,
|
100
|
+
.swiper-container-3d .swiper-slide-shadow-bottom {
|
101
|
+
position: absolute;
|
102
|
+
left: 0;
|
103
|
+
top: 0;
|
104
|
+
width: 100%;
|
105
|
+
height: 100%;
|
106
|
+
pointer-events: none;
|
107
|
+
z-index: 10;
|
108
|
+
}
|
109
|
+
.swiper-container-3d .swiper-slide-shadow-left {
|
110
|
+
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
111
|
+
}
|
112
|
+
.swiper-container-3d .swiper-slide-shadow-right {
|
113
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
114
|
+
}
|
115
|
+
.swiper-container-3d .swiper-slide-shadow-top {
|
116
|
+
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
117
|
+
}
|
118
|
+
.swiper-container-3d .swiper-slide-shadow-bottom {
|
119
|
+
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
120
|
+
}
|
121
|
+
/* CSS Mode */
|
122
|
+
.swiper-container-css-mode > .swiper-wrapper {
|
123
|
+
overflow: auto;
|
124
|
+
scrollbar-width: none;
|
125
|
+
/* For Firefox */
|
126
|
+
-ms-overflow-style: none;
|
127
|
+
/* For Internet Explorer and Edge */
|
128
|
+
}
|
129
|
+
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
|
130
|
+
display: none;
|
131
|
+
}
|
132
|
+
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
|
133
|
+
scroll-snap-align: start start;
|
134
|
+
}
|
135
|
+
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
136
|
+
-ms-scroll-snap-type: x mandatory;
|
137
|
+
scroll-snap-type: x mandatory;
|
138
|
+
}
|
139
|
+
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
140
|
+
-ms-scroll-snap-type: y mandatory;
|
141
|
+
scroll-snap-type: y mandatory;
|
142
|
+
}
|
143
|
+
:root {
|
144
|
+
--swiper-navigation-size: 44px;
|
145
|
+
/*
|
146
|
+
--swiper-navigation-color: var(--swiper-theme-color);
|
147
|
+
*/
|
148
|
+
}
|
149
|
+
.swiper-button-prev,
|
150
|
+
.swiper-button-next {
|
151
|
+
position: absolute;
|
152
|
+
top: 50%;
|
153
|
+
width: calc(var(--swiper-navigation-size) / 44 * 27);
|
154
|
+
height: var(--swiper-navigation-size);
|
155
|
+
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
|
156
|
+
z-index: 10;
|
157
|
+
cursor: pointer;
|
158
|
+
display: flex;
|
159
|
+
align-items: center;
|
160
|
+
justify-content: center;
|
161
|
+
color: var(--swiper-navigation-color, var(--swiper-theme-color));
|
162
|
+
}
|
163
|
+
.swiper-button-prev.swiper-button-disabled,
|
164
|
+
.swiper-button-next.swiper-button-disabled {
|
165
|
+
opacity: 0.35;
|
166
|
+
cursor: auto;
|
167
|
+
pointer-events: none;
|
168
|
+
}
|
169
|
+
.swiper-button-prev:after,
|
170
|
+
.swiper-button-next:after {
|
171
|
+
font-family: swiper-icons;
|
172
|
+
font-size: var(--swiper-navigation-size);
|
173
|
+
text-transform: none !important;
|
174
|
+
letter-spacing: 0;
|
175
|
+
text-transform: none;
|
176
|
+
font-variant: initial;
|
177
|
+
line-height: 1;
|
178
|
+
}
|
179
|
+
.swiper-button-prev,
|
180
|
+
.swiper-container-rtl .swiper-button-next {
|
181
|
+
left: 10px;
|
182
|
+
right: auto;
|
183
|
+
}
|
184
|
+
.swiper-button-prev:after,
|
185
|
+
.swiper-container-rtl .swiper-button-next:after {
|
186
|
+
content: 'prev';
|
187
|
+
}
|
188
|
+
.swiper-button-next,
|
189
|
+
.swiper-container-rtl .swiper-button-prev {
|
190
|
+
right: 10px;
|
191
|
+
left: auto;
|
192
|
+
}
|
193
|
+
.swiper-button-next:after,
|
194
|
+
.swiper-container-rtl .swiper-button-prev:after {
|
195
|
+
content: 'next';
|
196
|
+
}
|
197
|
+
.swiper-button-prev.swiper-button-white,
|
198
|
+
.swiper-button-next.swiper-button-white {
|
199
|
+
--swiper-navigation-color: #ffffff;
|
200
|
+
}
|
201
|
+
.swiper-button-prev.swiper-button-black,
|
202
|
+
.swiper-button-next.swiper-button-black {
|
203
|
+
--swiper-navigation-color: #000000;
|
204
|
+
}
|
205
|
+
.swiper-button-lock {
|
206
|
+
display: none;
|
207
|
+
}
|
208
|
+
:root {
|
209
|
+
/*
|
210
|
+
--swiper-pagination-color: var(--swiper-theme-color);
|
211
|
+
*/
|
212
|
+
}
|
213
|
+
.swiper-pagination {
|
214
|
+
position: absolute;
|
215
|
+
text-align: center;
|
216
|
+
transition: 300ms opacity;
|
217
|
+
transform: translate3d(0, 0, 0);
|
218
|
+
z-index: 10;
|
219
|
+
}
|
220
|
+
.swiper-pagination.swiper-pagination-hidden {
|
221
|
+
opacity: 0;
|
222
|
+
}
|
223
|
+
/* Common Styles */
|
224
|
+
.swiper-pagination-fraction,
|
225
|
+
.swiper-pagination-custom,
|
226
|
+
.swiper-container-horizontal > .swiper-pagination-bullets {
|
227
|
+
bottom: 10px;
|
228
|
+
left: 0;
|
229
|
+
width: 100%;
|
230
|
+
}
|
231
|
+
/* Bullets */
|
232
|
+
.swiper-pagination-bullets-dynamic {
|
233
|
+
overflow: hidden;
|
234
|
+
font-size: 0;
|
235
|
+
}
|
236
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
237
|
+
transform: scale(0.33);
|
238
|
+
position: relative;
|
239
|
+
}
|
240
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
|
241
|
+
transform: scale(1);
|
242
|
+
}
|
243
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
|
244
|
+
transform: scale(1);
|
245
|
+
}
|
246
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
|
247
|
+
transform: scale(0.66);
|
248
|
+
}
|
249
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
250
|
+
transform: scale(0.33);
|
251
|
+
}
|
252
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
253
|
+
transform: scale(0.66);
|
254
|
+
}
|
255
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
256
|
+
transform: scale(0.33);
|
257
|
+
}
|
258
|
+
.swiper-pagination-bullet {
|
259
|
+
width: 8px;
|
260
|
+
height: 8px;
|
261
|
+
display: inline-block;
|
262
|
+
border-radius: 50%;
|
263
|
+
background: #000;
|
264
|
+
opacity: 0.2;
|
265
|
+
}
|
266
|
+
button.swiper-pagination-bullet {
|
267
|
+
border: none;
|
268
|
+
margin: 0;
|
269
|
+
padding: 0;
|
270
|
+
box-shadow: none;
|
271
|
+
-webkit-appearance: none;
|
272
|
+
-moz-appearance: none;
|
273
|
+
appearance: none;
|
274
|
+
}
|
275
|
+
.swiper-pagination-clickable .swiper-pagination-bullet {
|
276
|
+
cursor: pointer;
|
277
|
+
}
|
278
|
+
.swiper-pagination-bullet:only-child {
|
279
|
+
display: none !important;
|
280
|
+
}
|
281
|
+
.swiper-pagination-bullet-active {
|
282
|
+
opacity: 1;
|
283
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
284
|
+
}
|
285
|
+
.swiper-container-vertical > .swiper-pagination-bullets {
|
286
|
+
right: 10px;
|
287
|
+
top: 50%;
|
288
|
+
transform: translate3d(0px, -50%, 0);
|
289
|
+
}
|
290
|
+
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
|
291
|
+
margin: 6px 0;
|
292
|
+
display: block;
|
293
|
+
}
|
294
|
+
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
295
|
+
top: 50%;
|
296
|
+
transform: translateY(-50%);
|
297
|
+
width: 8px;
|
298
|
+
}
|
299
|
+
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
300
|
+
display: inline-block;
|
301
|
+
transition: 200ms transform, 200ms top;
|
302
|
+
}
|
303
|
+
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
|
304
|
+
margin: 0 4px;
|
305
|
+
}
|
306
|
+
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
307
|
+
left: 50%;
|
308
|
+
transform: translateX(-50%);
|
309
|
+
white-space: nowrap;
|
310
|
+
}
|
311
|
+
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
312
|
+
transition: 200ms transform, 200ms left;
|
313
|
+
}
|
314
|
+
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
315
|
+
transition: 200ms transform, 200ms right;
|
316
|
+
}
|
317
|
+
/* Progress */
|
318
|
+
.swiper-pagination-progressbar {
|
319
|
+
background: rgba(0, 0, 0, 0.25);
|
320
|
+
position: absolute;
|
321
|
+
}
|
322
|
+
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
323
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
324
|
+
position: absolute;
|
325
|
+
left: 0;
|
326
|
+
top: 0;
|
327
|
+
width: 100%;
|
328
|
+
height: 100%;
|
329
|
+
transform: scale(0);
|
330
|
+
transform-origin: left top;
|
331
|
+
}
|
332
|
+
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
333
|
+
transform-origin: right top;
|
334
|
+
}
|
335
|
+
.swiper-container-horizontal > .swiper-pagination-progressbar,
|
336
|
+
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
|
337
|
+
width: 100%;
|
338
|
+
height: 4px;
|
339
|
+
left: 0;
|
340
|
+
top: 0;
|
341
|
+
}
|
342
|
+
.swiper-container-vertical > .swiper-pagination-progressbar,
|
343
|
+
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
|
344
|
+
width: 4px;
|
345
|
+
height: 100%;
|
346
|
+
left: 0;
|
347
|
+
top: 0;
|
348
|
+
}
|
349
|
+
.swiper-pagination-white {
|
350
|
+
--swiper-pagination-color: #ffffff;
|
351
|
+
}
|
352
|
+
.swiper-pagination-black {
|
353
|
+
--swiper-pagination-color: #000000;
|
354
|
+
}
|
355
|
+
.swiper-pagination-lock {
|
356
|
+
display: none;
|
357
|
+
}
|
358
|
+
/* Scrollbar */
|
359
|
+
.swiper-scrollbar {
|
360
|
+
border-radius: 10px;
|
361
|
+
position: relative;
|
362
|
+
-ms-touch-action: none;
|
363
|
+
background: rgba(0, 0, 0, 0.1);
|
364
|
+
}
|
365
|
+
.swiper-container-horizontal > .swiper-scrollbar {
|
366
|
+
position: absolute;
|
367
|
+
left: 1%;
|
368
|
+
bottom: 3px;
|
369
|
+
z-index: 50;
|
370
|
+
height: 5px;
|
371
|
+
width: 98%;
|
372
|
+
}
|
373
|
+
.swiper-container-vertical > .swiper-scrollbar {
|
374
|
+
position: absolute;
|
375
|
+
right: 3px;
|
376
|
+
top: 1%;
|
377
|
+
z-index: 50;
|
378
|
+
width: 5px;
|
379
|
+
height: 98%;
|
380
|
+
}
|
381
|
+
.swiper-scrollbar-drag {
|
382
|
+
height: 100%;
|
383
|
+
width: 100%;
|
384
|
+
position: relative;
|
385
|
+
background: rgba(0, 0, 0, 0.5);
|
386
|
+
border-radius: 10px;
|
387
|
+
left: 0;
|
388
|
+
top: 0;
|
389
|
+
}
|
390
|
+
.swiper-scrollbar-cursor-drag {
|
391
|
+
cursor: move;
|
392
|
+
}
|
393
|
+
.swiper-scrollbar-lock {
|
394
|
+
display: none;
|
395
|
+
}
|
396
|
+
.swiper-zoom-container {
|
397
|
+
width: 100%;
|
398
|
+
height: 100%;
|
399
|
+
display: flex;
|
400
|
+
justify-content: center;
|
401
|
+
align-items: center;
|
402
|
+
text-align: center;
|
403
|
+
}
|
404
|
+
.swiper-zoom-container > img,
|
405
|
+
.swiper-zoom-container > svg,
|
406
|
+
.swiper-zoom-container > canvas {
|
407
|
+
max-width: 100%;
|
408
|
+
max-height: 100%;
|
409
|
+
-o-object-fit: contain;
|
410
|
+
object-fit: contain;
|
411
|
+
}
|
412
|
+
.swiper-slide-zoomed {
|
413
|
+
cursor: move;
|
414
|
+
}
|
415
|
+
/* Preloader */
|
416
|
+
:root {
|
417
|
+
/*
|
418
|
+
--swiper-preloader-color: var(--swiper-theme-color);
|
419
|
+
*/
|
420
|
+
}
|
421
|
+
.swiper-lazy-preloader {
|
422
|
+
width: 42px;
|
423
|
+
height: 42px;
|
424
|
+
position: absolute;
|
425
|
+
left: 50%;
|
426
|
+
top: 50%;
|
427
|
+
margin-left: -21px;
|
428
|
+
margin-top: -21px;
|
429
|
+
z-index: 10;
|
430
|
+
transform-origin: 50%;
|
431
|
+
-webkit-animation: swiper-preloader-spin 1s infinite linear;
|
432
|
+
animation: swiper-preloader-spin 1s infinite linear;
|
433
|
+
box-sizing: border-box;
|
434
|
+
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
|
435
|
+
border-radius: 50%;
|
436
|
+
border-top-color: transparent;
|
437
|
+
}
|
438
|
+
.swiper-lazy-preloader-white {
|
439
|
+
--swiper-preloader-color: #fff;
|
440
|
+
}
|
441
|
+
.swiper-lazy-preloader-black {
|
442
|
+
--swiper-preloader-color: #000;
|
443
|
+
}
|
444
|
+
@-webkit-keyframes swiper-preloader-spin {
|
445
|
+
100% {
|
446
|
+
transform: rotate(360deg);
|
447
|
+
}
|
448
|
+
}
|
449
|
+
@keyframes swiper-preloader-spin {
|
450
|
+
100% {
|
451
|
+
transform: rotate(360deg);
|
452
|
+
}
|
453
|
+
}
|
454
|
+
/* a11y */
|
455
|
+
.swiper-container .swiper-notification {
|
456
|
+
position: absolute;
|
457
|
+
left: 0;
|
458
|
+
top: 0;
|
459
|
+
pointer-events: none;
|
460
|
+
opacity: 0;
|
461
|
+
z-index: -1000;
|
462
|
+
}
|
463
|
+
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
|
464
|
+
transition-timing-function: ease-out;
|
465
|
+
}
|
466
|
+
.swiper-container-fade .swiper-slide {
|
467
|
+
pointer-events: none;
|
468
|
+
transition-property: opacity;
|
469
|
+
}
|
470
|
+
.swiper-container-fade .swiper-slide .swiper-slide {
|
471
|
+
pointer-events: none;
|
472
|
+
}
|
473
|
+
.swiper-container-fade .swiper-slide-active,
|
474
|
+
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
|
475
|
+
pointer-events: auto;
|
476
|
+
}
|
477
|
+
.swiper-container-cube {
|
478
|
+
overflow: visible;
|
479
|
+
}
|
480
|
+
.swiper-container-cube .swiper-slide {
|
481
|
+
pointer-events: none;
|
482
|
+
-webkit-backface-visibility: hidden;
|
483
|
+
backface-visibility: hidden;
|
484
|
+
z-index: 1;
|
485
|
+
visibility: hidden;
|
486
|
+
transform-origin: 0 0;
|
487
|
+
width: 100%;
|
488
|
+
height: 100%;
|
489
|
+
}
|
490
|
+
.swiper-container-cube .swiper-slide .swiper-slide {
|
491
|
+
pointer-events: none;
|
492
|
+
}
|
493
|
+
.swiper-container-cube.swiper-container-rtl .swiper-slide {
|
494
|
+
transform-origin: 100% 0;
|
495
|
+
}
|
496
|
+
.swiper-container-cube .swiper-slide-active,
|
497
|
+
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
|
498
|
+
pointer-events: auto;
|
499
|
+
}
|
500
|
+
.swiper-container-cube .swiper-slide-active,
|
501
|
+
.swiper-container-cube .swiper-slide-next,
|
502
|
+
.swiper-container-cube .swiper-slide-prev,
|
503
|
+
.swiper-container-cube .swiper-slide-next + .swiper-slide {
|
504
|
+
pointer-events: auto;
|
505
|
+
visibility: visible;
|
506
|
+
}
|
507
|
+
.swiper-container-cube .swiper-slide-shadow-top,
|
508
|
+
.swiper-container-cube .swiper-slide-shadow-bottom,
|
509
|
+
.swiper-container-cube .swiper-slide-shadow-left,
|
510
|
+
.swiper-container-cube .swiper-slide-shadow-right {
|
511
|
+
z-index: 0;
|
512
|
+
-webkit-backface-visibility: hidden;
|
513
|
+
backface-visibility: hidden;
|
514
|
+
}
|
515
|
+
.swiper-container-cube .swiper-cube-shadow {
|
516
|
+
position: absolute;
|
517
|
+
left: 0;
|
518
|
+
bottom: 0px;
|
519
|
+
width: 100%;
|
520
|
+
height: 100%;
|
521
|
+
opacity: 0.6;
|
522
|
+
z-index: 0;
|
523
|
+
}
|
524
|
+
.swiper-container-cube .swiper-cube-shadow:before {
|
525
|
+
content: '';
|
526
|
+
background: #000;
|
527
|
+
position: absolute;
|
528
|
+
left: 0;
|
529
|
+
top: 0;
|
530
|
+
bottom: 0;
|
531
|
+
right: 0;
|
532
|
+
filter: blur(50px);
|
533
|
+
}
|
534
|
+
.swiper-container-flip {
|
535
|
+
overflow: visible;
|
536
|
+
}
|
537
|
+
.swiper-container-flip .swiper-slide {
|
538
|
+
pointer-events: none;
|
539
|
+
-webkit-backface-visibility: hidden;
|
540
|
+
backface-visibility: hidden;
|
541
|
+
z-index: 1;
|
542
|
+
}
|
543
|
+
.swiper-container-flip .swiper-slide .swiper-slide {
|
544
|
+
pointer-events: none;
|
545
|
+
}
|
546
|
+
.swiper-container-flip .swiper-slide-active,
|
547
|
+
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
|
548
|
+
pointer-events: auto;
|
549
|
+
}
|
550
|
+
.swiper-container-flip .swiper-slide-shadow-top,
|
551
|
+
.swiper-container-flip .swiper-slide-shadow-bottom,
|
552
|
+
.swiper-container-flip .swiper-slide-shadow-left,
|
553
|
+
.swiper-container-flip .swiper-slide-shadow-right {
|
554
|
+
z-index: 0;
|
555
|
+
-webkit-backface-visibility: hidden;
|
556
|
+
backface-visibility: hidden;
|
557
|
+
}
|
558
|
+
|
559
|
+
@charset "UTF-8";
|
560
|
+
/*$modal-backdrop-bg: #131f43 !default;*/
|
561
|
+
.swiper-container:not(.swiper-btn-group) .swiper-button-next:after,
|
562
|
+
.swiper-container:not(.swiper-btn-group) .swiper-button-prev:after {
|
563
|
+
content: '';
|
564
|
+
display: none; }
|
565
|
+
|
566
|
+
.swiper-container.swiper-btn-group .swiper-button-next:after,
|
567
|
+
.swiper-container.swiper-btn-group .swiper-button-prev:after {
|
568
|
+
font-size: 40px; }
|
569
|
+
|
570
|
+
/**
|
571
|
+
|
572
|
+
Nav Buttons
|
573
|
+
|
574
|
+
**/
|
575
|
+
.swiper-container:not(.swiper-btn-group) .swiper-button-next,
|
576
|
+
.swiper-container:not(.swiper-btn-group) .swiper-button-prev {
|
577
|
+
width: 60px !important;
|
578
|
+
height: 60px !important;
|
579
|
+
margin-top: -30px !important;
|
580
|
+
text-align: center;
|
581
|
+
border-radius: 0.35rem; }
|
582
|
+
|
583
|
+
.swiper-container:not(.swiper-btn-group) .swiper-button-next:before,
|
584
|
+
.swiper-container:not(.swiper-btn-group) .swiper-button-prev:before {
|
585
|
+
font-family: Flaticon;
|
586
|
+
line-height: 60px; }
|
587
|
+
|
588
|
+
.swiper-container:not(.swiper-btn-group) .swiper-button-next:before {
|
589
|
+
content: ""; }
|
590
|
+
|
591
|
+
.swiper-container:not(.swiper-btn-group) .swiper-button-prev:before {
|
592
|
+
content: ""; }
|
593
|
+
|
594
|
+
.swiper-container-horizontal > .swiper-pagination-progressbar,
|
595
|
+
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
|
596
|
+
background: #f1f4f8; }
|
597
|
+
|
598
|
+
/**
|
599
|
+
|
600
|
+
Nav Styling
|
601
|
+
& progressbarr
|
602
|
+
|
603
|
+
**/
|
604
|
+
.swiper-container:not(.swiper-btn-group).swiper-primary .swiper-pagination-bullet-active,
|
605
|
+
.swiper-container.swiper-primary .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
606
|
+
.swiper-container:not(.swiper-btn-group).swiper-primary .swiper-button-next,
|
607
|
+
.swiper-container:not(.swiper-btn-group).swiper-primary .swiper-button-prev {
|
608
|
+
color: #fff !important;
|
609
|
+
background-image: none !important;
|
610
|
+
background: #574fec !important; }
|
611
|
+
|
612
|
+
.swiper-container:not(.swiper-btn-group).swiper-secondary .swiper-pagination-bullet-active,
|
613
|
+
.swiper-container.swiper-secondary .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
614
|
+
.swiper-container:not(.swiper-btn-group).swiper-secondary .swiper-button-next,
|
615
|
+
.swiper-container:not(.swiper-btn-group).swiper-secondary .swiper-button-prev {
|
616
|
+
color: #fff !important;
|
617
|
+
background-image: none !important;
|
618
|
+
background: #6c757d !important; }
|
619
|
+
|
620
|
+
.swiper-container:not(.swiper-btn-group).swiper-success .swiper-pagination-bullet-active,
|
621
|
+
.swiper-container.swiper-success .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
622
|
+
.swiper-container:not(.swiper-btn-group).swiper-success .swiper-button-next,
|
623
|
+
.swiper-container:not(.swiper-btn-group).swiper-success .swiper-button-prev {
|
624
|
+
color: #fff !important;
|
625
|
+
background-image: none !important;
|
626
|
+
background: #6dbb30 !important; }
|
627
|
+
|
628
|
+
.swiper-container:not(.swiper-btn-group).swiper-info .swiper-pagination-bullet-active,
|
629
|
+
.swiper-container.swiper-info .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
630
|
+
.swiper-container:not(.swiper-btn-group).swiper-info .swiper-button-next,
|
631
|
+
.swiper-container:not(.swiper-btn-group).swiper-info .swiper-button-prev {
|
632
|
+
color: #fff !important;
|
633
|
+
background-image: none !important;
|
634
|
+
background: #73e7f7 !important; }
|
635
|
+
|
636
|
+
.swiper-container:not(.swiper-btn-group).swiper-warning .swiper-pagination-bullet-active,
|
637
|
+
.swiper-container.swiper-warning .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
638
|
+
.swiper-container:not(.swiper-btn-group).swiper-warning .swiper-button-next,
|
639
|
+
.swiper-container:not(.swiper-btn-group).swiper-warning .swiper-button-prev {
|
640
|
+
color: #fff !important;
|
641
|
+
background-image: none !important;
|
642
|
+
background: #fad776 !important; }
|
643
|
+
|
644
|
+
.swiper-container:not(.swiper-btn-group).swiper-danger .swiper-pagination-bullet-active,
|
645
|
+
.swiper-container.swiper-danger .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
646
|
+
.swiper-container:not(.swiper-btn-group).swiper-danger .swiper-button-next,
|
647
|
+
.swiper-container:not(.swiper-btn-group).swiper-danger .swiper-button-prev {
|
648
|
+
color: #fff !important;
|
649
|
+
background-image: none !important;
|
650
|
+
background: #f64e60 !important; }
|
651
|
+
|
652
|
+
.swiper-container:not(.swiper-btn-group).swiper-light .swiper-pagination-bullet-active,
|
653
|
+
.swiper-container.swiper-light .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
654
|
+
.swiper-container:not(.swiper-btn-group).swiper-light .swiper-button-next,
|
655
|
+
.swiper-container:not(.swiper-btn-group).swiper-light .swiper-button-prev {
|
656
|
+
color: #fff !important;
|
657
|
+
background-image: none !important;
|
658
|
+
background: #f8f9fa !important; }
|
659
|
+
|
660
|
+
.swiper-container:not(.swiper-btn-group).swiper-dark .swiper-pagination-bullet-active,
|
661
|
+
.swiper-container.swiper-dark .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
662
|
+
.swiper-container:not(.swiper-btn-group).swiper-dark .swiper-button-next,
|
663
|
+
.swiper-container:not(.swiper-btn-group).swiper-dark .swiper-button-prev {
|
664
|
+
color: #fff !important;
|
665
|
+
background-image: none !important;
|
666
|
+
background: #2E2E2E !important; }
|
667
|
+
|
668
|
+
.swiper-container:not(.swiper-btn-group).swiper-white .swiper-pagination-bullet-active,
|
669
|
+
.swiper-container:not(.swiper-btn-group).swiper-white .swiper-button-next,
|
670
|
+
.swiper-container:not(.swiper-btn-group).swiper-white .swiper-button-prev {
|
671
|
+
color: #121212 !important;
|
672
|
+
background: #ffffff !important; }
|
673
|
+
|
674
|
+
.swiper-container:not(.swiper-btn-group).swiper-black .swiper-pagination-bullet-active,
|
675
|
+
.swiper-container:not(.swiper-btn-group).swiper-black .swiper-button-next,
|
676
|
+
.swiper-container:not(.swiper-btn-group).swiper-black .swiper-button-prev {
|
677
|
+
color: #ffffff !important;
|
678
|
+
background: #111111 !important; }
|
679
|
+
|
680
|
+
.swiper-container:not(.swiper-btn-group).swiper-dark .swiper-pagination-bullet-active,
|
681
|
+
.swiper-container:not(.swiper-btn-group).swiper-dark .swiper-button-next,
|
682
|
+
.swiper-container:not(.swiper-btn-group).swiper-dark .swiper-button-prev {
|
683
|
+
color: #ffffff !important;
|
684
|
+
background: #333333 !important; }
|
685
|
+
|
686
|
+
.swiper-container:not(.swiper-btn-group).swiper-button-next:hover,
|
687
|
+
.swiper-container:not(.swiper-btn-group).swiper-button-prev:hover {
|
688
|
+
transition: all 80ms linear !important;
|
689
|
+
box-shadow: 0 0 35px rgba(140, 152, 164, 0.15) !important; }
|
690
|
+
|
691
|
+
.swiper-container:not(.swiper-btn-group).swiper-dark .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
692
|
+
.swiper-container:not(.swiper-btn-group).swiper-black .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
|
693
|
+
.swiper-container:not(.swiper-btn-group).swiper-white .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
694
|
+
background: #121212 !important; }
|
695
|
+
|
696
|
+
/**
|
697
|
+
|
698
|
+
CUSTOM ALINGMNENT
|
699
|
+
|
700
|
+
**/
|
701
|
+
.swiper-btn-group .swiper-button-prev {
|
702
|
+
height: 30px !important;
|
703
|
+
right: auto;
|
704
|
+
left: 30px; }
|
705
|
+
|
706
|
+
.swiper-btn-group .swiper-button-next {
|
707
|
+
height: 30px !important;
|
708
|
+
right: 30px;
|
709
|
+
left: auto; }
|
710
|
+
|
711
|
+
/**
|
712
|
+
|
713
|
+
BUTTONS ALIGN : BOTTOM LEFT [RIGHT ON RTL]
|
714
|
+
|
715
|
+
**/
|
716
|
+
.swiper-btn-group-start .swiper-button-prev,
|
717
|
+
.swiper-btn-group-start.swiper-container-rtl .swiper-button-next {
|
718
|
+
top: auto;
|
719
|
+
bottom: 30px;
|
720
|
+
left: 30px;
|
721
|
+
right: auto; }
|
722
|
+
|
723
|
+
.swiper-btn-group-start .swiper-button-next,
|
724
|
+
.swiper-btn-group-start.swiper-container-rtl .swiper-button-prev {
|
725
|
+
top: auto;
|
726
|
+
bottom: 30px;
|
727
|
+
right: auto;
|
728
|
+
left: 80px; }
|
729
|
+
|
730
|
+
/**
|
731
|
+
|
732
|
+
BUTTONS ALIGN : BOTTOM RIGHT [LEFT ON RTL]
|
733
|
+
|
734
|
+
**/
|
735
|
+
.swiper-btn-group-end .swiper-button-prev,
|
736
|
+
.swiper-btn-group-end.swiper-container-rtl .swiper-button-next {
|
737
|
+
top: auto;
|
738
|
+
bottom: 30px;
|
739
|
+
right: 60px;
|
740
|
+
left: auto; }
|
741
|
+
|
742
|
+
.swiper-btn-group-end .swiper-button-next,
|
743
|
+
.swiper-btn-group-end.swiper-container-rtl .swiper-button-prev {
|
744
|
+
top: auto;
|
745
|
+
bottom: 30px;
|
746
|
+
right: 20px; }
|
747
|
+
|
748
|
+
.swiper-container.swiper-btn-group .swiper-pagination-bullet-active {
|
749
|
+
background: #ffffff !important; }
|
750
|
+
|
751
|
+
/**
|
752
|
+
|
753
|
+
Overlays
|
754
|
+
|
755
|
+
*/
|
756
|
+
.swiper-slide.overlay-dark:after,
|
757
|
+
.swiper-slide.overlay-light:after {
|
758
|
+
z-index: 1; }
|
759
|
+
|
760
|
+
.swiper-slide.overlay-dark > *,
|
761
|
+
.swiper-slide.overlay-light > * {
|
762
|
+
z-index: 2; }
|