@turquoisehealth/pit-viper 2.103.1-dev.0 → 2.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4937,20 +4937,22 @@
4937
4937
  user-select: none;
4938
4938
  -webkit-user-select: none;
4939
4939
  }
4940
- .pv-v2 .select2-selection--single {
4940
+ .pv-v2 .select2-selection {
4941
4941
  background-color: #fff;
4942
4942
  border: 1px solid #E3E7EA;
4943
4943
  border-radius: 4px;
4944
4944
  padding-inline-end: 2rem;
4945
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
4946
4945
  background-repeat: no-repeat;
4947
4946
  background-size: 1rem 1rem;
4948
4947
  background-position: top 50% right 0.5rem;
4949
4948
  }
4950
- .pv-v2 .select2-selection--single[aria-expanded=true] {
4951
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
4949
+ .pv-v2 .select2-selection:not([aria-expanded=true]) {
4950
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%2302363D'/%3E%3C/svg%3E");
4952
4951
  }
4953
- .pv-v2 .select2-selection--single .select2-selection__rendered {
4952
+ .pv-v2 .select2-selection[aria-expanded=true] {
4953
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
4954
+ }
4955
+ .pv-v2 .select2-selection .select2-selection__rendered {
4954
4956
  display: block;
4955
4957
  padding: 0.5rem;
4956
4958
  overflow: hidden;
@@ -4959,16 +4961,16 @@
4959
4961
  color: #4B595C;
4960
4962
  line-height: 12px;
4961
4963
  }
4962
- .pv-v2 .select2-selection--single .select2-selection__clear {
4964
+ .pv-v2 .select2-selection .select2-selection__clear {
4963
4965
  position: relative;
4964
4966
  cursor: pointer;
4965
4967
  float: right;
4966
4968
  font-weight: bold;
4967
4969
  }
4968
- .pv-v2 .select2-selection--single .select2-selection__placeholder {
4970
+ .pv-v2 .select2-selection .select2-selection__placeholder {
4969
4971
  color: #89989B;
4970
4972
  }
4971
- .pv-v2 .select2-selection--single .select2-selection__arrow {
4973
+ .pv-v2 .select2-selection .select2-selection__arrow {
4972
4974
  display: none;
4973
4975
  }
4974
4976
  .pv-v2 .select2-selection--multiple {
@@ -5023,10 +5025,10 @@
5023
5025
  top: -33px;
5024
5026
  left: 0;
5025
5027
  background-color: transparent;
5026
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
5028
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
5027
5029
  background-repeat: no-repeat;
5028
5030
  background-size: 1rem 1rem;
5029
- background-position: top 50% right 0.5rem;
5031
+ background-position: top calc(50% + 1px) right 0.5rem;
5030
5032
  }
5031
5033
  .pv-v2 .select2-dropdown--above .select2-search__field {
5032
5034
  background-color: #fff;
@@ -5225,6 +5227,27 @@
5225
5227
  .pv-v2 input.select2-search__field::placeholder {
5226
5228
  color: #89989B !important;
5227
5229
  }
5230
+ .pv-v2 .select2-container--pv-dark .select2-selection {
5231
+ background-color: #353938;
5232
+ color: white;
5233
+ }
5234
+ .pv-v2 .select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
5235
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5236
+ }
5237
+ .pv-v2 .select2-container--pv-dark .select2-selection[aria-expanded=true] {
5238
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5239
+ }
5240
+ .pv-v2 .select2-container--pv-dark .select2-selection__placeholder,
5241
+ .pv-v2 .select2-container--pv-dark .select2-selection__rendered,
5242
+ .pv-v2 .select2-container--pv-dark .select2-search__field {
5243
+ color: white;
5244
+ }
5245
+ .pv-v2 .select2-container--pv-dark .select2-search__field {
5246
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5247
+ }
5248
+ .pv-v2 .select2-container--pv-dark .select2-results__options {
5249
+ padding-left: 0;
5250
+ }
5228
5251
  .pv-v2 :root {
5229
5252
  --p-datepicker-today-background: #F7F8F8;
5230
5253
  --p-datepicker-date-border-radius: 4px;
@@ -5439,20 +5439,22 @@ svg.pv-text-inherit {
5439
5439
  -webkit-user-select: none;
5440
5440
  }
5441
5441
 
5442
- .select2-selection--single {
5442
+ .select2-selection {
5443
5443
  background-color: #fff;
5444
5444
  border: 1px solid #E3E7EA;
5445
5445
  border-radius: 4px;
5446
5446
  padding-inline-end: 2rem;
5447
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
5448
5447
  background-repeat: no-repeat;
5449
5448
  background-size: 1rem 1rem;
5450
5449
  background-position: top 50% right 0.5rem;
5451
5450
  }
5452
- .select2-selection--single[aria-expanded=true] {
5453
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
5451
+ .select2-selection:not([aria-expanded=true]) {
5452
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%2302363D'/%3E%3C/svg%3E");
5454
5453
  }
5455
- .select2-selection--single .select2-selection__rendered {
5454
+ .select2-selection[aria-expanded=true] {
5455
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
5456
+ }
5457
+ .select2-selection .select2-selection__rendered {
5456
5458
  display: block;
5457
5459
  padding: 0.5rem;
5458
5460
  overflow: hidden;
@@ -5461,16 +5463,16 @@ svg.pv-text-inherit {
5461
5463
  color: #4B595C;
5462
5464
  line-height: 12px;
5463
5465
  }
5464
- .select2-selection--single .select2-selection__clear {
5466
+ .select2-selection .select2-selection__clear {
5465
5467
  position: relative;
5466
5468
  cursor: pointer;
5467
5469
  float: right;
5468
5470
  font-weight: bold;
5469
5471
  }
5470
- .select2-selection--single .select2-selection__placeholder {
5472
+ .select2-selection .select2-selection__placeholder {
5471
5473
  color: #89989B;
5472
5474
  }
5473
- .select2-selection--single .select2-selection__arrow {
5475
+ .select2-selection .select2-selection__arrow {
5474
5476
  display: none;
5475
5477
  }
5476
5478
 
@@ -5532,10 +5534,10 @@ svg.pv-text-inherit {
5532
5534
  top: -33px;
5533
5535
  left: 0;
5534
5536
  background-color: transparent;
5535
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
5537
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
5536
5538
  background-repeat: no-repeat;
5537
5539
  background-size: 1rem 1rem;
5538
- background-position: top 50% right 0.5rem;
5540
+ background-position: top calc(50% + 1px) right 0.5rem;
5539
5541
  }
5540
5542
 
5541
5543
  .select2-dropdown--above .select2-search__field {
@@ -5773,6 +5775,28 @@ input.select2-search__field::placeholder {
5773
5775
  color: #89989B !important;
5774
5776
  }
5775
5777
 
5778
+ .select2-container--pv-dark .select2-selection {
5779
+ background-color: #353938;
5780
+ color: white;
5781
+ }
5782
+ .select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
5783
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5784
+ }
5785
+ .select2-container--pv-dark .select2-selection[aria-expanded=true] {
5786
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5787
+ }
5788
+ .select2-container--pv-dark .select2-selection__placeholder,
5789
+ .select2-container--pv-dark .select2-selection__rendered,
5790
+ .select2-container--pv-dark .select2-search__field {
5791
+ color: white;
5792
+ }
5793
+ .select2-container--pv-dark .select2-search__field {
5794
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5795
+ }
5796
+ .select2-container--pv-dark .select2-results__options {
5797
+ padding-left: 0;
5798
+ }
5799
+
5776
5800
  :root {
5777
5801
  --p-datepicker-today-background: #F7F8F8;
5778
5802
  --p-datepicker-date-border-radius: 4px;
@@ -5444,20 +5444,22 @@ svg.pv-text-inherit {
5444
5444
  -webkit-user-select: none;
5445
5445
  }
5446
5446
 
5447
- .select2-selection--single {
5447
+ .select2-selection {
5448
5448
  background-color: #fff;
5449
5449
  border: 2px solid #DCDFE4;
5450
5450
  border-radius: 2px;
5451
5451
  padding-inline-end: 2rem;
5452
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
5453
5452
  background-repeat: no-repeat;
5454
5453
  background-size: 1rem 1rem;
5455
5454
  background-position: top 50% right 0.5rem;
5456
5455
  }
5457
- .select2-selection--single[aria-expanded=true] {
5458
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
5456
+ .select2-selection:not([aria-expanded=true]) {
5457
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%2302363D'/%3E%3C/svg%3E");
5459
5458
  }
5460
- .select2-selection--single .select2-selection__rendered {
5459
+ .select2-selection[aria-expanded=true] {
5460
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
5461
+ }
5462
+ .select2-selection .select2-selection__rendered {
5461
5463
  display: block;
5462
5464
  padding: 0.5rem;
5463
5465
  overflow: hidden;
@@ -5466,16 +5468,16 @@ svg.pv-text-inherit {
5466
5468
  color: #6E7784;
5467
5469
  line-height: 24px;
5468
5470
  }
5469
- .select2-selection--single .select2-selection__clear {
5471
+ .select2-selection .select2-selection__clear {
5470
5472
  position: relative;
5471
5473
  cursor: pointer;
5472
5474
  float: right;
5473
5475
  font-weight: bold;
5474
5476
  }
5475
- .select2-selection--single .select2-selection__placeholder {
5477
+ .select2-selection .select2-selection__placeholder {
5476
5478
  color: #6E7784;
5477
5479
  }
5478
- .select2-selection--single .select2-selection__arrow {
5480
+ .select2-selection .select2-selection__arrow {
5479
5481
  display: none;
5480
5482
  }
5481
5483
 
@@ -5537,10 +5539,10 @@ svg.pv-text-inherit {
5537
5539
  top: -44px;
5538
5540
  left: 0;
5539
5541
  background-color: transparent;
5540
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
5542
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%2302363D'/%3E%3C/svg%3E");
5541
5543
  background-repeat: no-repeat;
5542
5544
  background-size: 1rem 1rem;
5543
- background-position: top 50% right 0.5rem;
5545
+ background-position: top calc(50% + 1px) right 0.5rem;
5544
5546
  }
5545
5547
 
5546
5548
  .select2-dropdown--above .select2-search__field {
@@ -5777,3 +5779,25 @@ svg.pv-text-inherit {
5777
5779
  input.select2-search__field::placeholder {
5778
5780
  color: #6E7784 !important;
5779
5781
  }
5782
+
5783
+ .select2-container--pv-dark .select2-selection {
5784
+ background-color: #353938;
5785
+ color: white;
5786
+ }
5787
+ .select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
5788
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5789
+ }
5790
+ .select2-container--pv-dark .select2-selection[aria-expanded=true] {
5791
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5792
+ }
5793
+ .select2-container--pv-dark .select2-selection__placeholder,
5794
+ .select2-container--pv-dark .select2-selection__rendered,
5795
+ .select2-container--pv-dark .select2-search__field {
5796
+ color: white;
5797
+ }
5798
+ .select2-container--pv-dark .select2-search__field {
5799
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
5800
+ }
5801
+ .select2-container--pv-dark .select2-results__options {
5802
+ padding-left: 0;
5803
+ }