@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
  }
@@ -2222,248 +2222,1815 @@ html.device-full-viewport body {
2222
2222
  .md .navbar-inner-centered-title .title {
2223
2223
  text-align: center;
2224
2224
  }
2225
- /* === Toolbar === */
2225
+ /* === Navbar New === */
2226
2226
  :root {
2227
2227
  /*
2228
- --f7-toolbar-bg-color: var(--f7-bars-bg-color);
2229
- --f7-toolbar-bg-color-rgb: var(--f7-bars-bg-color-rgb);
2230
- --f7-toolbar-border-color: var(--f7-bars-border-color);
2231
- --f7-toolbar-link-color: var(--f7-bars-link-color);
2232
- --f7-toolbar-text-color: var(--f7-bars-text-color);
2228
+ --f7-navbar-new-bg-color: var(--f7-bars-bg-color);
2229
+ --f7-navbar-new-bg-color-rgb: var(--f7-bars-bg-color-rgb);
2230
+ --f7-navbar-new-border-color: var(--f7-bars-border-color);
2233
2231
  */
2234
- --f7-tabbar-link-active-bg-color: transparent;
2235
- --f7-tabbar-label-text-transform: none;
2236
- --f7-toolbar-hide-show-transition-duration: 400ms;
2232
+ --f7-navbar-new-hide-show-transition-duration: 400ms;
2233
+ --f7-navbar-new-title-line-height: 1.2;
2234
+ --f7-navbar-new-subtitle-text-align: inherit;
2235
+ --f7-navbar-new-large-title-line-height: 1.2;
2236
+ --f7-navbar-new-large-title-text-color: inherit;
2237
+ --f7-navbar-new-large-title-padding-left: 16px;
2238
+ --f7-navbar-new-large-title-padding-right: 16px;
2237
2239
  }
2238
2240
  .ios {
2239
- --f7-toolbar-height: 44px;
2240
- --f7-toolbar-font-size: 17px;
2241
- --f7-toolbar-inner-padding-left: 8px;
2242
- --f7-toolbar-inner-padding-right: 8px;
2243
- --f7-toolbar-link-font-weight: 400;
2244
2241
  /*
2245
- --f7-toolbar-link-height: var(--f7-toolbar-height);
2246
- --f7-toolbar-link-line-height: var(--f7-toolbar-height);
2247
- --f7-tabbar-link-active-color: var(--f7-theme-color);
2242
+ --f7-navbar-new-link-color: var(--f7-bars-link-color);
2243
+ --f7-navbar-new-text-color: var(--f7-bars-text-color);
2248
2244
  */
2249
- --f7-tabbar-icons-height: 50px;
2250
- --f7-tabbar-icons-tablet-height: 50px;
2251
- --f7-tabbar-icon-size: 28px;
2252
- --f7-tabbar-link-text-transform: none;
2253
- --f7-tabbar-link-font-weight: 400;
2254
- --f7-tabbar-link-letter-spacing: 0;
2255
- --f7-tabbar-label-font-size: 12px;
2256
- --f7-tabbar-label-tablet-font-size: 14px;
2257
- --f7-tabbar-label-font-weight: 500;
2258
- --f7-tabbar-label-letter-spacing: 0.01;
2259
- --f7-tabbar-link-inactive-color: rgba(0, 0, 0, 0.4);
2245
+ --f7-navbar-new-link-color: var(--f7-bars-text-color);
2246
+ --f7-navbar-new-height: 76px;
2247
+ --f7-navbar-new-font-size: 17px;
2248
+ --f7-navbar-new-title-font-size: inherit;
2249
+ --f7-navbar-new-inner-padding-left: 16px;
2250
+ --f7-navbar-new-inner-padding-right: 16px;
2251
+ --f7-navbar-new-title-font-weight: 600;
2252
+ --f7-navbar-new-title-margin-left: 0;
2253
+ --f7-navbar-new-title-margin-right: 0;
2254
+ --f7-navbar-new-title-text-align: center;
2255
+ --f7-navbar-new-subtitle-font-size: 10px;
2256
+ --f7-navbar-new-subtitle-line-height: 1;
2257
+ --f7-navbar-new-large-title-height: 52px;
2258
+ --f7-navbar-new-large-title-font-size: 34px;
2259
+ --f7-navbar-new-large-title-font-weight: 700;
2260
+ --f7-navbar-new-large-title-letter-spacing: -0.03em;
2261
+ --f7-navbar-new-large-title-padding-vertical: 6px;
2262
+ /*
2263
+ --f7-navbar-new-link-height: var(--f7-navbar-new-height);
2264
+ --f7-navbar-new-link-line-height: var(--f7-navbar-new-height);
2265
+ */
2266
+ --f7-navbar-new-subtitle-text-color: rgba(0, 0, 0, 0.55);
2267
+ --f7-navbar-new-bars-bg-color: rgba(255, 255, 255, 0.5);
2260
2268
  }
2261
2269
  .ios .dark,
2262
2270
  .ios.dark {
2263
- --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.54);
2271
+ --f7-navbar-new-subtitle-text-color: rgba(255, 255, 255, 0.55);
2272
+ --f7-navbar-new-bars-bg-color: rgba(0, 0, 0, 0.5);
2264
2273
  }
2265
2274
  .md {
2266
- --f7-toolbar-height: 56px;
2267
- --f7-toolbar-font-size: 14px;
2268
- --f7-toolbar-inner-padding-left: 0px;
2269
- --f7-toolbar-inner-padding-right: 0px;
2270
- /*
2271
- --f7-toolbar-link-height: var(--f7-toolbar-height);
2272
- --f7-toolbar-link-line-height: var(--f7-toolbar-height);
2273
- */
2274
- --f7-tabbar-icons-height: 80px;
2275
- --f7-tabbar-icons-tablet-height: 80px;
2276
- --f7-tabbar-icon-size: 24px;
2277
- --f7-tabbar-link-text-transform: none;
2278
- --f7-tabbar-link-font-weight: 500;
2279
- --f7-tabbar-link-letter-spacing: 0;
2280
- --f7-toolbar-link-font-weight: 500;
2281
- --f7-tabbar-label-font-size: 12px;
2282
- --f7-tabbar-label-tablet-font-size: 12px;
2283
- --f7-tabbar-label-font-weight: 500;
2284
- --f7-tabbar-label-letter-spacing: 0;
2275
+ --f7-navbar-new-height: 64px;
2276
+ --f7-navbar-new-font-size: 16px;
2277
+ --f7-navbar-new-title-font-size: 22px;
2278
+ --f7-navbar-new-inner-padding-left: 0px;
2279
+ --f7-navbar-new-inner-padding-right: 0px;
2280
+ --f7-navbar-new-title-font-weight: 400;
2281
+ --f7-navbar-new-title-margin-left: 0px;
2282
+ --f7-navbar-new-title-margin-right: 16px;
2283
+ --f7-navbar-new-title-text-align: left;
2284
+ --f7-navbar-new-subtitle-font-size: 14px;
2285
+ --f7-navbar-new-subtitle-line-height: 1.2;
2286
+ --f7-navbar-new-large-title-font-size: 28px;
2287
+ --f7-navbar-new-large-title-height: 88px;
2288
+ --f7-navbar-new-large-title-font-weight: 400;
2289
+ --f7-navbar-new-large-title-letter-spacing: 0;
2290
+ --f7-navbar-new-large-title-padding-vertical: 8px;
2291
+ --f7-navbar-new-link-height: 48px;
2292
+ --f7-navbar-new-link-line-height: 48px;
2285
2293
  }
2286
2294
  .md,
2287
2295
  .md .dark,
2288
2296
  .md [class*='color-'] {
2289
- --f7-tabbar-link-active-color: var(--f7-md-on-secondary-container);
2290
- --f7-tabbar-link-active-border-color: var(--f7-md-primary);
2291
- --f7-tabbar-link-inactive-color: var(--f7-md-on-surface-variant);
2292
- --f7-tabbar-link-active-icon-bg-color: var(--f7-md-secondary-container);
2297
+ --f7-navbar-new-link-color: var(--f7-md-on-surface);
2298
+ --f7-navbar-new-text-color: var(--f7-md-on-surface);
2299
+ --f7-navbar-new-subtitle-text-color: var(--f7-md-on-surface-variant);
2293
2300
  }
