tabler-vendors.css 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504
  1. /*!
  2. * Tabler v1.0.0-beta20 (https://tabler.io)
  3. * @version 1.0.0-beta20
  4. * @link https://tabler.io
  5. * Copyright 2018-2023 The Tabler Authors
  6. * Copyright 2018-2023 codecalm.net Paweł Kuna
  7. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  8. */
  9. /* prettier-ignore */
  10. /* prettier-ignore */
  11. /* Functional styling;
  12. * These styles are required for noUiSlider to function.
  13. * You don't need to change these rules to apply your design.
  14. */
  15. .noUi-target,
  16. .noUi-target * {
  17. -webkit-touch-callout: none;
  18. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  19. -webkit-user-select: none;
  20. touch-action: none;
  21. -ms-user-select: none;
  22. -moz-user-select: none;
  23. user-select: none;
  24. box-sizing: border-box;
  25. }
  26. .noUi-target {
  27. position: relative;
  28. }
  29. .noUi-base,
  30. .noUi-connects {
  31. width: 100%;
  32. height: 100%;
  33. position: relative;
  34. z-index: 1;
  35. }
  36. /* Wrapper for all connect elements.
  37. */
  38. .noUi-connects {
  39. overflow: hidden;
  40. z-index: 0;
  41. }
  42. .noUi-connect,
  43. .noUi-origin {
  44. will-change: transform;
  45. position: absolute;
  46. z-index: 1;
  47. top: 0;
  48. right: 0;
  49. height: 100%;
  50. width: 100%;
  51. -ms-transform-origin: 0 0;
  52. -webkit-transform-origin: 0 0;
  53. -webkit-transform-style: preserve-3d;
  54. transform-origin: 0 0;
  55. transform-style: flat;
  56. }
  57. /* Offset direction
  58. */
  59. .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  60. left: 0;
  61. right: auto;
  62. }
  63. /* Give origins 0 height/width so they don't interfere with clicking the
  64. * connect elements.
  65. */
  66. .noUi-vertical .noUi-origin {
  67. top: -100%;
  68. width: 0;
  69. }
  70. .noUi-horizontal .noUi-origin {
  71. height: 0;
  72. }
  73. .noUi-handle {
  74. -webkit-backface-visibility: hidden;
  75. backface-visibility: hidden;
  76. position: absolute;
  77. }
  78. .noUi-touch-area {
  79. height: 100%;
  80. width: 100%;
  81. }
  82. .noUi-state-tap .noUi-connect,
  83. .noUi-state-tap .noUi-origin {
  84. transition: transform 0.3s;
  85. }
  86. .noUi-state-drag * {
  87. cursor: inherit !important;
  88. }
  89. /* Slider size and handle placement;
  90. */
  91. .noUi-horizontal {
  92. height: 18px;
  93. }
  94. .noUi-horizontal .noUi-handle {
  95. width: 34px;
  96. height: 28px;
  97. right: -17px;
  98. top: -6px;
  99. }
  100. .noUi-vertical {
  101. width: 18px;
  102. }
  103. .noUi-vertical .noUi-handle {
  104. width: 28px;
  105. height: 34px;
  106. right: -6px;
  107. bottom: -17px;
  108. }
  109. .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  110. left: -17px;
  111. right: auto;
  112. }
  113. /* Styling;
  114. * Giving the connect element a border radius causes issues with using transform: scale
  115. */
  116. .noUi-target {
  117. background: #FAFAFA;
  118. border-radius: 4px;
  119. border: 1px solid #D3D3D3;
  120. box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  121. }
  122. .noUi-connects {
  123. border-radius: 3px;
  124. }
  125. .noUi-connect {
  126. background: #3FB8AF;
  127. }
  128. /* Handles and cursors;
  129. */
  130. .noUi-draggable {
  131. cursor: ew-resize;
  132. }
  133. .noUi-vertical .noUi-draggable {
  134. cursor: ns-resize;
  135. }
  136. .noUi-handle {
  137. border: 1px solid #D9D9D9;
  138. border-radius: 3px;
  139. background: #FFF;
  140. cursor: default;
  141. box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  142. }
  143. .noUi-active {
  144. box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  145. }
  146. /* Handle stripes;
  147. */
  148. .noUi-handle:before,
  149. .noUi-handle:after {
  150. content: "";
  151. display: block;
  152. position: absolute;
  153. height: 14px;
  154. width: 1px;
  155. background: #E8E7E6;
  156. left: 14px;
  157. top: 6px;
  158. }
  159. .noUi-handle:after {
  160. left: 17px;
  161. }
  162. .noUi-vertical .noUi-handle:before,
  163. .noUi-vertical .noUi-handle:after {
  164. width: 14px;
  165. height: 1px;
  166. left: 6px;
  167. top: 14px;
  168. }
  169. .noUi-vertical .noUi-handle:after {
  170. top: 17px;
  171. }
  172. /* Disabled state;
  173. */
  174. [disabled] .noUi-connect {
  175. background: #B8B8B8;
  176. }
  177. [disabled].noUi-target,
  178. [disabled].noUi-handle,
  179. [disabled] .noUi-handle {
  180. cursor: not-allowed;
  181. }
  182. /* Base;
  183. *
  184. */
  185. .noUi-pips,
  186. .noUi-pips * {
  187. box-sizing: border-box;
  188. }
  189. .noUi-pips {
  190. position: absolute;
  191. color: #999;
  192. }
  193. /* Values;
  194. *
  195. */
  196. .noUi-value {
  197. position: absolute;
  198. white-space: nowrap;
  199. text-align: center;
  200. }
  201. .noUi-value-sub {
  202. color: #ccc;
  203. font-size: 10px;
  204. }
  205. /* Markings;
  206. *
  207. */
  208. .noUi-marker {
  209. position: absolute;
  210. background: #CCC;
  211. }
  212. .noUi-marker-sub {
  213. background: #AAA;
  214. }
  215. .noUi-marker-large {
  216. background: #AAA;
  217. }
  218. /* Horizontal layout;
  219. *
  220. */
  221. .noUi-pips-horizontal {
  222. padding: 10px 0;
  223. height: 80px;
  224. top: 100%;
  225. left: 0;
  226. width: 100%;
  227. }
  228. .noUi-value-horizontal {
  229. transform: translate(-50%, 50%);
  230. }
  231. .noUi-rtl .noUi-value-horizontal {
  232. transform: translate(50%, 50%);
  233. }
  234. .noUi-marker-horizontal.noUi-marker {
  235. margin-left: -1px;
  236. width: 2px;
  237. height: 5px;
  238. }
  239. .noUi-marker-horizontal.noUi-marker-sub {
  240. height: 10px;
  241. }
  242. .noUi-marker-horizontal.noUi-marker-large {
  243. height: 15px;
  244. }
  245. /* Vertical layout;
  246. *
  247. */
  248. .noUi-pips-vertical {
  249. padding: 0 10px;
  250. height: 100%;
  251. top: 0;
  252. left: 100%;
  253. }
  254. .noUi-value-vertical {
  255. transform: translate(0, -50%);
  256. padding-left: 25px;
  257. }
  258. .noUi-rtl .noUi-value-vertical {
  259. transform: translate(0, 50%);
  260. }
  261. .noUi-marker-vertical.noUi-marker {
  262. width: 5px;
  263. height: 2px;
  264. margin-top: -1px;
  265. }
  266. .noUi-marker-vertical.noUi-marker-sub {
  267. width: 10px;
  268. }
  269. .noUi-marker-vertical.noUi-marker-large {
  270. width: 15px;
  271. }
  272. .noUi-tooltip {
  273. display: block;
  274. position: absolute;
  275. border: 1px solid #D9D9D9;
  276. border-radius: 3px;
  277. background: #fff;
  278. color: #000;
  279. padding: 5px;
  280. text-align: center;
  281. white-space: nowrap;
  282. }
  283. .noUi-horizontal .noUi-tooltip {
  284. transform: translate(-50%, 0);
  285. left: 50%;
  286. bottom: 120%;
  287. }
  288. .noUi-vertical .noUi-tooltip {
  289. transform: translate(0, -50%);
  290. top: 50%;
  291. right: 120%;
  292. }
  293. .noUi-horizontal .noUi-origin > .noUi-tooltip {
  294. transform: translate(50%, 0);
  295. left: auto;
  296. bottom: 10px;
  297. }
  298. .noUi-vertical .noUi-origin > .noUi-tooltip {
  299. transform: translate(0, -18px);
  300. top: auto;
  301. right: 28px;
  302. }
  303. .noUi-target {
  304. border: 0;
  305. box-shadow: none;
  306. background: none;
  307. border-radius: 0;
  308. color: var(--tblr-primary);
  309. }
  310. .noUi-horizontal {
  311. height: 1.25rem;
  312. padding: 0.5rem 0;
  313. }
  314. .noUi-base {
  315. background: var(--tblr-border-color);
  316. border-radius: 1rem;
  317. }
  318. .noUi-handle {
  319. width: 1rem;
  320. height: 1rem;
  321. border: 2px var(--tblr-border-style) #ffffff;
  322. box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  323. border-radius: 1rem;
  324. background: currentColor;
  325. outline: 0;
  326. }
  327. .noUi-handle:before, .noUi-handle:after {
  328. content: none;
  329. }
  330. .noUi-horizontal .noUi-handle {
  331. width: 1rem;
  332. height: 1rem;
  333. top: -0.5rem;
  334. right: -0.5rem;
  335. margin: 1px 1px 0 0;
  336. }
  337. .noUi-handle.noUi-active, .noUi-handle:focus {
  338. box-shadow: 0 0 0 1px #f6f8fb, 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  339. }
  340. .noUi-connect {
  341. background: currentColor;
  342. }
  343. .litepicker {
  344. --litepicker-month-weekday-color: var(--tblr-secondary);
  345. --litepicker-button-prev-month-color: var(--tblr-secondary);
  346. --litepicker-button-next-month-color: var(--tblr-secondary);
  347. --litepicker-button-prev-month-color-hover: var(--tblr-primary);
  348. --litepicker-button-next-month-color-hover: var(--tblr-primary);
  349. --litepicker-day-color: var(--tblr-body-color);
  350. --litepicker-day-color-hover: var(--tblr-primary);
  351. --litepicker-is-end-color-bg: var(--tblr-primary);
  352. --litepicker-is-today-color: var(--tblr-primary);
  353. --litepicker-month-header-color: var(--tblr-body-color);
  354. --litepicker-container-months-color-bg: var(--tblr-bg-surface);
  355. font: inherit;
  356. -webkit-user-select: none;
  357. -moz-user-select: none;
  358. -ms-user-select: none;
  359. user-select: none;
  360. }
  361. .litepicker svg {
  362. fill: none !important;
  363. }
  364. .litepicker .container__main {
  365. border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  366. border-radius: var(--tblr-border-radius);
  367. box-shadow: none;
  368. }
  369. .litepicker .container__months .month-item-name,
  370. .litepicker .container__months .month-item-year {
  371. font-weight: var(--tblr-font-weight-medium) !important;
  372. }
  373. .litepicker .container__months .button-next-month,
  374. .litepicker .container__months .button-prev-month {
  375. cursor: pointer !important;
  376. }
  377. .litepicker .container__months .month-item-weekdays-row > div {
  378. padding: 0.5rem 0 !important;
  379. font-size: 0.75rem;
  380. }
  381. .litepicker .container__days .day-item {
  382. cursor: pointer !important;
  383. padding: 0.5rem 0 !important;
  384. transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  385. }
  386. @media (prefers-reduced-motion: reduce) {
  387. .litepicker .container__days .day-item {
  388. transition: none;
  389. }
  390. }
  391. .datepicker-inline .litepicker {
  392. box-shadow: var(--tblr-box-shadow-input);
  393. }
  394. .datepicker-inline .litepicker .container__months {
  395. box-shadow: none;
  396. background-color: var(--tblr-bg-forms);
  397. }
  398. /**
  399. * Tom Select bootstrap 5
  400. */
  401. /**
  402. * tom-select.css (v//@@version)
  403. * Copyright (c) contributors
  404. *
  405. * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
  406. * file except in compliance with the License. You may obtain a copy of the License at:
  407. * http://www.apache.org/licenses/LICENSE-2.0
  408. *
  409. * Unless required by applicable law or agreed to in writing, software distributed under
  410. * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
  411. * ANY KIND, either express or implied. See the License for the specific language
  412. * governing permissions and limitations under the License.
  413. *
  414. */
  415. :root {
  416. --ts-pr-clear-button: 0;
  417. --ts-pr-caret: 0;
  418. --ts-pr-min: .75rem;
  419. }
  420. .ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  421. cursor: pointer;
  422. }
  423. .ts-control {
  424. padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
  425. }
  426. .ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  427. visibility: visible !important;
  428. background: #f2f2f2 !important;
  429. background: rgba(0, 0, 0, 0.06) !important;
  430. border: 0 none !important;
  431. box-shadow: inset 0 0 12px 4px #fff;
  432. }
  433. .ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
  434. content: "!";
  435. visibility: hidden;
  436. }
  437. .ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  438. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  439. }
  440. .plugin-checkbox_options .option input {
  441. margin-right: 0.5rem;
  442. }
  443. .plugin-clear_button {
  444. --ts-pr-clear-button: 1em;
  445. }
  446. .plugin-clear_button .clear-button {
  447. opacity: 0;
  448. position: absolute;
  449. top: 50%;
  450. transform: translateY(-50%);
  451. right: calc(0.75rem - 5px);
  452. margin-right: 0 !important;
  453. background: transparent !important;
  454. transition: opacity 0.5s;
  455. cursor: pointer;
  456. }
  457. .plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  458. right: max( var(--ts-pr-caret), 0.75rem);
  459. }
  460. .plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  461. opacity: 1;
  462. }
  463. .ts-wrapper .dropdown-header {
  464. position: relative;
  465. padding: 6px 0.75rem;
  466. border-bottom: 1px solid #d0d0d0;
  467. background: #f8f8f8;
  468. border-radius: var(--tblr-border-radius) var(--tblr-border-radius) 0 0;
  469. }
  470. .ts-wrapper .dropdown-header-close {
  471. position: absolute;
  472. right: 0.75rem;
  473. top: 50%;
  474. color: #182433;
  475. opacity: 0.4;
  476. margin-top: -12px;
  477. line-height: 20px;
  478. font-size: 20px !important;
  479. }
  480. .ts-wrapper .dropdown-header-close:hover {
  481. color: black;
  482. }
  483. .plugin-dropdown_input.focus.dropdown-active .ts-control {
  484. box-shadow: none;
  485. border: 1px solid var(--tblr-border-color);
  486. box-shadow: var(--tblr-box-shadow-input);
  487. }
  488. .plugin-dropdown_input .dropdown-input {
  489. border: 1px solid #d0d0d0;
  490. border-width: 0 0 1px 0;
  491. display: block;
  492. padding: 0.5625rem 0.75rem;
  493. box-shadow: none;
  494. width: 100%;
  495. background: transparent;
  496. }
  497. .plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  498. border-color: #80aad3;
  499. outline: 0;
  500. box-shadow: var(--tblr-box-shadow-input), 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  501. }
  502. .plugin-dropdown_input .items-placeholder {
  503. border: 0 none !important;
  504. box-shadow: none !important;
  505. width: 100%;
  506. }
  507. .plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  508. display: none !important;
  509. }
  510. .ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  511. min-width: 0;
  512. }
  513. .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  514. flex: none;
  515. min-width: 4px;
  516. }
  517. .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-webkit-input-placeholder {
  518. color: transparent;
  519. }
  520. .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input:-ms-input-placeholder {
  521. color: transparent;
  522. }
  523. .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  524. color: transparent;
  525. }
  526. .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  527. color: transparent;
  528. }
  529. .ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  530. display: flex;
  531. }
  532. .ts-dropdown.plugin-optgroup_columns .optgroup {
  533. border-right: 1px solid #f2f2f2;
  534. border-top: 0 none;
  535. flex-grow: 1;
  536. flex-basis: 0;
  537. min-width: 0;
  538. }
  539. .ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  540. border-right: 0 none;
  541. }
  542. .ts-dropdown.plugin-optgroup_columns .optgroup:before {
  543. display: none;
  544. }
  545. .ts-dropdown.plugin-optgroup_columns .optgroup-header {
  546. border-top: 0 none;
  547. }
  548. .ts-wrapper.plugin-remove_button .item {
  549. display: inline-flex;
  550. align-items: center;
  551. padding-right: 0 !important;
  552. }
  553. .ts-wrapper.plugin-remove_button .item .remove {
  554. color: inherit;
  555. text-decoration: none;
  556. vertical-align: middle;
  557. display: inline-block;
  558. padding: 0 5px;
  559. border-radius: 0 2px 2px 0;
  560. box-sizing: border-box;
  561. }
  562. .ts-wrapper.plugin-remove_button .item .remove:hover {
  563. background: rgba(0, 0, 0, 0.05);
  564. }
  565. .ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  566. background: none;
  567. }
  568. .ts-wrapper.plugin-remove_button .remove-single {
  569. position: absolute;
  570. right: 0;
  571. top: 0;
  572. font-size: 23px;
  573. }
  574. .ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  575. border-left: 1px solid #dadfe5;
  576. margin-left: 5px;
  577. }
  578. .ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  579. border-left-color: rgba(0, 0, 0, 0);
  580. }
  581. .ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  582. border-left-color: white;
  583. }
  584. .ts-wrapper.plugin-remove_button.rtl .item .remove {
  585. border-right: 1px solid #dadfe5;
  586. margin-right: 5px;
  587. }
  588. .ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  589. border-right-color: rgba(0, 0, 0, 0);
  590. }
  591. .ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  592. border-right-color: white;
  593. }
  594. .ts-wrapper {
  595. position: relative;
  596. }
  597. .ts-dropdown,
  598. .ts-control,
  599. .ts-control input {
  600. color: #182433;
  601. font-family: inherit;
  602. font-size: inherit;
  603. line-height: 1.4285714286;
  604. font-smoothing: inherit;
  605. }
  606. .ts-control,
  607. .ts-wrapper.single.input-active .ts-control {
  608. background: var(--tblr-bg-forms);
  609. cursor: text;
  610. }
  611. .ts-control {
  612. border: 1px solid var(--tblr-border-color);
  613. padding: 0.5625rem 0.75rem;
  614. width: 100%;
  615. overflow: hidden;
  616. position: relative;
  617. z-index: 1;
  618. box-sizing: border-box;
  619. box-shadow: none;
  620. border-radius: var(--tblr-border-radius);
  621. display: flex;
  622. flex-wrap: wrap;
  623. }
  624. .ts-wrapper.multi.has-items .ts-control {
  625. padding: calc( 0.5625rem - 1px - 0px) 0.75rem calc( 0.5625rem - 1px - 3px - 0px);
  626. }
  627. .full .ts-control {
  628. background-color: var(--tblr-bg-forms);
  629. }
  630. .disabled .ts-control, .disabled .ts-control * {
  631. cursor: default !important;
  632. }
  633. .focus .ts-control {
  634. box-shadow: none;
  635. }
  636. .ts-control > * {
  637. vertical-align: baseline;
  638. display: inline-block;
  639. }
  640. .ts-wrapper.multi .ts-control > div {
  641. cursor: pointer;
  642. margin: 0 3px 3px 0;
  643. padding: 1px 5px;
  644. background: #efefef;
  645. color: #182433;
  646. border: 0px solid #dadfe5;
  647. }
  648. .ts-wrapper.multi .ts-control > div.active {
  649. background: #0054a6;
  650. color: #fff;
  651. border: 0px solid rgba(0, 0, 0, 0);
  652. }
  653. .ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  654. color: #727272;
  655. background: white;
  656. border: 0px solid white;
  657. }
  658. .ts-control > input {
  659. flex: 1 1 auto;
  660. min-width: 7rem;
  661. display: inline-block !important;
  662. padding: 0 !important;
  663. min-height: 0 !important;
  664. max-height: none !important;
  665. max-width: 100% !important;
  666. margin: 0 !important;
  667. text-indent: 0 !important;
  668. border: 0 none !important;
  669. background: none !important;
  670. line-height: inherit !important;
  671. -webkit-user-select: auto !important;
  672. -moz-user-select: auto !important;
  673. -ms-user-select: auto !important;
  674. user-select: auto !important;
  675. box-shadow: none !important;
  676. }
  677. .ts-control > input::-ms-clear {
  678. display: none;
  679. }
  680. .ts-control > input:focus {
  681. outline: none !important;
  682. }
  683. .has-items .ts-control > input {
  684. margin: 0px 4px !important;
  685. }
  686. .ts-control.rtl {
  687. text-align: right;
  688. }
  689. .ts-control.rtl.single .ts-control:after {
  690. left: calc(0.75rem + 5px);
  691. right: auto;
  692. }
  693. .ts-control.rtl .ts-control > input {
  694. margin: 0px 4px 0px -2px !important;
  695. }
  696. .disabled .ts-control {
  697. opacity: 0.5;
  698. background-color: var(--tblr-bg-surface-secondary);
  699. }
  700. .input-hidden .ts-control > input {
  701. opacity: 0;
  702. position: absolute;
  703. left: -10000px;
  704. }
  705. .ts-dropdown {
  706. position: absolute;
  707. top: 100%;
  708. left: 0;
  709. width: 100%;
  710. z-index: 10;
  711. border: 1px solid #d0d0d0;
  712. background: #fff;
  713. margin: 0.25rem 0 0 0;
  714. border-top: 0 none;
  715. box-sizing: border-box;
  716. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  717. border-radius: 0 0 var(--tblr-border-radius) var(--tblr-border-radius);
  718. }
  719. .ts-dropdown [data-selectable] {
  720. cursor: pointer;
  721. overflow: hidden;
  722. }
  723. .ts-dropdown [data-selectable] .highlight {
  724. background: rgba(255, 237, 40, 0.4);
  725. border-radius: 1px;
  726. }
  727. .ts-dropdown .option,
  728. .ts-dropdown .optgroup-header,
  729. .ts-dropdown .no-results,
  730. .ts-dropdown .create {
  731. padding: 3px 0.75rem;
  732. }
  733. .ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  734. cursor: inherit;
  735. opacity: 0.5;
  736. }
  737. .ts-dropdown [data-selectable].option {
  738. opacity: 1;
  739. cursor: pointer;
  740. }
  741. .ts-dropdown .optgroup:first-child .optgroup-header {
  742. border-top: 0 none;
  743. }
  744. .ts-dropdown .optgroup-header {
  745. color: #667382;
  746. background: var(--tblr-bg-surface);
  747. cursor: default;
  748. }
  749. .ts-dropdown .active {
  750. background-color: rgba(var(--tblr-text-secondary-rgb), 0.04);
  751. color: inherit;
  752. }
  753. .ts-dropdown .active.create {
  754. color: inherit;
  755. }
  756. .ts-dropdown .create {
  757. color: rgba(24, 36, 51, 0.5);
  758. }
  759. .ts-dropdown .spinner {
  760. display: inline-block;
  761. width: 30px;
  762. height: 30px;
  763. margin: 3px 0.75rem;
  764. }
  765. .ts-dropdown .spinner:after {
  766. content: " ";
  767. display: block;
  768. width: 24px;
  769. height: 24px;
  770. margin: 3px;
  771. border-radius: 50%;
  772. border: 5px solid #d0d0d0;
  773. border-color: #d0d0d0 transparent #d0d0d0 transparent;
  774. animation: lds-dual-ring 1.2s linear infinite;
  775. }
  776. @keyframes lds-dual-ring {
  777. 0% {
  778. transform: rotate(0deg);
  779. }
  780. 100% {
  781. transform: rotate(360deg);
  782. }
  783. }
  784. .ts-dropdown-content {
  785. overflow-y: auto;
  786. overflow-x: hidden;
  787. max-height: 200px;
  788. overflow-scrolling: touch;
  789. scroll-behavior: smooth;
  790. }
  791. .ts-hidden-accessible {
  792. border: 0 !important;
  793. clip: rect(0 0 0 0) !important;
  794. -webkit-clip-path: inset(50%) !important;
  795. clip-path: inset(50%) !important;
  796. overflow: hidden !important;
  797. padding: 0 !important;
  798. position: absolute !important;
  799. width: 1px !important;
  800. white-space: nowrap !important;
  801. }
  802. .ts-wrapper.form-control,
  803. .ts-wrapper.form-select {
  804. padding: 0 !important;
  805. height: auto;
  806. box-shadow: none;
  807. display: flex;
  808. }
  809. .ts-dropdown,
  810. .ts-dropdown.form-control,
  811. .ts-dropdown.form-select {
  812. height: auto;
  813. padding: 0;
  814. z-index: 1000;
  815. background: #fff;
  816. border: 1px solid var(--tblr-border-color-translucent);
  817. border-radius: 4px;
  818. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  819. }
  820. .ts-dropdown .optgroup-header {
  821. font-size: 0.765625rem;
  822. line-height: 1.4285714286;
  823. }
  824. .ts-dropdown .optgroup:first-child:before {
  825. display: none;
  826. }
  827. .ts-dropdown .optgroup:before {
  828. content: " ";
  829. display: block;
  830. height: 0;
  831. margin: var(--tblr-spacer) 0;
  832. overflow: hidden;
  833. border-top: 1px solid var(--tblr-border-color-translucent);
  834. margin-left: -0.75rem;
  835. margin-right: -0.75rem;
  836. }
  837. .ts-dropdown .create {
  838. padding-left: 0.75rem;
  839. }
  840. .ts-dropdown-content {
  841. padding: 5px 0;
  842. }
  843. .ts-control {
  844. box-shadow: var(--tblr-box-shadow-input);
  845. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  846. display: flex;
  847. align-items: center;
  848. }
  849. @media (prefers-reduced-motion: reduce) {
  850. .ts-control {
  851. transition: none;
  852. }
  853. }
  854. .ts-control.dropdown -active {
  855. border-radius: var(--tblr-border-radius);
  856. }
  857. .focus .ts-control {
  858. border-color: #80aad3;
  859. outline: 0;
  860. box-shadow: var(--tblr-box-shadow-input), 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  861. }
  862. .ts-control .item {
  863. display: flex;
  864. align-items: center;
  865. }
  866. .ts-wrapper.is-invalid,
  867. .was-validated .invalid,
  868. .was-validated :invalid + .ts-wrapper {
  869. border-color: var(--tblr-form-invalid-color);
  870. }
  871. .ts-wrapper.is-invalid:not(.single),
  872. .was-validated .invalid:not(.single),
  873. .was-validated :invalid + .ts-wrapper:not(.single) {
  874. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d63939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  875. background-position: right calc(0.3571428572em + 0.28125rem) center;
  876. background-size: calc(0.7142857143em + 0.5625rem) calc(0.7142857143em + 0.5625rem);
  877. background-repeat: no-repeat;
  878. }
  879. .ts-wrapper.is-invalid.single,
  880. .was-validated .invalid.single,
  881. .was-validated :invalid + .ts-wrapper.single {
  882. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23929dab' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d63939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  883. background-position: right 0.75rem center, center right 2.25rem;
  884. background-size: 16px 12px, calc(0.7142857143em + 0.5625rem) calc(0.7142857143em + 0.5625rem);
  885. background-repeat: no-repeat;
  886. }
  887. .ts-wrapper.is-invalid.focus .ts-control,
  888. .was-validated .invalid.focus .ts-control,
  889. .was-validated :invalid + .ts-wrapper.focus .ts-control {
  890. border-color: var(--tblr-form-invalid-color);
  891. box-shadow: 0 0 0 0.25rem rgba(var(--tblr-form-invalid-color), 0.25);
  892. }
  893. .ts-wrapper.is-valid,
  894. .was-validated .valid,
  895. .was-validated :valid + .ts-wrapper {
  896. border-color: var(--tblr-form-valid-color);
  897. }
  898. .ts-wrapper.is-valid:not(.single),
  899. .was-validated .valid:not(.single),
  900. .was-validated :valid + .ts-wrapper:not(.single) {
  901. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232fb344' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
  902. background-position: right calc(0.3571428572em + 0.28125rem) center;
  903. background-size: calc(0.7142857143em + 0.5625rem) calc(0.7142857143em + 0.5625rem);
  904. background-repeat: no-repeat;
  905. }
  906. .ts-wrapper.is-valid.single,
  907. .was-validated .valid.single,
  908. .was-validated :valid + .ts-wrapper.single {
  909. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23929dab' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232fb344' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
  910. background-position: right 0.75rem center, center right 2.25rem;
  911. background-size: 16px 12px, calc(0.7142857143em + 0.5625rem) calc(0.7142857143em + 0.5625rem);
  912. background-repeat: no-repeat;
  913. }
  914. .ts-wrapper.is-valid.focus .ts-control,
  915. .was-validated .valid.focus .ts-control,
  916. .was-validated :valid + .ts-wrapper.focus .ts-control {
  917. border-color: var(--tblr-form-valid-color);
  918. box-shadow: 0 0 0 0.25rem rgba(var(--tblr-form-valid-color), 0.25);
  919. }
  920. .ts-wrapper {
  921. min-height: calc(1.4285714286em + 1.125rem + calc(var(--tblr-border-width) * 2));
  922. display: flex;
  923. }
  924. .input-group-sm > .ts-wrapper, .ts-wrapper.form-select-sm, .ts-wrapper.form-control-sm {
  925. min-height: calc(1.4285714286em + 0.25rem + calc(var(--tblr-border-width) * 2));
  926. }
  927. .input-group-sm > .ts-wrapper .ts-control, .ts-wrapper.form-select-sm .ts-control, .ts-wrapper.form-control-sm .ts-control {
  928. border-radius: var(--tblr-border-radius-sm);
  929. font-size: 0.75rem;
  930. }
  931. .input-group-sm > .ts-wrapper.has-items .ts-control, .ts-wrapper.form-select-sm.has-items .ts-control, .ts-wrapper.form-control-sm.has-items .ts-control {
  932. font-size: 0.75rem;
  933. padding-bottom: 0;
  934. }
  935. .input-group-sm > .ts-wrapper.multi.has-items .ts-control, .ts-wrapper.form-select-sm.multi.has-items .ts-control, .ts-wrapper.form-control-sm.multi.has-items .ts-control {
  936. padding-top: calc((calc(1.4285714286em + 0.25rem + calc(var(--tblr-border-width) * 2)) - (1.4285714286 * 0.75rem) - 4px) / 2) !important;
  937. }
  938. .ts-wrapper.multi.has-items .ts-control {
  939. padding-left: calc(0.75rem - 5px);
  940. --ts-pr-min: calc(0.75rem - 5px);
  941. }
  942. .ts-wrapper.multi .ts-control > div {
  943. border-radius: calc(var(--tblr-border-radius) - 1px);
  944. }
  945. .input-group-lg > .ts-wrapper, .ts-wrapper.form-control-lg, .ts-wrapper.form-select-lg {
  946. min-height: calc(1.4285714286em + 1rem + calc(var(--tblr-border-width) * 2));
  947. }
  948. .input-group-lg > .ts-wrapper .ts-control, .ts-wrapper.form-control-lg .ts-control, .ts-wrapper.form-select-lg .ts-control {
  949. border-radius: var(--tblr-border-radius-lg);
  950. font-size: 1.25rem;
  951. }
  952. .ts-wrapper:not(.form-control):not(.form-select) {
  953. padding: 0;
  954. border: none;
  955. height: auto;
  956. box-shadow: none;
  957. background: none;
  958. }
  959. .ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
  960. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23929dab' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  961. background-repeat: no-repeat;
  962. background-position: right 0.75rem center;
  963. background-size: 16px 12px;
  964. }
  965. .ts-wrapper.form-select, .ts-wrapper.single {
  966. --ts-pr-caret: 2.25rem;
  967. }
  968. .ts-wrapper.form-control .ts-control, .ts-wrapper.form-control.single.input-active .ts-control,
  969. .ts-wrapper.form-select .ts-control,
  970. .ts-wrapper.form-select.single.input-active .ts-control {
  971. border: none !important;
  972. }
  973. .ts-wrapper.form-control:not(.disabled) .ts-control, .ts-wrapper.form-control:not(.disabled).single.input-active .ts-control,
  974. .ts-wrapper.form-select:not(.disabled) .ts-control,
  975. .ts-wrapper.form-select:not(.disabled).single.input-active .ts-control {
  976. background: transparent !important;
  977. }
  978. .input-group > .ts-wrapper {
  979. flex-grow: 1;
  980. }
  981. .input-group > .ts-wrapper:not(:nth-child(2)) > .ts-control {
  982. border-top-left-radius: 0;
  983. border-bottom-left-radius: 0;
  984. }
  985. .input-group > .ts-wrapper:not(:last-child) > .ts-control {
  986. border-top-right-radius: 0;
  987. border-bottom-right-radius: 0;
  988. }
  989. :root {
  990. --ts-pr-clear-button: 0rem;
  991. --ts-pr-caret: 0rem;
  992. }
  993. .ts-input {
  994. color: inherit;
  995. }
  996. .ts-control {
  997. color: inherit;
  998. }
  999. .ts-control .dropdown-menu {
  1000. width: 100%;
  1001. height: auto;
  1002. }
  1003. .ts-wrapper .form-control,
  1004. .ts-wrapper .form-select, .ts-wrapper.form-control, .ts-wrapper.form-select {
  1005. box-shadow: var(--tblr-box-shadow-input);
  1006. }
  1007. .ts-wrapper.is-invalid .ts-control, .ts-wrapper.is-valid .ts-control {
  1008. --ts-pr-clear-button: 1.5rem;
  1009. }
  1010. .ts-dropdown {
  1011. background: var(--tblr-bg-surface);
  1012. color: var(--tblr-body-color);
  1013. box-shadow: var(--tblr-box-shadow-dropdown);
  1014. }
  1015. .ts-dropdown .option {
  1016. padding: 0.5rem 0.75rem;
  1017. }
  1018. .ts-control,
  1019. .ts-control input {
  1020. color: var(--tblr-body-color);
  1021. }
  1022. .ts-control input::-webkit-input-placeholder {
  1023. color: #929dab;
  1024. }
  1025. .ts-control input:-ms-input-placeholder {
  1026. color: #929dab;
  1027. }
  1028. .ts-control input::-ms-input-placeholder {
  1029. color: #929dab;
  1030. }
  1031. .ts-control input::placeholder {
  1032. color: #929dab;
  1033. }
  1034. .ts-wrapper.multi .ts-control > div {
  1035. background: var(--tblr-bg-surface-secondary);
  1036. border: 1px solid var(--tblr-border-color);
  1037. color: var(--tblr-body-color);
  1038. }
  1039. .apexcharts-tooltip {
  1040. color: var(--tblr-light) !important;
  1041. background: var(--tblr-bg-surface-dark) !important;
  1042. font-size: 0.765625rem !important;
  1043. padding: 0.25rem !important;
  1044. box-shadow: none !important;
  1045. }
  1046. .apexcharts-tooltip-title {
  1047. background: transparent !important;
  1048. border: 0 !important;
  1049. margin: 0 !important;
  1050. font-weight: var(--tblr-font-weight-bold);
  1051. padding: 0.25rem 0.5rem !important;
  1052. }
  1053. .apexcharts-tooltip-y-group {
  1054. padding: 2px 0 !important;
  1055. }
  1056. .apexcharts-tooltip-series-group {
  1057. padding: 0 0.5rem 0 !important;
  1058. }
  1059. .apexcharts-tooltip-marker {
  1060. width: 10px !important;
  1061. height: 10px !important;
  1062. }
  1063. .apexcharts-text {
  1064. fill: var(--tblr-body-color) !important;
  1065. }
  1066. .apexcharts-gridline {
  1067. stroke: var(--tblr-border-color) !important;
  1068. }
  1069. .apexcharts-legend-text {
  1070. color: inherit !important;
  1071. }
  1072. .apexcharts-radialbar-area {
  1073. stroke: var(--tblr-border-color-dark) !important;
  1074. }
  1075. svg {
  1076. touch-action: none;
  1077. }
  1078. image, text, .jvm-zoomin, .jvm-zoomout {
  1079. -webkit-user-select: none;
  1080. -moz-user-select: none;
  1081. -ms-user-select: none;
  1082. user-select: none;
  1083. }
  1084. .jvm-container {
  1085. touch-action: none;
  1086. position: relative;
  1087. overflow: hidden;
  1088. height: 100%;
  1089. width: 100%;
  1090. }
  1091. .jvm-tooltip {
  1092. border-radius: 3px;
  1093. background-color: #5c5cff;
  1094. font-family: sans-serif, Verdana;
  1095. font-size: smaller;
  1096. box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  1097. padding: 3px 5px;
  1098. white-space: nowrap;
  1099. position: absolute;
  1100. display: none;
  1101. color: #FFF;
  1102. }
  1103. .jvm-tooltip.active {
  1104. display: block;
  1105. }
  1106. .jvm-zoom-btn {
  1107. border-radius: 3px;
  1108. background-color: #292929;
  1109. padding: 3px;
  1110. box-sizing: border-box;
  1111. position: absolute;
  1112. line-height: 10px;
  1113. cursor: pointer;
  1114. color: #FFF;
  1115. height: 15px;
  1116. width: 15px;
  1117. left: 10px;
  1118. }
  1119. .jvm-zoom-btn.jvm-zoomout {
  1120. top: 30px;
  1121. }
  1122. .jvm-zoom-btn.jvm-zoomin {
  1123. top: 10px;
  1124. }
  1125. .jvm-series-container {
  1126. right: 15px;
  1127. position: absolute;
  1128. }
  1129. .jvm-series-container.jvm-series-h {
  1130. bottom: 15px;
  1131. }
  1132. .jvm-series-container.jvm-series-v {
  1133. top: 15px;
  1134. }
  1135. .jvm-series-container .jvm-legend {
  1136. background-color: #FFF;
  1137. border: 1px solid #e5e7eb;
  1138. margin-left: 0.75rem;
  1139. border-radius: 0.25rem;
  1140. border-color: #e5e7eb;
  1141. padding: 0.6rem;
  1142. box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  1143. float: left;
  1144. }
  1145. .jvm-series-container .jvm-legend .jvm-legend-title {
  1146. line-height: 1;
  1147. border-bottom: 1px solid #e5e7eb;
  1148. padding-bottom: 0.5rem;
  1149. margin-bottom: 0.575rem;
  1150. text-align: left;
  1151. }
  1152. .jvm-series-container .jvm-legend .jvm-legend-inner {
  1153. overflow: hidden;
  1154. }
  1155. .jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
  1156. overflow: hidden;
  1157. min-width: 40px;
  1158. }
  1159. .jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
  1160. margin-top: 0.575rem;
  1161. }
  1162. .jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
  1163. border-radius: 4px;
  1164. margin-right: 0.65rem;
  1165. height: 16px;
  1166. width: 16px;
  1167. float: left;
  1168. }
  1169. .jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
  1170. font-size: 12px;
  1171. text-align: center;
  1172. float: left;
  1173. }
  1174. .jvm-line[animation=true] {
  1175. animation: jvm-line-animation 10s linear forwards infinite;
  1176. }
  1177. @keyframes jvm-line-animation {
  1178. from {
  1179. stroke-dashoffset: 250;
  1180. }
  1181. }
  1182. .jvm-tooltip {
  1183. background: #182433;
  1184. font-family: inherit;
  1185. font-size: 0.75rem;
  1186. box-shadow: var(--tblr-shadow-card);
  1187. }
  1188. .jvm-series-container .jvm-legend .jvm-legend-title {
  1189. border-bottom: 0;
  1190. font-weight: var(--tblr-font-weight-medium);
  1191. }
  1192. .jvm-series-container .jvm-legend {
  1193. background-color: var(--tblr-card-bg, var(--tblr-bg-surface));
  1194. border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  1195. min-width: 8rem;
  1196. }
  1197. .jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
  1198. display: flex;
  1199. align-items: center;
  1200. }
  1201. .jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
  1202. width: 0.75rem;
  1203. height: 0.75rem;
  1204. }
  1205. .jvm-zoom-btn {
  1206. border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  1207. background: var(--tblr-card-bg, var(--tblr-bg-surface));
  1208. color: var(--tblr-body-color);
  1209. padding: 0;
  1210. display: flex;
  1211. align-items: center;
  1212. justify-content: center;
  1213. line-height: 1;
  1214. width: 1.5rem;
  1215. height: 1.5rem;
  1216. font-size: 1rem;
  1217. box-shadow: var(--tblr-shadow-card);
  1218. }
  1219. .jvm-zoom-btn.jvm-zoomout {
  1220. top: 2.5rem;
  1221. }
  1222. .dropzone {
  1223. border: var(--tblr-border-width) dashed var(--tblr-border-color);
  1224. color: var(--tblr-secondary);
  1225. padding: 1rem;
  1226. }
  1227. .dropzone.dz-drag-hover {
  1228. border: var(--tblr-border-width) dashed var(--tblr-primary);
  1229. background: rgba(var(--tblr-primary-rgb), 0.01);
  1230. color: var(--tblr-primary);
  1231. }
  1232. .dropzone.dz-drag-hover .dz-message {
  1233. opacity: 1;
  1234. }
  1235. .dropzone .dz-preview {
  1236. margin: 0.5rem;
  1237. }
  1238. .dropzone .dz-preview .dz-image {
  1239. border-radius: var(--tblr-border-radius);
  1240. }
  1241. .dropzone .dz-preview .dz-success-mark {
  1242. height: 54px;
  1243. }
  1244. .fslightbox-container {
  1245. font-family: inherit !important;
  1246. background: rgba(24, 36, 51, 0.24) !important;
  1247. -webkit-backdrop-filter: blur(4px) !important;
  1248. backdrop-filter: blur(4px) !important;
  1249. }
  1250. .fslightbox-slide-number-container {
  1251. color: inherit !important;
  1252. }
  1253. .fslightbox-slash {
  1254. background: currentColor !important;
  1255. }
  1256. body {
  1257. --plyr-color-main: var(--tblr-primary);
  1258. }
  1259. .tox-tinymce {
  1260. border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color) !important;
  1261. border-radius: 4px !important;
  1262. font-family: var(--tblr-font-sans-serif) !important;
  1263. }
  1264. .tox-toolbar__group {
  1265. padding: 0 0.5rem 0;
  1266. }
  1267. .tox .tox-toolbar__primary {
  1268. background: transparent !important;
  1269. }
  1270. .tox:not(.tox-tinymce-inline) .tox-editor-header {
  1271. border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color) !important;
  1272. box-shadow: none !important;
  1273. padding: 0 !important;
  1274. }
  1275. .tox-tbtn {
  1276. margin: 0 !important;
  1277. }
  1278. .tox-statusbar {
  1279. border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color) !important;
  1280. }
  1281. .tox .tox-toolbar-overlord,
  1282. .tox:not(.tox-tinymce-inline) .tox-editor-header {
  1283. background: transparent !important;
  1284. }
  1285. :root {
  1286. --gl-star-size: auto;
  1287. --gl-star-color: var(--tblr-yellow);
  1288. --gl-star-color-inactive: var(--tblr-border-color);
  1289. }
  1290. [data-star-rating] svg {
  1291. width: var(--tblr-icon-size, --gl-star-size);
  1292. height: var(--tblr-icon-size, --gl-star-size);
  1293. }
  1294. [data-star-rating] :not(.gl-active) > .gl-star-full {
  1295. color: var(--gl-star-color-inactive) !important;
  1296. }
  1297. [data-star-rating] .gl-active > .gl-star-full {
  1298. color: var(--gl-star-color);
  1299. }
  1300. .clr-picker {
  1301. box-shadow: var(--tblr-box-shadow-dropdown);
  1302. background-color: var(--tblr-bg-surface);
  1303. }
  1304. input.clr-color {
  1305. border-radius: var(--tblr-border-radius);
  1306. color: var(--tblr-body-color);
  1307. border-color: var(--tblr-border-color);
  1308. background: transparent;
  1309. }
  1310. input.clr-color:focus {
  1311. outline: 0;
  1312. box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  1313. border-color: rgba(var(--tblr-primary-rgb), 0.25);
  1314. }
  1315. .clr-swatches button {
  1316. border-radius: var(--tblr-border-radius);
  1317. padding: 0 2px 4px 2px;
  1318. }
  1319. .clr-swatches button:focus {
  1320. outline: 0;
  1321. box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  1322. }
  1323. .clr-preview {
  1324. border-radius: var(--tblr-border-radius);
  1325. overflow: visible;
  1326. }
  1327. .clr-preview button, .clr-preview:before, .clr-preview:after {
  1328. border-radius: var(--tblr-border-radius);
  1329. }
  1330. .clr-preview button:focus {
  1331. outline: 0;
  1332. box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  1333. }
  1334. .clr-field {
  1335. display: block;
  1336. }
  1337. .clr-field button {
  1338. width: 1.5rem;
  1339. height: 1.5rem;
  1340. left: 6px;
  1341. right: auto;
  1342. border-radius: var(--tblr-border-radius);
  1343. }
  1344. .clr-field button:after {
  1345. box-shadow: inset 0 0 0 1px var(--tblr-border-color-translucent);
  1346. }
  1347. .clr-field button:focus {
  1348. outline: 0;
  1349. box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  1350. }
  1351. .clr-field input {
  1352. padding-left: 2.5rem;
  1353. }