@supermapgis/vue-iclient-leaflet 11.3.0 → 12.0.0-r

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist/iclient-leaflet-vue.css +2 -2
  2. package/dist/iclient-leaflet-vue.js +941 -808
  3. package/dist/iclient-leaflet-vue.min.css +2 -2
  4. package/dist/iclient-leaflet-vue.min.js +10 -10
  5. package/lib/_lang/en.js +4 -3
  6. package/lib/_lang/index.js +23 -23
  7. package/lib/_lang/zh.js +4 -3
  8. package/lib/_mixin/AntdRender.js +8 -8
  9. package/lib/_mixin/Card.js +4 -4
  10. package/lib/_mixin/GridLayer.js +4 -4
  11. package/lib/_mixin/Layer.js +2 -2
  12. package/lib/_mixin/Popper.js +2 -2
  13. package/lib/_mixin/Theme.js +4 -4
  14. package/lib/_mixin/ThirdService.js +2 -2
  15. package/lib/_mixin/TileLayer.js +4 -4
  16. package/lib/_mixin/Timer.js +2 -2
  17. package/lib/_mixin/VmUpdater.js +2 -2
  18. package/lib/_mixin/map-events.js +2 -2
  19. package/lib/_mixin/map-getter.js +4 -4
  20. package/lib/_types/AddressMatchParameter.js +2 -2
  21. package/lib/_types/GeoJSONParamter.js +2 -2
  22. package/lib/_types/RestDataParameter.js +4 -4
  23. package/lib/_types/RestMapParameter.js +4 -4
  24. package/lib/_types/RestParameter.js +2 -2
  25. package/lib/_types/event/BaseTypes.js +2 -2
  26. package/lib/_types/event/Event.js +4 -4
  27. package/lib/_types/event/Events.js +10 -10
  28. package/lib/_types/event/Pixel.js +2 -2
  29. package/lib/_types/event/Util.js +2 -2
  30. package/lib/_types/iPortalDataParameter.js +2 -2
  31. package/lib/_types/iServerBaseParameter.js +2 -2
  32. package/lib/_types/iServerDataParameter.js +4 -4
  33. package/lib/_types/iServerMapParameter.js +4 -4
  34. package/lib/_types/index.js +18 -18
  35. package/lib/_types/map-event.js +2 -2
  36. package/lib/_utils/EchartsDataService.js +10 -10
  37. package/lib/_utils/RestService.js +2 -2
  38. package/lib/_utils/epsg-define.js +22 -7
  39. package/lib/_utils/get-features.js +6 -6
  40. package/lib/_utils/global-event.js +2 -2
  41. package/lib/_utils/iPortalDataService.js +4 -4
  42. package/lib/_utils/iServerRestService.js +10 -10
  43. package/lib/_utils/props-binder.js +2 -2
  44. package/lib/_utils/statistics.js +2 -2
  45. package/lib/_utils/style/color/colorPalette.js +2 -2
  46. package/lib/_utils/style/color/serialColors.js +6 -6
  47. package/lib/_utils/style/theme/chart.js +4 -4
  48. package/lib/_utils/style/theme/set-theme.js +6 -5
  49. package/lib/_utils/util.js +9 -0
  50. package/lib/_utils/vue-types/utils.js +2 -2
  51. package/lib/attribute-panel/style/attribute-panel.css +1 -1
  52. package/lib/avatar/index.js +6 -6
  53. package/lib/border/index.js +48 -48
  54. package/lib/breadcrumb/index.js +14 -14
  55. package/lib/button/index.js +10 -10
  56. package/lib/card/index.js +14 -14
  57. package/lib/chart/index.js +1254 -1145
  58. package/lib/checkbox/index.js +10 -10
  59. package/lib/collapse/index.js +13 -13
  60. package/lib/collapse-card/index.js +6 -6
  61. package/lib/color-picker/index.js +8 -8
  62. package/lib/date-picker/index.js +10 -10
  63. package/lib/dropdown/index.js +6 -6
  64. package/lib/empty/index.js +6 -6
  65. package/lib/icon/index.js +6 -6
  66. package/lib/identify/index.js +22 -22
  67. package/lib/iframe/index.js +6 -6
  68. package/lib/image/index.js +8 -8
  69. package/lib/indicator/index.js +15 -15
  70. package/lib/init.js +6 -6
  71. package/lib/input/index.js +22 -22
  72. package/lib/input-number/index.js +6 -6
  73. package/lib/layout/index.js +14 -14
  74. package/lib/liquid-fill/index.js +30 -21
  75. package/lib/marker/index.js +12 -12
  76. package/lib/menu/index.js +12 -12
  77. package/lib/modal/index.js +6 -6
  78. package/lib/notification/index.js +6 -6
  79. package/lib/pagination/index.js +15 -15
  80. package/lib/popup/index.js +16 -16
  81. package/lib/progress/index.js +24 -16
  82. package/lib/radio/index.js +15 -15
  83. package/lib/select/index.js +12 -12
  84. package/lib/slider/index.js +6 -6
  85. package/lib/slideshow/index.js +29 -29
  86. package/lib/spin/index.js +9 -9
  87. package/lib/steps/index.js +9 -9
  88. package/lib/switch/index.js +6 -6
  89. package/lib/table/index.js +17 -17
  90. package/lib/table-popup/index.js +8 -8
  91. package/lib/table-popup/style/table-popup.css +1 -1
  92. package/lib/tabs/index.js +9 -9
  93. package/lib/text/index.js +8 -8
  94. package/lib/tile-layer/index.js +14 -14
  95. package/lib/time-line/index.js +8 -8
  96. package/lib/time-picker/index.js +6 -6
  97. package/lib/time-range/index.js +8 -8
  98. package/lib/time-slider/index.js +12 -12
  99. package/lib/time-text/index.js +6 -6
  100. package/lib/tooltip/index.js +6 -6
  101. package/lib/transfer/index.js +6 -6
  102. package/lib/tree/index.js +15 -15
  103. package/lib/tree-select/index.js +9 -9
  104. package/lib/video-player/index.js +22 -22
  105. package/lib/web-map/index.js +45 -45
  106. package/package.json +1 -2
  107. package/src/common/_lang/en.js +2 -1
  108. package/src/common/_lang/zh.js +2 -1
  109. package/src/common/_utils/epsg-define.js +14 -5
  110. package/src/common/_utils/style/theme/set-theme.ts +2 -1
  111. package/src/common/_utils/util.js +7 -0
  112. package/src/common/chart/ChartHandleMixin.vue +650 -0
  113. package/src/common/chart/ChartMixin.vue +16 -604
  114. package/src/common/progress/Progress.vue +6 -7
  115. package/src/common/table-popup/style/table-popup.scss +1 -1
  116. package/src/leaflet/package.json +1 -2
  117. package/src/sfc.d.ts +0 -1
@@ -3,7 +3,7 @@
3
3
  * @supermapgis/vue-iclient.(https://iclient.supermap.io)
4
4
  * Copyright© 2000 - 2024 SuperMap Software Co.Ltd
5
5
  * license: Apache-2.0
6
- * version: v11.3.0
6
+ * version: v12.0.0-r
7
7
  *
8
8
  */
9
9
  @font-face {
@@ -22698,7 +22698,7 @@ li.sm-component-select-tree-treenode-disabled > .sm-component-select-tree-node-c
22698
22698
  }
22699
22699
  }
22700
22700
 
