not-bulma 1.0.76 → 1.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist/notBulma.css +1 -0
  2. package/dist/notBulma.js +40699 -0
  3. package/dist/notBulma.min.js +1 -0
  4. package/docs/CRUDActionDetails.html +321 -0
  5. package/docs/CRUDActionSwitch.html +322 -0
  6. package/docs/CRUDActionUpdate.html +321 -0
  7. package/docs/CRUDGenericAction.html +2922 -0
  8. package/docs/CRUDGenericActionDetails.html +2594 -0
  9. package/docs/CRUDGenericActionRead.html +497 -0
  10. package/docs/CRUDGenericActionUpdate.html +1294 -0
  11. package/docs/classes.list.html +2840 -0
  12. package/docs/fonts/glyphicons-halflings-regular.eot +0 -0
  13. package/docs/fonts/glyphicons-halflings-regular.svg +288 -0
  14. package/docs/fonts/glyphicons-halflings-regular.ttf +0 -0
  15. package/docs/fonts/glyphicons-halflings-regular.woff +0 -0
  16. package/docs/fonts/glyphicons-halflings-regular.woff2 +0 -0
  17. package/docs/global.html +2803 -0
  18. package/docs/img/glyphicons-halflings-white.png +0 -0
  19. package/docs/img/glyphicons-halflings.png +0 -0
  20. package/docs/index.html +229 -0
  21. package/docs/module.exports.html +529 -0
  22. package/docs/notApp.html +3733 -0
  23. package/docs/notCRUDPlainRouter.html +625 -0
  24. package/docs/notCRUDRouterSwitch.html +865 -0
  25. package/docs/notCommon.html +2112 -0
  26. package/docs/notController.html +4737 -0
  27. package/docs/notSwitchController.html +580 -0
  28. package/docs/quicksearch.html +31 -0
  29. package/docs/scripts/docstrap.lib.js +11 -0
  30. package/docs/scripts/fulltext-search-ui.js +89 -0
  31. package/docs/scripts/fulltext-search.js +36 -0
  32. package/docs/scripts/lunr.min.js +6 -0
  33. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  34. package/docs/scripts/prettify/jquery.min.js +6 -0
  35. package/docs/scripts/prettify/lang-css.js +21 -0
  36. package/docs/scripts/prettify/prettify.js +496 -0
  37. package/docs/scripts/sunlight.js +1157 -0
  38. package/docs/scripts/toc.js +203 -0
  39. package/docs/styles/darkstrap.css +960 -0
  40. package/docs/styles/prettify-tomorrow.css +132 -0
  41. package/docs/styles/site.cerulean.css +7008 -0
  42. package/docs/styles/site.cosmo.css +7061 -0
  43. package/docs/styles/site.cyborg.css +7048 -0
  44. package/docs/styles/site.darkly.css +7171 -0
  45. package/docs/styles/site.darkstrap.css +5638 -0
  46. package/docs/styles/site.dibs-bootstrap.css +5899 -0
  47. package/docs/styles/site.flatly.css +7147 -0
  48. package/docs/styles/site.journal.css +6973 -0
  49. package/docs/styles/site.lumen.css +7298 -0
  50. package/docs/styles/site.paper.css +7623 -0
  51. package/docs/styles/site.readable.css +6997 -0
  52. package/docs/styles/site.sandstone.css +7035 -0
  53. package/docs/styles/site.simplex.css +7023 -0
  54. package/docs/styles/site.slate.css +7343 -0
  55. package/docs/styles/site.spacelab.css +7055 -0
  56. package/docs/styles/site.superhero.css +7131 -0
  57. package/docs/styles/site.united.css +6895 -0
  58. package/docs/styles/site.yeti.css +7195 -0
  59. package/docs/styles/sunlight.dark.css +345 -0
  60. package/docs/styles/sunlight.default.css +344 -0
  61. package/jsdoc.json +26 -0
  62. package/package.json +4 -1
  63. package/src/elements/list/ui.list.item.svelte +4 -0
  64. package/src/elements/list/ui.list.svelte +1 -0
  65. package/src/frame/app.js +138 -8
  66. package/src/frame/common.js +22 -2
  67. package/src/frame/controller.js +480 -451
  68. package/src/frame/crud/actions/create.js +3 -59
  69. package/src/frame/crud/actions/details.js +6 -73
  70. package/src/frame/crud/actions/generic/action.js +278 -0
  71. package/src/frame/crud/actions/generic/create.js +93 -0
  72. package/src/frame/crud/actions/generic/read.js +55 -0
  73. package/src/frame/crud/actions/generic/switch.js +26 -0
  74. package/src/frame/crud/actions/generic/update.js +163 -0
  75. package/src/frame/crud/actions/update.js +6 -83
  76. package/src/frame/crud/router.js +31 -29
  77. package/src/frame/crud/router.plain.js +18 -2
  78. package/src/frame/crud/router.switch.js +66 -0
  79. package/src/frame/index.js +6 -0
  80. package/src/locale/notLocale.js +99 -96
