@elliemae/ds-basic 2.0.0-alpha.0 → 2.0.0-alpha.12

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 (94) hide show
  1. package/cjs/Accordion/index.js +2 -6
  2. package/cjs/AppPicker/index.js +2 -6
  3. package/cjs/Backdrop/index.js +2 -6
  4. package/cjs/Breadcrumb/index.js +2 -6
  5. package/cjs/Button/index.js +2 -6
  6. package/cjs/ButtonGroup/index.js +2 -6
  7. package/cjs/Card/index.js +2 -6
  8. package/cjs/CircularProgressIndicator/index.js +2 -6
  9. package/cjs/Grid/index.js +2 -6
  10. package/cjs/GroupBox/index.js +2 -6
  11. package/cjs/Header/index.js +2 -6
  12. package/cjs/Hidden/index.js +2 -6
  13. package/cjs/Icon/index.js +2 -6
  14. package/cjs/IndeterminateProgressIndicator/index.js +2 -6
  15. package/cjs/LabelValue/index.js +2 -6
  16. package/cjs/ListSectionHeader/index.js +2 -6
  17. package/cjs/LoadingIndicator/index.js +2 -6
  18. package/cjs/Menu/index.js +2 -6
  19. package/cjs/Overlay/index.js +2 -6
  20. package/cjs/PageHeader/index.js +2 -6
  21. package/cjs/PageNumber/index.js +2 -6
  22. package/cjs/Pills/index.js +2 -6
  23. package/cjs/Popover/index.js +2 -6
  24. package/cjs/Popper/index.js +2 -6
  25. package/cjs/Portal/index.js +2 -6
  26. package/cjs/ProgressIndicator/index.js +2 -6
  27. package/cjs/ReadMore/index.js +2 -6
  28. package/cjs/ResizableContainer/index.js +2 -6
  29. package/cjs/Separator/index.js +2 -6
  30. package/cjs/SidePanel/index.js +2 -6
  31. package/cjs/Slider/index.js +2 -6
  32. package/cjs/Spinner/index.js +2 -6
  33. package/cjs/Tabs/index.js +2 -6
  34. package/cjs/TextWrapper/index.js +2 -6
  35. package/cjs/TimePicker/index.js +6 -18
  36. package/cjs/Toast/index.js +2 -6
  37. package/cjs/Toolbar/index.js +2 -6
  38. package/cjs/Tooltip/index.js +2 -6
  39. package/cjs/TruncatedExpandableText/index.js +2 -6
  40. package/cjs/TruncatedTooltipText/index.js +2 -6
  41. package/cjs/ZipCodeSearch/index.js +2 -6
  42. package/cjs/Zoom/index.js +2 -6
  43. package/cjs/form/Checkbox/index.js +2 -6
  44. package/cjs/form/CheckboxGroup/index.js +2 -6
  45. package/cjs/form/ComboBox/index.js +3 -17
  46. package/cjs/form/ComboBoxFreeSolo/index.js +2 -6
  47. package/cjs/form/DateInput/index.js +2 -6
  48. package/cjs/form/DateInputV2/index.js +3 -9
  49. package/cjs/form/ExpandableInput/index.js +2 -6
  50. package/cjs/form/FloatingLabelInput/index.js +2 -6
  51. package/cjs/form/FormItem/index.js +5 -15
  52. package/cjs/form/Input/index.js +2 -6
  53. package/cjs/form/InputGroup/index.js +2 -6
  54. package/cjs/form/InputMask/index.js +2 -6
  55. package/cjs/form/InputProtected/index.js +2 -6
  56. package/cjs/form/LargeInputText/index.js +2 -6
  57. package/cjs/form/Radio/index.js +2 -6
  58. package/cjs/form/RadioGroup/index.js +2 -6
  59. package/cjs/form/RequiredMark/index.js +2 -6
  60. package/cjs/form/SearchBox/index.js +5 -15
  61. package/cjs/form/TextBox/index.js +2 -6
  62. package/cjs/form/TimeInput/index.js +2 -6
  63. package/cjs/form/Toggle/index.js +2 -6
  64. package/cjs/form/index.js +1 -3
  65. package/cjs/index.js +44 -132
  66. package/css/dimsum.css +172 -1344
  67. package/css/dimsum.min.css +2 -2
  68. package/css/dimsum.min.css.map +1 -1
  69. package/esm/form/ComboBox/index.js +0 -1
  70. package/package.json +51 -54
  71. package/styles/base/_docs/theming.md +1 -1
  72. package/styles/components/index.scss +0 -2
  73. package/styles/components/packages/ds-basic/index.scss +0 -2
  74. package/styles/components/packages/ds-basic/styles/dist-index.scss +0 -2
  75. package/styles/components/packages/ds-basic/styles/themes/theme-default.scss +1 -1
  76. package/styles/components/packages/ds-basic/styles/themes/theme-demo.scss +1 -1
  77. package/styles/components/packages/ds-button/DSButton.scss +10 -10
  78. package/styles/components/packages/ds-datagrids/DataGrids.scss +1 -0
  79. package/styles/components/packages/ds-date-picker/components/DatePickerPicker/DatePickerPicker.scss +1 -2
  80. package/styles/components/packages/ds-form/Checkbox/elements/CheckMark.scss +1 -1
  81. package/styles/components/packages/ds-form/Input/DSInput.scss +2 -2
  82. package/styles/components/packages/ds-form/Input/InputAddonWrapper.scss +1 -1
  83. package/styles/components/packages/ds-form/LargeInputText/DSLargeInputText.scss +1 -1
  84. package/styles/components/packages/ds-form/Radio/DSRadio.scss +57 -99
  85. package/styles/components/packages/ds-page-header/v2/components/PageHeaderEditableTitle/PageHeaderEditableTitle.scss +1 -1
  86. package/styles/components/packages/ds-page-header/v2/components/PageHeaderToolbar/PageHeaderToolbar.scss +0 -1
  87. package/styles/dist-index.scss +0 -2
  88. package/styles/themes/theme-default.scss +1 -1
  89. package/styles/themes/theme-demo.scss +1 -1
  90. package/types/form/ComboBox/index.d.ts +0 -1
  91. package/cjs/package.json +0 -7
  92. package/esm/package.json +0 -7
  93. package/styles/components/packages/ds-app-picker/DSAppPicker.scss +0 -121
  94. package/styles/components/packages/ds-tabs/DSTabs.scss +0 -272