22701
- body{font-family:-apple-system,"BlinkMacSystemFont","Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,"Segoe UI Emoji",Segoe UI Symbol !important}.add-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hidden{display:none}.clearfix:after{content:" ";height:0;display:block;clear:both}.disabled{pointer-events:none}::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(245,245,245,0)}::-webkit-scrollbar-thumb{border-radius:10px;background-color:#bbb}.mapboxgl-ctrl button:not(:disabled):hover{background-color:var(--primary-5)}.mapboxgl-map{font-family:inherit}.sm-component-count-to__numItem{display:inline-block}.sm-component-indicator{display:inline-flex;flex-wrap:nowrap;justify-content:center;align-items:center;color:var(--text-color);background:var(--component-background)}.sm-component-indicator__content{display:flex;align-items:flex-end;font-weight:bolder}.sm-component-indicator__content-vertical{flex-direction:column;align-items:flex-start}.sm-component-indicator__content-vertical .sm-component-indicator__title{margin-bottom:8px}.sm-component-indicator__content-horizontal{flex-flow:row nowrap;width:100%;justify-content:space-around}.sm-component-indicator__content-horizontal .sm-component-indicator__title{line-height:1.2}.sm-component-indicator__title{font-size:16px;font-weight:bolder}.sm-component-indicator__num{font-weight:bolder;color:var(--primary-color);font-size:22px;line-height:1}.sm-component-indicator__unit{text-indent:5px;font-size:16px;line-height:1.2}.sm-component-text{display:inline-flex;align-items:center;justify-content:center;line-height:1.5;padding:4px;color:var(--text-color);background:var(--component-background)}.sm-component-text__href{display:inline-block;color:var(--text-color)}.sm-component-text__href:hover{cursor:pointer;color:var(--hover-color) !important}.sm-component-text__span{white-space:pre-wrap}.sm-component-time-text{display:inline-flex;align-items:center;justify-content:center;color:var(--text-color);background:var(--component-background)}.sm-component-time-text>span{padding:10px;vertical-align:middle}.sm-component-icon{display:inline-flex;justify-content:center;align-items:center;color:var(--primary-color)}.sm-component-icon>i{font-size:inherit}.sm-component-collapse-card{position:relative;overflow:visible;font-size:12px;color:var(--text-color)}.sm-component-collapse-card .icon-box-shadow{box-shadow:0 3px 13px 0px var(--shadow-color)}.sm-component-collapse-card__icon{z-index:100;background:var(--collapse-card-header-bg);color:var(--heading-color);cursor:pointer;box-sizing:border-box;font-size:16px;width:32px;height:32px;line-height:32px;text-align:center}.sm-component-collapse-card__icon:hover{background:#fff;border-color:var(--hover-color) !important;color:var(--hover-color) !important}.sm-component-collapse-card__icon>i{display:block}.sm-component-collapse-card__icon.is-not-header.is-bottom-right{bottom:0;top:unset}.sm-component-collapse-card__icon.is-not-header.is-bottom-left{bottom:0;top:unset}.sm-component-collapse-card__icon.is-click-in{border-radius:4px}.sm-component-collapse-card__icon.is-click-in.is-top-right{float:right}.sm-component-collapse-card__icon.is-click-in.is-bottom-right{float:right}.sm-component-collapse-card__icon.is-click-in.is-top-left{float:left !important}.sm-component-collapse-card__icon.is-click-in.is-bottom-left{float:left !important}.sm-component-collapse-card__icon.is-click-out{border:none;background:rgba(0,0,0,0) !important}.sm-component-collapse-card__icon.is-top-left{top:0;left:0}.sm-component-collapse-card__icon.is-top-left .sm-component-collapse-card__component-icon.is-auto-rotate{transform:rotate(45deg)}.sm-component-collapse-card__icon.is-bottom-left{top:0;left:0}.sm-component-collapse-card__icon.is-bottom-left .sm-component-collapse-card__component-icon.is-auto-rotate{transform:rotate(45deg)}.sm-component-collapse-card__icon.is-top-right{top:0;right:0}.sm-component-collapse-card__icon.is-top-right .sm-component-collapse-card__component-icon.is-auto-rotate{transform:rotate(135deg)}.sm-component-collapse-card__icon.is-bottom-right{top:0;right:0}.sm-component-collapse-card__icon.is-bottom-right .sm-component-collapse-card__component-icon.is-auto-rotate{transform:rotate(135deg)}.sm-component-collapse-card__header{height:32px;line-height:32px;padding-left:8px;box-shadow:0px 1px 0px 0px var(--shadow-color);color:var(--heading-color);background:var(--collapse-card-header-bg);border-radius:4px 4px 0 0}.sm-component-collapse-card__header.with-split-line{border-bottom:1px solid var(--collapse-card-split-line)}.sm-component-collapse-card__header+.sm-component-collapse-card__body{border-top-left-radius:0;border-top-right-radius:0}.sm-component-collapse-card__header.is-top-right{padding-right:30px}.sm-component-collapse-card__header.is-bottom-right{padding-right:30px}.sm-component-collapse-card__header.is-top-left{padding-left:30px}.sm-component-collapse-card__header.is-bottom-left{padding-left:30px}.sm-component-collapse-card__content{box-shadow:0 3px 13px 0px var(--shadow-color);background:var(--collapse-card-background);position:relative;border-radius:4px}.sm-component-collapse-card__content.sm-component-zoom-in-enter-active{animation:zoom-in .5s}.sm-component-collapse-card__content.sm-component-zoom-in-leave-active{animation:zoom-in .5s reverse}@keyframes zoom-in{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}.sm-component-collapse-card__content.is-top-left{transform-origin:top left}.sm-component-collapse-card__content.is-top-left.is-icon>.sm-component-collapse-card__header{padding-left:38px}.sm-component-collapse-card__content.is-bottom-left{transform-origin:top left}.sm-component-collapse-card__content.is-bottom-left.is-icon>.sm-component-collapse-card__header{padding-left:38px}.sm-component-collapse-card__content.is-not-header.is-bottom-right{transform-origin:bottom right}.sm-component-collapse-card__content.is-not-header.is-bottom-left{transform-origin:bottom left}.sm-component-collapse-card__content.is-bottom-right{transform-origin:top right}.sm-component-collapse-card__content.is-top-right{transform-origin:top right}.sm-component-collapse-card__body{height:100%;border-radius:4px}.sm-component-liquidfill{margin:0 auto;height:100px}.sm-component-progress{text-align:center;width:100%}.sm-component-progress-inner{background-color:var(--background-base)}.sm-component-progress-circle-trail{stroke:var(--background-base)}.sm-component-progress-text{color:var(--text-color-secondary);color:inherit}.sm-component-progress-status-exception .sm-component-progress-bg{background-color:var(--danger-color)}.sm-component-progress-status-exception .sm-component-progress-text{color:var(--danger-color)}.sm-component-progress-status-exception .sm-component-progress-inner:not(.sm-component-progress-circle-gradient) .sm-component-progress-circle-path{stroke:var(--danger-color)}.sm-component-progress .sm-component-progress-circle.sm-component-progress-status-exception .sm-component-progress-text{color:var(--danger-color)}.sm-component-progress-circle .sm-component-progress-text{color:inherit}.sm-component-table-thead>tr>th{background:var(--background-light);position:relative}.sm-component-table-thead>tr>th .sm-component-table-filter-selected.anticon{color:var(--primary-color)}.sm-component-table-thead>tr>th .sm-component-table-column-sorter .sm-component-table-column-sorter-inner .sm-component-table-column-sorter-up.on,.sm-component-table-thead>tr>th .sm-component-table-column-sorter .sm-component-table-column-sorter-inner .sm-component-table-column-sorter-down.on{color:var(--primary-color)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters .anticon-filter.sm-component-table-filter-open,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters .sm-component-table-filter-icon.sm-component-table-filter-open{color:var(--text-color-secondary);background:var(--table-header-filter-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters:hover .anticon-filter:hover,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters:hover .sm-component-table-filter-icon:hover{color:var(--text-color-secondary);background:var(--table-header-filter-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover{background:var(--table-header-sort-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover .anticon-filter,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover .sm-component-table-filter-icon{background:var(--table-header-sort-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:active .sm-component-table-column-sorter-up:not(.on),.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:active .sm-component-table-column-sorter-down:not(.on){color:var(--text-color-secondary)}.sm-component-table-thead>tr.sm-component-table-row-selected>td.sm-component-table-column-sort,.sm-component-table-tbody>tr.sm-component-table-row-selected>td.sm-component-table-column-sort{background:var(--selected-color)}.sm-component-table-thead>tr:hover.sm-component-table-row-selected>td,.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td{background:var(--selected-color)}.sm-component-table-thead>tr:hover.sm-component-table-row-selected>td.sm-component-table-column-sort,.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td.sm-component-table-column-sort{background:var(--selected-color)}.sm-component-table-footer{background:var(--background-light)}.sm-component-table-footer::before{background:var(--background-light)}.sm-component-table-tbody>tr.sm-component-table-row-selected td{background:var(--selected-color)}.sm-component-table-thead>tr>th.sm-component-table-column-sort{background:var(--background-base)}.sm-component-table-header{background:var(--background-light);overflow:hidden !important}.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td{background:var(--selected-color)}.sm-component-table-filter-dropdown .sm-component-dropdown-menu .sm-component-dropdown-submenu-contain-selected .sm-component-dropdown-menu-submenu-title::after{color:var(--primary-color)}.sm-component-table:not(.sm-component-table-bordered) .sm-component-table-thead>tr>th::after{content:"";position:absolute;top:50%;right:0;width:1px;height:14px;background-color:var(--border-color-secondary);transform:translateY(-50%)}.sm-component-table-thead>tr>th,.sm-component-table-tbody>tr>td{padding:13px 24px}.sm-component-table-middle>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th,.sm-component-table-middle>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-tbody>tr>td{padding:9px 24px}.sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th,.sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-tbody>tr>td{padding:5px 24px}.sm-component-table-popup{color:var(--text-color);border-radius:4px}.sm-component-table-popup .sm-component-table-thead>tr>th{border-bottom:1px solid var(--collapse-card-split-line)}.sm-component-table-popup:not(.with-split-line) .sm-component-table-thead>tr>th{border-bottom:none}.sm-component-table-popup__table.sm-component-table-wrapper .sm-component-table-content{max-height:250px;overflow:auto}.sm-component-table-popup__table.sm-component-table-wrapper .sm-component-table-content .sm-component-table-placeholder{background:rgba(0,0,0,0);border-top:none;color:inherit}.sm-component-table-popup__table.sm-component-table-wrapper .sm-component-table-content .sm-component-table-placeholder .sm-component-empty{background-color:rgba(0,0,0,0)}.sm-component-table-popup__table .sm-component-table{color:inherit;font-size:12px}.sm-component-table-popup__table .sm-component-table-thead>tr>th,.sm-component-table-popup__table .sm-component-table-thead>tr>td,.sm-component-table-popup__table .sm-component-table-tbody>tr>th,.sm-component-table-popup__table .sm-component-table-tbody>tr>td{padding:4px 16px}.sm-component-table-popup__table .sm-component-table-tbody>tr>td{transition:all 0s,height 0s;border-bottom-color:rgba(0,0,0,0)}.sm-component-table-popup__table .sm-component-table-row:hover{color:var(--primary-color)}.sm-component-border{position:relative;box-sizing:border-box;border-style:solid}.sm-component-border__content{position:absolute}.sm-component-border__content>*{width:100%;height:100%}.sm-component-border .sm-component-chart .sm-component-collapse-card__content{width:100%;height:100%}.sm-component-image{width:100%;height:100%;background:var(--component-background);color:var(--text-color)}.sm-component-image__link{display:block;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.sm-component-image__link:hover{cursor:pointer}.sm-component-image__preview .sm-component-modal-content .sm-component-modal-close{margin-left:-64px}.sm-component-image__preview .sm-component-modal-content .sm-component-modal-close .sm-component-modal-close-x{font-size:40px}.sm-component-image__full{width:100% !important;padding:0 !important}.sm-component-image__full .sm-component-modal-content{background-color:rgba(0,0,0,0) !important;box-shadow:none !important;width:100%;height:100%}.sm-component-image__full .sm-component-modal-content .sm-component-modal-close{display:none}.sm-component-image__full .sm-component-modal-content .sm-component-modal-close{margin-left:-64px}.sm-component-image__full .sm-component-modal-content .sm-component-modal-close .sm-component-modal-close-x{font-size:40px}.sm-component-image__noLink{pointer-events:none}.sm-component-image__content{width:100%;height:100%;opacity:1;transform:translateZ(0px)}.sm-component-image__defaultImg{color:var(--text-color);font-size:60px}.sm-component-modal-content{background-color:var(--modal-background)}.sm-component-modal-content .sm-component-modal-header{padding:14px 24px;border-color:var(--border-color-secondary)}.sm-component-modal-content .sm-component-modal-header .sm-component-modal-title{line-height:24px}.sm-component-modal-content .sm-component-modal-footer{padding:10px 24px;border-color:var(--border-color-secondary)}.sm-component-modal-close{color:var(--text-color-secondary)}.sm-component-modal-close-x{line-height:52px;height:52px;width:64px}.sm-component-modal-confirm-error .sm-component-modal-confirm-body>.anticon{color:var(--danger-color)}.sm-component-modal-confirm-warning .sm-component-modal-confirm-body>.anticon,.sm-component-modal-confirm-confirm .sm-component-modal-confirm-body>.anticon{color:var(--warning-color)}.sm-component-modal-confirm-body .sm-component-modal-confirm-title{line-height:24px}.sm-component-modal-confirm-body .anticon{margin-right:12px;font-size:24px}.sm-component-modal-confirm-body .anticon+.sm-component-modal-title+.sm-component-modal-content{margin-left:36px}.sm-component-modal-confirm .sm-component-modal-body{padding:20px 24px}.sm-component-video-player__player>.video-js{width:100%}.sm-component-video-player__player.sm-component-video-player__player--main>.video-js{height:100%}.sm-component-video-player__player>.video-js .vjs-menu-button-inline.vjs-slider-active,.sm-component-video-player__player>.video-js .vjs-menu-button-inline:focus,.sm-component-video-player__player>.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:10em}.sm-component-video-player__player>.video-js .vjs-controls-disabled .vjs-big-play-button{display:none !important}.sm-component-video-player__player>.video-js .vjs-control{width:3em}.sm-component-video-player__player>.video-js .vjs-control.vjs-live-control{width:auto;padding-left:.5em;letter-spacing:.1em}.sm-component-video-player__player>.video-js .vjs-menu-button-inline:before{width:1.5em}.vjs-paused.vjs-has-started.sm-component-video-player__player>.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button{display:block}.sm-component-video-player__player>.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button{display:none !important}.sm-component-video-player__player>.video-js .vjs-mouse-display:after,.sm-component-video-player__player>.video-js .vjs-play-progress:after{padding:0 .4em .3em}.video-js.vjs-ended .vjs-loading-spinner{display:none}.video-js.vjs-ended .vjs-big-play-button{display:block !important}.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.sm-component-video-player__player>.video-js .vjs-big-play-button{display:block}.sm-component-video-player__player>.video-js .vjs-big-play-button{top:50%;left:50%;margin-left:-1.5em;margin-top:-1em}.sm-component-video-player__player>.video-js .vjs-big-play-button{background-color:rgba(0,0,0,.45);font-size:3.5em;height:2em !important;line-height:2em !important;margin-top:-1em !important}.video-js:hover .vjs-big-play-button,.sm-component-video-player__player>.video-js .vjs-big-play-button:focus,.sm-component-video-player__player>.video-js .vjs-big-play-button:active{background-color:rgba(36,131,213,.9)}.sm-component-video-player__player>.video-js .vjs-loading-spinner{border-color:rgba(36,131,213,.8)}.sm-component-video-player__player>.video-js .vjs-control-bar2{background-color:#000}.sm-component-video-player__player>.video-js .vjs-control-bar{color:#fff;font-size:14px}.sm-component-video-player__player>.video-js .vjs-play-progress,.sm-component-video-player__player>.video-js .vjs-volume-level{background-color:#2483d5}.sm-component-video-player__player>.video-js .vjs-play-progress:before{top:-0.3em}.sm-component-video-player__player>.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.3em}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0em}.sm-component-video-player__player>.video-js .vjs-menu li{padding:0;line-height:2em;font-size:1.1em}.sm-component-video-player__player>.video-js .vjs-time-tooltip,.sm-component-video-player__player>.video-js .vjs-mouse-display:after,.sm-component-video-player__player>.video-js .vjs-play-progress:after{border-radius:0;font-size:1em;padding:0;width:3em;height:1.5em;line-height:1.5em;top:-3em}.sm-component-video-player__player>.video-js .vjs-menu-button-popup .vjs-menu{width:5em;left:-1em}.sm-component-video-player__player>.video-js .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-play-control{order:0}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-time-control{min-width:1em;padding:0;margin:0 .1em;text-align:center;display:block;order:1}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value{font-size:1.2em;line-height:2.4}.sm-component-video-player__player>.video-js .vjs-progress-control.vjs-control{order:2}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-volume-menu-button{order:3}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-resolution-button{order:4}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label{display:block;line-height:3em}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-playback-rate{order:5}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-fullscreen-control{order:6}.sm-component-video-player__player>.video-js.vjs-fullscreen{width:500px !important;height:500px !important}.sm-component-video-player{width:600px;height:360px}.sm-component-video-player .vjs_video_3-dimensions{height:100% !important}.sm-component-video-player .sm-component-video-player__player{width:100%;height:100%}.sm-component-video-player .sm-component-video-player__player[data-popupplay=false].sm-component-video-player__player[data-autoplay=true]>.video-js .vjs-big-play-button{display:none}.sm-component-video-player .sm-component-video-player__player[data-islive=true]{pointer-events:none}.sm-component-video-player .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar{pointer-events:auto}.sm-component-video-player .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-time-control,.sm-component-video-player .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-progress-control{visibility:hidden;pointer-events:none}.sm-component-video-player .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-play-control{display:none}.sm-component-video-player .sm-component-video-player__player[data-popupplay=true]{pointer-events:auto}.sm-component-video-player-modal{background:rgba(0,0,0,.7)}.sm-component-video-player-modal .sm-component-modal-close{color:#a2a3a5;right:-5%;top:-3%}.sm-component-video-player-modal .sm-component-modal-close:hover{color:#ff5c38}.sm-component-video-player-modal .sm-component-modal-close-x{font-size:40px}.sm-component-video-player-modal .sm-component-modal-body{padding:0}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-autoplay=true]>.video-js .vjs-big-play-button{display:none}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]{pointer-events:none}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar{pointer-events:auto}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-time-control,.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-progress-control{visibility:hidden;pointer-events:none}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-play-control{display:none}.sm-component-video-full-fill video{object-fit:fill}.sm-component-iframe{width:100%;height:100%;border:none}.sm-component-chart .sm-component-collapse-card__content{width:400px;height:200px;box-shadow:none}.sm-component-btn{border-color:var(--default-button-border);color:var(--text-color-active)}.sm-component-btn:hover,.sm-component-btn:focus{color:var(--primary-5);background-color:rgba(0,0,0,0);border-color:var(--primary-5)}.sm-component-btn:active,.sm-component-btn.active{color:var(--primary-7);background-color:rgba(0,0,0,0);border-color:var(--primary-7)}.sm-component-btn-primary{border:1px solid rgba(0,0,0,0);color:var(--button-primary-color)}.sm-component-btn-primary:hover,.sm-component-btn-primary:focus{color:var(--button-primary-color);background-color:var(--primary-5);border-color:var(--primary-5)}.sm-component-btn-primary:active{color:var(--button-primary-color);background-color:var(--primary-7);border-color:var(--primary-7)}.sm-component-btn-danger{color:var(--danger-color);border-color:var(--danger-color)}.sm-component-btn-danger:hover,.sm-component-btn-danger:focus{color:var(--danger-5);background-color:rgba(0,0,0,0);border-color:var(--danger-5)}.sm-component-btn-danger:active{color:var(--danger-7);background-color:rgba(0,0,0,0);border-color:var(--danger-7)}.sm-component-btn-delete:hover,.sm-component-btn-delete:focus{color:var(--btn-hover-color);background-color:rgba(0,0,0,0);border-color:var(--btn-hover-color)}.sm-component-btn-delete:active{color:var(--btn-active-color);background-color:rgba(0,0,0,0);border-color:var(--btn-active-color)}.sm-component-btn-link{border-color:rgba(0,0,0,0);color:var(--primary-6)}.sm-component-btn-link:hover,.sm-component-btn-link:focus,.sm-component-btn-link:active{border-color:rgba(0,0,0,0)}.sm-component-btn-background-ghost{border-color:var(--button-border-default-color)}.sm-component-btn-background-ghost.sm-component-btn-primary{color:var(--text-color)}.sm-component-btn-background-ghost.sm-component-btn-primary:hover,.sm-component-btn-background-ghost.sm-component-btn-primary:focus{color:var(--primary-5);background-color:rgba(0,0,0,0);border-color:var(--primary-5)}.sm-component-btn-background-ghost.sm-component-btn-primary:active,.sm-component-btn-background-ghost.sm-component-btn-primary.active{color:var(--primary-7);background-color:rgba(0,0,0,0);border-color:var(--primary-7)}.sm-component-btn-background-ghost.sm-component-btn-danger{color:var(--danger-color)}.sm-component-btn-background-ghost.sm-component-btn-danger:hover,.sm-component-btn-background-ghost.sm-component-btn-danger:focus{color:var(--danger-5);background-color:rgba(0,0,0,0);border-color:var(--danger-5)}.sm-component-btn-background-ghost.sm-component-btn-danger:active,.sm-component-btn-background-ghost.sm-component-btn-danger.active{color:var(--danger-7);background-color:rgba(0,0,0,0);border-color:var(--danger-7)}.sm-component-btn-background-ghost.sm-component-btn-link{color:var(--primary-6)}.sm-component-btn-background-ghost.sm-component-btn-link:hover,.sm-component-btn-background-ghost.sm-component-btn-link:focus{color:var(--primary-5);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.sm-component-btn-background-ghost.sm-component-btn-link:active,.sm-component-btn-background-ghost.sm-component-btn-link.active{color:var(--primary-7);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.sm-component-btn-background-ghost.sm-component-btn-delete:hover,.sm-component-btn-background-ghost.sm-component-btn-delete:focus{color:var(--btn-hover-color);background-color:rgba(0,0,0,0);border-color:var(--btn-hover-color)}.sm-component-btn-background-ghost.sm-component-btn-delete:active{color:var(--btn-active-color);background-color:rgba(0,0,0,0);border-color:var(--btn-active-color)}.sm-component-btn-group{color:var(--text-color)}.sm-component-btn-group-md>.sm-component-btn,.sm-component-btn-group-md>span>.sm-component-btn{height:28px;line-height:26px}.sm-component-btn-group-md>.sm-component-btn.sm-component-btn-icon-only{width:28px;height:28px;padding-right:0;padding-left:0}.sm-component-btn-md{height:28px}.sm-component-btn-icon-only.sm-component-btn-md{width:28px;height:28px;height:28px}.sm-component-btn-circle.sm-component-btn-md,.sm-component-btn-circle-outline.sm-component-btn-md{min-width:28px}.sm-component-btn-round.sm-component-btn-md{height:28px;padding:0 calc(28px/2)}.sm-component-input:focus,.sm-component-input:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-input[disabled]{border-color:var(--disabled-border-color)}.sm-component-input[disabled]:hover{border-color:var(--disabled-border-color)}.sm-component-input-error{border-color:var(--error-color)}.sm-component-input-error:hover,.sm-component-input-error:active,.sm-component-input-error:focus{border-color:var(--error-color)}.sm-component-input-error:focus,.sm-component-input-error:active{box-shadow:none}.sm-component-input[readOnly=true]{color:var(--read-only-color);border-color:var(--read-only-border-color);background-color:var(--read-only-bg)}.sm-component-input[readOnly=true]:hover{border-color:var(--primary-5)}.sm-component-input[readOnly=true]:focus,.sm-component-input[readOnly=true]:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-input-unit .sm-component-input-group-addon{color:var(--with-unit-color);background-color:var(--component-background);border:var(--border-color-base)}.sm-component-input-unit .sm-component-input-disabled+.sm-component-input-group-addon{color:var(--with-unit-disabled-color);background-color:var(--background-light)}.sm-component-input-disabled{border-color:var(--disabled-border-color)}.sm-component-input-disabled:hover{border-color:var(--disabled-border-color)}.sm-component-input-md{height:28px}.sm-component-input-group-addon{background-color:var(--background-light)}.sm-component-input-password-icon{color:var(--text-color-secondary)}.sm-component-input-password-icon:hover{color:var(--icon-color-hover)}.sm-component-input-search-icon{color:var(--text-color-secondary)}.sm-component-input-search-icon:hover{color:var(--icon-color-hover)}.sm-component-input-clear-icon:hover{color:var(--text-color-secondary)}.sm-component-input-textarea-clear-icon:hover{color:var(--text-color-secondary)}.sm-component-input-group-md .sm-component-input,.sm-component-input-group-md>.sm-component-input-group-addon{height:28px}.sm-component-input-number:focus,.sm-component-input-number:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-input-number-disabled{border-color:var(--disabled-border-color)}.sm-component-input-number-disabled:hover{border-color:var(--disabled-border-color)}.sm-component-input-number-focused{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-input-number-handler{color:var(--text-color-secondary)}.sm-component-input-number-handler:active{background:var(--background-base)}.sm-component-input-number-handler-up-inner,.sm-component-input-number-handler-down-inner{color:var(--text-color-secondary)}.sm-component-input-number-error{border-color:var(--error-color)}.sm-component-input-number-error:hover,.sm-component-input-number-error:active,.sm-component-input-number-error:focus{border-color:var(--error-color)}.sm-component-input-number-error:focus,.sm-component-input-number-error:active{box-shadow:none}.sm-component-input-number-focused.sm-component-input-number-error{box-shadow:none}.sm-component-input-number-md{height:28px}.sm-component-input-number-md input{height:28px}.sm-component-switch{background-color:var(--switch-background)}.sm-component-switch-loading-icon,.sm-component-switch:after{background-color:var(--switch-after-bg)}.sm-component-switch-checked{background-color:var(--primary-6)}.sm-component-switch-loading .sm-component-switch-loading-icon{color:rgba(0,0,0,.65)}.sm-component-select:not(.sm-component-select-disabled){color:var(--text-color-active)}.sm-component-select-md .sm-component-select-selection--single{height:28px}.sm-component-select-md .sm-component-select-selection--multiple{min-height:28px}.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-selection__rendered li{height:20px;line-height:18px}.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-selection__clear,.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-arrow{top:calc(28px/2)}.sm-component-select-md .sm-component-select-selection__rendered{line-height:26px}.sm-component-select-focused .sm-component-select-selection,.sm-component-select-selection:focus,.sm-component-select-selection:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-select-selection:hover .sm-component-select-selection__clear+.sm-component-select-arrow{opacity:0}.sm-component-select-selection__clear:hover{color:var(--text-color-secondary)}.sm-component-select-selection--multiple .sm-component-select-selection__choice{background-color:var(--background-light)}.sm-component-select-selection--multiple .sm-component-select-selection__choice__remove{color:var(--text-color-secondary)}.sm-component-select-open .sm-component-select-selection{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-select-disabled .sm-component-select-selection,.sm-component-select-disabled .sm-component-select-selection:hover,.sm-component-select-disabled .sm-component-select-selection:focus,.sm-component-select-disabled .sm-component-select-selection:active{border-color:var(--disabled-border-color)}.sm-component-select-disabled .sm-component-select-selection--multiple .sm-component-select-selection__choice{color:var(--disabled-text-color);background:var(--disabled-bg-color)}.sm-component-select-disabled .sm-component-select-arrow{color:var(--disabled-icon-color)}.sm-component-select-readonly{color:var(--text-color)}.sm-component-select-dropdown-menu-item-group-title{color:var(--text-color-secondary)}.sm-component-select-dropdown-menu-item{color:var(--text-color-active)}.sm-component-select-dropdown-menu-item:hover:not(.sm-component-select-dropdown-menu-item-disabled){background-color:var(--select-item-hover-bg)}.sm-component-select-dropdown-menu-item-selected{font-weight:normal;background-color:var(--selected-color);color:var(--select-item-selected-color)}.sm-component-select-dropdown-menu-item .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item:hover .sm-component-select-selected-icon{color:var(--icon-color-hover)}.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item-selected .sm-component-select-selected-icon,.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item-selected:hover .sm-component-select-selected-icon{color:var(--primary-color)}.sm-component-select-arrow{color:var(--text-color-secondary)}.sm-component-select-not-found .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-checkbox-wrapper:hover .sm-component-checkbox-inner,.sm-component-checkbox:hover .sm-component-checkbox-inner{border-color:var(--hover-color)}.sm-component-checkbox-wrapper{color:var(--text-color-active)}.sm-component-checkbox-checked::after{border:none}.sm-component-checkbox-wrapper:not(.sm-component-checkbox-wrapper-disabled):hover .sm-component-checkbox-indeterminate .sm-component-checkbox-inner::after{background-color:var(--hover-color)}.sm-component-checkbox-wrapper-checked:not(.sm-component-checkbox-wrapper-disabled):hover .sm-component-checkbox-inner,.sm-component-checkbox-checked:not(.sm-component-checkbox-disabled):hover .sm-component-checkbox-inner{background-color:var(--primary-7);border-color:var(--primary-7)}.sm-component-checkbox-inner{background-color:rgba(0,0,0,0)}.sm-component-checkbox-disabled .sm-component-checkbox-inner{border-color:var(--disabled-border-color) !important}.sm-component-avatar{display:inline-flex;align-items:center;justify-content:center}.sm-component-empty-image{height:auto}.sm-component-empty .sm-component-empty-image{height:31px}.sm-component-empty .sm-component-empty-image svg{width:52px;height:31px}.sm-component-empty ellipse{fill:var(--empty-shadow-color)}.sm-component-empty g g{stroke:var(--empty-stroke-color)}.sm-component-empty path:first-child{fill:var(--empty-top-color)}.sm-component-empty path:nth-child(2){fill:var(--empty-bottom-color)}.sm-component-empty .sm-component-empty-description{font-size:12px;color:var(--empty-description-color)}.sm-component-pagination-item{border-color:var(--pagination-border-default-color)}.sm-component-pagination-item:focus,.sm-component-pagination-item:hover{border-color:var(--primary-5)}.sm-component-pagination-item:focus a,.sm-component-pagination-item:hover a{color:var(--primary-5)}.sm-component-pagination-item:hover,.sm-component-pagination-item:focus{border-color:var(--hover-color)}.sm-component-pagination-item:hover>a,.sm-component-pagination-item:focus>a{color:var(--primary-5)}.sm-component-pagination-item-active{background:var(--primary-6);border-color:var(--primary-6)}.sm-component-pagination-item-active a{color:var(--pagination-active-text-color)}.sm-component-pagination-item-active:focus,.sm-component-pagination-item-active:hover{border-color:var(--primary-5)}.sm-component-pagination-item-active:focus a,.sm-component-pagination-item-active:hover a{color:var(--pagination-active-text-color)}.sm-component-pagination-jump-prev .sm-component-pagination-item-container .sm-component-pagination-item-link-icon,.sm-component-pagination-jump-next .sm-component-pagination-item-container .sm-component-pagination-item-link-icon{color:var(--primary-5)}.sm-component-pagination-jump-prev .sm-component-pagination-item-container .sm-component-pagination-item-ellipsis,.sm-component-pagination-jump-next .sm-component-pagination-item-container .sm-component-pagination-item-ellipsis{color:var(--pagination-ellipsis-color)}.sm-component-pagination-prev,.sm-component-pagination-next{border-color:var(--pagination-border-default-color)}.sm-component-pagination-prev .sm-component-pagination-item-link,.sm-component-pagination-next .sm-component-pagination-item-link{border-color:var(--pagination-border-default-color)}.sm-component-pagination-prev:focus .sm-component-pagination-item-link,.sm-component-pagination-prev:hover .sm-component-pagination-item-link,.sm-component-pagination-next:focus .sm-component-pagination-item-link,.sm-component-pagination-next:hover .sm-component-pagination-item-link{color:var(--primary-5);border-color:var(--primary-5)}.sm-component-pagination-disabled .sm-component-pagination-item-link,.sm-component-pagination-disabled:hover .sm-component-pagination-item-link,.sm-component-pagination-disabled:focus .sm-component-pagination-item-link{color:var(--disabled-text-color);border-color:var(--disabled-border-color)}.sm-component-pagination-simple .sm-component-pagination-simple-pager input{border-color:var(--pagination-border-default-color)}.sm-component-pagination-simple .sm-component-pagination-simple-pager input:hover{border-color:var(--primary-5)}.sm-component-pagination-options-quick-jumper,.sm-component-pagination-options-size-changer{border:var(--pagination-border-default-color)}.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item{background:rgba(0,0,0,0);border-color:var(--disabled-border-color)}.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-active{background:var(--disabled-darken-bg-color10);border-color:rgba(0,0,0,0)}.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-active a{color:var(--disabled-text-color)}.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-link,.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-link:hover,.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-link:focus{color:var(--disabled-text-color);background:rgba(0,0,0,0);border-color:var(--disabled-border-color)}.sm-component-calendar-picker-icon{color:var(--alpha45)}.sm-component-calendar-picker:hover .sm-component-calendar-picker-clear+.sm-component-calendar-picker-icon{opacity:0}.sm-component-calendar-picker-clear:hover{color:var(--text-color-secondary)}.sm-component-calendar{border-radius:2px;background-color:var(--select-dropdown-background);border:none}.sm-component-calendar-panel .sm-component-calendar-input-wrap{display:none}.sm-component-calendar-input{background:var(--select-dropdown-background)}.sm-component-calendar-header{border-color:var(--border-color-secondary)}.sm-component-calendar-header .sm-component-calendar-prev-century-btn,.sm-component-calendar-header .sm-component-calendar-next-century-btn,.sm-component-calendar-header .sm-component-calendar-prev-decade-btn,.sm-component-calendar-header .sm-component-calendar-next-decade-btn,.sm-component-calendar-header .sm-component-calendar-prev-month-btn,.sm-component-calendar-header .sm-component-calendar-next-month-btn,.sm-component-calendar-header .sm-component-calendar-prev-year-btn,.sm-component-calendar-header .sm-component-calendar-next-year-btn{color:var(--text-color-secondary)}.sm-component-calendar-date:hover{background:var(--hover-bg)}.sm-component-calendar-date:active{background:var(--click-color)}.sm-component-calendar-date:focus{outline:0}.sm-component-calendar-selected-day .sm-component-calendar-date{background:var(--primary-color);color:#fff}.sm-component-calendar-today .sm-component-calendar-date{color:var(--primary-color);border-color:var(--primary-color);background:rgba(0,0,0,0)}.sm-component-calendar-today .sm-component-calendar-date:hover{background:var(--selected-color);border-color:rgba(0,0,0,0);color:#fff}.sm-component-calendar-disabled-cell .sm-component-calendar-date{background:var(--disabled-bg-color);border-color:rgba(0,0,0,0);color:var(--disabled-text-color)}.sm-component-calendar-disabled-cell .sm-component-calendar-date:hover{background:var(--disabled-bg-color)}.sm-component-calendar-disabled-cell.sm-component-calendar-selected-day .sm-component-calendar-date::before{background:rgba(0,0,0,0)}.sm-component-calendar-footer{border-color:var(--border-color-secondary)}.sm-component-calendar-footer-btn{padding-right:10px}.sm-component-calendar-footer-btn a{color:var(--primary-color)}.sm-component-calendar-footer-btn a:hover{color:var(--hover-color)}.sm-component-calendar-footer-btn a:active{color:var(--click-color)}.sm-component-calendar .sm-component-calendar-clear-btn:hover::after{color:var(--text-color-secondary)}.sm-component-calendar .sm-component-calendar-ok-btn:hover,.sm-component-calendar .sm-component-calendar-ok-btn:focus{color:var(--button-primary-color);background-color:var(--primary-5);border-color:var(--primary-5)}.sm-component-calendar .sm-component-calendar-ok-btn:active{color:var(--button-primary-color);background-color:var(--primary-7);border-color:var(--primary-7)}.sm-component-calendar .sm-component-calendar-ok-btn-disabled,.sm-component-calendar .sm-component-calendar-ok-btn-disabled:hover,.sm-component-calendar .sm-component-calendar-ok-btn-disabled:focus,.sm-component-calendar .sm-component-calendar-ok-btn-disabled:active,.sm-component-calendar .sm-component-calendar-ok-btn-disabled.active,.sm-component-calendar .sm-component-calendar-ok-btn.disabled,.sm-component-calendar .sm-component-calendar-ok-btn.disabled:hover,.sm-component-calendar .sm-component-calendar-ok-btn.disabled:focus,.sm-component-calendar .sm-component-calendar-ok-btn.disabled:active,.sm-component-calendar .sm-component-calendar-ok-btn.disabled.active,.sm-component-calendar .sm-component-calendar-ok-btn[disabled],.sm-component-calendar .sm-component-calendar-ok-btn[disabled]:hover,.sm-component-calendar .sm-component-calendar-ok-btn[disabled]:focus,.sm-component-calendar .sm-component-calendar-ok-btn[disabled]:active,.sm-component-calendar .sm-component-calendar-ok-btn[disabled].active{color:var(--disabled-text-color);background-color:var(--disabled-bg-color);border-color:var(--disabled-border-color)}.sm-component-calendar-today-btn.sm-component-calendar-today-btn-disabled:hover,.sm-component-calendar-today-btn.sm-component-calendar-today-btn-disabled:focus,.sm-component-calendar-today-btn.sm-component-calendar-today-btn-disabled:active{color:var(--disabled-text-color);background-color:rgba(0,0,0,0);border-color:var(--disabled-border-color)}.sm-component-calendar-range .sm-component-calendar-body,.sm-component-calendar-range .sm-component-calendar-month-panel-body,.sm-component-calendar-range .sm-component-calendar-year-panel-body,.sm-component-calendar-range .sm-component-calendar-decade-panel-body{border-color:var(--border-color-secondary)}.sm-component-calendar-range-picker-separator{color:var(--text-color-secondary)}.sm-component-calendar-range-middle{display:none}.sm-component-calendar-range .sm-component-calendar-selected-start-date .sm-component-calendar-date,.sm-component-calendar-range .sm-component-calendar-selected-end-date .sm-component-calendar-date{background:var(--primary-color)}.sm-component-calendar-range .sm-component-calendar-selected-start-date .sm-component-calendar-date:hover,.sm-component-calendar-range .sm-component-calendar-selected-end-date .sm-component-calendar-date:hover{background:var(--primary-color)}.sm-component-calendar-range .sm-component-calendar-input,.sm-component-calendar-range .sm-component-calendar-time-picker-input{background:var(--select-dropdown-background)}.sm-component-calendar-range .sm-component-calendar-in-range-cell::before{background:var(--selected-color)}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker{top:40px}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker-select{border-color:var(--border-color-secondary)}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker .sm-component-calendar-time-picker-panel{margin-top:-40px}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker .sm-component-calendar-time-picker-panel .sm-component-calendar-time-picker-inner{border-color:var(--border-color-secondary)}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker-combobox{border-color:var(--border-color-secondary);background:var(--select-dropdown-background)}.sm-component-calendar-time-picker{background-color:var(--select-dropdown-background)}.sm-component-calendar-time-picker-inner{background-color:var(--select-dropdown-background)}.sm-component-calendar-time-picker-select li:hover{background:var(--hover-bg)}.sm-component-calendar-time-picker-select li:focus{background:var(--click-color)}.sm-component-calendar-time-picker-select li.sm-component-calendar-time-picker-select-option-selected{background:var(--selected-color)}.sm-component-calendar-time-picker-select li.sm-component-calendar-time-picker-select-option-disabled{color:var(--disabled-text-color);background-color:rgba(0,0,0,0);border-color:var(--disabled-border-color)}.sm-component-calendar-month-panel{background:var(--select-dropdown-background)}.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-prev-century-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-next-century-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-prev-decade-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-next-decade-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-prev-month-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-next-month-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-prev-year-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-next-year-btn{color:var(--text-color-secondary)}.sm-component-calendar-month-panel-selected-cell .sm-component-calendar-month-panel-month{background:var(--primary-color)}.sm-component-calendar-month-panel-selected-cell .sm-component-calendar-month-panel-month:hover{background:var(--primary-color)}.sm-component-calendar-month-panel-month:hover{background:var(--selected-color);border-color:rgba(0,0,0,0)}a.sm-component-calendar-month-panel-month:hover{color:#fff}.sm-component-calendar-month-panel-header{border-color:var(--border-color-secondary)}.sm-component-calendar-month-panel-cell-disabled .sm-component-calendar-month-panel-month,.sm-component-calendar-month-panel-cell-disabled .sm-component-calendar-month-panel-month:hover{background:var(--disabled-bg-color)}.sm-component-calendar-month-panel-current-cell .sm-component-calendar-month-panel-month{border:1px solid var(--primary-color);color:var(--primary-color);background:rgba(0,0,0,0)}.sm-component-calendar-year-panel{background:var(--select-dropdown-background)}.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-prev-century-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-next-century-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-prev-decade-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-next-decade-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-prev-month-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-next-month-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-prev-year-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-next-year-btn{color:var(--text-color-secondary)}.sm-component-calendar-year-panel-selected-cell .sm-component-calendar-year-panel-year{background:var(--primary-color)}.sm-component-calendar-year-panel-selected-cell .sm-component-calendar-year-panel-year:hover{background:var(--primary-color)}.sm-component-calendar-year-panel-year:hover{background:var(--selected-color);border-color:rgba(0,0,0,0)}a.sm-component-calendar-year-panel-year:hover{color:#fff}.sm-component-calendar-decade-panel{background:var(--select-dropdown-background)}.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-prev-century-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-next-century-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-prev-decade-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-next-decade-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-prev-month-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-next-month-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-prev-year-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-next-year-btn{color:var(--text-color-secondary)}.sm-component-calendar-decade-panel-selected-cell .sm-component-calendar-decade-panel-decade{background:var(--primary-color)}.sm-component-calendar-decade-panel-selected-cell .sm-component-calendar-decade-panel-decade:hover{background:var(--primary-color)}.sm-component-calendar-decade-panel-decade:hover{background:var(--selected-color);border-color:rgba(0,0,0,0)}a.sm-component-calendar-decade-panel-decade:hover{color:#fff}.sm-component-calendar-week-number .sm-component-calendar-body tr:hover{background:var(--selected-color)}.sm-component-calendar-week-number .sm-component-calendar-body tr.sm-component-calendar-active-week{background:var(--selected-color);font-weight:normal}.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-day:hover .sm-component-calendar-date{background:var(--selected-color);color:#fff}.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-date .sm-component-calendar-selected-day .sm-component-calendar-date,.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-date .sm-component-calendar-selected-day:hover .sm-component-calendar-date{background:var(--primary-color);color:#fff}.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-date.sm-component-calendar-today .sm-component-calendar-date{color:var(--primary-color);border-color:var(--primary-color);background:rgba(0,0,0,0)}.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-date.sm-component-calendar-today .sm-component-calendar-date:hover{background:var(--selected-color);border-color:rgba(0,0,0,0);color:#fff}.sm-component-radio-wrapper:hover .sm-component-radio-inner,.sm-component-radio:hover .sm-component-radio-inner,.sm-component-radio-input:focus+.sm-component-radio-inner{border-color:var(--primary-6)}.sm-component-radio-wrapper{color:var(--text-color-active)}.sm-component-radio-wrapper:hover .sm-component-radio-checked .sm-component-radio-inner{border-color:var(--primary-7)}.sm-component-radio-wrapper:hover .sm-component-radio-checked .sm-component-radio-inner::after{background-color:var(--primary-7)}.sm-component-radio-input:focus+.sm-component-radio-inner{box-shadow:none}.sm-component-radio-checked::after{border-color:var(--primary-6)}.sm-component-radio-checked .sm-component-radio-inner{border-color:var(--primary-6)}.sm-component-radio-inner{background-color:rgba(0,0,0,0)}.sm-component-radio-inner::after{background-color:var(--primary-6)}.sm-component-radio-disabled .sm-component-radio-inner{border-color:var(--disabled-border-color) !important}.sm-component-radio-disabled .sm-component-radio-inner::after{background-color:var(--radio-inner-disabled-bg)}.sm-component-radio-button-wrapper{background-color:rgba(0,0,0,0)}.sm-component-radio-button-wrapper:hover{color:var(--primary-5);border-color:var(--primary-5)}.sm-component-radio-button-wrapper:focus-within{outline:none}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled){color:var(--primary-6);border-color:var(--primary-6);box-shadow:-1px 0 0 0 var(--primary-6)}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled)::before{background-color:var(--primary-6) !important}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):first-child{border-color:var(--primary-6)}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):hover{color:var(--primary-5);border-color:var(--primary-5);box-shadow:-1px 0 0 0 var(--primary-5)}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):active{color:var(--primary-7);border-color:var(--primary-7);box-shadow:-1px 0 0 0 var(--primary-7)}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):focus-within{outline:none}.sm-component-radio-button-wrapper-disabled{border-color:var(--disabled-border-color)}.sm-component-radio-button-wrapper-disabled:first-child,.sm-component-radio-button-wrapper-disabled:hover{color:var(--disabled-text-color);border-color:var(--disabled-border-color)}.sm-component-radio-button-wrapper-disabled:first-child{border-left-color:var(--disabled-border-color)}.sm-component-radio-button-wrapper-disabled.sm-component-radio-button-wrapper-checked{color:var(--disabled-text-color);background-color:var(--border-color-base);border-color:var(--disabled-border-color)}.sm-component-radio-group-solid .sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled){color:#fff;background:var(--primary-6);border-color:var(--primary-6)}.sm-component-radio-group-solid .sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):hover{color:#fff}.sm-component-radio-group-solid .sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):active{color:#fff}.sm-component-radio-group-solid .sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):focus-within{outline:none}.sm-component-radio-group-middle .sm-component-radio-button-wrapper{height:28px;line-height:26px}.sm-component-tabs-bar{border-bottom-color:var(--border-color-base)}.sm-component-tabs-bottom .sm-component-tabs-bottom-bar{border-top-color:var(--border-color-base)}.sm-component-tabs-tab-prev,.sm-component-tabs-tab-next{color:var(--text-color-secondary)}.sm-component-tabs .sm-component-tabs-left-bar{border-right-color:var(--border-color-base)}.sm-component-tabs .sm-component-tabs-right-bar{border-left-color:var(--border-color-base)}.sm-component-tabs .sm-component-tabs-left-content{border-left-color:rgba(0,0,0,0)}.sm-component-tabs .sm-component-tabs-right-content{border-right-color:rgba(0,0,0,0)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab{background:var(--component-background);border-color:var(--border-color-base)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab .sm-component-tabs-close-x{color:var(--text-color-secondary)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab-active{background:rgba(0,0,0,0);border-bottom-color:var(--background-without-opacity)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab-disabled .sm-component-tabs-close-x{color:var(--disabled-text-color)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab-disabled .sm-component-tabs-close-x:hover{color:var(--disabled-text-color)}.sm-component-tabs-extra-content .sm-component-tabs-new-tab{border-color:var(--border-color-base)}.sm-component-tabs-vertical.sm-component-tabs-card .sm-component-tabs-card-bar.sm-component-tabs-left-bar .sm-component-tabs-tab,.sm-component-tabs-vertical.sm-component-tabs-card .sm-component-tabs-card-bar.sm-component-tabs-right-bar .sm-component-tabs-tab{border-bottom-color:var(--border-color-base)}.sm-component-tabs .sm-component-tabs-card-bar.sm-component-tabs-bottom-bar .sm-component-tabs-tab{border-bottom-color:var(--border-color-base)}.sm-component-tabs .sm-component-tabs-card-bar.sm-component-tabs-bottom-bar .sm-component-tabs-tab-active{color:var(--primary-color)}.sm-component-breadcrumb{color:var(--text-color-secondary)}.sm-component-breadcrumb a{color:var(--text-color-secondary)}.sm-component-breadcrumb a:hover{color:var(--primary-5)}.sm-component-breadcrumb-separator{color:var(--text-color-secondary)}.sm-component-breadcrumb>span:last-child .sm-component-breadcrumb-link{color:var(--text-color-active)}.sm-component-steps-item-icon{border-color:var(--text-color-secondary)}.sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--primary-color)}.sm-component-steps-item-tail::after{background:var(--border-color-base)}.sm-component-steps-item-title::after{background:var(--border-color-base)}.sm-component-steps-item-subtitle{color:var(--text-color-secondary)}.sm-component-steps-item-description{color:var(--text-color-secondary)}.sm-component-steps-item-wait .sm-component-steps-item-icon{background-color:var(--step-wait-background-color);border-color:var(--text-color-secondary)}.sm-component-steps-item-wait .sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--text-color-secondary)}.sm-component-steps-item-wait .sm-component-steps-item-icon>.sm-component-steps-icon .sm-component-steps-icon-dot{background:var(--text-color-secondary)}.sm-component-steps-item-wait>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title{color:var(--text-color-secondary)}.sm-component-steps-item-wait>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title::after{background-color:var(--border-color-base)}.sm-component-steps-item-wait>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-description{color:var(--text-color-secondary)}.sm-component-steps-item-wait>.sm-component-steps-item-container>.sm-component-steps-item-tail::after{background-color:var(--border-color-base)}.sm-component-steps-item-process .sm-component-steps-item-icon{background-color:var(--primary-color);border-color:var(--primary-color)}.sm-component-steps-item-process .sm-component-steps-item-icon>.sm-component-steps-icon .sm-component-steps-icon-dot{background:var(--primary-color)}.sm-component-steps-item-process>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title::after{background-color:var(--border-color-base)}.sm-component-steps-item-process>.sm-component-steps-item-container>.sm-component-steps-item-tail::after{background-color:var(--border-color-base)}.sm-component-steps-item-finish .sm-component-steps-item-icon{background-color:rgba(0,0,0,0);border-color:var(--primary-color)}.sm-component-steps-item-finish .sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--primary-color)}.sm-component-steps-item-finish .sm-component-steps-item-icon>.sm-component-steps-icon .sm-component-steps-icon-dot{background:var(--primary-color)}.sm-component-steps-item-finish>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title::after{background-color:var(--primary-color)}.sm-component-steps-item-finish>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-description{color:var(--text-color-secondary)}.sm-component-steps-item-finish>.sm-component-steps-item-container>.sm-component-steps-item-tail::after{background-color:var(--primary-color)}.sm-component-steps-item-error .sm-component-steps-item-icon{background-color:rgba(0,0,0,0);border-color:var(--danger-color)}.sm-component-steps-item-error .sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--danger-color)}.sm-component-steps-item-error .sm-component-steps-item-icon>.sm-component-steps-icon .sm-component-steps-icon-dot{background:var(--danger-color)}.sm-component-steps-item-error>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title{color:var(--danger-color)}.sm-component-steps-item-error>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title::after{background-color:var(--border-color-base)}.sm-component-steps-item-error>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-description{color:var(--danger-color)}.sm-component-steps-item-error>.sm-component-steps-item-container>.sm-component-steps-item-tail::after{background-color:var(--border-color-base)}.sm-component-steps-item.sm-component-steps-next-error .sm-component-steps-item-title::after{background:var(--danger-color)}.sm-component-steps-item-custom .sm-component-steps-item-icon{background:none}.sm-component-steps-item-custom.sm-component-steps-item-process .sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--primary-color)}.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-title,.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-subtitle,.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-description{color:var(--hover-color)}.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active):not(.sm-component-steps-item-item-process)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-icon{border-color:var(--hover-color)}.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active):not(.sm-component-steps-item-item-process)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-icon .sm-component-steps-icon{color:var(--hover-color)}.sm-component-steps-small .sm-component-steps-item-description{color:var(--text-color-secondary)}.sm-component-steps-navigation .sm-component-steps-item::after{border-color:var(--text-color-secondary)}.sm-component-steps-navigation .sm-component-steps-item::before{background-color:var(--primary-color)}.sm-component-tooltip-inner{padding:6px 12px}.sm-component-modal-content{background-color:var(--modal-background)}.sm-component-modal-content .sm-component-modal-header{padding:14px 24px;border-color:var(--border-color-secondary)}.sm-component-modal-content .sm-component-modal-header .sm-component-modal-title{line-height:24px}.sm-component-modal-content .sm-component-modal-footer{padding:10px 24px;border-color:var(--border-color-secondary)}.sm-component-modal-close{color:var(--text-color-secondary)}.sm-component-modal-close-x{line-height:52px;height:52px;width:64px}.sm-component-modal-confirm-error .sm-component-modal-confirm-body>.anticon{color:var(--danger-color)}.sm-component-modal-confirm-warning .sm-component-modal-confirm-body>.anticon,.sm-component-modal-confirm-confirm .sm-component-modal-confirm-body>.anticon{color:var(--warning-color)}.sm-component-modal-confirm-body .sm-component-modal-confirm-title{line-height:24px}.sm-component-modal-confirm-body .anticon{margin-right:12px;font-size:24px}.sm-component-modal-confirm-body .anticon+.sm-component-modal-title+.sm-component-modal-content{margin-left:36px}.sm-component-modal-confirm .sm-component-modal-body{padding:20px 24px}.sm-component-transfer-list-search-action .anticon:hover{color:var(--text-color-secondary)}.sm-component-transfer-list-header{color:var(--heading-color);border-bottom-color:var(--border-color-base)}.sm-component-transfer-list-body{background-color:var(--component-background)}.sm-component-transfer-list-content-item:not(.sm-component-transfer-list-content-item-disabled):hover{background-color:var(--select-item-hover-bg)}.sm-component-transfer-list-content-item:not(.sm-component-transfer-list-content-item-disabled):hover .sm-component-checkbox-inner{border-color:var(--hover-color)}.sm-component-transfer-list-footer{border-top-color:var(--border-color-base)}.sm-component-transfer-customize-list .sm-component-table-wrapper .sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th{background:var(--background-light)}.sm-component-transfer-customize-list .sm-component-table-wrapper .sm-component-table-small>.sm-component-table-content .sm-component-table-row:last-child td{border-bottom-color:var(--border-color-base)}.sm-component-message-notice-content{background:var(--message-background);color:var(--text-color-active)}.sm-component-message-error .anticon{color:var(--danger-color)}.sm-component-message-warning .anticon{color:var(--warning-color)}.sm-component-notification-notice{background:var(--message-background);padding:20px 24px 24px}.sm-component-notification-notice-message{color:var(--heading-color)}.anticon.sm-component-notification-notice-icon{margin-left:0}.anticon.sm-component-notification-notice-icon-warning{color:var(--warning-color)}.anticon.sm-component-notification-notice-icon-error{color:var(--danger-color)}.sm-component-notification-notice-close{color:var(--text-color-secondary)}.sm-component-notification-notice-close:hover{color:var(--text-color)}.sm-component-notification-notice-with-icon .sm-component-notification-notice-message,.sm-component-notification-notice-with-icon .sm-component-notification-notice-description{margin-left:36px}.sm-component-spin{color:var(--primary-color)}.sm-component-spin-tip{color:var(--text-color-secondary)}.sm-component-spin-dot-item{background-color:var(--primary-color)}.sm-component-card-actions{background:var(--background-light)}.sm-component-card-actions>li{color:var(--text-color-secondary)}.sm-component-card-actions>li>span:hover{color:var(--primary-color)}.sm-component-card-actions>li>span a:not(sm-component-btn),.sm-component-card-actions>li>span>.anticon{color:var(--text-color-secondary)}.sm-component-card-actions>li>span a:not(sm-component-btn):hover,.sm-component-card-actions>li>span>.anticon:hover{color:var(--primary-color)}.sm-component-card-type-inner .sm-component-card-head{background:var(--background-light)}.sm-component-card-meta-title{color:var(--heading-color)}.sm-component-card-meta-description{color:var(--text-color-secondary)}.sm-component-collapse{background-color:var(--background-light)}.sm-component-collapse-borderless{background-color:var(--background-light)}.sm-component-table-thead>tr>th{background:var(--background-light);position:relative}.sm-component-table-thead>tr>th .sm-component-table-filter-selected.anticon{color:var(--primary-color)}.sm-component-table-thead>tr>th .sm-component-table-column-sorter .sm-component-table-column-sorter-inner .sm-component-table-column-sorter-up.on,.sm-component-table-thead>tr>th .sm-component-table-column-sorter .sm-component-table-column-sorter-inner .sm-component-table-column-sorter-down.on{color:var(--primary-color)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters .anticon-filter.sm-component-table-filter-open,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters .sm-component-table-filter-icon.sm-component-table-filter-open{color:var(--text-color-secondary);background:var(--table-header-filter-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters:hover .anticon-filter:hover,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters:hover .sm-component-table-filter-icon:hover{color:var(--text-color-secondary);background:var(--table-header-filter-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover{background:var(--table-header-sort-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover .anticon-filter,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover .sm-component-table-filter-icon{background:var(--table-header-sort-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:active .sm-component-table-column-sorter-up:not(.on),.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:active .sm-component-table-column-sorter-down:not(.on){color:var(--text-color-secondary)}.sm-component-table-thead>tr.sm-component-table-row-selected>td.sm-component-table-column-sort,.sm-component-table-tbody>tr.sm-component-table-row-selected>td.sm-component-table-column-sort{background:var(--selected-color)}.sm-component-table-thead>tr:hover.sm-component-table-row-selected>td,.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td{background:var(--selected-color)}.sm-component-table-thead>tr:hover.sm-component-table-row-selected>td.sm-component-table-column-sort,.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td.sm-component-table-column-sort{background:var(--selected-color)}.sm-component-table-footer{background:var(--background-light)}.sm-component-table-footer::before{background:var(--background-light)}.sm-component-table-tbody>tr.sm-component-table-row-selected td{background:var(--selected-color)}.sm-component-table-thead>tr>th.sm-component-table-column-sort{background:var(--background-base)}.sm-component-table-header{background:var(--background-light);overflow:hidden !important}.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td{background:var(--selected-color)}.sm-component-table-filter-dropdown .sm-component-dropdown-menu .sm-component-dropdown-submenu-contain-selected .sm-component-dropdown-menu-submenu-title::after{color:var(--primary-color)}.sm-component-table:not(.sm-component-table-bordered) .sm-component-table-thead>tr>th::after{content:"";position:absolute;top:50%;right:0;width:1px;height:14px;background-color:var(--border-color-secondary);transform:translateY(-50%)}.sm-component-table-thead>tr>th,.sm-component-table-tbody>tr>td{padding:13px 24px}.sm-component-table-middle>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th,.sm-component-table-middle>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-tbody>tr>td{padding:9px 24px}.sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th,.sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-tbody>tr>td{padding:5px 24px}.sm-component-slider-rail{background-color:var(--slider-rail-background-color)}.sm-component-tree.sm-component-tree-directory>li span.sm-component-tree-node-content-wrapper:hover::before,.sm-component-tree.sm-component-tree-directory .sm-component-tree-child-tree>li span.sm-component-tree-node-content-wrapper:hover::before{background:var(--select-item-hover-bg)}.sm-component-tree.sm-component-tree-show-line li span.sm-component-tree-switcher{color:var(--text-color)}.sm-component-colorpicker{height:32px;border-radius:4px;border:1px solid var(--border-color-base);width:230px;background:var(--component-background)}.sm-component-colorpicker__current{height:100%;padding:0 15px;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.sm-component-colorpicker__current .current-color{height:8px;flex:1}.sm-component-colorpicker__current .delete-icon{position:absolute;right:0;top:0;color:var(--text-color-secondary)}.sm-component-colorpicker__current .delete-icon:hover{cursor:pointer}.sm-component-colorpicker .vc-chrome{width:100%;position:relative;z-index:10}.sm-component-time-slider{width:578px;height:80px;display:inline-flex;align-items:center;box-sizing:border-box;cursor:pointer;font-size:12px;color:var(--text-color)}.sm-component-time-slider .sm-play-control{position:relative;margin:0;padding:0;width:24px;height:24px;line-height:24px;text-align:center;text-shadow:none;border:none;outline:none;background:rgba(0,0,0,0);cursor:pointer}.sm-component-time-slider .sm-icon-play{font-size:24px;outline:none}.sm-component-time-slider .sm-progress-control-wrapper{position:relative;width:calc(100% - 36px);margin-left:12px}.sm-component-time-slider .sm-progress-control{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;border-radius:3px;box-sizing:border-box;background:var(--slider-rail-background-color);cursor:pointer;-ms-touch-action:none;touch-action:none}.sm-component-time-slider .sm-progress-control::before{content:"";position:relative;display:block;width:12px;height:12px;box-sizing:border-box;border:2px solid var(--avatar-background);background:var(--primary-color);border-radius:50%;z-index:10}.sm-component-time-slider .sm-progress-control:hover::before{transform:scale(1.25)}.sm-component-time-slider .sm-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;left:0;width:100%;height:100%;outline:none;pointer-events:none}.sm-component-time-slider .sm-load-progress{position:absolute;left:0;width:100%;border-radius:3px;outline:none;z-index:5}.sm-component-time-slider .sm-play-progress{position:absolute;top:0;display:block;height:100%;width:100%;margin:0;padding:0;box-sizing:border-box;border-radius:3px;outline:none;touch-action:none}.sm-component-time-slider .sm-time-node{position:absolute;top:10px;width:100%;height:20px;line-height:20px;user-select:none}.sm-component-time-slider .sm-time-node .sm-start-node{position:absolute;left:0}.sm-component-time-slider .sm-time-node .sm-end-node{position:absolute;right:0}.sm-component-time-slider .sm-mouse-display{position:absolute;display:none;height:100%;z-index:1;pointer-events:none}.sm-component-time-slider .sm-progress-control:hover .sm-mouse-display{display:inline-block;white-space:nowrap}.sm-component-time-slider .sm-time-tooltip{position:relative;left:-50%;top:-50px;display:flex;justify-content:center;height:33px;padding:6px 8px;border-radius:4px;font-size:14px;color:var(--tooltip-color);background:var(--tooltip-background);box-shadow:0px 2px 7px 0px var(--shadow-color);visibility:hidden;z-index:1;pointer-events:none;user-select:none}.sm-component-time-slider .sm-progress-holder:focus .sm-time-tooltip{visibility:hidden}.sm-component-time-slider .sm-progress-control:hover .sm-time-tooltip,.sm-component-time-slider .sm-progress-control:hover .sm-progress-holder:focus .sm-time-tooltip{visibility:visible}.sm-component-time-line{width:578px;height:80px;display:flex;align-items:center;pointer-events:auto;cursor:pointer}.sm-component-time-range{width:578px;height:80px;display:flex;align-items:center;pointer-events:auto;cursor:pointer}.sm-component-time-picker:hover .sm-component-time-picker-icon:not(:last-child){opacity:0}.sm-component-time-picker .anticon,.sm-component-time-picker-icon,.sm-component-time-picker-clear{color:var(--text-color-secondary)}.sm-component-time-picker-clear:hover{color:var(--text-color)}.sm-component-time-picker-input[disabled]+.sm-component-time-picker-icon,.sm-component-time-picker-input[disabled]+.sm-component-time-picker-icon .anticon{color:var(--disabled-text-color)}.sm-component-time-picker-small .sm-component-time-picker-input{font-size:12px}.sm-component-time-picker-md .sm-component-time-picker-input{height:28px;font-size:12px}.sm-component-time-picker-panel{color:var(--text-color-active)}.sm-component-time-picker-panel-inner{background-color:var(--select-dropdown-background)}.sm-component-time-picker-panel-input{background-color:var(--select-dropdown-background)}.sm-component-time-picker-panel-select-option-selected{background-color:var(--selected-color)}.sm-component-time-picker-panel-select,.sm-component-time-picker-panel-addon{border-color:var(--border-color-secondary)}.sm-component-time-picker-panel-select li{padding:0 0 0 16px}.sm-component-time-picker-panel-select li:not(.sm-component-time-picker-panel-select-option-selected):hover{background-color:var(--hover-bg)}.sm-component-time-picker-panel-select li:focus{color:var(--text-color-active)}.sm-component-time-picker-panel-input-wrap{display:none}.sm-component-select:not(.sm-component-select-disabled){color:var(--text-color-active)}.sm-component-select-md .sm-component-select-selection--single{height:28px}.sm-component-select-md .sm-component-select-selection--multiple{min-height:28px}.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-selection__rendered li{height:20px;line-height:18px}.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-selection__clear,.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-arrow{top:calc(28px/2)}.sm-component-select-md .sm-component-select-selection__rendered{line-height:26px}.sm-component-select-focused .sm-component-select-selection,.sm-component-select-selection:focus,.sm-component-select-selection:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-select-selection:hover .sm-component-select-selection__clear+.sm-component-select-arrow{opacity:0}.sm-component-select-selection__clear:hover{color:var(--text-color-secondary)}.sm-component-select-selection--multiple .sm-component-select-selection__choice{background-color:var(--background-light)}.sm-component-select-selection--multiple .sm-component-select-selection__choice__remove{color:var(--text-color-secondary)}.sm-component-select-open .sm-component-select-selection{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-select-disabled .sm-component-select-selection,.sm-component-select-disabled .sm-component-select-selection:hover,.sm-component-select-disabled .sm-component-select-selection:focus,.sm-component-select-disabled .sm-component-select-selection:active{border-color:var(--disabled-border-color)}.sm-component-select-disabled .sm-component-select-selection--multiple .sm-component-select-selection__choice{color:var(--disabled-text-color);background:var(--disabled-bg-color)}.sm-component-select-disabled .sm-component-select-arrow{color:var(--disabled-icon-color)}.sm-component-select-readonly{color:var(--text-color)}.sm-component-select-dropdown-menu-item-group-title{color:var(--text-color-secondary)}.sm-component-select-dropdown-menu-item{color:var(--text-color-active)}.sm-component-select-dropdown-menu-item:hover:not(.sm-component-select-dropdown-menu-item-disabled){background-color:var(--select-item-hover-bg)}.sm-component-select-dropdown-menu-item-selected{font-weight:normal;background-color:var(--selected-color);color:var(--select-item-selected-color)}.sm-component-select-dropdown-menu-item .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item:hover .sm-component-select-selected-icon{color:var(--icon-color-hover)}.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item-selected .sm-component-select-selected-icon,.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item-selected:hover .sm-component-select-selected-icon{color:var(--primary-color)}.sm-component-select-arrow{color:var(--text-color-secondary)}.sm-component-select-not-found .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-select-tree{overflow:hidden}.sm-component-select-tree li ul{overflow:hidden;padding:0px;padding:0 0 0 8px}.sm-component-select-tree li span.sm-component-select-tree-switcher,.sm-component-select-tree li span.sm-component-select-tree-iconEle{width:14px;vertical-align:top;line-height:26px}.sm-component-select-tree li{margin:2px}.sm-component-select-tree li .sm-component-select-tree-node-content-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm-component-select-tree li .sm-component-select-tree-node-content-wrapper:hover{background-color:var(--select-item-hover-bg)}.sm-component-select-tree-not-found .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-spin{color:var(--primary-color)}.sm-component-spin-tip{color:var(--text-color-secondary)}.sm-component-spin-dot-item{background-color:var(--primary-color)}.sm-component-web-map{width:100%;height:100%}.sm-component-web-map>.sm-component-spin{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:100;background:rgba(0,0,0,.8)}.sm-leaflet-tabel-popup .leaflet-popup-content{margin:0}.sm-leaflet-tabel-popup .leaflet-popup-content-wrapper{border-radius:3px}.sm-leaflet-tabel-popup .leaflet-popup-content-wrapper,.sm-leaflet-tabel-popup .leaflet-popup-content,.sm-leaflet-tabel-popup .leaflet-popup-tip{background:rgba(0,0,0,0)}.sm-component-identify{list-style:none;margin:0;padding:10px 15px;max-height:170px;width:280px;overflow:auto;font-size:14px;background:rgba(0,0,0,0)}.sm-component-identify__body{display:flex;justify-content:space-between;padding:5px 0}.sm-component-identify__left{width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm-component-identify__right{margin-left:10px;width:calc(60% - 10px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
22701
+ body{font-family:-apple-system,"BlinkMacSystemFont","Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,"Segoe UI Emoji",Segoe UI Symbol !important}.add-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hidden{display:none}.clearfix:after{content:" ";height:0;display:block;clear:both}.disabled{pointer-events:none}::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(245,245,245,0)}::-webkit-scrollbar-thumb{border-radius:10px;background-color:#bbb}.mapboxgl-ctrl button:not(:disabled):hover{background-color:var(--primary-5)}.mapboxgl-map{font-family:inherit}.sm-component-count-to__numItem{display:inline-block}.sm-component-indicator{display:inline-flex;flex-wrap:nowrap;justify-content:center;align-items:center;color:var(--text-color);background:var(--component-background)}.sm-component-indicator__content{display:flex;align-items:flex-end;font-weight:bolder}.sm-component-indicator__content-vertical{flex-direction:column;align-items:flex-start}.sm-component-indicator__content-vertical .sm-component-indicator__title{margin-bottom:8px}.sm-component-indicator__content-horizontal{flex-flow:row nowrap;width:100%;justify-content:space-around}.sm-component-indicator__content-horizontal .sm-component-indicator__title{line-height:1.2}.sm-component-indicator__title{font-size:16px;font-weight:bolder}.sm-component-indicator__num{font-weight:bolder;color:var(--primary-color);font-size:22px;line-height:1}.sm-component-indicator__unit{text-indent:5px;font-size:16px;line-height:1.2}.sm-component-text{display:inline-flex;align-items:center;justify-content:center;line-height:1.5;padding:4px;color:var(--text-color);background:var(--component-background)}.sm-component-text__href{display:inline-block;color:var(--text-color)}.sm-component-text__href:hover{cursor:pointer;color:var(--hover-color) !important}.sm-component-text__span{white-space:pre-wrap}.sm-component-time-text{display:inline-flex;align-items:center;justify-content:center;color:var(--text-color);background:var(--component-background)}.sm-component-time-text>span{padding:10px;vertical-align:middle}.sm-component-icon{display:inline-flex;justify-content:center;align-items:center;color:var(--primary-color)}.sm-component-icon>i{font-size:inherit}.sm-component-collapse-card{position:relative;overflow:visible;font-size:12px;color:var(--text-color)}.sm-component-collapse-card .icon-box-shadow{box-shadow:0 3px 13px 0px var(--shadow-color)}.sm-component-collapse-card__icon{z-index:100;background:var(--collapse-card-header-bg);color:var(--heading-color);cursor:pointer;box-sizing:border-box;font-size:16px;width:32px;height:32px;line-height:32px;text-align:center}.sm-component-collapse-card__icon:hover{background:#fff;border-color:var(--hover-color) !important;color:var(--hover-color) !important}.sm-component-collapse-card__icon>i{display:block}.sm-component-collapse-card__icon.is-not-header.is-bottom-right{bottom:0;top:unset}.sm-component-collapse-card__icon.is-not-header.is-bottom-left{bottom:0;top:unset}.sm-component-collapse-card__icon.is-click-in{border-radius:4px}.sm-component-collapse-card__icon.is-click-in.is-top-right{float:right}.sm-component-collapse-card__icon.is-click-in.is-bottom-right{float:right}.sm-component-collapse-card__icon.is-click-in.is-top-left{float:left !important}.sm-component-collapse-card__icon.is-click-in.is-bottom-left{float:left !important}.sm-component-collapse-card__icon.is-click-out{border:none;background:rgba(0,0,0,0) !important}.sm-component-collapse-card__icon.is-top-left{top:0;left:0}.sm-component-collapse-card__icon.is-top-left .sm-component-collapse-card__component-icon.is-auto-rotate{transform:rotate(45deg)}.sm-component-collapse-card__icon.is-bottom-left{top:0;left:0}.sm-component-collapse-card__icon.is-bottom-left .sm-component-collapse-card__component-icon.is-auto-rotate{transform:rotate(45deg)}.sm-component-collapse-card__icon.is-top-right{top:0;right:0}.sm-component-collapse-card__icon.is-top-right .sm-component-collapse-card__component-icon.is-auto-rotate{transform:rotate(135deg)}.sm-component-collapse-card__icon.is-bottom-right{top:0;right:0}.sm-component-collapse-card__icon.is-bottom-right .sm-component-collapse-card__component-icon.is-auto-rotate{transform:rotate(135deg)}.sm-component-collapse-card__header{height:32px;line-height:32px;padding-left:8px;box-shadow:0px 1px 0px 0px var(--shadow-color);color:var(--heading-color);background:var(--collapse-card-header-bg);border-radius:4px 4px 0 0}.sm-component-collapse-card__header.with-split-line{border-bottom:1px solid var(--collapse-card-split-line)}.sm-component-collapse-card__header+.sm-component-collapse-card__body{border-top-left-radius:0;border-top-right-radius:0}.sm-component-collapse-card__header.is-top-right{padding-right:30px}.sm-component-collapse-card__header.is-bottom-right{padding-right:30px}.sm-component-collapse-card__header.is-top-left{padding-left:30px}.sm-component-collapse-card__header.is-bottom-left{padding-left:30px}.sm-component-collapse-card__content{box-shadow:0 3px 13px 0px var(--shadow-color);background:var(--collapse-card-background);position:relative;border-radius:4px}.sm-component-collapse-card__content.sm-component-zoom-in-enter-active{animation:zoom-in .5s}.sm-component-collapse-card__content.sm-component-zoom-in-leave-active{animation:zoom-in .5s reverse}@keyframes zoom-in{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}.sm-component-collapse-card__content.is-top-left{transform-origin:top left}.sm-component-collapse-card__content.is-top-left.is-icon>.sm-component-collapse-card__header{padding-left:38px}.sm-component-collapse-card__content.is-bottom-left{transform-origin:top left}.sm-component-collapse-card__content.is-bottom-left.is-icon>.sm-component-collapse-card__header{padding-left:38px}.sm-component-collapse-card__content.is-not-header.is-bottom-right{transform-origin:bottom right}.sm-component-collapse-card__content.is-not-header.is-bottom-left{transform-origin:bottom left}.sm-component-collapse-card__content.is-bottom-right{transform-origin:top right}.sm-component-collapse-card__content.is-top-right{transform-origin:top right}.sm-component-collapse-card__body{height:100%;border-radius:4px}.sm-component-liquidfill{margin:0 auto;height:100px}.sm-component-progress{text-align:center;width:100%}.sm-component-progress-inner{background-color:var(--background-base)}.sm-component-progress-circle-trail{stroke:var(--background-base)}.sm-component-progress-text{color:var(--text-color-secondary);color:inherit}.sm-component-progress-status-exception .sm-component-progress-bg{background-color:var(--danger-color)}.sm-component-progress-status-exception .sm-component-progress-text{color:var(--danger-color)}.sm-component-progress-status-exception .sm-component-progress-inner:not(.sm-component-progress-circle-gradient) .sm-component-progress-circle-path{stroke:var(--danger-color)}.sm-component-progress .sm-component-progress-circle.sm-component-progress-status-exception .sm-component-progress-text{color:var(--danger-color)}.sm-component-progress-circle .sm-component-progress-text{color:inherit}.sm-component-table-thead>tr>th{background:var(--background-light);position:relative}.sm-component-table-thead>tr>th .sm-component-table-filter-selected.anticon{color:var(--primary-color)}.sm-component-table-thead>tr>th .sm-component-table-column-sorter .sm-component-table-column-sorter-inner .sm-component-table-column-sorter-up.on,.sm-component-table-thead>tr>th .sm-component-table-column-sorter .sm-component-table-column-sorter-inner .sm-component-table-column-sorter-down.on{color:var(--primary-color)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters .anticon-filter.sm-component-table-filter-open,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters .sm-component-table-filter-icon.sm-component-table-filter-open{color:var(--text-color-secondary);background:var(--table-header-filter-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters:hover .anticon-filter:hover,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters:hover .sm-component-table-filter-icon:hover{color:var(--text-color-secondary);background:var(--table-header-filter-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover{background:var(--table-header-sort-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover .anticon-filter,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover .sm-component-table-filter-icon{background:var(--table-header-sort-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:active .sm-component-table-column-sorter-up:not(.on),.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:active .sm-component-table-column-sorter-down:not(.on){color:var(--text-color-secondary)}.sm-component-table-thead>tr.sm-component-table-row-selected>td.sm-component-table-column-sort,.sm-component-table-tbody>tr.sm-component-table-row-selected>td.sm-component-table-column-sort{background:var(--selected-color)}.sm-component-table-thead>tr:hover.sm-component-table-row-selected>td,.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td{background:var(--selected-color)}.sm-component-table-thead>tr:hover.sm-component-table-row-selected>td.sm-component-table-column-sort,.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td.sm-component-table-column-sort{background:var(--selected-color)}.sm-component-table-footer{background:var(--background-light)}.sm-component-table-footer::before{background:var(--background-light)}.sm-component-table-tbody>tr.sm-component-table-row-selected td{background:var(--selected-color)}.sm-component-table-thead>tr>th.sm-component-table-column-sort{background:var(--background-base)}.sm-component-table-header{background:var(--background-light);overflow:hidden !important}.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td{background:var(--selected-color)}.sm-component-table-filter-dropdown .sm-component-dropdown-menu .sm-component-dropdown-submenu-contain-selected .sm-component-dropdown-menu-submenu-title::after{color:var(--primary-color)}.sm-component-table:not(.sm-component-table-bordered) .sm-component-table-thead>tr>th::after{content:"";position:absolute;top:50%;right:0;width:1px;height:14px;background-color:var(--border-color-secondary);transform:translateY(-50%)}.sm-component-table-thead>tr>th,.sm-component-table-tbody>tr>td{padding:13px 24px}.sm-component-table-middle>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th,.sm-component-table-middle>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-tbody>tr>td{padding:9px 24px}.sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th,.sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-tbody>tr>td{padding:5px 24px}.sm-component-table-popup{color:var(--text-color);border-radius:4px}.sm-component-table-popup .sm-component-table-thead>tr>th{border-bottom:1px solid var(--collapse-card-split-line)}.sm-component-table-popup:not(.with-split-line) .sm-component-table-thead>tr>th{border-bottom:none}.sm-component-table-popup__table.sm-component-table-wrapper .sm-component-table-content{max-height:250px;overflow:auto}.sm-component-table-popup__table.sm-component-table-wrapper .sm-component-table-content .sm-component-table-placeholder{background:rgba(0,0,0,0);border:none;color:inherit}.sm-component-table-popup__table.sm-component-table-wrapper .sm-component-table-content .sm-component-table-placeholder .sm-component-empty{background-color:rgba(0,0,0,0)}.sm-component-table-popup__table .sm-component-table{color:inherit;font-size:12px}.sm-component-table-popup__table .sm-component-table-thead>tr>th,.sm-component-table-popup__table .sm-component-table-thead>tr>td,.sm-component-table-popup__table .sm-component-table-tbody>tr>th,.sm-component-table-popup__table .sm-component-table-tbody>tr>td{padding:4px 16px}.sm-component-table-popup__table .sm-component-table-tbody>tr>td{transition:all 0s,height 0s;border-bottom-color:rgba(0,0,0,0)}.sm-component-table-popup__table .sm-component-table-row:hover{color:var(--primary-color)}.sm-component-border{position:relative;box-sizing:border-box;border-style:solid}.sm-component-border__content{position:absolute}.sm-component-border__content>*{width:100%;height:100%}.sm-component-border .sm-component-chart .sm-component-collapse-card__content{width:100%;height:100%}.sm-component-image{width:100%;height:100%;background:var(--component-background);color:var(--text-color)}.sm-component-image__link{display:block;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.sm-component-image__link:hover{cursor:pointer}.sm-component-image__preview .sm-component-modal-content .sm-component-modal-close{margin-left:-64px}.sm-component-image__preview .sm-component-modal-content .sm-component-modal-close .sm-component-modal-close-x{font-size:40px}.sm-component-image__full{width:100% !important;padding:0 !important}.sm-component-image__full .sm-component-modal-content{background-color:rgba(0,0,0,0) !important;box-shadow:none !important;width:100%;height:100%}.sm-component-image__full .sm-component-modal-content .sm-component-modal-close{display:none}.sm-component-image__full .sm-component-modal-content .sm-component-modal-close{margin-left:-64px}.sm-component-image__full .sm-component-modal-content .sm-component-modal-close .sm-component-modal-close-x{font-size:40px}.sm-component-image__noLink{pointer-events:none}.sm-component-image__content{width:100%;height:100%;opacity:1;transform:translateZ(0px)}.sm-component-image__defaultImg{color:var(--text-color);font-size:60px}.sm-component-modal-content{background-color:var(--modal-background)}.sm-component-modal-content .sm-component-modal-header{padding:14px 24px;border-color:var(--border-color-secondary)}.sm-component-modal-content .sm-component-modal-header .sm-component-modal-title{line-height:24px}.sm-component-modal-content .sm-component-modal-footer{padding:10px 24px;border-color:var(--border-color-secondary)}.sm-component-modal-close{color:var(--text-color-secondary)}.sm-component-modal-close-x{line-height:52px;height:52px;width:64px}.sm-component-modal-confirm-error .sm-component-modal-confirm-body>.anticon{color:var(--danger-color)}.sm-component-modal-confirm-warning .sm-component-modal-confirm-body>.anticon,.sm-component-modal-confirm-confirm .sm-component-modal-confirm-body>.anticon{color:var(--warning-color)}.sm-component-modal-confirm-body .sm-component-modal-confirm-title{line-height:24px}.sm-component-modal-confirm-body .anticon{margin-right:12px;font-size:24px}.sm-component-modal-confirm-body .anticon+.sm-component-modal-title+.sm-component-modal-content{margin-left:36px}.sm-component-modal-confirm .sm-component-modal-body{padding:20px 24px}.sm-component-video-player__player>.video-js{width:100%}.sm-component-video-player__player.sm-component-video-player__player--main>.video-js{height:100%}.sm-component-video-player__player>.video-js .vjs-menu-button-inline.vjs-slider-active,.sm-component-video-player__player>.video-js .vjs-menu-button-inline:focus,.sm-component-video-player__player>.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:10em}.sm-component-video-player__player>.video-js .vjs-controls-disabled .vjs-big-play-button{display:none !important}.sm-component-video-player__player>.video-js .vjs-control{width:3em}.sm-component-video-player__player>.video-js .vjs-control.vjs-live-control{width:auto;padding-left:.5em;letter-spacing:.1em}.sm-component-video-player__player>.video-js .vjs-menu-button-inline:before{width:1.5em}.vjs-paused.vjs-has-started.sm-component-video-player__player>.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button{display:block}.sm-component-video-player__player>.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button{display:none !important}.sm-component-video-player__player>.video-js .vjs-mouse-display:after,.sm-component-video-player__player>.video-js .vjs-play-progress:after{padding:0 .4em .3em}.video-js.vjs-ended .vjs-loading-spinner{display:none}.video-js.vjs-ended .vjs-big-play-button{display:block !important}.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.sm-component-video-player__player>.video-js .vjs-big-play-button{display:block}.sm-component-video-player__player>.video-js .vjs-big-play-button{top:50%;left:50%;margin-left:-1.5em;margin-top:-1em}.sm-component-video-player__player>.video-js .vjs-big-play-button{background-color:rgba(0,0,0,.45);font-size:3.5em;height:2em !important;line-height:2em !important;margin-top:-1em !important}.video-js:hover .vjs-big-play-button,.sm-component-video-player__player>.video-js .vjs-big-play-button:focus,.sm-component-video-player__player>.video-js .vjs-big-play-button:active{background-color:rgba(36,131,213,.9)}.sm-component-video-player__player>.video-js .vjs-loading-spinner{border-color:rgba(36,131,213,.8)}.sm-component-video-player__player>.video-js .vjs-control-bar2{background-color:#000}.sm-component-video-player__player>.video-js .vjs-control-bar{color:#fff;font-size:14px}.sm-component-video-player__player>.video-js .vjs-play-progress,.sm-component-video-player__player>.video-js .vjs-volume-level{background-color:#2483d5}.sm-component-video-player__player>.video-js .vjs-play-progress:before{top:-0.3em}.sm-component-video-player__player>.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.3em}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0em}.sm-component-video-player__player>.video-js .vjs-menu li{padding:0;line-height:2em;font-size:1.1em}.sm-component-video-player__player>.video-js .vjs-time-tooltip,.sm-component-video-player__player>.video-js .vjs-mouse-display:after,.sm-component-video-player__player>.video-js .vjs-play-progress:after{border-radius:0;font-size:1em;padding:0;width:3em;height:1.5em;line-height:1.5em;top:-3em}.sm-component-video-player__player>.video-js .vjs-menu-button-popup .vjs-menu{width:5em;left:-1em}.sm-component-video-player__player>.video-js .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:0}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-play-control{order:0}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-time-control{min-width:1em;padding:0;margin:0 .1em;text-align:center;display:block;order:1}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value{font-size:1.2em;line-height:2.4}.sm-component-video-player__player>.video-js .vjs-progress-control.vjs-control{order:2}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-volume-menu-button{order:3}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-resolution-button{order:4}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label{display:block;line-height:3em}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-playback-rate{order:5}.sm-component-video-player__player>.video-js .vjs-control-bar .vjs-fullscreen-control{order:6}.sm-component-video-player__player>.video-js.vjs-fullscreen{width:500px !important;height:500px !important}.sm-component-video-player{width:600px;height:360px}.sm-component-video-player .vjs_video_3-dimensions{height:100% !important}.sm-component-video-player .sm-component-video-player__player{width:100%;height:100%}.sm-component-video-player .sm-component-video-player__player[data-popupplay=false].sm-component-video-player__player[data-autoplay=true]>.video-js .vjs-big-play-button{display:none}.sm-component-video-player .sm-component-video-player__player[data-islive=true]{pointer-events:none}.sm-component-video-player .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar{pointer-events:auto}.sm-component-video-player .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-time-control,.sm-component-video-player .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-progress-control{visibility:hidden;pointer-events:none}.sm-component-video-player .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-play-control{display:none}.sm-component-video-player .sm-component-video-player__player[data-popupplay=true]{pointer-events:auto}.sm-component-video-player-modal{background:rgba(0,0,0,.7)}.sm-component-video-player-modal .sm-component-modal-close{color:#a2a3a5;right:-5%;top:-3%}.sm-component-video-player-modal .sm-component-modal-close:hover{color:#ff5c38}.sm-component-video-player-modal .sm-component-modal-close-x{font-size:40px}.sm-component-video-player-modal .sm-component-modal-body{padding:0}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-autoplay=true]>.video-js .vjs-big-play-button{display:none}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]{pointer-events:none}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar{pointer-events:auto}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-time-control,.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-progress-control{visibility:hidden;pointer-events:none}.sm-component-video-player-modal .sm-component-modal-body .sm-component-video-player__player[data-islive=true]>.video-js .vjs-control-bar .vjs-play-control{display:none}.sm-component-video-full-fill video{object-fit:fill}.sm-component-iframe{width:100%;height:100%;border:none}.sm-component-chart .sm-component-collapse-card__content{width:400px;height:200px;box-shadow:none}.sm-component-btn{border-color:var(--default-button-border);color:var(--text-color-active)}.sm-component-btn:hover,.sm-component-btn:focus{color:var(--primary-5);background-color:rgba(0,0,0,0);border-color:var(--primary-5)}.sm-component-btn:active,.sm-component-btn.active{color:var(--primary-7);background-color:rgba(0,0,0,0);border-color:var(--primary-7)}.sm-component-btn-primary{border:1px solid rgba(0,0,0,0);color:var(--button-primary-color)}.sm-component-btn-primary:hover,.sm-component-btn-primary:focus{color:var(--button-primary-color);background-color:var(--primary-5);border-color:var(--primary-5)}.sm-component-btn-primary:active{color:var(--button-primary-color);background-color:var(--primary-7);border-color:var(--primary-7)}.sm-component-btn-danger{color:var(--danger-color);border-color:var(--danger-color)}.sm-component-btn-danger:hover,.sm-component-btn-danger:focus{color:var(--danger-5);background-color:rgba(0,0,0,0);border-color:var(--danger-5)}.sm-component-btn-danger:active{color:var(--danger-7);background-color:rgba(0,0,0,0);border-color:var(--danger-7)}.sm-component-btn-delete:hover,.sm-component-btn-delete:focus{color:var(--btn-hover-color);background-color:rgba(0,0,0,0);border-color:var(--btn-hover-color)}.sm-component-btn-delete:active{color:var(--btn-active-color);background-color:rgba(0,0,0,0);border-color:var(--btn-active-color)}.sm-component-btn-link{border-color:rgba(0,0,0,0);color:var(--primary-6)}.sm-component-btn-link:hover,.sm-component-btn-link:focus,.sm-component-btn-link:active{border-color:rgba(0,0,0,0)}.sm-component-btn-background-ghost{border-color:var(--button-border-default-color)}.sm-component-btn-background-ghost.sm-component-btn-primary{color:var(--text-color)}.sm-component-btn-background-ghost.sm-component-btn-primary:hover,.sm-component-btn-background-ghost.sm-component-btn-primary:focus{color:var(--primary-5);background-color:rgba(0,0,0,0);border-color:var(--primary-5)}.sm-component-btn-background-ghost.sm-component-btn-primary:active,.sm-component-btn-background-ghost.sm-component-btn-primary.active{color:var(--primary-7);background-color:rgba(0,0,0,0);border-color:var(--primary-7)}.sm-component-btn-background-ghost.sm-component-btn-danger{color:var(--danger-color)}.sm-component-btn-background-ghost.sm-component-btn-danger:hover,.sm-component-btn-background-ghost.sm-component-btn-danger:focus{color:var(--danger-5);background-color:rgba(0,0,0,0);border-color:var(--danger-5)}.sm-component-btn-background-ghost.sm-component-btn-danger:active,.sm-component-btn-background-ghost.sm-component-btn-danger.active{color:var(--danger-7);background-color:rgba(0,0,0,0);border-color:var(--danger-7)}.sm-component-btn-background-ghost.sm-component-btn-link{color:var(--primary-6)}.sm-component-btn-background-ghost.sm-component-btn-link:hover,.sm-component-btn-background-ghost.sm-component-btn-link:focus{color:var(--primary-5);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.sm-component-btn-background-ghost.sm-component-btn-link:active,.sm-component-btn-background-ghost.sm-component-btn-link.active{color:var(--primary-7);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.sm-component-btn-background-ghost.sm-component-btn-delete:hover,.sm-component-btn-background-ghost.sm-component-btn-delete:focus{color:var(--btn-hover-color);background-color:rgba(0,0,0,0);border-color:var(--btn-hover-color)}.sm-component-btn-background-ghost.sm-component-btn-delete:active{color:var(--btn-active-color);background-color:rgba(0,0,0,0);border-color:var(--btn-active-color)}.sm-component-btn-group{color:var(--text-color)}.sm-component-btn-group-md>.sm-component-btn,.sm-component-btn-group-md>span>.sm-component-btn{height:28px;line-height:26px}.sm-component-btn-group-md>.sm-component-btn.sm-component-btn-icon-only{width:28px;height:28px;padding-right:0;padding-left:0}.sm-component-btn-md{height:28px}.sm-component-btn-icon-only.sm-component-btn-md{width:28px;height:28px;height:28px}.sm-component-btn-circle.sm-component-btn-md,.sm-component-btn-circle-outline.sm-component-btn-md{min-width:28px}.sm-component-btn-round.sm-component-btn-md{height:28px;padding:0 calc(28px/2)}.sm-component-input:focus,.sm-component-input:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-input[disabled]{border-color:var(--disabled-border-color)}.sm-component-input[disabled]:hover{border-color:var(--disabled-border-color)}.sm-component-input-error{border-color:var(--error-color)}.sm-component-input-error:hover,.sm-component-input-error:active,.sm-component-input-error:focus{border-color:var(--error-color)}.sm-component-input-error:focus,.sm-component-input-error:active{box-shadow:none}.sm-component-input[readOnly=true]{color:var(--read-only-color);border-color:var(--read-only-border-color);background-color:var(--read-only-bg)}.sm-component-input[readOnly=true]:hover{border-color:var(--primary-5)}.sm-component-input[readOnly=true]:focus,.sm-component-input[readOnly=true]:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-input-unit .sm-component-input-group-addon{color:var(--with-unit-color);background-color:var(--component-background);border:var(--border-color-base)}.sm-component-input-unit .sm-component-input-disabled+.sm-component-input-group-addon{color:var(--with-unit-disabled-color);background-color:var(--background-light)}.sm-component-input-disabled{border-color:var(--disabled-border-color)}.sm-component-input-disabled:hover{border-color:var(--disabled-border-color)}.sm-component-input-md{height:28px}.sm-component-input-group-addon{background-color:var(--background-light)}.sm-component-input-password-icon{color:var(--text-color-secondary)}.sm-component-input-password-icon:hover{color:var(--icon-color-hover)}.sm-component-input-search-icon{color:var(--text-color-secondary)}.sm-component-input-search-icon:hover{color:var(--icon-color-hover)}.sm-component-input-clear-icon:hover{color:var(--text-color-secondary)}.sm-component-input-textarea-clear-icon:hover{color:var(--text-color-secondary)}.sm-component-input-group-md .sm-component-input,.sm-component-input-group-md>.sm-component-input-group-addon{height:28px}.sm-component-input-number:focus,.sm-component-input-number:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-input-number-disabled{border-color:var(--disabled-border-color)}.sm-component-input-number-disabled:hover{border-color:var(--disabled-border-color)}.sm-component-input-number-focused{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-input-number-handler{color:var(--text-color-secondary)}.sm-component-input-number-handler:active{background:var(--background-base)}.sm-component-input-number-handler-up-inner,.sm-component-input-number-handler-down-inner{color:var(--text-color-secondary)}.sm-component-input-number-error{border-color:var(--error-color)}.sm-component-input-number-error:hover,.sm-component-input-number-error:active,.sm-component-input-number-error:focus{border-color:var(--error-color)}.sm-component-input-number-error:focus,.sm-component-input-number-error:active{box-shadow:none}.sm-component-input-number-focused.sm-component-input-number-error{box-shadow:none}.sm-component-input-number-md{height:28px}.sm-component-input-number-md input{height:28px}.sm-component-switch{background-color:var(--switch-background)}.sm-component-switch-loading-icon,.sm-component-switch:after{background-color:var(--switch-after-bg)}.sm-component-switch-checked{background-color:var(--primary-6)}.sm-component-switch-loading .sm-component-switch-loading-icon{color:rgba(0,0,0,.65)}.sm-component-select:not(.sm-component-select-disabled){color:var(--text-color-active)}.sm-component-select-md .sm-component-select-selection--single{height:28px}.sm-component-select-md .sm-component-select-selection--multiple{min-height:28px}.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-selection__rendered li{height:20px;line-height:18px}.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-selection__clear,.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-arrow{top:calc(28px/2)}.sm-component-select-md .sm-component-select-selection__rendered{line-height:26px}.sm-component-select-focused .sm-component-select-selection,.sm-component-select-selection:focus,.sm-component-select-selection:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-select-selection:hover .sm-component-select-selection__clear+.sm-component-select-arrow{opacity:0}.sm-component-select-selection__clear:hover{color:var(--text-color-secondary)}.sm-component-select-selection--multiple .sm-component-select-selection__choice{background-color:var(--background-light)}.sm-component-select-selection--multiple .sm-component-select-selection__choice__remove{color:var(--text-color-secondary)}.sm-component-select-open .sm-component-select-selection{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-select-disabled .sm-component-select-selection,.sm-component-select-disabled .sm-component-select-selection:hover,.sm-component-select-disabled .sm-component-select-selection:focus,.sm-component-select-disabled .sm-component-select-selection:active{border-color:var(--disabled-border-color)}.sm-component-select-disabled .sm-component-select-selection--multiple .sm-component-select-selection__choice{color:var(--disabled-text-color);background:var(--disabled-bg-color)}.sm-component-select-disabled .sm-component-select-arrow{color:var(--disabled-icon-color)}.sm-component-select-readonly{color:var(--text-color)}.sm-component-select-dropdown-menu-item-group-title{color:var(--text-color-secondary)}.sm-component-select-dropdown-menu-item{color:var(--text-color-active)}.sm-component-select-dropdown-menu-item:hover:not(.sm-component-select-dropdown-menu-item-disabled){background-color:var(--select-item-hover-bg)}.sm-component-select-dropdown-menu-item-selected{font-weight:normal;background-color:var(--selected-color);color:var(--select-item-selected-color)}.sm-component-select-dropdown-menu-item .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item:hover .sm-component-select-selected-icon{color:var(--icon-color-hover)}.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item-selected .sm-component-select-selected-icon,.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item-selected:hover .sm-component-select-selected-icon{color:var(--primary-color)}.sm-component-select-arrow{color:var(--text-color-secondary)}.sm-component-select-not-found .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-checkbox-wrapper:hover .sm-component-checkbox-inner,.sm-component-checkbox:hover .sm-component-checkbox-inner{border-color:var(--hover-color)}.sm-component-checkbox-wrapper{color:var(--text-color-active)}.sm-component-checkbox-checked::after{border:none}.sm-component-checkbox-wrapper:not(.sm-component-checkbox-wrapper-disabled):hover .sm-component-checkbox-indeterminate .sm-component-checkbox-inner::after{background-color:var(--hover-color)}.sm-component-checkbox-wrapper-checked:not(.sm-component-checkbox-wrapper-disabled):hover .sm-component-checkbox-inner,.sm-component-checkbox-checked:not(.sm-component-checkbox-disabled):hover .sm-component-checkbox-inner{background-color:var(--primary-7);border-color:var(--primary-7)}.sm-component-checkbox-inner{background-color:rgba(0,0,0,0)}.sm-component-checkbox-disabled .sm-component-checkbox-inner{border-color:var(--disabled-border-color) !important}.sm-component-avatar{display:inline-flex;align-items:center;justify-content:center}.sm-component-empty-image{height:auto}.sm-component-empty .sm-component-empty-image{height:31px}.sm-component-empty .sm-component-empty-image svg{width:52px;height:31px}.sm-component-empty ellipse{fill:var(--empty-shadow-color)}.sm-component-empty g g{stroke:var(--empty-stroke-color)}.sm-component-empty path:first-child{fill:var(--empty-top-color)}.sm-component-empty path:nth-child(2){fill:var(--empty-bottom-color)}.sm-component-empty .sm-component-empty-description{font-size:12px;color:var(--empty-description-color)}.sm-component-pagination-item{border-color:var(--pagination-border-default-color)}.sm-component-pagination-item:focus,.sm-component-pagination-item:hover{border-color:var(--primary-5)}.sm-component-pagination-item:focus a,.sm-component-pagination-item:hover a{color:var(--primary-5)}.sm-component-pagination-item:hover,.sm-component-pagination-item:focus{border-color:var(--hover-color)}.sm-component-pagination-item:hover>a,.sm-component-pagination-item:focus>a{color:var(--primary-5)}.sm-component-pagination-item-active{background:var(--primary-6);border-color:var(--primary-6)}.sm-component-pagination-item-active a{color:var(--pagination-active-text-color)}.sm-component-pagination-item-active:focus,.sm-component-pagination-item-active:hover{border-color:var(--primary-5)}.sm-component-pagination-item-active:focus a,.sm-component-pagination-item-active:hover a{color:var(--pagination-active-text-color)}.sm-component-pagination-jump-prev .sm-component-pagination-item-container .sm-component-pagination-item-link-icon,.sm-component-pagination-jump-next .sm-component-pagination-item-container .sm-component-pagination-item-link-icon{color:var(--primary-5)}.sm-component-pagination-jump-prev .sm-component-pagination-item-container .sm-component-pagination-item-ellipsis,.sm-component-pagination-jump-next .sm-component-pagination-item-container .sm-component-pagination-item-ellipsis{color:var(--pagination-ellipsis-color)}.sm-component-pagination-prev,.sm-component-pagination-next{border-color:var(--pagination-border-default-color)}.sm-component-pagination-prev .sm-component-pagination-item-link,.sm-component-pagination-next .sm-component-pagination-item-link{border-color:var(--pagination-border-default-color)}.sm-component-pagination-prev:focus .sm-component-pagination-item-link,.sm-component-pagination-prev:hover .sm-component-pagination-item-link,.sm-component-pagination-next:focus .sm-component-pagination-item-link,.sm-component-pagination-next:hover .sm-component-pagination-item-link{color:var(--primary-5);border-color:var(--primary-5)}.sm-component-pagination-disabled .sm-component-pagination-item-link,.sm-component-pagination-disabled:hover .sm-component-pagination-item-link,.sm-component-pagination-disabled:focus .sm-component-pagination-item-link{color:var(--disabled-text-color);border-color:var(--disabled-border-color)}.sm-component-pagination-simple .sm-component-pagination-simple-pager input{border-color:var(--pagination-border-default-color)}.sm-component-pagination-simple .sm-component-pagination-simple-pager input:hover{border-color:var(--primary-5)}.sm-component-pagination-options-quick-jumper,.sm-component-pagination-options-size-changer{border:var(--pagination-border-default-color)}.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item{background:rgba(0,0,0,0);border-color:var(--disabled-border-color)}.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-active{background:var(--disabled-darken-bg-color10);border-color:rgba(0,0,0,0)}.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-active a{color:var(--disabled-text-color)}.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-link,.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-link:hover,.sm-component-pagination.sm-component-pagination-disabled .sm-component-pagination-item-link:focus{color:var(--disabled-text-color);background:rgba(0,0,0,0);border-color:var(--disabled-border-color)}.sm-component-calendar-picker-icon{color:var(--alpha45)}.sm-component-calendar-picker:hover .sm-component-calendar-picker-clear+.sm-component-calendar-picker-icon{opacity:0}.sm-component-calendar-picker-clear:hover{color:var(--text-color-secondary)}.sm-component-calendar{border-radius:2px;background-color:var(--select-dropdown-background);border:none}.sm-component-calendar-panel .sm-component-calendar-input-wrap{display:none}.sm-component-calendar-input{background:var(--select-dropdown-background)}.sm-component-calendar-header{border-color:var(--border-color-secondary)}.sm-component-calendar-header .sm-component-calendar-prev-century-btn,.sm-component-calendar-header .sm-component-calendar-next-century-btn,.sm-component-calendar-header .sm-component-calendar-prev-decade-btn,.sm-component-calendar-header .sm-component-calendar-next-decade-btn,.sm-component-calendar-header .sm-component-calendar-prev-month-btn,.sm-component-calendar-header .sm-component-calendar-next-month-btn,.sm-component-calendar-header .sm-component-calendar-prev-year-btn,.sm-component-calendar-header .sm-component-calendar-next-year-btn{color:var(--text-color-secondary)}.sm-component-calendar-date:hover{background:var(--hover-bg)}.sm-component-calendar-date:active{background:var(--click-color)}.sm-component-calendar-date:focus{outline:0}.sm-component-calendar-selected-day .sm-component-calendar-date{background:var(--primary-color);color:#fff}.sm-component-calendar-today .sm-component-calendar-date{color:var(--primary-color);border-color:var(--primary-color);background:rgba(0,0,0,0)}.sm-component-calendar-today .sm-component-calendar-date:hover{background:var(--selected-color);border-color:rgba(0,0,0,0);color:#fff}.sm-component-calendar-disabled-cell .sm-component-calendar-date{background:var(--disabled-bg-color);border-color:rgba(0,0,0,0);color:var(--disabled-text-color)}.sm-component-calendar-disabled-cell .sm-component-calendar-date:hover{background:var(--disabled-bg-color)}.sm-component-calendar-disabled-cell.sm-component-calendar-selected-day .sm-component-calendar-date::before{background:rgba(0,0,0,0)}.sm-component-calendar-footer{border-color:var(--border-color-secondary)}.sm-component-calendar-footer-btn{padding-right:10px}.sm-component-calendar-footer-btn a{color:var(--primary-color)}.sm-component-calendar-footer-btn a:hover{color:var(--hover-color)}.sm-component-calendar-footer-btn a:active{color:var(--click-color)}.sm-component-calendar .sm-component-calendar-clear-btn:hover::after{color:var(--text-color-secondary)}.sm-component-calendar .sm-component-calendar-ok-btn:hover,.sm-component-calendar .sm-component-calendar-ok-btn:focus{color:var(--button-primary-color);background-color:var(--primary-5);border-color:var(--primary-5)}.sm-component-calendar .sm-component-calendar-ok-btn:active{color:var(--button-primary-color);background-color:var(--primary-7);border-color:var(--primary-7)}.sm-component-calendar .sm-component-calendar-ok-btn-disabled,.sm-component-calendar .sm-component-calendar-ok-btn-disabled:hover,.sm-component-calendar .sm-component-calendar-ok-btn-disabled:focus,.sm-component-calendar .sm-component-calendar-ok-btn-disabled:active,.sm-component-calendar .sm-component-calendar-ok-btn-disabled.active,.sm-component-calendar .sm-component-calendar-ok-btn.disabled,.sm-component-calendar .sm-component-calendar-ok-btn.disabled:hover,.sm-component-calendar .sm-component-calendar-ok-btn.disabled:focus,.sm-component-calendar .sm-component-calendar-ok-btn.disabled:active,.sm-component-calendar .sm-component-calendar-ok-btn.disabled.active,.sm-component-calendar .sm-component-calendar-ok-btn[disabled],.sm-component-calendar .sm-component-calendar-ok-btn[disabled]:hover,.sm-component-calendar .sm-component-calendar-ok-btn[disabled]:focus,.sm-component-calendar .sm-component-calendar-ok-btn[disabled]:active,.sm-component-calendar .sm-component-calendar-ok-btn[disabled].active{color:var(--disabled-text-color);background-color:var(--disabled-bg-color);border-color:var(--disabled-border-color)}.sm-component-calendar-today-btn.sm-component-calendar-today-btn-disabled:hover,.sm-component-calendar-today-btn.sm-component-calendar-today-btn-disabled:focus,.sm-component-calendar-today-btn.sm-component-calendar-today-btn-disabled:active{color:var(--disabled-text-color);background-color:rgba(0,0,0,0);border-color:var(--disabled-border-color)}.sm-component-calendar-range .sm-component-calendar-body,.sm-component-calendar-range .sm-component-calendar-month-panel-body,.sm-component-calendar-range .sm-component-calendar-year-panel-body,.sm-component-calendar-range .sm-component-calendar-decade-panel-body{border-color:var(--border-color-secondary)}.sm-component-calendar-range-picker-separator{color:var(--text-color-secondary)}.sm-component-calendar-range-middle{display:none}.sm-component-calendar-range .sm-component-calendar-selected-start-date .sm-component-calendar-date,.sm-component-calendar-range .sm-component-calendar-selected-end-date .sm-component-calendar-date{background:var(--primary-color)}.sm-component-calendar-range .sm-component-calendar-selected-start-date .sm-component-calendar-date:hover,.sm-component-calendar-range .sm-component-calendar-selected-end-date .sm-component-calendar-date:hover{background:var(--primary-color)}.sm-component-calendar-range .sm-component-calendar-input,.sm-component-calendar-range .sm-component-calendar-time-picker-input{background:var(--select-dropdown-background)}.sm-component-calendar-range .sm-component-calendar-in-range-cell::before{background:var(--selected-color)}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker{top:40px}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker-select{border-color:var(--border-color-secondary)}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker .sm-component-calendar-time-picker-panel{margin-top:-40px}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker .sm-component-calendar-time-picker-panel .sm-component-calendar-time-picker-inner{border-color:var(--border-color-secondary)}.sm-component-calendar-range.sm-component-calendar-time .sm-component-calendar-time-picker-combobox{border-color:var(--border-color-secondary);background:var(--select-dropdown-background)}.sm-component-calendar-time-picker{background-color:var(--select-dropdown-background)}.sm-component-calendar-time-picker-inner{background-color:var(--select-dropdown-background)}.sm-component-calendar-time-picker-select li:hover{background:var(--hover-bg)}.sm-component-calendar-time-picker-select li:focus{background:var(--click-color)}.sm-component-calendar-time-picker-select li.sm-component-calendar-time-picker-select-option-selected{background:var(--selected-color)}.sm-component-calendar-time-picker-select li.sm-component-calendar-time-picker-select-option-disabled{color:var(--disabled-text-color);background-color:rgba(0,0,0,0);border-color:var(--disabled-border-color)}.sm-component-calendar-month-panel{background:var(--select-dropdown-background)}.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-prev-century-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-next-century-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-prev-decade-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-next-decade-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-prev-month-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-next-month-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-prev-year-btn,.sm-component-calendar-month-panel-header .sm-component-calendar-month-panel-next-year-btn{color:var(--text-color-secondary)}.sm-component-calendar-month-panel-selected-cell .sm-component-calendar-month-panel-month{background:var(--primary-color)}.sm-component-calendar-month-panel-selected-cell .sm-component-calendar-month-panel-month:hover{background:var(--primary-color)}.sm-component-calendar-month-panel-month:hover{background:var(--selected-color);border-color:rgba(0,0,0,0)}a.sm-component-calendar-month-panel-month:hover{color:#fff}.sm-component-calendar-month-panel-header{border-color:var(--border-color-secondary)}.sm-component-calendar-month-panel-cell-disabled .sm-component-calendar-month-panel-month,.sm-component-calendar-month-panel-cell-disabled .sm-component-calendar-month-panel-month:hover{background:var(--disabled-bg-color)}.sm-component-calendar-month-panel-current-cell .sm-component-calendar-month-panel-month{border:1px solid var(--primary-color);color:var(--primary-color);background:rgba(0,0,0,0)}.sm-component-calendar-year-panel{background:var(--select-dropdown-background)}.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-prev-century-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-next-century-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-prev-decade-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-next-decade-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-prev-month-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-next-month-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-prev-year-btn,.sm-component-calendar-year-panel-header .sm-component-calendar-year-panel-next-year-btn{color:var(--text-color-secondary)}.sm-component-calendar-year-panel-selected-cell .sm-component-calendar-year-panel-year{background:var(--primary-color)}.sm-component-calendar-year-panel-selected-cell .sm-component-calendar-year-panel-year:hover{background:var(--primary-color)}.sm-component-calendar-year-panel-year:hover{background:var(--selected-color);border-color:rgba(0,0,0,0)}a.sm-component-calendar-year-panel-year:hover{color:#fff}.sm-component-calendar-decade-panel{background:var(--select-dropdown-background)}.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-prev-century-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-next-century-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-prev-decade-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-next-decade-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-prev-month-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-next-month-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-prev-year-btn,.sm-component-calendar-decade-panel-header .sm-component-calendar-decade-panel-next-year-btn{color:var(--text-color-secondary)}.sm-component-calendar-decade-panel-selected-cell .sm-component-calendar-decade-panel-decade{background:var(--primary-color)}.sm-component-calendar-decade-panel-selected-cell .sm-component-calendar-decade-panel-decade:hover{background:var(--primary-color)}.sm-component-calendar-decade-panel-decade:hover{background:var(--selected-color);border-color:rgba(0,0,0,0)}a.sm-component-calendar-decade-panel-decade:hover{color:#fff}.sm-component-calendar-week-number .sm-component-calendar-body tr:hover{background:var(--selected-color)}.sm-component-calendar-week-number .sm-component-calendar-body tr.sm-component-calendar-active-week{background:var(--selected-color);font-weight:normal}.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-day:hover .sm-component-calendar-date{background:var(--selected-color);color:#fff}.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-date .sm-component-calendar-selected-day .sm-component-calendar-date,.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-date .sm-component-calendar-selected-day:hover .sm-component-calendar-date{background:var(--primary-color);color:#fff}.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-date.sm-component-calendar-today .sm-component-calendar-date{color:var(--primary-color);border-color:var(--primary-color);background:rgba(0,0,0,0)}.sm-component-calendar-week-number .sm-component-calendar-body tr .sm-component-calendar-selected-date.sm-component-calendar-today .sm-component-calendar-date:hover{background:var(--selected-color);border-color:rgba(0,0,0,0);color:#fff}.sm-component-radio-wrapper:hover .sm-component-radio-inner,.sm-component-radio:hover .sm-component-radio-inner,.sm-component-radio-input:focus+.sm-component-radio-inner{border-color:var(--primary-6)}.sm-component-radio-wrapper{color:var(--text-color-active)}.sm-component-radio-wrapper:hover .sm-component-radio-checked .sm-component-radio-inner{border-color:var(--primary-7)}.sm-component-radio-wrapper:hover .sm-component-radio-checked .sm-component-radio-inner::after{background-color:var(--primary-7)}.sm-component-radio-input:focus+.sm-component-radio-inner{box-shadow:none}.sm-component-radio-checked::after{border-color:var(--primary-6)}.sm-component-radio-checked .sm-component-radio-inner{border-color:var(--primary-6)}.sm-component-radio-inner{background-color:rgba(0,0,0,0)}.sm-component-radio-inner::after{background-color:var(--primary-6)}.sm-component-radio-disabled .sm-component-radio-inner{border-color:var(--disabled-border-color) !important}.sm-component-radio-disabled .sm-component-radio-inner::after{background-color:var(--radio-inner-disabled-bg)}.sm-component-radio-button-wrapper{background-color:rgba(0,0,0,0)}.sm-component-radio-button-wrapper:hover{color:var(--primary-5);border-color:var(--primary-5)}.sm-component-radio-button-wrapper:focus-within{outline:none}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled){color:var(--primary-6);border-color:var(--primary-6);box-shadow:-1px 0 0 0 var(--primary-6)}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled)::before{background-color:var(--primary-6) !important}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):first-child{border-color:var(--primary-6)}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):hover{color:var(--primary-5);border-color:var(--primary-5);box-shadow:-1px 0 0 0 var(--primary-5)}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):active{color:var(--primary-7);border-color:var(--primary-7);box-shadow:-1px 0 0 0 var(--primary-7)}.sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):focus-within{outline:none}.sm-component-radio-button-wrapper-disabled{border-color:var(--disabled-border-color)}.sm-component-radio-button-wrapper-disabled:first-child,.sm-component-radio-button-wrapper-disabled:hover{color:var(--disabled-text-color);border-color:var(--disabled-border-color)}.sm-component-radio-button-wrapper-disabled:first-child{border-left-color:var(--disabled-border-color)}.sm-component-radio-button-wrapper-disabled.sm-component-radio-button-wrapper-checked{color:var(--disabled-text-color);background-color:var(--border-color-base);border-color:var(--disabled-border-color)}.sm-component-radio-group-solid .sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled){color:#fff;background:var(--primary-6);border-color:var(--primary-6)}.sm-component-radio-group-solid .sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):hover{color:#fff}.sm-component-radio-group-solid .sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):active{color:#fff}.sm-component-radio-group-solid .sm-component-radio-button-wrapper-checked:not(.sm-component-radio-button-wrapper-disabled):focus-within{outline:none}.sm-component-radio-group-middle .sm-component-radio-button-wrapper{height:28px;line-height:26px}.sm-component-tabs-bar{border-bottom-color:var(--border-color-base)}.sm-component-tabs-bottom .sm-component-tabs-bottom-bar{border-top-color:var(--border-color-base)}.sm-component-tabs-tab-prev,.sm-component-tabs-tab-next{color:var(--text-color-secondary)}.sm-component-tabs .sm-component-tabs-left-bar{border-right-color:var(--border-color-base)}.sm-component-tabs .sm-component-tabs-right-bar{border-left-color:var(--border-color-base)}.sm-component-tabs .sm-component-tabs-left-content{border-left-color:rgba(0,0,0,0)}.sm-component-tabs .sm-component-tabs-right-content{border-right-color:rgba(0,0,0,0)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab{background:var(--component-background);border-color:var(--border-color-base)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab .sm-component-tabs-close-x{color:var(--text-color-secondary)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab-active{background:rgba(0,0,0,0);border-bottom-color:var(--background-without-opacity)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab-disabled .sm-component-tabs-close-x{color:var(--disabled-text-color)}.sm-component-tabs.sm-component-tabs-card .sm-component-tabs-card-bar .sm-component-tabs-tab-disabled .sm-component-tabs-close-x:hover{color:var(--disabled-text-color)}.sm-component-tabs-extra-content .sm-component-tabs-new-tab{border-color:var(--border-color-base)}.sm-component-tabs-vertical.sm-component-tabs-card .sm-component-tabs-card-bar.sm-component-tabs-left-bar .sm-component-tabs-tab,.sm-component-tabs-vertical.sm-component-tabs-card .sm-component-tabs-card-bar.sm-component-tabs-right-bar .sm-component-tabs-tab{border-bottom-color:var(--border-color-base)}.sm-component-tabs .sm-component-tabs-card-bar.sm-component-tabs-bottom-bar .sm-component-tabs-tab{border-bottom-color:var(--border-color-base)}.sm-component-tabs .sm-component-tabs-card-bar.sm-component-tabs-bottom-bar .sm-component-tabs-tab-active{color:var(--primary-color)}.sm-component-breadcrumb{color:var(--text-color-secondary)}.sm-component-breadcrumb a{color:var(--text-color-secondary)}.sm-component-breadcrumb a:hover{color:var(--primary-5)}.sm-component-breadcrumb-separator{color:var(--text-color-secondary)}.sm-component-breadcrumb>span:last-child .sm-component-breadcrumb-link{color:var(--text-color-active)}.sm-component-steps-item-icon{border-color:var(--text-color-secondary)}.sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--primary-color)}.sm-component-steps-item-tail::after{background:var(--border-color-base)}.sm-component-steps-item-title::after{background:var(--border-color-base)}.sm-component-steps-item-subtitle{color:var(--text-color-secondary)}.sm-component-steps-item-description{color:var(--text-color-secondary)}.sm-component-steps-item-wait .sm-component-steps-item-icon{background-color:var(--step-wait-background-color);border-color:var(--text-color-secondary)}.sm-component-steps-item-wait .sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--text-color-secondary)}.sm-component-steps-item-wait .sm-component-steps-item-icon>.sm-component-steps-icon .sm-component-steps-icon-dot{background:var(--text-color-secondary)}.sm-component-steps-item-wait>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title{color:var(--text-color-secondary)}.sm-component-steps-item-wait>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title::after{background-color:var(--border-color-base)}.sm-component-steps-item-wait>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-description{color:var(--text-color-secondary)}.sm-component-steps-item-wait>.sm-component-steps-item-container>.sm-component-steps-item-tail::after{background-color:var(--border-color-base)}.sm-component-steps-item-process .sm-component-steps-item-icon{background-color:var(--primary-color);border-color:var(--primary-color)}.sm-component-steps-item-process .sm-component-steps-item-icon>.sm-component-steps-icon .sm-component-steps-icon-dot{background:var(--primary-color)}.sm-component-steps-item-process>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title::after{background-color:var(--border-color-base)}.sm-component-steps-item-process>.sm-component-steps-item-container>.sm-component-steps-item-tail::after{background-color:var(--border-color-base)}.sm-component-steps-item-finish .sm-component-steps-item-icon{background-color:rgba(0,0,0,0);border-color:var(--primary-color)}.sm-component-steps-item-finish .sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--primary-color)}.sm-component-steps-item-finish .sm-component-steps-item-icon>.sm-component-steps-icon .sm-component-steps-icon-dot{background:var(--primary-color)}.sm-component-steps-item-finish>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title::after{background-color:var(--primary-color)}.sm-component-steps-item-finish>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-description{color:var(--text-color-secondary)}.sm-component-steps-item-finish>.sm-component-steps-item-container>.sm-component-steps-item-tail::after{background-color:var(--primary-color)}.sm-component-steps-item-error .sm-component-steps-item-icon{background-color:rgba(0,0,0,0);border-color:var(--danger-color)}.sm-component-steps-item-error .sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--danger-color)}.sm-component-steps-item-error .sm-component-steps-item-icon>.sm-component-steps-icon .sm-component-steps-icon-dot{background:var(--danger-color)}.sm-component-steps-item-error>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title{color:var(--danger-color)}.sm-component-steps-item-error>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-title::after{background-color:var(--border-color-base)}.sm-component-steps-item-error>.sm-component-steps-item-container>.sm-component-steps-item-content>.sm-component-steps-item-description{color:var(--danger-color)}.sm-component-steps-item-error>.sm-component-steps-item-container>.sm-component-steps-item-tail::after{background-color:var(--border-color-base)}.sm-component-steps-item.sm-component-steps-next-error .sm-component-steps-item-title::after{background:var(--danger-color)}.sm-component-steps-item-custom .sm-component-steps-item-icon{background:none}.sm-component-steps-item-custom.sm-component-steps-item-process .sm-component-steps-item-icon>.sm-component-steps-icon{color:var(--primary-color)}.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-title,.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-subtitle,.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-description{color:var(--hover-color)}.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active):not(.sm-component-steps-item-item-process)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-icon{border-color:var(--hover-color)}.sm-component-steps .sm-component-steps-item:not(.sm-component-steps-item-active):not(.sm-component-steps-item-item-process)>.sm-component-steps-item-container[role=button]:hover .sm-component-steps-item-icon .sm-component-steps-icon{color:var(--hover-color)}.sm-component-steps-small .sm-component-steps-item-description{color:var(--text-color-secondary)}.sm-component-steps-navigation .sm-component-steps-item::after{border-color:var(--text-color-secondary)}.sm-component-steps-navigation .sm-component-steps-item::before{background-color:var(--primary-color)}.sm-component-tooltip-inner{padding:6px 12px}.sm-component-modal-content{background-color:var(--modal-background)}.sm-component-modal-content .sm-component-modal-header{padding:14px 24px;border-color:var(--border-color-secondary)}.sm-component-modal-content .sm-component-modal-header .sm-component-modal-title{line-height:24px}.sm-component-modal-content .sm-component-modal-footer{padding:10px 24px;border-color:var(--border-color-secondary)}.sm-component-modal-close{color:var(--text-color-secondary)}.sm-component-modal-close-x{line-height:52px;height:52px;width:64px}.sm-component-modal-confirm-error .sm-component-modal-confirm-body>.anticon{color:var(--danger-color)}.sm-component-modal-confirm-warning .sm-component-modal-confirm-body>.anticon,.sm-component-modal-confirm-confirm .sm-component-modal-confirm-body>.anticon{color:var(--warning-color)}.sm-component-modal-confirm-body .sm-component-modal-confirm-title{line-height:24px}.sm-component-modal-confirm-body .anticon{margin-right:12px;font-size:24px}.sm-component-modal-confirm-body .anticon+.sm-component-modal-title+.sm-component-modal-content{margin-left:36px}.sm-component-modal-confirm .sm-component-modal-body{padding:20px 24px}.sm-component-transfer-list-search-action .anticon:hover{color:var(--text-color-secondary)}.sm-component-transfer-list-header{color:var(--heading-color);border-bottom-color:var(--border-color-base)}.sm-component-transfer-list-body{background-color:var(--component-background)}.sm-component-transfer-list-content-item:not(.sm-component-transfer-list-content-item-disabled):hover{background-color:var(--select-item-hover-bg)}.sm-component-transfer-list-content-item:not(.sm-component-transfer-list-content-item-disabled):hover .sm-component-checkbox-inner{border-color:var(--hover-color)}.sm-component-transfer-list-footer{border-top-color:var(--border-color-base)}.sm-component-transfer-customize-list .sm-component-table-wrapper .sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th{background:var(--background-light)}.sm-component-transfer-customize-list .sm-component-table-wrapper .sm-component-table-small>.sm-component-table-content .sm-component-table-row:last-child td{border-bottom-color:var(--border-color-base)}.sm-component-message-notice-content{background:var(--message-background);color:var(--text-color-active)}.sm-component-message-error .anticon{color:var(--danger-color)}.sm-component-message-warning .anticon{color:var(--warning-color)}.sm-component-notification-notice{background:var(--message-background);padding:20px 24px 24px}.sm-component-notification-notice-message{color:var(--heading-color)}.anticon.sm-component-notification-notice-icon{margin-left:0}.anticon.sm-component-notification-notice-icon-warning{color:var(--warning-color)}.anticon.sm-component-notification-notice-icon-error{color:var(--danger-color)}.sm-component-notification-notice-close{color:var(--text-color-secondary)}.sm-component-notification-notice-close:hover{color:var(--text-color)}.sm-component-notification-notice-with-icon .sm-component-notification-notice-message,.sm-component-notification-notice-with-icon .sm-component-notification-notice-description{margin-left:36px}.sm-component-spin{color:var(--primary-color)}.sm-component-spin-tip{color:var(--text-color-secondary)}.sm-component-spin-dot-item{background-color:var(--primary-color)}.sm-component-card-actions{background:var(--background-light)}.sm-component-card-actions>li{color:var(--text-color-secondary)}.sm-component-card-actions>li>span:hover{color:var(--primary-color)}.sm-component-card-actions>li>span a:not(sm-component-btn),.sm-component-card-actions>li>span>.anticon{color:var(--text-color-secondary)}.sm-component-card-actions>li>span a:not(sm-component-btn):hover,.sm-component-card-actions>li>span>.anticon:hover{color:var(--primary-color)}.sm-component-card-type-inner .sm-component-card-head{background:var(--background-light)}.sm-component-card-meta-title{color:var(--heading-color)}.sm-component-card-meta-description{color:var(--text-color-secondary)}.sm-component-collapse{background-color:var(--background-light)}.sm-component-collapse-borderless{background-color:var(--background-light)}.sm-component-table-thead>tr>th{background:var(--background-light);position:relative}.sm-component-table-thead>tr>th .sm-component-table-filter-selected.anticon{color:var(--primary-color)}.sm-component-table-thead>tr>th .sm-component-table-column-sorter .sm-component-table-column-sorter-inner .sm-component-table-column-sorter-up.on,.sm-component-table-thead>tr>th .sm-component-table-column-sorter .sm-component-table-column-sorter-inner .sm-component-table-column-sorter-down.on{color:var(--primary-color)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters .anticon-filter.sm-component-table-filter-open,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters .sm-component-table-filter-icon.sm-component-table-filter-open{color:var(--text-color-secondary);background:var(--table-header-filter-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters:hover .anticon-filter:hover,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-filters:hover .sm-component-table-filter-icon:hover{color:var(--text-color-secondary);background:var(--table-header-filter-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover{background:var(--table-header-sort-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover .anticon-filter,.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:hover .sm-component-table-filter-icon{background:var(--table-header-sort-active-bg)}.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:active .sm-component-table-column-sorter-up:not(.on),.sm-component-table-thead>tr>th.sm-component-table-column-has-actions.sm-component-table-column-has-sorters:active .sm-component-table-column-sorter-down:not(.on){color:var(--text-color-secondary)}.sm-component-table-thead>tr.sm-component-table-row-selected>td.sm-component-table-column-sort,.sm-component-table-tbody>tr.sm-component-table-row-selected>td.sm-component-table-column-sort{background:var(--selected-color)}.sm-component-table-thead>tr:hover.sm-component-table-row-selected>td,.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td{background:var(--selected-color)}.sm-component-table-thead>tr:hover.sm-component-table-row-selected>td.sm-component-table-column-sort,.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td.sm-component-table-column-sort{background:var(--selected-color)}.sm-component-table-footer{background:var(--background-light)}.sm-component-table-footer::before{background:var(--background-light)}.sm-component-table-tbody>tr.sm-component-table-row-selected td{background:var(--selected-color)}.sm-component-table-thead>tr>th.sm-component-table-column-sort{background:var(--background-base)}.sm-component-table-header{background:var(--background-light);overflow:hidden !important}.sm-component-table-tbody>tr:hover.sm-component-table-row-selected>td{background:var(--selected-color)}.sm-component-table-filter-dropdown .sm-component-dropdown-menu .sm-component-dropdown-submenu-contain-selected .sm-component-dropdown-menu-submenu-title::after{color:var(--primary-color)}.sm-component-table:not(.sm-component-table-bordered) .sm-component-table-thead>tr>th::after{content:"";position:absolute;top:50%;right:0;width:1px;height:14px;background-color:var(--border-color-secondary);transform:translateY(-50%)}.sm-component-table-thead>tr>th,.sm-component-table-tbody>tr>td{padding:13px 24px}.sm-component-table-middle>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th,.sm-component-table-middle>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-tbody>tr>td{padding:9px 24px}.sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-thead>tr>th,.sm-component-table-small>.sm-component-table-content>.sm-component-table-body>table>.sm-component-table-tbody>tr>td{padding:5px 24px}.sm-component-slider-rail{background-color:var(--slider-rail-background-color)}.sm-component-tree.sm-component-tree-directory>li span.sm-component-tree-node-content-wrapper:hover::before,.sm-component-tree.sm-component-tree-directory .sm-component-tree-child-tree>li span.sm-component-tree-node-content-wrapper:hover::before{background:var(--select-item-hover-bg)}.sm-component-tree.sm-component-tree-show-line li span.sm-component-tree-switcher{color:var(--text-color)}.sm-component-colorpicker{height:32px;border-radius:4px;border:1px solid var(--border-color-base);width:230px;background:var(--component-background)}.sm-component-colorpicker__current{height:100%;padding:0 15px;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.sm-component-colorpicker__current .current-color{height:8px;flex:1}.sm-component-colorpicker__current .delete-icon{position:absolute;right:0;top:0;color:var(--text-color-secondary)}.sm-component-colorpicker__current .delete-icon:hover{cursor:pointer}.sm-component-colorpicker .vc-chrome{width:100%;position:relative;z-index:10}.sm-component-time-slider{width:578px;height:80px;display:inline-flex;align-items:center;box-sizing:border-box;cursor:pointer;font-size:12px;color:var(--text-color)}.sm-component-time-slider .sm-play-control{position:relative;margin:0;padding:0;width:24px;height:24px;line-height:24px;text-align:center;text-shadow:none;border:none;outline:none;background:rgba(0,0,0,0);cursor:pointer}.sm-component-time-slider .sm-icon-play{font-size:24px;outline:none}.sm-component-time-slider .sm-progress-control-wrapper{position:relative;width:calc(100% - 36px);margin-left:12px}.sm-component-time-slider .sm-progress-control{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;border-radius:3px;box-sizing:border-box;background:var(--slider-rail-background-color);cursor:pointer;-ms-touch-action:none;touch-action:none}.sm-component-time-slider .sm-progress-control::before{content:"";position:relative;display:block;width:12px;height:12px;box-sizing:border-box;border:2px solid var(--avatar-background);background:var(--primary-color);border-radius:50%;z-index:10}.sm-component-time-slider .sm-progress-control:hover::before{transform:scale(1.25)}.sm-component-time-slider .sm-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;left:0;width:100%;height:100%;outline:none;pointer-events:none}.sm-component-time-slider .sm-load-progress{position:absolute;left:0;width:100%;border-radius:3px;outline:none;z-index:5}.sm-component-time-slider .sm-play-progress{position:absolute;top:0;display:block;height:100%;width:100%;margin:0;padding:0;box-sizing:border-box;border-radius:3px;outline:none;touch-action:none}.sm-component-time-slider .sm-time-node{position:absolute;top:10px;width:100%;height:20px;line-height:20px;user-select:none}.sm-component-time-slider .sm-time-node .sm-start-node{position:absolute;left:0}.sm-component-time-slider .sm-time-node .sm-end-node{position:absolute;right:0}.sm-component-time-slider .sm-mouse-display{position:absolute;display:none;height:100%;z-index:1;pointer-events:none}.sm-component-time-slider .sm-progress-control:hover .sm-mouse-display{display:inline-block;white-space:nowrap}.sm-component-time-slider .sm-time-tooltip{position:relative;left:-50%;top:-50px;display:flex;justify-content:center;height:33px;padding:6px 8px;border-radius:4px;font-size:14px;color:var(--tooltip-color);background:var(--tooltip-background);box-shadow:0px 2px 7px 0px var(--shadow-color);visibility:hidden;z-index:1;pointer-events:none;user-select:none}.sm-component-time-slider .sm-progress-holder:focus .sm-time-tooltip{visibility:hidden}.sm-component-time-slider .sm-progress-control:hover .sm-time-tooltip,.sm-component-time-slider .sm-progress-control:hover .sm-progress-holder:focus .sm-time-tooltip{visibility:visible}.sm-component-time-line{width:578px;height:80px;display:flex;align-items:center;pointer-events:auto;cursor:pointer}.sm-component-time-range{width:578px;height:80px;display:flex;align-items:center;pointer-events:auto;cursor:pointer}.sm-component-time-picker:hover .sm-component-time-picker-icon:not(:last-child){opacity:0}.sm-component-time-picker .anticon,.sm-component-time-picker-icon,.sm-component-time-picker-clear{color:var(--text-color-secondary)}.sm-component-time-picker-clear:hover{color:var(--text-color)}.sm-component-time-picker-input[disabled]+.sm-component-time-picker-icon,.sm-component-time-picker-input[disabled]+.sm-component-time-picker-icon .anticon{color:var(--disabled-text-color)}.sm-component-time-picker-small .sm-component-time-picker-input{font-size:12px}.sm-component-time-picker-md .sm-component-time-picker-input{height:28px;font-size:12px}.sm-component-time-picker-panel{color:var(--text-color-active)}.sm-component-time-picker-panel-inner{background-color:var(--select-dropdown-background)}.sm-component-time-picker-panel-input{background-color:var(--select-dropdown-background)}.sm-component-time-picker-panel-select-option-selected{background-color:var(--selected-color)}.sm-component-time-picker-panel-select,.sm-component-time-picker-panel-addon{border-color:var(--border-color-secondary)}.sm-component-time-picker-panel-select li{padding:0 0 0 16px}.sm-component-time-picker-panel-select li:not(.sm-component-time-picker-panel-select-option-selected):hover{background-color:var(--hover-bg)}.sm-component-time-picker-panel-select li:focus{color:var(--text-color-active)}.sm-component-time-picker-panel-input-wrap{display:none}.sm-component-select:not(.sm-component-select-disabled){color:var(--text-color-active)}.sm-component-select-md .sm-component-select-selection--single{height:28px}.sm-component-select-md .sm-component-select-selection--multiple{min-height:28px}.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-selection__rendered li{height:20px;line-height:18px}.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-selection__clear,.sm-component-select-md .sm-component-select-selection--multiple .sm-component-select-arrow{top:calc(28px/2)}.sm-component-select-md .sm-component-select-selection__rendered{line-height:26px}.sm-component-select-focused .sm-component-select-selection,.sm-component-select-selection:focus,.sm-component-select-selection:active{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-select-selection:hover .sm-component-select-selection__clear+.sm-component-select-arrow{opacity:0}.sm-component-select-selection__clear:hover{color:var(--text-color-secondary)}.sm-component-select-selection--multiple .sm-component-select-selection__choice{background-color:var(--background-light)}.sm-component-select-selection--multiple .sm-component-select-selection__choice__remove{color:var(--text-color-secondary)}.sm-component-select-open .sm-component-select-selection{border-color:var(--primary-5);box-shadow:0 0 0 2px var(--primary-shadow-color)}.sm-component-select-disabled .sm-component-select-selection,.sm-component-select-disabled .sm-component-select-selection:hover,.sm-component-select-disabled .sm-component-select-selection:focus,.sm-component-select-disabled .sm-component-select-selection:active{border-color:var(--disabled-border-color)}.sm-component-select-disabled .sm-component-select-selection--multiple .sm-component-select-selection__choice{color:var(--disabled-text-color);background:var(--disabled-bg-color)}.sm-component-select-disabled .sm-component-select-arrow{color:var(--disabled-icon-color)}.sm-component-select-readonly{color:var(--text-color)}.sm-component-select-dropdown-menu-item-group-title{color:var(--text-color-secondary)}.sm-component-select-dropdown-menu-item{color:var(--text-color-active)}.sm-component-select-dropdown-menu-item:hover:not(.sm-component-select-dropdown-menu-item-disabled){background-color:var(--select-item-hover-bg)}.sm-component-select-dropdown-menu-item-selected{font-weight:normal;background-color:var(--selected-color);color:var(--select-item-selected-color)}.sm-component-select-dropdown-menu-item .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item:hover .sm-component-select-selected-icon{color:var(--icon-color-hover)}.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item-selected .sm-component-select-selected-icon,.sm-component-select-dropdown.sm-component-select-dropdown--multiple .sm-component-select-dropdown-menu-item-selected:hover .sm-component-select-selected-icon{color:var(--primary-color)}.sm-component-select-arrow{color:var(--text-color-secondary)}.sm-component-select-not-found .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-select-tree{overflow:hidden}.sm-component-select-tree li ul{overflow:hidden;padding:0px;padding:0 0 0 8px}.sm-component-select-tree li span.sm-component-select-tree-switcher,.sm-component-select-tree li span.sm-component-select-tree-iconEle{width:14px;vertical-align:top;line-height:26px}.sm-component-select-tree li{margin:2px}.sm-component-select-tree li .sm-component-select-tree-node-content-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm-component-select-tree li .sm-component-select-tree-node-content-wrapper:hover{background-color:var(--select-item-hover-bg)}.sm-component-select-tree-not-found .sm-component-empty{background-color:rgba(0,0,0,0);color:inherit}.sm-component-spin{color:var(--primary-color)}.sm-component-spin-tip{color:var(--text-color-secondary)}.sm-component-spin-dot-item{background-color:var(--primary-color)}.sm-component-web-map{width:100%;height:100%}.sm-component-web-map>.sm-component-spin{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:100;background:rgba(0,0,0,.8)}.sm-leaflet-tabel-popup .leaflet-popup-content{margin:0}.sm-leaflet-tabel-popup .leaflet-popup-content-wrapper{border-radius:3px}.sm-leaflet-tabel-popup .leaflet-popup-content-wrapper,.sm-leaflet-tabel-popup .leaflet-popup-content,.sm-leaflet-tabel-popup .leaflet-popup-tip{background:rgba(0,0,0,0)}.sm-component-identify{list-style:none;margin:0;padding:10px 15px;max-height:170px;width:280px;overflow:auto;font-size:14px;background:rgba(0,0,0,0)}.sm-component-identify__body{display:flex;justify-content:space-between;padding:5px 0}.sm-component-identify__left{width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm-component-identify__right{margin-left:10px;width:calc(60% - 10px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
22702
22702
  /**
22703
22703
  * Swiper 6.8.4
22704
22704
  * Most modern mobile touch slider and framework with hardware accelerated transitions