labsense-ui-kit 1.1.28 → 1.1.29

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.
@@ -4578,7 +4578,7 @@ var SelectedOption = function SelectedOption(_ref4) {
4578
4578
  };
4579
4579
 
4580
4580
  var _templateObject$b, _templateObject2$8, _templateObject3$6, _templateObject4$4, _templateObject5$4, _templateObject6$4, _templateObject7$2, _templateObject8$2, _templateObject9$2, _templateObject10$2;
4581
- var TitleText$1 = styled.label(_templateObject$b || (_templateObject$b = _taggedTemplateLiteralLoose(["\n position: relative;\n width: max-content;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
4581
+ var TitleText$1 = styled.label(_templateObject$b || (_templateObject$b = _taggedTemplateLiteralLoose(["\n position: relative;\n width: max-content;\n white-space: nowrap;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
4582
4582
  var $titleWeight = _ref.$titleWeight;
4583
4583
  return $titleWeight || 500;
4584
4584
  }, function (_ref2) {
@@ -11197,7 +11197,7 @@ var Container$2$1$1$1$1 = styled.div(_templateObject4$3$1$1$1$1 || (_templateObj
11197
11197
  var LabelText$2$1$1$1 = styled.div(_templateObject5$3$1$1$1$1 || (_templateObject5$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-size: 14px;\n font-weight: 400;\n font-style:", ";\n color: ", ";\n"])), function (_ref18) {
11198
11198
  var $labelStyle = _ref18.$labelStyle;
11199
11199
  return $labelStyle;
11200
- }, colorVariables$1$1$1$1.text.light);
11200
+ }, colorVariables$1$1$1$1.text.medium);
11201
11201
  var DropdownMenu$2$1$1$1 = styled.div(_templateObject6$3$1$1$1$1 || (_templateObject6$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n max-height: 156px;\n padding: 4px;\n box-sizing: border-box;\n border: 1px solid ", ";\n border-radius: ", ";\n width: ", ";\n background: ", ";\n display: flex;\n flex-direction: column;\n gap: 4px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n margin-top: 8px;\n overflow-y: auto;\n position: absolute;\n z-index: 2;\n scrollbar-width: thin;\n"])), colorVariables$1$1$1$1.border.light, function (_ref19) {
11202
11202
  var $optionsBorderRadius = _ref19.$optionsBorderRadius;
11203
11203
  return $optionsBorderRadius || '8px';
@@ -11327,7 +11327,7 @@ var DropdownContainer$1$1$1$1$1 = styled.div(_templateObject2$8$1$1$1$1 || (_tem
11327
11327
  var $width = _ref4.$width;
11328
11328
  return $width || '100%';
11329
11329
  });
11330
- var DropdownButton$1$1$1$1$1 = styled.div(_templateObject3$6$1$1$1$1 || (_templateObject3$6$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n border: ", ";\n gap: 6px;\n padding: ", ";\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref5) {
11330
+ var DropdownButton$1$1$1$1$1 = styled.div(_templateObject3$6$1$1$1$1 || (_templateObject3$6$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n transition: all 0.3s ease;\n border: ", ";\n gap: 6px;\n padding: ", ";\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref5) {
11331
11331
  var $disabled = _ref5.$disabled;
11332
11332
  return $disabled ? 'not-allowed' : 'pointer';
11333
11333
  }, function (_ref6) {
@@ -11340,8 +11340,9 @@ var DropdownButton$1$1$1$1$1 = styled.div(_templateObject3$6$1$1$1$1 || (_templa
11340
11340
  var $borderRadius = _ref8.$borderRadius;
11341
11341
  return $borderRadius || '8px';
11342
11342
  }, function (_ref9) {
11343
- var $border = _ref9.$border;
11344
- return $border || "1px solid " + colorVariables$1$1$1$1.border.light;
11343
+ var $border = _ref9.$border,
11344
+ $isOpen = _ref9.$isOpen;
11345
+ return $isOpen ? "1px solid " + colorVariables$1$1$1$1.text.dark : $border || "1px solid " + colorVariables$1$1$1$1.border.light;
11345
11346
  }, function (_ref10) {
11346
11347
  var $size = _ref10.$size;
11347
11348
  switch ($size) {
@@ -11461,26 +11462,1464 @@ var ModalContainer$1$1$1$1 = styled.div(_templateObject2$9$1$1$1$1 || (_template
11461
11462
  var $maxWidth = _ref.$maxWidth;
11462
11463
  return $maxWidth ? $maxWidth : '400px';
11463
11464
  });
11464
- var _templateObject$d$1$1$1$1, _templateObject2$a$1$1$1$1;
11465
- var SearchContainer$2$1$1$1$1 = styled.div(_templateObject$d$1$1$1$1 || (_templateObject$d$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n"])), function (_ref) {
11465
+ function _taggedTemplateLiteralLoose$1$1$1$1$1(e, t) {
11466
+ return t || (t = e.slice(0)), e.raw = t, e;
11467
+ }
11468
+ var colorVariables$1$1$1$1$1 = {
11469
+ brand: {
11470
+ primary: '#4C9EEB',
11471
+ secondary: '#14171A',
11472
+ light: '#FFFFFF'
11473
+ },
11474
+ accent: {
11475
+ light: '#E1E8ED',
11476
+ extraLight: '#F5F8FA',
11477
+ softBlue: '#D4EEFF',
11478
+ extraSoftBlue: '#E4F4FF',
11479
+ boldTransparent: '#5E5E5E80',
11480
+ transparent: '#5E5E5E4D',
11481
+ lightTransparent: '#5E5E5E23'
11482
+ },
11483
+ "default": {
11484
+ primary: '#78B6F0',
11485
+ secondary: '#C2C2C2',
11486
+ tertiary: 'transparent',
11487
+ error: '#F44336',
11488
+ success: '#4CAF50',
11489
+ warning: '#FF9800',
11490
+ info: '#2159F3'
11491
+ },
11492
+ disabled: {
11493
+ primary: '#B9DCF7',
11494
+ secondary: '#DADADA',
11495
+ error: '#FFEBEE',
11496
+ success: '#E8F5E9',
11497
+ warning: '#FFF3E0',
11498
+ info: '#E3F2FD'
11499
+ },
11500
+ hover: {
11501
+ primary: '#4C9EEB',
11502
+ secondary: '#A3A3A3',
11503
+ tertiary: 'transparent',
11504
+ error: '#D32F2F',
11505
+ success: '#388E3C',
11506
+ warning: '#F57C00',
11507
+ info: '#193ED2'
11508
+ },
11509
+ border: {
11510
+ extraBold: '#657786',
11511
+ bold: '#BFBFBF',
11512
+ medium: '#CBCED0',
11513
+ light: '#DCDCDC',
11514
+ extraLight: '#E6E3E3'
11515
+ },
11516
+ text: {
11517
+ dark: '#14171A',
11518
+ medium: '#657786',
11519
+ light: '#98A2AA',
11520
+ white: '#FFFFFF',
11521
+ success: '#1B5E20',
11522
+ error: '#B71C1C',
11523
+ info: '#0D30A1',
11524
+ warning: '#E65100'
11525
+ },
11526
+ badge: {
11527
+ lavender: '#E8DAFF',
11528
+ papayaWhip: '#FFEDD5',
11529
+ water: '#C7E3FF',
11530
+ paleBlue: '#B0F0E4',
11531
+ teaGreen: '#D5F7C2',
11532
+ lightBlue: '#ADD8E6'
11533
+ }
11534
+ };
11535
+ var _templateObject$d$1$1$1$1, _templateObject2$a$1$1$1$1, _templateObject3$7$1$1$1$1;
11536
+ var wrapperCss$1$1$1$1$1 = css(_templateObject$d$1$1$1$1 || (_templateObject$d$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n svg {\n overflow: visible;\n vector-effect: non-scaling-stroke;\n line,\n path,\n circle,\n ellipse,\n foreignObject,\n polygon,\n polyline,\n rect,\n text,\n textPath,\n tspan {\n vector-effect: non-scaling-stroke;\n }\n }\n"])));
11537
+ var IconWrapper$1$1$1$1$1 = styled.div(_templateObject2$a$1$1$1$1 || (_templateObject2$a$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: max-content;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: ", ";\n ", ";\n"])), function (_ref) {
11538
+ var $clickable = _ref.$clickable;
11539
+ return $clickable ? 'pointer' : 'default';
11540
+ }, wrapperCss$1$1$1$1$1);
11541
+ var IconWrapperForSVG$1$1$1$1$1 = styled.g(_templateObject3$7$1$1$1$1 || (_templateObject3$7$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n ", ";\n"])), wrapperCss$1$1$1$1$1);
11542
+ var _templateObject$1$1$1$1$1$1, _templateObject2$1$1$1$1$1$1;
11543
+ var Container$3$1$1$1$1 = styled.div(_templateObject$1$1$1$1$1$1 || (_templateObject$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex: ", ";\n flex-wrap: ", ";\n flex-direction: ", ";\n justify-content: ", ";\n align-items: ", "; \n gap: ", ";\n font-weight: ", ";\n height: ", ";\n min-height: ", ";\n max-height: ", ";\n width: ", ";\n min-width: ", ";\n max-width: ", ";\n padding: ", ";\n background: ", ";\n object-fit:", ";\n margin: ", ";\n border-radius: ", ";\n border-top-left-radius: ", ";\n border-top-right-radius: ", ";\n cursor: ", ";\n font-size: ", ";\n opacity: ", ";\n pointer-events: ", ";\n position: ", ";\n top: ", ";\n bottom: ", ";\n left: ", ";\n right: ", ";\n text-align: ", "; \n color: ", "; \n overflow: ", ";\n overflow-y: ", ";\n z-index: ", "; \n scrollbar-width: ", ";\n border: ", "; \n border-top: ", ";\n border-bottom: ", ";\n border-left: ", ";\n transition: ", ";\n box-shadow: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
11544
+ var $flex = _ref.$flex;
11545
+ return $flex;
11546
+ }, function (_ref2) {
11547
+ var $flexWrap = _ref2.$flexWrap;
11548
+ return $flexWrap;
11549
+ }, function (_ref3) {
11550
+ var $flexDirection = _ref3.$flexDirection;
11551
+ return $flexDirection;
11552
+ }, function (_ref4) {
11553
+ var $justifyContent = _ref4.$justifyContent;
11554
+ return $justifyContent;
11555
+ }, function (_ref5) {
11556
+ var $alignItems = _ref5.$alignItems;
11557
+ return $alignItems;
11558
+ }, function (_ref6) {
11559
+ var $gap = _ref6.$gap;
11560
+ return $gap;
11561
+ }, function (_ref7) {
11562
+ var $fontWeight = _ref7.$fontWeight;
11563
+ return $fontWeight;
11564
+ }, function (_ref8) {
11565
+ var $height = _ref8.$height;
11566
+ return $height;
11567
+ }, function (_ref9) {
11568
+ var $minHeight = _ref9.$minHeight;
11569
+ return $minHeight;
11570
+ }, function (_ref10) {
11571
+ var $maxHeight = _ref10.$maxHeight;
11572
+ return $maxHeight;
11573
+ }, function (_ref11) {
11574
+ var $width = _ref11.$width;
11575
+ return $width;
11576
+ }, function (_ref12) {
11577
+ var $minWidth = _ref12.$minWidth;
11578
+ return $minWidth;
11579
+ }, function (_ref13) {
11580
+ var $maxWidth = _ref13.$maxWidth;
11581
+ return $maxWidth;
11582
+ }, function (_ref14) {
11583
+ var $padding = _ref14.$padding;
11584
+ return $padding;
11585
+ }, function (_ref15) {
11586
+ var $background = _ref15.$background;
11587
+ return $background;
11588
+ }, function (_ref16) {
11589
+ var $objectfit = _ref16.$objectfit;
11590
+ return $objectfit;
11591
+ }, function (_ref17) {
11592
+ var $margin = _ref17.$margin;
11593
+ return $margin;
11594
+ }, function (_ref18) {
11595
+ var $borderRadius = _ref18.$borderRadius;
11596
+ return $borderRadius;
11597
+ }, function (_ref19) {
11598
+ var $borderTopLeftRadius = _ref19.$borderTopLeftRadius;
11599
+ return $borderTopLeftRadius;
11600
+ }, function (_ref20) {
11601
+ var $borderTopRightRadius = _ref20.$borderTopRightRadius;
11602
+ return $borderTopRightRadius;
11603
+ }, function (_ref21) {
11604
+ var $cursor = _ref21.$cursor;
11605
+ return $cursor;
11606
+ }, function (_ref22) {
11607
+ var $fontSize = _ref22.$fontSize;
11608
+ return $fontSize;
11609
+ }, function (_ref23) {
11610
+ var $opacity = _ref23.$opacity;
11611
+ return $opacity;
11612
+ }, function (_ref24) {
11613
+ var $pointerEvents = _ref24.$pointerEvents;
11614
+ return $pointerEvents;
11615
+ }, function (_ref25) {
11616
+ var $position = _ref25.$position;
11617
+ return $position;
11618
+ }, function (_ref26) {
11619
+ var $top = _ref26.$top;
11620
+ return $top;
11621
+ }, function (_ref27) {
11622
+ var $bottom = _ref27.$bottom;
11623
+ return $bottom;
11624
+ }, function (_ref28) {
11625
+ var $left = _ref28.$left;
11626
+ return $left;
11627
+ }, function (_ref29) {
11628
+ var $right = _ref29.$right;
11629
+ return $right;
11630
+ }, function (_ref30) {
11631
+ var $textAlign = _ref30.$textAlign;
11632
+ return $textAlign;
11633
+ }, function (_ref31) {
11634
+ var $color = _ref31.$color;
11635
+ return $color;
11636
+ }, function (_ref32) {
11637
+ var $overflow = _ref32.$overflow;
11638
+ return $overflow || 'visible';
11639
+ }, function (_ref33) {
11640
+ var $overflowY = _ref33.$overflowY;
11641
+ return $overflowY;
11642
+ }, function (_ref34) {
11643
+ var $zIndex = _ref34.$zIndex;
11644
+ return $zIndex;
11645
+ }, function (_ref35) {
11646
+ var $scrollbarWidth = _ref35.$scrollbarWidth;
11647
+ return $scrollbarWidth;
11648
+ }, function (_ref36) {
11649
+ var $border = _ref36.$border;
11650
+ return $border;
11651
+ }, function (_ref37) {
11652
+ var $borderTop = _ref37.$borderTop;
11653
+ return $borderTop;
11654
+ }, function (_ref38) {
11655
+ var $borderBottom = _ref38.$borderBottom;
11656
+ return $borderBottom;
11657
+ }, function (_ref39) {
11658
+ var $borderLeft = _ref39.$borderLeft;
11659
+ return $borderLeft;
11660
+ }, function (_ref40) {
11661
+ var $transition = _ref40.$transition;
11662
+ return $transition;
11663
+ }, function (_ref41) {
11664
+ var $boxShadow = _ref41.$boxShadow;
11665
+ return $boxShadow;
11666
+ }, function (_ref42) {
11667
+ var $hoverBackground = _ref42.$hoverBackground;
11668
+ return $hoverBackground;
11669
+ }, function (_ref43) {
11670
+ var $hoverColor = _ref43.$hoverColor;
11671
+ return $hoverColor;
11672
+ });
11673
+ var Span$1$1$1$1$1 = styled.span(_templateObject2$1$1$1$1$1$1 || (_templateObject2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n"])), function (_ref44) {
11674
+ var $fontFamily = _ref44.$fontFamily;
11675
+ return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
11676
+ }, function (_ref45) {
11677
+ var $fontWeight = _ref45.$fontWeight;
11678
+ return $fontWeight ? $fontWeight : '500';
11679
+ }, function (_ref46) {
11680
+ var $fontSize = _ref46.$fontSize;
11681
+ return $fontSize ? $fontSize : '16px';
11682
+ }, function (_ref47) {
11683
+ var $color = _ref47.$color;
11684
+ return $color ? $color : colorVariables$1$1$1$1$1.text.medium;
11685
+ }, function (_ref48) {
11686
+ var $lineHeight = _ref48.$lineHeight;
11687
+ return $lineHeight ? $lineHeight : '100%';
11688
+ }, function (_ref49) {
11689
+ var $textAlign = _ref49.$textAlign;
11690
+ return $textAlign ? $textAlign : 'center';
11691
+ }, function (_ref50) {
11692
+ var $minWidth = _ref50.$minWidth;
11693
+ return $minWidth;
11694
+ }, function (_ref51) {
11695
+ var $width = _ref51.$width;
11696
+ return $width;
11697
+ }, function (_ref52) {
11698
+ var $overflowWrap = _ref52.$overflowWrap;
11699
+ return $overflowWrap;
11700
+ });
11701
+ var _templateObject$2$1$1$1$1$1, _templateObject2$2$1$1$1$1$1;
11702
+ var TooltipWrapper$1$1$1$1$1 = styled.div(_templateObject$2$1$1$1$1$1 || (_templateObject$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n svg {\n cursor: pointer;\n } \n"])));
11703
+ var TooltipText$1$1$1$1$1 = styled.span(_templateObject2$2$1$1$1$1$1 || (_templateObject2$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n visibility: ", ";\n opacity: ", ";\n width: max-content;\n max-width: 300px;\n background-color: ", ";\n color: ", ";\n text-align: start;\n border-radius: 8px;\n padding:8px 16px;\n transition: opacity 0.2s ease-in-out;\n font-size: 12px;\n\n // position: absolute;\n // left: 0;\n // bottom: 150%;\n // white-space: pre-line;\n // position: fixed;\n // z-index: 99999;\n // transition: opacity 0.2s ease-in-out;\n // font-size: 12px;\n // pointer-events: auto;\n"])), function (_ref) {
11704
+ var $visible = _ref.$visible;
11705
+ return $visible ? 'visible' : 'hidden';
11706
+ }, function (_ref2) {
11707
+ var $visible = _ref2.$visible;
11708
+ return $visible ? 1 : 0;
11709
+ }, function (_ref3) {
11710
+ var $bgColor = _ref3.$bgColor;
11711
+ return $bgColor || colorVariables$1$1$1$1$1.brand.light;
11712
+ }, colorVariables$1$1$1$1$1.text.medium);
11713
+ var _templateObject$3$1$1$1$1$1;
11714
+ var BreadCrum$1$1$1$1$1 = styled.span(_templateObject$3$1$1$1$1$1 || (_templateObject$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-weight: 400;\n font-size: 12px;\n color: ", ";\n line-height: 100%;\n text-align: center;\n opacity: ", ";\n \n &:hover {\n text-decoration: ", ";\n cursor: ", ";\n color: ", ";\n }\n"])), function (_ref) {
11715
+ var $color = _ref.$color;
11716
+ return $color ? $color : colorVariables$1$1$1$1$1.text.medium;
11717
+ }, function (_ref2) {
11718
+ var $disabled = _ref2.$disabled;
11719
+ return $disabled ? '0.6' : '1';
11720
+ }, function (_ref3) {
11721
+ var $hover = _ref3.$hover,
11722
+ $disabled = _ref3.$disabled;
11723
+ return $hover && !$disabled && 'underline';
11724
+ }, function (_ref4) {
11725
+ var $hover = _ref4.$hover,
11726
+ $disabled = _ref4.$disabled;
11727
+ return $hover && !$disabled ? 'pointer' : 'default';
11728
+ }, function (_ref5) {
11729
+ var $hover = _ref5.$hover,
11730
+ $disabled = _ref5.$disabled;
11731
+ return $hover && !$disabled && colorVariables$1$1$1$1$1["default"].primary;
11732
+ });
11733
+ var _templateObject$4$1$1$1$1$1;
11734
+ var fontFaces$1$1$1$1$1 = css(_templateObject$4$1$1$1$1$1 || (_templateObject$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n @font-face {\n font-family: 'NotoSans';\n font-weight: 200;\n font-style: normal;\n src: url('./NotoSans-ExtraLight.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 300;\n font-style: normal;\n src: url('./NotoSans-Light.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 400;\n font-style: normal;\n src: url('./NotoSans-Regular.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 400;\n font-style: italic;\n src: url('./NotoSans-italic.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 500;\n font-style: normal;\n src: url('./NotoSans-Medium.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 600;\n font-style: normal;\n src: url('./NotoSans-SemiBold.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 700;\n font-style: normal;\n src: url('./NotoSans-Bold.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 800;\n font-style: normal;\n src: url('./NotoSans-ExtraBold.woff') format('woff');\n font-display: fallback;\n }\n"])));
11735
+ var GlobalFonts$1$1$1$1$1 = {
11736
+ bold: 'NotoSans, sans-serif',
11737
+ regular: 'NotoSans, sans-serif',
11738
+ light: 'NotoSans, sans-serif'
11739
+ };
11740
+ var _templateObject$5$1$1$1$1$1, _templateObject2$3$1$1$1$1$1, _templateObject3$1$1$1$1$1$1, _templateObject4$5$1$1$1$1, _templateObject5$5$1$1$1$1, _templateObject6$5$1$1$1$1;
11741
+ var spin$1$1$1$1$1 = keyframes(_templateObject$5$1$1$1$1$1 || (_templateObject$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
11742
+ var Spinner$1$1$1$1$1 = styled.div(_templateObject2$3$1$1$1$1$1 || (_templateObject2$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: ", "px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: fadeIn 0.3s ease-in-out forwards, ", " 1s linear infinite;\n"])), function (_ref) {
11743
+ var $size = _ref.$size;
11744
+ return $size;
11745
+ }, function (_ref2) {
11746
+ var $size = _ref2.$size;
11747
+ return $size;
11748
+ }, function (_ref3) {
11749
+ var $size = _ref3.$size;
11750
+ return $size / 4;
11751
+ }, function (_ref4) {
11752
+ var $color = _ref4.$color;
11753
+ return $color;
11754
+ }, spin$1$1$1$1$1);
11755
+ var LoaderWrapper$1$1$1$1$1 = styled.div(_templateObject3$1$1$1$1$1$1 || (_templateObject3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n margin-left: ", ";\n margin-right: ", ";\n transition: opacity 0.3s ease-in-out;\n"])), function (_ref5) {
11756
+ var $loaderPosition = _ref5.$loaderPosition;
11757
+ return $loaderPosition === 'right' ? '4px' : '0';
11758
+ }, function (_ref6) {
11759
+ var $loaderPosition = _ref6.$loaderPosition;
11760
+ return $loaderPosition === 'left' ? '4px' : '0';
11761
+ });
11762
+ var Container$1$1$1$1$1$1 = styled.div(_templateObject4$5$1$1$1$1 || (_templateObject4$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: ", ";\n gap: ", ";\n svg {\n cursor: ", ";\n }\n"])), function (_ref7) {
11763
+ var $iconPosition = _ref7.$iconPosition;
11764
+ return $iconPosition === 'right' ? 'row-reverse' : 'row';
11765
+ }, function (_ref8) {
11766
+ var gap = _ref8.gap;
11767
+ return gap || '4px';
11768
+ }, function (_ref9) {
11769
+ var cursor = _ref9.cursor;
11770
+ return cursor;
11771
+ });
11772
+ var StyledButton$1$1$1$1$1 = styled.button(_templateObject5$5$1$1$1$1 || (_templateObject5$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n pointer-events: ", ";\n cursor: ", ";\n height: max-content;\n min-height: max-content;\n width: max-content;\n box-sizing: border-box;\n border-radius: ", ";\n outline: none;\n transition: all 0.2s;\n display: flex;\n align-items: center;\n justify-content: center;\n\n padding: ", ";\n\n &:focus {\n outline: none;\n }\n\n ", "\n color: ", "; \n"])), function (_ref10) {
11773
+ var $disabled = _ref10.$disabled;
11774
+ return $disabled ? 'none' : 'auto';
11775
+ }, function (_ref11) {
11776
+ var $disabled = _ref11.$disabled;
11777
+ return $disabled ? 'not-allowed' : 'pointer';
11778
+ }, function (_ref12) {
11779
+ var $borderRadius = _ref12.$borderRadius;
11780
+ return $borderRadius || '8px';
11781
+ }, function (_ref13) {
11782
+ var $size = _ref13.$size,
11783
+ $padding = _ref13.$padding;
11784
+ return $size === 'small' ? '8px 12.2px' : $size === 'medium' ? '10px 19px' : $size === 'large' ? '12px 24.5px' : $size === 'custom' ? $padding : '10px 16px';
11785
+ }, function (_ref14) {
11786
+ var _$borderHover$match;
11787
+ var $variant = _ref14.$variant,
11788
+ $disabled = _ref14.$disabled,
11789
+ $borderHover = _ref14.$borderHover,
11790
+ $borderDefault = _ref14.$borderDefault,
11791
+ $background = _ref14.$background,
11792
+ $color = _ref14.$color,
11793
+ $colorHover = _ref14.$colorHover;
11794
+ switch ($variant) {
11795
+ case 'primary':
11796
+ return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1["default"].primary) + ";\n color: " + colorVariables$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.primary : "1px solid " + colorVariables$1$1$1$1$1["default"].primary) + ";\n &:hover {\n background: " + colorVariables$1$1$1$1$1.hover.primary + ";\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.primary + ";\n }\n ";
11797
+ case 'secondary':
11798
+ return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].secondary) + "; \n color: " + colorVariables$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.secondary : "1px solid " + colorVariables$1$1$1$1$1["default"].secondary) + ";\n &:hover{\n background: " + colorVariables$1$1$1$1$1.hover.secondary + ";\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.secondary + ";\n }\n ";
11799
+ case 'tertiary':
11800
+ return "\n background: " + colorVariables$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1["default"].primary) + ";\n border: " + ($borderDefault ? "" + $borderDefault : "1px solid " + colorVariables$1$1$1$1$1["default"].tertiary) + ";\n &:hover {\n color: " + (!$disabled && $borderHover ? (_$borderHover$match = $borderHover.match(/#\w+/)) === null || _$borderHover$match === void 0 ? void 0 : _$borderHover$match[0] : colorVariables$1$1$1$1$1.hover.primary) + ";\n border: " + ($borderHover ? $borderHover : "1px solid " + colorVariables$1$1$1$1$1.hover.primary) + ";\n }\n ";
11801
+ case 'error':
11802
+ return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1["default"].error) + "; \n color: " + colorVariables$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.error : "1px solid " + colorVariables$1$1$1$1$1["default"].error) + ";\n &:hover{\n background: " + colorVariables$1$1$1$1$1.hover.error + ";\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.error + ";\n }\n ";
11803
+ case 'outline-primary':
11804
+ return "\n background: " + colorVariables$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1["default"].primary) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.primary : "1px solid " + colorVariables$1$1$1$1$1["default"].primary) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.primary + ";\n color: " + colorVariables$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1.hover.primary + ";\n }\n ";
11805
+ case 'outline-secondary':
11806
+ return "\n background: " + colorVariables$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].secondary) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.secondary : "1px solid " + colorVariables$1$1$1$1$1["default"].secondary) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.secondary + ";\n color: " + colorVariables$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1.hover.secondary + ";\n }\n ";
11807
+ case 'outline-error':
11808
+ return "\n background: " + colorVariables$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1["default"].error) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.error : "1px solid " + colorVariables$1$1$1$1$1["default"].error) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.error + ";\n color: " + colorVariables$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1.hover.error + ";\n }\n ";
11809
+ case 'custom':
11810
+ return "\n background: " + $background + ";\n color: " + $color + ";\n border: " + ("1px solid " + $borderDefault) + ";\n &:hover{\n border: 1px solid " + $borderHover + ";\n color: " + $colorHover + ";\n background: " + $borderHover + ";\n }\n ";
11811
+ default:
11812
+ return '';
11813
+ }
11814
+ }, function (_ref15) {
11815
+ var color = _ref15.color;
11816
+ return color;
11817
+ });
11818
+ var ButtonText$1$1$1$1$1 = styled.span(_templateObject6$5$1$1$1$1 || (_templateObject6$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n white-space: nowrap;\n"])), function (_ref16) {
11819
+ var $fontFamily = _ref16.$fontFamily;
11820
+ return $fontFamily ? $fontFamily : GlobalFonts$1$1$1$1$1.bold;
11821
+ }, function (_ref17) {
11822
+ var $size = _ref17.$size,
11823
+ $fontSize = _ref17.$fontSize;
11824
+ return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
11825
+ }, function (_ref18) {
11826
+ var $fontWeight = _ref18.$fontWeight,
11827
+ $size = _ref18.$size;
11828
+ return $size === 'custom' && $fontWeight || '500';
11829
+ }, function (_ref19) {
11830
+ var $size = _ref19.$size,
11831
+ $fontSize = _ref19.$fontSize;
11832
+ return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
11833
+ });
11834
+ var _templateObject$6$1$1$1$1$1;
11835
+ var InnerContent$1$1$1$1$1 = styled.div(_templateObject$6$1$1$1$1$1 || (_templateObject$6$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n gap: 12px;\n overflow-x: auto;\n scroll-behavior: smooth;\n scrollbar-width: none;\n ms-overflow-style: none;\n white-space: nowrap;\n padding: ", "; \n margin: 0 10px;\n"])), function (_ref) {
11836
+ var $isScrollable = _ref.$isScrollable;
11837
+ return $isScrollable ? '0 12px' : '0';
11838
+ });
11839
+ var _templateObject$7$1$1$1$1$1, _templateObject2$4$1$1$1$1$1, _templateObject3$2$1$1$1$1$1, _templateObject4$1$1$1$1$1$1, _templateObject5$1$1$1$1$1$1, _templateObject6$1$1$1$1$1$1, _templateObject7$3$1$1$1$1, _templateObject8$3$1$1$1$1, _templateObject9$3$1$1$1$1, _templateObject10$3$1$1$1$1, _templateObject11$2$1$1$1$1, _templateObject12$1$1$1$1$1, _templateObject13$1$1$1$1$1, _templateObject14$1$1$1$1$1, _templateObject15$1$1$1$1$1, _templateObject16$1$1$1$1$1, _templateObject17$1$1$1$1$1, _templateObject18$1$1$1$1$1, _templateObject19$1$1$1$1$1, _templateObject20$1$1$1$1$1, _templateObject21$1$1$1$1$1;
11840
+ var DatePickerContainer$1$1$1$1$1 = styled.div(_templateObject$7$1$1$1$1$1 || (_templateObject$7$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n"])));
11841
+ var CalendarContainer$1$1$1$1$1 = styled.div(_templateObject2$4$1$1$1$1$1 || (_templateObject2$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n overflow: auto;\n display: flex;\n flex-direction: row;\n background: rgba(245, 248, 250, .95); \n position: absolute;\n border: 1px solid ", ";\n height: auto;\n width: auto;\n border-radius: 10px;\n z-index: 10;\n padding: 10px;\n top: 0px;\n right: 0px;\n gap: 16px;\n"])), colorVariables$1$1$1$1$1.border.medium);
11842
+ var Calendar$1$1$1$1$1$1 = styled.div(_templateObject3$2$1$1$1$1$1 || (_templateObject3$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1([""])));
11843
+ var CalendarTime$1$1$1$1$1 = styled.div(_templateObject4$1$1$1$1$1$1 || (_templateObject4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n border: 1px solid ", ";\n border-radius: 4px;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n padding: 8px;\n"])), colorVariables$1$1$1$1$1.border.medium);
11844
+ var StartDate$1$1$1$1$1 = styled.div(_templateObject5$1$1$1$1$1$1 || (_templateObject5$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n padding-bottom: 4px;\n"])));
11845
+ var SelectedStart$1$1$1$1$1 = styled.div(_templateObject6$1$1$1$1$1$1 || (_templateObject6$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n gap: 4px;\n color: ", ";\n"])), colorVariables$1$1$1$1$1.text.medium);
11846
+ var CurrentDate$1$1$1$1$1 = styled.p(_templateObject7$3$1$1$1$1 || (_templateObject7$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 12px;\n"])));
11847
+ var CurrentTime$1$1$1$1$1 = styled.div(_templateObject8$3$1$1$1$1 || (_templateObject8$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 14px;\n color: ", ";\n"])), colorVariables$1$1$1$1$1.text.medium);
11848
+ var Selectedtime$1$1$1$1$1 = styled.div(_templateObject9$3$1$1$1$1 || (_templateObject9$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n color: ", ";\n gap: 8px;\n"])), colorVariables$1$1$1$1$1.text.medium);
11849
+ var Line$1$1$1$1$1 = styled.div(_templateObject10$3$1$1$1$1 || (_templateObject10$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n padding-top: 10px;\n padding-bottom: 10px;\n"])));
11850
+ var Zones$1$1$1$1$1 = styled.div(_templateObject11$2$1$1$1$1 || (_templateObject11$2$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n"])));
11851
+ var CalendarHeader$1$1$1$1$1 = styled.div(_templateObject12$1$1$1$1$1 || (_templateObject12$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 10px;\n"])));
11852
+ var CalendarMonthYear$1$1$1$1$1 = styled.span(_templateObject13$1$1$1$1$1 || (_templateObject13$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n color: ", ";\n justify-content: center;\n align-items: center;\n"])), colorVariables$1$1$1$1$1.text.medium);
11853
+ var CalendarContent$1$1$1$1$1 = styled.div(_templateObject14$1$1$1$1$1 || (_templateObject14$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n gap: 5px;\n padding: 10px;\n"])));
11854
+ var Button$1$1$1$1$1 = styled.div(_templateObject15$1$1$1$1$1 || (_templateObject15$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background:", ";\n color: ", ";\n border: none;\n border-radius: 5px;\n padding: 5px 10px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n height: ", ";\n\n svg {\n cursor: pointer;\n }\n"])), colorVariables$1$1$1$1$1["default"].secondary, colorVariables$1$1$1$1$1.text.white, function (_ref) {
11855
+ var $size = _ref.$size;
11856
+ return $size ? $size + "px" : '30px';
11857
+ }, function (_ref2) {
11858
+ var $size = _ref2.$size;
11859
+ return $size ? $size + "px" : '30px';
11860
+ });
11861
+ var CalendarDates$1$1$1$1$1 = styled.div(_templateObject16$1$1$1$1$1 || (_templateObject16$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n cursor: ", "; \n font-size: 12px;\n opacity: ", "; \n\n background-color: ", ";\n\n color: ", ";\n\n &:hover {\n background-color: ", ";\n }\n"])), function (_ref3) {
11862
+ var $size = _ref3.$size;
11863
+ return $size ? $size + "px" : '30px';
11864
+ }, function (_ref4) {
11865
+ var $size = _ref4.$size;
11866
+ return $size ? $size + "px" : '30px';
11867
+ }, function (_ref5) {
11868
+ var $isFuture = _ref5.$isFuture,
11869
+ $futureDateTime = _ref5.$futureDateTime;
11870
+ return !$futureDateTime && $isFuture ? 'default' : 'pointer';
11871
+ }, function (_ref6) {
11872
+ var $isFuture = _ref6.$isFuture,
11873
+ $futureDateTime = _ref6.$futureDateTime;
11874
+ return !$futureDateTime && $isFuture ? 0.5 : 1;
11875
+ }, function (_ref7) {
11876
+ var $selected = _ref7.$selected,
11877
+ $inRange = _ref7.$inRange;
11878
+ return $selected ? colorVariables$1$1$1$1$1["default"].primary : $inRange ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1["default"].tertiary;
11879
+ }, function (_ref8) {
11880
+ var $selected = _ref8.$selected,
11881
+ $inRange = _ref8.$inRange;
11882
+ return $selected ? colorVariables$1$1$1$1$1.text.white : $inRange ? colorVariables$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1.text.medium;
11883
+ }, function (_ref9) {
11884
+ var $selected = _ref9.$selected,
11885
+ $inRange = _ref9.$inRange,
11886
+ $isFuture = _ref9.$isFuture,
11887
+ $futureDateTime = _ref9.$futureDateTime;
11888
+ return !$futureDateTime && $isFuture ? 'transparent' : $selected ? colorVariables$1$1$1$1$1.disabled.primary : $inRange ? colorVariables$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1.disabled.primary;
11889
+ });
11890
+ var Year$1$1$1$1$1 = styled.div(_templateObject17$1$1$1$1$1 || (_templateObject17$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 12px;\n"])));
11891
+ var Month$1$1$1$1$1 = styled.div(_templateObject18$1$1$1$1$1 || (_templateObject18$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 600;\n font-size: 14px;\n"])));
11892
+ var InputWrapper$1$1$1$1$1 = styled.div(_templateObject19$1$1$1$1$1 || (_templateObject19$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n gap: 24px;\n"])));
11893
+ var TimeInputWrapper$1$1$1$1$1 = styled.div(_templateObject20$1$1$1$1$1 || (_templateObject20$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n"])));
11894
+ var StyledInput$1$1$1$1$1 = styled.input(_templateObject21$1$1$1$1$1 || (_templateObject21$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n outline: none;\n width: 60px;\n height: 30px;\n text-align: center;\n font-size: 16px;\n border-radius: 5px;\n background: white;\n border: 1px solid ", ";\n color: ", ";\n"])), colorVariables$1$1$1$1$1.border.extraBold, colorVariables$1$1$1$1$1.text.dark);
11895
+ var _templateObject$8$1$1$1$1$1, _templateObject2$5$1$1$1$1$1, _templateObject3$3$1$1$1$1$1, _templateObject4$2$1$1$1$1$1, _templateObject5$2$1$1$1$1$1, _templateObject6$2$1$1$1$1$1;
11896
+ var OptionContainer$1$1$1$1$1 = styled.div(_templateObject$8$1$1$1$1$1 || (_templateObject$8$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1([""])));
11897
+ var OptionItem$1$1$1$1$1 = styled.div(_templateObject2$5$1$1$1$1$1 || (_templateObject2$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n border-bottom: ", ";\n"])), function (_ref) {
11898
+ var $optionBorder = _ref.$optionBorder,
11899
+ $isborder = _ref.$isborder;
11900
+ return $isborder ? $optionBorder || "1px solid " + colorVariables$1$1$1$1$1.border.extraLight : '';
11901
+ });
11902
+ var OptionLabel$1$1$1$1$1 = styled.label(_templateObject3$3$1$1$1$1$1 || (_templateObject3$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n cursor: pointer;\n display: flex;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n color: ", ";\n"])), function (_ref2) {
11903
+ var $optionColor = _ref2.$optionColor;
11904
+ switch ($optionColor) {
11905
+ case 'dark':
11906
+ return colorVariables$1$1$1$1$1.text.dark;
11907
+ case 'medium':
11908
+ return colorVariables$1$1$1$1$1.text.medium;
11909
+ case 'light':
11910
+ return colorVariables$1$1$1$1$1.text.light;
11911
+ case 'white':
11912
+ return colorVariables$1$1$1$1$1.text.white;
11913
+ case 'warning':
11914
+ return colorVariables$1$1$1$1$1["default"].warning;
11915
+ case 'info':
11916
+ return colorVariables$1$1$1$1$1["default"].info;
11917
+ case 'success':
11918
+ return colorVariables$1$1$1$1$1["default"].success;
11919
+ case 'error':
11920
+ return colorVariables$1$1$1$1$1["default"].error;
11921
+ default:
11922
+ return $optionColor || colorVariables$1$1$1$1$1.text.medium;
11923
+ }
11924
+ });
11925
+ var SearchContainer$2$1$1$1$1 = styled.div(_templateObject4$2$1$1$1$1$1 || (_templateObject4$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border-bottom: ", ";\n border-radius: ", ";\n padding: 8px 8px;\n display: flex;\n align-items: center;\n gap: 8px;\n"])), function (_ref3) {
11926
+ var $background = _ref3.$background;
11927
+ switch ($background) {
11928
+ case 'dark':
11929
+ return colorVariables$1$1$1$1$1.text.dark;
11930
+ case 'medium':
11931
+ return colorVariables$1$1$1$1$1.text.medium;
11932
+ case 'light':
11933
+ return colorVariables$1$1$1$1$1.text.light;
11934
+ case 'white':
11935
+ return colorVariables$1$1$1$1$1.text.white;
11936
+ case 'warning':
11937
+ return colorVariables$1$1$1$1$1["default"].warning;
11938
+ case 'info':
11939
+ return colorVariables$1$1$1$1$1["default"].info;
11940
+ case 'success':
11941
+ return colorVariables$1$1$1$1$1["default"].success;
11942
+ case 'error':
11943
+ return colorVariables$1$1$1$1$1["default"].error;
11944
+ default:
11945
+ return $background;
11946
+ }
11947
+ }, function (_ref4) {
11948
+ var $borderBottom = _ref4.$borderBottom;
11949
+ return $borderBottom || 'none';
11950
+ }, function (_ref5) {
11951
+ var $borderRadius = _ref5.$borderRadius;
11952
+ return $borderRadius || '8px';
11953
+ });
11954
+ var SearchBar$2$1$1$1$1 = styled.input(_templateObject5$2$1$1$1$1$1 || (_templateObject5$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 14px;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), colorVariables$1$1$1$1$1["default"].tertiary, function (_ref6) {
11955
+ var $inputColor = _ref6.$inputColor;
11956
+ switch ($inputColor) {
11957
+ case 'dark':
11958
+ return colorVariables$1$1$1$1$1.text.dark;
11959
+ case 'medium':
11960
+ return colorVariables$1$1$1$1$1.text.medium;
11961
+ case 'light':
11962
+ return colorVariables$1$1$1$1$1.text.light;
11963
+ case 'white':
11964
+ return colorVariables$1$1$1$1$1.text.white;
11965
+ case 'warning':
11966
+ return colorVariables$1$1$1$1$1["default"].warning;
11967
+ case 'info':
11968
+ return colorVariables$1$1$1$1$1["default"].info;
11969
+ case 'success':
11970
+ return colorVariables$1$1$1$1$1["default"].success;
11971
+ case 'error':
11972
+ return colorVariables$1$1$1$1$1["default"].error;
11973
+ default:
11974
+ return $inputColor;
11975
+ }
11976
+ }, function (_ref7) {
11977
+ var $placeholderColor = _ref7.$placeholderColor;
11978
+ switch ($placeholderColor) {
11979
+ case 'dark':
11980
+ return colorVariables$1$1$1$1$1.text.dark;
11981
+ case 'medium':
11982
+ return colorVariables$1$1$1$1$1.text.medium;
11983
+ case 'light':
11984
+ return colorVariables$1$1$1$1$1.text.light;
11985
+ case 'white':
11986
+ return colorVariables$1$1$1$1$1.text.white;
11987
+ case 'warning':
11988
+ return colorVariables$1$1$1$1$1["default"].warning;
11989
+ case 'info':
11990
+ return colorVariables$1$1$1$1$1["default"].info;
11991
+ case 'success':
11992
+ return colorVariables$1$1$1$1$1["default"].success;
11993
+ case 'error':
11994
+ return colorVariables$1$1$1$1$1["default"].error;
11995
+ default:
11996
+ return $placeholderColor;
11997
+ }
11998
+ });
11999
+ var Text$1$1$1$1$1 = styled.span(_templateObject6$2$1$1$1$1$1 || (_templateObject6$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n word-break: break-word;\n"])));
12000
+ var _templateObject$9$1$1$1$1$1, _templateObject2$6$1$1$1$1$1, _templateObject3$4$1$1$1$1$1, _templateObject4$3$1$1$1$1$1, _templateObject5$3$1$1$1$1$1, _templateObject6$3$1$1$1$1$1, _templateObject7$1$1$1$1$1$1, _templateObject8$1$1$1$1$1$1, _templateObject9$1$1$1$1$1$1, _templateObject10$1$1$1$1$1$1, _templateObject11$1$1$1$1$1$1;
12001
+ var DropdownContainer$2$1$1$1$1 = styled.div(_templateObject$9$1$1$1$1$1 || (_templateObject$9$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n max-width: 100%;\n position: relative;\n max-height: ", ";\n"])), function (_ref) {
12002
+ var $width = _ref.$width;
12003
+ return $width || '100%';
12004
+ }, function (_ref2) {
12005
+ var $height = _ref2.$height;
12006
+ return $height || '100%';
12007
+ }, function (_ref3) {
12008
+ var $replaceLabel = _ref3.$replaceLabel;
12009
+ return $replaceLabel ? 'calc(100% - 22px)' : '';
12010
+ });
12011
+ var DropdownButton$2$1$1$1$1 = styled.div(_templateObject2$6$1$1$1$1$1 || (_templateObject2$6$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n overflow: ", ";\n padding: ", ";\n gap: 8px;\n box-sizing: border-box;\n transition: all 0.3s ease;\n width: ", ";\n height: ", ";\n border: ", ";\n border-radius: ", ";\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n background: ", ";\n color: ", ";\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref4) {
12012
+ var $replaceLabel = _ref4.$replaceLabel;
12013
+ return $replaceLabel ? 'auto' : '';
12014
+ }, function (_ref5) {
12015
+ var $size = _ref5.$size;
12016
+ switch ($size) {
12017
+ case 'small':
12018
+ return '9px 12px';
12019
+ case 'large':
12020
+ return '24px 12px';
12021
+ default:
12022
+ return '14px 12px';
12023
+ }
12024
+ }, function (_ref6) {
12025
+ var $width = _ref6.$width;
12026
+ return $width ? $width : '100%';
12027
+ }, function (_ref7) {
12028
+ var $height = _ref7.$height;
12029
+ return $height || '100%';
12030
+ }, function (_ref8) {
12031
+ var $border = _ref8.$border,
12032
+ $isOpen = _ref8.$isOpen;
12033
+ return $isOpen ? "1px solid " + colorVariables$1$1$1$1$1.text.dark : $border || "1px solid " + colorVariables$1$1$1$1$1.border.light;
12034
+ }, function (_ref9) {
12035
+ var $borderRadius = _ref9.$borderRadius;
12036
+ return $borderRadius || '8px';
12037
+ }, function (_ref10) {
12038
+ var $disabled = _ref10.$disabled;
12039
+ return $disabled ? 'not-allowed' : 'pointer';
12040
+ }, function (_ref11) {
12041
+ var $background = _ref11.$background,
12042
+ $disabled = _ref11.$disabled;
12043
+ switch ($background) {
12044
+ case 'dark':
12045
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1.text.dark;
12046
+ case 'medium':
12047
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1.text.medium;
12048
+ case 'light':
12049
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1.text.light;
12050
+ case 'white':
12051
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1.text.white;
12052
+ case 'warning':
12053
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].warning;
12054
+ case 'info':
12055
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].info;
12056
+ case 'success':
12057
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].success;
12058
+ case 'error':
12059
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].error;
12060
+ default:
12061
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : $background;
12062
+ }
12063
+ }, function (_ref12) {
12064
+ var $color = _ref12.$color;
12065
+ return $color || colorVariables$1$1$1$1$1.text.medium;
12066
+ }, function (_ref13) {
12067
+ var $size = _ref13.$size;
12068
+ switch ($size) {
12069
+ case 'small':
12070
+ return '12px';
12071
+ case 'large':
12072
+ return '16px';
12073
+ default:
12074
+ return '14px';
12075
+ }
12076
+ }, function (_ref14) {
12077
+ var $size = _ref14.$size;
12078
+ switch ($size) {
12079
+ case 'small':
12080
+ return '12px';
12081
+ case 'large':
12082
+ return '16px';
12083
+ default:
12084
+ return '14px';
12085
+ }
12086
+ });
12087
+ var TitleText$2$1$1$1$1 = styled.div(_templateObject3$4$1$1$1$1$1 || (_templateObject3$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: max-content;\n position: relative;\n font-weight: 500;\n font-size: ", ";\n line-height: ", ";\n\n color: ", ";\n"])), function (_ref15) {
12088
+ var $titleSize = _ref15.$titleSize,
12089
+ $size = _ref15.$size;
12090
+ return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
12091
+ }, function (_ref16) {
12092
+ var $titleSize = _ref16.$titleSize,
12093
+ $size = _ref16.$size;
12094
+ return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
12095
+ }, function (_ref17) {
12096
+ var $titleColor = _ref17.$titleColor;
12097
+ switch ($titleColor) {
12098
+ case 'dark':
12099
+ return colorVariables$1$1$1$1$1.text.dark;
12100
+ case 'medium':
12101
+ return colorVariables$1$1$1$1$1.text.medium;
12102
+ case 'light':
12103
+ return colorVariables$1$1$1$1$1.text.light;
12104
+ case 'white':
12105
+ return colorVariables$1$1$1$1$1.text.white;
12106
+ case 'warning':
12107
+ return colorVariables$1$1$1$1$1["default"].warning;
12108
+ case 'info':
12109
+ return colorVariables$1$1$1$1$1["default"].info;
12110
+ case 'success':
12111
+ return colorVariables$1$1$1$1$1["default"].success;
12112
+ case 'error':
12113
+ return colorVariables$1$1$1$1$1["default"].error;
12114
+ default:
12115
+ return $titleColor;
12116
+ }
12117
+ });
12118
+ var Container$2$1$1$1$1$1 = styled.div(_templateObject4$3$1$1$1$1$1 || (_templateObject4$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n"])));
12119
+ var LabelText$2$1$1$1$1 = styled.div(_templateObject5$3$1$1$1$1$1 || (_templateObject5$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-size: 14px;\n font-weight: 400;\n font-style:", ";\n color: ", ";\n"])), function (_ref18) {
12120
+ var $labelStyle = _ref18.$labelStyle;
12121
+ return $labelStyle;
12122
+ }, colorVariables$1$1$1$1$1.text.light);
12123
+ var DropdownMenu$2$1$1$1$1 = styled.div(_templateObject6$3$1$1$1$1$1 || (_templateObject6$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n max-height: 156px;\n padding: 4px;\n box-sizing: border-box;\n border: 1px solid ", ";\n border-radius: ", ";\n width: ", ";\n background: ", ";\n display: flex;\n flex-direction: column;\n gap: 4px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n margin-top: 8px;\n overflow-y: auto;\n position: absolute;\n z-index: 2;\n scrollbar-width: thin;\n"])), colorVariables$1$1$1$1$1.border.light, function (_ref19) {
12124
+ var $optionsBorderRadius = _ref19.$optionsBorderRadius;
12125
+ return $optionsBorderRadius || '8px';
12126
+ }, function (_ref20) {
12127
+ var $width = _ref20.$width;
12128
+ return $width ? $width : 'max-content';
12129
+ }, function (_ref21) {
12130
+ var $menuBackground = _ref21.$menuBackground;
12131
+ return $menuBackground || colorVariables$1$1$1$1$1.accent.extraLight;
12132
+ });
12133
+ var SelectedOptionsWrapper$2$1$1$1$1 = styled.div(_templateObject7$1$1$1$1$1$1 || (_templateObject7$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n height: 100%;\n"])));
12134
+ var SelectedOptionDiv$2$1$1$1$1 = styled.div(_templateObject8$1$1$1$1$1$1 || (_templateObject8$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-family: NotoSans, sans-serif;\n font-style: normal;\n font-weight: 400;\n font-size: 12px;\n line-height: 12px;\n color: ", ";\n"])), function (_ref22) {
12135
+ var $selectedOptionBackground = _ref22.$selectedOptionBackground,
12136
+ $disabled = _ref22.$disabled;
12137
+ switch ($selectedOptionBackground) {
12138
+ case 'dark':
12139
+ return colorVariables$1$1$1$1$1.text.dark;
12140
+ case 'medium':
12141
+ return colorVariables$1$1$1$1$1.text.medium;
12142
+ case 'light':
12143
+ return colorVariables$1$1$1$1$1.text.light;
12144
+ case 'white':
12145
+ return colorVariables$1$1$1$1$1.text.white;
12146
+ case 'warning':
12147
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.warning : colorVariables$1$1$1$1$1["default"].warning;
12148
+ case 'info':
12149
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.info : colorVariables$1$1$1$1$1["default"].info;
12150
+ case 'success':
12151
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.success : colorVariables$1$1$1$1$1["default"].success;
12152
+ case 'error':
12153
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1["default"].error;
12154
+ default:
12155
+ return $selectedOptionBackground || colorVariables$1$1$1$1$1.accent.extraLight;
12156
+ }
12157
+ }, function (_ref23) {
12158
+ var $selectedOptionColor = _ref23.$selectedOptionColor;
12159
+ switch ($selectedOptionColor) {
12160
+ case 'dark':
12161
+ return colorVariables$1$1$1$1$1.text.dark;
12162
+ case 'medium':
12163
+ return colorVariables$1$1$1$1$1.text.medium;
12164
+ case 'light':
12165
+ return colorVariables$1$1$1$1$1.text.light;
12166
+ case 'white':
12167
+ return colorVariables$1$1$1$1$1.text.white;
12168
+ case 'warning':
12169
+ return colorVariables$1$1$1$1$1["default"].warning;
12170
+ case 'info':
12171
+ return colorVariables$1$1$1$1$1["default"].info;
12172
+ case 'success':
12173
+ return colorVariables$1$1$1$1$1["default"].success;
12174
+ case 'error':
12175
+ return colorVariables$1$1$1$1$1["default"].error;
12176
+ default:
12177
+ return $selectedOptionColor;
12178
+ }
12179
+ });
12180
+ var RemoveIcon$2$1$1$1$1 = styled.div(_templateObject9$1$1$1$1$1$1 || (_templateObject9$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 14px;\n height: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: ", ";\n border-radius: 50%;\n box-sizing: border-box;\n background: ", ";\n > div {\n cursor: ", ";\n }\n"])), function (_ref24) {
12181
+ var $disabled = _ref24.$disabled;
12182
+ return $disabled ? 'not-allowed' : 'pointer';
12183
+ }, function (_ref25) {
12184
+ var removeIconBackground = _ref25.removeIconBackground,
12185
+ $type = _ref25.$type;
12186
+ return removeIconBackground ? removeIconBackground : $type === 'remove' ? '#5E5E5E24' : colorVariables$1$1$1$1$1.disabled.primary;
12187
+ }, function (_ref26) {
12188
+ var $disabled = _ref26.$disabled;
12189
+ return $disabled ? 'not-allowed' : 'pointer';
12190
+ });
12191
+ var TextWrapper$1$1$1$1$1 = styled.div(_templateObject10$1$1$1$1$1$1 || (_templateObject10$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 4px;\n"])));
12192
+ var Asterisk$1$1$1$1$1 = styled.span(_templateObject11$1$1$1$1$1$1 || (_templateObject11$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1$1["default"].error);
12193
+ var _templateObject$a$1$1$1$1$1, _templateObject2$7$1$1$1$1$1, _templateObject3$5$1$1$1$1$1;
12194
+ var SelectedOptionsWrapper$1$1$1$1$1$1 = styled.div(_templateObject$a$1$1$1$1$1 || (_templateObject$a$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n"])));
12195
+ var SelectedOptionDiv$1$1$1$1$1$1 = styled.div(_templateObject2$7$1$1$1$1$1 || (_templateObject2$7$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-family: NotoSans, sans-serif;\n font-style: normal;\n font-weight: 400;\n font-size: 12px;\n line-height: 12px;\n color: ", ";\n"])), function (_ref) {
12196
+ var $selectedOptionBackground = _ref.$selectedOptionBackground,
12197
+ $type = _ref.$type;
12198
+ return $selectedOptionBackground || $type === 'remove' ? colorVariables$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1.accent.softBlue;
12199
+ }, function (_ref2) {
12200
+ var $selectedOptionColor = _ref2.$selectedOptionColor,
12201
+ $type = _ref2.$type;
12202
+ return $selectedOptionColor || $type === 'remove' ? colorVariables$1$1$1$1$1["default"].error : colorVariables$1$1$1$1$1.brand.primary;
12203
+ });
12204
+ var RemoveIcon$1$1$1$1$1$1 = styled.div(_templateObject3$5$1$1$1$1$1 || (_templateObject3$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 14px;\n height: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border-radius: 50%;\n box-sizing: border-box;\n background: ", ";\n"])), function (_ref3) {
12205
+ var $removeIconBackground = _ref3.$removeIconBackground,
12206
+ $type = _ref3.$type;
12207
+ return $removeIconBackground || $type === 'remove' ? '#5E5E5E24' : colorVariables$1$1$1$1$1.disabled.primary;
12208
+ });
12209
+ var _templateObject$b$1$1$1$1$1, _templateObject2$8$1$1$1$1$1, _templateObject3$6$1$1$1$1$1, _templateObject4$4$1$1$1$1$1, _templateObject5$4$1$1$1$1$1, _templateObject6$4$1$1$1$1$1, _templateObject7$2$1$1$1$1$1, _templateObject8$2$1$1$1$1$1, _templateObject9$2$1$1$1$1$1, _templateObject10$2$1$1$1$1$1;
12210
+ var TitleText$1$1$1$1$1$1 = styled.label(_templateObject$b$1$1$1$1$1 || (_templateObject$b$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: relative;\n width: max-content;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
12211
+ var $titleWeight = _ref.$titleWeight;
12212
+ return $titleWeight || 500;
12213
+ }, function (_ref2) {
12214
+ var $size = _ref2.$size;
12215
+ switch ($size) {
12216
+ case 'small':
12217
+ return "\n font-size: 12px;\n line-height: 12px;\n ";
12218
+ case 'medium':
12219
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
12220
+ case 'large':
12221
+ return "\n font-size: 16px;\n line-height: 16px;\n ";
12222
+ default:
12223
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
12224
+ }
12225
+ }, function (_ref3) {
12226
+ var $titlecolor = _ref3.$titlecolor;
12227
+ switch ($titlecolor) {
12228
+ case 'dark':
12229
+ return colorVariables$1$1$1$1$1.text.dark;
12230
+ case 'medium':
12231
+ return colorVariables$1$1$1$1$1.text.medium;
12232
+ case 'light':
12233
+ return colorVariables$1$1$1$1$1.text.light;
12234
+ case 'white':
12235
+ return colorVariables$1$1$1$1$1.text.white;
12236
+ case 'warning':
12237
+ return colorVariables$1$1$1$1$1["default"].warning;
12238
+ case 'info':
12239
+ return colorVariables$1$1$1$1$1["default"].info;
12240
+ case 'success':
12241
+ return colorVariables$1$1$1$1$1["default"].success;
12242
+ case 'error':
12243
+ return colorVariables$1$1$1$1$1["default"].error;
12244
+ default:
12245
+ return $titlecolor;
12246
+ }
12247
+ });
12248
+ var DropdownContainer$1$1$1$1$1$1 = styled.div(_templateObject2$8$1$1$1$1$1 || (_templateObject2$8$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n max-width: 100%;\n position: relative;\n gap: 8px;\n display: flex;\n"])), function (_ref4) {
12249
+ var $width = _ref4.$width;
12250
+ return $width || '100%';
12251
+ });
12252
+ var DropdownButton$1$1$1$1$1$1 = styled.div(_templateObject3$6$1$1$1$1$1 || (_templateObject3$6$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n border: ", ";\n gap: 6px;\n padding: ", ";\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref5) {
12253
+ var $disabled = _ref5.$disabled;
12254
+ return $disabled ? 'not-allowed' : 'pointer';
12255
+ }, function (_ref6) {
12256
+ var $width = _ref6.$width;
12257
+ return $width ? $width : '100%';
12258
+ }, function (_ref7) {
12259
+ var $selectHeight = _ref7.$selectHeight;
12260
+ return $selectHeight || 'auto';
12261
+ }, function (_ref8) {
12262
+ var $borderRadius = _ref8.$borderRadius;
12263
+ return $borderRadius || '8px';
12264
+ }, function (_ref9) {
12265
+ var $border = _ref9.$border;
12266
+ return $border || "1px solid " + colorVariables$1$1$1$1$1.border.light;
12267
+ }, function (_ref10) {
12268
+ var $size = _ref10.$size;
12269
+ switch ($size) {
12270
+ case 'small':
12271
+ return '9px 12px';
12272
+ case 'large':
12273
+ return '24px 12px';
12274
+ default:
12275
+ return '13px 12px';
12276
+ }
12277
+ }, function (_ref11) {
12278
+ var $background = _ref11.$background,
12279
+ $disabled = _ref11.$disabled;
12280
+ return $disabled ? colorVariables$1$1$1$1$1.border.light : $background || colorVariables$1$1$1$1$1.accent.extraLight;
12281
+ }, function (_ref12) {
12282
+ var $size = _ref12.$size;
12283
+ switch ($size) {
12284
+ case 'small':
12285
+ return '12px';
12286
+ case 'large':
12287
+ return '16px';
12288
+ default:
12289
+ return '14px';
12290
+ }
12291
+ }, function (_ref13) {
12292
+ var $size = _ref13.$size;
12293
+ switch ($size) {
12294
+ case 'small':
12295
+ return '12px';
12296
+ case 'large':
12297
+ return '16px';
12298
+ default:
12299
+ return '14px';
12300
+ }
12301
+ });
12302
+ var Options$1$1$1$1$1 = styled.div(_templateObject4$4$1$1$1$1$1 || (_templateObject4$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n padding: 5px 10px;\n width: 100%;\n font-size: ", ";\n font-weight: ", ";\n background-color: ", ";\n\n \n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n\n }\n\n"])), function (_ref14) {
12303
+ var $optionColor = _ref14.$optionColor,
12304
+ $optionSelected = _ref14.$optionSelected;
12305
+ return $optionSelected ? colorVariables$1$1$1$1$1.text.white : $optionColor || colorVariables$1$1$1$1$1.text.medium;
12306
+ }, function (_ref15) {
12307
+ var $optionFontSize = _ref15.$optionFontSize;
12308
+ return $optionFontSize || '14px';
12309
+ }, function (_ref16) {
12310
+ var $optionFontWeight = _ref16.$optionFontWeight;
12311
+ return $optionFontWeight || 400;
12312
+ }, function (_ref17) {
12313
+ var $optionBackgroundColor = _ref17.$optionBackgroundColor,
12314
+ $optionSelected = _ref17.$optionSelected;
12315
+ return $optionSelected ? colorVariables$1$1$1$1$1["default"].primary : $optionBackgroundColor || colorVariables$1$1$1$1$1["default"].tertiary;
12316
+ }, colorVariables$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1.text.white);
12317
+ var LabelText$1$1$1$1$1$1 = styled.div(_templateObject5$4$1$1$1$1$1 || (_templateObject5$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-size: ", ";\n line-height: ", ";\n font-style: ", ";\n color: ", ";\n"])), function (_ref18) {
12318
+ var $size = _ref18.$size;
12319
+ switch ($size) {
12320
+ case 'small':
12321
+ return '14px';
12322
+ case 'large':
12323
+ return '16px';
12324
+ default:
12325
+ return '14px';
12326
+ }
12327
+ }, function (_ref19) {
12328
+ var $size = _ref19.$size;
12329
+ switch ($size) {
12330
+ case 'small':
12331
+ return '12px';
12332
+ case 'large':
12333
+ return '16px';
12334
+ default:
12335
+ return '14px';
12336
+ }
12337
+ }, function (_ref20) {
12338
+ var $fontStyle = _ref20.$fontStyle;
12339
+ return $fontStyle || '';
12340
+ }, function (_ref21) {
12341
+ var $color = _ref21.$color,
12342
+ $disabled = _ref21.$disabled;
12343
+ return $disabled ? colorVariables$1$1$1$1$1.text.medium : $color || colorVariables$1$1$1$1$1.text.medium;
12344
+ });
12345
+ var NoOptions$1$1$1$1$1 = styled(Span$1$1$1$1$1)(_templateObject6$4$1$1$1$1$1 || (_templateObject6$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 100%;\n padding: 12px;\n font-size: 14px;\n font-weight: 400;\n"])));
12346
+ var DropdownMenu$1$1$1$1$1$1 = styled.div(_templateObject7$2$1$1$1$1$1 || (_templateObject7$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: auto;\n max-height: 170px;\n border: 1px solid ", ";\n border-radius: ", ";\n min-width: 100%;\n width: ", ";\n background: ", ";\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n overflow: hidden; \n position: absolute;\n z-index: 1;\n ", "\n ", "\n \n"])), colorVariables$1$1$1$1$1.border.light, function (_ref22) {
12347
+ var $optionsBorderRadius = _ref22.$optionsBorderRadius;
12348
+ return $optionsBorderRadius || '8px';
12349
+ }, function (_ref23) {
12350
+ var $width = _ref23.$width;
12351
+ return $width ? $width : 'max-content';
12352
+ }, function (_ref24) {
12353
+ var $menuBackground = _ref24.$menuBackground;
12354
+ return $menuBackground || colorVariables$1$1$1$1$1.accent.extraLight;
12355
+ }, function (_ref25) {
12356
+ var $top = _ref25.$top;
12357
+ return $top && "top: " + $top + ";";
12358
+ }, function (_ref26) {
12359
+ var $bottom = _ref26.$bottom;
12360
+ return $bottom && "bottom: " + $bottom + ";";
12361
+ });
12362
+ var OptionsWrapper$1$1$1$1$1 = styled.div(_templateObject8$2$1$1$1$1$1 || (_templateObject8$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n max-height: 150px; \n overflow-y: auto;\n scrollbar-width: thin;\n width: 100%;\n"])));
12363
+ var SearchContainer$1$1$1$1$1$1 = styled.div(_templateObject9$2$1$1$1$1$1 || (_templateObject9$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n background: ", ";\n border: ", ";\n border-bottom: 1px solid ", ";\n border-radius: ", ";\n padding: 10px 12px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n position: sticky;\n top: 0;\n z-index: 10; \n"])), function (_ref27) {
12364
+ var $background = _ref27.$background;
12365
+ return $background || colorVariables$1$1$1$1$1.accent.extraLight;
12366
+ }, function (_ref28) {
12367
+ var $border = _ref28.$border;
12368
+ return $border || 'none';
12369
+ }, colorVariables$1$1$1$1$1.border.light, function (_ref29) {
12370
+ var $borderRadius = _ref29.$borderRadius;
12371
+ return $borderRadius || '8px 8px 0 0';
12372
+ });
12373
+ var SearchBar$1$1$1$1$1$1 = styled.input(_templateObject10$2$1$1$1$1$1 || (_templateObject10$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: transparent;\n color: ", ";\n outline: none;\n \n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), function (_ref30) {
12374
+ var $inputColor = _ref30.$inputColor;
12375
+ return $inputColor || colorVariables$1$1$1$1$1.text.medium;
12376
+ }, function (_ref31) {
12377
+ var $placeholderColor = _ref31.$placeholderColor;
12378
+ return $placeholderColor || colorVariables$1$1$1$1$1.text.light;
12379
+ });
12380
+ var _templateObject$c$1$1$1$1$1, _templateObject2$9$1$1$1$1$1;
12381
+ var ModalOverlay$1$1$1$1$1 = styled.div(_templateObject$c$1$1$1$1$1 || (_templateObject$c$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: flex;\n align-items: center;\n justify-content: center;\n font-family: NotoSans, sans-serif;\n z-index: 9999;\n backdrop-filter: blur(4px);\n"])));
12382
+ var ModalContainer$1$1$1$1$1 = styled.div(_templateObject2$9$1$1$1$1$1 || (_templateObject2$9$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", ";\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n max-height: 100vh;\n max-width: ", ";\n overflow: visible;\n"])), colorVariables$1$1$1$1$1.accent.light, function (_ref) {
12383
+ var $maxWidth = _ref.$maxWidth;
12384
+ return $maxWidth ? $maxWidth : '400px';
12385
+ });
12386
+ var _templateObject$d$1$1$1$1$1, _templateObject2$a$1$1$1$1$1;
12387
+ var SearchContainer$2$1$1$1$1$1 = styled.div(_templateObject$d$1$1$1$1$1 || (_templateObject$d$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n"])), function (_ref) {
12388
+ var $background = _ref.$background;
12389
+ return $background || colorVariables$1$1$1$1$1["default"].tertiary;
12390
+ }, function (_ref2) {
12391
+ var $border = _ref2.$border;
12392
+ return $border || 'none';
12393
+ }, function (_ref3) {
12394
+ var $borderRadius = _ref3.$borderRadius;
12395
+ return $borderRadius || '8px';
12396
+ });
12397
+ var SearchBar$2$1$1$1$1$1 = styled.input(_templateObject2$a$1$1$1$1$1 || (_templateObject2$a$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1$1$1["default"].tertiary, function (_ref4) {
12398
+ var $inputColor = _ref4.$inputColor;
12399
+ return $inputColor || colorVariables$1$1$1$1$1.text.medium;
12400
+ }, function (_ref5) {
12401
+ var $placeholderColor = _ref5.$placeholderColor;
12402
+ return $placeholderColor || colorVariables$1$1$1$1$1.text.light;
12403
+ });
12404
+ var _templateObject$e, _templateObject2$b, _templateObject3$7$1$1$1$1$1, _templateObject4$5$1$1$1$1$1, _templateObject5$5$1$1$1$1$1;
12405
+ var Label = styled.label(_templateObject$e || (_templateObject$e = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
12406
+ var $fontWeight = _ref.$fontWeight;
12407
+ return $fontWeight != null ? $fontWeight : '500';
12408
+ }, function (_ref2) {
12409
+ var $size = _ref2.$size;
12410
+ switch ($size) {
12411
+ case 'small':
12412
+ return "\n font-size: 12px;\n line-height: 12px;\n ";
12413
+ case 'medium':
12414
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
12415
+ case 'large':
12416
+ return "\n font-size: 16px;\n line-height: 16px;\n ";
12417
+ default:
12418
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
12419
+ }
12420
+ }, function (_ref3) {
12421
+ var $titlecolor = _ref3.$titlecolor;
12422
+ switch ($titlecolor) {
12423
+ case 'dark':
12424
+ return colorVariables$1$1$1$1$1.text.dark;
12425
+ case 'medium':
12426
+ return colorVariables$1$1$1$1$1.text.medium;
12427
+ case 'light':
12428
+ return colorVariables$1$1$1$1$1.text.light;
12429
+ case 'white':
12430
+ return colorVariables$1$1$1$1$1.text.white;
12431
+ case 'warning':
12432
+ return colorVariables$1$1$1$1$1["default"].warning;
12433
+ case 'info':
12434
+ return colorVariables$1$1$1$1$1["default"].info;
12435
+ case 'success':
12436
+ return colorVariables$1$1$1$1$1["default"].success;
12437
+ case 'error':
12438
+ return colorVariables$1$1$1$1$1["default"].error;
12439
+ default:
12440
+ return $titlecolor;
12441
+ }
12442
+ });
12443
+ var Input = styled.input(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1$1$1.border.light, function (_ref4) {
12444
+ var $disabled = _ref4.$disabled;
12445
+ return $disabled ? 'not-allowed' : 'auto';
12446
+ }, function (_ref5) {
12447
+ var $disabled = _ref5.$disabled,
12448
+ $background = _ref5.$background;
12449
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : $background;
12450
+ }, function (_ref6) {
12451
+ var $color = _ref6.$color;
12452
+ return $color;
12453
+ }, function (_ref7) {
12454
+ var $disabled = _ref7.$disabled;
12455
+ return $disabled ? 'none' : 'auto';
12456
+ }, function (_ref8) {
12457
+ var $size = _ref8.$size,
12458
+ $type = _ref8.$type;
12459
+ switch ($size) {
12460
+ case 'small':
12461
+ return "\n font-size: 12px;\n padding: " + ($type === 'password' ? '5px 38px 5px 10px' : '5px 10px') + ";\n ";
12462
+ case 'medium':
12463
+ return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '9.5px 38px 9.5px 12px' : '9.5px 12px') + ";\n ";
12464
+ case 'large':
12465
+ return "\n font-size: 16px;\n padding: " + ($type === 'password' ? '9px 38px 9px 14px' : '9px 14px') + ";\n ";
12466
+ default:
12467
+ return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '7px 38px 7px 12px' : '7px 12px') + ";\n ";
12468
+ }
12469
+ }, function (_ref9) {
12470
+ var $color = _ref9.$color;
12471
+ switch ($color) {
12472
+ case 'dark':
12473
+ return colorVariables$1$1$1$1$1.text.dark;
12474
+ case 'medium':
12475
+ return colorVariables$1$1$1$1$1.text.medium;
12476
+ case 'light':
12477
+ return colorVariables$1$1$1$1$1.text.light;
12478
+ case 'white':
12479
+ return colorVariables$1$1$1$1$1.text.white;
12480
+ case 'warning':
12481
+ return colorVariables$1$1$1$1$1["default"].warning;
12482
+ case 'info':
12483
+ return colorVariables$1$1$1$1$1["default"].info;
12484
+ case 'success':
12485
+ return colorVariables$1$1$1$1$1["default"].success;
12486
+ case 'error':
12487
+ return colorVariables$1$1$1$1$1["default"].error;
12488
+ default:
12489
+ return $color;
12490
+ }
12491
+ }, colorVariables$1$1$1$1$1.text.light);
12492
+ var InputWrapper$1$1$1$1$1$1 = styled.div(_templateObject3$7$1$1$1$1$1 || (_templateObject3$7$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
12493
+ var IconWrapper$1$1$1$1$1$1 = styled.div(_templateObject4$5$1$1$1$1$1 || (_templateObject4$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
12494
+ var $disabled = _ref10.$disabled;
12495
+ return $disabled ? 'not-allowed' : 'pointer';
12496
+ });
12497
+ var Asterisk$1$1$1$1$1$1 = styled.span(_templateObject5$5$1$1$1$1$1 || (_templateObject5$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1$1["default"].error);
12498
+ var _templateObject$f, _templateObject2$c, _templateObject3$8;
12499
+ var Container$3$1$1$1$1$1 = styled.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
12500
+ var $padding = _ref.$padding;
12501
+ return $padding;
12502
+ });
12503
+ var Label$1 = styled.label(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
12504
+ var $fontWeight = _ref2.$fontWeight;
12505
+ return $fontWeight != null ? $fontWeight : '500';
12506
+ }, function (_ref3) {
12507
+ var $size = _ref3.$size;
12508
+ switch ($size) {
12509
+ case 'small':
12510
+ return 'font-size: 12px; line-height: 12px;';
12511
+ case 'medium':
12512
+ return 'font-size: 14px; line-height: 14px;';
12513
+ case 'large':
12514
+ return 'font-size: 16px; line-height: 16px;';
12515
+ default:
12516
+ return 'font-size: 14px; line-height: 14px;';
12517
+ }
12518
+ }, function (_ref4) {
12519
+ var $titlecolor = _ref4.$titlecolor;
12520
+ return $titlecolor || colorVariables$1$1$1$1$1.text.dark;
12521
+ });
12522
+ var TextAreaComponent = styled.textarea(_templateObject3$8 || (_templateObject3$8 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1$1$1.border.light, function (_ref5) {
12523
+ var $disabled = _ref5.$disabled;
12524
+ return $disabled ? 'not-allowed' : 'auto';
12525
+ }, function (_ref6) {
12526
+ var $disabled = _ref6.$disabled,
12527
+ $background = _ref6.$background;
12528
+ return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : $background;
12529
+ }, function (_ref7) {
12530
+ var $color = _ref7.$color;
12531
+ return $color;
12532
+ }, function (_ref8) {
12533
+ var $size = _ref8.$size;
12534
+ switch ($size) {
12535
+ case 'small':
12536
+ return 'font-size: 12px; padding: 5px 10px;';
12537
+ case 'medium':
12538
+ return 'font-size: 14px; padding: 9px 12px;';
12539
+ case 'large':
12540
+ return 'font-size: 16px; padding: 9px 14px;';
12541
+ default:
12542
+ return 'font-size: 14px; padding: 7px 12px;';
12543
+ }
12544
+ }, function (_ref9) {
12545
+ var $color = _ref9.$color;
12546
+ return $color || colorVariables$1$1$1$1$1.text.dark;
12547
+ }, colorVariables$1$1$1$1$1.text.light);
12548
+ var _templateObject$g, _templateObject2$d, _templateObject3$9, _templateObject4$6, _templateObject5$6, _templateObject6$5$1$1$1$1$1, _templateObject7$3$1$1$1$1$1;
12549
+ var OptionContainer$1$1$1$1$1$1 = styled.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1$1$1$1.text.white);
12550
+ var OptionItem$1$1$1$1$1$1 = styled.div(_templateObject2$d || (_templateObject2$d = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
12551
+ var $optionSelected = _ref.$optionSelected;
12552
+ return $optionSelected ? colorVariables$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1.text.medium;
12553
+ }, function (_ref2) {
12554
+ var $optionSelected = _ref2.$optionSelected;
12555
+ return $optionSelected ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1.text.white;
12556
+ }, colorVariables$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1.text.white);
12557
+ var TotalOptionsHeader = styled.div(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1$1$1.text.white, colorVariables$1$1$1$1$1.text.light, colorVariables$1$1$1$1$1.text.light);
12558
+ var OptionLabel$1$1$1$1$1$1 = styled.label(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
12559
+ var SearchContainer$3 = styled.div(_templateObject5$6 || (_templateObject5$6 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
12560
+ var $background = _ref3.$background;
12561
+ switch ($background) {
12562
+ case 'dark':
12563
+ return colorVariables$1$1$1$1$1.text.dark;
12564
+ case 'medium':
12565
+ return colorVariables$1$1$1$1$1.text.medium;
12566
+ case 'light':
12567
+ return colorVariables$1$1$1$1$1.text.light;
12568
+ case 'white':
12569
+ return colorVariables$1$1$1$1$1.text.white;
12570
+ case 'warning':
12571
+ return colorVariables$1$1$1$1$1["default"].warning;
12572
+ case 'info':
12573
+ return colorVariables$1$1$1$1$1["default"].info;
12574
+ case 'success':
12575
+ return colorVariables$1$1$1$1$1["default"].success;
12576
+ case 'error':
12577
+ return colorVariables$1$1$1$1$1["default"].error;
12578
+ default:
12579
+ return $background;
12580
+ }
12581
+ }, function (_ref4) {
12582
+ var $borderBottom = _ref4.$borderBottom;
12583
+ return $borderBottom || 'none';
12584
+ }, function (_ref5) {
12585
+ var $borderRadius = _ref5.$borderRadius;
12586
+ return $borderRadius || '8px';
12587
+ });
12588
+ var SearchBar$3 = styled.input(_templateObject6$5$1$1$1$1$1 || (_templateObject6$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1$1$1["default"].tertiary, function (_ref6) {
12589
+ var $inputColor = _ref6.$inputColor;
12590
+ switch ($inputColor) {
12591
+ case 'dark':
12592
+ return colorVariables$1$1$1$1$1.text.dark;
12593
+ case 'medium':
12594
+ return colorVariables$1$1$1$1$1.text.medium;
12595
+ case 'light':
12596
+ return colorVariables$1$1$1$1$1.text.light;
12597
+ case 'white':
12598
+ return colorVariables$1$1$1$1$1.text.white;
12599
+ case 'warning':
12600
+ return colorVariables$1$1$1$1$1["default"].warning;
12601
+ case 'info':
12602
+ return colorVariables$1$1$1$1$1["default"].info;
12603
+ case 'success':
12604
+ return colorVariables$1$1$1$1$1["default"].success;
12605
+ case 'error':
12606
+ return colorVariables$1$1$1$1$1["default"].error;
12607
+ default:
12608
+ return $inputColor;
12609
+ }
12610
+ }, function (_ref7) {
12611
+ var $placeholderColor = _ref7.$placeholderColor;
12612
+ switch ($placeholderColor) {
12613
+ case 'dark':
12614
+ return colorVariables$1$1$1$1$1.text.dark;
12615
+ case 'medium':
12616
+ return colorVariables$1$1$1$1$1.text.medium;
12617
+ case 'light':
12618
+ return colorVariables$1$1$1$1$1.text.light;
12619
+ case 'white':
12620
+ return colorVariables$1$1$1$1$1.text.white;
12621
+ case 'warning':
12622
+ return colorVariables$1$1$1$1$1["default"].warning;
12623
+ case 'info':
12624
+ return colorVariables$1$1$1$1$1["default"].info;
12625
+ case 'success':
12626
+ return colorVariables$1$1$1$1$1["default"].success;
12627
+ case 'error':
12628
+ return colorVariables$1$1$1$1$1["default"].error;
12629
+ default:
12630
+ return $placeholderColor;
12631
+ }
12632
+ });
12633
+ var OptionsWrapper$1$1$1$1$1$1 = styled.div(_templateObject7$3$1$1$1$1$1 || (_templateObject7$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1$1$1.text.white);
12634
+ var _templateObject$h, _templateObject2$e;
12635
+ var StyledInput$1$1$1$1$1$1 = styled.input(_templateObject$h || (_templateObject$h = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
12636
+ var $checkboxSize = _ref.$checkboxSize;
12637
+ return $checkboxSize + "px";
12638
+ }, function (_ref2) {
12639
+ var $checkboxSize = _ref2.$checkboxSize;
12640
+ return $checkboxSize + "px";
12641
+ }, function (_ref3) {
12642
+ var $checked = _ref3.$checked,
12643
+ $borderSize = _ref3.$borderSize;
12644
+ return $checked ? $borderSize + "px solid " + colorVariables$1$1$1$1$1["default"].primary : $borderSize + "px solid " + colorVariables$1$1$1$1$1.border.extraBold;
12645
+ }, function (_ref4) {
12646
+ var $checked = _ref4.$checked;
12647
+ return $checked ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1.text.white;
12648
+ }, function (_ref5) {
12649
+ var $checkboxSize = _ref5.$checkboxSize;
12650
+ return $checkboxSize / 1.4 + "px";
12651
+ }, function (_ref6) {
12652
+ var $checkboxSize = _ref6.$checkboxSize;
12653
+ return "calc(100% - " + $checkboxSize / 1.4 + "px)";
12654
+ }, function (_ref7) {
12655
+ var $checkboxSize = _ref7.$checkboxSize;
12656
+ return "calc(100% - " + $checkboxSize / 1.8 + "px)";
12657
+ }, function (_ref8) {
12658
+ var $checkboxSize = _ref8.$checkboxSize;
12659
+ return $checkboxSize / 5 + "px";
12660
+ }, function (_ref9) {
12661
+ var $checkboxSize = _ref9.$checkboxSize;
12662
+ return $checkboxSize / 2.4 + "px";
12663
+ }, colorVariables$1$1$1$1$1.text.white);
12664
+ var LabelSpan = styled(Span$1$1$1$1$1)(_templateObject2$e || (_templateObject2$e = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
12665
+ var _templateObject$i, _templateObject2$f, _templateObject3$a, _templateObject4$7;
12666
+ var spin$1$1$1$1$1$1 = keyframes(_templateObject$i || (_templateObject$i = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
12667
+ var getDotPosition = function getDotPosition(index, size) {
12668
+ var angle = index * 360 / 8;
12669
+ var radius = size / 2.5;
12670
+ var x = radius * Math.cos(angle * Math.PI / 180);
12671
+ var y = radius * Math.sin(angle * Math.PI / 180);
12672
+ return "translate(" + x + "px, " + y + "px)";
12673
+ };
12674
+ var SpinnerContainer = styled.div(_templateObject2$f || (_templateObject2$f = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
12675
+ var $size = _ref.$size;
12676
+ return $size;
12677
+ }, function (_ref2) {
12678
+ var $size = _ref2.$size;
12679
+ return $size;
12680
+ });
12681
+ var Dot = styled.div.attrs(function (_ref3) {
12682
+ var $index = _ref3.$index,
12683
+ $size = _ref3.$size;
12684
+ return {
12685
+ style: {
12686
+ transform: getDotPosition($index, $size)
12687
+ }
12688
+ };
12689
+ })(_templateObject3$a || (_templateObject3$a = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
12690
+ var $dotSize = _ref4.$dotSize;
12691
+ return $dotSize;
12692
+ }, function (_ref5) {
12693
+ var $dotSize = _ref5.$dotSize;
12694
+ return $dotSize;
12695
+ }, function (_ref6) {
12696
+ var $color = _ref6.$color;
12697
+ return $color;
12698
+ }, spin$1$1$1$1$1$1, function (_ref7) {
12699
+ var $speed = _ref7.$speed;
12700
+ return $speed;
12701
+ }, function (_ref8) {
12702
+ var $index = _ref8.$index,
12703
+ $speed = _ref8.$speed;
12704
+ return $index * $speed / 8;
12705
+ });
12706
+ var SpinnerWrapper = styled.div(_templateObject4$7 || (_templateObject4$7 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
12707
+ var _templateObject$j, _templateObject2$g;
12708
+ var spin$2 = keyframes(_templateObject$j || (_templateObject$j = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
12709
+ var Spinner$1$1$1$1$1$1 = styled.div(_templateObject2$g || (_templateObject2$g = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
12710
+ var $size = _ref.$size;
12711
+ return $size;
12712
+ }, function (_ref2) {
12713
+ var $size = _ref2.$size;
12714
+ return $size;
12715
+ }, function (_ref3) {
12716
+ var $color = _ref3.$color;
12717
+ return $color;
12718
+ }, spin$2);
12719
+ var _templateObject$k;
12720
+ var PageInput = styled.input(_templateObject$k || (_templateObject$k = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1$1$1$1$1.accent.extraLight, colorVariables$1$1$1$1$1.border.light, colorVariables$1$1$1$1$1.text.dark);
12721
+ var _templateObject$l, _templateObject2$h, _templateObject3$b, _templateObject4$8, _templateObject5$7, _templateObject6$6;
12722
+ var SidebarContainer = styled.div(_templateObject$l || (_templateObject$l = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
12723
+ var $isExpanded = _ref.$isExpanded;
12724
+ return $isExpanded ? '225px' : '68px';
12725
+ }, function (_ref2) {
12726
+ var $background = _ref2.$background;
12727
+ return $background ? $background : colorVariables$1$1$1$1$1.accent.softBlue;
12728
+ });
12729
+ var SidebarItem = styled(NavLink)(_templateObject2$h || (_templateObject2$h = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1$1$1.text.medium, colorVariables$1$1$1$1$1["default"].primary);
12730
+ var ContentWrapper = styled.div(_templateObject3$b || (_templateObject3$b = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
12731
+ var IconWrapper$2 = styled.div(_templateObject4$8 || (_templateObject4$8 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
12732
+ var $selected = _ref3.$selected;
12733
+ return $selected ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1["default"].tertiary;
12734
+ });
12735
+ var Logo = styled.div(_templateObject5$7 || (_templateObject5$7 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
12736
+ var TextContainer = styled.span(_templateObject6$6 || (_templateObject6$6 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
12737
+ var $padding = _ref4.$padding;
12738
+ return $padding;
12739
+ }, function (_ref5) {
12740
+ var $fontSize = _ref5.$fontSize;
12741
+ return $fontSize ? $fontSize : '20px';
12742
+ }, function (_ref6) {
12743
+ var $fontWeight = _ref6.$fontWeight;
12744
+ return $fontWeight ? $fontWeight : '500';
12745
+ }, function (_ref7) {
12746
+ var $color = _ref7.$color;
12747
+ return $color ? $color : colorVariables$1$1$1$1$1["default"].primary;
12748
+ }, function (_ref8) {
12749
+ var $isExpanded = _ref8.$isExpanded;
12750
+ return $isExpanded ? 1 : 0;
12751
+ }, function (_ref9) {
12752
+ var $isExpanded = _ref9.$isExpanded;
12753
+ return $isExpanded ? 'visible' : 'hidden';
12754
+ });
12755
+ var _templateObject$m, _templateObject2$i, _templateObject3$c, _templateObject4$9;
12756
+ var ContainerWrapper = styled.div(_templateObject$m || (_templateObject$m = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
12757
+ return props.$width || 'auto';
12758
+ }, function (_ref) {
12759
+ var $minHeight = _ref.$minHeight;
12760
+ return $minHeight;
12761
+ });
12762
+ var CellContainer = styled.div(_templateObject2$i || (_templateObject2$i = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
12763
+ return props.$align;
12764
+ }, function (props) {
12765
+ return props.$width || 'auto';
12766
+ }, function (props) {
12767
+ return props.$minWidth;
12768
+ }, function (props) {
12769
+ return props.$background || 'inherit';
12770
+ }, function (props) {
12771
+ return props.$padding;
12772
+ });
12773
+ var MainText = styled.div(_templateObject3$c || (_templateObject3$c = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
12774
+ return props.$mtc;
12775
+ }, function (props) {
12776
+ return props.$mtfs;
12777
+ }, function (props) {
12778
+ return props.$mtw;
12779
+ });
12780
+ var SubText = styled.div(_templateObject4$9 || (_templateObject4$9 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
12781
+ return props.$stc;
12782
+ }, function (props) {
12783
+ return props.$stfs;
12784
+ }, function (props) {
12785
+ return props.$stw;
12786
+ });
12787
+ var _templateObject$n;
12788
+ var TableRowContainer = styled$1.div(_templateObject$n || (_templateObject$n = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
12789
+ var _templateObject$o, _templateObject2$j, _templateObject3$d, _templateObject4$a, _templateObject5$8;
12790
+ var TableContainer = styled.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1$1$1$1.brand.light);
12791
+ var TableHeader = styled.div(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
12792
+ return props.$hbcolor || 'transparent';
12793
+ }, function (props) {
12794
+ return props.$tcolor || 'white';
12795
+ });
12796
+ var TableContent = styled.div(_templateObject3$d || (_templateObject3$d = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
12797
+ var TableData = styled.div(_templateObject4$a || (_templateObject4$a = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
12798
+ var Divider = styled.div(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1$1.border.extraLight);
12799
+ var _templateObject$p, _templateObject2$k, _templateObject3$e, _templateObject4$b, _templateObject5$9;
12800
+ var Container$4 = styled.div(_templateObject$p || (_templateObject$p = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
12801
+ var $gap = _ref.$gap;
12802
+ return $gap;
12803
+ }, function (_ref2) {
12804
+ var $border = _ref2.$border;
12805
+ return $border;
12806
+ });
12807
+ var FirstContainer = styled.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1$1$1.border.light, function (_ref3) {
12808
+ var $headerPadding = _ref3.$headerPadding;
12809
+ return $headerPadding ? $headerPadding : '0px';
12810
+ });
12811
+ var TabContainer = styled.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
12812
+ var $disabled = _ref4.$disabled;
12813
+ return $disabled ? 'not-allowed' : 'pointer';
12814
+ }, function (_ref5) {
12815
+ var $disabled = _ref5.$disabled;
12816
+ return $disabled ? '0.6' : '1';
12817
+ }, colorVariables$1$1$1$1$1.text.medium, function (_ref6) {
12818
+ var $headerHeight = _ref6.$headerHeight;
12819
+ return $headerHeight ? $headerHeight : '34px';
12820
+ }, function (_ref7) {
12821
+ var $disabled = _ref7.$disabled;
12822
+ return $disabled ? 'not-allowed' : 'pointer';
12823
+ });
12824
+ var TabItemContainer = styled.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
12825
+ var $headerHeight = _ref8.$headerHeight;
12826
+ return $headerHeight ? $headerHeight : '34px';
12827
+ }, function (props) {
12828
+ return props.$active ? 'block' : 'none';
12829
+ }, colorVariables$1$1$1$1$1["default"].primary);
12830
+ var DetailsFirstContainer = styled.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
12831
+ return props.$active ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1.text.medium;
12832
+ });
12833
+ var colorVariables$1$1$1$1$1$1 = {
12834
+ brand: {
12835
+ primary: 'var(--brand-primary)',
12836
+ secondary: 'var(--brand-secondary)',
12837
+ light: 'var(--brand-light)'
12838
+ },
12839
+ accent: {
12840
+ light: 'var(--accent-light)',
12841
+ extraLight: 'var(--accent-extraLight)',
12842
+ softBlue: 'var(--accent-softBlue)',
12843
+ extraSoftBlue: 'var(--accent-extraSoftBlue)',
12844
+ boldTransparent: 'var(--accent-boldTransparent)',
12845
+ transparent: 'var(--accent-transparent)',
12846
+ lightTransparent: 'var(--accent-lightTransparent)'
12847
+ },
12848
+ "default": {
12849
+ primary: 'var(--default-primary)',
12850
+ secondary: 'var(--default-secondary)',
12851
+ tertiary: 'var(--default-tertiary)',
12852
+ error: 'var(--default-error)',
12853
+ success: 'var(--default-success)',
12854
+ warning: 'var(--default-warning)',
12855
+ info: 'var(--default-info)'
12856
+ },
12857
+ disabled: {
12858
+ primary: 'var(--disabled-primary)',
12859
+ secondary: 'var(--disabled-secondary)',
12860
+ error: 'var(--disabled-error)',
12861
+ success: 'var(--disabled-success)',
12862
+ warning: 'var(--disabled-warning)',
12863
+ info: 'var(--disabled-info)'
12864
+ },
12865
+ hover: {
12866
+ primary: 'var(--hover-primary)',
12867
+ secondary: 'var(--hover-secondary)',
12868
+ tertiary: 'var(--hover-tertiary)',
12869
+ error: 'var(--hover-error)',
12870
+ success: 'var(--hover-success)',
12871
+ warning: 'var(--hover-warning)',
12872
+ info: 'var(--hover-info)'
12873
+ },
12874
+ border: {
12875
+ extraBold: 'var(--border-extraBold)',
12876
+ bold: 'var(--border-bold)',
12877
+ medium: 'var(--border-medium)',
12878
+ light: 'var(--border-light)',
12879
+ extraLight: 'var(--border-extraLight)'
12880
+ },
12881
+ text: {
12882
+ dark: 'var(--text-dark)',
12883
+ medium: 'var(--text-medium)',
12884
+ light: 'var(--text-light)',
12885
+ white: 'var(--text-white)',
12886
+ success: 'var(--text-success)',
12887
+ error: 'var(--text-error)',
12888
+ info: 'var(--text-info)',
12889
+ warning: 'var(--text-warning)'
12890
+ },
12891
+ badge: {
12892
+ lavender: 'var(--badge-lavender)',
12893
+ papayaWhip: 'var(--badge-papayaWhip)',
12894
+ water: 'var(--badge-water)',
12895
+ paleBlue: 'var(--badge-paleBlue)',
12896
+ teaGreen: 'var(--badge-teaGreen)',
12897
+ lightBlue: 'var(--badge-lightBlue)'
12898
+ }
12899
+ };
12900
+ var _templateObject$q, _templateObject2$l;
12901
+ var SearchContainer$4 = styled.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
11466
12902
  var $background = _ref.$background;
11467
- return $background || colorVariables$1$1$1$1["default"].tertiary;
12903
+ return $background || colorVariables$1$1$1$1$1$1["default"].tertiary;
11468
12904
  }, function (_ref2) {
11469
12905
  var $border = _ref2.$border;
11470
- return $border || 'none';
12906
+ return $border || "1px solid " + colorVariables$1$1$1$1$1$1.border.light;
11471
12907
  }, function (_ref3) {
11472
12908
  var $borderRadius = _ref3.$borderRadius;
11473
12909
  return $borderRadius || '8px';
12910
+ }, function (_ref4) {
12911
+ var $disabled = _ref4.$disabled;
12912
+ return $disabled ? 'not-allowed' : 'pointer';
12913
+ }, colorVariables$1$1$1$1$1$1.text.dark);
12914
+ var SearchBar$4 = styled.input(_templateObject2$l || (_templateObject2$l = _taggedTemplateLiteralLoose$1$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1$1$1$1["default"].tertiary, function (_ref5) {
12915
+ var $inputColor = _ref5.$inputColor;
12916
+ return $inputColor || colorVariables$1$1$1$1$1$1.text.medium;
12917
+ }, function (_ref6) {
12918
+ var $placeholderColor = _ref6.$placeholderColor;
12919
+ return $placeholderColor || colorVariables$1$1$1$1$1$1.text.light;
11474
12920
  });
11475
- var SearchBar$2$1$1$1$1 = styled.input(_templateObject2$a$1$1$1$1 || (_templateObject2$a$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1$1["default"].tertiary, function (_ref4) {
11476
- var $inputColor = _ref4.$inputColor;
11477
- return $inputColor || colorVariables$1$1$1$1.text.medium;
11478
- }, function (_ref5) {
11479
- var $placeholderColor = _ref5.$placeholderColor;
11480
- return $placeholderColor || colorVariables$1$1$1$1.text.light;
11481
- });
11482
- var _templateObject$e, _templateObject2$b, _templateObject3$7$1$1$1$1, _templateObject4$5$1$1$1$1, _templateObject5$5$1$1$1$1;
11483
- var Label = styled.label(_templateObject$e || (_templateObject$e = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
12921
+ var _templateObject$r, _templateObject2$m, _templateObject3$f, _templateObject4$c, _templateObject5$a;
12922
+ var Label$2 = styled.label(_templateObject$r || (_templateObject$r = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
11484
12923
  var $fontWeight = _ref.$fontWeight;
11485
12924
  return $fontWeight != null ? $fontWeight : '500';
11486
12925
  }, function (_ref2) {
@@ -11518,7 +12957,7 @@ var Label = styled.label(_templateObject$e || (_templateObject$e = _taggedTempla
11518
12957
  return $titlecolor;
11519
12958
  }
11520
12959
  });
11521
- var Input = styled.input(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1$1.border.light, function (_ref4) {
12960
+ var Input$1 = styled.input(_templateObject2$m || (_templateObject2$m = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1$1.border.light, function (_ref4) {
11522
12961
  var $disabled = _ref4.$disabled;
11523
12962
  return $disabled ? 'not-allowed' : 'auto';
11524
12963
  }, function (_ref5) {
@@ -11567,18 +13006,18 @@ var Input = styled.input(_templateObject2$b || (_templateObject2$b = _taggedTemp
11567
13006
  return $color;
11568
13007
  }
11569
13008
  }, colorVariables$1$1$1$1.text.light);
11570
- var InputWrapper$1$1$1$1$1 = styled.div(_templateObject3$7$1$1$1$1 || (_templateObject3$7$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
11571
- var IconWrapper$1$1$1$1$1 = styled.div(_templateObject4$5$1$1$1$1 || (_templateObject4$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
13009
+ var InputWrapper$2 = styled.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
13010
+ var IconWrapper$3 = styled.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
11572
13011
  var $disabled = _ref10.$disabled;
11573
13012
  return $disabled ? 'not-allowed' : 'pointer';
11574
13013
  });
11575
- var Asterisk$1$1$1$1$1 = styled.span(_templateObject5$5$1$1$1$1 || (_templateObject5$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1["default"].error);
11576
- var _templateObject$f, _templateObject2$c, _templateObject3$8;
11577
- var Container$3$1$1$1$1 = styled.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
13014
+ var Asterisk$2 = styled.span(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1["default"].error);
13015
+ var _templateObject$s, _templateObject2$n, _templateObject3$g;
13016
+ var Container$5 = styled.div(_templateObject$s || (_templateObject$s = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
11578
13017
  var $padding = _ref.$padding;
11579
13018
  return $padding;
11580
13019
  });
11581
- var Label$1 = styled.label(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
13020
+ var Label$3 = styled.label(_templateObject2$n || (_templateObject2$n = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
11582
13021
  var $fontWeight = _ref2.$fontWeight;
11583
13022
  return $fontWeight != null ? $fontWeight : '500';
11584
13023
  }, function (_ref3) {
@@ -11597,7 +13036,7 @@ var Label$1 = styled.label(_templateObject2$c || (_templateObject2$c = _taggedTe
11597
13036
  var $titlecolor = _ref4.$titlecolor;
11598
13037
  return $titlecolor || colorVariables$1$1$1$1.text.dark;
11599
13038
  });
11600
- var TextAreaComponent = styled.textarea(_templateObject3$8 || (_templateObject3$8 = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1$1.border.light, function (_ref5) {
13039
+ var TextAreaComponent$1 = styled.textarea(_templateObject3$g || (_templateObject3$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1$1.border.light, function (_ref5) {
11601
13040
  var $disabled = _ref5.$disabled;
11602
13041
  return $disabled ? 'not-allowed' : 'auto';
11603
13042
  }, function (_ref6) {
@@ -11623,18 +13062,18 @@ var TextAreaComponent = styled.textarea(_templateObject3$8 || (_templateObject3$
11623
13062
  var $color = _ref9.$color;
11624
13063
  return $color || colorVariables$1$1$1$1.text.dark;
11625
13064
  }, colorVariables$1$1$1$1.text.light);
11626
- var _templateObject$g, _templateObject2$d, _templateObject3$9, _templateObject4$6, _templateObject5$6, _templateObject6$5$1$1$1$1, _templateObject7$3$1$1$1$1;
11627
- var OptionContainer$1$1$1$1$1 = styled.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1$1$1.text.white);
11628
- var OptionItem$1$1$1$1$1 = styled.div(_templateObject2$d || (_templateObject2$d = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
13065
+ var _templateObject$t, _templateObject2$o, _templateObject3$h, _templateObject4$d, _templateObject5$b, _templateObject6$7, _templateObject7$4;
13066
+ var OptionContainer$2 = styled.div(_templateObject$t || (_templateObject$t = _taggedTemplateLiteralLoose$1$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1$1$1.text.white);
13067
+ var OptionItem$2 = styled.div(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
11629
13068
  var $optionSelected = _ref.$optionSelected;
11630
13069
  return $optionSelected ? colorVariables$1$1$1$1.text.white : colorVariables$1$1$1$1.text.medium;
11631
13070
  }, function (_ref2) {
11632
13071
  var $optionSelected = _ref2.$optionSelected;
11633
13072
  return $optionSelected ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1.text.white;
11634
13073
  }, colorVariables$1$1$1$1.hover.primary, colorVariables$1$1$1$1.text.white);
11635
- var TotalOptionsHeader = styled.div(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1$1.text.white, colorVariables$1$1$1$1.text.light, colorVariables$1$1$1$1.text.light);
11636
- var OptionLabel$1$1$1$1$1 = styled.label(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
11637
- var SearchContainer$3 = styled.div(_templateObject5$6 || (_templateObject5$6 = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
13074
+ var TotalOptionsHeader$1 = styled.div(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1$1.text.white, colorVariables$1$1$1$1.text.light, colorVariables$1$1$1$1.text.light);
13075
+ var OptionLabel$2 = styled.label(_templateObject4$d || (_templateObject4$d = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
13076
+ var SearchContainer$5 = styled.div(_templateObject5$b || (_templateObject5$b = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
11638
13077
  var $background = _ref3.$background;
11639
13078
  switch ($background) {
11640
13079
  case 'dark':
@@ -11663,7 +13102,7 @@ var SearchContainer$3 = styled.div(_templateObject5$6 || (_templateObject5$6 = _
11663
13102
  var $borderRadius = _ref5.$borderRadius;
11664
13103
  return $borderRadius || '8px';
11665
13104
  });
11666
- var SearchBar$3 = styled.input(_templateObject6$5$1$1$1$1 || (_templateObject6$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1$1["default"].tertiary, function (_ref6) {
13105
+ var SearchBar$5 = styled.input(_templateObject6$7 || (_templateObject6$7 = _taggedTemplateLiteralLoose$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1$1["default"].tertiary, function (_ref6) {
11667
13106
  var $inputColor = _ref6.$inputColor;
11668
13107
  switch ($inputColor) {
11669
13108
  case 'dark':
@@ -11708,9 +13147,9 @@ var SearchBar$3 = styled.input(_templateObject6$5$1$1$1$1 || (_templateObject6$5
11708
13147
  return $placeholderColor;
11709
13148
  }
11710
13149
  });
11711
- var OptionsWrapper$1$1$1$1$1 = styled.div(_templateObject7$3$1$1$1$1 || (_templateObject7$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1$1.text.white);
11712
- var _templateObject$h, _templateObject2$e;
11713
- var StyledInput$1$1$1$1$1 = styled.input(_templateObject$h || (_templateObject$h = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
13150
+ var OptionsWrapper$2 = styled.div(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteralLoose$1$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1$1.text.white);
13151
+ var _templateObject$u, _templateObject2$p;
13152
+ var StyledInput$2 = styled.input(_templateObject$u || (_templateObject$u = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
11714
13153
  var $checkboxSize = _ref.$checkboxSize;
11715
13154
  return $checkboxSize + "px";
11716
13155
  }, function (_ref2) {
@@ -11739,32 +13178,32 @@ var StyledInput$1$1$1$1$1 = styled.input(_templateObject$h || (_templateObject$h
11739
13178
  var $checkboxSize = _ref9.$checkboxSize;
11740
13179
  return $checkboxSize / 2.4 + "px";
11741
13180
  }, colorVariables$1$1$1$1.text.white);
11742
- var LabelSpan = styled(Span$1$1$1$1)(_templateObject2$e || (_templateObject2$e = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
11743
- var _templateObject$i, _templateObject2$f, _templateObject3$a, _templateObject4$7;
11744
- var spin$1$1$1$1$1 = keyframes(_templateObject$i || (_templateObject$i = _taggedTemplateLiteralLoose$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
11745
- var getDotPosition = function getDotPosition(index, size) {
13181
+ var LabelSpan$1 = styled(Span$1$1$1$1)(_templateObject2$p || (_templateObject2$p = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
13182
+ var _templateObject$v, _templateObject2$q, _templateObject3$i, _templateObject4$e;
13183
+ var spin$3 = keyframes(_templateObject$v || (_templateObject$v = _taggedTemplateLiteralLoose$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
13184
+ var getDotPosition$1 = function getDotPosition(index, size) {
11746
13185
  var angle = index * 360 / 8;
11747
13186
  var radius = size / 2.5;
11748
13187
  var x = radius * Math.cos(angle * Math.PI / 180);
11749
13188
  var y = radius * Math.sin(angle * Math.PI / 180);
11750
13189
  return "translate(" + x + "px, " + y + "px)";
11751
13190
  };
11752
- var SpinnerContainer = styled.div(_templateObject2$f || (_templateObject2$f = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
13191
+ var SpinnerContainer$1 = styled.div(_templateObject2$q || (_templateObject2$q = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
11753
13192
  var $size = _ref.$size;
11754
13193
  return $size;
11755
13194
  }, function (_ref2) {
11756
13195
  var $size = _ref2.$size;
11757
13196
  return $size;
11758
13197
  });
11759
- var Dot = styled.div.attrs(function (_ref3) {
13198
+ var Dot$1 = styled.div.attrs(function (_ref3) {
11760
13199
  var $index = _ref3.$index,
11761
13200
  $size = _ref3.$size;
11762
13201
  return {
11763
13202
  style: {
11764
- transform: getDotPosition($index, $size)
13203
+ transform: getDotPosition$1($index, $size)
11765
13204
  }
11766
13205
  };
11767
- })(_templateObject3$a || (_templateObject3$a = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
13206
+ })(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
11768
13207
  var $dotSize = _ref4.$dotSize;
11769
13208
  return $dotSize;
11770
13209
  }, function (_ref5) {
@@ -11773,7 +13212,7 @@ var Dot = styled.div.attrs(function (_ref3) {
11773
13212
  }, function (_ref6) {
11774
13213
  var $color = _ref6.$color;
11775
13214
  return $color;
11776
- }, spin$1$1$1$1$1, function (_ref7) {
13215
+ }, spin$3, function (_ref7) {
11777
13216
  var $speed = _ref7.$speed;
11778
13217
  return $speed;
11779
13218
  }, function (_ref8) {
@@ -11781,10 +13220,10 @@ var Dot = styled.div.attrs(function (_ref3) {
11781
13220
  $speed = _ref8.$speed;
11782
13221
  return $index * $speed / 8;
11783
13222
  });
11784
- var SpinnerWrapper = styled.div(_templateObject4$7 || (_templateObject4$7 = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
11785
- var _templateObject$j, _templateObject2$g;
11786
- var spin$2 = keyframes(_templateObject$j || (_templateObject$j = _taggedTemplateLiteralLoose$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
11787
- var Spinner$1$1$1$1$1 = styled.div(_templateObject2$g || (_templateObject2$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
13223
+ var SpinnerWrapper$1 = styled.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
13224
+ var _templateObject$w, _templateObject2$r;
13225
+ var spin$4 = keyframes(_templateObject$w || (_templateObject$w = _taggedTemplateLiteralLoose$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
13226
+ var Spinner$2 = styled.div(_templateObject2$r || (_templateObject2$r = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
11788
13227
  var $size = _ref.$size;
11789
13228
  return $size;
11790
13229
  }, function (_ref2) {
@@ -11793,25 +13232,25 @@ var Spinner$1$1$1$1$1 = styled.div(_templateObject2$g || (_templateObject2$g = _
11793
13232
  }, function (_ref3) {
11794
13233
  var $color = _ref3.$color;
11795
13234
  return $color;
11796
- }, spin$2);
11797
- var _templateObject$k;
11798
- var PageInput = styled.input(_templateObject$k || (_templateObject$k = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1$1$1$1.accent.extraLight, colorVariables$1$1$1$1.border.light, colorVariables$1$1$1$1.text.dark);
11799
- var _templateObject$l, _templateObject2$h, _templateObject3$b, _templateObject4$8, _templateObject5$7, _templateObject6$6;
11800
- var SidebarContainer = styled.div(_templateObject$l || (_templateObject$l = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
13235
+ }, spin$4);
13236
+ var _templateObject$x;
13237
+ var PageInput$1 = styled.input(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1$1$1$1.accent.extraLight, colorVariables$1$1$1$1.border.light, colorVariables$1$1$1$1.text.dark);
13238
+ var _templateObject$y, _templateObject2$s, _templateObject3$j, _templateObject4$f, _templateObject5$c, _templateObject6$8;
13239
+ var SidebarContainer$1 = styled.div(_templateObject$y || (_templateObject$y = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
11801
13240
  var $isExpanded = _ref.$isExpanded;
11802
13241
  return $isExpanded ? '225px' : '68px';
11803
13242
  }, function (_ref2) {
11804
13243
  var $background = _ref2.$background;
11805
13244
  return $background ? $background : colorVariables$1$1$1$1.accent.softBlue;
11806
13245
  });
11807
- var SidebarItem = styled(NavLink)(_templateObject2$h || (_templateObject2$h = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1$1.text.medium, colorVariables$1$1$1$1["default"].primary);
11808
- var ContentWrapper = styled.div(_templateObject3$b || (_templateObject3$b = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
11809
- var IconWrapper$2 = styled.div(_templateObject4$8 || (_templateObject4$8 = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
13246
+ var SidebarItem$1 = styled(NavLink)(_templateObject2$s || (_templateObject2$s = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1$1.text.medium, colorVariables$1$1$1$1["default"].primary);
13247
+ var ContentWrapper$1 = styled.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
13248
+ var IconWrapper$4 = styled.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
11810
13249
  var $selected = _ref3.$selected;
11811
13250
  return $selected ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1["default"].tertiary;
11812
13251
  });
11813
- var Logo = styled.div(_templateObject5$7 || (_templateObject5$7 = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
11814
- var TextContainer = styled.span(_templateObject6$6 || (_templateObject6$6 = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
13252
+ var Logo$1 = styled.div(_templateObject5$c || (_templateObject5$c = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
13253
+ var TextContainer$1 = styled.span(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
11815
13254
  var $padding = _ref4.$padding;
11816
13255
  return $padding;
11817
13256
  }, function (_ref5) {
@@ -11830,14 +13269,14 @@ var TextContainer = styled.span(_templateObject6$6 || (_templateObject6$6 = _tag
11830
13269
  var $isExpanded = _ref9.$isExpanded;
11831
13270
  return $isExpanded ? 'visible' : 'hidden';
11832
13271
  });
11833
- var _templateObject$m, _templateObject2$i, _templateObject3$c, _templateObject4$9;
11834
- var ContainerWrapper = styled.div(_templateObject$m || (_templateObject$m = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
13272
+ var _templateObject$z, _templateObject2$t, _templateObject3$k, _templateObject4$g;
13273
+ var ContainerWrapper$1 = styled.div(_templateObject$z || (_templateObject$z = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
11835
13274
  return props.$width || 'auto';
11836
13275
  }, function (_ref) {
11837
13276
  var $minHeight = _ref.$minHeight;
11838
13277
  return $minHeight;
11839
13278
  });
11840
- var CellContainer = styled.div(_templateObject2$i || (_templateObject2$i = _taggedTemplateLiteralLoose$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
13279
+ var CellContainer$1 = styled.div(_templateObject2$t || (_templateObject2$t = _taggedTemplateLiteralLoose$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
11841
13280
  return props.$align;
11842
13281
  }, function (props) {
11843
13282
  return props.$width || 'auto';
@@ -11848,45 +13287,45 @@ var CellContainer = styled.div(_templateObject2$i || (_templateObject2$i = _tagg
11848
13287
  }, function (props) {
11849
13288
  return props.$padding;
11850
13289
  });
11851
- var MainText = styled.div(_templateObject3$c || (_templateObject3$c = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
13290
+ var MainText$1 = styled.div(_templateObject3$k || (_templateObject3$k = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
11852
13291
  return props.$mtc;
11853
13292
  }, function (props) {
11854
13293
  return props.$mtfs;
11855
13294
  }, function (props) {
11856
13295
  return props.$mtw;
11857
13296
  });
11858
- var SubText = styled.div(_templateObject4$9 || (_templateObject4$9 = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
13297
+ var SubText$1 = styled.div(_templateObject4$g || (_templateObject4$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
11859
13298
  return props.$stc;
11860
13299
  }, function (props) {
11861
13300
  return props.$stfs;
11862
13301
  }, function (props) {
11863
13302
  return props.$stw;
11864
13303
  });
11865
- var _templateObject$n;
11866
- var TableRowContainer = styled$1.div(_templateObject$n || (_templateObject$n = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
11867
- var _templateObject$o, _templateObject2$j, _templateObject3$d, _templateObject4$a, _templateObject5$8;
11868
- var TableContainer = styled.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1$1$1.brand.light);
11869
- var TableHeader = styled.div(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
13304
+ var _templateObject$A;
13305
+ var TableRowContainer$1 = styled$1.div(_templateObject$A || (_templateObject$A = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
13306
+ var _templateObject$B, _templateObject2$u, _templateObject3$l, _templateObject4$h, _templateObject5$d;
13307
+ var TableContainer$1 = styled.div(_templateObject$B || (_templateObject$B = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1$1$1.brand.light);
13308
+ var TableHeader$1 = styled.div(_templateObject2$u || (_templateObject2$u = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
11870
13309
  return props.$hbcolor || 'transparent';
11871
13310
  }, function (props) {
11872
13311
  return props.$tcolor || 'white';
11873
13312
  });
11874
- var TableContent = styled.div(_templateObject3$d || (_templateObject3$d = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
11875
- var TableData = styled.div(_templateObject4$a || (_templateObject4$a = _taggedTemplateLiteralLoose$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
11876
- var Divider = styled.div(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1.border.extraLight);
11877
- var _templateObject$p, _templateObject2$k, _templateObject3$e, _templateObject4$b, _templateObject5$9;
11878
- var Container$4 = styled.div(_templateObject$p || (_templateObject$p = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
13313
+ var TableContent$1 = styled.div(_templateObject3$l || (_templateObject3$l = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
13314
+ var TableData$1 = styled.div(_templateObject4$h || (_templateObject4$h = _taggedTemplateLiteralLoose$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
13315
+ var Divider$1 = styled.div(_templateObject5$d || (_templateObject5$d = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1.border.extraLight);
13316
+ var _templateObject$C, _templateObject2$v, _templateObject3$m, _templateObject4$i, _templateObject5$e;
13317
+ var Container$6 = styled.div(_templateObject$C || (_templateObject$C = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
11879
13318
  var $gap = _ref.$gap;
11880
13319
  return $gap;
11881
13320
  }, function (_ref2) {
11882
13321
  var $border = _ref2.$border;
11883
13322
  return $border;
11884
13323
  });
11885
- var FirstContainer = styled.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1$1.border.light, function (_ref3) {
13324
+ var FirstContainer$1 = styled.div(_templateObject2$v || (_templateObject2$v = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1$1.border.light, function (_ref3) {
11886
13325
  var $headerPadding = _ref3.$headerPadding;
11887
13326
  return $headerPadding ? $headerPadding : '0px';
11888
13327
  });
11889
- var TabContainer = styled.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
13328
+ var TabContainer$1 = styled.div(_templateObject3$m || (_templateObject3$m = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
11890
13329
  var $disabled = _ref4.$disabled;
11891
13330
  return $disabled ? 'not-allowed' : 'pointer';
11892
13331
  }, function (_ref5) {
@@ -11899,16 +13338,16 @@ var TabContainer = styled.div(_templateObject3$e || (_templateObject3$e = _tagge
11899
13338
  var $disabled = _ref7.$disabled;
11900
13339
  return $disabled ? 'not-allowed' : 'pointer';
11901
13340
  });
11902
- var TabItemContainer = styled.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
13341
+ var TabItemContainer$1 = styled.div(_templateObject4$i || (_templateObject4$i = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
11903
13342
  var $headerHeight = _ref8.$headerHeight;
11904
13343
  return $headerHeight ? $headerHeight : '34px';
11905
13344
  }, function (props) {
11906
13345
  return props.$active ? 'block' : 'none';
11907
13346
  }, colorVariables$1$1$1$1["default"].primary);
11908
- var DetailsFirstContainer = styled.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
13347
+ var DetailsFirstContainer$1 = styled.div(_templateObject5$e || (_templateObject5$e = _taggedTemplateLiteralLoose$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
11909
13348
  return props.$active ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1.text.medium;
11910
13349
  });
11911
- var colorVariables$1$1$1$1$1 = {
13350
+ var colorVariables$2 = {
11912
13351
  brand: {
11913
13352
  primary: 'var(--brand-primary)',
11914
13353
  secondary: 'var(--brand-secondary)',
@@ -11975,29 +13414,29 @@ var colorVariables$1$1$1$1$1 = {
11975
13414
  lightBlue: 'var(--badge-lightBlue)'
11976
13415
  }
11977
13416
  };
11978
- var _templateObject$q, _templateObject2$l;
11979
- var SearchContainer$4 = styled.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
13417
+ var _templateObject$D, _templateObject2$w;
13418
+ var SearchContainer$6 = styled.div(_templateObject$D || (_templateObject$D = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
11980
13419
  var $background = _ref.$background;
11981
- return $background || colorVariables$1$1$1$1$1["default"].tertiary;
13420
+ return $background || colorVariables$2["default"].tertiary;
11982
13421
  }, function (_ref2) {
11983
13422
  var $border = _ref2.$border;
11984
- return $border || "1px solid " + colorVariables$1$1$1$1$1.border.light;
13423
+ return $border || "1px solid " + colorVariables$2.border.light;
11985
13424
  }, function (_ref3) {
11986
13425
  var $borderRadius = _ref3.$borderRadius;
11987
13426
  return $borderRadius || '8px';
11988
13427
  }, function (_ref4) {
11989
13428
  var $disabled = _ref4.$disabled;
11990
13429
  return $disabled ? 'not-allowed' : 'pointer';
11991
- }, colorVariables$1$1$1$1$1.text.dark);
11992
- var SearchBar$4 = styled.input(_templateObject2$l || (_templateObject2$l = _taggedTemplateLiteralLoose$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1$1$1["default"].tertiary, function (_ref5) {
13430
+ }, colorVariables$2.text.dark);
13431
+ var SearchBar$6 = styled.input(_templateObject2$w || (_templateObject2$w = _taggedTemplateLiteralLoose$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$2["default"].tertiary, function (_ref5) {
11993
13432
  var $inputColor = _ref5.$inputColor;
11994
- return $inputColor || colorVariables$1$1$1$1$1.text.medium;
13433
+ return $inputColor || colorVariables$2.text.medium;
11995
13434
  }, function (_ref6) {
11996
13435
  var $placeholderColor = _ref6.$placeholderColor;
11997
- return $placeholderColor || colorVariables$1$1$1$1$1.text.light;
13436
+ return $placeholderColor || colorVariables$2.text.light;
11998
13437
  });
11999
- var _templateObject$r, _templateObject2$m, _templateObject3$f, _templateObject4$c, _templateObject5$a;
12000
- var Label$2 = styled.label(_templateObject$r || (_templateObject$r = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
13438
+ var _templateObject$E, _templateObject2$x, _templateObject3$n, _templateObject4$j, _templateObject5$f;
13439
+ var Label$4 = styled.label(_templateObject$E || (_templateObject$E = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
12001
13440
  var $fontWeight = _ref.$fontWeight;
12002
13441
  return $fontWeight != null ? $fontWeight : '500';
12003
13442
  }, function (_ref2) {
@@ -12035,7 +13474,7 @@ var Label$2 = styled.label(_templateObject$r || (_templateObject$r = _taggedTemp
12035
13474
  return $titlecolor;
12036
13475
  }
12037
13476
  });
12038
- var Input$1 = styled.input(_templateObject2$m || (_templateObject2$m = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1.border.light, function (_ref4) {
13477
+ var Input$2 = styled.input(_templateObject2$x || (_templateObject2$x = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1.border.light, function (_ref4) {
12039
13478
  var $disabled = _ref4.$disabled;
12040
13479
  return $disabled ? 'not-allowed' : 'auto';
12041
13480
  }, function (_ref5) {
@@ -12084,18 +13523,18 @@ var Input$1 = styled.input(_templateObject2$m || (_templateObject2$m = _taggedTe
12084
13523
  return $color;
12085
13524
  }
12086
13525
  }, colorVariables$1$1$1.text.light);
12087
- var InputWrapper$2 = styled.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
12088
- var IconWrapper$3 = styled.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
13526
+ var InputWrapper$3 = styled.div(_templateObject3$n || (_templateObject3$n = _taggedTemplateLiteralLoose$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
13527
+ var IconWrapper$5 = styled.div(_templateObject4$j || (_templateObject4$j = _taggedTemplateLiteralLoose$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
12089
13528
  var $disabled = _ref10.$disabled;
12090
13529
  return $disabled ? 'not-allowed' : 'pointer';
12091
13530
  });
12092
- var Asterisk$2 = styled.span(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1["default"].error);
12093
- var _templateObject$s, _templateObject2$n, _templateObject3$g;
12094
- var Container$5 = styled.div(_templateObject$s || (_templateObject$s = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
13531
+ var Asterisk$3 = styled.span(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1["default"].error);
13532
+ var _templateObject$F, _templateObject2$y, _templateObject3$o;
13533
+ var Container$7 = styled.div(_templateObject$F || (_templateObject$F = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
12095
13534
  var $padding = _ref.$padding;
12096
13535
  return $padding;
12097
13536
  });
12098
- var Label$3 = styled.label(_templateObject2$n || (_templateObject2$n = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
13537
+ var Label$5 = styled.label(_templateObject2$y || (_templateObject2$y = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
12099
13538
  var $fontWeight = _ref2.$fontWeight;
12100
13539
  return $fontWeight != null ? $fontWeight : '500';
12101
13540
  }, function (_ref3) {
@@ -12114,7 +13553,7 @@ var Label$3 = styled.label(_templateObject2$n || (_templateObject2$n = _taggedTe
12114
13553
  var $titlecolor = _ref4.$titlecolor;
12115
13554
  return $titlecolor || colorVariables$1$1$1.text.dark;
12116
13555
  });
12117
- var TextAreaComponent$1 = styled.textarea(_templateObject3$g || (_templateObject3$g = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1.border.light, function (_ref5) {
13556
+ var TextAreaComponent$2 = styled.textarea(_templateObject3$o || (_templateObject3$o = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1$1.border.light, function (_ref5) {
12118
13557
  var $disabled = _ref5.$disabled;
12119
13558
  return $disabled ? 'not-allowed' : 'auto';
12120
13559
  }, function (_ref6) {
@@ -12140,18 +13579,18 @@ var TextAreaComponent$1 = styled.textarea(_templateObject3$g || (_templateObject
12140
13579
  var $color = _ref9.$color;
12141
13580
  return $color || colorVariables$1$1$1.text.dark;
12142
13581
  }, colorVariables$1$1$1.text.light);
12143
- var _templateObject$t, _templateObject2$o, _templateObject3$h, _templateObject4$d, _templateObject5$b, _templateObject6$7, _templateObject7$4;
12144
- var OptionContainer$2 = styled.div(_templateObject$t || (_templateObject$t = _taggedTemplateLiteralLoose$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1$1.text.white);
12145
- var OptionItem$2 = styled.div(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
13582
+ var _templateObject$G, _templateObject2$z, _templateObject3$p, _templateObject4$k, _templateObject5$g, _templateObject6$9, _templateObject7$5;
13583
+ var OptionContainer$3 = styled.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1$1.text.white);
13584
+ var OptionItem$3 = styled.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
12146
13585
  var $optionSelected = _ref.$optionSelected;
12147
13586
  return $optionSelected ? colorVariables$1$1$1.text.white : colorVariables$1$1$1.text.medium;
12148
13587
  }, function (_ref2) {
12149
13588
  var $optionSelected = _ref2.$optionSelected;
12150
13589
  return $optionSelected ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1.text.white;
12151
13590
  }, colorVariables$1$1$1.hover.primary, colorVariables$1$1$1.text.white);
12152
- var TotalOptionsHeader$1 = styled.div(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1.text.white, colorVariables$1$1$1.text.light, colorVariables$1$1$1.text.light);
12153
- var OptionLabel$2 = styled.label(_templateObject4$d || (_templateObject4$d = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
12154
- var SearchContainer$5 = styled.div(_templateObject5$b || (_templateObject5$b = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
13591
+ var TotalOptionsHeader$2 = styled.div(_templateObject3$p || (_templateObject3$p = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1.text.white, colorVariables$1$1$1.text.light, colorVariables$1$1$1.text.light);
13592
+ var OptionLabel$3 = styled.label(_templateObject4$k || (_templateObject4$k = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
13593
+ var SearchContainer$7 = styled.div(_templateObject5$g || (_templateObject5$g = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
12155
13594
  var $background = _ref3.$background;
12156
13595
  switch ($background) {
12157
13596
  case 'dark':
@@ -12180,7 +13619,7 @@ var SearchContainer$5 = styled.div(_templateObject5$b || (_templateObject5$b = _
12180
13619
  var $borderRadius = _ref5.$borderRadius;
12181
13620
  return $borderRadius || '8px';
12182
13621
  });
12183
- var SearchBar$5 = styled.input(_templateObject6$7 || (_templateObject6$7 = _taggedTemplateLiteralLoose$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1["default"].tertiary, function (_ref6) {
13622
+ var SearchBar$7 = styled.input(_templateObject6$9 || (_templateObject6$9 = _taggedTemplateLiteralLoose$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1["default"].tertiary, function (_ref6) {
12184
13623
  var $inputColor = _ref6.$inputColor;
12185
13624
  switch ($inputColor) {
12186
13625
  case 'dark':
@@ -12225,9 +13664,9 @@ var SearchBar$5 = styled.input(_templateObject6$7 || (_templateObject6$7 = _tagg
12225
13664
  return $placeholderColor;
12226
13665
  }
12227
13666
  });
12228
- var OptionsWrapper$2 = styled.div(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteralLoose$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1.text.white);
12229
- var _templateObject$u, _templateObject2$p;
12230
- var StyledInput$2 = styled.input(_templateObject$u || (_templateObject$u = _taggedTemplateLiteralLoose$1$1$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
13667
+ var OptionsWrapper$3 = styled.div(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteralLoose$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1.text.white);
13668
+ var _templateObject$H, _templateObject2$A;
13669
+ var StyledInput$3 = styled.input(_templateObject$H || (_templateObject$H = _taggedTemplateLiteralLoose$1$1$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
12231
13670
  var $checkboxSize = _ref.$checkboxSize;
12232
13671
  return $checkboxSize + "px";
12233
13672
  }, function (_ref2) {
@@ -12256,32 +13695,32 @@ var StyledInput$2 = styled.input(_templateObject$u || (_templateObject$u = _tagg
12256
13695
  var $checkboxSize = _ref9.$checkboxSize;
12257
13696
  return $checkboxSize / 2.4 + "px";
12258
13697
  }, colorVariables$1$1$1.text.white);
12259
- var LabelSpan$1 = styled(Span$1$1$1)(_templateObject2$p || (_templateObject2$p = _taggedTemplateLiteralLoose$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
12260
- var _templateObject$v, _templateObject2$q, _templateObject3$i, _templateObject4$e;
12261
- var spin$3 = keyframes(_templateObject$v || (_templateObject$v = _taggedTemplateLiteralLoose$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
12262
- var getDotPosition$1 = function getDotPosition(index, size) {
13698
+ var LabelSpan$2 = styled(Span$1$1$1)(_templateObject2$A || (_templateObject2$A = _taggedTemplateLiteralLoose$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
13699
+ var _templateObject$I, _templateObject2$B, _templateObject3$q, _templateObject4$l;
13700
+ var spin$5 = keyframes(_templateObject$I || (_templateObject$I = _taggedTemplateLiteralLoose$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
13701
+ var getDotPosition$2 = function getDotPosition(index, size) {
12263
13702
  var angle = index * 360 / 8;
12264
13703
  var radius = size / 2.5;
12265
13704
  var x = radius * Math.cos(angle * Math.PI / 180);
12266
13705
  var y = radius * Math.sin(angle * Math.PI / 180);
12267
13706
  return "translate(" + x + "px, " + y + "px)";
12268
13707
  };
12269
- var SpinnerContainer$1 = styled.div(_templateObject2$q || (_templateObject2$q = _taggedTemplateLiteralLoose$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
13708
+ var SpinnerContainer$2 = styled.div(_templateObject2$B || (_templateObject2$B = _taggedTemplateLiteralLoose$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
12270
13709
  var $size = _ref.$size;
12271
13710
  return $size;
12272
13711
  }, function (_ref2) {
12273
13712
  var $size = _ref2.$size;
12274
13713
  return $size;
12275
13714
  });
12276
- var Dot$1 = styled.div.attrs(function (_ref3) {
13715
+ var Dot$2 = styled.div.attrs(function (_ref3) {
12277
13716
  var $index = _ref3.$index,
12278
13717
  $size = _ref3.$size;
12279
13718
  return {
12280
13719
  style: {
12281
- transform: getDotPosition$1($index, $size)
13720
+ transform: getDotPosition$2($index, $size)
12282
13721
  }
12283
13722
  };
12284
- })(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
13723
+ })(_templateObject3$q || (_templateObject3$q = _taggedTemplateLiteralLoose$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
12285
13724
  var $dotSize = _ref4.$dotSize;
12286
13725
  return $dotSize;
12287
13726
  }, function (_ref5) {
@@ -12290,7 +13729,7 @@ var Dot$1 = styled.div.attrs(function (_ref3) {
12290
13729
  }, function (_ref6) {
12291
13730
  var $color = _ref6.$color;
12292
13731
  return $color;
12293
- }, spin$3, function (_ref7) {
13732
+ }, spin$5, function (_ref7) {
12294
13733
  var $speed = _ref7.$speed;
12295
13734
  return $speed;
12296
13735
  }, function (_ref8) {
@@ -12298,10 +13737,10 @@ var Dot$1 = styled.div.attrs(function (_ref3) {
12298
13737
  $speed = _ref8.$speed;
12299
13738
  return $index * $speed / 8;
12300
13739
  });
12301
- var SpinnerWrapper$1 = styled.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
12302
- var _templateObject$w, _templateObject2$r;
12303
- var spin$4 = keyframes(_templateObject$w || (_templateObject$w = _taggedTemplateLiteralLoose$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
12304
- var Spinner$2 = styled.div(_templateObject2$r || (_templateObject2$r = _taggedTemplateLiteralLoose$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
13740
+ var SpinnerWrapper$2 = styled.div(_templateObject4$l || (_templateObject4$l = _taggedTemplateLiteralLoose$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
13741
+ var _templateObject$J, _templateObject2$C;
13742
+ var spin$6 = keyframes(_templateObject$J || (_templateObject$J = _taggedTemplateLiteralLoose$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
13743
+ var Spinner$3 = styled.div(_templateObject2$C || (_templateObject2$C = _taggedTemplateLiteralLoose$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
12305
13744
  var $size = _ref.$size;
12306
13745
  return $size;
12307
13746
  }, function (_ref2) {
@@ -12310,25 +13749,25 @@ var Spinner$2 = styled.div(_templateObject2$r || (_templateObject2$r = _taggedTe
12310
13749
  }, function (_ref3) {
12311
13750
  var $color = _ref3.$color;
12312
13751
  return $color;
12313
- }, spin$4);
12314
- var _templateObject$x;
12315
- var PageInput$1 = styled.input(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1$1$1.accent.extraLight, colorVariables$1$1$1.border.light, colorVariables$1$1$1.text.dark);
12316
- var _templateObject$y, _templateObject2$s, _templateObject3$j, _templateObject4$f, _templateObject5$c, _templateObject6$8;
12317
- var SidebarContainer$1 = styled.div(_templateObject$y || (_templateObject$y = _taggedTemplateLiteralLoose$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
13752
+ }, spin$6);
13753
+ var _templateObject$K;
13754
+ var PageInput$2 = styled.input(_templateObject$K || (_templateObject$K = _taggedTemplateLiteralLoose$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1$1$1.accent.extraLight, colorVariables$1$1$1.border.light, colorVariables$1$1$1.text.dark);
13755
+ var _templateObject$L, _templateObject2$D, _templateObject3$r, _templateObject4$m, _templateObject5$h, _templateObject6$a;
13756
+ var SidebarContainer$2 = styled.div(_templateObject$L || (_templateObject$L = _taggedTemplateLiteralLoose$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
12318
13757
  var $isExpanded = _ref.$isExpanded;
12319
13758
  return $isExpanded ? '225px' : '68px';
12320
13759
  }, function (_ref2) {
12321
13760
  var $background = _ref2.$background;
12322
13761
  return $background ? $background : colorVariables$1$1$1.accent.softBlue;
12323
13762
  });
12324
- var SidebarItem$1 = styled(NavLink)(_templateObject2$s || (_templateObject2$s = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1.text.medium, colorVariables$1$1$1["default"].primary);
12325
- var ContentWrapper$1 = styled.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
12326
- var IconWrapper$4 = styled.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
13763
+ var SidebarItem$2 = styled(NavLink)(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1.text.medium, colorVariables$1$1$1["default"].primary);
13764
+ var ContentWrapper$2 = styled.div(_templateObject3$r || (_templateObject3$r = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
13765
+ var IconWrapper$6 = styled.div(_templateObject4$m || (_templateObject4$m = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
12327
13766
  var $selected = _ref3.$selected;
12328
13767
  return $selected ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1["default"].tertiary;
12329
13768
  });
12330
- var Logo$1 = styled.div(_templateObject5$c || (_templateObject5$c = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
12331
- var TextContainer$1 = styled.span(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
13769
+ var Logo$2 = styled.div(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
13770
+ var TextContainer$2 = styled.span(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
12332
13771
  var $padding = _ref4.$padding;
12333
13772
  return $padding;
12334
13773
  }, function (_ref5) {
@@ -12347,14 +13786,14 @@ var TextContainer$1 = styled.span(_templateObject6$8 || (_templateObject6$8 = _t
12347
13786
  var $isExpanded = _ref9.$isExpanded;
12348
13787
  return $isExpanded ? 'visible' : 'hidden';
12349
13788
  });
12350
- var _templateObject$z, _templateObject2$t, _templateObject3$k, _templateObject4$g;
12351
- var ContainerWrapper$1 = styled.div(_templateObject$z || (_templateObject$z = _taggedTemplateLiteralLoose$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
13789
+ var _templateObject$M, _templateObject2$E, _templateObject3$s, _templateObject4$n;
13790
+ var ContainerWrapper$2 = styled.div(_templateObject$M || (_templateObject$M = _taggedTemplateLiteralLoose$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
12352
13791
  return props.$width || 'auto';
12353
13792
  }, function (_ref) {
12354
13793
  var $minHeight = _ref.$minHeight;
12355
13794
  return $minHeight;
12356
13795
  });
12357
- var CellContainer$1 = styled.div(_templateObject2$t || (_templateObject2$t = _taggedTemplateLiteralLoose$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
13796
+ var CellContainer$2 = styled.div(_templateObject2$E || (_templateObject2$E = _taggedTemplateLiteralLoose$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
12358
13797
  return props.$align;
12359
13798
  }, function (props) {
12360
13799
  return props.$width || 'auto';
@@ -12365,45 +13804,45 @@ var CellContainer$1 = styled.div(_templateObject2$t || (_templateObject2$t = _ta
12365
13804
  }, function (props) {
12366
13805
  return props.$padding;
12367
13806
  });
12368
- var MainText$1 = styled.div(_templateObject3$k || (_templateObject3$k = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
13807
+ var MainText$2 = styled.div(_templateObject3$s || (_templateObject3$s = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
12369
13808
  return props.$mtc;
12370
13809
  }, function (props) {
12371
13810
  return props.$mtfs;
12372
13811
  }, function (props) {
12373
13812
  return props.$mtw;
12374
13813
  });
12375
- var SubText$1 = styled.div(_templateObject4$g || (_templateObject4$g = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
13814
+ var SubText$2 = styled.div(_templateObject4$n || (_templateObject4$n = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
12376
13815
  return props.$stc;
12377
13816
  }, function (props) {
12378
13817
  return props.$stfs;
12379
13818
  }, function (props) {
12380
13819
  return props.$stw;
12381
13820
  });
12382
- var _templateObject$A;
12383
- var TableRowContainer$1 = styled$1.div(_templateObject$A || (_templateObject$A = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
12384
- var _templateObject$B, _templateObject2$u, _templateObject3$l, _templateObject4$h, _templateObject5$d;
12385
- var TableContainer$1 = styled.div(_templateObject$B || (_templateObject$B = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1$1.brand.light);
12386
- var TableHeader$1 = styled.div(_templateObject2$u || (_templateObject2$u = _taggedTemplateLiteralLoose$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
13821
+ var _templateObject$N;
13822
+ var TableRowContainer$2 = styled$1.div(_templateObject$N || (_templateObject$N = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
13823
+ var _templateObject$O, _templateObject2$F, _templateObject3$t, _templateObject4$o, _templateObject5$i;
13824
+ var TableContainer$2 = styled.div(_templateObject$O || (_templateObject$O = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1$1.brand.light);
13825
+ var TableHeader$2 = styled.div(_templateObject2$F || (_templateObject2$F = _taggedTemplateLiteralLoose$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
12387
13826
  return props.$hbcolor || 'transparent';
12388
13827
  }, function (props) {
12389
13828
  return props.$tcolor || 'white';
12390
13829
  });
12391
- var TableContent$1 = styled.div(_templateObject3$l || (_templateObject3$l = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
12392
- var TableData$1 = styled.div(_templateObject4$h || (_templateObject4$h = _taggedTemplateLiteralLoose$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
12393
- var Divider$1 = styled.div(_templateObject5$d || (_templateObject5$d = _taggedTemplateLiteralLoose$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1.border.extraLight);
12394
- var _templateObject$C, _templateObject2$v, _templateObject3$m, _templateObject4$i, _templateObject5$e;
12395
- var Container$6 = styled.div(_templateObject$C || (_templateObject$C = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
13830
+ var TableContent$2 = styled.div(_templateObject3$t || (_templateObject3$t = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
13831
+ var TableData$2 = styled.div(_templateObject4$o || (_templateObject4$o = _taggedTemplateLiteralLoose$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
13832
+ var Divider$2 = styled.div(_templateObject5$i || (_templateObject5$i = _taggedTemplateLiteralLoose$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1.border.extraLight);
13833
+ var _templateObject$P, _templateObject2$G, _templateObject3$u, _templateObject4$p, _templateObject5$j;
13834
+ var Container$8 = styled.div(_templateObject$P || (_templateObject$P = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
12396
13835
  var $gap = _ref.$gap;
12397
13836
  return $gap;
12398
13837
  }, function (_ref2) {
12399
13838
  var $border = _ref2.$border;
12400
13839
  return $border;
12401
13840
  });
12402
- var FirstContainer$1 = styled.div(_templateObject2$v || (_templateObject2$v = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1.border.light, function (_ref3) {
13841
+ var FirstContainer$2 = styled.div(_templateObject2$G || (_templateObject2$G = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1.border.light, function (_ref3) {
12403
13842
  var $headerPadding = _ref3.$headerPadding;
12404
13843
  return $headerPadding ? $headerPadding : '0px';
12405
13844
  });
12406
- var TabContainer$1 = styled.div(_templateObject3$m || (_templateObject3$m = _taggedTemplateLiteralLoose$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
13845
+ var TabContainer$2 = styled.div(_templateObject3$u || (_templateObject3$u = _taggedTemplateLiteralLoose$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
12407
13846
  var $disabled = _ref4.$disabled;
12408
13847
  return $disabled ? 'not-allowed' : 'pointer';
12409
13848
  }, function (_ref5) {
@@ -12416,105 +13855,38 @@ var TabContainer$1 = styled.div(_templateObject3$m || (_templateObject3$m = _tag
12416
13855
  var $disabled = _ref7.$disabled;
12417
13856
  return $disabled ? 'not-allowed' : 'pointer';
12418
13857
  });
12419
- var TabItemContainer$1 = styled.div(_templateObject4$i || (_templateObject4$i = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
13858
+ var TabItemContainer$2 = styled.div(_templateObject4$p || (_templateObject4$p = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
12420
13859
  var $headerHeight = _ref8.$headerHeight;
12421
13860
  return $headerHeight ? $headerHeight : '34px';
12422
13861
  }, function (props) {
12423
13862
  return props.$active ? 'block' : 'none';
12424
13863
  }, colorVariables$1$1$1["default"].primary);
12425
- var DetailsFirstContainer$1 = styled.div(_templateObject5$e || (_templateObject5$e = _taggedTemplateLiteralLoose$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
13864
+ var DetailsFirstContainer$2 = styled.div(_templateObject5$j || (_templateObject5$j = _taggedTemplateLiteralLoose$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
12426
13865
  return props.$active ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1.text.medium;
12427
13866
  });
12428
- var colorVariables$2 = {
12429
- brand: {
12430
- primary: 'var(--brand-primary)',
12431
- secondary: 'var(--brand-secondary)',
12432
- light: 'var(--brand-light)'
12433
- },
12434
- accent: {
12435
- light: 'var(--accent-light)',
12436
- extraLight: 'var(--accent-extraLight)',
12437
- softBlue: 'var(--accent-softBlue)',
12438
- extraSoftBlue: 'var(--accent-extraSoftBlue)',
12439
- boldTransparent: 'var(--accent-boldTransparent)',
12440
- transparent: 'var(--accent-transparent)',
12441
- lightTransparent: 'var(--accent-lightTransparent)'
12442
- },
12443
- "default": {
12444
- primary: 'var(--default-primary)',
12445
- secondary: 'var(--default-secondary)',
12446
- tertiary: 'var(--default-tertiary)',
12447
- error: 'var(--default-error)',
12448
- success: 'var(--default-success)',
12449
- warning: 'var(--default-warning)',
12450
- info: 'var(--default-info)'
12451
- },
12452
- disabled: {
12453
- primary: 'var(--disabled-primary)',
12454
- secondary: 'var(--disabled-secondary)',
12455
- error: 'var(--disabled-error)',
12456
- success: 'var(--disabled-success)',
12457
- warning: 'var(--disabled-warning)',
12458
- info: 'var(--disabled-info)'
12459
- },
12460
- hover: {
12461
- primary: 'var(--hover-primary)',
12462
- secondary: 'var(--hover-secondary)',
12463
- tertiary: 'var(--hover-tertiary)',
12464
- error: 'var(--hover-error)',
12465
- success: 'var(--hover-success)',
12466
- warning: 'var(--hover-warning)',
12467
- info: 'var(--hover-info)'
12468
- },
12469
- border: {
12470
- extraBold: 'var(--border-extraBold)',
12471
- bold: 'var(--border-bold)',
12472
- medium: 'var(--border-medium)',
12473
- light: 'var(--border-light)',
12474
- extraLight: 'var(--border-extraLight)'
12475
- },
12476
- text: {
12477
- dark: 'var(--text-dark)',
12478
- medium: 'var(--text-medium)',
12479
- light: 'var(--text-light)',
12480
- white: 'var(--text-white)',
12481
- success: 'var(--text-success)',
12482
- error: 'var(--text-error)',
12483
- info: 'var(--text-info)',
12484
- warning: 'var(--text-warning)'
12485
- },
12486
- badge: {
12487
- lavender: 'var(--badge-lavender)',
12488
- papayaWhip: 'var(--badge-papayaWhip)',
12489
- water: 'var(--badge-water)',
12490
- paleBlue: 'var(--badge-paleBlue)',
12491
- teaGreen: 'var(--badge-teaGreen)',
12492
- lightBlue: 'var(--badge-lightBlue)'
12493
- }
12494
- };
12495
- var _templateObject$D, _templateObject2$w;
12496
- var SearchContainer$6 = styled.div(_templateObject$D || (_templateObject$D = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
13867
+ var _templateObject$Q, _templateObject2$H;
13868
+ var SearchContainer$8 = styled.div(_templateObject$Q || (_templateObject$Q = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
12497
13869
  var $background = _ref.$background;
12498
- return $background || colorVariables$2["default"].tertiary;
13870
+ return $background || colorVariables$1$1$1["default"].tertiary;
12499
13871
  }, function (_ref2) {
12500
13872
  var $border = _ref2.$border;
12501
- return $border || "1px solid " + colorVariables$2.border.light;
13873
+ return $border || "1px solid " + colorVariables$1$1$1.border.light;
12502
13874
  }, function (_ref3) {
12503
13875
  var $borderRadius = _ref3.$borderRadius;
12504
13876
  return $borderRadius || '8px';
12505
13877
  }, function (_ref4) {
12506
13878
  var $disabled = _ref4.$disabled;
12507
13879
  return $disabled ? 'not-allowed' : 'pointer';
12508
- }, colorVariables$2.text.dark);
12509
- var SearchBar$6 = styled.input(_templateObject2$w || (_templateObject2$w = _taggedTemplateLiteralLoose$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$2["default"].tertiary, function (_ref5) {
13880
+ }, colorVariables$1$1$1.text.dark);
13881
+ var SearchBar$8 = styled.input(_templateObject2$H || (_templateObject2$H = _taggedTemplateLiteralLoose$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1["default"].tertiary, function (_ref5) {
12510
13882
  var $inputColor = _ref5.$inputColor;
12511
- return $inputColor || colorVariables$2.text.medium;
13883
+ return $inputColor || colorVariables$1$1$1.text.medium;
12512
13884
  }, function (_ref6) {
12513
13885
  var $placeholderColor = _ref6.$placeholderColor;
12514
- return $placeholderColor || colorVariables$2.text.light;
13886
+ return $placeholderColor || colorVariables$1$1$1.text.light;
12515
13887
  });
12516
- var _templateObject$E, _templateObject2$x, _templateObject3$n, _templateObject4$j, _templateObject5$f;
12517
- var Label$4 = styled.label(_templateObject$E || (_templateObject$E = _taggedTemplateLiteralLoose$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
13888
+ var _templateObject$R, _templateObject2$I, _templateObject3$v, _templateObject4$q, _templateObject5$k;
13889
+ var Label$6 = styled.label(_templateObject$R || (_templateObject$R = _taggedTemplateLiteralLoose$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
12518
13890
  var $fontWeight = _ref.$fontWeight;
12519
13891
  return $fontWeight != null ? $fontWeight : '500';
12520
13892
  }, function (_ref2) {
@@ -12552,7 +13924,7 @@ var Label$4 = styled.label(_templateObject$E || (_templateObject$E = _taggedTemp
12552
13924
  return $titlecolor;
12553
13925
  }
12554
13926
  });
12555
- var Input$2 = styled.input(_templateObject2$x || (_templateObject2$x = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1.border.light, function (_ref4) {
13927
+ var Input$3 = styled.input(_templateObject2$I || (_templateObject2$I = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1.border.light, function (_ref4) {
12556
13928
  var $disabled = _ref4.$disabled;
12557
13929
  return $disabled ? 'not-allowed' : 'auto';
12558
13930
  }, function (_ref5) {
@@ -12601,18 +13973,18 @@ var Input$2 = styled.input(_templateObject2$x || (_templateObject2$x = _taggedTe
12601
13973
  return $color;
12602
13974
  }
12603
13975
  }, colorVariables$1$1.text.light);
12604
- var InputWrapper$3 = styled.div(_templateObject3$n || (_templateObject3$n = _taggedTemplateLiteralLoose$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
12605
- var IconWrapper$5 = styled.div(_templateObject4$j || (_templateObject4$j = _taggedTemplateLiteralLoose$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
13976
+ var InputWrapper$4 = styled.div(_templateObject3$v || (_templateObject3$v = _taggedTemplateLiteralLoose$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
13977
+ var IconWrapper$7 = styled.div(_templateObject4$q || (_templateObject4$q = _taggedTemplateLiteralLoose$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
12606
13978
  var $disabled = _ref10.$disabled;
12607
13979
  return $disabled ? 'not-allowed' : 'pointer';
12608
13980
  });
12609
- var Asterisk$3 = styled.span(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1["default"].error);
12610
- var _templateObject$F, _templateObject2$y, _templateObject3$o;
12611
- var Container$7 = styled.div(_templateObject$F || (_templateObject$F = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
13981
+ var Asterisk$4 = styled.span(_templateObject5$k || (_templateObject5$k = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1["default"].error);
13982
+ var _templateObject$S, _templateObject2$J, _templateObject3$w;
13983
+ var Container$9 = styled.div(_templateObject$S || (_templateObject$S = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
12612
13984
  var $padding = _ref.$padding;
12613
13985
  return $padding;
12614
13986
  });
12615
- var Label$5 = styled.label(_templateObject2$y || (_templateObject2$y = _taggedTemplateLiteralLoose$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
13987
+ var Label$7 = styled.label(_templateObject2$J || (_templateObject2$J = _taggedTemplateLiteralLoose$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
12616
13988
  var $fontWeight = _ref2.$fontWeight;
12617
13989
  return $fontWeight != null ? $fontWeight : '500';
12618
13990
  }, function (_ref3) {
@@ -12631,7 +14003,7 @@ var Label$5 = styled.label(_templateObject2$y || (_templateObject2$y = _taggedTe
12631
14003
  var $titlecolor = _ref4.$titlecolor;
12632
14004
  return $titlecolor || colorVariables$1$1.text.dark;
12633
14005
  });
12634
- var TextAreaComponent$2 = styled.textarea(_templateObject3$o || (_templateObject3$o = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1.border.light, function (_ref5) {
14006
+ var TextAreaComponent$3 = styled.textarea(_templateObject3$w || (_templateObject3$w = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1$1.border.light, function (_ref5) {
12635
14007
  var $disabled = _ref5.$disabled;
12636
14008
  return $disabled ? 'not-allowed' : 'auto';
12637
14009
  }, function (_ref6) {
@@ -12657,18 +14029,18 @@ var TextAreaComponent$2 = styled.textarea(_templateObject3$o || (_templateObject
12657
14029
  var $color = _ref9.$color;
12658
14030
  return $color || colorVariables$1$1.text.dark;
12659
14031
  }, colorVariables$1$1.text.light);
12660
- var _templateObject$G, _templateObject2$z, _templateObject3$p, _templateObject4$k, _templateObject5$g, _templateObject6$9, _templateObject7$5;
12661
- var OptionContainer$3 = styled.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1.text.white);
12662
- var OptionItem$3 = styled.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
14032
+ var _templateObject$T, _templateObject2$K, _templateObject3$x, _templateObject4$r, _templateObject5$l, _templateObject6$b, _templateObject7$6;
14033
+ var OptionContainer$4 = styled.div(_templateObject$T || (_templateObject$T = _taggedTemplateLiteralLoose$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1.text.white);
14034
+ var OptionItem$4 = styled.div(_templateObject2$K || (_templateObject2$K = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
12663
14035
  var $optionSelected = _ref.$optionSelected;
12664
14036
  return $optionSelected ? colorVariables$1$1.text.white : colorVariables$1$1.text.medium;
12665
14037
  }, function (_ref2) {
12666
14038
  var $optionSelected = _ref2.$optionSelected;
12667
14039
  return $optionSelected ? colorVariables$1$1["default"].primary : colorVariables$1$1.text.white;
12668
14040
  }, colorVariables$1$1.hover.primary, colorVariables$1$1.text.white);
12669
- var TotalOptionsHeader$2 = styled.div(_templateObject3$p || (_templateObject3$p = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1.text.white, colorVariables$1$1.text.light, colorVariables$1$1.text.light);
12670
- var OptionLabel$3 = styled.label(_templateObject4$k || (_templateObject4$k = _taggedTemplateLiteralLoose$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
12671
- var SearchContainer$7 = styled.div(_templateObject5$g || (_templateObject5$g = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
14041
+ var TotalOptionsHeader$3 = styled.div(_templateObject3$x || (_templateObject3$x = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1.text.white, colorVariables$1$1.text.light, colorVariables$1$1.text.light);
14042
+ var OptionLabel$4 = styled.label(_templateObject4$r || (_templateObject4$r = _taggedTemplateLiteralLoose$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
14043
+ var SearchContainer$9 = styled.div(_templateObject5$l || (_templateObject5$l = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
12672
14044
  var $background = _ref3.$background;
12673
14045
  switch ($background) {
12674
14046
  case 'dark':
@@ -12697,7 +14069,7 @@ var SearchContainer$7 = styled.div(_templateObject5$g || (_templateObject5$g = _
12697
14069
  var $borderRadius = _ref5.$borderRadius;
12698
14070
  return $borderRadius || '8px';
12699
14071
  });
12700
- var SearchBar$7 = styled.input(_templateObject6$9 || (_templateObject6$9 = _taggedTemplateLiteralLoose$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1["default"].tertiary, function (_ref6) {
14072
+ var SearchBar$9 = styled.input(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1["default"].tertiary, function (_ref6) {
12701
14073
  var $inputColor = _ref6.$inputColor;
12702
14074
  switch ($inputColor) {
12703
14075
  case 'dark':
@@ -12742,9 +14114,9 @@ var SearchBar$7 = styled.input(_templateObject6$9 || (_templateObject6$9 = _tagg
12742
14114
  return $placeholderColor;
12743
14115
  }
12744
14116
  });
12745
- var OptionsWrapper$3 = styled.div(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteralLoose$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1.text.white);
12746
- var _templateObject$H, _templateObject2$A;
12747
- var StyledInput$3 = styled.input(_templateObject$H || (_templateObject$H = _taggedTemplateLiteralLoose$1$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
14117
+ var OptionsWrapper$4 = styled.div(_templateObject7$6 || (_templateObject7$6 = _taggedTemplateLiteralLoose$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1.text.white);
14118
+ var _templateObject$U, _templateObject2$L;
14119
+ var StyledInput$4 = styled.input(_templateObject$U || (_templateObject$U = _taggedTemplateLiteralLoose$1$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
12748
14120
  var $checkboxSize = _ref.$checkboxSize;
12749
14121
  return $checkboxSize + "px";
12750
14122
  }, function (_ref2) {
@@ -12773,32 +14145,32 @@ var StyledInput$3 = styled.input(_templateObject$H || (_templateObject$H = _tagg
12773
14145
  var $checkboxSize = _ref9.$checkboxSize;
12774
14146
  return $checkboxSize / 2.4 + "px";
12775
14147
  }, colorVariables$1$1.text.white);
12776
- var LabelSpan$2 = styled(Span$1$1)(_templateObject2$A || (_templateObject2$A = _taggedTemplateLiteralLoose$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
12777
- var _templateObject$I, _templateObject2$B, _templateObject3$q, _templateObject4$l;
12778
- var spin$5 = keyframes(_templateObject$I || (_templateObject$I = _taggedTemplateLiteralLoose$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
12779
- var getDotPosition$2 = function getDotPosition(index, size) {
14148
+ var LabelSpan$3 = styled(Span$1$1)(_templateObject2$L || (_templateObject2$L = _taggedTemplateLiteralLoose$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
14149
+ var _templateObject$V, _templateObject2$M, _templateObject3$y, _templateObject4$s;
14150
+ var spin$7 = keyframes(_templateObject$V || (_templateObject$V = _taggedTemplateLiteralLoose$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
14151
+ var getDotPosition$3 = function getDotPosition(index, size) {
12780
14152
  var angle = index * 360 / 8;
12781
14153
  var radius = size / 2.5;
12782
14154
  var x = radius * Math.cos(angle * Math.PI / 180);
12783
14155
  var y = radius * Math.sin(angle * Math.PI / 180);
12784
14156
  return "translate(" + x + "px, " + y + "px)";
12785
14157
  };
12786
- var SpinnerContainer$2 = styled.div(_templateObject2$B || (_templateObject2$B = _taggedTemplateLiteralLoose$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
14158
+ var SpinnerContainer$3 = styled.div(_templateObject2$M || (_templateObject2$M = _taggedTemplateLiteralLoose$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
12787
14159
  var $size = _ref.$size;
12788
14160
  return $size;
12789
14161
  }, function (_ref2) {
12790
14162
  var $size = _ref2.$size;
12791
14163
  return $size;
12792
14164
  });
12793
- var Dot$2 = styled.div.attrs(function (_ref3) {
14165
+ var Dot$3 = styled.div.attrs(function (_ref3) {
12794
14166
  var $index = _ref3.$index,
12795
14167
  $size = _ref3.$size;
12796
14168
  return {
12797
14169
  style: {
12798
- transform: getDotPosition$2($index, $size)
14170
+ transform: getDotPosition$3($index, $size)
12799
14171
  }
12800
14172
  };
12801
- })(_templateObject3$q || (_templateObject3$q = _taggedTemplateLiteralLoose$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
14173
+ })(_templateObject3$y || (_templateObject3$y = _taggedTemplateLiteralLoose$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
12802
14174
  var $dotSize = _ref4.$dotSize;
12803
14175
  return $dotSize;
12804
14176
  }, function (_ref5) {
@@ -12807,7 +14179,7 @@ var Dot$2 = styled.div.attrs(function (_ref3) {
12807
14179
  }, function (_ref6) {
12808
14180
  var $color = _ref6.$color;
12809
14181
  return $color;
12810
- }, spin$5, function (_ref7) {
14182
+ }, spin$7, function (_ref7) {
12811
14183
  var $speed = _ref7.$speed;
12812
14184
  return $speed;
12813
14185
  }, function (_ref8) {
@@ -12815,10 +14187,10 @@ var Dot$2 = styled.div.attrs(function (_ref3) {
12815
14187
  $speed = _ref8.$speed;
12816
14188
  return $index * $speed / 8;
12817
14189
  });
12818
- var SpinnerWrapper$2 = styled.div(_templateObject4$l || (_templateObject4$l = _taggedTemplateLiteralLoose$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
12819
- var _templateObject$J, _templateObject2$C;
12820
- var spin$6 = keyframes(_templateObject$J || (_templateObject$J = _taggedTemplateLiteralLoose$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
12821
- var Spinner$3 = styled.div(_templateObject2$C || (_templateObject2$C = _taggedTemplateLiteralLoose$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
14190
+ var SpinnerWrapper$3 = styled.div(_templateObject4$s || (_templateObject4$s = _taggedTemplateLiteralLoose$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
14191
+ var _templateObject$W, _templateObject2$N;
14192
+ var spin$8 = keyframes(_templateObject$W || (_templateObject$W = _taggedTemplateLiteralLoose$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
14193
+ var Spinner$4 = styled.div(_templateObject2$N || (_templateObject2$N = _taggedTemplateLiteralLoose$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
12822
14194
  var $size = _ref.$size;
12823
14195
  return $size;
12824
14196
  }, function (_ref2) {
@@ -12827,25 +14199,25 @@ var Spinner$3 = styled.div(_templateObject2$C || (_templateObject2$C = _taggedTe
12827
14199
  }, function (_ref3) {
12828
14200
  var $color = _ref3.$color;
12829
14201
  return $color;
12830
- }, spin$6);
12831
- var _templateObject$K;
12832
- var PageInput$2 = styled.input(_templateObject$K || (_templateObject$K = _taggedTemplateLiteralLoose$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1$1.accent.extraLight, colorVariables$1$1.border.light, colorVariables$1$1.text.dark);
12833
- var _templateObject$L, _templateObject2$D, _templateObject3$r, _templateObject4$m, _templateObject5$h, _templateObject6$a;
12834
- var SidebarContainer$2 = styled.div(_templateObject$L || (_templateObject$L = _taggedTemplateLiteralLoose$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
14202
+ }, spin$8);
14203
+ var _templateObject$X;
14204
+ var PageInput$3 = styled.input(_templateObject$X || (_templateObject$X = _taggedTemplateLiteralLoose$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1$1.accent.extraLight, colorVariables$1$1.border.light, colorVariables$1$1.text.dark);
14205
+ var _templateObject$Y, _templateObject2$O, _templateObject3$z, _templateObject4$t, _templateObject5$m, _templateObject6$c;
14206
+ var SidebarContainer$3 = styled.div(_templateObject$Y || (_templateObject$Y = _taggedTemplateLiteralLoose$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
12835
14207
  var $isExpanded = _ref.$isExpanded;
12836
14208
  return $isExpanded ? '225px' : '68px';
12837
14209
  }, function (_ref2) {
12838
14210
  var $background = _ref2.$background;
12839
14211
  return $background ? $background : colorVariables$1$1.accent.softBlue;
12840
14212
  });
12841
- var SidebarItem$2 = styled(NavLink)(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1.text.medium, colorVariables$1$1["default"].primary);
12842
- var ContentWrapper$2 = styled.div(_templateObject3$r || (_templateObject3$r = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
12843
- var IconWrapper$6 = styled.div(_templateObject4$m || (_templateObject4$m = _taggedTemplateLiteralLoose$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
14213
+ var SidebarItem$3 = styled(NavLink)(_templateObject2$O || (_templateObject2$O = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1.text.medium, colorVariables$1$1["default"].primary);
14214
+ var ContentWrapper$3 = styled.div(_templateObject3$z || (_templateObject3$z = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
14215
+ var IconWrapper$8 = styled.div(_templateObject4$t || (_templateObject4$t = _taggedTemplateLiteralLoose$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
12844
14216
  var $selected = _ref3.$selected;
12845
14217
  return $selected ? colorVariables$1$1["default"].primary : colorVariables$1$1["default"].tertiary;
12846
14218
  });
12847
- var Logo$2 = styled.div(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
12848
- var TextContainer$2 = styled.span(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
14219
+ var Logo$3 = styled.div(_templateObject5$m || (_templateObject5$m = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
14220
+ var TextContainer$3 = styled.span(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
12849
14221
  var $padding = _ref4.$padding;
12850
14222
  return $padding;
12851
14223
  }, function (_ref5) {
@@ -12864,14 +14236,14 @@ var TextContainer$2 = styled.span(_templateObject6$a || (_templateObject6$a = _t
12864
14236
  var $isExpanded = _ref9.$isExpanded;
12865
14237
  return $isExpanded ? 'visible' : 'hidden';
12866
14238
  });
12867
- var _templateObject$M, _templateObject2$E, _templateObject3$s, _templateObject4$n;
12868
- var ContainerWrapper$2 = styled.div(_templateObject$M || (_templateObject$M = _taggedTemplateLiteralLoose$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
14239
+ var _templateObject$Z, _templateObject2$P, _templateObject3$A, _templateObject4$u;
14240
+ var ContainerWrapper$3 = styled.div(_templateObject$Z || (_templateObject$Z = _taggedTemplateLiteralLoose$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
12869
14241
  return props.$width || 'auto';
12870
14242
  }, function (_ref) {
12871
14243
  var $minHeight = _ref.$minHeight;
12872
14244
  return $minHeight;
12873
14245
  });
12874
- var CellContainer$2 = styled.div(_templateObject2$E || (_templateObject2$E = _taggedTemplateLiteralLoose$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
14246
+ var CellContainer$3 = styled.div(_templateObject2$P || (_templateObject2$P = _taggedTemplateLiteralLoose$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
12875
14247
  return props.$align;
12876
14248
  }, function (props) {
12877
14249
  return props.$width || 'auto';
@@ -12882,45 +14254,45 @@ var CellContainer$2 = styled.div(_templateObject2$E || (_templateObject2$E = _ta
12882
14254
  }, function (props) {
12883
14255
  return props.$padding;
12884
14256
  });
12885
- var MainText$2 = styled.div(_templateObject3$s || (_templateObject3$s = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
14257
+ var MainText$3 = styled.div(_templateObject3$A || (_templateObject3$A = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
12886
14258
  return props.$mtc;
12887
14259
  }, function (props) {
12888
14260
  return props.$mtfs;
12889
14261
  }, function (props) {
12890
14262
  return props.$mtw;
12891
14263
  });
12892
- var SubText$2 = styled.div(_templateObject4$n || (_templateObject4$n = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
14264
+ var SubText$3 = styled.div(_templateObject4$u || (_templateObject4$u = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
12893
14265
  return props.$stc;
12894
14266
  }, function (props) {
12895
14267
  return props.$stfs;
12896
14268
  }, function (props) {
12897
14269
  return props.$stw;
12898
14270
  });
12899
- var _templateObject$N;
12900
- var TableRowContainer$2 = styled$1.div(_templateObject$N || (_templateObject$N = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
12901
- var _templateObject$O, _templateObject2$F, _templateObject3$t, _templateObject4$o, _templateObject5$i;
12902
- var TableContainer$2 = styled.div(_templateObject$O || (_templateObject$O = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1.brand.light);
12903
- var TableHeader$2 = styled.div(_templateObject2$F || (_templateObject2$F = _taggedTemplateLiteralLoose$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
14271
+ var _templateObject$_;
14272
+ var TableRowContainer$3 = styled$1.div(_templateObject$_ || (_templateObject$_ = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
14273
+ var _templateObject$$, _templateObject2$Q, _templateObject3$B, _templateObject4$v, _templateObject5$n;
14274
+ var TableContainer$3 = styled.div(_templateObject$$ || (_templateObject$$ = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1.brand.light);
14275
+ var TableHeader$3 = styled.div(_templateObject2$Q || (_templateObject2$Q = _taggedTemplateLiteralLoose$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
12904
14276
  return props.$hbcolor || 'transparent';
12905
14277
  }, function (props) {
12906
14278
  return props.$tcolor || 'white';
12907
14279
  });
12908
- var TableContent$2 = styled.div(_templateObject3$t || (_templateObject3$t = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
12909
- var TableData$2 = styled.div(_templateObject4$o || (_templateObject4$o = _taggedTemplateLiteralLoose$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
12910
- var Divider$2 = styled.div(_templateObject5$i || (_templateObject5$i = _taggedTemplateLiteralLoose$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1.border.extraLight);
12911
- var _templateObject$P, _templateObject2$G, _templateObject3$u, _templateObject4$p, _templateObject5$j;
12912
- var Container$8 = styled.div(_templateObject$P || (_templateObject$P = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
14280
+ var TableContent$3 = styled.div(_templateObject3$B || (_templateObject3$B = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
14281
+ var TableData$3 = styled.div(_templateObject4$v || (_templateObject4$v = _taggedTemplateLiteralLoose$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
14282
+ var Divider$3 = styled.div(_templateObject5$n || (_templateObject5$n = _taggedTemplateLiteralLoose$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1.border.extraLight);
14283
+ var _templateObject$10, _templateObject2$R, _templateObject3$C, _templateObject4$w, _templateObject5$o;
14284
+ var Container$a = styled.div(_templateObject$10 || (_templateObject$10 = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
12913
14285
  var $gap = _ref.$gap;
12914
14286
  return $gap;
12915
14287
  }, function (_ref2) {
12916
14288
  var $border = _ref2.$border;
12917
14289
  return $border;
12918
14290
  });
12919
- var FirstContainer$2 = styled.div(_templateObject2$G || (_templateObject2$G = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1.border.light, function (_ref3) {
14291
+ var FirstContainer$3 = styled.div(_templateObject2$R || (_templateObject2$R = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1.border.light, function (_ref3) {
12920
14292
  var $headerPadding = _ref3.$headerPadding;
12921
14293
  return $headerPadding ? $headerPadding : '0px';
12922
14294
  });
12923
- var TabContainer$2 = styled.div(_templateObject3$u || (_templateObject3$u = _taggedTemplateLiteralLoose$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
14295
+ var TabContainer$3 = styled.div(_templateObject3$C || (_templateObject3$C = _taggedTemplateLiteralLoose$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
12924
14296
  var $disabled = _ref4.$disabled;
12925
14297
  return $disabled ? 'not-allowed' : 'pointer';
12926
14298
  }, function (_ref5) {
@@ -12933,17 +14305,17 @@ var TabContainer$2 = styled.div(_templateObject3$u || (_templateObject3$u = _tag
12933
14305
  var $disabled = _ref7.$disabled;
12934
14306
  return $disabled ? 'not-allowed' : 'pointer';
12935
14307
  });
12936
- var TabItemContainer$2 = styled.div(_templateObject4$p || (_templateObject4$p = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
14308
+ var TabItemContainer$3 = styled.div(_templateObject4$w || (_templateObject4$w = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
12937
14309
  var $headerHeight = _ref8.$headerHeight;
12938
14310
  return $headerHeight ? $headerHeight : '34px';
12939
14311
  }, function (props) {
12940
14312
  return props.$active ? 'block' : 'none';
12941
14313
  }, colorVariables$1$1["default"].primary);
12942
- var DetailsFirstContainer$2 = styled.div(_templateObject5$j || (_templateObject5$j = _taggedTemplateLiteralLoose$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
14314
+ var DetailsFirstContainer$3 = styled.div(_templateObject5$o || (_templateObject5$o = _taggedTemplateLiteralLoose$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
12943
14315
  return props.$active ? colorVariables$1$1["default"].primary : colorVariables$1$1.text.medium;
12944
14316
  });
12945
- var _templateObject$Q, _templateObject2$H;
12946
- var SearchContainer$8 = styled.div(_templateObject$Q || (_templateObject$Q = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
14317
+ var _templateObject$11, _templateObject2$S;
14318
+ var SearchContainer$a = styled.div(_templateObject$11 || (_templateObject$11 = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
12947
14319
  var $background = _ref.$background;
12948
14320
  return $background || colorVariables$1$1["default"].tertiary;
12949
14321
  }, function (_ref2) {
@@ -12956,15 +14328,15 @@ var SearchContainer$8 = styled.div(_templateObject$Q || (_templateObject$Q = _ta
12956
14328
  var $disabled = _ref4.$disabled;
12957
14329
  return $disabled ? 'not-allowed' : 'pointer';
12958
14330
  }, colorVariables$1$1.text.dark);
12959
- var SearchBar$8 = styled.input(_templateObject2$H || (_templateObject2$H = _taggedTemplateLiteralLoose$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1["default"].tertiary, function (_ref5) {
14331
+ var SearchBar$a = styled.input(_templateObject2$S || (_templateObject2$S = _taggedTemplateLiteralLoose$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1["default"].tertiary, function (_ref5) {
12960
14332
  var $inputColor = _ref5.$inputColor;
12961
14333
  return $inputColor || colorVariables$1$1.text.medium;
12962
14334
  }, function (_ref6) {
12963
14335
  var $placeholderColor = _ref6.$placeholderColor;
12964
14336
  return $placeholderColor || colorVariables$1$1.text.light;
12965
14337
  });
12966
- var _templateObject$R, _templateObject2$I, _templateObject3$v, _templateObject4$q, _templateObject5$k;
12967
- var Label$6 = styled.label(_templateObject$R || (_templateObject$R = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
14338
+ var _templateObject$12, _templateObject2$T, _templateObject3$D, _templateObject4$x, _templateObject5$p;
14339
+ var Label$8 = styled.label(_templateObject$12 || (_templateObject$12 = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
12968
14340
  var $fontWeight = _ref.$fontWeight;
12969
14341
  return $fontWeight != null ? $fontWeight : '500';
12970
14342
  }, function (_ref2) {
@@ -13002,7 +14374,7 @@ var Label$6 = styled.label(_templateObject$R || (_templateObject$R = _taggedTemp
13002
14374
  return $titlecolor;
13003
14375
  }
13004
14376
  });
13005
- var Input$3 = styled.input(_templateObject2$I || (_templateObject2$I = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1.border.light, function (_ref4) {
14377
+ var Input$4 = styled.input(_templateObject2$T || (_templateObject2$T = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1.border.light, function (_ref4) {
13006
14378
  var $disabled = _ref4.$disabled;
13007
14379
  return $disabled ? 'not-allowed' : 'auto';
13008
14380
  }, function (_ref5) {
@@ -13051,18 +14423,18 @@ var Input$3 = styled.input(_templateObject2$I || (_templateObject2$I = _taggedTe
13051
14423
  return $color;
13052
14424
  }
13053
14425
  }, colorVariables$1.text.light);
13054
- var InputWrapper$4 = styled.div(_templateObject3$v || (_templateObject3$v = _taggedTemplateLiteralLoose$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
13055
- var IconWrapper$7 = styled.div(_templateObject4$q || (_templateObject4$q = _taggedTemplateLiteralLoose$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
14426
+ var InputWrapper$5 = styled.div(_templateObject3$D || (_templateObject3$D = _taggedTemplateLiteralLoose$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
14427
+ var IconWrapper$9 = styled.div(_templateObject4$x || (_templateObject4$x = _taggedTemplateLiteralLoose$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
13056
14428
  var $disabled = _ref10.$disabled;
13057
14429
  return $disabled ? 'not-allowed' : 'pointer';
13058
14430
  });
13059
- var Asterisk$4 = styled.span(_templateObject5$k || (_templateObject5$k = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1["default"].error);
13060
- var _templateObject$S, _templateObject2$J, _templateObject3$w;
13061
- var Container$9 = styled.div(_templateObject$S || (_templateObject$S = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
14431
+ var Asterisk$5 = styled.span(_templateObject5$p || (_templateObject5$p = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1["default"].error);
14432
+ var _templateObject$13, _templateObject2$U, _templateObject3$E;
14433
+ var Container$b = styled.div(_templateObject$13 || (_templateObject$13 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
13062
14434
  var $padding = _ref.$padding;
13063
14435
  return $padding;
13064
14436
  });
13065
- var Label$7 = styled.label(_templateObject2$J || (_templateObject2$J = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
14437
+ var Label$9 = styled.label(_templateObject2$U || (_templateObject2$U = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
13066
14438
  var $fontWeight = _ref2.$fontWeight;
13067
14439
  return $fontWeight != null ? $fontWeight : '500';
13068
14440
  }, function (_ref3) {
@@ -13081,7 +14453,7 @@ var Label$7 = styled.label(_templateObject2$J || (_templateObject2$J = _taggedTe
13081
14453
  var $titlecolor = _ref4.$titlecolor;
13082
14454
  return $titlecolor || colorVariables$1.text.dark;
13083
14455
  });
13084
- var TextAreaComponent$3 = styled.textarea(_templateObject3$w || (_templateObject3$w = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1.border.light, function (_ref5) {
14456
+ var TextAreaComponent$4 = styled.textarea(_templateObject3$E || (_templateObject3$E = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables$1.border.light, function (_ref5) {
13085
14457
  var $disabled = _ref5.$disabled;
13086
14458
  return $disabled ? 'not-allowed' : 'auto';
13087
14459
  }, function (_ref6) {
@@ -13107,18 +14479,18 @@ var TextAreaComponent$3 = styled.textarea(_templateObject3$w || (_templateObject
13107
14479
  var $color = _ref9.$color;
13108
14480
  return $color || colorVariables$1.text.dark;
13109
14481
  }, colorVariables$1.text.light);
13110
- var _templateObject$T, _templateObject2$K, _templateObject3$x, _templateObject4$r, _templateObject5$l, _templateObject6$b, _templateObject7$6;
13111
- var OptionContainer$4 = styled.div(_templateObject$T || (_templateObject$T = _taggedTemplateLiteralLoose$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1.text.white);
13112
- var OptionItem$4 = styled.div(_templateObject2$K || (_templateObject2$K = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
14482
+ var _templateObject$14, _templateObject2$V, _templateObject3$F, _templateObject4$y, _templateObject5$q, _templateObject6$d, _templateObject7$7;
14483
+ var OptionContainer$5 = styled.div(_templateObject$14 || (_templateObject$14 = _taggedTemplateLiteralLoose$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1.text.white);
14484
+ var OptionItem$5 = styled.div(_templateObject2$V || (_templateObject2$V = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
13113
14485
  var $optionSelected = _ref.$optionSelected;
13114
14486
  return $optionSelected ? colorVariables$1.text.white : colorVariables$1.text.medium;
13115
14487
  }, function (_ref2) {
13116
14488
  var $optionSelected = _ref2.$optionSelected;
13117
14489
  return $optionSelected ? colorVariables$1["default"].primary : colorVariables$1.text.white;
13118
14490
  }, colorVariables$1.hover.primary, colorVariables$1.text.white);
13119
- var TotalOptionsHeader$3 = styled.div(_templateObject3$x || (_templateObject3$x = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1.text.white, colorVariables$1.text.light, colorVariables$1.text.light);
13120
- var OptionLabel$4 = styled.label(_templateObject4$r || (_templateObject4$r = _taggedTemplateLiteralLoose$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
13121
- var SearchContainer$9 = styled.div(_templateObject5$l || (_templateObject5$l = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
14491
+ var TotalOptionsHeader$4 = styled.div(_templateObject3$F || (_templateObject3$F = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1.text.white, colorVariables$1.text.light, colorVariables$1.text.light);
14492
+ var OptionLabel$5 = styled.label(_templateObject4$y || (_templateObject4$y = _taggedTemplateLiteralLoose$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
14493
+ var SearchContainer$b = styled.div(_templateObject5$q || (_templateObject5$q = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
13122
14494
  var $background = _ref3.$background;
13123
14495
  switch ($background) {
13124
14496
  case 'dark':
@@ -13147,7 +14519,7 @@ var SearchContainer$9 = styled.div(_templateObject5$l || (_templateObject5$l = _
13147
14519
  var $borderRadius = _ref5.$borderRadius;
13148
14520
  return $borderRadius || '8px';
13149
14521
  });
13150
- var SearchBar$9 = styled.input(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1["default"].tertiary, function (_ref6) {
14522
+ var SearchBar$b = styled.input(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1["default"].tertiary, function (_ref6) {
13151
14523
  var $inputColor = _ref6.$inputColor;
13152
14524
  switch ($inputColor) {
13153
14525
  case 'dark':
@@ -13192,9 +14564,9 @@ var SearchBar$9 = styled.input(_templateObject6$b || (_templateObject6$b = _tagg
13192
14564
  return $placeholderColor;
13193
14565
  }
13194
14566
  });
13195
- var OptionsWrapper$4 = styled.div(_templateObject7$6 || (_templateObject7$6 = _taggedTemplateLiteralLoose$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1.text.white);
13196
- var _templateObject$U, _templateObject2$L;
13197
- var StyledInput$4 = styled.input(_templateObject$U || (_templateObject$U = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
14567
+ var OptionsWrapper$5 = styled.div(_templateObject7$7 || (_templateObject7$7 = _taggedTemplateLiteralLoose$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1.text.white);
14568
+ var _templateObject$15, _templateObject2$W;
14569
+ var StyledInput$5 = styled.input(_templateObject$15 || (_templateObject$15 = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
13198
14570
  var $checkboxSize = _ref.$checkboxSize;
13199
14571
  return $checkboxSize + "px";
13200
14572
  }, function (_ref2) {
@@ -13223,32 +14595,32 @@ var StyledInput$4 = styled.input(_templateObject$U || (_templateObject$U = _tagg
13223
14595
  var $checkboxSize = _ref9.$checkboxSize;
13224
14596
  return $checkboxSize / 2.4 + "px";
13225
14597
  }, colorVariables$1.text.white);
13226
- var LabelSpan$3 = styled(Span$1)(_templateObject2$L || (_templateObject2$L = _taggedTemplateLiteralLoose$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
13227
- var _templateObject$V, _templateObject2$M, _templateObject3$y, _templateObject4$s;
13228
- var spin$7 = keyframes(_templateObject$V || (_templateObject$V = _taggedTemplateLiteralLoose$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
13229
- var getDotPosition$3 = function getDotPosition(index, size) {
14598
+ var LabelSpan$4 = styled(Span$1)(_templateObject2$W || (_templateObject2$W = _taggedTemplateLiteralLoose$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
14599
+ var _templateObject$16, _templateObject2$X, _templateObject3$G, _templateObject4$z;
14600
+ var spin$9 = keyframes(_templateObject$16 || (_templateObject$16 = _taggedTemplateLiteralLoose$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
14601
+ var getDotPosition$4 = function getDotPosition(index, size) {
13230
14602
  var angle = index * 360 / 8;
13231
14603
  var radius = size / 2.5;
13232
14604
  var x = radius * Math.cos(angle * Math.PI / 180);
13233
14605
  var y = radius * Math.sin(angle * Math.PI / 180);
13234
14606
  return "translate(" + x + "px, " + y + "px)";
13235
14607
  };
13236
- var SpinnerContainer$3 = styled.div(_templateObject2$M || (_templateObject2$M = _taggedTemplateLiteralLoose$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
14608
+ var SpinnerContainer$4 = styled.div(_templateObject2$X || (_templateObject2$X = _taggedTemplateLiteralLoose$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
13237
14609
  var $size = _ref.$size;
13238
14610
  return $size;
13239
14611
  }, function (_ref2) {
13240
14612
  var $size = _ref2.$size;
13241
14613
  return $size;
13242
14614
  });
13243
- var Dot$3 = styled.div.attrs(function (_ref3) {
14615
+ var Dot$4 = styled.div.attrs(function (_ref3) {
13244
14616
  var $index = _ref3.$index,
13245
14617
  $size = _ref3.$size;
13246
14618
  return {
13247
14619
  style: {
13248
- transform: getDotPosition$3($index, $size)
14620
+ transform: getDotPosition$4($index, $size)
13249
14621
  }
13250
14622
  };
13251
- })(_templateObject3$y || (_templateObject3$y = _taggedTemplateLiteralLoose$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
14623
+ })(_templateObject3$G || (_templateObject3$G = _taggedTemplateLiteralLoose$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
13252
14624
  var $dotSize = _ref4.$dotSize;
13253
14625
  return $dotSize;
13254
14626
  }, function (_ref5) {
@@ -13257,7 +14629,7 @@ var Dot$3 = styled.div.attrs(function (_ref3) {
13257
14629
  }, function (_ref6) {
13258
14630
  var $color = _ref6.$color;
13259
14631
  return $color;
13260
- }, spin$7, function (_ref7) {
14632
+ }, spin$9, function (_ref7) {
13261
14633
  var $speed = _ref7.$speed;
13262
14634
  return $speed;
13263
14635
  }, function (_ref8) {
@@ -13265,10 +14637,10 @@ var Dot$3 = styled.div.attrs(function (_ref3) {
13265
14637
  $speed = _ref8.$speed;
13266
14638
  return $index * $speed / 8;
13267
14639
  });
13268
- var SpinnerWrapper$3 = styled.div(_templateObject4$s || (_templateObject4$s = _taggedTemplateLiteralLoose$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
13269
- var _templateObject$W, _templateObject2$N;
13270
- var spin$8 = keyframes(_templateObject$W || (_templateObject$W = _taggedTemplateLiteralLoose$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
13271
- var Spinner$4 = styled.div(_templateObject2$N || (_templateObject2$N = _taggedTemplateLiteralLoose$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
14640
+ var SpinnerWrapper$4 = styled.div(_templateObject4$z || (_templateObject4$z = _taggedTemplateLiteralLoose$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
14641
+ var _templateObject$17, _templateObject2$Y;
14642
+ var spin$a = keyframes(_templateObject$17 || (_templateObject$17 = _taggedTemplateLiteralLoose$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
14643
+ var Spinner$5 = styled.div(_templateObject2$Y || (_templateObject2$Y = _taggedTemplateLiteralLoose$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
13272
14644
  var $size = _ref.$size;
13273
14645
  return $size;
13274
14646
  }, function (_ref2) {
@@ -13277,25 +14649,25 @@ var Spinner$4 = styled.div(_templateObject2$N || (_templateObject2$N = _taggedTe
13277
14649
  }, function (_ref3) {
13278
14650
  var $color = _ref3.$color;
13279
14651
  return $color;
13280
- }, spin$8);
13281
- var _templateObject$X;
13282
- var PageInput$3 = styled.input(_templateObject$X || (_templateObject$X = _taggedTemplateLiteralLoose$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1.accent.extraLight, colorVariables$1.border.light, colorVariables$1.text.dark);
13283
- var _templateObject$Y, _templateObject2$O, _templateObject3$z, _templateObject4$t, _templateObject5$m, _templateObject6$c;
13284
- var SidebarContainer$3 = styled.div(_templateObject$Y || (_templateObject$Y = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
14652
+ }, spin$a);
14653
+ var _templateObject$18;
14654
+ var PageInput$4 = styled.input(_templateObject$18 || (_templateObject$18 = _taggedTemplateLiteralLoose$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables$1.accent.extraLight, colorVariables$1.border.light, colorVariables$1.text.dark);
14655
+ var _templateObject$19, _templateObject2$Z, _templateObject3$H, _templateObject4$A, _templateObject5$r, _templateObject6$e;
14656
+ var SidebarContainer$4 = styled.div(_templateObject$19 || (_templateObject$19 = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
13285
14657
  var $isExpanded = _ref.$isExpanded;
13286
14658
  return $isExpanded ? '225px' : '68px';
13287
14659
  }, function (_ref2) {
13288
14660
  var $background = _ref2.$background;
13289
14661
  return $background ? $background : colorVariables$1.accent.softBlue;
13290
14662
  });
13291
- var SidebarItem$3 = styled(NavLink)(_templateObject2$O || (_templateObject2$O = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1.text.medium, colorVariables$1["default"].primary);
13292
- var ContentWrapper$3 = styled.div(_templateObject3$z || (_templateObject3$z = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
13293
- var IconWrapper$8 = styled.div(_templateObject4$t || (_templateObject4$t = _taggedTemplateLiteralLoose$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
14663
+ var SidebarItem$4 = styled(NavLink)(_templateObject2$Z || (_templateObject2$Z = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1.text.medium, colorVariables$1["default"].primary);
14664
+ var ContentWrapper$4 = styled.div(_templateObject3$H || (_templateObject3$H = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
14665
+ var IconWrapper$a = styled.div(_templateObject4$A || (_templateObject4$A = _taggedTemplateLiteralLoose$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
13294
14666
  var $selected = _ref3.$selected;
13295
14667
  return $selected ? colorVariables$1["default"].primary : colorVariables$1["default"].tertiary;
13296
14668
  });
13297
- var Logo$3 = styled.div(_templateObject5$m || (_templateObject5$m = _taggedTemplateLiteralLoose$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
13298
- var TextContainer$3 = styled.span(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
14669
+ var Logo$4 = styled.div(_templateObject5$r || (_templateObject5$r = _taggedTemplateLiteralLoose$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
14670
+ var TextContainer$4 = styled.span(_templateObject6$e || (_templateObject6$e = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
13299
14671
  var $padding = _ref4.$padding;
13300
14672
  return $padding;
13301
14673
  }, function (_ref5) {
@@ -13314,14 +14686,14 @@ var TextContainer$3 = styled.span(_templateObject6$c || (_templateObject6$c = _t
13314
14686
  var $isExpanded = _ref9.$isExpanded;
13315
14687
  return $isExpanded ? 'visible' : 'hidden';
13316
14688
  });
13317
- var _templateObject$Z, _templateObject2$P, _templateObject3$A, _templateObject4$u;
13318
- var ContainerWrapper$3 = styled.div(_templateObject$Z || (_templateObject$Z = _taggedTemplateLiteralLoose$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
14689
+ var _templateObject$1a, _templateObject2$_, _templateObject3$I, _templateObject4$B;
14690
+ var ContainerWrapper$4 = styled.div(_templateObject$1a || (_templateObject$1a = _taggedTemplateLiteralLoose$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
13319
14691
  return props.$width || 'auto';
13320
14692
  }, function (_ref) {
13321
14693
  var $minHeight = _ref.$minHeight;
13322
14694
  return $minHeight;
13323
14695
  });
13324
- var CellContainer$3 = styled.div(_templateObject2$P || (_templateObject2$P = _taggedTemplateLiteralLoose$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
14696
+ var CellContainer$4 = styled.div(_templateObject2$_ || (_templateObject2$_ = _taggedTemplateLiteralLoose$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
13325
14697
  return props.$align;
13326
14698
  }, function (props) {
13327
14699
  return props.$width || 'auto';
@@ -13332,45 +14704,45 @@ var CellContainer$3 = styled.div(_templateObject2$P || (_templateObject2$P = _ta
13332
14704
  }, function (props) {
13333
14705
  return props.$padding;
13334
14706
  });
13335
- var MainText$3 = styled.div(_templateObject3$A || (_templateObject3$A = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
14707
+ var MainText$4 = styled.div(_templateObject3$I || (_templateObject3$I = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
13336
14708
  return props.$mtc;
13337
14709
  }, function (props) {
13338
14710
  return props.$mtfs;
13339
14711
  }, function (props) {
13340
14712
  return props.$mtw;
13341
14713
  });
13342
- var SubText$3 = styled.div(_templateObject4$u || (_templateObject4$u = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
14714
+ var SubText$4 = styled.div(_templateObject4$B || (_templateObject4$B = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
13343
14715
  return props.$stc;
13344
14716
  }, function (props) {
13345
14717
  return props.$stfs;
13346
14718
  }, function (props) {
13347
14719
  return props.$stw;
13348
14720
  });
13349
- var _templateObject$_;
13350
- var TableRowContainer$3 = styled$1.div(_templateObject$_ || (_templateObject$_ = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
13351
- var _templateObject$$, _templateObject2$Q, _templateObject3$B, _templateObject4$v, _templateObject5$n;
13352
- var TableContainer$3 = styled.div(_templateObject$$ || (_templateObject$$ = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1.brand.light);
13353
- var TableHeader$3 = styled.div(_templateObject2$Q || (_templateObject2$Q = _taggedTemplateLiteralLoose$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
14721
+ var _templateObject$1b;
14722
+ var TableRowContainer$4 = styled$1.div(_templateObject$1b || (_templateObject$1b = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
14723
+ var _templateObject$1c, _templateObject2$$, _templateObject3$J, _templateObject4$C, _templateObject5$s;
14724
+ var TableContainer$4 = styled.div(_templateObject$1c || (_templateObject$1c = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1.brand.light);
14725
+ var TableHeader$4 = styled.div(_templateObject2$$ || (_templateObject2$$ = _taggedTemplateLiteralLoose$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
13354
14726
  return props.$hbcolor || 'transparent';
13355
14727
  }, function (props) {
13356
14728
  return props.$tcolor || 'white';
13357
14729
  });
13358
- var TableContent$3 = styled.div(_templateObject3$B || (_templateObject3$B = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
13359
- var TableData$3 = styled.div(_templateObject4$v || (_templateObject4$v = _taggedTemplateLiteralLoose$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
13360
- var Divider$3 = styled.div(_templateObject5$n || (_templateObject5$n = _taggedTemplateLiteralLoose$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1.border.extraLight);
13361
- var _templateObject$10, _templateObject2$R, _templateObject3$C, _templateObject4$w, _templateObject5$o;
13362
- var Container$a = styled.div(_templateObject$10 || (_templateObject$10 = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
14730
+ var TableContent$4 = styled.div(_templateObject3$J || (_templateObject3$J = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
14731
+ var TableData$4 = styled.div(_templateObject4$C || (_templateObject4$C = _taggedTemplateLiteralLoose$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
14732
+ var Divider$4 = styled.div(_templateObject5$s || (_templateObject5$s = _taggedTemplateLiteralLoose$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1.border.extraLight);
14733
+ var _templateObject$1d, _templateObject2$10, _templateObject3$K, _templateObject4$D, _templateObject5$t;
14734
+ var Container$c = styled.div(_templateObject$1d || (_templateObject$1d = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
13363
14735
  var $gap = _ref.$gap;
13364
14736
  return $gap;
13365
14737
  }, function (_ref2) {
13366
14738
  var $border = _ref2.$border;
13367
14739
  return $border;
13368
14740
  });
13369
- var FirstContainer$3 = styled.div(_templateObject2$R || (_templateObject2$R = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1.border.light, function (_ref3) {
14741
+ var FirstContainer$4 = styled.div(_templateObject2$10 || (_templateObject2$10 = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1.border.light, function (_ref3) {
13370
14742
  var $headerPadding = _ref3.$headerPadding;
13371
14743
  return $headerPadding ? $headerPadding : '0px';
13372
14744
  });
13373
- var TabContainer$3 = styled.div(_templateObject3$C || (_templateObject3$C = _taggedTemplateLiteralLoose$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
14745
+ var TabContainer$4 = styled.div(_templateObject3$K || (_templateObject3$K = _taggedTemplateLiteralLoose$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
13374
14746
  var $disabled = _ref4.$disabled;
13375
14747
  return $disabled ? 'not-allowed' : 'pointer';
13376
14748
  }, function (_ref5) {
@@ -13383,18 +14755,18 @@ var TabContainer$3 = styled.div(_templateObject3$C || (_templateObject3$C = _tag
13383
14755
  var $disabled = _ref7.$disabled;
13384
14756
  return $disabled ? 'not-allowed' : 'pointer';
13385
14757
  });
13386
- var TabItemContainer$3 = styled.div(_templateObject4$w || (_templateObject4$w = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
14758
+ var TabItemContainer$4 = styled.div(_templateObject4$D || (_templateObject4$D = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
13387
14759
  var $headerHeight = _ref8.$headerHeight;
13388
14760
  return $headerHeight ? $headerHeight : '34px';
13389
14761
  }, function (props) {
13390
14762
  return props.$active ? 'block' : 'none';
13391
14763
  }, colorVariables$1["default"].primary);
13392
- var DetailsFirstContainer$3 = styled.div(_templateObject5$o || (_templateObject5$o = _taggedTemplateLiteralLoose$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
14764
+ var DetailsFirstContainer$4 = styled.div(_templateObject5$t || (_templateObject5$t = _taggedTemplateLiteralLoose$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
13393
14765
  return props.$active ? colorVariables$1["default"].primary : colorVariables$1.text.medium;
13394
14766
  });
13395
14767
 
13396
- var _templateObject$11, _templateObject2$S;
13397
- var SearchContainer$a = styled.div(_templateObject$11 || (_templateObject$11 = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
14768
+ var _templateObject$1e, _templateObject2$11;
14769
+ var SearchContainer$c = styled.div(_templateObject$1e || (_templateObject$1e = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
13398
14770
  var $background = _ref.$background;
13399
14771
  return $background || colorVariables$1["default"].tertiary;
13400
14772
  }, function (_ref2) {
@@ -13407,7 +14779,7 @@ var SearchContainer$a = styled.div(_templateObject$11 || (_templateObject$11 = _
13407
14779
  var $disabled = _ref4.$disabled;
13408
14780
  return $disabled ? 'not-allowed' : 'pointer';
13409
14781
  }, colorVariables$1.text.dark);
13410
- var SearchBar$a = styled.input(_templateObject2$S || (_templateObject2$S = _taggedTemplateLiteralLoose(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1["default"].tertiary, function (_ref5) {
14782
+ var SearchBar$c = styled.input(_templateObject2$11 || (_templateObject2$11 = _taggedTemplateLiteralLoose(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1["default"].tertiary, function (_ref5) {
13411
14783
  var $inputColor = _ref5.$inputColor;
13412
14784
  return $inputColor || colorVariables$1.text.medium;
13413
14785
  }, function (_ref6) {
@@ -13431,7 +14803,7 @@ var SearchBox = function SearchBox(_ref7) {
13431
14803
  var _useState = useState(false),
13432
14804
  isFocused = _useState[0],
13433
14805
  setIsFocused = _useState[1];
13434
- return React.createElement(SearchContainer$a, {
14806
+ return React.createElement(SearchContainer$c, {
13435
14807
  className: isFocused ? 'active' : '',
13436
14808
  "$border": border,
13437
14809
  "$background": background,
@@ -13441,7 +14813,7 @@ var SearchBox = function SearchBox(_ref7) {
13441
14813
  size: iconSize,
13442
14814
  color: iconColor,
13443
14815
  weight: '0px'
13444
- }), React.createElement(SearchBar$a, {
14816
+ }), React.createElement(SearchBar$c, {
13445
14817
  type: 'text',
13446
14818
  placeholder: placeholder,
13447
14819
  value: value,
@@ -13457,8 +14829,8 @@ var SearchBox = function SearchBox(_ref7) {
13457
14829
  }));
13458
14830
  };
13459
14831
 
13460
- var _templateObject$12, _templateObject2$T, _templateObject3$D, _templateObject4$x, _templateObject5$p;
13461
- var Label$8 = styled.label(_templateObject$12 || (_templateObject$12 = _taggedTemplateLiteralLoose(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
14832
+ var _templateObject$1f, _templateObject2$12, _templateObject3$L, _templateObject4$E, _templateObject5$u;
14833
+ var Label$a = styled.label(_templateObject$1f || (_templateObject$1f = _taggedTemplateLiteralLoose(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n white-space: nowrap;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
13462
14834
  var $fontWeight = _ref.$fontWeight;
13463
14835
  return $fontWeight != null ? $fontWeight : '500';
13464
14836
  }, function (_ref2) {
@@ -13496,7 +14868,7 @@ var Label$8 = styled.label(_templateObject$12 || (_templateObject$12 = _taggedTe
13496
14868
  return $titlecolor;
13497
14869
  }
13498
14870
  });
13499
- var Input$4 = styled.input(_templateObject2$T || (_templateObject2$T = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables.border.light, function (_ref4) {
14871
+ var Input$5 = styled.input(_templateObject2$12 || (_templateObject2$12 = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables.border.light, function (_ref4) {
13500
14872
  var $disabled = _ref4.$disabled;
13501
14873
  return $disabled ? 'not-allowed' : 'auto';
13502
14874
  }, function (_ref5) {
@@ -13545,12 +14917,12 @@ var Input$4 = styled.input(_templateObject2$T || (_templateObject2$T = _taggedTe
13545
14917
  return $color;
13546
14918
  }
13547
14919
  }, colorVariables.text.light);
13548
- var InputWrapper$5 = styled.div(_templateObject3$D || (_templateObject3$D = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
13549
- var IconWrapper$9 = styled.div(_templateObject4$x || (_templateObject4$x = _taggedTemplateLiteralLoose(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
14920
+ var InputWrapper$6 = styled.div(_templateObject3$L || (_templateObject3$L = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
14921
+ var IconWrapper$b = styled.div(_templateObject4$E || (_templateObject4$E = _taggedTemplateLiteralLoose(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
13550
14922
  var $disabled = _ref10.$disabled;
13551
14923
  return $disabled ? 'not-allowed' : 'pointer';
13552
14924
  });
13553
- var Asterisk$5 = styled.span(_templateObject5$p || (_templateObject5$p = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables["default"].error);
14925
+ var Asterisk$6 = styled.span(_templateObject5$u || (_templateObject5$u = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables["default"].error);
13554
14926
  var TextField = function TextField(_ref11) {
13555
14927
  var _ref11$type = _ref11.type,
13556
14928
  type = _ref11$type === void 0 ? 'text' : _ref11$type,
@@ -13606,12 +14978,12 @@ var TextField = function TextField(_ref11) {
13606
14978
  "$padding": padding
13607
14979
  }, (title || titleRightNode) && React.createElement(Container, {
13608
14980
  "$gap": titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.gap
13609
- }, title && React.createElement(Label$8, {
14981
+ }, title && React.createElement(Label$a, {
13610
14982
  "$size": size,
13611
14983
  "$fontWeight": titleWeight,
13612
14984
  htmlFor: title,
13613
14985
  "$titlecolor": titlecolor
13614
- }, title, required && React.createElement(Asterisk$5, null, "*")), titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.node), React.createElement(InputWrapper$5, null, React.createElement(Input$4, {
14986
+ }, title, required && React.createElement(Asterisk$6, null, "*")), titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.node), React.createElement(InputWrapper$6, null, React.createElement(Input$5, {
13615
14987
  type: inputType || 'text',
13616
14988
  "$type": type,
13617
14989
  name: title,
@@ -13629,7 +15001,7 @@ var TextField = function TextField(_ref11) {
13629
15001
  if (onEnter) onEnter();
13630
15002
  }
13631
15003
  }
13632
- }), type === 'password' && inputValue && React.createElement(IconWrapper$9, {
15004
+ }), type === 'password' && inputValue && React.createElement(IconWrapper$b, {
13633
15005
  "$disabled": disabled,
13634
15006
  onClick: function onClick() {
13635
15007
  if (!disabled) handleShowPassword();
@@ -13639,7 +15011,7 @@ var TextField = function TextField(_ref11) {
13639
15011
  size: iconsize,
13640
15012
  weight: iconweight,
13641
15013
  color: iconcolor || colorVariables["default"].primary
13642
- })), icon && type !== 'password' && React.createElement(IconWrapper$9, {
15014
+ })), icon && type !== 'password' && React.createElement(IconWrapper$b, {
13643
15015
  onClick: handleToggleDisabled
13644
15016
  }, React.createElement(Icon, {
13645
15017
  icon: icon,
@@ -13649,12 +15021,12 @@ var TextField = function TextField(_ref11) {
13649
15021
  }))));
13650
15022
  };
13651
15023
 
13652
- var _templateObject$13, _templateObject2$U, _templateObject3$E;
13653
- var Container$b = styled.div(_templateObject$13 || (_templateObject$13 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
15024
+ var _templateObject$1g, _templateObject2$13, _templateObject3$M;
15025
+ var Container$d = styled.div(_templateObject$1g || (_templateObject$1g = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
13654
15026
  var $padding = _ref.$padding;
13655
15027
  return $padding;
13656
15028
  });
13657
- var Label$9 = styled.label(_templateObject2$U || (_templateObject2$U = _taggedTemplateLiteralLoose(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
15029
+ var Label$b = styled.label(_templateObject2$13 || (_templateObject2$13 = _taggedTemplateLiteralLoose(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
13658
15030
  var $fontWeight = _ref2.$fontWeight;
13659
15031
  return $fontWeight != null ? $fontWeight : '500';
13660
15032
  }, function (_ref3) {
@@ -13673,7 +15045,7 @@ var Label$9 = styled.label(_templateObject2$U || (_templateObject2$U = _taggedTe
13673
15045
  var $titlecolor = _ref4.$titlecolor;
13674
15046
  return $titlecolor || colorVariables.text.dark;
13675
15047
  });
13676
- var TextAreaComponent$4 = styled.textarea(_templateObject3$E || (_templateObject3$E = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables.border.light, function (_ref5) {
15048
+ var TextAreaComponent$5 = styled.textarea(_templateObject3$M || (_templateObject3$M = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 1px solid ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), colorVariables.border.light, function (_ref5) {
13677
15049
  var $disabled = _ref5.$disabled;
13678
15050
  return $disabled ? 'not-allowed' : 'auto';
13679
15051
  }, function (_ref6) {
@@ -13725,14 +15097,14 @@ var TextArea = function TextArea(_ref10) {
13725
15097
  useEffect(function () {
13726
15098
  setIsDisabled(disabled);
13727
15099
  }, [disabled]);
13728
- return React.createElement(Container$b, {
15100
+ return React.createElement(Container$d, {
13729
15101
  "$padding": padding
13730
- }, title && React.createElement(Label$9, {
15102
+ }, title && React.createElement(Label$b, {
13731
15103
  "$size": size,
13732
15104
  "$fontWeight": titleWeight,
13733
15105
  htmlFor: title,
13734
15106
  "$titlecolor": titlecolor
13735
- }, title, required && React.createElement(Asterisk$5, null, "*")), React.createElement(TextAreaComponent$4, {
15107
+ }, title, required && React.createElement(Asterisk$6, null, "*")), React.createElement(TextAreaComponent$5, {
13736
15108
  name: title,
13737
15109
  id: title,
13738
15110
  value: inputValue,
@@ -13745,18 +15117,18 @@ var TextArea = function TextArea(_ref10) {
13745
15117
  }));
13746
15118
  };
13747
15119
 
13748
- var _templateObject$14, _templateObject2$V, _templateObject3$F, _templateObject4$y, _templateObject5$q, _templateObject6$d, _templateObject7$7;
13749
- var OptionContainer$5 = styled.div(_templateObject$14 || (_templateObject$14 = _taggedTemplateLiteralLoose(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables.text.white);
13750
- var OptionItem$5 = styled.div(_templateObject2$V || (_templateObject2$V = _taggedTemplateLiteralLoose(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
15120
+ var _templateObject$1h, _templateObject2$14, _templateObject3$N, _templateObject4$F, _templateObject5$v, _templateObject6$f, _templateObject7$8;
15121
+ var OptionContainer$6 = styled.div(_templateObject$1h || (_templateObject$1h = _taggedTemplateLiteralLoose(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables.text.white);
15122
+ var OptionItem$6 = styled.div(_templateObject2$14 || (_templateObject2$14 = _taggedTemplateLiteralLoose(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
13751
15123
  var $optionSelected = _ref.$optionSelected;
13752
15124
  return $optionSelected ? colorVariables.text.white : colorVariables.text.medium;
13753
15125
  }, function (_ref2) {
13754
15126
  var $optionSelected = _ref2.$optionSelected;
13755
15127
  return $optionSelected ? colorVariables["default"].primary : colorVariables.text.white;
13756
15128
  }, colorVariables.hover.primary, colorVariables.text.white);
13757
- var TotalOptionsHeader$4 = styled.div(_templateObject3$F || (_templateObject3$F = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables.text.white, colorVariables.text.light, colorVariables.text.light);
13758
- var OptionLabel$5 = styled.label(_templateObject4$y || (_templateObject4$y = _taggedTemplateLiteralLoose(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
13759
- var SearchContainer$b = styled.div(_templateObject5$q || (_templateObject5$q = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
15129
+ var TotalOptionsHeader$5 = styled.div(_templateObject3$N || (_templateObject3$N = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables.text.white, colorVariables.text.light, colorVariables.text.light);
15130
+ var OptionLabel$6 = styled.label(_templateObject4$F || (_templateObject4$F = _taggedTemplateLiteralLoose(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
15131
+ var SearchContainer$d = styled.div(_templateObject5$v || (_templateObject5$v = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
13760
15132
  var $background = _ref3.$background;
13761
15133
  switch ($background) {
13762
15134
  case 'dark':
@@ -13785,7 +15157,7 @@ var SearchContainer$b = styled.div(_templateObject5$q || (_templateObject5$q = _
13785
15157
  var $borderRadius = _ref5.$borderRadius;
13786
15158
  return $borderRadius || '8px';
13787
15159
  });
13788
- var SearchBar$b = styled.input(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables["default"].tertiary, function (_ref6) {
15160
+ var SearchBar$d = styled.input(_templateObject6$f || (_templateObject6$f = _taggedTemplateLiteralLoose(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables["default"].tertiary, function (_ref6) {
13789
15161
  var $inputColor = _ref6.$inputColor;
13790
15162
  switch ($inputColor) {
13791
15163
  case 'dark':
@@ -13830,7 +15202,7 @@ var SearchBar$b = styled.input(_templateObject6$d || (_templateObject6$d = _tagg
13830
15202
  return $placeholderColor;
13831
15203
  }
13832
15204
  });
13833
- var OptionsWrapper$5 = styled.div(_templateObject7$7 || (_templateObject7$7 = _taggedTemplateLiteralLoose(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables.text.white);
15205
+ var OptionsWrapper$6 = styled.div(_templateObject7$8 || (_templateObject7$8 = _taggedTemplateLiteralLoose(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables.text.white);
13834
15206
  var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
13835
15207
  var options = _ref8.options,
13836
15208
  selectedOption = _ref8.selectedOption,
@@ -13879,7 +15251,7 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
13879
15251
  "$gap": '8px',
13880
15252
  "$width": '100%',
13881
15253
  "$position": 'relative'
13882
- }, searchBox && React.createElement(SearchContainer$b, {
15254
+ }, searchBox && React.createElement(SearchContainer$d, {
13883
15255
  "$borderBottom": searchBoxBorder,
13884
15256
  "$background": isSearchBarEnabled ? colorVariables.text.white : colorVariables.accent.light,
13885
15257
  "$borderRadius": searchBoxBorderRadius,
@@ -13895,7 +15267,7 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
13895
15267
  onClick: function onClick() {
13896
15268
  return setIsSearchBarEnabled(true);
13897
15269
  }
13898
- }, React.createElement(SearchBar$b, {
15270
+ }, React.createElement(SearchBar$d, {
13899
15271
  type: 'text',
13900
15272
  placeholder: placeholder,
13901
15273
  value: internalSearchQuery,
@@ -13912,18 +15284,18 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
13912
15284
  setInternalSearchQuery('');
13913
15285
  setSearchQuery('');
13914
15286
  }
13915
- }), isSearchBarEnabled && React.createElement(OptionContainer$5, null, options.length > 0 ? React.createElement(Container, {
15287
+ }), isSearchBarEnabled && React.createElement(OptionContainer$6, null, options.length > 0 ? React.createElement(Container, {
13916
15288
  "$flexDirection": 'column',
13917
15289
  "$overflow": 'auto'
13918
- }, React.createElement(TotalOptionsHeader$4, null, React.createElement(Span, {
15290
+ }, React.createElement(TotalOptionsHeader$5, null, React.createElement(Span, {
13919
15291
  "$fontSize": '12px',
13920
15292
  "$fontWeight": '400',
13921
15293
  "$color": colorVariables.text.light
13922
- }, t('Showing_results') + " (" + filteredArray.length + " of " + (options === null || options === void 0 ? void 0 : options.length) + ")")), React.createElement(OptionsWrapper$5, null, filteredArray.length > 0 ? filteredArray.map(function (option) {
13923
- return React.createElement(OptionItem$5, {
15294
+ }, t('Showing_results') + " (" + filteredArray.length + " of " + (options === null || options === void 0 ? void 0 : options.length) + ")")), React.createElement(OptionsWrapper$6, null, filteredArray.length > 0 ? filteredArray.map(function (option) {
15295
+ return React.createElement(OptionItem$6, {
13924
15296
  key: option.value,
13925
15297
  "$optionSelected": option.value === selectedOption
13926
- }, React.createElement(OptionLabel$5, {
15298
+ }, React.createElement(OptionLabel$6, {
13927
15299
  htmlFor: option.value,
13928
15300
  onClick: function onClick() {
13929
15301
  setInternalSearchQuery(option.labelText);
@@ -13945,8 +15317,8 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
13945
15317
  }, NoOptionsText)))));
13946
15318
  };
13947
15319
 
13948
- var _templateObject$15, _templateObject2$W;
13949
- var StyledInput$5 = styled.input(_templateObject$15 || (_templateObject$15 = _taggedTemplateLiteralLoose(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
15320
+ var _templateObject$1i, _templateObject2$15;
15321
+ var StyledInput$6 = styled.input(_templateObject$1i || (_templateObject$1i = _taggedTemplateLiteralLoose(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
13950
15322
  var $checkboxSize = _ref.$checkboxSize;
13951
15323
  return $checkboxSize + "px";
13952
15324
  }, function (_ref2) {
@@ -13975,7 +15347,7 @@ var StyledInput$5 = styled.input(_templateObject$15 || (_templateObject$15 = _ta
13975
15347
  var $checkboxSize = _ref9.$checkboxSize;
13976
15348
  return $checkboxSize / 2.4 + "px";
13977
15349
  }, colorVariables.text.white);
13978
- var LabelSpan$4 = styled(Span)(_templateObject2$W || (_templateObject2$W = _taggedTemplateLiteralLoose(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
15350
+ var LabelSpan$5 = styled(Span)(_templateObject2$15 || (_templateObject2$15 = _taggedTemplateLiteralLoose(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
13979
15351
  var CheckBox = function CheckBox(_ref10) {
13980
15352
  var label = _ref10.label,
13981
15353
  _ref10$labelSide = _ref10.labelSide,
@@ -14009,7 +15381,7 @@ var CheckBox = function CheckBox(_ref10) {
14009
15381
  height: checkboxSize,
14010
15382
  display: 'flex'
14011
15383
  }
14012
- }, React.createElement(StyledInput$5, {
15384
+ }, React.createElement(StyledInput$6, {
14013
15385
  type: 'checkbox',
14014
15386
  id: safeId,
14015
15387
  "$checkboxSize": checkboxSize,
@@ -14020,7 +15392,7 @@ var CheckBox = function CheckBox(_ref10) {
14020
15392
  },
14021
15393
  disabled: disabled,
14022
15394
  "$borderSize": borderSize
14023
- })), label && React.createElement(LabelSpan$4, {
15395
+ })), label && React.createElement(LabelSpan$5, {
14024
15396
  "$fontSize": fontSize,
14025
15397
  "$color": color,
14026
15398
  "$fontWeight": fontWeight,
@@ -14030,31 +15402,31 @@ var CheckBox = function CheckBox(_ref10) {
14030
15402
  }, label));
14031
15403
  };
14032
15404
 
14033
- var _templateObject$16, _templateObject2$X, _templateObject3$G, _templateObject4$z;
14034
- var spin$9 = keyframes(_templateObject$16 || (_templateObject$16 = _taggedTemplateLiteralLoose(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
14035
- var getDotPosition$4 = function getDotPosition(index, size) {
15405
+ var _templateObject$1j, _templateObject2$16, _templateObject3$O, _templateObject4$G;
15406
+ var spin$b = keyframes(_templateObject$1j || (_templateObject$1j = _taggedTemplateLiteralLoose(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
15407
+ var getDotPosition$5 = function getDotPosition(index, size) {
14036
15408
  var angle = index * 360 / 8;
14037
15409
  var radius = size / 2.5;
14038
15410
  var x = radius * Math.cos(angle * Math.PI / 180);
14039
15411
  var y = radius * Math.sin(angle * Math.PI / 180);
14040
15412
  return "translate(" + x + "px, " + y + "px)";
14041
15413
  };
14042
- var SpinnerContainer$4 = styled.div(_templateObject2$X || (_templateObject2$X = _taggedTemplateLiteralLoose(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
15414
+ var SpinnerContainer$5 = styled.div(_templateObject2$16 || (_templateObject2$16 = _taggedTemplateLiteralLoose(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
14043
15415
  var $size = _ref.$size;
14044
15416
  return $size;
14045
15417
  }, function (_ref2) {
14046
15418
  var $size = _ref2.$size;
14047
15419
  return $size;
14048
15420
  });
14049
- var Dot$4 = styled.div.attrs(function (_ref3) {
15421
+ var Dot$5 = styled.div.attrs(function (_ref3) {
14050
15422
  var $index = _ref3.$index,
14051
15423
  $size = _ref3.$size;
14052
15424
  return {
14053
15425
  style: {
14054
- transform: getDotPosition$4($index, $size)
15426
+ transform: getDotPosition$5($index, $size)
14055
15427
  }
14056
15428
  };
14057
- })(_templateObject3$G || (_templateObject3$G = _taggedTemplateLiteralLoose(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
15429
+ })(_templateObject3$O || (_templateObject3$O = _taggedTemplateLiteralLoose(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
14058
15430
  var $dotSize = _ref4.$dotSize;
14059
15431
  return $dotSize;
14060
15432
  }, function (_ref5) {
@@ -14063,7 +15435,7 @@ var Dot$4 = styled.div.attrs(function (_ref3) {
14063
15435
  }, function (_ref6) {
14064
15436
  var $color = _ref6.$color;
14065
15437
  return $color;
14066
- }, spin$9, function (_ref7) {
15438
+ }, spin$b, function (_ref7) {
14067
15439
  var $speed = _ref7.$speed;
14068
15440
  return $speed;
14069
15441
  }, function (_ref8) {
@@ -14071,7 +15443,7 @@ var Dot$4 = styled.div.attrs(function (_ref3) {
14071
15443
  $speed = _ref8.$speed;
14072
15444
  return $index * $speed / 8;
14073
15445
  });
14074
- var SpinnerWrapper$4 = styled.div(_templateObject4$z || (_templateObject4$z = _taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
15446
+ var SpinnerWrapper$5 = styled.div(_templateObject4$G || (_templateObject4$G = _taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
14075
15447
  var sizeMap = {
14076
15448
  small: {
14077
15449
  size: 32
@@ -14095,13 +15467,13 @@ var CircularLoader = function CircularLoader(_ref9) {
14095
15467
  text = _ref9.text,
14096
15468
  customSize = _ref9.customSize;
14097
15469
  var spinnerSize = customSize != null ? customSize : sizeMap[size].size;
14098
- return React.createElement(SpinnerWrapper$4, null, React.createElement(SpinnerContainer$4, {
15470
+ return React.createElement(SpinnerWrapper$5, null, React.createElement(SpinnerContainer$5, {
14099
15471
  "$size": spinnerSize,
14100
15472
  "aria-label": "Loading animation"
14101
15473
  }, Array.from({
14102
15474
  length: 8
14103
15475
  }).map(function (_, i) {
14104
- return React.createElement(Dot$4, {
15476
+ return React.createElement(Dot$5, {
14105
15477
  key: i,
14106
15478
  "$index": i,
14107
15479
  "$size": spinnerSize,
@@ -14112,9 +15484,9 @@ var CircularLoader = function CircularLoader(_ref9) {
14112
15484
  })), text && React.createElement(React.Fragment, null, text));
14113
15485
  };
14114
15486
 
14115
- var _templateObject$17, _templateObject2$Y;
14116
- var spin$a = keyframes(_templateObject$17 || (_templateObject$17 = _taggedTemplateLiteralLoose(["\n to {\n transform: rotate(360deg);\n }\n"])));
14117
- var Spinner$5 = styled.div(_templateObject2$Y || (_templateObject2$Y = _taggedTemplateLiteralLoose(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
15487
+ var _templateObject$1k, _templateObject2$17;
15488
+ var spin$c = keyframes(_templateObject$1k || (_templateObject$1k = _taggedTemplateLiteralLoose(["\n to {\n transform: rotate(360deg);\n }\n"])));
15489
+ var Spinner$6 = styled.div(_templateObject2$17 || (_templateObject2$17 = _taggedTemplateLiteralLoose(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
14118
15490
  var $size = _ref.$size;
14119
15491
  return $size;
14120
15492
  }, function (_ref2) {
@@ -14123,7 +15495,7 @@ var Spinner$5 = styled.div(_templateObject2$Y || (_templateObject2$Y = _taggedTe
14123
15495
  }, function (_ref3) {
14124
15496
  var $color = _ref3.$color;
14125
15497
  return $color;
14126
- }, spin$a);
15498
+ }, spin$c);
14127
15499
  var Loader = function Loader(_ref4) {
14128
15500
  var title = _ref4.title,
14129
15501
  _ref4$size = _ref4.size,
@@ -14139,7 +15511,7 @@ var Loader = function Loader(_ref4) {
14139
15511
  "$height": '100%',
14140
15512
  "$flexDirection": 'column',
14141
15513
  "$gap": '12px'
14142
- }, React.createElement(Container, null, React.createElement(Spinner$5, {
15514
+ }, React.createElement(Container, null, React.createElement(Spinner$6, {
14143
15515
  "$size": size,
14144
15516
  "$color": color
14145
15517
  })), title && React.createElement(Container, {
@@ -14155,8 +15527,8 @@ var Loader = function Loader(_ref4) {
14155
15527
  }, title))));
14156
15528
  };
14157
15529
 
14158
- var _templateObject$18;
14159
- var PageInput$4 = styled.input(_templateObject$18 || (_templateObject$18 = _taggedTemplateLiteralLoose(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables.accent.extraLight, colorVariables.border.light, colorVariables.text.dark);
15530
+ var _templateObject$1l;
15531
+ var PageInput$5 = styled.input(_templateObject$1l || (_templateObject$1l = _taggedTemplateLiteralLoose(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), colorVariables.accent.extraLight, colorVariables.border.light, colorVariables.text.dark);
14160
15532
  var Pagination = function Pagination(_ref) {
14161
15533
  var totalPages = _ref.totalPages,
14162
15534
  currentPage = _ref.currentPage,
@@ -14214,7 +15586,7 @@ var Pagination = function Pagination(_ref) {
14214
15586
  }, React.createElement(Container, {
14215
15587
  "$gap": '4px',
14216
15588
  "$alignItems": 'center'
14217
- }, React.createElement(PageInput$4, {
15589
+ }, React.createElement(PageInput$5, {
14218
15590
  type: 'number',
14219
15591
  value: inputPage,
14220
15592
  onChange: handleInputChange,
@@ -14340,22 +15712,22 @@ var ProgressBar = function ProgressBar(_ref) {
14340
15712
  })));
14341
15713
  };
14342
15714
 
14343
- var _templateObject$19, _templateObject2$Z, _templateObject3$H, _templateObject4$A, _templateObject5$r, _templateObject6$e;
14344
- var SidebarContainer$4 = styled.div(_templateObject$19 || (_templateObject$19 = _taggedTemplateLiteralLoose(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
15715
+ var _templateObject$1m, _templateObject2$18, _templateObject3$P, _templateObject4$H, _templateObject5$w, _templateObject6$g;
15716
+ var SidebarContainer$5 = styled.div(_templateObject$1m || (_templateObject$1m = _taggedTemplateLiteralLoose(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
14345
15717
  var $isExpanded = _ref.$isExpanded;
14346
15718
  return $isExpanded ? '225px' : '68px';
14347
15719
  }, function (_ref2) {
14348
15720
  var $background = _ref2.$background;
14349
15721
  return $background ? $background : colorVariables.accent.softBlue;
14350
15722
  });
14351
- var SidebarItem$4 = styled(NavLink)(_templateObject2$Z || (_templateObject2$Z = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables.text.medium, colorVariables["default"].primary);
14352
- var ContentWrapper$4 = styled.div(_templateObject3$H || (_templateObject3$H = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
14353
- var IconWrapper$a = styled.div(_templateObject4$A || (_templateObject4$A = _taggedTemplateLiteralLoose(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
15723
+ var SidebarItem$5 = styled(NavLink)(_templateObject2$18 || (_templateObject2$18 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables.text.medium, colorVariables["default"].primary);
15724
+ var ContentWrapper$5 = styled.div(_templateObject3$P || (_templateObject3$P = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
15725
+ var IconWrapper$c = styled.div(_templateObject4$H || (_templateObject4$H = _taggedTemplateLiteralLoose(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
14354
15726
  var $selected = _ref3.$selected;
14355
15727
  return $selected ? colorVariables["default"].primary : colorVariables["default"].tertiary;
14356
15728
  });
14357
- var Logo$4 = styled.div(_templateObject5$r || (_templateObject5$r = _taggedTemplateLiteralLoose(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
14358
- var TextContainer$4 = styled.span(_templateObject6$e || (_templateObject6$e = _taggedTemplateLiteralLoose(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
15729
+ var Logo$5 = styled.div(_templateObject5$w || (_templateObject5$w = _taggedTemplateLiteralLoose(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
15730
+ var TextContainer$5 = styled.span(_templateObject6$g || (_templateObject6$g = _taggedTemplateLiteralLoose(["\n width: 100%;\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref4) {
14359
15731
  var $padding = _ref4.$padding;
14360
15732
  return $padding;
14361
15733
  }, function (_ref5) {
@@ -14392,7 +15764,7 @@ var Sidebar = function Sidebar(_ref10) {
14392
15764
  return parts.length > 0 ? "/" + parts[0] + "/" : '/';
14393
15765
  };
14394
15766
  var topLevelPath = getTopLevelPathWithSlash(location.pathname) || getTopLevelPath(location.pathname);
14395
- return React.createElement(SidebarContainer$4, {
15767
+ return React.createElement(SidebarContainer$5, {
14396
15768
  "$background": background,
14397
15769
  "$isExpanded": isExpanded,
14398
15770
  onMouseEnter: function onMouseEnter() {
@@ -14401,24 +15773,24 @@ var Sidebar = function Sidebar(_ref10) {
14401
15773
  onMouseLeave: function onMouseLeave() {
14402
15774
  return setIsExpanded(false);
14403
15775
  }
14404
- }, logo && React.createElement(Logo$4, null, React.createElement(Icon, {
15776
+ }, logo && React.createElement(Logo$5, null, React.createElement(Icon, {
14405
15777
  icon: logo.icon
14406
- }), React.createElement(TextContainer$4, {
15778
+ }), React.createElement(TextContainer$5, {
14407
15779
  "$isExpanded": isExpanded,
14408
15780
  "$fontWeight": "700"
14409
- }, logo.name)), React.createElement(ContentWrapper$4, null, content.map(function (item) {
15781
+ }, logo.name)), React.createElement(ContentWrapper$5, null, content.map(function (item) {
14410
15782
  var isActive = item.url.includes(topLevelPath);
14411
- return React.createElement(SidebarItem$4, {
15783
+ return React.createElement(SidebarItem$5, {
14412
15784
  to: item.url,
14413
15785
  key: item.id
14414
- }, React.createElement(IconWrapper$a, {
15786
+ }, React.createElement(IconWrapper$c, {
14415
15787
  "$selected": isActive
14416
15788
  }, React.createElement(Icon, {
14417
15789
  icon: item.icon,
14418
15790
  size: 20,
14419
15791
  weight: item.iconWeight,
14420
15792
  color: isActive ? colorVariables.text.white : colorVariables.text.medium
14421
- })), React.createElement(TextContainer$4, {
15793
+ })), React.createElement(TextContainer$5, {
14422
15794
  "$isExpanded": isExpanded,
14423
15795
  "$fontSize": "14px",
14424
15796
  "$padding": '0px 10px 0px 0px',
@@ -14427,14 +15799,14 @@ var Sidebar = function Sidebar(_ref10) {
14427
15799
  })), ProfileContent);
14428
15800
  };
14429
15801
 
14430
- var _templateObject$1a, _templateObject2$_, _templateObject3$I, _templateObject4$B;
14431
- var ContainerWrapper$4 = styled.div(_templateObject$1a || (_templateObject$1a = _taggedTemplateLiteralLoose(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
15802
+ var _templateObject$1n, _templateObject2$19, _templateObject3$Q, _templateObject4$I;
15803
+ var ContainerWrapper$5 = styled.div(_templateObject$1n || (_templateObject$1n = _taggedTemplateLiteralLoose(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
14432
15804
  return props.$width || 'auto';
14433
15805
  }, function (_ref) {
14434
15806
  var $minHeight = _ref.$minHeight;
14435
15807
  return $minHeight;
14436
15808
  });
14437
- var CellContainer$4 = styled.div(_templateObject2$_ || (_templateObject2$_ = _taggedTemplateLiteralLoose(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
15809
+ var CellContainer$5 = styled.div(_templateObject2$19 || (_templateObject2$19 = _taggedTemplateLiteralLoose(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
14438
15810
  return props.$align;
14439
15811
  }, function (props) {
14440
15812
  return props.$width || 'auto';
@@ -14445,14 +15817,14 @@ var CellContainer$4 = styled.div(_templateObject2$_ || (_templateObject2$_ = _ta
14445
15817
  }, function (props) {
14446
15818
  return props.$padding;
14447
15819
  });
14448
- var MainText$4 = styled.div(_templateObject3$I || (_templateObject3$I = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15820
+ var MainText$5 = styled.div(_templateObject3$Q || (_templateObject3$Q = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
14449
15821
  return props.$mtc;
14450
15822
  }, function (props) {
14451
15823
  return props.$mtfs;
14452
15824
  }, function (props) {
14453
15825
  return props.$mtw;
14454
15826
  });
14455
- var SubText$4 = styled.div(_templateObject4$B || (_templateObject4$B = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15827
+ var SubText$5 = styled.div(_templateObject4$I || (_templateObject4$I = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
14456
15828
  return props.$stc;
14457
15829
  }, function (props) {
14458
15830
  return props.$stfs;
@@ -14481,31 +15853,31 @@ var TableCell = function TableCell(_ref2) {
14481
15853
  CustomFunction = _ref2.CustomFunction,
14482
15854
  padding = _ref2.padding,
14483
15855
  minHeight = _ref2.minHeight;
14484
- return React.createElement(ContainerWrapper$4, {
15856
+ return React.createElement(ContainerWrapper$5, {
14485
15857
  "$width": width,
14486
15858
  "$minHeight": minHeight
14487
- }, CustomFunction ? React.createElement(CellContainer$4, {
15859
+ }, CustomFunction ? React.createElement(CellContainer$5, {
14488
15860
  "$align": alignment,
14489
15861
  "$width": width,
14490
15862
  "$minWidth": minWidth
14491
- }, CustomFunction) : React.createElement(CellContainer$4, {
15863
+ }, CustomFunction) : React.createElement(CellContainer$5, {
14492
15864
  "$align": alignment,
14493
15865
  "$width": width,
14494
15866
  "$minWidth": minWidth,
14495
15867
  "$padding": padding
14496
- }, React.createElement(MainText$4, {
15868
+ }, React.createElement(MainText$5, {
14497
15869
  "$mtc": maintextcolor,
14498
15870
  "$mtfs": maintextfontsize,
14499
15871
  "$mtw": maintextweight
14500
- }, maintext), subtext && React.createElement(SubText$4, {
15872
+ }, maintext), subtext && React.createElement(SubText$5, {
14501
15873
  "$stc": subtextcolor,
14502
15874
  "$stfs": subtextfontsize,
14503
15875
  "$stw": subtextweight
14504
15876
  }, subtext)));
14505
15877
  };
14506
15878
 
14507
- var _templateObject$1b;
14508
- var TableRowContainer$4 = styled$1.div(_templateObject$1b || (_templateObject$1b = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
15879
+ var _templateObject$1o;
15880
+ var TableRowContainer$5 = styled$1.div(_templateObject$1o || (_templateObject$1o = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
14509
15881
  var TableRow = function TableRow(_ref) {
14510
15882
  var rowconfig = _ref.rowconfig,
14511
15883
  tableheaderconfig = _ref.tableheaderconfig;
@@ -14514,7 +15886,7 @@ var TableRow = function TableRow(_ref) {
14514
15886
  };
14515
15887
  return React.createElement(Container, null, rowconfig.map(function (data, Index) {
14516
15888
  var _rowconfig$Index;
14517
- return React.createElement(TableRowContainer$4, {
15889
+ return React.createElement(TableRowContainer$5, {
14518
15890
  key: Index
14519
15891
  }, tableheaderconfig.isAllSelectable && React.createElement(Container, {
14520
15892
  "$padding": '0px 16px 0px 0px',
@@ -14548,16 +15920,16 @@ var TableRow = function TableRow(_ref) {
14548
15920
  }));
14549
15921
  };
14550
15922
 
14551
- var _templateObject$1c, _templateObject2$$, _templateObject3$J, _templateObject4$C, _templateObject5$s;
14552
- var TableContainer$4 = styled.div(_templateObject$1c || (_templateObject$1c = _taggedTemplateLiteralLoose(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables.brand.light);
14553
- var TableHeader$4 = styled.div(_templateObject2$$ || (_templateObject2$$ = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
15923
+ var _templateObject$1p, _templateObject2$1a, _templateObject3$R, _templateObject4$J, _templateObject5$x;
15924
+ var TableContainer$5 = styled.div(_templateObject$1p || (_templateObject$1p = _taggedTemplateLiteralLoose(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables.brand.light);
15925
+ var TableHeader$5 = styled.div(_templateObject2$1a || (_templateObject2$1a = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
14554
15926
  return props.$hbcolor || 'transparent';
14555
15927
  }, function (props) {
14556
15928
  return props.$tcolor || 'white';
14557
15929
  });
14558
- var TableContent$4 = styled.div(_templateObject3$J || (_templateObject3$J = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
14559
- var TableData$4 = styled.div(_templateObject4$C || (_templateObject4$C = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
14560
- var Divider$4 = styled.div(_templateObject5$s || (_templateObject5$s = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), colorVariables.border.extraLight);
15930
+ var TableContent$5 = styled.div(_templateObject3$R || (_templateObject3$R = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
15931
+ var TableData$5 = styled.div(_templateObject4$J || (_templateObject4$J = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
15932
+ var Divider$5 = styled.div(_templateObject5$x || (_templateObject5$x = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), colorVariables.border.extraLight);
14561
15933
  var Table = function Table(_ref) {
14562
15934
  var tableObject = _ref.tableObject,
14563
15935
  _ref$filter = _ref.filter,
@@ -14607,7 +15979,7 @@ var Table = function Table(_ref) {
14607
15979
  useEffect(function () {
14608
15980
  setIsAllSelected(false);
14609
15981
  }, [rowconfig]);
14610
- return React.createElement(TableContainer$4, null, React.createElement(TableContent$4, null, React.createElement(TableHeader$4, {
15982
+ return React.createElement(TableContainer$5, null, React.createElement(TableContent$5, null, React.createElement(TableHeader$5, {
14611
15983
  "$hbcolor": tableheaderconfig.headercolor,
14612
15984
  "$tcolor": tableheaderconfig.textcolor
14613
15985
  }, tableheaderconfig.isAllSelectable && React.createElement(Container, {
@@ -14637,7 +16009,7 @@ var Table = function Table(_ref) {
14637
16009
  "$alignItems": 'center',
14638
16010
  "$padding": '24px 24px',
14639
16011
  "$justifyContent": 'center'
14640
- }, React.createElement(Span, null, noDataText)) : filter ? React.createElement(TableData$4, null, Object.entries(roleGroups).map(function (_ref2) {
16012
+ }, React.createElement(Span, null, noDataText)) : filter ? React.createElement(TableData$5, null, Object.entries(roleGroups).map(function (_ref2) {
14641
16013
  var role = _ref2[0],
14642
16014
  rows = _ref2[1];
14643
16015
  return React.createElement(React.Fragment, {
@@ -14667,31 +16039,31 @@ var Table = function Table(_ref) {
14667
16039
  }, React.createElement(TableRow, {
14668
16040
  rowconfig: [row],
14669
16041
  tableheaderconfig: tableheaderconfig
14670
- }), rows.length > 1 && index < rows.length - 1 && React.createElement(Divider$4, null));
16042
+ }), rows.length > 1 && index < rows.length - 1 && React.createElement(Divider$5, null));
14671
16043
  }));
14672
- })) : React.createElement(TableData$4, null, filteredRows.map(function (row, index) {
16044
+ })) : React.createElement(TableData$5, null, filteredRows.map(function (row, index) {
14673
16045
  return React.createElement(React.Fragment, {
14674
16046
  key: index
14675
16047
  }, React.createElement(TableRow, {
14676
16048
  rowconfig: [row],
14677
16049
  tableheaderconfig: tableheaderconfig
14678
- }), filteredRows.length > 1 && index < filteredRows.length - 1 && React.createElement(Divider$4, null));
16050
+ }), filteredRows.length > 1 && index < filteredRows.length - 1 && React.createElement(Divider$5, null));
14679
16051
  }))));
14680
16052
  };
14681
16053
 
14682
- var _templateObject$1d, _templateObject2$10, _templateObject3$K, _templateObject4$D, _templateObject5$t;
14683
- var Container$c = styled.div(_templateObject$1d || (_templateObject$1d = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
16054
+ var _templateObject$1q, _templateObject2$1b, _templateObject3$S, _templateObject4$K, _templateObject5$y;
16055
+ var Container$e = styled.div(_templateObject$1q || (_templateObject$1q = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
14684
16056
  var $gap = _ref.$gap;
14685
16057
  return $gap;
14686
16058
  }, function (_ref2) {
14687
16059
  var $border = _ref2.$border;
14688
16060
  return $border;
14689
16061
  });
14690
- var FirstContainer$4 = styled.div(_templateObject2$10 || (_templateObject2$10 = _taggedTemplateLiteralLoose(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables.border.light, function (_ref3) {
16062
+ var FirstContainer$5 = styled.div(_templateObject2$1b || (_templateObject2$1b = _taggedTemplateLiteralLoose(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables.border.light, function (_ref3) {
14691
16063
  var $headerPadding = _ref3.$headerPadding;
14692
16064
  return $headerPadding ? $headerPadding : '0px';
14693
16065
  });
14694
- var TabContainer$4 = styled.div(_templateObject3$K || (_templateObject3$K = _taggedTemplateLiteralLoose(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
16066
+ var TabContainer$5 = styled.div(_templateObject3$S || (_templateObject3$S = _taggedTemplateLiteralLoose(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref4) {
14695
16067
  var $disabled = _ref4.$disabled;
14696
16068
  return $disabled ? 'not-allowed' : 'pointer';
14697
16069
  }, function (_ref5) {
@@ -14704,13 +16076,13 @@ var TabContainer$4 = styled.div(_templateObject3$K || (_templateObject3$K = _tag
14704
16076
  var $disabled = _ref7.$disabled;
14705
16077
  return $disabled ? 'not-allowed' : 'pointer';
14706
16078
  });
14707
- var TabItemContainer$4 = styled.div(_templateObject4$D || (_templateObject4$D = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
16079
+ var TabItemContainer$5 = styled.div(_templateObject4$K || (_templateObject4$K = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
14708
16080
  var $headerHeight = _ref8.$headerHeight;
14709
16081
  return $headerHeight ? $headerHeight : '34px';
14710
16082
  }, function (props) {
14711
16083
  return props.$active ? 'block' : 'none';
14712
16084
  }, colorVariables["default"].primary);
14713
- var DetailsFirstContainer$4 = styled.div(_templateObject5$t || (_templateObject5$t = _taggedTemplateLiteralLoose(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
16085
+ var DetailsFirstContainer$5 = styled.div(_templateObject5$y || (_templateObject5$y = _taggedTemplateLiteralLoose(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
14714
16086
  return props.$active ? colorVariables["default"].primary : colorVariables.text.medium;
14715
16087
  });
14716
16088
  var Tabs = function Tabs(_ref9) {
@@ -14723,20 +16095,20 @@ var Tabs = function Tabs(_ref9) {
14723
16095
  border = _ref9.border,
14724
16096
  _ref9$gap = _ref9.gap,
14725
16097
  gap = _ref9$gap === void 0 ? '24px' : _ref9$gap;
14726
- return React.createElement(Container$c, {
16098
+ return React.createElement(Container$e, {
14727
16099
  "$gap": gap,
14728
16100
  "$border": border
14729
- }, React.createElement(FirstContainer$4, {
16101
+ }, React.createElement(FirstContainer$5, {
14730
16102
  "$headerPadding": headerPadding
14731
16103
  }, tabItems.map(function (tab, index) {
14732
- return React.createElement(TabContainer$4, {
16104
+ return React.createElement(TabContainer$5, {
14733
16105
  key: index,
14734
16106
  onClick: function onClick() {
14735
16107
  if (!disabled && tab.onClick) tab.onClick();
14736
16108
  },
14737
16109
  "$disabled": disabled,
14738
16110
  "$headerHeight": headerHeight
14739
- }, React.createElement(TabItemContainer$4, {
16111
+ }, React.createElement(TabItemContainer$5, {
14740
16112
  "$active": activeTab === tab.title,
14741
16113
  "$headerHeight": headerHeight
14742
16114
  }, tab.icon && React.createElement(Icon, {
@@ -14744,11 +16116,11 @@ var Tabs = function Tabs(_ref9) {
14744
16116
  icon: tab.icon,
14745
16117
  size: tab.iconSize,
14746
16118
  weight: tab.iconWeight
14747
- }), React.createElement(DetailsFirstContainer$4, {
16119
+ }), React.createElement(DetailsFirstContainer$5, {
14748
16120
  "$active": activeTab === tab.title
14749
16121
  }, tab.title)));
14750
16122
  })), tabItems.map(function (tab, index) {
14751
- return activeTab === tab.title && React.createElement(Container$c, {
16123
+ return activeTab === tab.title && React.createElement(Container$e, {
14752
16124
  key: index
14753
16125
  }, tab.content);
14754
16126
  }));