@xenknight/framework7 0.0.5 → 0.0.7

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 (105) hide show
  1. package/components/app/app.less +1 -1
  2. package/components/block/block-vars.less +6 -6
  3. package/components/button/button-vars.less +11 -10
  4. package/components/dialog/dialog-class.js +6 -3
  5. package/components/dialog/dialog-ios.less +10 -34
  6. package/components/dialog/dialog-md.less +2 -22
  7. package/components/dialog/dialog-rtl.css +1 -1
  8. package/components/dialog/dialog-vars.less +8 -10
  9. package/components/dialog/dialog.css +1 -1
  10. package/components/dialog/dialog.js +3 -3
  11. package/components/dialog/dialog.less +6 -25
  12. package/components/icon/icon-ios.less +9 -0
  13. package/components/icon/icon-md.less +9 -0
  14. package/components/icon/icon.less +2 -1
  15. package/components/list/list-vars.less +8 -6
  16. package/components/list/list.less +1 -1
  17. package/components/messagebar/messagebar-rtl.css +1 -1
  18. package/components/messagebar/messagebar-vars.less +1 -1
  19. package/components/messagebar/messagebar.css +1 -1
  20. package/components/messages/messages-rtl.css +1 -1
  21. package/components/messages/messages-vars.less +7 -7
  22. package/components/messages/messages.css +1 -1
  23. package/components/navbar-new/navbar-ios.less +135 -0
  24. package/components/navbar-new/navbar-md.less +105 -0
  25. package/components/navbar-new/navbar-vars.less +78 -0
  26. package/components/navbar-new/navbar.d.ts +77 -0
  27. package/components/navbar-new/navbar.js +568 -0
  28. package/components/navbar-new/navbar.less +268 -0
  29. package/components/notification/notification-class.js +6 -6
  30. package/components/notification/notification-ios.less +3 -8
  31. package/components/notification/notification-md.less +1 -20
  32. package/components/notification/notification-rtl.css +1 -1
  33. package/components/notification/notification-vars.less +13 -16
  34. package/components/notification/notification.css +1 -1
  35. package/components/notification/notification.less +13 -1
  36. package/components/popover/popover-class.js +21 -58
  37. package/components/popover/popover-ios.less +66 -2
  38. package/components/popover/popover-md.less +2 -27
  39. package/components/popover/popover-rtl.css +1 -1
  40. package/components/popover/popover-vars.less +2 -3
  41. package/components/popover/popover.css +1 -1
  42. package/components/popover/popover.d.ts +0 -2
  43. package/components/popover/popover.js +0 -1
  44. package/components/popover/popover.less +28 -50
  45. package/components/range/range-class.js +34 -27
  46. package/components/range/range-ios.less +60 -0
  47. package/components/range/range-md.less +67 -4
  48. package/components/range/range-rtl.css +1 -1
  49. package/components/range/range-vars.less +18 -13
  50. package/components/range/range.css +1 -1
  51. package/components/range/range.d.ts +3 -1
  52. package/components/range/range.less +11 -24
  53. package/components/searchbar-new/remove-diacritics.js +271 -0
  54. package/components/searchbar-new/searchbar-ios.less +131 -0
  55. package/components/searchbar-new/searchbar-md.less +153 -0
  56. package/components/searchbar-new/searchbar-new-class.js +592 -0
  57. package/components/searchbar-new/searchbar-vars.less +75 -0
  58. package/components/searchbar-new/searchbar.js +122 -0
  59. package/components/searchbar-new/searchbar.less +331 -0
  60. package/components/swipeout/swipeout-ios.less +37 -0
  61. package/components/swipeout/swipeout-md.less +56 -0
  62. package/components/swipeout/swipeout-rtl.css +1 -1
  63. package/components/swipeout/swipeout-vars.less +13 -2
  64. package/components/swipeout/swipeout.css +1 -1
  65. package/components/swipeout/swipeout.js +98 -23
  66. package/components/swipeout/swipeout.less +20 -44
  67. package/components/tabs/tabs.js +5 -0
  68. package/components/toast/toast-class.js +2 -2
  69. package/components/toast/toast-ios.less +2 -0
  70. package/components/toast/toast-rtl.css +1 -1
  71. package/components/toast/toast-vars.less +2 -4
  72. package/components/toast/toast.css +1 -1
  73. package/components/toast/toast.less +1 -1
  74. package/components/toolbar-new/tabbar-highlight.js +134 -0
  75. package/components/toolbar-new/toolbar-ios.less +193 -0
  76. package/components/toolbar-new/toolbar-md.less +152 -0
  77. package/components/toolbar-new/toolbar-vars.less +77 -0
  78. package/components/toolbar-new/toolbar.js +223 -0
  79. package/components/toolbar-new/toolbar.less +261 -0
  80. package/framework7-bundle-rtl.css +2606 -746
  81. package/framework7-bundle-rtl.min.css +12 -6
  82. package/framework7-bundle.css +2603 -743
  83. package/framework7-bundle.esm.js +11 -4
  84. package/framework7-bundle.js +4536 -1038
  85. package/framework7-bundle.js.map +1 -1
  86. package/framework7-bundle.less +6 -3
  87. package/framework7-bundle.min.css +12 -6
  88. package/framework7-bundle.min.js +4 -4
  89. package/framework7-bundle.min.js.map +1 -1
  90. package/framework7-lite-bundle.esm.js +11 -4
  91. package/framework7-lite.esm.js +11 -4
  92. package/framework7-lite.js +8 -1
  93. package/framework7-rtl.css +2212 -399
  94. package/framework7-rtl.min.css +11 -5
  95. package/framework7.css +2211 -398
  96. package/framework7.esm.js +11 -4
  97. package/framework7.js +8 -1
  98. package/framework7.less +6 -3
  99. package/framework7.min.css +11 -5
  100. package/package.json +1 -1
  101. package/shared/get-support.d.ts +0 -6
  102. package/shared/get-support.js +1 -20
  103. package/shared/material-color-utils.js +2153 -679
  104. package/shared/material-colors.js +97 -17
  105. package/shared/utils.js +18 -6
@@ -1,13 +1,13 @@
1
1
  /**
2
- * Framework7 0.0.3
2
+ * Framework7 0.0.6
3
3
  * Full featured mobile HTML framework for building iOS & Android apps
4
4
  * https://framework7.io/
5
5
  *
6
- * Copyright 2014-2025 Vladimir Kharlampidi
6
+ * Copyright 2014-2026 Vladimir Kharlampidi
7
7
  *
8
8
  * Released under the MIT License
9
9
  *
10
- * Released on: December 14, 2025
10
+ * Released on: January 1, 2026
11
11
  */
12
12
 
13
13
  /*====================
@@ -166,7 +166,7 @@
166
166
  }
167
167
  @font-face {
168
168
  font-family: 'framework7-core-icons';
169
- src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
169
+ src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
170
170
  font-weight: 400;
171
171
  font-style: normal;
172
172
  }
@@ -2217,248 +2217,1814 @@ html.device-full-viewport body {
2217
2217
  .md .navbar-inner-centered-title .title {
2218
2218
  text-align: center;
2219
2219
  }
2220
- /* === Toolbar === */
2220
+ /* === Navbar New === */
2221
2221
  :root {
2222
2222
  /*
2223
- --f7-toolbar-bg-color: var(--f7-bars-bg-color);
2224
- --f7-toolbar-bg-color-rgb: var(--f7-bars-bg-color-rgb);
2225
- --f7-toolbar-border-color: var(--f7-bars-border-color);
2226
- --f7-toolbar-link-color: var(--f7-bars-link-color);
2227
- --f7-toolbar-text-color: var(--f7-bars-text-color);
2223
+ --f7-navbar-new-bg-color: var(--f7-bars-bg-color);
2224
+ --f7-navbar-new-bg-color-rgb: var(--f7-bars-bg-color-rgb);
2225
+ --f7-navbar-new-border-color: var(--f7-bars-border-color);
2228
2226
  */
2229
- --f7-tabbar-link-active-bg-color: transparent;
2230
- --f7-tabbar-label-text-transform: none;
2231
- --f7-toolbar-hide-show-transition-duration: 400ms;
2227
+ --f7-navbar-new-hide-show-transition-duration: 400ms;
2228
+ --f7-navbar-new-title-line-height: 1.2;
2229
+ --f7-navbar-new-subtitle-text-align: inherit;
2230
+ --f7-navbar-new-large-title-line-height: 1.2;
2231
+ --f7-navbar-new-large-title-text-color: inherit;
2232
+ --f7-navbar-new-large-title-padding-left: 16px;
2233
+ --f7-navbar-new-large-title-padding-right: 16px;
2232
2234
  }
2233
2235
  .ios {
2234
- --f7-toolbar-height: 44px;
2235
- --f7-toolbar-font-size: 17px;
2236
- --f7-toolbar-inner-padding-left: 8px;
2237
- --f7-toolbar-inner-padding-right: 8px;
2238
- --f7-toolbar-link-font-weight: 400;
2239
2236
  /*
2240
- --f7-toolbar-link-height: var(--f7-toolbar-height);
2241
- --f7-toolbar-link-line-height: var(--f7-toolbar-height);
2242
- --f7-tabbar-link-active-color: var(--f7-theme-color);
2237
+ --f7-navbar-new-link-color: var(--f7-bars-link-color);
2238
+ --f7-navbar-new-text-color: var(--f7-bars-text-color);
2243
2239
  */
2244
- --f7-tabbar-icons-height: 50px;
2245
- --f7-tabbar-icons-tablet-height: 50px;
2246
- --f7-tabbar-icon-size: 28px;
2247
- --f7-tabbar-link-text-transform: none;
2248
- --f7-tabbar-link-font-weight: 400;
2249
- --f7-tabbar-link-letter-spacing: 0;
2250
- --f7-tabbar-label-font-size: 12px;
2251
- --f7-tabbar-label-tablet-font-size: 14px;
2252
- --f7-tabbar-label-font-weight: 500;
2253
- --f7-tabbar-label-letter-spacing: 0.01;
2254
- --f7-tabbar-link-inactive-color: rgba(0, 0, 0, 0.4);
2240
+ --f7-navbar-new-link-color: var(--f7-bars-text-color);
2241
+ --f7-navbar-new-height: 76px;
2242
+ --f7-navbar-new-font-size: 17px;
2243
+ --f7-navbar-new-title-font-size: inherit;
2244
+ --f7-navbar-new-inner-padding-left: 16px;
2245
+ --f7-navbar-new-inner-padding-right: 16px;
2246
+ --f7-navbar-new-title-font-weight: 600;
2247
+ --f7-navbar-new-title-margin-left: 0;
2248
+ --f7-navbar-new-title-margin-right: 0;
2249
+ --f7-navbar-new-title-text-align: center;
2250
+ --f7-navbar-new-subtitle-font-size: 10px;
2251
+ --f7-navbar-new-subtitle-line-height: 1;
2252
+ --f7-navbar-new-large-title-height: 52px;
2253
+ --f7-navbar-new-large-title-font-size: 34px;
2254
+ --f7-navbar-new-large-title-font-weight: 700;
2255
+ --f7-navbar-new-large-title-letter-spacing: -0.03em;
2256
+ --f7-navbar-new-large-title-padding-vertical: 6px;
2257
+ /*
2258
+ --f7-navbar-new-link-height: var(--f7-navbar-new-height);
2259
+ --f7-navbar-new-link-line-height: var(--f7-navbar-new-height);
2260
+ */
2261
+ --f7-navbar-new-subtitle-text-color: rgba(0, 0, 0, 0.55);
2262
+ --f7-navbar-new-bars-bg-color: rgba(255, 255, 255, 0.5);
2255
2263
  }
2256
2264
  .ios .dark,
2257
2265
  .ios.dark {
2258
- --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.54);
2266
+ --f7-navbar-new-subtitle-text-color: rgba(255, 255, 255, 0.55);
2267
+ --f7-navbar-new-bars-bg-color: rgba(0, 0, 0, 0.5);
2259
2268
  }
2260
2269
  .md {
2261
- --f7-toolbar-height: 56px;
2262
- --f7-toolbar-font-size: 14px;
2263
- --f7-toolbar-inner-padding-left: 0px;
2264
- --f7-toolbar-inner-padding-right: 0px;
2265
- /*
2266
- --f7-toolbar-link-height: var(--f7-toolbar-height);
2267
- --f7-toolbar-link-line-height: var(--f7-toolbar-height);
2268
- */
2269
- --f7-tabbar-icons-height: 80px;
2270
- --f7-tabbar-icons-tablet-height: 80px;
2271
- --f7-tabbar-icon-size: 24px;
2272
- --f7-tabbar-link-text-transform: none;
2273
- --f7-tabbar-link-font-weight: 500;
2274
- --f7-tabbar-link-letter-spacing: 0;
2275
- --f7-toolbar-link-font-weight: 500;
2276
- --f7-tabbar-label-font-size: 12px;
2277
- --f7-tabbar-label-tablet-font-size: 12px;
2278
- --f7-tabbar-label-font-weight: 500;
2279
- --f7-tabbar-label-letter-spacing: 0;
2270
+ --f7-navbar-new-height: 64px;
2271
+ --f7-navbar-new-font-size: 16px;
2272
+ --f7-navbar-new-title-font-size: 22px;
2273
+ --f7-navbar-new-inner-padding-left: 0px;
2274
+ --f7-navbar-new-inner-padding-right: 0px;
2275
+ --f7-navbar-new-title-font-weight: 400;
2276
+ --f7-navbar-new-title-margin-left: 0px;
2277
+ --f7-navbar-new-title-margin-right: 16px;
2278
+ --f7-navbar-new-title-text-align: left;
2279
+ --f7-navbar-new-subtitle-font-size: 14px;
2280
+ --f7-navbar-new-subtitle-line-height: 1.2;
2281
+ --f7-navbar-new-large-title-font-size: 28px;
2282
+ --f7-navbar-new-large-title-height: 88px;
2283
+ --f7-navbar-new-large-title-font-weight: 400;
2284
+ --f7-navbar-new-large-title-letter-spacing: 0;
2285
+ --f7-navbar-new-large-title-padding-vertical: 8px;
2286
+ --f7-navbar-new-link-height: 48px;
2287
+ --f7-navbar-new-link-line-height: 48px;
2280
2288
  }
2281
2289
  .md,
2282
2290
  .md .dark,
2283
2291
  .md [class*='color-'] {
2284
- --f7-tabbar-link-active-color: var(--f7-md-on-secondary-container);
2285
- --f7-tabbar-link-active-border-color: var(--f7-md-primary);
2286
- --f7-tabbar-link-inactive-color: var(--f7-md-on-surface-variant);
2287
- --f7-tabbar-link-active-icon-bg-color: var(--f7-md-secondary-container);
2292
+ --f7-navbar-new-link-color: var(--f7-md-on-surface);
2293
+ --f7-navbar-new-text-color: var(--f7-md-on-surface);
2294
+ --f7-navbar-new-subtitle-text-color: var(--f7-md-on-surface-variant);
2288
2295
  }
