funuicss 1.3.0 → 1.4.0
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.
- package/README.md +38 -0
- package/component/Alert.jsx +99 -0
- package/component/Avatar.jsx +79 -0
- package/component/CloseModal.jsx +90 -0
- package/component/Div.jsx +92 -0
- package/component/Hr.jsx +72 -0
- package/component/LinkWrapper.jsx +72 -0
- package/component/List.jsx +79 -0
- package/component/ListItem.jsx +73 -0
- package/component/Modal.jsx +93 -0
- package/component/ModalAction.jsx +71 -0
- package/component/ModalContent.jsx +77 -0
- package/component/ModalHeader.jsx +105 -0
- package/component/NavBar.jsx +78 -0
- package/component/NavLink.jsx +74 -0
- package/component/NavLogo.jsx +95 -0
- package/component/ProgressBar.jsx +91 -0
- package/component/Section.jsx +76 -0
- package/component/SidebarTrigger.jsx +96 -0
- package/component/Snackbar.jsx +90 -0
- package/component/Tip.jsx +78 -0
- package/component/ToolTip.jsx +72 -0
- package/component/fun.css +593 -0
- package/css/062f2c55ba707b91a7b7.ttf +0 -0
- package/css/entry/index.js +1 -0
- package/css/fun.jsx +604 -0
- package/package.json +2 -1
- package/css/fun.css +0 -664
|
@@ -0,0 +1,593 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 822:
|
|
6
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* harmony import */ var _FunUiPack_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81);
|
|
12
|
+
/* harmony import */ var _FunUiPack_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
13
|
+
/* harmony import */ var _FunUiPack_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(645);
|
|
14
|
+
/* harmony import */ var _FunUiPack_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
15
|
+
/* harmony import */ var _FunUiPack_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(667);
|
|
16
|
+
/* harmony import */ var _FunUiPack_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
17
|
+
// Imports
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(407), __webpack_require__.b);
|
|
22
|
+
var ___CSS_LOADER_EXPORT___ = _FunUiPack_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_FunUiPack_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
23
|
+
___CSS_LOADER_EXPORT___.push([module.id, "@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css);"]);
|
|
24
|
+
var ___CSS_LOADER_URL_REPLACEMENT_0___ = _FunUiPack_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);
|
|
25
|
+
// Module
|
|
26
|
+
___CSS_LOADER_EXPORT___.push([module.id, "/*###################################################################\r\nFUN CSS 1.0 MIT LICENSE 2023\r\n#####################################################################*/\r\n\r\n/* Fonts */\r\n@font-face {\r\n font-family: \"MavenPro\";\r\n src: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ");\r\n}\r\n:root{\r\n --primaryColor:#0d6efd;\r\n --white:#fff;\r\n --dark:#1e1e1e ;\r\n --lightDark:rgba(78, 78, 78, 0.4);\r\n --secondaryColor: hsl(208, 7%, 46%);\r\n --success:#48c78e;\r\n --warning:#dc8001cc;\r\n --danger:#dc1101cc;\r\n --info:#5fbbe2;\r\n --light:#e0f3f5 ;\r\n --bd-font-weight:400;\r\n --bdfontSize:1rem;\r\n --db-line-height:1.;\r\n --fontFamily:'MavenPro', sans-serif;\r\n --smallFont:0.875em;\r\n --smallerFont:0.775em;\r\n --navHeight:50px !important ;\r\n --border:0.1rem solid #ddd;\r\n --hoverable: rgba(221, 221, 221 , 0.2);\r\n}\r\n\r\n/* normalise css */\r\n*{box-sizing: border-box;font-family: var(--fontFamily);}\r\nbody{padding: 0px;margin: 0px;box-sizing: border-box;font-size:var(--bdfontSize);line-height: var(--db-line-height);font-weight: var(--bd-font-weight);}\r\na{text-decoration: none;background: transparent;transition: 0.3s;color:inherit}a:hover{opacity: 0.9;}\r\n/* h1{font-size:xx-large;font-weight: 200;}h2{font-size:x-large}h3{font-size:larger}h4{font-size:large}h5{font-size:medium}h6{font-size:small} */\r\nbutton{-webkit-appearance:button}link{text-decoration: none;}link:hover{text-decoration: none;}input{background:transparent}\r\n\r\n/* colors */\r\n.primary,.hover-primary:hover{background-color:var(--primaryColor)!important;color:white;}\r\n.dark,.hover-dark:hover{background-color:var(--dark)!important;color:white;}\r\n.white,.hover-white:hover{background-color:var(--white)!important;}\r\n.light,.hover-light:hover{background-color:var(--light)!important;}\r\n.secondary,.hover-secondary:hover{background-color:var(--secondaryColor)!important;color:white;}\r\n.success,.hover-success:hover{background-color:var(--success)!important;color:white;}\r\n.info,.hover-info:hover{ background-color: var(--info) !important;color:white;}\r\n.warning,.hover-warning:hover{background-color: var(--warning) !important;color:white;}\r\n.danger,.error,.hover-danger:hover{background-color: var(--danger) !important;color:white;}\r\n\r\n/* outlines */\r\n.success-outline{border:1px solid var(--success) !important}\r\n.primary-outline{border:1px solid var(--primaryColor) !important}\r\n.light-outline{border:1px solid var(--light) !important}\r\n.dark-outline{border:1px solid var(--dark) !important}\r\n.secondary-outline{border:1px solid var(--secondaryColor) !important}\r\n.light-outline{border:1px solid var(--light) !important}\r\n.info-outline{border:1px solid var(--info) !important;}\r\n.warning-outline{border:1px solid var(--warning) !important;}\r\n.danger-outline {border:1px solid var(--danger) !important;}\r\n\r\n/* text color */\r\n.text-light , .hover-text-light:hover{color: var(--light) !important;}\r\n.text-dark , .hover-text-dark:hover{color: var(--dark) !important;}\r\n.text-primary , .hover-text-primary:hover{color: var(--primaryColor) !important;}\r\n.text-secondary , .hover-text-secondary:hover{color: var(--secondaryColor) !important;}\r\n.text-success , .hover-text-success:hover{color: var(--success) !important;}\r\n.text-info .hover-text-info:hover{color: var(--info);}\r\n.text-warning, .hover-text-warning:hover{color: var(--warning);}\r\n.text-danger , .hover-text-danger:hover{color: var(--danger);}\r\n\r\n/* width */\r\n.width-10-p{width: 10% !important;}.width-20-p{width: 20% !important;}.width-30-p{width: 30% !important;}.width-40-p{width: 40% !important;}\r\n.width-50-p{width: 50% !important;}.width-60-p{width: 60% !important;}.width-70-p{width: 70% !important;}.width-80-p{width: 80% !important;}\r\n.width-90-p{width: 90% !important;}.width-100-p{width: 100%;}.width-10{width: 10px;}.width-20{width: 20px;}.width-30{width: 30px;}\r\n.width-40{width: 40px;}.width-50{width: 50px;}.width-60{width: 60px;}.width-70{width: 70px;}.width-80{width: 80px;}.width-90{width: 90px;}\r\n.width-100{width: 100px;}.width-200{width: 200px;}.width-300{width: 300px;}.width-400{width: 400px;}.width-500{width: 500px;}\r\n.width-600{width: 600px;}.width-700{width: 700px;}.width-800{width: 800px;}.width-900{width: 900px;}\r\n.width-10-max{max-width: 10px;}.width-20-max{max-width: 20px;}.width-30-max{width: 30px;}\r\n.width-40-max{max-width: 40px;}.width-50-max{max-width: 50px;}.width-60-max{width: 60px;}.width-70-max{max-width: 70px;}.width-80-max{max-width: 80px;}.width-90-max{max-width: 90px;}\r\n.width-100-max{max-width: 100px;}.width-200-max{max-width: 200px;}.width-300-max{max-width: 300px;}.width-400-max{max-width: 400px;}.width-500-max{max-width: 500px;}\r\n.width-600-max{max-width: 600px;}.width-700-max{max-width: 700px;}.width-800-max{max-width: 800px;}.width-900-max{max-width: 900px;}\r\n.width-10-min{min-width: 10px;}.width-20-min{min-width: 20px;}.width-30-min{min-width: 30px;}\r\n.width-40-min{min-width: 40px;}.width-50-min{min-width: 50px;}.width-60-min{min-width: 60px;}.width-70-min{min-width: 70px;}.width-80-min{min-width: 80px;}.width-90-min{min-width: 90px;}\r\n.width-100-min{min-width: 100px;}.width-200-min{min-width: 200px;}.width-300-min{min-width: 300px;}.width-400-min{min-width: 400px;}.width-500-min{min-width: 500px;}\r\n.width-600-min{min-width: 600px;}.width-700-min{min-width: 700px;}.width-800-min{min-width: 800px;}.width-900-min{min-width: 900px;}\r\n.width-10-max{max-width: 10px;}.width-20-max{max-width: 20px;}.width-30-max{width: 30px;}\r\n.width-40-max{max-width: 40px;}.width-50-max{max-width: 50px;}.width-60-max{width: 60px;}.width-70-max{max-width: 70px;}.width-80-max{max-width: 80px;}.width-90-max{max-width: 90px;}\r\n.width-100-max{max-width: 100px;}.width-200-max{max-width: 200px;}.width-300-max{max-width: 300px;}.width-400-max{max-width: 400px;}.width-500-max{max-width: 500px;}\r\n.width-600-max{max-width: 600px;}.width-700-max{max-width: 700px;}.width-800-max{max-width: 800px;}.width-900-max{max-width: 900px;}\r\n.width-10-min{min-width: 10px;}.width-20-min{min-width: 20px;}.width-30-min{min-width: 30px;}\r\n.width-40-min{min-width: 40px;}.width-50-min{min-width: 50px;}.width-60-min{min-width: 60px;}.width-70-min{min-width: 70px;}.width-80-min{min-width: 80px;}.width-90-min{min-width: 90px;}\r\n.width-100-min{min-width: 100px;}.width-200-min{min-width: 200px;}.width-300-min{min-width: 300px;}.width-400-min{min-width: 400px;}.width-500-min{min-width: 500px;}\r\n.width-600-min{min-width: 600px;}.width-700-min{min-width: 700px;}.width-800-min{min-width: 800px;}.width-900-min{min-width: 900px;}\r\n.width-min-vw{min-width: 100vw;}\r\n\r\n /*Heights*/\r\n .height-10-p{height: 10%;}.height-20-p{height: 20%;}.height-30-p{height: 30%;}.height-40-p{height: 40%;}.height-50-p{height: 50%;}\r\n .height-60-p{height: 60%;}.height-70-p{height: 70%;}.height-80-p{height: 80%;}.height-90-p{height: 90%;}.width-100-p{width: 100%;}\r\n .height-10{height: 10px;}.height-20{height: 20px;}.height-30{height: 30px;}.height-40{height: 40px;}.height-50{height: 50px;}.height-60{height: 60px;}\r\n .height-70{height: 70px;}.height-80{height: 80px;}.height-90{height: 90px;}.height-100{height: 100px;}.height-200{height: 200px;}\r\n .height-300{height: 300px;}.height-400{height: 400px;}.height-500{height: 500px;}.height-600{height: 600px;}.height-700{height: 700px;}\r\n .height-800{height: 800px;}.height-900{height: 900px;}.height-100-vh{height: 100vh;}\r\n .height-10-max{max-height: 10px;}.height-20-max{max-width: 20px;}.height-30-max{width: 30px;}\r\n .height-40-max{max-height: 40px;}.height-50-max{max-width: 50px;}.height-60-max{width: 60px;}.height-70-max{max-height: 70px;}.height-80-max{max-height: 80px;}.height-90-max{max-height: 90px;}\r\n .height-100-max{max-height: 100px;}.height-200-max{max-height: 200px;}.height-300-max{max-height: 300px;}.height-400-max{max-height: 400px;}.height-500-max{max-height: 500px;}\r\n .height-600-max{max-height: 600px;}.height-700-max{max-height: 700px;}.height-800-max{max-height: 800px;}.height-900-max{max-height: 900px;}\r\n .height-10-min{min-height:10px;}.height-20-min{min-height:20px;}.height-30-min{min-height:30px;}\r\n .height-40-min{min-height:40px;}.height-50-min{min-height:50px;}.height-60-min{min-height:60px;}.height-70-min{min-height:70px;}.height-80-min{min-height:80px;}.height-90-min{min-height:90px;}\r\n .height-100-min{min-height:100px;}.height-200-min{min-height:200px;}.height-300-min{min-height:300px;}.height-400-min{min-height:400px;}.height-500-min{min-height:500px;}\r\n .height-600-min{min-height:600px;}.height-700-min{min-height:700px;}.height-800-min{min-height:800px;}.height-900-min{min-height:900px;}\r\n .height-min-vh{min-height: 100vh;}\r\n \r\n/* Typography */\r\n.text-big{ font-size: calc(1.375rem + 2vw);font-weight: 900;line-height:normal}.text-small{ font-size: var(--smallFont);}\r\n.text-bigger{font-size: calc(1.375rem + 2.5vw);font-weight: 900;line-height:normal}.text-smaller{font-size: var(--smallerFont);}\r\n.text-jumbo{font-size: calc(1.375rem + 3vw);font-weight: 900;line-height:normal}\r\n.text-bold{font-weight: bold !important;}\r\n.text-bolder{font-weight: bolder!important;}\r\nf\r\nh6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {\r\n margin-top: 0;\r\n margin-bottom: 0.5rem;\r\n font-weight: 500;\r\n line-height: 1.2; \r\n}\r\n\r\nh1, .h1 {\r\n font-size: calc(1.375rem + 1.5vw);\r\n}\r\n@media (min-width: 1200px) {\r\n h1, .h1 {\r\n font-size: 2.5rem;\r\n }\r\n}\r\n\r\nh2, .h2 {\r\n font-size: calc(1.325rem + 0.9vw);\r\n}\r\n@media (min-width: 1200px) {\r\n h2, .h2 {\r\n font-size: 2rem;\r\n }\r\n}\r\n\r\nh3, .h3 {\r\n font-size: calc(1.3rem + 0.6vw);\r\n}\r\n@media (min-width: 1200px) {\r\n h3, .h3 {\r\n font-size: 1.75rem;\r\n }\r\n}\r\n\r\nh4, .h4 {\r\n font-size: calc(1.275rem + 0.3vw);\r\n}\r\n@media (min-width: 1200px) {\r\n h4, .h4 {\r\n font-size: 1.5rem;\r\n }\r\n}\r\n\r\nh5, .h5 {\r\n font-size: 1.25rem;\r\n}\r\n\r\nh6, .h6 {\r\n font-size: 1rem;\r\n}\r\n\r\n/*margin*/\r\n.margin{margin: 10px !important;};\r\n.margin-top-10{margin-top: 10px !important;}.margin-top-20{margin-top: 20px !important;}.margin-top-30{margin-top: 30px !important;}\r\n.margin-top-40{margin-top: 40px !important;}.margin-top-50{margin-top: 50px !important;}.margin-top-60{margin-top: 60px !important;}\r\n.margin-top-70{margin-top: 70px !important;}.margin-top-80{margin-top: 80px !important;}.margin-top-90{margin-top: 90px !important;}\r\n.margin-top-100-{margin-top: -100px;}\r\n.margin-top-10-{margin-top: -10px !important;}.margin-top-20-{margin-top: -20px !important;}.margin-top-30-{margin-top: -30px !important;}\r\n.margin-top-40-{margin-top: -40px !important;}.margin-top-50-{margin-top: -50px !important;}.margin-top-60-{margin-top: -60px !important;}\r\n.margin-top-70-{margin-top: -70px !important;}.margin-top-80-{margin-top: -80px !important;}.margin-top-90-{margin-top: -90px !important;}\r\n.margin-top-100{margin-top: 100px;}\r\n.margin-10{margin: 10px !important;}.margin-20{margin: 20px !important;}.margin-30{margin: 30px !important;}.margin-40{margin: 40px !important;}\r\n.margin-50{margin: 50px !important;}\r\n.margin-bottom-10{margin-bottom: 10px !important;}.margin-bottom-20{margin-bottom: 20px !important;}.margin-bottom-30{margin-bottom: 30px !important;}\r\n.margin-bottom-40{margin-bottom: 40px !important;}.margin-bottom-50{margin-bottom: 50px !important;}.margin-bottom-60{margin-bottom: 60px !important;}\r\n.margin-bottom-70{margin-bottom: 70px !important;}.margin-bottom-80{margin-bottom: 80px !important;}.margin-bottom-90{margin-bottom: 90px !important;}\r\n.margin-bottom-100{margin-bottom: 100px;}\r\n.margin-left-10{margin-left: 10px !important;}.margin-left-20{margin-left: 20px !important;}.margin-left-30{margin-left: 30px !important;}\r\n.margin-left-40{margin-left: 40px !important;}.margin-left-50{margin-left: 50px !important;}.margin-left-60{margin-left: 60px !important;}\r\n.margin-left-70{margin-left: 70px !important;}.margin-left-80{margin-left: 80px !important;}.margin-left-90{margin-left: 90px !important;}\r\n.margin-left-100{margin-left: 100px;}\r\n.margin-right-10{margin-right: 10px !important;}.margin-right-20{margin-right: 20px !important;}.margin-right-30{margin-right: 30px !important;}\r\n.margin-right-40{margin-right: 40px !important;}.margin-right-50{margin-right: 50px !important;}.margin-right-60{margin-right: 60px !important;}\r\n.margin-right-70{margin-right: 70px !important;}.margin-right-80{margin-right: 80px !important;}.margin-right-90{margin-right: 90px !important;}\r\n.margin-right-100{margin-bottom: 100px;}\r\n/*padding*/\r\n.padding{padding: 10px !important;};.padding-5{padding: 5px !important;}\r\n.padding-top-10{padding-top: 10px !important;}.padding-top-20{padding-top: 20px !important;}.padding-top-30{padding-top: 30px !important;}\r\n.padding-top-40{padding-top: 40px !important;}.padding-top-50{padding-top: 50px !important;}.padding-top-60{padding-top: 60px !important;}\r\n.padding-top-70{padding-top: 70px !important;}.padding-top-80{padding-top: 80px !important;}.padding-top-90{padding-top: 90px !important;}\r\n.padding-top-100{padding-top: 100px;}\r\n.padding-10{padding: 10px !important;}.padding-20{padding: 20px !important;}.padding-30{padding: 30px !important;}\r\n.padding-40{padding: 40px !important;}.padding-50{padding: 50px !important;}.padding-60{padding: 60px !important;}\r\n.padding-70{padding: 70px !important;}.padding-80{padding: 80px !important;}.padding-90{padding: 90px !important;}\r\n.padding-100{padding: 100px;}\r\n.padding-bottom-10{padding-bottom: 10px !important;}.padding-bottom-20{padding-bottom: 20px !important;}.padding-bottom-30{padding-bottom: 30px !important;}\r\n.padding-bottom-40{padding-bottom: 40px !important;}.padding-bottom-50{padding-bottom: 50px !important;}.padding-bottom-60{padding-bottom: 60px !important;}\r\n.padding-bottom-70{padding-bottom: 70px !important;}.padding-bottom-80{padding-bottom: 80px !important;}.padding-bottom-90{padding-bottom: 90px !important;}\r\n.padding-bottom-100{padding-bottom: 100px;}\r\n.padding-left-10{padding-left: 10px !important;}.padding-left-20{padding-left: 20px !important;}.padding-left-30{padding-left: 30px !important;}\r\n.padding-left-40{padding-left: 40px !important;}.padding-left-50{padding-left: 50px !important;}.padding-left-60{padding-left: 60px !important;}\r\n.padding-left-70{padding-left: 70px !important;}.padding-left-80{padding-left: 80px !important;}.padding-left-90{padding-left: 90px !important;}\r\n.padding-left-100{padding-left: 100px;}\r\n.padding-right-10{padding-right: 10px !important;}.padding-right-20{padding-right: 20px !important;}.padding-right-30{padding-right: 30px !important;}\r\n.padding-right-40{padding-right: 40px !important;}.padding-right-50{padding-right: 50px !important;}.padding-right-60{padding-right: 60px !important;}\r\n.padding-right-70{padding-right: 70px !important;}.padding-right-80{padding-right: 80px !important;}.padding-right-90{padding-right: 90px !important;}\r\n.padding-right-100{padding-bottom: 100px;}\r\n\r\n/*Helpers*/\r\n.no-padding{padding: 0px !important;}.no-margin{margin: 0px;}.line-through{text-decoration: line-through;}.underline{text-decoration: underline;}.overline{text-decoration: overline;}.wavy{text-decoration: wavy;}.borderless{border: none;}.border{border: var(--border);}\r\n.text-center{text-align: center !important;}.text-left{text-align: left !important;}.text-right{text-align: right !important;}.text-justify{text-align: justify !important;}.hide{display: none;}.show{display: block;}\r\n.center{margin: 0px auto;}.float-right{float: right;}.float-left{float: left;}.section{margin-top: 10px;margin-bottom: 10px;}\r\n.opacity-1,.hover-opacity-1:hover{opacity: 1;}.opacity-2,.hover-opacity-2:hover{opacity: 0.9;}.opacity-3,.hover-opacity-3:hover{opacity: 0.8;}.opacity-4,.hover-opacity-4:hover{opacity: 0.7;}.opacity-5,.hover-opacity-5:hover{opacity: 0.6;}\r\n.opacity-6,.hover-opacity-6:hover{opacity: 0.5;}.opacity-7,.hover-opacity-7:hover{opacity: 0.4;}.opacity-8,.hover-opacity-8:hover{opacity: 0.2;}.opacity-9,.hover-opacity-9:hover{opacity: 0.1;}\r\n.hr{border-bottom: var(--border);}.vr{border-left: var(--border);}.vertical-scroll{overflow-y: scroll;}.horizontal-scroll{overflow-x: scroll;}\r\n.z-index-1{z-index: 1;}.z-index-2{z-index: 2;}.z-index-3{z-index: 3;}.z-index-4{z-index: 4;}.z-index-5{z-index: 5;}.z-index-6{z-index: 6;}.z-index-7{z-index: 7;}.z-index-8{z-index: 8;}.z-index-9{z-index: 9;}.z-index-10{z-index: 10;}\r\n.responsive{width: 100%;height: auto;}.row-flex{display: flex;flex-direction: row;align-items: center;}.row-flex.gap{grid-gap: 0.5rem;}\r\n.top-right{position: absolute;top: 0px;right: 0px}.top-left{position: absolute;top: 0px;left: 0px}.top{position: absolute;top: 0px}.bottom-right{position: absolute;bottom: 0px;right: 0px}\r\n.bottom-left{position: absolute;bottom: 0px;left: 0px}.bottom{position: absolute;bottom: 0px}.clear-both{clear: both;}.content-middle{display:flex;justify-content: center;align-items: center;height: 100%;width: 100%;}\r\n.sticky-top {position: -webkit-sticky;position: sticky;top: 0px;z-index: 5;width: 100%;}.fixed-top{position: fixed;top: 0px;z-index: 5;width: 100%;}\r\n.relative{position: relative;}.fixed{position: fixed;}.sticky{position: sticky;}.absolute{position: absolute;}\r\n.block{display: block;}.inline-block{display: inline-block;}.middle{display: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}\r\n.shadow{box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}.hover-shadow{transition: 0.3s;}.hover-shadow:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}\r\n.fit{height: 100%;width: 100%;}.fit-width{width: fit-content;}.fit-height{height: fit-content;}.shadow-bingo{box-shadow: 10px 20px 20px 10px rgba(225,225,225,0.5),0px 40px 40px 0px rgba(225,225,255,0.6);}\r\n.top-border{border-top: var(--border);}.bottom-border{border-bottom: var(--border);}.right-border{border-right: var(--border);}.left-border{border-left: var(--border);}\r\n.row-flex.space-between{justify-content:space-between}.row-flex.gap{gap: 0.2rem;}\r\n.row-flex.space-around{justify-content:space-around}\r\n.row-flex.center{justify-content:center}\r\n.central{display: flex;align-items: center;justify-content: center;}\r\n/* cursor */\r\n.cursor-pointer{cursor: pointer;}.cursor-copy{cursor: copy;}.cursor-none{cursor: none;}.cursor-move{cursor: move;}\r\n/* containers hover*/\r\n.container{margin: 0 10%;}\r\n@media (min-width:993px){.container{margin-left: 10%;margin-right: 10%;}}@media (max-width:992px){.container{margin-left: 10%;margin-right: 10%;}}@media (max-width:500px){.container{margin-left: 5%;margin-right: 5%;}}\r\n\r\n/* grid */\r\n.row{display: flex;flex-wrap: wrap;-ms-flex-wrap:wrap;justify-content: space-between;width: 100%;flex-direction: row;}\r\n.row.gap .col{padding: 0.5rem;}\r\n@media(max-width : 600px){.col.sm-12{flex: 99.99999%; -ms-flex: 0 0 99.99999%;}.col.sm-11{flex:0 0 91.66666%;-ms-flex:0 0 91.66666%;}.col.sm-10{flex:0 0 83.33333%; -ms-flex: 0 0 83.33333%;}\r\n.col.sm-9{flex:0 0 74.99999%;-ms-flex: 0 0 74.99999%;}.col.sm-8{flex:0 0 66.66666%;-ms-flex: 0 0 66.66666%;}.col.sm-7{flex:0 0 58.33333%;-ms-flex: 0 0 58.33333%;}.col.sm-6{flex:0 0 49.99999%;-ms-flex:0 0 49.99999%;}\r\n.col.sm-5{flex:0 0 41.66666%;-ms-flex:0 0 41.66666%;}.col.sm-4{flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;}.col.sm-3{flex:0 0 24.99999%;-ms-flex: 0 0 24.99999%;}.col.sm-2{flex:0 0 16.66666%;-ms-flex: 0 0 16.66666%;}.col.sm-1{flex:0 0 8.33333%;-ms-flex: 0 0 8.33333%;}}\r\n\r\n@media(min-width : 601px){.col.md-12{flex: 99.99999%; -ms-flex: 0 0 99.99999%;}.col.md-11{flex:0 0 91.66666%;-ms-flex:0 0 91.66666%;}\r\n.col.md-10{flex:0 0 83.33333%; -ms-flex: 0 0 83.33333%;}.col.md-9{flex:0 0 74.99999%;-ms-flex: 0 0 74.99999%;}.col.md-8{flex:0 0 66.66666%;-ms-flex: 0 0 66.66666%;}.col.md-7{flex:0 0 58.33333%;-ms-flex: 0 0 58.33333%;}\r\n.col.md-6{flex:0 0 49.99999%;-ms-flex:0 0 49.99999%;}.col.md-5{flex:0 0 41.66666%;-ms-flex:0 0 41.66666%;}.col.md-4{flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;}.col.md-3{flex:0 0 24.99999%;-ms-flex: 0 0 24.99999%;}\r\n.col.md-2{flex:0 0 16.66666%;-ms-flex: 0 0 16.66666%;}.col.md-1{flex:0 0 8.33333%;-ms-flex: 0 0 8.33333%;}\r\n}\r\n@media(min-width : 993px){.col.lg-12{flex: 99.99999%; -ms-flex: 0 0 99.99999%;}.col.lg-11{flex:0 0 91.66666%;-ms-flex:0 0 91.66666%;}.col.lg-10{flex:0 0 83.33333%; -ms-flex: 0 0 83.33333%;}.col.lg-9{flex:0 0 74.99999%;-ms-flex: 0 0 74.99999%;}\r\n.col.lg-8{flex:0 0 66.66666%;-ms-flex: 0 0 66.66666%;}.col.lg-7{flex:0 0 58.33333%;-ms-flex: 0 0 58.33333%;}.col.lg-6{flex:0 0 49.99999%;-ms-flex:0 0 49.99999%;}.col.lg-5{flex:0 0 41.66666%;-ms-flex:0 0 41.66666%;}.col.lg-4{flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;}\r\n.col.lg-3{flex:0 0 24.99999%;-ms-flex: 0 0 24.99999%;}.col.lg-2{flex:0 0 16.66666%;-ms-flex: 0 0 16.66666%;}.col.lg-1{flex:0 0 8.33333%;-ms-flex: 0 0 8.33333%;}}\r\n\r\n/*buttons*/\r\n.button{border: 0.1rem solid transparent;transition: 1s;padding: 10px;background-color: inherit;border-radius: 5px;font-weight:bold;}.button:hover{cursor: pointer;background: #ddd;}.block-button{width: 100%;}\r\n.floatBtn{border-radius: 50%;display: flex;align-items: center !important;justify-content: center !important;padding: 0 !important;}.button.full-width{width: 100%;}.button{position: relative;text-align: center;-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;text-decoration: none;overflow: hidden;}\r\n.button:after {content: \"\";background: #ddd;display: block;position: absolute;padding-top: 300%;padding-left: 350%;margin-left: -20px!important;margin-top: -120%;opacity: 0;transition: all 0.8s}.button.ripple:active:after {padding: 0;margin: 0;opacity: 1;transition: 0s}\r\n.roundBtn{border-radius: 100rem;}.button.outlined{background-color: transparent ;}.button.outlined:hover{background-color: var(--hoverable);}\r\n.button.small{padding: 5px !important;}.button.medium{padding: 10px !important;}.button.large{padding: 15px !important;}\r\n.button.larger{padding: 20px !important;}.button-x-large{padding: 25px!important;}.button.xx-large{padding: 30px !important;}\r\n\r\n/*cards*/\r\n.card{ box-shadow: 0 8px 10px 0 rgba(225,225,225,0.5);transition: 0.3s;}\r\n.card.lg{box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);}\r\n.card-footer{padding-top: 10px;padding-bottom: 10px;}.card-header{font-size: larger;}.card-image{width: 100%;height: auto;}\r\n.card-title{position:absolute;bottom:10px;left: 10px;}.card-title.top-left{position:absolute;top:10px;left: 10px;}.card-title.top-right{position:absolute;top:10px;right: 10px;}.card-title.bottom-left{position:absolute;bottom:10px;left: 10px;}.card-title.bottom-right{position:absolute;bottom:10px;right: 10px;}\r\n.card-fab{position: absolute;bottom: 0;right: 10px;transform: translateY(40%);}.card-body{padding: 10px;}.card-footer{padding: 10px;}.card-footer > a{margin-left: 5px;}\r\n.card.horizontal{display: flex;flex-direction: row;}.card.horizontal div:first-of-type img{width: 100%;height: auto;}\r\n.pointer{cursor: pointer;}.zoom-in{cursor: zoom-in;}.zoom-out{cursor: zoom-out;}\r\n/* Navbar */\r\n.navigation-bar{width: 100%;display: flex;flex-direction: row;display: -ms-flexbox;justify-content: space-between;align-items:center;padding: 0.5rem;height: var(--navHeight);}\r\n.sidebar-trigger{display: none;cursor: pointer;}.navbar-link{cursor: pointer;padding: 0.5rem;transition: 0.2s linear;}.navbar-link.hover:hover{background-color: var(--light);border-radius: 0.3rem;}\r\n.link-wrapper , .linkWrapper{display: flex; flex-direction: row;align-items:center;grid-gap: 0.2rem;}.collapse{overflow: auto;transition: 0.5s;display: block;width: 100%;max-height: fit-content;}\r\n.linkWrapperLogo{display: none;}\r\n@media (max-width:900px){.sidebar-trigger{display: block;}.link-wrapper , .linkWrapper{display: none;}\r\n}\r\n.fixedTop{position:fixed!important;top: 0;left: 0;z-index: 10;}\r\n\r\n/* Alerts */\r\n.alert{position: relative;display: flex;flex-direction: row;padding: 1rem;border-radius: 5px;font-weight: 500;\r\ngap: 0.7rem;font-size: var(--smallFont);\r\n}\r\n.alert-icon > i{cursor: pointer;margin: 0;font-size:medium !important;}\r\n.alert.success{background-color: rgb(237, 247, 237) !important;}\r\n.alert.info{ background-color: rgb(229, 246, 253) !important}\r\n.alert.warning{background-color: rgb(255, 244, 229) !important;}\r\n.alert.danger{background-color: rgb(253, 237, 237) !important;}\r\n.alert.success .alert-text , .alert-icon{color: rgb(30, 70, 32) !important;}\r\n.alert.info .alert-text , .alert-icon{color: rgb(1, 67, 97) !important;}\r\n.alert.warning .alert-text , .alert-icon{color: rgb(102, 60, 0)!important;}\r\n.alert.danger .alert-text , .alert-icon{color: rgb(95, 33, 32)!important;}\r\n\r\n\r\n/* side bar */\r\n.sidebar{width: 0px;height: 100%;position: fixed;top: 0px;left: 0px;transition: 0.4s;z-index: 8;overflow: auto;}\r\n\r\n/*border radius and borders*/\r\n.round{border-radius: 50%;}.round-edge{border-radius: 10px;}.round-top-left-edge{border-top-left-radius: 10px;}.round-top-right-edge{border-top-right-radius: 10px;}\r\n.round-top-edge{border-top-left-radius: 10px;border-top-right-radius: 10px;}.round-left-edge{border-top-left-radius: 10px;border-bottom-left-radius: 10px;}.round-right-edge{border-top-right-radius: 10px;border-bottom-right-radius: 10px;}\r\n.round-button-left-edge{border-bottom-left-radius: 10px;}.round-button-right-edge{border-bottom-right-radius: 10px;}.round-button-edge{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}.border-left-red-1{border-left: 1px solid ;}\r\n\r\n/*images */\r\n.frame{border: 1px solid rgba(0,0,0,0.4);border-radius: 10px;padding: 10px;padding-top: 20px;padding-bottom: 20px;width: fit-content;}\r\n.circle{border-radius: 50%;}\r\n\r\n/* dropdown */\r\n.dropdown-hover, .dropup-hover{position: relative;width: 100%;z-index: 1;padding: 5px;max-width: 200px;}.dropdown-hover > .drop-menu{top: 100%;}.dropup-hover > .drop-menu{bottom: 100%;}\r\n.drop-menu{position: absolute; box-shadow: 0px 2px 4px rgba(0,0,0,0.2);transition: 0.5s;z-index:-1;width: 100%;overflow: hidden;\r\n border-radius: 0.3rem;\r\n}\r\n.dropup-hover:hover .drop-menu{display:block;z-index: 1;}\r\n.dropdown-hover:hover .drop-menu{display:block;z-index: 1;}\r\n.drop-item{padding: 0.6rem;cursor: pointer;}\r\n.drop-menu.item-hoverable > .drop-item:hover{background-color: rgba(221, 221, 221 , 0.2);}\r\n.drop-button > .rotate-up{transition: 0.3s;margin: 0px 5px;}.drop-button:hover .rotate-up{transform: rotate(180deg);}\r\n.drop-button > .rotate-down{transition: 0.3s;margin: 0px 5px;}.drop-button:hover .rotate-down{transform: rotate(180deg);}\r\n\r\n/*inputs*/\r\n.input{padding: 0.5rem 0;outline: none;border: 0.1rem transparent;border-bottom: var(--border);transition: 0.2s linear;font-weight: 500;}\r\n.input:focus{border-bottom: 0.1rem solid var(--primaryColor);}\r\n.input.bordered{border:var(--border);border-radius:0.3rem;transition: 0.2s linear;padding: 0.5rem ;}\r\n.input.bordered:focus{border: 0.1rem solid var(--primaryColor);}\r\n.input.borderless{border: none;}.input.borderless:focus{border: none;}\r\n.input.no-outline{outline: none;}.full-width{width: 100%;}\r\n.input.round{border-radius: 500px;}\r\n.input.animate-width{width: 100px;transition:2s ease;min-width:fit-content}\r\n.input.animate-width:focus{width:300px}\r\n.icon-container{position: relative;transform: translateX(0.3rem);}\r\n.icon-container .leftIcon,.rightIcon{height:calc(100%) !important;width: 10%;display: flex;align-items: center;justify-content: center;}\r\n.icon-container .leftIcon{border-top-left-radius: 0.3rem;border-bottom-left-radius: 0.3rem;}\r\n.icon-container .rightIcon{border-top-right-radius: 0.3rem;border-bottom-right-radius: 0.3rem;}\r\n.icon-container .leftIcon{transform: translateX( -0.1rem);}\r\n.icon-container .leftIcon{position: absolute;left: 0rem;overflow: hidden;min-width: 1.9rem;} \r\n.icon-container .rightIcon{position: absolute;right: 0rem;bottom:0;overflow: hidden;min-width: 1.9rem;} \r\n.icon-container.left .input{padding-left:11%}\r\n.icon-container.right .input{padding-right:11%}\r\n /* .icon-container.left .icon{left:2%;} \r\n.icon-container.right .icon{right:2%;} */\r\n\r\n/*flex*/\r\n.flex{display: flex;flex-wrap: wrap;-ms-flex-wrap: wrap;width: 100%;}.flex-10{flex: 10%;}.flex-20{flex: 20%;}.flex-30{flex: 30%;}.flex-40{flex: 40%;}.flex-50{flex: 50%;}.flex-60{flex: 60%;}.flex-70{flex: 70%;}.flex-80{flex: 80%;}.flex-90{flex: 90%;}.flex-100{flex: 100%;}\r\n.top-0{top: 0px;}.top-10{top: 10px !important;}.top-20{top: 20px !important;}.top-30{top: 30px !important;}\r\n.top-40{top: 40px !important;}.top-50{top: 50px !important;}.top-60{top: 60px !important;}.top-70{top: 70px !important;}.top-80{top: 80px !important;}.top-90{top: 90px !important;}\r\n.bottom-0{bottom: 0px;}.bottom-10{bottom: 10px !important;}.bottom-20{bottom: 20px !important;}.bottom-30{bottom: 30px !important;}\r\n.bottom-40{bottom: 40px !important;}.bottom-50{bottom: 50px !important;}.bottom-60{bottom: 60px !important;}.bottom-70{bottom: 70px !important;}.bottom-80{bottom: 80px !important;}.bottom-90{bottom: 90px !important;}\r\n.left-0{left: 0px;}.left-10{left: 10px !important;}.left-20{left: 20px !important;}.left-30{left: 30px !important;}\r\n.left-40{left: 40px !important;}.left-50{left: 50px !important;}.left-60{left: 60px !important;}.left-70{left: 70px !important;}.left-80{left: 80px !important;}.left-90{left: 90px !important;}\r\n.right-0{right: 0px;}.right-10{right: 10px !important;}.right-20{right: 20px !important;}.right-30{right: 30px !important;}\r\n.right-40{right: 40px !important;}.right-50{right: 50px !important;}.right-60{right: 60px !important;}.right-70{right: 70px !important;}.right-80{right: 80px !important;}.right-90{right: 90px !important;}\r\n/*small screens */\r\n@media(max-width:600px){.hide-small{display: none;}.show-small{display: block;}\r\n.small-width-10{width: 10px;}.small-width-20{width: 20px;}.small-width-30{width: 30px;}.small-width-40{width: 40px;}\r\n.small-width-50{width: 50px;}.small-width-60{width: 60px;}.small-width-70{width: 70px;}.small-width-80{width: 80px;}\r\n.small-width-90{width: 90px;}.small-width-100{width: 100px;}.small-width-200{width: 200px;}.small-width-300{width: 300px;}\r\n.small-width-400{width: 400px;}.small-width-500{width: 500px;}.small-width-600{width: 600px;}.small-width-700{width: 700px;}\r\n.small-width-800{width: 800px}.small-width-900{width: 900px;}.small-width-1000{width: 1000px;}\r\n.small-height-10{height: 10px;}.small-height-20{height: 20px;}.small-height-30{height: 30px;}.small-height-40{height: 40px;}\r\n.small-height-50{height: 50px;}.small-height-60{height: 60px;}.small-height-70{height: 70px;}.small-height-80{height: 80px;}\r\n.small-height-90{height: 90px;}.small-height-100{height: 100px;}.small-height-200{height: 200px;}.small-height-300{height: 300px;}\r\n.small-height-400{height: 400px;}.small-height-500{height: 500px;}.small-height-600{height: 600px;}.small-height-700{height: 700px;}\r\n.small-height-800{height: 800px;}.small-height-900{height: 900px;}.small-height-1000{height: 1000px;}}\r\n@media(min-width:601px){.hide-medium{display: none;}.show-medium{display: block;}\r\n.medium-width-10{width: 10px;}.medium-width-20{width: 20px;}.medium-width-30{width: 30px;}.medium-width-40{width: 40px;}\r\n.medium-width-50{width: 50px;}.medium-width-60{width: 60px;}.medium-width-70{width: 70px;}.medium-width-80{width: 80px;}\r\n.medium-width-90{width: 90px;}.medium-width-100{width: 100px;}.medium-width-200{width: 200px;}.medium-width-300{width: 300px;}\r\n.medium-width-400{width: 400px;}.medium-width-500{width: 500px;}.medium-width-600{width: 600px;}.medium-width-700{width: 700px;}\r\n.medium-width-800{width: 800px}.medium-width-900{width: 900px;}.medium-width-1000{width: 1000px;}\r\n.medium-height-10{height: 10px;}.medium-height-20{height: 20px;}.medium-height-30{height: 30px;}.medium-height-40{height: 40px;}\r\n.medium-height-50{height: 50px;}.medium-height-60{height: 60px;}.medium-height-70{height: 70px;}.medium-height-80{height: 80px;}\r\n.medium-height-90{height: 90px;}.medium-height-100{height: 100px;}.medium-height-200{height: 200px;}.medium-height-300{height: 300px;}\r\n.medium-height-400{height: 400px;}.medium-height-500{height: 500px;}.medium-height-600{height: 600px;}.medium-height-700{height: 700px;}\r\n.medium-height-800{height: 800px}.medium-height-900{height: 900px;}.medium-height-1000{height: 1000px;}}\r\n@media(min-width:993px){.hide-large{display: none;}.show-large{display: block;}\r\n.large-width-10{width: 10px;}.large-width-20{width: 20px;}.large-width-30{width: 30px;}.large-width-40{width: 40px;}\r\n.large-width-50{width: 50px;}.large-width-60{width: 60px;}.large-width-70{width: 70px;}.large-width-80{width: 80px;}\r\n.large-width-90{width: 90px;}.large-width-100{width: 100px;}.large-width-200{width: 200px;}.large-width-300{width: 300px;}\r\n.large-width-400{width: 400px;}.large-width-500{width: 500px;}.large-width-600{width: 600px;}.large-width-700{width: 700px;}\r\n.large-width-800{width: 800px}.large-width-900{width: 900px;}.large-width-1000{width: 1000px;}\r\n.large-height-10{height: 10px;}.large-height-20{height: 20px;}.large-height-30{height: 30px;}.large-height-40{height: 40px;}\r\n.large-height-50{height: 50px;}.large-height-60{height: 60px;}.large-height-70{height: 70px;}.large-height-80{height: 80px;}\r\n.large-height-90{height: 90px;}.large-height-100{height: 100px;}.large-height-200{height: 200px;}.large-height-300{height: 300px;}\r\n.large-height-400{height: 400px;}.large-height-500{height: 500px;}.large-height-600{height: 600px;}.large-height-700{height: 700px;}\r\n.large-height-800{height: 800px;}.large-height-900{height: 900px;}.large-height-1000{height: 1000px;}}\r\n/* tables */\r\n.table tr ,thead{border-bottom:var(--border)}.table thead > td,th{font-weight:bold}\r\n.table{width: 100%;text-align: left;padding: 0;border-collapse: collapse;}.table.bordered{border: var(--border);}\r\n.table.stripped tr:nth-child(even) {background-color: #E3E6E8;}.table tr,th,td{padding: 0.4rem;margin: 0;}.table.hoverable > tr,th{transition: 0.3s;}.table.hoverable > tr:hover{background-color: var(--hoverable);}\r\n.table.light{background-color: var(--light);color: var(--dark);}\r\n.table.dark{background-color: var(--dark);color: var(--light);}\r\n/*list*/\r\n.list{margin: 0;padding: 0;}.list li{list-style: none;padding: 5px;border-collapse: collapse;}.list.hoverable li:hover{background-color: var(--hoverable);}\r\n.list.bordered li{border-top: var(--border);}.list.bordered{border-left: var(--border);border-right: var(--border);}\r\n.list.bordered li:last-of-type{border-bottom: var(--border);}\r\n.list.stripped li:nth-child(even){background-color: var(--light);}.list.stripped.dark li:nth-child(even){background-color: var(--lightDark);}\r\n.list.roundItems li{border-radius: 300rem;}\r\n/*animation*/\r\n.scale-up{transition: transform 0.5s ease-in;}\r\n.scale-up:hover{transform: scale(1.1);}\r\n.scale-down{transition: transform 0.5s ease-in;}\r\n.scale-down:hover{transform: scale(0.8);}\r\n.hover-up{transition: transform 0.3s ease-in-out;}.hover-up:hover{transform: translateY(-5%);}\r\n.hover-down{transition: transform 0.3s ease-in-out;}.hover-down:hover{transform: translateY(5%);}\r\n.hover-left{transition: transform 0.3s ease-in-out;}.hover-left:hover{transform: translateX(-5%);}\r\n.hover-right{transition: transform 0.3s ease-in-out;}.hover-right:hover{transform: translateX(5%);}\r\n.animate-up-down{animation: updown 5s linear infinite;}\r\n@keyframes updown{50%{transform: translateY(-10%);}100%{transform: translateY(0%);}}\r\n\r\n/*icons*/\r\n.icon.size-smaller{font-size: 0.5em;}.icon.size-small{font-size: 0.8em;}.icon.size-big{font-size: 2em;}.icon.size-bigger{font-size: 3em;}.icon.size-jumbo{font-size: 4em;}\r\n\r\n/*parallax*/\r\n.parallax{background-size:cover;background-repeat: no-repeat;background-position: center;background-attachment: fixed;height: 100vh;width:100%}\r\n/*modal*/\r\n.modal{position: fixed;top:0;justify-content: center;align-items: center;left: 0;padding:0px 10%;\r\nz-index: 100;width: 100%;height: 100%;min-height:100vh;transition: 0.5s;}\r\n.modal.backdrop{background-color:rgba(0,0,0,0.4)}\r\n.modal-content{margin: 100px auto;}.close-modal{float: right;margin: 30px;cursor:pointer}\r\n.closeModal{width: 2.5rem;height: 2.5rem;background-color: var(--danger);display: flex;align-items: center;justify-content: center;border-radius: 50%;\r\nposition: absolute;top: 0;right: 0;transform: translate(1.25rem , -1.25rem);color: var(--white);transition: 0.3s linear;\r\n}.closeModal:hover{color: var(--white);background-color: var(--danger);cursor: pointer;}\r\n.modal-title{padding: 0.5rem;border-bottom: 1.5px solid #ddd;}\r\n.modal-content{\r\n max-width: 700px;\r\n background-color: white;\r\n border-radius: 10px;\r\n box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1)}\r\n.modal-body{padding: 0.7rem;max-height: 300px;overflow: auto;}\r\n.modal-action{padding: 0.7rem;text-align: right;}.modal-action > button, Button , .button{display: inline-block;margin: 0px 5px;}\r\n/*background image*/\r\n.background.no-repeat{background-repeat: no-repeat;}.background.repeat{background-repeat: repeat;}\r\n.background.cover{background-size: cover;}.background.contain{background-size: contain;}\r\n.background.center{background-position: center;}.background.top{background-position: top;}\r\n.background.left{background-position: left;}.background.right{background-position: right;}\r\n.background.bottom{background-position: bottom;}\r\n.darken{background-color: black;opacity: 0.1;}\r\n/*slide panel*/\r\n.slide-panel{position: relative;;overflow: hidden;}\r\n.slide-panel-content{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: 1;transition: transform 0.3s ease;}\r\n.slide-panel.slide-top:hover .slide-panel-content{transform: translate(0, 0);}.slide-panel.slide-top .slide-panel-content{transform: translate(0, -100%);}\r\n.slide-panel.slide-bottom:hover .slide-panel-content{transform: translate(0, 0);}.slide-panel.slide-bottom .slide-panel-content{transform: translate(0, 100%);}\r\n.slide-panel.slide-left:hover .slide-panel-content{transform: translate(0, 0);}.slide-panel.slide-left .slide-panel-content{transform: translate(-100%, 0);}\r\n.slide-panel.slide-right:hover .slide-panel-content{transform: translate(0, 0);}.slide-panel.slide-right .slide-panel-content{transform: translate(100%, 0);}\r\n.icon-start{display: relative;}.icon-start > i{display: absolute;top: 0;left: 0;}\r\n.icon.fit{transform: translateY(20%);}\r\n\r\n/*hide and show on screen */\r\n@media (max-width:600px){.hide-small{display: none;}.show-small{display: block;}.hide-medium{display:block;}.hide-medium-down{display: none;}.show-medium{display: none;}.show-medium-up{display: none;}.show-medium-down{display: block;}.hide-medium-up{display: block;}.show-large{display: none;}}\r\n@media (min-width:601px){.hide-medium{display: none;}.hide-small{display: block;}.show-small{display: none;}.hide-medium-down{display: none;}.show-medium-down{display:block;}.hide-medium-up{display: none;}.show-medium{display: block;}.show-large{display: none;}}\r\n@media (min-width:993px){.show-large{display: block;}.hide-medium{display: block;}.hide-small{display: block;}.show-small{display: none;}.hide-medium-down{display: block;}.show-medium{display: none;}.hide-large{display: none;}.show-medium-down{display: none;};.hide-medium-up{display: none;}}\r\n\r\n/* Progress bars */\r\n.progressBar{\r\n background-color: var(--light);\r\n position: relative;\r\n border-radius: 0.2rem;\r\n height: 20px;\r\n}\r\n.progressInner{\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border-radius: 0.2rem;\r\n height: 100%;\r\n font-size: var(--smallerFont);\r\n font-weight: bold;\r\n overflow: hidden;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-end;\r\n}\r\n.progressBar.lined{\r\n background-color: transparent !important;\r\n /* padding: 0.1rem; */\r\n}\r\n.linedProgress{\r\n position: absolute;\r\n bottom: 0;\r\n left: 0;\r\n height: 0.2rem;\r\n text-align: right;\r\n /* padding: 0 1rem; */\r\n font-size: var(--smallFont);\r\n font-weight: bold;\r\n}\r\n\r\n/* darken */\r\n.darken-10{background-color: rgba(0,0,0,0.1);}\r\n.darken-9{background-color: rgba(0,0,0,0.9);}\r\n.darken-8{background-color: rgba(0,0,0,0.8);}\r\n.darken-7{background-color: rgba(0,0,0,0.7);}\r\n.darken-6{background-color: rgba(0,0,0,0.6);}\r\n.darken-5{background-color: rgba(0,0,0,0.5);}\r\n.darken-4{background-color: rgba(0,0,0,0.4);}\r\n.darken-3{background-color: rgba(0,0,0,0.3);}\r\n.darken-2{background-color: rgba(0,0,0,0.2);}\r\n.darken-1{background-color: rgba(0,0,0,0.1);}\r\n\r\n.tooltip {\r\n position: relative;\r\n display: inline-block;\r\n}\r\n\r\n.tooltip .tip{\r\n display: none;\r\n width: 100%;\r\n max-width: 400px;\r\n background-color: #555;\r\n color: #fff;\r\n text-align: center;\r\n border-radius: 3px;\r\n padding: 5px 0;\r\n position: absolute;\r\n z-index: 5;\r\n transition: opacity 0.3s;\r\n font-size:var(--smallerFont) !important;\r\n}\r\n.tooltip .tip-top {\r\n bottom: 125%;\r\n left: 50%;\r\n margin-left: -60px;\r\n}\r\n\r\n\r\n.tooltip:hover .tip-top {\r\n display: inline-block;\r\n}\r\n\r\n.tooltip .tip-bottom {\r\n top: 120%;\r\n left: 50%;\r\n margin-left: -60px;\r\n}\r\n\r\n.tooltip:hover .tip-bottom {\r\n display: inline-block;\r\n}\r\n\r\n.tooltip .tip-right {\r\n top: -5px;\r\n left: 105%;\r\n font-size:small;\r\n}\r\n\r\n.tooltip:hover .tip-right {\r\n display: inline-block;\r\n}\r\n\r\n.tooltip .tip-left {\r\n /* Position the tooltip */\r\n position: absolute;\r\n z-index: 1;\r\n top: -5px;\r\n right: 105%;\r\n}\r\n.tooltip:hover .tip-left {\r\n display: inline-block;\r\n}\r\n.accordion li{\r\n list-style: none;\r\n border-collapse: collapse;\r\n /* display: flex;\r\n flex-direction:column; */\r\n}\r\n\r\n.accordion{border-collapse: collapse;padding: 0px;}\r\n.accordion li + li{\r\n/* margin-top: 1em; */\r\n border-top:var(--border);\r\n}\r\n\r\n\r\n.accordion-panel{\r\n padding: 1em;\r\n display: none;\r\n}\r\n\r\n/* animations */\r\n.animate-underline::after {\r\n position: absolute;\r\n top: 25px;\r\n left: 0;\r\n content: \"\";\r\n width: 0%;\r\n height: 3px;\r\n /* background-color: rgba(255, 255, 255, 0.6); */\r\n transition: all 0.5s;\r\n}\r\n\r\n.animate-underline:hover::after {\r\n width: 100%;\r\n}\r\n.snackbar{\r\n position: fixed;\r\n background-color: var(--dark);\r\n border-radius: 3px;\r\n max-width: 400px;\r\n color: white;\r\n box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);\r\n z-index: 20;\r\n display: flex;\r\n align-items: center;\r\n font-size: var(--smallFont);\r\n}\r\n.snackbar.default{ \r\nbottom: 20px;\r\nleft: 20px;\r\n}\r\n.snackbar.top-left{\r\n top: 20px !important;\r\n left: 20px !important;\r\n}\r\n.snackbar.top-right{\r\n top: 20px !important;\r\n right: 20px !important;\r\n}\r\n.snackbar.bottom-left{\r\n bottom: 20px !important;\r\n left: 20px !important;\r\n}\r\n.snackbar.bottom-right{\r\n bottom: 20px !important;\r\n right: 20px !important;\r\n}\r\n\r\n.snackbar-content{\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n padding: 0px 10px;\r\n}\r\n.snackbar-content{padding: 5px;}\r\n.close-snackbar{padding: 5px;font-size: large;font-weight: 600;cursor: pointer;}\r\n.snackbar-body{padding: 5px;}\r\n\r\n/* glassmophisiam */\r\n.glass{\r\nbackground-color: transparent !important;\r\nbox-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\r\nbackdrop-filter: blur(10px);\r\n-webkit-backdrop-filter: blur(10px);\r\n\r\n}\r\n\r\n@keyframes ScaleUp {\r\n from{transform:scale(0)}\r\n to{transform:scale(1)}\r\n}\r\n@keyframes Opacity {\r\n from{opacity:0}\r\n to{opacity:1}\r\n}\r\n\r\n@keyframes SlideBottom {\r\n from{margin-bottom:-100%}\r\n to{margin-bottom: 0%;}\r\n}\r\n@keyframes SlideTop {\r\n from{margin-top:-100%}\r\n to{margin-top: 0%;}\r\n}\r\n@keyframes SlideLeft {\r\n from{margin-left:-100%}\r\n to{margin-left: 0%;}\r\n}\r\n@keyframes SlideRight {\r\n from{margin-right:-100%}\r\n to{margin-right: 0%;}\r\n}\r\n\r\n\r\n", ""]);
|
|
27
|
+
// Exports
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
/***/ }),
|
|
32
|
+
|
|
33
|
+
/***/ 645:
|
|
34
|
+
/***/ ((module) => {
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
/*
|
|
39
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
40
|
+
Author Tobias Koppers @sokra
|
|
41
|
+
*/
|
|
42
|
+
module.exports = function (cssWithMappingToString) {
|
|
43
|
+
var list = [];
|
|
44
|
+
|
|
45
|
+
// return the list of modules as css string
|
|
46
|
+
list.toString = function toString() {
|
|
47
|
+
return this.map(function (item) {
|
|
48
|
+
var content = "";
|
|
49
|
+
var needLayer = typeof item[5] !== "undefined";
|
|
50
|
+
if (item[4]) {
|
|
51
|
+
content += "@supports (".concat(item[4], ") {");
|
|
52
|
+
}
|
|
53
|
+
if (item[2]) {
|
|
54
|
+
content += "@media ".concat(item[2], " {");
|
|
55
|
+
}
|
|
56
|
+
if (needLayer) {
|
|
57
|
+
content += "@layer".concat(item[5].length > 0 ? " ".concat(item[5]) : "", " {");
|
|
58
|
+
}
|
|
59
|
+
content += cssWithMappingToString(item);
|
|
60
|
+
if (needLayer) {
|
|
61
|
+
content += "}";
|
|
62
|
+
}
|
|
63
|
+
if (item[2]) {
|
|
64
|
+
content += "}";
|
|
65
|
+
}
|
|
66
|
+
if (item[4]) {
|
|
67
|
+
content += "}";
|
|
68
|
+
}
|
|
69
|
+
return content;
|
|
70
|
+
}).join("");
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
// import a list of modules into the list
|
|
74
|
+
list.i = function i(modules, media, dedupe, supports, layer) {
|
|
75
|
+
if (typeof modules === "string") {
|
|
76
|
+
modules = [[null, modules, undefined]];
|
|
77
|
+
}
|
|
78
|
+
var alreadyImportedModules = {};
|
|
79
|
+
if (dedupe) {
|
|
80
|
+
for (var k = 0; k < this.length; k++) {
|
|
81
|
+
var id = this[k][0];
|
|
82
|
+
if (id != null) {
|
|
83
|
+
alreadyImportedModules[id] = true;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
for (var _k = 0; _k < modules.length; _k++) {
|
|
88
|
+
var item = [].concat(modules[_k]);
|
|
89
|
+
if (dedupe && alreadyImportedModules[item[0]]) {
|
|
90
|
+
continue;
|
|
91
|
+
}
|
|
92
|
+
if (typeof layer !== "undefined") {
|
|
93
|
+
if (typeof item[5] === "undefined") {
|
|
94
|
+
item[5] = layer;
|
|
95
|
+
} else {
|
|
96
|
+
item[1] = "@layer".concat(item[5].length > 0 ? " ".concat(item[5]) : "", " {").concat(item[1], "}");
|
|
97
|
+
item[5] = layer;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
if (media) {
|
|
101
|
+
if (!item[2]) {
|
|
102
|
+
item[2] = media;
|
|
103
|
+
} else {
|
|
104
|
+
item[1] = "@media ".concat(item[2], " {").concat(item[1], "}");
|
|
105
|
+
item[2] = media;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
if (supports) {
|
|
109
|
+
if (!item[4]) {
|
|
110
|
+
item[4] = "".concat(supports);
|
|
111
|
+
} else {
|
|
112
|
+
item[1] = "@supports (".concat(item[4], ") {").concat(item[1], "}");
|
|
113
|
+
item[4] = supports;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
list.push(item);
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
return list;
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
/***/ }),
|
|
123
|
+
|
|
124
|
+
/***/ 667:
|
|
125
|
+
/***/ ((module) => {
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
module.exports = function (url, options) {
|
|
130
|
+
if (!options) {
|
|
131
|
+
options = {};
|
|
132
|
+
}
|
|
133
|
+
if (!url) {
|
|
134
|
+
return url;
|
|
135
|
+
}
|
|
136
|
+
url = String(url.__esModule ? url.default : url);
|
|
137
|
+
|
|
138
|
+
// If url is already wrapped in quotes, remove them
|
|
139
|
+
if (/^['"].*['"]$/.test(url)) {
|
|
140
|
+
url = url.slice(1, -1);
|
|
141
|
+
}
|
|
142
|
+
if (options.hash) {
|
|
143
|
+
url += options.hash;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// Should url be wrapped?
|
|
147
|
+
// See https://drafts.csswg.org/css-values-3/#urls
|
|
148
|
+
if (/["'() \t\n]|(%20)/.test(url) || options.needQuotes) {
|
|
149
|
+
return "\"".concat(url.replace(/"/g, '\\"').replace(/\n/g, "\\n"), "\"");
|
|
150
|
+
}
|
|
151
|
+
return url;
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
/***/ }),
|
|
155
|
+
|
|
156
|
+
/***/ 81:
|
|
157
|
+
/***/ ((module) => {
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
module.exports = function (i) {
|
|
162
|
+
return i[1];
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
/***/ }),
|
|
166
|
+
|
|
167
|
+
/***/ 379:
|
|
168
|
+
/***/ ((module) => {
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
var stylesInDOM = [];
|
|
173
|
+
function getIndexByIdentifier(identifier) {
|
|
174
|
+
var result = -1;
|
|
175
|
+
for (var i = 0; i < stylesInDOM.length; i++) {
|
|
176
|
+
if (stylesInDOM[i].identifier === identifier) {
|
|
177
|
+
result = i;
|
|
178
|
+
break;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
return result;
|
|
182
|
+
}
|
|
183
|
+
function modulesToDom(list, options) {
|
|
184
|
+
var idCountMap = {};
|
|
185
|
+
var identifiers = [];
|
|
186
|
+
for (var i = 0; i < list.length; i++) {
|
|
187
|
+
var item = list[i];
|
|
188
|
+
var id = options.base ? item[0] + options.base : item[0];
|
|
189
|
+
var count = idCountMap[id] || 0;
|
|
190
|
+
var identifier = "".concat(id, " ").concat(count);
|
|
191
|
+
idCountMap[id] = count + 1;
|
|
192
|
+
var indexByIdentifier = getIndexByIdentifier(identifier);
|
|
193
|
+
var obj = {
|
|
194
|
+
css: item[1],
|
|
195
|
+
media: item[2],
|
|
196
|
+
sourceMap: item[3],
|
|
197
|
+
supports: item[4],
|
|
198
|
+
layer: item[5]
|
|
199
|
+
};
|
|
200
|
+
if (indexByIdentifier !== -1) {
|
|
201
|
+
stylesInDOM[indexByIdentifier].references++;
|
|
202
|
+
stylesInDOM[indexByIdentifier].updater(obj);
|
|
203
|
+
} else {
|
|
204
|
+
var updater = addElementStyle(obj, options);
|
|
205
|
+
options.byIndex = i;
|
|
206
|
+
stylesInDOM.splice(i, 0, {
|
|
207
|
+
identifier: identifier,
|
|
208
|
+
updater: updater,
|
|
209
|
+
references: 1
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
identifiers.push(identifier);
|
|
213
|
+
}
|
|
214
|
+
return identifiers;
|
|
215
|
+
}
|
|
216
|
+
function addElementStyle(obj, options) {
|
|
217
|
+
var api = options.domAPI(options);
|
|
218
|
+
api.update(obj);
|
|
219
|
+
var updater = function updater(newObj) {
|
|
220
|
+
if (newObj) {
|
|
221
|
+
if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {
|
|
222
|
+
return;
|
|
223
|
+
}
|
|
224
|
+
api.update(obj = newObj);
|
|
225
|
+
} else {
|
|
226
|
+
api.remove();
|
|
227
|
+
}
|
|
228
|
+
};
|
|
229
|
+
return updater;
|
|
230
|
+
}
|
|
231
|
+
module.exports = function (list, options) {
|
|
232
|
+
options = options || {};
|
|
233
|
+
list = list || [];
|
|
234
|
+
var lastIdentifiers = modulesToDom(list, options);
|
|
235
|
+
return function update(newList) {
|
|
236
|
+
newList = newList || [];
|
|
237
|
+
for (var i = 0; i < lastIdentifiers.length; i++) {
|
|
238
|
+
var identifier = lastIdentifiers[i];
|
|
239
|
+
var index = getIndexByIdentifier(identifier);
|
|
240
|
+
stylesInDOM[index].references--;
|
|
241
|
+
}
|
|
242
|
+
var newLastIdentifiers = modulesToDom(newList, options);
|
|
243
|
+
for (var _i = 0; _i < lastIdentifiers.length; _i++) {
|
|
244
|
+
var _identifier = lastIdentifiers[_i];
|
|
245
|
+
var _index = getIndexByIdentifier(_identifier);
|
|
246
|
+
if (stylesInDOM[_index].references === 0) {
|
|
247
|
+
stylesInDOM[_index].updater();
|
|
248
|
+
stylesInDOM.splice(_index, 1);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
lastIdentifiers = newLastIdentifiers;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
/***/ }),
|
|
256
|
+
|
|
257
|
+
/***/ 569:
|
|
258
|
+
/***/ ((module) => {
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
var memo = {};
|
|
263
|
+
|
|
264
|
+
/* istanbul ignore next */
|
|
265
|
+
function getTarget(target) {
|
|
266
|
+
if (typeof memo[target] === "undefined") {
|
|
267
|
+
var styleTarget = document.querySelector(target);
|
|
268
|
+
|
|
269
|
+
// Special case to return head of iframe instead of iframe itself
|
|
270
|
+
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
271
|
+
try {
|
|
272
|
+
// This will throw an exception if access to iframe is blocked
|
|
273
|
+
// due to cross-origin restrictions
|
|
274
|
+
styleTarget = styleTarget.contentDocument.head;
|
|
275
|
+
} catch (e) {
|
|
276
|
+
// istanbul ignore next
|
|
277
|
+
styleTarget = null;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
memo[target] = styleTarget;
|
|
281
|
+
}
|
|
282
|
+
return memo[target];
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/* istanbul ignore next */
|
|
286
|
+
function insertBySelector(insert, style) {
|
|
287
|
+
var target = getTarget(insert);
|
|
288
|
+
if (!target) {
|
|
289
|
+
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
290
|
+
}
|
|
291
|
+
target.appendChild(style);
|
|
292
|
+
}
|
|
293
|
+
module.exports = insertBySelector;
|
|
294
|
+
|
|
295
|
+
/***/ }),
|
|
296
|
+
|
|
297
|
+
/***/ 216:
|
|
298
|
+
/***/ ((module) => {
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
/* istanbul ignore next */
|
|
303
|
+
function insertStyleElement(options) {
|
|
304
|
+
var element = document.createElement("style");
|
|
305
|
+
options.setAttributes(element, options.attributes);
|
|
306
|
+
options.insert(element, options.options);
|
|
307
|
+
return element;
|
|
308
|
+
}
|
|
309
|
+
module.exports = insertStyleElement;
|
|
310
|
+
|
|
311
|
+
/***/ }),
|
|
312
|
+
|
|
313
|
+
/***/ 565:
|
|
314
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
/* istanbul ignore next */
|
|
319
|
+
function setAttributesWithoutAttributes(styleElement) {
|
|
320
|
+
var nonce = true ? __webpack_require__.nc : 0;
|
|
321
|
+
if (nonce) {
|
|
322
|
+
styleElement.setAttribute("nonce", nonce);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
module.exports = setAttributesWithoutAttributes;
|
|
326
|
+
|
|
327
|
+
/***/ }),
|
|
328
|
+
|
|
329
|
+
/***/ 795:
|
|
330
|
+
/***/ ((module) => {
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
/* istanbul ignore next */
|
|
335
|
+
function apply(styleElement, options, obj) {
|
|
336
|
+
var css = "";
|
|
337
|
+
if (obj.supports) {
|
|
338
|
+
css += "@supports (".concat(obj.supports, ") {");
|
|
339
|
+
}
|
|
340
|
+
if (obj.media) {
|
|
341
|
+
css += "@media ".concat(obj.media, " {");
|
|
342
|
+
}
|
|
343
|
+
var needLayer = typeof obj.layer !== "undefined";
|
|
344
|
+
if (needLayer) {
|
|
345
|
+
css += "@layer".concat(obj.layer.length > 0 ? " ".concat(obj.layer) : "", " {");
|
|
346
|
+
}
|
|
347
|
+
css += obj.css;
|
|
348
|
+
if (needLayer) {
|
|
349
|
+
css += "}";
|
|
350
|
+
}
|
|
351
|
+
if (obj.media) {
|
|
352
|
+
css += "}";
|
|
353
|
+
}
|
|
354
|
+
if (obj.supports) {
|
|
355
|
+
css += "}";
|
|
356
|
+
}
|
|
357
|
+
var sourceMap = obj.sourceMap;
|
|
358
|
+
if (sourceMap && typeof btoa !== "undefined") {
|
|
359
|
+
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// For old IE
|
|
363
|
+
/* istanbul ignore if */
|
|
364
|
+
options.styleTagTransform(css, styleElement, options.options);
|
|
365
|
+
}
|
|
366
|
+
function removeStyleElement(styleElement) {
|
|
367
|
+
// istanbul ignore if
|
|
368
|
+
if (styleElement.parentNode === null) {
|
|
369
|
+
return false;
|
|
370
|
+
}
|
|
371
|
+
styleElement.parentNode.removeChild(styleElement);
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/* istanbul ignore next */
|
|
375
|
+
function domAPI(options) {
|
|
376
|
+
if (typeof document === "undefined") {
|
|
377
|
+
return {
|
|
378
|
+
update: function update() {},
|
|
379
|
+
remove: function remove() {}
|
|
380
|
+
};
|
|
381
|
+
}
|
|
382
|
+
var styleElement = options.insertStyleElement(options);
|
|
383
|
+
return {
|
|
384
|
+
update: function update(obj) {
|
|
385
|
+
apply(styleElement, options, obj);
|
|
386
|
+
},
|
|
387
|
+
remove: function remove() {
|
|
388
|
+
removeStyleElement(styleElement);
|
|
389
|
+
}
|
|
390
|
+
};
|
|
391
|
+
}
|
|
392
|
+
module.exports = domAPI;
|
|
393
|
+
|
|
394
|
+
/***/ }),
|
|
395
|
+
|
|
396
|
+
/***/ 589:
|
|
397
|
+
/***/ ((module) => {
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
/* istanbul ignore next */
|
|
402
|
+
function styleTagTransform(css, styleElement) {
|
|
403
|
+
if (styleElement.styleSheet) {
|
|
404
|
+
styleElement.styleSheet.cssText = css;
|
|
405
|
+
} else {
|
|
406
|
+
while (styleElement.firstChild) {
|
|
407
|
+
styleElement.removeChild(styleElement.firstChild);
|
|
408
|
+
}
|
|
409
|
+
styleElement.appendChild(document.createTextNode(css));
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
module.exports = styleTagTransform;
|
|
413
|
+
|
|
414
|
+
/***/ }),
|
|
415
|
+
|
|
416
|
+
/***/ 407:
|
|
417
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
418
|
+
|
|
419
|
+
module.exports = __webpack_require__.p + "062f2c55ba707b91a7b7.ttf";
|
|
420
|
+
|
|
421
|
+
/***/ })
|
|
422
|
+
|
|
423
|
+
/******/ });
|
|
424
|
+
/************************************************************************/
|
|
425
|
+
/******/ // The module cache
|
|
426
|
+
/******/ var __webpack_module_cache__ = {};
|
|
427
|
+
/******/
|
|
428
|
+
/******/ // The require function
|
|
429
|
+
/******/ function __webpack_require__(moduleId) {
|
|
430
|
+
/******/ // Check if module is in cache
|
|
431
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
432
|
+
/******/ if (cachedModule !== undefined) {
|
|
433
|
+
/******/ return cachedModule.exports;
|
|
434
|
+
/******/ }
|
|
435
|
+
/******/ // Create a new module (and put it into the cache)
|
|
436
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
437
|
+
/******/ id: moduleId,
|
|
438
|
+
/******/ // no module.loaded needed
|
|
439
|
+
/******/ exports: {}
|
|
440
|
+
/******/ };
|
|
441
|
+
/******/
|
|
442
|
+
/******/ // Execute the module function
|
|
443
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
444
|
+
/******/
|
|
445
|
+
/******/ // Return the exports of the module
|
|
446
|
+
/******/ return module.exports;
|
|
447
|
+
/******/ }
|
|
448
|
+
/******/
|
|
449
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
450
|
+
/******/ __webpack_require__.m = __webpack_modules__;
|
|
451
|
+
/******/
|
|
452
|
+
/************************************************************************/
|
|
453
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
454
|
+
/******/ (() => {
|
|
455
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
456
|
+
/******/ __webpack_require__.n = (module) => {
|
|
457
|
+
/******/ var getter = module && module.__esModule ?
|
|
458
|
+
/******/ () => (module['default']) :
|
|
459
|
+
/******/ () => (module);
|
|
460
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
461
|
+
/******/ return getter;
|
|
462
|
+
/******/ };
|
|
463
|
+
/******/ })();
|
|
464
|
+
/******/
|
|
465
|
+
/******/ /* webpack/runtime/define property getters */
|
|
466
|
+
/******/ (() => {
|
|
467
|
+
/******/ // define getter functions for harmony exports
|
|
468
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
469
|
+
/******/ for(var key in definition) {
|
|
470
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
471
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
472
|
+
/******/ }
|
|
473
|
+
/******/ }
|
|
474
|
+
/******/ };
|
|
475
|
+
/******/ })();
|
|
476
|
+
/******/
|
|
477
|
+
/******/ /* webpack/runtime/global */
|
|
478
|
+
/******/ (() => {
|
|
479
|
+
/******/ __webpack_require__.g = (function() {
|
|
480
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
481
|
+
/******/ try {
|
|
482
|
+
/******/ return this || new Function('return this')();
|
|
483
|
+
/******/ } catch (e) {
|
|
484
|
+
/******/ if (typeof window === 'object') return window;
|
|
485
|
+
/******/ }
|
|
486
|
+
/******/ })();
|
|
487
|
+
/******/ })();
|
|
488
|
+
/******/
|
|
489
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
490
|
+
/******/ (() => {
|
|
491
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
492
|
+
/******/ })();
|
|
493
|
+
/******/
|
|
494
|
+
/******/ /* webpack/runtime/publicPath */
|
|
495
|
+
/******/ (() => {
|
|
496
|
+
/******/ var scriptUrl;
|
|
497
|
+
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
|
498
|
+
/******/ var document = __webpack_require__.g.document;
|
|
499
|
+
/******/ if (!scriptUrl && document) {
|
|
500
|
+
/******/ if (document.currentScript)
|
|
501
|
+
/******/ scriptUrl = document.currentScript.src;
|
|
502
|
+
/******/ if (!scriptUrl) {
|
|
503
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
504
|
+
/******/ if(scripts.length) scriptUrl = scripts[scripts.length - 1].src
|
|
505
|
+
/******/ }
|
|
506
|
+
/******/ }
|
|
507
|
+
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
508
|
+
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
509
|
+
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
510
|
+
/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
|
511
|
+
/******/ __webpack_require__.p = scriptUrl;
|
|
512
|
+
/******/ })();
|
|
513
|
+
/******/
|
|
514
|
+
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
515
|
+
/******/ (() => {
|
|
516
|
+
/******/ __webpack_require__.b = document.baseURI || self.location.href;
|
|
517
|
+
/******/
|
|
518
|
+
/******/ // object to store loaded and loading chunks
|
|
519
|
+
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
520
|
+
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
521
|
+
/******/ var installedChunks = {
|
|
522
|
+
/******/ 179: 0
|
|
523
|
+
/******/ };
|
|
524
|
+
/******/
|
|
525
|
+
/******/ // no chunk on demand loading
|
|
526
|
+
/******/
|
|
527
|
+
/******/ // no prefetching
|
|
528
|
+
/******/
|
|
529
|
+
/******/ // no preloaded
|
|
530
|
+
/******/
|
|
531
|
+
/******/ // no HMR
|
|
532
|
+
/******/
|
|
533
|
+
/******/ // no HMR manifest
|
|
534
|
+
/******/
|
|
535
|
+
/******/ // no on chunks loaded
|
|
536
|
+
/******/
|
|
537
|
+
/******/ // no jsonp function
|
|
538
|
+
/******/ })();
|
|
539
|
+
/******/
|
|
540
|
+
/******/ /* webpack/runtime/nonce */
|
|
541
|
+
/******/ (() => {
|
|
542
|
+
/******/ __webpack_require__.nc = undefined;
|
|
543
|
+
/******/ })();
|
|
544
|
+
/******/
|
|
545
|
+
/************************************************************************/
|
|
546
|
+
var __webpack_exports__ = {};
|
|
547
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
548
|
+
(() => {
|
|
549
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(379);
|
|
550
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
551
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(795);
|
|
552
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
553
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(569);
|
|
554
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
555
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(565);
|
|
556
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
557
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(216);
|
|
558
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
559
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(589);
|
|
560
|
+
/* harmony import */ var _FunUiPack_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_FunUiPack_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
561
|
+
/* harmony import */ var _FunUiPack_node_modules_css_loader_dist_cjs_js_fun_css__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(822);
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
var options = {};
|
|
574
|
+
|
|
575
|
+
options.styleTagTransform = (_FunUiPack_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());
|
|
576
|
+
options.setAttributes = (_FunUiPack_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
|
|
577
|
+
|
|
578
|
+
options.insert = _FunUiPack_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
|
|
579
|
+
|
|
580
|
+
options.domAPI = (_FunUiPack_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
|
|
581
|
+
options.insertStyleElement = (_FunUiPack_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
|
|
582
|
+
|
|
583
|
+
var update = _FunUiPack_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_FunUiPack_node_modules_css_loader_dist_cjs_js_fun_css__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, options);
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = (_FunUiPack_node_modules_css_loader_dist_cjs_js_fun_css__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z && _FunUiPack_node_modules_css_loader_dist_cjs_js_fun_css__WEBPACK_IMPORTED_MODULE_6__/* ["default"].locals */ .Z.locals ? _FunUiPack_node_modules_css_loader_dist_cjs_js_fun_css__WEBPACK_IMPORTED_MODULE_6__/* ["default"].locals */ .Z.locals : undefined);
|
|
589
|
+
|
|
590
|
+
})();
|
|
591
|
+
|
|
592
|
+
/******/ })()
|
|
593
|
+
;
|