You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

svg-with-js.css 8.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. /*!
  2. * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
  3. * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  4. */
  5. svg:not(:root).svg-inline--fa {
  6. overflow: visible;
  7. }
  8. .svg-inline--fa {
  9. display: inline-block;
  10. font-size: inherit;
  11. height: 1em;
  12. overflow: visible;
  13. vertical-align: -.125em;
  14. }
  15. .svg-inline--fa.fa-lg {
  16. vertical-align: -.225em;
  17. }
  18. .svg-inline--fa.fa-w-1 {
  19. width: 0.0625em;
  20. }
  21. .svg-inline--fa.fa-w-2 {
  22. width: 0.125em;
  23. }
  24. .svg-inline--fa.fa-w-3 {
  25. width: 0.1875em;
  26. }
  27. .svg-inline--fa.fa-w-4 {
  28. width: 0.25em;
  29. }
  30. .svg-inline--fa.fa-w-5 {
  31. width: 0.3125em;
  32. }
  33. .svg-inline--fa.fa-w-6 {
  34. width: 0.375em;
  35. }
  36. .svg-inline--fa.fa-w-7 {
  37. width: 0.4375em;
  38. }
  39. .svg-inline--fa.fa-w-8 {
  40. width: 0.5em;
  41. }
  42. .svg-inline--fa.fa-w-9 {
  43. width: 0.5625em;
  44. }
  45. .svg-inline--fa.fa-w-10 {
  46. width: 0.625em;
  47. }
  48. .svg-inline--fa.fa-w-11 {
  49. width: 0.6875em;
  50. }
  51. .svg-inline--fa.fa-w-12 {
  52. width: 0.75em;
  53. }
  54. .svg-inline--fa.fa-w-13 {
  55. width: 0.8125em;
  56. }
  57. .svg-inline--fa.fa-w-14 {
  58. width: 0.875em;
  59. }
  60. .svg-inline--fa.fa-w-15 {
  61. width: 0.9375em;
  62. }
  63. .svg-inline--fa.fa-w-16 {
  64. width: 1em;
  65. }
  66. .svg-inline--fa.fa-w-17 {
  67. width: 1.0625em;
  68. }
  69. .svg-inline--fa.fa-w-18 {
  70. width: 1.125em;
  71. }
  72. .svg-inline--fa.fa-w-19 {
  73. width: 1.1875em;
  74. }
  75. .svg-inline--fa.fa-w-20 {
  76. width: 1.25em;
  77. }
  78. .svg-inline--fa.fa-pull-left {
  79. margin-right: .3em;
  80. width: auto;
  81. }
  82. .svg-inline--fa.fa-pull-right {
  83. margin-left: .3em;
  84. width: auto;
  85. }
  86. .svg-inline--fa.fa-border {
  87. height: 1.5em;
  88. }
  89. .svg-inline--fa.fa-li {
  90. width: 2em;
  91. }
  92. .svg-inline--fa.fa-fw {
  93. width: 1.25em;
  94. }
  95. .fa-layers svg.svg-inline--fa {
  96. bottom: 0;
  97. left: 0;
  98. margin: auto;
  99. position: absolute;
  100. right: 0;
  101. top: 0;
  102. }
  103. .fa-layers {
  104. display: inline-block;
  105. height: 1em;
  106. position: relative;
  107. text-align: center;
  108. vertical-align: -.125em;
  109. width: 1em;
  110. }
  111. .fa-layers svg.svg-inline--fa {
  112. -webkit-transform-origin: center center;
  113. transform-origin: center center;
  114. }
  115. .fa-layers-text, .fa-layers-counter {
  116. display: inline-block;
  117. position: absolute;
  118. text-align: center;
  119. }
  120. .fa-layers-text {
  121. left: 50%;
  122. top: 50%;
  123. -webkit-transform: translate(-50%, -50%);
  124. transform: translate(-50%, -50%);
  125. -webkit-transform-origin: center center;
  126. transform-origin: center center;
  127. }
  128. .fa-layers-counter {
  129. background-color: #ff253a;
  130. border-radius: 1em;
  131. -webkit-box-sizing: border-box;
  132. box-sizing: border-box;
  133. color: #fff;
  134. height: 1.5em;
  135. line-height: 1;
  136. max-width: 5em;
  137. min-width: 1.5em;
  138. overflow: hidden;
  139. padding: .25em;
  140. right: 0;
  141. text-overflow: ellipsis;
  142. top: 0;
  143. -webkit-transform: scale(0.25);
  144. transform: scale(0.25);
  145. -webkit-transform-origin: top right;
  146. transform-origin: top right;
  147. }
  148. .fa-layers-bottom-right {
  149. bottom: 0;
  150. right: 0;
  151. top: auto;
  152. -webkit-transform: scale(0.25);
  153. transform: scale(0.25);
  154. -webkit-transform-origin: bottom right;
  155. transform-origin: bottom right;
  156. }
  157. .fa-layers-bottom-left {
  158. bottom: 0;
  159. left: 0;
  160. right: auto;
  161. top: auto;
  162. -webkit-transform: scale(0.25);
  163. transform: scale(0.25);
  164. -webkit-transform-origin: bottom left;
  165. transform-origin: bottom left;
  166. }
  167. .fa-layers-top-right {
  168. right: 0;
  169. top: 0;
  170. -webkit-transform: scale(0.25);
  171. transform: scale(0.25);
  172. -webkit-transform-origin: top right;
  173. transform-origin: top right;
  174. }
  175. .fa-layers-top-left {
  176. left: 0;
  177. right: auto;
  178. top: 0;
  179. -webkit-transform: scale(0.25);
  180. transform: scale(0.25);
  181. -webkit-transform-origin: top left;
  182. transform-origin: top left;
  183. }
  184. .fa-lg {
  185. font-size: 1.33333em;
  186. line-height: 0.75em;
  187. vertical-align: -.0667em;
  188. }
  189. .fa-xs {
  190. font-size: .75em;
  191. }
  192. .fa-sm {
  193. font-size: .875em;
  194. }
  195. .fa-1x {
  196. font-size: 1em;
  197. }
  198. .fa-2x {
  199. font-size: 2em;
  200. }
  201. .fa-3x {
  202. font-size: 3em;
  203. }
  204. .fa-4x {
  205. font-size: 4em;
  206. }
  207. .fa-5x {
  208. font-size: 5em;
  209. }
  210. .fa-6x {
  211. font-size: 6em;
  212. }
  213. .fa-7x {
  214. font-size: 7em;
  215. }
  216. .fa-8x {
  217. font-size: 8em;
  218. }
  219. .fa-9x {
  220. font-size: 9em;
  221. }
  222. .fa-10x {
  223. font-size: 10em;
  224. }
  225. .fa-fw {
  226. text-align: center;
  227. width: 1.25em;
  228. }
  229. .fa-ul {
  230. list-style-type: none;
  231. margin-left: 2.5em;
  232. padding-left: 0;
  233. }
  234. .fa-ul > li {
  235. position: relative;
  236. }
  237. .fa-li {
  238. left: -2em;
  239. position: absolute;
  240. text-align: center;
  241. width: 2em;
  242. line-height: inherit;
  243. }
  244. .fa-border {
  245. border: solid 0.08em #eee;
  246. border-radius: .1em;
  247. padding: .2em .25em .15em;
  248. }
  249. .fa-pull-left {
  250. float: left;
  251. }
  252. .fa-pull-right {
  253. float: right;
  254. }
  255. .fa.fa-pull-left,
  256. .fas.fa-pull-left,
  257. .far.fa-pull-left,
  258. .fal.fa-pull-left,
  259. .fab.fa-pull-left {
  260. margin-right: .3em;
  261. }
  262. .fa.fa-pull-right,
  263. .fas.fa-pull-right,
  264. .far.fa-pull-right,
  265. .fal.fa-pull-right,
  266. .fab.fa-pull-right {
  267. margin-left: .3em;
  268. }
  269. .fa-spin {
  270. -webkit-animation: fa-spin 2s infinite linear;
  271. animation: fa-spin 2s infinite linear;
  272. }
  273. .fa-pulse {
  274. -webkit-animation: fa-spin 1s infinite steps(8);
  275. animation: fa-spin 1s infinite steps(8);
  276. }
  277. @-webkit-keyframes fa-spin {
  278. 0% {
  279. -webkit-transform: rotate(0deg);
  280. transform: rotate(0deg);
  281. }
  282. 100% {
  283. -webkit-transform: rotate(360deg);
  284. transform: rotate(360deg);
  285. }
  286. }
  287. @keyframes fa-spin {
  288. 0% {
  289. -webkit-transform: rotate(0deg);
  290. transform: rotate(0deg);
  291. }
  292. 100% {
  293. -webkit-transform: rotate(360deg);
  294. transform: rotate(360deg);
  295. }
  296. }
  297. .fa-rotate-90 {
  298. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  299. -webkit-transform: rotate(90deg);
  300. transform: rotate(90deg);
  301. }
  302. .fa-rotate-180 {
  303. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  304. -webkit-transform: rotate(180deg);
  305. transform: rotate(180deg);
  306. }
  307. .fa-rotate-270 {
  308. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  309. -webkit-transform: rotate(270deg);
  310. transform: rotate(270deg);
  311. }
  312. .fa-flip-horizontal {
  313. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  314. -webkit-transform: scale(-1, 1);
  315. transform: scale(-1, 1);
  316. }
  317. .fa-flip-vertical {
  318. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  319. -webkit-transform: scale(1, -1);
  320. transform: scale(1, -1);
  321. }
  322. .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  323. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  324. -webkit-transform: scale(-1, -1);
  325. transform: scale(-1, -1);
  326. }
  327. :root .fa-rotate-90,
  328. :root .fa-rotate-180,
  329. :root .fa-rotate-270,
  330. :root .fa-flip-horizontal,
  331. :root .fa-flip-vertical,
  332. :root .fa-flip-both {
  333. -webkit-filter: none;
  334. filter: none;
  335. }
  336. .fa-stack {
  337. display: inline-block;
  338. height: 2em;
  339. position: relative;
  340. width: 2.5em;
  341. }
  342. .fa-stack-1x,
  343. .fa-stack-2x {
  344. bottom: 0;
  345. left: 0;
  346. margin: auto;
  347. position: absolute;
  348. right: 0;
  349. top: 0;
  350. }
  351. .svg-inline--fa.fa-stack-1x {
  352. height: 1em;
  353. width: 1.25em;
  354. }
  355. .svg-inline--fa.fa-stack-2x {
  356. height: 2em;
  357. width: 2.5em;
  358. }
  359. .fa-inverse {
  360. color: #fff;
  361. }
  362. .sr-only {
  363. border: 0;
  364. clip: rect(0, 0, 0, 0);
  365. height: 1px;
  366. margin: -1px;
  367. overflow: hidden;
  368. padding: 0;
  369. position: absolute;
  370. width: 1px;
  371. }
  372. .sr-only-focusable:active, .sr-only-focusable:focus {
  373. clip: auto;
  374. height: auto;
  375. margin: 0;
  376. overflow: visible;
  377. position: static;
  378. width: auto;
  379. }
  380. .svg-inline--fa .fa-primary {
  381. fill: var(--fa-primary-color, currentColor);
  382. opacity: 1;
  383. opacity: var(--fa-primary-opacity, 1);
  384. }
  385. .svg-inline--fa .fa-secondary {
  386. fill: var(--fa-secondary-color, currentColor);
  387. opacity: 0.4;
  388. opacity: var(--fa-secondary-opacity, 0.4);
  389. }
  390. .svg-inline--fa.fa-swap-opacity .fa-primary {
  391. opacity: 0.4;
  392. opacity: var(--fa-secondary-opacity, 0.4);
  393. }
  394. .svg-inline--fa.fa-swap-opacity .fa-secondary {
  395. opacity: 1;
  396. opacity: var(--fa-primary-opacity, 1);
  397. }
  398. .svg-inline--fa mask .fa-primary,
  399. .svg-inline--fa mask .fa-secondary {
  400. fill: black;
  401. }
  402. .fad.fa-inverse {
  403. color: #fff;
  404. }