2289
- .toolbar {
2296
+ .navbars-new,
2297
+ .navbar-new {
2298
+ z-index: 500;
2299
+ left: 0;
2300
+ top: 0;
2290
2301
  width: 100%;
2302
+ }
2303
+ .navbars-new {
2304
+ position: absolute;
2305
+ }
2306
+ .navbars-new .navbar-new {
2307
+ z-index: auto;
2308
+ }
2309
+ .navbars-new .navbar-new-transitioning {
2310
+ z-index: 500;
2311
+ }
2312
+ .navbar-new {
2313
+ --f7-navbar-new-large-collapse-progress: 0;
2291
2314
  position: relative;
2292
- margin: 0;
2293
- transform: translate3d(0, 0, 0);
2294
2315
  -webkit-backface-visibility: hidden;
2295
2316
  backface-visibility: hidden;
2296
- z-index: 600;
2297
2317
  box-sizing: border-box;
2298
- left: 0;
2299
- height: var(--f7-toolbar-height);
2300
- background-color: var(--f7-toolbar-bg-color, var(--f7-bars-bg-color));
2301
- color: var(--f7-toolbar-text-color, var(--f7-bars-text-color));
2302
- font-size: var(--f7-toolbar-font-size);
2318
+ margin: 0;
2319
+ height: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
2320
+ color: var(--f7-navbar-new-text-color, var(--f7-bars-text-color));
2321
+ font-size: var(--f7-navbar-new-font-size);
2303
2322
  }
2304
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
2305
- .ios-translucent-bars .toolbar {
2306
- background-color: rgba(var(--f7-toolbar-bg-color-rgb, var(--f7-bars-bg-color-rgb)), var(--f7-bars-translucent-opacity));
2307
- -webkit-backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
2308
- backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
2309
- }
2323
+ .navbar-new b {
2324
+ font-weight: 500;
2310
2325
  }
2311
- .toolbar b {
2312
- font-weight: 600;
2326
+ .navbar-new a {
2327
+ color: var(--f7-navbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
2313
2328
  }
2314
- .toolbar a {
2315
- color: var(--f7-toolbar-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
2316
- box-sizing: border-box;
2317
- flex-shrink: 1;
2329
+ .navbar-new a.link {
2330
+ display: flex;
2331
+ justify-content: flex-start;
2332
+ line-height: var(--f7-navbar-new-link-line-height, var(--f7-navbar-new-height));
2333
+ height: var(--f7-navbar-new-link-height, var(--f7-navbar-new-height));
2334
+ }
2335
+ .navbar-new .title,
2336
+ .navbar-new .left,
2337
+ .navbar-new .right {
2318
2338
  position: relative;
2319
- white-space: nowrap;
2320
- text-overflow: ellipsis;
2339
+ z-index: 10;
2321
2340
  }
2322
- .toolbar .link {
2323
- display: flex;
2324
- line-height: var(--f7-toolbar-link-line-height, var(--f7-toolbar-height));
2325
- height: var(--f7-toolbar-link-height, var(--f7-toolbar-height));
2326
- font-weight: var(--f7-toolbar-link-font-weight);
2341
+ .navbar-new .title {
2342
+ position: relative;
2343
+ overflow: hidden;
2344
+ text-overflow: ellipsis;
2345
+ white-space: nowrap;
2346
+ flex-shrink: 10;
2347
+ font-weight: var(--f7-navbar-new-title-font-weight);
2348
+ display: inline-block;
2349
+ line-height: var(--f7-navbar-new-title-line-height);
2350
+ text-align: var(--f7-navbar-new-title-text-align);
2351
+ font-size: var(--f7-navbar-new-title-font-size);
2352
+ margin-left: var(--f7-navbar-new-title-margin-left);
2353
+ margin-right: var(--f7-navbar-new-title-margin-left);
2327
2354
  }
2328
- .toolbar i.icon {
2355
+ .navbar-new .subtitle {
2329
2356
  display: block;
2357
+ color: var(--f7-navbar-new-subtitle-text-color);
2358
+ font-weight: normal;
2359
+ font-size: var(--f7-navbar-new-subtitle-font-size);
2360
+ line-height: var(--f7-navbar-new-subtitle-line-height);
2361
+ text-align: var(--f7-navbar-new-subtitle-text-align);
2330
2362
  }
2331
- .toolbar:after,
2332
- .toolbar:before {
2333
- -webkit-backface-visibility: hidden;
2334
- backface-visibility: hidden;
2363
+ .navbar-new .left,
2364
+ .navbar-new .right {
2365
+ flex-shrink: 0;
2366
+ display: flex;
2367
+ justify-content: flex-start;
2368
+ align-items: center;
2335
2369
  }
2336
- .views > .toolbar,
2337
- .view > .toolbar,
2338
- .page > .toolbar {
2370
+ .navbar-new .right:first-child {
2339
2371
  position: absolute;
2372
+ height: 100%;
2340
2373
  }
2341
- .toolbar-top,
2342
- .ios .toolbar-top-ios,
2343
- .md .toolbar-top-md {
2374
+ .navbar-new.no-outline .navbar-new-bg:after,
2375
+ .navbar-new .no-outline .navbar-new-bg:after {
2376
+ display: none !important;
2377
+ }
2378
+ .navbar-new.no-outline .title-large:after,
2379
+ .navbar-new .no-outline .title-large:after {
2380
+ display: none !important;
2381
+ }
2382
+ .navbar-new.navbar-new-hidden .navbar-new-bg:before,
2383
+ .navbar-new-hidden .navbar-new .navbar-new-bg:before {
2384
+ opacity: 0 !important;
2385
+ }
2386
+ .navbar-new-bg {
2387
+ position: absolute;
2388
+ left: 0;
2344
2389
  top: 0;
2390
+ width: 100%;
2391
+ height: 100%;
2392
+ pointer-events: none;
2393
+ z-index: 0;
2394
+ transition-property: transform;
2345
2395
  }
2346
- .toolbar-top .tab-link-highlight,
2347
- .ios .toolbar-top-ios .tab-link-highlight,
2348
- .md .toolbar-top-md .tab-link-highlight {
2349
- bottom: 0;
2396
+ .navbar-new-transitioning,
2397
+ .navbar-new-transitioning .left,
2398
+ .navbar-new-transitioning .title,
2399
+ .navbar-new-transitioning .right,
2400
+ .navbar-new-transitioning .title-large-text,
2401
+ .navbar-new-transitioning .navbar-new-bg,
2402
+ .navbar-new-transitioning .subnavbar,
2403
+ .navbar-new-transitioning .navbar-new-bg:before {
2404
+ transition-duration: var(--f7-navbar-new-hide-show-transition-duration);
2405
+ }
2406
+ .navbar-new-page-transitioning {
2407
+ transition-duration: var(--f7-page-swipeback-transition-duration) !important;
2350
2408
  }
2351
- .toolbar-top.no-outline:after,
2352
- .ios .toolbar-top-ios.no-outline:after,
2353
- .md .toolbar-top-md.no-outline:after {
2354
- display: none !important;
2409
+ .navbar-new-page-transitioning .title-large-text,
2410
+ .navbar-new-page-transitioning .navbar-new-bg {
2411
+ transition-duration: var(--f7-page-swipeback-transition-duration) !important;
2355
2412
  }
2356
- .toolbar-top.toolbar-hidden:before,
2357
- .ios .toolbar-top-ios.toolbar-hidden:before,
2358
- .md .toolbar-top-md.toolbar-hidden:before {
2359
- display: none !important;
2413
+ .navbar-new-hidden {
2414
+ transform: translate3d(0, calc(-1 * var(--f7-navbar-new-height)), 0);
2360
2415
  }
2361
- .toolbar-top:after,
2362
- .ios .toolbar-top-ios:after,
2363
- .md .toolbar-top-md:after,
2364
- .toolbar-top:before,
2365
- .ios .toolbar-top-ios:before,
2366
- .md .toolbar-top-md:before {
2367
- -webkit-backface-visibility: hidden;
2368
- backface-visibility: hidden;
2416
+ .navbar-new-hidden .navbar-new-inner {
2417
+ pointer-events: none;
2369
2418
  }
2370
- .toolbar-top:after,
2371
- .ios .toolbar-top-ios:after,
2372
- .md .toolbar-top-md:after {
2373
- content: '';
2419
+ .navbar-new-hidden .navbar-new-inner > .left,
2420
+ .navbar-new-hidden .navbar-new-inner > .title,
2421
+ .navbar-new-hidden .navbar-new-inner > .right {
2422
+ opacity: 0 !important;
2423
+ }
2424
+ .navbar-new-hidden .subnavbar {
2425
+ pointer-events: auto;
2426
+ }
2427
+ .navbar-new-hidden-statusbar {
2428
+ transform: translate3d(0, calc(-1 * var(--f7-navbar-new-height) - var(--f7-safe-area-top)), 0);
2429
+ }
2430
+ .navbar-new-large-hidden .navbar-new-large {
2431
+ --f7-navbar-new-large-collapse-progress: 1;
2432
+ }
2433
+ .navbar-new-inner {
2374
2434
  position: absolute;
2375
- background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
2376
- display: block;
2377
- z-index: 15;
2378
- top: auto;
2379
- right: auto;
2435
+ left: 0;
2380
2436
  bottom: 0;
2437
+ width: 100%;
2438
+ height: 100%;
2439
+ display: flex;
2440
+ align-items: center;
2441
+ box-sizing: border-box;
2442
+ padding: var(--f7-safe-area-top) calc(var(--f7-navbar-new-inner-padding-right) + var(--f7-safe-area-right)) 0 calc(var(--f7-navbar-new-inner-padding-left) + var(--f7-safe-area-left));
2443
+ transform: translate3d(0, 0, 0);
2444
+ z-index: 10;
2445
+ }
2446
+ .views > .navbar-new,
2447
+ .view > .navbar-new,
2448
+ .page > .navbar-new {
2449
+ position: absolute;
2450
+ }
2451
+ .ios .navbar-new:not(.navbar-new-large) .navbar-new-bg {
2452
+ --f7-navbar-new-large-collapse-progress: 1;
2453
+ }
2454
+ .navbar-new-large .title {
2455
+ opacity: var(--f7-navbar-new-large-collapse-progress);
2456
+ }
2457
+ .navbar-new-large-collapsed {
2458
+ --f7-navbar-new-large-collapse-progress: 1;
2459
+ }
2460
+ .navbar-new-large-collapsed .title-large {
2461
+ pointer-events: none;
2462
+ }
2463
+ .navbar-new-large-collapsed .title-large-text {
2464
+ opacity: 0;
2465
+ }
2466
+ .navbar-new .title-large {
2467
+ box-sizing: border-box;
2468
+ position: absolute;
2381
2469
  left: 0;
2382
- height: 1px;
2470
+ right: 0;
2471
+ top: 100%;
2472
+ display: flex;
2473
+ white-space: nowrap;
2474
+ overflow: hidden;
2475
+ height: var(--f7-navbar-new-large-title-height);
2476
+ z-index: 5;
2477
+ }
2478
+ .navbar-new .title-large-text {
2479
+ text-overflow: ellipsis;
2480
+ white-space: nowrap;
2481
+ color: var(--f7-navbar-new-large-title-text-color);
2482
+ letter-spacing: var(--f7-navbar-new-large-title-letter-spacing);
2483
+ font-size: var(--f7-navbar-new-large-title-font-size);
2484
+ font-weight: var(--f7-navbar-new-large-title-font-weight);
2485
+ line-height: var(--f7-navbar-new-large-title-line-height);
2486
+ padding-left: calc(var(--f7-navbar-new-large-title-padding-left) + var(--f7-safe-area-left));
2487
+ padding-right: calc(var(--f7-navbar-new-large-title-padding-right) + var(--f7-safe-area-right));
2488
+ padding-top: var(--f7-navbar-new-large-title-padding-vertical);
2489
+ padding-bottom: var(--f7-navbar-new-large-title-padding-vertical);
2490
+ box-sizing: border-box;
2491
+ overflow: hidden;
2383
2492
  width: 100%;
2384
- transform-origin: 50% 100%;
2385
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
2493
+ transform: translate3d(0px, calc(-1 * var(--f7-navbar-new-large-collapse-progress) * var(--f7-navbar-new-large-title-height)), 0);
2494
+ transform-origin: calc(var(--f7-navbar-new-large-title-padding-left) + var(--f7-safe-area-left)) center;
2386
2495
  }
2387
- .toolbar-bottom,
2388
- .ios .toolbar-bottom-ios,
2389
- .md .toolbar-bottom-md {
2390
- bottom: 0;
2391
- height: calc(var(--f7-toolbar-height) + var(--f7-safe-area-bottom));
2496
+ .navbar-no-title-large-transition .title-large-text {
2497
+ transition-duration: 0ms;
2392
2498
  }
2393
- .toolbar-bottom .tab-link-highlight,
2394
- .ios .toolbar-bottom-ios .tab-link-highlight,
2395
- .md .toolbar-bottom-md .tab-link-highlight {
2396
- top: 0;
2499
+ .navbar-new ~ *,
2500
+ .navbars-new ~ * {
2501
+ --f7-page-navbar-offset: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
2397
2502
  }
2398
- .toolbar-bottom .toolbar-inner,
2399
- .ios .toolbar-bottom-ios .toolbar-inner,
2400
- .md .toolbar-bottom-md .toolbar-inner {
2401
- height: auto;
2402
- top: 0;
2403
- bottom: var(--f7-safe-area-bottom);
2503
+ .navbar-new ~ * .page-with-navbar-new-large,
2504
+ .navbar-new ~ .page-with-navbar-new-large,
2505
+ .navbars-new ~ * .page-with-navbar-new-large,
2506
+ .navbars-new ~ .page-with-navbar-new-large,
2507
+ .page-with-navbar-new-large .navbar-new ~ * {
2508
+ --f7-page-navbar-offset: calc(var(--f7-navbar-new-height) + var(--f7-navbar-new-large-title-height) + var(--f7-safe-area-top));
2404
2509
  }
2405
- .toolbar-bottom.no-outline:before,
2406
- .ios .toolbar-bottom-ios.no-outline:before,
2407
- .md .toolbar-bottom-md.no-outline:before {
2408
- display: none !important;
2510
+ .page.no-navbar,
2511
+ .page.no-navbar .navbar-new ~ * {
2512
+ --f7-page-navbar-offset: var(--f7-safe-area-top);
2513
+ }
2514
+ .ios {
2515
+ --f7-navbarLeftTextOffset: calc(4px + 12px + var(--f7-navbar-new-inner-padding-left));
2516
+ --f7-navbarTitleLargeOffset: var(--f7-navbar-new-large-title-padding-left);
2517
+ }
2518
+ .ios .navbar-new .title-large {
2519
+ align-items: flex-end;
2520
+ }
2521
+ .ios .navbar-new a.link {
2522
+ height: 100%;
2523
+ padding: 0 12px;
2524
+ }
2525
+ .ios .navbar-new a.icon-only {
2526
+ width: 44px;
2527
+ margin: 0;
2528
+ justify-content: center;
2529
+ }
2530
+ .ios .navbar-new .left a + a,
2531
+ .ios .navbar-new .right a + a {
2532
+ margin-left: 16px;
2533
+ }
2534
+ .ios .navbar-new b {
2535
+ font-weight: 600;
2536
+ }
2537
+ .ios .navbar-new .left {
2538
+ margin-right: 10px;
2539
+ }
2540
+ .ios .navbar-new .right {
2541
+ margin-left: 10px;
2542
+ }
2543
+ .ios .navbar-new .right:first-child {
2544
+ right: calc(8px + var(--f7-safe-area-right));
2545
+ }
2546
+ .ios .navbar-new-bg {
2547
+ height: 100%;
2548
+ }
2549
+ .ios .navbar-new-bg::before {
2550
+ content: '';
2551
+ position: absolute;
2552
+ inset: 0;
2553
+ -webkit-backdrop-filter: blur(2px);
2554
+ backdrop-filter: blur(2px);
2555
+ -webkit-mask-image: linear-gradient(to bottom, black calc(50% + var(--f7-safe-area-top, 0px)), transparent 100%);
2556
+ mask-image: linear-gradient(to bottom, black calc(50% + var(--f7-safe-area-top, 0px)), transparent 100%);
2557
+ }
2558
+ .ios .navbar-new-bg::after {
2559
+ content: '';
2560
+ position: absolute;
2561
+ inset: 0;
2562
+ background-image: linear-gradient(to bottom, var(--f7-navbar-new-bars-bg-color) var(--f7-safe-area-top, 0px), transparent 100%);
2563
+ }
2564
+ .ios .navbar-new .navbar-new-inner {
2565
+ justify-content: space-between;
2566
+ padding-top: calc(16px + var(--f7-safe-area-top));
2567
+ padding-bottom: 16px;
2568
+ }
2569
+ .ios .navbar-new .left,
2570
+ .ios .navbar-new .right,
2571
+ .ios .navbar-new .navbar-pane {
2572
+ height: 100%;
2573
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
2574
+ backdrop-filter: saturate(180%) blur(16px);
2575
+ box-shadow: var(--f7-glass-shadow);
2576
+ background-color: var(--f7-glass-bg-color);
2577
+ border-radius: 64px;
2578
+ min-width: 44px;
2579
+ }
2580
+ .ios .navbar-pane {
2581
+ display: flex;
2582
+ align-items: center;
2583
+ justify-content: center;
2584
+ }
2585
+ .ios .navbar-new .navbar-new-inner-left-title {
2586
+ justify-content: flex-start;
2587
+ }
2588
+ .ios .navbar-new .navbar-new-inner-left-title .right {
2589
+ margin-left: auto;
2590
+ }
2591
+ .ios .navbar-new .navbar-new-inner-left-title .title {
2592
+ text-align: left;
2593
+ margin-right: 10px;
2594
+ }
2595
+ .ios .navbar-new-transparent:not(.navbar-new-large):not(.navbar-new-transparent-visible):not(
2596
+ .with-searchbar-expandable-enabled
2597
+ ) .title {
2598
+ opacity: 0;
2599
+ }
2600
+ .view-master-detail .page-master {
2601
+ z-index: 525;
2602
+ }
2603
+ .md .navbar-new .title-large {
2604
+ align-items: center;
2605
+ overflow: hidden;
2606
+ }
2607
+ .md .navbar-new .left {
2608
+ margin-left: 4px;
2609
+ margin-right: 4px;
2610
+ }
2611
+ .md .navbar-new a.link {
2612
+ padding: 0 12px;
2613
+ min-width: 48px;
2614
+ height: var(--f7-navbar-new-link-height, var(--f7-navbar-new-height));
2615
+ }
2616
+ .md .navbar-new a.icon-only {
2617
+ min-width: 0;
2618
+ flex-shrink: 0;
2619
+ width: 48px;
2620
+ }
2621
+ .md .navbar-new .right {
2622
+ margin-left: auto;
2623
+ margin-right: 4px;
2624
+ }
2625
+ .md .navbar-new .right:first-child {
2626
+ right: var(--f7-safe-area-right);
2627
+ }
2628
+ .md .navbar-pane {
2629
+ display: contents;
2630
+ }
2631
+ .md .navbar-new-bg {
2632
+ background: var(--f7-navbar-new-bg-color);
2633
+ background-color: var(--f7-navbar-new-bg-color, var(--f7-bars-bg-color));
2634
+ }
2635
+ .md .navbar-new-bg:after,
2636
+ .md .navbar-new-bg:before {
2637
+ -webkit-backface-visibility: hidden;
2638
+ backface-visibility: hidden;
2639
+ }
2640
+ .md .navbar-new-bg:after {
2641
+ content: '';
2642
+ position: absolute;
2643
+ background-color: var(--f7-navbar-new-border-color, var(--f7-bars-border-color));
2644
+ display: block;
2645
+ z-index: 15;
2646
+ top: auto;
2647
+ right: auto;
2648
+ bottom: 0;
2649
+ left: 0;
2650
+ height: 1px;
2651
+ width: 100%;
2652
+ transform-origin: 50% 100%;
2653
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
2654
+ }
2655
+ .md .navbar-new-bg:after {
2656
+ z-index: 1;
2657
+ }
2658
+ .md .navbar-new-inner {
2659
+ justify-content: flex-start;
2660
+ overflow: hidden;
2661
+ }
2662
+ .md .navbar-new-large:not(.navbar-new-large-collapsed) .navbar-new-inner {
2663
+ overflow: visible;
2664
+ }
2665
+ .md .page.page-with-subnavbar .navbar-new-inner {
2666
+ overflow: visible;
2667
+ }
2668
+ .md .navbar-new-inner:not(.navbar-new-inner-centered-title) .title:first-child {
2669
+ margin-left: 16px;
2670
+ }
2671
+ .md .navbar-new-inner-centered-title {
2672
+ justify-content: space-between;
2673
+ }
2674
+ .md .navbar-new-inner-centered-title .right {
2675
+ margin-left: 0;
2676
+ }
2677
+ .md .navbar-new-inner-centered-title .title {
2678
+ text-align: center;
2679
+ }
2680
+ .md .navbar-new-transparent:not(.navbar-new-large):not(.navbar-new-transparent-visible):not(
2681
+ .with-searchbar-expandable-enabled
2682
+ ) .navbar-new-bg,
2683
+ .md .navbar-new-transparent:not(.navbar-new-large):not(.navbar-new-transparent-visible):not(
2684
+ .with-searchbar-expandable-enabled
2685
+ ) .title {
2686
+ opacity: 0;
2687
+ }
2688
+ .md .navbar-new-large .navbar-new-bg {
2689
+ height: calc(100% + var(--f7-navbar-new-large-title-height));
2690
+ transform: translate3d(0px, calc(-1 * var(--f7-navbar-new-large-collapse-progress) * var(--f7-navbar-new-large-title-height)), 0);
2691
+ }
2692
+ .md .navbar-new-large-transparent .navbar-new-bg,
2693
+ .md .navbar-new-large.navbar-new-transparent .navbar-new-bg {
2694
+ opacity: var(--f7-navbar-new-large-collapse-progress);
2695
+ }
2696
+ /* === Searchbar New === */
2697
+ :root {
2698
+ /*
2699
+ --f7-searchbar-new-link-color: var(--f7-bars-link-color);
2700
+ --f7-searchbar-new-inline-input-font-size: var(--f7-searchbar-new-input-font-size);
2701
+ */
2702
+ --f7-searchbar-new-input-border-width: 0px;
2703
+ --f7-searchbar-new-input-border-color: transparent;
2704
+ }
2705
+ .ios {
2706
+ /*
2707
+ --f7-searchbar-new-border-color: var(--f7-bars-border-color);
2708
+ */
2709
+ --f7-searchbar-new-bg-color: transparent;
2710
+ --f7-searchbar-new-height: 44px;
2711
+ --f7-searchbar-new-inner-padding-left: 0px;
2712
+ --f7-searchbar-new-inner-padding-right: 0px;
2713
+ --f7-searchbar-new-link-color: var(--f7-bars-text-color);
2714
+ --f7-searchbar-new-input-font-size: 17px;
2715
+ --f7-searchbar-new-input-border-radius: 44px;
2716
+ --f7-searchbar-new-input-height: 44px;
2717
+ --f7-searchbar-new-inline-input-height: 44px;
2718
+ /*
2719
+ --f7-searchbar-new-inline-input-border-radius: var(--f7-searchbar-new-input-border-radius);
2720
+ */
2721
+ --f7-searchbar-new-input-padding-horizontal: 44px;
2722
+ /*
2723
+ --f7-searchbar-new-inline-input-padding-horizontal: var(--f7-searchbar-new-input-padding-horizontal);
2724
+ --f7-searchbar-new-input-clear-button-color: var(--f7-input-clear-button-color);
2725
+ */
2726
+ --f7-searchbar-new-backdrop-bg-color: rgba(0, 0, 0, 0.4);
2727
+ --f7-searchbar-new-in-page-content-margin: 16px;
2728
+ --f7-searchbar-new-in-page-content-box-shadow: none;
2729
+ --f7-searchbar-new-in-page-content-border-radius: 44px;
2730
+ --f7-searchbar-new-in-page-content-input-border-radius: 44px;
2731
+ --f7-searchbar-new-input-bg-color: var(--f7-glass-bg-color);
2732
+ --f7-searchbar-new-placeholder-color: rgba(0, 0, 0, 0.4);
2733
+ --f7-searchbar-new-input-text-color: #000;
2734
+ --f7-searchbar-new-search-icon-color: rgba(0, 0, 0, 0.4);
2735
+ --f7-searchbar-new-bars-bg-color: #efeff4;
2736
+ }
2737
+ .ios .dark,
2738
+ .ios.dark {
2739
+ --f7-searchbar-new-placeholder-color: rgba(255, 255, 255, 0.4);
2740
+ --f7-searchbar-new-input-text-color: #fff;
2741
+ --f7-searchbar-new-search-icon-color: rgba(255, 255, 255, 0.4);
2742
+ --f7-searchbar-new-bars-bg-color: rgba(0, 0, 0, 0.5);
2743
+ }
2744
+ .md {
2745
+ --f7-searchbar-new-border-color: transparent;
2746
+ --f7-searchbar-new-height: 48px;
2747
+ --f7-searchbar-new-inner-padding-left: 8px;
2748
+ --f7-searchbar-new-inner-padding-right: 8px;
2749
+ --f7-searchbar-new-input-font-size: 16px;
2750
+ --f7-searchbar-new-input-border-radius: 24px;
2751
+ --f7-searchbar-new-input-height: 48px;
2752
+ --f7-searchbar-new-inline-input-height: 48px;
2753
+ --f7-searchbar-new-inline-input-border-radius: 24px;
2754
+ --f7-searchbar-new-input-padding-horizontal: 16px;
2755
+ --f7-searchbar-new-inline-input-padding-horizontal: 16px;
2756
+ --f7-searchbar-new-backdrop-bg-color: rgba(0, 0, 0, 0.25);
2757
+ --f7-searchbar-new-in-page-content-margin: 16px 0;
2758
+ --f7-searchbar-new-in-page-content-box-shadow: none;
2759
+ --f7-searchbar-new-in-page-content-border-radius: 24px;
2760
+ --f7-searchbar-new-in-page-content-input-border-radius: 24px;
2761
+ --f7-searchbar-new-bg-color: transparent;
2762
+ }
2763
+ .md,
2764
+ .md .dark,
2765
+ .md [class*='color-'] {
2766
+ --f7-searchbar-new-link-color: var(--f7-md-on-surface);
2767
+ --f7-searchbar-new-search-icon-color: var(--f7-md-on-surface);
2768
+ --f7-searchbar-new-input-clear-button-color: var(--f7-md-on-surface);
2769
+ --f7-searchbar-new-placeholder-color: var(--f7-md-on-surface-variant);
2770
+ --f7-searchbar-new-input-bg-color: var(--f7-md-secondary-container);
2771
+ --f7-searchbar-new-input-text-color: var(--f7-md-on-surface);
2772
+ }
2773
+ .searchbar-new {
2774
+ --f7-link-highlight-color: var(--f7-link-highlight-black);
2775
+ width: 100%;
2776
+ position: relative;
2777
+ z-index: 200;
2778
+ height: var(--f7-searchbar-new-height);
2779
+ background-color: var(--f7-searchbar-new-bars-bg-color);
2780
+ }
2781
+ .dark .searchbar-new {
2782
+ --f7-link-highlight-color: var(--f7-link-highlight-white);
2783
+ }
2784
+ .searchbar-new input[type='search']::-webkit-search-decoration {
2785
+ display: none;
2786
+ }
2787
+ .ios .subnavbar .searchbar-new {
2788
+ background-color: transparent;
2789
+ -webkit-backdrop-filter: none;
2790
+ backdrop-filter: none;
2791
+ }
2792
+ .ios .subnavbar .searchbar-new:after {
2793
+ display: none !important;
2794
+ }
2795
+ .searchbar-new.no-outline:after {
2796
+ display: none !important;
2797
+ }
2798
+ .searchbar-new:after {
2799
+ content: '';
2800
+ position: absolute;
2801
+ background-color: var(--f7-searchbar-new-border-color, var(--f7-bars-border-color));
2802
+ display: block;
2803
+ z-index: 15;
2804
+ top: auto;
2805
+ right: auto;
2806
+ bottom: 0;
2807
+ left: 0;
2808
+ height: 1px;
2809
+ width: 100%;
2810
+ transform-origin: 50% 100%;
2811
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
2812
+ }
2813
+ .page > .searchbar-new:not(.searchbar-new-inline) {
2814
+ z-index: 600;
2815
+ }
2816
+ .searchbar-new input[type='text'],
2817
+ .searchbar-new input[type='search'] {
2818
+ box-sizing: border-box;
2819
+ width: 100%;
2820
+ height: 100%;
2821
+ display: block;
2822
+ border: var(--f7-searchbar-new-input-border-width) solid var(--f7-searchbar-new-input-border-color);
2823
+ -webkit-appearance: none;
2824
+ appearance: none;
2825
+ font-family: inherit;
2826
+ font-weight: normal;
2827
+ color: var(--f7-searchbar-new-input-text-color);
2828
+ font-size: var(--f7-searchbar-new-input-font-size);
2829
+ background-color: var(--f7-searchbar-new-input-bg-color);
2830
+ border-radius: var(--f7-searchbar-new-input-border-radius);
2831
+ position: relative;
2832
+ padding: 0;
2833
+ padding-left: calc(var(--f7-searchbar-new-input-padding-horizontal) + var(--f7-searchbar-new-input-extra-padding-left, 0px));
2834
+ padding-right: calc(var(--f7-searchbar-new-input-padding-horizontal) + var(--f7-searchbar-new-input-extra-padding-right, 0px));
2835
+ }
2836
+ .searchbar-new input[type='text']::placeholder,
2837
+ .searchbar-new input[type='search']::placeholder {
2838
+ color: var(--f7-searchbar-new-placeholder-color);
2839
+ opacity: 1;
2840
+ }
2841
+ .searchbar-new input::-webkit-search-cancel-button {
2842
+ -webkit-appearance: none;
2843
+ appearance: none;
2844
+ }
2845
+ .searchbar-new .searchbar-new-input-wrap {
2846
+ flex-shrink: 1;
2847
+ width: 100%;
2848
+ height: var(--f7-searchbar-new-input-height);
2849
+ position: relative;
2850
+ }
2851
+ .searchbar-new a {
2852
+ color: var(--f7-searchbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
2853
+ }
2854
+ .page > .searchbar-new:not(.searchbar-new-inline) {
2855
+ position: absolute;
2856
+ left: 16px;
2857
+ right: 16px;
2858
+ width: auto;
2859
+ top: 0;
2860
+ }
2861
+ .page-content .searchbar-new:not(.searchbar-new-inline) {
2862
+ border-radius: var(--f7-searchbar-new-in-page-content-border-radius);
2863
+ margin: var(--f7-searchbar-new-in-page-content-margin);
2864
+ width: auto;
2865
+ box-shadow: var(--f7-searchbar-new-in-page-content-box-shadow);
2866
+ }
2867
+ .page-content .searchbar-new:not(.searchbar-new-inline) .searchbar-new-inner,
2868
+ .page-content .searchbar-new:not(.searchbar-new-inline) input[type='text'],
2869
+ .page-content .searchbar-new:not(.searchbar-new-inline) input[type='search'] {
2870
+ border-radius: var(--f7-searchbar-new-in-page-content-input-border-radius, var(--f7-searchbar-new-input-border-radius));
2871
+ }
2872
+ .searchbar-new .input-clear-button {
2873
+ color: var(--f7-searchbar-new-input-clear-button-color, var(--f7-input-clear-button-color));
2874
+ }
2875
+ .searchbar-new-expandable {
2876
+ --f7-searchbar-new-expandable-size: var(--f7-searchbar-new-height);
2877
+ position: absolute;
2878
+ transition-duration: 300ms;
2879
+ pointer-events: none;
2880
+ }
2881
+ .navbar-new .searchbar-new-expandable {
2882
+ background: transparent;
2883
+ }
2884
+ .navbar-new .searchbar-new-expandable:after {
2885
+ display: none !important;
2886
+ }
2887
+ .navbar-new .searchbar-new.searchbar-new-expandable {
2888
+ --f7-searchbar-new-expandable-size: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
2889
+ }
2890
+ .navbar-new .searchbar-new.searchbar-new-expandable .searchbar-new-inner {
2891
+ top: var(--f7-safe-area-top);
2892
+ height: calc(100% - var(--f7-safe-area-top));
2893
+ }
2894
+ .toolbar .searchbar-new.searchbar-new-expandable {
2895
+ --f7-searchbar-new-expandable-size: var(--f7-toolbar-height);
2896
+ }
2897
+ .subnavbar .searchbar-new.searchbar-new-expandable {
2898
+ --f7-searchbar-new-expandable-size: var(--f7-subnavbar-height);
2899
+ }
2900
+ .tabbar-icons .searchbar-new.searchbar-new-expandable {
2901
+ --f7-searchbar-new-expandable-size: var(--f7-tabbar-icons-height);
2902
+ }
2903
+ .searchbar-new-inner {
2904
+ position: absolute;
2905
+ left: 0;
2906
+ top: 0;
2907
+ width: 100%;
2908
+ height: 100%;
2909
+ display: flex;
2910
+ align-items: center;
2911
+ box-sizing: border-box;
2912
+ padding: 0 calc(var(--f7-searchbar-new-inner-padding-right) + var(--f7-safe-area-right)) 0 calc(var(--f7-searchbar-new-inner-padding-left) + var(--f7-safe-area-left));
2913
+ }
2914
+ .searchbar-new-disable-button {
2915
+ cursor: pointer;
2916
+ pointer-events: none;
2917
+ -webkit-appearance: none;
2918
+ appearance: none;
2919
+ background: none;
2920
+ border: none;
2921
+ outline: 0;
2922
+ padding: 0;
2923
+ margin: 0;
2924
+ width: auto;
2925
+ opacity: 0;
2926
+ }
2927
+ .searchbar-new-icon {
2928
+ pointer-events: none;
2929
+ background-position: center;
2930
+ background-repeat: no-repeat;
2931
+ }
2932
+ .searchbar-new-icon:after {
2933
+ color: var(--f7-searchbar-new-search-icon-color);
2934
+ font-family: 'framework7-core-icons';
2935
+ font-weight: normal;
2936
+ font-style: normal;
2937
+ line-height: 1;
2938
+ letter-spacing: normal;
2939
+ text-transform: none;
2940
+ white-space: nowrap;
2941
+ word-wrap: normal;
2942
+ direction: ltr;
2943
+ -webkit-font-smoothing: antialiased;
2944
+ text-rendering: optimizeLegibility;
2945
+ -moz-osx-font-smoothing: grayscale;
2946
+ font-feature-settings: 'liga';
2947
+ text-align: center;
2948
+ display: block;
2949
+ width: 100%;
2950
+ height: 100%;
2951
+ font-size: 20px;
2952
+ }
2953
+ .searchbar-new-backdrop {
2954
+ position: absolute;
2955
+ left: 0;
2956
+ top: 0;
2957
+ width: 100%;
2958
+ height: 100%;
2959
+ z-index: 100;
2960
+ opacity: 0;
2961
+ pointer-events: none;
2962
+ transition-duration: 300ms;
2963
+ transform: translate3d(0, 0, 0);
2964
+ background: var(--f7-searchbar-new-backdrop-bg-color);
2965
+ }
2966
+ .searchbar-new-backdrop.searchbar-new-backdrop-in {
2967
+ opacity: 1;
2968
+ pointer-events: auto;
2969
+ }
2970
+ .page-content > .searchbar-new-backdrop {
2971
+ position: fixed;
2972
+ }
2973
+ .searchbar-new-found {
2974
+ display: none;
2975
+ }
2976
+ .searchbar-new-not-found {
2977
+ display: none;
2978
+ }
2979
+ .hidden-by-searchbar-new,
2980
+ .list .hidden-by-searchbar-new,
2981
+ .list.li.hidden-by-searchbar-new,
2982
+ .list li.hidden-by-searchbar-new {
2983
+ display: none !important;
2984
+ }
2985
+ .navbar-new.with-searchbar-new-expandable-enabled-no-transition,
2986
+ .navbar-new.with-searchbar-new-expandable-enabled-no-transition {
2987
+ --f7-navbar-new-large-collapse-progress: 1;
2988
+ }
2989
+ .navbar-new.with-searchbar-new-expandable-enabled,
2990
+ .navbar-new.with-searchbar-new-expandable-enabled {
2991
+ --f7-navbar-new-large-collapse-progress: 1;
2992
+ }
2993
+ .navbar-new.with-searchbar-new-expandable-enabled .navbar-new-bg,
2994
+ .navbar-new.with-searchbar-new-expandable-enabled .navbar-new-bg,
2995
+ .navbar-new.with-searchbar-new-expandable-enabled .title-large,
2996
+ .navbar-new.with-searchbar-new-expandable-enabled .title-large,
2997
+ .navbar-new.with-searchbar-new-expandable-enabled .title-large-text,
2998
+ .navbar-new.with-searchbar-new-expandable-enabled .title-large-text {
2999
+ transition-duration: 300ms;
3000
+ }
3001
+ .navbar-new.with-searchbar-new-expandable-closing .navbar-new-bg,
3002
+ .navbar-new.with-searchbar-new-expandable-closing .navbar-new-bg,
3003
+ .navbar-new.with-searchbar-new-expandable-closing .title-large,
3004
+ .navbar-new.with-searchbar-new-expandable-closing .title-large,
3005
+ .navbar-new.with-searchbar-new-expandable-closing .title-large-text,
3006
+ .navbar-new.with-searchbar-new-expandable-closing .title-large-text {
3007
+ transition-duration: 300ms;
3008
+ }
3009
+ .page-content.with-searchbar-new-expandable-enabled {
3010
+ height: calc(100% + var(--f7-navbar-new-large-title-height));
3011
+ transform: translateY(calc(-1 * var(--f7-navbar-new-large-title-height)));
3012
+ transition-duration: 300ms;
3013
+ transition-property: transform;
3014
+ }
3015
+ .page-content.with-searchbar-new-expandable-closing {
3016
+ transition-duration: 300ms;
3017
+ }
3018
+ .navbar-new ~ .page:not(.no-navbar) > .searchbar-new,
3019
+ .page > .navbar-new ~ .searchbar-new {
3020
+ top: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
3021
+ }
3022
+ .navbar-new ~ .page-with-navbar-new-large:not(.no-navbar) .searchbar-new,
3023
+ .page-with-navbar-new-large .navbar-new ~ .searchbar-new,
3024
+ .page-with-navbar-new-large .navbar-new ~ * .searchbar-new {
3025
+ top: calc(var(--f7-navbar-new-height) + var(--f7-navbar-new-large-title-height) + var(--f7-safe-area-top));
3026
+ transform: translate3d(0, calc(-1 * var(--f7-navbar-new-large-collapse-progress) * var(--f7-navbar-new-large-title-height)), 0);
3027
+ }
3028
+ .page-with-navbar-new-large .page-content .searchbar-new {
3029
+ top: 0;
3030
+ transform: none;
3031
+ }
3032
+ .searchbar-new ~ * {
3033
+ --f7-page-searchbar-new-offset: var(--f7-searchbar-new-height);
3034
+ }
3035
+ .page > .toolbar-top ~ .searchbar-new,
3036
+ .ios .page > .toolbar-top-ios ~ .searchbar-new,
3037
+ .md .page > .toolbar-top-md ~ .searchbar-new {
3038
+ top: var(--f7-toolbar-height);
3039
+ }
3040
+ .page > .tabbar-icons.toolbar-top ~ .searchbar-new,
3041
+ .ios .page > .tabbar-icons.toolbar-top-ios ~ .searchbar-new,
3042
+ .md .page > .tabbar-icons.toolbar-top-md ~ .searchbar-new {
3043
+ top: var(--f7-tabbar-icons-height);
3044
+ }
3045
+ .page > .navbar-new ~ .toolbar-top ~ .searchbar-new,
3046
+ .ios .page > .navbar-new ~ .toolbar-top-ios ~ .searchbar-new,
3047
+ .md .page > .navbar-new ~ .toolbar-top-md ~ .searchbar-new {
3048
+ top: calc(var(--f7-navbar-new-height) + var(--f7-toolbar-height) + var(--f7-safe-area-top));
3049
+ }
3050
+ .page > .navbar-new ~ .tabbar-icons.toolbar-top ~ .searchbar-new,
3051
+ .ios .page > .navbar-new ~ .tabbar-icons.toolbar-top-ios ~ .searchbar-new,
3052
+ .md .page > .navbar-new ~ .tabbar-icons.toolbar-top-md ~ .searchbar-new {
3053
+ top: calc(var(--f7-navbar-new-height) + var(--f7-tabbar-icons-height) + var(--f7-safe-area-top));
3054
+ }
3055
+ .searchbar-new.searchbar-new-inline {
3056
+ width: auto;
3057
+ height: auto;
3058
+ background-color: transparent;
3059
+ background-image: none;
3060
+ }
3061
+ .searchbar-new.searchbar-new-inline:after,
3062
+ .searchbar-new.searchbar-new-inline:before {
3063
+ display: none !important;
3064
+ }
3065
+ .searchbar-new.searchbar-new-inline .searchbar-new-input-wrap {
3066
+ height: var(--f7-searchbar-new-inline-input-height, var(--f7-searchbar-new-input-height));
3067
+ }
3068
+ .searchbar-new.searchbar-new-inline .searchbar-new-inner {
3069
+ padding: 0;
3070
+ position: static;
3071
+ width: auto;
3072
+ height: auto;
3073
+ }
3074
+ .searchbar-new.searchbar-new-inline input[type='text'],
3075
+ .searchbar-new.searchbar-new-inline input[type='search'] {
3076
+ font-size: var(--f7-searchbar-new-inline-input-font-size, var(--f7-searchbar-new-input-font-size));
3077
+ border-radius: var(--f7-searchbar-new-inline-input-border-radius, var(--f7-searchbar-new-input-border-radius));
3078
+ padding-left: calc(var(--f7-searchbar-new-inline-input-padding-horizontal, var(--f7-searchbar-new-input-padding-horizontal)) + var(--f7-searchbar-new-input-extra-padding-left, 0px));
3079
+ padding-right: calc(var(--f7-searchbar-new-inline-input-padding-horizontal, var(--f7-searchbar-new-input-padding-horizontal)) + var(--f7-searchbar-new-input-extra-padding-right, 0px));
3080
+ }
3081
+ .ios .searchbar-new input[type='search'],
3082
+ .ios .searchbar-new input[type='text'] {
3083
+ z-index: 30;
3084
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
3085
+ backdrop-filter: saturate(180%) blur(16px);
3086
+ box-shadow: var(--f7-glass-shadow);
3087
+ }
3088
+ .ios .searchbar-new .input-clear-button {
3089
+ z-index: 40;
3090
+ right: 16px;
3091
+ }
3092
+ .ios .searchbar-new-icon {
3093
+ width: 13px;
3094
+ height: 13px;
3095
+ position: absolute;
3096
+ top: 50%;
3097
+ margin-top: -6px;
3098
+ z-index: 40;
3099
+ left: 16px;
3100
+ }
3101
+ .ios .searchbar-new-icon:after {
3102
+ content: 'search_ios';
3103
+ line-height: 13px;
3104
+ }
3105
+ .ios .searchbar-new-disable-button {
3106
+ font-size: 17px;
3107
+ flex-shrink: 0;
3108
+ transform: translate3d(0, 0, 0);
3109
+ transition-duration: 300ms;
3110
+ color: var(--f7-searchbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
3111
+ display: none;
3112
+ height: var(--f7-searchbar-new-height);
3113
+ padding: 0 12px;
3114
+ align-items: center;
3115
+ justify-content: center;
3116
+ border-radius: 44px;
3117
+ background-color: var(--f7-searchbar-new-input-bg-color);
3118
+ box-shadow: var(--f7-glass-shadow);
3119
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
3120
+ backdrop-filter: saturate(180%) blur(16px);
3121
+ transform: scale(0);
3122
+ }
3123
+ .ios .searchbar-new-disable-button.active-state {
3124
+ transition-duration: 0ms;
3125
+ opacity: 0.3 !important;
3126
+ }
3127
+ .ios .searchbar-new-enabled .searchbar-new-disable-button {
3128
+ pointer-events: auto;
3129
+ opacity: 1;
3130
+ transform: scale(1);
3131
+ margin-left: 16px;
3132
+ }
3133
+ .ios .searchbar-new:not(.searchbar-new-enabled) .searchbar-new-disable-button {
3134
+ transition-duration: 300ms !important;
3135
+ }
3136
+ .ios .searchbar-new-input-wrap {
3137
+ border-radius: var(--f7-searchbar-new-input-border-radius);
3138
+ }
3139
+ .ios .searchbar-new-expandable {
3140
+ left: 0;
3141
+ bottom: 0;
3142
+ width: 100%;
3143
+ height: var(--f7-searchbar-new-expandable-size);
3144
+ transform: translate3d(0, 0, 0);
3145
+ pointer-events: none;
3146
+ }
3147
+ .ios .searchbar-new-expandable .searchbar-new-disable-button {
3148
+ margin-left: 16px;
3149
+ opacity: 1;
3150
+ display: flex;
3151
+ }
3152
+ .ios .searchbar-new-expandable .searchbar-new-inner {
3153
+ left: 16px;
3154
+ right: 16px;
3155
+ width: auto;
3156
+ height: var(--f7-searchbar-new-expandable-size);
3157
+ }
3158
+ .ios .searchbar-new-expandable .searchbar-new-input-wrap {
3159
+ transform: scale(0);
3160
+ transition-duration: 300ms;
3161
+ }
3162
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .navbar-new-bg,
3163
+ .ios .navbar-new.with-searchbar-new-expandable-closing .navbar-new-bg {
3164
+ transition-property: transform, opacity;
3165
+ }
3166
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .navbar-new-bg,
3167
+ .ios .navbar-new.with-searchbar-new-expandable-closing .navbar-new-bg,
3168
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .left,
3169
+ .ios .navbar-new.with-searchbar-new-expandable-closing .left,
3170
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .title,
3171
+ .ios .navbar-new.with-searchbar-new-expandable-closing .title,
3172
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .right,
3173
+ .ios .navbar-new.with-searchbar-new-expandable-closing .right {
3174
+ transition-duration: 300ms;
3175
+ }
3176
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .left,
3177
+ .ios .navbar-new.with-searchbar-new-expandable-enabled-no-transition .left,
3178
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .title,
3179
+ .ios .navbar-new.with-searchbar-new-expandable-enabled-no-transition .title,
3180
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .right,
3181
+ .ios .navbar-new.with-searchbar-new-expandable-enabled-no-transition .right {
3182
+ transform: translateY(calc(-1 * var(--f7-navbar-new-height)));
3183
+ opacity: 0 !important;
3184
+ }
3185
+ .ios .searchbar-new-expandable.searchbar-new-enabled {
3186
+ height: var(--f7-searchbar-new-expandable-size);
3187
+ pointer-events: auto;
3188
+ }
3189
+ .ios .searchbar-new-expandable.searchbar-new-enabled .searchbar-new-input-wrap {
3190
+ transform: scale(1);
3191
+ }
3192
+ .md .searchbar-new-icon,
3193
+ .md .searchbar-new-disable-button {
3194
+ position: absolute;
3195
+ top: 50%;
3196
+ transition-duration: 300ms;
3197
+ }
3198
+ .md .searchbar-new-disable-button .icon-close {
3199
+ display: none;
3200
+ }
3201
+ .md .searchbar-new-icon {
3202
+ width: 48px;
3203
+ height: 48px;
3204
+ left: 0;
3205
+ top: 0;
3206
+ display: flex;
3207
+ align-items: center;
3208
+ justify-content: center;
3209
+ left: var(--f7-safe-area-left);
3210
+ }
3211
+ .md .searchbar-new-icon:after {
3212
+ width: auto;
3213
+ height: auto;
3214
+ content: 'search_md';
3215
+ line-height: 1.2;
3216
+ }
3217
+ .md .searchbar-new-disable-button {
3218
+ width: 48px;
3219
+ height: 48px;
3220
+ transform: rotate(-90deg) scale(0.5);
3221
+ font-size: 0 !important;
3222
+ display: block;
3223
+ margin-top: -24px;
3224
+ color: var(--f7-searchbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
3225
+ left: calc(var(--f7-searchbar-new-inner-padding-left) + var(--f7-safe-area-left));
3226
+ }
3227
+ .md .searchbar-new-disable-button:after {
3228
+ font-family: 'framework7-core-icons';
3229
+ font-weight: normal;
3230
+ font-style: normal;
3231
+ line-height: 1;
3232
+ letter-spacing: normal;
3233
+ text-transform: none;
3234
+ white-space: nowrap;
3235
+ word-wrap: normal;
3236
+ direction: ltr;
3237
+ -webkit-font-smoothing: antialiased;
3238
+ text-rendering: optimizeLegibility;
3239
+ -moz-osx-font-smoothing: grayscale;
3240
+ font-feature-settings: 'liga';
3241
+ text-align: center;
3242
+ display: block;
3243
+ width: 100%;
3244
+ height: 100%;
3245
+ font-size: 20px;
3246
+ line-height: 48px;
3247
+ content: 'arrow_left_md';
3248
+ }
3249
+ .md .searchbar-new-enabled:not(.searchbar-new-enabled-no-disable-button) .searchbar-new-disable-button {
3250
+ transform: rotate(0deg) scale(1);
3251
+ pointer-events: auto;
3252
+ opacity: 1;
3253
+ }
3254
+ .md .searchbar-new-enabled:not(.searchbar-new-enabled-no-disable-button) .searchbar-new-icon {
3255
+ opacity: 0;
3256
+ transform: rotate(90deg) scale(0.5);
3257
+ }
3258
+ .md .searchbar-new {
3259
+ --f7-searchbar-new-input-extra-padding-left: 34px;
3260
+ }
3261
+ .md .searchbar-new .input-clear-button {
3262
+ width: 48px;
3263
+ height: 48px;
3264
+ margin-top: -24px;
3265
+ right: 0;
3266
+ }
3267
+ .md .searchbar-new .input-clear-button:after {
3268
+ line-height: 48px;
3269
+ content: 'delete_round_md';
3270
+ opacity: 1;
3271
+ }
3272
+ .md .searchbar-new .input-clear-button:before {
3273
+ display: none;
3274
+ }
3275
+ .md .searchbar-new-inline {
3276
+ --f7-searchbar-new-input-extra-padding-left: 32px;
3277
+ }
3278
+ .md .page > .searchbar-new,
3279
+ .md .subnavbar .searchbar-new,
3280
+ .md .searchbar-new-expandable {
3281
+ --f7-searchbar-new-input-extra-padding-left: 34px;
3282
+ }
3283
+ .md .page > .searchbar-new .searchbar-new-disable-button,
3284
+ .md .subnavbar .searchbar-new .searchbar-new-disable-button,
3285
+ .md .searchbar-new-expandable .searchbar-new-disable-button {
3286
+ left: calc(var(--f7-searchbar-new-inner-padding-left) + var(--f7-safe-area-left));
3287
+ }
3288
+ .md .page > .searchbar-new .searchbar-new-icon,
3289
+ .md .subnavbar .searchbar-new .searchbar-new-icon,
3290
+ .md .searchbar-new-expandable .searchbar-new-icon {
3291
+ left: var(--f7-safe-area-left);
3292
+ }
3293
+ .md .searchbar-new-expandable {
3294
+ --f7-searchbar-new-inner-padding-left: 4px;
3295
+ --f7-searchbar-new-inner-padding-right: 4px;
3296
+ height: var(--f7-searchbar-new-expandable-size);
3297
+ opacity: 0;
3298
+ bottom: 0;
3299
+ border-radius: calc(var(--f7-searchbar-new-expandable-size));
3300
+ width: calc(var(--f7-searchbar-new-expandable-size));
3301
+ margin-top: calc(var(--f7-searchbar-new-expandable-size) * -1 / 2);
3302
+ transform: translate3d(0px, 0px, 0px);
3303
+ background-color: var(--f7-searchbar-new-input-bg-color);
3304
+ left: 100%;
3305
+ margin-left: calc(var(--f7-searchbar-new-expandable-size) * -1);
3306
+ }
3307
+ .md .searchbar-new-expandable.searchbar-new-enabled {
3308
+ width: 100%;
3309
+ border-radius: 0;
3310
+ opacity: 1;
3311
+ pointer-events: auto;
3312
+ margin-top: 0;
3313
+ left: 0;
3314
+ margin-left: 0;
3315
+ }
3316
+ /* === Toolbar === */
3317
+ :root {
3318
+ /*
3319
+ --f7-toolbar-bg-color: var(--f7-bars-bg-color);
3320
+ --f7-toolbar-bg-color-rgb: var(--f7-bars-bg-color-rgb);
3321
+ --f7-toolbar-border-color: var(--f7-bars-border-color);
3322
+ --f7-toolbar-link-color: var(--f7-bars-link-color);
3323
+ --f7-toolbar-text-color: var(--f7-bars-text-color);
3324
+ */
3325
+ --f7-tabbar-link-active-bg-color: transparent;
3326
+ --f7-tabbar-label-text-transform: none;
3327
+ --f7-toolbar-hide-show-transition-duration: 400ms;
3328
+ }
3329
+ .ios {
3330
+ --f7-toolbar-height: 44px;
3331
+ --f7-toolbar-font-size: 17px;
3332
+ --f7-toolbar-inner-padding-left: 8px;
3333
+ --f7-toolbar-inner-padding-right: 8px;
3334
+ --f7-toolbar-link-font-weight: 400;
3335
+ /*
3336
+ --f7-toolbar-link-height: var(--f7-toolbar-height);
3337
+ --f7-toolbar-link-line-height: var(--f7-toolbar-height);
3338
+ --f7-tabbar-link-active-color: var(--f7-theme-color);
3339
+ */
3340
+ --f7-tabbar-icons-height: 50px;
3341
+ --f7-tabbar-icons-tablet-height: 50px;
3342
+ --f7-tabbar-icon-size: 28px;
3343
+ --f7-tabbar-link-text-transform: none;
3344
+ --f7-tabbar-link-font-weight: 400;
3345
+ --f7-tabbar-link-letter-spacing: 0;
3346
+ --f7-tabbar-label-font-size: 12px;
3347
+ --f7-tabbar-label-tablet-font-size: 14px;
3348
+ --f7-tabbar-label-font-weight: 500;
3349
+ --f7-tabbar-label-letter-spacing: 0.01;
3350
+ --f7-tabbar-link-inactive-color: rgba(0, 0, 0, 0.4);
3351
+ }
3352
+ .ios .dark,
3353
+ .ios.dark {
3354
+ --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.54);
3355
+ }
3356
+ .md {
3357
+ --f7-toolbar-height: 56px;
3358
+ --f7-toolbar-font-size: 14px;
3359
+ --f7-toolbar-inner-padding-left: 0px;
3360
+ --f7-toolbar-inner-padding-right: 0px;
3361
+ /*
3362
+ --f7-toolbar-link-height: var(--f7-toolbar-height);
3363
+ --f7-toolbar-link-line-height: var(--f7-toolbar-height);
3364
+ */
3365
+ --f7-tabbar-icons-height: 80px;
3366
+ --f7-tabbar-icons-tablet-height: 80px;
3367
+ --f7-tabbar-icon-size: 24px;
3368
+ --f7-tabbar-link-text-transform: none;
3369
+ --f7-tabbar-link-font-weight: 500;
3370
+ --f7-tabbar-link-letter-spacing: 0;
3371
+ --f7-toolbar-link-font-weight: 500;
3372
+ --f7-tabbar-label-font-size: 12px;
3373
+ --f7-tabbar-label-tablet-font-size: 12px;
3374
+ --f7-tabbar-label-font-weight: 500;
3375
+ --f7-tabbar-label-letter-spacing: 0;
3376
+ }
3377
+ .md,
3378
+ .md .dark,
3379
+ .md [class*='color-'] {
3380
+ --f7-tabbar-link-active-color: var(--f7-md-on-secondary-container);
3381
+ --f7-tabbar-link-active-border-color: var(--f7-md-primary);
3382
+ --f7-tabbar-link-inactive-color: var(--f7-md-on-surface-variant);
3383
+ --f7-tabbar-link-active-icon-bg-color: var(--f7-md-secondary-container);
3384
+ }
3385
+ .toolbar {
3386
+ width: 100%;
3387
+ position: relative;
3388
+ margin: 0;
3389
+ transform: translate3d(0, 0, 0);
3390
+ -webkit-backface-visibility: hidden;
3391
+ backface-visibility: hidden;
3392
+ z-index: 600;
3393
+ box-sizing: border-box;
3394
+ left: 0;
3395
+ height: var(--f7-toolbar-height);
3396
+ background-color: var(--f7-toolbar-bg-color, var(--f7-bars-bg-color));
3397
+ color: var(--f7-toolbar-text-color, var(--f7-bars-text-color));
3398
+ font-size: var(--f7-toolbar-font-size);
3399
+ }
3400
+ @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
3401
+ .ios-translucent-bars .toolbar {
3402
+ background-color: rgba(var(--f7-toolbar-bg-color-rgb, var(--f7-bars-bg-color-rgb)), var(--f7-bars-translucent-opacity));
3403
+ -webkit-backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
3404
+ backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
3405
+ }
3406
+ }
3407
+ .toolbar b {
3408
+ font-weight: 600;
3409
+ }
3410
+ .toolbar a {
3411
+ color: var(--f7-toolbar-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
3412
+ box-sizing: border-box;
3413
+ flex-shrink: 1;
3414
+ position: relative;
3415
+ white-space: nowrap;
3416
+ text-overflow: ellipsis;
3417
+ }
3418
+ .toolbar .link {
3419
+ display: flex;
3420
+ line-height: var(--f7-toolbar-link-line-height, var(--f7-toolbar-height));
3421
+ height: var(--f7-toolbar-link-height, var(--f7-toolbar-height));
3422
+ font-weight: var(--f7-toolbar-link-font-weight);
3423
+ }
3424
+ .toolbar i.icon {
3425
+ display: block;
3426
+ }
3427
+ .toolbar:after,
3428
+ .toolbar:before {
3429
+ -webkit-backface-visibility: hidden;
3430
+ backface-visibility: hidden;
3431
+ }
3432
+ .views > .toolbar,
3433
+ .view > .toolbar,
3434
+ .page > .toolbar {
3435
+ position: absolute;
3436
+ }
3437
+ .toolbar-top,
3438
+ .ios .toolbar-top-ios,
3439
+ .md .toolbar-top-md {
3440
+ top: 0;
3441
+ }
3442
+ .toolbar-top .tab-link-highlight,
3443
+ .ios .toolbar-top-ios .tab-link-highlight,
3444
+ .md .toolbar-top-md .tab-link-highlight {
3445
+ bottom: 0;
3446
+ }
3447
+ .toolbar-top.no-outline:after,
3448
+ .ios .toolbar-top-ios.no-outline:after,
3449
+ .md .toolbar-top-md.no-outline:after {
3450
+ display: none !important;
3451
+ }
3452
+ .toolbar-top.toolbar-hidden:before,
3453
+ .ios .toolbar-top-ios.toolbar-hidden:before,
3454
+ .md .toolbar-top-md.toolbar-hidden:before {
3455
+ display: none !important;
3456
+ }
3457
+ .toolbar-top:after,
3458
+ .ios .toolbar-top-ios:after,
3459
+ .md .toolbar-top-md:after,
3460
+ .toolbar-top:before,
3461
+ .ios .toolbar-top-ios:before,
3462
+ .md .toolbar-top-md:before {
3463
+ -webkit-backface-visibility: hidden;
3464
+ backface-visibility: hidden;
3465
+ }
3466
+ .toolbar-top:after,
3467
+ .ios .toolbar-top-ios:after,
3468
+ .md .toolbar-top-md:after {
3469
+ content: '';
3470
+ position: absolute;
3471
+ background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
3472
+ display: block;
3473
+ z-index: 15;
3474
+ top: auto;
3475
+ right: auto;
3476
+ bottom: 0;
3477
+ left: 0;
3478
+ height: 1px;
3479
+ width: 100%;
3480
+ transform-origin: 50% 100%;
3481
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
3482
+ }
3483
+ .toolbar-bottom,
3484
+ .ios .toolbar-bottom-ios,
3485
+ .md .toolbar-bottom-md {
3486
+ bottom: 0;
3487
+ height: calc(var(--f7-toolbar-height) + var(--f7-safe-area-bottom));
3488
+ }
3489
+ .toolbar-bottom .tab-link-highlight,
3490
+ .ios .toolbar-bottom-ios .tab-link-highlight,
3491
+ .md .toolbar-bottom-md .tab-link-highlight {
3492
+ top: 0;
3493
+ }
3494
+ .toolbar-bottom .toolbar-inner,
3495
+ .ios .toolbar-bottom-ios .toolbar-inner,
3496
+ .md .toolbar-bottom-md .toolbar-inner {
3497
+ height: auto;
3498
+ top: 0;
3499
+ bottom: var(--f7-safe-area-bottom);
3500
+ }
3501
+ .toolbar-bottom.no-outline:before,
3502
+ .ios .toolbar-bottom-ios.no-outline:before,
3503
+ .md .toolbar-bottom-md.no-outline:before {
3504
+ display: none !important;
3505
+ }
3506
+ .toolbar-bottom.toolbar-hidden:after,
3507
+ .ios .toolbar-bottom-ios.toolbar-hidden:after,
3508
+ .md .toolbar-bottom-md.toolbar-hidden:after {
3509
+ display: none !important;
3510
+ }
3511
+ .toolbar-bottom:before,
3512
+ .ios .toolbar-bottom-ios:before,
3513
+ .md .toolbar-bottom-md:before {
3514
+ content: '';
3515
+ position: absolute;
3516
+ background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
3517
+ display: block;
3518
+ z-index: 15;
3519
+ top: 0;
3520
+ right: auto;
3521
+ bottom: auto;
3522
+ left: 0;
3523
+ height: 1px;
3524
+ width: 100%;
3525
+ transform-origin: 50% 0%;
3526
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
3527
+ }
3528
+ .toolbar-inner {
3529
+ position: absolute;
3530
+ left: 0;
3531
+ top: 0;
3532
+ width: 100%;
3533
+ height: 100%;
3534
+ display: flex;
3535
+ justify-content: space-between;
3536
+ box-sizing: border-box;
3537
+ align-items: center;
3538
+ align-content: center;
3539
+ overflow: hidden;
3540
+ padding: 0 calc(var(--f7-toolbar-inner-padding-right) + var(--f7-safe-area-right)) 0 calc(var(--f7-toolbar-inner-padding-left) + var(--f7-safe-area-left));
3541
+ }
3542
+ .views > .tabbar,
3543
+ .views > .tabbar-icons {
3544
+ z-index: 5001;
3545
+ }
3546
+ .tabbar a,
3547
+ .tabbar-icons a {
3548
+ color: var(--f7-tabbar-link-inactive-color);
3549
+ }
3550
+ .tabbar .link,
3551
+ .tabbar-icons .link {
3552
+ line-height: 1.4;
3553
+ }
3554
+ .tabbar .tab-link,
3555
+ .tabbar-icons .tab-link,
3556
+ .tabbar .link,
3557
+ .tabbar-icons .link {
3558
+ height: 100%;
3559
+ width: 100%;
3560
+ box-sizing: border-box;
3561
+ display: flex;
3562
+ justify-content: center;
3563
+ align-items: center;
3564
+ flex-direction: column;
3565
+ text-transform: var(--f7-tabbar-link-text-transform);
3566
+ font-weight: var(--f7-tabbar-link-font-weight);
3567
+ letter-spacing: var(--f7-tabbar-link-letter-spacing);
3568
+ overflow: hidden;
3569
+ }
3570
+ .tabbar .tab-link-active,
3571
+ .tabbar-icons .tab-link-active {
3572
+ color: var(--f7-tabbar-link-active-color, var(--f7-theme-color));
3573
+ background-color: var(--f7-tabbar-link-active-bg-color, transparent);
3574
+ }
3575
+ .tabbar i.icon,
3576
+ .tabbar-icons i.icon {
3577
+ font-size: var(--f7-tabbar-icon-size);
3578
+ height: var(--f7-tabbar-icon-size);
3579
+ line-height: var(--f7-tabbar-icon-size);
3580
+ }
3581
+ .md .tabbar.tabbar-icons .tab-link-highlight,
3582
+ .md .tabbar-icons.tabbar-icons .tab-link-highlight {
3583
+ display: none;
3584
+ }
3585
+ .md .tabbar:not(.tabbar-icons) .tab-link-highlight,
3586
+ .md .tabbar-icons:not(.tabbar-icons) .tab-link-highlight {
3587
+ position: absolute;
3588
+ height: 2px;
3589
+ background: var(--f7-tabbar-link-active-border-color, var(--f7-theme-color));
3590
+ transition-duration: 300ms;
3591
+ left: 0;
3592
+ }
3593
+ .tabbar-icons {
3594
+ --f7-toolbar-height: var(--f7-tabbar-icons-height);
3595
+ }
3596
+ .tabbar-icons .tab-link,
3597
+ .tabbar-icons .link {
3598
+ height: 100%;
3599
+ justify-content: center;
3600
+ align-items: center;
3601
+ }
3602
+ .tabbar-icons .tabbar-label {
3603
+ display: block;
3604
+ line-height: 1;
3605
+ margin: 0;
3606
+ position: relative;
3607
+ text-overflow: ellipsis;
3608
+ white-space: nowrap;
3609
+ font-size: var(--f7-tabbar-label-font-size);
3610
+ text-transform: var(--f7-tabbar-label-text-transform);
3611
+ font-weight: var(--f7-tabbar-label-font-weight);
3612
+ letter-spacing: var(--f7-tabbar-label-letter-spacing);
3613
+ }
3614
+ @media (min-width: 768px) and (min-height: 600px) {
3615
+ :root {
3616
+ --f7-tabbar-icons-height: var(--f7-tabbar-icons-tablet-height);
3617
+ --f7-tabbar-label-font-size: var(--f7-tabbar-label-tablet-font-size);
3618
+ }
3619
+ }
3620
+ .tabbar-scrollable .toolbar-inner {
3621
+ justify-content: flex-start;
3622
+ overflow: auto;
3623
+ -webkit-overflow-scrolling: touch;
3624
+ scrollbar-width: none;
3625
+ scrollbar-color: transparent;
3626
+ }
3627
+ .tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
3628
+ -webkit-appearance: none;
3629
+ appearance: none;
3630
+ width: 0px;
3631
+ display: none;
3632
+ opacity: 0;
3633
+ background: transparent;
3634
+ }
3635
+ .tabbar-scrollable .toolbar-inner::-webkit-scrollbar-track {
3636
+ box-shadow: none;
3637
+ background: transparent;
3638
+ }
3639
+ .tabbar-scrollable .toolbar-inner::-webkit-scrollbar-thumb {
3640
+ background-color: transparent;
3641
+ outline: none;
3642
+ border-radius: 9999px;
3643
+ position: relative;
3644
+ }
3645
+ .tabbar-scrollable .tab-link,
3646
+ .tabbar-scrollable .link {
3647
+ width: auto;
3648
+ flex-shrink: 0;
3649
+ }
3650
+ .toolbar-transitioning,
3651
+ .navbar-transitioning + .toolbar,
3652
+ .navbar-transitioning ~ * .toolbar {
3653
+ transition-duration: var(--f7-toolbar-hide-show-transition-duration);
3654
+ }
3655
+ .toolbar-bottom ~ *,
3656
+ .ios .toolbar-bottom-ios ~ *,
3657
+ .md .toolbar-bottom-md ~ * {
3658
+ --f7-page-toolbar-bottom-offset: var(--f7-toolbar-height);
3659
+ }
3660
+ .toolbar-bottom.tabbar-icons ~ *,
3661
+ .ios .toolbar-bottom-ios.tabbar-icons ~ *,
3662
+ .md .toolbar-bottom-md.tabbar-icons ~ * {
3663
+ --f7-page-toolbar-bottom-offset: var(--f7-tabbar-icons-height);
3664
+ }
3665
+ .toolbar-bottom.toolbar-hidden,
3666
+ .ios .toolbar-bottom-ios.toolbar-hidden,
3667
+ .md .toolbar-bottom-md.toolbar-hidden {
3668
+ transform: translate3d(0, 100%, 0);
3669
+ }
3670
+ .toolbar-top ~ *,
3671
+ .ios .toolbar-top-ios ~ *,
3672
+ .md .toolbar-top-md ~ * {
3673
+ --f7-page-toolbar-top-offset: var(--f7-toolbar-height);
3674
+ }
3675
+ .toolbar-top.tabbar-icons ~ *,
3676
+ .ios .toolbar-top-ios.tabbar-icons ~ *,
3677
+ .md .toolbar-top-md.tabbar-icons ~ * {
3678
+ --f7-page-toolbar-top-offset: var(--f7-tabbar-icons-height);
3679
+ }
3680
+ .toolbar-top.toolbar-hidden,
3681
+ .ios .toolbar-top-ios.toolbar-hidden,
3682
+ .md .toolbar-top-md.toolbar-hidden {
3683
+ transform: translate3d(0, -100%, 0);
3684
+ }
3685
+ .navbar ~ .toolbar-top,
3686
+ .navbars ~ .toolbar-top,
3687
+ .ios .navbar ~ .toolbar-top-ios,
3688
+ .ios .navbars ~ .toolbar-top-ios,
3689
+ .md .navbar ~ .toolbar-top-md,
3690
+ .navbar ~ * .toolbar-top,
3691
+ .navbars ~ * .toolbar-top,
3692
+ .ios .navbar ~ * .toolbar-top-ios,
3693
+ .ios .navbars ~ * .toolbar-top-ios,
3694
+ .md .navbar ~ * .toolbar-top-md,
3695
+ .navbar ~ .page:not(.no-navbar) .toolbar-top,
3696
+ .navbars ~ .page:not(.no-navbar) .toolbar-top,
3697
+ .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios,
3698
+ .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios,
3699
+ .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md {
3700
+ top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
3701
+ }
3702
+ .navbar ~ .toolbar-top.toolbar-hidden,
3703
+ .navbars ~ .toolbar-top.toolbar-hidden,
3704
+ .ios .navbar ~ .toolbar-top-ios.toolbar-hidden,
3705
+ .ios .navbars ~ .toolbar-top-ios.toolbar-hidden,
3706
+ .md .navbar ~ .toolbar-top-md.toolbar-hidden,
3707
+ .navbar ~ * .toolbar-top.toolbar-hidden,
3708
+ .navbars ~ * .toolbar-top.toolbar-hidden,
3709
+ .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden,
3710
+ .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden,
3711
+ .md .navbar ~ * .toolbar-top-md.toolbar-hidden,
3712
+ .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
3713
+ .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
3714
+ .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
3715
+ .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
3716
+ .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden {
3717
+ transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-toolbar-height) + var(--f7-safe-area-top))), 0);
3718
+ }
3719
+ .navbar ~ .toolbar-top.toolbar-hidden.tabbar-icons,
3720
+ .navbars ~ .toolbar-top.toolbar-hidden.tabbar-icons,
3721
+ .ios .navbar ~ .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3722
+ .ios .navbars ~ .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3723
+ .md .navbar ~ .toolbar-top-md.toolbar-hidden.tabbar-icons,
3724
+ .navbar ~ * .toolbar-top.toolbar-hidden.tabbar-icons,
3725
+ .navbars ~ * .toolbar-top.toolbar-hidden.tabbar-icons,
3726
+ .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3727
+ .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3728
+ .md .navbar ~ * .toolbar-top-md.toolbar-hidden.tabbar-icons,
3729
+ .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-icons,
3730
+ .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-icons,
3731
+ .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3732
+ .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3733
+ .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden.tabbar-icons {
3734
+ transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-tabbar-icons-height) + var(--f7-safe-area-top))), 0);
3735
+ }
3736
+ .navbar-hidden + .toolbar-top:not(.toolbar-hidden),
3737
+ .ios .navbar-hidden + .toolbar-top-ios:not(.toolbar-hidden),
3738
+ .md .navbar-hidden + .toolbar-top-md:not(.toolbar-hidden),
3739
+ .navbar-hidden ~ * .toolbar-top:not(.toolbar-hidden),
3740
+ .ios .navbar-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
3741
+ .md .navbar-hidden ~ * .toolbar-top-md:not(.toolbar-hidden) {
3742
+ transform: translate3d(0, calc(0px - var(--f7-navbar-height)), 0);
3743
+ }
3744
+ .navbar-large-hidden + .toolbar-top:not(.toolbar-hidden),
3745
+ .ios .navbar-large-hidden + .toolbar-top-ios:not(.toolbar-hidden),
3746
+ .md .navbar-large-hidden + .toolbar-top-md:not(.toolbar-hidden),
3747
+ .navbar-large-hidden ~ * .toolbar-top:not(.toolbar-hidden),
3748
+ .ios .navbar-large-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
3749
+ .md .navbar-large-hidden ~ * .toolbar-top-md:not(.toolbar-hidden) {
3750
+ transform: translate3d(0, calc(0px - var(--f7-navbar-height) - var(--f7-navbar-large-title-height)), 0);
3751
+ }
3752
+ .ios .toolbar a.icon-only {
3753
+ min-height: var(--f7-toolbar-height);
3754
+ display: flex;
3755
+ justify-content: center;
3756
+ align-items: center;
3757
+ margin: 0;
3758
+ min-width: 44px;
3759
+ }
3760
+ .ios .tabbar-icons .tab-link,
3761
+ .ios .tabbar-icons .link {
3762
+ padding-top: 4px;
3763
+ padding-bottom: 4px;
3764
+ }
3765
+ .ios .tabbar-icons .tab-link i + span,
3766
+ .ios .tabbar-icons .link i + span {
3767
+ margin: 0;
3768
+ margin-top: 4px;
3769
+ }
3770
+ @media (min-width: 768px) and (min-height: 600px) {
3771
+ .ios .tabbar .tab-link,
3772
+ .ios .tabbar-icons .tab-link,
3773
+ .ios .tabbar .link,
3774
+ .ios .tabbar-icons .link {
3775
+ justify-content: center;
3776
+ flex-direction: row;
3777
+ }
3778
+ .ios .tabbar .tab-link i + span,
3779
+ .ios .tabbar-icons .tab-link i + span,
3780
+ .ios .tabbar .link i + span,
3781
+ .ios .tabbar-icons .link i + span {
3782
+ margin-left: 5px;
3783
+ }
3784
+ }
3785
+ .ios .tabbar-scrollable .toolbar-inner {
3786
+ justify-content: flex-start;
3787
+ }
3788
+ .ios .tabbar-scrollable .tab-link,
3789
+ .ios .tabbar-scrollable .link {
3790
+ padding: 0 8px;
3791
+ }
3792
+ .md .toolbar .link {
3793
+ justify-content: center;
3794
+ padding: 0 12px;
3795
+ min-width: 48px;
3796
+ }
3797
+ .md .toolbar a.icon-only {
3798
+ min-width: 0;
3799
+ flex-shrink: 0;
3800
+ }
3801
+ .md .tabbar .tab-link,
3802
+ .md .tabbar-icons .tab-link,
3803
+ .md .tabbar .link,
3804
+ .md .tabbar-icons .link {
3805
+ padding-left: 0;
3806
+ padding-right: 0;
3807
+ }
3808
+ .md .tabbar a.icon-only,
3809
+ .md .tabbar-icons a.icon-only {
3810
+ flex-shrink: initial;
3811
+ }
3812
+ .md .tabbar .tab-link,
3813
+ .md .tabbar-icons .tab-link {
3814
+ transition-duration: 300ms;
3815
+ overflow: hidden;
3816
+ position: relative;
3817
+ }
3818
+ .md .tabbar i.icon,
3819
+ .md .tabbar-icons i.icon {
3820
+ position: relative;
3821
+ }
3822
+ .md .tabbar i.icon::before,
3823
+ .md .tabbar-icons i.icon::before {
3824
+ content: '';
3825
+ width: 64px;
3826
+ height: 32px;
3827
+ border-radius: 32px;
3828
+ position: absolute;
3829
+ left: 50%;
3830
+ top: 50%;
3831
+ transform: translateX(-50%) translateY(-50%) scaleX(0.5);
3832
+ background: var(--f7-tabbar-link-active-icon-bg-color);
3833
+ opacity: 0;
3834
+ transition-duration: 200ms;
3835
+ z-index: -1;
3836
+ }
3837
+ .md .tabbar i.icon + .tabbar-label,
3838
+ .md .tabbar-icons i.icon + .tabbar-label {
3839
+ margin-top: 8px;
3840
+ }
3841
+ .md .tabbar .tab-link-active i.icon::before,
3842
+ .md .tabbar-icons .tab-link-active i.icon::before {
3843
+ opacity: 1;
3844
+ transform: translateX(-50%) translateY(-50%) scaleX(1);
3845
+ }
3846
+ .md .tabbar-icons .tab-link,
3847
+ .md .tabbar-icons .link {
3848
+ padding-top: 8px;
3849
+ padding-bottom: 8px;
3850
+ }
3851
+ .md .tabbar-label {
3852
+ max-width: 100%;
3853
+ overflow: hidden;
3854
+ line-height: 1.2;
3855
+ }
3856
+ .md .tabbar-scrollable .toolbar-inner {
3857
+ overflow: auto;
3858
+ }
3859
+ .md .tabbar-scrollable .tab-link,
3860
+ .md .tabbar-scrollable .link {
3861
+ padding: 0 12px;
3862
+ }
3863
+ /* === Toolbar New === */
3864
+ :root {
3865
+ /*
3866
+ --f7-toolbar-new-bg-color: var(--f7-bars-bg-color);
3867
+ --f7-toolbar-new-bg-color-rgb: var(--f7-bars-bg-color-rgb);
3868
+ --f7-toolbar-new-border-color: var(--f7-bars-border-color);
3869
+ --f7-toolbar-new-text-color: var(--f7-bars-text-color);
3870
+ */
3871
+ --f7-tabbar-new-link-active-bg-color: transparent;
3872
+ --f7-tabbar-new-label-text-transform: none;
3873
+ --f7-toolbar-new-hide-show-transition-duration: 400ms;
3874
+ }
3875
+ .ios {
3876
+ --f7-toolbar-new-height: 64px;
3877
+ --f7-toolbar-new-font-size: 17px;
3878
+ --f7-toolbar-new-inner-padding-left: 16px;
3879
+ --f7-toolbar-new-inner-padding-right: 16px;
3880
+ --f7-toolbar-new-link-font-weight: 400;
3881
+ --f7-toolbar-new-link-color: var(--f7-bars-text-color);
3882
+ --f7-tabbar-new-link-inactive-color: var(--f7-bars-text-color);
3883
+ /*
3884
+ --f7-toolbar-new-link-height: var(--f7-toolbar-new-height);
3885
+ --f7-toolbar-new-link-line-height: var(--f7-toolbar-new-height);
3886
+ --f7-tabbar-new-link-active-color: var(--f7-theme-color);
3887
+ */
3888
+ --f7-tabbar-new-icons-height: 80px;
3889
+ --f7-tabbar-new-icons-tablet-height: 80px;
3890
+ --f7-tabbar-new-icon-size: 28px;
3891
+ --f7-tabbar-new-link-text-transform: none;
3892
+ --f7-tabbar-new-link-font-weight: 400;
3893
+ --f7-tabbar-new-link-letter-spacing: 0;
3894
+ --f7-tabbar-new-label-font-size: 12px;
3895
+ --f7-tabbar-new-label-tablet-font-size: 14px;
3896
+ --f7-tabbar-new-label-font-weight: 500;
3897
+ --f7-tabbar-new-label-letter-spacing: 0.01;
3898
+ --f7-tabbar-new-link-highlight-bg-color: rgba(0, 0, 0, 0.1);
3899
+ --f7-tabbar-new-link-highlight-active-bg-color: rgba(0, 0, 0, 0.05);
3900
+ --f7-toolbar-new-bars-bg-color: #efeff4;
3901
+ }
3902
+ .ios .dark,
3903
+ .ios.dark {
3904
+ --f7-tabbar-new-link-highlight-bg-color: rgba(255, 255, 255, 0.15);
3905
+ --f7-tabbar-new-link-highlight-active-bg-color: rgba(255, 255, 255, 0.1);
3906
+ --f7-toolbar-new-bars-bg-color: rgba(0, 0, 0, 0.5);
3907
+ }
3908
+ .md {
3909
+ --f7-toolbar-new-height: 56px;
3910
+ --f7-toolbar-new-font-size: 14px;
3911
+ --f7-toolbar-new-inner-padding-left: 0px;
3912
+ --f7-toolbar-new-inner-padding-right: 0px;
3913
+ /*
3914
+ --f7-toolbar-new-link-color: var(--f7-bars-link-color);
3915
+ --f7-toolbar-new-link-height: var(--f7-toolbar-new-height);
3916
+ --f7-toolbar-new-link-line-height: var(--f7-toolbar-new-height);
3917
+ */
3918
+ --f7-tabbar-new-icons-height: 80px;
3919
+ --f7-tabbar-new-icons-tablet-height: 80px;
3920
+ --f7-tabbar-new-icon-size: 24px;
3921
+ --f7-tabbar-new-link-text-transform: none;
3922
+ --f7-tabbar-new-link-font-weight: 500;
3923
+ --f7-tabbar-new-link-letter-spacing: 0;
3924
+ --f7-toolbar-new-link-font-weight: 500;
3925
+ --f7-tabbar-new-label-font-size: 12px;
3926
+ --f7-tabbar-new-label-tablet-font-size: 12px;
3927
+ --f7-tabbar-new-label-font-weight: 500;
3928
+ --f7-tabbar-new-label-letter-spacing: 0;
3929
+ }
3930
+ .md,
3931
+ .md .dark,
3932
+ .md [class*='color-'] {
3933
+ --f7-tabbar-new-link-active-color: var(--f7-md-on-secondary-container);
3934
+ --f7-tabbar-new-link-active-border-color: var(--f7-md-primary);
3935
+ --f7-tabbar-new-link-inactive-color: var(--f7-md-on-surface-variant);
3936
+ --f7-tabbar-new-link-active-icon-bg-color: var(--f7-md-secondary-container);
3937
+ }
3938
+ .toolbar-new {
3939
+ width: 100%;
3940
+ position: relative;
3941
+ margin: 0;
3942
+ transform: translate3d(0, 0, 0);
3943
+ -webkit-backface-visibility: hidden;
3944
+ backface-visibility: hidden;
3945
+ z-index: 600;
3946
+ box-sizing: border-box;
3947
+ left: 0;
3948
+ height: var(--f7-toolbar-new-height);
3949
+ flex-shrink: 0;
3950
+ color: var(--f7-toolbar-new-text-color, var(--f7-bars-text-color));
3951
+ font-size: var(--f7-toolbar-new-font-size);
3952
+ }
3953
+ .toolbar-new b {
3954
+ font-weight: 600;
3955
+ }
3956
+ .toolbar-new a {
3957
+ color: var(--f7-toolbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
3958
+ box-sizing: border-box;
3959
+ flex-shrink: 1;
3960
+ position: relative;
3961
+ white-space: nowrap;
3962
+ text-overflow: ellipsis;
2409
3963
  }
2410
- .toolbar-bottom.toolbar-hidden:after,
2411
- .ios .toolbar-bottom-ios.toolbar-hidden:after,
2412
- .md .toolbar-bottom-md.toolbar-hidden:after {
2413
- display: none !important;
3964
+ .toolbar-new .link {
3965
+ display: flex;
3966
+ font-weight: var(--f7-toolbar-new-link-font-weight);
2414
3967
  }
2415
- .toolbar-bottom:before,
2416
- .ios .toolbar-bottom-ios:before,
2417
- .md .toolbar-bottom-md:before {
2418
- content: '';
2419
- position: absolute;
2420
- background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
3968
+ .toolbar-new i.icon {
2421
3969
  display: block;
2422
- z-index: 15;
3970
+ }
3971
+ .toolbar-new:after,
3972
+ .toolbar-new:before {
3973
+ -webkit-backface-visibility: hidden;
3974
+ backface-visibility: hidden;
3975
+ }
3976
+ .views > .toolbar-new,
3977
+ .view > .toolbar-new,
3978
+ .page > .toolbar-new {
3979
+ position: absolute;
3980
+ }
3981
+ .toolbar-new-top,
3982
+ .ios .toolbar-new-top-ios,
3983
+ .md .toolbar-new-top-md {
2423
3984
  top: 0;
2424
- right: auto;
2425
- bottom: auto;
2426
- left: 0;
2427
- height: 1px;
2428
- width: 100%;
2429
- transform-origin: 50% 0%;
2430
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
2431
3985
  }
2432
- .toolbar-inner {
3986
+ .toolbar-new-bottom,
3987
+ .ios .toolbar-new-bottom-ios,
3988
+ .md .toolbar-new-bottom-md {
3989
+ bottom: 0;
3990
+ height: calc(var(--f7-toolbar-new-height) + var(--f7-safe-area-bottom));
3991
+ }
3992
+ .toolbar-new-bottom .toolbar-new-inner,
3993
+ .ios .toolbar-new-bottom-ios .toolbar-new-inner,
3994
+ .md .toolbar-new-bottom-md .toolbar-new-inner {
3995
+ height: auto;
3996
+ top: 0;
3997
+ bottom: var(--f7-safe-area-bottom);
3998
+ }
3999
+ .toolbar-new-inner {
2433
4000
  position: absolute;
4001
+ z-index: 1;
2434
4002
  left: 0;
2435
4003
  top: 0;
2436
4004
  width: 100%;
2437
4005
  height: 100%;
2438
4006
  display: flex;
2439
- justify-content: space-between;
2440
4007
  box-sizing: border-box;
2441
4008
  align-items: center;
2442
4009
  align-content: center;
2443
- overflow: hidden;
2444
- padding: 0 calc(var(--f7-toolbar-inner-padding-right) + var(--f7-safe-area-right)) 0 calc(var(--f7-toolbar-inner-padding-left) + var(--f7-safe-area-left));
4010
+ padding: 0 calc(var(--f7-toolbar-new-inner-padding-right) + var(--f7-safe-area-right)) 0 calc(var(--f7-toolbar-new-inner-padding-left) + var(--f7-safe-area-left));
2445
4011
  }
2446
- .views > .tabbar,
2447
- .views > .tabbar-icons {
4012
+ .views > .tabbar-new,
4013
+ .views > .tabbar-new-icons {
2448
4014
  z-index: 5001;
2449
4015
  }
2450
- .tabbar a,
2451
- .tabbar-icons a {
2452
- color: var(--f7-tabbar-link-inactive-color);
4016
+ .tabbar-new a,
4017
+ .tabbar-new-icons a {
4018
+ color: var(--f7-tabbar-new-link-inactive-color);
2453
4019
  }
2454
- .tabbar .link,
2455
- .tabbar-icons .link {
4020
+ .tabbar-new .link,
4021
+ .tabbar-new-icons .link {
2456
4022
  line-height: 1.4;
2457
4023
  }
2458
- .tabbar .tab-link,
2459
- .tabbar-icons .tab-link,
2460
- .tabbar .link,
2461
- .tabbar-icons .link {
4024
+ .tabbar-new .tab-link,
4025
+ .tabbar-new-icons .tab-link,
4026
+ .tabbar-new .link,
4027
+ .tabbar-new-icons .link {
2462
4028
  height: 100%;
2463
4029
  width: 100%;
2464
4030
  box-sizing: border-box;
@@ -2466,69 +4032,57 @@ html.device-full-viewport body {
2466
4032
  justify-content: center;
2467
4033
  align-items: center;
2468
4034
  flex-direction: column;
2469
- text-transform: var(--f7-tabbar-link-text-transform);
2470
- font-weight: var(--f7-tabbar-link-font-weight);
2471
- letter-spacing: var(--f7-tabbar-link-letter-spacing);
4035
+ text-transform: var(--f7-tabbar-new-link-text-transform);
4036
+ font-weight: var(--f7-tabbar-new-link-font-weight);
4037
+ letter-spacing: var(--f7-tabbar-new-link-letter-spacing);
2472
4038
  overflow: hidden;
2473
4039
  }
2474
- .tabbar .tab-link-active,
2475
- .tabbar-icons .tab-link-active {
2476
- color: var(--f7-tabbar-link-active-color, var(--f7-theme-color));
2477
- background-color: var(--f7-tabbar-link-active-bg-color, transparent);
2478
- }
2479
- .tabbar i.icon,
2480
- .tabbar-icons i.icon {
2481
- font-size: var(--f7-tabbar-icon-size);
2482
- height: var(--f7-tabbar-icon-size);
2483
- line-height: var(--f7-tabbar-icon-size);
2484
- }
2485
- .md .tabbar.tabbar-icons .tab-link-highlight,
2486
- .md .tabbar-icons.tabbar-icons .tab-link-highlight {
2487
- display: none;
4040
+ .tabbar-new .tab-link-active,
4041
+ .tabbar-new-icons .tab-link-active {
4042
+ color: var(--f7-tabbar-new-link-active-color, var(--f7-theme-color));
4043
+ background-color: var(--f7-tabbar-new-link-active-bg-color, transparent);
2488
4044
  }
2489
- .md .tabbar:not(.tabbar-icons) .tab-link-highlight,
2490
- .md .tabbar-icons:not(.tabbar-icons) .tab-link-highlight {
2491
- position: absolute;
2492
- height: 2px;
2493
- background: var(--f7-tabbar-link-active-border-color, var(--f7-theme-color));
2494
- transition-duration: 300ms;
2495
- left: 0;
4045
+ .tabbar-new i.icon,
4046
+ .tabbar-new-icons i.icon {
4047
+ font-size: var(--f7-tabbar-new-icon-size);
4048
+ height: var(--f7-tabbar-new-icon-size);
4049
+ line-height: var(--f7-tabbar-new-icon-size);
2496
4050
  }
2497
- .tabbar-icons {
2498
- --f7-toolbar-height: var(--f7-tabbar-icons-height);
4051
+ .tabbar-new-icons {
4052
+ --f7-toolbar-new-height: var(--f7-tabbar-new-icons-height);
2499
4053
  }
2500
- .tabbar-icons .tab-link,
2501
- .tabbar-icons .link {
4054
+ .tabbar-new-icons .tab-link,
4055
+ .tabbar-new-icons .link {
2502
4056
  height: 100%;
2503
4057
  justify-content: center;
2504
4058
  align-items: center;
2505
4059
  }
2506
- .tabbar-icons .tabbar-label {
4060
+ .tabbar-new-icons .tabbar-new-label {
2507
4061
  display: block;
2508
4062
  line-height: 1;
2509
4063
  margin: 0;
2510
4064
  position: relative;
2511
4065
  text-overflow: ellipsis;
2512
4066
  white-space: nowrap;
2513
- font-size: var(--f7-tabbar-label-font-size);
2514
- text-transform: var(--f7-tabbar-label-text-transform);
2515
- font-weight: var(--f7-tabbar-label-font-weight);
2516
- letter-spacing: var(--f7-tabbar-label-letter-spacing);
4067
+ font-size: var(--f7-tabbar-new-label-font-size);
4068
+ text-transform: var(--f7-tabbar-new-label-text-transform);
4069
+ font-weight: var(--f7-tabbar-new-label-font-weight);
4070
+ letter-spacing: var(--f7-tabbar-new-label-letter-spacing);
2517
4071
  }
2518
4072
  @media (min-width: 768px) and (min-height: 600px) {
2519
4073
  :root {
2520
- --f7-tabbar-icons-height: var(--f7-tabbar-icons-tablet-height);
2521
- --f7-tabbar-label-font-size: var(--f7-tabbar-label-tablet-font-size);
4074
+ --f7-tabbar-new-icons-height: var(--f7-tabbar-new-icons-tablet-height);
4075
+ --f7-tabbar-new-label-font-size: var(--f7-tabbar-new-label-tablet-font-size);
2522
4076
  }
2523
4077
  }
2524
- .tabbar-scrollable .toolbar-inner {
4078
+ .tabbar-new-scrollable .toolbar-new-inner {
2525
4079
  justify-content: flex-start;
2526
4080
  overflow: auto;
2527
4081
  -webkit-overflow-scrolling: touch;
2528
4082
  scrollbar-width: none;
2529
4083
  scrollbar-color: transparent;
2530
4084
  }
2531
- .tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
4085
+ .tabbar-new-scrollable .toolbar-new-inner::-webkit-scrollbar {
2532
4086
  -webkit-appearance: none;
2533
4087
  appearance: none;
2534
4088
  width: 0px;
@@ -2536,195 +4090,413 @@ html.device-full-viewport body {
2536
4090
  opacity: 0;
2537
4091
  background: transparent;
2538
4092
  }
2539
- .tabbar-scrollable .toolbar-inner::-webkit-scrollbar-track {
4093
+ .tabbar-new-scrollable .toolbar-new-inner::-webkit-scrollbar-track {
2540
4094
  box-shadow: none;
2541
4095
  background: transparent;
2542
4096
  }
2543
- .tabbar-scrollable .toolbar-inner::-webkit-scrollbar-thumb {
4097
+ .tabbar-new-scrollable .toolbar-new-inner::-webkit-scrollbar-thumb {
2544
4098
  background-color: transparent;
2545
4099
  outline: none;
2546
4100
  border-radius: 9999px;
2547
4101
  position: relative;
2548
4102
  }
2549
- .tabbar-scrollable .tab-link,
2550
- .tabbar-scrollable .link {
4103
+ .tabbar-new-scrollable .tab-link,
4104
+ .tabbar-new-scrollable .link {
2551
4105
  width: auto;
2552
4106
  flex-shrink: 0;
2553
4107
  }
2554
- .toolbar-transitioning,
2555
- .navbar-transitioning + .toolbar,
2556
- .navbar-transitioning ~ * .toolbar {
2557
- transition-duration: var(--f7-toolbar-hide-show-transition-duration);
4108
+ .toolbar-new-transitioning,
4109
+ .navbar-new-transitioning + .toolbar-new,
4110
+ .navbar-new-transitioning ~ * .toolbar-new {
4111
+ transition-duration: var(--f7-toolbar-new-hide-show-transition-duration);
2558
4112
  }
2559
- .toolbar-bottom ~ *,
2560
- .ios .toolbar-bottom-ios ~ *,
2561
- .md .toolbar-bottom-md ~ * {
2562
- --f7-page-toolbar-bottom-offset: var(--f7-toolbar-height);
4113
+ .toolbar-new-bottom ~ *,
4114
+ .ios .toolbar-new-bottom-ios ~ *,
4115
+ .md .toolbar-new-bottom-md ~ * {
4116
+ --f7-page-toolbar-new-bottom-offset: var(--f7-toolbar-new-height);
2563
4117
  }
2564
- .toolbar-bottom.tabbar-icons ~ *,
2565
- .ios .toolbar-bottom-ios.tabbar-icons ~ *,
2566
- .md .toolbar-bottom-md.tabbar-icons ~ * {
2567
- --f7-page-toolbar-bottom-offset: var(--f7-tabbar-icons-height);
4118
+ .toolbar-new-bottom.tabbar-new-icons ~ *,
4119
+ .ios .toolbar-new-bottom-ios.tabbar-new-icons ~ *,
4120
+ .md .toolbar-new-bottom-md.tabbar-new-icons ~ * {
4121
+ --f7-page-toolbar-new-bottom-offset: var(--f7-tabbar-new-icons-height);
2568
4122
  }
2569
- .toolbar-bottom.toolbar-hidden,
2570
- .ios .toolbar-bottom-ios.toolbar-hidden,
2571
- .md .toolbar-bottom-md.toolbar-hidden {
4123
+ .toolbar-new-bottom.toolbar-new-hidden,
4124
+ .ios .toolbar-new-bottom-ios.toolbar-new-hidden,
4125
+ .md .toolbar-new-bottom-md.toolbar-new-hidden {
2572
4126
  transform: translate3d(0, 100%, 0);
2573
4127
  }
2574
- .toolbar-top ~ *,
2575
- .ios .toolbar-top-ios ~ *,
2576
- .md .toolbar-top-md ~ * {
2577
- --f7-page-toolbar-top-offset: var(--f7-toolbar-height);
2578
- }
2579
- .toolbar-top.tabbar-icons ~ *,
2580
- .ios .toolbar-top-ios.tabbar-icons ~ *,
2581
- .md .toolbar-top-md.tabbar-icons ~ * {
2582
- --f7-page-toolbar-top-offset: var(--f7-tabbar-icons-height);
2583
- }
2584
- .toolbar-top.toolbar-hidden,
2585
- .ios .toolbar-top-ios.toolbar-hidden,
2586
- .md .toolbar-top-md.toolbar-hidden {
4128
+ .toolbar-new-top ~ *,
4129
+ .ios .toolbar-new-top-ios ~ *,
4130
+ .md .toolbar-new-top-md ~ *,
4131
+ .sheet-modal-bottom > .toolbar-new:not(.toolbar-new-bottom) ~ * {
4132
+ --f7-page-toolbar-new-top-offset: var(--f7-toolbar-new-height);
4133
+ }
4134
+ .toolbar-new-top.tabbar-new-icons ~ *,
4135
+ .ios .toolbar-new-top-ios.tabbar-new-icons ~ *,
4136
+ .md .toolbar-new-top-md.tabbar-new-icons ~ *,
4137
+ .sheet-modal-bottom > .toolbar-new:not(.toolbar-new-bottom).tabbar-new-icons ~ * {
4138
+ --f7-page-toolbar-new-top-offset: var(--f7-tabbar-new-icons-height);
4139
+ }
4140
+ .toolbar-new-top.toolbar-new-hidden,
4141
+ .ios .toolbar-new-top-ios.toolbar-new-hidden,
4142
+ .md .toolbar-new-top-md.toolbar-new-hidden {
2587
4143
  transform: translate3d(0, -100%, 0);
2588
4144
  }
2589
- .navbar ~ .toolbar-top,
2590
- .navbars ~ .toolbar-top,
2591
- .ios .navbar ~ .toolbar-top-ios,
2592
- .ios .navbars ~ .toolbar-top-ios,
2593
- .md .navbar ~ .toolbar-top-md,
2594
- .navbar ~ * .toolbar-top,
2595
- .navbars ~ * .toolbar-top,
2596
- .ios .navbar ~ * .toolbar-top-ios,
2597
- .ios .navbars ~ * .toolbar-top-ios,
2598
- .md .navbar ~ * .toolbar-top-md,
2599
- .navbar ~ .page:not(.no-navbar) .toolbar-top,
2600
- .navbars ~ .page:not(.no-navbar) .toolbar-top,
2601
- .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios,
2602
- .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios,
2603
- .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md {
2604
- top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
4145
+ .navbar-new ~ .toolbar-new-top,
4146
+ .navbars-new ~ .toolbar-new-top,
4147
+ .ios .navbar-new ~ .toolbar-new-top-ios,
4148
+ .ios .navbars-new ~ .toolbar-new-top-ios,
4149
+ .md .navbar-new ~ .toolbar-new-top-md,
4150
+ .navbar-new ~ * .toolbar-new-top,
4151
+ .navbars-new ~ * .toolbar-new-top,
4152
+ .ios .navbar-new ~ * .toolbar-new-top-ios,
4153
+ .ios .navbars-new ~ * .toolbar-new-top-ios,
4154
+ .md .navbar-new ~ * .toolbar-new-top-md,
4155
+ .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top,
4156
+ .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top,
4157
+ .ios .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios,
4158
+ .ios .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios,
4159
+ .md .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-md {
4160
+ top: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
4161
+ }
4162
+ .navbar-new ~ .toolbar-new-top.toolbar-new-hidden,
4163
+ .navbars-new ~ .toolbar-new-top.toolbar-new-hidden,
4164
+ .ios .navbar-new ~ .toolbar-new-top-ios.toolbar-new-hidden,
4165
+ .ios .navbars-new ~ .toolbar-new-top-ios.toolbar-new-hidden,
4166
+ .md .navbar-new ~ .toolbar-new-top-md.toolbar-new-hidden,
4167
+ .navbar-new ~ * .toolbar-new-top.toolbar-new-hidden,
4168
+ .navbars-new ~ * .toolbar-new-top.toolbar-new-hidden,
4169
+ .ios .navbar-new ~ * .toolbar-new-top-ios.toolbar-new-hidden,
4170
+ .ios .navbars-new ~ * .toolbar-new-top-ios.toolbar-new-hidden,
4171
+ .md .navbar-new ~ * .toolbar-new-top-md.toolbar-new-hidden,
4172
+ .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top.toolbar-new-hidden,
4173
+ .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top.toolbar-new-hidden,
4174
+ .ios .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios.toolbar-new-hidden,
4175
+ .ios .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios.toolbar-new-hidden,
4176
+ .md .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-md.toolbar-new-hidden {
4177
+ transform: translate3d(0, calc(-1 * (var(--f7-navbar-new-height) + var(--f7-toolbar-new-height) + var(--f7-safe-area-top))), 0);
4178
+ }
4179
+ .navbar-new ~ .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4180
+ .navbars-new ~ .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4181
+ .ios .navbar-new ~ .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4182
+ .ios .navbars-new ~ .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4183
+ .md .navbar-new ~ .toolbar-new-top-md.toolbar-new-hidden.tabbar-new-icons,
4184
+ .navbar-new ~ * .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4185
+ .navbars-new ~ * .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4186
+ .ios .navbar-new ~ * .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4187
+ .ios .navbars-new ~ * .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4188
+ .md .navbar-new ~ * .toolbar-new-top-md.toolbar-new-hidden.tabbar-new-icons,
4189
+ .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4190
+ .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4191
+ .ios .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4192
+ .ios .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4193
+ .md .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-md.toolbar-new-hidden.tabbar-new-icons {
4194
+ transform: translate3d(0, calc(-1 * (var(--f7-navbar-new-height) + var(--f7-tabbar-new-icons-height) + var(--f7-safe-area-top))), 0);
4195
+ }
4196
+ .navbar-new-hidden + .toolbar-new-top:not(.toolbar-new-hidden),
4197
+ .ios .navbar-new-hidden + .toolbar-new-top-ios:not(.toolbar-new-hidden),
4198
+ .md .navbar-new-hidden + .toolbar-new-top-md:not(.toolbar-new-hidden),
4199
+ .navbar-new-hidden ~ * .toolbar-new-top:not(.toolbar-new-hidden),
4200
+ .ios .navbar-new-hidden ~ * .toolbar-new-top-ios:not(.toolbar-new-hidden),
4201
+ .md .navbar-new-hidden ~ * .toolbar-new-top-md:not(.toolbar-new-hidden) {
4202
+ transform: translate3d(0, calc(0px - var(--f7-navbar-new-height)), 0);
4203
+ }
4204
+ .navbar-new-large-hidden + .toolbar-new-top:not(.toolbar-new-hidden),
4205
+ .ios .navbar-new-large-hidden + .toolbar-new-top-ios:not(.toolbar-new-hidden),
4206
+ .md .navbar-new-large-hidden + .toolbar-new-top-md:not(.toolbar-new-hidden),
4207
+ .navbar-new-large-hidden ~ * .toolbar-new-top:not(.toolbar-new-hidden),
4208
+ .ios .navbar-new-large-hidden ~ * .toolbar-new-top-ios:not(.toolbar-new-hidden),
4209
+ .md .navbar-new-large-hidden ~ * .toolbar-new-top-md:not(.toolbar-new-hidden) {
4210
+ transform: translate3d(0, calc(0px - var(--f7-navbar-new-height) - var(--f7-navbar-new-large-title-height)), 0);
4211
+ }
4212
+ .ios .toolbar-new-pane {
4213
+ -webkit-user-select: none;
4214
+ user-select: none;
2605
4215
  }
2606
- .navbar ~ .toolbar-top.toolbar-hidden,
2607
- .navbars ~ .toolbar-top.toolbar-hidden,
2608
- .ios .navbar ~ .toolbar-top-ios.toolbar-hidden,
2609
- .ios .navbars ~ .toolbar-top-ios.toolbar-hidden,
2610
- .md .navbar ~ .toolbar-top-md.toolbar-hidden,
2611
- .navbar ~ * .toolbar-top.toolbar-hidden,
2612
- .navbars ~ * .toolbar-top.toolbar-hidden,
2613
- .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden,
2614
- .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden,
2615
- .md .navbar ~ * .toolbar-top-md.toolbar-hidden,
2616
- .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
2617
- .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
2618
- .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
2619
- .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
2620
- .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden {
2621
- transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-toolbar-height) + var(--f7-safe-area-top))), 0);
4216
+ .ios .toolbar-new-pane,
4217
+ .ios .toolbar-new .left,
4218
+ .ios .toolbar-new .right {
4219
+ display: flex;
4220
+ align-items: center;
4221
+ justify-content: center;
4222
+ height: 100%;
4223
+ position: relative;
4224
+ z-index: 1;
4225
+ border-radius: 32px;
4226
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
4227
+ backdrop-filter: saturate(180%) blur(16px);
4228
+ box-shadow: var(--f7-glass-shadow);
4229
+ background-color: var(--f7-glass-bg-color);
2622
4230
  }
2623
- .navbar ~ .toolbar-top.toolbar-hidden.tabbar-icons,
2624
- .navbars ~ .toolbar-top.toolbar-hidden.tabbar-icons,
2625
- .ios .navbar ~ .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2626
- .ios .navbars ~ .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2627
- .md .navbar ~ .toolbar-top-md.toolbar-hidden.tabbar-icons,
2628
- .navbar ~ * .toolbar-top.toolbar-hidden.tabbar-icons,
2629
- .navbars ~ * .toolbar-top.toolbar-hidden.tabbar-icons,
2630
- .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2631
- .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2632
- .md .navbar ~ * .toolbar-top-md.toolbar-hidden.tabbar-icons,
2633
- .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-icons,
2634
- .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-icons,
2635
- .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2636
- .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2637
- .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden.tabbar-icons {
2638
- transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-tabbar-icons-height) + var(--f7-safe-area-top))), 0);
4231
+ .ios .toolbar-new .left {
4232
+ margin-right: auto;
2639
4233
  }
2640
- .navbar-hidden + .toolbar-top:not(.toolbar-hidden),
2641
- .ios .navbar-hidden + .toolbar-top-ios:not(.toolbar-hidden),
2642
- .md .navbar-hidden + .toolbar-top-md:not(.toolbar-hidden),
2643
- .navbar-hidden ~ * .toolbar-top:not(.toolbar-hidden),
2644
- .ios .navbar-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
2645
- .md .navbar-hidden ~ * .toolbar-top-md:not(.toolbar-hidden) {
2646
- transform: translate3d(0, calc(0px - var(--f7-navbar-height)), 0);
4234
+ .ios .toolbar-new .right {
4235
+ margin-left: auto;
2647
4236
  }
2648
- .navbar-large-hidden + .toolbar-top:not(.toolbar-hidden),
2649
- .ios .navbar-large-hidden + .toolbar-top-ios:not(.toolbar-hidden),
2650
- .md .navbar-large-hidden + .toolbar-top-md:not(.toolbar-hidden),
2651
- .navbar-large-hidden ~ * .toolbar-top:not(.toolbar-hidden),
2652
- .ios .navbar-large-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
2653
- .md .navbar-large-hidden ~ * .toolbar-top-md:not(.toolbar-hidden) {
2654
- transform: translate3d(0, calc(0px - var(--f7-navbar-height) - var(--f7-navbar-large-title-height)), 0);
4237
+ .ios .toolbar-new .left:empty,
4238
+ .ios .toolbar-new .right:empty {
4239
+ display: none;
2655
4240
  }
2656
- .ios .toolbar a.icon-only {
2657
- min-height: var(--f7-toolbar-height);
4241
+ .ios .toolbar-new a.icon-only {
2658
4242
  display: flex;
2659
4243
  justify-content: center;
2660
4244
  align-items: center;
2661
4245
  margin: 0;
2662
- min-width: 44px;
4246
+ min-width: 48px;
4247
+ min-height: 48px;
4248
+ padding: 0;
2663
4249
  }
2664
- .ios .tabbar-icons .tab-link,
2665
- .ios .tabbar-icons .link {
4250
+ .ios .toolbar-new .link {
4251
+ padding: 0 12px;
4252
+ height: 100%;
4253
+ }
4254
+ .ios .toolbar-new:before,
4255
+ .ios .toolbar-new:after {
4256
+ pointer-events: none;
4257
+ content: '';
4258
+ position: absolute;
4259
+ inset: 0;
4260
+ }
4261
+ .ios .toolbar-new:before {
4262
+ -webkit-backdrop-filter: blur(2px);
4263
+ backdrop-filter: blur(2px);
4264
+ -webkit-mask-image: linear-gradient(to top, black calc(50% + var(--f7-safe-area-bottom, 0px)), transparent 100%);
4265
+ mask-image: linear-gradient(to top, black calc(50% + var(--f7-safe-area-bottom, 0px)), transparent 100%);
4266
+ }
4267
+ .ios .toolbar-new:after {
4268
+ background-image: linear-gradient(to top, var(--f7-toolbar-new-bars-bg-color) var(--f7-safe-area-bottom, 0px), transparent 100%);
4269
+ }
4270
+ .ios .toolbar-new.toolbar-new-bottom:before,
4271
+ .ios .toolbar-new.messagebar:before,
4272
+ .ios .toolbar-new.toolbar-new-bottom:after,
4273
+ .ios .toolbar-new.messagebar:after {
4274
+ top: -16px;
4275
+ }
4276
+ .ios .toolbar-new.toolbar-new-bottom .toolbar-new-inner,
4277
+ .ios .toolbar-new.messagebar .toolbar-new-inner {
4278
+ padding-bottom: 16px;
4279
+ }
4280
+ .ios .toolbar-new.toolbar-new-top:before,
4281
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar):before {
4282
+ -webkit-mask-image: linear-gradient(to bottom, black calc(50% + var(--f7-safe-area-top, 0px)), transparent 100%);
4283
+ mask-image: linear-gradient(to bottom, black calc(50% + var(--f7-safe-area-top, 0px)), transparent 100%);
4284
+ }
4285
+ .ios .toolbar-new.toolbar-new-top:after,
4286
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar):after {
4287
+ background-image: linear-gradient(to bottom, var(--f7-toolbar-new-bars-bg-color) var(--f7-safe-area-top, 0px), transparent 100%);
4288
+ }
4289
+ .ios .toolbar-new.toolbar-new-top:before,
4290
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar):before,
4291
+ .ios .toolbar-new.toolbar-new-top:after,
4292
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar):after {
4293
+ bottom: -16px;
4294
+ }
4295
+ .ios .toolbar-new.toolbar-new-top .toolbar-new-inner,
4296
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar) .toolbar-new-inner {
4297
+ padding-top: 16px;
4298
+ }
4299
+ .ios .navbar-new ~ .toolbar-new-top:before,
4300
+ .ios .navbar-new ~ .toolbar-new-top:after {
4301
+ display: none;
4302
+ }
4303
+ .ios .toolbar-new-inner {
4304
+ justify-content: center;
4305
+ overflow: visible;
4306
+ gap: 16px;
4307
+ }
4308
+ .ios .tabbar-new-scrollable .toolbar-new-pane {
4309
+ overflow: auto;
4310
+ -webkit-overflow-scrolling: touch;
4311
+ scrollbar-width: none;
4312
+ scrollbar-color: transparent;
4313
+ justify-content: flex-start;
4314
+ }
4315
+ .ios .tabbar-new-scrollable .toolbar-new-pane::-webkit-scrollbar {
4316
+ -webkit-appearance: none;
4317
+ appearance: none;
4318
+ width: 0px;
4319
+ display: none;
4320
+ opacity: 0;
4321
+ background: transparent;
4322
+ }
4323
+ .ios .tabbar-new-scrollable .toolbar-new-pane::-webkit-scrollbar-track {
4324
+ box-shadow: none;
4325
+ background: transparent;
4326
+ }
4327
+ .ios .tabbar-new-scrollable .toolbar-new-pane::-webkit-scrollbar-thumb {
4328
+ background-color: transparent;
4329
+ outline: none;
4330
+ border-radius: 9999px;
4331
+ position: relative;
4332
+ }
4333
+ .ios .tabbar-new:not(.tabbar-new-scrollable) {
4334
+ touch-action: none;
4335
+ }
4336
+ .ios .tabbar-new-icons .tab-link,
4337
+ .ios .tabbar-new-icons .link {
2666
4338
  padding-top: 4px;
2667
4339
  padding-bottom: 4px;
2668
4340
  }
2669
- .ios .tabbar-icons .tab-link i + span,
2670
- .ios .tabbar-icons .link i + span {
4341
+ .ios .tabbar-new-icons .tab-link i + span,
4342
+ .ios .tabbar-new-icons .link i + span {
2671
4343
  margin: 0;
2672
4344
  margin-top: 4px;
2673
4345
  }
2674
- @media (min-width: 768px) and (min-height: 600px) {
2675
- .ios .tabbar .tab-link,
2676
- .ios .tabbar-icons .tab-link,
2677
- .ios .tabbar .link,
2678
- .ios .tabbar-icons .link {
2679
- justify-content: center;
2680
- flex-direction: row;
4346
+ @media (max-width: 767px) {
4347
+ .ios .tabbar-new .toolbar-new-pane {
4348
+ width: 100%;
2681
4349
  }
2682
- .ios .tabbar .tab-link i + span,
2683
- .ios .tabbar-icons .tab-link i + span,
2684
- .ios .tabbar .link i + span,
2685
- .ios .tabbar-icons .link i + span {
2686
- margin-left: 5px;
4350
+ }
4351
+ @media (min-width: 768px) {
4352
+ .ios .tabbar-new .tab-link {
4353
+ padding-left: 16px;
4354
+ padding-right: 16px;
4355
+ min-width: 96px;
2687
4356
  }
2688
4357
  }
2689
- .ios .tabbar-scrollable .toolbar-inner {
4358
+ .ios .tabbar-new-scrollable .toolbar-new-inner {
2690
4359
  justify-content: flex-start;
2691
4360
  }
2692
- .ios .tabbar-scrollable .tab-link,
2693
- .ios .tabbar-scrollable .link {
4361
+ .ios .tabbar-new-scrollable .tab-link,
4362
+ .ios .tabbar-new-scrollable .link {
2694
4363
  padding: 0 8px;
2695
4364
  }
2696
- .md .toolbar .link {
4365
+ .ios .tab-link-highlight {
4366
+ position: absolute;
4367
+ height: 100%;
4368
+ top: 0;
4369
+ transition-duration: 300ms;
4370
+ border-radius: inherit;
4371
+ left: 0;
4372
+ }
4373
+ .ios .tab-link-highlight:before,
4374
+ .ios .tab-link-highlight:after {
4375
+ content: '';
4376
+ position: absolute;
4377
+ inset: 4px;
4378
+ border-radius: inherit;
4379
+ transition-duration: 300ms;
4380
+ }
4381
+ .ios .tab-link-highlight:before {
4382
+ background-color: var(--f7-tabbar-new-link-highlight-bg-color);
4383
+ }
4384
+ .ios .tab-link-highlight:after {
4385
+ opacity: 0;
4386
+ box-shadow: var(--f7-glass-shadow-thumb);
4387
+ background-color: var(--f7-tabbar-new-link-highlight-active-bg-color);
4388
+ }
4389
+ .ios .tab-link-highlight-pressed:before {
4390
+ opacity: 0;
4391
+ }
4392
+ .ios .tab-link-highlight-pressed:after {
4393
+ opacity: 1;
4394
+ }
4395
+ .ios .tab-link-highlight-pressed:before,
4396
+ .ios .tab-link-highlight-pressed:after {
4397
+ scale: 1.4;
4398
+ }
4399
+ .md .toolbar-new-pane {
4400
+ display: contents;
4401
+ }
4402
+ .md .toolbar-new {
4403
+ background-color: var(--f7-toolbar-new-bg-color, var(--f7-bars-bg-color));
4404
+ }
4405
+ .md .toolbar-new .link {
2697
4406
  justify-content: center;
2698
4407
  padding: 0 12px;
2699
4408
  min-width: 48px;
4409
+ min-height: 48px;
4410
+ line-height: var(--f7-toolbar-new-link-line-height, var(--f7-toolbar-new-height));
4411
+ height: var(--f7-toolbar-new-link-height, var(--f7-toolbar-new-height));
2700
4412
  }
2701
- .md .toolbar a.icon-only {
2702
- min-width: 0;
4413
+ .md .toolbar-new a.icon-only {
4414
+ min-width: 48px;
2703
4415
  flex-shrink: 0;
4416
+ padding: 0;
2704
4417
  }
2705
- .md .tabbar .tab-link,
2706
- .md .tabbar-icons .tab-link,
2707
- .md .tabbar .link,
2708
- .md .tabbar-icons .link {
4418
+ .md .toolbar-new-top.no-outline:after,
4419
+ .md .md .toolbar-new-top-md.no-outline:after {
4420
+ display: none !important;
4421
+ }
4422
+ .md .toolbar-new-top.toolbar-new-hidden:before,
4423
+ .md .md .toolbar-new-top-md.toolbar-new-hidden:before {
4424
+ display: none !important;
4425
+ }
4426
+ .md .toolbar-new-top:after,
4427
+ .md .md .toolbar-new-top-md:after,
4428
+ .md .toolbar-new-top:before,
4429
+ .md .md .toolbar-new-top-md:before {
4430
+ -webkit-backface-visibility: hidden;
4431
+ backface-visibility: hidden;
4432
+ }
4433
+ .md .toolbar-new-top:after,
4434
+ .md .md .toolbar-new-top-md:after {
4435
+ content: '';
4436
+ position: absolute;
4437
+ background-color: var(--f7-toolbar-new-border-color, var(--f7-bars-border-color));
4438
+ display: block;
4439
+ z-index: 15;
4440
+ top: auto;
4441
+ right: auto;
4442
+ bottom: 0;
4443
+ left: 0;
4444
+ height: 1px;
4445
+ width: 100%;
4446
+ transform-origin: 50% 100%;
4447
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
4448
+ }
4449
+ .md .toolbar-new-bottom.no-outline:before,
4450
+ .md .md .toolbar-new-bottom-md.no-outline:before {
4451
+ display: none !important;
4452
+ }
4453
+ .md .toolbar-new-bottom.toolbar-new-hidden:after,
4454
+ .md .md .toolbar-new-bottom-md.toolbar-new-hidden:after {
4455
+ display: none !important;
4456
+ }
4457
+ .md .toolbar-new-bottom:before,
4458
+ .md .md .toolbar-new-bottom-md:before {
4459
+ content: '';
4460
+ position: absolute;
4461
+ background-color: var(--f7-toolbar-new-border-color, var(--f7-bars-border-color));
4462
+ display: block;
4463
+ z-index: 15;
4464
+ top: 0;
4465
+ right: auto;
4466
+ bottom: auto;
4467
+ left: 0;
4468
+ height: 1px;
4469
+ width: 100%;
4470
+ transform-origin: 50% 0%;
4471
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
4472
+ }
4473
+ .md .toolbar-new-inner {
4474
+ justify-content: space-between;
4475
+ overflow: hidden;
4476
+ }
4477
+ .md .tabbar-new .tab-link,
4478
+ .md .tabbar-new-icons .tab-link,
4479
+ .md .tabbar-new .link,
4480
+ .md .tabbar-new-icons .link {
2709
4481
  padding-left: 0;
2710
4482
  padding-right: 0;
2711
4483
  }
2712
- .md .tabbar a.icon-only,
2713
- .md .tabbar-icons a.icon-only {
4484
+ .md .tabbar-new a.icon-only,
4485
+ .md .tabbar-new-icons a.icon-only {
2714
4486
  flex-shrink: initial;
2715
4487
  }
2716
- .md .tabbar .tab-link,
2717
- .md .tabbar-icons .tab-link {
4488
+ .md .tabbar-new .tab-link,
4489
+ .md .tabbar-new-icons .tab-link {
2718
4490
  transition-duration: 300ms;
2719
4491
  overflow: hidden;
2720
4492
  position: relative;
2721
4493
  }
2722
- .md .tabbar i.icon,
2723
- .md .tabbar-icons i.icon {
4494
+ .md .tabbar-new i.icon,
4495
+ .md .tabbar-new-icons i.icon {
2724
4496
  position: relative;
2725
4497
  }
2726
- .md .tabbar i.icon::before,
2727
- .md .tabbar-icons i.icon::before {
4498
+ .md .tabbar-new i.icon::before,
4499
+ .md .tabbar-new-icons i.icon::before {
2728
4500
  content: '';
2729
4501
  width: 64px;
2730
4502
  height: 32px;
@@ -2733,37 +4505,57 @@ html.device-full-viewport body {
2733
4505
  left: 50%;
2734
4506
  top: 50%;
2735
4507
  transform: translateX(-50%) translateY(-50%) scaleX(0.5);
2736
- background: var(--f7-tabbar-link-active-icon-bg-color);
4508
+ background: var(--f7-tabbar-new-link-active-icon-bg-color);
2737
4509
  opacity: 0;
2738
4510
  transition-duration: 200ms;
2739
4511
  z-index: -1;
2740
4512
  }
2741
- .md .tabbar i.icon + .tabbar-label,
2742
- .md .tabbar-icons i.icon + .tabbar-label {
4513
+ .md .tabbar-new i.icon + .tabbar-new-label,
4514
+ .md .tabbar-new-icons i.icon + .tabbar-new-label {
2743
4515
  margin-top: 8px;
2744
4516
  }
2745
- .md .tabbar .tab-link-active i.icon::before,
2746
- .md .tabbar-icons .tab-link-active i.icon::before {
4517
+ .md .tabbar-new .tab-link-active i.icon::before,
4518
+ .md .tabbar-new-icons .tab-link-active i.icon::before {
2747
4519
  opacity: 1;
2748
4520
  transform: translateX(-50%) translateY(-50%) scaleX(1);
2749
4521
  }
2750
- .md .tabbar-icons .tab-link,
2751
- .md .tabbar-icons .link {
4522
+ .md .tabbar-new-icons .tab-link,
4523
+ .md .tabbar-new-icons .link {
2752
4524
  padding-top: 8px;
2753
4525
  padding-bottom: 8px;
2754
4526
  }
2755
- .md .tabbar-label {
4527
+ .md .tabbar-new-label {
2756
4528
  max-width: 100%;
2757
4529
  overflow: hidden;
2758
4530
  line-height: 1.2;
2759
4531
  }
2760
- .md .tabbar-scrollable .toolbar-inner {
4532
+ .md .tabbar-new-scrollable .toolbar-new-inner {
2761
4533
  overflow: auto;
2762
4534
  }
2763
- .md .tabbar-scrollable .tab-link,
2764
- .md .tabbar-scrollable .link {
4535
+ .md .tabbar-new-scrollable .tab-link,
4536
+ .md .tabbar-new-scrollable .link {
2765
4537
  padding: 0 12px;
2766
4538
  }
4539
+ .md .toolbar-new-top-md .tab-link-highlight,
4540
+ .md .toolbar-new-top .tab-link-highlight {
4541
+ bottom: 0;
4542
+ }
4543
+ .md .toolbar-new-bottom .tab-link-highlight,
4544
+ .md .toolbar-new-bottom-md .tab-link-highlight {
4545
+ top: 0;
4546
+ }
4547
+ .md .tabbar-new.tabbar-new-icons .tab-link-highlight,
4548
+ .md .tabbar-new-icons.tabbar-new-icons .tab-link-highlight {
4549
+ display: none;
4550
+ }
4551
+ .md .tabbar-new:not(.tabbar-new-icons) .tab-link-highlight,
4552
+ .md .tabbar-new-icons:not(.tabbar-new-icons) .tab-link-highlight {
4553
+ position: absolute;
4554
+ height: 2px;
4555
+ background: var(--f7-tabbar-new-link-active-border-color, var(--f7-theme-color));
4556
+ transition-duration: 300ms;
4557
+ left: 0;
4558
+ }
2767
4559
  /* === Subnavbar === */
2768
4560
  :root {
2769
4561
  /*
@@ -2996,18 +4788,18 @@ html.device-full-viewport body {
2996
4788
  --f7-block-text-color: inherit;
2997
4789
  --f7-block-margin-vertical: 35px;
2998
4790
  --f7-block-outline-border-color: rgba(0, 0, 0, 0.22);
2999
- --f7-block-title-font-size: 16px;
4791
+ --f7-block-title-font-size: 17px;
3000
4792
  --f7-block-title-font-weight: 600;
3001
4793
  --f7-block-title-line-height: 20px;
3002
4794
  --f7-block-title-margin-bottom: 10px;
3003
- --f7-block-title-medium-font-size: 22px;
4795
+ --f7-block-title-medium-font-size: 20px;
3004
4796
  --f7-block-title-medium-font-weight: bold;
3005
4797
  --f7-block-title-medium-line-height: 1.4;
3006
- --f7-block-title-large-font-size: 30px;
4798
+ --f7-block-title-large-font-size: 22px;
3007
4799
  --f7-block-title-large-font-weight: bold;
3008
4800
  --f7-block-title-large-line-height: 1.3;
3009
- --f7-block-inset-border-radius: 8px;
3010
- --f7-block-title-text-color: #000;
4801
+ --f7-block-inset-border-radius: 24px;
4802
+ --f7-block-title-text-color: rgba(0, 0, 0, 0.6);
3011
4803
  --f7-block-strong-text-color: #000;
3012
4804
  --f7-block-header-text-color: rgba(0, 0, 0, 0.45);
3013
4805
  --f7-block-footer-text-color: rgba(0, 0, 0, 0.45);
@@ -3017,7 +4809,7 @@ html.device-full-viewport body {
3017
4809
  }
3018
4810
  .ios .dark,
3019
4811
  .ios.dark {
3020
- --f7-block-title-text-color: #fff;
4812
+ --f7-block-title-text-color: rgba(255, 255, 255, 0.6);
3021
4813
  --f7-block-header-text-color: rgba(255, 255, 255, 0.55);
3022
4814
  --f7-block-footer-text-color: rgba(255, 255, 255, 0.55);
3023
4815
  --f7-block-strong-text-color: #fff;
@@ -3423,7 +5215,6 @@ html.device-full-viewport body {
3423
5215
  :root {
3424
5216
  --f7-list-inset-side-margin: 16px;
3425
5217
  --f7-list-item-padding-horizontal: 16px;
3426
- --f7-list-item-padding-vertical: 8px;
3427
5218
  --f7-list-media-item-padding-horizontal: 16px;
3428
5219
  --f7-list-item-text-max-lines: 2;
3429
5220
  --f7-list-chevron-icon-font-size: 20px;
@@ -3467,8 +5258,9 @@ html.device-full-viewport body {
3467
5258
  --f7-list-chevron-icon-color: rgba(255, 255, 255, 0.3);
3468
5259
  }
3469
5260
  .ios {
5261
+ --f7-list-item-padding-vertical: 12px;
3470
5262
  --f7-list-in-list-padding-left: 30px;
3471
- --f7-list-inset-border-radius: 8px;
5263
+ --f7-list-inset-border-radius: 24px;
3472
5264
  --f7-list-margin-vertical: 35px;
3473
5265
  --f7-list-font-size: 17px;
3474
5266
  --f7-list-chevron-icon-area: 20px;
@@ -3480,10 +5272,10 @@ html.device-full-viewport body {
3480
5272
  --f7-list-item-text-line-height: 21px;
3481
5273
  --f7-list-item-after-font-size: inherit;
3482
5274
  --f7-list-item-after-padding: 5px;
3483
- --f7-list-item-min-height: 44px;
5275
+ --f7-list-item-min-height: 52px;
3484
5276
  --f7-list-item-media-icons-margin: 5px;
3485
5277
  --f7-list-media-item-padding-vertical: 10px;
3486
- --f7-list-media-item-title-font-weight: 600;
5278
+ --f7-list-media-item-title-font-weight: 500;
3487
5279
  --f7-list-button-border-color: rgba(0, 0, 0, 0.22);
3488
5280
  /*
3489
5281
  --f7-list-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);
@@ -3493,7 +5285,7 @@ html.device-full-viewport body {
3493
5285
  --f7-list-group-title-font-size: inherit;
3494
5286
  --f7-list-group-title-font-weight: 400;
3495
5287
  --f7-menu-list-offset: 8px;
3496
- --f7-menu-list-border-radius: 8px;
5288
+ --f7-menu-list-border-radius: 16px;
3497
5289
  --f7-menu-list-item-bg-color: transparent;
3498
5290
  --f7-menu-list-item-text-color: inherit;
3499
5291
  --f7-menu-list-item-min-height: 44px;
@@ -3512,7 +5304,7 @@ html.device-full-viewport body {
3512
5304
  .ios .dark,
3513
5305
  .ios.dark {
3514
5306
  --f7-list-item-border-color: rgba(255, 255, 255, 0.15);
3515
- --f7-list-outline-inset-color: rgba(255, 255, 255, 0.15);
5307
+ --f7-list-outline-inset-border-color: rgba(255, 255, 255, 0.15);
3516
5308
  --f7-list-strong-bg-color: #1c1c1d;
3517
5309
  --f7-list-item-after-text-color: rgba(255, 255, 255, 0.55);
3518
5310
  --f7-list-item-header-text-color: rgba(255, 255, 255, 0.55);
@@ -3525,6 +5317,7 @@ html.device-full-viewport body {
3525
5317
  --f7-menu-list-item-selected-bg-color: var(--f7-theme-color);
3526
5318
  }
3527
5319
  .md {
5320
+ --f7-list-item-padding-vertical: 8px;
3528
5321
  --f7-list-in-list-padding-left: 24px;
3529
5322
  --f7-list-inset-border-radius: 16px;
3530
5323
  --f7-list-margin-vertical: 32px;
@@ -3735,8 +5528,8 @@ html.device-full-viewport body {
3735
5528
  .list label.item-content {
3736
5529
  color: inherit;
3737
5530
  }
3738
- .list .item-link.active-state,
3739
- .list label.item-content.active-state {
5531
+ .list .item-link.active-state:not(:has(.toggle-active-state)),
5532
+ .list label.item-content.active-state:not(:has(.toggle-active-state)) {
3740
5533
  background-color: var(--f7-list-link-pressed-bg-color);
3741
5534
  }
3742
5535
  .list .item-link .item-inner {
@@ -4546,7 +6339,6 @@ li.list-group-title:after,
4546
6339
  --f7-badge-bg-color: var(--f7-theme-color);
4547
6340
  }
4548
6341
  :root {
4549
- --f7-button-font-size: 14px;
4550
6342
  --f7-button-min-width: 32px;
4551
6343
  --f7-button-bg-color: transparent;
4552
6344
  --f7-button-border-width: 0px;
@@ -4578,12 +6370,13 @@ li.list-group-title:after,
4578
6370
  --f7-segmented-strong-button-active-text-color: #fff;
4579
6371
  }
4580
6372
  .ios {
6373
+ --f7-button-font-size: 15px;
4581
6374
  --f7-button-fill-text-color: #fff;
4582
- --f7-button-text-transform: uppercase;
4583
- --f7-button-height: 28px;
6375
+ --f7-button-text-transform: none;
6376
+ --f7-button-height: 34px;
4584
6377
  --f7-button-padding-horizontal: 10px;
4585
6378
  --f7-button-border-radius: 4px;
4586
- --f7-button-font-weight: 600;
6379
+ --f7-button-font-weight: 500;
4587
6380
  --f7-button-letter-spacing: 0;
4588
6381
  /*
4589
6382
  --f7-button-outline-border-color: var(--f7-theme-color);
@@ -4593,15 +6386,15 @@ li.list-group-title:after,
4593
6386
  --f7-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);
4594
6387
  --f7-button-fill-pressed-bg-color: var(--f7-theme-color-tint);
4595
6388
  */
4596
- --f7-button-large-text-transform: uppercase;
4597
- --f7-button-large-height: 44px;
6389
+ --f7-button-large-text-transform: none;
6390
+ --f7-button-large-height: 48px;
4598
6391
  --f7-button-large-font-size: 17px;
4599
6392
  --f7-button-large-font-weight: 500;
4600
6393
  --f7-button-small-outline-border-width: 2px;
4601
- --f7-button-small-text-transform: uppercase;
4602
- --f7-button-small-height: 26px;
4603
- --f7-button-small-font-size: 13px;
4604
- --f7-button-small-font-weight: 600;
6394
+ --f7-button-small-text-transform: none;
6395
+ --f7-button-small-height: 28px;
6396
+ --f7-button-small-font-size: 14px;
6397
+ --f7-button-small-font-weight: 500;
4605
6398
  --f7-segmented-strong-button-text-transform: none;
4606
6399
  --f7-segmented-strong-button-active-font-weight: 600;
4607
6400
  --f7-button-tonal-bg-color: rgba(var(--f7-theme-color-rgb), 0.15);
@@ -4616,6 +6409,7 @@ li.list-group-title:after,
4616
6409
  --f7-segmented-strong-button-pressed-bg-color: rgba(255, 255, 255, 0.04);
4617
6410
  }
4618
6411
  .md {
6412
+ --f7-button-font-size: 14px;
4619
6413
  /*
4620
6414
  --f7-button-pressed-bg-color: transparent;
4621
6415
  */
@@ -5158,7 +6952,8 @@ i.icon {
5158
6952
  .icon-back:after,
5159
6953
  .icon-prev:after,
5160
6954
  .icon-forward:after,
5161
- .icon-next:after {
6955
+ .icon-next:after,
6956
+ .icon-close:after {
5162
6957
  font-family: 'framework7-core-icons';
5163
6958
  font-weight: normal;
5164
6959
  font-style: normal;
@@ -5199,6 +6994,15 @@ i.icon {
5199
6994
  .ios .icon-next:after {
5200
6995
  font-size: 16px;
5201
6996
  }
6997
+ .ios .icon-close {
6998
+ width: 20px;
6999
+ height: 20px;
7000
+ line-height: 20px;
7001
+ font-size: 20px;
7002
+ }
7003
+ .ios .icon-close:after {
7004
+ content: 'close_ios';
7005
+ }
5202
7006
  .ios .icon-back:after,
5203
7007
  .ios .icon-prev:after {
5204
7008
  content: 'chevron_left_ios';
@@ -5220,6 +7024,15 @@ i.icon {
5220
7024
  .md .icon-prev:after {
5221
7025
  line-height: 1.2;
5222
7026
  }
7027
+ .md .icon-close {
7028
+ width: 24px;
7029
+ height: 24px;
7030
+ line-height: 24px;
7031
+ font-size: 24px;
7032
+ }
7033
+ .md .icon-close:after {
7034
+ content: 'close_md';
7035
+ }
5223
7036
  .md .icon-back:after {
5224
7037
  content: 'arrow_left_md';
5225
7038
  }
@@ -5279,15 +7092,16 @@ i.icon {
5279
7092
  :root {
5280
7093
  --f7-dialog-button-text-color: var(--f7-theme-color);
5281
7094
  --f7-dialog-button-text-align: center;
7095
+ --f7-dialog-text-line-height: 1.5;
5282
7096
  }
5283
7097
  .ios {
5284
7098
  --f7-dialog-width: 270px;
5285
- --f7-dialog-inner-padding: 16px;
5286
- --f7-dialog-border-radius: 13px;
5287
- --f7-dialog-text-align: center;
7099
+ --f7-dialog-inner-padding: 24px;
7100
+ --f7-dialog-border-radius: 32px;
7101
+ --f7-dialog-text-align: left;
5288
7102
  --f7-dialog-font-size: 14px;
5289
7103
  --f7-dialog-title-text-color: inherit;
5290
- --f7-dialog-title-font-size: 18px;
7104
+ --f7-dialog-title-font-size: 17px;
5291
7105
  --f7-dialog-title-font-weight: 600;
5292
7106
  --f7-dialog-title-line-height: inherit;
5293
7107
  --f7-dialog-button-font-size: 17px;
@@ -5298,29 +7112,26 @@ i.icon {
5298
7112
  --f7-dialog-button-strong-bg-color: transparent;
5299
7113
  --f7-dialog-button-strong-text-color: var(--f7-theme-color);
5300
7114
  --f7-dialog-button-strong-font-weight: 500;
5301
- --f7-dialog-input-border-radius: 4px;
7115
+ --f7-dialog-input-border-radius: 16px;
5302
7116
  --f7-dialog-input-font-size: 14px;
5303
- --f7-dialog-input-height: 32px;
7117
+ --f7-dialog-input-height: 40px;
5304
7118
  --f7-dialog-input-border-width: 1px;
5305
7119
  --f7-dialog-input-placeholder-color: #a9a9a9;
5306
7120
  --f7-dialog-preloader-size: 34px;
7121
+ --f7-dialog-bg-color: var(--f7-glass-bg-color);
5307
7122
  --f7-dialog-input-bg-color: #fff;
5308
- --f7-dialog-bg-color: rgba(255, 255, 255, 0.95);
5309
7123
  --f7-dialog-bg-color-rgb: 255, 255, 255;
5310
7124
  --f7-dialog-text-color: #000;
5311
7125
  --f7-dialog-button-pressed-bg-color: rgba(0, 0, 0, 0.1);
5312
7126
  --f7-dialog-button-strong-pressed-bg-color: rgba(0, 0, 0, 0.1);
5313
7127
  --f7-dialog-input-border-color: rgba(0, 0, 0, 0.3);
5314
- --f7-dialog-border-divider-color: rgba(0, 0, 0, 0.2);
5315
7128
  }
5316
7129
  .ios .dark,
5317
7130
  .ios.dark {
5318
7131
  --f7-dialog-text-color: #fff;
5319
- --f7-dialog-bg-color: rgba(45, 45, 45, 0.95);
5320
7132
  --f7-dialog-bg-color-rgb: 45, 45, 45;
5321
7133
  --f7-dialog-button-pressed-bg-color: rgba(0, 0, 0, 0.2);
5322
7134
  --f7-dialog-button-strong-pressed-bg-color: rgba(0, 0, 0, 0.2);
5323
- --f7-dialog-border-divider-color: rgba(255, 255, 255, 0.15);
5324
7135
  --f7-dialog-input-border-color: rgba(255, 255, 255, 0.15);
5325
7136
  --f7-dialog-input-bg-color: rgba(0, 0, 0, 0.5);
5326
7137
  }
@@ -5380,13 +7191,6 @@ i.icon {
5380
7191
  background: var(--f7-dialog-bg-color);
5381
7192
  will-change: transform, opacity;
5382
7193
  }
5383
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
5384
- .ios-translucent-modals .dialog {
5385
- background-color: rgba(var(--f7-dialog-bg-color-rgb), 0.8);
5386
- -webkit-backdrop-filter: saturate(180%) blur(20px);
5387
- backdrop-filter: saturate(180%) blur(20px);
5388
- }
5389
- }
5390
7194
  .dialog.modal-in {
5391
7195
  opacity: 1;
5392
7196
  transform: translate3d(0, -50%, 0) scale(1);
@@ -5408,41 +7212,22 @@ i.icon {
5408
7212
  font-weight: var(--f7-dialog-title-font-weight);
5409
7213
  line-height: var(--f7-dialog-title-line-height);
5410
7214
  }
7215
+ .dialog-text {
7216
+ line-height: var(--f7-dialog-text-line-height);
7217
+ }
5411
7218
  .dialog-buttons {
5412
7219
  position: relative;
5413
7220
  display: flex;
5414
7221
  }
5415
7222
  .dialog-buttons-vertical .dialog-buttons {
5416
- display: block;
7223
+ flex-direction: column;
5417
7224
  height: auto !important;
5418
7225
  }
5419
7226
  .dialog-button {
5420
- box-sizing: border-box;
5421
7227
  overflow: hidden;
5422
7228
  position: relative;
5423
7229
  white-space: nowrap;
5424
7230
  text-overflow: ellipsis;
5425
- color: var(--f7-dialog-button-text-color);
5426
- font-size: var(--f7-dialog-button-font-size);
5427
- height: var(--f7-dialog-button-height);
5428
- line-height: var(--f7-dialog-button-height);
5429
- letter-spacing: var(--f7-dialog-button-letter-spacing);
5430
- text-align: var(--f7-dialog-button-text-align);
5431
- font-weight: var(--f7-dialog-button-font-weight);
5432
- text-transform: var(--f7-dialog-button-text-transform);
5433
- display: block;
5434
- cursor: pointer;
5435
- }
5436
- .dialog-button.active-state {
5437
- background-color: var(--f7-dialog-button-pressed-bg-color);
5438
- }
5439
- .dialog-button-strong {
5440
- background-color: var(--f7-dialog-button-strong-bg-color);
5441
- color: var(--f7-dialog-button-strong-text-color);
5442
- font-weight: var(--f7-dialog-button-strong-font-weight);
5443
- }
5444
- .dialog-button-strong.active-state {
5445
- background-color: var(--f7-dialog-button-strong-pressed-bg-color);
5446
7231
  }
5447
7232
  .dialog-no-buttons .dialog-buttons {
5448
7233
  display: none;
@@ -5478,115 +7263,46 @@ input.dialog-input[type]::placeholder {
5478
7263
  .dialog-preloader .preloader {
5479
7264
  --f7-preloader-size: var(--f7-dialog-preloader-size);
5480
7265
  }
5481
- html.with-modal-dialog .page-content {
7266
+ html:has(.dialog.modal-in) .page-content {
5482
7267
  overflow: hidden;
5483
7268
  -webkit-overflow-scrolling: auto;
5484
7269
  }
7270
+ .ios .dialog {
7271
+ box-shadow: var(--f7-glass-shadow);
7272
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
7273
+ backdrop-filter: saturate(180%) blur(16px);
7274
+ border-radius: var(--f7-dialog-border-radius);
7275
+ }
5485
7276
  .ios .dialog.modal-out {
5486
7277
  transform: translate3d(0, -50%, 0) scale(1);
5487
7278
  }
5488
7279
  .ios .dialog-inner {
5489
7280
  border-radius: var(--f7-dialog-border-radius) var(--f7-dialog-border-radius) 0 0;
5490
7281
  }
5491
- .ios .dialog-inner:after {
5492
- content: '';
5493
- position: absolute;
5494
- background-color: var(--f7-dialog-border-divider-color);
5495
- display: block;
5496
- z-index: 15;
5497
- top: auto;
5498
- right: auto;
5499
- bottom: 0;
5500
- left: 0;
5501
- height: 1px;
5502
- width: 100%;
5503
- transform-origin: 50% 100%;
5504
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
5505
- }
5506
7282
  .ios .dialog-title + .dialog-text {
5507
- margin-top: 5px;
7283
+ margin-top: 12px;
5508
7284
  }
5509
7285
  .ios .dialog-buttons {
5510
- height: 44px;
7286
+ padding: 0 14px 14px 14px;
5511
7287
  justify-content: center;
7288
+ gap: 8px;
5512
7289
  }
5513
7290
  .ios .dialog-button {
5514
7291
  width: 100%;
5515
- padding: 0 5px;
5516
7292
  -webkit-box-flex: 1;
5517
7293
  -ms-flex: 1;
5518
7294
  }
5519
- .ios .dialog-button:after {
5520
- content: '';
5521
- position: absolute;
5522
- background-color: var(--f7-dialog-border-divider-color);
5523
- display: block;
5524
- z-index: 15;
5525
- top: 0;
5526
- right: 0;
5527
- bottom: auto;
5528
- left: auto;
5529
- width: 1px;
5530
- height: 100%;
5531
- transform-origin: 100% 50%;
5532
- transform: scaleX(calc(1 / var(--f7-device-pixel-ratio)));
5533
- }
5534
- .ios .dialog-button:first-child {
5535
- border-radius: 0 0 0 var(--f7-dialog-border-radius);
5536
- }
5537
- .ios .dialog-button:last-child {
5538
- border-radius: 0 0 var(--f7-dialog-border-radius) 0;
5539
- }
5540
- .ios .dialog-button:last-child:after {
5541
- display: none !important;
5542
- }
5543
- .ios .dialog-button:first-child:last-child {
5544
- border-radius: 0 0 var(--f7-dialog-border-radius) var(--f7-dialog-border-radius);
5545
- }
5546
- .ios .dialog-button[class*='color-'] {
5547
- --f7-dialog-button-text-color: var(--f7-theme-color);
5548
- }
5549
- .ios .dialog-buttons-vertical .dialog-buttons {
5550
- height: auto;
5551
- }
5552
- .ios .dialog-buttons-vertical .dialog-button {
5553
- border-radius: 0;
5554
- }
5555
- .ios .dialog-buttons-vertical .dialog-button:after {
5556
- content: '';
5557
- position: absolute;
5558
- background-color: var(--f7-dialog-border-divider-color);
5559
- display: block;
5560
- z-index: 15;
5561
- top: auto;
5562
- right: auto;
5563
- bottom: 0;
5564
- left: 0;
5565
- height: 1px;
5566
- width: 100%;
5567
- transform-origin: 50% 100%;
5568
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
5569
- }
5570
- .ios .dialog-buttons-vertical .dialog-button:last-child {
5571
- border-radius: 0 0 var(--f7-dialog-border-radius) var(--f7-dialog-border-radius);
5572
- }
5573
- .ios .dialog-buttons-vertical .dialog-button:last-child:after {
5574
- display: none !important;
5575
- }
5576
7295
  .ios .dialog-no-buttons .dialog-inner {
5577
7296
  border-radius: var(--f7-dialog-border-radius);
5578
7297
  }
5579
- .ios .dialog-no-buttons .dialog-inner:after {
5580
- display: none !important;
5581
- }
5582
7298
  .ios .dialog-input-field {
5583
7299
  margin-top: 15px;
5584
7300
  }
5585
7301
  .ios .dialog-input {
5586
- padding: 0 5px;
7302
+ padding: 0 12px;
5587
7303
  }
5588
7304
  .ios .dialog-input + .dialog-input {
5589
- margin-top: 5px;
7305
+ margin-top: 12px;
5590
7306
  }
5591
7307
  .ios .dialog-input-double + .dialog-input-double {
5592
7308
  margin-top: 0;
@@ -5595,6 +7311,9 @@ html.with-modal-dialog .page-content {
5595
7311
  border-top: 0;
5596
7312
  margin-top: 0;
5597
7313
  }
7314
+ .ios .dialog-preloader {
7315
+ text-align: center;
7316
+ }
5598
7317
  .ios .dialog-preloader .dialog-title ~ .preloader,
5599
7318
  .ios .dialog-preloader .dialog-text ~ .preloader {
5600
7319
  margin-top: 15px;
@@ -5615,39 +7334,20 @@ html.with-modal-dialog .page-content {
5615
7334
  line-height: 1.5;
5616
7335
  }
5617
7336
  .md .dialog-buttons {
5618
- height: 64px;
5619
7337
  padding: 0px 24px 24px;
5620
7338
  overflow: hidden;
5621
7339
  box-sizing: border-box;
5622
7340
  justify-content: flex-end;
7341
+ gap: 8px;
5623
7342
  }
5624
7343
  .md .dialog-button {
5625
- --f7-touch-ripple-color: rgba(var(--f7-theme-color-rgb), 0.25);
5626
- border-radius: 99px;
5627
- min-width: 64px;
5628
- padding: 0px 16px;
5629
- border: none;
5630
- transition-duration: 300ms;
5631
- transform: translate3d(0, 0, 0);
5632
- }
5633
- .md .dialog-button + .dialog-button {
5634
- margin-left: 8px;
5635
- }
5636
- .md .dialog-button-strong {
5637
- --f7-touch-ripple-color: var(--f7-touch-ripple-white);
5638
- }
5639
- .md .dialog-button[class*='color-'] {
5640
- --f7-dialog-button-text-color: var(--f7-theme-color);
7344
+ width: auto;
5641
7345
  }
5642
7346
  .md .dialog-buttons-vertical .dialog-buttons {
5643
7347
  display: flex;
5644
7348
  flex-direction: column;
5645
7349
  align-items: flex-end;
5646
7350
  }
5647
- .md .dialog-buttons-vertical .dialog-button + .dialog-button {
5648
- margin-top: 8px;
5649
- margin-left: 0;
5650
- }
5651
7351
  .md .dialog-input {
5652
7352
  padding: 0;
5653
7353
  transition-duration: 200ms;
@@ -6010,15 +7710,14 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6010
7710
  --f7-popover-width: 260px;
6011
7711
  }
6012
7712
  .ios {
6013
- --f7-popover-border-radius: 13px;
7713
+ --f7-popover-border-radius: 32px;
6014
7714
  --f7-popover-actions-icon-size: 28px;
6015
7715
  --f7-popover-transition-timing-function: initial;
6016
- --f7-popover-bg-color: rgba(255, 255, 255, 0.95);
7716
+ --f7-popover-bg-color: transparent;
6017
7717
  --f7-popover-actions-label-text-color: rgba(0, 0, 0, 0.45);
6018
7718
  }
6019
7719
  .ios .dark,
6020
7720
  .ios.dark {
6021
- --f7-popover-bg-color: rgba(30, 30, 30, 0.95);
6022
7721
  --f7-popover-actions-label-text-color: rgba(255, 255, 255, 0.55);
6023
7722
  }
6024
7723
  .md {
@@ -6044,7 +7743,6 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6044
7743
  left: 0;
6045
7744
  position: absolute;
6046
7745
  display: none;
6047
- transition-duration: 300ms;
6048
7746
  background-color: var(--f7-popover-bg-color);
6049
7747
  border-radius: var(--f7-popover-border-radius);
6050
7748
  will-change: transform, opacity;
@@ -6133,111 +7831,125 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6133
7831
  z-index: 15;
6134
7832
  top: auto;
6135
7833
  right: auto;
6136
- bottom: 0;
6137
- left: 0;
6138
- height: 1px;
6139
- width: 100%;
6140
- transform-origin: 50% 100%;
6141
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
6142
- }
6143
- .popover-from-actions-label:last-child:after {
6144
- display: none !important;
6145
- }
6146
- .md .popover-from-actions-label {
6147
- justify-content: center;
6148
- }
6149
- .popover-arrow {
6150
- width: 26px;
6151
- height: 26px;
6152
- position: absolute;
6153
- left: -26px;
6154
- top: 0;
6155
- z-index: 100;
6156
- overflow: hidden;
6157
- }
6158
- .popover-arrow:after {
6159
- content: '';
6160
- background: var(--f7-popover-bg-color);
6161
- width: 26px;
6162
- height: 26px;
6163
- position: absolute;
7834
+ bottom: 0;
6164
7835
  left: 0;
6165
- top: 0;
6166
- border-radius: 3px;
6167
- transform: rotate(45deg);
6168
- }
6169
- .popover-arrow.on-left {
6170
- left: -26px;
7836
+ height: 1px;
7837
+ width: 100%;
7838
+ transform-origin: 50% 100%;
7839
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
6171
7840
  }
6172
- .popover-arrow.on-left:after {
6173
- left: 19px;
6174
- top: 0;
7841
+ .popover-from-actions-label:last-child:after {
7842
+ display: none !important;
6175
7843
  }
6176
- .popover-arrow.on-right {
6177
- left: 100%;
7844
+ .md .popover-from-actions-label {
7845
+ justify-content: center;
6178
7846
  }
6179
- .popover-arrow.on-right:after {
6180
- left: -19px;
6181
- top: 0;
7847
+ .popover-on-top {
7848
+ transform-origin: center bottom;
6182
7849
  }
6183
- .popover-arrow.on-top {
6184
- left: 0;
6185
- top: -26px;
7850
+ .popover-on-top.popover-on-right {
7851
+ transform-origin: left bottom;
6186
7852
  }
6187
- .popover-arrow.on-top:after {
6188
- left: 0;
6189
- top: 19px;
7853
+ .popover-on-top.popover-on-left {
7854
+ transform-origin: right bottom;
6190
7855
  }
6191
- .popover-arrow.on-bottom {
6192
- left: 0;
6193
- top: 100%;
7856
+ .popover-on-middle {
7857
+ transform-origin: center center;
6194
7858
  }
6195
- .popover-arrow.on-bottom:after {
6196
- left: 0;
6197
- top: -19px;
7859
+ .popover-on-middle.popover-on-right {
7860
+ transform-origin: left center;
6198
7861
  }
6199
- .ios .popover {
6200
- transform: none;
6201
- transition-property: opacity;
7862
+ .popover-on-middle.popover-on-left {
7863
+ transform-origin: right center;
6202
7864
  }
6203
- .md .popover {
6204
- transform: scale(0.85, 0.6);
6205
- transition-property: opacity, transform;
7865
+ .popover-on-bottom {
7866
+ transform-origin: center top;
6206
7867
  }
6207
- .md .popover.modal-in {
6208
- opacity: 1;
6209
- transform: scale(1);
7868
+ .popover-on-bottom.popover-on-right {
7869
+ transform-origin: left top;
6210
7870
  }
6211
- .md .popover.modal-out {
6212
- opacity: 0;
6213
- transform: scale(1);
7871
+ .popover-on-bottom.popover-on-left {
7872
+ transform-origin: right top;
6214
7873
  }
6215
- .md .popover-on-top {
7874
+ .ios .popover-on-top {
6216
7875
  transform-origin: center bottom;
7876
+ --f7-popover-inner-offset: translate3d(0%, 80px, 0);
6217
7877
  }
6218
- .md .popover-on-top.popover-on-right {
7878
+ .ios .popover-on-top.popover-on-right {
6219
7879
  transform-origin: left bottom;
7880
+ --f7-popover-inner-offset: translate3d(50%, 80px, 0);
6220
7881
  }
6221
- .md .popover-on-top.popover-on-left {
7882
+ .ios .popover-on-top.popover-on-left {
6222
7883
  transform-origin: right bottom;
7884
+ --f7-popover-inner-offset: translate3d(-50%, 80px, 0);
6223
7885
  }
6224
- .md .popover-on-middle {
7886
+ .ios .popover-on-middle {
6225
7887
  transform-origin: center center;
6226
7888
  }
6227
- .md .popover-on-middle.popover-on-right {
7889
+ .ios .popover-on-middle.popover-on-right {
6228
7890
  transform-origin: left center;
7891
+ --f7-popover-inner-offset: translate3d(50%, 0px, 0);
6229
7892
  }
6230
- .md .popover-on-middle.popover-on-left {
7893
+ .ios .popover-on-middle.popover-on-left {
6231
7894
  transform-origin: right center;
7895
+ --f7-popover-inner-offset: translate3d(-50%, 0px, 0);
6232
7896
  }
6233
- .md .popover-on-bottom {
7897
+ .ios .popover-on-bottom {
6234
7898
  transform-origin: center top;
7899
+ --f7-popover-inner-offset: translate3d(0%, -80px, 0);
6235
7900
  }
6236
- .md .popover-on-bottom.popover-on-right {
7901
+ .ios .popover-on-bottom.popover-on-right {
6237
7902
  transform-origin: left top;
7903
+ --f7-popover-inner-offset: translate3d(50%, -80px, 0);
6238
7904
  }
6239
- .md .popover-on-bottom.popover-on-left {
7905
+ .ios .popover-on-bottom.popover-on-left {
6240
7906
  transform-origin: right top;
7907
+ --f7-popover-inner-offset: translate3d(-50%, -80px, 0);
7908
+ }
7909
+ .ios .popover {
7910
+ transform: translate3d(0, 0, 0) scale(0);
7911
+ transition-property: opacity, transform;
7912
+ opacity: 1;
7913
+ will-change: auto;
7914
+ }
7915
+ .ios .popover.modal-in {
7916
+ transform: translate3d(0, 0, 0) scale(1);
7917
+ transition-timing-function: cubic-bezier(0, 1, 0.2, 1.05);
7918
+ transition-duration: 400ms;
7919
+ }
7920
+ .ios .popover.modal-in .popover-inner {
7921
+ transition-duration: 600ms;
7922
+ transition-timing-function: cubic-bezier(0, 1, 0.2, 1.05);
7923
+ transform: translate3d(0, 0, 0) scale(1);
7924
+ }
7925
+ .ios .popover.modal-out {
7926
+ opacity: 0;
7927
+ transform: translate3d(0, 0, 0) scale(0);
7928
+ transition-duration: 300ms;
7929
+ }
7930
+ .ios .popover.modal-out .popover-inner {
7931
+ transition-duration: 500ms;
7932
+ }
7933
+ .ios .popover-inner {
7934
+ background: var(--f7-glass-bg-color);
7935
+ box-shadow: var(--f7-glass-shadow);
7936
+ border-radius: var(--f7-popover-border-radius);
7937
+ transform: var(--f7-popover-inner-offset);
7938
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
7939
+ backdrop-filter: saturate(180%) blur(16px);
7940
+ }
7941
+ .md .popover {
7942
+ transform: scale(0.85, 0.6);
7943
+ transition-property: opacity, transform;
7944
+ transition-duration: 300ms;
7945
+ }
7946
+ .md .popover.modal-in {
7947
+ opacity: 1;
7948
+ transform: scale(1);
7949
+ }
7950
+ .md .popover.modal-out {
7951
+ opacity: 0;
7952
+ transform: scale(1);
6241
7953
  }
6242
7954
  /* === Actions === */
6243
7955
  :root {
@@ -6846,12 +8558,10 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6846
8558
  --f7-toast-max-width: 568px;
6847
8559
  }
6848
8560
  .ios {
6849
- --f7-toast-text-color: #fff;
6850
- --f7-toast-bg-color: rgba(0, 0, 0, 0.75);
6851
- --f7-toast-bg-color-rgb: 0, 0, 0;
8561
+ --f7-toast-bg-color: var(--f7-glass-bg-color);
6852
8562
  --f7-toast-padding-horizontal: 16px;
6853
8563
  --f7-toast-padding-vertical: 12px;
6854
- --f7-toast-border-radius: 8px;
8564
+ --f7-toast-border-radius: 32px;
6855
8565
  --f7-toast-button-min-width: 64px;
6856
8566
  }
6857
8567
  .md {
@@ -6877,13 +8587,6 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6877
8587
  background-color: var(--f7-toast-bg-color);
6878
8588
  opacity: 0;
6879
8589
  }
6880
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
6881
- .ios-translucent-modals .toast {
6882
- background-color: rgba(var(--f7-toast-bg-color-rgb), 0.8);
6883
- -webkit-backdrop-filter: saturate(180%) blur(20px);
6884
- backdrop-filter: saturate(180%) blur(20px);
6885
- }
6886
- }
6887
8590
  .toast.modal-in {
6888
8591
  opacity: 1;
6889
8592
  }
@@ -6904,6 +8607,7 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6904
8607
  min-width: var(--f7-toast-button-min-width);
6905
8608
  margin-top: -8px;
6906
8609
  margin-bottom: -8px;
8610
+ width: auto;
6907
8611
  }
6908
8612
  .toast.toast-with-icon .toast-content {
6909
8613
  display: block;
@@ -6926,6 +8630,9 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6926
8630
  transition-duration: 300ms;
6927
8631
  width: 100%;
6928
8632
  left: 0;
8633
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
8634
+ backdrop-filter: saturate(180%) blur(16px);
8635
+ box-shadow: var(--f7-glass-shadow);
6929
8636
  }
6930
8637
  .ios .toast.toast-top {
6931
8638
  top: 0;
@@ -7668,7 +9375,6 @@ body > .progressbar-infinite,
7668
9375
  :root {
7669
9376
  --f7-swipeout-delete-button-bg-color: #ff3b30;
7670
9377
  --f7-swipeout-button-text-color: #fff;
7671
- --f7-swipeout-button-padding-vertical: 0px;
7672
9378
  --f7-swipeout-button-bg-color: rgba(0, 0, 0, 0.22);
7673
9379
  }
7674
9380
  :root .dark,
@@ -7676,11 +9382,21 @@ body > .progressbar-infinite,
7676
9382
  --f7-swipeout-button-bg-color: rgba(255, 255, 255, 0.55);
7677
9383
  }
7678
9384
  .ios {
7679
- --f7-swipeout-button-padding-horizontal: 30px;
9385
+ --f7-swipeout-button-border-radius: 48px;
9386
+ --f7-swipeout-button-padding-vertical: 10px;
9387
+ --f7-swipeout-button-padding-horizontal: 16px;
7680
9388
  --f7-swipeout-button-font-size: inherit;
7681
9389
  --f7-swipeout-button-font-weight: inherit;
9390
+ --f7-swipeout-active-border-radius: 16px;
9391
+ --f7-swipeout-active-bg-color: #eee;
9392
+ }
9393
+ .ios .dark,
9394
+ .ios.dark {
9395
+ --f7-swipeout-active-bg-color: #2c2c2e;
7682
9396
  }
7683
9397
  .md {
9398
+ --f7-swipeout-button-border-radius: 0px;
9399
+ --f7-swipeout-button-padding-vertical: 0px;
7684
9400
  --f7-swipeout-button-padding-horizontal: 24px;
7685
9401
  --f7-swipeout-button-font-size: 14px;
7686
9402
  --f7-swipeout-button-font-weight: 500;
@@ -7700,11 +9416,22 @@ body > .progressbar-infinite,
7700
9416
  transform: translateX(-100%);
7701
9417
  }
7702
9418
  .swipeout-transitioning .swipeout-content,
9419
+ .swipeout-transitioning .swipeout-content .item-inner::after {
9420
+ transition-duration: 300ms;
9421
+ transition-property: transform, left, background-color, border-radius, opacity;
9422
+ }
7703
9423
  .swipeout-transitioning .swipeout-actions-right a,
7704
9424
  .swipeout-transitioning .swipeout-actions-left a,
7705
9425
  .swipeout-transitioning .swipeout-overswipe {
7706
9426
  transition-duration: 300ms;
7707
- transition-property: transform, left;
9427
+ transition-property: transform, left, width, margin-left, margin-right;
9428
+ }
9429
+ .swipeout-transitioning:not(.swipeout-opened) .swipeout-content {
9430
+ transition-delay: 0ms, 0ms, 300ms, 300ms, 0ms;
9431
+ }
9432
+ .list li:has( + li:is(.swipeout-opened, .swipeout-active)) .item-inner::after {
9433
+ opacity: 0;
9434
+ transition-duration: 300ms;
7708
9435
  }
7709
9436
  .swipeout-content {
7710
9437
  position: relative;
@@ -7712,7 +9439,6 @@ body > .progressbar-infinite,
7712
9439
  }
7713
9440
  .swipeout-overswipe {
7714
9441
  transition-duration: 200ms;
7715
- transition-property: left;
7716
9442
  }
7717
9443
  .swipeout-actions-left,
7718
9444
  .swipeout-actions-right {
@@ -7730,6 +9456,8 @@ body > .progressbar-infinite,
7730
9456
  .swipeout-actions-right > span,
7731
9457
  .swipeout-actions-left > div,
7732
9458
  .swipeout-actions-right > div {
9459
+ box-sizing: border-box;
9460
+ border-radius: var(--f7-swipeout-button-border-radius);
7733
9461
  color: var(--f7-swipeout-button-text-color);
7734
9462
  background: var(--f7-swipeout-button-bg-color);
7735
9463
  padding: var(--f7-swipeout-button-padding-vertical) var(--f7-swipeout-button-padding-horizontal);
@@ -7740,14 +9468,62 @@ body > .progressbar-infinite,
7740
9468
  font-size: var(--f7-swipeout-button-font-size);
7741
9469
  font-weight: var(--f7-swipeout-button-font-weight);
7742
9470
  }
7743
- .swipeout-actions-left > a:after,
7744
- .swipeout-actions-right > a:after,
7745
- .swipeout-actions-left > button:after,
7746
- .swipeout-actions-right > button:after,
7747
- .swipeout-actions-left > span:after,
7748
- .swipeout-actions-right > span:after,
7749
- .swipeout-actions-left > div:after,
7750
- .swipeout-actions-right > div:after {
9471
+ .swipeout-actions-left .swipeout-delete,
9472
+ .swipeout-actions-right .swipeout-delete {
9473
+ background: var(--f7-swipeout-delete-button-bg-color);
9474
+ }
9475
+ .swipeout-actions-left [class*='color-'],
9476
+ .swipeout-actions-right [class*='color-'] {
9477
+ --f7-swipeout-button-bg-color: var(--f7-theme-color);
9478
+ }
9479
+ .ios .swipeout-actions-right {
9480
+ right: 0%;
9481
+ }
9482
+ .ios .swipeout-actions-left {
9483
+ left: 0%;
9484
+ }
9485
+ .ios .swipeout-actions-left,
9486
+ .ios .swipeout-actions-right {
9487
+ padding: 0 10px;
9488
+ gap: 10px;
9489
+ align-items: center;
9490
+ }
9491
+ .ios .swipeout-actions-left > a,
9492
+ .ios .swipeout-actions-right > a,
9493
+ .ios .swipeout-actions-left > button,
9494
+ .ios .swipeout-actions-right > button,
9495
+ .ios .swipeout-actions-left > span,
9496
+ .ios .swipeout-actions-right > span,
9497
+ .ios .swipeout-actions-left > div,
9498
+ .ios .swipeout-actions-right > div {
9499
+ transform: scale(0);
9500
+ padding: var(--f7-swipeout-button-padding-vertical) var(--f7-swipeout-button-padding-horizontal);
9501
+ }
9502
+ .ios .swipeout-opened .swipeout-content,
9503
+ .ios .swipeout-active .swipeout-content {
9504
+ background-color: var(--f7-swipeout-active-bg-color);
9505
+ border-radius: var(--f7-swipeout-active-border-radius);
9506
+ }
9507
+ .ios .swipeout-opened .item-content,
9508
+ .ios .swipeout-active .item-content {
9509
+ border-radius: var(--f7-swipeout-active-border-radius);
9510
+ }
9511
+ .ios .swipeout-opened .swipeout-content .item-inner::after,
9512
+ .ios .swipeout-active .swipeout-content .item-inner::after {
9513
+ opacity: 0;
9514
+ }
9515
+ .ios .swipeout-overswipe {
9516
+ transition-duration: 200ms;
9517
+ transition-property: transform, left, width, margin-left, margin-right;
9518
+ }
9519
+ .md .swipeout-actions-left > a:after,
9520
+ .md .swipeout-actions-right > a:after,
9521
+ .md .swipeout-actions-left > button:after,
9522
+ .md .swipeout-actions-right > button:after,
9523
+ .md .swipeout-actions-left > span:after,
9524
+ .md .swipeout-actions-right > span:after,
9525
+ .md .swipeout-actions-left > div:after,
9526
+ .md .swipeout-actions-right > div:after {
7751
9527
  content: '';
7752
9528
  position: absolute;
7753
9529
  top: 0;
@@ -7758,45 +9534,40 @@ body > .progressbar-infinite,
7758
9534
  transform: translate3d(0, 0, 0);
7759
9535
  pointer-events: none;
7760
9536
  }
7761
- .swipeout-actions-left .swipeout-delete,
7762
- .swipeout-actions-right .swipeout-delete {
7763
- background: var(--f7-swipeout-delete-button-bg-color);
7764
- }
7765
- .swipeout-actions-right {
9537
+ .md .swipeout-actions-right {
7766
9538
  right: 0%;
7767
9539
  transform: translateX(calc(100% + 1px));
7768
9540
  }
7769
- .swipeout-actions-right > a:after,
7770
- .swipeout-actions-right > button:after,
7771
- .swipeout-actions-right > span:after,
7772
- .swipeout-actions-right > div:after {
9541
+ .md .swipeout-actions-right > a:after,
9542
+ .md .swipeout-actions-right > button:after,
9543
+ .md .swipeout-actions-right > span:after,
9544
+ .md .swipeout-actions-right > div:after {
7773
9545
  left: 100%;
7774
9546
  }
7775
- .swipeout-actions-right > a:last-child,
7776
- .swipeout-actions-right > button:last-child,
7777
- .swipeout-actions-right > span:last-child,
7778
- .swipeout-actions-right > div:last-child {
9547
+ .md .swipeout-actions-right > a:last-child,
9548
+ .md .swipeout-actions-right > button:last-child,
9549
+ .md .swipeout-actions-right > span:last-child,
9550
+ .md .swipeout-actions-right > div:last-child {
7779
9551
  padding-right: calc(var(--f7-swipeout-button-padding-horizontal) + var(--f7-safe-area-right));
7780
9552
  }
7781
- .swipeout-actions-left {
9553
+ .md .swipeout-actions-left {
7782
9554
  left: 0%;
7783
9555
  transform: translateX(calc(-100% - 1px));
7784
9556
  }
7785
- .swipeout-actions-left > a:after,
7786
- .swipeout-actions-left > button:after,
7787
- .swipeout-actions-left > span:after,
7788
- .swipeout-actions-left > div:after {
9557
+ .md .swipeout-actions-left > a:after,
9558
+ .md .swipeout-actions-left > button:after,
9559
+ .md .swipeout-actions-left > span:after,
9560
+ .md .swipeout-actions-left > div:after {
7789
9561
  right: 100%;
7790
9562
  }
7791
- .swipeout-actions-left > a:first-child,
7792
- .swipeout-actions-left > button:first-child,
7793
- .swipeout-actions-left > span:first-child,
7794
- .swipeout-actions-left > div:first-child {
9563
+ .md .swipeout-actions-left > a:first-child,
9564
+ .md .swipeout-actions-left > button:first-child,
9565
+ .md .swipeout-actions-left > span:first-child,
9566
+ .md .swipeout-actions-left > div:first-child {
7795
9567
  padding-left: calc(var(--f7-swipeout-button-padding-horizontal) + var(--f7-safe-area-left));
7796
9568
  }
7797
- .swipeout-actions-left [class*='color-'],
7798
- .swipeout-actions-right [class*='color-'] {
7799
- --f7-swipeout-button-bg-color: var(--f7-theme-color);
9569
+ .md .swipeout-overswipe {
9570
+ transition-property: left;
7800
9571
  }
7801
9572
  /* === Accordion === */
7802
9573
  :root {
@@ -11478,17 +13249,13 @@ label.item-radio.disabled,
11478
13249
  --f7-range-scale-step-height: 5px;
11479
13250
  --f7-range-scale-substep-width: 1px;
11480
13251
  --f7-range-scale-substep-height: 4px;
11481
- --f7-range-bar-bg-color: rgba(0, 0, 0, 0.2);
11482
- }
11483
- :root .dark,
11484
- :root.dark {
11485
- --f7-range-bar-bg-color: rgba(255, 255, 255, 0.2);
11486
13252
  }
11487
13253
  .ios {
11488
13254
  --f7-range-size: 28px;
11489
- --f7-range-bar-size: 4px;
11490
- --f7-range-bar-border-radius: 2px;
11491
- --f7-range-knob-size: 28px;
13255
+ --f7-range-bar-size: 6px;
13256
+ --f7-range-bar-border-radius: 6px;
13257
+ --f7-range-knob-width: 38px;
13258
+ --f7-range-knob-height: 24px;
11492
13259
  --f7-range-knob-color: #fff;
11493
13260
  --f7-range-knob-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
11494
13261
  --f7-range-label-size: 24px;
@@ -11497,18 +13264,24 @@ label.item-radio.disabled,
11497
13264
  --f7-range-label-font-size: 12px;
11498
13265
  --f7-range-label-font-weight: 500;
11499
13266
  --f7-range-label-border-radius: 5px;
11500
- --f7-range-label-padding: 0px 2px;
13267
+ --f7-range-label-padding: 0px 4px;
11501
13268
  --f7-range-scale-text-color: #666;
11502
13269
  --f7-range-scale-step-width: 1px;
11503
13270
  --f7-range-scale-font-size: 12px;
11504
13271
  --f7-range-scale-font-weight: 400;
11505
13272
  --f7-range-scale-label-offset: 4px;
13273
+ --f7-range-bar-bg-color: rgba(0, 0, 0, 0.2);
13274
+ }
13275
+ .ios .dark,
13276
+ .ios.dark {
13277
+ --f7-range-bar-bg-color: rgba(255, 255, 255, 0.2);
11506
13278
  }
11507
13279
  .md {
11508
13280
  --f7-range-size: 20px;
11509
- --f7-range-bar-size: 2px;
11510
- --f7-range-bar-border-radius: 0px;
11511
- --f7-range-knob-size: 12px;
13281
+ --f7-range-bar-size: 16px;
13282
+ --f7-range-bar-border-radius: 16px;
13283
+ --f7-range-knob-width: 16px;
13284
+ --f7-range-knob-height: 44px;
11512
13285
  --f7-range-knob-box-shadow: none;
11513
13286
  --f7-range-label-size: 26px;
11514
13287
  --f7-range-label-font-weight: normal;
@@ -11523,6 +13296,7 @@ label.item-radio.disabled,
11523
13296
  .md,
11524
13297
  .md .dark,
11525
13298
  .md [class*='color-'] {
13299
+ --f7-range-bar-bg-color: var(--f7-md-secondary-container);
11526
13300
  --f7-range-knob-color: var(--f7-theme-color);
11527
13301
  --f7-range-label-text-color: var(--f7-md-on-primary);
11528
13302
  --f7-range-label-bg-color: var(--f7-theme-color);
@@ -11590,49 +13364,35 @@ label.item-radio.disabled,
11590
13364
  .range-knob-wrap {
11591
13365
  z-index: 20;
11592
13366
  position: absolute;
11593
- height: var(--f7-range-knob-size);
11594
- width: var(--f7-range-knob-size);
13367
+ height: var(--f7-range-knob-height);
13368
+ width: var(--f7-range-knob-width);
11595
13369
  }
11596
13370
  .range-slider-horizontal .range-knob-wrap {
11597
13371
  top: 50%;
11598
- margin-top: calc(-1 * var(--f7-range-knob-size) / 2);
11599
- margin-left: calc(-1 * var(--f7-range-knob-size) / 2);
13372
+ margin-top: calc(-1 * var(--f7-range-knob-height) / 2);
13373
+ margin-left: calc(-1 * var(--f7-range-knob-width) / 2);
11600
13374
  left: 0;
11601
13375
  }
11602
13376
  .range-slider-vertical .range-knob-wrap {
11603
13377
  left: 50%;
11604
- margin-left: calc(-1 * var(--f7-range-knob-size) / 2);
13378
+ height: var(--f7-range-knob-width);
13379
+ width: var(--f7-range-knob-height);
13380
+ margin-left: calc(-1 * var(--f7-range-knob-height) / 2);
11605
13381
  bottom: 0;
11606
- margin-bottom: calc(-1 * var(--f7-range-knob-size) / 2);
13382
+ margin-bottom: calc(-1 * var(--f7-range-knob-width) / 2);
11607
13383
  }
11608
13384
  .range-slider-vertical-reversed .range-knob-wrap {
11609
13385
  bottom: auto;
11610
13386
  top: 0;
11611
13387
  margin-bottom: 0;
11612
- margin-top: calc(-1 * var(--f7-range-knob-size) / 2);
13388
+ margin-top: calc(-1 * var(--f7-range-knob-width) / 2);
11613
13389
  }
11614
13390
  .range-knob {
11615
13391
  box-sizing: border-box;
11616
- border-radius: 50%;
11617
- position: absolute;
11618
- left: 0;
11619
- top: 0;
11620
- width: 100%;
11621
- height: 100%;
11622
13392
  z-index: 1;
11623
13393
  background: var(--f7-range-knob-color, var(--f7-range-knob-bg-color, var(--f7-theme-color)));
11624
13394
  box-shadow: var(--f7-range-knob-box-shadow);
11625
13395
  }
11626
- .range-knob:after {
11627
- content: '';
11628
- position: absolute;
11629
- left: 50%;
11630
- top: 50%;
11631
- width: 44px;
11632
- height: 44px;
11633
- margin-left: -22px;
11634
- margin-top: -22px;
11635
- }
11636
13396
  .range-knob-label {
11637
13397
  position: absolute;
11638
13398
  left: 50%;
@@ -11732,19 +13492,94 @@ label.item-radio.disabled,
11732
13492
  --f7-range-scale-step-width: var(--f7-range-scale-substep-width);
11733
13493
  --f7-range-scale-step-height: var(--f7-range-scale-substep-height);
11734
13494
  }
13495
+ .ios .range-bar-active {
13496
+ border-radius: inherit;
13497
+ }
13498
+ .ios .range-knob {
13499
+ border-radius: var(--f7-range-knob-height);
13500
+ transition-duration: 300ms;
13501
+ position: absolute;
13502
+ left: 0;
13503
+ top: 0;
13504
+ width: 100%;
13505
+ height: 100%;
13506
+ }
13507
+ .ios .range-knob:after {
13508
+ content: '';
13509
+ position: absolute;
13510
+ left: 50%;
13511
+ top: 50%;
13512
+ width: 44px;
13513
+ height: 44px;
13514
+ }
13515
+ .ios .range-knob::before,
13516
+ .ios .range-knob::after {
13517
+ content: '';
13518
+ position: absolute;
13519
+ }
13520
+ .ios .range-knob::before {
13521
+ width: 1px;
13522
+ height: 1px;
13523
+ opacity: 0;
13524
+ transition-duration: 300ms;
13525
+ box-shadow: 0px 0px 40px 15px rgba(var(--f7-theme-color-rgb), 0.75);
13526
+ left: 50%;
13527
+ top: 50%;
13528
+ margin-left: -0.5px;
13529
+ margin-top: -0.5px;
13530
+ }
13531
+ .ios .range-knob::after {
13532
+ inset: 0;
13533
+ border-radius: inherit;
13534
+ box-shadow: var(--f7-glass-shadow-thumb);
13535
+ transition-duration: 300ms;
13536
+ opacity: 0;
13537
+ width: 100%;
13538
+ height: 100%;
13539
+ margin: 0;
13540
+ }
11735
13541
  .ios .range-knob-label {
11736
13542
  margin-bottom: 6px;
11737
13543
  transform: translateX(-50%) translateY(100%) scale(0);
13544
+ z-index: 2;
11738
13545
  }
11739
13546
  .ios .range-knob-active-state .range-knob-label {
11740
13547
  transform: translateX(-50%) translateY(0%) scale(1);
11741
13548
  }
13549
+ .ios .range-knob-active-state .range-knob {
13550
+ background: transparent;
13551
+ transform: scale(1.4);
13552
+ }
13553
+ .ios .range-knob-active-state .range-knob::before {
13554
+ opacity: 1;
13555
+ }
13556
+ .ios .range-knob-active-state .range-knob::after {
13557
+ opacity: 1;
13558
+ }
13559
+ .md .range-knob-wrap {
13560
+ display: flex;
13561
+ align-items: center;
13562
+ justify-content: center;
13563
+ }
11742
13564
  .md .range-knob {
11743
13565
  transition-duration: 200ms;
11744
13566
  transition-property: transform, background-color;
13567
+ width: 4px;
13568
+ height: var(--f7-range-knob-height);
13569
+ display: flex;
13570
+ align-items: center;
13571
+ justify-content: center;
13572
+ border-radius: 4px;
11745
13573
  }
11746
13574
  .md .range-knob-active-state .range-knob {
11747
- transform: scale(1.5);
13575
+ transform: scaleX(0.5);
13576
+ }
13577
+ .md .range-slider-vertical .range-knob {
13578
+ width: var(--f7-range-knob-height);
13579
+ height: 4px;
13580
+ }
13581
+ .md .range-slider-vertical .range-knob-active-state .range-knob {
13582
+ transform: scaleY(0.5);
11748
13583
  }
11749
13584
  .md .range-slider-min:not(.range-slider-dual) .range-knob {
11750
13585
  background: #fff !important;
@@ -11771,8 +13606,48 @@ label.item-radio.disabled,
11771
13606
  .md .range-knob-active-state .range-knob-label {
11772
13607
  transform: translateY(0%) scale(1);
11773
13608
  }
11774
- .md .range-slider-label .range-knob-active-state .range-knob {
11775
- transform: scale(0);
13609
+ .md .range-bar-active,
13610
+ .md .range-bar-inactive {
13611
+ border-radius: 4px;
13612
+ }
13613
+ .md .range-slider::before,
13614
+ .md .range-slider::after {
13615
+ content: '';
13616
+ position: absolute;
13617
+ width: 4px;
13618
+ height: 4px;
13619
+ border-radius: 50%;
13620
+ background: var(--f7-range-knob-color);
13621
+ top: calc(50% - 2px);
13622
+ z-index: 1;
13623
+ pointer-events: none;
13624
+ transition-duration: 200ms;
13625
+ }
13626
+ .md .range-slider::before {
13627
+ left: calc(var(--f7-range-knob-width) / 2 - 2px);
13628
+ }
13629
+ .md .range-slider::after {
13630
+ right: calc(var(--f7-range-knob-width) / 2 - 2px);
13631
+ }
13632
+ .md .range-slider:not(.range-slider-dual)::before {
13633
+ content: none;
13634
+ display: none;
13635
+ }
13636
+ .md .range-slider:has(.range-knob-active-state)::before,
13637
+ .md .range-slider:has(.range-knob-active-state)::after {
13638
+ transform: scale(0.5);
13639
+ }
13640
+ .md .range-slider.range-slider-vertical::before,
13641
+ .md .range-slider.range-slider-vertical::after {
13642
+ top: auto;
13643
+ left: calc(50% - 2px);
13644
+ right: auto;
13645
+ }
13646
+ .md .range-slider.range-slider-vertical::before {
13647
+ bottom: calc(var(--f7-range-knob-width) / 2 - 2px);
13648
+ }
13649
+ .md .range-slider.range-slider-vertical::after {
13650
+ top: calc(var(--f7-range-knob-width) / 2 - 2px);
11776
13651
  }
11777
13652
  /* === Stepper === */
11778
13653
  :root {
@@ -15670,14 +17545,14 @@ table.data-table {
15670
17545
  .md [class*='color-'] {
15671
17546
  --f7-message-sent-bg-color: var(--f7-md-primary);
15672
17547
  --f7-message-sent-text-color: var(--f7-md-on-primary);
15673
- --f7-message-received-bg-color: var(--f7-md-surface-variant);
17548
+ --f7-message-received-bg-color: var(--f7-md-surface-2);
15674
17549
  --f7-message-received-text-color: var(--f7-md-on-surface);
15675
- --f7-message-text-header-text-color: var(--f7-md-on-surface-variant);
15676
- --f7-message-text-footer-text-color: var(--f7-md-on-surface-variant);
15677
- --f7-messages-title-text-color: var(--f7-md-on-surface-variant);
15678
- --f7-message-header-text-color: var(--f7-md-on-surface-variant);
15679
- --f7-message-footer-text-color: var(--f7-md-on-surface-variant);
15680
- --f7-message-name-text-color: var(--f7-md-on-surface-variant);
17550
+ --f7-message-text-header-text-color: var(--f7-md-on-surface-2);
17551
+ --f7-message-text-footer-text-color: var(--f7-md-on-surface-2);
17552
+ --f7-messages-title-text-color: var(--f7-md-on-surface-2);
17553
+ --f7-message-header-text-color: var(--f7-md-on-surface-2);
17554
+ --f7-message-footer-text-color: var(--f7-md-on-surface-2);
17555
+ --f7-message-name-text-color: var(--f7-md-on-surface-2);
15681
17556
  }
15682
17557
  .messages-content,
15683
17558
  .messages {
@@ -16165,7 +18040,7 @@ table.data-table {
16165
18040
  .md [class*='color-'] {
16166
18041
  --f7-messagebar-textarea-placeholder-color: var(--f7-md-on-surface-variant);
16167
18042
  --f7-messagebar-textarea-bg-color: var(--f7-md-surface-variant);
16168
- --f7-messagebar-bg-color: var(--f7-md-surface);
18043
+ --f7-messagebar-bg-color: var(--f7-md-surface-2);
16169
18044
  --f7-messagebar-textarea-text-color: var(--f7-md-on-surface);
16170
18045
  --f7-messagebar-sheet-bg-color: var(--f7-md-surface);
16171
18046
  --f7-messagebar-sheet-border-color: var(--f7-md-outline-variant);
@@ -17609,23 +19484,22 @@ button.swiper-pagination-bullet {
17609
19484
  }
17610
19485
  .ios {
17611
19486
  --f7-notification-margin: 8px;
17612
- --f7-notification-padding-horizontal: 10px;
17613
- --f7-notification-padding-vertical: 10px;
17614
- --f7-notification-border-radius: 12px;
17615
- --f7-notification-box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.7);
17616
- --f7-notification-icon-size: 20px;
17617
- --f7-notification-title-font-size: 13px;
17618
- --f7-notification-title-text-transform: uppercase;
19487
+ --f7-notification-padding-horizontal: 16px;
19488
+ --f7-notification-padding-vertical: 16px;
19489
+ --f7-notification-border-radius: 24px;
19490
+ --f7-notification-box-shadow: var(--f7-glass-shadow);
19491
+ --f7-notification-icon-size: 28px;
19492
+ --f7-notification-title-font-size: 14px;
19493
+ --f7-notification-title-text-transform: none;
17619
19494
  --f7-notification-title-line-height: 1.4;
17620
- --f7-notification-title-font-weight: 400;
19495
+ --f7-notification-title-font-weight: bold;
17621
19496
  --f7-notification-title-letter-spacing: 0.02em;
17622
- --f7-notification-title-right-font-size: 13px;
17623
- --f7-notification-subtitle-font-size: 15px;
19497
+ --f7-notification-title-right-font-size: 14px;
19498
+ --f7-notification-subtitle-font-size: 14px;
17624
19499
  --f7-notification-subtitle-font-weight: 600;
17625
- --f7-notification-text-font-size: 15px;
17626
- --f7-notification-text-line-height: 1.2;
17627
- --f7-notification-bg-color: rgba(250, 250, 250, 0.95);
17628
- --f7-notification-bg-color-rgb: 255, 255, 255;
19500
+ --f7-notification-text-font-size: 14px;
19501
+ --f7-notification-text-line-height: 1.4;
19502
+ --f7-notification-bg-color: var(--f7-glass-bg-color);
17629
19503
  --f7-notification-title-color: #000;
17630
19504
  --f7-notification-title-right-color: rgba(0, 0, 0, 0.45);
17631
19505
  --f7-notification-subtitle-color: #000;
@@ -17633,8 +19507,6 @@ button.swiper-pagination-bullet {
17633
19507
  }
17634
19508
  .ios .dark,
17635
19509
  .ios.dark {
17636
- --f7-notification-bg-color: rgba(30, 30, 30, 0.95);
17637
- --f7-notification-bg-color-rgb: 30, 30, 30;
17638
19510
  --f7-notification-title-color: #fff;
17639
19511
  --f7-notification-text-color: #fff;
17640
19512
  --f7-notification-subtitle-color: #fff;
@@ -17685,14 +19557,22 @@ button.swiper-pagination-bullet {
17685
19557
  box-shadow: var(--f7-notification-box-shadow);
17686
19558
  background: var(--f7-notification-bg-color);
17687
19559
  margin-top: var(--f7-safe-area-top);
19560
+ display: flex;
19561
+ gap: 16px;
19562
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
19563
+ backdrop-filter: saturate(180%) blur(16px);
17688
19564
  }
17689
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
17690
- .ios-translucent-modals .notification {
17691
- background-color: rgba(var(--f7-notification-bg-color-rgb), 0.8);
17692
- -webkit-backdrop-filter: saturate(180%) blur(20px);
17693
- backdrop-filter: saturate(180%) blur(20px);
19565
+ @media (min-width: 568px) {
19566
+ .notification {
19567
+ left: 50%;
19568
+ width: var(--f7-notification-max-width);
19569
+ margin-left: calc(-1 * var(--f7-notification-max-width) / 2);
17694
19570
  }
17695
19571
  }
19572
+ .notification-content {
19573
+ width: 100%;
19574
+ flex-shrink: 10;
19575
+ }
17696
19576
  .notification-title {
17697
19577
  color: var(--f7-notification-title-color, var(--f7-theme-color));
17698
19578
  font-size: var(--f7-notification-title-font-size);
@@ -17722,6 +19602,7 @@ button.swiper-pagination-bullet {
17722
19602
  .notification-icon {
17723
19603
  font-size: 0;
17724
19604
  line-height: var(--f7-notification-icon-size);
19605
+ flex-shrink: 0;
17725
19606
  }
17726
19607
  .notification-icon i,
17727
19608
  .notification-icon {
@@ -17770,6 +19651,7 @@ button.swiper-pagination-bullet {
17770
19651
  .ios .notification {
17771
19652
  transition-duration: 450ms;
17772
19653
  transform: translate3d(0%, -200%, 0);
19654
+ align-items: center;
17773
19655
  }
17774
19656
  .ios .notification.modal-in {
17775
19657
  transform: translate3d(0%, 0%, 0);
@@ -17778,18 +19660,11 @@ button.swiper-pagination-bullet {
17778
19660
  .ios .notification.modal-out {
17779
19661
  transform: translate3d(0%, -200%, 0);
17780
19662
  }
17781
- .ios .notification-icon {
17782
- margin-right: 8px;
17783
- }
17784
- .ios .notification-header + .notification-content {
17785
- margin-top: 10px;
17786
- }
17787
19663
  .ios .notification-title-right-text {
17788
- margin-right: 6px;
17789
19664
  margin-left: auto;
17790
19665
  }
17791
19666
  .ios .notification-title-right-text + .notification-close-button {
17792
- margin-left: 10px;
19667
+ margin-left: 12px;
17793
19668
  }
17794
19669
  .ios .notification-close-button {
17795
19670
  font-size: 14px;
@@ -17833,22 +19708,7 @@ button.swiper-pagination-bullet {
17833
19708
  transition-timing-function: ease-in;
17834
19709
  transform: translate3d(0, -150%, 0);
17835
19710
  }
17836
- .md .notification-with-icon .notification-icon {
17837
- position: absolute;
17838
- left: var(--f7-notification-padding-horizontal);
17839
- top: var(--f7-notification-padding-vertical);
17840
- }
17841
- .md .notification-with-icon .notification-content,
17842
- .md .notification-with-icon .notification-header {
17843
- margin-left: calc(var(--f7-notification-icon-size) + 16px);
17844
- }
17845
- .md .notification-icon {
17846
- margin-right: 8px;
17847
- }
17848
- .md .notification-subtitle + .notification-text {
17849
- margin-top: 4px;
17850
- }
17851
- .md .notification-header + .notification-content {
19711
+ .md .notification-header + :is(.notification-subtitle, .notification-text) {
17852
19712
  margin-top: 8px;
17853
19713
  }
17854
19714
  .md .notification-title-right-text {