package/css/dimsum.css CHANGED
@@ -1748,7 +1748,7 @@ a {
1748
1748
 
1749
1749
  .em-ds-selectbox__control {
1750
1750
  border-radius: 2px;
1751
- border: solid 1px #A9B1BE;
1751
+ border: solid 1px #8C93A6;
1752
1752
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
1753
1753
  background: transparent;
1754
1754
  height: 2.16rem;
@@ -1775,14 +1775,14 @@ a {
1775
1775
  pointer-events: none;
1776
1776
  border-radius: 2px;
1777
1777
  border: none;
1778
- box-shadow: inset 0 0 0 1px #A9B1BE;
1778
+ box-shadow: inset 0 0 0 1px #8C93A6;
1779
1779
  cursor: not-allowed;
1780
1780
  pointer-events: none;
1781
1781
  border-radius: 2px;
1782
1782
  background: #EBEDF0;
1783
1783
  color: #616b7f; }
1784
1784
  .em-ds-selectbox__control:disabled .em-ds-selectbox__indicator-separator, .em-ds-selectbox__control--is-disabled .em-ds-selectbox__indicator-separator {
1785
- background-color: #A9B1BE; }
1785
+ background-color: #8C93A6; }
1786
1786
  .em-ds-selectbox__control--is-focused .em-ds-selectbox__indicator-separator {
1787
1787
  background-color: transparent; }
1788
1788
 
@@ -1964,7 +1964,7 @@ VARIANTS
1964
1964
  width: 100%;
1965
1965
  height: 100%;
1966
1966
  pointer-events: none;
1967
- border: solid 1px #A9B1BE;
1967
+ border: solid 1px #8C93A6;
1968
1968
  border-radius: 2px; }
1969
1969
  .em-ds-combobox__control.with-error {
1970
1970
  outline: none;
@@ -2065,7 +2065,7 @@ VARIANTS
2065
2065
 
2066
2066
  .em-ds-combobox__indicator-separator {
2067
2067
  align-self: stretch;
2068
- background-color: #A9B1BE;
2068
+ background-color: #8C93A6;
2069
2069
  margin-bottom: 0.30769rem;
2070
2070
  margin-top: 0.30769rem;
2071
2071
  width: 1px; }
@@ -2075,7 +2075,7 @@ VARIANTS
2075
2075
  top: 100%;
2076
2076
  background: #FFFFFF;
2077
2077
  border-radius: 2px;
2078
- border: solid 1px #A9B1BE;
2078
+ border: solid 1px #8C93A6;
2079
2079
  -ms-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
2080
2080
  -o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
2081
2081
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
@@ -2386,27 +2386,25 @@ VARIANTS
2386
2386
  transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
2387
2387
  width: 1.23077rem;
2388
2388
  height: 1.23077rem;
2389
- border: solid 1px #A9B1BE;
2389
+ border: solid 1px #8C93A6;
2390
2390
  border-radius: 0.15385rem;
2391
2391
  background: #FFFFFF;
2392
2392
  display: inline-flex;
2393
2393
  justify-content: center;
2394
2394
  align-items: center;
2395
2395
  cursor: pointer; }
2396
- .em-ds-form-element-checkbox__input-button.checkbox-true {
2397
- border: calc(0.30769rem * 0.25) solid #1e79c2; }
2398
- .em-ds-form-element-checkbox__input-button.checkbox-true:after {
2399
- width: 0.30769rem;
2400
- height: 0.61538rem;
2401
- display: block;
2402
- content: '';
2403
- border-right: solid 1px transparent;
2404
- border-bottom: solid 1px transparent;
2405
- transform: rotate(45deg);
2406
- position: absolute;
2407
- top: 0.15385rem;
2408
- left: 0.38462rem;
2409
- border-color: #1e79c2; }
2396
+ .em-ds-form-element-checkbox__input-button.checkbox-true:after {
2397
+ width: 0.30769rem;
2398
+ height: 0.61538rem;
2399
+ display: block;
2400
+ content: '';
2401
+ border-right: solid 1px transparent;
2402
+ border-bottom: solid 1px transparent;
2403
+ transform: rotate(45deg);
2404
+ position: absolute;
2405
+ top: 0.15385rem;
2406
+ left: 0.38462rem;
2407
+ border-color: #1e79c2; }
2410
2408
  .em-ds-form-element-checkbox__input-button.checkbox-mixed:after {
2411
2409
  width: 0.61538rem;
2412
2410
  height: 0.07692rem;
@@ -2447,14 +2445,14 @@ VARIANTS
2447
2445
  border-color: #C64252; }
2448
2446
 
2449
2447
  .em-ds-form-element-checkbox--disabled:hover .em-ds-form-element-checkbox__input-button {
2450
- border-color: #A9B1BE; }
2448
+ border-color: #8C93A6; }
2451
2449
 
2452
2450
  .em-ds-form-element-checkbox--disabled:active .em-ds-form-element-checkbox__input-button {
2453
2451
  background: #EBEDF0; }
2454
2452
 
2455
2453
  .em-ds-form-element-checkbox__input-button.variant-disabled, .em-ds-form-element-checkbox__input-button[aria-disabled='true'] {
2456
2454
  pointer-events: none;
2457
- border-color: #A9B1BE;
2455
+ border-color: #8C93A6;
2458
2456
  background: #EBEDF0;
2459
2457
  color: #697489; }
2460
2458
  .em-ds-form-element-checkbox__input-button.variant-disabled.checkbox-mixed:after, .em-ds-form-element-checkbox__input-button[aria-disabled='true'].checkbox-mixed:after {
@@ -2473,7 +2471,7 @@ VARIANTS
2473
2471
  -webkit-tap-highlight-color: transparent;
2474
2472
  width: 1.5rem;
2475
2473
  height: 1.5rem;
2476
- border: 2px solid #A9B1BE; }
2474
+ border: 2px solid #8C93A6; }
2477
2475
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
2478
2476
  outline: none;
2479
2477
  border: 2px solid #1e79c2;
@@ -2505,7 +2503,7 @@ VARIANTS
2505
2503
  -webkit-tap-highlight-color: transparent;
2506
2504
  width: 1.5rem;
2507
2505
  height: 1.5rem;
2508
- border: 2px solid #A9B1BE; }
2506
+ border: 2px solid #8C93A6; }
2509
2507
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
2510
2508
  outline: none;
2511
2509
  border: 2px solid #1e79c2;
@@ -2537,7 +2535,7 @@ VARIANTS
2537
2535
  -webkit-tap-highlight-color: transparent;
2538
2536
  width: 1.5rem;
2539
2537
  height: 1.5rem;
2540
- border: 2px solid #A9B1BE; }
2538
+ border: 2px solid #8C93A6; }
2541
2539
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
2542
2540
  outline: none;
2543
2541
  border: 2px solid #1e79c2;
@@ -2569,7 +2567,7 @@ VARIANTS
2569
2567
  -webkit-tap-highlight-color: transparent;
2570
2568
  width: 1.5rem;
2571
2569
  height: 1.5rem;
2572
- border: 2px solid #A9B1BE; }
2570
+ border: 2px solid #8C93A6; }
2573
2571
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
2574
2572
  outline: none;
2575
2573
  border: 2px solid #1e79c2;
@@ -2601,7 +2599,7 @@ VARIANTS
2601
2599
  -webkit-tap-highlight-color: transparent;
2602
2600
  width: 1.5rem;
2603
2601
  height: 1.5rem;
2604
- border: 2px solid #A9B1BE; }
2602
+ border: 2px solid #8C93A6; }
2605
2603
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
2606
2604
  outline: none;
2607
2605
  border: 2px solid #1e79c2;
@@ -2633,7 +2631,7 @@ VARIANTS
2633
2631
  -webkit-tap-highlight-color: transparent;
2634
2632
  width: 1.5rem;
2635
2633
  height: 1.5rem;
2636
- border: 2px solid #A9B1BE; }
2634
+ border: 2px solid #8C93A6; }
2637
2635
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
2638
2636
  outline: none;
2639
2637
  border: 2px solid #1e79c2;
@@ -2665,7 +2663,7 @@ VARIANTS
2665
2663
  -webkit-tap-highlight-color: transparent;
2666
2664
  width: 1.5rem;
2667
2665
  height: 1.5rem;
2668
- border: 2px solid #A9B1BE; }
2666
+ border: 2px solid #8C93A6; }
2669
2667
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
2670
2668
  outline: none;
2671
2669
  border: 2px solid #1e79c2;
@@ -2697,7 +2695,7 @@ VARIANTS
2697
2695
  -webkit-tap-highlight-color: transparent;
2698
2696
  width: 1.5rem;
2699
2697
  height: 1.5rem;
2700
- border: 2px solid #A9B1BE; }
2698
+ border: 2px solid #8C93A6; }
2701
2699
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
2702
2700
  outline: none;
2703
2701
  border: 2px solid #1e79c2;
@@ -2978,7 +2976,7 @@ fieldset.em-ds-form-item-content {
2978
2976
  padding: 0 0.61538rem;
2979
2977
  z-index: 1;
2980
2978
  border-radius: 2px;
2981
- border: solid 1px #CBCFD7;
2979
+ border: solid 1px #8C93A6;
2982
2980
  text-overflow: ellipsis; }
2983
2981
  .em-ds-input::-ms-clear {
2984
2982
  display: none; }
@@ -3017,7 +3015,7 @@ fieldset.em-ds-form-item-content {
3017
3015
  box-shadow: inset 0 0 0 1px #8cc2ed;
3018
3016
  border-radius: 2px; }
3019
3017
  .em-ds-input:disabled, .em-ds-input.input-disabled {
3020
- border: calc(0.30769rem * 0.25) solid #A9B1BE;
3018
+ border: calc(0.30769rem * 0.25) solid #8C93A6;
3021
3019
  background: #E0E3E8 !important;
3022
3020
  color: #616b7f; }
3023
3021
  .em-ds-input:disabled::-webkit-input-placeholder, .em-ds-input.input-disabled::-webkit-input-placeholder {
@@ -3083,11 +3081,11 @@ fieldset.em-ds-form-item-content {
3083
3081
  opacity: 1; }
3084
3082
 
3085
3083
  .em-ds-input--disabled {
3086
- border-color: #A9B1BE; }
3084
+ border-color: #8C93A6; }
3087
3085
  .em-ds-input--disabled:focus-within, .em-ds-input--disabled:hover {
3088
- border-color: #A9B1BE; }
3086
+ border-color: #8C93A6; }
3089
3087
  .em-ds-input--disabled:active {
3090
- border-color: #A9B1BE; }
3088
+ border-color: #8C93A6; }
3091
3089
  .em-ds-input--disabled .em-ds-input__input {
3092
3090
  color: #616b7f;
3093
3091
  cursor: not-allowed; }
@@ -3118,7 +3116,7 @@ fieldset.em-ds-form-item-content {
3118
3116
  border: calc(0.30769rem * 0.25) solid #1e79c2; }
3119
3117
 
3120
3118
  .em-ds-form-item--variant-disabled .em-ds-input {
3121
- border: calc(0.30769rem * 0.25) solid #A9B1BE;
3119
+ border: calc(0.30769rem * 0.25) solid #8C93A6;
3122
3120
  background: #E0E3E8 !important;
3123
3121
  color: #616b7f; }
3124
3122
  .em-ds-form-item--variant-disabled .em-ds-input::-webkit-input-placeholder {
@@ -3132,7 +3130,7 @@ fieldset.em-ds-form-item-content {
3132
3130
 
3133
3131
  .em-ds-form-item--variant-read-only .em-ds-input {
3134
3132
  border: none;
3135
- border-top: calc(0.30769rem * 0.25) solid #CBCFD7;
3133
+ border-top: calc(0.30769rem * 0.25) solid #8C93A6;
3136
3134
  background: none; }
3137
3135
 
3138
3136
  .em-ds-form-item--error .em-ds-input {
@@ -3246,7 +3244,7 @@ fieldset.em-ds-form-item-content {
3246
3244
  .em-ds-input-addon-wrapper {
3247
3245
  border-radius: 2px;
3248
3246
  display: flex;
3249
- box-shadow: inset 0 0 0 1px #CBCFD7;
3247
+ box-shadow: inset 0 0 0 1px #8C93A6;
3250
3248
  height: 2.16rem;
3251
3249
  width: 100%; }
3252
3250
  .em-ds-input-addon-wrapper > * {
@@ -3845,8 +3843,7 @@ fieldset.em-ds-form-item-content {
3845
3843
  background: #FFFFFF;
3846
3844
  transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
3847
3845
  border-radius: 2px;
3848
- box-shadow: inset 0 0 0 1px #CBCFD7;
3849
- border-radius: 2px;
3846
+ box-shadow: inset 0 0 0 1px #8C93A6;
3850
3847
  padding: 1px; }
3851
3848
  .em-ds-form-element-textarea:focus-within {
3852
3849
  padding: 0; }
@@ -3986,30 +3983,13 @@ fieldset.em-ds-form-item-content {
3986
3983
  min-width: 1.23077rem;
3987
3984
  height: 1.23077rem;
3988
3985
  margin-right: 0.61538rem;
3989
- border: solid 1px #697489;
3986
+ border: solid 1px #8C93A6;
3990
3987
  background: #FFFFFF;
3991
3988
  display: inline-flex;
3992
3989
  justify-content: center;
3993
3990
  align-items: center;
3994
3991
  align-self: flex-start;
3995
- position: relative;
3996
- cursor: pointer; }
3997
- .em-ds-form-element-radio__input-button:after {
3998
- border-radius: 50%;
3999
- transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
4000
- width: 0.61538rem;
4001
- height: 0.61538rem; }
4002
- .em-ds-form-element-radio__input-button:hover {
4003
- outline: none;
4004
- border: calc(0.30769rem * 0.25) solid #1e79c2;
4005
- box-shadow: inset 0 0 0 1px #8cc2ed;
4006
- border-radius: 2px;
4007
- border: solid 1px #1e79c2; }
4008
- .em-ds-form-element-radio__input-button:focus {
4009
- outline: none;
4010
- border: calc(0.30769rem * 0.25) solid #1e79c2;
4011
- box-shadow: inset 0 0 0 1px #8cc2ed;
4012
- border-radius: 2px; }
3992
+ position: relative; }
4013
3993
 
4014
3994
  .em-ds-form-element-radio__label {
4015
3995
  position: relative;
@@ -4028,112 +4008,70 @@ fieldset.em-ds-form-item-content {
4028
4008
  .em-ds-form-element-radio circle.unchecked {
4029
4009
  fill: #FFFFFF; }
4030
4010
  .em-ds-form-element-radio .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
4031
- border: solid 1px #1e79c2; }
4032
- .em-ds-form-element-radio .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
4033
- outline: none;
4034
- border: calc(0.30769rem * 0.25) solid #1e79c2;
4035
- box-shadow: inset 0 0 0 1px #8cc2ed;
4036
- border-radius: 2px;
4037
- background-color: #FFFFFF; }
4038
- .em-ds-form-element-radio .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
4039
- outline: none;
4040
- border: calc(0.30769rem * 0.25) solid #1e79c2;
4041
- box-shadow: inset 0 0 0 1px #8cc2ed;
4042
- border-radius: 2px;
4011
+ border-color: #1e79c2;
4043
4012
  background-color: #EBF6FF; }
4044
- .em-ds-form-element-radio .em-ds-form-element-radio__label:active circle.unchecked {
4013
+ .em-ds-form-element-radio .em-ds-form-element-radio__label:hover circle.unchecked {
4045
4014
  fill: #EBF6FF; }
4046
- .em-ds-form-element-radio .em-ds-form-element-radio__label:focus .em-ds-form-element-radio__input-button {
4047
- background-color: #EBF6FF; }
4048
- .em-ds-form-element-radio .em-ds-form-element-radio__label:focus .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
4049
- outline: none;
4050
- border: calc(0.30769rem * 0.25) solid #1e79c2;
4051
- box-shadow: inset 0 0 0 1px #8cc2ed;
4052
- border-radius: 2px;
4015
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4016
+ box-shadow: none; }
4017
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus:not(:active) {
4018
+ border: solid 2px #006AA9; }
4019
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:active {
4053
4020
  background-color: #FFFFFF; }
4054
- .em-ds-form-element-radio .em-ds-form-element-radio__label:focus circle.unchecked {
4055
- fill: #EBF6FF; }
4056
- .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
4057
- border-color: #1e79c2; }
4058
- .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
4059
- fill: #1e79c2; }
4060
- .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio .em-ds-form-element-radio__input:hover,
4061
- .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio .em-ds-form-element-radio__input:focus {
4062
- border-color: #1e79c2;
4063
- background-color: #FFFFFF;
4064
- outline: none;
4065
- border: calc(0.30769rem * 0.25) solid #1e79c2;
4066
- box-shadow: inset 0 0 0 1px #8cc2ed;
4067
- border-radius: 2px; }
4021
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:active circle.unchecked {
4022
+ fill: #FFFFFF; }
4023
+ .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
4024
+ fill: #1e79c2; }
4068
4025
 
4069
4026
  .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4070
- border: solid 1px #C64252; }
4071
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button:focus {
4072
- border-color: #1e79c2; }
4027
+ border-color: #C64252; }
4073
4028
 
4074
- .em-ds-form-element-radio--error .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
4075
- border: solid 1px #C64252; }
4029
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button:not(:focus) {
4030
+ border-color: #C64252; }
4076
4031
 
4077
4032
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
4078
- background-color: #F7CDD2;
4079
- box-shadow: unset; }
4033
+ border-color: #C64252; }
4080
4034
 
4081
4035
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label:active circle.unchecked {
4082
- fill: #F7CDD2; }
4036
+ fill: #EBEDF0; }
4083
4037
 
4084
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
4085
- border-color: #C64252; }
4086
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
4087
- fill: #C64252; }
4038
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
4039
+ fill: #C64252; }
4088
4040
 
4089
4041
  .em-ds-form-element-radio--disabled circle.checked {
4090
- fill: #697489; }
4042
+ fill: #8C93A6; }
4043
+
4044
+ .em-ds-form-element-radio--disabled circle.unchecked {
4045
+ fill: #EBEDF0; }
4091
4046
 
4092
4047
  .em-ds-form-element-radio--disabled .em-ds-form-element-radio__label {
4093
4048
  cursor: not-allowed; }
4094
4049
  .em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
4095
- border-color: #697489; }
4096
- .em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
4050
+ border-color: #8C93A6;
4097
4051
  background-color: #EBEDF0; }
4052
+ .em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:hover circle.unchecked {
4053
+ fill: #EBEDF0; }
4098
4054
  .em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
4099
- background: #EBEDF0; }
4055
+ background-color: #EBEDF0; }
4100
4056
  .em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:active circle.unchecked {
4101
4057
  fill: #EBEDF0; }
4058
+ .em-ds-form-element-radio--disabled .em-ds-form-element-radio__label .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
4059
+ background-color: #EBEDF0; }
4102
4060
 
4103
4061
  .em-ds-form-element-radio--disabled .em-ds-form-element-radio__label-text {
4104
4062
  color: #697489; }
4105
4063
 
4106
4064
  .em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button {
4107
4065
  pointer-events: none;
4108
- border-color: #697489;
4109
4066
  background: #EBEDF0; }
4110
- .em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button circle.unchecked {
4111
- fill: transparent; }
4112
4067
  .em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button:hover {
4113
- border-color: #697489; }
4068
+ border-color: #8C93A6; }
4114
4069
 
4115
- .em-ds-form-element-radio--disabled .em-ds-form-element-radio__input {
4116
- background-color: #EBEDF0; }
4117
- .em-ds-form-element-radio--disabled .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
4118
- border-color: #697489; }
4119
- .em-ds-form-element-radio--disabled .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
4120
- fill: #697489; }
4121
- .em-ds-form-element-radio--disabled .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__label-text {
4122
- color: #697489; }
4070
+ .em-ds-form-element-radio--readonly .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
4071
+ border-color: #8C93A6; }
4123
4072
 
4124
- .em-ds-form-element-radio--readonly .em-ds-form-element-radio__input-button {
4125
- border-color: #697489; }
4126
- .em-ds-form-element-radio--readonly .em-ds-form-element-radio__input-button:focus {
4127
- border-color: #1e79c2;
4128
- outline: none;
4129
- border: calc(0.30769rem * 0.25) solid #1e79c2;
4130
- box-shadow: inset 0 0 0 1px #8cc2ed;
4131
- border-radius: 2px; }
4132
-
4133
- .em-ds-form-element-radio--readonly .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
4134
- border-color: #697489; }
4135
- .em-ds-form-element-radio--readonly .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
4136
- fill: #697489; }
4073
+ .em-ds-form-element-radio--readonly .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
4074
+ fill: #697489; }
4137
4075
 
4138
4076
  @media (max-width: 48rem) {
4139
4077
  .em-ds-form-element-radio__label-text {
@@ -4141,18 +4079,20 @@ fieldset.em-ds-form-item-content {
4141
4079
  .em-ds-form-element-radio {
4142
4080
  padding-bottom: calc(1.84615rem * 0.4);
4143
4081
  -webkit-tap-highlight-color: transparent; }
4144
- .em-ds-form-element-radio__label {
4145
- padding: calc(0.30769rem * 0.81) 0; }
4082
+ .em-ds-form-element-radio .em-ds-form-element-radio__label {
4083
+ padding: calc(0.30769rem * 0.81) 0; }
4084
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4085
+ border: solid 2px #8C93A6; }
4086
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4087
+ border: solid 3px #006AA9; }
4146
4088
  .em-ds-form-element-radio__input-button {
4147
4089
  width: calc(1.23077rem * 1.22);
4148
4090
  min-width: calc(1.23077rem * 1.22);
4149
4091
  height: calc(1.23077rem * 1.22);
4150
- border: solid 2px #A9B1BE;
4092
+ border: solid 2px #8C93A6;
4151
4093
  margin-right: calc(1.23077rem * 0.81); }
4152
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4153
- border: solid 2px #C64252; }
4154
- .em-ds-form-element-radio__input-button svg circle {
4155
- r: 6; } }
4094
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4095
+ border: solid 2px #C64252; } }
4156
4096
 
4157
4097
  @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
4158
4098
  .em-ds-form-element-radio__label-text {
@@ -4160,18 +4100,20 @@ fieldset.em-ds-form-item-content {
4160
4100
  .em-ds-form-element-radio {
4161
4101
  padding-bottom: calc(1.84615rem * 0.4);
4162
4102
  -webkit-tap-highlight-color: transparent; }
4163
- .em-ds-form-element-radio__label {
4164
- padding: calc(0.30769rem * 0.81) 0; }
4103
+ .em-ds-form-element-radio .em-ds-form-element-radio__label {
4104
+ padding: calc(0.30769rem * 0.81) 0; }
4105
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4106
+ border: solid 2px #8C93A6; }
4107
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4108
+ border: solid 3px #006AA9; }
4165
4109
  .em-ds-form-element-radio__input-button {
4166
4110
  width: calc(1.23077rem * 1.22);
4167
4111
  min-width: calc(1.23077rem * 1.22);
4168
4112
  height: calc(1.23077rem * 1.22);
4169
- border: solid 2px #A9B1BE;
4113
+ border: solid 2px #8C93A6;
4170
4114
  margin-right: calc(1.23077rem * 0.81); }
4171
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4172
- border: solid 2px #C64252; }
4173
- .em-ds-form-element-radio__input-button svg circle {
4174
- r: 6; } }
4115
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4116
+ border: solid 2px #C64252; } }
4175
4117
 
4176
4118
  @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
4177
4119
  .em-ds-form-element-radio__label-text {
@@ -4179,18 +4121,20 @@ fieldset.em-ds-form-item-content {
4179
4121
  .em-ds-form-element-radio {
4180
4122
  padding-bottom: calc(1.84615rem * 0.4);
4181
4123
  -webkit-tap-highlight-color: transparent; }
4182
- .em-ds-form-element-radio__label {
4183
- padding: calc(0.30769rem * 0.81) 0; }
4124
+ .em-ds-form-element-radio .em-ds-form-element-radio__label {
4125
+ padding: calc(0.30769rem * 0.81) 0; }
4126
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4127
+ border: solid 2px #8C93A6; }
4128
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4129
+ border: solid 3px #006AA9; }
4184
4130
  .em-ds-form-element-radio__input-button {
4185
4131
  width: calc(1.23077rem * 1.22);
4186
4132
  min-width: calc(1.23077rem * 1.22);
4187
4133
  height: calc(1.23077rem * 1.22);
4188
- border: solid 2px #A9B1BE;
4134
+ border: solid 2px #8C93A6;
4189
4135
  margin-right: calc(1.23077rem * 0.81); }
4190
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4191
- border: solid 2px #C64252; }
4192
- .em-ds-form-element-radio__input-button svg circle {
4193
- r: 6; } }
4136
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4137
+ border: solid 2px #C64252; } }
4194
4138
 
4195
4139
  @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
4196
4140
  .em-ds-form-element-radio__label-text {
@@ -4198,18 +4142,20 @@ fieldset.em-ds-form-item-content {
4198
4142
  .em-ds-form-element-radio {
4199
4143
  padding-bottom: calc(1.84615rem * 0.4);
4200
4144
  -webkit-tap-highlight-color: transparent; }
4201
- .em-ds-form-element-radio__label {
4202
- padding: calc(0.30769rem * 0.81) 0; }
4145
+ .em-ds-form-element-radio .em-ds-form-element-radio__label {
4146
+ padding: calc(0.30769rem * 0.81) 0; }
4147
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4148
+ border: solid 2px #8C93A6; }
4149
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4150
+ border: solid 3px #006AA9; }
4203
4151
  .em-ds-form-element-radio__input-button {
4204
4152
  width: calc(1.23077rem * 1.22);
4205
4153
  min-width: calc(1.23077rem * 1.22);
4206
4154
  height: calc(1.23077rem * 1.22);
4207
- border: solid 2px #A9B1BE;
4155
+ border: solid 2px #8C93A6;
4208
4156
  margin-right: calc(1.23077rem * 0.81); }
4209
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4210
- border: solid 2px #C64252; }
4211
- .em-ds-form-element-radio__input-button svg circle {
4212
- r: 6; } }
4157
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4158
+ border: solid 2px #C64252; } }
4213
4159
 
4214
4160
  @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
4215
4161
  .em-ds-form-element-radio__label-text {
@@ -4217,18 +4163,20 @@ fieldset.em-ds-form-item-content {
4217
4163
  .em-ds-form-element-radio {
4218
4164
  padding-bottom: calc(1.84615rem * 0.4);
4219
4165
  -webkit-tap-highlight-color: transparent; }
4220
- .em-ds-form-element-radio__label {
4221
- padding: calc(0.30769rem * 0.81) 0; }
4166
+ .em-ds-form-element-radio .em-ds-form-element-radio__label {
4167
+ padding: calc(0.30769rem * 0.81) 0; }
4168
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4169
+ border: solid 2px #8C93A6; }
4170
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4171
+ border: solid 3px #006AA9; }
4222
4172
  .em-ds-form-element-radio__input-button {
4223
4173
  width: calc(1.23077rem * 1.22);
4224
4174
  min-width: calc(1.23077rem * 1.22);
4225
4175
  height: calc(1.23077rem * 1.22);
4226
- border: solid 2px #A9B1BE;
4176
+ border: solid 2px #8C93A6;
4227
4177
  margin-right: calc(1.23077rem * 0.81); }
4228
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4229
- border: solid 2px #C64252; }
4230
- .em-ds-form-element-radio__input-button svg circle {
4231
- r: 6; } }
4178
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4179
+ border: solid 2px #C64252; } }
4232
4180
 
4233
4181
  @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
4234
4182
  .em-ds-form-element-radio__label-text {
@@ -4236,18 +4184,20 @@ fieldset.em-ds-form-item-content {
4236
4184
  .em-ds-form-element-radio {
4237
4185
  padding-bottom: calc(1.84615rem * 0.4);
4238
4186
  -webkit-tap-highlight-color: transparent; }
4239
- .em-ds-form-element-radio__label {
4240
- padding: calc(0.30769rem * 0.81) 0; }
4187
+ .em-ds-form-element-radio .em-ds-form-element-radio__label {
4188
+ padding: calc(0.30769rem * 0.81) 0; }
4189
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4190
+ border: solid 2px #8C93A6; }
4191
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4192
+ border: solid 3px #006AA9; }
4241
4193
  .em-ds-form-element-radio__input-button {
4242
4194
  width: calc(1.23077rem * 1.22);
4243
4195
  min-width: calc(1.23077rem * 1.22);
4244
4196
  height: calc(1.23077rem * 1.22);
4245
- border: solid 2px #A9B1BE;
4197
+ border: solid 2px #8C93A6;
4246
4198
  margin-right: calc(1.23077rem * 0.81); }
4247
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4248
- border: solid 2px #C64252; }
4249
- .em-ds-form-element-radio__input-button svg circle {
4250
- r: 6; } }
4199
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4200
+ border: solid 2px #C64252; } }
4251
4201
 
4252
4202
  @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
4253
4203
  .em-ds-form-element-radio__label-text {
@@ -4255,18 +4205,20 @@ fieldset.em-ds-form-item-content {
4255
4205
  .em-ds-form-element-radio {
4256
4206
  padding-bottom: calc(1.84615rem * 0.4);
4257
4207
  -webkit-tap-highlight-color: transparent; }
4258
- .em-ds-form-element-radio__label {
4259
- padding: calc(0.30769rem * 0.81) 0; }
4208
+ .em-ds-form-element-radio .em-ds-form-element-radio__label {
4209
+ padding: calc(0.30769rem * 0.81) 0; }
4210
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4211
+ border: solid 2px #8C93A6; }
4212
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4213
+ border: solid 3px #006AA9; }
4260
4214
  .em-ds-form-element-radio__input-button {
4261
4215
  width: calc(1.23077rem * 1.22);
4262
4216
  min-width: calc(1.23077rem * 1.22);
4263
4217
  height: calc(1.23077rem * 1.22);
4264
- border: solid 2px #A9B1BE;
4218
+ border: solid 2px #8C93A6;
4265
4219
  margin-right: calc(1.23077rem * 0.81); }
4266
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4267
- border: solid 2px #C64252; }
4268
- .em-ds-form-element-radio__input-button svg circle {
4269
- r: 6; } }
4220
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4221
+ border: solid 2px #C64252; } }
4270
4222
 
4271
4223
  @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
4272
4224
  .em-ds-form-element-radio__label-text {
@@ -4274,18 +4226,20 @@ fieldset.em-ds-form-item-content {
4274
4226
  .em-ds-form-element-radio {
4275
4227
  padding-bottom: calc(1.84615rem * 0.4);
4276
4228
  -webkit-tap-highlight-color: transparent; }
4277
- .em-ds-form-element-radio__label {
4278
- padding: calc(0.30769rem * 0.81) 0; }
4229
+ .em-ds-form-element-radio .em-ds-form-element-radio__label {
4230
+ padding: calc(0.30769rem * 0.81) 0; }
4231
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4232
+ border: solid 2px #8C93A6; }
4233
+ .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
4234
+ border: solid 3px #006AA9; }
4279
4235
  .em-ds-form-element-radio__input-button {
4280
4236
  width: calc(1.23077rem * 1.22);
4281
4237
  min-width: calc(1.23077rem * 1.22);
4282
4238
  height: calc(1.23077rem * 1.22);
4283
- border: solid 2px #A9B1BE;
4239
+ border: solid 2px #8C93A6;
4284
4240
  margin-right: calc(1.23077rem * 0.81); }
4285
- .em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
4286
- border: solid 2px #C64252; }
4287
- .em-ds-form-element-radio__input-button svg circle {
4288
- r: 6; } }
4241
+ .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
4242
+ border: solid 2px #C64252; } }
4289
4243
 
4290
4244
  .em-ds-radio-group-form-item-layout-wrapper {
4291
4245
  display: inline-flex; }
@@ -4453,7 +4407,7 @@ legend.em-ds-label--group .em-ds-form-required-mark {
4453
4407
  line-height: normal;
4454
4408
  font-weight: 400; }
4455
4409
  .em-ds-determinate-progress-indicator--disabled {
4456
- color: #A9B1BE; }
4410
+ color: #8C93A6; }
4457
4411
  .em-ds-determinate-progress-indicator .em-ds-truncated-tooltip-text {
4458
4412
  width: initial; }
4459
4413
  .em-ds-determinate-progress-indicator__title {
@@ -4478,7 +4432,7 @@ legend.em-ds-label--group .em-ds-form-required-mark {
4478
4432
  margin-left: 0.15385rem; }
4479
4433
 
4480
4434
  .em-ds-determinate-progress-indicator--disabled .em-ds-determinate-progress-indicator__title {
4481
- color: #A9B1BE; }
4435
+ color: #8C93A6; }
4482
4436
 
4483
4437
  .em-ds-determinate-progress-indicator--disabled .em-ds-determinate-progress-indicator__counter {
4484
4438
  color: #CBCFD7; }
@@ -4579,7 +4533,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4579
4533
  align-items: flex-end;
4580
4534
  justify-content: flex-end; }
4581
4535
  .em-ds-page-header--with-bottom-separator {
4582
- border-bottom: 0.11538rem solid #A9B1BE; }
4536
+ border-bottom: 0.11538rem solid #8C93A6; }
4583
4537
  .em-ds-page-header .em-ds-page-header-breadcrumb a:first-child {
4584
4538
  padding-left: 1px; }
4585
4539
 
@@ -4605,7 +4559,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4605
4559
  left: -0.61538rem;
4606
4560
  top: 1px;
4607
4561
  margin-left: -1px;
4608
- margin-right: 1px; }
4562
+ margin-right: -9px; }
4609
4563
 
4610
4564
  .em-ds-page-header-v2-summary {
4611
4565
  display: flex;
@@ -4654,14 +4608,12 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4654
4608
  .em-ds-page-header-v2-toolbar .em-ds-toolbar {
4655
4609
  height: auto;
4656
4610
  background: none; }
4657
- .em-ds-page-header-v2-toolbar .em-ds-toolbar > div {
4658
- align-items: center; }
4659
- .em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-button {
4660
- margin-left: 0.92308rem; }
4661
- .em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-input-addon-wrapper {
4662
- box-shadow: none; }
4663
- .em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-input-addon-wrapper div {
4664
- height: 100%; }
4611
+ .em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-button {
4612
+ margin-left: 0.92308rem; }
4613
+ .em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-input-addon-wrapper {
4614
+ box-shadow: none; }
4615
+ .em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-input-addon-wrapper div {
4616
+ height: 100%; }
4665
4617
 
4666
4618
  .em-ds-page-header-v2-back {
4667
4619
  display: flex;
@@ -4851,7 +4803,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4851
4803
 
4852
4804
  .em-ds-time-picker.variant-disabled > .em-ds-input {
4853
4805
  background: #EBEDF0;
4854
- border-color: #A9B1BE;
4806
+ border-color: #8C93A6;
4855
4807
  pointer-events: none; }
4856
4808
  .em-ds-time-picker.variant-disabled > .em-ds-input input,
4857
4809
  .em-ds-time-picker.variant-disabled > .em-ds-input select {
@@ -4891,7 +4843,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4891
4843
  .Toastify__toast-container .toast-close-button:focus {
4892
4844
  position: absolute !important; }
4893
4845
  .Toastify__toast-container:not(.with-progressbar) .Toastify__toast--default {
4894
- border-color: #A9B1BE; }
4846
+ border-color: #8C93A6; }
4895
4847
  .Toastify__toast-container:not(.with-progressbar) .Toastify__toast--info {
4896
4848
  border-color: #52A6EC; }
4897
4849
  .Toastify__toast-container:not(.with-progressbar) .Toastify__toast--success {
@@ -4940,7 +4892,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4940
4892
  border-left: 0.30769rem solid;
4941
4893
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
4942
4894
  .Toastify__toast--default .em-ds-toast-content__icon-message svg {
4943
- fill: #A9B1BE; }
4895
+ fill: #8C93A6; }
4944
4896
  .Toastify__toast--info .em-ds-toast-content__icon-message svg {
4945
4897
  fill: #52A6EC; }
4946
4898
  .Toastify__toast--success .em-ds-toast-content__icon-message svg {
@@ -4973,7 +4925,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4973
4925
  right: 0;
4974
4926
  left: initial; }
4975
4927
  .Toastify__progress-bar--default {
4976
- background-color: #A9B1BE; }
4928
+ background-color: #8C93A6; }
4977
4929
  .Toastify__progress-bar--info {
4978
4930
  background-color: #52A6EC; }
4979
4931
  .Toastify__progress-bar--success {
@@ -5223,1038 +5175,6 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
5223
5175
  transform: translate(-50%, -50%);
5224
5176
  z-index: 201; }
5225
5177
 
5226
- .em-ds-tabs__tab-bar-container {
5227
- display: flex; }
5228
-
5229
- .em-ds-tabs-tab-bar__list {
5230
- position: relative;
5231
- border-bottom: 0.07692rem solid #A9B1BE;
5232
- display: flex;
5233
- flex-wrap: nowrap;
5234
- flex: 1; }
5235
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
5236
- padding-left: 16px; }
5237
-
5238
- .em-ds-tabs-tab-bar__list--carousel {
5239
- max-width: 100%; }
5240
-
5241
- .em-ds-tabs-tab-bar__subtabs-list {
5242
- position: relative;
5243
- display: flex;
5244
- align-items: center;
5245
- flex-wrap: nowrap;
5246
- flex: 1; }
5247
- .em-ds-tabs-tab-bar__subtabs-list .em-ds-tabs-tab-bar__tab {
5248
- text-transform: capitalize;
5249
- padding-bottom: 0;
5250
- padding-top: 0; }
5251
- .em-ds-tabs-tab-bar__subtabs-list--carousel {
5252
- max-width: 100%; }
5253
- .em-ds-tabs-tab-bar__subtabs-list:not(.em-ds-tabs-tab-bar__subtabs-list--carousel) {
5254
- padding-left: 16px; }
5255
-
5256
- .em-ds-tabs-tab-bar__tab {
5257
- position: relative;
5258
- background-color: transparent;
5259
- border: 1px solid transparent;
5260
- cursor: pointer;
5261
- transition: 100ms cubic-bezier(0, 0, 0.42, 1);
5262
- text-transform: uppercase;
5263
- white-space: nowrap;
5264
- padding: 2px 0;
5265
- margin-right: 1.23077rem;
5266
- letter-spacing: 0px;
5267
- line-height: 1.3;
5268
- color: #353C46; }
5269
- @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
5270
- .em-ds-tabs-tab-bar__tab {
5271
- -webkit-text-stroke: 0.4px transparent; } }
5272
- @media screen and (min--moz-device-pixel-ratio: 0) {
5273
- .em-ds-tabs-tab-bar__tab {
5274
- -webkit-text-stroke: 0.4px transparent; } }
5275
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
5276
- margin-left: 1.23077rem; }
5277
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5278
- font-size: 1rem;
5279
- line-height: normal;
5280
- font-weight: 600;
5281
- color: #353C46;
5282
- line-height: 1.3; }
5283
- @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
5284
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5285
- font-weight: 400;
5286
- -webkit-font-smoothing: subpixel-antialiased;
5287
- -webkit-text-stroke: 0.4px #353C46; } }
5288
- @media screen and (min--moz-device-pixel-ratio: 0) {
5289
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5290
- font-weight: 400;
5291
- -webkit-font-smoothing: subpixel-antialiased;
5292
- -webkit-text-stroke: 0.4px #353C46; } }
5293
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5294
- outline: none;
5295
- color: #1e79c2; }
5296
- @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
5297
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5298
- font-weight: 400;
5299
- -webkit-font-smoothing: subpixel-antialiased;
5300
- -webkit-text-stroke: 0.4px #1e79c2; } }
5301
- @media screen and (min--moz-device-pixel-ratio: 0) {
5302
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5303
- font-weight: 400;
5304
- -webkit-font-smoothing: subpixel-antialiased;
5305
- -webkit-text-stroke: 0.4px #1e79c2; } }
5306
- .em-ds-tabs-tab-bar__tab--disabled {
5307
- color: #697489;
5308
- cursor: default; }
5309
- .em-ds-tabs-tab-bar__tab--disabled:focus {
5310
- outline: none; }
5311
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
5312
- content: "";
5313
- position: absolute;
5314
- width: 0.15385rem;
5315
- right: -18px;
5316
- top: 1.4px;
5317
- height: 0.98462rem;
5318
- background-color: #A9B1BE; }
5319
-
5320
- .em-ds-tabs-tab-bar__selection-indicator {
5321
- position: absolute;
5322
- margin-top: 0.30769rem;
5323
- border-bottom: 0.23077rem solid #1e79c2;
5324
- pointer-events: none;
5325
- transition: 200ms cubic-bezier(0.36, 0, 1, 1); }
5326
-
5327
- .em-ds-tabs-panels__panel {
5328
- padding-top: 0.61538rem; }
5329
- .em-ds-tabs-panels__panel:focus {
5330
- outline: none; }
5331
-
5332
- @media (max-width: 48rem) {
5333
- .em-ds-tabs-tab-bar__list {
5334
- background: #EBF6FF;
5335
- border-bottom: 0.07692rem solid #A3D6FF; }
5336
- .em-ds-tabs-tab-bar__list--flexible-table-headers {
5337
- z-index: 0;
5338
- overflow-x: scroll;
5339
- overflow-y: hidden;
5340
- -ms-overflow-style: none;
5341
- scrollbar-width: none; }
5342
- .em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
5343
- display: none; }
5344
- .em-ds-tabs-tab-bar__list--left-gradients::before {
5345
- position: fixed;
5346
- left: 0px;
5347
- content: "";
5348
- height: 38px;
5349
- width: 24px;
5350
- background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
5351
- z-index: 100;
5352
- pointer-events: none; }
5353
- .em-ds-tabs-tab-bar__list--right-gradients::after {
5354
- position: fixed;
5355
- right: 0px;
5356
- content: "";
5357
- height: 38px;
5358
- width: 24px;
5359
- background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
5360
- z-index: 100;
5361
- pointer-events: none; }
5362
- .em-ds-tabs-tab-bar__list--fixed-table-headers {
5363
- display: flex;
5364
- overflow-x: hidden; }
5365
- .em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
5366
- flex: 1;
5367
- overflow: hidden; }
5368
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
5369
- padding-left: 14px; }
5370
- .em-ds-tabs-tab-bar__tab {
5371
- height: 2.49rem;
5372
- color: #1e79c2;
5373
- font-weight: 400;
5374
- padding: 0;
5375
- margin-right: 14px;
5376
- font-size: 13px;
5377
- line-height: 1.3; } }
5378
- @media screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 0) {
5379
- .em-ds-tabs-tab-bar__tab {
5380
- -webkit-text-stroke: 0.4px transparent; } }
5381
-
5382
- @media (max-width: 48rem) {
5383
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
5384
- margin-left: 14px; }
5385
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5386
- font-weight: 400;
5387
- font-size: 13px; } }
5388
- @media screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 0) {
5389
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5390
- font-weight: 400;
5391
- -webkit-font-smoothing: subpixel-antialiased;
5392
- -webkit-text-stroke: 0.4px #006AA9; } }
5393
-
5394
- @media (max-width: 48rem) {
5395
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5396
- font-size: 13px;
5397
- color: #006AA9;
5398
- line-height: 1.3;
5399
- font-weight: 400;
5400
- -webkit-font-smoothing: subpixel-antialiased;
5401
- -webkit-text-stroke: 0.4px #006AA9; }
5402
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5403
- color: #006AA9;
5404
- font-size: 13px; } }
5405
- @media screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 0) {
5406
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5407
- font-weight: 400;
5408
- -webkit-font-smoothing: subpixel-antialiased;
5409
- -webkit-text-stroke: 0.4px #006AA9; } }
5410
-
5411
- @media (max-width: 48rem) {
5412
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5413
- outline: none;
5414
- color: #006AA9; } }
5415
- @media screen and (max-width: 48rem) and (min--moz-device-pixel-ratio: 0) {
5416
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5417
- font-weight: 400;
5418
- -webkit-font-smoothing: subpixel-antialiased;
5419
- -webkit-text-stroke: 0.4px #006AA9; } }
5420
-
5421
- @media (max-width: 48rem) {
5422
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
5423
- top: 50%;
5424
- transform: translateY(-50%); }
5425
- .em-ds-tabs-tab-bar__selection-indicator {
5426
- margin-left: 0rem;
5427
- margin-top: 0.15385rem;
5428
- border-bottom-width: 3px; }
5429
- .em-ds-tabs-panels__panel {
5430
- padding-top: 0; } }
5431
-
5432
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
5433
- .em-ds-tabs-tab-bar__list {
5434
- background: #EBF6FF;
5435
- border-bottom: 0.07692rem solid #A3D6FF; }
5436
- .em-ds-tabs-tab-bar__list--flexible-table-headers {
5437
- z-index: 0;
5438
- overflow-x: scroll;
5439
- overflow-y: hidden;
5440
- -ms-overflow-style: none;
5441
- scrollbar-width: none; }
5442
- .em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
5443
- display: none; }
5444
- .em-ds-tabs-tab-bar__list--left-gradients::before {
5445
- position: fixed;
5446
- left: 0px;
5447
- content: "";
5448
- height: 38px;
5449
- width: 24px;
5450
- background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
5451
- z-index: 100;
5452
- pointer-events: none; }
5453
- .em-ds-tabs-tab-bar__list--right-gradients::after {
5454
- position: fixed;
5455
- right: 0px;
5456
- content: "";
5457
- height: 38px;
5458
- width: 24px;
5459
- background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
5460
- z-index: 100;
5461
- pointer-events: none; }
5462
- .em-ds-tabs-tab-bar__list--fixed-table-headers {
5463
- display: flex;
5464
- overflow-x: hidden; }
5465
- .em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
5466
- flex: 1;
5467
- overflow: hidden; }
5468
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
5469
- padding-left: 14px; }
5470
- .em-ds-tabs-tab-bar__tab {
5471
- height: 2.49rem;
5472
- color: #1e79c2;
5473
- font-weight: 400;
5474
- padding: 0;
5475
- margin-right: 14px;
5476
- font-size: 13px;
5477
- line-height: 1.3; } }
5478
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
5479
- .em-ds-tabs-tab-bar__tab {
5480
- -webkit-text-stroke: 0.4px transparent; } }
5481
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
5482
- .em-ds-tabs-tab-bar__tab {
5483
- -webkit-text-stroke: 0.4px transparent; } }
5484
-
5485
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
5486
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
5487
- margin-left: 14px; }
5488
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5489
- font-weight: 400;
5490
- font-size: 13px; } }
5491
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
5492
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5493
- font-weight: 400;
5494
- -webkit-font-smoothing: subpixel-antialiased;
5495
- -webkit-text-stroke: 0.4px #006AA9; } }
5496
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
5497
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5498
- font-weight: 400;
5499
- -webkit-font-smoothing: subpixel-antialiased;
5500
- -webkit-text-stroke: 0.4px #006AA9; } }
5501
-
5502
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
5503
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5504
- font-size: 13px;
5505
- color: #006AA9;
5506
- line-height: 1.3;
5507
- font-weight: 400;
5508
- -webkit-font-smoothing: subpixel-antialiased;
5509
- -webkit-text-stroke: 0.4px #006AA9; }
5510
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5511
- color: #006AA9;
5512
- font-size: 13px; } }
5513
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
5514
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5515
- font-weight: 400;
5516
- -webkit-font-smoothing: subpixel-antialiased;
5517
- -webkit-text-stroke: 0.4px #006AA9; } }
5518
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
5519
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5520
- font-weight: 400;
5521
- -webkit-font-smoothing: subpixel-antialiased;
5522
- -webkit-text-stroke: 0.4px #006AA9; } }
5523
-
5524
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
5525
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5526
- outline: none;
5527
- color: #006AA9; } }
5528
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
5529
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5530
- font-weight: 400;
5531
- -webkit-font-smoothing: subpixel-antialiased;
5532
- -webkit-text-stroke: 0.4px #006AA9; } }
5533
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
5534
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5535
- font-weight: 400;
5536
- -webkit-font-smoothing: subpixel-antialiased;
5537
- -webkit-text-stroke: 0.4px #006AA9; } }
5538
-
5539
- @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
5540
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
5541
- top: 50%;
5542
- transform: translateY(-50%); }
5543
- .em-ds-tabs-tab-bar__selection-indicator {
5544
- margin-left: 0rem;
5545
- margin-top: 0.15385rem;
5546
- border-bottom-width: 3px; }
5547
- .em-ds-tabs-panels__panel {
5548
- padding-top: 0; } }
5549
-
5550
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
5551
- .em-ds-tabs-tab-bar__list {
5552
- background: #EBF6FF;
5553
- border-bottom: 0.07692rem solid #A3D6FF; }
5554
- .em-ds-tabs-tab-bar__list--flexible-table-headers {
5555
- z-index: 0;
5556
- overflow-x: scroll;
5557
- overflow-y: hidden;
5558
- -ms-overflow-style: none;
5559
- scrollbar-width: none; }
5560
- .em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
5561
- display: none; }
5562
- .em-ds-tabs-tab-bar__list--left-gradients::before {
5563
- position: fixed;
5564
- left: 0px;
5565
- content: "";
5566
- height: 38px;
5567
- width: 24px;
5568
- background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
5569
- z-index: 100;
5570
- pointer-events: none; }
5571
- .em-ds-tabs-tab-bar__list--right-gradients::after {
5572
- position: fixed;
5573
- right: 0px;
5574
- content: "";
5575
- height: 38px;
5576
- width: 24px;
5577
- background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
5578
- z-index: 100;
5579
- pointer-events: none; }
5580
- .em-ds-tabs-tab-bar__list--fixed-table-headers {
5581
- display: flex;
5582
- overflow-x: hidden; }
5583
- .em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
5584
- flex: 1;
5585
- overflow: hidden; }
5586
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
5587
- padding-left: 14px; }
5588
- .em-ds-tabs-tab-bar__tab {
5589
- height: 2.49rem;
5590
- color: #1e79c2;
5591
- font-weight: 400;
5592
- padding: 0;
5593
- margin-right: 14px;
5594
- font-size: 13px;
5595
- line-height: 1.3; } }
5596
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
5597
- .em-ds-tabs-tab-bar__tab {
5598
- -webkit-text-stroke: 0.4px transparent; } }
5599
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
5600
- .em-ds-tabs-tab-bar__tab {
5601
- -webkit-text-stroke: 0.4px transparent; } }
5602
-
5603
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
5604
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
5605
- margin-left: 14px; }
5606
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5607
- font-weight: 400;
5608
- font-size: 13px; } }
5609
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
5610
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5611
- font-weight: 400;
5612
- -webkit-font-smoothing: subpixel-antialiased;
5613
- -webkit-text-stroke: 0.4px #006AA9; } }
5614
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
5615
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5616
- font-weight: 400;
5617
- -webkit-font-smoothing: subpixel-antialiased;
5618
- -webkit-text-stroke: 0.4px #006AA9; } }
5619
-
5620
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
5621
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5622
- font-size: 13px;
5623
- color: #006AA9;
5624
- line-height: 1.3;
5625
- font-weight: 400;
5626
- -webkit-font-smoothing: subpixel-antialiased;
5627
- -webkit-text-stroke: 0.4px #006AA9; }
5628
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5629
- color: #006AA9;
5630
- font-size: 13px; } }
5631
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
5632
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5633
- font-weight: 400;
5634
- -webkit-font-smoothing: subpixel-antialiased;
5635
- -webkit-text-stroke: 0.4px #006AA9; } }
5636
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
5637
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5638
- font-weight: 400;
5639
- -webkit-font-smoothing: subpixel-antialiased;
5640
- -webkit-text-stroke: 0.4px #006AA9; } }
5641
-
5642
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
5643
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5644
- outline: none;
5645
- color: #006AA9; } }
5646
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
5647
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5648
- font-weight: 400;
5649
- -webkit-font-smoothing: subpixel-antialiased;
5650
- -webkit-text-stroke: 0.4px #006AA9; } }
5651
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
5652
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5653
- font-weight: 400;
5654
- -webkit-font-smoothing: subpixel-antialiased;
5655
- -webkit-text-stroke: 0.4px #006AA9; } }
5656
-
5657
- @media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
5658
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
5659
- top: 50%;
5660
- transform: translateY(-50%); }
5661
- .em-ds-tabs-tab-bar__selection-indicator {
5662
- margin-left: 0rem;
5663
- margin-top: 0.15385rem;
5664
- border-bottom-width: 3px; }
5665
- .em-ds-tabs-panels__panel {
5666
- padding-top: 0; } }
5667
-
5668
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
5669
- .em-ds-tabs-tab-bar__list {
5670
- background: #EBF6FF;
5671
- border-bottom: 0.07692rem solid #A3D6FF; }
5672
- .em-ds-tabs-tab-bar__list--flexible-table-headers {
5673
- z-index: 0;
5674
- overflow-x: scroll;
5675
- overflow-y: hidden;
5676
- -ms-overflow-style: none;
5677
- scrollbar-width: none; }
5678
- .em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
5679
- display: none; }
5680
- .em-ds-tabs-tab-bar__list--left-gradients::before {
5681
- position: fixed;
5682
- left: 0px;
5683
- content: "";
5684
- height: 38px;
5685
- width: 24px;
5686
- background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
5687
- z-index: 100;
5688
- pointer-events: none; }
5689
- .em-ds-tabs-tab-bar__list--right-gradients::after {
5690
- position: fixed;
5691
- right: 0px;
5692
- content: "";
5693
- height: 38px;
5694
- width: 24px;
5695
- background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
5696
- z-index: 100;
5697
- pointer-events: none; }
5698
- .em-ds-tabs-tab-bar__list--fixed-table-headers {
5699
- display: flex;
5700
- overflow-x: hidden; }
5701
- .em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
5702
- flex: 1;
5703
- overflow: hidden; }
5704
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
5705
- padding-left: 14px; }
5706
- .em-ds-tabs-tab-bar__tab {
5707
- height: 2.49rem;
5708
- color: #1e79c2;
5709
- font-weight: 400;
5710
- padding: 0;
5711
- margin-right: 14px;
5712
- font-size: 13px;
5713
- line-height: 1.3; } }
5714
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
5715
- .em-ds-tabs-tab-bar__tab {
5716
- -webkit-text-stroke: 0.4px transparent; } }
5717
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
5718
- .em-ds-tabs-tab-bar__tab {
5719
- -webkit-text-stroke: 0.4px transparent; } }
5720
-
5721
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
5722
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
5723
- margin-left: 14px; }
5724
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5725
- font-weight: 400;
5726
- font-size: 13px; } }
5727
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
5728
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5729
- font-weight: 400;
5730
- -webkit-font-smoothing: subpixel-antialiased;
5731
- -webkit-text-stroke: 0.4px #006AA9; } }
5732
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
5733
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5734
- font-weight: 400;
5735
- -webkit-font-smoothing: subpixel-antialiased;
5736
- -webkit-text-stroke: 0.4px #006AA9; } }
5737
-
5738
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
5739
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5740
- font-size: 13px;
5741
- color: #006AA9;
5742
- line-height: 1.3;
5743
- font-weight: 400;
5744
- -webkit-font-smoothing: subpixel-antialiased;
5745
- -webkit-text-stroke: 0.4px #006AA9; }
5746
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5747
- color: #006AA9;
5748
- font-size: 13px; } }
5749
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
5750
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5751
- font-weight: 400;
5752
- -webkit-font-smoothing: subpixel-antialiased;
5753
- -webkit-text-stroke: 0.4px #006AA9; } }
5754
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
5755
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5756
- font-weight: 400;
5757
- -webkit-font-smoothing: subpixel-antialiased;
5758
- -webkit-text-stroke: 0.4px #006AA9; } }
5759
-
5760
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
5761
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5762
- outline: none;
5763
- color: #006AA9; } }
5764
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min-resolution: 0.001dpcm) {
5765
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5766
- font-weight: 400;
5767
- -webkit-font-smoothing: subpixel-antialiased;
5768
- -webkit-text-stroke: 0.4px #006AA9; } }
5769
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 0) {
5770
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5771
- font-weight: 400;
5772
- -webkit-font-smoothing: subpixel-antialiased;
5773
- -webkit-text-stroke: 0.4px #006AA9; } }
5774
-
5775
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
5776
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
5777
- top: 50%;
5778
- transform: translateY(-50%); }
5779
- .em-ds-tabs-tab-bar__selection-indicator {
5780
- margin-left: 0rem;
5781
- margin-top: 0.15385rem;
5782
- border-bottom-width: 3px; }
5783
- .em-ds-tabs-panels__panel {
5784
- padding-top: 0; } }
5785
-
5786
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
5787
- .em-ds-tabs-tab-bar__list {
5788
- background: #EBF6FF;
5789
- border-bottom: 0.07692rem solid #A3D6FF; }
5790
- .em-ds-tabs-tab-bar__list--flexible-table-headers {
5791
- z-index: 0;
5792
- overflow-x: scroll;
5793
- overflow-y: hidden;
5794
- -ms-overflow-style: none;
5795
- scrollbar-width: none; }
5796
- .em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
5797
- display: none; }
5798
- .em-ds-tabs-tab-bar__list--left-gradients::before {
5799
- position: fixed;
5800
- left: 0px;
5801
- content: "";
5802
- height: 38px;
5803
- width: 24px;
5804
- background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
5805
- z-index: 100;
5806
- pointer-events: none; }
5807
- .em-ds-tabs-tab-bar__list--right-gradients::after {
5808
- position: fixed;
5809
- right: 0px;
5810
- content: "";
5811
- height: 38px;
5812
- width: 24px;
5813
- background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
5814
- z-index: 100;
5815
- pointer-events: none; }
5816
- .em-ds-tabs-tab-bar__list--fixed-table-headers {
5817
- display: flex;
5818
- overflow-x: hidden; }
5819
- .em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
5820
- flex: 1;
5821
- overflow: hidden; }
5822
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
5823
- padding-left: 14px; }
5824
- .em-ds-tabs-tab-bar__tab {
5825
- height: 2.49rem;
5826
- color: #1e79c2;
5827
- font-weight: 400;
5828
- padding: 0;
5829
- margin-right: 14px;
5830
- font-size: 13px;
5831
- line-height: 1.3; } }
5832
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
5833
- .em-ds-tabs-tab-bar__tab {
5834
- -webkit-text-stroke: 0.4px transparent; } }
5835
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
5836
- .em-ds-tabs-tab-bar__tab {
5837
- -webkit-text-stroke: 0.4px transparent; } }
5838
-
5839
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
5840
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
5841
- margin-left: 14px; }
5842
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5843
- font-weight: 400;
5844
- font-size: 13px; } }
5845
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
5846
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5847
- font-weight: 400;
5848
- -webkit-font-smoothing: subpixel-antialiased;
5849
- -webkit-text-stroke: 0.4px #006AA9; } }
5850
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
5851
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5852
- font-weight: 400;
5853
- -webkit-font-smoothing: subpixel-antialiased;
5854
- -webkit-text-stroke: 0.4px #006AA9; } }
5855
-
5856
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
5857
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5858
- font-size: 13px;
5859
- color: #006AA9;
5860
- line-height: 1.3;
5861
- font-weight: 400;
5862
- -webkit-font-smoothing: subpixel-antialiased;
5863
- -webkit-text-stroke: 0.4px #006AA9; }
5864
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5865
- color: #006AA9;
5866
- font-size: 13px; } }
5867
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
5868
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5869
- font-weight: 400;
5870
- -webkit-font-smoothing: subpixel-antialiased;
5871
- -webkit-text-stroke: 0.4px #006AA9; } }
5872
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
5873
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5874
- font-weight: 400;
5875
- -webkit-font-smoothing: subpixel-antialiased;
5876
- -webkit-text-stroke: 0.4px #006AA9; } }
5877
-
5878
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
5879
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5880
- outline: none;
5881
- color: #006AA9; } }
5882
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
5883
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5884
- font-weight: 400;
5885
- -webkit-font-smoothing: subpixel-antialiased;
5886
- -webkit-text-stroke: 0.4px #006AA9; } }
5887
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
5888
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5889
- font-weight: 400;
5890
- -webkit-font-smoothing: subpixel-antialiased;
5891
- -webkit-text-stroke: 0.4px #006AA9; } }
5892
-
5893
- @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
5894
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
5895
- top: 50%;
5896
- transform: translateY(-50%); }
5897
- .em-ds-tabs-tab-bar__selection-indicator {
5898
- margin-left: 0rem;
5899
- margin-top: 0.15385rem;
5900
- border-bottom-width: 3px; }
5901
- .em-ds-tabs-panels__panel {
5902
- padding-top: 0; } }
5903
-
5904
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
5905
- .em-ds-tabs-tab-bar__list {
5906
- background: #EBF6FF;
5907
- border-bottom: 0.07692rem solid #A3D6FF; }
5908
- .em-ds-tabs-tab-bar__list--flexible-table-headers {
5909
- z-index: 0;
5910
- overflow-x: scroll;
5911
- overflow-y: hidden;
5912
- -ms-overflow-style: none;
5913
- scrollbar-width: none; }
5914
- .em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
5915
- display: none; }
5916
- .em-ds-tabs-tab-bar__list--left-gradients::before {
5917
- position: fixed;
5918
- left: 0px;
5919
- content: "";
5920
- height: 38px;
5921
- width: 24px;
5922
- background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
5923
- z-index: 100;
5924
- pointer-events: none; }
5925
- .em-ds-tabs-tab-bar__list--right-gradients::after {
5926
- position: fixed;
5927
- right: 0px;
5928
- content: "";
5929
- height: 38px;
5930
- width: 24px;
5931
- background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
5932
- z-index: 100;
5933
- pointer-events: none; }
5934
- .em-ds-tabs-tab-bar__list--fixed-table-headers {
5935
- display: flex;
5936
- overflow-x: hidden; }
5937
- .em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
5938
- flex: 1;
5939
- overflow: hidden; }
5940
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
5941
- padding-left: 14px; }
5942
- .em-ds-tabs-tab-bar__tab {
5943
- height: 2.49rem;
5944
- color: #1e79c2;
5945
- font-weight: 400;
5946
- padding: 0;
5947
- margin-right: 14px;
5948
- font-size: 13px;
5949
- line-height: 1.3; } }
5950
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
5951
- .em-ds-tabs-tab-bar__tab {
5952
- -webkit-text-stroke: 0.4px transparent; } }
5953
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
5954
- .em-ds-tabs-tab-bar__tab {
5955
- -webkit-text-stroke: 0.4px transparent; } }
5956
-
5957
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
5958
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
5959
- margin-left: 14px; }
5960
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5961
- font-weight: 400;
5962
- font-size: 13px; } }
5963
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
5964
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5965
- font-weight: 400;
5966
- -webkit-font-smoothing: subpixel-antialiased;
5967
- -webkit-text-stroke: 0.4px #006AA9; } }
5968
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
5969
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
5970
- font-weight: 400;
5971
- -webkit-font-smoothing: subpixel-antialiased;
5972
- -webkit-text-stroke: 0.4px #006AA9; } }
5973
-
5974
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
5975
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
5976
- font-size: 13px;
5977
- color: #006AA9;
5978
- line-height: 1.3;
5979
- font-weight: 400;
5980
- -webkit-font-smoothing: subpixel-antialiased;
5981
- -webkit-text-stroke: 0.4px #006AA9; }
5982
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5983
- color: #006AA9;
5984
- font-size: 13px; } }
5985
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
5986
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5987
- font-weight: 400;
5988
- -webkit-font-smoothing: subpixel-antialiased;
5989
- -webkit-text-stroke: 0.4px #006AA9; } }
5990
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
5991
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
5992
- font-weight: 400;
5993
- -webkit-font-smoothing: subpixel-antialiased;
5994
- -webkit-text-stroke: 0.4px #006AA9; } }
5995
-
5996
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
5997
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
5998
- outline: none;
5999
- color: #006AA9; } }
6000
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
6001
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
6002
- font-weight: 400;
6003
- -webkit-font-smoothing: subpixel-antialiased;
6004
- -webkit-text-stroke: 0.4px #006AA9; } }
6005
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
6006
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
6007
- font-weight: 400;
6008
- -webkit-font-smoothing: subpixel-antialiased;
6009
- -webkit-text-stroke: 0.4px #006AA9; } }
6010
-
6011
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
6012
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
6013
- top: 50%;
6014
- transform: translateY(-50%); }
6015
- .em-ds-tabs-tab-bar__selection-indicator {
6016
- margin-left: 0rem;
6017
- margin-top: 0.15385rem;
6018
- border-bottom-width: 3px; }
6019
- .em-ds-tabs-panels__panel {
6020
- padding-top: 0; } }
6021
-
6022
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
6023
- .em-ds-tabs-tab-bar__list {
6024
- background: #EBF6FF;
6025
- border-bottom: 0.07692rem solid #A3D6FF; }
6026
- .em-ds-tabs-tab-bar__list--flexible-table-headers {
6027
- z-index: 0;
6028
- overflow-x: scroll;
6029
- overflow-y: hidden;
6030
- -ms-overflow-style: none;
6031
- scrollbar-width: none; }
6032
- .em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
6033
- display: none; }
6034
- .em-ds-tabs-tab-bar__list--left-gradients::before {
6035
- position: fixed;
6036
- left: 0px;
6037
- content: "";
6038
- height: 38px;
6039
- width: 24px;
6040
- background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
6041
- z-index: 100;
6042
- pointer-events: none; }
6043
- .em-ds-tabs-tab-bar__list--right-gradients::after {
6044
- position: fixed;
6045
- right: 0px;
6046
- content: "";
6047
- height: 38px;
6048
- width: 24px;
6049
- background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
6050
- z-index: 100;
6051
- pointer-events: none; }
6052
- .em-ds-tabs-tab-bar__list--fixed-table-headers {
6053
- display: flex;
6054
- overflow-x: hidden; }
6055
- .em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
6056
- flex: 1;
6057
- overflow: hidden; }
6058
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
6059
- padding-left: 14px; }
6060
- .em-ds-tabs-tab-bar__tab {
6061
- height: 2.49rem;
6062
- color: #1e79c2;
6063
- font-weight: 400;
6064
- padding: 0;
6065
- margin-right: 14px;
6066
- font-size: 13px;
6067
- line-height: 1.3; } }
6068
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
6069
- .em-ds-tabs-tab-bar__tab {
6070
- -webkit-text-stroke: 0.4px transparent; } }
6071
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
6072
- .em-ds-tabs-tab-bar__tab {
6073
- -webkit-text-stroke: 0.4px transparent; } }
6074
-
6075
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
6076
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
6077
- margin-left: 14px; }
6078
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
6079
- font-weight: 400;
6080
- font-size: 13px; } }
6081
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
6082
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
6083
- font-weight: 400;
6084
- -webkit-font-smoothing: subpixel-antialiased;
6085
- -webkit-text-stroke: 0.4px #006AA9; } }
6086
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
6087
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
6088
- font-weight: 400;
6089
- -webkit-font-smoothing: subpixel-antialiased;
6090
- -webkit-text-stroke: 0.4px #006AA9; } }
6091
-
6092
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
6093
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
6094
- font-size: 13px;
6095
- color: #006AA9;
6096
- line-height: 1.3;
6097
- font-weight: 400;
6098
- -webkit-font-smoothing: subpixel-antialiased;
6099
- -webkit-text-stroke: 0.4px #006AA9; }
6100
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
6101
- color: #006AA9;
6102
- font-size: 13px; } }
6103
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
6104
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
6105
- font-weight: 400;
6106
- -webkit-font-smoothing: subpixel-antialiased;
6107
- -webkit-text-stroke: 0.4px #006AA9; } }
6108
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
6109
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
6110
- font-weight: 400;
6111
- -webkit-font-smoothing: subpixel-antialiased;
6112
- -webkit-text-stroke: 0.4px #006AA9; } }
6113
-
6114
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
6115
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
6116
- outline: none;
6117
- color: #006AA9; } }
6118
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min-resolution: 0.001dpcm) {
6119
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
6120
- font-weight: 400;
6121
- -webkit-font-smoothing: subpixel-antialiased;
6122
- -webkit-text-stroke: 0.4px #006AA9; } }
6123
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (min--moz-device-pixel-ratio: 0) {
6124
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
6125
- font-weight: 400;
6126
- -webkit-font-smoothing: subpixel-antialiased;
6127
- -webkit-text-stroke: 0.4px #006AA9; } }
6128
-
6129
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
6130
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
6131
- top: 50%;
6132
- transform: translateY(-50%); }
6133
- .em-ds-tabs-tab-bar__selection-indicator {
6134
- margin-left: 0rem;
6135
- margin-top: 0.15385rem;
6136
- border-bottom-width: 3px; }
6137
- .em-ds-tabs-panels__panel {
6138
- padding-top: 0; } }
6139
-
6140
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
6141
- .em-ds-tabs-tab-bar__list {
6142
- background: #EBF6FF;
6143
- border-bottom: 0.07692rem solid #A3D6FF; }
6144
- .em-ds-tabs-tab-bar__list--flexible-table-headers {
6145
- z-index: 0;
6146
- overflow-x: scroll;
6147
- overflow-y: hidden;
6148
- -ms-overflow-style: none;
6149
- scrollbar-width: none; }
6150
- .em-ds-tabs-tab-bar__list--flexible-table-headers::-webkit-scrollbar {
6151
- display: none; }
6152
- .em-ds-tabs-tab-bar__list--left-gradients::before {
6153
- position: fixed;
6154
- left: 0px;
6155
- content: "";
6156
- height: 38px;
6157
- width: 24px;
6158
- background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
6159
- z-index: 100;
6160
- pointer-events: none; }
6161
- .em-ds-tabs-tab-bar__list--right-gradients::after {
6162
- position: fixed;
6163
- right: 0px;
6164
- content: "";
6165
- height: 38px;
6166
- width: 24px;
6167
- background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
6168
- z-index: 100;
6169
- pointer-events: none; }
6170
- .em-ds-tabs-tab-bar__list--fixed-table-headers {
6171
- display: flex;
6172
- overflow-x: hidden; }
6173
- .em-ds-tabs-tab-bar__list--fixed-table-headers .em-ds-tabs-tab-bar__tab {
6174
- flex: 1;
6175
- overflow: hidden; }
6176
- .em-ds-tabs-tab-bar__list:not(.em-ds-tabs-tab-bar__list--carousel) {
6177
- padding-left: 14px; }
6178
- .em-ds-tabs-tab-bar__tab {
6179
- height: 2.49rem;
6180
- color: #1e79c2;
6181
- font-weight: 400;
6182
- padding: 0;
6183
- margin-right: 14px;
6184
- font-size: 13px;
6185
- line-height: 1.3; } }
6186
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
6187
- .em-ds-tabs-tab-bar__tab {
6188
- -webkit-text-stroke: 0.4px transparent; } }
6189
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
6190
- .em-ds-tabs-tab-bar__tab {
6191
- -webkit-text-stroke: 0.4px transparent; } }
6192
-
6193
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
6194
- .em-ds-tabs-tab-bar__tab:not(:first-child) {
6195
- margin-left: 14px; }
6196
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
6197
- font-weight: 400;
6198
- font-size: 13px; } }
6199
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
6200
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
6201
- font-weight: 400;
6202
- -webkit-font-smoothing: subpixel-antialiased;
6203
- -webkit-text-stroke: 0.4px #006AA9; } }
6204
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
6205
- .em-ds-tabs-tab-bar__tab:focus, .em-ds-tabs-tab-bar__tab--active {
6206
- font-weight: 400;
6207
- -webkit-font-smoothing: subpixel-antialiased;
6208
- -webkit-text-stroke: 0.4px #006AA9; } }
6209
-
6210
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
6211
- .em-ds-tabs-tab-bar__tab--active:not(.em-ds-tabs-tab-bar__tab--active--disabled) {
6212
- font-size: 13px;
6213
- color: #006AA9;
6214
- line-height: 1.3;
6215
- font-weight: 400;
6216
- -webkit-font-smoothing: subpixel-antialiased;
6217
- -webkit-text-stroke: 0.4px #006AA9; }
6218
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
6219
- color: #006AA9;
6220
- font-size: 13px; } }
6221
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
6222
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
6223
- font-weight: 400;
6224
- -webkit-font-smoothing: subpixel-antialiased;
6225
- -webkit-text-stroke: 0.4px #006AA9; } }
6226
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
6227
- .em-ds-tabs-tab-bar__tab:focus:not(.em-ds-tabs-tab-bar__tab--disabled) {
6228
- font-weight: 400;
6229
- -webkit-font-smoothing: subpixel-antialiased;
6230
- -webkit-text-stroke: 0.4px #006AA9; } }
6231
-
6232
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
6233
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
6234
- outline: none;
6235
- color: #006AA9; } }
6236
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (-webkit-min-device-pixel-ratio: 0), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min-resolution: 0.001dpcm) {
6237
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
6238
- font-weight: 400;
6239
- -webkit-font-smoothing: subpixel-antialiased;
6240
- -webkit-text-stroke: 0.4px #006AA9; } }
6241
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 0) {
6242
- .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):hover, .em-ds-tabs-tab-bar__tab:not(.em-ds-tabs-tab-bar__tab--disabled):focus {
6243
- font-weight: 400;
6244
- -webkit-font-smoothing: subpixel-antialiased;
6245
- -webkit-text-stroke: 0.4px #006AA9; } }
6246
-
6247
- @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
6248
- .em-ds-tabs-tab-bar__tab--separator:not(:last-child):after {
6249
- top: 50%;
6250
- transform: translateY(-50%); }
6251
- .em-ds-tabs-tab-bar__selection-indicator {
6252
- margin-left: 0rem;
6253
- margin-top: 0.15385rem;
6254
- border-bottom-width: 3px; }
6255
- .em-ds-tabs-panels__panel {
6256
- padding-top: 0; } }
6257
-
6258
5178
  .em-ds-tooltip {
6259
5179
  text-align: middle;
6260
5180
  max-width: 19.2rem;
@@ -6590,10 +5510,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
6590
5510
  fill: #697489 !important; }
6591
5511
 
6592
5512
  .em-ds-icon--color-neutral-400 {
6593
- fill: #A9B1BE !important; }
5513
+ fill: #8C93A6 !important; }
6594
5514
 
6595
5515
  .em-ds-icon--color-neutral-400 svg {
6596
- fill: #A9B1BE !important; }
5516
+ fill: #8C93A6 !important; }
6597
5517
 
6598
5518
  .em-ds-icon--color-neutral-300 {
6599
5519
  fill: #B0B9C8 !important; }
@@ -7008,7 +5928,7 @@ div.em-ds-button {
7008
5928
  border: none;
7009
5929
  font-weight: 600; }
7010
5930
  .em-ds-input-addon-group__addon .em-ds-button--text {
7011
- border: solid 0.07692rem #CBCFD7; }
5931
+ border: solid 0.07692rem #8C93A6; }
7012
5932
  .em-ds-button--text .em-ds-icon {
7013
5933
  fill: #1e79c2; }
7014
5934
  .em-ds-button--text:hover:not([disabled]), .em-ds-button--text.em-ds-button--variant-hover {
@@ -7037,10 +5957,10 @@ div.em-ds-button {
7037
5957
  .em-ds-button--secondary {
7038
5958
  color: #1e79c2;
7039
5959
  background-color: #FFFFFF;
7040
- border: solid 0.07692rem #697489;
5960
+ border: solid 0.07692rem #8C93A6;
7041
5961
  border-radius: 2px; }
7042
5962
  .em-ds-input-addon-group__addon .em-ds-button--secondary {
7043
- border: solid 0.07692rem #CBCFD7; }
5963
+ border: solid 0.07692rem #8C93A6; }
7044
5964
  .em-ds-button--secondary .em-ds-icon {
7045
5965
  fill: #1e79c2; }
7046
5966
  .em-ds-button--secondary:hover:not([disabled]), .em-ds-button--secondary.em-ds-button--variant-hover {
@@ -7088,13 +6008,13 @@ div.em-ds-button {
7088
6008
  .em-ds-button--link:active {
7089
6009
  color: #006AA9; }
7090
6010
  .em-ds-button--link:disabled {
7091
- color: #A9B1BE;
6011
+ color: #8C93A6;
7092
6012
  cursor: not-allowed; }
7093
6013
  .em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper, .em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper {
7094
6014
  outline: none;
7095
6015
  position: relative; }
7096
6016
  .em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper:after, .em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper:after {
7097
- content: "";
6017
+ content: '';
7098
6018
  position: absolute;
7099
6019
  top: 0;
7100
6020
  left: 0;
@@ -8844,100 +7764,6 @@ div.em-ds-button {
8844
7764
  100% {
8845
7765
  transform: rotate(0deg); } }
8846
7766
 
8847
- .em-ds-app-picker__wrapper {
8848
- display: flex;
8849
- flex-direction: column;
8850
- align-items: center;
8851
- justify-content: center;
8852
- width: 100%;
8853
- padding-bottom: 4px;
8854
- margin: 0 auto; }
8855
- .em-ds-app-picker__wrapper:focus {
8856
- outline: none; }
8857
-
8858
- .em-ds-app-picker__arrow {
8859
- position: relative;
8860
- top: -21px;
8861
- margin: 0;
8862
- fill: #fff; }
8863
-
8864
- .em-ds-app-picker__grid {
8865
- display: flex;
8866
- flex-direction: column;
8867
- justify-content: center;
8868
- align-items: center;
8869
- width: 100%;
8870
- padding: 0 8px; }
8871
-
8872
- .em-ds-app-picker__row {
8873
- display: flex;
8874
- width: 100%; }
8875
-
8876
- .em-ds-app-picker__section-title {
8877
- color: #697489;
8878
- font-size: size(m);
8879
- font-weight: bold;
8880
- margin: 12px 0 4px; }
8881
-
8882
- .em-ds-app-picker__chip {
8883
- display: flex;
8884
- flex-direction: column;
8885
- justify-content: center;
8886
- align-items: center;
8887
- border-radius: 2%;
8888
- margin: 4px;
8889
- padding: 6px;
8890
- height: 68px;
8891
- width: 68px;
8892
- color: #697489;
8893
- cursor: pointer; }
8894
- .em-ds-app-picker__chip:focus, .em-ds-app-picker__chip:hover {
8895
- outline: none;
8896
- border: calc(0.30769rem * 0.25) solid #1e79c2;
8897
- box-shadow: inset 0 0 0 1px #8cc2ed;
8898
- border-radius: 2px;
8899
- color: #353C46;
8900
- background-color: #FFFFFF; }
8901
- .em-ds-app-picker__chip:hover .app-picker__icon {
8902
- fill: #005181; }
8903
- .em-ds-app-picker__chip:active {
8904
- outline: none;
8905
- border: calc(0.30769rem * 0.25) solid #006AA9;
8906
- border-radius: 2px;
8907
- box-shadow: none;
8908
- background-color: #ecf8ff; }
8909
- .em-ds-app-picker__chip--disabled {
8910
- color: #697489;
8911
- cursor: not-allowed; }
8912
- .em-ds-app-picker__chip--disabled:focus, .em-ds-app-picker__chip--disabled:active, .em-ds-app-picker__chip--disabled:hover {
8913
- background-color: #fcfcfc;
8914
- color: #697489;
8915
- border: 1px solid #697489;
8916
- outline: none;
8917
- outline-offset: none;
8918
- box-shadow: none; }
8919
- .em-ds-app-picker__chip--disabled:hover .app-picker__icon {
8920
- fill: #697489; }
8921
- .em-ds-app-picker__chip--disabled .app-picker__icon {
8922
- fill: #697489; }
8923
-
8924
- .app-picker__icon {
8925
- fill: #1e79c2; }
8926
-
8927
- #app-picker__button:hover {
8928
- background-color: transparent; }
8929
-
8930
- .em-ds-app-picker__chip-label {
8931
- font-size: 12px;
8932
- font-weight: 600;
8933
- margin: 5px; }
8934
-
8935
- .em-ds-app-picker__separator {
8936
- border-top: 1px solid #E0E3E8;
8937
- border-bottom: none;
8938
- width: 99%;
8939
- margin: 0; }
8940
-
8941
7767
  @keyframes pulse {
8942
7768
  0% {
8943
7769
  box-shadow: 0 0 0 0 #1e79c2; }
@@ -10009,7 +8835,8 @@ _:-ms-fullscreen,
10009
8835
  .filter-header-menu {
10010
8836
  margin-top: 0.46154rem;
10011
8837
  position: relative;
10012
- right: -0.67692rem; }
8838
+ right: -0.67692rem;
8839
+ background: white; }
10013
8840
 
10014
8841
  .dg-single-filter .menu-component-internal-wrapper,
10015
8842
  .dg-multiple-filter .menu-component-internal-wrapper {
@@ -10117,7 +8944,7 @@ _:-ms-fullscreen,
10117
8944
  justify-content: flex-end;
10118
8945
  align-items: center; }
10119
8946
  .em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .button-disabled span {
10120
- color: #A9B1BE;
8947
+ color: #8C93A6;
10121
8948
  cursor: not-allowed;
10122
8949
  pointer-events: none; }
10123
8950
  .em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span {
@@ -10126,7 +8953,7 @@ _:-ms-fullscreen,
10126
8953
  font-weight: 600;
10127
8954
  color: #1e79c2;
10128
8955
  background-color: #FFFFFF;
10129
- border: solid 1px #A9B1BE;
8956
+ border: solid 1px #8C93A6;
10130
8957
  display: inline-flex;
10131
8958
  box-sizing: border-box;
10132
8959
  padding: 0.30769rem 0.61538rem;
@@ -11821,7 +10648,6 @@ body > .em-ds-tree-item {
11821
10648
  top: 1px; }
11822
10649
 
11823
10650
  .em-ds-datepicker__picker {
11824
- border: solid 1px #CBCFD7;
11825
10651
  border-radius: 0 calc(0.30769rem * 0.5) calc(0.30769rem * 0.5) 0;
11826
10652
  padding: 0 calc(0.30769rem * 0.5); }
11827
10653
  .em-ds-datepicker__picker:hover:not([disabled]) {
@@ -13325,6 +12151,7 @@ body > .em-ds-tree-item {
13325
12151
  .insert-field-modal .wrapper .col-1 .title {
13326
12152
  font-size: 1.2307rem;
13327
12153
  font-weight: 600;
12154
+ position: -webkit-sticky;
13328
12155
  position: sticky;
13329
12156
  padding: 0 1.23077rem 1.23077rem;
13330
12157
  top: 0;
@@ -13367,6 +12194,7 @@ body > .em-ds-tree-item {
13367
12194
  .em-ds-modal-image-library .wrapper .col-1 .title {
13368
12195
  font-size: 1.2307rem;
13369
12196
  font-weight: 600;
12197
+ position: -webkit-sticky;
13370
12198
  position: sticky;
13371
12199
  padding: 0 1.23077rem 1.23077rem;
13372
12200
  top: 0;