@@ -0,0 +1 @@
1
+ aside.menu{background-color:#fff;overflow-y:scroll;padding:1rem;position:fixed}aside.menu .is-closed{display:none}aside.menu .is-toggle-submenu{cursor:pointer}aside.menu.is-closed{display:none;left:0;width:0}@media screen and (min-width:1024px){aside.menu{width:20em}}@media screen and (max-width:1023px){aside.menu{left:-100px;transition:width .5s;width:0;z-index:10}aside.menu.is-active{left:0;width:100%}}.is-wide{min-width:15em}span.is-no-link{border-radius:5px;padding:.5em .75em}a>span.is-no-link{border-radius:5px;padding-left:0}a.has-subitems{padding-right:0!important}a:not(.is-active)>span.is-no-link:hover{background-color:#f5f5f5;color:#363636}.is-no-follow-subtitle,.is-no-follow-subtitle>a{padding-left:0}.menu-list li ul,.menu-list li ul li ul{margin-right:0!important}.navbar-item-brand-title{margin-left:1rem}.tag.is-small{font-size:.65em}.tag.is-sided{position:absolute}.tag.is-sided-right{right:0}.tag.is-sided-left{left:0}.tag.is-sided-top{top:0}.tag.is-sided-bottom{bottom:0}.form-container{position:relative}.edit-form-error.notification.is-danger span:not(:first-child):before{content:", "}.containerloader:not(.is-active){display:none}.containerloader.is-active:not(.is-left-to-right),.containerloader.is-active:not(.is-right-to-left){-webkit-transform:translateY(0);transform:translateY(0)}.containerloader.is-active.is-left-to-right,.containerloader.is-active.is-right-to-left{-webkit-transform:translateX(0);transform:translateX(0)}.containerloader{background:#00d1b2;bottom:0;left:0;padding-top:2em;position:absolute;right:0;top:0;transition:transform .35s ease-out,-webkit-transform .35s ease-out;will-change:transform;z-index:999998}.containerloader:after{-webkit-animation:loader-figure 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure 1.15s cubic-bezier(.215,.61,.355,1) infinite;border:0 solid #fff;border-radius:100%;box-sizing:border-box;content:"";display:block;height:0;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;z-index:9999}.containerloader .title{color:#fff;font-size:.875em;left:50%;letter-spacing:.1em;line-height:1.5em;margin:2em 0 0;position:absolute;top:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.is-padded-small{padding-left:.5em!important;padding-right:.5em!important}.not-overlay{display:block;height:100vh;left:0;margin:0;opacity:1;overflow:hidden;position:fixed!important;top:0;width:100vw}.stop-scrolling{height:100%;overflow:hidden}li.is-plain-crumb{padding-right:.75rem}.list{color:#4a4a4a;display:flex;flex-direction:column}.list.has-hidden-images .list-item-image{display:none}.list.has-hoverable-list-items .list-item:hover{background-color:#fafafa}.list.has-overflow-ellipsis .list-item-content{max-width:calc(var(length)*1ch);min-width:0}.list.has-overflow-ellipsis .list-item-content>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (hover:hover){.list:not(.has-visible-pointer-controls) .list-item-controls{opacity:0;visibility:hidden}}.list-item{align-items:center;display:flex;position:relative;transition:background-color .125s ease-out}@media (hover:hover){.list-item:focus-within .list-item-controls,.list-item:hover .list-item-controls{opacity:1;visibility:initial}}.list-item:not(.box){padding:.75em}.list-item:not(:last-child):not(.box){border-bottom:1px solid #dbdbdb}@media screen and (max-width:768px){.list:not(.has-overflow-ellipsis) .list-item{flex-wrap:wrap}}.list-item-image{flex-shrink:0;margin-right:.75em}@media screen and (max-width:768px){.list-item-image{padding:.5rem 0}}.list-item-content{display:flex;flex-direction:column;flex-grow:1}@media screen and (max-width:768px){.list-item-content{padding:.5rem 0}}.list-item-title{color:#363636;font-weight:600}.list-item-description{color:#7a7a7a}.list-item-controls{flex-shrink:0;transition:opacity .125s ease-out}@media screen and (max-width:768px){.list-item-controls{flex-wrap:wrap;padding:.5rem 0}}@media print,screen and (min-width:769px){.list-item-controls{padding-left:.75em}.list:not(.has-visible-pointer-controls) .list-item-controls{align-items:center;display:flex;height:100%;padding-right:.75em;position:absolute;right:0}}.navbar-menu.is-active{display:flex}@-webkit-keyframes spinAround{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pageloader{background:#00d1b2;bottom:0;left:0;padding-top:2em;position:absolute;position:fixed;right:0;top:0;transition:transform .35s ease-out,-webkit-transform .35s ease-out;will-change:transform;z-index:999998}.pageloader.is-white{background-color:#fff;background:#fff}.pageloader.is-white:after{-webkit-animation:loader-figure-white 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-white 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#0a0a0a}.pageloader.is-white .title{color:#0a0a0a}.pageloader.is-black{background-color:#0a0a0a;background:#0a0a0a}.pageloader.is-black:after{-webkit-animation:loader-figure-black 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-black 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#fff}.pageloader.is-black .title{color:#fff}.pageloader.is-light{background-color:#f5f5f5;background:#f5f5f5}.pageloader.is-light:after{-webkit-animation:loader-figure-light 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-light 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#363636}.pageloader.is-light .title{color:#363636}.pageloader.is-dark{background-color:#363636;background:#363636}.pageloader.is-dark:after{-webkit-animation:loader-figure-dark 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-dark 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#f5f5f5}.pageloader.is-dark .title{color:#f5f5f5}.pageloader.is-primary{background-color:#00d1b2;background:#00d1b2}.pageloader.is-primary:after{-webkit-animation:loader-figure-primary 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-primary 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#fff}.pageloader.is-primary .title{color:#fff}.pageloader.is-link{background-color:#3273dc;background:#3273dc}.pageloader.is-link:after{-webkit-animation:loader-figure-link 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-link 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#fff}.pageloader.is-link .title{color:#fff}.pageloader.is-info{background-color:#209cee;background:#209cee}.pageloader.is-info:after{-webkit-animation:loader-figure-info 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-info 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#fff}.pageloader.is-info .title{color:#fff}.pageloader.is-success{background-color:#23d160;background:#23d160}.pageloader.is-success:after{-webkit-animation:loader-figure-success 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-success 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#fff}.pageloader.is-success .title{color:#fff}.pageloader.is-warning{background-color:#ffdd57;background:#ffdd57}.pageloader.is-warning:after{-webkit-animation:loader-figure-warning 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-warning 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:rgba(0,0,0,.7)}.pageloader.is-warning .title{color:rgba(0,0,0,.7)}.pageloader.is-danger{background-color:#ff3860;background:#ff3860}.pageloader.is-danger:after{-webkit-animation:loader-figure-danger 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure-danger 1.15s cubic-bezier(.215,.61,.355,1) infinite;border-color:#fff}.pageloader.is-danger .title{color:#fff}.pageloader:not(.is-bottom-to-top){-webkit-transform:translateY(-100%);transform:translateY(-100%)}.pageloader.is-bottom-to-top{-webkit-transform:translateY(100%);transform:translateY(100%)}.pageloader.is-left-to-right{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.pageloader.is-right-to-left{-webkit-transform:translateX(100%);transform:translateX(100%)}.pageloader.is-active:not(.is-left-to-right),.pageloader.is-active:not(.is-right-to-left){-webkit-transform:translateY(0);transform:translateY(0)}.pageloader.is-active.is-left-to-right,.pageloader.is-active.is-right-to-left{-webkit-transform:translateX(0);transform:translateX(0)}.pageloader:after{-webkit-animation:loader-figure 1.15s cubic-bezier(.215,.61,.355,1) infinite;animation:loader-figure 1.15s cubic-bezier(.215,.61,.355,1) infinite;border:0 solid #fff;border-radius:100%;box-sizing:border-box;content:"";display:block;height:0;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;z-index:9999}.pageloader .title{color:#fff;font-size:.875em;left:50%;letter-spacing:.1em;line-height:1.5em;margin:2em 0 0;position:absolute;top:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}@-webkit-keyframes loader-figure{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-white{0%{background-color:#0a0a0a;height:0;width:0}29%{background-color:#0a0a0a}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-white{0%{background-color:#0a0a0a;height:0;width:0}29%{background-color:#0a0a0a}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-black{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-black{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-light{0%{background-color:#363636;height:0;width:0}29%{background-color:#363636}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-light{0%{background-color:#363636;height:0;width:0}29%{background-color:#363636}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-dark{0%{background-color:#f5f5f5;height:0;width:0}29%{background-color:#f5f5f5}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-dark{0%{background-color:#f5f5f5;height:0;width:0}29%{background-color:#f5f5f5}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-primary{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-primary{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-link{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-link{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-info{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-info{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-success{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-success{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-warning{0%{background-color:rgba(0,0,0,.7);height:0;width:0}29%{background-color:rgba(0,0,0,.7)}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-warning{0%{background-color:rgba(0,0,0,.7);height:0;width:0}29%{background-color:rgba(0,0,0,.7)}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@-webkit-keyframes loader-figure-danger{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}@keyframes loader-figure-danger{0%{background-color:#fff;height:0;width:0}29%{background-color:#fff}30%{background-color:transparent;border-width:1em;height:2em;opacity:1;width:2em}to{background-color:transparent;border-width:0;height:2em;opacity:0;width:2em}}.autocomplete.svelte-75ckfb.svelte-75ckfb{display:inline-block;height:2.25em;max-width:100%;min-width:200px;position:relative;vertical-align:top}.autocomplete.svelte-75ckfb.svelte-75ckfb:not(.hide-arrow):not(.is-loading):after{border-bottom:3px solid #3273dc;border-left:3px solid #3273dc;border-radius:2px;border-right:0;border-right-color:#3273dc;border-top:0;border-top-color:#3273dc;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;right:1.125em;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em;z-index:4}.autocomplete.show-clear.svelte-75ckfb.svelte-75ckfb:not(.hide-arrow):after{right:2.3em}.autocomplete.svelte-75ckfb .svelte-75ckfb{box-sizing:border-box}.autocomplete-input.svelte-75ckfb.svelte-75ckfb{font:inherit;height:100%;padding:5px 11px;width:100%}.autocomplete.svelte-75ckfb:not(.hide-arrow) .autocomplete-input.svelte-75ckfb{padding-right:2em}.autocomplete.show-clear.svelte-75ckfb:not(.hide-arrow) .autocomplete-input.svelte-75ckfb{padding-right:3.2em}.autocomplete.hide-arrow.show-clear.svelte-75ckfb .autocomplete-input.svelte-75ckfb{padding-right:2em}.autocomplete-list.svelte-75ckfb.svelte-75ckfb{background:#fff;border:1px solid #999;max-height:calc(15rem + 165px);overflow-y:auto;padding:10px 0;position:relative;top:0;user-select:none;width:100%;z-index:99}.autocomplete-list.svelte-75ckfb.svelte-75ckfb:empty{padding:0}.autocomplete-list-item.svelte-75ckfb.svelte-75ckfb{color:#333;cursor:pointer;line-height:1;padding:5px 15px}.autocomplete-list-item.confirmed.svelte-75ckfb.svelte-75ckfb{background-color:#789fed;color:#fff}.autocomplete-list-item.selected.svelte-75ckfb.svelte-75ckfb{background-color:#2e69e2;color:#fff}.autocomplete-list-item-no-results.svelte-75ckfb.svelte-75ckfb{color:#999;line-height:1;padding:5px 15px}.autocomplete-list-item-create.svelte-75ckfb.svelte-75ckfb,.autocomplete-list-item-loading.svelte-75ckfb.svelte-75ckfb{line-height:1;padding:5px 15px}.autocomplete-list.hidden.svelte-75ckfb.svelte-75ckfb{visibility:hidden}.autocomplete.show-clear.svelte-75ckfb .autocomplete-clear-button.svelte-75ckfb{cursor:pointer;display:block;padding:.3em .6em;position:absolute;right:.1em;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:4}.autocomplete.svelte-75ckfb:not(.show-clear) .autocomplete-clear-button.svelte-75ckfb,.autocomplete.svelte-75ckfb select.svelte-75ckfb{display:none}.autocomplete.is-multiple.svelte-75ckfb .input-container.svelte-75ckfb{align-items:stretch;background-color:#fff;border:1px solid #b5b5b5;border-radius:4px;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);display:flex;flex-wrap:wrap;height:auto;padding-left:.4em;padding-right:.4em}.autocomplete.is-multiple.svelte-75ckfb .tag.svelte-75ckfb{display:flex;margin-bottom:.3em;margin-top:.5em}.autocomplete.is-multiple.svelte-75ckfb .tag.is-delete.svelte-75ckfb{cursor:pointer}.autocomplete.is-multiple.svelte-75ckfb .tags.svelte-75ckfb{margin-bottom:0;margin-right:.3em}.autocomplete.is-multiple.svelte-75ckfb .autocomplete-input.svelte-75ckfb{background:none;border:none;box-shadow:none;display:flex;flex:1 1 50px;min-width:3em;width:100%}.switch[type=checkbox]{display:inline-block;opacity:0;outline:0;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch[type=checkbox]:focus+label:after,.switch[type=checkbox]:focus+label:before{outline:1px dotted #b5b5b5}.switch[type=checkbox][disabled]{cursor:not-allowed}.switch[type=checkbox][disabled]+label,.switch[type=checkbox][disabled]+label:after,.switch[type=checkbox][disabled]+label:before{opacity:.5}.switch[type=checkbox][disabled]+label:hover{cursor:not-allowed}.switch[type=checkbox]+label{align-items:center;cursor:pointer;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-left:3.5rem;padding-top:.2rem;position:relative}.switch[type=checkbox]+label:before{background:#b5b5b5;border:.1rem solid transparent;border-radius:4px;content:"";display:block;height:1.5rem;left:0;position:absolute;top:calc(50% - .75rem);width:3rem}.switch[type=checkbox]+label:after{background:#fff;border-radius:4px;content:"";display:block;height:1rem;left:.25rem;position:absolute;top:calc(50% - .5rem);transform:translateZ(0);transition:all .25s ease-out;width:1rem}.switch[type=checkbox]+label .switch-active,.switch[type=checkbox]+label .switch-inactive{font-size:.9rem;margin-top:-4px;z-index:1}.switch[type=checkbox]+label.has-text-inside .switch-inactive{margin-left:-1.925rem}.switch[type=checkbox]+label.has-text-inside .switch-active{margin-left:-3.25rem}.switch[type=checkbox].is-rtl+label{padding-left:0;padding-right:3.5rem}.switch[type=checkbox].is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-rtl+label:after{left:auto;right:1.625rem}.switch[type=checkbox]:checked+label:before{background:#00d1b2}.switch[type=checkbox]:checked+label:after{left:1.625rem}.switch[type=checkbox]:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-outlined+label:before{background-color:transparent;border-color:#b5b5b5}.switch[type=checkbox].is-outlined+label:after{background:#b5b5b5}.switch[type=checkbox].is-outlined:checked+label:before{background-color:transparent;border-color:#00d1b2}.switch[type=checkbox].is-outlined:checked+label:after{background:#00d1b2}.switch[type=checkbox].is-thin+label:before{height:.375rem;top:.5454545456rem}.switch[type=checkbox].is-thin+label:after{box-shadow:0 0 3px #7a7a7a}.switch[type=checkbox].is-rounded+label:before{border-radius:24px}.switch[type=checkbox].is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-small+label{align-items:center;cursor:pointer;display:inline-flex;font-size:.75rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-left:2.75rem;padding-top:.2rem;position:relative}.switch[type=checkbox].is-small+label:before{background:#b5b5b5;border:.1rem solid transparent;border-radius:4px;content:"";display:block;height:1.125rem;left:0;position:absolute;top:calc(50% - .5625rem);width:2.25rem}.switch[type=checkbox].is-small+label:after{background:#fff;border-radius:4px;content:"";display:block;height:.625rem;left:.25rem;position:absolute;top:calc(50% - .3125rem);transform:translateZ(0);transition:all .25s ease-out;width:.625rem}.switch[type=checkbox].is-small+label .switch-active,.switch[type=checkbox].is-small+label .switch-inactive{font-size:.65rem;margin-top:-4px;z-index:1}.switch[type=checkbox].is-small+label.has-text-inside .switch-inactive{margin-left:-1.55rem}.switch[type=checkbox].is-small+label.has-text-inside .switch-active{margin-left:-2.5rem}.switch[type=checkbox].is-small.is-rtl+label{padding-left:0;padding-right:2.75rem}.switch[type=checkbox].is-small.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-small.is-rtl+label:after{left:auto;right:1.25rem}.switch[type=checkbox].is-small:checked+label:before{background:#00d1b2}.switch[type=checkbox].is-small:checked+label:after{left:1.25rem}.switch[type=checkbox].is-small:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-small.is-outlined+label:before{background-color:transparent;border-color:#b5b5b5}.switch[type=checkbox].is-small.is-outlined+label:after{background:#b5b5b5}.switch[type=checkbox].is-small.is-outlined:checked+label:before{background-color:transparent;border-color:#00d1b2}.switch[type=checkbox].is-small.is-outlined:checked+label:after{background:#00d1b2}.switch[type=checkbox].is-small.is-thin+label:before{height:.28125rem;top:.4090909093rem}.switch[type=checkbox].is-small.is-thin+label:after{box-shadow:0 0 3px #7a7a7a}.switch[type=checkbox].is-small.is-rounded+label:before{border-radius:24px}.switch[type=checkbox].is-small.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-medium+label{align-items:center;cursor:pointer;display:inline-flex;font-size:1.25rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-left:4.25rem;padding-top:.2rem;position:relative}.switch[type=checkbox].is-medium+label:before{background:#b5b5b5;border:.1rem solid transparent;border-radius:4px;content:"";display:block;height:1.875rem;left:0;position:absolute;top:calc(50% - .9375rem);width:3.75rem}.switch[type=checkbox].is-medium+label:after{background:#fff;border-radius:4px;content:"";display:block;height:1.375rem;left:.25rem;position:absolute;top:calc(50% - .6875rem);transform:translateZ(0);transition:all .25s ease-out;width:1.375rem}.switch[type=checkbox].is-medium+label .switch-active,.switch[type=checkbox].is-medium+label .switch-inactive{font-size:1.15rem;margin-top:-4px;z-index:1}.switch[type=checkbox].is-medium+label.has-text-inside .switch-inactive{margin-left:-2.3rem}.switch[type=checkbox].is-medium+label.has-text-inside .switch-active{margin-left:-4rem}.switch[type=checkbox].is-medium.is-rtl+label{padding-left:0;padding-right:4.25rem}.switch[type=checkbox].is-medium.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-medium.is-rtl+label:after{left:auto;right:2rem}.switch[type=checkbox].is-medium:checked+label:before{background:#00d1b2}.switch[type=checkbox].is-medium:checked+label:after{left:2rem}.switch[type=checkbox].is-medium:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-medium.is-outlined+label:before{background-color:transparent;border-color:#b5b5b5}.switch[type=checkbox].is-medium.is-outlined+label:after{background:#b5b5b5}.switch[type=checkbox].is-medium.is-outlined:checked+label:before{background-color:transparent;border-color:#00d1b2}.switch[type=checkbox].is-medium.is-outlined:checked+label:after{background:#00d1b2}.switch[type=checkbox].is-medium.is-thin+label:before{height:.46875rem;top:.6818181819rem}.switch[type=checkbox].is-medium.is-thin+label:after{box-shadow:0 0 3px #7a7a7a}.switch[type=checkbox].is-medium.is-rounded+label:before{border-radius:24px}.switch[type=checkbox].is-medium.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-large+label{align-items:center;cursor:pointer;display:inline-flex;font-size:1.5rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-left:5rem;padding-top:.2rem;position:relative}.switch[type=checkbox].is-large+label:before{background:#b5b5b5;border:.1rem solid transparent;border-radius:4px;content:"";display:block;height:2.25rem;left:0;position:absolute;top:calc(50% - 1.125rem);width:4.5rem}.switch[type=checkbox].is-large+label:after{background:#fff;border-radius:4px;content:"";display:block;height:1.75rem;left:.25rem;position:absolute;top:calc(50% - .875rem);transform:translateZ(0);transition:all .25s ease-out;width:1.75rem}.switch[type=checkbox].is-large+label .switch-active,.switch[type=checkbox].is-large+label .switch-inactive{font-size:1.4rem;margin-top:-4px;z-index:1}.switch[type=checkbox].is-large+label.has-text-inside .switch-inactive{margin-left:-2.675rem}.switch[type=checkbox].is-large+label.has-text-inside .switch-active{margin-left:-4.75rem}.switch[type=checkbox].is-large.is-rtl+label{padding-left:0;padding-right:5rem}.switch[type=checkbox].is-large.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-large.is-rtl+label:after{left:auto;right:2.375rem}.switch[type=checkbox].is-large:checked+label:before{background:#00d1b2}.switch[type=checkbox].is-large:checked+label:after{left:2.375rem}.switch[type=checkbox].is-large:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-large.is-outlined+label:before{background-color:transparent;border-color:#b5b5b5}.switch[type=checkbox].is-large.is-outlined+label:after{background:#b5b5b5}.switch[type=checkbox].is-large.is-outlined:checked+label:before{background-color:transparent;border-color:#00d1b2}.switch[type=checkbox].is-large.is-outlined:checked+label:after{background:#00d1b2}.switch[type=checkbox].is-large.is-thin+label:before{height:.5625rem;top:.8181818183rem}.switch[type=checkbox].is-large.is-thin+label:after{box-shadow:0 0 3px #7a7a7a}.switch[type=checkbox].is-large.is-rounded+label:before{border-radius:24px}.switch[type=checkbox].is-large.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-white+label .switch-active{display:none}.switch[type=checkbox].is-white+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-white:checked+label:before{background:#fff}.switch[type=checkbox].is-white:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-white:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-white.is-outlined:checked+label:before{background-color:transparent;border-color:#fff!important}.switch[type=checkbox].is-white.is-outlined:checked+label:after{background:#fff}.switch[type=checkbox].is-white.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-white+label:before{background:#fff}.switch[type=checkbox].is-unchecked-white.is-outlined+label:before{background-color:transparent;border-color:#fff!important}.switch[type=checkbox].is-unchecked-white.is-outlined+label:after{background:#fff}.switch[type=checkbox].is-black+label .switch-active{display:none}.switch[type=checkbox].is-black+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-black:checked+label:before{background:#0a0a0a}.switch[type=checkbox].is-black:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-black:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-black.is-outlined:checked+label:before{background-color:transparent;border-color:#0a0a0a!important}.switch[type=checkbox].is-black.is-outlined:checked+label:after{background:#0a0a0a}.switch[type=checkbox].is-black.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-black+label:before{background:#0a0a0a}.switch[type=checkbox].is-unchecked-black.is-outlined+label:before{background-color:transparent;border-color:#0a0a0a!important}.switch[type=checkbox].is-unchecked-black.is-outlined+label:after{background:#0a0a0a}.switch[type=checkbox].is-light+label .switch-active{display:none}.switch[type=checkbox].is-light+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-light:checked+label:before{background:#f5f5f5}.switch[type=checkbox].is-light:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-light:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-light.is-outlined:checked+label:before{background-color:transparent;border-color:#f5f5f5!important}.switch[type=checkbox].is-light.is-outlined:checked+label:after{background:#f5f5f5}.switch[type=checkbox].is-light.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-light+label:before{background:#f5f5f5}.switch[type=checkbox].is-unchecked-light.is-outlined+label:before{background-color:transparent;border-color:#f5f5f5!important}.switch[type=checkbox].is-unchecked-light.is-outlined+label:after{background:#f5f5f5}.switch[type=checkbox].is-dark+label .switch-active{display:none}.switch[type=checkbox].is-dark+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-dark:checked+label:before{background:#363636}.switch[type=checkbox].is-dark:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-dark:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-dark.is-outlined:checked+label:before{background-color:transparent;border-color:#363636!important}.switch[type=checkbox].is-dark.is-outlined:checked+label:after{background:#363636}.switch[type=checkbox].is-dark.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-dark+label:before{background:#363636}.switch[type=checkbox].is-unchecked-dark.is-outlined+label:before{background-color:transparent;border-color:#363636!important}.switch[type=checkbox].is-unchecked-dark.is-outlined+label:after{background:#363636}.switch[type=checkbox].is-primary+label .switch-active{display:none}.switch[type=checkbox].is-primary+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-primary:checked+label:before{background:#00d1b2}.switch[type=checkbox].is-primary:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-primary:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-primary.is-outlined:checked+label:before{background-color:transparent;border-color:#00d1b2!important}.switch[type=checkbox].is-primary.is-outlined:checked+label:after{background:#00d1b2}.switch[type=checkbox].is-primary.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-primary+label:before{background:#00d1b2}.switch[type=checkbox].is-unchecked-primary.is-outlined+label:before{background-color:transparent;border-color:#00d1b2!important}.switch[type=checkbox].is-unchecked-primary.is-outlined+label:after{background:#00d1b2}.switch[type=checkbox].is-link+label .switch-active{display:none}.switch[type=checkbox].is-link+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-link:checked+label:before{background:#485fc7}.switch[type=checkbox].is-link:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-link:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-link.is-outlined:checked+label:before{background-color:transparent;border-color:#485fc7!important}.switch[type=checkbox].is-link.is-outlined:checked+label:after{background:#485fc7}.switch[type=checkbox].is-link.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-link+label:before{background:#485fc7}.switch[type=checkbox].is-unchecked-link.is-outlined+label:before{background-color:transparent;border-color:#485fc7!important}.switch[type=checkbox].is-unchecked-link.is-outlined+label:after{background:#485fc7}.switch[type=checkbox].is-info+label .switch-active{display:none}.switch[type=checkbox].is-info+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-info:checked+label:before{background:#3e8ed0}.switch[type=checkbox].is-info:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-info:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-info.is-outlined:checked+label:before{background-color:transparent;border-color:#3e8ed0!important}.switch[type=checkbox].is-info.is-outlined:checked+label:after{background:#3e8ed0}.switch[type=checkbox].is-info.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-info+label:before{background:#3e8ed0}.switch[type=checkbox].is-unchecked-info.is-outlined+label:before{background-color:transparent;border-color:#3e8ed0!important}.switch[type=checkbox].is-unchecked-info.is-outlined+label:after{background:#3e8ed0}.switch[type=checkbox].is-success+label .switch-active{display:none}.switch[type=checkbox].is-success+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-success:checked+label:before{background:#48c78e}.switch[type=checkbox].is-success:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-success:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-success.is-outlined:checked+label:before{background-color:transparent;border-color:#48c78e!important}.switch[type=checkbox].is-success.is-outlined:checked+label:after{background:#48c78e}.switch[type=checkbox].is-success.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-success+label:before{background:#48c78e}.switch[type=checkbox].is-unchecked-success.is-outlined+label:before{background-color:transparent;border-color:#48c78e!important}.switch[type=checkbox].is-unchecked-success.is-outlined+label:after{background:#48c78e}.switch[type=checkbox].is-warning+label .switch-active{display:none}.switch[type=checkbox].is-warning+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-warning:checked+label:before{background:#ffe08a}.switch[type=checkbox].is-warning:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-warning:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-warning.is-outlined:checked+label:before{background-color:transparent;border-color:#ffe08a!important}.switch[type=checkbox].is-warning.is-outlined:checked+label:after{background:#ffe08a}.switch[type=checkbox].is-warning.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-warning+label:before{background:#ffe08a}.switch[type=checkbox].is-unchecked-warning.is-outlined+label:before{background-color:transparent;border-color:#ffe08a!important}.switch[type=checkbox].is-unchecked-warning.is-outlined+label:after{background:#ffe08a}.switch[type=checkbox].is-danger+label .switch-active{display:none}.switch[type=checkbox].is-danger+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-danger:checked+label:before{background:#f14668}.switch[type=checkbox].is-danger:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-danger:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-danger.is-outlined:checked+label:before{background-color:transparent;border-color:#f14668!important}.switch[type=checkbox].is-danger.is-outlined:checked+label:after{background:#f14668}.switch[type=checkbox].is-danger.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-danger+label:before{background:#f14668}.switch[type=checkbox].is-unchecked-danger.is-outlined+label:before{background-color:transparent;border-color:#f14668!important}.switch[type=checkbox].is-unchecked-danger.is-outlined+label:after{background:#f14668}.field-body .switch[type=checkbox]+label{margin-top:.375em}input[type=range].slider{appearance:none;background:transparent;margin:1rem 0;touch-action:none}input[type=range].slider.is-fullwidth{display:block;width:100%}input[type=range].slider:focus{outline:none}input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{width:100%}input[type=range].slider:not([orient=vertical])::-moz-range-track{width:100%}input[type=range].slider:not([orient=vertical])::-ms-track{width:100%}input[type=range].slider:not([orient=vertical]).has-output+output,input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{background:#4a4a4a;border-radius:4px;color:#fff;font-size:.75rem;line-height:.75rem;overflow:hidden;padding:.4rem .8rem;pointer-events:none;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:3rem;z-index:200}input[type=range].slider:not([orient=vertical]).has-output-tooltip:disabled+output,input[type=range].slider:not([orient=vertical]).has-output:disabled+output{opacity:.5}input[type=range].slider:not([orient=vertical]).has-output{display:inline-block;vertical-align:middle;width:calc(100% - 4.2rem)}input[type=range].slider:not([orient=vertical]).has-output+output{display:inline-block;margin-left:.75rem;vertical-align:middle}input[type=range].slider:not([orient=vertical]).has-output-tooltip{display:block}input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{left:0;position:absolute;top:-.1rem}input[type=range].slider[orient=vertical]{appearance:slider-vertical;writing-mode:bt-lr}input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{height:100%}input[type=range].slider[orient=vertical]::-moz-range-track{height:100%}input[type=range].slider[orient=vertical]::-ms-track{height:100%}input[type=range].slider::-webkit-slider-runnable-track{animate:.2s;background:#dbdbdb;border:0 solid #7a7a7a;border-radius:4px;box-shadow:0 0 0 #7a7a7a;cursor:pointer}input[type=range].slider::-moz-range-track{animate:.2s;background:#dbdbdb;border:0 solid #7a7a7a;border-radius:4px;box-shadow:0 0 0 #7a7a7a;cursor:pointer}input[type=range].slider::-ms-track{animate:.2s;background:#dbdbdb;border:0 solid #7a7a7a;border-radius:4px;box-shadow:0 0 0 #7a7a7a;cursor:pointer}input[type=range].slider::-ms-fill-lower,input[type=range].slider::-ms-fill-upper{background:#dbdbdb;border-radius:4px}input[type=range].slider::-webkit-slider-thumb{background:#fff;border:1px solid #b5b5b5;border-radius:4px;box-shadow:none;cursor:pointer}input[type=range].slider::-moz-range-thumb{background:#fff;border:1px solid #b5b5b5;border-radius:4px;box-shadow:none;cursor:pointer}input[type=range].slider::-ms-thumb{background:#fff;border:1px solid #b5b5b5;border-radius:4px;box-shadow:none;cursor:pointer}input[type=range].slider::-webkit-slider-thumb{appearance:none}input[type=range].slider.is-circle::-webkit-slider-thumb{border-radius:9999px}input[type=range].slider.is-circle::-moz-range-thumb{border-radius:9999px}input[type=range].slider.is-circle::-ms-thumb{border-radius:9999px}input[type=range].slider:active::-webkit-slider-thumb{transform:scale(1.25)}input[type=range].slider:active::-moz-range-thumb{transform:scale(1.25)}input[type=range].slider:active::-ms-thumb{transform:scale(1.25)}input[type=range].slider:disabled{cursor:not-allowed;opacity:.5}input[type=range].slider:disabled::-webkit-slider-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:disabled::-moz-range-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:disabled::-ms-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:not([orient=vertical]){min-height:calc(1.25rem + 2.5px)}input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{height:.5rem}input[type=range].slider:not([orient=vertical])::-moz-range-track{height:.5rem}input[type=range].slider:not([orient=vertical])::-ms-track{height:.5rem}input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{width:.5rem}input[type=range].slider[orient=vertical]::-moz-range-track{width:.5rem}input[type=range].slider[orient=vertical]::-ms-track{width:.5rem}input[type=range].slider::-webkit-slider-thumb{height:1rem;width:1rem}input[type=range].slider::-moz-range-thumb{height:1rem;width:1rem}input[type=range].slider::-ms-thumb{height:1rem;margin-top:0;width:1rem}input[type=range].slider::-webkit-slider-thumb{margin-top:-.25rem}input[type=range].slider[orient=vertical]::-webkit-slider-thumb{margin-left:-.25rem;margin-top:auto}input[type=range].slider.is-small:not([orient=vertical]){min-height:calc(.9375rem + 2.5px)}input[type=range].slider.is-small:not([orient=vertical])::-webkit-slider-runnable-track{height:.375rem}input[type=range].slider.is-small:not([orient=vertical])::-moz-range-track{height:.375rem}input[type=range].slider.is-small:not([orient=vertical])::-ms-track{height:.375rem}input[type=range].slider.is-small[orient=vertical]::-webkit-slider-runnable-track{width:.375rem}input[type=range].slider.is-small[orient=vertical]::-moz-range-track{width:.375rem}input[type=range].slider.is-small[orient=vertical]::-ms-track{width:.375rem}input[type=range].slider.is-small::-webkit-slider-thumb{height:.75rem;width:.75rem}input[type=range].slider.is-small::-moz-range-thumb{height:.75rem;width:.75rem}input[type=range].slider.is-small::-ms-thumb{height:.75rem;margin-top:0;width:.75rem}input[type=range].slider.is-small::-webkit-slider-thumb{margin-top:-.1875rem}input[type=range].slider.is-small[orient=vertical]::-webkit-slider-thumb{margin-left:-.1875rem;margin-top:auto}input[type=range].slider.is-medium:not([orient=vertical]){min-height:calc(1.5625rem + 2.5px)}input[type=range].slider.is-medium:not([orient=vertical])::-webkit-slider-runnable-track{height:.625rem}input[type=range].slider.is-medium:not([orient=vertical])::-moz-range-track{height:.625rem}input[type=range].slider.is-medium:not([orient=vertical])::-ms-track{height:.625rem}input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-runnable-track{width:.625rem}input[type=range].slider.is-medium[orient=vertical]::-moz-range-track{width:.625rem}input[type=range].slider.is-medium[orient=vertical]::-ms-track{width:.625rem}input[type=range].slider.is-medium::-webkit-slider-thumb{height:1.25rem;width:1.25rem}input[type=range].slider.is-medium::-moz-range-thumb{height:1.25rem;width:1.25rem}input[type=range].slider.is-medium::-ms-thumb{height:1.25rem;margin-top:0;width:1.25rem}input[type=range].slider.is-medium::-webkit-slider-thumb{margin-top:-.3125rem}input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-thumb{margin-left:-.3125rem;margin-top:auto}input[type=range].slider.is-large:not([orient=vertical]){min-height:calc(1.875rem + 2.5px)}input[type=range].slider.is-large:not([orient=vertical])::-webkit-slider-runnable-track{height:.75rem}input[type=range].slider.is-large:not([orient=vertical])::-moz-range-track{height:.75rem}input[type=range].slider.is-large:not([orient=vertical])::-ms-track{height:.75rem}input[type=range].slider.is-large[orient=vertical]::-webkit-slider-runnable-track{width:.75rem}input[type=range].slider.is-large[orient=vertical]::-moz-range-track{width:.75rem}input[type=range].slider.is-large[orient=vertical]::-ms-track{width:.75rem}input[type=range].slider.is-large::-webkit-slider-thumb{height:1.5rem;width:1.5rem}input[type=range].slider.is-large::-moz-range-thumb{height:1.5rem;width:1.5rem}input[type=range].slider.is-large::-ms-thumb{height:1.5rem;margin-top:0;width:1.5rem}input[type=range].slider.is-large::-webkit-slider-thumb{margin-top:-.375rem}input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb{margin-left:-.375rem;margin-top:auto}input[type=range].slider.is-white::-moz-range-track{background:#fff!important}input[type=range].slider.is-white::-webkit-slider-runnable-track{background:#fff!important}input[type=range].slider.is-white::-ms-track{background:#fff!important}input[type=range].slider.is-white::-ms-fill-lower,input[type=range].slider.is-white::-ms-fill-upper{background:#fff}input[type=range].slider.is-white.has-output+output,input[type=range].slider.is-white .has-output-tooltip+output{background-color:#fff;color:#0a0a0a}input[type=range].slider.is-black::-moz-range-track{background:#0a0a0a!important}input[type=range].slider.is-black::-webkit-slider-runnable-track{background:#0a0a0a!important}input[type=range].slider.is-black::-ms-track{background:#0a0a0a!important}input[type=range].slider.is-black::-ms-fill-lower,input[type=range].slider.is-black::-ms-fill-upper{background:#0a0a0a}input[type=range].slider.is-black.has-output+output,input[type=range].slider.is-black .has-output-tooltip+output{background-color:#0a0a0a;color:#fff}input[type=range].slider.is-light::-moz-range-track{background:#f5f5f5!important}input[type=range].slider.is-light::-webkit-slider-runnable-track{background:#f5f5f5!important}input[type=range].slider.is-light::-ms-track{background:#f5f5f5!important}input[type=range].slider.is-light::-ms-fill-lower,input[type=range].slider.is-light::-ms-fill-upper{background:#f5f5f5}input[type=range].slider.is-light.has-output+output,input[type=range].slider.is-light .has-output-tooltip+output{background-color:#f5f5f5;color:rgba(0,0,0,.7)}input[type=range].slider.is-dark::-moz-range-track{background:#363636!important}input[type=range].slider.is-dark::-webkit-slider-runnable-track{background:#363636!important}input[type=range].slider.is-dark::-ms-track{background:#363636!important}input[type=range].slider.is-dark::-ms-fill-lower,input[type=range].slider.is-dark::-ms-fill-upper{background:#363636}input[type=range].slider.is-dark.has-output+output,input[type=range].slider.is-dark .has-output-tooltip+output{background-color:#363636;color:#fff}input[type=range].slider.is-primary::-moz-range-track{background:#00d1b2!important}input[type=range].slider.is-primary::-webkit-slider-runnable-track{background:#00d1b2!important}input[type=range].slider.is-primary::-ms-track{background:#00d1b2!important}input[type=range].slider.is-primary::-ms-fill-lower,input[type=range].slider.is-primary::-ms-fill-upper{background:#00d1b2}input[type=range].slider.is-primary.has-output+output,input[type=range].slider.is-primary .has-output-tooltip+output{background-color:#00d1b2;color:#fff}input[type=range].slider.is-link::-moz-range-track{background:#485fc7!important}input[type=range].slider.is-link::-webkit-slider-runnable-track{background:#485fc7!important}input[type=range].slider.is-link::-ms-track{background:#485fc7!important}input[type=range].slider.is-link::-ms-fill-lower,input[type=range].slider.is-link::-ms-fill-upper{background:#485fc7}input[type=range].slider.is-link.has-output+output,input[type=range].slider.is-link .has-output-tooltip+output{background-color:#485fc7;color:#fff}input[type=range].slider.is-info::-moz-range-track{background:#3e8ed0!important}input[type=range].slider.is-info::-webkit-slider-runnable-track{background:#3e8ed0!important}input[type=range].slider.is-info::-ms-track{background:#3e8ed0!important}input[type=range].slider.is-info::-ms-fill-lower,input[type=range].slider.is-info::-ms-fill-upper{background:#3e8ed0}input[type=range].slider.is-info.has-output+output,input[type=range].slider.is-info .has-output-tooltip+output{background-color:#3e8ed0;color:#fff}input[type=range].slider.is-success::-moz-range-track{background:#48c78e!important}input[type=range].slider.is-success::-webkit-slider-runnable-track{background:#48c78e!important}input[type=range].slider.is-success::-ms-track{background:#48c78e!important}input[type=range].slider.is-success::-ms-fill-lower,input[type=range].slider.is-success::-ms-fill-upper{background:#48c78e}input[type=range].slider.is-success.has-output+output,input[type=range].slider.is-success .has-output-tooltip+output{background-color:#48c78e;color:#fff}input[type=range].slider.is-warning::-moz-range-track{background:#ffe08a!important}input[type=range].slider.is-warning::-webkit-slider-runnable-track{background:#ffe08a!important}input[type=range].slider.is-warning::-ms-track{background:#ffe08a!important}input[type=range].slider.is-warning::-ms-fill-lower,input[type=range].slider.is-warning::-ms-fill-upper{background:#ffe08a}input[type=range].slider.is-warning.has-output+output,input[type=range].slider.is-warning .has-output-tooltip+output{background-color:#ffe08a;color:rgba(0,0,0,.7)}input[type=range].slider.is-danger::-moz-range-track{background:#f14668!important}input[type=range].slider.is-danger::-webkit-slider-runnable-track{background:#f14668!important}input[type=range].slider.is-danger::-ms-track{background:#f14668!important}input[type=range].slider.is-danger::-ms-fill-lower,input[type=range].slider.is-danger::-ms-fill-upper{background:#f14668}input[type=range].slider.is-danger.has-output+output,input[type=range].slider.is-danger .has-output-tooltip+output{background-color:#f14668;color:#fff}.is-fab.svelte-1haul9u{position:absolute}.list-item-selectable.svelte-1ivwafm{cursor:pointer;padding:1em}.list-item-selectable.svelte-1ivwafm:hover{background-color:#48c78e;color:#fff}.paper.box.svelte-1gllhdk{margin:10vh auto auto}.paper.box.fullscreen.svelte-1gllhdk{width:100vw}.paper.box.wide.svelte-1gllhdk{width:75vw}.paper.box.normal.svelte-1gllhdk{width:50vw}.paper.box.narrow.svelte-1gllhdk{width:25vw}@media(max-width:700px){.paper.box.svelte-1gllhdk{height:100vh;margin:0 auto auto;width:100vw}}#cookie_notification.svelte-19d5xat.svelte-19d5xat{align-items:flex-end;background-color:#fff;border-radius:4px;bottom:15px;box-shadow:2px 3px 10px rgba(0,0,0,.4);display:block;justify-content:space-between;left:50%;max-width:90%;padding:25px;position:fixed;text-align:left;transform:translateX(-50%);width:900px}#cookie_notification.svelte-19d5xat p.svelte-19d5xat{color:#3d3d3d;font-size:.7rem;margin:0;text-align:left}@media(min-width:576px){#cookie_notification.svelte-19d5xat.svelte-19d5xat{display:flex}.cookie_accept.svelte-19d5xat.svelte-19d5xat{margin:0 0 0 25px}}@media(max-width:575px){#cookie_notification.svelte-19d5xat.svelte-19d5xat{text-align:left}.cookie_accept.svelte-19d5xat.svelte-19d5xat{margin:10px 0 0}}.tags.svelte-9c4k6c:not(:last-child){margin-bottom:none}