25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5894 lines
181 KiB

  1. /**
  2. * Framework7 5.7.14
  3. * Full featured mobile HTML framework for building iOS & Android apps
  4. * https://framework7.io/
  5. *
  6. * Copyright 2014-2020 Vladimir Kharlampidi
  7. *
  8. * Released under the MIT License
  9. *
  10. * Released on: November 9, 2020
  11. */
  12. /*====================
  13. Core
  14. ==================== */
  15. :root {
  16. --f7-theme-color: #007aff;
  17. --f7-theme-color-rgb: 0, 122, 255;
  18. --f7-theme-color-shade: #0066d6;
  19. --f7-theme-color-tint: #298fff;
  20. --f7-safe-area-left: 0px;
  21. --f7-safe-area-right: 0px;
  22. --f7-safe-area-top: 0px;
  23. --f7-safe-area-bottom: 0px;
  24. --f7-safe-area-outer-left: 0px;
  25. --f7-safe-area-outer-right: 0px;
  26. --f7-device-pixel-ratio: 1;
  27. }
  28. @supports (left: env(safe-area-inset-left)) {
  29. :root {
  30. --f7-safe-area-top: env(safe-area-inset-top);
  31. --f7-safe-area-bottom: env(safe-area-inset-bottom);
  32. }
  33. :root .ios-left-edge,
  34. :root .ios-edges,
  35. :root .safe-area-left,
  36. :root .safe-areas,
  37. :root .popup,
  38. :root .sheet-modal,
  39. :root .panel-left {
  40. --f7-safe-area-left: env(safe-area-inset-left);
  41. --f7-safe-area-outer-left: env(safe-area-inset-left);
  42. }
  43. :root .ios-right-edge,
  44. :root .ios-edges,
  45. :root .safe-area-right,
  46. :root .safe-areas,
  47. :root .popup,
  48. :root .sheet-modal,
  49. :root .panel-right {
  50. --f7-safe-area-right: env(safe-area-inset-right);
  51. --f7-safe-area-outer-right: env(safe-area-inset-right);
  52. }
  53. :root .no-safe-areas,
  54. :root .no-safe-area-left,
  55. :root .no-ios-edges,
  56. :root .no-ios-left-edge {
  57. --f7-safe-area-left: 0px;
  58. --f7-safe-area-outer-left: 0px;
  59. }
  60. :root .no-safe-areas,
  61. :root .no-safe-area-right,
  62. :root .no-ios-edges,
  63. :root .no-ios-right-edge {
  64. --f7-safe-area-right: 0px;
  65. --f7-safe-area-outer-right: 0px;
  66. }
  67. }
  68. @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  69. :root {
  70. --f7-device-pixel-ratio: 2;
  71. }
  72. }
  73. @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  74. :root {
  75. --f7-device-pixel-ratio: 3;
  76. }
  77. }
  78. /*====================
  79. Fonts & Bars
  80. ==================== */
  81. :root {
  82. --f7-font-size: 14px;
  83. /*
  84. --f7-bars-link-color: var(--f7-theme-color);
  85. */
  86. --f7-bars-bg-image: none;
  87. --f7-bars-translucent-opacity: 0.8;
  88. --f7-bars-translucent-blur: 20px;
  89. --f7-bars-shadow-bottom-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  90. --f7-bars-shadow-top-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  91. --f7-bars-text-color: #000;
  92. --f7-bars-bg-color: #f7f7f8;
  93. --f7-bars-bg-color-rgb: 247, 247, 248;
  94. }
  95. :root .theme-dark,
  96. :root.theme-dark {
  97. --f7-bars-text-color: #fff;
  98. }
  99. .ios {
  100. --f7-font-family: -apple-system, SF Pro Text, SF UI Text, system-ui, Helvetica Neue, Helvetica, Arial, sans-serif;
  101. --f7-line-height: 1.4;
  102. --f7-text-color: #000;
  103. --f7-bars-border-color: rgba(0, 0, 0, 0.25);
  104. }
  105. .ios .theme-dark,
  106. .ios.theme-dark {
  107. --f7-text-color: #fff;
  108. --f7-bars-bg-color: #121212;
  109. --f7-bars-bg-color-rgb: 22, 22, 22;
  110. --f7-bars-border-color: rgba(255, 255, 255, 0.16);
  111. }
  112. .md {
  113. --f7-font-family: Roboto, system-ui, Noto, Helvetica, Arial, sans-serif;
  114. --f7-line-height: 1.5;
  115. --f7-bars-border-color: transparent;
  116. --f7-text-color: #212121;
  117. }
  118. .md .theme-dark,
  119. .md.theme-dark {
  120. --f7-text-color: rgba(255, 255, 255, 0.87);
  121. --f7-bars-bg-color: #202020;
  122. }
  123. .aurora {
  124. --f7-font-family: -apple-system, system-ui, Helvetica, Arial, sans-serif;
  125. --f7-line-height: 1.5;
  126. --f7-text-color: #000;
  127. --f7-bars-border-color: rgba(0, 0, 0, 0.2);
  128. }
  129. .aurora .theme-dark,
  130. .aurora.theme-dark {
  131. --f7-text-color: #fff;
  132. --f7-bars-bg-color: #202020;
  133. --f7-bars-border-color: rgba(255, 255, 255, 0.1);
  134. }
  135. /*====================
  136. Color Themes
  137. ==================== */
  138. .text-color-primary {
  139. --f7-theme-color-text-color: var(--f7-theme-color);
  140. }
  141. .bg-color-primary {
  142. --f7-theme-color-bg-color: var(--f7-theme-color);
  143. }
  144. .border-color-primary {
  145. --f7-theme-color-border-color: var(--f7-theme-color);
  146. }
  147. .ripple-color-primary {
  148. --f7-theme-color-ripple-color: rgba(var(--f7-theme-color-rgb), 0.3);
  149. }
  150. :root {
  151. --f7-color-red: #ff3b30;
  152. --f7-color-red-rgb: 255, 59, 48;
  153. --f7-color-red-shade: #ff1407;
  154. --f7-color-red-tint: #ff6259;
  155. --f7-color-green: #4cd964;
  156. --f7-color-green-rgb: 76, 217, 100;
  157. --f7-color-green-shade: #2cd048;
  158. --f7-color-green-tint: #6ee081;
  159. --f7-color-blue: #2196f3;
  160. --f7-color-blue-rgb: 33, 150, 243;
  161. --f7-color-blue-shade: #0c82df;
  162. --f7-color-blue-tint: #48a8f5;
  163. --f7-color-pink: #ff2d55;
  164. --f7-color-pink-rgb: 255, 45, 85;
  165. --f7-color-pink-shade: #ff0434;
  166. --f7-color-pink-tint: #ff5676;
  167. --f7-color-yellow: #ffcc00;
  168. --f7-color-yellow-rgb: 255, 204, 0;
  169. --f7-color-yellow-shade: #d6ab00;
  170. --f7-color-yellow-tint: #ffd429;
  171. --f7-color-orange: #ff9500;
  172. --f7-color-orange-rgb: 255, 149, 0;
  173. --f7-color-orange-shade: #d67d00;
  174. --f7-color-orange-tint: #ffa629;
  175. --f7-color-purple: #9c27b0;
  176. --f7-color-purple-rgb: 156, 39, 176;
  177. --f7-color-purple-shade: #7e208f;
  178. --f7-color-purple-tint: #b92fd1;
  179. --f7-color-deeppurple: #673ab7;
  180. --f7-color-deeppurple-rgb: 103, 58, 183;
  181. --f7-color-deeppurple-shade: #563098;
  182. --f7-color-deeppurple-tint: #7c52c8;
  183. --f7-color-lightblue: #5ac8fa;
  184. --f7-color-lightblue-rgb: 90, 200, 250;
  185. --f7-color-lightblue-shade: #32bbf9;
  186. --f7-color-lightblue-tint: #82d5fb;
  187. --f7-color-teal: #009688;
  188. --f7-color-teal-rgb: 0, 150, 136;
  189. --f7-color-teal-shade: #006d63;
  190. --f7-color-teal-tint: #00bfad;
  191. --f7-color-lime: #cddc39;
  192. --f7-color-lime-rgb: 205, 220, 57;
  193. --f7-color-lime-shade: #bac923;
  194. --f7-color-lime-tint: #d6e25c;
  195. --f7-color-deeporange: #ff6b22;
  196. --f7-color-deeporange-rgb: 255, 107, 34;
  197. --f7-color-deeporange-shade: #f85200;
  198. --f7-color-deeporange-tint: #ff864b;
  199. --f7-color-gray: #8e8e93;
  200. --f7-color-gray-rgb: 142, 142, 147;
  201. --f7-color-gray-shade: #79797f;
  202. --f7-color-gray-tint: #a3a3a7;
  203. --f7-color-white: #ffffff;
  204. --f7-color-white-rgb: 255, 255, 255;
  205. --f7-color-white-shade: #ebebeb;
  206. --f7-color-white-tint: #ffffff;
  207. --f7-color-black: #000000;
  208. --f7-color-black-rgb: 0, 0, 0;
  209. --f7-color-black-shade: #000000;
  210. --f7-color-black-tint: #141414;
  211. }
  212. .color-theme-red {
  213. --f7-theme-color: #ff3b30;
  214. --f7-theme-color-rgb: 255, 59, 48;
  215. --f7-theme-color-shade: #ff1407;
  216. --f7-theme-color-tint: #ff6259;
  217. }
  218. .color-theme-green {
  219. --f7-theme-color: #4cd964;
  220. --f7-theme-color-rgb: 76, 217, 100;
  221. --f7-theme-color-shade: #2cd048;
  222. --f7-theme-color-tint: #6ee081;
  223. }
  224. .color-theme-blue {
  225. --f7-theme-color: #2196f3;
  226. --f7-theme-color-rgb: 33, 150, 243;
  227. --f7-theme-color-shade: #0c82df;
  228. --f7-theme-color-tint: #48a8f5;
  229. }
  230. .color-theme-pink {
  231. --f7-theme-color: #ff2d55;
  232. --f7-theme-color-rgb: 255, 45, 85;
  233. --f7-theme-color-shade: #ff0434;
  234. --f7-theme-color-tint: #ff5676;
  235. }
  236. .color-theme-yellow {
  237. --f7-theme-color: #ffcc00;
  238. --f7-theme-color-rgb: 255, 204, 0;
  239. --f7-theme-color-shade: #d6ab00;
  240. --f7-theme-color-tint: #ffd429;
  241. }
  242. .color-theme-orange {
  243. --f7-theme-color: #ff9500;
  244. --f7-theme-color-rgb: 255, 149, 0;
  245. --f7-theme-color-shade: #d67d00;
  246. --f7-theme-color-tint: #ffa629;
  247. }
  248. .color-theme-purple {
  249. --f7-theme-color: #9c27b0;
  250. --f7-theme-color-rgb: 156, 39, 176;
  251. --f7-theme-color-shade: #7e208f;
  252. --f7-theme-color-tint: #b92fd1;
  253. }
  254. .color-theme-deeppurple {
  255. --f7-theme-color: #673ab7;
  256. --f7-theme-color-rgb: 103, 58, 183;
  257. --f7-theme-color-shade: #563098;
  258. --f7-theme-color-tint: #7c52c8;
  259. }
  260. .color-theme-lightblue {
  261. --f7-theme-color: #5ac8fa;
  262. --f7-theme-color-rgb: 90, 200, 250;
  263. --f7-theme-color-shade: #32bbf9;
  264. --f7-theme-color-tint: #82d5fb;
  265. }
  266. .color-theme-teal {
  267. --f7-theme-color: #009688;
  268. --f7-theme-color-rgb: 0, 150, 136;
  269. --f7-theme-color-shade: #006d63;
  270. --f7-theme-color-tint: #00bfad;
  271. }
  272. .color-theme-lime {
  273. --f7-theme-color: #cddc39;
  274. --f7-theme-color-rgb: 205, 220, 57;
  275. --f7-theme-color-shade: #bac923;
  276. --f7-theme-color-tint: #d6e25c;
  277. }
  278. .color-theme-deeporange {
  279. --f7-theme-color: #ff6b22;
  280. --f7-theme-color-rgb: 255, 107, 34;
  281. --f7-theme-color-shade: #f85200;
  282. --f7-theme-color-tint: #ff864b;
  283. }
  284. .color-theme-gray {
  285. --f7-theme-color: #8e8e93;
  286. --f7-theme-color-rgb: 142, 142, 147;
  287. --f7-theme-color-shade: #79797f;
  288. --f7-theme-color-tint: #a3a3a7;
  289. }
  290. .color-theme-white {
  291. --f7-theme-color: #ffffff;
  292. --f7-theme-color-rgb: 255, 255, 255;
  293. --f7-theme-color-shade: #ebebeb;
  294. --f7-theme-color-tint: #ffffff;
  295. }
  296. .color-theme-black {
  297. --f7-theme-color: #000000;
  298. --f7-theme-color-rgb: 0, 0, 0;
  299. --f7-theme-color-shade: #000000;
  300. --f7-theme-color-tint: #141414;
  301. }
  302. .color-red {
  303. --f7-theme-color: #ff3b30;
  304. --f7-theme-color-rgb: 255, 59, 48;
  305. --f7-theme-color-shade: #ff1407;
  306. --f7-theme-color-tint: #ff6259;
  307. }
  308. .text-color-red {
  309. --f7-theme-color-text-color: #ff3b30;
  310. }
  311. .bg-color-red {
  312. --f7-theme-color-bg-color: #ff3b30;
  313. }
  314. .border-color-red {
  315. --f7-theme-color-border-color: #ff3b30;
  316. }
  317. .ripple-color-red,
  318. .ripple-red {
  319. --f7-theme-color-ripple-color: rgba(255, 59, 48, 0.3);
  320. }
  321. .color-green {
  322. --f7-theme-color: #4cd964;
  323. --f7-theme-color-rgb: 76, 217, 100;
  324. --f7-theme-color-shade: #2cd048;
  325. --f7-theme-color-tint: #6ee081;
  326. }
  327. .text-color-green {
  328. --f7-theme-color-text-color: #4cd964;
  329. }
  330. .bg-color-green {
  331. --f7-theme-color-bg-color: #4cd964;
  332. }
  333. .border-color-green {
  334. --f7-theme-color-border-color: #4cd964;
  335. }
  336. .ripple-color-green,
  337. .ripple-green {
  338. --f7-theme-color-ripple-color: rgba(76, 217, 100, 0.3);
  339. }
  340. .color-blue {
  341. --f7-theme-color: #2196f3;
  342. --f7-theme-color-rgb: 33, 150, 243;
  343. --f7-theme-color-shade: #0c82df;
  344. --f7-theme-color-tint: #48a8f5;
  345. }
  346. .text-color-blue {
  347. --f7-theme-color-text-color: #2196f3;
  348. }
  349. .bg-color-blue {
  350. --f7-theme-color-bg-color: #2196f3;
  351. }
  352. .border-color-blue {
  353. --f7-theme-color-border-color: #2196f3;
  354. }
  355. .ripple-color-blue,
  356. .ripple-blue {
  357. --f7-theme-color-ripple-color: rgba(33, 150, 243, 0.3);
  358. }
  359. .color-pink {
  360. --f7-theme-color: #ff2d55;
  361. --f7-theme-color-rgb: 255, 45, 85;
  362. --f7-theme-color-shade: #ff0434;
  363. --f7-theme-color-tint: #ff5676;
  364. }
  365. .text-color-pink {
  366. --f7-theme-color-text-color: #ff2d55;
  367. }
  368. .bg-color-pink {
  369. --f7-theme-color-bg-color: #ff2d55;
  370. }
  371. .border-color-pink {
  372. --f7-theme-color-border-color: #ff2d55;
  373. }
  374. .ripple-color-pink,
  375. .ripple-pink {
  376. --f7-theme-color-ripple-color: rgba(255, 45, 85, 0.3);
  377. }
  378. .color-yellow {
  379. --f7-theme-color: #ffcc00;
  380. --f7-theme-color-rgb: 255, 204, 0;
  381. --f7-theme-color-shade: #d6ab00;
  382. --f7-theme-color-tint: #ffd429;
  383. }
  384. .text-color-yellow {
  385. --f7-theme-color-text-color: #ffcc00;
  386. }
  387. .bg-color-yellow {
  388. --f7-theme-color-bg-color: #ffcc00;
  389. }
  390. .border-color-yellow {
  391. --f7-theme-color-border-color: #ffcc00;
  392. }
  393. .ripple-color-yellow,
  394. .ripple-yellow {
  395. --f7-theme-color-ripple-color: rgba(255, 204, 0, 0.3);
  396. }
  397. .color-orange {
  398. --f7-theme-color: #ff9500;
  399. --f7-theme-color-rgb: 255, 149, 0;
  400. --f7-theme-color-shade: #d67d00;
  401. --f7-theme-color-tint: #ffa629;
  402. }
  403. .text-color-orange {
  404. --f7-theme-color-text-color: #ff9500;
  405. }
  406. .bg-color-orange {
  407. --f7-theme-color-bg-color: #ff9500;
  408. }
  409. .border-color-orange {
  410. --f7-theme-color-border-color: #ff9500;
  411. }
  412. .ripple-color-orange,
  413. .ripple-orange {
  414. --f7-theme-color-ripple-color: rgba(255, 149, 0, 0.3);
  415. }
  416. .color-purple {
  417. --f7-theme-color: #9c27b0;
  418. --f7-theme-color-rgb: 156, 39, 176;
  419. --f7-theme-color-shade: #7e208f;
  420. --f7-theme-color-tint: #b92fd1;
  421. }
  422. .text-color-purple {
  423. --f7-theme-color-text-color: #9c27b0;
  424. }
  425. .bg-color-purple {
  426. --f7-theme-color-bg-color: #9c27b0;
  427. }
  428. .border-color-purple {
  429. --f7-theme-color-border-color: #9c27b0;
  430. }
  431. .ripple-color-purple,
  432. .ripple-purple {
  433. --f7-theme-color-ripple-color: rgba(156, 39, 176, 0.3);
  434. }
  435. .color-deeppurple {
  436. --f7-theme-color: #673ab7;
  437. --f7-theme-color-rgb: 103, 58, 183;
  438. --f7-theme-color-shade: #563098;
  439. --f7-theme-color-tint: #7c52c8;
  440. }
  441. .text-color-deeppurple {
  442. --f7-theme-color-text-color: #673ab7;
  443. }
  444. .bg-color-deeppurple {
  445. --f7-theme-color-bg-color: #673ab7;
  446. }
  447. .border-color-deeppurple {
  448. --f7-theme-color-border-color: #673ab7;
  449. }
  450. .ripple-color-deeppurple,
  451. .ripple-deeppurple {
  452. --f7-theme-color-ripple-color: rgba(103, 58, 183, 0.3);
  453. }
  454. .color-lightblue {
  455. --f7-theme-color: #5ac8fa;
  456. --f7-theme-color-rgb: 90, 200, 250;
  457. --f7-theme-color-shade: #32bbf9;
  458. --f7-theme-color-tint: #82d5fb;
  459. }
  460. .text-color-lightblue {
  461. --f7-theme-color-text-color: #5ac8fa;
  462. }
  463. .bg-color-lightblue {
  464. --f7-theme-color-bg-color: #5ac8fa;
  465. }
  466. .border-color-lightblue {
  467. --f7-theme-color-border-color: #5ac8fa;
  468. }
  469. .ripple-color-lightblue,
  470. .ripple-lightblue {
  471. --f7-theme-color-ripple-color: rgba(90, 200, 250, 0.3);
  472. }
  473. .color-teal {
  474. --f7-theme-color: #009688;
  475. --f7-theme-color-rgb: 0, 150, 136;
  476. --f7-theme-color-shade: #006d63;
  477. --f7-theme-color-tint: #00bfad;
  478. }
  479. .text-color-teal {
  480. --f7-theme-color-text-color: #009688;
  481. }
  482. .bg-color-teal {
  483. --f7-theme-color-bg-color: #009688;
  484. }
  485. .border-color-teal {
  486. --f7-theme-color-border-color: #009688;
  487. }
  488. .ripple-color-teal,
  489. .ripple-teal {
  490. --f7-theme-color-ripple-color: rgba(0, 150, 136, 0.3);
  491. }
  492. .color-lime {
  493. --f7-theme-color: #cddc39;
  494. --f7-theme-color-rgb: 205, 220, 57;
  495. --f7-theme-color-shade: #bac923;
  496. --f7-theme-color-tint: #d6e25c;
  497. }
  498. .text-color-lime {
  499. --f7-theme-color-text-color: #cddc39;
  500. }
  501. .bg-color-lime {
  502. --f7-theme-color-bg-color: #cddc39;
  503. }
  504. .border-color-lime {
  505. --f7-theme-color-border-color: #cddc39;
  506. }
  507. .ripple-color-lime,
  508. .ripple-lime {
  509. --f7-theme-color-ripple-color: rgba(205, 220, 57, 0.3);
  510. }
  511. .color-deeporange {
  512. --f7-theme-color: #ff6b22;
  513. --f7-theme-color-rgb: 255, 107, 34;
  514. --f7-theme-color-shade: #f85200;
  515. --f7-theme-color-tint: #ff864b;
  516. }
  517. .text-color-deeporange {
  518. --f7-theme-color-text-color: #ff6b22;
  519. }
  520. .bg-color-deeporange {
  521. --f7-theme-color-bg-color: #ff6b22;
  522. }
  523. .border-color-deeporange {
  524. --f7-theme-color-border-color: #ff6b22;
  525. }
  526. .ripple-color-deeporange,
  527. .ripple-deeporange {
  528. --f7-theme-color-ripple-color: rgba(255, 107, 34, 0.3);
  529. }
  530. .color-gray {
  531. --f7-theme-color: #8e8e93;
  532. --f7-theme-color-rgb: 142, 142, 147;
  533. --f7-theme-color-shade: #79797f;
  534. --f7-theme-color-tint: #a3a3a7;
  535. }
  536. .text-color-gray {
  537. --f7-theme-color-text-color: #8e8e93;
  538. }
  539. .bg-color-gray {
  540. --f7-theme-color-bg-color: #8e8e93;
  541. }
  542. .border-color-gray {
  543. --f7-theme-color-border-color: #8e8e93;
  544. }
  545. .ripple-color-gray,
  546. .ripple-gray {
  547. --f7-theme-color-ripple-color: rgba(142, 142, 147, 0.3);
  548. }
  549. .color-white {
  550. --f7-theme-color: #ffffff;
  551. --f7-theme-color-rgb: 255, 255, 255;
  552. --f7-theme-color-shade: #ebebeb;
  553. --f7-theme-color-tint: #ffffff;
  554. }
  555. .text-color-white {
  556. --f7-theme-color-text-color: #ffffff;
  557. }
  558. .bg-color-white {
  559. --f7-theme-color-bg-color: #ffffff;
  560. }
  561. .border-color-white {
  562. --f7-theme-color-border-color: #ffffff;
  563. }
  564. .ripple-color-white,
  565. .ripple-white {
  566. --f7-theme-color-ripple-color: rgba(255, 255, 255, 0.3);
  567. }
  568. .color-black {
  569. --f7-theme-color: #000000;
  570. --f7-theme-color-rgb: 0, 0, 0;
  571. --f7-theme-color-shade: #000000;
  572. --f7-theme-color-tint: #141414;
  573. }
  574. .text-color-black {
  575. --f7-theme-color-text-color: #000000;
  576. }
  577. .bg-color-black {
  578. --f7-theme-color-bg-color: #000000;
  579. }
  580. .border-color-black {
  581. --f7-theme-color-border-color: #000000;
  582. }
  583. .ripple-color-black,
  584. .ripple-black {
  585. --f7-theme-color-ripple-color: rgba(0, 0, 0, 0.3);
  586. }
  587. @font-face {
  588. font-family: 'framework7-core-icons';
  589. src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAA0sABAAAAAAGRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAANEAAAABoAAAAci1jrz0dERUYAAAsIAAAAIwAAACQAfQBXR1BPUwAADOAAAAAuAAAANuAY7+xHU1VCAAALLAAAAbMAAAQuAxQJ5U9TLzIAAAHcAAAASgAAAGBRKF+WY21hcAAAAowAAACIAAABYt6F0cBjdnQgAAADFAAAAAQAAAAEABEBRGdhc3AAAAsAAAAACAAAAAj//wADZ2x5ZgAAA6wAAASlAAAKBIq7ZiloZWFkAAABbAAAADAAAAA2FnYC32hoZWEAAAGcAAAAIAAAACQHgQM9aG10eAAAAigAAABhAAABJC+cAAFsb2NhAAADGAAAAJQAAACURlRI+G1heHAAAAG8AAAAHwAAACAAjwBMbmFtZQAACFQAAAFTAAAC2WC6Sihwb3N0AAAJqAAAAVYAAAJ2B5LxL3jaY2BkYGAA4iKuLVLx/DZfGbiZGEDgZk2iIYz+/+NfL0sa02cgl4MBLA0AJsoLsnjaY2BkYGD6/K+XQY8l7f8PBgaWNAagCArwBACRVQXFeNpjYGRgYPBkkGZgYQABJiBmZACJOTDogQQADdEA3AB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPabPjMUwNYwHwEoUGMQAQ7UMZAAAeNpj2M0gyAACqxgGNWAMAGIdID4A5OwD0rOA+BBI7P9PhuNAMSBmSYOK+wKxExCfBWIJoNzZ/z8Y3YBsF6g4kM2UBpFjBNJMb/7/Z9gNZBtDzGY6CzGHCcQHigMA2dAWtwAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIB3gIAAioCPAJSAmQChAKUAqQC1gLsAv4DHgMwA0IDYANyA5YDtAPEA+oD/AQWBEYEZgR4BIoEsgTIBOIFAnja7VXBTyNVGP++Ke106XamnbYztYeVlukMRmWl03ZwLdAIeCCKZgOKXBY2m15Es8S03lpuSzaSGsOGQPZGoomegI0mmwjVC5uNdZPGgzGc8MDG4ImLmyxTvzfTKmX/A7PJe/O995vXN7/3+37fK3AQBIB1nAYX8NC/hXA5t813wV+pLY/7ILft4mgIWy4Guxm8zXvwaW4bGW4EjaBuBHuDy58VCjhtfRtEg3ZDajW70yg4wMbPsefY/x7jzmAuQl/nbBi6qF/A93CWKkyECCgAUsITllPZtJaSw56ElnabuoiKqX8zlctN5e4uTEwsTOCo/6YgLAqLmM9NDQ1NvT/B4CfCTT8DHQ7NH9Ggj0gAyYTIsZ1GUNfS2dSLKKOOiH/4emTf3p5PjvsOxW2OO/TJPb7dPYYeig7n5hHW8Cu6B16gXRRez+ie3gTbQ46EeSXBWBJbzC9pS3z/yPj8/O3rffx3c2Njc6MrS1olwvfN356fHx/u50fnRkfnbF6gwS6d1w0Q4mlLc7dUUjc2MGsHaHE/wQ1cAS99NRJnixQeN6wHVbVeV6u/p53YWgt+/AlvsP1MVFA3qyiqVr2qTrciYPMJafEyaUH3mZkdQaIfJkmZvJdRcyOdnM68u8vOfyg+Qtch04TmjhLsG2HYdzibREY39zfVSkX9np7lZOf7DFFV+NbrZLmi2jpaK10F7gR8LL9JnRYoJmXU1LkelQtIak+XFOC4/H52v93esH6xTtfW0IUpdK2t/blvtl+ZTw/+ha1TtuxZzZhgdP+auMF0Mr6osYCDJGBbszy+g3nw0EThB2g1vqQeLKqEUeh921mzgG+iBgEaMblsrWz3mFlMC/wyL1MXZG+x6EVNYBOGCXyxyNtnhlms0+/ZfwcMYTzizsQjWLcMrJ8Yxrph2JxrGKW8kG5JZLpitAnRx4+jNScQj+bf8CH8iq+CAECZU2QRBSQmZlaZmOsOBLo/doc8V/yCePHzL8Vun/i1F/m8eNEvOGe4hm8RB+Y1chGvb9qJQc0O4HgcZByj3Pmp+oCSd8bhnpa/j2dCM+pr5uTkJ5NbM8PDM8NLH4RmLtFs0hy4MsKQTr2Yw6jIbHvxrPA6xJKFtbZUpRJhnTxJBPKGw/Paplouq3YdrnAFPCElQwDpAJELeBJI52k76Z51754FzVih0G55hJ2dJuzg+hkQOjXPIPMqQvToKFrDluLtmirgp+RXQN4WzqaFhWpVbTd898yE8tS09rhjrgYxAHfQ1i9oDrMi49GjJ3TsJ9+kFBxU08mfpXRIkqyHkVgsZD2UMCRlpI+441gyGTsN19k8zd5yIcxKBq1scboE9/E60zfrePG/Qr7fab/+gHfZG6YekB03Or8fp/tQsz1vW95E49EN6eoPGLbD+buJ3To63UhqsYizFEqlll+as1yd0+AC8wvlwmDJ6E2EzlR1Y/VOo3FndbWcLVOrsOcr2NdoWL818G7FLJfNiv08X7f2N+OZuF5n9Wo9wMEqrrBh2q5bF+PHGcSP1RTlJphxqop1zjitO52USS/Z7bxuAceWrJadPwMy5C2ev+V1rIhXn9HtH4d0614AAAB42q2QvU7DMBSFj9u0EgyIgewe26qJnA79G6nUpQtiyB5S01ht4sqNVFW8DBsbIxtPwcLEzltw7RqJoQNDI135y/G59rkGcIVXMBy/Du49M4R48dzAJT48N5GwW88BQvbsuYVr9um5jbARkpMFF/R357osM/Tw5LmBG7x7buIBX54D9FjtuQXO3jy3Sf/GDBpbHGCgsEKBGpwy5+jSOoBAggn6xCk2yLAkV0llSFmQOyOyeklnKLeLmd4ejFoVNe/kXT4QyaTP0022VKUyfFFkZpOVW7Uk5yM121aJPYUwWGOEiK62LImU4wo7spqslHtt1qMo10ZGKtcVySe9fw1zJ9ZuNTSfdFPFNBfHlOr/EY7+BENSx1S/b4O5ruq5NivJB7HgU34yKunJMBpH9jnOMXhKPkP7yvk4ZbFpYrfa2ZBKs1O64kIksRCCn+HSH1E3hiEAeNptkAlPwkAUhGfAAxAsyCV4/hbjfd+3aWq7SiN0yXY5/rzRhVKhiZs06b5v3rzZhxTG5+cbxH/nyHxECmkUUUYFVdRQxyoaaGIN69jBLvawjwMcGu0xTnCKM5zjApe4wjVucIs73OMBj3jCM17wijemmOYc57nARWaYZY5LzLPAZVosssQVlllhlTXWucoGm1zjOje4yS1u50LhKLdl+zIsuS3RVzKwlf/Z0qNKdgI7nhWztvjQ5l5wlJKD+LZkqPv1Lofmv5hQGpNCwjY/i2uB1P6H7zraNxW3LUMx6rAi83eptewYy6xyPF+OSDnu9uQgsJ2ekspZDKUahwgHflcoOxBDbf0FijS5uK/XLUzeFIHSFEwq+dkRlifaQgtbyV7gzczoKtHPTphZRlcrO8o8m3G8gKlplMcIisk9m5UlphjFcmQW88z4haZeSXZG3r8TK74rAAAAAAAB//8AAnjaY2BkYGDgAWIZIGYCQmYGTQZGBi0GDyCbBSzGAAANdgDVAHjadVJJTgJBFH1FdwKOIKB0lEEGwSDOs+KsaDyDGzYaE+LCEA/gwjMY4zlcegbjEYwLb4HvVwM9hXS6q/q9V/+/+v9DARhGFjWoVrP9gAhMIuh0IIxq3d81icH+I2fqNQJl/CKMJJ5C7dC3YRolow6D+Dwa2EAUeT5ZlLmb4Frkk0Waf2kkqBh38XlYmEKKCptdwpiLnWGOyT4XxSyu8Yg3fOJHmaqsGupWPat39aG+1B+uqE7xndPnM77oMZQ0nufulNG8SieTW7cV0CW0s4xPV+c9vboScj7NQkDjdmcRK2CFukG+bMV5QOGv4CLXQTGE3+3ycUzr7lR8PlfZgUEZzjAaOGv7WusywawHAaZXw2WMBKKJwz3OZLCaMl9V9v+CHpM6epFvVGtKVCX6Xg65G6SQ+McY8vCCyXSv85YyrRZ9W3QV03vbQZx6iZ3sZ5ETJ6xVkfGlgs7UOvwmM8UYXZAeHiZSYx9vOMkveMU+YyT1+Thv7e3FEStU5rkcFZIlx6/UZceHZ7hW6KTKyrlj2Rlr+r4OKve9ZDUlhzNZ23TWQ+yKiNM4dxmdt/APtJZExAB42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPpmTaIhjAYAPREFnQAA") format("woff");
  590. font-weight: 400;
  591. font-style: normal;
  592. }
  593. @font-face {
  594. font-family: 'framework7-skeleton';
  595. src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAYQAA0AAAAAEcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAF9AAAABkAAAAciVvoDU9TLzIAAAGcAAAASwAAAGBRtV1jY21hcAAAAfwAAAC8AAABamglddJjdnQgAAACuAAAAAQAAAAEABEBRGdhc3AAAAXsAAAACAAAAAj //wADZ2x5ZgAAA2wAAACUAAAJjHCzhiRoZWFkAAABMAAAAC4AAAA2ERr/HWhoZWEAAAFgAAAAGgAAACQC8ADFaG10eAAAAegAAAATAAAAtAMAABFsb2NhAAACvAAAAK4AAACuaNBmhG1heHAAAAF8AAAAHwAAACAAmgA5bmFtZQAABAAAAAFQAAACuLf6wytwb3N0AAAFUAAAAJkAAADOCKMIc3jaY2BkYGAA4lUx8ibx/DZfGbiZGEDgRu39AAT9/wAjA+MBIJeDASwNACBICpsAAHjaY2BkYGA88P8Agx6QAQSMYIQCWABQZgK3AAB42mNgZGBgCGPgYGBiAAEQycgAEnNg0AMJAAANJwDUAHjaY2BhZGCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjLAACMDEghIc01haGBQYKhlPPD/AIMe4wEGB5gaxgNAHgNQjhEA6dgLvQB42mNkYBBkAAJGKB4KAAAOfQAVAHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMSgxWDNEMsQz1D7/z9QXIFBjUGHwRHIT/z////j/w/+3/9/6//N/zeg5iABRjYGuCAjE5BgQlcAdAILK5DBxs7BycXAzcPLxy8gKCQsIiomLiEpBVYjLSMrJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZs5gwWBpZW1ja2fv4Ojk7OLq5u7h6eXt4+vnHxAYFBwSyjDgAABJLiG7ABEBRAAAACoAKgAqADgARgBUAGIAcAB+AIwAmgCoALYAxADYAOYA9AECARABHgEsAToBSAFWAWQBcgGAAY4BnAGqAbgBxgHUAeIB8AH+AgwCGgIoAjYCRAJSAmACbgJ8AooCmAKmArQCwgLQAt4C8gMAAw4DHAMqAzgDRgNUA2IDcAN+A4wDmgOoA7YDxAPSA+AD7gP8BAoEGAQmBDQEQgRQBF4EbAR6BIgEnASqBLgExgAAeNpjYGIQZGBgmMkYysDMwM6gt5GRQd9mEzsLw1ujjWysd2w2MTMBmQwbmUHCrCDhTexsjH9sNjGCxI0FjQXVjQWVBTvK09IYQ/+tFmQ0BprGyMDw/wAjA+MBoJkMooKKgowMDkwM/xgYRuVwyjEhybFDZBXBKv4zQFVBVI6G36jcqNyo3GiZMSo3Kjes8hQAx51w5njapZC9agJBFIXP+EfSBMEXmEoU3GVcBNFWsLEJKbYKhEUnOrjryrggkgfIQ6RMnzZVHiBNijxM6pydHUiRFAEXLvebc8+duXcBXOEFAtXXw41ngQ6ePddwgXfPdYRCeW6gIx49N9EWb55b1L/oFI1Lnq5dV8kCXTx4rqGNV8913OLTcwNdcee5CSmePLeof2CGHHucYGGwxgYFJGdeos8cQWGICQbkGCkSrOjKGJbKgu6EVOoZ7zCuilm+P1mz3hSyt+zLSA0nAxmnycpkxsrFJrFpku3Nis57NpetGkcOYbHFGAEOzJqXao6SY0ebTTJ9zO12HBy2OtVFTvGX66c0d0LhsuVO2m0ScheJKeN/z1beESuRi+pPYJ7vinlu11pGoZJT+cdwVEdBFJSbn7djzLql1/iBlBsidLlcBrG2B8MHlRqGSil51nPfEi6AO3jaXc5ZM4IBAEbhp9RF1FhCRbmyVNYskSXG0CaEQvaf2j/LN112bt6Zc/HOETZiOJAJJmSc15ENmxARFTNpSlzCtBmz5iTNW7AoJR08LFmWlbNi1Zp1G/IKijZt2bZj156SfQcOHSk7dqLi1JlzF6ouXbl241ZNXUNTy522ew8edTx59qKrF3S9edf34dOXbz9+/f0DgycTFgAAAAAAAAH//wACeNpjYGBgZACCGwmaOWC69n4AjAYARC0G1wAAAA==") format("woff");
  596. font-weight: 300, 400, 500, 600, 700;
  597. font-style: normal, italic;
  598. }
  599. html,
  600. body,
  601. .framework7-root {
  602. position: relative;
  603. height: 100%;
  604. width: 100%;
  605. overflow-x: hidden;
  606. }
  607. body {
  608. margin: 0;
  609. padding: 0;
  610. width: 100%;
  611. background: #fff;
  612. overflow: hidden;
  613. -webkit-text-size-adjust: 100%;
  614. -webkit-font-smoothing: antialiased;
  615. font-family: var(--f7-font-family);
  616. font-size: var(--f7-font-size);
  617. line-height: var(--f7-line-height);
  618. color: var(--f7-text-color);
  619. }
  620. .theme-dark body,
  621. body.theme-dark {
  622. background: #000;
  623. }
  624. .theme-dark {
  625. color: var(--f7-text-color);
  626. }
  627. .framework7-root {
  628. overflow: hidden;
  629. box-sizing: border-box;
  630. }
  631. .framework7-initializing *,
  632. .framework7-initializing *:before,
  633. .framework7-initializing *:after {
  634. transition-duration: 0ms !important;
  635. }
  636. .device-ios,
  637. .device-android {
  638. cursor: pointer;
  639. }
  640. .device-ios {
  641. touch-action: manipulation;
  642. }
  643. @media (width: 1024px) and (height: 691px) and (orientation: landscape) {
  644. html,
  645. body,
  646. .framework7-root {
  647. height: 671px;
  648. }
  649. }
  650. @media (width: 1024px) and (height: 692px) and (orientation: landscape) {
  651. html,
  652. body,
  653. .framework7-root {
  654. height: 672px;
  655. }
  656. }
  657. * {
  658. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  659. -webkit-touch-callout: none;
  660. }
  661. a,
  662. input,
  663. textarea,
  664. select {
  665. outline: 0;
  666. }
  667. a {
  668. cursor: pointer;
  669. text-decoration: none;
  670. color: var(--f7-theme-color);
  671. }
  672. .link,
  673. .item-link {
  674. cursor: pointer;
  675. }
  676. p {
  677. margin: 1em 0;
  678. }
  679. .disabled {
  680. opacity: 0.55 !important;
  681. pointer-events: none !important;
  682. }
  683. html.device-full-viewport,
  684. html.device-full-viewport body {
  685. height: 100vh;
  686. }
  687. .ios .md-only,
  688. .ios .if-md,
  689. .ios .aurora-only,
  690. .ios .if-aurora,
  691. .ios .if-not-ios,
  692. .ios .not-ios {
  693. display: none !important;
  694. }
  695. @media (width: 1024px) and (height: 691px) and (orientation: landscape) {
  696. .ios,
  697. .ios body,
  698. .ios .framework7-root {
  699. height: 671px;
  700. }
  701. }
  702. @media (width: 1024px) and (height: 692px) and (orientation: landscape) {
  703. .ios,
  704. .ios body,
  705. .ios .framework7-root {
  706. height: 672px;
  707. }
  708. }
  709. .md .ios-only,
  710. .md .if-ios,
  711. .md .aurora-only,
  712. .md .if-aurora,
  713. .md .if-not-md,
  714. .md .not-md {
  715. display: none !important;
  716. }
  717. .aurora .ios-only,
  718. .aurora .if-ios,
  719. .aurora .md-only,
  720. .aurora .if-md,
  721. .aurora .if-not-aurora,
  722. .aurora .not-aurora {
  723. display: none !important;
  724. }
  725. /* === Statusbar === */
  726. /* === Views === */
  727. .views,
  728. .view {
  729. position: relative;
  730. height: 100%;
  731. z-index: 5000;
  732. overflow: hidden;
  733. box-sizing: border-box;
  734. }
  735. .framework7-root > .view,
  736. .framework7-root > .views {
  737. height: calc(100% - var(--f7-appbar-app-offset, 0px));
  738. }
  739. .view-resize-handler {
  740. width: 6px;
  741. height: 100%;
  742. position: absolute;
  743. left: var(--f7-page-master-width);
  744. margin-left: -3px;
  745. top: 0;
  746. cursor: col-resize;
  747. z-index: 1000;
  748. display: none;
  749. }
  750. .view-master-detail .view-resize-handler {
  751. display: block;
  752. }
  753. /* === Pages === */
  754. :root {
  755. --f7-page-master-width: 320px;
  756. --f7-page-master-border-color: rgba(0, 0, 0, 0.1);
  757. --f7-page-master-border-width: 1px;
  758. --f7-page-swipeback-transition-duration: 300ms;
  759. --f7-page-parallax-transition-duration: 500ms;
  760. --f7-page-cover-transition-duration: 450ms;
  761. --f7-page-dive-transition-duration: 500ms;
  762. --f7-page-fade-transition-duration: 500ms;
  763. --f7-page-flip-transition-duration: 700ms;
  764. --f7-page-push-transition-duration: 500ms;
  765. /*
  766. --f7-page-content-extra-padding-top: 0px;
  767. --f7-page-content-extra-padding-bottom: 0px;
  768. */
  769. }
  770. .ios {
  771. --f7-page-transition-duration: 400ms;
  772. --f7-page-bg-color: #efeff4;
  773. }
  774. .ios .theme-dark,
  775. .ios.theme-dark {
  776. --f7-page-bg-color: #000;
  777. }
  778. .md {
  779. --f7-page-transition-duration: 250ms;
  780. --f7-page-bg-color: #fff;
  781. }
  782. .md .theme-dark,
  783. .md.theme-dark {
  784. --f7-page-bg-color: #121212;
  785. }
  786. .aurora {
  787. --f7-page-transition-duration: 400ms;
  788. --f7-page-bg-color: #f3f3f3;
  789. }
  790. .aurora .theme-dark,
  791. .aurora.theme-dark {
  792. --f7-page-bg-color: #121212;
  793. }
  794. .theme-dark {
  795. --f7-page-master-border-color: rgba(255, 255, 255, 0.1);
  796. }
  797. .pages {
  798. position: relative;
  799. width: 100%;
  800. height: 100%;
  801. overflow: hidden;
  802. }
  803. .page {
  804. box-sizing: border-box;
  805. position: absolute;
  806. left: 0;
  807. top: 0;
  808. width: 100%;
  809. height: 100%;
  810. transform: none;
  811. background-color: var(--f7-page-bg-color);
  812. z-index: 1;
  813. }
  814. .page.stacked {
  815. display: none;
  816. }
  817. .page-with-navbar-large-collapsed {
  818. --f7-navbar-large-collapse-progress: 1;
  819. }
  820. .page-previous {
  821. pointer-events: none;
  822. }
  823. .page-content {
  824. overflow: auto;
  825. -webkit-overflow-scrolling: touch;
  826. box-sizing: border-box;
  827. height: 100%;
  828. position: relative;
  829. z-index: 1;
  830. padding-top: calc(var(--f7-page-navbar-offset, 0px) + var(--f7-page-toolbar-top-offset, 0px) + var(--f7-page-subnavbar-offset, 0px) + var(--f7-page-searchbar-offset, 0px) + var(--f7-page-content-extra-padding-top, 0px));
  831. padding-bottom: calc(var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom, 0px));
  832. }
  833. .page-transitioning,
  834. .page-transitioning .page-shadow-effect,
  835. .page-transitioning .page-opacity-effect {
  836. transition-duration: var(--f7-page-transition-duration);
  837. }
  838. .page-transitioning-swipeback,
  839. .page-transitioning-swipeback .page-shadow-effect,
  840. .page-transitioning-swipeback .page-opacity-effect {
  841. transition-duration: var(--f7-page-swipeback-transition-duration);
  842. }
  843. .router-transition-forward .page-next,
  844. .router-transition-backward .page-next,
  845. .router-transition-forward .page-current,
  846. .router-transition-backward .page-current,
  847. .router-transition-forward .page-previous:not(.stacked),
  848. .router-transition-backward .page-previous:not(.stacked) {
  849. pointer-events: none;
  850. }
  851. .page-shadow-effect {
  852. position: absolute;
  853. top: 0;
  854. width: 16px;
  855. bottom: 0;
  856. z-index: -1;
  857. content: '';
  858. opacity: 0;
  859. right: 100%;
  860. background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
  861. }
  862. .page-opacity-effect {
  863. position: absolute;
  864. left: 0;
  865. top: 0;
  866. background: rgba(0, 0, 0, 0.1);
  867. width: 100%;
  868. bottom: 0;
  869. content: '';
  870. opacity: 0;
  871. z-index: 10000;
  872. }
  873. .ios .page-previous {
  874. transform: translate3d(-20%, 0, 0);
  875. }
  876. .ios .page-next {
  877. transform: translate3d(100%, 0, 0);
  878. }
  879. .ios .page-previous .page-opacity-effect {
  880. opacity: 1;
  881. }
  882. .ios .page-previous:after {
  883. opacity: 1;
  884. }
  885. .ios .page-current .page-shadow-effect {
  886. opacity: 1;
  887. }
  888. .ios .router-transition-forward .page-next {
  889. animation: ios-page-next-to-current var(--f7-page-transition-duration) forwards;
  890. }
  891. .ios .router-transition-forward .page-next:before {
  892. position: absolute;
  893. top: 0;
  894. width: 16px;
  895. bottom: 0;
  896. z-index: -1;
  897. content: '';
  898. opacity: 0;
  899. right: 100%;
  900. background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
  901. animation: ios-page-element-fade-in var(--f7-page-transition-duration) forwards;
  902. }
  903. .ios .router-transition-forward .page-current {
  904. animation: ios-page-current-to-previous var(--f7-page-transition-duration) forwards;
  905. }
  906. .ios .router-transition-forward .page-current:after {
  907. position: absolute;
  908. left: 0;
  909. top: 0;
  910. background: rgba(0, 0, 0, 0.1);
  911. width: 100%;
  912. bottom: 0;
  913. content: '';
  914. opacity: 0;
  915. z-index: 10000;
  916. animation: ios-page-element-fade-in var(--f7-page-transition-duration) forwards;
  917. }
  918. .ios .router-transition-backward .page-previous {
  919. animation: ios-page-previous-to-current var(--f7-page-transition-duration) forwards;
  920. }
  921. .ios .router-transition-backward .page-previous:after {
  922. position: absolute;
  923. left: 0;
  924. top: 0;
  925. background: rgba(0, 0, 0, 0.1);
  926. width: 100%;
  927. bottom: 0;
  928. content: '';
  929. opacity: 0;
  930. z-index: 10000;
  931. animation: ios-page-element-fade-out var(--f7-page-transition-duration) forwards;
  932. }
  933. .ios .router-transition-backward .page-current {
  934. animation: ios-page-current-to-next var(--f7-page-transition-duration) forwards;
  935. }
  936. .ios .router-transition-backward .page-current:before {
  937. position: absolute;
  938. top: 0;
  939. width: 16px;
  940. bottom: 0;
  941. z-index: -1;
  942. content: '';
  943. opacity: 0;
  944. right: 100%;
  945. background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
  946. animation: ios-page-element-fade-out var(--f7-page-transition-duration) forwards;
  947. }
  948. @keyframes ios-page-next-to-current {
  949. from {
  950. transform: translate3d(100%, 0, 0);
  951. }
  952. to {
  953. transform: translate3d(0%, 0, 0);
  954. }
  955. }
  956. @keyframes ios-page-previous-to-current {
  957. from {
  958. transform: translate3d(-20%, 0, 0);
  959. }
  960. to {
  961. transform: translate3d(0%, 0, 0);
  962. }
  963. }
  964. @keyframes ios-page-current-to-previous {
  965. from {
  966. transform: translate3d(0, 0, 0);
  967. }
  968. to {
  969. transform: translate3d(-20%, 0, 0);
  970. }
  971. }
  972. @keyframes ios-page-current-to-next {
  973. from {
  974. transform: translate3d(0, 0, 0);
  975. }
  976. to {
  977. transform: translate3d(100%, 0, 0);
  978. }
  979. }
  980. @keyframes ios-page-element-fade-in {
  981. from {
  982. opacity: 0;
  983. }
  984. to {
  985. opacity: 1;
  986. }
  987. }
  988. @keyframes ios-page-element-fade-out {
  989. from {
  990. opacity: 1;
  991. }
  992. to {
  993. opacity: 0;
  994. }
  995. }
  996. .md .page-next {
  997. transform: translate3d(0, 56px, 0);
  998. opacity: 0;
  999. pointer-events: none;
  1000. }
  1001. .md .page-next.page-next-on-right {
  1002. transform: translate3d(100%, 0, 0);
  1003. }
  1004. .md .router-transition-forward .page-next {
  1005. animation: md-page-next-to-current var(--f7-page-transition-duration) forwards;
  1006. }
  1007. .md .router-transition-forward .page-current {
  1008. animation: none;
  1009. }
  1010. .md .router-transition-backward .page-current {
  1011. animation: md-page-current-to-next var(--f7-page-transition-duration) forwards;
  1012. }
  1013. .md .router-transition-backward .page-previous {
  1014. animation: none;
  1015. }
  1016. @keyframes md-page-next-to-current {
  1017. from {
  1018. transform: translate3d(0, 56px, 0);
  1019. opacity: 0;
  1020. }
  1021. to {
  1022. transform: translate3d(0, 0px, 0);
  1023. opacity: 1;
  1024. }
  1025. }
  1026. @keyframes md-page-current-to-next {
  1027. from {
  1028. transform: translate3d(0, 0, 0);
  1029. opacity: 1;
  1030. }
  1031. to {
  1032. transform: translate3d(0, 56px, 0);
  1033. opacity: 0;
  1034. }
  1035. }
  1036. .aurora .page-next {
  1037. pointer-events: none;
  1038. transform: translate3d(100%, 0px, 0);
  1039. }
  1040. .aurora .page-next.page-next-on-right {
  1041. transform: translate3d(100%, 0, 0);
  1042. }
  1043. .aurora .page-previous .page-opacity-effect {
  1044. opacity: 1;
  1045. }
  1046. .aurora .page-previous:after {
  1047. opacity: 1;
  1048. }
  1049. .aurora .router-transition-forward .page-next {
  1050. animation: aurora-page-next-to-current var(--f7-page-transition-duration) forwards;
  1051. }
  1052. .aurora .router-transition-forward .page-current {
  1053. animation: none;
  1054. }
  1055. .aurora .router-transition-forward .page-current:after {
  1056. position: absolute;
  1057. left: 0;
  1058. top: 0;
  1059. background: rgba(0, 0, 0, 0.1);
  1060. width: 100%;
  1061. bottom: 0;
  1062. content: '';
  1063. opacity: 0;
  1064. z-index: 10000;
  1065. animation: aurora-page-element-fade-in var(--f7-page-transition-duration) forwards;
  1066. }
  1067. .aurora .router-transition-backward .page-current {
  1068. animation: aurora-page-current-to-next var(--f7-page-transition-duration) forwards;
  1069. }
  1070. .aurora .router-transition-backward .page-previous {
  1071. animation: none;
  1072. }
  1073. .aurora .router-transition-backward .page-previous:after {
  1074. position: absolute;
  1075. left: 0;
  1076. top: 0;
  1077. background: rgba(0, 0, 0, 0.1);
  1078. width: 100%;
  1079. bottom: 0;
  1080. content: '';
  1081. opacity: 0;
  1082. z-index: 10000;
  1083. animation: aurora-page-element-fade-out var(--f7-page-transition-duration) forwards;
  1084. }
  1085. @keyframes aurora-page-next-to-current {
  1086. from {
  1087. transform: translate3d(100%, 0, 0);
  1088. }
  1089. to {
  1090. transform: translate3d(0, 0px, 0);
  1091. }
  1092. }
  1093. @keyframes aurora-page-current-to-next {
  1094. from {
  1095. transform: translate3d(0, 0, 0);
  1096. }
  1097. to {
  1098. transform: translate3d(100%, 0, 0);
  1099. }
  1100. }
  1101. @keyframes aurora-page-element-fade-in {
  1102. from {
  1103. opacity: 0;
  1104. }
  1105. to {
  1106. opacity: 1;
  1107. }
  1108. }
  1109. @keyframes aurora-page-element-fade-out {
  1110. from {
  1111. opacity: 1;
  1112. }
  1113. to {
  1114. opacity: 0;
  1115. }
  1116. }
  1117. .view:not(.view-master-detail) .page-master-stacked {
  1118. display: none;
  1119. }
  1120. .view:not(.view-master-detail) .navbar-master-stacked {
  1121. display: none;
  1122. }
  1123. .view-master-detail .page-master,
  1124. .view-master-detail .navbar-master {
  1125. width: var(--f7-page-master-width);
  1126. --f7-safe-area-right: 0px;
  1127. --f7-safe-area-outer-right: 0px;
  1128. border-right: var(--f7-page-master-border-width) solid var(--f7-page-master-border-color);
  1129. }
  1130. .view-master-detail .page-master-detail,
  1131. .view-master-detail .navbar-master-detail {
  1132. width: calc(100% - var(--f7-page-master-width));
  1133. --f7-safe-area-left: 0px;
  1134. --f7-safe-area-outer-left: 0px;
  1135. left: var(--f7-page-master-width);
  1136. }
  1137. .view-master-detail .page-master {
  1138. z-index: 2;
  1139. transform: none;
  1140. pointer-events: auto;
  1141. }
  1142. .view-master-detail .page-master:before,
  1143. .view-master-detail .page-master:after {
  1144. display: none;
  1145. }
  1146. .view-master-detail.router-transition .page-master {
  1147. animation: none;
  1148. }
  1149. .md .router-transition-custom .page-previous,
  1150. .ios .router-transition-custom .page-previous,
  1151. .aurora .router-transition-custom .page-previous,
  1152. .md .router-transition-custom .page-next,
  1153. .ios .router-transition-custom .page-next,
  1154. .aurora .router-transition-custom .page-next {
  1155. opacity: 1;
  1156. transform: none;
  1157. }
  1158. .router-transition-f7-circle-forward:after,
  1159. .router-transition-f7-circle-backward:after {
  1160. content: '';
  1161. position: absolute;
  1162. left: 50%;
  1163. top: 50%;
  1164. width: 100vmax;
  1165. height: 100vmax;
  1166. margin-left: -50vmax;
  1167. margin-top: -50vmax;
  1168. background: var(--f7-page-bg-color);
  1169. z-index: 100;
  1170. }
  1171. .router-transition-f7-circle-forward:after {
  1172. transform: scale(0);
  1173. border-radius: 50%;
  1174. animation: f7-circle-circle-in 400ms forwards;
  1175. }
  1176. .router-transition-f7-circle-forward .page-next {
  1177. opacity: 0 !important;
  1178. transform: scale(0.9) !important;
  1179. animation: f7-circle-next-to-current 300ms forwards;
  1180. animation-delay: 300ms;
  1181. z-index: 150;
  1182. }
  1183. .router-transition-f7-circle-backward:after {
  1184. animation: f7-circle-circle-out 300ms forwards;
  1185. animation-delay: 350ms;
  1186. }
  1187. .router-transition-f7-circle-backward .page-current {
  1188. animation: f7-circle-current-to-next 700ms forwards;
  1189. z-index: 150;
  1190. }
  1191. @keyframes f7-circle-circle-in {
  1192. from {
  1193. transform: scale(0);
  1194. border-radius: 50%;
  1195. }
  1196. 50% {
  1197. border-radius: 50%;
  1198. }
  1199. to {
  1200. transform: scale(1);
  1201. border-radius: 0%;
  1202. }
  1203. }
  1204. @keyframes f7-circle-circle-out {
  1205. from {
  1206. transform: scale(1);
  1207. border-radius: 0%;
  1208. }
  1209. 50% {
  1210. border-radius: 50%;
  1211. }
  1212. to {
  1213. transform: scale(0);
  1214. border-radius: 50%;
  1215. }
  1216. }
  1217. @keyframes f7-circle-next-to-current {
  1218. from {
  1219. transform: scale(0.9);
  1220. opacity: 0;
  1221. }
  1222. 40% {
  1223. transform: scale(1.035);
  1224. opacity: 1;
  1225. }
  1226. to {
  1227. transform: scale(1);
  1228. opacity: 1;
  1229. }
  1230. }
  1231. @keyframes f7-circle-current-to-next {
  1232. from {
  1233. transform: scale(1);
  1234. opacity: 1;
  1235. }
  1236. 34% {
  1237. transform: scale(1.035);
  1238. opacity: 1;
  1239. }
  1240. 57% {
  1241. transform: scale(0.9);
  1242. opacity: 0;
  1243. }
  1244. to {
  1245. transform: scale(0.9);
  1246. opacity: 0;
  1247. }
  1248. }
  1249. .router-transition-f7-cover-v-forward,
  1250. .router-transition-f7-cover-v-backward {
  1251. background: #000;
  1252. perspective: 1200px;
  1253. }
  1254. .router-transition-f7-cover-v-forward .page-next {
  1255. animation: f7-cover-v-next-to-current var(--f7-page-cover-transition-duration) forwards;
  1256. }
  1257. .router-transition-f7-cover-v-forward .page-current {
  1258. animation: f7-cover-v-current-to-prev var(--f7-page-cover-transition-duration) forwards;
  1259. }
  1260. .router-transition-f7-cover-v-backward .page-current {
  1261. animation: f7-cover-v-current-to-next var(--f7-page-cover-transition-duration) forwards;
  1262. }
  1263. .router-transition-f7-cover-v-backward .page-previous {
  1264. animation: f7-cover-v-prev-to-current var(--f7-page-cover-transition-duration) forwards;
  1265. }
  1266. @keyframes f7-cover-v-next-to-current {
  1267. from {
  1268. transform: translateY(100%);
  1269. }
  1270. to {
  1271. transform: translateY(0%);
  1272. }
  1273. }
  1274. @keyframes f7-cover-v-current-to-next {
  1275. from {
  1276. transform: translateY(0%);
  1277. }
  1278. to {
  1279. transform: translateY(100%);
  1280. }
  1281. }
  1282. @keyframes f7-cover-v-current-to-prev {
  1283. from {
  1284. transform: translateZ(0);
  1285. opacity: 1;
  1286. }
  1287. to {
  1288. transform: translateZ(-300px);
  1289. opacity: 0.5;
  1290. }
  1291. }
  1292. @keyframes f7-cover-v-prev-to-current {
  1293. from {
  1294. transform: translateZ(-300px);
  1295. opacity: 0.5;
  1296. }
  1297. to {
  1298. transform: translateZ(0);
  1299. opacity: 1;
  1300. }
  1301. }
  1302. .router-transition-f7-cover-forward,
  1303. .router-transition-f7-cover-backward {
  1304. background: #000;
  1305. perspective: 1200px;
  1306. }
  1307. .router-transition-f7-cover-forward .page-next {
  1308. animation: f7-cover-next-to-current var(--f7-page-cover-transition-duration) forwards;
  1309. }
  1310. .router-transition-f7-cover-forward .page-current {
  1311. animation: f7-cover-current-to-prev var(--f7-page-cover-transition-duration) forwards;
  1312. }
  1313. .router-transition-f7-cover-backward .page-current {
  1314. animation: f7-cover-current-to-next var(--f7-page-cover-transition-duration) forwards;
  1315. }
  1316. .router-transition-f7-cover-backward .page-previous {
  1317. animation: f7-cover-prev-to-current var(--f7-page-cover-transition-duration) forwards;
  1318. }
  1319. @keyframes f7-cover-next-to-current {
  1320. from {
  1321. transform: translateX(100%);
  1322. }
  1323. to {
  1324. transform: translateX(0%);
  1325. }
  1326. }
  1327. @keyframes f7-cover-current-to-next {
  1328. from {
  1329. transform: translateX(0%);
  1330. }
  1331. to {
  1332. transform: translateX(100%);
  1333. }
  1334. }
  1335. @keyframes f7-cover-current-to-prev {
  1336. from {
  1337. transform: translateZ(0);
  1338. opacity: 1;
  1339. }
  1340. to {
  1341. transform: translateZ(-300px);
  1342. opacity: 0.5;
  1343. }
  1344. }
  1345. @keyframes f7-cover-prev-to-current {
  1346. from {
  1347. transform: translateZ(-300px);
  1348. opacity: 0.5;
  1349. }
  1350. to {
  1351. transform: translateZ(0);
  1352. opacity: 1;
  1353. }
  1354. }
  1355. .router-transition-f7-dive-forward,
  1356. .router-transition-f7-dive-backward {
  1357. background: var(--f7-page-bg-color);
  1358. perspective: 1200px;
  1359. }
  1360. .router-transition-f7-dive-forward .page-next {
  1361. animation: f7-dive-next-to-current var(--f7-page-dive-transition-duration) forwards;
  1362. }
  1363. .router-transition-f7-dive-forward .page-current {
  1364. animation: f7-dive-current-to-prev var(--f7-page-dive-transition-duration) forwards;
  1365. }
  1366. .router-transition-f7-dive-backward .page-current {
  1367. animation: f7-dive-current-to-next var(--f7-page-dive-transition-duration) forwards;
  1368. }
  1369. .router-transition-f7-dive-backward .page-previous {
  1370. animation: f7-dive-prev-to-current var(--f7-page-dive-transition-duration) forwards;
  1371. }
  1372. @keyframes f7-dive-next-to-current {
  1373. from {
  1374. opacity: 0;
  1375. transform: translateZ(-150px);
  1376. }
  1377. 50% {
  1378. opacity: 0;
  1379. }
  1380. to {
  1381. opacity: 1;
  1382. transform: translateZ(0px);
  1383. }
  1384. }
  1385. @keyframes f7-dive-current-to-next {
  1386. from {
  1387. opacity: 1;
  1388. transform: translateZ(0px);
  1389. }
  1390. 50% {
  1391. opacity: 0;
  1392. }
  1393. to {
  1394. opacity: 0;
  1395. transform: translateZ(-150px);
  1396. }
  1397. }
  1398. @keyframes f7-dive-current-to-prev {
  1399. from {
  1400. transform: translateZ(0px);
  1401. opacity: 1;
  1402. }
  1403. 50% {
  1404. opacity: 0;
  1405. }
  1406. to {
  1407. opacity: 0;
  1408. transform: translateZ(150px);
  1409. }
  1410. }
  1411. @keyframes f7-dive-prev-to-current {
  1412. from {
  1413. opacity: 0;
  1414. transform: translateZ(150px);
  1415. }
  1416. 50% {
  1417. opacity: 0;
  1418. }
  1419. to {
  1420. opacity: 1;
  1421. transform: translateZ(0px);
  1422. }
  1423. }
  1424. .router-transition-f7-fade-forward,
  1425. .router-transition-f7-fade-backward {
  1426. background: var(--f7-page-bg-color);
  1427. }
  1428. .router-transition-f7-fade-forward .page-next {
  1429. opacity: 0 !important;
  1430. animation: f7-fade-in var(--f7-page-fade-transition-duration) forwards;
  1431. }
  1432. .router-transition-f7-fade-forward .page-current {
  1433. animation: f7-fade-out var(--f7-page-fade-transition-duration) forwards;
  1434. }
  1435. .router-transition-f7-fade-backward .page-current {
  1436. animation: f7-fade-out var(--f7-page-fade-transition-duration) forwards;
  1437. }
  1438. .router-transition-f7-fade-backward .page-previous {
  1439. animation: f7-fade-in var(--f7-page-fade-transition-duration) forwards;
  1440. }
  1441. @keyframes f7-fade-in {
  1442. from {
  1443. opacity: 0;
  1444. }
  1445. 50% {
  1446. opacity: 0;
  1447. }
  1448. to {
  1449. opacity: 1;
  1450. }
  1451. }
  1452. @keyframes f7-fade-out {
  1453. from {
  1454. opacity: 1;
  1455. }
  1456. 50% {
  1457. opacity: 0;
  1458. }
  1459. to {
  1460. opacity: 0;
  1461. }
  1462. }
  1463. .router-transition-f7-flip-forward,
  1464. .router-transition-f7-flip-backward {
  1465. background: #000;
  1466. perspective: 1200px;
  1467. }
  1468. .router-transition-f7-flip-forward .page,
  1469. .router-transition-f7-flip-backward .page {
  1470. -webkit-backface-visibility: hidden;
  1471. backface-visibility: hidden;
  1472. }
  1473. .router-transition-f7-flip-forward .page-next {
  1474. animation: f7-flip-next-to-current var(--f7-page-flip-transition-duration) forwards;
  1475. }
  1476. .router-transition-f7-flip-forward .page-current {
  1477. animation: f7-flip-current-to-prev var(--f7-page-flip-transition-duration) forwards;
  1478. }
  1479. .router-transition-f7-flip-backward .page-current {
  1480. animation: f7-flip-current-to-next var(--f7-page-flip-transition-duration) forwards;
  1481. }
  1482. .router-transition-f7-flip-backward .page-previous {
  1483. animation: f7-flip-prev-to-current var(--f7-page-flip-transition-duration) forwards;
  1484. }
  1485. @keyframes f7-flip-next-to-current {
  1486. from {
  1487. border-radius: 30px;
  1488. transform: translateZ(-100vmax) rotateY(180deg);
  1489. }
  1490. to {
  1491. border-radius: 0;
  1492. transform: translateZ(0px) rotateY(0deg);
  1493. }
  1494. }
  1495. @keyframes f7-flip-current-to-next {
  1496. from {
  1497. border-radius: 0px;
  1498. transform: translateZ(0px) rotateY(0deg);
  1499. }
  1500. to {
  1501. border-radius: 30px;
  1502. transform: translateZ(-100vmax) rotateY(180deg);
  1503. }
  1504. }
  1505. @keyframes f7-flip-current-to-prev {
  1506. from {
  1507. border-radius: 0px;
  1508. transform: translateZ(0px) rotateY(0deg);
  1509. }
  1510. to {
  1511. border-radius: 30px;
  1512. transform: translateZ(-100vmax) rotateY(-180deg);
  1513. }
  1514. }
  1515. @keyframes f7-flip-prev-to-current {
  1516. from {
  1517. border-radius: 30px;
  1518. transform: translateZ(-100vmax) rotateY(-180deg);
  1519. }
  1520. to {
  1521. border-radius: 0px;
  1522. transform: translateZ(0px) rotateY(0deg);
  1523. }
  1524. }
  1525. .router-transition-f7-parallax-forward .page-next {
  1526. animation: f7-parallax-next-to-current var(--f7-page-parallax-transition-duration) forwards;
  1527. }
  1528. .router-transition-f7-parallax-forward .page-current {
  1529. animation: f7-parallax-current-to-prev var(--f7-page-parallax-transition-duration) forwards;
  1530. }
  1531. .router-transition-f7-parallax-backward .page-current {
  1532. animation: f7-parallax-current-to-next var(--f7-page-parallax-transition-duration) forwards;
  1533. }
  1534. .router-transition-f7-parallax-backward .page-previous {
  1535. animation: f7-parallax-prev-to-current var(--f7-page-parallax-transition-duration) forwards;
  1536. }
  1537. @keyframes f7-parallax-next-to-current {
  1538. from {
  1539. transform: translateX(100%);
  1540. }
  1541. to {
  1542. transform: translateX(0%);
  1543. }
  1544. }
  1545. @keyframes f7-parallax-current-to-next {
  1546. from {
  1547. transform: translateX(0%);
  1548. }
  1549. to {
  1550. transform: translateX(100%);
  1551. }
  1552. }
  1553. @keyframes f7-parallax-current-to-prev {
  1554. from {
  1555. transform: translateX(0%);
  1556. }
  1557. to {
  1558. transform: translateX(-20%);
  1559. }
  1560. }
  1561. @keyframes f7-parallax-prev-to-current {
  1562. from {
  1563. transform: translateX(-20%);
  1564. }
  1565. to {
  1566. transform: translateX(0%);
  1567. }
  1568. }
  1569. .router-transition-f7-push-forward .page-next {
  1570. animation: f7-push-next-to-current var(--f7-page-push-transition-duration) forwards;
  1571. }
  1572. .router-transition-f7-push-forward .page-current {
  1573. animation: f7-push-current-to-prev var(--f7-page-push-transition-duration) forwards;
  1574. }
  1575. .router-transition-f7-push-backward .page-current {
  1576. animation: f7-push-current-to-next var(--f7-page-push-transition-duration) forwards;
  1577. }
  1578. .router-transition-f7-push-backward .page-previous {
  1579. animation: f7-push-prev-to-current var(--f7-page-push-transition-duration) forwards;
  1580. }
  1581. @keyframes f7-push-next-to-current {
  1582. from {
  1583. transform: translateX(100%);
  1584. }
  1585. to {
  1586. transform: translateX(0%);
  1587. }
  1588. }
  1589. @keyframes f7-push-current-to-next {
  1590. from {
  1591. transform: translateX(0%);
  1592. }
  1593. to {
  1594. transform: translateX(100%);
  1595. }
  1596. }
  1597. @keyframes f7-push-current-to-prev {
  1598. from {
  1599. transform: translateX(0%);
  1600. }
  1601. to {
  1602. transform: translateX(-100%);
  1603. }
  1604. }
  1605. @keyframes f7-push-prev-to-current {
  1606. from {
  1607. transform: translateX(-100%);
  1608. }
  1609. to {
  1610. transform: translateX(0%);
  1611. }
  1612. }
  1613. /* === Link === */
  1614. :root {
  1615. --f7-link-highlight-black: rgba(0, 0, 0, 0.1);
  1616. --f7-link-highlight-white: rgba(255, 255, 255, 0.15);
  1617. --f7-link-highlight-color: var(--f7-link-highlight-black);
  1618. }
  1619. .theme-dark {
  1620. --f7-link-highlight-color: var(--f7-link-highlight-white);
  1621. }
  1622. .link,
  1623. .tab-link {
  1624. display: inline-flex;
  1625. align-items: center;
  1626. align-content: center;
  1627. justify-content: center;
  1628. position: relative;
  1629. box-sizing: border-box;
  1630. z-index: 1;
  1631. }
  1632. .link i + span,
  1633. .link i + i,
  1634. .link span + i,
  1635. .link span + span {
  1636. margin-left: 4px;
  1637. }
  1638. .ios .link {
  1639. transition: opacity 300ms;
  1640. }
  1641. .ios .link.active-state {
  1642. opacity: 0.3;
  1643. transition-duration: 0ms;
  1644. }
  1645. .aurora .link {
  1646. transition: opacity 300ms;
  1647. }
  1648. .aurora .link.active-state {
  1649. opacity: 0.3;
  1650. transition-duration: 0ms;
  1651. }
  1652. /* === Navbar === */
  1653. :root {
  1654. /*
  1655. --f7-navbar-bg-color: var(--f7-bars-bg-color);
  1656. --f7-navbar-bg-color-rgb: var(--f7-bars-bg-color-rgb);
  1657. --f7-navbar-bg-image: var(--f7-bars-bg-image);
  1658. --f7-navbar-border-color: var(--f7-bars-border-color);
  1659. --f7-navbar-link-color: var(--f7-bars-link-color);
  1660. --f7-navbar-text-color: var(--f7-bars-text-color);
  1661. */
  1662. --f7-navbar-hide-show-transition-duration: 400ms;
  1663. --f7-navbar-title-line-height: 1.2;
  1664. --f7-navbar-title-font-size: inherit;
  1665. --f7-navbar-subtitle-text-align: inherit;
  1666. --f7-navbar-large-title-line-height: 1.2;
  1667. --f7-navbar-large-title-text-color: inherit;
  1668. --f7-navbar-large-title-padding-left: 16px;
  1669. --f7-navbar-large-title-padding-right: 16px;
  1670. }
  1671. .ios {
  1672. --f7-navbar-height: 44px;
  1673. --f7-navbar-tablet-height: 44px;
  1674. --f7-navbar-font-size: 17px;
  1675. --f7-navbar-inner-padding-left: 8px;
  1676. --f7-navbar-inner-padding-right: 8px;
  1677. --f7-navbar-title-font-weight: 600;
  1678. --f7-navbar-title-margin-left: 0;
  1679. --f7-navbar-title-margin-right: 0;
  1680. --f7-navbar-title-text-align: center;
  1681. --f7-navbar-subtitle-font-size: 10px;
  1682. --f7-navbar-subtitle-line-height: 1;
  1683. --f7-navbar-shadow-image: none;
  1684. --f7-navbar-large-title-height: 52px;
  1685. --f7-navbar-large-title-font-size: 34px;
  1686. --f7-navbar-large-title-font-weight: 700;
  1687. --f7-navbar-large-title-letter-spacing: -0.03em;
  1688. --f7-navbar-large-title-padding-vertical: 6px;
  1689. /*
  1690. --f7-navbar-link-height: var(--f7-navbar-height);
  1691. --f7-navbar-link-line-height: var(--f7-navbar-height);
  1692. */
  1693. --f7-navbar-subtitle-text-color: rgba(0, 0, 0, 0.55);
  1694. }
  1695. .ios .theme-dark,
  1696. .ios.theme-dark {
  1697. --f7-navbar-subtitle-text-color: rgba(255, 255, 255, 0.55);
  1698. }
  1699. .md {
  1700. --f7-navbar-height: 56px;
  1701. --f7-navbar-tablet-height: 64px;
  1702. --f7-navbar-font-size: 20px;
  1703. --f7-navbar-inner-padding-left: 0px;
  1704. --f7-navbar-inner-padding-right: 0px;
  1705. --f7-navbar-title-font-weight: 500;
  1706. --f7-navbar-title-margin-left: 16px;
  1707. --f7-navbar-title-margin-right: 16px;
  1708. --f7-navbar-title-text-align: left;
  1709. --f7-navbar-subtitle-font-size: 14px;
  1710. --f7-navbar-subtitle-line-height: 1.2;
  1711. --f7-navbar-shadow-image: var(--f7-bars-shadow-bottom-image);
  1712. --f7-navbar-large-title-font-size: 34px;
  1713. --f7-navbar-large-title-height: 56px;
  1714. --f7-navbar-large-title-font-weight: 500;
  1715. --f7-navbar-large-title-letter-spacing: 0;
  1716. --f7-navbar-large-title-padding-vertical: 8px;
  1717. /*
  1718. --f7-navbar-link-height: var(--f7-navbar-height);
  1719. --f7-navbar-link-line-height: var(--f7-navbar-height);
  1720. */
  1721. --f7-navbar-subtitle-text-color: rgba(0, 0, 0, 0.85);
  1722. }
  1723. .md .theme-dark,
  1724. .md.theme-dark {
  1725. --f7-navbar-subtitle-text-color: rgba(255, 255, 255, 0.85);
  1726. }
  1727. .aurora {
  1728. --f7-navbar-height: 38px;
  1729. --f7-navbar-tablet-height: 38px;
  1730. --f7-navbar-font-size: 14px;
  1731. --f7-navbar-inner-padding-left: 16px;
  1732. --f7-navbar-inner-padding-right: 16px;
  1733. --f7-navbar-title-font-weight: 600;
  1734. --f7-navbar-title-margin-left: 0;
  1735. --f7-navbar-title-margin-right: 0;
  1736. --f7-navbar-title-text-align: center;
  1737. --f7-navbar-subtitle-font-size: 12px;
  1738. --f7-navbar-subtitle-line-height: 1;
  1739. --f7-navbar-shadow-image: none;
  1740. --f7-navbar-large-title-height: 38px;
  1741. --f7-navbar-large-title-font-size: 26px;
  1742. --f7-navbar-large-title-font-weight: bold;
  1743. --f7-navbar-large-title-letter-spacing: -0.03em;
  1744. --f7-navbar-large-title-padding-vertical: 4px;
  1745. --f7-navbar-link-height: auto;
  1746. --f7-navbar-link-line-height: inherit;
  1747. --f7-navbar-subtitle-text-color: rgba(0, 0, 0, 0.6);
  1748. }
  1749. .aurora .theme-dark,
  1750. .aurora.theme-dark {
  1751. --f7-navbar-subtitle-text-color: rgba(255, 255, 255, 0.5);
  1752. }
  1753. .navbars,
  1754. .navbar {
  1755. z-index: 500;
  1756. left: 0;
  1757. top: 0;
  1758. width: 100%;
  1759. }
  1760. .navbars {
  1761. position: absolute;
  1762. }
  1763. .navbars .navbar {
  1764. z-index: auto;
  1765. }
  1766. .navbar {
  1767. --f7-navbar-large-collapse-progress: 0;
  1768. position: relative;
  1769. -webkit-backface-visibility: hidden;
  1770. backface-visibility: hidden;
  1771. box-sizing: border-box;
  1772. margin: 0;
  1773. height: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
  1774. color: var(--f7-navbar-text-color, var(--f7-bars-text-color));
  1775. font-size: var(--f7-navbar-font-size);
  1776. }
  1777. .navbar.stacked {
  1778. display: none;
  1779. }
  1780. .navbar b {
  1781. font-weight: 500;
  1782. }
  1783. .navbar a {
  1784. color: var(--f7-navbar-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
  1785. }
  1786. .navbar a.link {
  1787. display: flex;
  1788. justify-content: flex-start;
  1789. line-height: var(--f7-navbar-link-line-height, var(--f7-navbar-height));
  1790. height: var(--f7-navbar-link-height, var(--f7-navbar-height));
  1791. }
  1792. .navbar .title,
  1793. .navbar .left,
  1794. .navbar .right {
  1795. position: relative;
  1796. z-index: 10;
  1797. }
  1798. .navbar .title {
  1799. position: relative;
  1800. overflow: hidden;
  1801. text-overflow: ellipsis;
  1802. white-space: nowrap;
  1803. flex-shrink: 10;
  1804. font-weight: var(--f7-navbar-title-font-weight);
  1805. display: inline-block;
  1806. line-height: var(--f7-navbar-title-line-height);
  1807. text-align: var(--f7-navbar-title-text-align);
  1808. font-size: var(--f7-navbar-title-font-size);
  1809. margin-left: var(--f7-navbar-title-margin-left);
  1810. margin-right: var(--f7-navbar-title-margin-left);
  1811. }
  1812. .navbar .subtitle {
  1813. display: block;
  1814. color: var(--f7-navbar-subtitle-text-color);
  1815. font-weight: normal;
  1816. font-size: var(--f7-navbar-subtitle-font-size);
  1817. line-height: var(--f7-navbar-subtitle-line-height);
  1818. text-align: var(--f7-navbar-subtitle-text-align);
  1819. }
  1820. .navbar .left,
  1821. .navbar .right {
  1822. flex-shrink: 0;
  1823. display: flex;
  1824. justify-content: flex-start;
  1825. align-items: center;
  1826. }
  1827. .navbar .right:first-child {
  1828. position: absolute;
  1829. height: 100%;
  1830. }
  1831. .navbar.no-hairline .navbar-bg:after,
  1832. .navbar.no-border .navbar-bg:after,
  1833. .navbar .no-hairline .navbar-bg:after,
  1834. .navbar .no-border .navbar-bg:after {
  1835. display: none !important;
  1836. }
  1837. .navbar.no-hairline .title-large:after,
  1838. .navbar.no-border .title-large:after,
  1839. .navbar .no-hairline .title-large:after,
  1840. .navbar .no-border .title-large:after {
  1841. display: none !important;
  1842. }
  1843. .navbar.no-shadow .navbar-bg:before,
  1844. .navbar .no-shadow .navbar-bg:before {
  1845. display: none !important;
  1846. }
  1847. .navbar.navbar-hidden .navbar-bg:before,
  1848. .navbar-hidden .navbar .navbar-bg:before {
  1849. opacity: 0 !important;
  1850. }
  1851. .navbar-bg {
  1852. position: absolute;
  1853. left: 0;
  1854. top: 0;
  1855. width: 100%;
  1856. height: 100%;
  1857. pointer-events: none;
  1858. z-index: 0;
  1859. background: var(--f7-navbar-bg-color);
  1860. background-image: var(--f7-navbar-bg-image, var(--f7-bars-bg-image));
  1861. background-color: var(--f7-navbar-bg-color, var(--f7-bars-bg-color));
  1862. transition-property: transform;
  1863. }
  1864. @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  1865. .ios-translucent-bars .navbar-bg {
  1866. background-color: rgba(var(--f7-navbar-bg-color-rgb, var(--f7-bars-bg-color-rgb)), var(--f7-bars-translucent-opacity));
  1867. -webkit-backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
  1868. backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
  1869. }
  1870. }
  1871. .navbar-bg:after,
  1872. .navbar-bg:before {
  1873. -webkit-backface-visibility: hidden;
  1874. backface-visibility: hidden;
  1875. }
  1876. .navbar-bg:after {
  1877. content: '';
  1878. position: absolute;
  1879. background-color: var(--f7-navbar-border-color, var(--f7-bars-border-color));
  1880. display: block;
  1881. z-index: 15;
  1882. top: auto;
  1883. right: auto;
  1884. bottom: 0;
  1885. left: 0;
  1886. height: 1px;
  1887. width: 100%;
  1888. transform-origin: 50% 100%;
  1889. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  1890. }
  1891. .navbar-bg:before {
  1892. content: '';
  1893. position: absolute;
  1894. right: 0;
  1895. width: 100%;
  1896. top: 100%;
  1897. bottom: auto;
  1898. height: 8px;
  1899. pointer-events: none;
  1900. background: var(--f7-navbar-shadow-image);
  1901. }
  1902. .navbar-bg:after {
  1903. z-index: 1;
  1904. }
  1905. @media (min-width: 768px) and (min-height: 600px) {
  1906. :root {
  1907. --f7-navbar-height: var(--f7-navbar-tablet-height);
  1908. }
  1909. }
  1910. .navbar-transitioning,
  1911. .navbar-transitioning .left,
  1912. .navbar-transitioning .title,
  1913. .navbar-transitioning .right,
  1914. .navbar-transitioning .title-large-text,
  1915. .navbar-transitioning .navbar-bg,
  1916. .navbar-transitioning .subnavbar,
  1917. .navbar-transitioning .navbar-bg:before {
  1918. transition-duration: var(--f7-navbar-hide-show-transition-duration);
  1919. }
  1920. .navbar-page-transitioning {
  1921. transition-duration: var(--f7-page-swipeback-transition-duration) !important;
  1922. }
  1923. .navbar-page-transitioning .title-large-text,
  1924. .navbar-page-transitioning .navbar-bg {
  1925. transition-duration: var(--f7-page-swipeback-transition-duration) !important;
  1926. }
  1927. .navbar-hidden {
  1928. transform: translate3d(0, calc(-1 * var(--f7-navbar-height)), 0);
  1929. }
  1930. .navbar-hidden .navbar-inner {
  1931. pointer-events: none;
  1932. }
  1933. .navbar-hidden .navbar-inner > .left,
  1934. .navbar-hidden .navbar-inner > .title,
  1935. .navbar-hidden .navbar-inner > .right {
  1936. opacity: 0 !important;
  1937. }
  1938. .navbar-hidden .subnavbar {
  1939. pointer-events: auto;
  1940. }
  1941. .navbar-hidden-statusbar {
  1942. transform: translate3d(0, calc(-1 * var(--f7-navbar-height) - var(--f7-safe-area-top)), 0);
  1943. }
  1944. .navbar-large-hidden .navbar-large {
  1945. --f7-navbar-large-collapse-progress: 1;
  1946. }
  1947. .navbar-inner {
  1948. position: absolute;
  1949. left: 0;
  1950. bottom: 0;
  1951. width: 100%;
  1952. height: 100%;
  1953. display: flex;
  1954. align-items: center;
  1955. box-sizing: border-box;
  1956. padding: var(--f7-safe-area-top) calc(var(--f7-navbar-inner-padding-right) + var(--f7-safe-area-right)) 0 calc(var(--f7-navbar-inner-padding-left) + var(--f7-safe-area-left));
  1957. transform: translate3d(0, 0, 0);
  1958. z-index: 10;
  1959. }
  1960. .views > .navbar,
  1961. .view > .navbar,
  1962. .page > .navbar,
  1963. .navbars > .navbar {
  1964. position: absolute;
  1965. }
  1966. .navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible):not(.with-searchbar-expandable-enabled) .navbar-bg,
  1967. .navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible):not(.with-searchbar-expandable-enabled) .title {
  1968. opacity: 0;
  1969. }
  1970. .navbar-large .navbar-bg {
  1971. height: calc(100% + var(--f7-navbar-large-title-height));
  1972. transform: translate3d(0px, calc(-1 * var(--f7-navbar-large-collapse-progress) * var(--f7-navbar-large-title-height)), 0);
  1973. }
  1974. .navbar-large-transparent .navbar-bg,
  1975. .navbar-large.navbar-transparent .navbar-bg {
  1976. opacity: var(--f7-navbar-large-collapse-progress);
  1977. height: 100%;
  1978. transform: none;
  1979. }
  1980. .ios .router-navbar-transition-to-large .navbar-bg,
  1981. .ios .router-navbar-transition-from-large .navbar-bg,
  1982. .navbar-bg.ios-swipeback-navbar-bg-large,
  1983. .navbar-large-transparent .navbar-bg.ios-swipeback-navbar-bg-large,
  1984. .navbar-large.navbar-transparent .navbar-bg.ios-swipeback-navbar-bg-large {
  1985. height: calc(100% + var(--f7-navbar-large-title-height));
  1986. transform: translate3d(0px, calc(-1 * var(--f7-navbar-large-collapse-progress) * var(--f7-navbar-large-title-height)), 0);
  1987. }
  1988. .ios .navbar:not(.navbar-large) .navbar-bg {
  1989. --f7-navbar-large-collapse-progress: 1;
  1990. }
  1991. .navbar-large .title {
  1992. opacity: var(--f7-navbar-large-collapse-progress);
  1993. }
  1994. .navbar-large-collapsed {
  1995. --f7-navbar-large-collapse-progress: 1;
  1996. }
  1997. .navbar-large-collapsed .title-large {
  1998. pointer-events: none;
  1999. }
  2000. .navbar .title-large {
  2001. box-sizing: border-box;
  2002. position: absolute;
  2003. left: 0;
  2004. right: 0;
  2005. top: 100%;
  2006. display: flex;
  2007. align-items: flex-end;
  2008. white-space: nowrap;
  2009. overflow: hidden;
  2010. height: var(--f7-navbar-large-title-height);
  2011. z-index: 5;
  2012. }
  2013. .navbar .title-large-text {
  2014. text-overflow: ellipsis;
  2015. white-space: nowrap;
  2016. color: var(--f7-navbar-large-title-text-color);
  2017. letter-spacing: var(--f7-navbar-large-title-letter-spacing);
  2018. font-size: var(--f7-navbar-large-title-font-size);
  2019. font-weight: var(--f7-navbar-large-title-font-weight);
  2020. line-height: var(--f7-navbar-large-title-line-height);
  2021. padding-left: calc(var(--f7-navbar-large-title-padding-left) + var(--f7-safe-area-left));
  2022. padding-right: calc(var(--f7-navbar-large-title-padding-right) + var(--f7-safe-area-right));
  2023. padding-top: var(--f7-navbar-large-title-padding-vertical);
  2024. padding-bottom: var(--f7-navbar-large-title-padding-vertical);
  2025. box-sizing: border-box;
  2026. overflow: hidden;
  2027. width: 100%;
  2028. transform: translate3d(0px, calc(-1 * var(--f7-navbar-large-collapse-progress) * var(--f7-navbar-large-title-height)), 0);
  2029. transform-origin: calc(var(--f7-navbar-large-title-padding-left) + var(--f7-safe-area-left)) center;
  2030. }
  2031. .navbar-no-title-large-transition .title-large-text {
  2032. transition-duration: 0ms;
  2033. }
  2034. .navbar ~ *,
  2035. .navbars ~ * {
  2036. --f7-page-navbar-offset: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
  2037. }
  2038. .navbar ~ * .page-with-navbar-large,
  2039. .navbar ~ .page-with-navbar-large,
  2040. .navbars ~ * .page-with-navbar-large,
  2041. .navbars ~ .page-with-navbar-large,
  2042. .page-with-navbar-large .navbar ~ * {
  2043. --f7-page-navbar-offset: calc(var(--f7-navbar-height) + var(--f7-navbar-large-title-height) + var(--f7-safe-area-top));
  2044. }
  2045. .page.no-navbar,
  2046. .page.no-navbar .navbar ~ * {
  2047. --f7-page-navbar-offset: var(--f7-safe-area-top);
  2048. }
  2049. .ios {
  2050. --f7-navbarLeftTextOffset: calc(4px + 12px + var(--f7-navbar-inner-padding-left));
  2051. --f7-navbarTitleLargeOffset: var(--f7-navbar-large-title-padding-left);
  2052. --f7-navbar-large-transparent-bg-center: translateX(0);
  2053. --f7-navbar-large-bg-center-top: translateX(0) translateY(calc(-1 * var(--f7-navbar-large-title-height)));
  2054. --f7-navbar-large-bg-center-bottom: translateX(0) translateY(0);
  2055. --f7-navbar-large-transparent-bg-left: translateX(-100%);
  2056. --f7-navbar-large-bg-left-top: translateX(-100%) translateY(calc(-1 * var(--f7-navbar-large-title-height)));
  2057. --f7-navbar-large-bg-left-bottom: translateX(-100%) translateY(0);
  2058. --f7-navbar-large-bg-right-top: translateX(100%) translateY(calc(-1 * var(--f7-navbar-large-title-height)));
  2059. --f7-navbar-large-bg-right-bottom: translateX(100%) translateY(0);
  2060. }
  2061. .ios .navbar a.icon-only {
  2062. width: 44px;
  2063. margin: 0;
  2064. justify-content: center;
  2065. }
  2066. .ios .navbar .left a + a,
  2067. .ios .navbar .right a + a {
  2068. margin-left: 16px;
  2069. }
  2070. .ios .navbar b {
  2071. font-weight: 600;
  2072. }
  2073. .ios .navbar .left {
  2074. margin-right: 10px;
  2075. }
  2076. .ios .navbar .right {
  2077. margin-left: 10px;
  2078. }
  2079. .ios .navbar .right:first-child {
  2080. right: calc(8px + var(--f7-safe-area-right));
  2081. }
  2082. .ios .navbar-inner {
  2083. justify-content: space-between;
  2084. }
  2085. .ios .navbar-inner-left-title {
  2086. justify-content: flex-start;
  2087. }
  2088. .ios .navbar-inner-left-title .right {
  2089. margin-left: auto;
  2090. }
  2091. .ios .navbar-inner-left-title .title {
  2092. text-align: left;
  2093. margin-right: 10px;
  2094. }
  2095. .ios .view-master-detail .navbar-previous:not(.navbar-master) .left,
  2096. .ios .view:not(.view-master-detail) .navbar-previous .left,
  2097. .ios .navbar-next .left,
  2098. .ios .view-master-detail .navbar-previous:not(.navbar-master) .title,
  2099. .ios .view:not(.view-master-detail) .navbar-previous .title,
  2100. .ios .navbar-next .title,
  2101. .ios .view-master-detail .navbar-previous:not(.navbar-master) .right,
  2102. .ios .view:not(.view-master-detail) .navbar-previous .right,
  2103. .ios .navbar-next .right,
  2104. .ios .view-master-detail .navbar-previous:not(.navbar-master) .subnavbar,
  2105. .ios .view:not(.view-master-detail) .navbar-previous .subnavbar,
  2106. .ios .navbar-next .subnavbar,
  2107. .ios .view-master-detail .navbar-previous:not(.navbar-master) .fading,
  2108. .ios .view:not(.view-master-detail) .navbar-previous .fading,
  2109. .ios .navbar-next .fading {
  2110. opacity: 0;
  2111. }
  2112. .ios .view-master-detail .navbar-previous:not(.navbar-master),
  2113. .ios .view:not(.view-master-detail) .navbar-previous {
  2114. pointer-events: none;
  2115. }
  2116. .ios .view-master-detail .navbar-previous:not(.navbar-master) .title-large,
  2117. .ios .view:not(.view-master-detail) .navbar-previous .title-large {
  2118. opacity: 0;
  2119. transition-duration: 0ms;
  2120. }
  2121. .ios .view-master-detail .navbar-previous:not(.navbar-master) .title-large .title-large-text,
  2122. .ios .view:not(.view-master-detail) .navbar-previous .title-large .title-large-text {
  2123. transform: scale(0.5);
  2124. transition-duration: 0ms;
  2125. }
  2126. .ios .view-master-detail .navbar-previous:not(.navbar-master) .subnavbar.sliding,
  2127. .ios .view:not(.view-master-detail) .navbar-previous .subnavbar.sliding,
  2128. .ios .view-master-detail .navbar-previous:not(.navbar-master) .sliding .subnavbar,
  2129. .ios .view:not(.view-master-detail) .navbar-previous .sliding .subnavbar {
  2130. opacity: 1;
  2131. transform: translate3d(-100%, 0, 0);
  2132. }
  2133. .ios .view:not(.view-master-detail) .navbar-previous .navbar-bg,
  2134. .ios .view-master-detail .navbar-previous:not(.navbar-master) .navbar-bg {
  2135. transform: translateX(-100%);
  2136. }
  2137. .ios .navbar-next {
  2138. pointer-events: none;
  2139. }
  2140. .ios .navbar-next .navbar-bg {
  2141. transform: translateX(100%);
  2142. }
  2143. .ios .navbar-next .title-large .title-large-text {
  2144. transition-duration: 0ms;
  2145. transform: translateX(100%) translateY(calc(-1 * var(--f7-navbar-large-title-height)));
  2146. }
  2147. .ios .navbar-next .subnavbar.sliding,
  2148. .ios .navbar-next .sliding .subnavbar {
  2149. opacity: 1;
  2150. transform: translate3d(100%, 0, 0);
  2151. }
  2152. .ios .router-transition .navbar,
  2153. .ios .router-transition .navbar-bg {
  2154. transition-duration: var(--f7-page-transition-duration);
  2155. }
  2156. .ios .router-transition .navbar-bg {
  2157. animation-duration: var(--f7-page-transition-duration);
  2158. animation-fill-mode: forwards;
  2159. }
  2160. .ios .router-transition .title-large,
  2161. .ios .router-transition .title-large-text {
  2162. transition-duration: 0ms;
  2163. }
  2164. .ios .router-transition .navbar-current .left,
  2165. .ios .router-transition .navbar-current .title,
  2166. .ios .router-transition .navbar-current .right,
  2167. .ios .router-transition .navbar-current .subnavbar {
  2168. animation: ios-navbar-element-fade-out var(--f7-page-transition-duration) forwards;
  2169. }
  2170. .ios .router-transition .navbar-current .sliding.left,
  2171. .ios .router-transition .navbar-current .sliding.left .icon + span,
  2172. .ios .router-transition .navbar-current .sliding.title,
  2173. .ios .router-transition .navbar-current .sliding.right,
  2174. .ios .router-transition .navbar-current .sliding .left,
  2175. .ios .router-transition .navbar-current .sliding .left .icon + span,
  2176. .ios .router-transition .navbar-current .sliding .title,
  2177. .ios .router-transition .navbar-current .sliding .right {
  2178. transition-duration: var(--f7-page-transition-duration);
  2179. opacity: 0 !important;
  2180. animation: none;
  2181. }
  2182. .ios .router-transition .navbar-current .sliding .subnavbar,
  2183. .ios .router-transition .navbar-current .sliding.subnavbar {
  2184. transition-duration: var(--f7-page-transition-duration);
  2185. animation: none;
  2186. opacity: 1;
  2187. }
  2188. .ios .router-transition-forward .navbar-next .left,
  2189. .ios .router-transition-backward .navbar-previous .left,
  2190. .ios .router-transition-forward .navbar-next .title,
  2191. .ios .router-transition-backward .navbar-previous .title,
  2192. .ios .router-transition-forward .navbar-next .right,
  2193. .ios .router-transition-backward .navbar-previous .right,
  2194. .ios .router-transition-forward .navbar-next .subnavbar,
  2195. .ios .router-transition-backward .navbar-previous .subnavbar {
  2196. animation: ios-navbar-element-fade-in var(--f7-page-transition-duration) forwards;
  2197. }
  2198. .ios .router-transition-forward .navbar-next .sliding.left,
  2199. .ios .router-transition-backward .navbar-previous .sliding.left,
  2200. .ios .router-transition-forward .navbar-next .sliding.left .icon + span,
  2201. .ios .router-transition-backward .navbar-previous .sliding.left .icon + span,
  2202. .ios .router-transition-forward .navbar-next .sliding.title,
  2203. .ios .router-transition-backward .navbar-previous .sliding.title,
  2204. .ios .router-transition-forward .navbar-next .sliding.right,
  2205. .ios .router-transition-backward .navbar-previous .sliding.right,
  2206. .ios .router-transition-forward .navbar-next .sliding .left,
  2207. .ios .router-transition-backward .navbar-previous .sliding .left,
  2208. .ios .router-transition-forward .navbar-next .sliding .left .icon + span,
  2209. .ios .router-transition-backward .navbar-previous .sliding .left .icon + span,
  2210. .ios .router-transition-forward .navbar-next .sliding .title,
  2211. .ios .router-transition-backward .navbar-previous .sliding .title,
  2212. .ios .router-transition-forward .navbar-next .sliding .right,
  2213. .ios .router-transition-backward .navbar-previous .sliding .right,
  2214. .ios .router-transition-forward .navbar-next .sliding .subnavbar,
  2215. .ios .router-transition-backward .navbar-previous .sliding .subnavbar {
  2216. transition-duration: var(--f7-page-transition-duration);
  2217. animation: none;
  2218. transform: translate3d(0, 0, 0) !important;
  2219. opacity: 1 !important;
  2220. }
  2221. .ios .router-transition-forward .navbar-next.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible) .title,
  2222. .ios .router-transition-backward .navbar-previous.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible) .title {
  2223. animation: none;
  2224. }
  2225. .ios .router-transition-forward .navbar-next.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible) .sliding.title,
  2226. .ios .router-transition-backward .navbar-previous.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible) .sliding.title,
  2227. .ios .router-transition-forward .navbar-next.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible) .sliding .title,
  2228. .ios .router-transition-backward .navbar-previous.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible) .sliding .title {
  2229. opacity: 0 !important;
  2230. }
  2231. .ios .router-transition-backward .navbar-previous.with-searchbar-expandable-enabled-no-transition .left,
  2232. .ios .router-transition-backward .navbar-previous.with-searchbar-expandable-enabled .left,
  2233. .ios .router-transition-backward .navbar-previous.with-searchbar-expandable-enabled-no-transition .title,
  2234. .ios .router-transition-backward .navbar-previous.with-searchbar-expandable-enabled .title,
  2235. .ios .router-transition-backward .navbar-previous.with-searchbar-expandable-enabled-no-transition .right,
  2236. .ios .router-transition-backward .navbar-previous.with-searchbar-expandable-enabled .right,
  2237. .ios .router-transition-backward .navbar-previous.with-searchbar-expandable-enabled-no-transition .subnavbar,
  2238. .ios .router-transition-backward .navbar-previous.with-searchbar-expandable-enabled .subnavbar {
  2239. animation: none;
  2240. }
  2241. .ios .router-transition-forward .navbar-current.router-navbar-transition-from-large.router-navbar-transition-to-large .title-large,
  2242. .ios .router-transition-forward .navbar-current.router-navbar-transition-from-large:not(.router-navbar-transition-to-large) .title-large {
  2243. overflow: visible;
  2244. }
  2245. .ios .router-transition-forward .navbar-current.router-navbar-transition-from-large.router-navbar-transition-to-large .title-large .title-large-text,
  2246. .ios .router-transition-forward .navbar-current.router-navbar-transition-from-large:not(.router-navbar-transition-to-large) .title-large .title-large-text {
  2247. animation: ios-navbar-large-title-text-slide-up var(--f7-page-transition-duration) forwards, ios-navbar-large-title-text-fade-out var(--f7-page-transition-duration) forwards;
  2248. }
  2249. .ios .router-transition-forward .navbar-next.router-navbar-transition-from-large .left .back span {
  2250. animation: ios-navbar-back-text-next-to-current var(--f7-page-transition-duration) forwards;
  2251. transition: none;
  2252. transform-origin: left center;
  2253. }
  2254. .ios .router-transition-forward .navbar-next.router-navbar-transition-from-large.router-navbar-transition-to-large .title-large {
  2255. overflow: visible;
  2256. }
  2257. .ios .router-transition-forward .navbar-next.router-navbar-transition-from-large.router-navbar-transition-to-large .title-large .title-large-text {
  2258. animation: ios-navbar-large-title-text-slide-left var(--f7-page-transition-duration) forwards;
  2259. }
  2260. .ios .router-transition-forward .navbar-next.router-navbar-transition-to-large:not(.router-navbar-transition-from-large) .title-large .title-large-text {
  2261. animation: ios-navbar-large-title-text-slide-left var(--f7-page-transition-duration) forwards;
  2262. }
  2263. .ios .router-transition-forward .navbar-next.navbar-large:not(.navbar-large-collapsed) .title,
  2264. .ios .router-transition-forward .navbar-current.navbar-large:not(.navbar-large-collapsed) .title {
  2265. animation: none;
  2266. opacity: 0 !important;
  2267. transition-duration: 0;
  2268. }
  2269. .ios .router-transition-backward .navbar-current.router-navbar-transition-to-large .left .back span {
  2270. animation: ios-navbar-back-text-current-to-previous var(--f7-page-transition-duration) forwards;
  2271. transition: none;
  2272. transform-origin: left center;
  2273. }
  2274. .ios .router-transition-backward .navbar-current.router-navbar-transition-from-large.router-navbar-transition-to-large .title-large {
  2275. overflow: visible;
  2276. }
  2277. .ios .router-transition-backward .navbar-current.router-navbar-transition-from-large.router-navbar-transition-to-large .title-large .title-large-text {
  2278. animation: ios-navbar-large-title-text-slide-right var(--f7-page-transition-duration) forwards;
  2279. }
  2280. .ios .router-transition-backward .navbar-current.router-navbar-transition-from-large:not(.router-navbar-transition-to-large) .title-large .title-large-text {
  2281. animation: ios-navbar-large-title-text-slide-right var(--f7-page-transition-duration) forwards;
  2282. }
  2283. .ios .router-transition-backward .navbar-current.router-navbar-transition-to-large:not(.router-navbar-transition-from-large) .title-large {
  2284. opacity: 0;
  2285. }
  2286. .ios .router-transition-backward .navbar-previous.router-navbar-transition-from-large.router-navbar-transition-to-large .title-large,
  2287. .ios .router-transition-backward .navbar-previous.router-navbar-transition-to-large:not(.router-navbar-transition-from-large) .title-large {
  2288. overflow: visible;
  2289. opacity: 1;
  2290. }
  2291. .ios .router-transition-backward .navbar-previous.router-navbar-transition-from-large.router-navbar-transition-to-large .title-large .title-large-text,
  2292. .ios .router-transition-backward .navbar-previous.router-navbar-transition-to-large:not(.router-navbar-transition-from-large) .title-large .title-large-text {
  2293. animation: ios-navbar-large-title-text-slide-down var(--f7-page-transition-duration) forwards, ios-navbar-large-title-text-fade-in var(--f7-page-transition-duration) forwards;
  2294. }
  2295. .ios .router-transition-backward .navbar-current.navbar-large:not(.navbar-large-collapsed) .title,
  2296. .ios .router-transition-backward .navbar-previous.navbar-large:not(.navbar-large-collapsed) .title {
  2297. animation: none;
  2298. opacity: 0 !important;
  2299. transition-duration: 0;
  2300. }
  2301. .ios .router-transition-forward .navbar-current .navbar-bg {
  2302. animation-name: ios-navbar-bg-from-cb-to-lb;
  2303. }
  2304. .ios .router-transition-forward .navbar-current.router-navbar-transition-from-large.router-navbar-transition-to-large .navbar-bg {
  2305. animation-name: ios-navbar-bg-from-cb-to-lb;
  2306. }
  2307. .ios .router-transition-forward .navbar-current.router-navbar-transition-from-large:not(.router-navbar-transition-to-large) .navbar-bg {
  2308. animation-name: ios-navbar-bg-from-cb-to-lt;
  2309. }
  2310. .ios .router-transition-forward .navbar-current:not(.router-navbar-transition-from-large).router-navbar-transition-to-large .navbar-bg {
  2311. animation-name: ios-navbar-bg-from-ct-to-lb;
  2312. }
  2313. .ios .router-transition-forward .navbar-current.navbar-large-collapsed:not(.router-navbar-transition-to-large) .navbar-bg {
  2314. animation-name: ios-navbar-bg-from-ct-to-lt;
  2315. }
  2316. .ios .router-transition-forward .navbar-current.navbar-large-collapsed.navbar-large-transparent:not(.router-navbar-transition-to-large) .navbar-bg,
  2317. .ios .router-transition-forward .navbar-current.navbar-large-collapsed.navbar-large.navbar-transparent:not(.router-navbar-transition-to-large) .navbar-bg {
  2318. animation-name: ios-navbar-transparent-bg-from-c-to-l;
  2319. }
  2320. .ios .router-transition-forward .navbar-next .navbar-bg {
  2321. animation-name: ios-navbar-bg-from-rb-to-cb;
  2322. }
  2323. .ios .router-transition-forward .navbar-next.router-navbar-transition-from-large.router-navbar-transition-to-large .navbar-bg {
  2324. animation-name: ios-navbar-bg-from-rb-to-cb;
  2325. }
  2326. .ios .router-transition-forward .navbar-next.router-navbar-transition-from-large:not(.router-navbar-transition-to-large) .navbar-bg {
  2327. animation-name: ios-navbar-bg-from-rb-to-ct;
  2328. }
  2329. .ios .router-transition-forward .navbar-next:not(.router-navbar-transition-from-large).router-navbar-transition-to-large .navbar-bg {
  2330. animation-name: ios-navbar-bg-from-rt-to-cb;
  2331. }
  2332. .ios .router-transition-backward .navbar-current .navbar-bg {
  2333. animation-name: ios-navbar-bg-from-cb-to-rb;
  2334. }
  2335. .ios .router-transition-backward .navbar-current:not(.router-navbar-transition-from-large).router-navbar-transition-to-large .navbar-bg {
  2336. animation-name: ios-navbar-bg-from-ct-to-rb;
  2337. }
  2338. .ios .router-transition-backward .navbar-current.router-navbar-transition-from-large:not(.router-navbar-transition-to-large) .navbar-bg {
  2339. animation-name: ios-navbar-bg-from-cb-to-rt;
  2340. }
  2341. .ios .router-transition-backward .navbar-current.navbar-large-collapsed .navbar-bg {
  2342. animation-name: ios-navbar-bg-from-ct-to-rt;
  2343. }
  2344. .ios .router-transition-backward .navbar-current.navbar-large-collapsed.navbar-large-transparent .navbar-bg,
  2345. .ios .router-transition-backward .navbar-current.navbar-large-collapsed.navbar-large.navbar-transparent .navbar-bg {
  2346. animation-name: ios-navbar-bg-from-cb-to-rb;
  2347. }
  2348. .ios .router-transition-backward .navbar-current.navbar-large-collapsed.router-navbar-transition-to-large .navbar-bg {
  2349. animation-name: ios-navbar-bg-from-ct-to-rb;
  2350. }
  2351. .ios .router-transition-backward .navbar-previous .navbar-bg {
  2352. animation-name: ios-navbar-bg-from-lb-to-cb;
  2353. }
  2354. .ios .router-transition-backward .navbar-previous:not(.router-navbar-transition-from-large).router-navbar-transition-to-large .navbar-bg {
  2355. animation-name: ios-navbar-bg-from-lt-to-cb;
  2356. }
  2357. .ios .router-transition-backward .navbar-previous.router-navbar-transition-from-large:not(.router-navbar-transition-to-large) .navbar-bg {
  2358. animation-name: ios-navbar-bg-from-lb-to-ct;
  2359. }
  2360. .ios .router-transition-backward .navbar-previous.navbar-large-collapsed .navbar-bg {
  2361. animation-name: ios-navbar-bg-from-lt-to-ct;
  2362. }
  2363. .ios .router-transition-backward .navbar-previous.navbar-large-collapsed.navbar-large-transparent .navbar-bg,
  2364. .ios .router-transition-backward .navbar-previous.navbar-large-collapsed.navbar-large.navbar-transparent .navbar-bg {
  2365. animation-name: ios-navbar-transparent-bg-from-l-to-c;
  2366. }
  2367. .ios .router-transition-backward .navbar-previous.navbar-large-collapsed.navbar-large-transparent.router-navbar-transition-from-large .navbar-bg,
  2368. .ios .router-transition-backward .navbar-previous.navbar-large-collapsed.navbar-large.navbar-transparent.router-navbar-transition-from-large .navbar-bg {
  2369. animation-name: ios-navbar-bg-from-lb-to-ct;
  2370. }
  2371. .view-master-detail .navbars {
  2372. z-index: auto;
  2373. }
  2374. .view-master-detail .page-master {
  2375. z-index: 525;
  2376. }
  2377. .view-master-detail .navbar-master .navbar-inner,
  2378. .view-master-detail .navbar-master .navbar-bg {
  2379. z-index: 550;
  2380. }
  2381. .view-master-detail .navbar-master-detail .navbar-inner,
  2382. .view-master-detail .navbar-master-detail .navbar-bg {
  2383. z-index: 500;
  2384. }
  2385. .view-master-detail .navbar-master.navbar-previous {
  2386. pointer-events: auto;
  2387. }
  2388. .view-master-detail .navbar-master.navbar-previous .left,
  2389. .view-master-detail .navbar-master.navbar-previous:not(.navbar-large) .title,
  2390. .view-master-detail .navbar-master.navbar-previous .right,
  2391. .view-master-detail .navbar-master.navbar-previous .subnavbar {
  2392. opacity: 1;
  2393. }
  2394. .view-master-detail.router-transition .navbar-master .left,
  2395. .view-master-detail.router-transition .navbar-master .left .icon + span,
  2396. .view-master-detail.router-transition .navbar-master:not(.navbar-large) .title,
  2397. .view-master-detail.router-transition .navbar-master .right,
  2398. .view-master-detail.router-transition .navbar-master .subnavbar,
  2399. .view-master-detail.router-transition .navbar-master .fading {
  2400. opacity: 1 !important;
  2401. transition-duration: 0ms;
  2402. transform: none !important;
  2403. animation: none !important;
  2404. }
  2405. .view-master-detail.router-transition .navbar-master .navbar-bg {
  2406. transition-duration: 0ms;
  2407. animation: none !important;
  2408. }
  2409. .view-master-detail.router-transition .navbar-master.navbar-large .title {
  2410. opacity: calc(-1 + 2 * var(--f7-navbar-large-collapse-progress)) !important;
  2411. transition-duration: 0ms;
  2412. transform: none !important;
  2413. animation: none !important;
  2414. }
  2415. .view-master-detail.router-transition .navbar-master.navbar-large .title-large,
  2416. .view-master-detail.router-transition .navbar-master.navbar-large .title-large-text {
  2417. transition-duration: 0ms;
  2418. animation: none !important;
  2419. }
  2420. .view-master-detail.router-transition .navbar-master.navbar-large-transparent .navbar-bg,
  2421. .view-master-detail.router-transition .navbar-master.navbar-large.navbar-transparent .navbar-bg {
  2422. height: 100% !important;
  2423. opacity: var(--f7-navbar-large-collapse-progress) !important;
  2424. }
  2425. @keyframes ios-navbar-element-fade-in {
  2426. 0% {
  2427. opacity: 0;
  2428. }
  2429. 25% {
  2430. opacity: 0;
  2431. }
  2432. to {
  2433. opacity: 1;
  2434. }
  2435. }
  2436. @keyframes ios-navbar-element-fade-out {
  2437. from {
  2438. opacity: 1;
  2439. }
  2440. 75% {
  2441. opacity: 0;
  2442. }
  2443. to {
  2444. opacity: 0;
  2445. }
  2446. }
  2447. @keyframes ios-navbar-large-title-text-slide-up {
  2448. 0% {
  2449. transform: translateX(0px) translateY(0%) scale(1);
  2450. }
  2451. 100% {
  2452. transform: translateX(calc(var(--f7-navbarLeftTextOffset) - var(--f7-navbarTitleLargeOffset))) translateY(calc(-1 * var(--f7-navbar-large-title-height) + var(--f7-navbar-large-title-padding-vertical))) scale(0.5);
  2453. }
  2454. }
  2455. @keyframes ios-navbar-large-title-text-slide-down {
  2456. 0% {
  2457. transform: translateX(calc(var(--f7-navbarLeftTextOffset) - var(--f7-navbarTitleLargeOffset))) translateY(calc(-1 * var(--f7-navbar-large-title-height) + var(--f7-navbar-large-title-padding-vertical) / 2)) scale(0.5);
  2458. }
  2459. 100% {
  2460. transform: translateX(0px) translateY(0%) scale(1);
  2461. }
  2462. }
  2463. @keyframes ios-navbar-large-title-text-slide-left {
  2464. 0% {
  2465. transform: translateX(100%);
  2466. }
  2467. 100% {
  2468. transform: translateX(0%);
  2469. }
  2470. }
  2471. @keyframes ios-navbar-large-title-text-slide-right {
  2472. 0% {
  2473. transform: translateX(0%);
  2474. }
  2475. 100% {
  2476. transform: translateX(100%);
  2477. }
  2478. }
  2479. @keyframes ios-navbar-large-title-text-fade-out {
  2480. 0% {
  2481. opacity: 1;
  2482. }
  2483. 80% {
  2484. opacity: 0;
  2485. }
  2486. 100% {
  2487. opacity: 0;
  2488. }
  2489. }
  2490. @keyframes ios-navbar-large-title-text-fade-in {
  2491. 0% {
  2492. opacity: 0;
  2493. }
  2494. 20% {
  2495. opacity: 0;
  2496. }
  2497. 100% {
  2498. opacity: 1;
  2499. }
  2500. }
  2501. @keyframes ios-navbar-back-text-current-to-previous {
  2502. 0% {
  2503. opacity: 1;
  2504. transform: translateY(0px) translateX(0px) scale(1);
  2505. }
  2506. 80% {
  2507. opacity: 0;
  2508. }
  2509. 100% {
  2510. opacity: 0;
  2511. transform: translateX(calc(var(--f7-navbarTitleLargeOffset) - var(--f7-navbarLeftTextOffset))) translateY(calc(1 * var(--f7-navbar-large-title-height) - var(--f7-navbar-large-title-padding-vertical) / 2)) scale(2);
  2512. }
  2513. }
  2514. @keyframes ios-navbar-back-text-next-to-current {
  2515. 0% {
  2516. opacity: 0;
  2517. transform: translateX(calc(var(--f7-navbarTitleLargeOffset) - var(--f7-navbarLeftTextOffset))) translateY(calc(1 * var(--f7-navbar-large-title-height) + var(--f7-navbar-large-title-padding-vertical) / 2)) scale(2);
  2518. }
  2519. 20% {
  2520. opacity: 0;
  2521. }
  2522. 100% {
  2523. opacity: 1;
  2524. transform: translateX(0px) translateY(0px) scale(1);
  2525. }
  2526. }
  2527. @keyframes ios-navbar-bg-from-cb-to-lb {
  2528. from {
  2529. transform: var(--f7-navbar-large-bg-center-bottom);
  2530. }
  2531. to {
  2532. transform: var(--f7-navbar-large-bg-left-bottom);
  2533. }
  2534. }
  2535. @keyframes ios-navbar-bg-from-cb-to-lt {
  2536. from {
  2537. transform: var(--f7-navbar-large-bg-center-bottom);
  2538. }
  2539. to {
  2540. transform: var(--f7-navbar-large-bg-left-top);
  2541. }
  2542. }
  2543. @keyframes ios-navbar-bg-from-ct-to-lb {
  2544. from {
  2545. transform: var(--f7-navbar-large-bg-center-top);
  2546. }
  2547. to {
  2548. transform: var(--f7-navbar-large-bg-left-bottom);
  2549. }
  2550. }
  2551. @keyframes ios-navbar-bg-from-ct-to-lt {
  2552. from {
  2553. transform: var(--f7-navbar-large-bg-center-top);
  2554. }
  2555. to {
  2556. transform: var(--f7-navbar-large-bg-left-top);
  2557. }
  2558. }
  2559. @keyframes ios-navbar-bg-from-rb-to-cb {
  2560. from {
  2561. transform: var(--f7-navbar-large-bg-right-bottom);
  2562. }
  2563. to {
  2564. transform: var(--f7-navbar-large-bg-center-bottom);
  2565. }
  2566. }
  2567. @keyframes ios-navbar-bg-from-rb-to-ct {
  2568. from {
  2569. transform: var(--f7-navbar-large-bg-right-bottom);
  2570. }
  2571. to {
  2572. transform: var(--f7-navbar-large-bg-center-top);
  2573. }
  2574. }
  2575. @keyframes ios-navbar-bg-from-rt-to-cb {
  2576. from {
  2577. transform: var(--f7-navbar-large-bg-right-top);
  2578. }
  2579. to {
  2580. transform: var(--f7-navbar-large-bg-center-bottom);
  2581. }
  2582. }
  2583. @keyframes ios-navbar-bg-from-cb-to-rb {
  2584. from {
  2585. transform: var(--f7-navbar-large-bg-center-bottom);
  2586. }
  2587. to {
  2588. transform: var(--f7-navbar-large-bg-right-bottom);
  2589. }
  2590. }
  2591. @keyframes ios-navbar-bg-from-ct-to-rb {
  2592. from {
  2593. transform: var(--f7-navbar-large-bg-center-top);
  2594. }
  2595. to {
  2596. transform: var(--f7-navbar-large-bg-right-bottom);
  2597. }
  2598. }
  2599. @keyframes ios-navbar-bg-from-cb-to-rt {
  2600. from {
  2601. transform: var(--f7-navbar-large-bg-center-bottom);
  2602. }
  2603. to {
  2604. transform: var(--f7-navbar-large-bg-right-top);
  2605. }
  2606. }
  2607. @keyframes ios-navbar-bg-from-ct-to-rt {
  2608. from {
  2609. transform: var(--f7-navbar-large-bg-center-top);
  2610. }
  2611. to {
  2612. transform: var(--f7-navbar-large-bg-right-top);
  2613. }
  2614. }
  2615. @keyframes ios-navbar-bg-from-lb-to-cb {
  2616. from {
  2617. transform: var(--f7-navbar-large-bg-left-bottom);
  2618. }
  2619. to {
  2620. transform: var(--f7-navbar-large-bg-center-bottom);
  2621. }
  2622. }
  2623. @keyframes ios-navbar-bg-from-lt-to-cb {
  2624. from {
  2625. transform: var(--f7-navbar-large-bg-left-top);
  2626. }
  2627. to {
  2628. transform: var(--f7-navbar-large-bg-center-bottom);
  2629. }
  2630. }
  2631. @keyframes ios-navbar-bg-from-lb-to-ct {
  2632. from {
  2633. transform: var(--f7-navbar-large-bg-left-bottom);
  2634. }
  2635. to {
  2636. transform: var(--f7-navbar-large-bg-center-top);
  2637. }
  2638. }
  2639. @keyframes ios-navbar-bg-from-lt-to-ct {
  2640. from {
  2641. transform: var(--f7-navbar-large-bg-left-top);
  2642. }
  2643. to {
  2644. transform: var(--f7-navbar-large-bg-center-top);
  2645. }
  2646. }
  2647. @keyframes ios-navbar-transparent-bg-from-l-to-c {
  2648. from {
  2649. transform: var(--f7-navbar-large-transparent-bg-left);
  2650. }
  2651. to {
  2652. transform: var(--f7-navbar-large-transparent-bg-center);
  2653. }
  2654. }
  2655. @keyframes ios-navbar-transparent-bg-from-c-to-l {
  2656. from {
  2657. transform: var(--f7-navbar-large-transparent-bg-center);
  2658. }
  2659. to {
  2660. transform: var(--f7-navbar-large-transparent-bg-left);
  2661. }
  2662. }
  2663. .md .navbar a.link {
  2664. padding: 0 16px;
  2665. min-width: 48px;
  2666. }
  2667. .md .navbar a.link:before {
  2668. content: '';
  2669. width: 152%;
  2670. height: 152%;
  2671. position: absolute;
  2672. left: -26%;
  2673. top: -26%;
  2674. background-image: radial-gradient(circle at center, var(--f7-link-highlight-color) 66%, rgba(255, 255, 255, 0) 66%);
  2675. background-repeat: no-repeat;
  2676. background-position: center;
  2677. background-size: 100% 100%;
  2678. opacity: 0;
  2679. pointer-events: none;
  2680. transition-duration: 600ms;
  2681. }
  2682. .md .navbar a.link.active-state:before {
  2683. opacity: 1;
  2684. transition-duration: 150ms;
  2685. }
  2686. .md .navbar a.icon-only {
  2687. min-width: 0;
  2688. flex-shrink: 0;
  2689. width: 56px;
  2690. }
  2691. .md .navbar .right {
  2692. margin-left: auto;
  2693. }
  2694. .md .navbar .right:first-child {
  2695. right: var(--f7-safe-area-right);
  2696. }
  2697. .md .navbar-inner {
  2698. justify-content: flex-start;
  2699. overflow: hidden;
  2700. }
  2701. .md .navbar-large:not(.navbar-large-collapsed) .navbar-inner {
  2702. overflow: visible;
  2703. }
  2704. .md .page.page-with-subnavbar .navbar-inner {
  2705. overflow: visible;
  2706. }
  2707. .md .navbar-inner-centered-title {
  2708. justify-content: space-between;
  2709. }
  2710. .md .navbar-inner-centered-title .right {
  2711. margin-left: 0;
  2712. }
  2713. .md .navbar-inner-centered-title .title {
  2714. text-align: center;
  2715. }
  2716. .aurora .navbar a.icon-only {
  2717. margin: 0;
  2718. justify-content: center;
  2719. }
  2720. .aurora .navbar .left a + a,
  2721. .aurora .navbar .right a + a {
  2722. margin-left: 10px;
  2723. }
  2724. .aurora .navbar b {
  2725. font-weight: bold;
  2726. }
  2727. .aurora .navbar .left {
  2728. margin-right: 10px;
  2729. }
  2730. .aurora .navbar .right {
  2731. margin-left: 10px;
  2732. }
  2733. .aurora .navbar .right:first-child {
  2734. right: calc(16px + var(--f7-safe-area-right));
  2735. }
  2736. .aurora .navbar-inner {
  2737. justify-content: space-between;
  2738. }
  2739. .aurora .navbar-inner-left-title {
  2740. justify-content: flex-start;
  2741. }
  2742. .aurora .navbar-inner-left-title .right {
  2743. margin-left: auto;
  2744. }
  2745. .aurora .navbar-inner-left-title .title {
  2746. text-align: left;
  2747. margin-right: 10px;
  2748. }
  2749. /* === Toolbar === */
  2750. :root {
  2751. /*
  2752. --f7-toolbar-bg-color: var(--f7-bars-bg-color);
  2753. --f7-toolbar-bg-color-rgb: var(--f7-bars-bg-color-rgb);
  2754. --f7-toolbar-bg-image: var(--f7-bars-bg-image);
  2755. --f7-toolbar-border-color: var(--f7-bars-border-color);
  2756. --f7-toolbar-link-color: var(--f7-bars-link-color);
  2757. --f7-toolbar-text-color: var(--f7-bars-text-color);
  2758. --f7-tabbar-link-active-color: var(--f7-theme-color);
  2759. */
  2760. --f7-tabbar-link-active-bg-color: transparent;
  2761. --f7-tabbar-label-text-transform: none;
  2762. --f7-toolbar-hide-show-transition-duration: 400ms;
  2763. }
  2764. .ios {
  2765. --f7-toolbar-height: 44px;
  2766. --f7-toolbar-font-size: 17px;
  2767. --f7-toolbar-inner-padding-left: 8px;
  2768. --f7-toolbar-inner-padding-right: 8px;
  2769. /*
  2770. --f7-toolbar-link-height: var(--f7-toolbar-height);
  2771. --f7-toolbar-link-line-height: var(--f7-toolbar-height);
  2772. */
  2773. --f7-tabbar-labels-height: 50px;
  2774. --f7-tabbar-labels-tablet-height: 50px;
  2775. --f7-toolbar-top-shadow-image: none;
  2776. --f7-toolbar-bottom-shadow-image: none;
  2777. --f7-tabbar-icon-size: 28px;
  2778. --f7-tabbar-link-text-transform: none;
  2779. --f7-tabbar-link-font-weight: 400;
  2780. --f7-tabbar-link-letter-spacing: 0;
  2781. --f7-tabbar-label-font-size: 12px;
  2782. --f7-tabbar-label-tablet-font-size: 14px;
  2783. --f7-tabbar-label-font-weight: 500;
  2784. --f7-tabbar-label-letter-spacing: 0.01;
  2785. --f7-tabbar-link-inactive-color: rgba(0, 0, 0, 0.4);
  2786. }
  2787. .ios .theme-dark,
  2788. .ios.theme-dark {
  2789. --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.54);
  2790. }
  2791. .md {
  2792. --f7-toolbar-height: 48px;
  2793. --f7-toolbar-font-size: 14px;
  2794. --f7-toolbar-inner-padding-left: 0px;
  2795. --f7-toolbar-inner-padding-right: 0px;
  2796. /*
  2797. --f7-toolbar-link-height: var(--f7-toolbar-height);
  2798. --f7-toolbar-link-line-height: var(--f7-toolbar-height);
  2799. */
  2800. --f7-tabbar-labels-height: 56px;
  2801. --f7-tabbar-labels-tablet-height: 56px;
  2802. /*
  2803. --f7-tabbar-link-active-border-color: var(--f7-theme-color);
  2804. */
  2805. --f7-toolbar-top-shadow-image: var(--f7-bars-shadow-bottom-image);
  2806. --f7-toolbar-bottom-shadow-image: var(--f7-bars-shadow-top-image);
  2807. --f7-tabbar-icon-size: 24px;
  2808. --f7-tabbar-link-text-transform: uppercase;
  2809. --f7-tabbar-link-font-weight: 500;
  2810. --f7-tabbar-link-letter-spacing: 0.03em;
  2811. --f7-tabbar-label-font-size: 14px;
  2812. --f7-tabbar-label-tablet-font-size: 14px;
  2813. --f7-tabbar-label-font-weight: 400;
  2814. --f7-tabbar-label-letter-spacing: 0;
  2815. --f7-tabbar-link-inactive-color: rgba(0, 0, 0, 0.54);
  2816. }
  2817. .md .theme-dark,
  2818. .md.theme-dark {
  2819. --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.54);
  2820. }
  2821. .aurora {
  2822. --f7-toolbar-height: 38px;
  2823. --f7-toolbar-font-size: 14px;
  2824. --f7-toolbar-inner-padding-left: 16px;
  2825. --f7-toolbar-inner-padding-right: 16px;
  2826. --f7-toolbar-link-height: auto;
  2827. --f7-toolbar-link-line-height: inherit;
  2828. --f7-tabbar-labels-height: 44px;
  2829. --f7-tabbar-labels-tablet-height: 44px;
  2830. --f7-tabbar-link-inactive-bg-color: rgba(0, 0, 0, 0.2);
  2831. --f7-toolbar-top-shadow-image: none;
  2832. --f7-toolbar-bottom-shadow-image: none;
  2833. --f7-tabbar-icon-size: 18px;
  2834. --f7-tabbar-link-text-transform: none;
  2835. --f7-tabbar-link-font-weight: 400;
  2836. --f7-tabbar-link-letter-spacing: 0;
  2837. --f7-tabbar-label-font-size: 12px;
  2838. --f7-tabbar-label-tablet-font-size: 12px;
  2839. --f7-tabbar-label-font-weight: 500;
  2840. --f7-tabbar-label-letter-spacing: 0.01;
  2841. --f7-tabbar-link-inactive-color: rgba(0, 0, 0, 0.5);
  2842. }
  2843. .aurora .theme-dark,
  2844. .aurora.theme-dark {
  2845. --f7-tabbar-link-inactive-color: rgba(255, 255, 255, 0.5);
  2846. }
  2847. .toolbar {
  2848. width: 100%;
  2849. position: relative;
  2850. margin: 0;
  2851. transform: translate3d(0, 0, 0);
  2852. -webkit-backface-visibility: hidden;
  2853. backface-visibility: hidden;
  2854. z-index: 600;
  2855. box-sizing: border-box;
  2856. left: 0;
  2857. height: var(--f7-toolbar-height);
  2858. background-image: var(--f7-toolbar-bg-image, var(--f7-bars-bg-image));
  2859. background-color: var(--f7-toolbar-bg-color, var(--f7-bars-bg-color));
  2860. color: var(--f7-toolbar-text-color, var(--f7-bars-text-color));
  2861. font-size: var(--f7-toolbar-font-size);
  2862. }
  2863. @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  2864. .ios-translucent-bars .toolbar {
  2865. background-color: rgba(var(--f7-toolbar-bg-color-rgb, var(--f7-bars-bg-color-rgb)), var(--f7-bars-translucent-opacity));
  2866. -webkit-backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
  2867. backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
  2868. }
  2869. }
  2870. .toolbar b {
  2871. font-weight: 600;
  2872. }
  2873. .toolbar a {
  2874. color: var(--f7-toolbar-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
  2875. box-sizing: border-box;
  2876. flex-shrink: 1;
  2877. position: relative;
  2878. white-space: nowrap;
  2879. text-overflow: ellipsis;
  2880. }
  2881. .toolbar .link {
  2882. display: flex;
  2883. line-height: var(--f7-toolbar-link-line-height, var(--f7-toolbar-height));
  2884. height: var(--f7-toolbar-link-height, var(--f7-toolbar-height));
  2885. }
  2886. .toolbar i.icon {
  2887. display: block;
  2888. }
  2889. .toolbar:after,
  2890. .toolbar:before {
  2891. -webkit-backface-visibility: hidden;
  2892. backface-visibility: hidden;
  2893. }
  2894. .views > .toolbar,
  2895. .view > .toolbar,
  2896. .page > .toolbar {
  2897. position: absolute;
  2898. }
  2899. .toolbar-top,
  2900. .ios .toolbar-top-ios,
  2901. .md .toolbar-top-md,
  2902. .aurora .toolbar-top-aurora {
  2903. top: 0;
  2904. }
  2905. .toolbar-top .tab-link-highlight,
  2906. .ios .toolbar-top-ios .tab-link-highlight,
  2907. .md .toolbar-top-md .tab-link-highlight,
  2908. .aurora .toolbar-top-aurora .tab-link-highlight {
  2909. bottom: 0;
  2910. }
  2911. .toolbar-top.no-hairline:after,
  2912. .ios .toolbar-top-ios.no-hairline:after,
  2913. .md .toolbar-top-md.no-hairline:after,
  2914. .aurora .toolbar-top-aurora.no-hairline:after,
  2915. .toolbar-top.no-border:after,
  2916. .ios .toolbar-top-ios.no-border:after,
  2917. .md .toolbar-top-md.no-border:after,
  2918. .aurora .toolbar-top-aurora.no-border:after {
  2919. display: none !important;
  2920. }
  2921. .toolbar-top.no-shadow:before,
  2922. .ios .toolbar-top-ios.no-shadow:before,
  2923. .md .toolbar-top-md.no-shadow:before,
  2924. .aurora .toolbar-top-aurora.no-shadow:before,
  2925. .toolbar-top.toolbar-hidden:before,
  2926. .ios .toolbar-top-ios.toolbar-hidden:before,
  2927. .md .toolbar-top-md.toolbar-hidden:before,
  2928. .aurora .toolbar-top-aurora.toolbar-hidden:before {
  2929. display: none !important;
  2930. }
  2931. .toolbar-top:after,
  2932. .ios .toolbar-top-ios:after,
  2933. .md .toolbar-top-md:after,
  2934. .aurora .toolbar-top-aurora:after,
  2935. .toolbar-top:before,
  2936. .ios .toolbar-top-ios:before,
  2937. .md .toolbar-top-md:before,
  2938. .aurora .toolbar-top-aurora:before {
  2939. -webkit-backface-visibility: hidden;
  2940. backface-visibility: hidden;
  2941. }
  2942. .toolbar-top:after,
  2943. .ios .toolbar-top-ios:after,
  2944. .md .toolbar-top-md:after,
  2945. .aurora .toolbar-top-aurora:after {
  2946. content: '';
  2947. position: absolute;
  2948. background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
  2949. display: block;
  2950. z-index: 15;
  2951. top: auto;
  2952. right: auto;
  2953. bottom: 0;
  2954. left: 0;
  2955. height: 1px;
  2956. width: 100%;
  2957. transform-origin: 50% 100%;
  2958. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  2959. }
  2960. .toolbar-top:before,
  2961. .ios .toolbar-top-ios:before,
  2962. .md .toolbar-top-md:before,
  2963. .aurora .toolbar-top-aurora:before {
  2964. content: '';
  2965. position: absolute;
  2966. right: 0;
  2967. width: 100%;
  2968. top: 100%;
  2969. bottom: auto;
  2970. height: 8px;
  2971. pointer-events: none;
  2972. background: var(--f7-toolbar-top-shadow-image);
  2973. }
  2974. .toolbar-bottom,
  2975. .ios .toolbar-bottom-ios,
  2976. .md .toolbar-bottom-md,
  2977. .aurora .toolbar-bottom-aurora {
  2978. bottom: 0;
  2979. height: calc(var(--f7-toolbar-height) + var(--f7-safe-area-bottom));
  2980. }
  2981. .toolbar-bottom .tab-link-highlight,
  2982. .ios .toolbar-bottom-ios .tab-link-highlight,
  2983. .md .toolbar-bottom-md .tab-link-highlight,
  2984. .aurora .toolbar-bottom-aurora .tab-link-highlight {
  2985. top: 0;
  2986. }
  2987. .toolbar-bottom .toolbar-inner,
  2988. .ios .toolbar-bottom-ios .toolbar-inner,
  2989. .md .toolbar-bottom-md .toolbar-inner,
  2990. .aurora .toolbar-bottom-aurora .toolbar-inner {
  2991. height: auto;
  2992. top: 0;
  2993. bottom: var(--f7-safe-area-bottom);
  2994. }
  2995. .toolbar-bottom.no-hairline:before,
  2996. .ios .toolbar-bottom-ios.no-hairline:before,
  2997. .md .toolbar-bottom-md.no-hairline:before,
  2998. .aurora .toolbar-bottom-aurora.no-hairline:before,
  2999. .toolbar-bottom.no-border:before,
  3000. .ios .toolbar-bottom-ios.no-border:before,
  3001. .md .toolbar-bottom-md.no-border:before,
  3002. .aurora .toolbar-bottom-aurora.no-border:before {
  3003. display: none !important;
  3004. }
  3005. .toolbar-bottom.no-shadow:after,
  3006. .ios .toolbar-bottom-ios.no-shadow:after,
  3007. .md .toolbar-bottom-md.no-shadow:after,
  3008. .aurora .toolbar-bottom-aurora.no-shadow:after,
  3009. .toolbar-bottom.toolbar-hidden:after,
  3010. .ios .toolbar-bottom-ios.toolbar-hidden:after,
  3011. .md .toolbar-bottom-md.toolbar-hidden:after,
  3012. .aurora .toolbar-bottom-aurora.toolbar-hidden:after {
  3013. display: none !important;
  3014. }
  3015. .toolbar-bottom:before,
  3016. .ios .toolbar-bottom-ios:before,
  3017. .md .toolbar-bottom-md:before,
  3018. .aurora .toolbar-bottom-aurora:before {
  3019. content: '';
  3020. position: absolute;
  3021. background-color: var(--f7-toolbar-border-color, var(--f7-bars-border-color));
  3022. display: block;
  3023. z-index: 15;
  3024. top: 0;
  3025. right: auto;
  3026. bottom: auto;
  3027. left: 0;
  3028. height: 1px;
  3029. width: 100%;
  3030. transform-origin: 50% 0%;
  3031. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  3032. }
  3033. .toolbar-bottom:after,
  3034. .ios .toolbar-bottom-ios:after,
  3035. .md .toolbar-bottom-md:after,
  3036. .aurora .toolbar-bottom-aurora:after {
  3037. content: '';
  3038. position: absolute;
  3039. right: 0;
  3040. width: 100%;
  3041. bottom: 100%;
  3042. height: 8px;
  3043. top: auto;
  3044. pointer-events: none;
  3045. background: var(--f7-toolbar-bottom-shadow-image);
  3046. transform: translate3d(0, 0, 0);
  3047. }
  3048. .toolbar-inner {
  3049. position: absolute;
  3050. left: 0;
  3051. top: 0;
  3052. width: 100%;
  3053. height: 100%;
  3054. display: flex;
  3055. justify-content: space-between;
  3056. box-sizing: border-box;
  3057. align-items: center;
  3058. align-content: center;
  3059. overflow: hidden;
  3060. 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));
  3061. }
  3062. .views > .tabbar,
  3063. .views > .tabbar-labels {
  3064. z-index: 5001;
  3065. }
  3066. .tabbar a,
  3067. .tabbar-labels a {
  3068. color: var(--f7-tabbar-link-inactive-color);
  3069. }
  3070. .tabbar .tab-link:not(.tab-link-active),
  3071. .tabbar-labels .tab-link:not(.tab-link-active) {
  3072. background-color: var(--f7-tabbar-link-inactive-bg-color, transparent);
  3073. }
  3074. .tabbar .link,
  3075. .tabbar-labels .link {
  3076. line-height: 1.4;
  3077. }
  3078. .tabbar .tab-link,
  3079. .tabbar-labels .tab-link,
  3080. .tabbar .link,
  3081. .tabbar-labels .link {
  3082. height: 100%;
  3083. width: 100%;
  3084. box-sizing: border-box;
  3085. display: flex;
  3086. justify-content: center;
  3087. align-items: center;
  3088. flex-direction: column;
  3089. text-transform: var(--f7-tabbar-link-text-transform);
  3090. font-weight: var(--f7-tabbar-link-font-weight);
  3091. letter-spacing: var(--f7-tabbar-link-letter-spacing);
  3092. overflow: hidden;
  3093. }
  3094. .tabbar .tab-link-active,
  3095. .tabbar-labels .tab-link-active {
  3096. color: var(--f7-tabbar-link-active-color, var(--f7-theme-color));
  3097. background-color: var(--f7-tabbar-link-active-bg-color, transparent);
  3098. }
  3099. .tabbar i.icon,
  3100. .tabbar-labels i.icon {
  3101. font-size: var(--f7-tabbar-icon-size);
  3102. height: var(--f7-tabbar-icon-size);
  3103. line-height: var(--f7-tabbar-icon-size);
  3104. }
  3105. .tabbar-labels {
  3106. --f7-toolbar-height: var(--f7-tabbar-labels-height);
  3107. }
  3108. .tabbar-labels .tab-link,
  3109. .tabbar-labels .link {
  3110. height: 100%;
  3111. justify-content: space-between;
  3112. align-items: center;
  3113. }
  3114. .tabbar-labels .tabbar-label {
  3115. display: block;
  3116. line-height: 1;
  3117. margin: 0;
  3118. position: relative;
  3119. text-overflow: ellipsis;
  3120. white-space: nowrap;
  3121. font-size: var(--f7-tabbar-label-font-size);
  3122. text-transform: var(--f7-tabbar-label-text-transform);
  3123. font-weight: var(--f7-tabbar-label-font-weight);
  3124. letter-spacing: var(--f7-tabbar-label-letter-spacing);
  3125. }
  3126. @media (min-width: 768px) and (min-height: 600px) {
  3127. :root {
  3128. --f7-tabbar-labels-height: var(--f7-tabbar-labels-tablet-height);
  3129. --f7-tabbar-label-font-size: var(--f7-tabbar-label-tablet-font-size);
  3130. }
  3131. }
  3132. .tabbar-scrollable .toolbar-inner {
  3133. justify-content: flex-start;
  3134. overflow: auto;
  3135. -webkit-overflow-scrolling: touch;
  3136. }
  3137. .tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
  3138. display: none !important;
  3139. width: 0 !important;
  3140. height: 0 !important;
  3141. -webkit-appearance: none;
  3142. opacity: 0 !important;
  3143. }
  3144. .tabbar-scrollable .tab-link,
  3145. .tabbar-scrollable .link {
  3146. width: auto;
  3147. flex-shrink: 0;
  3148. }
  3149. .toolbar-transitioning,
  3150. .navbar-transitioning + .toolbar,
  3151. .navbar-transitioning ~ * .toolbar {
  3152. transition-duration: var(--f7-toolbar-hide-show-transition-duration);
  3153. }
  3154. .toolbar-bottom ~ *,
  3155. .ios .toolbar-bottom-ios ~ *,
  3156. .md .toolbar-bottom-md ~ *,
  3157. .aurora .toolbar-bottom-aurora ~ * {
  3158. --f7-page-toolbar-bottom-offset: var(--f7-toolbar-height);
  3159. }
  3160. .toolbar-bottom.tabbar-labels ~ *,
  3161. .ios .toolbar-bottom-ios.tabbar-labels ~ *,
  3162. .md .toolbar-bottom-md.tabbar-labels ~ *,
  3163. .aurora .toolbar-bottom-aurora.tabbar-labels ~ * {
  3164. --f7-page-toolbar-bottom-offset: var(--f7-tabbar-labels-height);
  3165. }
  3166. .toolbar-bottom.toolbar-hidden,
  3167. .ios .toolbar-bottom-ios.toolbar-hidden,
  3168. .md .toolbar-bottom-md.toolbar-hidden,
  3169. .aurora .toolbar-bottom-aurora.toolbar-hidden {
  3170. transform: translate3d(0, 100%, 0);
  3171. }
  3172. .toolbar-top ~ *,
  3173. .ios .toolbar-top-ios ~ *,
  3174. .md .toolbar-top-md ~ *,
  3175. .aurora .toolbar-top-aurora ~ * {
  3176. --f7-page-toolbar-top-offset: var(--f7-toolbar-height);
  3177. }
  3178. .toolbar-top.tabbar-labels ~ *,
  3179. .ios .toolbar-top-ios.tabbar-labels ~ *,
  3180. .md .toolbar-top-md.tabbar-labels ~ *,
  3181. .aurora .toolbar-top-aurora.tabbar-labels ~ * {
  3182. --f7-page-toolbar-top-offset: var(--f7-tabbar-labels-height);
  3183. }
  3184. .toolbar-top.toolbar-hidden,
  3185. .ios .toolbar-top-ios.toolbar-hidden,
  3186. .md .toolbar-top-md.toolbar-hidden,
  3187. .aurora .toolbar-top-aurora.toolbar-hidden {
  3188. transform: translate3d(0, -100%, 0);
  3189. }
  3190. .navbar ~ .toolbar-top,
  3191. .navbars ~ .toolbar-top,
  3192. .ios .navbar ~ .toolbar-top-ios,
  3193. .ios .navbars ~ .toolbar-top-ios,
  3194. .md .navbar ~ .toolbar-top-md,
  3195. .aurora .navbar ~ .toolbar-top-aurora,
  3196. .navbar ~ * .toolbar-top,
  3197. .navbars ~ * .toolbar-top,
  3198. .ios .navbar ~ * .toolbar-top-ios,
  3199. .ios .navbars ~ * .toolbar-top-ios,
  3200. .md .navbar ~ * .toolbar-top-md,
  3201. .aurora .navbar ~ * .toolbar-top-aurora,
  3202. .navbar ~ .page:not(.no-navbar) .toolbar-top,
  3203. .navbars ~ .page:not(.no-navbar) .toolbar-top,
  3204. .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios,
  3205. .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios,
  3206. .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md,
  3207. .aurora .navbar ~ .page:not(.no-navbar) .toolbar-top-aurora {
  3208. top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
  3209. }
  3210. .navbar ~ .toolbar-top.toolbar-hidden,
  3211. .navbars ~ .toolbar-top.toolbar-hidden,
  3212. .ios .navbar ~ .toolbar-top-ios.toolbar-hidden,
  3213. .ios .navbars ~ .toolbar-top-ios.toolbar-hidden,
  3214. .md .navbar ~ .toolbar-top-md.toolbar-hidden,
  3215. .aurora .navbar ~ .toolbar-top-aurora.toolbar-hidden,
  3216. .navbar ~ * .toolbar-top.toolbar-hidden,
  3217. .navbars ~ * .toolbar-top.toolbar-hidden,
  3218. .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden,
  3219. .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden,
  3220. .md .navbar ~ * .toolbar-top-md.toolbar-hidden,
  3221. .aurora .navbar ~ * .toolbar-top-aurora.toolbar-hidden,
  3222. .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
  3223. .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden,
  3224. .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
  3225. .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden,
  3226. .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden,
  3227. .aurora .navbar ~ .page:not(.no-navbar) .toolbar-top-aurora.toolbar-hidden {
  3228. transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-toolbar-height) + var(--f7-safe-area-top))), 0);
  3229. }
  3230. .navbar ~ .toolbar-top.toolbar-hidden.tabbar-labels,
  3231. .navbars ~ .toolbar-top.toolbar-hidden.tabbar-labels,
  3232. .ios .navbar ~ .toolbar-top-ios.toolbar-hidden.tabbar-labels,
  3233. .ios .navbars ~ .toolbar-top-ios.toolbar-hidden.tabbar-labels,
  3234. .md .navbar ~ .toolbar-top-md.toolbar-hidden.tabbar-labels,
  3235. .aurora .navbar ~ .toolbar-top-aurora.toolbar-hidden.tabbar-labels,
  3236. .navbar ~ * .toolbar-top.toolbar-hidden.tabbar-labels,
  3237. .navbars ~ * .toolbar-top.toolbar-hidden.tabbar-labels,
  3238. .ios .navbar ~ * .toolbar-top-ios.toolbar-hidden.tabbar-labels,
  3239. .ios .navbars ~ * .toolbar-top-ios.toolbar-hidden.tabbar-labels,
  3240. .md .navbar ~ * .toolbar-top-md.toolbar-hidden.tabbar-labels,
  3241. .aurora .navbar ~ * .toolbar-top-aurora.toolbar-hidden.tabbar-labels,
  3242. .navbar ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-labels,
  3243. .navbars ~ .page:not(.no-navbar) .toolbar-top.toolbar-hidden.tabbar-labels,
  3244. .ios .navbar ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-labels,
  3245. .ios .navbars ~ .page:not(.no-navbar) .toolbar-top-ios.toolbar-hidden.tabbar-labels,
  3246. .md .navbar ~ .page:not(.no-navbar) .toolbar-top-md.toolbar-hidden.tabbar-labels,
  3247. .aurora .navbar ~ .page:not(.no-navbar) .toolbar-top-aurora.toolbar-hidden.tabbar-labels {
  3248. transform: translate3d(0, calc(-1 * (var(--f7-navbar-height) + var(--f7-tabbar-labels-height) + var(--f7-safe-area-top))), 0);
  3249. }
  3250. .navbar-hidden + .toolbar-top:not(.toolbar-hidden),
  3251. .ios .navbar-hidden + .toolbar-top-ios:not(.toolbar-hidden),
  3252. .md .navbar-hidden + .toolbar-top-md:not(.toolbar-hidden),
  3253. .aurora .navbar-hidden + .toolbar-top-aurora:not(.toolbar-hidden),
  3254. .navbar-hidden ~ * .toolbar-top:not(.toolbar-hidden),
  3255. .ios .navbar-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
  3256. .md .navbar-hidden ~ * .toolbar-top-md:not(.toolbar-hidden),
  3257. .aurora .navbar-hidden ~ * .toolbar-top-aurora:not(.toolbar-hidden) {
  3258. transform: translate3d(0, calc(0px - var(--f7-navbar-height)), 0);
  3259. }
  3260. .navbar-large-hidden + .toolbar-top:not(.toolbar-hidden),
  3261. .ios .navbar-large-hidden + .toolbar-top-ios:not(.toolbar-hidden),
  3262. .md .navbar-large-hidden + .toolbar-top-md:not(.toolbar-hidden),
  3263. .navbar-large-hidden ~ * .toolbar-top:not(.toolbar-hidden),
  3264. .ios .navbar-large-hidden ~ * .toolbar-top-ios:not(.toolbar-hidden),
  3265. .md .navbar-large-hidden ~ * .toolbar-top-md:not(.toolbar-hidden),
  3266. .aurora .navbar-large-hidden ~ * .toolbar-top-aurora:not(.toolbar-hidden) {
  3267. transform: translate3d(0, calc(0px - var(--f7-navbar-height) - var(--f7-navbar-large-title-height)), 0);
  3268. }
  3269. .ios .toolbar a.icon-only {
  3270. min-height: var(--f7-toolbar-height);
  3271. display: flex;
  3272. justify-content: center;
  3273. align-items: center;
  3274. margin: 0;
  3275. min-width: 44px;
  3276. }
  3277. .ios .tabbar-labels .tab-link,
  3278. .ios .tabbar-labels .link {
  3279. padding-top: 4px;
  3280. padding-bottom: 4px;
  3281. }
  3282. .ios .tabbar-labels .tab-link i + span,
  3283. .ios .tabbar-labels .link i + span {
  3284. margin: 0;
  3285. }
  3286. @media (min-width: 768px) and (min-height: 600px) {
  3287. .ios .tabbar .tab-link,
  3288. .ios .tabbar-labels .tab-link,
  3289. .ios .tabbar .link,
  3290. .ios .tabbar-labels .link {
  3291. justify-content: center;
  3292. flex-direction: row;
  3293. }
  3294. .ios .tabbar .tab-link i + span,
  3295. .ios .tabbar-labels .tab-link i + span,
  3296. .ios .tabbar .link i + span,
  3297. .ios .tabbar-labels .link i + span {
  3298. margin-left: 5px;
  3299. }
  3300. }
  3301. .ios .tabbar-scrollable .toolbar-inner {
  3302. justify-content: flex-start;
  3303. }
  3304. .ios .tabbar-scrollable .tab-link,
  3305. .ios .tabbar-scrollable .link {
  3306. padding: 0 8px;
  3307. }
  3308. .md .toolbar .link {
  3309. justify-content: center;
  3310. padding: 0 16px;
  3311. min-width: 48px;
  3312. }
  3313. .md .toolbar .link:before {
  3314. content: '';
  3315. width: 152%;
  3316. height: 152%;
  3317. position: absolute;
  3318. left: -26%;
  3319. top: -26%;
  3320. background-image: radial-gradient(circle at center, var(--f7-link-highlight-color) 66%, rgba(255, 255, 255, 0) 66%);
  3321. background-repeat: no-repeat;
  3322. background-position: center;
  3323. background-size: 100% 100%;
  3324. opacity: 0;
  3325. pointer-events: none;
  3326. transition-duration: 600ms;
  3327. }
  3328. .md .toolbar .link.active-state:before {
  3329. opacity: 1;
  3330. transition-duration: 150ms;
  3331. }
  3332. .md .toolbar a.icon-only {
  3333. min-width: 0;
  3334. flex-shrink: 0;
  3335. }
  3336. .md .tabbar .tab-link,
  3337. .md .tabbar-labels .tab-link,
  3338. .md .tabbar .link,
  3339. .md .tabbar-labels .link {
  3340. padding-left: 0;
  3341. padding-right: 0;
  3342. }
  3343. .md .tabbar a.icon-only,
  3344. .md .tabbar-labels a.icon-only {
  3345. flex-shrink: initial;
  3346. }
  3347. .md .tabbar .tab-link,
  3348. .md .tabbar-labels .tab-link {
  3349. transition-duration: 300ms;
  3350. overflow: hidden;
  3351. position: relative;
  3352. }
  3353. .md .tabbar .tab-link-highlight,
  3354. .md .tabbar-labels .tab-link-highlight {
  3355. position: absolute;
  3356. height: 2px;
  3357. background: var(--f7-tabbar-link-active-border-color, var(--f7-theme-color));
  3358. transition-duration: 300ms;
  3359. left: 0;
  3360. }
  3361. .md .tabbar-labels .tab-link,
  3362. .md .tabbar-labels .link {
  3363. padding-top: 7px;
  3364. padding-bottom: 7px;
  3365. }
  3366. .md .tabbar-label {
  3367. max-width: 100%;
  3368. overflow: hidden;
  3369. line-height: 1.2;
  3370. }
  3371. .md .tabbar-scrollable .toolbar-inner {
  3372. overflow: auto;
  3373. }
  3374. .md .tabbar-scrollable .tab-link,
  3375. .md .tabbar-scrollable .link {
  3376. padding: 0 16px;
  3377. }
  3378. .aurora .toolbar a.icon-only {
  3379. min-height: var(--f7-toolbar-height);
  3380. display: flex;
  3381. justify-content: center;
  3382. align-items: center;
  3383. margin: 0;
  3384. }
  3385. .aurora .tabbar .toolbar-inner,
  3386. .aurora .tabbar-labels .toolbar-inner {
  3387. padding-left: 0;
  3388. padding-right: 0;
  3389. }
  3390. .aurora .tabbar .tab-link,
  3391. .aurora .tabbar-labels .tab-link,
  3392. .aurora .tabbar .link,
  3393. .aurora .tabbar-labels .link {
  3394. transition-duration: 200ms;
  3395. }
  3396. .aurora .tabbar-labels .tab-link,
  3397. .aurora .tabbar-labels .link {
  3398. padding-top: 5px;
  3399. padding-bottom: 5px;
  3400. }
  3401. .aurora .tabbar-labels .tab-link i + span,
  3402. .aurora .tabbar-labels .link i + span {
  3403. margin: 0;
  3404. }
  3405. .aurora .tabbar-scrollable .toolbar-inner {
  3406. justify-content: flex-start;
  3407. }
  3408. .aurora .tabbar-scrollable .tab-link,
  3409. .aurora .tabbar-scrollable .link {
  3410. padding: 0 16px;
  3411. }
  3412. /* === Subnavbar === */
  3413. :root {
  3414. /*
  3415. --f7-subnavbar-bg-image: var(--f7-bars-bg-image);
  3416. --f7-subnavbar-bg-color: var(--f7-bars-bg-color);
  3417. --f7-subnavbar-bg-color-rgb: var(--f7-bars-bg-color-rgb);
  3418. --f7-subnavbar-border-color: var(--f7-bars-border-color);
  3419. --f7-subnavbar-link-color: var(--f7-bars-link-color);
  3420. --f7-subnavbar-text-color: var(--f7-bars-text-color);
  3421. */
  3422. --f7-subnavbar-title-line-height: 1.2;
  3423. }
  3424. .ios {
  3425. --f7-subnavbar-height: 44px;
  3426. --f7-subnavbar-inner-padding-left: 8px;
  3427. --f7-subnavbar-inner-padding-right: 8px;
  3428. --f7-subnavbar-title-font-size: 34px;
  3429. --f7-subnavbar-title-font-weight: 700;
  3430. --f7-subnavbar-title-letter-spacing: -0.03em;
  3431. --f7-subnavbar-title-margin-left: 8px;
  3432. --f7-subnavbar-shadow-image: none;
  3433. /*
  3434. --f7-subnavbar-link-height: var(--f7-subnavbar-height);
  3435. --f7-subnavbar-link-line-height: var(--f7-subnavbar-height);
  3436. */
  3437. }
  3438. .md {
  3439. --f7-subnavbar-height: 48px;
  3440. --f7-subnavbar-inner-padding-left: 16px;
  3441. --f7-subnavbar-inner-padding-right: 16px;
  3442. --f7-subnavbar-title-font-size: 20px;
  3443. --f7-subnavbar-title-font-weight: 500;
  3444. --f7-subnavbar-title-letter-spacing: 0;
  3445. --f7-subnavbar-title-margin-left: 0px;
  3446. --f7-subnavbar-shadow-image: var(--f7-bars-shadow-bottom-image);
  3447. /*
  3448. --f7-subnavbar-link-height: var(--f7-subnavbar-height);
  3449. --f7-subnavbar-link-line-height: var(--f7-subnavbar-height);
  3450. */
  3451. }
  3452. .aurora {
  3453. --f7-subnavbar-height: 38px;
  3454. --f7-subnavbar-inner-padding-left: 16px;
  3455. --f7-subnavbar-inner-padding-right: 16px;
  3456. --f7-subnavbar-title-font-size: 26px;
  3457. --f7-subnavbar-title-font-weight: bold;
  3458. --f7-subnavbar-title-letter-spacing: -0.03em;
  3459. --f7-subnavbar-title-margin-left: 0px;
  3460. --f7-subnavbar-shadow-image: none;
  3461. --f7-subnavbar-link-height: auto;
  3462. --f7-subnavbar-link-line-height: inherit;
  3463. }
  3464. .subnavbar {
  3465. width: 100%;
  3466. position: absolute;
  3467. left: 0;
  3468. top: 0;
  3469. z-index: 600;
  3470. box-sizing: border-box;
  3471. display: flex;
  3472. justify-content: space-between;
  3473. align-items: center;
  3474. background-image: var(--f7-subnavbar-bg-image, var(--f7-bars-bg-image));
  3475. background-color: var(--f7-subnavbar-bg-color, var(--f7-bars-bg-color));
  3476. color: var(--f7-subnavbar-text-color, var(--f7-bars-text-color));
  3477. }
  3478. @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  3479. .ios-translucent-bars .subnavbar {
  3480. background-color: rgba(var(--f7-subnavbar-bg-color-rgb, var(--f7-bars-bg-color-rgb)), var(--f7-bars-translucent-opacity));
  3481. -webkit-backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
  3482. backdrop-filter: saturate(180%) blur(var(--f7-bars-translucent-blur));
  3483. }
  3484. }
  3485. .subnavbar .subnavbar-title {
  3486. position: relative;
  3487. overflow: hidden;
  3488. text-overflow: ellpsis;
  3489. white-space: nowrap;
  3490. font-size: var(--f7-subnavbar-title-font-size);
  3491. font-weight: var(--f7-subnavbar-title-font-weight);
  3492. text-align: left;
  3493. display: inline-block;
  3494. line-height: var(--f7-subnavbar-title-line-height);
  3495. letter-spacing: var(--f7-subnavbar-title-letter-spacing);
  3496. margin-left: var(--f7-subnavbar-title-margin-left);
  3497. }
  3498. .subnavbar .left,
  3499. .subnavbar .right {
  3500. flex-shrink: 0;
  3501. display: flex;
  3502. justify-content: flex-start;
  3503. align-items: center;
  3504. }
  3505. .subnavbar .right:first-child {
  3506. position: absolute;
  3507. height: 100%;
  3508. }
  3509. .subnavbar a {
  3510. color: var(--f7-subnavbar-link-color, var(--f7-bars-link-color, var(--f7-theme-color)));
  3511. }
  3512. .subnavbar a.link {
  3513. line-height: var(--f7-subnavbar-link-line-height, var(--f7-subnavbar-height));
  3514. height: var(--f7-subnavbar-link-height, var(--f7-subnavbar-height));
  3515. }
  3516. .subnavbar a.icon-only {
  3517. min-width: var(--f7-subnavbar-height);
  3518. }
  3519. .subnavbar.no-hairline:after,
  3520. .subnavbar.no-border:after {
  3521. display: none !important;
  3522. }
  3523. .subnavbar.no-shadow:before,
  3524. .subnavbar.navbar-hidden:before {
  3525. display: none !important;
  3526. }
  3527. .subnavbar:after,
  3528. .subnavbar:before {
  3529. -webkit-backface-visibility: hidden;
  3530. backface-visibility: hidden;
  3531. }
  3532. .subnavbar:after {
  3533. content: '';
  3534. position: absolute;
  3535. background-color: var(--f7-subnavbar-border-color, var(--f7-bars-border-color));
  3536. display: block;
  3537. z-index: 15;
  3538. top: auto;
  3539. right: auto;
  3540. bottom: 0;
  3541. left: 0;
  3542. height: 1px;
  3543. width: 100%;
  3544. transform-origin: 50% 100%;
  3545. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  3546. }
  3547. .subnavbar:before {
  3548. content: '';
  3549. position: absolute;
  3550. right: 0;
  3551. width: 100%;
  3552. top: 100%;
  3553. bottom: auto;
  3554. height: 8px;
  3555. pointer-events: none;
  3556. background: var(--f7-subnavbar-shadow-image);
  3557. }
  3558. .subnavbar-inner {
  3559. width: 100%;
  3560. height: 100%;
  3561. display: flex;
  3562. align-items: center;
  3563. box-sizing: border-box;
  3564. justify-content: space-between;
  3565. overflow: hidden;
  3566. padding: 0 calc(var(--f7-subnavbar-inner-padding-left) + var(--f7-safe-area-right)) 0 calc(var(--f7-subnavbar-inner-padding-right) + var(--f7-safe-area-left));
  3567. }
  3568. .subnavbar-inner.stacked {
  3569. display: none;
  3570. }
  3571. .navbar .subnavbar {
  3572. top: 100%;
  3573. }
  3574. .views > .subnavbar,
  3575. .view > .subnavbar,
  3576. .page > .subnavbar {
  3577. position: absolute;
  3578. }
  3579. .navbar ~ * .subnavbar,
  3580. .navbars ~ * .subnavbar,
  3581. .page-with-subnavbar .navbar ~ .subnavbar,
  3582. .page-with-subnavbar .navbar ~ * .subnavbar,
  3583. .navbar ~ .page-with-subnavbar:not(.no-navbar) .subnavbar,
  3584. .navbar ~ .subnavbar,
  3585. .navbars ~ .page-with-subnavbar:not(.no-navbar) .subnavbar,
  3586. .navbars ~ .subnavbar {
  3587. top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
  3588. }
  3589. .navbar ~ .page-with-navbar-large:not(.no-navbar) .subnavbar,
  3590. .navbars ~ .page-with-navbar-large:not(.no-navbar) .subnavbar,
  3591. .page-with-subnavbar.page-with-navbar-large .navbar ~ .subnavbar,
  3592. .page-with-subnavbar.page-with-navbar-large .navbar ~ * .subnavbar,
  3593. .navbar .title-large ~ .subnavbar {
  3594. top: calc(var(--f7-navbar-height) + var(--f7-navbar-large-title-height) + var(--f7-safe-area-top));
  3595. transform: translate3d(0, calc(-1 * var(--f7-navbar-large-collapse-progress) * var(--f7-navbar-large-title-height)), 0);
  3596. }
  3597. .page-with-subnavbar,
  3598. .subnavbar ~ * {
  3599. --f7-page-subnavbar-offset: var(--f7-subnavbar-height);
  3600. }
  3601. .ios .subnavbar {
  3602. height: calc(var(--f7-subnavbar-height) + 1px);
  3603. margin-top: -1px;
  3604. padding-top: 1px;
  3605. }
  3606. .ios .subnavbar .title {
  3607. align-self: flex-start;
  3608. flex-shrink: 10;
  3609. }
  3610. .ios .subnavbar .left a + a,
  3611. .ios .subnavbar .right a + a {
  3612. margin-left: 16px;
  3613. }
  3614. .ios .subnavbar .left {
  3615. margin-right: 10px;
  3616. }
  3617. .ios .subnavbar .right {
  3618. margin-left: 10px;
  3619. }
  3620. .ios .subnavbar .right:first-child {
  3621. right: 8px;
  3622. }
  3623. .ios .subnavbar a.link {
  3624. justify-content: flex-start;
  3625. }
  3626. .ios .subnavbar a.icon-only {
  3627. justify-content: center;
  3628. margin: 0;
  3629. }
  3630. .md .subnavbar {
  3631. height: var(--f7-subnavbar-height);
  3632. }
  3633. .md .subnavbar .right {
  3634. margin-left: auto;
  3635. }
  3636. .md .subnavbar .right:first-child {
  3637. right: 16px;
  3638. }
  3639. .md .subnavbar a.link {
  3640. justify-content: center;
  3641. padding: 0 16px;
  3642. }
  3643. .md .subnavbar a.link:before {
  3644. content: '';
  3645. width: 152%;
  3646. height: 152%;
  3647. position: absolute;
  3648. left: -26%;
  3649. top: -26%;
  3650. background-image: radial-gradient(circle at center, var(--f7-link-highlight-color) 66%, rgba(255, 255, 255, 0) 66%);
  3651. background-repeat: no-repeat;
  3652. background-position: center;
  3653. background-size: 100% 100%;
  3654. opacity: 0;
  3655. pointer-events: none;
  3656. transition-duration: 600ms;
  3657. }
  3658. .md .subnavbar a.link.active-state:before {
  3659. opacity: 1;
  3660. transition-duration: 150ms;
  3661. }
  3662. .md .subnavbar a.icon-only {
  3663. flex-shrink: 0;
  3664. }
  3665. .md .subnavbar-inner > a.link:first-child {
  3666. margin-left: calc(-1 * var(--f7-subnavbar-inner-padding-left));
  3667. }
  3668. .md .subnavbar-inner > a.link:last-child {
  3669. margin-right: calc(-1 * var(--f7-subnavbar-inner-padding-right));
  3670. }
  3671. .aurora .subnavbar {
  3672. height: calc(var(--f7-subnavbar-height) + 1px);
  3673. margin-top: -1px;
  3674. padding-top: 1px;
  3675. }
  3676. .aurora .subnavbar .title {
  3677. align-self: flex-start;
  3678. flex-shrink: 10;
  3679. }
  3680. .aurora .subnavbar .left a + a,
  3681. .aurora .subnavbar .right a + a {
  3682. margin-left: 10px;
  3683. }
  3684. .aurora .subnavbar .left {
  3685. margin-right: 10px;
  3686. }
  3687. .aurora .subnavbar .right {
  3688. margin-left: 10px;
  3689. }
  3690. .aurora .subnavbar .right:first-child {
  3691. right: 16px;
  3692. }
  3693. .aurora .subnavbar a.link {
  3694. justify-content: flex-start;
  3695. }
  3696. .aurora .subnavbar a.icon-only {
  3697. justify-content: center;
  3698. margin: 0;
  3699. }
  3700. /* === Content Block === */
  3701. :root {
  3702. --f7-block-padding-horizontal: 16px;
  3703. --f7-block-padding-vertical: 16px;
  3704. --f7-block-font-size: inherit;
  3705. --f7-block-text-color: inherit;
  3706. --f7-block-header-margin: 10px;
  3707. --f7-block-footer-margin: 10px;
  3708. --f7-block-header-font-size: 14px;
  3709. --f7-block-footer-font-size: 14px;
  3710. --f7-block-title-text-transform: none;
  3711. --f7-block-title-white-space: nowrap;
  3712. --f7-block-title-medium-text-transform: none;
  3713. --f7-block-title-large-text-transform: none;
  3714. --f7-block-inset-side-margin: 16px;
  3715. --f7-block-title-medium-text-color: #000;
  3716. --f7-block-title-large-text-color: #000;
  3717. --f7-block-strong-bg-color: #fff;
  3718. }
  3719. :root .theme-dark,
  3720. :root.theme-dark {
  3721. --f7-block-title-text-color: #fff;
  3722. --f7-block-strong-border-color: rgba(255, 255, 255, 0.15);
  3723. --f7-block-title-medium-text-color: #fff;
  3724. --f7-block-title-large-text-color: #fff;
  3725. --f7-block-strong-bg-color: #1c1c1d;
  3726. }
  3727. .ios {
  3728. --f7-block-margin-vertical: 35px;
  3729. --f7-block-strong-border-color: rgba(0, 0, 0, 0.22);
  3730. --f7-block-title-text-color: #000;
  3731. --f7-block-title-font-size: 16px;
  3732. --f7-block-title-font-weight: 600;
  3733. --f7-block-title-line-height: 20px;
  3734. --f7-block-title-margin-bottom: 10px;
  3735. --f7-block-title-medium-font-size: 22px;
  3736. --f7-block-title-medium-font-weight: bold;
  3737. --f7-block-title-medium-line-height: 1.4;
  3738. --f7-block-title-large-font-size: 30px;
  3739. --f7-block-title-large-font-weight: bold;
  3740. --f7-block-title-large-line-height: 1.3;
  3741. --f7-block-inset-border-radius: 8px;
  3742. --f7-block-strong-text-color: #000;
  3743. --f7-block-header-text-color: rgba(0, 0, 0, 0.45);
  3744. --f7-block-footer-text-color: rgba(0, 0, 0, 0.45);
  3745. }
  3746. .ios .theme-dark,
  3747. .ios.theme-dark {
  3748. --f7-block-header-text-color: rgba(255, 255, 255, 0.55);
  3749. --f7-block-footer-text-color: rgba(255, 255, 255, 0.55);
  3750. --f7-block-strong-text-color: #fff;
  3751. }
  3752. .md {
  3753. --f7-block-margin-vertical: 32px;
  3754. --f7-block-strong-text-color: inherit;
  3755. --f7-block-strong-border-color: rgba(0, 0, 0, 0.12);
  3756. --f7-block-title-font-size: inherit;
  3757. --f7-block-title-text-color: rgba(0, 0, 0, 0.54);
  3758. --f7-block-title-font-weight: 500;
  3759. --f7-block-title-line-height: 16px;
  3760. --f7-block-title-margin-bottom: 16px;
  3761. --f7-block-title-medium-font-size: 24px;
  3762. --f7-block-title-medium-font-weight: 500;
  3763. --f7-block-title-medium-line-height: 1.3;
  3764. --f7-block-title-large-font-size: 34px;
  3765. --f7-block-title-large-font-weight: 500;
  3766. --f7-block-title-large-line-height: 1.2;
  3767. --f7-block-inset-border-radius: 4px;
  3768. --f7-block-header-text-color: rgba(0, 0, 0, 0.54);
  3769. --f7-block-footer-text-color: rgba(0, 0, 0, 0.54);
  3770. }
  3771. .md .theme-dark,
  3772. .md.theme-dark {
  3773. --f7-block-header-text-color: rgba(255, 255, 255, 0.54);
  3774. --f7-block-footer-text-color: rgba(255, 255, 255, 0.54);
  3775. }
  3776. .aurora {
  3777. --f7-block-margin-vertical: 15px;
  3778. --f7-block-strong-border-color: rgba(0, 0, 0, 0.12);
  3779. --f7-block-title-font-size: inherit;
  3780. --f7-block-title-text-color: rgba(0, 0, 0, 0.7);
  3781. --f7-block-title-font-weight: 600;
  3782. --f7-block-title-line-height: 1.5;
  3783. --f7-block-title-margin-bottom: 5px;
  3784. --f7-block-title-medium-font-size: 20px;
  3785. --f7-block-title-medium-font-weight: 600;
  3786. --f7-block-title-medium-line-height: 1.4;
  3787. --f7-block-title-large-font-size: 28px;
  3788. --f7-block-title-large-font-weight: bold;
  3789. --f7-block-title-large-line-height: 1.3;
  3790. --f7-block-inset-border-radius: 4px;
  3791. --f7-block-strong-text-color: inherit;
  3792. --f7-block-header-text-color: rgba(0, 0, 0, 0.6);
  3793. --f7-block-footer-text-color: rgba(0, 0, 0, 0.6);
  3794. }
  3795. .aurora .theme-dark,
  3796. .aurora.theme-dark {
  3797. --f7-block-header-text-color: rgba(255, 255, 255, 0.54);
  3798. --f7-block-footer-text-color: rgba(255, 255, 255, 0.54);
  3799. --f7-block-strong-text-color: #fff;
  3800. }
  3801. .block {
  3802. box-sizing: border-box;
  3803. position: relative;
  3804. z-index: 1;
  3805. color: var(--f7-block-text-color);
  3806. margin: var(--f7-block-margin-vertical) 0;
  3807. padding-top: 0;
  3808. padding-bottom: 0;
  3809. padding-left: calc(var(--f7-block-padding-horizontal) + var(--f7-safe-area-left));
  3810. padding-right: calc(var(--f7-block-padding-horizontal) + var(--f7-safe-area-right));
  3811. font-size: var(--f7-block-font-size);
  3812. }
  3813. .block.no-hairlines:before,
  3814. .block.no-hairlines ul:before,
  3815. .md .block.no-hairlines-md:before,
  3816. .md .block.no-hairlines-md ul:before,
  3817. .ios .block.no-hairlines-ios:before,
  3818. .ios .block.no-hairlines-ios ul:before,
  3819. .aurora .block.no-hairlines-aurora:before,
  3820. .aurora .block.no-hairlines-aurora ul:before,
  3821. .block.no-hairlines:after,
  3822. .block.no-hairlines ul:after,
  3823. .md .block.no-hairlines-md:after,
  3824. .md .block.no-hairlines-md ul:after,
  3825. .ios .block.no-hairlines-ios:after,
  3826. .ios .block.no-hairlines-ios ul:after,
  3827. .aurora .block.no-hairlines-aurora:after,
  3828. .aurora .block.no-hairlines-aurora ul:after {
  3829. display: none !important;
  3830. }
  3831. .block.no-hairline-top:before,
  3832. .block.no-hairline-top ul:before,
  3833. .md .block.no-hairline-top-md:before,
  3834. .md .block.no-hairline-top-md ul:before,
  3835. .ios .block.no-hairline-top-ios:before,
  3836. .ios .block.no-hairline-top-ios ul:before,
  3837. .aurora .block.no-hairline-top-aurora:before,
  3838. .aurora .block.no-hairline-top-aurora ul:before {
  3839. display: none !important;
  3840. }
  3841. .block.no-hairline-bottom:after,
  3842. .block.no-hairline-bottom ul:after,
  3843. .md .block.no-hairline-bottom-md:after,
  3844. .md .block.no-hairline-bottom-md ul:after,
  3845. .ios .block.no-hairline-bottom-ios:after,
  3846. .ios .block.no-hairline-bottom-ios ul:after,
  3847. .aurora .block.no-hairline-bottom-aurora:after,
  3848. .aurora .block.no-hairline-bottom-aurora ul:after {
  3849. display: none !important;
  3850. }
  3851. .block > h1:first-child,
  3852. .block > h2:first-child,
  3853. .block > h3:first-child,
  3854. .block > h4:first-child,
  3855. .block > p:first-child {
  3856. margin-top: 0;
  3857. }
  3858. .block > h1:last-child,
  3859. .block > h2:last-child,
  3860. .block > h3:last-child,
  3861. .block > h4:last-child,
  3862. .block > p:last-child {
  3863. margin-bottom: 0;
  3864. }
  3865. .block-strong {
  3866. color: var(--f7-block-strong-text-color);
  3867. padding-top: var(--f7-block-padding-vertical);
  3868. padding-bottom: var(--f7-block-padding-vertical);
  3869. background-color: var(--f7-block-strong-bg-color);
  3870. }
  3871. .block-strong:before {
  3872. content: '';
  3873. position: absolute;
  3874. background-color: var(--f7-block-strong-border-color);
  3875. display: block;
  3876. z-index: 15;
  3877. top: 0;
  3878. right: auto;
  3879. bottom: auto;
  3880. left: 0;
  3881. height: 1px;
  3882. width: 100%;
  3883. transform-origin: 50% 0%;
  3884. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  3885. }
  3886. .block-strong:after {
  3887. content: '';
  3888. position: absolute;
  3889. background-color: var(--f7-block-strong-border-color);
  3890. display: block;
  3891. z-index: 15;
  3892. top: auto;
  3893. right: auto;
  3894. bottom: 0;
  3895. left: 0;
  3896. height: 1px;
  3897. width: 100%;
  3898. transform-origin: 50% 100%;
  3899. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  3900. }
  3901. .block-title {
  3902. position: relative;
  3903. overflow: hidden;
  3904. margin: 0;
  3905. white-space: var(--f7-block-title-white-space);
  3906. text-overflow: ellipsis;
  3907. text-transform: var(--f7-block-title-text-transform);
  3908. color: var(--f7-block-title-text-color);
  3909. font-size: var(--f7-block-title-font-size, inherit);
  3910. font-weight: var(--f7-block-title-font-weight);
  3911. line-height: var(--f7-block-title-line-height);
  3912. margin-top: var(--f7-block-margin-vertical);
  3913. margin-bottom: var(--f7-block-title-margin-bottom);
  3914. margin-left: calc(var(--f7-block-padding-horizontal) + var(--f7-safe-area-left));
  3915. margin-right: calc(var(--f7-block-padding-horizontal) + var(--f7-safe-area-right));
  3916. }
  3917. .block-title + .list,
  3918. .block-title + .block,
  3919. .block-title + .card,
  3920. .block-title + .timeline,
  3921. .block-title + .block-header {
  3922. margin-top: 0px;
  3923. }
  3924. .block-title-medium {
  3925. font-size: var(--f7-block-title-medium-font-size);
  3926. text-transform: var(--f7-block-title-medium-text-transform);
  3927. color: var(--f7-block-title-medium-text-color);
  3928. font-weight: var(--f7-block-title-medium-font-weight);
  3929. line-height: var(--f7-block-title-medium-line-height);
  3930. }
  3931. .block-title-large {
  3932. font-size: var(--f7-block-title-large-font-size);
  3933. text-transform: var(--f7-block-title-large-text-transform);
  3934. color: var(--f7-block-title-large-text-color);
  3935. font-weight: var(--f7-block-title-large-font-weight);
  3936. line-height: var(--f7-block-title-large-line-height);
  3937. }
  3938. .block > .block-title:first-child,
  3939. .list > .block-title:first-child {
  3940. margin-top: 0;
  3941. margin-left: 0;
  3942. margin-right: 0;
  3943. }
  3944. .block-header {
  3945. color: var(--f7-block-header-text-color);
  3946. font-size: var(--f7-block-header-font-size);
  3947. margin-bottom: var(--f7-block-header-margin);
  3948. margin-top: var(--f7-block-margin-vertical);
  3949. }
  3950. .block-header + .list,
  3951. .block-header + .block,
  3952. .block-header + .card,
  3953. .block-header + .timeline {
  3954. margin-top: var(--f7-block-header-margin);
  3955. }
  3956. .block-footer {
  3957. color: var(--f7-block-footer-text-color);
  3958. font-size: var(--f7-block-footer-font-size);
  3959. margin-top: var(--f7-block-footer-margin);
  3960. margin-bottom: var(--f7-block-margin-vertical);
  3961. }
  3962. .block-footer,
  3963. .block-header {
  3964. padding-top: 0;
  3965. padding-bottom: 0;
  3966. padding-left: calc(var(--f7-block-padding-horizontal) + var(--f7-safe-area-left));
  3967. padding-right: calc(var(--f7-block-padding-horizontal) + var(--f7-safe-area-right));
  3968. }
  3969. .block-footer ul:first-child,
  3970. .block-header ul:first-child,
  3971. .block-footer p:first-child,
  3972. .block-header p:first-child,
  3973. .block-footer h1:first-child,
  3974. .block-header h1:first-child,
  3975. .block-footer h2:first-child,
  3976. .block-header h2:first-child,
  3977. .block-footer h3:first-child,
  3978. .block-header h3:first-child,
  3979. .block-footer h4:first-child,
  3980. .block-header h4:first-child {
  3981. margin-top: 0;
  3982. }
  3983. .block-footer ul:last-child,
  3984. .block-header ul:last-child,
  3985. .block-footer p:last-child,
  3986. .block-header p:last-child,
  3987. .block-footer h1:last-child,
  3988. .block-header h1:last-child,
  3989. .block-footer h2:last-child,
  3990. .block-header h2:last-child,
  3991. .block-footer h3:last-child,
  3992. .block-header h3:last-child,
  3993. .block-footer h4:last-child,
  3994. .block-header h4:last-child {
  3995. margin-bottom: 0;
  3996. }
  3997. .block-footer ul:first-child:last-child,
  3998. .block-header ul:first-child:last-child,
  3999. .block-footer p:first-child:last-child,
  4000. .block-header p:first-child:last-child,
  4001. .block-footer h1:first-child:last-child,
  4002. .block-header h1:first-child:last-child,
  4003. .block-footer h2:first-child:last-child,
  4004. .block-header h2:first-child:last-child,
  4005. .block-footer h3:first-child:last-child,
  4006. .block-header h3:first-child:last-child,
  4007. .block-footer h4:first-child:last-child,
  4008. .block-header h4:first-child:last-child {
  4009. margin-top: 0;
  4010. margin-bottom: 0;
  4011. }
  4012. .list .block-header,
  4013. .block .block-header,
  4014. .card .block-header,
  4015. .timeline .block-header {
  4016. margin-top: 0;
  4017. }
  4018. .list .block-footer,
  4019. .block .block-footer,
  4020. .card .block-footer,
  4021. .timeline .block-footer {
  4022. margin-bottom: 0;
  4023. }
  4024. .list + .block-footer,
  4025. .block + .block-footer,
  4026. .card + .block-footer,
  4027. .timeline + .block-footer {
  4028. margin-top: calc(-1 * (var(--f7-block-margin-vertical) - var(--f7-block-footer-margin)));
  4029. }
  4030. .block + .block-footer {
  4031. margin-top: calc(-1 * (var(--f7-block-margin-vertical) - var(--f7-block-footer-margin)));
  4032. margin-bottom: var(--f7-block-margin-vertical);
  4033. }
  4034. .block .block-header,
  4035. .block .block-footer {
  4036. padding: 0;
  4037. }
  4038. .block.inset {
  4039. border-radius: var(--f7-block-inset-border-radius);
  4040. margin-left: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-left));
  4041. margin-right: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-right));
  4042. --f7-safe-area-left: 0px;
  4043. --f7-safe-area-right: 0px;
  4044. }
  4045. .block-strong.inset:before,
  4046. .block-strong.inset:after {
  4047. display: none !important;
  4048. }
  4049. @media (min-width: 480px) {
  4050. .block.xsmall-inset {
  4051. border-radius: var(--f7-block-inset-border-radius);
  4052. margin-left: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-left));
  4053. margin-right: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-right));
  4054. --f7-safe-area-left: 0px;
  4055. --f7-safe-area-right: 0px;
  4056. }
  4057. .block-strong.xsmall-inset:before,
  4058. .block-strong.xsmall-inset:after {
  4059. display: none !important;
  4060. }
  4061. }
  4062. @media (min-width: 568px) {
  4063. .block.small-inset {
  4064. border-radius: var(--f7-block-inset-border-radius);
  4065. margin-left: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-left));
  4066. margin-right: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-right));
  4067. --f7-safe-area-left: 0px;
  4068. --f7-safe-area-right: 0px;
  4069. }
  4070. .block-strong.small-inset:before,
  4071. .block-strong.small-inset:after {
  4072. display: none !important;
  4073. }
  4074. }
  4075. @media (min-width: 768px) {
  4076. .block.medium-inset {
  4077. border-radius: var(--f7-block-inset-border-radius);
  4078. margin-left: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-left));
  4079. margin-right: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-right));
  4080. --f7-safe-area-left: 0px;
  4081. --f7-safe-area-right: 0px;
  4082. }
  4083. .block-strong.medium-inset:before,
  4084. .block-strong.medium-inset:after {
  4085. display: none !important;
  4086. }
  4087. }
  4088. @media (min-width: 1024px) {
  4089. .block.large-inset {
  4090. border-radius: var(--f7-block-inset-border-radius);
  4091. margin-left: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-left));
  4092. margin-right: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-right));
  4093. --f7-safe-area-left: 0px;
  4094. --f7-safe-area-right: 0px;
  4095. }
  4096. .block-strong.large-inset:before,
  4097. .block-strong.large-inset:after {
  4098. display: none !important;
  4099. }
  4100. }
  4101. @media (min-width: 1200px) {
  4102. .block.xlarge-inset {
  4103. border-radius: var(--f7-block-inset-border-radius);
  4104. margin-left: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-left));
  4105. margin-right: calc(var(--f7-block-inset-side-margin) + var(--f7-safe-area-outer-right));
  4106. --f7-safe-area-left: 0px;
  4107. --f7-safe-area-right: 0px;
  4108. }
  4109. .block-strong.xlarge-inset:before,
  4110. .block-strong.xlarge-inset:after {
  4111. display: none !important;
  4112. }
  4113. }
  4114. /* === List View === */
  4115. :root {
  4116. --f7-list-inset-side-margin: 16px;
  4117. --f7-list-item-cell-margin: 16px;
  4118. --f7-list-item-padding-horizontal: 16px;
  4119. --f7-list-media-item-padding-horizontal: 16px;
  4120. --f7-list-item-text-max-lines: 2;
  4121. --f7-list-chevron-icon-font-size: 20px;
  4122. --f7-list-item-title-font-size: inherit;
  4123. --f7-list-item-title-font-weight: 400;
  4124. --f7-list-item-title-text-color: inherit;
  4125. --f7-list-item-title-line-height: inherit;
  4126. --f7-list-item-title-white-space: nowrap;
  4127. --f7-list-item-subtitle-font-weight: 400;
  4128. --f7-list-item-subtitle-text-color: inherit;
  4129. --f7-list-item-subtitle-line-height: inherit;
  4130. --f7-list-item-text-font-weight: 400;
  4131. --f7-list-item-after-font-weight: 400;
  4132. --f7-list-item-header-text-color: inherit;
  4133. --f7-list-item-header-font-size: 12px;
  4134. --f7-list-item-header-font-weight: 400;
  4135. --f7-list-item-header-line-height: 1.2;
  4136. --f7-list-item-footer-font-size: 12px;
  4137. --f7-list-item-footer-font-weight: 400;
  4138. --f7-list-item-footer-line-height: 1.2;
  4139. --f7-list-button-font-size: inherit;
  4140. --f7-list-button-font-weight: 400;
  4141. --f7-list-item-divider-line-height: inherit;
  4142. --f7-list-group-title-line-height: inherit;
  4143. --f7-list-bg-color: #fff;
  4144. --f7-list-chevron-icon-color: rgba(0, 0, 0, 0.2);
  4145. }
  4146. :root .theme-dark,
  4147. :root.theme-dark {
  4148. --f7-list-button-border-color: rgba(255, 255, 255, 0.15);
  4149. --f7-list-bg-color: #1c1c1d;
  4150. --f7-list-border-color: rgba(255, 255, 255, 0.15);
  4151. --f7-list-item-border-color: rgba(255, 255, 255, 0.15);
  4152. --f7-list-item-divider-border-color: rgba(255, 255, 255, 0.15);
  4153. --f7-list-item-divider-bg-color: #232323;
  4154. --f7-list-group-title-bg-color: #232323;
  4155. --f7-list-chevron-icon-color: rgba(255, 255, 255, 0.3);
  4156. }
  4157. .ios {
  4158. --f7-list-in-list-padding-left: 30px;
  4159. --f7-list-inset-border-radius: 8px;
  4160. --f7-list-margin-vertical: 35px;
  4161. --f7-list-font-size: 17px;
  4162. --f7-list-chevron-icon-area: 20px;
  4163. --f7-list-border-color: rgba(0, 0, 0, 0.22);
  4164. --f7-list-item-border-color: rgba(0, 0, 0, 0.22);
  4165. --f7-list-link-pressed-bg-color: rgba(0, 0, 0, 0.15);
  4166. --f7-list-item-subtitle-font-size: 15px;
  4167. --f7-list-item-text-font-size: 15px;
  4168. --f7-list-item-text-line-height: 21px;
  4169. --f7-list-item-after-font-size: inherit;
  4170. --f7-list-item-after-line-height: inherit;
  4171. --f7-list-item-after-padding: 5px;
  4172. --f7-list-item-min-height: 44px;
  4173. --f7-list-item-media-margin: 16px;
  4174. --f7-list-item-media-icons-margin: 5px;
  4175. --f7-list-item-padding-vertical: 8px;
  4176. --f7-list-media-item-padding-vertical: 10px;
  4177. --f7-list-media-item-title-font-weight: 600;
  4178. /*
  4179. --f7-list-button-text-color: var(--f7-theme-color);
  4180. */
  4181. --f7-list-button-text-align: center;
  4182. --f7-list-button-border-color: rgba(0, 0, 0, 0.22);
  4183. --f7-list-item-divider-height: 31px;
  4184. --f7-list-item-divider-font-size: inherit;
  4185. --f7-list-item-divider-font-weight: 400;
  4186. --f7-list-item-divider-bg-color: rgba(0, 0, 0, 0.03);
  4187. --f7-list-item-divider-border-color: rgba(0, 0, 0, 0.22);
  4188. --f7-list-group-title-height: 31px;
  4189. --f7-list-group-title-font-size: inherit;
  4190. --f7-list-group-title-font-weight: 400;
  4191. --f7-list-group-title-bg-color: #f7f7f7;
  4192. --f7-list-item-after-text-color: rgba(0, 0, 0, 0.45);
  4193. --f7-list-item-footer-text-color: rgba(0, 0, 0, 0.45);
  4194. --f7-list-item-text-text-color: rgba(0, 0, 0, 0.45);
  4195. --f7-list-item-divider-text-color: rgba(0, 0, 0, 0.45);
  4196. --f7-list-group-title-text-color: rgba(0, 0, 0, 0.45);
  4197. --f7-list-button-pressed-bg-color: rgba(0, 0, 0, 0.15);
  4198. }
  4199. .ios .theme-dark,
  4200. .ios.theme-dark {
  4201. --f7-list-item-after-text-color: rgba(255, 255, 255, 0.55);
  4202. --f7-list-item-header-text-color: rgba(255, 255, 255, 0.55);
  4203. --f7-list-item-footer-text-color: rgba(255, 255, 255, 0.55);
  4204. --f7-list-item-text-text-color: rgba(255, 255, 255, 0.55);
  4205. --f7-list-item-divider-text-color: rgba(255, 255, 255, 0.55);
  4206. --f7-list-group-title-text-color: rgba(255, 255, 255, 0.55);
  4207. --f7-list-link-pressed-bg-color: rgba(255, 255, 255, 0.08);
  4208. --f7-list-button-pressed-bg-color: rgba(255, 255, 255, 0.08);
  4209. }
  4210. .md {
  4211. --f7-list-in-list-padding-left: 40px;
  4212. --f7-list-inset-border-radius: 4px;
  4213. --f7-list-margin-vertical: 32px;
  4214. --f7-list-font-size: 16px;
  4215. --f7-list-chevron-icon-area: 26px;
  4216. --f7-list-border-color: rgba(0, 0, 0, 0.12);
  4217. --f7-list-item-border-color: rgba(0, 0, 0, 0.12);
  4218. --f7-list-item-subtitle-font-size: 14px;
  4219. --f7-list-item-text-font-size: 14px;
  4220. --f7-list-item-text-line-height: 20px;
  4221. --f7-list-item-after-font-size: 14px;
  4222. --f7-list-item-after-line-height: inherit;
  4223. --f7-list-item-after-padding: 8px;
  4224. --f7-list-item-min-height: 48px;
  4225. --f7-list-item-media-margin: 16px;
  4226. --f7-list-item-media-icons-margin: 8px;
  4227. --f7-list-item-padding-vertical: 8px;
  4228. --f7-list-media-item-padding-vertical: 14px;
  4229. /*
  4230. --f7-list-media-item-title-font-weight: var(--f7-list-item-title-font-weight);
  4231. */
  4232. --f7-list-button-text-align: left;
  4233. --f7-list-button-border-color: transparent;
  4234. --f7-list-item-divider-height: 48px;
  4235. --f7-list-item-divider-font-size: 14px;
  4236. --f7-list-item-divider-font-weight: 400;
  4237. --f7-list-item-divider-bg-color: #f4f4f4;
  4238. --f7-list-item-divider-border-color: transparent;
  4239. --f7-list-group-title-height: 48px;
  4240. --f7-list-group-title-font-size: 14px;
  4241. --f7-list-group-title-font-weight: 400;
  4242. --f7-list-group-title-bg-color: #f4f4f4;
  4243. --f7-list-link-pressed-bg-color: rgba(0, 0, 0, 0.1);
  4244. --f7-list-item-text-text-color: rgba(0, 0, 0, 0.54);
  4245. --f7-list-item-after-text-color: rgba(0, 0, 0, 0.54);
  4246. --f7-list-item-footer-text-color: rgba(0, 0, 0, 0.5);
  4247. --f7-list-button-text-color: #212121;
  4248. --f7-list-button-pressed-bg-color: rgba(0, 0, 0, 0.1);
  4249. --f7-list-item-divider-text-color: rgba(0, 0, 0, 0.54);
  4250. --f7-list-group-title-text-color: rgba(0, 0, 0, 0.54);
  4251. }
  4252. .md .theme-dark,
  4253. .md.theme-dark {
  4254. --f7-list-button-text-color: #fff;
  4255. --f7-list-item-divider-text-color: #fff;
  4256. --f7-list-group-title-text-color: #fff;
  4257. --f7-list-link-pressed-bg-color: rgba(255, 255, 255, 0.05);
  4258. --f7-list-button-pressed-bg-color: rgba(255, 255, 255, 0.05);
  4259. --f7-list-item-text-text-color: rgba(255, 255, 255, 0.54);
  4260. --f7-list-item-after-text-color: rgba(255, 255, 255, 0.54);
  4261. --f7-list-item-footer-text-color: rgba(255, 255, 255, 0.54);
  4262. }
  4263. .aurora {
  4264. --f7-list-in-list-padding-left: 16px;
  4265. --f7-list-inset-border-radius: 4px;
  4266. --f7-list-margin-vertical: 15px;
  4267. --f7-list-font-size: 14px;
  4268. --f7-list-chevron-icon-area: 15px;
  4269. --f7-list-chevron-icon-font-size: 16px;
  4270. --f7-list-border-color: rgba(0, 0, 0, 0.12);
  4271. --f7-list-item-border-color: rgba(0, 0, 0, 0.12);
  4272. --f7-list-item-title-line-height: 1.3;
  4273. --f7-list-item-subtitle-font-size: 14px;
  4274. --f7-list-item-subtitle-line-height: 1.3;
  4275. --f7-list-item-text-font-size: 12px;
  4276. --f7-list-item-text-line-height: 16px;
  4277. --f7-list-item-after-font-size: 13px;
  4278. --f7-list-item-after-line-height: 1.2;
  4279. --f7-list-item-after-padding: 5px;
  4280. --f7-list-item-min-height: 32px;
  4281. --f7-list-item-media-margin: 10px;
  4282. --f7-list-item-media-icons-margin: 5px;
  4283. --f7-list-item-padding-vertical: 5px;
  4284. --f7-list-media-item-padding-vertical: 5px;
  4285. --f7-list-media-item-title-font-weight: 600;
  4286. /*
  4287. --f7-list-button-text-color: var(--f7-theme-color);
  4288. */
  4289. --f7-list-button-text-align: center;
  4290. --f7-list-button-border-color: rgba(0, 0, 0, 0.12);
  4291. --f7-list-item-divider-height: 19px;
  4292. --f7-list-item-divider-font-size: inherit;
  4293. --f7-list-item-divider-font-weight: 500;
  4294. --f7-list-item-divider-bg-color: rgba(0, 0, 0, 0.03);
  4295. --f7-list-item-divider-border-color: transparent;
  4296. --f7-list-group-title-height: 19px;
  4297. --f7-list-group-title-font-size: inherit;
  4298. --f7-list-group-title-font-weight: 500;
  4299. --f7-list-group-title-bg-color: #f7f7f7;
  4300. --f7-list-link-pressed-bg-color: rgba(0, 0, 0, 0.1);
  4301. --f7-list-link-hover-bg-color: rgba(0, 0, 0, 0.03);
  4302. --f7-list-item-text-text-color: rgba(0, 0, 0, 0.6);
  4303. --f7-list-item-after-text-color: rgba(0, 0, 0, 0.5);
  4304. --f7-list-item-footer-text-color: rgba(0, 0, 0, 0.6);
  4305. --f7-list-button-pressed-bg-color: rgba(0, 0, 0, 0.1);
  4306. --f7-list-button-hover-bg-color: rgba(0, 0, 0, 0.03);
  4307. --f7-list-item-divider-text-color: rgba(0, 0, 0, 0.6);
  4308. --f7-list-group-title-text-color: rgba(0, 0, 0, 0.6);
  4309. }
  4310. .aurora .theme-dark,
  4311. .aurora.theme-dark {
  4312. --f7-list-item-text-text-color: rgba(255, 255, 255, 0.54);
  4313. --f7-list-item-after-text-color: rgba(255, 255, 255, 0.54);
  4314. --f7-list-item-footer-text-color: rgba(255, 255, 255, 0.54);
  4315. --f7-list-item-divider-text-color: rgba(255, 255, 255, 0.6);
  4316. --f7-list-group-title-text-color: rgba(255, 255, 255, 0.6);
  4317. --f7-list-link-pressed-bg-color: rgba(255, 255, 255, 0.05);
  4318. --f7-list-link-hover-bg-color: rgba(255, 255, 255, 0.03);
  4319. --f7-list-button-pressed-bg-color: rgba(255, 255, 255, 0.05);
  4320. --f7-list-button-hover-bg-color: rgba(255, 255, 255, 0.03);
  4321. }
  4322. :root {
  4323. --f7-list-chevron-icon-left: 'chevron_left';
  4324. --f7-list-chevron-icon-right: 'chevron_right';
  4325. }
  4326. .aurora {
  4327. --f7-list-chevron-icon-left: 'chevron_left_aurora';
  4328. --f7-list-chevron-icon-right: 'chevron_right_aurora';
  4329. }
  4330. .list {
  4331. position: relative;
  4332. z-index: 1;
  4333. font-size: var(--f7-list-font-size);
  4334. margin: var(--f7-list-margin-vertical) 0;
  4335. }
  4336. .list ul {
  4337. list-style: none;
  4338. margin: 0;
  4339. padding: 0;
  4340. position: relative;
  4341. background: var(--f7-list-bg-color);
  4342. }
  4343. .list ul:before {
  4344. content: '';
  4345. position: absolute;
  4346. background-color: var(--f7-list-border-color);
  4347. display: block;
  4348. z-index: 15;
  4349. top: 0;
  4350. right: auto;
  4351. bottom: auto;
  4352. left: 0;
  4353. height: 1px;
  4354. width: 100%;
  4355. transform-origin: 50% 0%;
  4356. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  4357. }
  4358. .list ul:after {
  4359. content: '';
  4360. position: absolute;
  4361. background-color: var(--f7-list-border-color);
  4362. display: block;
  4363. z-index: 15;
  4364. top: auto;
  4365. right: auto;
  4366. bottom: 0;
  4367. left: 0;
  4368. height: 1px;
  4369. width: 100%;
  4370. transform-origin: 50% 100%;
  4371. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  4372. }
  4373. .list ul ul {
  4374. padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-list-in-list-padding-left));
  4375. }
  4376. .list ul ul:before,
  4377. .list ul ul:after {
  4378. display: none !important;
  4379. }
  4380. .list li {
  4381. position: relative;
  4382. box-sizing: border-box;
  4383. }
  4384. .list .item-media {
  4385. display: flex;
  4386. flex-shrink: 0;
  4387. flex-wrap: nowrap;
  4388. align-items: center;
  4389. box-sizing: border-box;
  4390. padding-bottom: var(--f7-list-item-padding-vertical);
  4391. padding-top: var(--f7-list-item-padding-vertical);
  4392. }
  4393. .list .item-media + .item-inner {
  4394. margin-left: var(--f7-list-item-media-margin);
  4395. }
  4396. .list .item-media i + i,
  4397. .list .item-media i + img {
  4398. margin-left: var(--f7-list-item-media-icons-margin);
  4399. }
  4400. .list .item-after {
  4401. padding-left: var(--f7-list-item-after-padding);
  4402. }
  4403. .list .item-inner {
  4404. position: relative;
  4405. width: 100%;
  4406. min-width: 0;
  4407. display: flex;
  4408. justify-content: space-between;
  4409. box-sizing: border-box;
  4410. align-items: center;
  4411. align-self: stretch;
  4412. padding-top: var(--f7-list-item-padding-vertical);
  4413. padding-bottom: var(--f7-list-item-padding-vertical);
  4414. min-height: var(--f7-list-item-min-height);
  4415. padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
  4416. }
  4417. .list .item-title {
  4418. min-width: 0;
  4419. flex-shrink: 1;
  4420. white-space: var(--f7-list-item-title-white-space);
  4421. position: relative;
  4422. overflow: hidden;
  4423. text-overflow: ellipsis;
  4424. max-width: 100%;
  4425. font-size: var(--f7-list-item-title-font-size);
  4426. font-weight: var(--f7-list-item-title-font-weight);
  4427. color: var(--f7-list-item-title-text-color);
  4428. line-height: var(--f7-list-item-title-line-height);
  4429. }
  4430. .list .item-after {
  4431. white-space: nowrap;
  4432. flex-shrink: 0;
  4433. display: flex;
  4434. font-size: var(--f7-list-item-after-font-size);
  4435. font-weight: var(--f7-list-item-after-font-weight);
  4436. color: var(--f7-list-item-after-text-color);
  4437. line-height: var(--f7-list-item-after-line-height);
  4438. margin-left: auto;
  4439. }
  4440. .list .item-header,
  4441. .list .item-footer {
  4442. white-space: normal;
  4443. }
  4444. .list .item-header {
  4445. color: var(--f7-list-item-header-text-color);
  4446. font-size: var(--f7-list-item-header-font-size);
  4447. font-weight: var(--f7-list-item-header-font-weight);
  4448. line-height: var(--f7-list-item-header-line-height);
  4449. }
  4450. .list .item-footer {
  4451. color: var(--f7-list-item-footer-text-color);
  4452. font-size: var(--f7-list-item-footer-font-size);
  4453. font-weight: var(--f7-list-item-footer-font-weight);
  4454. line-height: var(--f7-list-item-footer-line-height);
  4455. }
  4456. .list .item-link,
  4457. .list .list-button {
  4458. transition-duration: 300ms;
  4459. transition-property: background-color;
  4460. display: block;
  4461. position: relative;
  4462. overflow: hidden;
  4463. z-index: 0;
  4464. }
  4465. .list .item-link {
  4466. color: inherit;
  4467. }
  4468. .list .item-link.active-state {
  4469. background-color: var(--f7-list-link-pressed-bg-color);
  4470. }
  4471. .list .item-link .item-inner {
  4472. padding-right: calc(var(--f7-list-chevron-icon-area) + var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
  4473. }
  4474. .list .item-content {
  4475. display: flex;
  4476. justify-content: space-between;
  4477. box-sizing: border-box;
  4478. align-items: center;
  4479. min-height: var(--f7-list-item-min-height);
  4480. padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  4481. }
  4482. .list .item-subtitle {
  4483. position: relative;
  4484. overflow: hidden;
  4485. white-space: nowrap;
  4486. max-width: 100%;
  4487. text-overflow: ellipsis;
  4488. font-size: var(--f7-list-item-subtitle-font-size);
  4489. font-weight: var(--f7-list-item-subtitle-font-weight);
  4490. color: var(--f7-list-item-subtitle-text-color);
  4491. line-height: var(--f7-list-item-subtitle-line-height);
  4492. }
  4493. .list .item-text {
  4494. position: relative;
  4495. overflow: hidden;
  4496. text-overflow: ellipsis;
  4497. /* autoprefixer: ignore next */
  4498. -webkit-line-clamp: var(--f7-list-item-text-max-lines);
  4499. /* autoprefixer: ignore next */
  4500. -webkit-box-orient: vertical;
  4501. display: -webkit-box;
  4502. font-size: var(--f7-list-item-text-font-size);
  4503. font-weight: var(--f7-list-item-text-font-weight);
  4504. color: var(--f7-list-item-text-text-color);
  4505. line-height: var(--f7-list-item-text-line-height);
  4506. max-height: calc(var(--f7-list-item-text-line-height) * var(--f7-list-item-text-max-lines));
  4507. }
  4508. .list .item-title-row {
  4509. position: relative;
  4510. display: flex;
  4511. justify-content: space-between;
  4512. box-sizing: border-box;
  4513. }
  4514. .list .item-title-row .item-after {
  4515. align-self: center;
  4516. }
  4517. .list .item-row {
  4518. display: flex;
  4519. justify-content: space-between;
  4520. box-sizing: border-box;
  4521. }
  4522. .list .item-cell {
  4523. display: block;
  4524. align-self: center;
  4525. box-sizing: border-box;
  4526. width: 100%;
  4527. min-width: 0;
  4528. margin-left: var(--f7-list-item-cell-margin);
  4529. flex-shrink: 1;
  4530. }
  4531. .list .item-cell:first-child {
  4532. margin-left: 0;
  4533. }
  4534. .list .ripple-wave + .item-cell {
  4535. margin-left: 0;
  4536. }
  4537. .list li:last-child .list-button:after {
  4538. display: none !important;
  4539. }
  4540. .list li:last-child > .item-inner:after,
  4541. .list li:last-child li:last-child > .item-inner:after,
  4542. .list li:last-child > .item-content > .item-inner:after,
  4543. .list li:last-child li:last-child > .item-content > .item-inner:after,
  4544. .list li:last-child > .swipeout-content > .item-content > .item-inner:after,
  4545. .list li:last-child li:last-child > .swipeout-content > .item-content > .item-inner:after,
  4546. .list li:last-child > .item-link > .item-content > .item-inner:after,
  4547. .list li:last-child li:last-child > .item-link > .item-content > .item-inner:after {
  4548. display: none !important;
  4549. }
  4550. .list li li:last-child .item-inner:after,
  4551. .list li:last-child li .item-inner:after {
  4552. content: '';
  4553. position: absolute;
  4554. background-color: var(--f7-list-item-border-color);
  4555. display: block;
  4556. z-index: 15;
  4557. top: auto;
  4558. right: auto;
  4559. bottom: 0;
  4560. left: 0;
  4561. height: 1px;
  4562. width: 100%;
  4563. transform-origin: 50% 100%;
  4564. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  4565. }
  4566. .list.no-hairlines:before,
  4567. .list.no-hairlines ul:before,
  4568. .md .list.no-hairlines-md:before,
  4569. .md .list.no-hairlines-md ul:before,
  4570. .ios .list.no-hairlines-ios:before,
  4571. .ios .list.no-hairlines-ios ul:before,
  4572. .aurora .list.no-hairlines-aurora:before,
  4573. .aurora .list.no-hairlines-aurora ul:before,
  4574. .list.no-hairlines:after,
  4575. .list.no-hairlines ul:after,
  4576. .md .list.no-hairlines-md:after,
  4577. .md .list.no-hairlines-md ul:after,
  4578. .ios .list.no-hairlines-ios:after,
  4579. .ios .list.no-hairlines-ios ul:after,
  4580. .aurora .list.no-hairlines-aurora:after,
  4581. .aurora .list.no-hairlines-aurora ul:after {
  4582. display: none !important;
  4583. }
  4584. .list.no-hairline-top:before,
  4585. .list.no-hairline-top ul:before,
  4586. .md .list.no-hairline-top-md:before,
  4587. .md .list.no-hairline-top-md ul:before,
  4588. .ios .list.no-hairline-top-ios:before,
  4589. .ios .list.no-hairline-top-ios ul:before,
  4590. .aurora .list.no-hairline-top-aurora:before,
  4591. .aurora .list.no-hairline-top-aurora ul:before {
  4592. display: none !important;
  4593. }
  4594. .list.no-hairline-bottom:after,
  4595. .list.no-hairline-bottom ul:after,
  4596. .md .list.no-hairline-bottom-md:after,
  4597. .md .list.no-hairline-bottom-md ul:after,
  4598. .ios .list.no-hairline-bottom-ios:after,
  4599. .ios .list.no-hairline-bottom-ios ul:after,
  4600. .aurora .list.no-hairline-bottom-aurora:after,
  4601. .aurora .list.no-hairline-bottom-aurora ul:after {
  4602. display: none !important;
  4603. }
  4604. .list.no-hairlines-between .item-inner:after,
  4605. .md .list.no-hairlines-between-md .item-inner:after,
  4606. .ios .list.no-hairlines-between-ios .item-inner:after,
  4607. .aurora .list.no-hairlines-between-aurora .item-inner:after,
  4608. .list.no-hairlines-between .list-button:after,
  4609. .md .list.no-hairlines-between-md .list-button:after,
  4610. .ios .list.no-hairlines-between-ios .list-button:after,
  4611. .aurora .list.no-hairlines-between-aurora .list-button:after,
  4612. .list.no-hairlines-between .item-divider:after,
  4613. .md .list.no-hairlines-between-md .item-divider:after,
  4614. .ios .list.no-hairlines-between-ios .item-divider:after,
  4615. .aurora .list.no-hairlines-between-aurora .item-divider:after,
  4616. .list.no-hairlines-between .list-group-title:after,
  4617. .md .list.no-hairlines-between-md .list-group-title:after,
  4618. .ios .list.no-hairlines-between-ios .list-group-title:after,
  4619. .aurora .list.no-hairlines-between-aurora .list-group-title:after,
  4620. .list.no-hairlines-between .list-group-title:after,
  4621. .md .list.no-hairlines-between-md .list-group-title:after,
  4622. .ios .list.no-hairlines-between-ios .list-group-title:after,
  4623. .aurora .list.no-hairlines-between-aurora .list-group-title:after {
  4624. display: none !important;
  4625. }
  4626. .list.no-hairlines-between.simple-list li:after,
  4627. .md .list.no-hairlines-between-md.simple-list li:after,
  4628. .ios .list.no-hairlines-between-ios.simple-list li:after,
  4629. .aurora .list.no-hairlines-between-aurora.simple-list li:after {
  4630. display: none !important;
  4631. }
  4632. .list.no-hairlines-between.links-list a:after,
  4633. .md .list.no-hairlines-between-md.links-list a:after,
  4634. .ios .list.no-hairlines-between-ios.links-list a:after,
  4635. .aurora .list.no-hairlines-between-aurora.links-list a:after {
  4636. display: none !important;
  4637. }
  4638. .list-button {
  4639. padding: 0 var(--f7-list-item-padding-horizontal);
  4640. line-height: var(--f7-list-item-min-height);
  4641. color: var(--f7-list-button-text-color, var(--f7-theme-color));
  4642. font-size: var(--f7-list-button-font-size);
  4643. font-weight: var(--f7-list-button-font-weight);
  4644. text-align: var(--f7-list-button-text-align);
  4645. }
  4646. .list-button:after {
  4647. content: '';
  4648. position: absolute;
  4649. background-color: var(--f7-list-button-border-color);
  4650. display: block;
  4651. z-index: 15;
  4652. top: auto;
  4653. right: auto;
  4654. bottom: 0;
  4655. left: 0;
  4656. height: 1px;
  4657. width: 100%;
  4658. transform-origin: 50% 100%;
  4659. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  4660. }
  4661. .list-button.active-state {
  4662. background-color: var(--f7-list-button-pressed-bg-color);
  4663. }
  4664. .list-button[class*="color-"] {
  4665. --f7-list-button-text-color: var(--f7-theme-color);
  4666. }
  4667. .simple-list li {
  4668. position: relative;
  4669. white-space: nowrap;
  4670. text-overflow: ellipsis;
  4671. max-width: 100%;
  4672. box-sizing: border-box;
  4673. display: flex;
  4674. justify-content: space-between;
  4675. align-items: center;
  4676. align-content: center;
  4677. line-height: var(--f7-list-item-min-height);
  4678. height: var(--f7-list-item-min-height);
  4679. padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  4680. padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
  4681. }
  4682. .simple-list li:after {
  4683. left: var(--f7-list-item-padding-horizontal);
  4684. width: auto;
  4685. left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  4686. right: 0;
  4687. }
  4688. .simple-list li:last-child:after {
  4689. display: none !important;
  4690. }
  4691. .links-list li {
  4692. z-index: 1;
  4693. }
  4694. .links-list a {
  4695. transition-duration: 300ms;
  4696. transition-property: background-color;
  4697. display: block;
  4698. position: relative;
  4699. overflow: hidden;
  4700. display: flex;
  4701. align-items: center;
  4702. align-content: center;
  4703. justify-content: space-between;
  4704. box-sizing: border-box;
  4705. white-space: nowrap;
  4706. text-overflow: ellipsis;
  4707. max-width: 100%;
  4708. height: var(--f7-list-item-min-height);
  4709. color: inherit;
  4710. }
  4711. .links-list a .ripple-wave {
  4712. z-index: 0;
  4713. }
  4714. .links-list a:after {
  4715. width: auto;
  4716. }
  4717. .links-list a.active-state {
  4718. background-color: var(--f7-list-link-pressed-bg-color);
  4719. }
  4720. .links-list a {
  4721. padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  4722. padding-right: calc(var(--f7-list-chevron-icon-area) + var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
  4723. }
  4724. .links-list a:after {
  4725. left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  4726. right: 0;
  4727. }
  4728. .links-list li:last-child a:after {
  4729. display: none !important;
  4730. }
  4731. .simple-list li:after,
  4732. .links-list a:after,
  4733. .list .item-inner:after {
  4734. content: '';
  4735. position: absolute;
  4736. background-color: var(--f7-list-item-border-color);
  4737. display: block;
  4738. z-index: 15;
  4739. top: auto;
  4740. right: auto;
  4741. bottom: 0;
  4742. left: 0;
  4743. height: 1px;
  4744. width: 100%;
  4745. transform-origin: 50% 100%;
  4746. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  4747. }
  4748. .media-list,
  4749. li.media-item {
  4750. --f7-list-item-padding-vertical: var(--f7-list-media-item-padding-vertical);
  4751. --f7-list-item-padding-horizontal: var(--f7-list-media-item-padding-horizontal);
  4752. }
  4753. .media-list .item-title,
  4754. li.media-item .item-title {
  4755. font-weight: var(--f7-list-media-item-title-font-weight, var(--f7-list-item-title-font-weight, inherit));
  4756. }
  4757. .media-list .item-inner,
  4758. li.media-item .item-inner {
  4759. display: block;
  4760. align-self: stretch;
  4761. }
  4762. .media-list .item-media,
  4763. li.media-item .item-media {
  4764. align-self: flex-start;
  4765. }
  4766. .media-list .item-media img,
  4767. li.media-item .item-media img {
  4768. display: block;
  4769. }
  4770. .media-list .item-link .item-inner,
  4771. li.media-item .item-link .item-inner {
  4772. padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
  4773. }
  4774. .media-list .item-link .item-title-row,
  4775. li.media-item .item-link .item-title-row {
  4776. padding-right: calc(var(--f7-list-chevron-icon-area));
  4777. }
  4778. .media-list.chevron-center .item-link .item-inner,
  4779. .media-list .chevron-center .item-link .item-inner,
  4780. .media-list .item-link.chevron-center .item-inner,
  4781. li.media-item.chevron-center .item-link .item-inner,
  4782. li.media-item .item-link.chevron-center .item-inner,
  4783. li.media-item .chevron-center .item-link .item-inner {
  4784. padding-right: calc(var(--f7-list-chevron-icon-area) + var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
  4785. }
  4786. .media-list.chevron-center .item-title-row,
  4787. .media-list .chevron-center .item-title-row,
  4788. li.media-item.chevron-center .item-title-row,
  4789. li.media-item .chevron-center .item-title-row {
  4790. padding-right: 0;
  4791. }
  4792. .list .item-link .item-inner:before,
  4793. .links-list a:before,
  4794. .media-list .item-link .item-title-row:before,
  4795. li.media-item .item-link .item-title-row:before,
  4796. .media-list.chevron-center .item-link .item-inner:before,
  4797. .media-list .chevron-center .item-link .item-inner:before,
  4798. .media-list .item-link.chevron-center .item-inner:before,
  4799. li.media-item.chevron-center .item-link .item-inner:before,
  4800. li.media-item .chevron-center .item-link .item-inner:before,
  4801. li.media-item .item-link.chevron-center .item-inner:before {
  4802. font-family: 'framework7-core-icons';
  4803. font-weight: normal;
  4804. font-style: normal;
  4805. line-height: 1;
  4806. letter-spacing: normal;
  4807. text-transform: none;
  4808. white-space: nowrap;
  4809. word-wrap: normal;
  4810. direction: ltr;
  4811. -webkit-font-smoothing: antialiased;
  4812. text-rendering: optimizeLegibility;
  4813. -moz-osx-font-smoothing: grayscale;
  4814. font-feature-settings: "liga";
  4815. text-align: center;
  4816. display: block;
  4817. width: 100%;
  4818. height: 100%;
  4819. font-size: 20px;
  4820. position: absolute;
  4821. top: 50%;
  4822. width: 8px;
  4823. height: 14px;
  4824. margin-top: -7px;
  4825. font-size: var(--f7-list-chevron-icon-font-size);
  4826. line-height: 14px;
  4827. color: var(--f7-list-chevron-icon-color);
  4828. pointer-events: none;
  4829. right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
  4830. content: var(--f7-list-chevron-icon-right);
  4831. }
  4832. .media-list.chevron-center .item-title-row:before,
  4833. .media-list .chevron-center .item-title-row:before,
  4834. li.media-item.chevron-center .item-title-row:before,
  4835. li.media-item .chevron-center .item-title-row:before {
  4836. display: none;
  4837. }
  4838. .media-list .item-link .item-inner:before,
  4839. li.media-item .item-link .item-inner:before {
  4840. display: none;
  4841. }
  4842. .media-list .item-link .item-title-row:before,
  4843. li.media-item .item-link .item-title-row:before {
  4844. right: 0;
  4845. }
  4846. .list-group ul:after,
  4847. .list-group ul:before {
  4848. z-index: 25 !important;
  4849. }
  4850. .list-group + .list-group ul:before {
  4851. display: none !important;
  4852. }
  4853. li.item-divider,
  4854. .item-divider,
  4855. li.list-group-title {
  4856. white-space: nowrap;
  4857. position: relative;
  4858. max-width: 100%;
  4859. text-overflow: ellipsis;
  4860. overflow: hidden;
  4861. z-index: 15;
  4862. padding-top: 0;
  4863. padding-bottom: 0;
  4864. padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  4865. padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
  4866. box-sizing: border-box;
  4867. display: flex;
  4868. align-items: center;
  4869. align-content: center;
  4870. }
  4871. li.item-divider:after,
  4872. .item-divider:after,
  4873. li.list-group-title:after {
  4874. display: none !important;
  4875. }
  4876. li.item-divider,
  4877. .item-divider {
  4878. margin-top: -1px;
  4879. height: var(--f7-list-item-divider-height);
  4880. color: var(--f7-list-item-divider-text-color);
  4881. font-size: var(--f7-list-item-divider-font-size);
  4882. font-weight: var(--f7-list-item-divider-font-weight);
  4883. background-color: var(--f7-list-item-divider-bg-color);
  4884. line-height: var(--f7-list-item-divider-line-height);
  4885. }
  4886. li.item-divider:before,
  4887. .item-divider:before {
  4888. content: '';
  4889. position: absolute;
  4890. background-color: var(--f7-list-item-divider-border-color);
  4891. display: block;
  4892. z-index: 15;
  4893. top: 0;
  4894. right: auto;
  4895. bottom: auto;
  4896. left: 0;
  4897. height: 1px;
  4898. width: 100%;
  4899. transform-origin: 50% 0%;
  4900. transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
  4901. }
  4902. li.list-group-title,
  4903. .list li.list-group-title {
  4904. position: relative;
  4905. position: -webkit-sticky;
  4906. position: sticky;
  4907. top: 0;
  4908. margin-top: 0;
  4909. z-index: 20;
  4910. height: var(--f7-list-group-title-height);
  4911. color: var(--f7-list-group-title-text-color);
  4912. font-size: var(--f7-list-group-title-font-size);
  4913. font-weight: var(--f7-list-group-title-font-weight);
  4914. background-color: var(--f7-list-group-title-bg-color);
  4915. line-height: var(--f7-list-group-title-line-height);
  4916. }
  4917. .page-with-navbar-large li.list-group-title,
  4918. .page-with-navbar-large .list li.list-group-title {
  4919. top: calc(-1 * var(--f7-navbar-large-title-height));
  4920. }
  4921. .list.inset {
  4922. margin-left: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-left));
  4923. margin-right: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-right));
  4924. border-radius: var(--f7-list-inset-border-radius);
  4925. --f7-safe-area-left: 0px;
  4926. --f7-safe-area-right: 0px;
  4927. }
  4928. .list.inset .block-title {
  4929. margin-left: 0;
  4930. margin-right: 0;
  4931. }
  4932. .list.inset ul {
  4933. border-radius: var(--f7-list-inset-border-radius);
  4934. }
  4935. .list.inset ul:before,
  4936. .list.inset ul:after {
  4937. display: none !important;
  4938. }
  4939. .list.inset li.swipeout:first-child,
  4940. .list.inset li:first-child > a {
  4941. border-radius: var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius) 0 0;
  4942. }
  4943. .list.inset li.swipeout:last-child,
  4944. .list.inset li:last-child > a {
  4945. border-radius: 0 0 var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius);
  4946. }
  4947. .list.inset li.swipeout:first-child:last-child,
  4948. .list.inset li:first-child:last-child > a {
  4949. border-radius: var(--f7-list-inset-border-radius);
  4950. }
  4951. @media (min-width: 480px) {
  4952. .list.xsmall-inset {
  4953. margin-left: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-left));
  4954. margin-right: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-right));
  4955. border-radius: var(--f7-list-inset-border-radius);
  4956. --f7-safe-area-left: 0px;
  4957. --f7-safe-area-right: 0px;
  4958. }
  4959. .list.xsmall-inset .block-title {
  4960. margin-left: 0;
  4961. margin-right: 0;
  4962. }
  4963. .list.xsmall-inset ul {
  4964. border-radius: var(--f7-list-inset-border-radius);
  4965. }
  4966. .list.xsmall-inset ul:before,
  4967. .list.xsmall-inset ul:after {
  4968. display: none !important;
  4969. }
  4970. .list.xsmall-inset li:first-child > a {
  4971. border-radius: var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius) 0 0;
  4972. }
  4973. .list.xsmall-inset li:last-child > a {
  4974. border-radius: 0 0 var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius);
  4975. }
  4976. .list.xsmall-inset li:first-child:last-child > a {
  4977. border-radius: var(--f7-list-inset-border-radius);
  4978. }
  4979. }
  4980. @media (min-width: 568px) {
  4981. .list.small-inset {
  4982. margin-left: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-left));
  4983. margin-right: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-right));
  4984. border-radius: var(--f7-list-inset-border-radius);
  4985. --f7-safe-area-left: 0px;
  4986. --f7-safe-area-right: 0px;
  4987. }
  4988. .list.small-inset .block-title {
  4989. margin-left: 0;
  4990. margin-right: 0;
  4991. }
  4992. .list.small-inset ul {
  4993. border-radius: var(--f7-list-inset-border-radius);
  4994. }
  4995. .list.small-inset ul:before,
  4996. .list.small-inset ul:after {
  4997. display: none !important;
  4998. }
  4999. .list.small-inset li:first-child > a {
  5000. border-radius: var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius) 0 0;
  5001. }
  5002. .list.small-inset li:last-child > a {
  5003. border-radius: 0 0 var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius);
  5004. }
  5005. .list.small-inset li:first-child:last-child > a {
  5006. border-radius: var(--f7-list-inset-border-radius);
  5007. }
  5008. }
  5009. @media (min-width: 768px) {
  5010. .list.medium-inset {
  5011. margin-left: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-left));
  5012. margin-right: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-right));
  5013. border-radius: var(--f7-list-inset-border-radius);
  5014. --f7-safe-area-left: 0px;
  5015. --f7-safe-area-right: 0px;
  5016. }
  5017. .list.medium-inset .block-title {
  5018. margin-left: 0;
  5019. margin-right: 0;
  5020. }
  5021. .list.medium-inset ul {
  5022. border-radius: var(--f7-list-inset-border-radius);
  5023. }
  5024. .list.medium-inset ul:before,
  5025. .list.medium-inset ul:after {
  5026. display: none !important;
  5027. }
  5028. .list.medium-inset li:first-child > a {
  5029. border-radius: var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius) 0 0;
  5030. }
  5031. .list.medium-inset li:last-child > a {
  5032. border-radius: 0 0 var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius);
  5033. }
  5034. .list.medium-inset li:first-child:last-child > a {
  5035. border-radius: var(--f7-list-inset-border-radius);
  5036. }
  5037. }
  5038. @media (min-width: 1024px) {
  5039. .list.large-inset {
  5040. margin-left: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-left));
  5041. margin-right: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-right));
  5042. border-radius: var(--f7-list-inset-border-radius);
  5043. --f7-safe-area-left: 0px;
  5044. --f7-safe-area-right: 0px;
  5045. }
  5046. .list.large-inset .block-title {
  5047. margin-left: 0;
  5048. margin-right: 0;
  5049. }
  5050. .list.large-inset ul {
  5051. border-radius: var(--f7-list-inset-border-radius);
  5052. }
  5053. .list.large-inset ul:before,
  5054. .list.large-inset ul:after {
  5055. display: none !important;
  5056. }
  5057. .list.large-inset li:first-child > a {
  5058. border-radius: var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius) 0 0;
  5059. }
  5060. .list.large-inset li:last-child > a {
  5061. border-radius: 0 0 var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius);
  5062. }
  5063. .list.large-inset li:first-child:last-child > a {
  5064. border-radius: var(--f7-list-inset-border-radius);
  5065. }
  5066. }
  5067. @media (min-width: 1200px) {
  5068. .list.xlarge-inset {
  5069. margin-left: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-left));
  5070. margin-right: calc(var(--f7-list-inset-side-margin) + var(--f7-safe-area-outer-right));
  5071. border-radius: var(--f7-list-inset-border-radius);
  5072. --f7-safe-area-left: 0px;
  5073. --f7-safe-area-right: 0px;
  5074. }
  5075. .list.xlarge-inset .block-title {
  5076. margin-left: 0;
  5077. margin-right: 0;
  5078. }
  5079. .list.xlarge-inset ul {
  5080. border-radius: var(--f7-list-inset-border-radius);
  5081. }
  5082. .list.xlarge-inset ul:before,
  5083. .list.xlarge-inset ul:after {
  5084. display: none !important;
  5085. }
  5086. .list.xlarge-inset li:first-child > a {
  5087. border-radius: var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius) 0 0;
  5088. }
  5089. .list.xlarge-inset li:last-child > a {
  5090. border-radius: 0 0 var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius);
  5091. }
  5092. .list.xlarge-inset li:first-child:last-child > a {
  5093. border-radius: var(--f7-list-inset-border-radius);
  5094. }
  5095. }
  5096. .list.no-chevron,
  5097. .list .no-chevron {
  5098. --f7-list-chevron-icon-color: transparent;
  5099. --f7-list-chevron-icon-area: 0px;
  5100. }
  5101. .ios .item-link.active-state .item-inner:after,
  5102. .ios .list-button.active-state:after,
  5103. .ios .links-list a.active-state:after {
  5104. background-color: transparent;
  5105. }
  5106. .ios .links-list a.active-state,
  5107. .ios .list .item-link.active-state,
  5108. .ios .list .list-button.active-state {
  5109. transition-duration: 0ms;
  5110. }
  5111. .md .list .item-media {
  5112. min-width: 40px;
  5113. }
  5114. .aurora .list .item-media {
  5115. min-width: 18px;
  5116. }
  5117. .aurora .links-list a,
  5118. .aurora .list .item-link,
  5119. .aurora .list .list-button {
  5120. transition-duration: 0ms;
  5121. }
  5122. .aurora.device-desktop .links-list a:hover:not(.active-state):not(.no-hover),
  5123. .aurora.device-desktop .list .item-link:hover:not(.active-state):not(.no-hover) {
  5124. background: var(--f7-list-link-hover-bg-color);
  5125. }
  5126. .aurora.device-desktop .list .list-button:hover:not(.active-state):not(.no-hover) {
  5127. background: var(--f7-list-button-hover-bg-color);
  5128. }
  5129. /* === Badge === */
  5130. :root {
  5131. --f7-badge-text-color: #fff;
  5132. --f7-badge-bg-color: #8e8e93;
  5133. --f7-badge-padding: 0 4px;
  5134. --f7-badge-in-icon-size: 16px;
  5135. --f7-badge-in-icon-font-size: 10px;
  5136. --f7-badge-font-weight: normal;
  5137. --f7-badge-font-size: 12px;
  5138. }
  5139. .ios {
  5140. --f7-badge-size: 20px;
  5141. }
  5142. .md {
  5143. --f7-badge-size: 18px;
  5144. }
  5145. .aurora {
  5146. --f7-badge-size: 18px;
  5147. --f7-badge-font-weight: 600;
  5148. --f7-badge-in-icon-size: 15px;
  5149. }
  5150. .badge {
  5151. display: inline-flex;
  5152. align-items: center;
  5153. align-content: center;
  5154. justify-content: center;
  5155. color: var(--f7-badge-text-color);
  5156. background: var(--f7-badge-bg-color);
  5157. position: relative;
  5158. box-sizing: border-box;
  5159. text-align: center;
  5160. vertical-align: middle;
  5161. font-weight: var(--f7-badge-font-weight);
  5162. font-size: var(--f7-badge-font-size);
  5163. border-radius: var(--f7-badge-size);
  5164. padding: var(--f7-badge-padding);
  5165. height: var(--f7-badge-size);
  5166. min-width: var(--f7-badge-size);
  5167. }
  5168. .icon .badge,
  5169. .f7-icons .badge,
  5170. .framework7-icons .badge,
  5171. .material-icons .badge {
  5172. position: absolute;
  5173. left: 100%;
  5174. margin-left: -10px;
  5175. top: -2px;
  5176. font-family: var(--f7-font-family);
  5177. --f7-badge-font-size: var(--f7-badge-in-icon-font-size);
  5178. --f7-badge-size: var(--f7-badge-in-icon-size);
  5179. }
  5180. .badge[class*="color-"] {
  5181. --f7-badge-bg-color: var(--f7-theme-color);
  5182. }
  5183. :root {
  5184. --f7-button-min-width: 32px;
  5185. --f7-button-bg-color: transparent;
  5186. --f7-button-border-width: 0px;
  5187. /*
  5188. --f7-button-text-color: var(--f7-theme-color);
  5189. --f7-button-pressed-text-color: var(--f7-button-text-color, var(--f7-theme-color));
  5190. --f7-button-border-color: var(--f7-theme-color);
  5191. --f7-button-fill-text-color: #fff;
  5192. --f7-button-fill-bg-color: var(--f7-theme-color);
  5193. --f7-button-outline-border-color: var(--f7-theme-color);
  5194. */
  5195. --f7-button-outline-border-width: 2px;
  5196. --f7-button-raised-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0,0,0,0.24);
  5197. --f7-button-raised-pressed-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0,0,0,0.23);
  5198. --f7-segmented-raised-divider-color: rgba(0, 0, 0, 0.1);
  5199. --f7-segmented-strong-padding: 2px;
  5200. --f7-segmented-strong-between-buttons: 4px;
  5201. --f7-segmented-strong-button-font-weight: 500;
  5202. --f7-segmented-strong-button-active-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  5203. --f7-segmented-strong-bg-color: rgba(0, 0, 0, 0.07);
  5204. --f7-segmented-strong-button-text-color: #000;
  5205. --f7-segmented-strong-button-pressed-bg-color: rgba(0, 0, 0, 0.07);
  5206. --f7-segmented-strong-button-hover-bg-color: rgba(0, 0, 0, 0.04);
  5207. --f7-segmented-strong-button-active-text-color: #000;
  5208. --f7-segmented-strong-button-active-bg-color: #fff;
  5209. }
  5210. :root .theme-dark,
  5211. :root.theme-dark {
  5212. --f7-segmented-strong-bg-color: rgba(255, 255, 255, 0.1);
  5213. --f7-segmented-strong-button-pressed-bg-color: rgba(255, 255, 255, 0.04);
  5214. --f7-segmented-strong-button-hover-bg-color: rgba(255, 255, 255, 0.02);
  5215. --f7-segmented-strong-button-active-bg-color: rgba(255, 255, 255, 0.14);
  5216. --f7-segmented-strong-button-text-color: #fff;
  5217. --f7-segmented-strong-button-active-text-color: #fff;
  5218. }
  5219. .ios {
  5220. --f7-button-font-size: 13px;
  5221. --f7-button-height: 28px;
  5222. --f7-button-padding-horizontal: 10px;
  5223. --f7-button-border-radius: 5px;
  5224. --f7-button-font-weight: 600;
  5225. --f7-button-letter-spacing: 0;
  5226. --f7-button-text-transform: uppercase;
  5227. /*
  5228. --f7-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);
  5229. --f7-button-fill-pressed-bg-color: var(--f7-theme-color-tint);
  5230. */
  5231. --f7-button-large-height: 44px;
  5232. --f7-button-large-font-size: 17px;
  5233. --f7-button-large-font-weight: 500;
  5234. --f7-button-large-text-transform: none;
  5235. --f7-button-small-height: 26px;
  5236. --f7-button-small-font-size: 13px;
  5237. --f7-button-small-font-weight: 600;
  5238. --f7-button-small-text-transform: uppercase;
  5239. --f7-button-small-outline-border-width: 2px;
  5240. --f7-segmented-strong-button-text-transform: none;
  5241. --f7-segmented-strong-button-active-font-weight: 600;
  5242. }
  5243. .md {
  5244. --f7-button-font-size: 14px;
  5245. --f7-button-height: 36px;
  5246. --f7-button-padding-horizontal: 8px;
  5247. --f7-button-border-radius: 4px;
  5248. --f7-button-font-weight: 500;
  5249. --f7-button-letter-spacing: 0.03em;
  5250. --f7-button-text-transform: uppercase;
  5251. /*
  5252. --f7-button-fill-pressed-bg-color: var(--f7-theme-color-shade);
  5253. */
  5254. --f7-button-large-height: 48px;
  5255. --f7-button-large-font-size: 14px;
  5256. --f7-button-large-font-weight: 500;
  5257. --f7-button-large-text-transform: uppercase;
  5258. --f7-button-small-height: 28px;
  5259. --f7-button-small-font-size: 12px;
  5260. --f7-button-small-font-weight: 500;
  5261. --f7-button-small-text-transform: uppercase;
  5262. --f7-button-small-outline-border-width: 2px;
  5263. --f7-segmented-strong-button-text-transform: uppercase;
  5264. --f7-segmented-strong-button-active-font-weight: 500;
  5265. --f7-button-pressed-bg-color: rgba(0, 0, 0, 0.1);
  5266. }
  5267. .md .theme-dark,
  5268. .md.theme-dark {
  5269. --f7-button-pressed-bg-color: rgba(255, 255, 255, 0.1);
  5270. }
  5271. .aurora {
  5272. /*
  5273. --f7-button-hover-bg-color: rgba(var(--f7-theme-color-rgb), .07);
  5274. --f7-button-fill-hover-bg-color: var(--f7-theme-color-tint);
  5275. */
  5276. --f7-button-font-size: 14px;
  5277. --f7-button-height: 28px;
  5278. --f7-button-min-width: 24px;
  5279. --f7-button-padding-horizontal: 10px;
  5280. --f7-button-border-radius: 4px;
  5281. --f7-button-font-weight: 500;
  5282. --f7-button-letter-spacing: 0.02;
  5283. --f7-button-text-transform: none;
  5284. /*
  5285. --f7-button-pressed-bg-color: rgba(var(--f7-theme-color-rgb), .15);
  5286. --f7-button-fill-pressed-bg-color: var(--f7-theme-color-shade);
  5287. */
  5288. --f7-button-large-height: 34px;
  5289. --f7-button-large-font-size: 14px;
  5290. --f7-button-large-font-weight: 600;
  5291. --f7-button-large-text-transform: none;
  5292. --f7-button-small-height: 24px;
  5293. --f7-button-small-font-size: 12px;
  5294. --f7-button-small-font-weight: 600;
  5295. --f7-button-small-text-transform: none;
  5296. --f7-button-small-outline-border-width: 1px;
  5297. --f7-segmented-strong-button-text-transform: none;
  5298. --f7-segmented-strong-button-active-font-weight: 600;
  5299. }
  5300. button {
  5301. -webkit-appearance: none;
  5302. -moz-appearance: none;
  5303. appearance: none;
  5304. width: 100%;
  5305. }
  5306. .button {
  5307. text-decoration: none;
  5308. text-align: center;
  5309. display: block;
  5310. -webkit-appearance: none;
  5311. -moz-appearance: none;
  5312. appearance: none;
  5313. background: none;
  5314. margin: 0;
  5315. white-space: nowrap;
  5316. text-overflow: ellipsis;
  5317. position: relative;
  5318. overflow: hidden;
  5319. font-family: inherit;
  5320. cursor: pointer;
  5321. outline: 0;
  5322. box-sizing: border-box;
  5323. vertical-align: middle;
  5324. justify-content: center;
  5325. align-items: center;
  5326. border: var(--f7-button-border-width, 0px) solid var(--f7-button-border-color, var(--f7-theme-color));
  5327. font-size: var(--f7-button-font-size);
  5328. color: var(--f7-button-text-color, var(--f7-theme-color));
  5329. height: var(--f7-button-height);
  5330. line-height: calc(var(--f7-button-height) - var(--f7-button-border-width, 0) * 2);
  5331. padding: var(--f7-button-padding-vertical, 0px) var(--f7-button-padding-horizontal);
  5332. border-radius: var(--f7-button-border-radius);
  5333. min-width: var(--f7-button-min-width);
  5334. font-weight: var(--f7-button-font-weight);
  5335. letter-spacing: var(--f7-button-letter-spacing);
  5336. text-transform: var(--f7-button-text-transform);
  5337. background-color: var(--f7-button-bg-color);
  5338. box-shadow: var(--f7-button-box-shadow);
  5339. }
  5340. .button.active-state {
  5341. background-color: var(--f7-button-pressed-bg-color, rgba(var(--f7-theme-color-rgb), 0.15));
  5342. color: var(--f7-button-pressed-text-color, var(--f7-button-text-color, var(--f7-theme-color)));
  5343. }
  5344. input[type="submit"].button,
  5345. input[type="button"].button {
  5346. width: 100%;
  5347. }
  5348. .button > i + span,
  5349. .button > span + span,
  5350. .button > span + i,
  5351. .button > i + i {
  5352. margin-left: 4px;
  5353. }
  5354. .subnavbar .button,
  5355. .navbar .button,
  5356. .toolbar .button,
  5357. .searchbar .button,
  5358. .appbar .button {
  5359. color: var(--f7-button-text-color, var(--f7-theme-color));
  5360. }
  5361. .button-round,
  5362. .ios .button-round-ios,
  5363. .md .button-round-md,
  5364. .aurora .button-round-aurora {
  5365. --f7-button-border-radius: var(--f7-button-height);
  5366. }
  5367. .button-fill,
  5368. .ios .button-fill-ios,
  5369. .md .button-fill-md,
  5370. .aurora .button-fill-aurora,
  5371. .button-active,
  5372. .button.tab-link-active {
  5373. --f7-button-bg-color: var(--f7-button-fill-bg-color, var(--f7-theme-color));
  5374. --f7-button-text-color: var(--f7-button-fill-text-color, #fff);
  5375. --f7-touch-ripple-color: var(--f7-touch-ripple-white);
  5376. }
  5377. .button-fill,
  5378. .ios .button-fill-ios,
  5379. .md .button-fill-md,
  5380. .aurora .button-fill-aurora {
  5381. --f7-button-pressed-bg-color: var(--f7-button-fill-pressed-bg-color);
  5382. }
  5383. .button-active,
  5384. .button.tab-link-active {
  5385. --f7-button-pressed-bg-color: var(--f7-button-bg-color);
  5386. }
  5387. .button-outline,
  5388. .ios .button-outline-ios,
  5389. .md .button-outline-md,
  5390. .aurora .button-outline-aurora {
  5391. --f7-button-border-color: var(--f7-button-outline-border-color, var(--f7-theme-color));
  5392. --f7-button-border-width: var(--f7-button-outline-border-width);
  5393. }
  5394. .button-large,
  5395. .ios .button-large-ios,
  5396. .md .button-large-md,
  5397. .aurora .button-large-aurora {
  5398. --f7-button-height: var(--f7-button-large-height);
  5399. --f7-button-font-size: var(--f7-button-large-font-size);
  5400. --f7-button-font-weight: var(--f7-button-large-font-weight);
  5401. --f7-button-text-transform: var(--f7-button-large-text-transform);
  5402. }
  5403. .button-small,
  5404. .ios .button-small-ios,
  5405. .md .button-small-md,
  5406. .aurora .button-small-aurora {
  5407. --f7-button-outline-border-width: var(--f7-button-small-outline-border-width);
  5408. --f7-button-height: var(--f7-button-small-height);
  5409. --f7-button-font-size: var(--f7-button-small-font-size);
  5410. --f7-button-font-weight: var(--f7-button-small-font-weight);
  5411. --f7-button-text-transform: var(--f7-button-small-text-transform);
  5412. }
  5413. .ios .button-small.button-fill,
  5414. .ios .button-small-ios.button-fill,
  5415. .ios .button-small.button-fill-ios {
  5416. --f7-button-border-width: var(--f7-button-small-outline-border-width);
  5417. --f7-button-pressed-text-color: var(--f7-theme-color);
  5418. --f7-button-pressed-bg-color: transparent;
  5419. }
  5420. .segmented {
  5421. align-self: center;
  5422. display: flex;
  5423. flex-wrap: nowrap;
  5424. border-radius: var(--f7-button-border-radius);
  5425. box-shadow: var(--f7-button-box-shadow);
  5426. box-sizing: border-box;
  5427. }
  5428. .segmented .button,
  5429. .segmented button {
  5430. width: 100%;
  5431. flex-shrink: 1;
  5432. min-width: 0;
  5433. border-radius: 0;
  5434. }
  5435. .segmented .button:first-child {
  5436. border-radius: var(--f7-button-border-radius) 0 0 var(--f7-button-border-radius);
  5437. }
  5438. .segmented .button:not(.button-outline):first-child {
  5439. border-left: none;
  5440. }
  5441. .segmented .button.button-outline:nth-child(n + 2) {
  5442. border-left: none;
  5443. }
  5444. .segmented .button:last-child {
  5445. border-radius: 0 var(--f7-button-border-radius) var(--f7-button-border-radius) 0;
  5446. }
  5447. .segmented .button-round:first-child {
  5448. border-radius: var(--f7-button-height) 0 0 var(--f7-button-height);
  5449. }
  5450. .segmented .button-round:last-child {
  5451. border-radius: 0 var(--f7-button-height) var(--f7-button-height) 0;
  5452. }
  5453. .segmented .button:first-child:last-child {
  5454. border-radius: var(--f7-button-border-radius);
  5455. }
  5456. .segmented-raised,
  5457. .ios .segmented-raised-ios,
  5458. .md .segmented-raised-md,
  5459. .aurora .segmented-raised-aurora {
  5460. box-shadow: var(--f7-button-raised-box-shadow);
  5461. }
  5462. .segmented-raised .button:not(.button-outline),
  5463. .ios .segmented-raised-ios .button:not(.button-outline),
  5464. .md .segmented-raised-md .button:not(.button-outline),
  5465. .aurora .segmented-raised-aurora .button:not(.button-outline) {
  5466. border-left: 1px solid var(--f7-segmented-raised-divider-color);
  5467. }
  5468. .button-raised,
  5469. .ios .button-raised-ios,
  5470. .md .button-raised-md,
  5471. .aurora .button-raised-aurora {
  5472. --f7-button-box-shadow: var(--f7-button-raised-box-shadow);
  5473. }
  5474. .button-raised.active-state,
  5475. .ios .button-raised-ios.active-state,
  5476. .md .button-raised-md.active-state,
  5477. .aurora .button-raised-aurora.active-state {
  5478. --f7-button-box-shadow: var(--f7-button-raised-pressed-box-shadow);
  5479. }
  5480. .segmented-strong,
  5481. .ios .segmented-strong-ios,
  5482. .md .segmented-strong-md,
  5483. .aurora .segmented-strong-aurora {
  5484. --f7-button-bg-color: transparent;
  5485. --f7-button-hover-bg-color: var(--f7-segmented-strong-button-hover-bg-color);
  5486. --f7-button-text-color: var(--f7-segmented-strong-button-text-color);
  5487. --f7-button-font-weight: var(--f7-segmented-strong-button-font-weight);
  5488. --f7-button-text-transform: var(--f7-segmented-strong-button-text-transform);
  5489. --f7-button-pressed-bg-color: var(--f7-segmented-strong-button-pressed-bg-color);
  5490. position: relative;
  5491. background: var(--f7-segmented-strong-bg-color);
  5492. border-radius: calc(var(--f7-button-border-radius) + 2px);
  5493. box-shadow: none;
  5494. padding: var(--f7-segmented-strong-padding);
  5495. overflow: hidden;
  5496. }
  5497. .segmented-strong .button,
  5498. .ios .segmented-strong-ios .button,
  5499. .md .segmented-strong-md .button,
  5500. .aurora .segmented-strong-aurora .button {
  5501. z-index: 1;
  5502. transform: translate3d(0, 0, 0);
  5503. }
  5504. .segmented-strong .button,
  5505. .ios .segmented-strong-ios .button,
  5506. .md .segmented-strong-md .button,
  5507. .aurora .segmented-strong-aurora .button,
  5508. .segmented-strong .button:first-child,
  5509. .ios .segmented-strong-ios .button:first-child,
  5510. .md .segmented-strong-md .button:first-child,
  5511. .aurora .segmented-strong-aurora .button:first-child,
  5512. .segmented-strong .button:last-child,
  5513. .ios .segmented-strong-ios .button:last-child,
  5514. .md .segmented-strong-md .button:last-child,
  5515. .aurora .segmented-strong-aurora .button:last-child {
  5516. border-radius: var(--f7-button-border-radius);
  5517. }
  5518. .segmented-strong .button + .button,
  5519. .ios .segmented-strong-ios .button + .button,
  5520. .md .segmented-strong-md .button + .button,
  5521. .aurora .segmented-strong-aurora .button + .button {
  5522. margin-left: var(--f7-segmented-strong-between-buttons);
  5523. }
  5524. .segmented-strong .button.button-active,
  5525. .ios .segmented-strong-ios .button.button-active,
  5526. .md .segmented-strong-md .button.button-active,
  5527. .aurora .segmented-strong-aurora .button.button-active,
  5528. .segmented-strong .button.tab-link-active,
  5529. .ios .segmented-strong-ios .button.tab-link-active,
  5530. .md .segmented-strong-md .button.tab-link-active,
  5531. .aurora .segmented-strong-aurora .button.tab-link-active {
  5532. --f7-button-hover-bg-color: transparent;
  5533. --f7-button-bg-color: transparent;
  5534. --f7-button-text-color: var(--f7-segmented-strong-button-active-text-color);
  5535. --f7-button-font-weight: var(--f7-segmented-strong-button-active-font-weight);
  5536. }
  5537. .segmented-strong .segmented-highlight,
  5538. .ios .segmented-strong-ios .segmented-highlight,
  5539. .md .segmented-strong-md .segmented-highlight,
  5540. .aurora .segmented-strong-aurora .segmented-highlight {
  5541. --f7-segmented-highlight-num: 1;
  5542. --f7-segmented-highlight-active: 0;
  5543. --f7-segmented-highlight-padding: calc(var(--f7-segmented-strong-padding) * 2);
  5544. --f7-segmented-highlight-between: var(--f7-segmented-strong-between-buttons);
  5545. --f7-segmented-highlight-width: calc((100% - var(--f7-segmented-highlight-padding) - var(--f7-segmented-highlight-between) * (var(--f7-segmented-highlight-num) - 1)) / var(--f7-segmented-highlight-num));
  5546. position: absolute;
  5547. background-color: var(--f7-segmented-strong-button-active-bg-color);
  5548. border-radius: var(--f7-button-border-radius);
  5549. box-shadow: var(--f7-segmented-strong-button-active-box-shadow);
  5550. left: var(--f7-segmented-strong-padding);
  5551. top: var(--f7-segmented-strong-padding);
  5552. height: calc(100% - var(--f7-segmented-strong-padding) * 2);
  5553. width: var(--f7-segmented-highlight-width);
  5554. z-index: 0;
  5555. transform: translateX(calc(var(--f7-segmented-highlight-active) * 100% + var(--f7-segmented-highlight-active) * var(--f7-segmented-highlight-between)));
  5556. transition: 200ms;
  5557. }
  5558. .button:nth-child(2) ~ .segmented-highlight {
  5559. --f7-segmented-highlight-num: 2;
  5560. }
  5561. .button:nth-child(3) ~ .segmented-highlight {
  5562. --f7-segmented-highlight-num: 3;
  5563. }
  5564. .button:nth-child(4) ~ .segmented-highlight {
  5565. --f7-segmented-highlight-num: 4;
  5566. }
  5567. .button:nth-child(5) ~ .segmented-highlight {
  5568. --f7-segmented-highlight-num: 5;
  5569. }
  5570. .button:nth-child(6) ~ .segmented-highlight {
  5571. --f7-segmented-highlight-num: 6;
  5572. }
  5573. .button:nth-child(7) ~ .segmented-highlight {
  5574. --f7-segmented-highlight-num: 7;
  5575. }
  5576. .button:nth-child(8) ~ .segmented-highlight {
  5577. --f7-segmented-highlight-num: 8;
  5578. }
  5579. .button:nth-child(9) ~ .segmented-highlight {
  5580. --f7-segmented-highlight-num: 9;
  5581. }
  5582. .button:nth-child(10) ~ .segmented-highlight {
  5583. --f7-segmented-highlight-num: 10;
  5584. }
  5585. .button-active:nth-child(2) ~ .segmented-highlight,
  5586. .tab-link-active:nth-child(2) ~ .segmented-highlight {
  5587. --f7-segmented-highlight-active: 1;
  5588. }
  5589. .button-active:nth-child(3) ~ .segmented-highlight,
  5590. .tab-link-active:nth-child(3) ~ .segmented-highlight {
  5591. --f7-segmented-highlight-active: 2;
  5592. }
  5593. .button-active:nth-child(4) ~ .segmented-highlight,
  5594. .tab-link-active:nth-child(4) ~ .segmented-highlight {
  5595. --f7-segmented-highlight-active: 3;
  5596. }
  5597. .button-active:nth-child(5) ~ .segmented-highlight,
  5598. .tab-link-active:nth-child(5) ~ .segmented-highlight {
  5599. --f7-segmented-highlight-active: 4;
  5600. }
  5601. .button-active:nth-child(6) ~ .segmented-highlight,
  5602. .tab-link-active:nth-child(6) ~ .segmented-highlight {
  5603. --f7-segmented-highlight-active: 5;
  5604. }
  5605. .button-active:nth-child(7) ~ .segmented-highlight,
  5606. .tab-link-active:nth-child(7) ~ .segmented-highlight {
  5607. --f7-segmented-highlight-active: 6;
  5608. }
  5609. .button-active:nth-child(8) ~ .segmented-highlight,
  5610. .tab-link-active:nth-child(8) ~ .segmented-highlight {
  5611. --f7-segmented-highlight-active: 7;
  5612. }
  5613. .button-active:nth-child(9) ~ .segmented-highlight,
  5614. .tab-link-active:nth-child(9) ~ .segmented-highlight {
  5615. --f7-segmented-highlight-active: 8;
  5616. }
  5617. .button-active:nth-child(10) ~ .segmented-highlight,
  5618. .tab-link-active:nth-child(10) ~ .segmented-highlight {
  5619. --f7-segmented-highlight-active: 9;
  5620. }
  5621. .segmented-round,
  5622. .ios .segmented-round-ios,
  5623. .md .segmented-round-md,
  5624. .aurora .segmented-round-aurora {
  5625. border-radius: var(--f7-button-height);
  5626. }
  5627. .segmented-round .segmented-highlight,
  5628. .ios .segmented-round-ios .segmented-highlight,
  5629. .md .segmented-round-md .segmented-highlight,
  5630. .aurora .segmented-round-aurora .segmented-highlight {
  5631. border-radius: var(--f7-button-height);
  5632. }
  5633. .subnavbar .segmented {
  5634. width: 100%;
  5635. }
  5636. .ios .button {
  5637. transition-duration: 100ms;
  5638. }
  5639. .ios .button-fill,
  5640. .ios .button-fill-ios {
  5641. --f7-button-pressed-bg-color: var(--f7-button-fill-pressed-bg-color, var(--f7-theme-color-tint));
  5642. }
  5643. .ios .button-small,
  5644. .ios .button-small-ios {
  5645. transition-duration: 200ms;
  5646. }
  5647. .md .button {
  5648. transition-duration: 300ms;
  5649. transform: translate3d(0, 0, 0);
  5650. }
  5651. .md .button-fill,
  5652. .md .button-fill-md {
  5653. --f7-button-pressed-bg-color: var(--f7-button-fill-pressed-bg-color, var(--f7-theme-color-shade));
  5654. }
  5655. .aurora .button {
  5656. transition-duration: 100ms;
  5657. transform: translate3d(0, 0, 0);
  5658. }
  5659. .aurora.device-desktop .button:not(.active-state):not(.no-hover):hover {
  5660. background-color: var(--f7-button-hover-bg-color, rgba(var(--f7-theme-color-rgb), 0.07));
  5661. }
  5662. .aurora .button-fill,
  5663. .aurora .button-fill-aurora {
  5664. --f7-button-pressed-bg-color: var(--f7-button-fill-pressed-bg-color, var(--f7-theme-color-shade));
  5665. }
  5666. .aurora .button-fill,
  5667. .aurora .button-active,
  5668. .aurora .button.tab-link-active,
  5669. .aurora .button-fill-aurora {
  5670. --f7-button-hover-bg-color: var(--f7-button-fill-hover-bg-color, var(--f7-theme-color-tint));
  5671. }
  5672. /* === Touch Ripple === */
  5673. :root {
  5674. --f7-touch-ripple-black: rgba(0, 0, 0, 0.1);
  5675. --f7-touch-ripple-white: rgba(255, 255, 255, 0.3);
  5676. --f7-touch-ripple-color: var(--f7-touch-ripple-black);
  5677. }
  5678. .theme-dark {
  5679. --f7-touch-ripple-color: var(--f7-touch-ripple-white);
  5680. }
  5681. .ripple,
  5682. .fab a,
  5683. .link,
  5684. .item-link,
  5685. .list-button,
  5686. .button,
  5687. .dialog-button,
  5688. .tab-link,
  5689. .radio,
  5690. .checkbox,
  5691. .actions-button,
  5692. .speed-dial-buttons a {
  5693. -webkit-user-select: none;
  5694. -moz-user-select: none;
  5695. user-select: none;
  5696. }
  5697. .ripple-wave {
  5698. left: 0;
  5699. top: 0;
  5700. position: absolute !important;
  5701. border-radius: 50%;
  5702. pointer-events: none;
  5703. z-index: -1;
  5704. padding: 0;
  5705. margin: 0;
  5706. font-size: 0;
  5707. transform: translate3d(0px, 0px, 0) scale(0);
  5708. transition-duration: 1400ms;
  5709. background-color: var(--f7-touch-ripple-color);
  5710. }
  5711. .ripple-wave.ripple-wave-fill {
  5712. transition-duration: 300ms;
  5713. opacity: 0.35;
  5714. }
  5715. .ripple-wave.ripple-wave-out {
  5716. transition-duration: 600ms;
  5717. opacity: 0;
  5718. }
  5719. .button-fill .ripple-wave,
  5720. .picker-calendar-day .ripple-wave,
  5721. .menu .ripple-wave {
  5722. z-index: 1;
  5723. }
  5724. .checkbox .ripple-wave,
  5725. .radio .ripple-wave,
  5726. .data-table .sortable-cell .ripple-wave {
  5727. z-index: 0;
  5728. }
  5729. [class*="ripple-color-"] {
  5730. --f7-touch-ripple-color: var(--f7-theme-color-ripple-color);
  5731. }
  5732. /* === Icon === */
  5733. .f7-icons,
  5734. .material-icons {
  5735. width: 1em;
  5736. height: 1em;
  5737. }
  5738. i.icon {
  5739. display: inline-block;
  5740. vertical-align: middle;
  5741. background-size: 100% auto;
  5742. background-position: center;
  5743. background-repeat: no-repeat;
  5744. font-style: normal;
  5745. position: relative;
  5746. }
  5747. .icon-back:after,
  5748. .icon-prev:after,
  5749. .icon-forward:after,
  5750. .icon-next:after {
  5751. font-family: 'framework7-core-icons';
  5752. font-weight: normal;
  5753. font-style: normal;
  5754. line-height: 1;
  5755. letter-spacing: normal;
  5756. text-transform: none;
  5757. white-space: nowrap;
  5758. word-wrap: normal;
  5759. direction: ltr;
  5760. -webkit-font-smoothing: antialiased;
  5761. text-rendering: optimizeLegibility;
  5762. -moz-osx-font-smoothing: grayscale;
  5763. font-feature-settings: "liga";
  5764. text-align: center;
  5765. display: block;
  5766. width: 100%;
  5767. height: 100%;
  5768. font-size: 20px;
  5769. }
  5770. .icon[class*="color-"] {
  5771. color: var(--f7-theme-color);
  5772. }
  5773. .ios .icon-back,
  5774. .ios .icon-prev,
  5775. .ios .icon-forward,
  5776. .ios .icon-next {
  5777. width: 12px;
  5778. height: 20px;
  5779. line-height: 20px;
  5780. }
  5781. .ios .icon-back:after,
  5782. .ios .icon-prev:after,
  5783. .ios .icon-forward:after,
  5784. .ios .icon-next:after {
  5785. line-height: inherit;
  5786. }
  5787. .ios .icon-prev:after,
  5788. .ios .icon-next:after {
  5789. font-size: 16px;
  5790. }
  5791. .ios .icon-back:after,
  5792. .ios .icon-prev:after {
  5793. content: 'chevron_left_ios';
  5794. }
  5795. .ios .icon-forward:after,
  5796. .ios .icon-next:after {
  5797. content: 'chevron_right_ios';
  5798. }
  5799. .md .icon-back,
  5800. .md .icon-forward,
  5801. .md .icon-next,
  5802. .md .icon-prev {
  5803. width: 24px;
  5804. height: 24px;
  5805. }
  5806. .md .icon-back:after,
  5807. .md .icon-forward:after,
  5808. .md .icon-next:after,
  5809. .md .icon-prev:after {
  5810. line-height: 1.2;
  5811. }
  5812. .md .icon-back:after {
  5813. content: 'arrow_left_md';
  5814. }
  5815. .md .icon-forward:after {
  5816. content: 'arrow_right_md';
  5817. }
  5818. .md .icon-next:after {
  5819. content: 'chevron_right_md';
  5820. }
  5821. .md .icon-prev:after {
  5822. content: 'chevron_left_md';
  5823. }
  5824. .aurora .f7-icons,
  5825. .aurora .material-icons {
  5826. font-size: 18px;
  5827. }
  5828. .aurora .icon-back,
  5829. .aurora .icon-prev,
  5830. .aurora .icon-forward,
  5831. .aurora .icon-next {
  5832. width: 9px;
  5833. height: 14px;
  5834. line-height: 14px;
  5835. }
  5836. .aurora .icon-back:after,
  5837. .aurora .icon-prev:after,
  5838. .aurora .icon-forward:after,
  5839. .aurora .icon-next:after {
  5840. line-height: inherit;
  5841. }
  5842. .aurora .icon-back:after,
  5843. .aurora .icon-prev:after {
  5844. content: 'chevron_left_aurora';
  5845. }
  5846. .aurora .icon-forward:after,
  5847. .aurora .icon-next:after {
  5848. content: 'chevron_right_aurora';
  5849. }
  5850. .custom-modal-backdrop {
  5851. z-index: 10500;
  5852. }
  5853. .custom-modal-backdrop,
  5854. .actions-backdrop,
  5855. .dialog-backdrop,
  5856. .popover-backdrop,
  5857. .popup-backdrop,
  5858. .preloader-backdrop,
  5859. .sheet-backdrop,
  5860. .fab-backdrop {
  5861. position: absolute;
  5862. left: 0;
  5863. top: 0;
  5864. width: 100%;
  5865. height: 100%;
  5866. background: rgba(0, 0, 0, 0.4);
  5867. z-index: 13000;
  5868. visibility: hidden;
  5869. opacity: 0;
  5870. transition-duration: 400ms;
  5871. }
  5872. .custom-modal-backdrop.not-animated,
  5873. .actions-backdrop.not-animated,
  5874. .dialog-backdrop.not-animated,
  5875. .popover-backdrop.not-animated,
  5876. .popup-backdrop.not-animated,
  5877. .preloader-backdrop.not-animated,
  5878. .sheet-backdrop.not-animated,
  5879. .fab-backdrop.not-animated {
  5880. transition-duration: 0ms;
  5881. }
  5882. .custom-modal-backdrop.backdrop-in,
  5883. .actions-backdrop.backdrop-in,
  5884. .dialog-backdrop.backdrop-in,
  5885. .popover-backdrop.backdrop-in,
  5886. .popup-backdrop.backdrop-in,
  5887. .preloader-backdrop.backdrop-in,
  5888. .sheet-backdrop.backdrop-in,
  5889. .fab-backdrop.backdrop-in {
  5890. visibility: visible;
  5891. opacity: 1;
  5892. }