2294
- .toolbar {
2301
+ .navbars-new,
2302
+ .navbar-new {
2303
+ z-index: 500;
2304
+ left: 0;
2305
+ top: 0;
2295
2306
  width: 100%;
2307
+ }
2308
+ .navbars-new {
2309
+ position: absolute;
2310
+ }
2311
+ .navbars-new .navbar-new {
2312
+ z-index: auto;
2313
+ }
2314
+ .navbars-new .navbar-new-transitioning {
2315
+ z-index: 500;
2316
+ }
2317
+ .navbar-new {
2318
+ --f7-navbar-new-large-collapse-progress: 0;
2296
2319
  position: relative;
2297
- margin: 0;
2298
- transform: translate3d(0, 0, 0);
2299
2320
  -webkit-backface-visibility: hidden;
2300
2321
  backface-visibility: hidden;
2301
- z-index: 600;
2302
2322
  box-sizing: border-box;
2303
- left: 0;
2304
- height: var(--f7-toolbar-height);
2305
- background-color: var(--f7-toolbar-bg-color, var(--f7-bars-bg-color));
2306
- color: var(--f7-toolbar-text-color, var(--f7-bars-text-color));
2307
- font-size: var(--f7-toolbar-font-size);
2323
+ margin: 0;
2324
+ height: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
2325
+ color: var(--f7-navbar-new-text-color, var(--f7-bars-text-color));
2326
+ font-size: var(--f7-navbar-new-font-size);
2308
2327
  }
2309
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
2310
- .ios-translucent-bars .toolbar {
2311
- background-color: rgba(var(--f7-toolbar-bg-color-rgb, var(--f7-bars-bg-color-rgb)), var(--f7-bars-translucent-opacity));
2312
- -webkit-backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
2313
- backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
2314
- }
2328
+ .navbar-new b {
2329
+ font-weight: 500;
2315
2330
  }
2316
- .toolbar b {
2317
- font-weight: 600;
2331
+ .navbar-new a {
2332
+ color: var(--f7-navbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
2318
2333
  }
2319
- .toolbar a {
2320
- color: var(--f7-toolbar-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
2321
- box-sizing: border-box;
2322
- flex-shrink: 1;
2334
+ .navbar-new a.link {
2335
+ display: flex;
2336
+ justify-content: flex-start;
2337
+ line-height: var(--f7-navbar-new-link-line-height, var(--f7-navbar-new-height));
2338
+ height: var(--f7-navbar-new-link-height, var(--f7-navbar-new-height));
2339
+ }
2340
+ .navbar-new .title,
2341
+ .navbar-new .left,
2342
+ .navbar-new .right {
2323
2343
  position: relative;
2324
- white-space: nowrap;
2325
- text-overflow: ellipsis;
2344
+ z-index: 10;
2326
2345
  }
2327
- .toolbar .link {
2328
- display: flex;
2329
- line-height: var(--f7-toolbar-link-line-height, var(--f7-toolbar-height));
2330
- height: var(--f7-toolbar-link-height, var(--f7-toolbar-height));
2331
- font-weight: var(--f7-toolbar-link-font-weight);
2346
+ .navbar-new .title {
2347
+ position: relative;
2348
+ overflow: hidden;
2349
+ text-overflow: ellipsis;
2350
+ white-space: nowrap;
2351
+ flex-shrink: 10;
2352
+ font-weight: var(--f7-navbar-new-title-font-weight);
2353
+ display: inline-block;
2354
+ line-height: var(--f7-navbar-new-title-line-height);
2355
+ text-align: var(--f7-navbar-new-title-text-align);
2356
+ font-size: var(--f7-navbar-new-title-font-size);
2357
+ margin-right: var(--f7-navbar-new-title-margin-left);
2358
+ margin-left: var(--f7-navbar-new-title-margin-left);
2332
2359
  }
2333
- .toolbar i.icon {
2360
+ .navbar-new .subtitle {
2334
2361
  display: block;
2362
+ color: var(--f7-navbar-new-subtitle-text-color);
2363
+ font-weight: normal;
2364
+ font-size: var(--f7-navbar-new-subtitle-font-size);
2365
+ line-height: var(--f7-navbar-new-subtitle-line-height);
2366
+ text-align: var(--f7-navbar-new-subtitle-text-align);
2335
2367
  }
2336
- .toolbar:after,
2337
- .toolbar:before {
2338
- -webkit-backface-visibility: hidden;
2339
- backface-visibility: hidden;
2368
+ .navbar-new .left,
2369
+ .navbar-new .right {
2370
+ flex-shrink: 0;
2371
+ display: flex;
2372
+ justify-content: flex-start;
2373
+ align-items: center;
2340
2374
  }
2341
- .views > .toolbar,
2342
- .view > .toolbar,
2343
- .page > .toolbar {
2375
+ .navbar-new .right:first-child {
2344
2376
  position: absolute;
2377
+ height: 100%;
2345
2378
  }
2346
- .toolbar-top,
2347
- .ios .toolbar-top-ios,
2348
- .md .toolbar-top-md {
2379
+ .navbar-new.no-outline .navbar-new-bg:after,
2380
+ .navbar-new .no-outline .navbar-new-bg:after {
2381
+ display: none !important;
2382
+ }
2383
+ .navbar-new.no-outline .title-large:after,
2384
+ .navbar-new .no-outline .title-large:after {
2385
+ display: none !important;
2386
+ }
2387
+ .navbar-new.navbar-new-hidden .navbar-new-bg:before,
2388
+ .navbar-new-hidden .navbar-new .navbar-new-bg:before {
2389
+ opacity: 0 !important;
2390
+ }
2391
+ .navbar-new-bg {
2392
+ position: absolute;
2393
+ left: 0;
2349
2394
  top: 0;
2395
+ width: 100%;
2396
+ height: 100%;
2397
+ pointer-events: none;
2398
+ z-index: 0;
2399
+ transition-property: transform;
2350
2400
  }
2351
- .toolbar-top .tab-link-highlight,
2352
- .ios .toolbar-top-ios .tab-link-highlight,
2353
- .md .toolbar-top-md .tab-link-highlight {
2354
- bottom: 0;
2401
+ .navbar-new-transitioning,
2402
+ .navbar-new-transitioning .left,
2403
+ .navbar-new-transitioning .title,
2404
+ .navbar-new-transitioning .right,
2405
+ .navbar-new-transitioning .title-large-text,
2406
+ .navbar-new-transitioning .navbar-new-bg,
2407
+ .navbar-new-transitioning .subnavbar,
2408
+ .navbar-new-transitioning .navbar-new-bg:before {
2409
+ transition-duration: var(--f7-navbar-new-hide-show-transition-duration);
2410
+ }
2411
+ .navbar-new-page-transitioning {
2412
+ transition-duration: var(--f7-page-swipeback-transition-duration) !important;
2355
2413
  }
2356
- .toolbar-top.no-outline:after,
2357
- .ios .toolbar-top-ios.no-outline:after,
2358
- .md .toolbar-top-md.no-outline:after {
2359
- display: none !important;
2414
+ .navbar-new-page-transitioning .title-large-text,
2415
+ .navbar-new-page-transitioning .navbar-new-bg {
2416
+ transition-duration: var(--f7-page-swipeback-transition-duration) !important;
2360
2417
  }
2361
- .toolbar-top.toolbar-hidden:before,
2362
- .ios .toolbar-top-ios.toolbar-hidden:before,
2363
- .md .toolbar-top-md.toolbar-hidden:before {
2364
- display: none !important;
2418
+ .navbar-new-hidden {
2419
+ transform: translate3d(0, calc(-1 * var(--f7-navbar-new-height)), 0);
2365
2420
  }
2366
- .toolbar-top:after,
2367
- .ios .toolbar-top-ios:after,
2368
- .md .toolbar-top-md:after,
2369
- .toolbar-top:before,
2370
- .ios .toolbar-top-ios:before,
2371
- .md .toolbar-top-md:before {
2372
- -webkit-backface-visibility: hidden;
2373
- backface-visibility: hidden;
2421
+ .navbar-new-hidden .navbar-new-inner {
2422
+ pointer-events: none;
2374
2423
  }
2375
- .toolbar-top:after,
2376
- .ios .toolbar-top-ios:after,
2377
- .md .toolbar-top-md:after {
2378
- content: '';
2424
+ .navbar-new-hidden .navbar-new-inner > .left,
2425
+ .navbar-new-hidden .navbar-new-inner > .title,
2426
+ .navbar-new-hidden .navbar-new-inner > .right {
2427
+ opacity: 0 !important;
2428
+ }
2429
+ .navbar-new-hidden .subnavbar {
2430
+ pointer-events: auto;
2431
+ }
2432
+ .navbar-new-hidden-statusbar {
2433
+ transform: translate3d(0, calc(-1 * var(--f7-navbar-new-height) - var(--f7-safe-area-top)), 0);
2434
+ }
2435
+ .navbar-new-large-hidden .navbar-new-large {
2436
+ --f7-navbar-new-large-collapse-progress: 1;
2437
+ }
2438
+ .navbar-new-inner {
2379
2439
  position: absolute;
2380
- background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
2381
- display: block;
2382
- z-index: 15;
2383
- top: auto;
2384
- right: auto;
2440
+ left: 0;
2385
2441
  bottom: 0;
2442
+ width: 100%;
2443
+ height: 100%;
2444
+ display: flex;
2445
+ align-items: center;
2446
+ box-sizing: border-box;
2447
+ 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));
2448
+ transform: translate3d(0, 0, 0);
2449
+ z-index: 10;
2450
+ }
2451
+ .views > .navbar-new,
2452
+ .view > .navbar-new,
2453
+ .page > .navbar-new {
2454
+ position: absolute;
2455
+ }
2456
+ .ios .navbar-new:not(.navbar-new-large) .navbar-new-bg {
2457
+ --f7-navbar-new-large-collapse-progress: 1;
2458
+ }
2459
+ .navbar-new-large .title {
2460
+ opacity: var(--f7-navbar-new-large-collapse-progress);
2461
+ }
2462
+ .navbar-new-large-collapsed {
2463
+ --f7-navbar-new-large-collapse-progress: 1;
2464
+ }
2465
+ .navbar-new-large-collapsed .title-large {
2466
+ pointer-events: none;
2467
+ }
2468
+ .navbar-new-large-collapsed .title-large-text {
2469
+ opacity: 0;
2470
+ }
2471
+ .navbar-new .title-large {
2472
+ box-sizing: border-box;
2473
+ position: absolute;
2386
2474
  left: 0;
2387
- height: 1px;
2475
+ right: 0;
2476
+ top: 100%;
2477
+ display: flex;
2478
+ white-space: nowrap;
2479
+ overflow: hidden;
2480
+ height: var(--f7-navbar-new-large-title-height);
2481
+ z-index: 5;
2482
+ }
2483
+ .navbar-new .title-large-text {
2484
+ text-overflow: ellipsis;
2485
+ white-space: nowrap;
2486
+ color: var(--f7-navbar-new-large-title-text-color);
2487
+ letter-spacing: var(--f7-navbar-new-large-title-letter-spacing);
2488
+ font-size: var(--f7-navbar-new-large-title-font-size);
2489
+ font-weight: var(--f7-navbar-new-large-title-font-weight);
2490
+ line-height: var(--f7-navbar-new-large-title-line-height);
2491
+ padding-left: calc(var(--f7-navbar-new-large-title-padding-left) + var(--f7-safe-area-left));
2492
+ padding-right: calc(var(--f7-navbar-new-large-title-padding-right) + var(--f7-safe-area-right));
2493
+ padding-top: var(--f7-navbar-new-large-title-padding-vertical);
2494
+ padding-bottom: var(--f7-navbar-new-large-title-padding-vertical);
2495
+ box-sizing: border-box;
2496
+ overflow: hidden;
2388
2497
  width: 100%;
2389
- transform-origin: 50% 100%;
2390
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
2498
+ transform: translate3d(0px, calc(-1 * var(--f7-navbar-new-large-collapse-progress) * var(--f7-navbar-new-large-title-height)), 0);
2499
+ transform-origin: calc(100% - var(--f7-navbar-new-large-title-padding-left) - var(--f7-safe-area-left)) center;
2391
2500
  }
2392
- .toolbar-bottom,
2393
- .ios .toolbar-bottom-ios,
2394
- .md .toolbar-bottom-md {
2395
- bottom: 0;
2396
- height: calc(var(--f7-toolbar-height) + var(--f7-safe-area-bottom));
2501
+ .navbar-no-title-large-transition .title-large-text {
2502
+ transition-duration: 0ms;
2397
2503
  }
2398
- .toolbar-bottom .tab-link-highlight,
2399
- .ios .toolbar-bottom-ios .tab-link-highlight,
2400
- .md .toolbar-bottom-md .tab-link-highlight {
2401
- top: 0;
2504
+ .navbar-new ~ *,
2505
+ .navbars-new ~ * {
2506
+ --f7-page-navbar-offset: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
2402
2507
  }
2403
- .toolbar-bottom .toolbar-inner,
2404
- .ios .toolbar-bottom-ios .toolbar-inner,
2405
- .md .toolbar-bottom-md .toolbar-inner {
2406
- height: auto;
2407
- top: 0;
2408
- bottom: var(--f7-safe-area-bottom);
2508
+ .navbar-new ~ * .page-with-navbar-new-large,
2509
+ .navbar-new ~ .page-with-navbar-new-large,
2510
+ .navbars-new ~ * .page-with-navbar-new-large,
2511
+ .navbars-new ~ .page-with-navbar-new-large,
2512
+ .page-with-navbar-new-large .navbar-new ~ * {
2513
+ --f7-page-navbar-offset: calc(var(--f7-navbar-new-height) + var(--f7-navbar-new-large-title-height) + var(--f7-safe-area-top));
2409
2514
  }
2410
- .toolbar-bottom.no-outline:before,
2411
- .ios .toolbar-bottom-ios.no-outline:before,
2412
- .md .toolbar-bottom-md.no-outline:before {
2413
- display: none !important;
2515
+ .page.no-navbar,
2516
+ .page.no-navbar .navbar-new ~ * {
2517
+ --f7-page-navbar-offset: var(--f7-safe-area-top);
2414
2518
  }
2415
- .toolbar-bottom.toolbar-hidden:after,
2416
- .ios .toolbar-bottom-ios.toolbar-hidden:after,
2417
- .md .toolbar-bottom-md.toolbar-hidden:after {
2418
- display: none !important;
2519
+ .ios {
2520
+ --f7-navbarLeftTextOffset: calc(4px + 12px + var(--f7-navbar-new-inner-padding-left));
2521
+ --f7-navbarTitleLargeOffset: var(--f7-navbar-new-large-title-padding-left);
2522
+ }
2523
+ .ios .navbar-new .title-large {
2524
+ align-items: flex-end;
2525
+ }
2526
+ .ios .navbar-new a.link {
2527
+ height: 100%;
2528
+ padding: 0 12px;
2529
+ }
2530
+ .ios .navbar-new a.icon-only {
2531
+ width: 44px;
2532
+ margin: 0;
2533
+ justify-content: center;
2534
+ }
2535
+ .ios .navbar-new .left a + a,
2536
+ .ios .navbar-new .right a + a {
2537
+ margin-right: 16px;
2538
+ }
2539
+ .ios .navbar-new b {
2540
+ font-weight: 600;
2541
+ }
2542
+ .ios .navbar-new .left {
2543
+ margin-left: 10px;
2544
+ }
2545
+ .ios .navbar-new .right {
2546
+ margin-right: 10px;
2547
+ }
2548
+ .ios .navbar-new .right:first-child {
2549
+ left: calc(8px + var(--f7-safe-area-left));
2550
+ }
2551
+ .ios .navbar-new-bg {
2552
+ height: 100%;
2553
+ }
2554
+ .ios .navbar-new-bg::before {
2555
+ content: '';
2556
+ position: absolute;
2557
+ inset: 0;
2558
+ -webkit-backdrop-filter: blur(2px);
2559
+ backdrop-filter: blur(2px);
2560
+ -webkit-mask-image: linear-gradient(to bottom, black calc(50% + var(--f7-safe-area-top, 0px)), transparent 100%);
2561
+ mask-image: linear-gradient(to bottom, black calc(50% + var(--f7-safe-area-top, 0px)), transparent 100%);
2562
+ }
2563
+ .ios .navbar-new-bg::after {
2564
+ content: '';
2565
+ position: absolute;
2566
+ inset: 0;
2567
+ background-image: linear-gradient(to bottom, var(--f7-navbar-new-bars-bg-color) var(--f7-safe-area-top, 0px), transparent 100%);
2568
+ }
2569
+ .ios .navbar-new .navbar-new-inner {
2570
+ justify-content: space-between;
2571
+ padding-top: calc(16px + var(--f7-safe-area-top));
2572
+ padding-bottom: 16px;
2573
+ }
2574
+ .ios .navbar-new .left,
2575
+ .ios .navbar-new .right,
2576
+ .ios .navbar-new .navbar-pane {
2577
+ height: 100%;
2578
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
2579
+ backdrop-filter: saturate(180%) blur(16px);
2580
+ box-shadow: var(--f7-glass-shadow);
2581
+ background-color: var(--f7-glass-bg-color);
2582
+ border-radius: 64px;
2583
+ min-width: 44px;
2584
+ }
2585
+ .ios .navbar-pane {
2586
+ display: flex;
2587
+ align-items: center;
2588
+ justify-content: center;
2589
+ }
2590
+ .ios .navbar-new .navbar-new-inner-left-title {
2591
+ justify-content: flex-start;
2592
+ }
2593
+ .ios .navbar-new .navbar-new-inner-left-title .right {
2594
+ margin-right: auto;
2595
+ }
2596
+ .ios .navbar-new .navbar-new-inner-left-title .title {
2597
+ text-align: left;
2598
+ margin-left: 10px;
2599
+ }
2600
+ .ios .navbar-new-transparent:not(.navbar-new-large):not(.navbar-new-transparent-visible):not(
2601
+ .with-searchbar-expandable-enabled
2602
+ ) .title {
2603
+ opacity: 0;
2604
+ }
2605
+ .view-master-detail .page-master {
2606
+ z-index: 525;
2607
+ }
2608
+ .md .navbar-new .title-large {
2609
+ align-items: center;
2610
+ overflow: hidden;
2611
+ }
2612
+ .md .navbar-new .left {
2613
+ margin-left: 4px;
2614
+ margin-right: 4px;
2615
+ }
2616
+ .md .navbar-new a.link {
2617
+ padding: 0 12px;
2618
+ min-width: 48px;
2619
+ height: var(--f7-navbar-new-link-height, var(--f7-navbar-new-height));
2620
+ }
2621
+ .md .navbar-new a.icon-only {
2622
+ min-width: 0;
2623
+ flex-shrink: 0;
2624
+ width: 48px;
2625
+ }
2626
+ .md .navbar-new .right {
2627
+ margin-left: 4px;
2628
+ margin-right: auto;
2629
+ }
2630
+ .md .navbar-new .right:first-child {
2631
+ left: var(--f7-safe-area-left);
2632
+ }
2633
+ .md .navbar-pane {
2634
+ display: contents;
2635
+ }
2636
+ .md .navbar-new-bg {
2637
+ background: var(--f7-navbar-new-bg-color);
2638
+ background-color: var(--f7-navbar-new-bg-color, var(--f7-bars-bg-color));
2639
+ }
2640
+ .md .navbar-new-bg:after,
2641
+ .md .navbar-new-bg:before {
2642
+ -webkit-backface-visibility: hidden;
2643
+ backface-visibility: hidden;
2644
+ }
2645
+ .md .navbar-new-bg:after {
2646
+ content: '';
2647
+ position: absolute;
2648
+ background-color: var(--f7-navbar-new-border-color, var(--f7-bars-border-color));
2649
+ display: block;
2650
+ z-index: 15;
2651
+ top: auto;
2652
+ right: auto;
2653
+ bottom: 0;
2654
+ left: 0;
2655
+ height: 1px;
2656
+ width: 100%;
2657
+ transform-origin: 50% 100%;
2658
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
2659
+ }
2660
+ .md .navbar-new-bg:after {
2661
+ z-index: 1;
2662
+ }
2663
+ .md .navbar-new-inner {
2664
+ justify-content: flex-start;
2665
+ overflow: hidden;
2666
+ }
2667
+ .md .navbar-new-large:not(.navbar-new-large-collapsed) .navbar-new-inner {
2668
+ overflow: visible;
2669
+ }
2670
+ .md .page.page-with-subnavbar .navbar-new-inner {
2671
+ overflow: visible;
2672
+ }
2673
+ .md .navbar-new-inner:not(.navbar-new-inner-centered-title) .title:first-child {
2674
+ margin-left: 16px;
2675
+ }
2676
+ .md .navbar-new-inner-centered-title {
2677
+ justify-content: space-between;
2678
+ }
2679
+ .md .navbar-new-inner-centered-title .right {
2680
+ margin-right: 0;
2681
+ }
2682
+ .md .navbar-new-inner-centered-title .title {
2683
+ text-align: center;
2684
+ }
2685
+ .md .navbar-new-transparent:not(.navbar-new-large):not(.navbar-new-transparent-visible):not(
2686
+ .with-searchbar-expandable-enabled
2687
+ ) .navbar-new-bg,
2688
+ .md .navbar-new-transparent:not(.navbar-new-large):not(.navbar-new-transparent-visible):not(
2689
+ .with-searchbar-expandable-enabled
2690
+ ) .title {
2691
+ opacity: 0;
2692
+ }
2693
+ .md .navbar-new-large .navbar-new-bg {
2694
+ height: calc(100% + var(--f7-navbar-new-large-title-height));
2695
+ transform: translate3d(0px, calc(-1 * var(--f7-navbar-new-large-collapse-progress) * var(--f7-navbar-new-large-title-height)), 0);
2696
+ }
2697
+ .md .navbar-new-large-transparent .navbar-new-bg,
2698
+ .md .navbar-new-large.navbar-new-transparent .navbar-new-bg {
2699
+ opacity: var(--f7-navbar-new-large-collapse-progress);
2700
+ }
2701
+ /* === Searchbar New === */
2702
+ :root {
2703
+ /*
2704
+ --f7-searchbar-new-link-color: var(--f7-bars-link-color);
2705
+ --f7-searchbar-new-inline-input-font-size: var(--f7-searchbar-new-input-font-size);
2706
+ */
2707
+ --f7-searchbar-new-input-border-width: 0px;
2708
+ --f7-searchbar-new-input-border-color: transparent;
2709
+ }
2710
+ .ios {
2711
+ /*
2712
+ --f7-searchbar-new-border-color: var(--f7-bars-border-color);
2713
+ */
2714
+ --f7-searchbar-new-bg-color: transparent;
2715
+ --f7-searchbar-new-height: 44px;
2716
+ --f7-searchbar-new-inner-padding-left: 0px;
2717
+ --f7-searchbar-new-inner-padding-right: 0px;
2718
+ --f7-searchbar-new-link-color: var(--f7-bars-text-color);
2719
+ --f7-searchbar-new-input-font-size: 17px;
2720
+ --f7-searchbar-new-input-border-radius: 44px;
2721
+ --f7-searchbar-new-input-height: 44px;
2722
+ --f7-searchbar-new-inline-input-height: 44px;
2723
+ /*
2724
+ --f7-searchbar-new-inline-input-border-radius: var(--f7-searchbar-new-input-border-radius);
2725
+ */
2726
+ --f7-searchbar-new-input-padding-horizontal: 44px;
2727
+ /*
2728
+ --f7-searchbar-new-inline-input-padding-horizontal: var(--f7-searchbar-new-input-padding-horizontal);
2729
+ --f7-searchbar-new-input-clear-button-color: var(--f7-input-clear-button-color);
2730
+ */
2731
+ --f7-searchbar-new-backdrop-bg-color: rgba(0, 0, 0, 0.4);
2732
+ --f7-searchbar-new-in-page-content-margin: 16px;
2733
+ --f7-searchbar-new-in-page-content-box-shadow: none;
2734
+ --f7-searchbar-new-in-page-content-border-radius: 44px;
2735
+ --f7-searchbar-new-in-page-content-input-border-radius: 44px;
2736
+ --f7-searchbar-new-input-bg-color: var(--f7-glass-bg-color);
2737
+ --f7-searchbar-new-placeholder-color: rgba(0, 0, 0, 0.4);
2738
+ --f7-searchbar-new-input-text-color: #000;
2739
+ --f7-searchbar-new-search-icon-color: rgba(0, 0, 0, 0.4);
2740
+ --f7-searchbar-new-bars-bg-color: #efeff4;
2741
+ }
2742
+ .ios .dark,
2743
+ .ios.dark {
2744
+ --f7-searchbar-new-placeholder-color: rgba(255, 255, 255, 0.4);
2745
+ --f7-searchbar-new-input-text-color: #fff;
2746
+ --f7-searchbar-new-search-icon-color: rgba(255, 255, 255, 0.4);
2747
+ --f7-searchbar-new-bars-bg-color: rgba(0, 0, 0, 0.5);
2748
+ }
2749
+ .md {
2750
+ --f7-searchbar-new-border-color: transparent;
2751
+ --f7-searchbar-new-height: 48px;
2752
+ --f7-searchbar-new-inner-padding-left: 8px;
2753
+ --f7-searchbar-new-inner-padding-right: 8px;
2754
+ --f7-searchbar-new-input-font-size: 16px;
2755
+ --f7-searchbar-new-input-border-radius: 24px;
2756
+ --f7-searchbar-new-input-height: 48px;
2757
+ --f7-searchbar-new-inline-input-height: 48px;
2758
+ --f7-searchbar-new-inline-input-border-radius: 24px;
2759
+ --f7-searchbar-new-input-padding-horizontal: 16px;
2760
+ --f7-searchbar-new-inline-input-padding-horizontal: 16px;
2761
+ --f7-searchbar-new-backdrop-bg-color: rgba(0, 0, 0, 0.25);
2762
+ --f7-searchbar-new-in-page-content-margin: 16px 0;
2763
+ --f7-searchbar-new-in-page-content-box-shadow: none;
2764
+ --f7-searchbar-new-in-page-content-border-radius: 24px;
2765
+ --f7-searchbar-new-in-page-content-input-border-radius: 24px;
2766
+ --f7-searchbar-new-bg-color: transparent;
2767
+ }
2768
+ .md,
2769
+ .md .dark,
2770
+ .md [class*='color-'] {
2771
+ --f7-searchbar-new-link-color: var(--f7-md-on-surface);
2772
+ --f7-searchbar-new-search-icon-color: var(--f7-md-on-surface);
2773
+ --f7-searchbar-new-input-clear-button-color: var(--f7-md-on-surface);
2774
+ --f7-searchbar-new-placeholder-color: var(--f7-md-on-surface-variant);
2775
+ --f7-searchbar-new-input-bg-color: var(--f7-md-secondary-container);
2776
+ --f7-searchbar-new-input-text-color: var(--f7-md-on-surface);
2777
+ }
2778
+ .searchbar-new {
2779
+ --f7-link-highlight-color: var(--f7-link-highlight-black);
2780
+ width: 100%;
2781
+ position: relative;
2782
+ z-index: 200;
2783
+ height: var(--f7-searchbar-new-height);
2784
+ background-color: var(--f7-searchbar-new-bars-bg-color);
2785
+ }
2786
+ .dark .searchbar-new {
2787
+ --f7-link-highlight-color: var(--f7-link-highlight-white);
2788
+ }
2789
+ .searchbar-new input[type='search']::-webkit-search-decoration {
2790
+ display: none;
2791
+ }
2792
+ .ios .subnavbar .searchbar-new {
2793
+ background-color: transparent;
2794
+ -webkit-backdrop-filter: none;
2795
+ backdrop-filter: none;
2796
+ }
2797
+ .ios .subnavbar .searchbar-new:after {
2798
+ display: none !important;
2799
+ }
2800
+ .searchbar-new.no-outline:after {
2801
+ display: none !important;
2802
+ }
2803
+ .searchbar-new:after {
2804
+ content: '';
2805
+ position: absolute;
2806
+ background-color: var(--f7-searchbar-new-border-color, var(--f7-bars-border-color));
2807
+ display: block;
2808
+ z-index: 15;
2809
+ top: auto;
2810
+ right: auto;
2811
+ bottom: 0;
2812
+ left: 0;
2813
+ height: 1px;
2814
+ width: 100%;
2815
+ transform-origin: 50% 100%;
2816
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
2817
+ }
2818
+ .page > .searchbar-new:not(.searchbar-new-inline) {
2819
+ z-index: 600;
2820
+ }
2821
+ .searchbar-new input[type='text'],
2822
+ .searchbar-new input[type='search'] {
2823
+ box-sizing: border-box;
2824
+ width: 100%;
2825
+ height: 100%;
2826
+ display: block;
2827
+ border: var(--f7-searchbar-new-input-border-width) solid var(--f7-searchbar-new-input-border-color);
2828
+ -webkit-appearance: none;
2829
+ appearance: none;
2830
+ font-family: inherit;
2831
+ font-weight: normal;
2832
+ color: var(--f7-searchbar-new-input-text-color);
2833
+ font-size: var(--f7-searchbar-new-input-font-size);
2834
+ background-color: var(--f7-searchbar-new-input-bg-color);
2835
+ border-radius: var(--f7-searchbar-new-input-border-radius);
2836
+ position: relative;
2837
+ padding: 0;
2838
+ padding-left: calc(var(--f7-searchbar-new-input-padding-horizontal) + var(--f7-searchbar-new-input-extra-padding-right, 0px));
2839
+ padding-right: calc(var(--f7-searchbar-new-input-padding-horizontal) + var(--f7-searchbar-new-input-extra-padding-left, 0px));
2840
+ }
2841
+ .searchbar-new input[type='text']::placeholder,
2842
+ .searchbar-new input[type='search']::placeholder {
2843
+ color: var(--f7-searchbar-new-placeholder-color);
2844
+ opacity: 1;
2845
+ }
2846
+ .searchbar-new input::-webkit-search-cancel-button {
2847
+ -webkit-appearance: none;
2848
+ appearance: none;
2849
+ }
2850
+ .searchbar-new .searchbar-new-input-wrap {
2851
+ flex-shrink: 1;
2852
+ width: 100%;
2853
+ height: var(--f7-searchbar-new-input-height);
2854
+ position: relative;
2855
+ }
2856
+ .searchbar-new a {
2857
+ color: var(--f7-searchbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
2858
+ }
2859
+ .page > .searchbar-new:not(.searchbar-new-inline) {
2860
+ position: absolute;
2861
+ left: 16px;
2862
+ right: 16px;
2863
+ width: auto;
2864
+ top: 0;
2865
+ }
2866
+ .page-content .searchbar-new:not(.searchbar-new-inline) {
2867
+ border-radius: var(--f7-searchbar-new-in-page-content-border-radius);
2868
+ margin: var(--f7-searchbar-new-in-page-content-margin);
2869
+ width: auto;
2870
+ box-shadow: var(--f7-searchbar-new-in-page-content-box-shadow);
2871
+ }
2872
+ .page-content .searchbar-new:not(.searchbar-new-inline) .searchbar-new-inner,
2873
+ .page-content .searchbar-new:not(.searchbar-new-inline) input[type='text'],
2874
+ .page-content .searchbar-new:not(.searchbar-new-inline) input[type='search'] {
2875
+ border-radius: var(--f7-searchbar-new-in-page-content-input-border-radius, var(--f7-searchbar-new-input-border-radius));
2876
+ }
2877
+ .searchbar-new .input-clear-button {
2878
+ color: var(--f7-searchbar-new-input-clear-button-color, var(--f7-input-clear-button-color));
2879
+ }
2880
+ .searchbar-new-expandable {
2881
+ --f7-searchbar-new-expandable-size: var(--f7-searchbar-new-height);
2882
+ position: absolute;
2883
+ transition-duration: 300ms;
2884
+ pointer-events: none;
2885
+ }
2886
+ .navbar-new .searchbar-new-expandable {
2887
+ background: transparent;
2888
+ }
2889
+ .navbar-new .searchbar-new-expandable:after {
2890
+ display: none !important;
2891
+ }
2892
+ .navbar-new .searchbar-new.searchbar-new-expandable {
2893
+ --f7-searchbar-new-expandable-size: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
2894
+ }
2895
+ .navbar-new .searchbar-new.searchbar-new-expandable .searchbar-new-inner {
2896
+ top: var(--f7-safe-area-top);
2897
+ height: calc(100% - var(--f7-safe-area-top));
2898
+ }
2899
+ .toolbar .searchbar-new.searchbar-new-expandable {
2900
+ --f7-searchbar-new-expandable-size: var(--f7-toolbar-height);
2901
+ }
2902
+ .subnavbar .searchbar-new.searchbar-new-expandable {
2903
+ --f7-searchbar-new-expandable-size: var(--f7-subnavbar-height);
2904
+ }
2905
+ .tabbar-icons .searchbar-new.searchbar-new-expandable {
2906
+ --f7-searchbar-new-expandable-size: var(--f7-tabbar-icons-height);
2907
+ }
2908
+ .searchbar-new-inner {
2909
+ position: absolute;
2910
+ left: 0;
2911
+ top: 0;
2912
+ width: 100%;
2913
+ height: 100%;
2914
+ display: flex;
2915
+ align-items: center;
2916
+ box-sizing: border-box;
2917
+ 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));
2918
+ }
2919
+ .searchbar-new-disable-button {
2920
+ cursor: pointer;
2921
+ pointer-events: none;
2922
+ -webkit-appearance: none;
2923
+ appearance: none;
2924
+ background: none;
2925
+ border: none;
2926
+ outline: 0;
2927
+ padding: 0;
2928
+ margin: 0;
2929
+ width: auto;
2930
+ opacity: 0;
2931
+ }
2932
+ .searchbar-new-icon {
2933
+ pointer-events: none;
2934
+ background-position: center;
2935
+ background-repeat: no-repeat;
2936
+ }
2937
+ .searchbar-new-icon:after {
2938
+ color: var(--f7-searchbar-new-search-icon-color);
2939
+ font-family: 'framework7-core-icons';
2940
+ font-weight: normal;
2941
+ font-style: normal;
2942
+ line-height: 1;
2943
+ letter-spacing: normal;
2944
+ text-transform: none;
2945
+ white-space: nowrap;
2946
+ word-wrap: normal;
2947
+ direction: ltr;
2948
+ -webkit-font-smoothing: antialiased;
2949
+ text-rendering: optimizeLegibility;
2950
+ -moz-osx-font-smoothing: grayscale;
2951
+ font-feature-settings: 'liga';
2952
+ text-align: center;
2953
+ display: block;
2954
+ width: 100%;
2955
+ height: 100%;
2956
+ font-size: 20px;
2957
+ }
2958
+ .searchbar-new-backdrop {
2959
+ position: absolute;
2960
+ left: 0;
2961
+ top: 0;
2962
+ width: 100%;
2963
+ height: 100%;
2964
+ z-index: 100;
2965
+ opacity: 0;
2966
+ pointer-events: none;
2967
+ transition-duration: 300ms;
2968
+ transform: translate3d(0, 0, 0);
2969
+ background: var(--f7-searchbar-new-backdrop-bg-color);
2970
+ }
2971
+ .searchbar-new-backdrop.searchbar-new-backdrop-in {
2972
+ opacity: 1;
2973
+ pointer-events: auto;
2974
+ }
2975
+ .page-content > .searchbar-new-backdrop {
2976
+ position: fixed;
2977
+ }
2978
+ .searchbar-new-found {
2979
+ display: none;
2980
+ }
2981
+ .searchbar-new-not-found {
2982
+ display: none;
2983
+ }
2984
+ .hidden-by-searchbar-new,
2985
+ .list .hidden-by-searchbar-new,
2986
+ .list.li.hidden-by-searchbar-new,
2987
+ .list li.hidden-by-searchbar-new {
2988
+ display: none !important;
2989
+ }
2990
+ .navbar-new.with-searchbar-new-expandable-enabled-no-transition,
2991
+ .navbar-new.with-searchbar-new-expandable-enabled-no-transition {
2992
+ --f7-navbar-new-large-collapse-progress: 1;
2993
+ }
2994
+ .navbar-new.with-searchbar-new-expandable-enabled,
2995
+ .navbar-new.with-searchbar-new-expandable-enabled {
2996
+ --f7-navbar-new-large-collapse-progress: 1;
2997
+ }
2998
+ .navbar-new.with-searchbar-new-expandable-enabled .navbar-new-bg,
2999
+ .navbar-new.with-searchbar-new-expandable-enabled .navbar-new-bg,
3000
+ .navbar-new.with-searchbar-new-expandable-enabled .title-large,
3001
+ .navbar-new.with-searchbar-new-expandable-enabled .title-large,
3002
+ .navbar-new.with-searchbar-new-expandable-enabled .title-large-text,
3003
+ .navbar-new.with-searchbar-new-expandable-enabled .title-large-text {
3004
+ transition-duration: 300ms;
3005
+ }
3006
+ .navbar-new.with-searchbar-new-expandable-closing .navbar-new-bg,
3007
+ .navbar-new.with-searchbar-new-expandable-closing .navbar-new-bg,
3008
+ .navbar-new.with-searchbar-new-expandable-closing .title-large,
3009
+ .navbar-new.with-searchbar-new-expandable-closing .title-large,
3010
+ .navbar-new.with-searchbar-new-expandable-closing .title-large-text,
3011
+ .navbar-new.with-searchbar-new-expandable-closing .title-large-text {
3012
+ transition-duration: 300ms;
3013
+ }
3014
+ .page-content.with-searchbar-new-expandable-enabled {
3015
+ height: calc(100% + var(--f7-navbar-new-large-title-height));
3016
+ transform: translateY(calc(-1 * var(--f7-navbar-new-large-title-height)));
3017
+ transition-duration: 300ms;
3018
+ transition-property: transform;
3019
+ }
3020
+ .page-content.with-searchbar-new-expandable-closing {
3021
+ transition-duration: 300ms;
3022
+ }
3023
+ .navbar-new ~ .page:not(.no-navbar) > .searchbar-new,
3024
+ .page > .navbar-new ~ .searchbar-new {
3025
+ top: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
3026
+ }
3027
+ .navbar-new ~ .page-with-navbar-new-large:not(.no-navbar) .searchbar-new,
3028
+ .page-with-navbar-new-large .navbar-new ~ .searchbar-new,
3029
+ .page-with-navbar-new-large .navbar-new ~ * .searchbar-new {
3030
+ top: calc(var(--f7-navbar-new-height) + var(--f7-navbar-new-large-title-height) + var(--f7-safe-area-top));
3031
+ transform: translate3d(0, calc(-1 * var(--f7-navbar-new-large-collapse-progress) * var(--f7-navbar-new-large-title-height)), 0);
3032
+ }
3033
+ .page-with-navbar-new-large .page-content .searchbar-new {
3034
+ top: 0;
3035
+ transform: none;
3036
+ }
3037
+ .searchbar-new ~ * {
3038
+ --f7-page-searchbar-new-offset: var(--f7-searchbar-new-height);
3039
+ }
3040
+ .page > .toolbar-top ~ .searchbar-new,
3041
+ .ios .page > .toolbar-top-ios ~ .searchbar-new,
3042
+ .md .page > .toolbar-top-md ~ .searchbar-new {
3043
+ top: var(--f7-toolbar-height);
3044
+ }
3045
+ .page > .tabbar-icons.toolbar-top ~ .searchbar-new,
3046
+ .ios .page > .tabbar-icons.toolbar-top-ios ~ .searchbar-new,
3047
+ .md .page > .tabbar-icons.toolbar-top-md ~ .searchbar-new {
3048
+ top: var(--f7-tabbar-icons-height);
3049
+ }
3050
+ .page > .navbar-new ~ .toolbar-top ~ .searchbar-new,
3051
+ .ios .page > .navbar-new ~ .toolbar-top-ios ~ .searchbar-new,
3052
+ .md .page > .navbar-new ~ .toolbar-top-md ~ .searchbar-new {
3053
+ top: calc(var(--f7-navbar-new-height) + var(--f7-toolbar-height) + var(--f7-safe-area-top));
3054
+ }
3055
+ .page > .navbar-new ~ .tabbar-icons.toolbar-top ~ .searchbar-new,
3056
+ .ios .page > .navbar-new ~ .tabbar-icons.toolbar-top-ios ~ .searchbar-new,
3057
+ .md .page > .navbar-new ~ .tabbar-icons.toolbar-top-md ~ .searchbar-new {
3058
+ top: calc(var(--f7-navbar-new-height) + var(--f7-tabbar-icons-height) + var(--f7-safe-area-top));
3059
+ }
3060
+ .searchbar-new.searchbar-new-inline {
3061
+ width: auto;
3062
+ height: auto;
3063
+ background-color: transparent;
3064
+ background-image: none;
3065
+ }
3066
+ .searchbar-new.searchbar-new-inline:after,
3067
+ .searchbar-new.searchbar-new-inline:before {
3068
+ display: none !important;
3069
+ }
3070
+ .searchbar-new.searchbar-new-inline .searchbar-new-input-wrap {
3071
+ height: var(--f7-searchbar-new-inline-input-height, var(--f7-searchbar-new-input-height));
3072
+ }
3073
+ .searchbar-new.searchbar-new-inline .searchbar-new-inner {
3074
+ padding: 0;
3075
+ position: static;
3076
+ width: auto;
3077
+ height: auto;
3078
+ }
3079
+ .searchbar-new.searchbar-new-inline input[type='text'],
3080
+ .searchbar-new.searchbar-new-inline input[type='search'] {
3081
+ font-size: var(--f7-searchbar-new-inline-input-font-size, var(--f7-searchbar-new-input-font-size));
3082
+ border-radius: var(--f7-searchbar-new-inline-input-border-radius, var(--f7-searchbar-new-input-border-radius));
3083
+ 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-right, 0px));
3084
+ 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-left, 0px));
3085
+ }
3086
+ .ios .searchbar-new input[type='search'],
3087
+ .ios .searchbar-new input[type='text'] {
3088
+ z-index: 30;
3089
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
3090
+ backdrop-filter: saturate(180%) blur(16px);
3091
+ box-shadow: var(--f7-glass-shadow);
3092
+ }
3093
+ .ios .searchbar-new .input-clear-button {
3094
+ z-index: 40;
3095
+ left: 16px;
3096
+ }
3097
+ .ios .searchbar-new-icon {
3098
+ width: 13px;
3099
+ height: 13px;
3100
+ position: absolute;
3101
+ top: 50%;
3102
+ margin-top: -6px;
3103
+ z-index: 40;
3104
+ right: 16px;
3105
+ }
3106
+ .ios .searchbar-new-icon:after {
3107
+ content: 'search_ios';
3108
+ line-height: 13px;
3109
+ }
3110
+ .ios .searchbar-new-disable-button {
3111
+ font-size: 17px;
3112
+ flex-shrink: 0;
3113
+ transform: translate3d(0, 0, 0);
3114
+ transition-duration: 300ms;
3115
+ color: var(--f7-searchbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
3116
+ display: none;
3117
+ height: var(--f7-searchbar-new-height);
3118
+ padding: 0 12px;
3119
+ align-items: center;
3120
+ justify-content: center;
3121
+ border-radius: 44px;
3122
+ background-color: var(--f7-searchbar-new-input-bg-color);
3123
+ box-shadow: var(--f7-glass-shadow);
3124
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
3125
+ backdrop-filter: saturate(180%) blur(16px);
3126
+ transform: scale(0);
3127
+ }
3128
+ .ios .searchbar-new-disable-button.active-state {
3129
+ transition-duration: 0ms;
3130
+ opacity: 0.3 !important;
3131
+ }
3132
+ .ios .searchbar-new-enabled .searchbar-new-disable-button {
3133
+ pointer-events: auto;
3134
+ opacity: 1;
3135
+ transform: scale(1);
3136
+ margin-right: 16px;
3137
+ }
3138
+ .ios .searchbar-new:not(.searchbar-new-enabled) .searchbar-new-disable-button {
3139
+ transition-duration: 300ms !important;
3140
+ }
3141
+ .ios .searchbar-new-input-wrap {
3142
+ border-radius: var(--f7-searchbar-new-input-border-radius);
3143
+ }
3144
+ .ios .searchbar-new-expandable {
3145
+ right: 0;
3146
+ bottom: 0;
3147
+ width: 100%;
3148
+ height: var(--f7-searchbar-new-expandable-size);
3149
+ transform: translate3d(0, 0, 0);
3150
+ pointer-events: none;
3151
+ }
3152
+ .ios .searchbar-new-expandable .searchbar-new-disable-button {
3153
+ margin-right: 16px;
3154
+ opacity: 1;
3155
+ display: flex;
3156
+ }
3157
+ .ios .searchbar-new-expandable .searchbar-new-inner {
3158
+ left: 16px;
3159
+ right: 16px;
3160
+ width: auto;
3161
+ height: var(--f7-searchbar-new-expandable-size);
3162
+ }
3163
+ .ios .searchbar-new-expandable .searchbar-new-input-wrap {
3164
+ transform: scale(0);
3165
+ transition-duration: 300ms;
3166
+ }
3167
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .navbar-new-bg,
3168
+ .ios .navbar-new.with-searchbar-new-expandable-closing .navbar-new-bg {
3169
+ transition-property: transform, opacity;
3170
+ }
3171
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .navbar-new-bg,
3172
+ .ios .navbar-new.with-searchbar-new-expandable-closing .navbar-new-bg,
3173
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .left,
3174
+ .ios .navbar-new.with-searchbar-new-expandable-closing .left,
3175
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .title,
3176
+ .ios .navbar-new.with-searchbar-new-expandable-closing .title,
3177
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .right,
3178
+ .ios .navbar-new.with-searchbar-new-expandable-closing .right {
3179
+ transition-duration: 300ms;
3180
+ }
3181
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .left,
3182
+ .ios .navbar-new.with-searchbar-new-expandable-enabled-no-transition .left,
3183
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .title,
3184
+ .ios .navbar-new.with-searchbar-new-expandable-enabled-no-transition .title,
3185
+ .ios .navbar-new.with-searchbar-new-expandable-enabled .right,
3186
+ .ios .navbar-new.with-searchbar-new-expandable-enabled-no-transition .right {
3187
+ transform: translateY(calc(-1 * var(--f7-navbar-new-height)));
3188
+ opacity: 0 !important;
3189
+ }
3190
+ .ios .searchbar-new-expandable.searchbar-new-enabled {
3191
+ height: var(--f7-searchbar-new-expandable-size);
3192
+ pointer-events: auto;
3193
+ }
3194
+ .ios .searchbar-new-expandable.searchbar-new-enabled .searchbar-new-input-wrap {
3195
+ transform: scale(1);
3196
+ }
3197
+ .md .searchbar-new-icon,
3198
+ .md .searchbar-new-disable-button {
3199
+ position: absolute;
3200
+ top: 50%;
3201
+ transition-duration: 300ms;
3202
+ }
3203
+ .md .searchbar-new-disable-button .icon-close {
3204
+ display: none;
3205
+ }
3206
+ .md .searchbar-new-icon {
3207
+ width: 48px;
3208
+ height: 48px;
3209
+ left: 0;
3210
+ top: 0;
3211
+ display: flex;
3212
+ align-items: center;
3213
+ justify-content: center;
3214
+ right: var(--f7-safe-area-right);
3215
+ }
3216
+ .md .searchbar-new-icon:after {
3217
+ width: auto;
3218
+ height: auto;
3219
+ content: 'search_md';
3220
+ line-height: 1.2;
3221
+ }
3222
+ .md .searchbar-new-disable-button {
3223
+ width: 48px;
3224
+ height: 48px;
3225
+ transform: rotate(-90deg) scale(0.5);
3226
+ font-size: 0 !important;
3227
+ display: block;
3228
+ margin-top: -24px;
3229
+ color: var(--f7-searchbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
3230
+ right: calc(var(--f7-searchbar-new-inner-padding-right) + var(--f7-safe-area-right));
3231
+ }
3232
+ .md .searchbar-new-disable-button:after {
3233
+ font-family: 'framework7-core-icons';
3234
+ font-weight: normal;
3235
+ font-style: normal;
3236
+ line-height: 1;
3237
+ letter-spacing: normal;
3238
+ text-transform: none;
3239
+ white-space: nowrap;
3240
+ word-wrap: normal;
3241
+ direction: ltr;
3242
+ -webkit-font-smoothing: antialiased;
3243
+ text-rendering: optimizeLegibility;
3244
+ -moz-osx-font-smoothing: grayscale;
3245
+ font-feature-settings: 'liga';
3246
+ text-align: center;
3247
+ display: block;
3248
+ width: 100%;
3249
+ height: 100%;
3250
+ font-size: 20px;
3251
+ line-height: 48px;
3252
+ content: 'arrow_right_md';
3253
+ }
3254
+ .md .searchbar-new-enabled:not(.searchbar-new-enabled-no-disable-button) .searchbar-new-disable-button {
3255
+ transform: rotate(0deg) scale(1);
3256
+ pointer-events: auto;
3257
+ opacity: 1;
3258
+ }
3259
+ .md .searchbar-new-enabled:not(.searchbar-new-enabled-no-disable-button) .searchbar-new-icon {
3260
+ opacity: 0;
3261
+ transform: rotate(90deg) scale(0.5);
3262
+ }
3263
+ .md .searchbar-new {
3264
+ --f7-searchbar-new-input-extra-padding-left: 34px;
3265
+ }
3266
+ .md .searchbar-new .input-clear-button {
3267
+ width: 48px;
3268
+ height: 48px;
3269
+ margin-top: -24px;
3270
+ left: 0;
3271
+ }
3272
+ .md .searchbar-new .input-clear-button:after {
3273
+ line-height: 48px;
3274
+ content: 'delete_round_md';
3275
+ opacity: 1;
3276
+ }
3277
+ .md .searchbar-new .input-clear-button:before {
3278
+ display: none;
3279
+ }
3280
+ .md .searchbar-new-inline {
3281
+ --f7-searchbar-new-input-extra-padding-left: 32px;
3282
+ }
3283
+ .md .page > .searchbar-new,
3284
+ .md .subnavbar .searchbar-new,
3285
+ .md .searchbar-new-expandable {
3286
+ --f7-searchbar-new-input-extra-padding-left: 34px;
3287
+ }
3288
+ .md .page > .searchbar-new .searchbar-new-disable-button,
3289
+ .md .subnavbar .searchbar-new .searchbar-new-disable-button,
3290
+ .md .searchbar-new-expandable .searchbar-new-disable-button {
3291
+ right: calc(var(--f7-searchbar-new-inner-padding-right) + var(--f7-safe-area-right));
3292
+ }
3293
+ .md .page > .searchbar-new .searchbar-new-icon,
3294
+ .md .subnavbar .searchbar-new .searchbar-new-icon,
3295
+ .md .searchbar-new-expandable .searchbar-new-icon {
3296
+ right: var(--f7-safe-area-right);
3297
+ }
3298
+ .md .searchbar-new-expandable {
3299
+ --f7-searchbar-new-inner-padding-left: 4px;
3300
+ --f7-searchbar-new-inner-padding-right: 4px;
3301
+ height: var(--f7-searchbar-new-expandable-size);
3302
+ opacity: 0;
3303
+ bottom: 0;
3304
+ border-radius: calc(var(--f7-searchbar-new-expandable-size));
3305
+ width: calc(var(--f7-searchbar-new-expandable-size));
3306
+ margin-top: calc(var(--f7-searchbar-new-expandable-size) * -1 / 2);
3307
+ transform: translate3d(0px, 0px, 0px);
3308
+ background-color: var(--f7-searchbar-new-input-bg-color);
3309
+ right: 100%;
3310
+ margin-right: calc(var(--f7-searchbar-new-expandable-size) * -1);
3311
+ }
3312
+ .md .searchbar-new-expandable.searchbar-new-enabled {
3313
+ width: 100%;
3314
+ border-radius: 0;
3315
+ opacity: 1;
3316
+ pointer-events: auto;
3317
+ margin-top: 0;
3318
+ right: 0;
3319
+ margin-right: 0;
3320
+ }
3321
+ /* === Toolbar === */
3322
+ :root {
3323
+ /*
3324
+ --f7-toolbar-bg-color: var(--f7-bars-bg-color);
3325
+ --f7-toolbar-bg-color-rgb: var(--f7-bars-bg-color-rgb);
3326
+ --f7-toolbar-border-color: var(--f7-bars-border-color);
3327
+ --f7-toolbar-link-color: var(--f7-bars-link-color);
3328
+ --f7-toolbar-text-color: var(--f7-bars-text-color);
3329
+ */
3330
+ --f7-tabbar-link-active-bg-color: transparent;
3331
+ --f7-tabbar-label-text-transform: none;
3332
+ --f7-toolbar-hide-show-transition-duration: 400ms;
3333
+ }
3334
+ .ios {
3335
+ --f7-toolbar-height: 44px;
3336
+ --f7-toolbar-font-size: 17px;
3337
+ --f7-toolbar-inner-padding-left: 8px;
3338
+ --f7-toolbar-inner-padding-right: 8px;
3339
+ --f7-toolbar-link-font-weight: 400;
3340
+ /*
3341
+ --f7-toolbar-link-height: var(--f7-toolbar-height);
3342
+ --f7-toolbar-link-line-height: var(--f7-toolbar-height);
3343
+ --f7-tabbar-link-active-color: var(--f7-theme-color);
3344
+ */
3345
+ --f7-tabbar-icons-height: 50px;
3346
+ --f7-tabbar-icons-tablet-height: 50px;
3347
+ --f7-tabbar-icon-size: 28px;
3348
+ --f7-tabbar-link-text-transform: none;
3349
+ --f7-tabbar-link-font-weight: 400;
3350
+ --f7-tabbar-link-letter-spacing: 0;
3351
+ --f7-tabbar-label-font-size: 12px;
3352
+ --f7-tabbar-label-tablet-font-size: 14px;
3353
+ --f7-tabbar-label-font-weight: 500;
3354
+ --f7-tabbar-label-letter-spacing: 0.01;
3355
+ --f7-tabbar-link-inactive-color: rgba(0, 0, 0, 0.4);
3356
+ }
3357
+ .ios .dark,
3358
+ .ios.dark {
3359
+ --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.54);
3360
+ }
3361
+ .md {
3362
+ --f7-toolbar-height: 56px;
3363
+ --f7-toolbar-font-size: 14px;
3364
+ --f7-toolbar-inner-padding-left: 0px;
3365
+ --f7-toolbar-inner-padding-right: 0px;
3366
+ /*
3367
+ --f7-toolbar-link-height: var(--f7-toolbar-height);
3368
+ --f7-toolbar-link-line-height: var(--f7-toolbar-height);
3369
+ */
3370
+ --f7-tabbar-icons-height: 80px;
3371
+ --f7-tabbar-icons-tablet-height: 80px;
3372
+ --f7-tabbar-icon-size: 24px;
3373
+ --f7-tabbar-link-text-transform: none;
3374
+ --f7-tabbar-link-font-weight: 500;
3375
+ --f7-tabbar-link-letter-spacing: 0;
3376
+ --f7-toolbar-link-font-weight: 500;
3377
+ --f7-tabbar-label-font-size: 12px;
3378
+ --f7-tabbar-label-tablet-font-size: 12px;
3379
+ --f7-tabbar-label-font-weight: 500;
3380
+ --f7-tabbar-label-letter-spacing: 0;
3381
+ }
3382
+ .md,
3383
+ .md .dark,
3384
+ .md [class*='color-'] {
3385
+ --f7-tabbar-link-active-color: var(--f7-md-on-secondary-container);
3386
+ --f7-tabbar-link-active-border-color: var(--f7-md-primary);
3387
+ --f7-tabbar-link-inactive-color: var(--f7-md-on-surface-variant);
3388
+ --f7-tabbar-link-active-icon-bg-color: var(--f7-md-secondary-container);
3389
+ }
3390
+ .toolbar {
3391
+ width: 100%;
3392
+ position: relative;
3393
+ margin: 0;
3394
+ transform: translate3d(0, 0, 0);
3395
+ -webkit-backface-visibility: hidden;
3396
+ backface-visibility: hidden;
3397
+ z-index: 600;
3398
+ box-sizing: border-box;
3399
+ left: 0;
3400
+ height: var(--f7-toolbar-height);
3401
+ background-color: var(--f7-toolbar-bg-color, var(--f7-bars-bg-color));
3402
+ color: var(--f7-toolbar-text-color, var(--f7-bars-text-color));
3403
+ font-size: var(--f7-toolbar-font-size);
3404
+ }
3405
+ @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
3406
+ .ios-translucent-bars .toolbar {
3407
+ background-color: rgba(var(--f7-toolbar-bg-color-rgb, var(--f7-bars-bg-color-rgb)), var(--f7-bars-translucent-opacity));
3408
+ -webkit-backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
3409
+ backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
3410
+ }
3411
+ }
3412
+ .toolbar b {
3413
+ font-weight: 600;
3414
+ }
3415
+ .toolbar a {
3416
+ color: var(--f7-toolbar-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
3417
+ box-sizing: border-box;
3418
+ flex-shrink: 1;
3419
+ position: relative;
3420
+ white-space: nowrap;
3421
+ text-overflow: ellipsis;
3422
+ }
3423
+ .toolbar .link {
3424
+ display: flex;
3425
+ line-height: var(--f7-toolbar-link-line-height, var(--f7-toolbar-height));
3426
+ height: var(--f7-toolbar-link-height, var(--f7-toolbar-height));
3427
+ font-weight: var(--f7-toolbar-link-font-weight);
3428
+ }
3429
+ .toolbar i.icon {
3430
+ display: block;
3431
+ }
3432
+ .toolbar:after,
3433
+ .toolbar:before {
3434
+ -webkit-backface-visibility: hidden;
3435
+ backface-visibility: hidden;
3436
+ }
3437
+ .views > .toolbar,
3438
+ .view > .toolbar,
3439
+ .page > .toolbar {
3440
+ position: absolute;
3441
+ }
3442
+ .toolbar-top,
3443
+ .ios .toolbar-top-ios,
3444
+ .md .toolbar-top-md {
3445
+ top: 0;
3446
+ }
3447
+ .toolbar-top .tab-link-highlight,
3448
+ .ios .toolbar-top-ios .tab-link-highlight,
3449
+ .md .toolbar-top-md .tab-link-highlight {
3450
+ bottom: 0;
3451
+ }
3452
+ .toolbar-top.no-outline:after,
3453
+ .ios .toolbar-top-ios.no-outline:after,
3454
+ .md .toolbar-top-md.no-outline:after {
3455
+ display: none !important;
3456
+ }
3457
+ .toolbar-top.toolbar-hidden:before,
3458
+ .ios .toolbar-top-ios.toolbar-hidden:before,
3459
+ .md .toolbar-top-md.toolbar-hidden:before {
3460
+ display: none !important;
3461
+ }
3462
+ .toolbar-top:after,
3463
+ .ios .toolbar-top-ios:after,
3464
+ .md .toolbar-top-md:after,
3465
+ .toolbar-top:before,
3466
+ .ios .toolbar-top-ios:before,
3467
+ .md .toolbar-top-md:before {
3468
+ -webkit-backface-visibility: hidden;
3469
+ backface-visibility: hidden;
3470
+ }
3471
+ .toolbar-top:after,
3472
+ .ios .toolbar-top-ios:after,
3473
+ .md .toolbar-top-md:after {
3474
+ content: '';
3475
+ position: absolute;
3476
+ background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
3477
+ display: block;
3478
+ z-index: 15;
3479
+ top: auto;
3480
+ right: auto;
3481
+ bottom: 0;
3482
+ left: 0;
3483
+ height: 1px;
3484
+ width: 100%;
3485
+ transform-origin: 50% 100%;
3486
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
3487
+ }
3488
+ .toolbar-bottom,
3489
+ .ios .toolbar-bottom-ios,
3490
+ .md .toolbar-bottom-md {
3491
+ bottom: 0;
3492
+ height: calc(var(--f7-toolbar-height) + var(--f7-safe-area-bottom));
3493
+ }
3494
+ .toolbar-bottom .tab-link-highlight,
3495
+ .ios .toolbar-bottom-ios .tab-link-highlight,
3496
+ .md .toolbar-bottom-md .tab-link-highlight {
3497
+ top: 0;
3498
+ }
3499
+ .toolbar-bottom .toolbar-inner,
3500
+ .ios .toolbar-bottom-ios .toolbar-inner,
3501
+ .md .toolbar-bottom-md .toolbar-inner {
3502
+ height: auto;
3503
+ top: 0;
3504
+ bottom: var(--f7-safe-area-bottom);
3505
+ }
3506
+ .toolbar-bottom.no-outline:before,
3507
+ .ios .toolbar-bottom-ios.no-outline:before,
3508
+ .md .toolbar-bottom-md.no-outline:before {
3509
+ display: none !important;
3510
+ }
3511
+ .toolbar-bottom.toolbar-hidden:after,
3512
+ .ios .toolbar-bottom-ios.toolbar-hidden:after,
3513
+ .md .toolbar-bottom-md.toolbar-hidden:after {
3514
+ display: none !important;
3515
+ }
3516
+ .toolbar-bottom:before,
3517
+ .ios .toolbar-bottom-ios:before,
3518
+ .md .toolbar-bottom-md:before {
3519
+ content: '';
3520
+ position: absolute;
3521
+ background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
3522
+ display: block;
3523
+ z-index: 15;
3524
+ top: 0;
3525
+ right: auto;
3526
+ bottom: auto;
3527
+ left: 0;
3528
+ height: 1px;
3529
+ width: 100%;
3530
+ transform-origin: 50% 0%;
3531
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
3532
+ }
3533
+ .toolbar-inner {
3534
+ position: absolute;
3535
+ left: 0;
3536
+ top: 0;
3537
+ width: 100%;
3538
+ height: 100%;
3539
+ display: flex;
3540
+ justify-content: space-between;
3541
+ box-sizing: border-box;
3542
+ align-items: center;
3543
+ align-content: center;
3544
+ overflow: hidden;
3545
+ 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));
3546
+ }
3547
+ .views > .tabbar,
3548
+ .views > .tabbar-icons {
3549
+ z-index: 5001;
3550
+ }
3551
+ .tabbar a,
3552
+ .tabbar-icons a {
3553
+ color: var(--f7-tabbar-link-inactive-color);
3554
+ }
3555
+ .tabbar .link,
3556
+ .tabbar-icons .link {
3557
+ line-height: 1.4;
3558
+ }
3559
+ .tabbar .tab-link,
3560
+ .tabbar-icons .tab-link,
3561
+ .tabbar .link,
3562
+ .tabbar-icons .link {
3563
+ height: 100%;
3564
+ width: 100%;
3565
+ box-sizing: border-box;
3566
+ display: flex;
3567
+ justify-content: center;
3568
+ align-items: center;
3569
+ flex-direction: column;
3570
+ text-transform: var(--f7-tabbar-link-text-transform);
3571
+ font-weight: var(--f7-tabbar-link-font-weight);
3572
+ letter-spacing: var(--f7-tabbar-link-letter-spacing);
3573
+ overflow: hidden;
3574
+ }
3575
+ .tabbar .tab-link-active,
3576
+ .tabbar-icons .tab-link-active {
3577
+ color: var(--f7-tabbar-link-active-color, var(--f7-theme-color));
3578
+ background-color: var(--f7-tabbar-link-active-bg-color, transparent);
3579
+ }
3580
+ .tabbar i.icon,
3581
+ .tabbar-icons i.icon {
3582
+ font-size: var(--f7-tabbar-icon-size);
3583
+ height: var(--f7-tabbar-icon-size);
3584
+ line-height: var(--f7-tabbar-icon-size);
3585
+ }
3586
+ .md .tabbar.tabbar-icons .tab-link-highlight,
3587
+ .md .tabbar-icons.tabbar-icons .tab-link-highlight {
3588
+ display: none;
3589
+ }
3590
+ .md .tabbar:not(.tabbar-icons) .tab-link-highlight,
3591
+ .md .tabbar-icons:not(.tabbar-icons) .tab-link-highlight {
3592
+ position: absolute;
3593
+ left: 0;
3594
+ height: 2px;
3595
+ background: var(--f7-tabbar-link-active-border-color, var(--f7-theme-color));
3596
+ transition-duration: 300ms;
3597
+ right: 0;
3598
+ }
3599
+ .tabbar-icons {
3600
+ --f7-toolbar-height: var(--f7-tabbar-icons-height);
3601
+ }
3602
+ .tabbar-icons .tab-link,
3603
+ .tabbar-icons .link {
3604
+ height: 100%;
3605
+ justify-content: center;
3606
+ align-items: center;
3607
+ }
3608
+ .tabbar-icons .tabbar-label {
3609
+ display: block;
3610
+ line-height: 1;
3611
+ margin: 0;
3612
+ position: relative;
3613
+ text-overflow: ellipsis;
3614
+ white-space: nowrap;
3615
+ font-size: var(--f7-tabbar-label-font-size);
3616
+ text-transform: var(--f7-tabbar-label-text-transform);
3617
+ font-weight: var(--f7-tabbar-label-font-weight);
3618
+ letter-spacing: var(--f7-tabbar-label-letter-spacing);
3619
+ }
3620
+ @media (min-width: 768px) and (min-height: 600px) {
3621
+ :root {
3622
+ --f7-tabbar-icons-height: var(--f7-tabbar-icons-tablet-height);
3623
+ --f7-tabbar-label-font-size: var(--f7-tabbar-label-tablet-font-size);
3624
+ }
3625
+ }
3626
+ .tabbar-scrollable .toolbar-inner {
3627
+ justify-content: flex-start;
3628
+ overflow: auto;
3629
+ -webkit-overflow-scrolling: touch;
3630
+ scrollbar-width: none;
3631
+ scrollbar-color: transparent;
3632
+ }
3633
+ .tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
3634
+ -webkit-appearance: none;
3635
+ appearance: none;
3636
+ width: 0px;
3637
+ display: none;
3638
+ opacity: 0;
3639
+ background: transparent;
3640
+ }
3641
+ .tabbar-scrollable .toolbar-inner::-webkit-scrollbar-track {
3642
+ box-shadow: none;
3643
+ background: transparent;
3644
+ }
3645
+ .tabbar-scrollable .toolbar-inner::-webkit-scrollbar-thumb {
3646
+ background-color: transparent;
3647
+ outline: none;
3648
+ border-radius: 9999px;
3649
+ position: relative;
3650
+ }
3651
+ .tabbar-scrollable .tab-link,
3652
+ .tabbar-scrollable .link {
3653
+ width: auto;
3654
+ flex-shrink: 0;
3655
+ }
3656
+ .toolbar-transitioning,
3657
+ .navbar-transitioning + .toolbar,
3658
+ .navbar-transitioning ~ * .toolbar {
3659
+ transition-duration: var(--f7-toolbar-hide-show-transition-duration);
3660
+ }
3661
+ .toolbar-bottom ~ *,
3662
+ .ios .toolbar-bottom-ios ~ *,
3663
+ .md .toolbar-bottom-md ~ * {
3664
+ --f7-page-toolbar-bottom-offset: var(--f7-toolbar-height);
3665
+ }
3666
+ .toolbar-bottom.tabbar-icons ~ *,
3667
+ .ios .toolbar-bottom-ios.tabbar-icons ~ *,
3668
+ .md .toolbar-bottom-md.tabbar-icons ~ * {
3669
+ --f7-page-toolbar-bottom-offset: var(--f7-tabbar-icons-height);
3670
+ }
3671
+ .toolbar-bottom.toolbar-hidden,
3672
+ .ios .toolbar-bottom-ios.toolbar-hidden,
3673
+ .md .toolbar-bottom-md.toolbar-hidden {
3674
+ transform: translate3d(0, 100%, 0);
3675
+ }
3676
+ .toolbar-top ~ *,
3677
+ .ios .toolbar-top-ios ~ *,
3678
+ .md .toolbar-top-md ~ * {
3679
+ --f7-page-toolbar-top-offset: var(--f7-toolbar-height);
3680
+ }
3681
+ .toolbar-top.tabbar-icons ~ *,
3682
+ .ios .toolbar-top-ios.tabbar-icons ~ *,
3683
+ .md .toolbar-top-md.tabbar-icons ~ * {
3684
+ --f7-page-toolbar-top-offset: var(--f7-tabbar-icons-height);
3685
+ }
3686
+ .toolbar-top.toolbar-hidden,
3687
+ .ios .toolbar-top-ios.toolbar-hidden,
3688
+ .md .toolbar-top-md.toolbar-hidden {
3689
+ transform: translate3d(0, -100%, 0);
3690
+ }
3691
+ .navbar ~ .toolbar-top,
3692
+ .navbars ~ .toolbar-top,
3693
+ .ios .navbar ~ .toolbar-top-ios,
3694
+ .ios .navbars ~ .toolbar-top-ios,
3695
+ .md .navbar ~ .toolbar-top-md,
3696
+ .navbar ~ * .toolbar-top,
3697
+ .navbars ~ * .toolbar-top,
3698
+ .ios .navbar ~ * .toolbar-top-ios,
3699
+ .ios .navbars ~ * .toolbar-top-ios,
3700
+ .md .navbar ~ * .toolbar-top-md,
3701
+ .navbar ~ .page:not(.no-navbar) .toolbar-top,
3702
+ .navbars ~ .page:not(.no-navbar) .toolbar-top,
3703
+ .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios,
3704
+ .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios,
3705
+ .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md {
3706
+ top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
3707
+ }
3708
+ .navbar ~ .toolbar-top.toolbar-hidden,
3709
+ .navbars ~ .toolbar-top.toolbar-hidden,
3710
+ .ios .navbar ~ .toolbar-top-ios.toolbar-hidden,
3711
+ .ios .navbars ~ .toolbar-top-ios.toolbar-hidden,
3712
+ .md .navbar ~ .toolbar-top-md.toolbar-hidden,
3713
+ .navbar ~ * .toolbar-top.toolbar-hidden,
3714
+ .navbars ~ * .toolbar-top.toolbar-hidden,
3715
+ .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden,
3716
+ .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden,
3717
+ .md .navbar ~ * .toolbar-top-md.toolbar-hidden,
3718
+ .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
3719
+ .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
3720
+ .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
3721
+ .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
3722
+ .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden {
3723
+ transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-toolbar-height) + var(--f7-safe-area-top))), 0);
3724
+ }
3725
+ .navbar ~ .toolbar-top.toolbar-hidden.tabbar-icons,
3726
+ .navbars ~ .toolbar-top.toolbar-hidden.tabbar-icons,
3727
+ .ios .navbar ~ .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3728
+ .ios .navbars ~ .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3729
+ .md .navbar ~ .toolbar-top-md.toolbar-hidden.tabbar-icons,
3730
+ .navbar ~ * .toolbar-top.toolbar-hidden.tabbar-icons,
3731
+ .navbars ~ * .toolbar-top.toolbar-hidden.tabbar-icons,
3732
+ .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3733
+ .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3734
+ .md .navbar ~ * .toolbar-top-md.toolbar-hidden.tabbar-icons,
3735
+ .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-icons,
3736
+ .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-icons,
3737
+ .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3738
+ .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-icons,
3739
+ .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden.tabbar-icons {
3740
+ transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-tabbar-icons-height) + var(--f7-safe-area-top))), 0);
3741
+ }
3742
+ .navbar-hidden + .toolbar-top:not(.toolbar-hidden),
3743
+ .ios .navbar-hidden + .toolbar-top-ios:not(.toolbar-hidden),
3744
+ .md .navbar-hidden + .toolbar-top-md:not(.toolbar-hidden),
3745
+ .navbar-hidden ~ * .toolbar-top:not(.toolbar-hidden),
3746
+ .ios .navbar-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
3747
+ .md .navbar-hidden ~ * .toolbar-top-md:not(.toolbar-hidden) {
3748
+ transform: translate3d(0, calc(0px - var(--f7-navbar-height)), 0);
3749
+ }
3750
+ .navbar-large-hidden + .toolbar-top:not(.toolbar-hidden),
3751
+ .ios .navbar-large-hidden + .toolbar-top-ios:not(.toolbar-hidden),
3752
+ .md .navbar-large-hidden + .toolbar-top-md:not(.toolbar-hidden),
3753
+ .navbar-large-hidden ~ * .toolbar-top:not(.toolbar-hidden),
3754
+ .ios .navbar-large-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
3755
+ .md .navbar-large-hidden ~ * .toolbar-top-md:not(.toolbar-hidden) {
3756
+ transform: translate3d(0, calc(0px - var(--f7-navbar-height) - var(--f7-navbar-large-title-height)), 0);
3757
+ }
3758
+ .ios .toolbar a.icon-only {
3759
+ min-height: var(--f7-toolbar-height);
3760
+ display: flex;
3761
+ justify-content: center;
3762
+ align-items: center;
3763
+ margin: 0;
3764
+ min-width: 44px;
3765
+ }
3766
+ .ios .tabbar-icons .tab-link,
3767
+ .ios .tabbar-icons .link {
3768
+ padding-top: 4px;
3769
+ padding-bottom: 4px;
3770
+ }
3771
+ .ios .tabbar-icons .tab-link i + span,
3772
+ .ios .tabbar-icons .link i + span {
3773
+ margin: 0;
3774
+ margin-top: 4px;
3775
+ }
3776
+ @media (min-width: 768px) and (min-height: 600px) {
3777
+ .ios .tabbar .tab-link,
3778
+ .ios .tabbar-icons .tab-link,
3779
+ .ios .tabbar .link,
3780
+ .ios .tabbar-icons .link {
3781
+ justify-content: center;
3782
+ flex-direction: row;
3783
+ }
3784
+ .ios .tabbar .tab-link i + span,
3785
+ .ios .tabbar-icons .tab-link i + span,
3786
+ .ios .tabbar .link i + span,
3787
+ .ios .tabbar-icons .link i + span {
3788
+ margin-left: 5px;
3789
+ }
3790
+ }
3791
+ .ios .tabbar-scrollable .toolbar-inner {
3792
+ justify-content: flex-start;
3793
+ }
3794
+ .ios .tabbar-scrollable .tab-link,
3795
+ .ios .tabbar-scrollable .link {
3796
+ padding: 0 8px;
3797
+ }
3798
+ .md .toolbar .link {
3799
+ justify-content: center;
3800
+ padding: 0 12px;
3801
+ min-width: 48px;
3802
+ }
3803
+ .md .toolbar a.icon-only {
3804
+ min-width: 0;
3805
+ flex-shrink: 0;
3806
+ }
3807
+ .md .tabbar .tab-link,
3808
+ .md .tabbar-icons .tab-link,
3809
+ .md .tabbar .link,
3810
+ .md .tabbar-icons .link {
3811
+ padding-left: 0;
3812
+ padding-right: 0;
3813
+ }
3814
+ .md .tabbar a.icon-only,
3815
+ .md .tabbar-icons a.icon-only {
3816
+ flex-shrink: initial;
3817
+ }
3818
+ .md .tabbar .tab-link,
3819
+ .md .tabbar-icons .tab-link {
3820
+ transition-duration: 300ms;
3821
+ overflow: hidden;
3822
+ position: relative;
3823
+ }
3824
+ .md .tabbar i.icon,
3825
+ .md .tabbar-icons i.icon {
3826
+ position: relative;
3827
+ }
3828
+ .md .tabbar i.icon::before,
3829
+ .md .tabbar-icons i.icon::before {
3830
+ content: '';
3831
+ width: 64px;
3832
+ height: 32px;
3833
+ border-radius: 32px;
3834
+ position: absolute;
3835
+ left: 50%;
3836
+ top: 50%;
3837
+ transform: translateX(-50%) translateY(-50%) scaleX(0.5);
3838
+ background: var(--f7-tabbar-link-active-icon-bg-color);
3839
+ opacity: 0;
3840
+ transition-duration: 200ms;
3841
+ z-index: -1;
3842
+ }
3843
+ .md .tabbar i.icon + .tabbar-label,
3844
+ .md .tabbar-icons i.icon + .tabbar-label {
3845
+ margin-top: 8px;
3846
+ }
3847
+ .md .tabbar .tab-link-active i.icon::before,
3848
+ .md .tabbar-icons .tab-link-active i.icon::before {
3849
+ opacity: 1;
3850
+ transform: translateX(-50%) translateY(-50%) scaleX(1);
3851
+ }
3852
+ .md .tabbar-icons .tab-link,
3853
+ .md .tabbar-icons .link {
3854
+ padding-top: 8px;
3855
+ padding-bottom: 8px;
3856
+ }
3857
+ .md .tabbar-label {
3858
+ max-width: 100%;
3859
+ overflow: hidden;
3860
+ line-height: 1.2;
3861
+ }
3862
+ .md .tabbar-scrollable .toolbar-inner {
3863
+ overflow: auto;
3864
+ }
3865
+ .md .tabbar-scrollable .tab-link,
3866
+ .md .tabbar-scrollable .link {
3867
+ padding: 0 12px;
3868
+ }
3869
+ /* === Toolbar New === */
3870
+ :root {
3871
+ /*
3872
+ --f7-toolbar-new-bg-color: var(--f7-bars-bg-color);
3873
+ --f7-toolbar-new-bg-color-rgb: var(--f7-bars-bg-color-rgb);
3874
+ --f7-toolbar-new-border-color: var(--f7-bars-border-color);
3875
+ --f7-toolbar-new-text-color: var(--f7-bars-text-color);
3876
+ */
3877
+ --f7-tabbar-new-link-active-bg-color: transparent;
3878
+ --f7-tabbar-new-label-text-transform: none;
3879
+ --f7-toolbar-new-hide-show-transition-duration: 400ms;
3880
+ }
3881
+ .ios {
3882
+ --f7-toolbar-new-height: 64px;
3883
+ --f7-toolbar-new-font-size: 17px;
3884
+ --f7-toolbar-new-inner-padding-left: 16px;
3885
+ --f7-toolbar-new-inner-padding-right: 16px;
3886
+ --f7-toolbar-new-link-font-weight: 400;
3887
+ --f7-toolbar-new-link-color: var(--f7-bars-text-color);
3888
+ --f7-tabbar-new-link-inactive-color: var(--f7-bars-text-color);
3889
+ /*
3890
+ --f7-toolbar-new-link-height: var(--f7-toolbar-new-height);
3891
+ --f7-toolbar-new-link-line-height: var(--f7-toolbar-new-height);
3892
+ --f7-tabbar-new-link-active-color: var(--f7-theme-color);
3893
+ */
3894
+ --f7-tabbar-new-icons-height: 80px;
3895
+ --f7-tabbar-new-icons-tablet-height: 80px;
3896
+ --f7-tabbar-new-icon-size: 28px;
3897
+ --f7-tabbar-new-link-text-transform: none;
3898
+ --f7-tabbar-new-link-font-weight: 400;
3899
+ --f7-tabbar-new-link-letter-spacing: 0;
3900
+ --f7-tabbar-new-label-font-size: 12px;
3901
+ --f7-tabbar-new-label-tablet-font-size: 14px;
3902
+ --f7-tabbar-new-label-font-weight: 500;
3903
+ --f7-tabbar-new-label-letter-spacing: 0.01;
3904
+ --f7-tabbar-new-link-highlight-bg-color: rgba(0, 0, 0, 0.1);
3905
+ --f7-tabbar-new-link-highlight-active-bg-color: rgba(0, 0, 0, 0.05);
3906
+ --f7-toolbar-new-bars-bg-color: #efeff4;
3907
+ }
3908
+ .ios .dark,
3909
+ .ios.dark {
3910
+ --f7-tabbar-new-link-highlight-bg-color: rgba(255, 255, 255, 0.15);
3911
+ --f7-tabbar-new-link-highlight-active-bg-color: rgba(255, 255, 255, 0.1);
3912
+ --f7-toolbar-new-bars-bg-color: rgba(0, 0, 0, 0.5);
3913
+ }
3914
+ .md {
3915
+ --f7-toolbar-new-height: 56px;
3916
+ --f7-toolbar-new-font-size: 14px;
3917
+ --f7-toolbar-new-inner-padding-left: 0px;
3918
+ --f7-toolbar-new-inner-padding-right: 0px;
3919
+ /*
3920
+ --f7-toolbar-new-link-color: var(--f7-bars-link-color);
3921
+ --f7-toolbar-new-link-height: var(--f7-toolbar-new-height);
3922
+ --f7-toolbar-new-link-line-height: var(--f7-toolbar-new-height);
3923
+ */
3924
+ --f7-tabbar-new-icons-height: 80px;
3925
+ --f7-tabbar-new-icons-tablet-height: 80px;
3926
+ --f7-tabbar-new-icon-size: 24px;
3927
+ --f7-tabbar-new-link-text-transform: none;
3928
+ --f7-tabbar-new-link-font-weight: 500;
3929
+ --f7-tabbar-new-link-letter-spacing: 0;
3930
+ --f7-toolbar-new-link-font-weight: 500;
3931
+ --f7-tabbar-new-label-font-size: 12px;
3932
+ --f7-tabbar-new-label-tablet-font-size: 12px;
3933
+ --f7-tabbar-new-label-font-weight: 500;
3934
+ --f7-tabbar-new-label-letter-spacing: 0;
3935
+ }
3936
+ .md,
3937
+ .md .dark,
3938
+ .md [class*='color-'] {
3939
+ --f7-tabbar-new-link-active-color: var(--f7-md-on-secondary-container);
3940
+ --f7-tabbar-new-link-active-border-color: var(--f7-md-primary);
3941
+ --f7-tabbar-new-link-inactive-color: var(--f7-md-on-surface-variant);
3942
+ --f7-tabbar-new-link-active-icon-bg-color: var(--f7-md-secondary-container);
3943
+ }
3944
+ .toolbar-new {
3945
+ width: 100%;
3946
+ position: relative;
3947
+ margin: 0;
3948
+ transform: translate3d(0, 0, 0);
3949
+ -webkit-backface-visibility: hidden;
3950
+ backface-visibility: hidden;
3951
+ z-index: 600;
3952
+ box-sizing: border-box;
3953
+ left: 0;
3954
+ height: var(--f7-toolbar-new-height);
3955
+ flex-shrink: 0;
3956
+ color: var(--f7-toolbar-new-text-color, var(--f7-bars-text-color));
3957
+ font-size: var(--f7-toolbar-new-font-size);
3958
+ }
3959
+ .toolbar-new b {
3960
+ font-weight: 600;
3961
+ }
3962
+ .toolbar-new a {
3963
+ color: var(--f7-toolbar-new-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
3964
+ box-sizing: border-box;
3965
+ flex-shrink: 1;
3966
+ position: relative;
3967
+ white-space: nowrap;
3968
+ text-overflow: ellipsis;
3969
+ }
3970
+ .toolbar-new .link {
3971
+ display: flex;
3972
+ font-weight: var(--f7-toolbar-new-link-font-weight);
3973
+ }
3974
+ .toolbar-new i.icon {
3975
+ display: block;
2419
3976
  }
2420
- .toolbar-bottom:before,
2421
- .ios .toolbar-bottom-ios:before,
2422
- .md .toolbar-bottom-md:before {
2423
- content: '';
3977
+ .toolbar-new:after,
3978
+ .toolbar-new:before {
3979
+ -webkit-backface-visibility: hidden;
3980
+ backface-visibility: hidden;
3981
+ }
3982
+ .views > .toolbar-new,
3983
+ .view > .toolbar-new,
3984
+ .page > .toolbar-new {
2424
3985
  position: absolute;
2425
- background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
2426
- display: block;
2427
- z-index: 15;
3986
+ }
3987
+ .toolbar-new-top,
3988
+ .ios .toolbar-new-top-ios,
3989
+ .md .toolbar-new-top-md {
2428
3990
  top: 0;
2429
- right: auto;
2430
- bottom: auto;
2431
- left: 0;
2432
- height: 1px;
2433
- width: 100%;
2434
- transform-origin: 50% 0%;
2435
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
2436
3991
  }
2437
- .toolbar-inner {
3992
+ .toolbar-new-bottom,
3993
+ .ios .toolbar-new-bottom-ios,
3994
+ .md .toolbar-new-bottom-md {
3995
+ bottom: 0;
3996
+ height: calc(var(--f7-toolbar-new-height) + var(--f7-safe-area-bottom));
3997
+ }
3998
+ .toolbar-new-bottom .toolbar-new-inner,
3999
+ .ios .toolbar-new-bottom-ios .toolbar-new-inner,
4000
+ .md .toolbar-new-bottom-md .toolbar-new-inner {
4001
+ height: auto;
4002
+ top: 0;
4003
+ bottom: var(--f7-safe-area-bottom);
4004
+ }
4005
+ .toolbar-new-inner {
2438
4006
  position: absolute;
4007
+ z-index: 1;
2439
4008
  left: 0;
2440
4009
  top: 0;
2441
4010
  width: 100%;
2442
4011
  height: 100%;
2443
4012
  display: flex;
2444
- justify-content: space-between;
2445
4013
  box-sizing: border-box;
2446
4014
  align-items: center;
2447
4015
  align-content: center;
2448
- overflow: hidden;
2449
- 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));
4016
+ 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));
2450
4017
  }
2451
- .views > .tabbar,
2452
- .views > .tabbar-icons {
4018
+ .views > .tabbar-new,
4019
+ .views > .tabbar-new-icons {
2453
4020
  z-index: 5001;
2454
4021
  }
2455
- .tabbar a,
2456
- .tabbar-icons a {
2457
- color: var(--f7-tabbar-link-inactive-color);
4022
+ .tabbar-new a,
4023
+ .tabbar-new-icons a {
4024
+ color: var(--f7-tabbar-new-link-inactive-color);
2458
4025
  }
2459
- .tabbar .link,
2460
- .tabbar-icons .link {
4026
+ .tabbar-new .link,
4027
+ .tabbar-new-icons .link {
2461
4028
  line-height: 1.4;
2462
4029
  }
2463
- .tabbar .tab-link,
2464
- .tabbar-icons .tab-link,
2465
- .tabbar .link,
2466
- .tabbar-icons .link {
4030
+ .tabbar-new .tab-link,
4031
+ .tabbar-new-icons .tab-link,
4032
+ .tabbar-new .link,
4033
+ .tabbar-new-icons .link {
2467
4034
  height: 100%;
2468
4035
  width: 100%;
2469
4036
  box-sizing: border-box;
@@ -2471,70 +4038,57 @@ html.device-full-viewport body {
2471
4038
  justify-content: center;
2472
4039
  align-items: center;
2473
4040
  flex-direction: column;
2474
- text-transform: var(--f7-tabbar-link-text-transform);
2475
- font-weight: var(--f7-tabbar-link-font-weight);
2476
- letter-spacing: var(--f7-tabbar-link-letter-spacing);
4041
+ text-transform: var(--f7-tabbar-new-link-text-transform);
4042
+ font-weight: var(--f7-tabbar-new-link-font-weight);
4043
+ letter-spacing: var(--f7-tabbar-new-link-letter-spacing);
2477
4044
  overflow: hidden;
2478
4045
  }
2479
- .tabbar .tab-link-active,
2480
- .tabbar-icons .tab-link-active {
2481
- color: var(--f7-tabbar-link-active-color, var(--f7-theme-color));
2482
- background-color: var(--f7-tabbar-link-active-bg-color, transparent);
2483
- }
2484
- .tabbar i.icon,
2485
- .tabbar-icons i.icon {
2486
- font-size: var(--f7-tabbar-icon-size);
2487
- height: var(--f7-tabbar-icon-size);
2488
- line-height: var(--f7-tabbar-icon-size);
2489
- }
2490
- .md .tabbar.tabbar-icons .tab-link-highlight,
2491
- .md .tabbar-icons.tabbar-icons .tab-link-highlight {
2492
- display: none;
4046
+ .tabbar-new .tab-link-active,
4047
+ .tabbar-new-icons .tab-link-active {
4048
+ color: var(--f7-tabbar-new-link-active-color, var(--f7-theme-color));
4049
+ background-color: var(--f7-tabbar-new-link-active-bg-color, transparent);
2493
4050
  }
2494
- .md .tabbar:not(.tabbar-icons) .tab-link-highlight,
2495
- .md .tabbar-icons:not(.tabbar-icons) .tab-link-highlight {
2496
- position: absolute;
2497
- left: 0;
2498
- height: 2px;
2499
- background: var(--f7-tabbar-link-active-border-color, var(--f7-theme-color));
2500
- transition-duration: 300ms;
2501
- right: 0;
4051
+ .tabbar-new i.icon,
4052
+ .tabbar-new-icons i.icon {
4053
+ font-size: var(--f7-tabbar-new-icon-size);
4054
+ height: var(--f7-tabbar-new-icon-size);
4055
+ line-height: var(--f7-tabbar-new-icon-size);
2502
4056
  }
2503
- .tabbar-icons {
2504
- --f7-toolbar-height: var(--f7-tabbar-icons-height);
4057
+ .tabbar-new-icons {
4058
+ --f7-toolbar-new-height: var(--f7-tabbar-new-icons-height);
2505
4059
  }
2506
- .tabbar-icons .tab-link,
2507
- .tabbar-icons .link {
4060
+ .tabbar-new-icons .tab-link,
4061
+ .tabbar-new-icons .link {
2508
4062
  height: 100%;
2509
4063
  justify-content: center;
2510
4064
  align-items: center;
2511
4065
  }
2512
- .tabbar-icons .tabbar-label {
4066
+ .tabbar-new-icons .tabbar-new-label {
2513
4067
  display: block;
2514
4068
  line-height: 1;
2515
4069
  margin: 0;
2516
4070
  position: relative;
2517
4071
  text-overflow: ellipsis;
2518
4072
  white-space: nowrap;
2519
- font-size: var(--f7-tabbar-label-font-size);
2520
- text-transform: var(--f7-tabbar-label-text-transform);
2521
- font-weight: var(--f7-tabbar-label-font-weight);
2522
- letter-spacing: var(--f7-tabbar-label-letter-spacing);
4073
+ font-size: var(--f7-tabbar-new-label-font-size);
4074
+ text-transform: var(--f7-tabbar-new-label-text-transform);
4075
+ font-weight: var(--f7-tabbar-new-label-font-weight);
4076
+ letter-spacing: var(--f7-tabbar-new-label-letter-spacing);
2523
4077
  }
2524
4078
  @media (min-width: 768px) and (min-height: 600px) {
2525
4079
  :root {
2526
- --f7-tabbar-icons-height: var(--f7-tabbar-icons-tablet-height);
2527
- --f7-tabbar-label-font-size: var(--f7-tabbar-label-tablet-font-size);
4080
+ --f7-tabbar-new-icons-height: var(--f7-tabbar-new-icons-tablet-height);
4081
+ --f7-tabbar-new-label-font-size: var(--f7-tabbar-new-label-tablet-font-size);
2528
4082
  }
2529
4083
  }
2530
- .tabbar-scrollable .toolbar-inner {
4084
+ .tabbar-new-scrollable .toolbar-new-inner {
2531
4085
  justify-content: flex-start;
2532
4086
  overflow: auto;
2533
4087
  -webkit-overflow-scrolling: touch;
2534
4088
  scrollbar-width: none;
2535
4089
  scrollbar-color: transparent;
2536
4090
  }
2537
- .tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
4091
+ .tabbar-new-scrollable .toolbar-new-inner::-webkit-scrollbar {
2538
4092
  -webkit-appearance: none;
2539
4093
  appearance: none;
2540
4094
  width: 0px;
@@ -2542,195 +4096,413 @@ html.device-full-viewport body {
2542
4096
  opacity: 0;
2543
4097
  background: transparent;
2544
4098
  }
2545
- .tabbar-scrollable .toolbar-inner::-webkit-scrollbar-track {
4099
+ .tabbar-new-scrollable .toolbar-new-inner::-webkit-scrollbar-track {
2546
4100
  box-shadow: none;
2547
4101
  background: transparent;
2548
4102
  }
2549
- .tabbar-scrollable .toolbar-inner::-webkit-scrollbar-thumb {
4103
+ .tabbar-new-scrollable .toolbar-new-inner::-webkit-scrollbar-thumb {
2550
4104
  background-color: transparent;
2551
4105
  outline: none;
2552
4106
  border-radius: 9999px;
2553
4107
  position: relative;
2554
4108
  }
2555
- .tabbar-scrollable .tab-link,
2556
- .tabbar-scrollable .link {
4109
+ .tabbar-new-scrollable .tab-link,
4110
+ .tabbar-new-scrollable .link {
2557
4111
  width: auto;
2558
4112
  flex-shrink: 0;
2559
4113
  }
2560
- .toolbar-transitioning,
2561
- .navbar-transitioning + .toolbar,
2562
- .navbar-transitioning ~ * .toolbar {
2563
- transition-duration: var(--f7-toolbar-hide-show-transition-duration);
4114
+ .toolbar-new-transitioning,
4115
+ .navbar-new-transitioning + .toolbar-new,
4116
+ .navbar-new-transitioning ~ * .toolbar-new {
4117
+ transition-duration: var(--f7-toolbar-new-hide-show-transition-duration);
2564
4118
  }
2565
- .toolbar-bottom ~ *,
2566
- .ios .toolbar-bottom-ios ~ *,
2567
- .md .toolbar-bottom-md ~ * {
2568
- --f7-page-toolbar-bottom-offset: var(--f7-toolbar-height);
4119
+ .toolbar-new-bottom ~ *,
4120
+ .ios .toolbar-new-bottom-ios ~ *,
4121
+ .md .toolbar-new-bottom-md ~ * {
4122
+ --f7-page-toolbar-new-bottom-offset: var(--f7-toolbar-new-height);
2569
4123
  }
2570
- .toolbar-bottom.tabbar-icons ~ *,
2571
- .ios .toolbar-bottom-ios.tabbar-icons ~ *,
2572
- .md .toolbar-bottom-md.tabbar-icons ~ * {
2573
- --f7-page-toolbar-bottom-offset: var(--f7-tabbar-icons-height);
4124
+ .toolbar-new-bottom.tabbar-new-icons ~ *,
4125
+ .ios .toolbar-new-bottom-ios.tabbar-new-icons ~ *,
4126
+ .md .toolbar-new-bottom-md.tabbar-new-icons ~ * {
4127
+ --f7-page-toolbar-new-bottom-offset: var(--f7-tabbar-new-icons-height);
2574
4128
  }
2575
- .toolbar-bottom.toolbar-hidden,
2576
- .ios .toolbar-bottom-ios.toolbar-hidden,
2577
- .md .toolbar-bottom-md.toolbar-hidden {
4129
+ .toolbar-new-bottom.toolbar-new-hidden,
4130
+ .ios .toolbar-new-bottom-ios.toolbar-new-hidden,
4131
+ .md .toolbar-new-bottom-md.toolbar-new-hidden {
2578
4132
  transform: translate3d(0, 100%, 0);
2579
4133
  }
2580
- .toolbar-top ~ *,
2581
- .ios .toolbar-top-ios ~ *,
2582
- .md .toolbar-top-md ~ * {
2583
- --f7-page-toolbar-top-offset: var(--f7-toolbar-height);
2584
- }
2585
- .toolbar-top.tabbar-icons ~ *,
2586
- .ios .toolbar-top-ios.tabbar-icons ~ *,
2587
- .md .toolbar-top-md.tabbar-icons ~ * {
2588
- --f7-page-toolbar-top-offset: var(--f7-tabbar-icons-height);
2589
- }
2590
- .toolbar-top.toolbar-hidden,
2591
- .ios .toolbar-top-ios.toolbar-hidden,
2592
- .md .toolbar-top-md.toolbar-hidden {
4134
+ .toolbar-new-top ~ *,
4135
+ .ios .toolbar-new-top-ios ~ *,
4136
+ .md .toolbar-new-top-md ~ *,
4137
+ .sheet-modal-bottom > .toolbar-new:not(.toolbar-new-bottom) ~ * {
4138
+ --f7-page-toolbar-new-top-offset: var(--f7-toolbar-new-height);
4139
+ }
4140
+ .toolbar-new-top.tabbar-new-icons ~ *,
4141
+ .ios .toolbar-new-top-ios.tabbar-new-icons ~ *,
4142
+ .md .toolbar-new-top-md.tabbar-new-icons ~ *,
4143
+ .sheet-modal-bottom > .toolbar-new:not(.toolbar-new-bottom).tabbar-new-icons ~ * {
4144
+ --f7-page-toolbar-new-top-offset: var(--f7-tabbar-new-icons-height);
4145
+ }
4146
+ .toolbar-new-top.toolbar-new-hidden,
4147
+ .ios .toolbar-new-top-ios.toolbar-new-hidden,
4148
+ .md .toolbar-new-top-md.toolbar-new-hidden {
2593
4149
  transform: translate3d(0, -100%, 0);
2594
4150
  }
2595
- .navbar ~ .toolbar-top,
2596
- .navbars ~ .toolbar-top,
2597
- .ios .navbar ~ .toolbar-top-ios,
2598
- .ios .navbars ~ .toolbar-top-ios,
2599
- .md .navbar ~ .toolbar-top-md,
2600
- .navbar ~ * .toolbar-top,
2601
- .navbars ~ * .toolbar-top,
2602
- .ios .navbar ~ * .toolbar-top-ios,
2603
- .ios .navbars ~ * .toolbar-top-ios,
2604
- .md .navbar ~ * .toolbar-top-md,
2605
- .navbar ~ .page:not(.no-navbar) .toolbar-top,
2606
- .navbars ~ .page:not(.no-navbar) .toolbar-top,
2607
- .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios,
2608
- .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios,
2609
- .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md {
2610
- top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
4151
+ .navbar-new ~ .toolbar-new-top,
4152
+ .navbars-new ~ .toolbar-new-top,
4153
+ .ios .navbar-new ~ .toolbar-new-top-ios,
4154
+ .ios .navbars-new ~ .toolbar-new-top-ios,
4155
+ .md .navbar-new ~ .toolbar-new-top-md,
4156
+ .navbar-new ~ * .toolbar-new-top,
4157
+ .navbars-new ~ * .toolbar-new-top,
4158
+ .ios .navbar-new ~ * .toolbar-new-top-ios,
4159
+ .ios .navbars-new ~ * .toolbar-new-top-ios,
4160
+ .md .navbar-new ~ * .toolbar-new-top-md,
4161
+ .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top,
4162
+ .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top,
4163
+ .ios .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios,
4164
+ .ios .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios,
4165
+ .md .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-md {
4166
+ top: calc(var(--f7-navbar-new-height) + var(--f7-safe-area-top));
4167
+ }
4168
+ .navbar-new ~ .toolbar-new-top.toolbar-new-hidden,
4169
+ .navbars-new ~ .toolbar-new-top.toolbar-new-hidden,
4170
+ .ios .navbar-new ~ .toolbar-new-top-ios.toolbar-new-hidden,
4171
+ .ios .navbars-new ~ .toolbar-new-top-ios.toolbar-new-hidden,
4172
+ .md .navbar-new ~ .toolbar-new-top-md.toolbar-new-hidden,
4173
+ .navbar-new ~ * .toolbar-new-top.toolbar-new-hidden,
4174
+ .navbars-new ~ * .toolbar-new-top.toolbar-new-hidden,
4175
+ .ios .navbar-new ~ * .toolbar-new-top-ios.toolbar-new-hidden,
4176
+ .ios .navbars-new ~ * .toolbar-new-top-ios.toolbar-new-hidden,
4177
+ .md .navbar-new ~ * .toolbar-new-top-md.toolbar-new-hidden,
4178
+ .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top.toolbar-new-hidden,
4179
+ .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top.toolbar-new-hidden,
4180
+ .ios .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios.toolbar-new-hidden,
4181
+ .ios .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios.toolbar-new-hidden,
4182
+ .md .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-md.toolbar-new-hidden {
4183
+ transform: translate3d(0, calc(-1 * (var(--f7-navbar-new-height) + var(--f7-toolbar-new-height) + var(--f7-safe-area-top))), 0);
4184
+ }
4185
+ .navbar-new ~ .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4186
+ .navbars-new ~ .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4187
+ .ios .navbar-new ~ .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4188
+ .ios .navbars-new ~ .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4189
+ .md .navbar-new ~ .toolbar-new-top-md.toolbar-new-hidden.tabbar-new-icons,
4190
+ .navbar-new ~ * .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4191
+ .navbars-new ~ * .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4192
+ .ios .navbar-new ~ * .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4193
+ .ios .navbars-new ~ * .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4194
+ .md .navbar-new ~ * .toolbar-new-top-md.toolbar-new-hidden.tabbar-new-icons,
4195
+ .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4196
+ .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top.toolbar-new-hidden.tabbar-new-icons,
4197
+ .ios .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4198
+ .ios .navbars-new ~ .page:not(.no-navbar-new) .toolbar-new-top-ios.toolbar-new-hidden.tabbar-new-icons,
4199
+ .md .navbar-new ~ .page:not(.no-navbar-new) .toolbar-new-top-md.toolbar-new-hidden.tabbar-new-icons {
4200
+ transform: translate3d(0, calc(-1 * (var(--f7-navbar-new-height) + var(--f7-tabbar-new-icons-height) + var(--f7-safe-area-top))), 0);
4201
+ }
4202
+ .navbar-new-hidden + .toolbar-new-top:not(.toolbar-new-hidden),
4203
+ .ios .navbar-new-hidden + .toolbar-new-top-ios:not(.toolbar-new-hidden),
4204
+ .md .navbar-new-hidden + .toolbar-new-top-md:not(.toolbar-new-hidden),
4205
+ .navbar-new-hidden ~ * .toolbar-new-top:not(.toolbar-new-hidden),
4206
+ .ios .navbar-new-hidden ~ * .toolbar-new-top-ios:not(.toolbar-new-hidden),
4207
+ .md .navbar-new-hidden ~ * .toolbar-new-top-md:not(.toolbar-new-hidden) {
4208
+ transform: translate3d(0, calc(0px - var(--f7-navbar-new-height)), 0);
4209
+ }
4210
+ .navbar-new-large-hidden + .toolbar-new-top:not(.toolbar-new-hidden),
4211
+ .ios .navbar-new-large-hidden + .toolbar-new-top-ios:not(.toolbar-new-hidden),
4212
+ .md .navbar-new-large-hidden + .toolbar-new-top-md:not(.toolbar-new-hidden),
4213
+ .navbar-new-large-hidden ~ * .toolbar-new-top:not(.toolbar-new-hidden),
4214
+ .ios .navbar-new-large-hidden ~ * .toolbar-new-top-ios:not(.toolbar-new-hidden),
4215
+ .md .navbar-new-large-hidden ~ * .toolbar-new-top-md:not(.toolbar-new-hidden) {
4216
+ transform: translate3d(0, calc(0px - var(--f7-navbar-new-height) - var(--f7-navbar-new-large-title-height)), 0);
4217
+ }
4218
+ .ios .toolbar-new-pane {
4219
+ -webkit-user-select: none;
4220
+ user-select: none;
2611
4221
  }
2612
- .navbar ~ .toolbar-top.toolbar-hidden,
2613
- .navbars ~ .toolbar-top.toolbar-hidden,
2614
- .ios .navbar ~ .toolbar-top-ios.toolbar-hidden,
2615
- .ios .navbars ~ .toolbar-top-ios.toolbar-hidden,
2616
- .md .navbar ~ .toolbar-top-md.toolbar-hidden,
2617
- .navbar ~ * .toolbar-top.toolbar-hidden,
2618
- .navbars ~ * .toolbar-top.toolbar-hidden,
2619
- .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden,
2620
- .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden,
2621
- .md .navbar ~ * .toolbar-top-md.toolbar-hidden,
2622
- .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
2623
- .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
2624
- .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
2625
- .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
2626
- .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden {
2627
- transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-toolbar-height) + var(--f7-safe-area-top))), 0);
4222
+ .ios .toolbar-new-pane,
4223
+ .ios .toolbar-new .left,
4224
+ .ios .toolbar-new .right {
4225
+ display: flex;
4226
+ align-items: center;
4227
+ justify-content: center;
4228
+ height: 100%;
4229
+ position: relative;
4230
+ z-index: 1;
4231
+ border-radius: 32px;
4232
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
4233
+ backdrop-filter: saturate(180%) blur(16px);
4234
+ box-shadow: var(--f7-glass-shadow);
4235
+ background-color: var(--f7-glass-bg-color);
2628
4236
  }
2629
- .navbar ~ .toolbar-top.toolbar-hidden.tabbar-icons,
2630
- .navbars ~ .toolbar-top.toolbar-hidden.tabbar-icons,
2631
- .ios .navbar ~ .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2632
- .ios .navbars ~ .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2633
- .md .navbar ~ .toolbar-top-md.toolbar-hidden.tabbar-icons,
2634
- .navbar ~ * .toolbar-top.toolbar-hidden.tabbar-icons,
2635
- .navbars ~ * .toolbar-top.toolbar-hidden.tabbar-icons,
2636
- .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2637
- .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2638
- .md .navbar ~ * .toolbar-top-md.toolbar-hidden.tabbar-icons,
2639
- .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-icons,
2640
- .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-icons,
2641
- .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2642
- .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-icons,
2643
- .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden.tabbar-icons {
2644
- transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-tabbar-icons-height) + var(--f7-safe-area-top))), 0);
4237
+ .ios .toolbar-new .left {
4238
+ margin-right: auto;
2645
4239
  }
2646
- .navbar-hidden + .toolbar-top:not(.toolbar-hidden),
2647
- .ios .navbar-hidden + .toolbar-top-ios:not(.toolbar-hidden),
2648
- .md .navbar-hidden + .toolbar-top-md:not(.toolbar-hidden),
2649
- .navbar-hidden ~ * .toolbar-top:not(.toolbar-hidden),
2650
- .ios .navbar-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
2651
- .md .navbar-hidden ~ * .toolbar-top-md:not(.toolbar-hidden) {
2652
- transform: translate3d(0, calc(0px - var(--f7-navbar-height)), 0);
4240
+ .ios .toolbar-new .right {
4241
+ margin-left: auto;
2653
4242
  }
2654
- .navbar-large-hidden + .toolbar-top:not(.toolbar-hidden),
2655
- .ios .navbar-large-hidden + .toolbar-top-ios:not(.toolbar-hidden),
2656
- .md .navbar-large-hidden + .toolbar-top-md:not(.toolbar-hidden),
2657
- .navbar-large-hidden ~ * .toolbar-top:not(.toolbar-hidden),
2658
- .ios .navbar-large-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
2659
- .md .navbar-large-hidden ~ * .toolbar-top-md:not(.toolbar-hidden) {
2660
- transform: translate3d(0, calc(0px - var(--f7-navbar-height) - var(--f7-navbar-large-title-height)), 0);
4243
+ .ios .toolbar-new .left:empty,
4244
+ .ios .toolbar-new .right:empty {
4245
+ display: none;
2661
4246
  }
2662
- .ios .toolbar a.icon-only {
2663
- min-height: var(--f7-toolbar-height);
4247
+ .ios .toolbar-new a.icon-only {
2664
4248
  display: flex;
2665
4249
  justify-content: center;
2666
4250
  align-items: center;
2667
4251
  margin: 0;
2668
- min-width: 44px;
4252
+ min-width: 48px;
4253
+ min-height: 48px;
4254
+ padding: 0;
2669
4255
  }
2670
- .ios .tabbar-icons .tab-link,
2671
- .ios .tabbar-icons .link {
4256
+ .ios .toolbar-new .link {
4257
+ padding: 0 12px;
4258
+ height: 100%;
4259
+ }
4260
+ .ios .toolbar-new:before,
4261
+ .ios .toolbar-new:after {
4262
+ pointer-events: none;
4263
+ content: '';
4264
+ position: absolute;
4265
+ inset: 0;
4266
+ }
4267
+ .ios .toolbar-new:before {
4268
+ -webkit-backdrop-filter: blur(2px);
4269
+ backdrop-filter: blur(2px);
4270
+ -webkit-mask-image: linear-gradient(to top, black calc(50% + var(--f7-safe-area-bottom, 0px)), transparent 100%);
4271
+ mask-image: linear-gradient(to top, black calc(50% + var(--f7-safe-area-bottom, 0px)), transparent 100%);
4272
+ }
4273
+ .ios .toolbar-new:after {
4274
+ background-image: linear-gradient(to top, var(--f7-toolbar-new-bars-bg-color) var(--f7-safe-area-bottom, 0px), transparent 100%);
4275
+ }
4276
+ .ios .toolbar-new.toolbar-new-bottom:before,
4277
+ .ios .toolbar-new.messagebar:before,
4278
+ .ios .toolbar-new.toolbar-new-bottom:after,
4279
+ .ios .toolbar-new.messagebar:after {
4280
+ top: -16px;
4281
+ }
4282
+ .ios .toolbar-new.toolbar-new-bottom .toolbar-new-inner,
4283
+ .ios .toolbar-new.messagebar .toolbar-new-inner {
4284
+ padding-bottom: 16px;
4285
+ }
4286
+ .ios .toolbar-new.toolbar-new-top:before,
4287
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar):before {
4288
+ -webkit-mask-image: linear-gradient(to bottom, black calc(50% + var(--f7-safe-area-top, 0px)), transparent 100%);
4289
+ mask-image: linear-gradient(to bottom, black calc(50% + var(--f7-safe-area-top, 0px)), transparent 100%);
4290
+ }
4291
+ .ios .toolbar-new.toolbar-new-top:after,
4292
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar):after {
4293
+ background-image: linear-gradient(to bottom, var(--f7-toolbar-new-bars-bg-color) var(--f7-safe-area-top, 0px), transparent 100%);
4294
+ }
4295
+ .ios .toolbar-new.toolbar-new-top:before,
4296
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar):before,
4297
+ .ios .toolbar-new.toolbar-new-top:after,
4298
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar):after {
4299
+ bottom: -16px;
4300
+ }
4301
+ .ios .toolbar-new.toolbar-new-top .toolbar-new-inner,
4302
+ .ios .toolbar-new:not(.toolbar-new-bottom, .toolbar-new-top, .messagebar) .toolbar-new-inner {
4303
+ padding-top: 16px;
4304
+ }
4305
+ .ios .navbar-new ~ .toolbar-new-top:before,
4306
+ .ios .navbar-new ~ .toolbar-new-top:after {
4307
+ display: none;
4308
+ }
4309
+ .ios .toolbar-new-inner {
4310
+ justify-content: center;
4311
+ overflow: visible;
4312
+ gap: 16px;
4313
+ }
4314
+ .ios .tabbar-new-scrollable .toolbar-new-pane {
4315
+ overflow: auto;
4316
+ -webkit-overflow-scrolling: touch;
4317
+ scrollbar-width: none;
4318
+ scrollbar-color: transparent;
4319
+ justify-content: flex-start;
4320
+ }
4321
+ .ios .tabbar-new-scrollable .toolbar-new-pane::-webkit-scrollbar {
4322
+ -webkit-appearance: none;
4323
+ appearance: none;
4324
+ width: 0px;
4325
+ display: none;
4326
+ opacity: 0;
4327
+ background: transparent;
4328
+ }
4329
+ .ios .tabbar-new-scrollable .toolbar-new-pane::-webkit-scrollbar-track {
4330
+ box-shadow: none;
4331
+ background: transparent;
4332
+ }
4333
+ .ios .tabbar-new-scrollable .toolbar-new-pane::-webkit-scrollbar-thumb {
4334
+ background-color: transparent;
4335
+ outline: none;
4336
+ border-radius: 9999px;
4337
+ position: relative;
4338
+ }
4339
+ .ios .tabbar-new:not(.tabbar-new-scrollable) {
4340
+ touch-action: none;
4341
+ }
4342
+ .ios .tabbar-new-icons .tab-link,
4343
+ .ios .tabbar-new-icons .link {
2672
4344
  padding-top: 4px;
2673
4345
  padding-bottom: 4px;
2674
4346
  }
2675
- .ios .tabbar-icons .tab-link i + span,
2676
- .ios .tabbar-icons .link i + span {
4347
+ .ios .tabbar-new-icons .tab-link i + span,
4348
+ .ios .tabbar-new-icons .link i + span {
2677
4349
  margin: 0;
2678
4350
  margin-top: 4px;
2679
4351
  }
2680
- @media (min-width: 768px) and (min-height: 600px) {
2681
- .ios .tabbar .tab-link,
2682
- .ios .tabbar-icons .tab-link,
2683
- .ios .tabbar .link,
2684
- .ios .tabbar-icons .link {
2685
- justify-content: center;
2686
- flex-direction: row;
4352
+ @media (max-width: 767px) {
4353
+ .ios .tabbar-new .toolbar-new-pane {
4354
+ width: 100%;
2687
4355
  }
2688
- .ios .tabbar .tab-link i + span,
2689
- .ios .tabbar-icons .tab-link i + span,
2690
- .ios .tabbar .link i + span,
2691
- .ios .tabbar-icons .link i + span {
2692
- margin-left: 5px;
4356
+ }
4357
+ @media (min-width: 768px) {
4358
+ .ios .tabbar-new .tab-link {
4359
+ padding-left: 16px;
4360
+ padding-right: 16px;
4361
+ min-width: 96px;
2693
4362
  }
2694
4363
  }
2695
- .ios .tabbar-scrollable .toolbar-inner {
4364
+ .ios .tabbar-new-scrollable .toolbar-new-inner {
2696
4365
  justify-content: flex-start;
2697
4366
  }
2698
- .ios .tabbar-scrollable .tab-link,
2699
- .ios .tabbar-scrollable .link {
4367
+ .ios .tabbar-new-scrollable .tab-link,
4368
+ .ios .tabbar-new-scrollable .link {
2700
4369
  padding: 0 8px;
2701
4370
  }
2702
- .md .toolbar .link {
4371
+ .ios .tab-link-highlight {
4372
+ position: absolute;
4373
+ height: 100%;
4374
+ top: 0;
4375
+ transition-duration: 300ms;
4376
+ border-radius: inherit;
4377
+ right: 0;
4378
+ }
4379
+ .ios .tab-link-highlight:before,
4380
+ .ios .tab-link-highlight:after {
4381
+ content: '';
4382
+ position: absolute;
4383
+ inset: 4px;
4384
+ border-radius: inherit;
4385
+ transition-duration: 300ms;
4386
+ }
4387
+ .ios .tab-link-highlight:before {
4388
+ background-color: var(--f7-tabbar-new-link-highlight-bg-color);
4389
+ }
4390
+ .ios .tab-link-highlight:after {
4391
+ opacity: 0;
4392
+ box-shadow: var(--f7-glass-shadow-thumb);
4393
+ background-color: var(--f7-tabbar-new-link-highlight-active-bg-color);
4394
+ }
4395
+ .ios .tab-link-highlight-pressed:before {
4396
+ opacity: 0;
4397
+ }
4398
+ .ios .tab-link-highlight-pressed:after {
4399
+ opacity: 1;
4400
+ }
4401
+ .ios .tab-link-highlight-pressed:before,
4402
+ .ios .tab-link-highlight-pressed:after {
4403
+ scale: 1.4;
4404
+ }
4405
+ .md .toolbar-new-pane {
4406
+ display: contents;
4407
+ }
4408
+ .md .toolbar-new {
4409
+ background-color: var(--f7-toolbar-new-bg-color, var(--f7-bars-bg-color));
4410
+ }
4411
+ .md .toolbar-new .link {
2703
4412
  justify-content: center;
2704
4413
  padding: 0 12px;
2705
4414
  min-width: 48px;
4415
+ min-height: 48px;
4416
+ line-height: var(--f7-toolbar-new-link-line-height, var(--f7-toolbar-new-height));
4417
+ height: var(--f7-toolbar-new-link-height, var(--f7-toolbar-new-height));
2706
4418
  }
2707
- .md .toolbar a.icon-only {
2708
- min-width: 0;
4419
+ .md .toolbar-new a.icon-only {
4420
+ min-width: 48px;
2709
4421
  flex-shrink: 0;
4422
+ padding: 0;
2710
4423
  }
2711
- .md .tabbar .tab-link,
2712
- .md .tabbar-icons .tab-link,
2713
- .md .tabbar .link,
2714
- .md .tabbar-icons .link {
4424
+ .md .toolbar-new-top.no-outline:after,
4425
+ .md .md .toolbar-new-top-md.no-outline:after {
4426
+ display: none !important;
4427
+ }
4428
+ .md .toolbar-new-top.toolbar-new-hidden:before,
4429
+ .md .md .toolbar-new-top-md.toolbar-new-hidden:before {
4430
+ display: none !important;
4431
+ }
4432
+ .md .toolbar-new-top:after,
4433
+ .md .md .toolbar-new-top-md:after,
4434
+ .md .toolbar-new-top:before,
4435
+ .md .md .toolbar-new-top-md:before {
4436
+ -webkit-backface-visibility: hidden;
4437
+ backface-visibility: hidden;
4438
+ }
4439
+ .md .toolbar-new-top:after,
4440
+ .md .md .toolbar-new-top-md:after {
4441
+ content: '';
4442
+ position: absolute;
4443
+ background-color: var(--f7-toolbar-new-border-color, var(--f7-bars-border-color));
4444
+ display: block;
4445
+ z-index: 15;
4446
+ top: auto;
4447
+ right: auto;
4448
+ bottom: 0;
4449
+ left: 0;
4450
+ height: 1px;
4451
+ width: 100%;
4452
+ transform-origin: 50% 100%;
4453
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
4454
+ }
4455
+ .md .toolbar-new-bottom.no-outline:before,
4456
+ .md .md .toolbar-new-bottom-md.no-outline:before {
4457
+ display: none !important;
4458
+ }
4459
+ .md .toolbar-new-bottom.toolbar-new-hidden:after,
4460
+ .md .md .toolbar-new-bottom-md.toolbar-new-hidden:after {
4461
+ display: none !important;
4462
+ }
4463
+ .md .toolbar-new-bottom:before,
4464
+ .md .md .toolbar-new-bottom-md:before {
4465
+ content: '';
4466
+ position: absolute;
4467
+ background-color: var(--f7-toolbar-new-border-color, var(--f7-bars-border-color));
4468
+ display: block;
4469
+ z-index: 15;
4470
+ top: 0;
4471
+ right: auto;
4472
+ bottom: auto;
4473
+ left: 0;
4474
+ height: 1px;
4475
+ width: 100%;
4476
+ transform-origin: 50% 0%;
4477
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
4478
+ }
4479
+ .md .toolbar-new-inner {
4480
+ justify-content: space-between;
4481
+ overflow: hidden;
4482
+ }
4483
+ .md .tabbar-new .tab-link,
4484
+ .md .tabbar-new-icons .tab-link,
4485
+ .md .tabbar-new .link,
4486
+ .md .tabbar-new-icons .link {
2715
4487
  padding-left: 0;
2716
4488
  padding-right: 0;
2717
4489
  }
2718
- .md .tabbar a.icon-only,
2719
- .md .tabbar-icons a.icon-only {
4490
+ .md .tabbar-new a.icon-only,
4491
+ .md .tabbar-new-icons a.icon-only {
2720
4492
  flex-shrink: initial;
2721
4493
  }
2722
- .md .tabbar .tab-link,
2723
- .md .tabbar-icons .tab-link {
4494
+ .md .tabbar-new .tab-link,
4495
+ .md .tabbar-new-icons .tab-link {
2724
4496
  transition-duration: 300ms;
2725
4497
  overflow: hidden;
2726
4498
  position: relative;
2727
4499
  }
2728
- .md .tabbar i.icon,
2729
- .md .tabbar-icons i.icon {
4500
+ .md .tabbar-new i.icon,
4501
+ .md .tabbar-new-icons i.icon {
2730
4502
  position: relative;
2731
4503
  }
2732
- .md .tabbar i.icon::before,
2733
- .md .tabbar-icons i.icon::before {
4504
+ .md .tabbar-new i.icon::before,
4505
+ .md .tabbar-new-icons i.icon::before {
2734
4506
  content: '';
2735
4507
  width: 64px;
2736
4508
  height: 32px;
@@ -2739,37 +4511,57 @@ html.device-full-viewport body {
2739
4511
  left: 50%;
2740
4512
  top: 50%;
2741
4513
  transform: translateX(-50%) translateY(-50%) scaleX(0.5);
2742
- background: var(--f7-tabbar-link-active-icon-bg-color);
4514
+ background: var(--f7-tabbar-new-link-active-icon-bg-color);
2743
4515
  opacity: 0;
2744
4516
  transition-duration: 200ms;
2745
4517
  z-index: -1;
2746
4518
  }
2747
- .md .tabbar i.icon + .tabbar-label,
2748
- .md .tabbar-icons i.icon + .tabbar-label {
4519
+ .md .tabbar-new i.icon + .tabbar-new-label,
4520
+ .md .tabbar-new-icons i.icon + .tabbar-new-label {
2749
4521
  margin-top: 8px;
2750
4522
  }
2751
- .md .tabbar .tab-link-active i.icon::before,
2752
- .md .tabbar-icons .tab-link-active i.icon::before {
4523
+ .md .tabbar-new .tab-link-active i.icon::before,
4524
+ .md .tabbar-new-icons .tab-link-active i.icon::before {
2753
4525
  opacity: 1;
2754
4526
  transform: translateX(-50%) translateY(-50%) scaleX(1);
2755
4527
  }
2756
- .md .tabbar-icons .tab-link,
2757
- .md .tabbar-icons .link {
4528
+ .md .tabbar-new-icons .tab-link,
4529
+ .md .tabbar-new-icons .link {
2758
4530
  padding-top: 8px;
2759
4531
  padding-bottom: 8px;
2760
4532
  }
2761
- .md .tabbar-label {
4533
+ .md .tabbar-new-label {
2762
4534
  max-width: 100%;
2763
4535
  overflow: hidden;
2764
4536
  line-height: 1.2;
2765
4537
  }
2766
- .md .tabbar-scrollable .toolbar-inner {
4538
+ .md .tabbar-new-scrollable .toolbar-new-inner {
2767
4539
  overflow: auto;
2768
4540
  }
2769
- .md .tabbar-scrollable .tab-link,
2770
- .md .tabbar-scrollable .link {
4541
+ .md .tabbar-new-scrollable .tab-link,
4542
+ .md .tabbar-new-scrollable .link {
2771
4543
  padding: 0 12px;
2772
4544
  }
4545
+ .md .toolbar-new-top-md .tab-link-highlight,
4546
+ .md .toolbar-new-top .tab-link-highlight {
4547
+ bottom: 0;
4548
+ }
4549
+ .md .toolbar-new-bottom .tab-link-highlight,
4550
+ .md .toolbar-new-bottom-md .tab-link-highlight {
4551
+ top: 0;
4552
+ }
4553
+ .md .tabbar-new.tabbar-new-icons .tab-link-highlight,
4554
+ .md .tabbar-new-icons.tabbar-new-icons .tab-link-highlight {
4555
+ display: none;
4556
+ }
4557
+ .md .tabbar-new:not(.tabbar-new-icons) .tab-link-highlight,
4558
+ .md .tabbar-new-icons:not(.tabbar-new-icons) .tab-link-highlight {
4559
+ position: absolute;
4560
+ height: 2px;
4561
+ background: var(--f7-tabbar-new-link-active-border-color, var(--f7-theme-color));
4562
+ transition-duration: 300ms;
4563
+ right: 0;
4564
+ }
2773
4565
  /* === Subnavbar === */
2774
4566
  :root {
2775
4567
  /*
@@ -3002,18 +4794,18 @@ html.device-full-viewport body {
3002
4794
  --f7-block-text-color: inherit;
3003
4795
  --f7-block-margin-vertical: 35px;
3004
4796
  --f7-block-outline-border-color: rgba(0, 0, 0, 0.22);
3005
- --f7-block-title-font-size: 16px;
4797
+ --f7-block-title-font-size: 17px;
3006
4798
  --f7-block-title-font-weight: 600;
3007
4799
  --f7-block-title-line-height: 20px;
3008
4800
  --f7-block-title-margin-bottom: 10px;
3009
- --f7-block-title-medium-font-size: 22px;
4801
+ --f7-block-title-medium-font-size: 20px;
3010
4802
  --f7-block-title-medium-font-weight: bold;
3011
4803
  --f7-block-title-medium-line-height: 1.4;
3012
- --f7-block-title-large-font-size: 30px;
4804
+ --f7-block-title-large-font-size: 22px;
3013
4805
  --f7-block-title-large-font-weight: bold;
3014
4806
  --f7-block-title-large-line-height: 1.3;
3015
- --f7-block-inset-border-radius: 8px;
3016
- --f7-block-title-text-color: #000;
4807
+ --f7-block-inset-border-radius: 24px;
4808
+ --f7-block-title-text-color: rgba(0, 0, 0, 0.6);
3017
4809
  --f7-block-strong-text-color: #000;
3018
4810
  --f7-block-header-text-color: rgba(0, 0, 0, 0.45);
3019
4811
  --f7-block-footer-text-color: rgba(0, 0, 0, 0.45);
@@ -3023,7 +4815,7 @@ html.device-full-viewport body {
3023
4815
  }
3024
4816
  .ios .dark,
3025
4817
  .ios.dark {
3026
- --f7-block-title-text-color: #fff;
4818
+ --f7-block-title-text-color: rgba(255, 255, 255, 0.6);
3027
4819
  --f7-block-header-text-color: rgba(255, 255, 255, 0.55);
3028
4820
  --f7-block-footer-text-color: rgba(255, 255, 255, 0.55);
3029
4821
  --f7-block-strong-text-color: #fff;
@@ -3429,7 +5221,6 @@ html.device-full-viewport body {
3429
5221
  :root {
3430
5222
  --f7-list-inset-side-margin: 16px;
3431
5223
  --f7-list-item-padding-horizontal: 16px;
3432
- --f7-list-item-padding-vertical: 8px;
3433
5224
  --f7-list-media-item-padding-horizontal: 16px;
3434
5225
  --f7-list-item-text-max-lines: 2;
3435
5226
  --f7-list-chevron-icon-font-size: 20px;
@@ -3473,8 +5264,9 @@ html.device-full-viewport body {
3473
5264
  --f7-list-chevron-icon-color: rgba(255, 255, 255, 0.3);
3474
5265
  }
3475
5266
  .ios {
5267
+ --f7-list-item-padding-vertical: 12px;
3476
5268
  --f7-list-in-list-padding-left: 30px;
3477
- --f7-list-inset-border-radius: 8px;
5269
+ --f7-list-inset-border-radius: 24px;
3478
5270
  --f7-list-margin-vertical: 35px;
3479
5271
  --f7-list-font-size: 17px;
3480
5272
  --f7-list-chevron-icon-area: 20px;
@@ -3486,10 +5278,10 @@ html.device-full-viewport body {
3486
5278
  --f7-list-item-text-line-height: 21px;
3487
5279
  --f7-list-item-after-font-size: inherit;
3488
5280
  --f7-list-item-after-padding: 5px;
3489
- --f7-list-item-min-height: 44px;
5281
+ --f7-list-item-min-height: 52px;
3490
5282
  --f7-list-item-media-icons-margin: 5px;
3491
5283
  --f7-list-media-item-padding-vertical: 10px;
3492
- --f7-list-media-item-title-font-weight: 600;
5284
+ --f7-list-media-item-title-font-weight: 500;
3493
5285
  --f7-list-button-border-color: rgba(0, 0, 0, 0.22);
3494
5286
  /*
3495
5287
  --f7-list-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);
@@ -3499,7 +5291,7 @@ html.device-full-viewport body {
3499
5291
  --f7-list-group-title-font-size: inherit;
3500
5292
  --f7-list-group-title-font-weight: 400;
3501
5293
  --f7-menu-list-offset: 8px;
3502
- --f7-menu-list-border-radius: 8px;
5294
+ --f7-menu-list-border-radius: 16px;
3503
5295
  --f7-menu-list-item-bg-color: transparent;
3504
5296
  --f7-menu-list-item-text-color: inherit;
3505
5297
  --f7-menu-list-item-min-height: 44px;
@@ -3518,7 +5310,7 @@ html.device-full-viewport body {
3518
5310
  .ios .dark,
3519
5311
  .ios.dark {
3520
5312
  --f7-list-item-border-color: rgba(255, 255, 255, 0.15);
3521
- --f7-list-outline-inset-color: rgba(255, 255, 255, 0.15);
5313
+ --f7-list-outline-inset-border-color: rgba(255, 255, 255, 0.15);
3522
5314
  --f7-list-strong-bg-color: #1c1c1d;
3523
5315
  --f7-list-item-after-text-color: rgba(255, 255, 255, 0.55);
3524
5316
  --f7-list-item-header-text-color: rgba(255, 255, 255, 0.55);
@@ -3531,6 +5323,7 @@ html.device-full-viewport body {
3531
5323
  --f7-menu-list-item-selected-bg-color: var(--f7-theme-color);
3532
5324
  }
3533
5325
  .md {
5326
+ --f7-list-item-padding-vertical: 8px;
3534
5327
  --f7-list-in-list-padding-left: 24px;
3535
5328
  --f7-list-inset-border-radius: 16px;
3536
5329
  --f7-list-margin-vertical: 32px;
@@ -3741,8 +5534,8 @@ html.device-full-viewport body {
3741
5534
  .list label.item-content {
3742
5535
  color: inherit;
3743
5536
  }
3744
- .list .item-link.active-state,
3745
- .list label.item-content.active-state {
5537
+ .list .item-link.active-state:not(:has(.toggle-active-state)),
5538
+ .list label.item-content.active-state:not(:has(.toggle-active-state)) {
3746
5539
  background-color: var(--f7-list-link-pressed-bg-color);
3747
5540
  }
3748
5541
  .list .item-link .item-inner {
@@ -4553,7 +6346,6 @@ li.list-group-title:after,
4553
6346
  --f7-badge-bg-color: var(--f7-theme-color);
4554
6347
  }
4555
6348
  :root {
4556
- --f7-button-font-size: 14px;
4557
6349
  --f7-button-min-width: 32px;
4558
6350
  --f7-button-bg-color: transparent;
4559
6351
  --f7-button-border-width: 0px;
@@ -4585,12 +6377,13 @@ li.list-group-title:after,
4585
6377
  --f7-segmented-strong-button-active-text-color: #fff;
4586
6378
  }
4587
6379
  .ios {
6380
+ --f7-button-font-size: 15px;
4588
6381
  --f7-button-fill-text-color: #fff;
4589
- --f7-button-text-transform: uppercase;
4590
- --f7-button-height: 28px;
6382
+ --f7-button-text-transform: none;
6383
+ --f7-button-height: 34px;
4591
6384
  --f7-button-padding-horizontal: 10px;
4592
6385
  --f7-button-border-radius: 4px;
4593
- --f7-button-font-weight: 600;
6386
+ --f7-button-font-weight: 500;
4594
6387
  --f7-button-letter-spacing: 0;
4595
6388
  /*
4596
6389
  --f7-button-outline-border-color: var(--f7-theme-color);
@@ -4600,15 +6393,15 @@ li.list-group-title:after,
4600
6393
  --f7-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);
4601
6394
  --f7-button-fill-pressed-bg-color: var(--f7-theme-color-tint);
4602
6395
  */
4603
- --f7-button-large-text-transform: uppercase;
4604
- --f7-button-large-height: 44px;
6396
+ --f7-button-large-text-transform: none;
6397
+ --f7-button-large-height: 48px;
4605
6398
  --f7-button-large-font-size: 17px;
4606
6399
  --f7-button-large-font-weight: 500;
4607
6400
  --f7-button-small-outline-border-width: 2px;
4608
- --f7-button-small-text-transform: uppercase;
4609
- --f7-button-small-height: 26px;
4610
- --f7-button-small-font-size: 13px;
4611
- --f7-button-small-font-weight: 600;
6401
+ --f7-button-small-text-transform: none;
6402
+ --f7-button-small-height: 28px;
6403
+ --f7-button-small-font-size: 14px;
6404
+ --f7-button-small-font-weight: 500;
4612
6405
  --f7-segmented-strong-button-text-transform: none;
4613
6406
  --f7-segmented-strong-button-active-font-weight: 600;
4614
6407
  --f7-button-tonal-bg-color: rgba(var(--f7-theme-color-rgb), 0.15);
@@ -4623,6 +6416,7 @@ li.list-group-title:after,
4623
6416
  --f7-segmented-strong-button-pressed-bg-color: rgba(255, 255, 255, 0.04);
4624
6417
  }
4625
6418
  .md {
6419
+ --f7-button-font-size: 14px;
4626
6420
  /*
4627
6421
  --f7-button-pressed-bg-color: transparent;
4628
6422
  */
@@ -5165,7 +6959,8 @@ i.icon {
5165
6959
  .icon-back:after,
5166
6960
  .icon-prev:after,
5167
6961
  .icon-forward:after,
5168
- .icon-next:after {
6962
+ .icon-next:after,
6963
+ .icon-close:after {
5169
6964
  font-family: 'framework7-core-icons';
5170
6965
  font-weight: normal;
5171
6966
  font-style: normal;
@@ -5206,6 +7001,15 @@ i.icon {
5206
7001
  .ios .icon-next:after {
5207
7002
  font-size: 16px;
5208
7003
  }
7004
+ .ios .icon-close {
7005
+ width: 20px;
7006
+ height: 20px;
7007
+ line-height: 20px;
7008
+ font-size: 20px;
7009
+ }
7010
+ .ios .icon-close:after {
7011
+ content: 'close_ios';
7012
+ }
5209
7013
  .ios .icon-back:after,
5210
7014
  .ios .icon-prev:after {
5211
7015
  content: 'chevron_right_ios';
@@ -5227,6 +7031,15 @@ i.icon {
5227
7031
  .md .icon-prev:after {
5228
7032
  line-height: 1.2;
5229
7033
  }
7034
+ .md .icon-close {
7035
+ width: 24px;
7036
+ height: 24px;
7037
+ line-height: 24px;
7038
+ font-size: 24px;
7039
+ }
7040
+ .md .icon-close:after {
7041
+ content: 'close_md';
7042
+ }
5230
7043
  .md .icon-back:after {
5231
7044
  content: 'arrow_right_md';
5232
7045
  }
@@ -5286,15 +7099,16 @@ i.icon {
5286
7099
  :root {
5287
7100
  --f7-dialog-button-text-color: var(--f7-theme-color);
5288
7101
  --f7-dialog-button-text-align: center;
7102
+ --f7-dialog-text-line-height: 1.5;
5289
7103
  }
5290
7104
  .ios {
5291
7105
  --f7-dialog-width: 270px;
5292
- --f7-dialog-inner-padding: 16px;
5293
- --f7-dialog-border-radius: 13px;
5294
- --f7-dialog-text-align: center;
7106
+ --f7-dialog-inner-padding: 24px;
7107
+ --f7-dialog-border-radius: 32px;
7108
+ --f7-dialog-text-align: left;
5295
7109
  --f7-dialog-font-size: 14px;
5296
7110
  --f7-dialog-title-text-color: inherit;
5297
- --f7-dialog-title-font-size: 18px;
7111
+ --f7-dialog-title-font-size: 17px;
5298
7112
  --f7-dialog-title-font-weight: 600;
5299
7113
  --f7-dialog-title-line-height: inherit;
5300
7114
  --f7-dialog-button-font-size: 17px;
@@ -5305,29 +7119,26 @@ i.icon {
5305
7119
  --f7-dialog-button-strong-bg-color: transparent;
5306
7120
  --f7-dialog-button-strong-text-color: var(--f7-theme-color);
5307
7121
  --f7-dialog-button-strong-font-weight: 500;
5308
- --f7-dialog-input-border-radius: 4px;
7122
+ --f7-dialog-input-border-radius: 16px;
5309
7123
  --f7-dialog-input-font-size: 14px;
5310
- --f7-dialog-input-height: 32px;
7124
+ --f7-dialog-input-height: 40px;
5311
7125
  --f7-dialog-input-border-width: 1px;
5312
7126
  --f7-dialog-input-placeholder-color: #a9a9a9;
5313
7127
  --f7-dialog-preloader-size: 34px;
7128
+ --f7-dialog-bg-color: var(--f7-glass-bg-color);
5314
7129
  --f7-dialog-input-bg-color: #fff;
5315
- --f7-dialog-bg-color: rgba(255, 255, 255, 0.95);
5316
7130
  --f7-dialog-bg-color-rgb: 255, 255, 255;
5317
7131
  --f7-dialog-text-color: #000;
5318
7132
  --f7-dialog-button-pressed-bg-color: rgba(0, 0, 0, 0.1);
5319
7133
  --f7-dialog-button-strong-pressed-bg-color: rgba(0, 0, 0, 0.1);
5320
7134
  --f7-dialog-input-border-color: rgba(0, 0, 0, 0.3);
5321
- --f7-dialog-border-divider-color: rgba(0, 0, 0, 0.2);
5322
7135
  }
5323
7136
  .ios .dark,
5324
7137
  .ios.dark {
5325
7138
  --f7-dialog-text-color: #fff;
5326
- --f7-dialog-bg-color: rgba(45, 45, 45, 0.95);
5327
7139
  --f7-dialog-bg-color-rgb: 45, 45, 45;
5328
7140
  --f7-dialog-button-pressed-bg-color: rgba(0, 0, 0, 0.2);
5329
7141
  --f7-dialog-button-strong-pressed-bg-color: rgba(0, 0, 0, 0.2);
5330
- --f7-dialog-border-divider-color: rgba(255, 255, 255, 0.15);
5331
7142
  --f7-dialog-input-border-color: rgba(255, 255, 255, 0.15);
5332
7143
  --f7-dialog-input-bg-color: rgba(0, 0, 0, 0.5);
5333
7144
  }
@@ -5387,13 +7198,6 @@ i.icon {
5387
7198
  background: var(--f7-dialog-bg-color);
5388
7199
  will-change: transform, opacity;
5389
7200
  }
5390
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
5391
- .ios-translucent-modals .dialog {
5392
- background-color: rgba(var(--f7-dialog-bg-color-rgb), 0.8);
5393
- -webkit-backdrop-filter: saturate(180%) blur(20px);
5394
- backdrop-filter: saturate(180%) blur(20px);
5395
- }
5396
- }
5397
7201
  .dialog.modal-in {
5398
7202
  opacity: 1;
5399
7203
  transform: translate3d(0, -50%, 0) scale(1);
@@ -5415,42 +7219,23 @@ i.icon {
5415
7219
  font-weight: var(--f7-dialog-title-font-weight);
5416
7220
  line-height: var(--f7-dialog-title-line-height);
5417
7221
  }
7222
+ .dialog-text {
7223
+ line-height: var(--f7-dialog-text-line-height);
7224
+ }
5418
7225
  .dialog-buttons {
5419
7226
  position: relative;
5420
7227
  display: flex;
5421
7228
  flex-direction: row-reverse;
5422
7229
  }
5423
7230
  .dialog-buttons-vertical .dialog-buttons {
5424
- display: block;
7231
+ flex-direction: column;
5425
7232
  height: auto !important;
5426
7233
  }
5427
7234
  .dialog-button {
5428
- box-sizing: border-box;
5429
7235
  overflow: hidden;
5430
7236
  position: relative;
5431
7237
  white-space: nowrap;
5432
7238
  text-overflow: ellipsis;
5433
- color: var(--f7-dialog-button-text-color);
5434
- font-size: var(--f7-dialog-button-font-size);
5435
- height: var(--f7-dialog-button-height);
5436
- line-height: var(--f7-dialog-button-height);
5437
- letter-spacing: var(--f7-dialog-button-letter-spacing);
5438
- text-align: var(--f7-dialog-button-text-align);
5439
- font-weight: var(--f7-dialog-button-font-weight);
5440
- text-transform: var(--f7-dialog-button-text-transform);
5441
- display: block;
5442
- cursor: pointer;
5443
- }
5444
- .dialog-button.active-state {
5445
- background-color: var(--f7-dialog-button-pressed-bg-color);
5446
- }
5447
- .dialog-button-strong {
5448
- background-color: var(--f7-dialog-button-strong-bg-color);
5449
- color: var(--f7-dialog-button-strong-text-color);
5450
- font-weight: var(--f7-dialog-button-strong-font-weight);
5451
- }
5452
- .dialog-button-strong.active-state {
5453
- background-color: var(--f7-dialog-button-strong-pressed-bg-color);
5454
7239
  }
5455
7240
  .dialog-no-buttons .dialog-buttons {
5456
7241
  display: none;
@@ -5486,115 +7271,46 @@ input.dialog-input[type]::placeholder {
5486
7271
  .dialog-preloader .preloader {
5487
7272
  --f7-preloader-size: var(--f7-dialog-preloader-size);
5488
7273
  }
5489
- html.with-modal-dialog .page-content {
7274
+ html:has(.dialog.modal-in) .page-content {
5490
7275
  overflow: hidden;
5491
7276
  -webkit-overflow-scrolling: auto;
5492
7277
  }
7278
+ .ios .dialog {
7279
+ box-shadow: var(--f7-glass-shadow);
7280
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
7281
+ backdrop-filter: saturate(180%) blur(16px);
7282
+ border-radius: var(--f7-dialog-border-radius);
7283
+ }
5493
7284
  .ios .dialog.modal-out {
5494
7285
  transform: translate3d(0, -50%, 0) scale(1);
5495
7286
  }
5496
7287
  .ios .dialog-inner {
5497
7288
  border-radius: var(--f7-dialog-border-radius) var(--f7-dialog-border-radius) 0 0;
5498
7289
  }
5499
- .ios .dialog-inner:after {
5500
- content: '';
5501
- position: absolute;
5502
- background-color: var(--f7-dialog-border-divider-color);
5503
- display: block;
5504
- z-index: 15;
5505
- top: auto;
5506
- right: auto;
5507
- bottom: 0;
5508
- left: 0;
5509
- height: 1px;
5510
- width: 100%;
5511
- transform-origin: 50% 100%;
5512
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
5513
- }
5514
7290
  .ios .dialog-title + .dialog-text {
5515
- margin-top: 5px;
7291
+ margin-top: 12px;
5516
7292
  }
5517
7293
  .ios .dialog-buttons {
5518
- height: 44px;
7294
+ padding: 0 14px 14px 14px;
5519
7295
  justify-content: center;
7296
+ gap: 8px;
5520
7297
  }
5521
7298
  .ios .dialog-button {
5522
7299
  width: 100%;
5523
- padding: 0 5px;
5524
7300
  -webkit-box-flex: 1;
5525
7301
  -ms-flex: 1;
5526
7302
  }
5527
- .ios .dialog-button:after {
5528
- content: '';
5529
- position: absolute;
5530
- background-color: var(--f7-dialog-border-divider-color);
5531
- display: block;
5532
- z-index: 15;
5533
- top: 0;
5534
- right: 0;
5535
- bottom: auto;
5536
- left: auto;
5537
- width: 1px;
5538
- height: 100%;
5539
- transform-origin: 100% 50%;
5540
- transform: scaleX(calc(1 / var(--f7-device-pixel-ratio)));
5541
- }
5542
- .ios .dialog-button:first-child {
5543
- border-radius: 0 0 0 var(--f7-dialog-border-radius);
5544
- }
5545
- .ios .dialog-button:last-child {
5546
- border-radius: 0 0 var(--f7-dialog-border-radius) 0;
5547
- }
5548
- .ios .dialog-button:last-child:after {
5549
- display: none !important;
5550
- }
5551
- .ios .dialog-button:first-child:last-child {
5552
- border-radius: 0 0 var(--f7-dialog-border-radius) var(--f7-dialog-border-radius);
5553
- }
5554
- .ios .dialog-button[class*='color-'] {
5555
- --f7-dialog-button-text-color: var(--f7-theme-color);
5556
- }
5557
- .ios .dialog-buttons-vertical .dialog-buttons {
5558
- height: auto;
5559
- }
5560
- .ios .dialog-buttons-vertical .dialog-button {
5561
- border-radius: 0;
5562
- }
5563
- .ios .dialog-buttons-vertical .dialog-button:after {
5564
- content: '';
5565
- position: absolute;
5566
- background-color: var(--f7-dialog-border-divider-color);
5567
- display: block;
5568
- z-index: 15;
5569
- top: auto;
5570
- right: auto;
5571
- bottom: 0;
5572
- left: 0;
5573
- height: 1px;
5574
- width: 100%;
5575
- transform-origin: 50% 100%;
5576
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
5577
- }
5578
- .ios .dialog-buttons-vertical .dialog-button:last-child {
5579
- border-radius: 0 0 var(--f7-dialog-border-radius) var(--f7-dialog-border-radius);
5580
- }
5581
- .ios .dialog-buttons-vertical .dialog-button:last-child:after {
5582
- display: none !important;
5583
- }
5584
7303
  .ios .dialog-no-buttons .dialog-inner {
5585
7304
  border-radius: var(--f7-dialog-border-radius);
5586
7305
  }
5587
- .ios .dialog-no-buttons .dialog-inner:after {
5588
- display: none !important;
5589
- }
5590
7306
  .ios .dialog-input-field {
5591
7307
  margin-top: 15px;
5592
7308
  }
5593
7309
  .ios .dialog-input {
5594
- padding: 0 5px;
7310
+ padding: 0 12px;
5595
7311
  }
5596
7312
  .ios .dialog-input + .dialog-input {
5597
- margin-top: 5px;
7313
+ margin-top: 12px;
5598
7314
  }
5599
7315
  .ios .dialog-input-double + .dialog-input-double {
5600
7316
  margin-top: 0;
@@ -5603,6 +7319,9 @@ html.with-modal-dialog .page-content {
5603
7319
  border-top: 0;
5604
7320
  margin-top: 0;
5605
7321
  }
7322
+ .ios .dialog-preloader {
7323
+ text-align: center;
7324
+ }
5606
7325
  .ios .dialog-preloader .dialog-title ~ .preloader,
5607
7326
  .ios .dialog-preloader .dialog-text ~ .preloader {
5608
7327
  margin-top: 15px;
@@ -5623,39 +7342,20 @@ html.with-modal-dialog .page-content {
5623
7342
  line-height: 1.5;
5624
7343
  }
5625
7344
  .md .dialog-buttons {
5626
- height: 64px;
5627
7345
  padding: 0px 24px 24px;
5628
7346
  overflow: hidden;
5629
7347
  box-sizing: border-box;
5630
7348
  justify-content: flex-end;
7349
+ gap: 8px;
5631
7350
  }
5632
7351
  .md .dialog-button {
5633
- --f7-touch-ripple-color: rgba(var(--f7-theme-color-rgb), 0.25);
5634
- border-radius: 99px;
5635
- min-width: 64px;
5636
- padding: 0px 16px;
5637
- border: none;
5638
- transition-duration: 300ms;
5639
- transform: translate3d(0, 0, 0);
5640
- }
5641
- .md .dialog-button + .dialog-button {
5642
- margin-left: 8px;
5643
- }
5644
- .md .dialog-button-strong {
5645
- --f7-touch-ripple-color: var(--f7-touch-ripple-white);
5646
- }
5647
- .md .dialog-button[class*='color-'] {
5648
- --f7-dialog-button-text-color: var(--f7-theme-color);
7352
+ width: auto;
5649
7353
  }
5650
7354
  .md .dialog-buttons-vertical .dialog-buttons {
5651
7355
  display: flex;
5652
7356
  flex-direction: column;
5653
7357
  align-items: flex-end;
5654
7358
  }
5655
- .md .dialog-buttons-vertical .dialog-button + .dialog-button {
5656
- margin-top: 8px;
5657
- margin-left: 0;
5658
- }
5659
7359
  .md .dialog-input {
5660
7360
  padding: 0;
5661
7361
  transition-duration: 200ms;
@@ -6018,15 +7718,14 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6018
7718
  --f7-popover-width: 260px;
6019
7719
  }
6020
7720
  .ios {
6021
- --f7-popover-border-radius: 13px;
7721
+ --f7-popover-border-radius: 32px;
6022
7722
  --f7-popover-actions-icon-size: 28px;
6023
7723
  --f7-popover-transition-timing-function: initial;
6024
- --f7-popover-bg-color: rgba(255, 255, 255, 0.95);
7724
+ --f7-popover-bg-color: transparent;
6025
7725
  --f7-popover-actions-label-text-color: rgba(0, 0, 0, 0.45);
6026
7726
  }
6027
7727
  .ios .dark,
6028
7728
  .ios.dark {
6029
- --f7-popover-bg-color: rgba(30, 30, 30, 0.95);
6030
7729
  --f7-popover-actions-label-text-color: rgba(255, 255, 255, 0.55);
6031
7730
  }
6032
7731
  .md {
@@ -6052,7 +7751,6 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6052
7751
  left: 0;
6053
7752
  position: absolute;
6054
7753
  display: none;
6055
- transition-duration: 300ms;
6056
7754
  background-color: var(--f7-popover-bg-color);
6057
7755
  border-radius: var(--f7-popover-border-radius);
6058
7756
  will-change: transform, opacity;
@@ -6140,112 +7838,126 @@ html.with-modal-popup-push-closing .framework7-root > .view.dark:after {
6140
7838
  display: block;
6141
7839
  z-index: 15;
6142
7840
  top: auto;
6143
- right: auto;
6144
- bottom: 0;
6145
- left: 0;
6146
- height: 1px;
6147
- width: 100%;
6148
- transform-origin: 50% 100%;
6149
- transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
6150
- }
6151
- .popover-from-actions-label:last-child:after {
6152
- display: none !important;
6153
- }
6154
- .md .popover-from-actions-label {
6155
- justify-content: center;
6156
- }
6157
- .popover-arrow {
6158
- width: 26px;
6159
- height: 26px;
6160
- position: absolute;
6161
- left: -26px;
6162
- top: 0;
6163
- z-index: 100;
6164
- overflow: hidden;
6165
- }
6166
- .popover-arrow:after {
6167
- content: '';
6168
- background: var(--f7-popover-bg-color);
6169
- width: 26px;
6170
- height: 26px;
6171
- position: absolute;
6172
- left: 0;
6173
- top: 0;
6174
- border-radius: 3px;
6175
- transform: rotate(45deg);
6176
- }
6177
- .popover-arrow.on-left {
6178
- left: -26px;
7841
+ right: auto;
7842
+ bottom: 0;
7843
+ left: 0;
7844
+ height: 1px;
7845
+ width: 100%;
7846
+ transform-origin: 50% 100%;
7847
+ transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
6179
7848
  }
6180
- .popover-arrow.on-left:after {
6181
- left: 19px;
6182
- top: 0;
7849
+ .popover-from-actions-label:last-child:after {
7850
+ display: none !important;
6183
7851
  }
6184
- .popover-arrow.on-right {
6185
- left: 100%;
7852
+ .md .popover-from-actions-label {
7853
+ justify-content: center;
6186
7854
  }
6187
- .popover-arrow.on-right:after {
6188
- left: -19px;
6189
- top: 0;
7855
+ .popover-on-top {
7856
+ transform-origin: center bottom;
6190
7857
  }
6191
- .popover-arrow.on-top {
6192
- left: 0;
6193
- top: -26px;
7858
+ .popover-on-top.popover-on-right {
7859
+ transform-origin: left bottom;
6194
7860
  }
6195
- .popover-arrow.on-top:after {
6196
- left: 0;
6197
- top: 19px;
7861
+ .popover-on-top.popover-on-left {
7862
+ transform-origin: right bottom;
6198
7863
  }
6199
- .popover-arrow.on-bottom {
6200
- left: 0;
6201
- top: 100%;
7864
+ .popover-on-middle {
7865
+ transform-origin: center center;
6202
7866
  }
6203
- .popover-arrow.on-bottom:after {
6204
- left: 0;
6205
- top: -19px;
7867
+ .popover-on-middle.popover-on-right {
7868
+ transform-origin: left center;
6206
7869
  }
6207
- .ios .popover {
6208
- transform: none;
6209
- transition-property: opacity;
7870
+ .popover-on-middle.popover-on-left {
7871
+ transform-origin: right center;
6210
7872
  }
6211
- .md .popover {
6212
- transform: scale(0.85, 0.6);
6213
- transition-property: opacity, transform;
7873
+ .popover-on-bottom {
7874
+ transform-origin: center top;
6214
7875
  }
6215
- .md .popover.modal-in {
6216
- opacity: 1;
6217
- transform: scale(1);
7876
+ .popover-on-bottom.popover-on-right {
7877
+ transform-origin: left top;
6218
7878
  }
6219
- .md .popover.modal-out {
6220
- opacity: 0;
6221
- transform: scale(1);
7879
+ .popover-on-bottom.popover-on-left {
7880
+ transform-origin: right top;
6222
7881
  }
6223
- .md .popover-on-top {
7882
+ .ios .popover-on-top {
6224
7883
  transform-origin: center bottom;
7884
+ --f7-popover-inner-offset: translate3d(0%, 80px, 0);
6225
7885
  }
6226
- .md .popover-on-top.popover-on-right {
7886
+ .ios .popover-on-top.popover-on-right {
6227
7887
  transform-origin: left bottom;
7888
+ --f7-popover-inner-offset: translate3d(50%, 80px, 0);
6228
7889
  }
6229
- .md .popover-on-top.popover-on-left {
7890
+ .ios .popover-on-top.popover-on-left {
6230
7891
  transform-origin: right bottom;
7892
+ --f7-popover-inner-offset: translate3d(-50%, 80px, 0);
6231
7893
  }
6232
- .md .popover-on-middle {
7894
+ .ios .popover-on-middle {
6233
7895
  transform-origin: center center;
6234
7896
  }
6235
- .md .popover-on-middle.popover-on-right {
7897
+ .ios .popover-on-middle.popover-on-right {
6236
7898
  transform-origin: left center;
7899
+ --f7-popover-inner-offset: translate3d(50%, 0px, 0);
6237
7900
  }
6238
- .md .popover-on-middle.popover-on-left {
7901
+ .ios .popover-on-middle.popover-on-left {
6239
7902
  transform-origin: right center;
7903
+ --f7-popover-inner-offset: translate3d(-50%, 0px, 0);
6240
7904
  }
6241
- .md .popover-on-bottom {
7905
+ .ios .popover-on-bottom {
6242
7906
  transform-origin: center top;
7907
+ --f7-popover-inner-offset: translate3d(0%, -80px, 0);
6243
7908
  }
6244
- .md .popover-on-bottom.popover-on-right {
7909
+ .ios .popover-on-bottom.popover-on-right {
6245
7910
  transform-origin: left top;
7911
+ --f7-popover-inner-offset: translate3d(50%, -80px, 0);
6246
7912
  }
6247
- .md .popover-on-bottom.popover-on-left {
7913
+ .ios .popover-on-bottom.popover-on-left {
6248
7914
  transform-origin: right top;
7915
+ --f7-popover-inner-offset: translate3d(-50%, -80px, 0);
7916
+ }
7917
+ .ios .popover {
7918
+ transform: translate3d(0, 0, 0) scale(0);
7919
+ transition-property: opacity, transform;
7920
+ opacity: 1;
7921
+ will-change: auto;
7922
+ }
7923
+ .ios .popover.modal-in {
7924
+ transform: translate3d(0, 0, 0) scale(1);
7925
+ transition-timing-function: cubic-bezier(0, 1, 0.2, 1.05);
7926
+ transition-duration: 400ms;
7927
+ }
7928
+ .ios .popover.modal-in .popover-inner {
7929
+ transition-duration: 600ms;
7930
+ transition-timing-function: cubic-bezier(0, 1, 0.2, 1.05);
7931
+ transform: translate3d(0, 0, 0) scale(1);
7932
+ }
7933
+ .ios .popover.modal-out {
7934
+ opacity: 0;
7935
+ transform: translate3d(0, 0, 0) scale(0);
7936
+ transition-duration: 300ms;
7937
+ }
7938
+ .ios .popover.modal-out .popover-inner {
7939
+ transition-duration: 500ms;
7940
+ }
7941
+ .ios .popover-inner {
7942
+ background: var(--f7-glass-bg-color);
7943
+ box-shadow: var(--f7-glass-shadow);
7944
+ border-radius: var(--f7-popover-border-radius);
7945
+ transform: var(--f7-popover-inner-offset);
7946
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
7947
+ backdrop-filter: saturate(180%) blur(16px);
7948
+ }
7949
+ .md .popover {
7950
+ transform: scale(0.85, 0.6);
7951
+ transition-property: opacity, transform;
7952
+ transition-duration: 300ms;
7953
+ }
7954
+ .md .popover.modal-in {
7955
+ opacity: 1;
7956
+ transform: scale(1);
7957
+ }
7958
+ .md .popover.modal-out {
7959
+ opacity: 0;
7960
+ transform: scale(1);
6249
7961
  }
6250
7962
  /* === Actions === */
6251
7963
  :root {
@@ -6854,12 +8566,10 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6854
8566
  --f7-toast-max-width: 568px;
6855
8567
  }
6856
8568
  .ios {
6857
- --f7-toast-text-color: #fff;
6858
- --f7-toast-bg-color: rgba(0, 0, 0, 0.75);
6859
- --f7-toast-bg-color-rgb: 0, 0, 0;
8569
+ --f7-toast-bg-color: var(--f7-glass-bg-color);
6860
8570
  --f7-toast-padding-horizontal: 16px;
6861
8571
  --f7-toast-padding-vertical: 12px;
6862
- --f7-toast-border-radius: 8px;
8572
+ --f7-toast-border-radius: 32px;
6863
8573
  --f7-toast-button-min-width: 64px;
6864
8574
  }
6865
8575
  .md {
@@ -6885,13 +8595,6 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6885
8595
  background-color: var(--f7-toast-bg-color);
6886
8596
  opacity: 0;
6887
8597
  }
6888
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
6889
- .ios-translucent-modals .toast {
6890
- background-color: rgba(var(--f7-toast-bg-color-rgb), 0.8);
6891
- -webkit-backdrop-filter: saturate(180%) blur(20px);
6892
- backdrop-filter: saturate(180%) blur(20px);
6893
- }
6894
- }
6895
8598
  .toast.modal-in {
6896
8599
  opacity: 1;
6897
8600
  }
@@ -6912,6 +8615,7 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6912
8615
  min-width: var(--f7-toast-button-min-width);
6913
8616
  margin-top: -8px;
6914
8617
  margin-bottom: -8px;
8618
+ width: auto;
6915
8619
  }
6916
8620
  .toast.toast-with-icon .toast-content {
6917
8621
  display: block;
@@ -6934,6 +8638,9 @@ html.with-modal-sheet-push-closing .framework7-root > .view.dark:after {
6934
8638
  transition-duration: 300ms;
6935
8639
  width: 100%;
6936
8640
  left: 0;
8641
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
8642
+ backdrop-filter: saturate(180%) blur(16px);
8643
+ box-shadow: var(--f7-glass-shadow);
6937
8644
  }
6938
8645
  .ios .toast.toast-top {
6939
8646
  top: 0;
@@ -7676,7 +9383,6 @@ body > .progressbar-infinite,
7676
9383
  :root {
7677
9384
  --f7-swipeout-delete-button-bg-color: #ff3b30;
7678
9385
  --f7-swipeout-button-text-color: #fff;
7679
- --f7-swipeout-button-padding-vertical: 0px;
7680
9386
  --f7-swipeout-button-bg-color: rgba(0, 0, 0, 0.22);
7681
9387
  }
7682
9388
  :root .dark,
@@ -7684,11 +9390,21 @@ body > .progressbar-infinite,
7684
9390
  --f7-swipeout-button-bg-color: rgba(255, 255, 255, 0.55);
7685
9391
  }
7686
9392
  .ios {
7687
- --f7-swipeout-button-padding-horizontal: 30px;
9393
+ --f7-swipeout-button-border-radius: 48px;
9394
+ --f7-swipeout-button-padding-vertical: 10px;
9395
+ --f7-swipeout-button-padding-horizontal: 16px;
7688
9396
  --f7-swipeout-button-font-size: inherit;
7689
9397
  --f7-swipeout-button-font-weight: inherit;
9398
+ --f7-swipeout-active-border-radius: 16px;
9399
+ --f7-swipeout-active-bg-color: #eee;
9400
+ }
9401
+ .ios .dark,
9402
+ .ios.dark {
9403
+ --f7-swipeout-active-bg-color: #2c2c2e;
7690
9404
  }
7691
9405
  .md {
9406
+ --f7-swipeout-button-border-radius: 0px;
9407
+ --f7-swipeout-button-padding-vertical: 0px;
7692
9408
  --f7-swipeout-button-padding-horizontal: 24px;
7693
9409
  --f7-swipeout-button-font-size: 14px;
7694
9410
  --f7-swipeout-button-font-weight: 500;
@@ -7708,11 +9424,22 @@ body > .progressbar-infinite,
7708
9424
  transform: translateX(-100%);
7709
9425
  }
7710
9426
  .swipeout-transitioning .swipeout-content,
9427
+ .swipeout-transitioning .swipeout-content .item-inner::after {
9428
+ transition-duration: 300ms;
9429
+ transition-property: transform, left, background-color, border-radius, opacity;
9430
+ }
7711
9431
  .swipeout-transitioning .swipeout-actions-right a,
7712
9432
  .swipeout-transitioning .swipeout-actions-left a,
7713
9433
  .swipeout-transitioning .swipeout-overswipe {
7714
9434
  transition-duration: 300ms;
7715
- transition-property: transform, left;
9435
+ transition-property: transform, left, width, margin-left, margin-right;
9436
+ }
9437
+ .swipeout-transitioning:not(.swipeout-opened) .swipeout-content {
9438
+ transition-delay: 0ms, 0ms, 300ms, 300ms, 0ms;
9439
+ }
9440
+ .list li:has( + li:is(.swipeout-opened, .swipeout-active)) .item-inner::after {
9441
+ opacity: 0;
9442
+ transition-duration: 300ms;
7716
9443
  }
7717
9444
  .swipeout-content {
7718
9445
  position: relative;
@@ -7720,7 +9447,6 @@ body > .progressbar-infinite,
7720
9447
  }
7721
9448
  .swipeout-overswipe {
7722
9449
  transition-duration: 200ms;
7723
- transition-property: left;
7724
9450
  }
7725
9451
  .swipeout-actions-left,
7726
9452
  .swipeout-actions-right {
@@ -7738,6 +9464,8 @@ body > .progressbar-infinite,
7738
9464
  .swipeout-actions-right > span,
7739
9465
  .swipeout-actions-left > div,
7740
9466
  .swipeout-actions-right > div {
9467
+ box-sizing: border-box;
9468
+ border-radius: var(--f7-swipeout-button-border-radius);
7741
9469
  color: var(--f7-swipeout-button-text-color);
7742
9470
  background: var(--f7-swipeout-button-bg-color);
7743
9471
  padding: var(--f7-swipeout-button-padding-vertical) var(--f7-swipeout-button-padding-horizontal);
@@ -7748,14 +9476,62 @@ body > .progressbar-infinite,
7748
9476
  font-size: var(--f7-swipeout-button-font-size);
7749
9477
  font-weight: var(--f7-swipeout-button-font-weight);
7750
9478
  }
7751
- .swipeout-actions-left > a:after,
7752
- .swipeout-actions-right > a:after,
7753
- .swipeout-actions-left > button:after,
7754
- .swipeout-actions-right > button:after,
7755
- .swipeout-actions-left > span:after,
7756
- .swipeout-actions-right > span:after,
7757
- .swipeout-actions-left > div:after,
7758
- .swipeout-actions-right > div:after {
9479
+ .swipeout-actions-left .swipeout-delete,
9480
+ .swipeout-actions-right .swipeout-delete {
9481
+ background: var(--f7-swipeout-delete-button-bg-color);
9482
+ }
9483
+ .swipeout-actions-left [class*='color-'],
9484
+ .swipeout-actions-right [class*='color-'] {
9485
+ --f7-swipeout-button-bg-color: var(--f7-theme-color);
9486
+ }
9487
+ .ios .swipeout-actions-right {
9488
+ right: 0%;
9489
+ }
9490
+ .ios .swipeout-actions-left {
9491
+ left: 0%;
9492
+ }
9493
+ .ios .swipeout-actions-left,
9494
+ .ios .swipeout-actions-right {
9495
+ padding: 0 10px;
9496
+ gap: 10px;
9497
+ align-items: center;
9498
+ }
9499
+ .ios .swipeout-actions-left > a,
9500
+ .ios .swipeout-actions-right > a,
9501
+ .ios .swipeout-actions-left > button,
9502
+ .ios .swipeout-actions-right > button,
9503
+ .ios .swipeout-actions-left > span,
9504
+ .ios .swipeout-actions-right > span,
9505
+ .ios .swipeout-actions-left > div,
9506
+ .ios .swipeout-actions-right > div {
9507
+ transform: scale(0);
9508
+ padding: var(--f7-swipeout-button-padding-vertical) var(--f7-swipeout-button-padding-horizontal);
9509
+ }
9510
+ .ios .swipeout-opened .swipeout-content,
9511
+ .ios .swipeout-active .swipeout-content {
9512
+ background-color: var(--f7-swipeout-active-bg-color);
9513
+ border-radius: var(--f7-swipeout-active-border-radius);
9514
+ }
9515
+ .ios .swipeout-opened .item-content,
9516
+ .ios .swipeout-active .item-content {
9517
+ border-radius: var(--f7-swipeout-active-border-radius);
9518
+ }
9519
+ .ios .swipeout-opened .swipeout-content .item-inner::after,
9520
+ .ios .swipeout-active .swipeout-content .item-inner::after {
9521
+ opacity: 0;
9522
+ }
9523
+ .ios .swipeout-overswipe {
9524
+ transition-duration: 200ms;
9525
+ transition-property: transform, left, width, margin-left, margin-right;
9526
+ }
9527
+ .md .swipeout-actions-left > a:after,
9528
+ .md .swipeout-actions-right > a:after,
9529
+ .md .swipeout-actions-left > button:after,
9530
+ .md .swipeout-actions-right > button:after,
9531
+ .md .swipeout-actions-left > span:after,
9532
+ .md .swipeout-actions-right > span:after,
9533
+ .md .swipeout-actions-left > div:after,
9534
+ .md .swipeout-actions-right > div:after {
7759
9535
  content: '';
7760
9536
  position: absolute;
7761
9537
  top: 0;
@@ -7766,45 +9542,40 @@ body > .progressbar-infinite,
7766
9542
  transform: translate3d(0, 0, 0);
7767
9543
  pointer-events: none;
7768
9544
  }
7769
- .swipeout-actions-left .swipeout-delete,
7770
- .swipeout-actions-right .swipeout-delete {
7771
- background: var(--f7-swipeout-delete-button-bg-color);
7772
- }
7773
- .swipeout-actions-right {
9545
+ .md .swipeout-actions-right {
7774
9546
  right: 0%;
7775
9547
  transform: translateX(calc(100% + 1px));
7776
9548
  }
7777
- .swipeout-actions-right > a:after,
7778
- .swipeout-actions-right > button:after,
7779
- .swipeout-actions-right > span:after,
7780
- .swipeout-actions-right > div:after {
9549
+ .md .swipeout-actions-right > a:after,
9550
+ .md .swipeout-actions-right > button:after,
9551
+ .md .swipeout-actions-right > span:after,
9552
+ .md .swipeout-actions-right > div:after {
7781
9553
  left: 100%;
7782
9554
  }
7783
- .swipeout-actions-right > a:last-child,
7784
- .swipeout-actions-right > button:last-child,
7785
- .swipeout-actions-right > span:last-child,
7786
- .swipeout-actions-right > div:last-child {
9555
+ .md .swipeout-actions-right > a:last-child,
9556
+ .md .swipeout-actions-right > button:last-child,
9557
+ .md .swipeout-actions-right > span:last-child,
9558
+ .md .swipeout-actions-right > div:last-child {
7787
9559
  padding-right: calc(var(--f7-swipeout-button-padding-horizontal) + var(--f7-safe-area-right));
7788
9560
  }
7789
- .swipeout-actions-left {
9561
+ .md .swipeout-actions-left {
7790
9562
  left: 0%;
7791
9563
  transform: translateX(calc(-100% - 1px));
7792
9564
  }
7793
- .swipeout-actions-left > a:after,
7794
- .swipeout-actions-left > button:after,
7795
- .swipeout-actions-left > span:after,
7796
- .swipeout-actions-left > div:after {
9565
+ .md .swipeout-actions-left > a:after,
9566
+ .md .swipeout-actions-left > button:after,
9567
+ .md .swipeout-actions-left > span:after,
9568
+ .md .swipeout-actions-left > div:after {
7797
9569
  right: 100%;
7798
9570
  }
7799
- .swipeout-actions-left > a:first-child,
7800
- .swipeout-actions-left > button:first-child,
7801
- .swipeout-actions-left > span:first-child,
7802
- .swipeout-actions-left > div:first-child {
9571
+ .md .swipeout-actions-left > a:first-child,
9572
+ .md .swipeout-actions-left > button:first-child,
9573
+ .md .swipeout-actions-left > span:first-child,
9574
+ .md .swipeout-actions-left > div:first-child {
7803
9575
  padding-left: calc(var(--f7-swipeout-button-padding-horizontal) + var(--f7-safe-area-left));
7804
9576
  }
7805
- .swipeout-actions-left [class*='color-'],
7806
- .swipeout-actions-right [class*='color-'] {
7807
- --f7-swipeout-button-bg-color: var(--f7-theme-color);
9577
+ .md .swipeout-overswipe {
9578
+ transition-property: left;
7808
9579
  }
7809
9580
  /* === Accordion === */
7810
9581
  :root {
@@ -11494,17 +13265,13 @@ label.item-radio.disabled,
11494
13265
  --f7-range-scale-step-height: 5px;
11495
13266
  --f7-range-scale-substep-width: 1px;
11496
13267
  --f7-range-scale-substep-height: 4px;
11497
- --f7-range-bar-bg-color: rgba(0, 0, 0, 0.2);
11498
- }
11499
- :root .dark,
11500
- :root.dark {
11501
- --f7-range-bar-bg-color: rgba(255, 255, 255, 0.2);
11502
13268
  }
11503
13269
  .ios {
11504
13270
  --f7-range-size: 28px;
11505
- --f7-range-bar-size: 4px;
11506
- --f7-range-bar-border-radius: 2px;
11507
- --f7-range-knob-size: 28px;
13271
+ --f7-range-bar-size: 6px;
13272
+ --f7-range-bar-border-radius: 6px;
13273
+ --f7-range-knob-width: 38px;
13274
+ --f7-range-knob-height: 24px;
11508
13275
  --f7-range-knob-color: #fff;
11509
13276
  --f7-range-knob-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
11510
13277
  --f7-range-label-size: 24px;
@@ -11513,18 +13280,24 @@ label.item-radio.disabled,
11513
13280
  --f7-range-label-font-size: 12px;
11514
13281
  --f7-range-label-font-weight: 500;
11515
13282
  --f7-range-label-border-radius: 5px;
11516
- --f7-range-label-padding: 0px 2px;
13283
+ --f7-range-label-padding: 0px 4px;
11517
13284
  --f7-range-scale-text-color: #666;
11518
13285
  --f7-range-scale-step-width: 1px;
11519
13286
  --f7-range-scale-font-size: 12px;
11520
13287
  --f7-range-scale-font-weight: 400;
11521
13288
  --f7-range-scale-label-offset: 4px;
13289
+ --f7-range-bar-bg-color: rgba(0, 0, 0, 0.2);
13290
+ }
13291
+ .ios .dark,
13292
+ .ios.dark {
13293
+ --f7-range-bar-bg-color: rgba(255, 255, 255, 0.2);
11522
13294
  }
11523
13295
  .md {
11524
13296
  --f7-range-size: 20px;
11525
- --f7-range-bar-size: 2px;
11526
- --f7-range-bar-border-radius: 0px;
11527
- --f7-range-knob-size: 12px;
13297
+ --f7-range-bar-size: 16px;
13298
+ --f7-range-bar-border-radius: 16px;
13299
+ --f7-range-knob-width: 16px;
13300
+ --f7-range-knob-height: 44px;
11528
13301
  --f7-range-knob-box-shadow: none;
11529
13302
  --f7-range-label-size: 26px;
11530
13303
  --f7-range-label-font-weight: normal;
@@ -11539,6 +13312,7 @@ label.item-radio.disabled,
11539
13312
  .md,
11540
13313
  .md .dark,
11541
13314
  .md [class*='color-'] {
13315
+ --f7-range-bar-bg-color: var(--f7-md-secondary-container);
11542
13316
  --f7-range-knob-color: var(--f7-theme-color);
11543
13317
  --f7-range-label-text-color: var(--f7-md-on-primary);
11544
13318
  --f7-range-label-bg-color: var(--f7-theme-color);
@@ -11606,49 +13380,35 @@ label.item-radio.disabled,
11606
13380
  .range-knob-wrap {
11607
13381
  z-index: 20;
11608
13382
  position: absolute;
11609
- height: var(--f7-range-knob-size);
11610
- width: var(--f7-range-knob-size);
13383
+ height: var(--f7-range-knob-height);
13384
+ width: var(--f7-range-knob-width);
11611
13385
  }
11612
13386
  .range-slider-horizontal .range-knob-wrap {
11613
13387
  top: 50%;
11614
- margin-top: calc(-1 * var(--f7-range-knob-size) / 2);
11615
- margin-right: calc(-1 * var(--f7-range-knob-size) / 2);
13388
+ margin-top: calc(-1 * var(--f7-range-knob-height) / 2);
13389
+ margin-right: calc(-1 * var(--f7-range-knob-width) / 2);
11616
13390
  right: 0;
11617
13391
  }
11618
13392
  .range-slider-vertical .range-knob-wrap {
11619
13393
  left: 50%;
11620
- margin-left: calc(-1 * var(--f7-range-knob-size) / 2);
13394
+ height: var(--f7-range-knob-width);
13395
+ width: var(--f7-range-knob-height);
13396
+ margin-left: calc(-1 * var(--f7-range-knob-height) / 2);
11621
13397
  bottom: 0;
11622
- margin-bottom: calc(-1 * var(--f7-range-knob-size) / 2);
13398
+ margin-bottom: calc(-1 * var(--f7-range-knob-width) / 2);
11623
13399
  }
11624
13400
  .range-slider-vertical-reversed .range-knob-wrap {
11625
13401
  bottom: auto;
11626
13402
  top: 0;
11627
13403
  margin-bottom: 0;
11628
- margin-top: calc(-1 * var(--f7-range-knob-size) / 2);
13404
+ margin-top: calc(-1 * var(--f7-range-knob-width) / 2);
11629
13405
  }
11630
13406
  .range-knob {
11631
13407
  box-sizing: border-box;
11632
- border-radius: 50%;
11633
- position: absolute;
11634
- left: 0;
11635
- top: 0;
11636
- width: 100%;
11637
- height: 100%;
11638
13408
  z-index: 1;
11639
13409
  background: var(--f7-range-knob-color, var(--f7-range-knob-bg-color, var(--f7-theme-color)));
11640
13410
  box-shadow: var(--f7-range-knob-box-shadow);
11641
13411
  }
11642
- .range-knob:after {
11643
- content: '';
11644
- position: absolute;
11645
- left: 50%;
11646
- top: 50%;
11647
- width: 44px;
11648
- height: 44px;
11649
- margin-left: -22px;
11650
- margin-top: -22px;
11651
- }
11652
13412
  .range-knob-label {
11653
13413
  position: absolute;
11654
13414
  left: 50%;
@@ -11748,19 +13508,94 @@ label.item-radio.disabled,
11748
13508
  --f7-range-scale-step-width: var(--f7-range-scale-substep-width);
11749
13509
  --f7-range-scale-step-height: var(--f7-range-scale-substep-height);
11750
13510
  }
13511
+ .ios .range-bar-active {
13512
+ border-radius: inherit;
13513
+ }
13514
+ .ios .range-knob {
13515
+ border-radius: var(--f7-range-knob-height);
13516
+ transition-duration: 300ms;
13517
+ position: absolute;
13518
+ left: 0;
13519
+ top: 0;
13520
+ width: 100%;
13521
+ height: 100%;
13522
+ }
13523
+ .ios .range-knob:after {
13524
+ content: '';
13525
+ position: absolute;
13526
+ left: 50%;
13527
+ top: 50%;
13528
+ width: 44px;
13529
+ height: 44px;
13530
+ }
13531
+ .ios .range-knob::before,
13532
+ .ios .range-knob::after {
13533
+ content: '';
13534
+ position: absolute;
13535
+ }
13536
+ .ios .range-knob::before {
13537
+ width: 1px;
13538
+ height: 1px;
13539
+ opacity: 0;
13540
+ transition-duration: 300ms;
13541
+ box-shadow: 0px 0px 40px 15px rgba(var(--f7-theme-color-rgb), 0.75);
13542
+ left: 50%;
13543
+ top: 50%;
13544
+ margin-left: -0.5px;
13545
+ margin-top: -0.5px;
13546
+ }
13547
+ .ios .range-knob::after {
13548
+ inset: 0;
13549
+ border-radius: inherit;
13550
+ box-shadow: var(--f7-glass-shadow-thumb);
13551
+ transition-duration: 300ms;
13552
+ opacity: 0;
13553
+ width: 100%;
13554
+ height: 100%;
13555
+ margin: 0;
13556
+ }
11751
13557
  .ios .range-knob-label {
11752
13558
  margin-bottom: 6px;
11753
13559
  transform: translateX(-50%) translateY(100%) scale(0);
13560
+ z-index: 2;
11754
13561
  }
11755
13562
  .ios .range-knob-active-state .range-knob-label {
11756
13563
  transform: translateX(-50%) translateY(0%) scale(1);
11757
13564
  }
13565
+ .ios .range-knob-active-state .range-knob {
13566
+ background: transparent;
13567
+ transform: scale(1.4);
13568
+ }
13569
+ .ios .range-knob-active-state .range-knob::before {
13570
+ opacity: 1;
13571
+ }
13572
+ .ios .range-knob-active-state .range-knob::after {
13573
+ opacity: 1;
13574
+ }
13575
+ .md .range-knob-wrap {
13576
+ display: flex;
13577
+ align-items: center;
13578
+ justify-content: center;
13579
+ }
11758
13580
  .md .range-knob {
11759
13581
  transition-duration: 200ms;
11760
13582
  transition-property: transform, background-color;
13583
+ width: 4px;
13584
+ height: var(--f7-range-knob-height);
13585
+ display: flex;
13586
+ align-items: center;
13587
+ justify-content: center;
13588
+ border-radius: 4px;
11761
13589
  }
11762
13590
  .md .range-knob-active-state .range-knob {
11763
- transform: scale(1.5);
13591
+ transform: scaleX(0.5);
13592
+ }
13593
+ .md .range-slider-vertical .range-knob {
13594
+ width: var(--f7-range-knob-height);
13595
+ height: 4px;
13596
+ }
13597
+ .md .range-slider-vertical .range-knob-active-state .range-knob {
13598
+ transform: scaleY(0.5);
11764
13599
  }
11765
13600
  .md .range-slider-min:not(.range-slider-dual) .range-knob {
11766
13601
  background: #fff !important;
@@ -11787,8 +13622,48 @@ label.item-radio.disabled,
11787
13622
  .md .range-knob-active-state .range-knob-label {
11788
13623
  transform: translateY(0%) scale(1);
11789
13624
  }
11790
- .md .range-slider-label .range-knob-active-state .range-knob {
11791
- transform: scale(0);
13625
+ .md .range-bar-active,
13626
+ .md .range-bar-inactive {
13627
+ border-radius: 4px;
13628
+ }
13629
+ .md .range-slider::before,
13630
+ .md .range-slider::after {
13631
+ content: '';
13632
+ position: absolute;
13633
+ width: 4px;
13634
+ height: 4px;
13635
+ border-radius: 50%;
13636
+ background: var(--f7-range-knob-color);
13637
+ top: calc(50% - 2px);
13638
+ z-index: 1;
13639
+ pointer-events: none;
13640
+ transition-duration: 200ms;
13641
+ }
13642
+ .md .range-slider::before {
13643
+ left: calc(var(--f7-range-knob-width) / 2 - 2px);
13644
+ }
13645
+ .md .range-slider::after {
13646
+ right: calc(var(--f7-range-knob-width) / 2 - 2px);
13647
+ }
13648
+ .md .range-slider:not(.range-slider-dual)::before {
13649
+ content: none;
13650
+ display: none;
13651
+ }
13652
+ .md .range-slider:has(.range-knob-active-state)::before,
13653
+ .md .range-slider:has(.range-knob-active-state)::after {
13654
+ transform: scale(0.5);
13655
+ }
13656
+ .md .range-slider.range-slider-vertical::before,
13657
+ .md .range-slider.range-slider-vertical::after {
13658
+ top: auto;
13659
+ left: calc(50% - 2px);
13660
+ right: auto;
13661
+ }
13662
+ .md .range-slider.range-slider-vertical::before {
13663
+ bottom: calc(var(--f7-range-knob-width) / 2 - 2px);
13664
+ }
13665
+ .md .range-slider.range-slider-vertical::after {
13666
+ top: calc(var(--f7-range-knob-width) / 2 - 2px);
11792
13667
  }
11793
13668
  /* === Stepper === */
11794
13669
  :root {
@@ -15687,14 +17562,14 @@ table.data-table {
15687
17562
  .md [class*='color-'] {
15688
17563
  --f7-message-sent-bg-color: var(--f7-md-primary);
15689
17564
  --f7-message-sent-text-color: var(--f7-md-on-primary);
15690
- --f7-message-received-bg-color: var(--f7-md-surface-variant);
17565
+ --f7-message-received-bg-color: var(--f7-md-surface-2);
15691
17566
  --f7-message-received-text-color: var(--f7-md-on-surface);
15692
- --f7-message-text-header-text-color: var(--f7-md-on-surface-variant);
15693
- --f7-message-text-footer-text-color: var(--f7-md-on-surface-variant);
15694
- --f7-messages-title-text-color: var(--f7-md-on-surface-variant);
15695
- --f7-message-header-text-color: var(--f7-md-on-surface-variant);
15696
- --f7-message-footer-text-color: var(--f7-md-on-surface-variant);
15697
- --f7-message-name-text-color: var(--f7-md-on-surface-variant);
17567
+ --f7-message-text-header-text-color: var(--f7-md-on-surface-2);
17568
+ --f7-message-text-footer-text-color: var(--f7-md-on-surface-2);
17569
+ --f7-messages-title-text-color: var(--f7-md-on-surface-2);
17570
+ --f7-message-header-text-color: var(--f7-md-on-surface-2);
17571
+ --f7-message-footer-text-color: var(--f7-md-on-surface-2);
17572
+ --f7-message-name-text-color: var(--f7-md-on-surface-2);
15698
17573
  }
15699
17574
  .messages-content,
15700
17575
  .messages {
@@ -16183,7 +18058,7 @@ table.data-table {
16183
18058
  .md [class*='color-'] {
16184
18059
  --f7-messagebar-textarea-placeholder-color: var(--f7-md-on-surface-variant);
16185
18060
  --f7-messagebar-textarea-bg-color: var(--f7-md-surface-variant);
16186
- --f7-messagebar-bg-color: var(--f7-md-surface);
18061
+ --f7-messagebar-bg-color: var(--f7-md-surface-2);
16187
18062
  --f7-messagebar-textarea-text-color: var(--f7-md-on-surface);
16188
18063
  --f7-messagebar-sheet-bg-color: var(--f7-md-surface);
16189
18064
  --f7-messagebar-sheet-border-color: var(--f7-md-outline-variant);
@@ -17628,23 +19503,22 @@ button.swiper-pagination-bullet {
17628
19503
  }
17629
19504
  .ios {
17630
19505
  --f7-notification-margin: 8px;
17631
- --f7-notification-padding-horizontal: 10px;
17632
- --f7-notification-padding-vertical: 10px;
17633
- --f7-notification-border-radius: 12px;
17634
- --f7-notification-box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.7);
17635
- --f7-notification-icon-size: 20px;
17636
- --f7-notification-title-font-size: 13px;
17637
- --f7-notification-title-text-transform: uppercase;
19506
+ --f7-notification-padding-horizontal: 16px;
19507
+ --f7-notification-padding-vertical: 16px;
19508
+ --f7-notification-border-radius: 24px;
19509
+ --f7-notification-box-shadow: var(--f7-glass-shadow);
19510
+ --f7-notification-icon-size: 28px;
19511
+ --f7-notification-title-font-size: 14px;
19512
+ --f7-notification-title-text-transform: none;
17638
19513
  --f7-notification-title-line-height: 1.4;
17639
- --f7-notification-title-font-weight: 400;
19514
+ --f7-notification-title-font-weight: bold;
17640
19515
  --f7-notification-title-letter-spacing: 0.02em;
17641
- --f7-notification-title-right-font-size: 13px;
17642
- --f7-notification-subtitle-font-size: 15px;
19516
+ --f7-notification-title-right-font-size: 14px;
19517
+ --f7-notification-subtitle-font-size: 14px;
17643
19518
  --f7-notification-subtitle-font-weight: 600;
17644
- --f7-notification-text-font-size: 15px;
17645
- --f7-notification-text-line-height: 1.2;
17646
- --f7-notification-bg-color: rgba(250, 250, 250, 0.95);
17647
- --f7-notification-bg-color-rgb: 255, 255, 255;
19519
+ --f7-notification-text-font-size: 14px;
19520
+ --f7-notification-text-line-height: 1.4;
19521
+ --f7-notification-bg-color: var(--f7-glass-bg-color);
17648
19522
  --f7-notification-title-color: #000;
17649
19523
  --f7-notification-title-right-color: rgba(0, 0, 0, 0.45);
17650
19524
  --f7-notification-subtitle-color: #000;
@@ -17652,8 +19526,6 @@ button.swiper-pagination-bullet {
17652
19526
  }
17653
19527
  .ios .dark,
17654
19528
  .ios.dark {
17655
- --f7-notification-bg-color: rgba(30, 30, 30, 0.95);
17656
- --f7-notification-bg-color-rgb: 30, 30, 30;
17657
19529
  --f7-notification-title-color: #fff;
17658
19530
  --f7-notification-text-color: #fff;
17659
19531
  --f7-notification-subtitle-color: #fff;
@@ -17704,14 +19576,22 @@ button.swiper-pagination-bullet {
17704
19576
  box-shadow: var(--f7-notification-box-shadow);
17705
19577
  background: var(--f7-notification-bg-color);
17706
19578
  margin-top: var(--f7-safe-area-top);
19579
+ display: flex;
19580
+ gap: 16px;
19581
+ -webkit-backdrop-filter: saturate(180%) blur(16px);
19582
+ backdrop-filter: saturate(180%) blur(16px);
17707
19583
  }
17708
- @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
17709
- .ios-translucent-modals .notification {
17710
- background-color: rgba(var(--f7-notification-bg-color-rgb), 0.8);
17711
- -webkit-backdrop-filter: saturate(180%) blur(20px);
17712
- backdrop-filter: saturate(180%) blur(20px);
19584
+ @media (min-width: 568px) {
19585
+ .notification {
19586
+ left: 50%;
19587
+ width: var(--f7-notification-max-width);
19588
+ margin-left: calc(-1 * var(--f7-notification-max-width) / 2);
17713
19589
  }
17714
19590
  }
19591
+ .notification-content {
19592
+ width: 100%;
19593
+ flex-shrink: 10;
19594
+ }
17715
19595
  .notification-title {
17716
19596
  color: var(--f7-notification-title-color, var(--f7-theme-color));
17717
19597
  font-size: var(--f7-notification-title-font-size);
@@ -17741,6 +19621,7 @@ button.swiper-pagination-bullet {
17741
19621
  .notification-icon {
17742
19622
  font-size: 0;
17743
19623
  line-height: var(--f7-notification-icon-size);
19624
+ flex-shrink: 0;
17744
19625
  }
17745
19626
  .notification-icon i,
17746
19627
  .notification-icon {
@@ -17789,6 +19670,7 @@ button.swiper-pagination-bullet {
17789
19670
  .ios .notification {
17790
19671
  transition-duration: 450ms;
17791
19672
  transform: translate3d(0%, -200%, 0);
19673
+ align-items: center;
17792
19674
  }
17793
19675
  .ios .notification.modal-in {
17794
19676
  transform: translate3d(0%, 0%, 0);
@@ -17797,18 +19679,11 @@ button.swiper-pagination-bullet {
17797
19679
  .ios .notification.modal-out {
17798
19680
  transform: translate3d(0%, -200%, 0);
17799
19681
  }
17800
- .ios .notification-icon {
17801
- margin-right: 8px;
17802
- }
17803
- .ios .notification-header + .notification-content {
17804
- margin-top: 10px;
17805
- }
17806
19682
  .ios .notification-title-right-text {
17807
- margin-right: 6px;
17808
19683
  margin-left: auto;
17809
19684
  }
17810
19685
  .ios .notification-title-right-text + .notification-close-button {
17811
- margin-left: 10px;
19686
+ margin-left: 12px;
17812
19687
  }
17813
19688
  .ios .notification-close-button {
17814
19689
  font-size: 14px;
@@ -17852,22 +19727,7 @@ button.swiper-pagination-bullet {
17852
19727
  transition-timing-function: ease-in;
17853
19728
  transform: translate3d(0, -150%, 0);
17854
19729
  }
17855
- .md .notification-with-icon .notification-icon {
17856
- position: absolute;
17857
- left: var(--f7-notification-padding-horizontal);
17858
- top: var(--f7-notification-padding-vertical);
17859
- }
17860
- .md .notification-with-icon .notification-content,
17861
- .md .notification-with-icon .notification-header {
17862
- margin-left: calc(var(--f7-notification-icon-size) + 16px);
17863
- }
17864
- .md .notification-icon {
17865
- margin-right: 8px;
17866
- }
17867
- .md .notification-subtitle + .notification-text {
17868
- margin-top: 4px;
17869
- }
17870
- .md .notification-header + .notification-content {
19730
+ .md .notification-header + :is(.notification-subtitle, .notification-text) {
17871
19731
  margin-top: 8px;
17872
19732
  }
17873
19733
  .md .notification-title-right-text {