@ohif/app 3.6.0-beta.0 → 3.6.0-beta.1
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/dist/{616.bundle.bec4736d8c9513e62856.js → 616.bundle.ed6ff9738b16cb2518fe.js} +6 -7
- package/dist/{707.bundle.2877f085b4716d06fb7c.js → 707.bundle.0c9b1aa08251d36b8eb2.js} +7 -10
- package/dist/{744.bundle.53b07e48e07a11e920ac.js → 744.bundle.3599b920dd845db79fc9.js} +11 -11
- package/dist/{82.bundle.c0eb2e9aed14806a5f55.js → 82.bundle.c80566739536b5b584a4.js} +15 -20
- package/dist/{976.bundle.2720eb892514e1818018.js → 976.bundle.795da4a22e4a23873111.js} +6 -8
- package/dist/{app.bundle.86d650b1752400f586da.js → app.bundle.3618a37664a23940466b.js} +46 -49
- package/dist/app.bundle.css +1 -1
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +18 -18
- /package/dist/{192.bundle.62be5f0ef9705a485071.js → 192.bundle.ae2ea2b663ee88745352.js} +0 -0
- /package/dist/{199.bundle.2286f24cf0a068e7f50c.js → 199.bundle.ecf5ca816366078b09ea.js} +0 -0
- /package/dist/{208.bundle.23748a85dfdc79c05d3a.js → 208.bundle.905cfc13669f5952d138.js} +0 -0
- /package/dist/{283.bundle.33f99a75a5e2d9333da2.js → 283.bundle.61f2f2ed7f212b2e1ee4.js} +0 -0
- /package/dist/{404.bundle.0f7a500421f246153d89.js → 404.bundle.44255f027797a595e5bf.js} +0 -0
- /package/dist/{50.bundle.4cb103cd20f5ffccf927.js → 50.bundle.dbfa665d4cb7057ba358.js} +0 -0
- /package/dist/{642.bundle.030d908e22c8ff5611f3.js → 642.bundle.19f04e82df3ecaaf3189.js} +0 -0
- /package/dist/{790.bundle.b4df2c5d78a2a565b150.js → 790.bundle.7d1dd435122f3e268e89.js} +0 -0
- /package/dist/{917.bundle.a094ae9e9de6df4119ae.js → 917.bundle.fd96bf8ed8963b15c37c.js} +0 -0
- /package/dist/{973.bundle.4100cf103686b64938d1.js → 973.bundle.7d8bb0a4ba6dd5f407c1.js} +0 -0
- /package/dist/{984.bundle.157fc66ea5040e1364af.js → 984.bundle.9383554d7d41b3e316c2.js} +0 -0
|
@@ -284,7 +284,7 @@ function callInputDialog(uiDialogService, label, callback) {
|
|
|
284
284
|
showOverlay: true,
|
|
285
285
|
content: ui_src/* Dialog */.Vq,
|
|
286
286
|
contentProps: {
|
|
287
|
-
title: '
|
|
287
|
+
title: 'Segment',
|
|
288
288
|
value: {
|
|
289
289
|
label
|
|
290
290
|
},
|
|
@@ -307,13 +307,12 @@ function callInputDialog(uiDialogService, label, callback) {
|
|
|
307
307
|
value,
|
|
308
308
|
setValue
|
|
309
309
|
} = _ref2;
|
|
310
|
-
return /*#__PURE__*/react.createElement(
|
|
311
|
-
|
|
312
|
-
|
|
310
|
+
return /*#__PURE__*/react.createElement(ui_src/* Input */.II, {
|
|
311
|
+
label: "Enter the segment label",
|
|
312
|
+
labelClassName: "text-white text-[14px] leading-[1.2]",
|
|
313
313
|
autoFocus: true,
|
|
314
|
-
className: "
|
|
314
|
+
className: "bg-black border-primary-main",
|
|
315
315
|
type: "text",
|
|
316
|
-
containerClassName: "mr-2",
|
|
317
316
|
value: value.label,
|
|
318
317
|
onChange: event => {
|
|
319
318
|
event.persist();
|
|
@@ -332,7 +331,7 @@ function callInputDialog(uiDialogService, label, callback) {
|
|
|
332
331
|
});
|
|
333
332
|
}
|
|
334
333
|
}
|
|
335
|
-
})
|
|
334
|
+
});
|
|
336
335
|
}
|
|
337
336
|
}
|
|
338
337
|
});
|
|
@@ -146,8 +146,8 @@ function callInputDialog(uiDialogService, data, callback) {
|
|
|
146
146
|
const dialogId = 'dialog-enter-annotation';
|
|
147
147
|
const label = data ? isArrowAnnotateInputDialog ? data.text : data.label : '';
|
|
148
148
|
const {
|
|
149
|
-
dialogTitle = '
|
|
150
|
-
inputLabel = '',
|
|
149
|
+
dialogTitle = 'Annotation',
|
|
150
|
+
inputLabel = 'Enter your annotation',
|
|
151
151
|
validateFunc = value => true
|
|
152
152
|
} = dialogConfig;
|
|
153
153
|
const onSubmitHandler = _ref => {
|
|
@@ -199,16 +199,13 @@ function callInputDialog(uiDialogService, data, callback) {
|
|
|
199
199
|
value,
|
|
200
200
|
setValue
|
|
201
201
|
} = _ref2;
|
|
202
|
-
return /*#__PURE__*/react.createElement(
|
|
203
|
-
className: "p-4 bg-primary-dark"
|
|
204
|
-
}, /*#__PURE__*/react.createElement(ui_src/* Input */.II, {
|
|
202
|
+
return /*#__PURE__*/react.createElement(ui_src/* Input */.II, {
|
|
205
203
|
autoFocus: true,
|
|
206
|
-
className: "
|
|
204
|
+
className: "bg-black border-primary-main",
|
|
207
205
|
type: "text",
|
|
208
206
|
id: "annotation",
|
|
209
|
-
containerClassName: "mr-2",
|
|
210
207
|
label: inputLabel,
|
|
211
|
-
labelClassName: "text-
|
|
208
|
+
labelClassName: "text-white text-[14px] leading-[1.2]",
|
|
212
209
|
value: value.label,
|
|
213
210
|
onChange: event => {
|
|
214
211
|
event.persist();
|
|
@@ -227,7 +224,7 @@ function callInputDialog(uiDialogService, data, callback) {
|
|
|
227
224
|
});
|
|
228
225
|
}
|
|
229
226
|
}
|
|
230
|
-
})
|
|
227
|
+
});
|
|
231
228
|
}
|
|
232
229
|
}
|
|
233
230
|
});
|
|
@@ -3622,7 +3619,7 @@ const DicomUploadProgressItem = /*#__PURE__*/(0,react.memo)(_ref => {
|
|
|
3622
3619
|
}, percentComplete, "%"), /*#__PURE__*/react.createElement("div", {
|
|
3623
3620
|
className: "flex cursor-pointer ml-auto"
|
|
3624
3621
|
}, /*#__PURE__*/react.createElement(ui_src/* Icon */.JO, {
|
|
3625
|
-
className: "
|
|
3622
|
+
className: "self-center text-primary-active",
|
|
3626
3623
|
name: "close",
|
|
3627
3624
|
onClick: cancelUpload
|
|
3628
3625
|
})))));
|
|
@@ -748,7 +748,7 @@ function createReportDialogPrompt(uiDialogService) {
|
|
|
748
748
|
useLastPosition: false,
|
|
749
749
|
showOverlay: true,
|
|
750
750
|
contentProps: {
|
|
751
|
-
title: '
|
|
751
|
+
title: 'Create Report',
|
|
752
752
|
value: {
|
|
753
753
|
label: ''
|
|
754
754
|
},
|
|
@@ -789,12 +789,13 @@ function createReportDialogPrompt(uiDialogService) {
|
|
|
789
789
|
}
|
|
790
790
|
};
|
|
791
791
|
return /*#__PURE__*/react.createElement("div", {
|
|
792
|
-
className: "
|
|
792
|
+
className: ""
|
|
793
793
|
}, /*#__PURE__*/react.createElement(src/* Input */.II, {
|
|
794
|
+
label: "Enter the report name",
|
|
795
|
+
labelClassName: "text-white grow leading-[1.2] text-[14px]",
|
|
794
796
|
autoFocus: true,
|
|
795
|
-
className: "
|
|
797
|
+
className: "bg-black border-primary-main grow",
|
|
796
798
|
type: "text",
|
|
797
|
-
containerClassName: "mr-2",
|
|
798
799
|
value: value.label,
|
|
799
800
|
onChange: onChangeHandler,
|
|
800
801
|
onKeyPress: onKeyPressHandler
|
|
@@ -2093,7 +2094,7 @@ function PanelMeasurementTableTracking(_ref) {
|
|
|
2093
2094
|
showOverlay: true,
|
|
2094
2095
|
content: ui_src/* Dialog */.Vq,
|
|
2095
2096
|
contentProps: {
|
|
2096
|
-
title: '
|
|
2097
|
+
title: 'Annotation',
|
|
2097
2098
|
noCloseButton: true,
|
|
2098
2099
|
value: {
|
|
2099
2100
|
label: measurement.label || ''
|
|
@@ -2120,18 +2121,17 @@ function PanelMeasurementTableTracking(_ref) {
|
|
|
2120
2121
|
});
|
|
2121
2122
|
}
|
|
2122
2123
|
};
|
|
2123
|
-
return /*#__PURE__*/react.createElement(
|
|
2124
|
-
|
|
2125
|
-
|
|
2124
|
+
return /*#__PURE__*/react.createElement(ui_src/* Input */.II, {
|
|
2125
|
+
label: "Enter your annotation",
|
|
2126
|
+
labelClassName: "text-white grow text-[14px] leading-[1.2]",
|
|
2126
2127
|
autoFocus: true,
|
|
2127
2128
|
id: "annotation",
|
|
2128
|
-
className: "
|
|
2129
|
+
className: "bg-black border-primary-main",
|
|
2129
2130
|
type: "text",
|
|
2130
|
-
containerClassName: "mr-2",
|
|
2131
2131
|
value: value.label,
|
|
2132
2132
|
onChange: onChangeHandler,
|
|
2133
2133
|
onKeyPress: onKeyPressHandler
|
|
2134
|
-
})
|
|
2134
|
+
});
|
|
2135
2135
|
},
|
|
2136
2136
|
actions: [
|
|
2137
2137
|
// temp: swap button types until colors are updated
|
|
@@ -2143,8 +2143,8 @@ function ViewerLayout(_ref) {
|
|
|
2143
2143
|
hotkeyDefinitions,
|
|
2144
2144
|
hotkeyDefaults
|
|
2145
2145
|
} = hotkeysManager;
|
|
2146
|
-
const versionNumber = "3.6.0-beta.
|
|
2147
|
-
const commitHash = "
|
|
2146
|
+
const versionNumber = "3.6.0-beta.1";
|
|
2147
|
+
const commitHash = "da5c32bce3ee0b875701859496ed422a532e9998";
|
|
2148
2148
|
const menuOptions = [{
|
|
2149
2149
|
title: t('Header:About'),
|
|
2150
2150
|
icon: 'info',
|
|
@@ -2896,7 +2896,7 @@ function createReportDialogPrompt(uiDialogService, _ref) {
|
|
|
2896
2896
|
useLastPosition: false,
|
|
2897
2897
|
showOverlay: true,
|
|
2898
2898
|
contentProps: {
|
|
2899
|
-
title: '
|
|
2899
|
+
title: 'Create Report',
|
|
2900
2900
|
value: {
|
|
2901
2901
|
label: '',
|
|
2902
2902
|
dataSourceName: extensionManager.activeDataSource
|
|
@@ -2937,9 +2937,7 @@ function createReportDialogPrompt(uiDialogService, _ref) {
|
|
|
2937
2937
|
});
|
|
2938
2938
|
}
|
|
2939
2939
|
};
|
|
2940
|
-
return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(
|
|
2941
|
-
className: "p-4 bg-primary-dark"
|
|
2942
|
-
}, dataSourcesOpts.length > 1 && /*#__PURE__*/react.createElement(ui_src/* Select */.Ph, {
|
|
2940
|
+
return /*#__PURE__*/react.createElement(react.Fragment, null, dataSourcesOpts.length > 1 && /*#__PURE__*/react.createElement(ui_src/* Select */.Ph, {
|
|
2943
2941
|
closeMenuOnSelect: true,
|
|
2944
2942
|
className: "mr-2 bg-black border-primary-main",
|
|
2945
2943
|
options: dataSourcesOpts,
|
|
@@ -2952,19 +2950,17 @@ function createReportDialogPrompt(uiDialogService, _ref) {
|
|
|
2952
2950
|
}));
|
|
2953
2951
|
},
|
|
2954
2952
|
isClearable: false
|
|
2955
|
-
})
|
|
2956
|
-
className: "p-4 bg-primary-dark"
|
|
2957
|
-
}, /*#__PURE__*/react.createElement(ui_src/* Input */.II, {
|
|
2953
|
+
}), /*#__PURE__*/react.createElement(ui_src/* Input */.II, {
|
|
2958
2954
|
autoFocus: true,
|
|
2959
|
-
|
|
2955
|
+
label: "Enter the report name",
|
|
2956
|
+
labelClassName: "text-white text-[14px] leading-[1.2]",
|
|
2957
|
+
className: "bg-black border-primary-main",
|
|
2960
2958
|
type: "text",
|
|
2961
|
-
placeholder: "Enter Report Name",
|
|
2962
|
-
containerClassName: "mr-2",
|
|
2963
2959
|
value: value.label,
|
|
2964
2960
|
onChange: onChangeHandler,
|
|
2965
2961
|
onKeyPress: onKeyPressHandler,
|
|
2966
2962
|
required: true
|
|
2967
|
-
}))
|
|
2963
|
+
}));
|
|
2968
2964
|
}
|
|
2969
2965
|
}
|
|
2970
2966
|
});
|
|
@@ -3227,7 +3223,7 @@ function PanelMeasurementTable(_ref) {
|
|
|
3227
3223
|
showOverlay: true,
|
|
3228
3224
|
content: ui_src/* Dialog */.Vq,
|
|
3229
3225
|
contentProps: {
|
|
3230
|
-
title: '
|
|
3226
|
+
title: 'Annotation',
|
|
3231
3227
|
noCloseButton: true,
|
|
3232
3228
|
value: {
|
|
3233
3229
|
label: measurement.label || ''
|
|
@@ -3254,18 +3250,17 @@ function PanelMeasurementTable(_ref) {
|
|
|
3254
3250
|
});
|
|
3255
3251
|
}
|
|
3256
3252
|
};
|
|
3257
|
-
return /*#__PURE__*/react.createElement(
|
|
3258
|
-
|
|
3259
|
-
|
|
3253
|
+
return /*#__PURE__*/react.createElement(ui_src/* Input */.II, {
|
|
3254
|
+
label: "Enter your annotation",
|
|
3255
|
+
labelClassName: "text-white text-[14px] leading-[1.2]",
|
|
3260
3256
|
autoFocus: true,
|
|
3261
3257
|
id: "annotation",
|
|
3262
|
-
className: "
|
|
3258
|
+
className: "bg-black border-primary-main",
|
|
3263
3259
|
type: "text",
|
|
3264
|
-
containerClassName: "mr-2",
|
|
3265
3260
|
value: value.label,
|
|
3266
3261
|
onChange: onChangeHandler,
|
|
3267
3262
|
onKeyPress: onKeyPressHandler
|
|
3268
|
-
})
|
|
3263
|
+
});
|
|
3269
3264
|
},
|
|
3270
3265
|
actions: [
|
|
3271
3266
|
// temp: swap button types until colors are updated
|
|
@@ -1377,7 +1377,7 @@ var dcmjs_es = __webpack_require__(22737);
|
|
|
1377
1377
|
function callInputDialog(_ref) {
|
|
1378
1378
|
let {
|
|
1379
1379
|
uiDialogService,
|
|
1380
|
-
title = '
|
|
1380
|
+
title = 'Annotation',
|
|
1381
1381
|
defaultValue = '',
|
|
1382
1382
|
callback = (value, action) => {}
|
|
1383
1383
|
} = _ref;
|
|
@@ -1430,13 +1430,12 @@ function callInputDialog(_ref) {
|
|
|
1430
1430
|
value,
|
|
1431
1431
|
setValue
|
|
1432
1432
|
} = _ref3;
|
|
1433
|
-
return /*#__PURE__*/react.createElement(
|
|
1434
|
-
|
|
1435
|
-
|
|
1433
|
+
return /*#__PURE__*/react.createElement(src/* Input */.II, {
|
|
1434
|
+
label: "Enter your annotation",
|
|
1435
|
+
labelClassName: "text-white text-[14px] leading-[1.2]",
|
|
1436
1436
|
autoFocus: true,
|
|
1437
|
-
className: "
|
|
1437
|
+
className: "bg-black border-primary-main",
|
|
1438
1438
|
type: "text",
|
|
1439
|
-
containerClassName: "mr-2",
|
|
1440
1439
|
value: value.defaultValue,
|
|
1441
1440
|
onChange: event => {
|
|
1442
1441
|
event.persist();
|
|
@@ -1455,7 +1454,7 @@ function callInputDialog(_ref) {
|
|
|
1455
1454
|
});
|
|
1456
1455
|
}
|
|
1457
1456
|
}
|
|
1458
|
-
})
|
|
1457
|
+
});
|
|
1459
1458
|
}
|
|
1460
1459
|
}
|
|
1461
1460
|
});
|
|
@@ -2068,7 +2067,6 @@ function getCommandsModule(_ref) {
|
|
|
2068
2067
|
const roiAnnotation = microscopyService.getAnnotation(uid);
|
|
2069
2068
|
callInputDialog({
|
|
2070
2069
|
uiDialogService,
|
|
2071
|
-
title: 'Enter your annotation',
|
|
2072
2070
|
defaultValue: '',
|
|
2073
2071
|
callback: (value, action) => {
|
|
2074
2072
|
switch (action) {
|
|
@@ -5482,8 +5482,8 @@ function WorkList(_ref) {
|
|
|
5482
5482
|
};
|
|
5483
5483
|
});
|
|
5484
5484
|
const hasStudies = numOfStudies > 0;
|
|
5485
|
-
const versionNumber = "3.6.0-beta.
|
|
5486
|
-
const commitHash = "
|
|
5485
|
+
const versionNumber = "3.6.0-beta.1";
|
|
5486
|
+
const commitHash = "da5c32bce3ee0b875701859496ed422a532e9998";
|
|
5487
5487
|
const menuOptions = [{
|
|
5488
5488
|
title: t('Header:About'),
|
|
5489
5489
|
icon: 'info',
|
|
@@ -20300,7 +20300,7 @@ const detectionOptions = {
|
|
|
20300
20300
|
}
|
|
20301
20301
|
});
|
|
20302
20302
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
20303
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.
|
|
20303
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.6.0-beta.0"}');
|
|
20304
20304
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
20305
20305
|
const languagesMap = {
|
|
20306
20306
|
ar: 'Arabic',
|
|
@@ -21068,18 +21068,16 @@ clipboard.defaultProps = {
|
|
|
21068
21068
|
};
|
|
21069
21069
|
var close = function close(props) {
|
|
21070
21070
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
21071
|
-
d: "
|
|
21072
|
-
stroke: "currentColor",
|
|
21073
|
-
strokeLinecap: "round",
|
|
21074
|
-
strokeLinejoin: "round",
|
|
21075
|
-
strokeWidth: "1.5",
|
|
21071
|
+
d: "M12 1.05 10.95 0 6 4.95 1.05 0 0 1.05 4.95 6 0 10.95 1.05 12 6 7.05 10.95 12 12 10.95 7.05 6z",
|
|
21076
21072
|
fill: "currentColor",
|
|
21077
21073
|
fillRule: "evenodd"
|
|
21078
21074
|
}));
|
|
21079
21075
|
};
|
|
21080
21076
|
close.defaultProps = {
|
|
21081
|
-
|
|
21082
|
-
|
|
21077
|
+
width: "12",
|
|
21078
|
+
height: "12",
|
|
21079
|
+
viewBox: "0 0 12 12",
|
|
21080
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21083
21081
|
};
|
|
21084
21082
|
var dottedCircle = function dottedCircle(props) {
|
|
21085
21083
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
@@ -23663,6 +23661,7 @@ const classes = {
|
|
|
23663
23661
|
inherit: 'text-inherit',
|
|
23664
23662
|
primary: 'text-primary-main',
|
|
23665
23663
|
primaryActive: 'text-primary-active',
|
|
23664
|
+
primaryLight: 'text-primary-light',
|
|
23666
23665
|
secondary: 'text-common-light',
|
|
23667
23666
|
error: 'text-red-600'
|
|
23668
23667
|
},
|
|
@@ -23714,7 +23713,7 @@ Typography.propTypes = {
|
|
|
23714
23713
|
paragraph: (prop_types_default()).bool,
|
|
23715
23714
|
display: prop_types_default().oneOf(['initial', 'block', 'inline']),
|
|
23716
23715
|
variant: prop_types_default().oneOf(['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'subtitle', 'body', 'caption', 'button', 'overline', 'srOnly', 'inherit']),
|
|
23717
|
-
color: prop_types_default().oneOf(['initial', 'inherit', 'primary', 'primaryActive', 'secondary', 'error', '
|
|
23716
|
+
color: prop_types_default().oneOf(['initial', 'inherit', 'primary', 'primaryActive', 'secondary', 'error', 'primaryLight']),
|
|
23718
23717
|
className: (prop_types_default()).string,
|
|
23719
23718
|
children: (prop_types_default()).node,
|
|
23720
23719
|
align: prop_types_default().oneOf(['inherit', 'left', 'center', 'right', 'justify']),
|
|
@@ -24048,7 +24047,8 @@ const DialogProvider = _ref => {
|
|
|
24048
24047
|
className: classnames_default()('DraggableItem', isDragging && 'dragging', isDraggable && 'draggable'),
|
|
24049
24048
|
style: {
|
|
24050
24049
|
zIndex: '999',
|
|
24051
|
-
position: 'absolute'
|
|
24050
|
+
position: 'absolute',
|
|
24051
|
+
width: '350px'
|
|
24052
24052
|
},
|
|
24053
24053
|
onClick: () => _bringToFront(id)
|
|
24054
24054
|
}, /*#__PURE__*/react.createElement(DialogContent, _extends({}, dialog, contentProps))));
|
|
@@ -30944,7 +30944,7 @@ const SnackbarItem = _ref => {
|
|
|
30944
30944
|
className: "w-5 h-5 rounded-full flex items-center justify-center self-start ml-auto relative left-[3px] top-[-3px] text-[#0944b3]"
|
|
30945
30945
|
}, /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
30946
30946
|
name: "close",
|
|
30947
|
-
className: "
|
|
30947
|
+
className: "text-black"
|
|
30948
30948
|
}))));
|
|
30949
30949
|
};
|
|
30950
30950
|
/* harmony default export */ const Snackbar_SnackbarItem = (SnackbarItem);
|
|
@@ -32380,8 +32380,9 @@ const AboutModal = _ref3 => {
|
|
|
32380
32380
|
const renderRowTitle = title => /*#__PURE__*/react.createElement("div", {
|
|
32381
32381
|
className: "pb-3 mb-3 border-b-2 border-black"
|
|
32382
32382
|
}, /*#__PURE__*/react.createElement(Typography/* default */.Z, {
|
|
32383
|
-
variant: "
|
|
32384
|
-
|
|
32383
|
+
variant: "inherit",
|
|
32384
|
+
color: "primaryLight",
|
|
32385
|
+
className: "text-[16px] font-semibold !leading-[1.2]"
|
|
32385
32386
|
}, title));
|
|
32386
32387
|
return /*#__PURE__*/react.createElement("div", null, renderRowTitle('Important Links'), /*#__PURE__*/react.createElement("div", {
|
|
32387
32388
|
className: "flex mb-8"
|
|
@@ -33060,11 +33061,9 @@ const Footer = _ref => {
|
|
|
33060
33061
|
value
|
|
33061
33062
|
} = _ref;
|
|
33062
33063
|
const flex = 'flex items-center justify-end';
|
|
33063
|
-
const
|
|
33064
|
-
const spacing = 'p-6';
|
|
33065
|
-
const theme = 'bg-primary-dark';
|
|
33064
|
+
const padding = 'pt-[20px]';
|
|
33066
33065
|
return /*#__PURE__*/react.createElement("div", {
|
|
33067
|
-
className: classnames_default()(flex,
|
|
33066
|
+
className: classnames_default()(flex, padding, className)
|
|
33068
33067
|
}, actions.map((action, index) => {
|
|
33069
33068
|
const isFirst = index === 0;
|
|
33070
33069
|
const isPrimary = action.type === 'primary';
|
|
@@ -33117,12 +33116,11 @@ const Body = _ref => {
|
|
|
33117
33116
|
const theme = 'bg-primary-dark';
|
|
33118
33117
|
return /*#__PURE__*/react.createElement("div", {
|
|
33119
33118
|
className: classnames_default()('relative flex-auto', theme, className)
|
|
33120
|
-
}, /*#__PURE__*/react.createElement("div", {
|
|
33121
|
-
className: "p-6"
|
|
33122
33119
|
}, /*#__PURE__*/react.createElement(Typography/* default */.Z, {
|
|
33123
|
-
variant: "
|
|
33124
|
-
|
|
33125
|
-
|
|
33120
|
+
variant: "inherit",
|
|
33121
|
+
color: "initial",
|
|
33122
|
+
className: "text-[14px] !leading-[1.2]"
|
|
33123
|
+
}, text));
|
|
33126
33124
|
};
|
|
33127
33125
|
Body.propTypes = {
|
|
33128
33126
|
text: (prop_types_default()).string,
|
|
@@ -33142,7 +33140,7 @@ const CloseButton = _ref => {
|
|
|
33142
33140
|
"data-cy": "close-button",
|
|
33143
33141
|
onClick: onClick,
|
|
33144
33142
|
name: "close",
|
|
33145
|
-
className: "cursor-pointer text-primary-active
|
|
33143
|
+
className: "cursor-pointer text-primary-active"
|
|
33146
33144
|
});
|
|
33147
33145
|
};
|
|
33148
33146
|
CloseButton.propTypes = {
|
|
@@ -33154,15 +33152,15 @@ const Header = _ref2 => {
|
|
|
33154
33152
|
noCloseButton,
|
|
33155
33153
|
onClose
|
|
33156
33154
|
} = _ref2;
|
|
33157
|
-
const theme = 'bg-
|
|
33155
|
+
const theme = 'bg-primary-dark';
|
|
33158
33156
|
const flex = 'flex items-center justify-between';
|
|
33159
|
-
const
|
|
33160
|
-
const spacing = 'p-4';
|
|
33157
|
+
const padding = 'pb-[20px]';
|
|
33161
33158
|
return /*#__PURE__*/react.createElement("div", {
|
|
33162
|
-
className: classnames_default()(theme, flex,
|
|
33159
|
+
className: classnames_default()(theme, flex, padding)
|
|
33163
33160
|
}, /*#__PURE__*/react.createElement(Typography/* default */.Z, {
|
|
33164
33161
|
variant: "h6",
|
|
33165
|
-
color: "
|
|
33162
|
+
color: "primaryLight",
|
|
33163
|
+
className: "!leading-[1.2]"
|
|
33166
33164
|
}, title), !noCloseButton && /*#__PURE__*/react.createElement(CloseButton, {
|
|
33167
33165
|
onClick: onClose
|
|
33168
33166
|
}));
|
|
@@ -33200,19 +33198,20 @@ const Dialog = _ref => {
|
|
|
33200
33198
|
value: defaultValue
|
|
33201
33199
|
} = _ref;
|
|
33202
33200
|
const [value, setValue] = (0,react.useState)(defaultValue);
|
|
33203
|
-
const theme = 'bg-
|
|
33201
|
+
const theme = 'bg-primary-dark';
|
|
33204
33202
|
const flex = 'flex flex-col';
|
|
33205
|
-
const border = 'border-0 rounded
|
|
33203
|
+
const border = 'border-0 rounded';
|
|
33206
33204
|
const outline = 'outline-none focus:outline-none';
|
|
33207
33205
|
const position = 'relative';
|
|
33208
33206
|
const width = 'w-full';
|
|
33207
|
+
const padding = 'px-[20px] pb-[20px] pt-[13px]';
|
|
33209
33208
|
(0,react.useEffect)(() => {
|
|
33210
33209
|
if (onShow) {
|
|
33211
33210
|
onShow();
|
|
33212
33211
|
}
|
|
33213
33212
|
}, [onShow]);
|
|
33214
33213
|
return /*#__PURE__*/react.createElement("div", {
|
|
33215
|
-
className: classnames_default()(theme, flex, border, outline, position, width)
|
|
33214
|
+
className: classnames_default()(theme, flex, border, outline, position, width, padding)
|
|
33216
33215
|
}, /*#__PURE__*/react.createElement(HeaderComponent, {
|
|
33217
33216
|
title: title,
|
|
33218
33217
|
noCloseButton: noCloseButton,
|
|
@@ -33578,15 +33577,16 @@ const Modal = _ref => {
|
|
|
33578
33577
|
};
|
|
33579
33578
|
const renderHeader = () => {
|
|
33580
33579
|
return title && /*#__PURE__*/react.createElement("header", {
|
|
33581
|
-
className: "flex items-center
|
|
33580
|
+
className: "flex items-center px-[20px] py-[13px] bg-primary-dark rounded-tl rounded-tr"
|
|
33582
33581
|
}, /*#__PURE__*/react.createElement(Typography/* default */.Z, {
|
|
33583
|
-
variant: "
|
|
33584
|
-
|
|
33582
|
+
variant: "h6",
|
|
33583
|
+
color: "primaryLight",
|
|
33584
|
+
className: "flex grow !leading-[1.2]",
|
|
33585
33585
|
"data-cy": "modal-header"
|
|
33586
33586
|
}, title), closeButton && /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
33587
33587
|
onClick: onClose,
|
|
33588
33588
|
name: "close",
|
|
33589
|
-
className: "cursor-pointer text-primary-active
|
|
33589
|
+
className: "cursor-pointer text-primary-active"
|
|
33590
33590
|
}));
|
|
33591
33591
|
};
|
|
33592
33592
|
return /*#__PURE__*/react.createElement((lib_default()), {
|
|
@@ -33598,7 +33598,7 @@ const Modal = _ref => {
|
|
|
33598
33598
|
title: title,
|
|
33599
33599
|
shouldCloseOnOverlayClick: shouldCloseOnOverlayClick
|
|
33600
33600
|
}, renderHeader(), /*#__PURE__*/react.createElement("section", {
|
|
33601
|
-
className: "ohif-scrollbar modal-content overflow-y-auto px-
|
|
33601
|
+
className: "ohif-scrollbar modal-content overflow-y-auto px-[20px] pt-2 pb-[20px] rounded-bl rounded-br bg-primary-dark"
|
|
33602
33602
|
}, children));
|
|
33603
33603
|
};
|
|
33604
33604
|
Modal.defaultProps = {
|
|
@@ -34531,9 +34531,7 @@ const LegacyCinePlayer = _ref => {
|
|
|
34531
34531
|
className: "mr-3 border rounded-full text-primary-active border-primary-active",
|
|
34532
34532
|
onClick: onClose
|
|
34533
34533
|
}, /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
34534
|
-
name: "close"
|
|
34535
|
-
width: "15px",
|
|
34536
|
-
height: "15px"
|
|
34534
|
+
name: "close"
|
|
34537
34535
|
})));
|
|
34538
34536
|
};
|
|
34539
34537
|
const LegacyCinePlayer_noop = () => {};
|
|
@@ -41681,7 +41679,7 @@ const SegmentationItem = _ref => {
|
|
|
41681
41679
|
})
|
|
41682
41680
|
}, isHovering ? /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
41683
41681
|
name: "close",
|
|
41684
|
-
className: classnames_default()('w-
|
|
41682
|
+
className: classnames_default()('w-[10px] transition duration-500 text-center hover:opacity-80', {
|
|
41685
41683
|
'bg-primary-light text-black': isActive,
|
|
41686
41684
|
'bg-primary-dark text-primary-light group-hover:bg-secondary-main': !isActive
|
|
41687
41685
|
}),
|
|
@@ -41917,7 +41915,7 @@ const SegmentItem = _ref => {
|
|
|
41917
41915
|
onMouseLeave: () => setIsSegmentIndexHovering(false)
|
|
41918
41916
|
}, isSegmentIndexHovering && showSegmentDelete ? /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
41919
41917
|
name: "close",
|
|
41920
|
-
className: classnames_default()('
|
|
41918
|
+
className: classnames_default()('pr-0.5'),
|
|
41921
41919
|
onClick: e => {
|
|
41922
41920
|
e.stopPropagation();
|
|
41923
41921
|
onDelete(segmentationId, segmentIndex);
|
|
@@ -57712,15 +57710,14 @@ const UserPreferences = _ref => {
|
|
|
57712
57710
|
return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", {
|
|
57713
57711
|
className: "border-b-2 border-black mb-2"
|
|
57714
57712
|
}, /*#__PURE__*/react.createElement(Typography/* default */.Z, {
|
|
57715
|
-
variant: "
|
|
57716
|
-
|
|
57713
|
+
variant: "inherit",
|
|
57714
|
+
color: "primaryLight",
|
|
57715
|
+
className: "flex text-[16px] font-semibold pb-2 !leading-[1.2]"
|
|
57717
57716
|
}, title)), /*#__PURE__*/react.createElement("div", {
|
|
57718
57717
|
className: "mt-4 mb-8"
|
|
57719
57718
|
}, children));
|
|
57720
57719
|
};
|
|
57721
|
-
return /*#__PURE__*/react.createElement(
|
|
57722
|
-
className: "p-2"
|
|
57723
|
-
}, /*#__PURE__*/react.createElement(Section, {
|
|
57720
|
+
return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement(Section, {
|
|
57724
57721
|
title: t('General')
|
|
57725
57722
|
}, /*#__PURE__*/react.createElement("div", {
|
|
57726
57723
|
className: "flex flex-row justify-center items-center w-72"
|
|
@@ -154301,7 +154298,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
154301
154298
|
/******/ // This function allow to reference async chunks
|
|
154302
154299
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
154303
154300
|
/******/ // return url for filenames based on template
|
|
154304
|
-
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"18":"aa60bdf008c32c39cfd7","50":"
|
|
154301
|
+
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"18":"aa60bdf008c32c39cfd7","50":"dbfa665d4cb7057ba358","55":"a5a215e13a8511f7aee7","82":"c80566739536b5b584a4","151":"07bac9172580a60fae7a","192":"ae2ea2b663ee88745352","199":"ecf5ca816366078b09ea","205":"39e6c847d618ad2b1b7a","208":"905cfc13669f5952d138","270":"abbdb5348274bae3e8bc","283":"61f2f2ed7f212b2e1ee4","295":"5105ce962be15c92484d","331":"7ac7b142d249d14fd99e","351":"c5d7279ef42e30f61e08","381":"0905e683605fcbc0895f","404":"44255f027797a595e5bf","531":"1bc152c87c7e2e987d2b","569":"d147c0aa0604f8ea2094","581":"646c89c5c3e3ee096363","606":"5d876f5f3dd8287f0a28","616":"ed6ff9738b16cb2518fe","642":"19f04e82df3ecaaf3189","664":"4792c88ae0d6d4b5ed13","707":"0c9b1aa08251d36b8eb2","728":"d13856835357400fef82","744":"3599b920dd845db79fc9","780":"f60ac1906e0ae080dee8","790":"7d1dd435122f3e268e89","799":"3fff638815e355b0bdfd","806":"2e7934d0833c4315c292","917":"fd96bf8ed8963b15c37c","926":"dbc9d0e591cb9217fda2","935":"deeffff0e4f7b528e3c3","953":"c14d9eb6400f697019ee","973":"7d8bb0a4ba6dd5f407c1","976":"795da4a22e4a23873111","984":"9383554d7d41b3e316c2"}[chunkId] + ".js";
|
|
154305
154302
|
/******/ };
|
|
154306
154303
|
/******/ })();
|
|
154307
154304
|
/******/
|
package/dist/app.bundle.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:initial;box-sizing:initial;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(#00000080),to(#0000));background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(#00000080),to(#0000));background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(#00000080),to(#0000));background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(#00000080),to(#0000));background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
|
|
11
11
|
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--swiper-navigation-size);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}
|
|
12
12
|
.swiper-button-next,.swiper-button-next.swiper-button-disabled,.swiper-button-prev,.swiper-button-prev.swiper-button-disabled{opacity:0;pointer-events:none}.swiper-button-next-custom.swiper-button-disabled,.swiper-button-prev-custom.swiper-button-disabled{opacity:.6;pointer-events:none}
|
|
13
|
-
/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e2e8f0;-webkit-box-sizing:border-box;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted currentColor;text-decoration:underline dotted currentColor}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#cbd5e0;opacity:1}input::-moz-placeholder, textarea::-moz-placeholder{color:#cbd5e0;opacity:1}input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#cbd5e0;opacity:1}input::-ms-input-placeholder, textarea::-ms-input-placeholder{color:#cbd5e0;opacity:1}input::placeholder,textarea::placeholder{color:#cbd5e0;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#4299e180;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#4299e180;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.\!relative{position:relative!important}.sticky{position:sticky}.inset-y-0{bottom:0;top:0}.inset-x-auto{left:auto;right:auto}.left-1\/2{left:50%}.bottom-3{bottom:.75rem}.left-0{left:0}.right-0{right:0}.top-0{top:0}.top-viewport{top:.5rem}.left-viewport{left:.5rem}.right-viewport-scrollbar{right:1.3rem}.bottom-viewport{bottom:.5rem}.bottom-0{bottom:0}.bottom-auto{bottom:auto}.left-auto{left:auto}.right-auto{right:auto}.top-auto{top:auto}.left-\[3px\]{left:3px}.top-\[-3px\]{top:-3px}.-top-1{top:-.25rem}.top-full{top:100%}.left-viewport-scrollbar{left:1.3rem}.z-50{z-index:50}.z-10{z-index:10}.z-20{z-index:20}.order-last{-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.col-span-2{grid-column:span 2/span 2}.m-auto{margin:auto}.m-5{margin:1.25rem}.m-0{margin:0}.my-3{margin-bottom:.75rem;margin-top:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-0{margin-bottom:0;margin-top:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mr-1{margin-right:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.ml-1{margin-left:.25rem}.mt-1{margin-top:.25rem}.mb-6{margin-bottom:1.5rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mb-2{margin-bottom:.5rem}.ml-auto{margin-left:auto}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mt-auto{margin-top:auto}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mt-5{margin-top:1.25rem}.-mt-2{margin-top:-.5rem}.mr-auto{margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-\[12px\]{margin-bottom:12px}.mb-\[9px\]{margin-bottom:9px}.mt-\[4px\]{margin-top:4px}.-mt-1{margin-top:-.25rem}.mb-\[8px\]{margin-bottom:8px}.mb-\[1px\]{margin-bottom:1px}.ml-3{margin-left:.75rem}.mt-3{margin-top:.75rem}.mt-\[5px\]{margin-top:5px}.mb-0{margin-bottom:0}.mt-\[1px\]{margin-top:1px}.mt-12{margin-top:3rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.mr-6{margin-right:1.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.ml-6{margin-left:1.5rem}.ml-5{margin-left:1.25rem}.box-border{-webkit-box-sizing:border-box;box-sizing:border-box}.box-content{-webkit-box-sizing:initial;box-sizing:initial}.block{display:block}.\!block{display:block!important}.inline-block{display:inline-block}.inline{display:inline}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!contents{display:contents!important}.hidden{display:none}.h-full{height:100%}.h-6{height:1.5rem}.h-1{height:.25rem}.h-screen{height:100vh}.h-14{height:3.5rem}.h-8{height:2rem}.h-\[calc\(100vh-300px\)\]{height:calc(100vh - 300px)}.h-\[480px\]{height:480px}.h-4{height:1rem}.h-9{height:2.25rem}.h-5{height:1.25rem}.h-\[28px\]{height:28px}.h-\[3px\]{height:3px}.h-10{height:2.5rem}.h-64{height:16rem}.h-12{height:3rem}.h-\[1px\]{height:1px}.h-\[6px\]{height:6px}.h-\[27px\]{height:27px}.h-\[8px\]{height:8px}.h-3{height:.75rem}.h-\[45px\]{height:45px}.h-auto{height:auto}.h-2{height:.5rem}.h-0{height:0}.h-16{height:4rem}.max-h-full{max-height:100%}.max-h-64{max-height:16rem}.max-h-0{max-height:0}.max-h-48{max-height:12rem}.min-h-0{min-height:0}.min-h-\[480px\]{min-height:480px}.min-h-14{min-height:3.5rem}.min-h-32{min-height:8rem}.w-full{width:100%}.w-1\/2{width:50%}.w-4\/24{width:16.66666667%}.w-2\/24{width:8.333333333%}.w-6\/24{width:25%}.w-5\/24{width:20.83333333%}.w-screen{width:100vw}.w-4{width:1rem}.w-6{width:1.5rem}.w-24{width:6rem}.w-10{width:2.5rem}.w-0{width:0}.w-1\/24{width:4.166666667%}.w-3\/24{width:12.5%}.w-7\/24{width:29.16666667%}.w-8\/24{width:33.33333333%}.w-9\/24{width:37.5%}.w-10\/24{width:41.66666667%}.w-11\/24{width:45.83333333%}.w-12\/24{width:50%}.w-13\/24{width:54.16666667%}.w-14\/24{width:58.33333333%}.w-15\/24{width:62.5%}.w-16\/24{width:66.66666667%}.w-17\/24{width:70.83333333%}.w-18\/24{width:75%}.w-19\/24{width:79.16666667%}.w-20\/24{width:83.33333333%}.w-21\/24{width:87.5%}.w-22\/24{width:91.66666667%}.w-23\/24{width:95.83333333%}.w-5{width:1.25rem}.w-48{width:12rem}.w-40{width:10rem}.w-11{width:2.75rem}.w-8{width:2rem}.w-32{width:8rem}.w-2{width:.5rem}.w-\[45px\]{width:45px}.w-12{width:3rem}.w-11\/12{width:91.666667%}.w-\[64px\]{width:64px}.w-\[27px\]{width:27px}.w-\[8px\]{width:8px}.w-3{width:.75rem}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-max-content{width:-webkit-max-content;width:-moz-max-content;width:max-content}.w-72{width:18rem}.w-56{width:14rem}.min-w-\[45px\]{min-width:45px}.min-w-md{min-width:6rem}.min-w-48{min-width:12rem}.min-w-full{min-width:100%}.max-w-24{max-width:6rem}.max-w-40{max-width:10rem}.max-w-48{max-width:12rem}.max-w-full{max-width:100%}.flex-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-1{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-static{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.flex-shrink{-ms-flex-negative:1;flex-shrink:1}.shrink-0{-ms-flex-negative:0;flex-shrink:0}.shrink{-ms-flex-negative:1;flex-shrink:1}.flex-grow,.grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.origin-top-right{-webkit-transform-origin:top right;transform-origin:top right}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.rotate-180{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-0{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.transform{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}.select-text{-webkit-user-select:text; -moz-user-select:text; -ms-user-select:text; user-select:text}.resize{resize:both}.appearance-none{-webkit-appearance:none; -moz-appearance:none; appearance:none}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.gap-3{gap:.75rem}.gap-1{gap:.25rem}.gap-4{gap:1rem}.gap-2{gap:.5rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.self-start{-ms-flex-item-align:start;align-self:flex-start}.self-end{-ms-flex-item-align:end;align-self:flex-end}.self-center{-ms-flex-item-align:center;align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-sm{border-radius:.125rem}.rounded-l-xl{border-bottom-left-radius:.75rem;border-top-left-radius:.75rem}.rounded-r{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-l{border-top-left-radius:.25rem}.rounded-b,.rounded-l{border-bottom-left-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-l-sm{border-bottom-left-radius:.125rem;border-top-left-radius:.125rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.\!rounded-tr-md{border-top-right-radius:.375rem!important}.\!rounded-br-md{border-bottom-right-radius:.375rem!important}.border{border-width:1px}.border-2{border-width:2px}.border-0{border-width:0}.border-l{border-left-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-b-2{border-bottom-width:2px}.border-t-0{border-top-width:0}.border-l-0{border-left-width:0}.border-r-0{border-right-width:0}.border-b-0{border-bottom-width:0}.border-r{border-right-width:1px}.border-t-2{border-top-width:2px}.border-b-4{border-bottom-width:4px}.border-l-2{border-left-width:2px}.border-solid{border-style:solid}.border-primary-main{--tw-border-opacity:1;border-color:rgb(9 68 179/var(--tw-border-opacity))}.border-inputfield-main,.border-secondary-light{--tw-border-opacity:1;border-color:rgb(58 63 153/var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-common-dark{--tw-border-opacity:1;border-color:rgb(114 111 126/var(--tw-border-opacity))}.border-primary-light{--tw-border-opacity:1;border-color:rgb(90 204 230/var(--tw-border-opacity))}.border-primary-active{--tw-border-opacity:1;border-color:rgb(52 140 253/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-secondary-light\/60{border-color:#3a3f9999}.border-primary-dark{--tw-border-opacity:1;border-color:rgb(9 12 41/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(160 174 192/var(--tw-border-opacity))}.border-secondary-main{--tw-border-opacity:1;border-color:rgb(43 22 107/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-secondary-dark{--tw-border-opacity:1;border-color:rgb(4 28 74/var(--tw-border-opacity))}.border-r-black{--tw-border-opacity:1;border-right-color:rgb(0 0 0/var(--tw-border-opacity))}.border-l-primary-light{--tw-border-opacity:1;border-left-color:rgb(90 204 230/var(--tw-border-opacity))}.border-l-\[\#1d3c58\]{--tw-border-opacity:1;border-left-color:rgb(29 60 88/var(--tw-border-opacity))}.border-t-black{--tw-border-opacity:1;border-top-color:rgb(0 0 0/var(--tw-border-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-primary-dark{--tw-bg-opacity:1;background-color:rgb(9 12 41/var(--tw-bg-opacity))}.bg-customgray-100{--tw-bg-opacity:1;background-color:rgb(38 41 67/var(--tw-bg-opacity))}.bg-primary-main{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity))}.bg-secondary-dark{--tw-bg-opacity:1;background-color:rgb(4 28 74/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-primary-light{--tw-bg-opacity:1;background-color:rgb(90 204 230/var(--tw-bg-opacity))}.bg-secondary-light{--tw-bg-opacity:1;background-color:rgb(58 63 153/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-secondary-main{--tw-bg-opacity:1;background-color:rgb(43 22 107/var(--tw-bg-opacity))}.bg-overlay{background-color:#000c}.bg-common-bright{--tw-bg-opacity:1;background-color:rgb(225 225 225/var(--tw-bg-opacity))}.bg-\[\#212456\]{--tw-bg-opacity:1;background-color:rgb(33 36 86/var(--tw-bg-opacity))}.bg-\[\#1d3c58\]{--tw-bg-opacity:1;background-color:rgb(29 60 88/var(--tw-bg-opacity))}.bg-\[\#140e2e\]{--tw-bg-opacity:1;background-color:rgb(20 14 46/var(--tw-bg-opacity))}.bg-black\/15{background-color:#00000026}.bg-\[\#bed1db\]{--tw-bg-opacity:1;background-color:rgb(190 209 219/var(--tw-bg-opacity))}.bg-\[\#ebe5c4\]{--tw-bg-opacity:1;background-color:rgb(235 229 196/var(--tw-bg-opacity))}.bg-\[\#c6d9bf\]{--tw-bg-opacity:1;background-color:rgb(198 217 191/var(--tw-bg-opacity))}.bg-\[\#dabdbe\]{--tw-bg-opacity:1;background-color:rgb(218 189 190/var(--tw-bg-opacity))}.\!bg-primary-dark{--tw-bg-opacity:1!important;background-color:rgb(9 12 41/var(--tw-bg-opacity))!important}.bg-opacity-50{--tw-bg-opacity:.50}.fill-current{fill:currentColor}.stroke-secondary-light{stroke:#3a3f99}.stroke-1{stroke-width:1}.object-none{-o-object-fit:none;object-fit:none}.p-4{padding:1rem}.p-1{padding:.25rem}.p-2\.5{padding:.625rem}.p-2{padding:.5rem}.p-6{padding:1.5rem}.p-5{padding:1.25rem}.p-3{padding:.75rem}.\!p-2{padding:.5rem!important}.p-0{padding:0}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.px-8{padding-left:2rem;padding-right:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.\!py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.px-12{padding-left:3rem;padding-right:3rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.pt-4{padding-top:1rem}.pt-1{padding-top:.25rem}.pt-5{padding-top:1.25rem}.pt-3{padding-top:.75rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}.pt-2{padding-top:.5rem}.pb-3{padding-bottom:.75rem}.pl-8{padding-left:2rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pl-0{padding-left:0}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pb-2{padding-bottom:.5rem}.pt-\[13px\]{padding-top:13px}.pb-\[9px\]{padding-bottom:9px}.pl-\[29px\]{padding-left:29px}.pl-\[3px\]{padding-left:3px}.pr-\[7px\]{padding-right:7px}.pr-\[1px\]{padding-right:1px}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.\!pl-2{padding-left:.5rem!important}.pl-12{padding-left:3rem}.pb-1{padding-bottom:.25rem}.pl-6{padding-left:1.5rem}.pt-48{padding-top:12rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-end{text-align:end}.font-sans{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-mono{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-sm{font-size:.75rem}.text-base{font-size:.8125rem}.text-lg{font-size:.9275rem}.text-xl{font-size:1.25rem}.text-\[12px\]{font-size:12px}.text-\[10px\]{font-size:10px}.text-6xl{font-size:4rem}.text-5xl{font-size:3rem}.text-4xl{font-size:2.25rem}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.text-xs{font-size:.65rem}.font-light{font-weight:300}.font-bold{font-weight:700}.font-\[300\]{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-normal{font-weight:300}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-tight{line-height:1.25}.leading-none{line-height:1}.leading-\[22px\]{line-height:22px}.leading-relaxed{line-height:1.625}.tracking-widest{letter-spacing:.1em}.text-primary-light{--tw-text-opacity:1;color:rgb(90 204 230/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-primary-active{--tw-text-opacity:1;color:rgb(52 140 253/var(--tw-text-opacity))}.text-primary-main{--tw-text-opacity:1;color:rgb(9 68 179/var(--tw-text-opacity))}.text-common-light{--tw-text-opacity:1;color:rgb(161 159 173/var(--tw-text-opacity))}.text-\[\#726F7E\]{--tw-text-opacity:1;color:rgb(114 111 126/var(--tw-text-opacity))}.text-\[\#ccc\]{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity))}.text-\[\#0944B3\]{--tw-text-opacity:1;color:rgb(9 68 179/var(--tw-text-opacity))}.text-aqua-pale{--tw-text-opacity:1;color:rgb(123 178 206/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(99 179 237/var(--tw-text-opacity))}.text-secondary-light{--tw-text-opacity:1;color:rgb(58 63 153/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-secondary-active{--tw-text-opacity:1;color:rgb(31 31 39/var(--tw-text-opacity))}.text-common-bright{--tw-text-opacity:1;color:rgb(225 225 225/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(229 62 62/var(--tw-text-opacity))}.text-\[\#726f7e\]{--tw-text-opacity:1;color:rgb(114 111 126/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(197 48 48/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(236 201 75/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(72 187 120/var(--tw-text-opacity))}.text-\[\#b3b3b3\]{--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity))}.text-\[\#d8d8d8\]{--tw-text-opacity:1;color:rgb(216 216 216/var(--tw-text-opacity))}.text-\[\#537594\]{--tw-text-opacity:1;color:rgb(83 117 148/var(--tw-text-opacity))}.text-\[\#3d5871\]{--tw-text-opacity:1;color:rgb(61 88 113/var(--tw-text-opacity))}.text-\[\#0944b3\]{--tw-text-opacity:1;color:rgb(9 68 179/var(--tw-text-opacity))}.\!text-primary-light{--tw-text-opacity:1!important;color:rgb(90 204 230/var(--tw-text-opacity))!important}.text-primary-dark{--tw-text-opacity:1;color:rgb(9 12 41/var(--tw-text-opacity))}.text-\[\#348CFD\],.text-\[\#348cfd\]{--tw-text-opacity:1;color:rgb(52 140 253/var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgb(144 205 244/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(245 101 101/var(--tw-text-opacity))}.\!text-\[\#348CFD\]{--tw-text-opacity:1!important;color:rgb(52 140 253/var(--tw-text-opacity))!important}.text-inherit{color:inherit}.text-gray-800{--tw-text-opacity:1;color:rgb(45 55 72/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(49 130 206/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(74 85 104/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.placeholder-inputfield-placeholder::-webkit-input-placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.placeholder-inputfield-placeholder::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.placeholder-inputfield-placeholder:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.placeholder-inputfield-placeholder::-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.placeholder-inputfield-placeholder::placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.opacity-50{opacity:.5}.opacity-0{opacity:0}.opacity-60{opacity:.6}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px 0 var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid #0000;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);-webkit-box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow-md{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px #00000012) drop-shadow(0 2px 2px #0000000f)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a)}.drop-shadow-lg,.grayscale{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.invert{--tw-invert:invert(100%);-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!invert{--tw-invert:invert(100%)!important;-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform}.transition-all{-webkit-transition-property:all;transition-property:all}.transition-height{-webkit-transition-property:height;transition-property:height}.duration-300{-webkit-transition-duration:.3s;transition-duration:.3s}.duration-500{-webkit-transition-duration:.5s;transition-duration:.5s}.ease-in-out{-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}body{background-color:#000}.truncate-2-lines{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:2.1rem;line-height:1.3;overflow:hidden}.customSelect__menu{background-color:initial!important;border-radius:6px}.css-4ljt47-MenuList{margin-right:4px;margin-top:4px;overflow-x:hidden!important;padding-top:0!important}.css-4ljt47-MenuList::-webkit-scrollbar{border-radius:10px;width:6px}.css-4ljt47-MenuList::-webkit-scrollbar-thumb{background-color:#0944b3;border-radius:10px}.customSelect__option:focus{background-color:#0944b391!important}.customSelect__option label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#d6d6d6;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px}.css-1n7v3ny-option,.css-1n7v3ny-option:focus{background-color:#0944b391!important}.customSelect__option:hover{background-color:#0944b391}.css-26l3qy-menu{background-color:#151515!important;border:2px solid #0944b3;border-radius:6px}.placeholder\:text-inputfield-placeholder::-webkit-input-placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.placeholder\:text-inputfield-placeholder::-moz-placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.placeholder\:text-inputfield-placeholder:-ms-input-placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.placeholder\:text-inputfield-placeholder::-ms-input-placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.placeholder\:text-inputfield-placeholder::placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.first\:rounded-t:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.first\:rounded-t-md:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.first\:rounded-t-full:first-child{border-top-left-radius:9999px;border-top-right-radius:9999px}.first\:rounded-l:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.first\:rounded-l-md:first-child{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.first\:rounded-l-lg:first-child{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.first\:rounded-l-full:first-child{border-bottom-left-radius:9999px;border-top-left-radius:9999px}.first\:border-0:first-child{border-width:0}.first\:pl-12:first-child{padding-left:3rem}.last\:rounded-b:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.last\:rounded-b-md:last-child{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.last\:rounded-b-lg:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.last\:rounded-b-full:last-child{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}.last\:rounded-r:last-child{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.last\:rounded-r-md:last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.last\:rounded-r-lg:last-child{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.last\:rounded-r-full:last-child{border-bottom-right-radius:9999px;border-top-right-radius:9999px}.last\:border-b-0:last-child{border-bottom-width:0}.last\:border-r-0:last-child{border-right-width:0}.last\:border-b:last-child{border-bottom-width:1px}.last\:border-r:last-child{border-right-width:1px}.last\:border-l-0:last-child{border-left-width:0}.hover\:rounded:hover{border-radius:.25rem}.hover\:border-black:hover{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.hover\:border-primary-dark:hover{--tw-border-opacity:1;border-color:rgb(9 12 41/var(--tw-border-opacity))}.hover\:border-secondary-light:hover{--tw-border-opacity:1;border-color:rgb(58 63 153/var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(144 205 244/var(--tw-border-opacity))}.hover\:border-primary-light:hover{--tw-border-opacity:1;border-color:rgb(90 204 230/var(--tw-border-opacity))}.hover\:bg-primary-light:hover{--tw-bg-opacity:1;background-color:rgb(90 204 230/var(--tw-bg-opacity))}.hover\:bg-secondary-main:hover{--tw-bg-opacity:1;background-color:rgb(43 22 107/var(--tw-bg-opacity))}.hover\:bg-primary-main:hover{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity))}.hover\:bg-secondary-light:hover{--tw-bg-opacity:1;background-color:rgb(58 63 153/var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-customblue-300:hover{--tw-bg-opacity:1;background-color:rgb(29 32 77/var(--tw-bg-opacity))}.hover\:bg-primary-dark:hover{--tw-bg-opacity:1;background-color:rgb(9 12 41/var(--tw-bg-opacity))}.hover\:bg-secondary-dark:hover{--tw-bg-opacity:1;background-color:rgb(4 28 74/var(--tw-bg-opacity))}.hover\:\!bg-primary-dark:hover{--tw-bg-opacity:1!important;background-color:rgb(9 12 41/var(--tw-bg-opacity))!important}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(26 32 44/var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-primary-light:hover{--tw-text-opacity:1;color:rgb(90 204 230/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:opacity-80:hover{opacity:.8}.focus\:\!rounded-md:focus{border-radius:.375rem!important}.focus\:border-inputfield-focus:focus{--tw-border-opacity:1;border-color:rgb(90 204 230/var(--tw-border-opacity))}.focus\:border-black:focus{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.focus\:\!border-primary-light:focus{--tw-border-opacity:1!important;border-color:rgb(90 204 230/var(--tw-border-opacity))!important}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(144 205 244/var(--tw-border-opacity))}.focus\:bg-primary-light:focus{--tw-bg-opacity:1;background-color:rgb(90 204 230/var(--tw-bg-opacity))}.focus\:bg-primary-main:focus{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity))}.focus\:bg-secondary-light:focus{--tw-bg-opacity:1;background-color:rgb(58 63 153/var(--tw-bg-opacity))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.focus\:bg-secondary-dark:focus{--tw-bg-opacity:1;background-color:rgb(4 28 74/var(--tw-bg-opacity))}.focus\:\!bg-primary-light:focus{--tw-bg-opacity:1!important;background-color:rgb(90 204 230/var(--tw-bg-opacity))!important}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:text-black:focus{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.focus\:\!text-black:focus{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.focus\:opacity-80:focus{opacity:.8}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.active\:text-aqua-pale:active{--tw-text-opacity:1;color:rgb(123 178 206/var(--tw-text-opacity))}.active\:text-primary-light:active{--tw-text-opacity:1;color:rgb(90 204 230/var(--tw-text-opacity))}.active\:opacity-80:active{opacity:.8}.active\:opacity-100:active{opacity:1}.disabled\:border-inputfield-disabled:disabled{--tw-border-opacity:1;border-color:rgb(43 22 107/var(--tw-border-opacity))}.group:hover .group-hover\:border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.group\/button:hover .group-hover\/button\:border-primary-dark{--tw-border-opacity:1;border-color:rgb(9 12 41/var(--tw-border-opacity))}.group:hover .group-hover\:border-transparent{border-color:#0000}.group:hover .group-hover\:bg-primary-main{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-secondary-main{--tw-bg-opacity:1;background-color:rgb(43 22 107/var(--tw-bg-opacity))}.group\/button:hover .group-hover\/button\:text-primary-light,.group\/fps:hover .group-hover\/fps\:text-primary-light,.group\/secondary:hover .group-hover\/secondary\:text-primary-light{--tw-text-opacity:1;color:rgb(90 204 230/var(--tw-text-opacity))}@media (min-width:1024px){.lg\:w-10\/12{width:83.333333%}}@media (min-width:1280px){.xl\:w-1\/2{width:50%}}
|
|
13
|
+
/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e2e8f0;-webkit-box-sizing:border-box;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted currentColor;text-decoration:underline dotted currentColor}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#cbd5e0;opacity:1}input::-moz-placeholder, textarea::-moz-placeholder{color:#cbd5e0;opacity:1}input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#cbd5e0;opacity:1}input::-ms-input-placeholder, textarea::-ms-input-placeholder{color:#cbd5e0;opacity:1}input::placeholder,textarea::placeholder{color:#cbd5e0;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#4299e180;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#4299e180;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.\!relative{position:relative!important}.sticky{position:sticky}.inset-y-0{bottom:0;top:0}.inset-x-auto{left:auto;right:auto}.left-1\/2{left:50%}.bottom-3{bottom:.75rem}.left-0{left:0}.right-0{right:0}.top-0{top:0}.top-viewport{top:.5rem}.left-viewport{left:.5rem}.right-viewport-scrollbar{right:1.3rem}.bottom-viewport{bottom:.5rem}.bottom-0{bottom:0}.bottom-auto{bottom:auto}.left-auto{left:auto}.right-auto{right:auto}.top-auto{top:auto}.left-\[3px\]{left:3px}.top-\[-3px\]{top:-3px}.-top-1{top:-.25rem}.top-full{top:100%}.left-viewport-scrollbar{left:1.3rem}.z-50{z-index:50}.z-10{z-index:10}.z-20{z-index:20}.order-last{-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.col-span-2{grid-column:span 2/span 2}.m-auto{margin:auto}.m-5{margin:1.25rem}.m-0{margin:0}.my-3{margin-bottom:.75rem;margin-top:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-0{margin-bottom:0;margin-top:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mr-1{margin-right:.25rem}.ml-1{margin-left:.25rem}.mt-1{margin-top:.25rem}.mb-6{margin-bottom:1.5rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.ml-4{margin-left:1rem}.mb-2{margin-bottom:.5rem}.ml-auto{margin-left:auto}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mt-auto{margin-top:auto}.mr-3{margin-right:.75rem}.mt-2{margin-top:.5rem}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mt-5{margin-top:1.25rem}.-mt-2{margin-top:-.5rem}.mr-auto{margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-\[12px\]{margin-bottom:12px}.mb-\[9px\]{margin-bottom:9px}.mt-\[4px\]{margin-top:4px}.-mt-1{margin-top:-.25rem}.mb-\[8px\]{margin-bottom:8px}.mb-\[1px\]{margin-bottom:1px}.ml-3{margin-left:.75rem}.mt-3{margin-top:.75rem}.mt-\[5px\]{margin-top:5px}.mb-0{margin-bottom:0}.mt-\[1px\]{margin-top:1px}.mt-12{margin-top:3rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.mr-6{margin-right:1.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.ml-6{margin-left:1.5rem}.ml-5{margin-left:1.25rem}.box-border{-webkit-box-sizing:border-box;box-sizing:border-box}.box-content{-webkit-box-sizing:initial;box-sizing:initial}.block{display:block}.\!block{display:block!important}.inline-block{display:inline-block}.inline{display:inline}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!contents{display:contents!important}.hidden{display:none}.h-full{height:100%}.h-6{height:1.5rem}.h-1{height:.25rem}.h-screen{height:100vh}.h-14{height:3.5rem}.h-8{height:2rem}.h-\[calc\(100vh-300px\)\]{height:calc(100vh - 300px)}.h-\[480px\]{height:480px}.h-4{height:1rem}.h-9{height:2.25rem}.h-5{height:1.25rem}.h-\[28px\]{height:28px}.h-\[3px\]{height:3px}.h-10{height:2.5rem}.h-64{height:16rem}.h-12{height:3rem}.h-\[1px\]{height:1px}.h-\[6px\]{height:6px}.h-\[27px\]{height:27px}.h-\[8px\]{height:8px}.h-3{height:.75rem}.h-\[45px\]{height:45px}.h-auto{height:auto}.h-2{height:.5rem}.h-0{height:0}.h-16{height:4rem}.max-h-full{max-height:100%}.max-h-64{max-height:16rem}.max-h-0{max-height:0}.max-h-48{max-height:12rem}.min-h-0{min-height:0}.min-h-\[480px\]{min-height:480px}.min-h-14{min-height:3.5rem}.min-h-32{min-height:8rem}.w-full{width:100%}.w-1\/2{width:50%}.w-4\/24{width:16.66666667%}.w-2\/24{width:8.333333333%}.w-6\/24{width:25%}.w-5\/24{width:20.83333333%}.w-screen{width:100vw}.w-4{width:1rem}.w-6{width:1.5rem}.w-24{width:6rem}.w-10{width:2.5rem}.w-0{width:0}.w-1\/24{width:4.166666667%}.w-3\/24{width:12.5%}.w-7\/24{width:29.16666667%}.w-8\/24{width:33.33333333%}.w-9\/24{width:37.5%}.w-10\/24{width:41.66666667%}.w-11\/24{width:45.83333333%}.w-12\/24{width:50%}.w-13\/24{width:54.16666667%}.w-14\/24{width:58.33333333%}.w-15\/24{width:62.5%}.w-16\/24{width:66.66666667%}.w-17\/24{width:70.83333333%}.w-18\/24{width:75%}.w-19\/24{width:79.16666667%}.w-20\/24{width:83.33333333%}.w-21\/24{width:87.5%}.w-22\/24{width:91.66666667%}.w-23\/24{width:95.83333333%}.w-5{width:1.25rem}.w-48{width:12rem}.w-40{width:10rem}.w-11{width:2.75rem}.w-8{width:2rem}.w-32{width:8rem}.w-2{width:.5rem}.w-\[45px\]{width:45px}.w-12{width:3rem}.w-11\/12{width:91.666667%}.w-\[64px\]{width:64px}.w-\[27px\]{width:27px}.w-\[8px\]{width:8px}.w-3{width:.75rem}.w-1\/3{width:33.333333%}.w-\[10px\]{width:10px}.w-1\/4{width:25%}.w-max-content{width:-webkit-max-content;width:-moz-max-content;width:max-content}.w-72{width:18rem}.w-56{width:14rem}.min-w-\[45px\]{min-width:45px}.min-w-md{min-width:6rem}.min-w-48{min-width:12rem}.min-w-full{min-width:100%}.max-w-24{max-width:6rem}.max-w-40{max-width:10rem}.max-w-48{max-width:12rem}.max-w-full{max-width:100%}.flex-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-1{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.flex-static{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.flex-shrink{-ms-flex-negative:1;flex-shrink:1}.shrink-0{-ms-flex-negative:0;flex-shrink:0}.shrink{-ms-flex-negative:1;flex-shrink:1}.flex-grow,.grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.origin-top-right{-webkit-transform-origin:top right;transform-origin:top right}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.rotate-180{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-0{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.transform{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}.select-text{-webkit-user-select:text; -moz-user-select:text; -ms-user-select:text; user-select:text}.resize{resize:both}.appearance-none{-webkit-appearance:none; -moz-appearance:none; appearance:none}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.gap-3{gap:.75rem}.gap-1{gap:.25rem}.gap-4{gap:1rem}.gap-2{gap:.5rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.self-start{-ms-flex-item-align:start;align-self:flex-start}.self-end{-ms-flex-item-align:end;align-self:flex-end}.self-center{-ms-flex-item-align:center;align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-sm{border-radius:.125rem}.rounded-l-xl{border-bottom-left-radius:.75rem;border-top-left-radius:.75rem}.rounded-r{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-l{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-l-sm{border-bottom-left-radius:.125rem;border-top-left-radius:.125rem}.rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.\!rounded-tr-md{border-top-right-radius:.375rem!important}.\!rounded-br-md{border-bottom-right-radius:.375rem!important}.border{border-width:1px}.border-2{border-width:2px}.border-0{border-width:0}.border-l{border-left-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-b-2{border-bottom-width:2px}.border-t-0{border-top-width:0}.border-l-0{border-left-width:0}.border-r-0{border-right-width:0}.border-b-0{border-bottom-width:0}.border-r{border-right-width:1px}.border-b-4{border-bottom-width:4px}.border-l-2{border-left-width:2px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-primary-main{--tw-border-opacity:1;border-color:rgb(9 68 179/var(--tw-border-opacity))}.border-inputfield-main,.border-secondary-light{--tw-border-opacity:1;border-color:rgb(58 63 153/var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-common-dark{--tw-border-opacity:1;border-color:rgb(114 111 126/var(--tw-border-opacity))}.border-primary-light{--tw-border-opacity:1;border-color:rgb(90 204 230/var(--tw-border-opacity))}.border-primary-active{--tw-border-opacity:1;border-color:rgb(52 140 253/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-secondary-light\/60{border-color:#3a3f9999}.border-primary-dark{--tw-border-opacity:1;border-color:rgb(9 12 41/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(160 174 192/var(--tw-border-opacity))}.border-secondary-main{--tw-border-opacity:1;border-color:rgb(43 22 107/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-secondary-dark{--tw-border-opacity:1;border-color:rgb(4 28 74/var(--tw-border-opacity))}.border-r-black{--tw-border-opacity:1;border-right-color:rgb(0 0 0/var(--tw-border-opacity))}.border-l-primary-light{--tw-border-opacity:1;border-left-color:rgb(90 204 230/var(--tw-border-opacity))}.border-l-\[\#1d3c58\]{--tw-border-opacity:1;border-left-color:rgb(29 60 88/var(--tw-border-opacity))}.border-t-black{--tw-border-opacity:1;border-top-color:rgb(0 0 0/var(--tw-border-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-customgray-100{--tw-bg-opacity:1;background-color:rgb(38 41 67/var(--tw-bg-opacity))}.bg-primary-main{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity))}.bg-secondary-dark{--tw-bg-opacity:1;background-color:rgb(4 28 74/var(--tw-bg-opacity))}.bg-primary-dark{--tw-bg-opacity:1;background-color:rgb(9 12 41/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-primary-light{--tw-bg-opacity:1;background-color:rgb(90 204 230/var(--tw-bg-opacity))}.bg-secondary-light{--tw-bg-opacity:1;background-color:rgb(58 63 153/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-secondary-main{--tw-bg-opacity:1;background-color:rgb(43 22 107/var(--tw-bg-opacity))}.bg-overlay{background-color:#000c}.bg-common-bright{--tw-bg-opacity:1;background-color:rgb(225 225 225/var(--tw-bg-opacity))}.bg-\[\#212456\]{--tw-bg-opacity:1;background-color:rgb(33 36 86/var(--tw-bg-opacity))}.bg-\[\#1d3c58\]{--tw-bg-opacity:1;background-color:rgb(29 60 88/var(--tw-bg-opacity))}.bg-\[\#140e2e\]{--tw-bg-opacity:1;background-color:rgb(20 14 46/var(--tw-bg-opacity))}.bg-black\/15{background-color:#00000026}.bg-\[\#bed1db\]{--tw-bg-opacity:1;background-color:rgb(190 209 219/var(--tw-bg-opacity))}.bg-\[\#ebe5c4\]{--tw-bg-opacity:1;background-color:rgb(235 229 196/var(--tw-bg-opacity))}.bg-\[\#c6d9bf\]{--tw-bg-opacity:1;background-color:rgb(198 217 191/var(--tw-bg-opacity))}.bg-\[\#dabdbe\]{--tw-bg-opacity:1;background-color:rgb(218 189 190/var(--tw-bg-opacity))}.\!bg-primary-dark{--tw-bg-opacity:1!important;background-color:rgb(9 12 41/var(--tw-bg-opacity))!important}.bg-opacity-50{--tw-bg-opacity:.50}.fill-current{fill:currentColor}.stroke-secondary-light{stroke:#3a3f99}.stroke-1{stroke-width:1}.object-none{-o-object-fit:none;object-fit:none}.p-1{padding:.25rem}.p-4{padding:1rem}.p-2\.5{padding:.625rem}.p-2{padding:.5rem}.p-5{padding:1.25rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.\!p-2{padding:.5rem!important}.p-0{padding:0}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.px-8{padding-left:2rem;padding-right:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-\[20px\]{padding-left:20px;padding-right:20px}.py-4{padding-bottom:1rem;padding-top:1rem}.py-\[13px\]{padding-bottom:13px;padding-top:13px}.py-16{padding-bottom:4rem;padding-top:4rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.\!py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.px-12{padding-left:3rem;padding-right:3rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.pt-4{padding-top:1rem}.pt-1{padding-top:.25rem}.pt-5{padding-top:1.25rem}.pt-3{padding-top:.75rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}.pt-2{padding-top:.5rem}.pb-3{padding-bottom:.75rem}.pl-8{padding-left:2rem}.pr-5{padding-right:1.25rem}.pb-\[20px\]{padding-bottom:20px}.pt-\[13px\]{padding-top:13px}.pt-\[20px\]{padding-top:20px}.pr-6{padding-right:1.5rem}.pl-0{padding-left:0}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pb-2{padding-bottom:.5rem}.pb-\[9px\]{padding-bottom:9px}.pl-\[29px\]{padding-left:29px}.pl-\[3px\]{padding-left:3px}.pr-0\.5{padding-right:.125rem}.pr-0{padding-right:0}.pr-\[7px\]{padding-right:7px}.pr-\[1px\]{padding-right:1px}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.\!pl-2{padding-left:.5rem!important}.pl-12{padding-left:3rem}.pb-1{padding-bottom:.25rem}.pl-6{padding-left:1.5rem}.pt-48{padding-top:12rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-end{text-align:end}.font-sans{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-mono{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-\[14px\]{font-size:14px}.text-sm{font-size:.75rem}.text-base{font-size:.8125rem}.text-lg{font-size:.9275rem}.text-xl{font-size:1.25rem}.text-\[16px\]{font-size:16px}.text-\[12px\]{font-size:12px}.text-\[10px\]{font-size:10px}.text-6xl{font-size:4rem}.text-5xl{font-size:3rem}.text-4xl{font-size:2.25rem}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.text-xs{font-size:.65rem}.font-light{font-weight:300}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-\[300\]{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:300}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-\[1\.2\]{line-height:1.2}.leading-6{line-height:1.5rem}.leading-tight{line-height:1.25}.\!leading-\[1\.2\]{line-height:1.2!important}.leading-none{line-height:1}.leading-\[22px\]{line-height:22px}.tracking-widest{letter-spacing:.1em}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-primary-active{--tw-text-opacity:1;color:rgb(52 140 253/var(--tw-text-opacity))}.text-primary-main{--tw-text-opacity:1;color:rgb(9 68 179/var(--tw-text-opacity))}.text-common-light{--tw-text-opacity:1;color:rgb(161 159 173/var(--tw-text-opacity))}.text-primary-light{--tw-text-opacity:1;color:rgb(90 204 230/var(--tw-text-opacity))}.text-\[\#726F7E\]{--tw-text-opacity:1;color:rgb(114 111 126/var(--tw-text-opacity))}.text-\[\#ccc\]{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity))}.text-\[\#0944B3\]{--tw-text-opacity:1;color:rgb(9 68 179/var(--tw-text-opacity))}.text-aqua-pale{--tw-text-opacity:1;color:rgb(123 178 206/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(99 179 237/var(--tw-text-opacity))}.text-secondary-light{--tw-text-opacity:1;color:rgb(58 63 153/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-secondary-active{--tw-text-opacity:1;color:rgb(31 31 39/var(--tw-text-opacity))}.text-common-bright{--tw-text-opacity:1;color:rgb(225 225 225/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(229 62 62/var(--tw-text-opacity))}.text-\[\#726f7e\]{--tw-text-opacity:1;color:rgb(114 111 126/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(197 48 48/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(236 201 75/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(72 187 120/var(--tw-text-opacity))}.text-\[\#b3b3b3\]{--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity))}.text-\[\#d8d8d8\]{--tw-text-opacity:1;color:rgb(216 216 216/var(--tw-text-opacity))}.text-\[\#537594\]{--tw-text-opacity:1;color:rgb(83 117 148/var(--tw-text-opacity))}.text-\[\#3d5871\]{--tw-text-opacity:1;color:rgb(61 88 113/var(--tw-text-opacity))}.text-\[\#0944b3\]{--tw-text-opacity:1;color:rgb(9 68 179/var(--tw-text-opacity))}.\!text-primary-light{--tw-text-opacity:1!important;color:rgb(90 204 230/var(--tw-text-opacity))!important}.text-primary-dark{--tw-text-opacity:1;color:rgb(9 12 41/var(--tw-text-opacity))}.text-\[\#348CFD\],.text-\[\#348cfd\]{--tw-text-opacity:1;color:rgb(52 140 253/var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgb(144 205 244/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(245 101 101/var(--tw-text-opacity))}.\!text-\[\#348CFD\]{--tw-text-opacity:1!important;color:rgb(52 140 253/var(--tw-text-opacity))!important}.text-inherit{color:inherit}.text-gray-800{--tw-text-opacity:1;color:rgb(45 55 72/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(49 130 206/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(74 85 104/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.placeholder-inputfield-placeholder::-webkit-input-placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.placeholder-inputfield-placeholder::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.placeholder-inputfield-placeholder:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.placeholder-inputfield-placeholder::-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.placeholder-inputfield-placeholder::placeholder{--tw-placeholder-opacity:1;color:rgb(57 56 63/var(--tw-placeholder-opacity))}.opacity-50{opacity:.5}.opacity-0{opacity:0}.opacity-60{opacity:.6}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px 0 var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid #0000;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);-webkit-box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow-md{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px #00000012) drop-shadow(0 2px 2px #0000000f)}.grayscale{--tw-grayscale:grayscale(100%)}.grayscale,.invert{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.\!invert{--tw-invert:invert(100%)!important;-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform}.transition-all{-webkit-transition-property:all;transition-property:all}.transition-height{-webkit-transition-property:height;transition-property:height}.duration-300{-webkit-transition-duration:.3s;transition-duration:.3s}.duration-500{-webkit-transition-duration:.5s;transition-duration:.5s}.ease-in-out{-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}body{background-color:#000}.truncate-2-lines{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:2.1rem;line-height:1.3;overflow:hidden}.customSelect__menu{background-color:initial!important;border-radius:6px}.css-4ljt47-MenuList{margin-right:4px;margin-top:4px;overflow-x:hidden!important;padding-top:0!important}.css-4ljt47-MenuList::-webkit-scrollbar{border-radius:10px;width:6px}.css-4ljt47-MenuList::-webkit-scrollbar-thumb{background-color:#0944b3;border-radius:10px}.customSelect__option:focus{background-color:#0944b391!important}.customSelect__option label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#d6d6d6;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px}.css-1n7v3ny-option,.css-1n7v3ny-option:focus{background-color:#0944b391!important}.customSelect__option:hover{background-color:#0944b391}.css-26l3qy-menu{background-color:#151515!important;border:2px solid #0944b3;border-radius:6px}.placeholder\:text-inputfield-placeholder::-webkit-input-placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.placeholder\:text-inputfield-placeholder::-moz-placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.placeholder\:text-inputfield-placeholder:-ms-input-placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.placeholder\:text-inputfield-placeholder::-ms-input-placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.placeholder\:text-inputfield-placeholder::placeholder{--tw-text-opacity:1;color:rgb(57 56 63/var(--tw-text-opacity))}.first\:rounded-t:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.first\:rounded-t-md:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.first\:rounded-t-full:first-child{border-top-left-radius:9999px;border-top-right-radius:9999px}.first\:rounded-l:first-child{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.first\:rounded-l-md:first-child{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.first\:rounded-l-lg:first-child{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.first\:rounded-l-full:first-child{border-bottom-left-radius:9999px;border-top-left-radius:9999px}.first\:border-0:first-child{border-width:0}.first\:pl-12:first-child{padding-left:3rem}.last\:rounded-b:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.last\:rounded-b-md:last-child{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.last\:rounded-b-lg:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.last\:rounded-b-full:last-child{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}.last\:rounded-r:last-child{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.last\:rounded-r-md:last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.last\:rounded-r-lg:last-child{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.last\:rounded-r-full:last-child{border-bottom-right-radius:9999px;border-top-right-radius:9999px}.last\:border-b-0:last-child{border-bottom-width:0}.last\:border-r-0:last-child{border-right-width:0}.last\:border-b:last-child{border-bottom-width:1px}.last\:border-r:last-child{border-right-width:1px}.last\:border-l-0:last-child{border-left-width:0}.hover\:rounded:hover{border-radius:.25rem}.hover\:border-black:hover{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.hover\:border-primary-dark:hover{--tw-border-opacity:1;border-color:rgb(9 12 41/var(--tw-border-opacity))}.hover\:border-secondary-light:hover{--tw-border-opacity:1;border-color:rgb(58 63 153/var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(144 205 244/var(--tw-border-opacity))}.hover\:border-primary-light:hover{--tw-border-opacity:1;border-color:rgb(90 204 230/var(--tw-border-opacity))}.hover\:bg-primary-light:hover{--tw-bg-opacity:1;background-color:rgb(90 204 230/var(--tw-bg-opacity))}.hover\:bg-secondary-main:hover{--tw-bg-opacity:1;background-color:rgb(43 22 107/var(--tw-bg-opacity))}.hover\:bg-primary-main:hover{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity))}.hover\:bg-secondary-light:hover{--tw-bg-opacity:1;background-color:rgb(58 63 153/var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-customblue-300:hover{--tw-bg-opacity:1;background-color:rgb(29 32 77/var(--tw-bg-opacity))}.hover\:bg-primary-dark:hover{--tw-bg-opacity:1;background-color:rgb(9 12 41/var(--tw-bg-opacity))}.hover\:bg-secondary-dark:hover{--tw-bg-opacity:1;background-color:rgb(4 28 74/var(--tw-bg-opacity))}.hover\:\!bg-primary-dark:hover{--tw-bg-opacity:1!important;background-color:rgb(9 12 41/var(--tw-bg-opacity))!important}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(26 32 44/var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-primary-light:hover{--tw-text-opacity:1;color:rgb(90 204 230/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:opacity-80:hover{opacity:.8}.focus\:\!rounded-md:focus{border-radius:.375rem!important}.focus\:border-inputfield-focus:focus{--tw-border-opacity:1;border-color:rgb(90 204 230/var(--tw-border-opacity))}.focus\:border-black:focus{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.focus\:\!border-primary-light:focus{--tw-border-opacity:1!important;border-color:rgb(90 204 230/var(--tw-border-opacity))!important}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(144 205 244/var(--tw-border-opacity))}.focus\:bg-primary-light:focus{--tw-bg-opacity:1;background-color:rgb(90 204 230/var(--tw-bg-opacity))}.focus\:bg-primary-main:focus{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity))}.focus\:bg-secondary-light:focus{--tw-bg-opacity:1;background-color:rgb(58 63 153/var(--tw-bg-opacity))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.focus\:bg-black:focus{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.focus\:bg-secondary-dark:focus{--tw-bg-opacity:1;background-color:rgb(4 28 74/var(--tw-bg-opacity))}.focus\:\!bg-primary-light:focus{--tw-bg-opacity:1!important;background-color:rgb(90 204 230/var(--tw-bg-opacity))!important}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:text-black:focus{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.focus\:\!text-black:focus{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.focus\:opacity-80:focus{opacity:.8}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.active\:text-aqua-pale:active{--tw-text-opacity:1;color:rgb(123 178 206/var(--tw-text-opacity))}.active\:text-primary-light:active{--tw-text-opacity:1;color:rgb(90 204 230/var(--tw-text-opacity))}.active\:opacity-80:active{opacity:.8}.active\:opacity-100:active{opacity:1}.disabled\:border-inputfield-disabled:disabled{--tw-border-opacity:1;border-color:rgb(43 22 107/var(--tw-border-opacity))}.group:hover .group-hover\:border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.group\/button:hover .group-hover\/button\:border-primary-dark{--tw-border-opacity:1;border-color:rgb(9 12 41/var(--tw-border-opacity))}.group:hover .group-hover\:border-transparent{border-color:#0000}.group:hover .group-hover\:bg-primary-main{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-secondary-main{--tw-bg-opacity:1;background-color:rgb(43 22 107/var(--tw-bg-opacity))}.group\/button:hover .group-hover\/button\:text-primary-light,.group\/fps:hover .group-hover\/fps\:text-primary-light,.group\/secondary:hover .group-hover\/secondary\:text-primary-light{--tw-text-opacity:1;color:rgb(90 204 230/var(--tw-text-opacity))}@media (min-width:1024px){.lg\:w-10\/12{width:83.333333%}}@media (min-width:1280px){.xl\:w-1\/2{width:50%}}
|
|
14
14
|
.ohif-scrollbar{scrollbar-color:#173239 #0000;scrollbar-gutter:stable}.study-min-height{min-height:450px}.ohif-scrollbar:hover{overflow-y:auto}.ohif-scrollbar::-webkit-scrollbar{width:8px}.ohif-scrollbar::-webkit-scrollbar-track{border-radius:.25rem}.ohif-scrollbar::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity));background-color:#173239;border-radius:.25rem}.ohif-scrollbar::-webkit-scrollbar-thumb:window-inactive{--tw-bg-opacity:1;background-color:rgb(9 68 179/var(--tw-bg-opacity));background-color:#173239}.invisible-scrollbar{scrollbar-width:none}.invisible-scrollbar::-webkit-scrollbar,.invisible-scrollbar::-webkit-scrollbar-track{display:none}.invisible-scrollbar::-webkit-scrollbar-thumb{display:none}.invisible-scrollbar::-webkit-scrollbar-thumb:window-inactive{display:none}
|
|
15
15
|
.ExpandableToolbarButton:hover .ExpandableToolbarButton__arrow:after{border-color:#5acce6 #0000;border-style:solid;border-width:10px 10px 0;bottom:-10px;content:"";position:absolute}.ExpandableToolbarButton .ExpandableToolbarButton__content{display:none}.ExpandableToolbarButton:hover .ExpandableToolbarButton__content{display:block}
|
|
16
16
|
.tooltip{position:absolute;z-index:10}.tooltip.tooltip-bottom .tooltip-box:before{top:-1px}.tooltip.tooltip-bottom .tooltip-box:before,.tooltip.tooltip-top .tooltip-box:before{--tw-bg-opacity:1;background-color:rgb(9 12 41/var(--tw-bg-opacity));content:"";height:1px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:14px;z-index:10}.tooltip.tooltip-top .tooltip-box:before{bottom:-1px}.tooltip.tooltip-bottom{left:50%;margin-top:.25rem;padding-top:.5rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.tooltip-top{bottom:100%;left:50%;margin-bottom:.25rem;padding-bottom:.5rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.tooltip-bottom-left{left:0;margin-top:.25rem;padding-top:.5rem}.tooltip.tooltip-bottom-right{margin-top:.25rem;padding-top:.5rem;right:0}.tooltip.tooltip-left{margin-right:1rem;right:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.tooltip-right{left:100%;margin-left:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.tooltip-right .tooltip-box:before{left:-1px}.tooltip.tooltip-left .tooltip-box:before,.tooltip.tooltip-right .tooltip-box:before{--tw-bg-opacity:1;background-color:rgb(9 12 41/var(--tw-bg-opacity));content:"";height:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2px;z-index:10}.tooltip.tooltip-left .tooltip-box:before{right:-1px}.tooltip.tooltip-bottom-right .tooltip-box:before{right:5px}.tooltip.tooltip-bottom-left .tooltip-box:before,.tooltip.tooltip-bottom-right .tooltip-box:before{--tw-bg-opacity:1;background-color:rgb(9 12 41/var(--tw-bg-opacity));content:"";height:2px;position:absolute;top:-1px;width:15px;z-index:10}.tooltip.tooltip-bottom-left .tooltip-box:before{left:5px}
|
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><meta name="mobile-web-app-capable" content="yes"/><meta name="application-name" content="OHIF Viewer"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta name="apple-mobile-web-app-title" content="@ohif/app"/><meta name="msapplication-TileColor" content="#fff"/><meta name="msapplication-TileImage" content="/assets/mstile-144x144.png"/><meta name="msapplication-config" content="/assets/browserconfig.xml"/><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" href="/assets/favicon.ico"/><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"/><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"/><link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-touch-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" sizes="167x167" href="/assets/apple-touch-icon-167x167.png"/><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png"/><link rel="apple-touch-icon" sizes="1024x1024" href="/assets/apple-touch-icon-1024x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-320x460.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x920.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x1096.png"/><link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-750x1294.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1182x2208.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1242x2148.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-748x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-768x1004.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1496x2048.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1536x2008.png"/><link rel="icon" type="image/png" sizes="228x228" href="/assets/coast-228x228.png"/><link rel="yandex-tableau-widget" href="/assets/yandex-browser-manifest.json"/><script>window.PUBLIC_URL = '/';</script><script rel="preload" as="script" src="/app-config.js"></script><script rel="preload" as="script" type="module" src="/init-service-worker.js"></script><title>OHIF Viewer</title><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css?family=Inter:100,300,400,500,700&display=swap" rel="stylesheet" rel="preload" as="style"/><script defer="defer" src="/app.bundle.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><meta name="mobile-web-app-capable" content="yes"/><meta name="application-name" content="OHIF Viewer"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta name="apple-mobile-web-app-title" content="@ohif/app"/><meta name="msapplication-TileColor" content="#fff"/><meta name="msapplication-TileImage" content="/assets/mstile-144x144.png"/><meta name="msapplication-config" content="/assets/browserconfig.xml"/><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" href="/assets/favicon.ico"/><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"/><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"/><link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-touch-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" sizes="167x167" href="/assets/apple-touch-icon-167x167.png"/><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png"/><link rel="apple-touch-icon" sizes="1024x1024" href="/assets/apple-touch-icon-1024x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-320x460.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x920.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x1096.png"/><link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-750x1294.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1182x2208.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1242x2148.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-748x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-768x1004.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1496x2048.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1536x2008.png"/><link rel="icon" type="image/png" sizes="228x228" href="/assets/coast-228x228.png"/><link rel="yandex-tableau-widget" href="/assets/yandex-browser-manifest.json"/><script>window.PUBLIC_URL = '/';</script><script rel="preload" as="script" src="/app-config.js"></script><script rel="preload" as="script" type="module" src="/init-service-worker.js"></script><title>OHIF Viewer</title><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css?family=Inter:100,300,400,500,700&display=swap" rel="stylesheet" rel="preload" as="style"/><script defer="defer" src="/app.bundle.3618a37664a23940466b.js"></script><link href="/app.bundle.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
package/dist/sw.js
CHANGED
|
@@ -51,7 +51,7 @@ self.addEventListener('message', event => {
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/151.bundle.07bac9172580a60fae7a.js'},{'revision':null,'url':'/192.bundle.
|
|
54
|
+
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/151.bundle.07bac9172580a60fae7a.js'},{'revision':null,'url':'/192.bundle.ae2ea2b663ee88745352.js'},{'revision':null,'url':'/199.bundle.ecf5ca816366078b09ea.js'},{'revision':null,'url':'/205.bundle.39e6c847d618ad2b1b7a.js'},{'revision':null,'url':'/208.bundle.905cfc13669f5952d138.js'},{'revision':null,'url':'/270.bundle.abbdb5348274bae3e8bc.js'},{'revision':null,'url':'/283.bundle.61f2f2ed7f212b2e1ee4.js'},{'revision':null,'url':'/295.bundle.5105ce962be15c92484d.js'},{'revision':null,'url':'/331.bundle.7ac7b142d249d14fd99e.js'},{'revision':null,'url':'/351.bundle.c5d7279ef42e30f61e08.js'},{'revision':'a04a2f233dc569826f5f6e21b65bc87b','url':'/351.css'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/381.bundle.0905e683605fcbc0895f.js'},{'revision':null,'url':'/404.bundle.44255f027797a595e5bf.js'},{'revision':null,'url':'/50.bundle.dbfa665d4cb7057ba358.js'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/531.bundle.1bc152c87c7e2e987d2b.js'},{'revision':null,'url':'/55.bundle.a5a215e13a8511f7aee7.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/55.css'},{'revision':null,'url':'/569.bundle.d147c0aa0604f8ea2094.js'},{'revision':null,'url':'/581.bundle.646c89c5c3e3ee096363.js'},{'revision':null,'url':'/606.bundle.5d876f5f3dd8287f0a28.js'},{'revision':'62b4ae8445d191d5aab5503ce475724d','url':'/610.min.worker.js'},{'revision':'3c2206525c18cd87dd28082949a4e43e','url':'/610.min.worker.js.map'},{'revision':null,'url':'/616.bundle.ed6ff9738b16cb2518fe.js'},{'revision':'5800265b6831396572fb5d32c6bd8eef','url':'/62ab5d58a2bea7b5a1dc.wasm'},{'revision':null,'url':'/642.bundle.19f04e82df3ecaaf3189.js'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/65916ef3def695744bda.wasm'},{'revision':null,'url':'/664.bundle.4792c88ae0d6d4b5ed13.js'},{'revision':null,'url':'/707.bundle.0c9b1aa08251d36b8eb2.js'},{'revision':'185e5e0a10fa6ab2fc7b3c38e63d550b','url':'/707.css'},{'revision':null,'url':'/728.bundle.d13856835357400fef82.js'},{'revision':null,'url':'/744.bundle.3599b920dd845db79fc9.js'},{'revision':'cf3e4d4fa8884275461c195421812256','url':'/75788f12450d4c5ed494.wasm'},{'revision':'cc4a3a4da4ac1b863a714f93c66c6ef2','url':'/75a0c2dfe07b824c7d21.wasm'},{'revision':null,'url':'/780.bundle.f60ac1906e0ae080dee8.js'},{'revision':null,'url':'/790.bundle.7d1dd435122f3e268e89.js'},{'revision':null,'url':'/799.bundle.3fff638815e355b0bdfd.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/806.css'},{'revision':null,'url':'/82.bundle.c80566739536b5b584a4.js'},{'revision':null,'url':'/917.bundle.fd96bf8ed8963b15c37c.js'},{'revision':null,'url':'/926.bundle.dbc9d0e591cb9217fda2.js'},{'revision':null,'url':'/935.bundle.deeffff0e4f7b528e3c3.js'},{'revision':'b12abc3008862bb7daf6a91d2a13cf6a','url':'/945.min.worker.js'},{'revision':'3aba0a4898e93871a7cd61b4d0216a18','url':'/945.min.worker.js.map'},{'revision':null,'url':'/953.bundle.c14d9eb6400f697019ee.js'},{'revision':null,'url':'/973.bundle.7d8bb0a4ba6dd5f407c1.js'},{'revision':null,'url':'/976.bundle.795da4a22e4a23873111.js'},{'revision':null,'url':'/984.bundle.9383554d7d41b3e316c2.js'},{'revision':'d1895aa7a4595dc279c382e5a31ef9f4','url':'/_headers'},{'revision':'6839a719b6810111d8097998b11293a1','url':'/_redirects'},{'revision':'db6fe78a2311f21f5bdbd90ffded7ce4','url':'/app-config.js'},{'revision':'0160deeb3d0ea7cf7d29696273116551','url':'/app.bundle.css'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/android-chrome-144x144.png'},{'revision':'5cde390de8a619ebe55a669d2ac3effd','url':'/assets/android-chrome-192x192.png'},{'revision':'e7466a67e90471de05401e53b8fe20be','url':'/assets/android-chrome-256x256.png'},{'revision':'9bbe9b80156e930d19a4e1725aa9ddae','url':'/assets/android-chrome-36x36.png'},{'revision':'5698b2ac0c82fe06d84521fc5482df04','url':'/assets/android-chrome-384x384.png'},{'revision':'56bef3fceec344d9747f8abe9c0bba27','url':'/assets/android-chrome-48x48.png'},{'revision':'3e8b8a01290992e82c242557417b0596','url':'/assets/android-chrome-512x512.png'},{'revision':'517925e91e2ce724432d296b687d25e2','url':'/assets/android-chrome-72x72.png'},{'revision':'4c3289bc690f8519012686888e08da71','url':'/assets/android-chrome-96x96.png'},{'revision':'cf464289183184df09292f581df0fb4f','url':'/assets/apple-touch-icon-1024x1024.png'},{'revision':'0857c5282c594e4900e8b31e3bade912','url':'/assets/apple-touch-icon-114x114.png'},{'revision':'4208f41a28130a67e9392a9dfcee6011','url':'/assets/apple-touch-icon-120x120.png'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/apple-touch-icon-144x144.png'},{'revision':'977d293982af7e9064ba20806b45cf35','url':'/assets/apple-touch-icon-152x152.png'},{'revision':'6de91b4d2a30600b410758405cb567b4','url':'/assets/apple-touch-icon-167x167.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon-180x180.png'},{'revision':'647386c34e75f1213830ea9a38913525','url':'/assets/apple-touch-icon-57x57.png'},{'revision':'0c200fe83953738b330ea431083e7a86','url':'/assets/apple-touch-icon-60x60.png'},{'revision':'517925e91e2ce724432d296b687d25e2','url':'/assets/apple-touch-icon-72x72.png'},{'revision':'c9989a807bb18633f6dcf254b5b56124','url':'/assets/apple-touch-icon-76x76.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon-precomposed.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon.png'},{'revision':'05fa74ea9c1c0c3931ba96467999081d','url':'/assets/apple-touch-startup-image-1182x2208.png'},{'revision':'9e2cd03e1e6fd0520eea6846f4278018','url':'/assets/apple-touch-startup-image-1242x2148.png'},{'revision':'5591e3a1822cbc8439b99c1a40d53425','url':'/assets/apple-touch-startup-image-1496x2048.png'},{'revision':'337de578c5ca04bd7d2be19d24d83821','url':'/assets/apple-touch-startup-image-1536x2008.png'},{'revision':'cafb4ab4eafe6ef946bd229a1d88e7de','url':'/assets/apple-touch-startup-image-320x460.png'},{'revision':'d9bb9e558d729eeac5efb8be8d6111cc','url':'/assets/apple-touch-startup-image-640x1096.png'},{'revision':'038b5b02bac8b82444bf9a87602ac216','url':'/assets/apple-touch-startup-image-640x920.png'},{'revision':'2177076eb07b1d64d663d7c03268be00','url':'/assets/apple-touch-startup-image-748x1024.png'},{'revision':'4fc097443815fe92503584c4bd73c630','url':'/assets/apple-touch-startup-image-750x1294.png'},{'revision':'2e29914062dce5c5141ab47eea2fc5d9','url':'/assets/apple-touch-startup-image-768x1004.png'},{'revision':'f692ec286b3a332c17985f4ed38b1076','url':'/assets/browserconfig.xml'},{'revision':'f3d9a3b647853c45b0e132e4acd0cc4a','url':'/assets/coast-228x228.png'},{'revision':'ad6e1def5c66193d649a31474bbfe45d','url':'/assets/favicon-16x16.png'},{'revision':'84d1dcdb6cdfa55e2f46be0c80fa5698','url':'/assets/favicon-32x32.png'},{'revision':'95fb44c4998a46109e49d724c060db24','url':'/assets/favicon.ico'},{'revision':'5df2a5b0cee399ac0bc40af74ba3c2cb','url':'/assets/firefox_app_128x128.png'},{'revision':'11fd9098c4b07c8a07e1d2a1e309e046','url':'/assets/firefox_app_512x512.png'},{'revision':'27cddfc922dca3bfa27b4a00fc2f5e36','url':'/assets/firefox_app_60x60.png'},{'revision':'2017d95fae79dcf34b5a5b52586d4763','url':'/assets/manifest.webapp'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/mstile-144x144.png'},{'revision':'334895225e16a7777e45d81964725a97','url':'/assets/mstile-150x150.png'},{'revision':'e295cca4af6ed0365cf7b014d91b0e9d','url':'/assets/mstile-310x150.png'},{'revision':'cbefa8c42250e5f2443819fe2c69d91e','url':'/assets/mstile-310x310.png'},{'revision':'aa411a69df2b33a1362fa38d1257fa9d','url':'/assets/mstile-70x70.png'},{'revision':'5609af4f69e40e33471aee770ea1d802','url':'/assets/yandex-browser-50x50.png'},{'revision':'cfea70d7ddc8f06f276ea0c85c4b2adf','url':'/assets/yandex-browser-manifest.json'},{'revision':'52b9a07fe0541fe8c313d9788550bf51','url':'/b6b803111e2d06a825bd.wasm'},{'revision':'7edb59d2be7c993050cb31ded36afa31','url':'/c22b37c3488e1d6c3aa4.wasm'},{'revision':'8d1643a67c0c5c5abaa57cba0322470f','url':'/cornerstoneDICOMImageLoader.min.js'},{'revision':'6a565a772ee8e5b7af6d9e9e4d54e6b2','url':'/cornerstoneDICOMImageLoader.min.js.map'},{'revision':null,'url':'/dicom-microscopy-viewer.bundle.aa60bdf008c32c39cfd7.js'},{'revision':'9d8c85b42d04bb117a3b583d654fbb08','url':'/dicomMicroscopyViewer.min.js'},{'revision':'450494c199cf8dd8e8c34d5e98bf5334','url':'/dicomMicroscopyViewer.min.js.LICENSE.txt'},{'revision':'0ca44a1b8719e835645ffa804a9d1395','url':'/es6-shim.min.js'},{'revision':'c120b64a5930bc240d1d6bf358ac3907','url':'/google.js'},{'revision':'11a4ddf664e6689d5ff549bf28b1104b','url':'/index.html'},{'revision':'f16a354af72a2bc85ce7e7caf5786ecd','url':'/index.worker.ea71efba2ce63c499055.worker.js'},{'revision':'806287e806015aedcb007866ca308151','url':'/index.worker.ea71efba2ce63c499055.worker.js.map'},{'revision':'71cec55513e051f0778ad89be760c11a','url':'/index.worker.min.worker.js'},{'revision':'fd1116add443fee52a935df926396e0f','url':'/index.worker.min.worker.js.map'},{'revision':'c4c4be134438c4cc55613210f3913526','url':'/init-service-worker.js'},{'revision':'74fc9658b62903be2048c1f82a22b4d4','url':'/manifest.json'},{'revision':'3fa71aa0af3e34b4ebd9a71eee0f4bdd','url':'/ohif-logo-light.svg'},{'revision':'7e81da785c63e75650101db6c5d7560e','url':'/ohif-logo.svg'},{'revision':'754d698a7b334af57c00f29723fd9751','url':'/oidc-client.min.js'},{'revision':'d05a380d50b74e629738ae6f62fb7e78','url':'/polyfill.min.js'},{'revision':'f528b6861c82ee4415fce0821fd695c1','url':'/silent-refresh.html'}]);
|
|
55
55
|
|
|
56
56
|
// TODO: Cache API
|
|
57
57
|
// https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/cache-api
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/app",
|
|
3
|
-
"version": "3.6.0-beta.
|
|
3
|
+
"version": "3.6.0-beta.1",
|
|
4
4
|
"productVersion": "3.4.0",
|
|
5
5
|
"description": "OHIF Viewer",
|
|
6
6
|
"author": "OHIF Contributors",
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
53
53
|
"@cornerstonejs/codec-openjph": "^2.4.2",
|
|
54
54
|
"@cornerstonejs/dicom-image-loader": "^0.6.8",
|
|
55
|
-
"@ohif/core": "3.6.0-beta.
|
|
56
|
-
"@ohif/extension-cornerstone": "3.6.0-beta.
|
|
57
|
-
"@ohif/extension-cornerstone-dicom-rt": "3.6.0-beta.
|
|
58
|
-
"@ohif/extension-cornerstone-dicom-seg": "3.6.0-beta.
|
|
59
|
-
"@ohif/extension-cornerstone-dicom-sr": "3.6.0-beta.
|
|
60
|
-
"@ohif/extension-default": "3.6.0-beta.
|
|
61
|
-
"@ohif/extension-dicom-microscopy": "3.6.0-beta.
|
|
62
|
-
"@ohif/extension-dicom-pdf": "3.6.0-beta.
|
|
63
|
-
"@ohif/extension-dicom-video": "3.6.0-beta.
|
|
64
|
-
"@ohif/extension-test": "3.6.0-beta.
|
|
65
|
-
"@ohif/i18n": "3.6.0-beta.
|
|
66
|
-
"@ohif/mode-basic-dev-mode": "3.6.0-beta.
|
|
67
|
-
"@ohif/mode-longitudinal": "3.6.0-beta.
|
|
68
|
-
"@ohif/mode-microscopy": "3.6.0-beta.
|
|
69
|
-
"@ohif/mode-test": "3.6.0-beta.
|
|
70
|
-
"@ohif/ui": "3.6.0-beta.
|
|
55
|
+
"@ohif/core": "3.6.0-beta.1",
|
|
56
|
+
"@ohif/extension-cornerstone": "3.6.0-beta.1",
|
|
57
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.6.0-beta.1",
|
|
58
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.6.0-beta.1",
|
|
59
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.6.0-beta.1",
|
|
60
|
+
"@ohif/extension-default": "3.6.0-beta.1",
|
|
61
|
+
"@ohif/extension-dicom-microscopy": "3.6.0-beta.1",
|
|
62
|
+
"@ohif/extension-dicom-pdf": "3.6.0-beta.1",
|
|
63
|
+
"@ohif/extension-dicom-video": "3.6.0-beta.1",
|
|
64
|
+
"@ohif/extension-test": "3.6.0-beta.1",
|
|
65
|
+
"@ohif/i18n": "3.6.0-beta.1",
|
|
66
|
+
"@ohif/mode-basic-dev-mode": "3.6.0-beta.1",
|
|
67
|
+
"@ohif/mode-longitudinal": "3.6.0-beta.1",
|
|
68
|
+
"@ohif/mode-microscopy": "3.6.0-beta.1",
|
|
69
|
+
"@ohif/mode-test": "3.6.0-beta.1",
|
|
70
|
+
"@ohif/ui": "3.6.0-beta.1",
|
|
71
71
|
"@types/react": "^17.0.38",
|
|
72
72
|
"classnames": "^2.3.2",
|
|
73
73
|
"core-js": "^3.16.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"webpack-cli": "^4.7.2",
|
|
108
108
|
"webpack-merge": "^5.7.3"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "9ee13860a2af5eadd6701f95a0ffce2c42dc59a5"
|
|
111
111
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|