urfu-ui-kit-vanilla 1.0.63 → 1.0.65

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +106 -78
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.63",
6
+ "version": "1.0.65",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -79,7 +79,7 @@ button {
79
79
  font-weight: 400;
80
80
  font-stretch: normal;
81
81
  font-display: swap;
82
- src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
82
+ src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
83
83
  }
84
84
  @font-face {
85
85
  font-family: 'Open Sans';
@@ -87,7 +87,7 @@ button {
87
87
  font-weight: 600;
88
88
  font-stretch: normal;
89
89
  font-display: swap;
90
- src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
90
+ src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
91
91
  }
92
92
  @font-face {
93
93
  font-family: 'Open Sans';
@@ -95,7 +95,7 @@ button {
95
95
  font-weight: 700;
96
96
  font-stretch: normal;
97
97
  font-display: swap;
98
- src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
98
+ src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
99
99
  }
100
100
  * {
101
101
  font-family: 'Montserrat';
@@ -348,6 +348,7 @@ button {
348
348
  transition-property: color, background-color, border-color, background-image;
349
349
  transition-duration: 0.15s;
350
350
  transition-timing-function: ease-in-out;
351
+ display: block;
351
352
  cursor: pointer;
352
353
  -webkit-appearance: none;
353
354
  width: 12px;
@@ -522,6 +523,7 @@ button {
522
523
  transition-property: color, background-color, border-color, background-image;
523
524
  transition-duration: 0.15s;
524
525
  transition-timing-function: ease-in-out;
526
+ display: block;
525
527
  cursor: pointer;
526
528
  -webkit-appearance: none;
527
529
  width: 12px;
@@ -576,7 +578,7 @@ button {
576
578
  .u-selectbox-select-open .u-selectbox-select-icon {
577
579
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 10.3819C11.3166 10.7724 10.6834 10.7724 10.2929 10.3819L5.99999 6.08902L1.70711 10.3819C1.31658 10.7724 0.683418 10.7724 0.292894 10.3819C-0.0976305 9.99139 -0.0976315 9.35822 0.292892 8.9677L5.29288 3.9677C5.48042 3.78016 5.73477 3.67481 5.99999 3.6748C6.26521 3.6748 6.51956 3.78016 6.7071 3.9677L11.7071 8.9677C12.0976 9.35822 12.0976 9.99139 11.7071 10.3819Z' fill='%231E4391'/%3E%3C/svg%3E ");
578
580
  }
579
- .u-selectbox-select-open + .u-selectbox-options-wrapper {
581
+ .u-selectbox-select-open + .u-selectbox-options {
580
582
  display: block;
581
583
  }
582
584
  .u-selectbox-select-icon-arrow {
@@ -616,26 +618,23 @@ button {
616
618
  text-overflow: ellipsis;
617
619
  }
618
620
  .u-selectbox-options {
619
- border-top-left-radius: 10px;
620
- border-bottom-left-radius: 10px;
621
- border-top-right-radius: 6px;
622
- border-bottom-right-radius: 6px;
623
- padding-right: 2px;
624
- overflow-y: auto;
625
- max-height: 195px;
626
- background-color: #FFFFFF;
627
- position: relative;
628
- }
629
- .u-selectbox-options-wrapper {
630
- padding-right: 2px;
631
621
  display: none;
632
622
  background-color: #FFFFFF;
633
- position: absolute;
634
623
  z-index: 100;
635
624
  border-radius: 10px;
636
625
  border: 1px solid #748AB9;
637
626
  margin-top: 2px;
638
627
  width: 100%;
628
+ overflow-y: auto;
629
+ max-height: 195px;
630
+ position: relative;
631
+ }
632
+ .u-selectbox-options::-webkit-scrollbar {
633
+ width: calc(0.45vw + 4px);
634
+ }
635
+ .u-selectbox-options::-webkit-scrollbar-thumb {
636
+ background-clip: content-box;
637
+ border: 2px solid transparent;
639
638
  }
640
639
  .u-selectbox-option {
641
640
  cursor: pointer;
@@ -648,7 +647,7 @@ button {
648
647
  font-size: 14px;
649
648
  line-height: 20px;
650
649
  }
651
- .u-selectbox-option:last-child:hover {
650
+ .u-selectbox-option:last-child {
652
651
  border-bottom: none;
653
652
  }
654
653
  .u-selectbox-option:hover {
@@ -657,37 +656,43 @@ button {
657
656
  .u-multiselectbox {
658
657
  position: relative;
659
658
  }
660
- .u-multiselectbox:hover .u-multiselectbox-select-wrapper {
659
+ .u-multiselectbox:hover .u-multiselectbox-select {
661
660
  border: 1px solid #748AB9;
662
661
  }
663
662
  .u-multiselectbox.u-multiselectbox-disabled * {
664
663
  cursor: not-allowed;
665
664
  }
666
- .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-wrapper {
667
- border: none;
665
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select {
666
+ border: 1px solid #F6F6F6;
668
667
  background-color: #F6F6F6;
668
+ padding: 8px 16px 7px 16px;
669
+ }
670
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select::-webkit-scrollbar {
671
+ width: calc(0.45vw + 4px);
672
+ }
673
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select::-webkit-scrollbar-thumb {
674
+ background-clip: content-box;
675
+ border: 2px solid transparent;
676
+ }
677
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select .u-multiselectbox-select-cross {
678
+ display: none;
679
+ }
680
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select .u-multiselectbox-select-item-container {
681
+ background-color: #D9D9D9;
682
+ }
683
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select .u-multiselectbox-select-item {
684
+ width: 100%;
669
685
  }
670
686
  .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-icon-arrow {
671
- background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292892 4.29289C0.683416 3.90237 1.31658 3.90237 1.70711 4.29289L6.00001 8.58579L10.2929 4.29289C10.6834 3.90237 11.3166 3.90237 11.7071 4.29289C12.0976 4.68342 12.0976 5.31658 11.7071 5.70711L6.70712 10.7071C6.51958 10.8946 6.26523 11 6.00001 11C5.73479 11 5.48044 10.8946 5.2929 10.7071L0.292894 5.70711C-0.0976308 5.31658 -0.0976314 4.68342 0.292892 4.29289Z' fill='%23A7A7A7'/%3E%3C/svg%3E ");
687
+ display: none;
672
688
  }
673
689
  .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-icon-cross {
674
- background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%23A7A7A7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%23A7A7A7'/%3E%3C/svg%3E ");
690
+ display: none;
675
691
  }
676
- .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-open ~ .u-multiselectbox-options-wrapper {
692
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-open ~ .u-multiselectbox-options {
677
693
  display: none;
678
694
  }
679
695
  .u-multiselectbox-select {
680
- max-height: 132px;
681
- overflow: auto;
682
- line-height: 30px;
683
- position: relative;
684
- display: flex;
685
- flex-wrap: wrap;
686
- padding: 8px 75px 7px 16px;
687
- grid-row-gap: 8px;
688
- grid-column-gap: 4px;
689
- }
690
- .u-multiselectbox-select-wrapper {
691
696
  height: 48px;
692
697
  padding: 14px 16px;
693
698
  border-radius: 10px;
@@ -701,53 +706,63 @@ button {
701
706
  transition-duration: 0.15s;
702
707
  transition-timing-function: ease-in-out;
703
708
  border: 1px solid #D3D3D3;
709
+ max-height: 132px;
710
+ overflow: auto;
711
+ line-height: 30px;
712
+ position: relative;
713
+ display: flex;
714
+ flex-wrap: wrap;
715
+ padding: 8px 75px 7px 16px;
716
+ grid-row-gap: 8px;
717
+ grid-column-gap: 4px;
704
718
  min-height: 48px;
705
719
  height: 100%;
706
- padding: 0 2px 0 0;
707
720
  z-index: 100 !important;
721
+ padding-right: 75px;
708
722
  }
709
- .u-multiselectbox-select-wrapper:hover,
710
- .u-multiselectbox-select-wrapper.active {
723
+ .u-multiselectbox-select:hover,
724
+ .u-multiselectbox-select.active {
711
725
  border: 1px solid #748AB9;
712
726
  }
713
- .u-multiselectbox-select-wrapper:focus {
727
+ .u-multiselectbox-select:focus {
714
728
  outline: 0;
715
729
  border: 1px solid #748AB9;
716
730
  }
717
- .u-multiselectbox-select-wrapper:disabled,
718
- .u-multiselectbox-select-wrapper.disabled {
731
+ .u-multiselectbox-select:disabled,
732
+ .u-multiselectbox-select.disabled {
719
733
  cursor: not-allowed;
720
734
  border: none;
721
735
  background-color: #F6F6F6;
722
736
  }
723
- .u-multiselectbox-select-wrapper::placeholder {
737
+ .u-multiselectbox-select::placeholder {
724
738
  /* Chrome, Firefox, Opera, Safari 10.1+ */
725
739
  color: #A7A7A7;
726
740
  opacity: 1;
727
741
  /* Firefox */
728
742
  }
729
- .u-multiselectbox-select-wrapper:-ms-input-placeholder {
743
+ .u-multiselectbox-select:-ms-input-placeholder {
730
744
  /* Internet Explorer 10-11 */
731
745
  color: #A7A7A7;
732
746
  }
733
- .u-multiselectbox-select-wrapper::placeholder {
747
+ .u-multiselectbox-select::placeholder {
734
748
  color: #A7A7A7;
735
749
  }
736
- .u-multiselectbox-select-wrapper[type="number"] {
750
+ .u-multiselectbox-select[type="number"] {
737
751
  display: block;
738
752
  box-sizing: border-box;
739
753
  -moz-appearance: textfield;
740
754
  -webkit-appearance: textfield;
741
755
  appearance: textfield;
742
756
  }
743
- .u-multiselectbox-select-wrapper[type="number"]::-webkit-outer-spin-button,
744
- .u-multiselectbox-select-wrapper[type="number"]::-webkit-inner-spin-button {
757
+ .u-multiselectbox-select[type="number"]::-webkit-outer-spin-button,
758
+ .u-multiselectbox-select[type="number"]::-webkit-inner-spin-button {
745
759
  display: none;
746
760
  }
747
- .u-multiselectbox-select-wrapper[type="search"]::-webkit-search-cancel-button {
761
+ .u-multiselectbox-select[type="search"]::-webkit-search-cancel-button {
748
762
  transition-property: color, background-color, border-color, background-image;
749
763
  transition-duration: 0.15s;
750
764
  transition-timing-function: ease-in-out;
765
+ display: block;
751
766
  cursor: pointer;
752
767
  -webkit-appearance: none;
753
768
  width: 12px;
@@ -756,10 +771,10 @@ button {
756
771
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%23A7A7A7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%23A7A7A7'/%3E%3C/svg%3E ");
757
772
  background-repeat: no-repeat;
758
773
  }
759
- .u-multiselectbox-select-wrapper[type="search"]::-webkit-search-cancel-button:hover {
774
+ .u-multiselectbox-select[type="search"]::-webkit-search-cancel-button:hover {
760
775
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%231E4391'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%231E4391'/%3E%3C/svg%3E ");
761
776
  }
762
- .u-multiselectbox-select-wrapper-required {
777
+ .u-multiselectbox-select-required {
763
778
  height: 48px;
764
779
  padding: 14px 16px;
765
780
  border-radius: 10px;
@@ -774,28 +789,35 @@ button {
774
789
  transition-timing-function: ease-in-out;
775
790
  border: 1px solid #EF302B;
776
791
  }
777
- .u-multiselectbox-select-wrapper-required:hover,
778
- .u-multiselectbox-select-wrapper-required.active {
792
+ .u-multiselectbox-select-required:hover,
793
+ .u-multiselectbox-select-required.active {
779
794
  border: 1px solid #748AB9;
780
795
  }
781
- .u-multiselectbox-select-wrapper-required:focus {
796
+ .u-multiselectbox-select-required:focus {
782
797
  outline: 0;
783
798
  border: 1px solid #748AB9;
784
799
  }
785
- .u-multiselectbox-select-wrapper-required::placeholder {
800
+ .u-multiselectbox-select-required::placeholder {
786
801
  /* Chrome, Firefox, Opera, Safari 10.1+ */
787
802
  color: #A7A7A7;
788
803
  opacity: 1;
789
804
  /* Firefox */
790
805
  }
791
- .u-multiselectbox-select-wrapper-required:-ms-input-placeholder {
806
+ .u-multiselectbox-select-required:-ms-input-placeholder {
792
807
  /* Internet Explorer 10-11 */
793
808
  color: #A7A7A7;
794
809
  }
795
- .u-multiselectbox-select-wrapper-required::-ms-input-placeholder {
810
+ .u-multiselectbox-select-required::-ms-input-placeholder {
796
811
  /* Microsoft Edge */
797
812
  color: #A7A7A7;
798
813
  }
814
+ .u-multiselectbox-select::-webkit-scrollbar {
815
+ width: calc(0.45vw + 4px);
816
+ }
817
+ .u-multiselectbox-select::-webkit-scrollbar-thumb {
818
+ background-clip: content-box;
819
+ border: 2px solid transparent;
820
+ }
799
821
  .u-multiselectbox-select-item {
800
822
  text-overflow: ellipsis;
801
823
  overflow: hidden;
@@ -832,10 +854,10 @@ button {
832
854
  .u-multiselectbox-select-open ~ .u-multiselectbox-select-icon-arrow {
833
855
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 10.3819C11.3166 10.7724 10.6834 10.7724 10.2929 10.3819L5.99999 6.08902L1.70711 10.3819C1.31658 10.7724 0.683418 10.7724 0.292894 10.3819C-0.0976305 9.99139 -0.0976315 9.35822 0.292892 8.9677L5.29288 3.9677C5.48042 3.78016 5.73477 3.67481 5.99999 3.6748C6.26521 3.6748 6.51956 3.78016 6.7071 3.9677L11.7071 8.9677C12.0976 9.35822 12.0976 9.99139 11.7071 10.3819Z' fill='%231E4391'/%3E%3C/svg%3E ");
834
856
  }
835
- .u-multiselectbox-select-open ~ .u-multiselectbox-options-wrapper {
857
+ .u-multiselectbox-select-open ~ .u-multiselectbox-options {
836
858
  display: block;
837
859
  }
838
- .u-multiselectbox-select-open.u-multiselectbox-select-wrapper {
860
+ .u-multiselectbox-select-open.u-multiselectbox-select {
839
861
  border: 1px solid #748AB9;
840
862
  }
841
863
  .u-multiselectbox-select-icon-arrow {
@@ -877,24 +899,23 @@ button {
877
899
  }
878
900
  .u-multiselectbox-options {
879
901
  overflow-y: auto;
880
- border-top-left-radius: 10px;
881
- border-bottom-left-radius: 10px;
882
- border-top-right-radius: 6px;
883
- border-bottom-right-radius: 6px;
884
- padding-right: 2px;
902
+ border-radius: 10px;
885
903
  max-height: 195px;
886
- }
887
- .u-multiselectbox-options-wrapper {
888
- padding-right: 2px;
889
904
  display: none;
890
905
  background-color: #FFFFFF;
891
906
  position: absolute;
892
907
  z-index: 100;
893
- border-radius: 10px;
894
908
  border: 1px solid #748AB9;
895
909
  margin-top: 2px;
896
910
  width: 100%;
897
911
  }
912
+ .u-multiselectbox-options::-webkit-scrollbar {
913
+ width: calc(0.45vw + 4px);
914
+ }
915
+ .u-multiselectbox-options::-webkit-scrollbar-thumb {
916
+ background-clip: content-box;
917
+ border: 2px solid transparent;
918
+ }
898
919
  .u-multiselectbox-option {
899
920
  background-color: #FFFFFF;
900
921
  border-bottom: 1px solid #CAD1E1;
@@ -960,7 +981,7 @@ button {
960
981
  .u-multiselectbox-simple.u-multiselectbox-simple-disabled .u-multiselectbox-simple-select-icon-cross {
961
982
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%23A7A7A7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%23A7A7A7'/%3E%3C/svg%3E ");
962
983
  }
963
- .u-multiselectbox-simple.u-multiselectbox-simple-disabled .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-options-wrapper {
984
+ .u-multiselectbox-simple.u-multiselectbox-simple-disabled .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-options {
964
985
  display: none;
965
986
  }
966
987
  .u-multiselectbox-simple-select {
@@ -1033,6 +1054,7 @@ button {
1033
1054
  transition-property: color, background-color, border-color, background-image;
1034
1055
  transition-duration: 0.15s;
1035
1056
  transition-timing-function: ease-in-out;
1057
+ display: block;
1036
1058
  cursor: pointer;
1037
1059
  -webkit-appearance: none;
1038
1060
  width: 12px;
@@ -1090,7 +1112,7 @@ button {
1090
1112
  .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-select-icon-arrow {
1091
1113
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 10.3819C11.3166 10.7724 10.6834 10.7724 10.2929 10.3819L5.99999 6.08902L1.70711 10.3819C1.31658 10.7724 0.683418 10.7724 0.292894 10.3819C-0.0976305 9.99139 -0.0976315 9.35822 0.292892 8.9677L5.29288 3.9677C5.48042 3.78016 5.73477 3.67481 5.99999 3.6748C6.26521 3.6748 6.51956 3.78016 6.7071 3.9677L11.7071 8.9677C12.0976 9.35822 12.0976 9.99139 11.7071 10.3819Z' fill='%231E4391'/%3E%3C/svg%3E ");
1092
1114
  }
1093
- .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-options-wrapper {
1115
+ .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-options {
1094
1116
  display: block;
1095
1117
  }
1096
1118
  .u-multiselectbox-simple-select-icon-arrow {
@@ -1126,23 +1148,22 @@ button {
1126
1148
  .u-multiselectbox-simple-options {
1127
1149
  overflow-y: auto;
1128
1150
  max-height: 195px;
1129
- border-top-left-radius: 10px;
1130
- border-bottom-left-radius: 10px;
1131
- border-top-right-radius: 6px;
1132
- border-bottom-right-radius: 6px;
1133
- padding-right: 2px;
1134
- }
1135
- .u-multiselectbox-simple-options-wrapper {
1136
- padding-right: 2px;
1151
+ border-radius: 10px;
1137
1152
  display: none;
1138
1153
  background-color: #FFFFFF;
1139
1154
  position: absolute;
1140
1155
  z-index: 102;
1141
- border-radius: 10px;
1142
1156
  border: 1px solid #748AB9;
1143
1157
  margin-top: 2px;
1144
1158
  width: 100%;
1145
1159
  }
1160
+ .u-multiselectbox-simple-options::-webkit-scrollbar {
1161
+ width: calc(0.45vw + 4px);
1162
+ }
1163
+ .u-multiselectbox-simple-options::-webkit-scrollbar-thumb {
1164
+ background-clip: content-box;
1165
+ border: 2px solid transparent;
1166
+ }
1146
1167
  .u-multiselectbox-simple-option {
1147
1168
  background-color: #FFFFFF;
1148
1169
  border-bottom: 1px solid #CAD1E1;
@@ -1864,6 +1885,7 @@ button {
1864
1885
  border-bottom: 2px solid #1E4391;
1865
1886
  background-color: transparent;
1866
1887
  text-decoration: none;
1888
+ padding-bottom: 0;
1867
1889
  }
1868
1890
  .u-tab-line-secondary {
1869
1891
  cursor: pointer;
@@ -2172,6 +2194,7 @@ button {
2172
2194
  padding: 15px 16px 15px 52px;
2173
2195
  background-color: #FDEAEA;
2174
2196
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23EF302B' stroke-width='2'%3E%3C/circle%3E%3Ccircle cx='10' cy='15' r='1' fill='%23EF302B'%3E%3C/circle%3E%3Cpath d='M8.59357 6.49708C8.54286 5.68582 9.18716 5 10 5C10.8128 5 11.4571 5.68582 11.4064 6.49708L11.0624 12.0019C11.0273 12.563 10.5621 13 10 13C9.4379 13 8.97268 12.563 8.93762 12.0019L8.59357 6.49708Z' fill='%23EF302B'%3E%3C/path%3E%3C/svg%3E");
2197
+ min-height: 54px;
2175
2198
  }
2176
2199
  .u-message-success {
2177
2200
  display: flex;
@@ -2185,6 +2208,7 @@ button {
2185
2208
  padding: 15px 16px 15px 52px;
2186
2209
  background-color: #EDF7EB;
2187
2210
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23147246' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M6 10.5L9.10148 13.6015C9.31345 13.8134 9.663 13.7925 9.8482 13.5568L15 7' stroke='%23147246' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
2211
+ min-height: 54px;
2188
2212
  }
2189
2213
  .u-message-warning {
2190
2214
  display: flex;
@@ -2198,6 +2222,7 @@ button {
2198
2222
  padding: 15px 16px 15px 52px;
2199
2223
  background-color: #FCF4E6;
2200
2224
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23E98446' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M9.24233 13C9.03869 13 8.87361 12.8349 8.87361 12.6313C8.87361 12.229 8.92092 11.8715 9.01552 11.5587C9.11013 11.2458 9.25795 10.9665 9.45898 10.7207C9.67184 10.4749 9.84922 10.2905 9.99113 10.1676C10.1449 10.0335 10.3696 9.86034 10.6652 9.64805C10.9017 9.48045 11.0791 9.34637 11.1973 9.24581C11.3274 9.13408 11.4693 8.99441 11.6231 8.82682C11.7886 8.64804 11.9069 8.4581 11.9778 8.25698C12.0488 8.05587 12.0843 7.82681 12.0843 7.56983C12.0843 7.20112 11.9897 6.8771 11.8004 6.59777C11.6231 6.30727 11.3747 6.08939 11.0554 5.94413C10.748 5.78771 10.3991 5.7095 10.0089 5.7095C9.42942 5.7095 8.92683 5.87709 8.50111 6.21229C8.33022 6.34607 8.19259 6.4989 8.08823 6.67078C7.82922 7.09735 7.45131 7.51955 6.95227 7.51955C6.4297 7.51955 5.99284 7.08288 6.12856 6.57825C6.30589 5.91891 6.6651 5.37233 7.20621 4.93855C7.99852 4.31285 8.93275 4 10.0089 4C11.1323 4 12.0783 4.32402 12.847 4.97207C13.6157 5.62012 14 6.48603 14 7.56983C14 7.97207 13.9527 8.32961 13.8581 8.64246C13.7635 8.95531 13.6157 9.24023 13.4146 9.49721C13.2136 9.74302 13.0362 9.93296 12.8825 10.067C12.7288 10.2011 12.51 10.3743 12.2262 10.5866C11.9778 10.7765 11.7945 10.9218 11.6763 11.0223C11.5698 11.1117 11.4339 11.2458 11.2683 11.4246C11.1146 11.6034 11.0022 11.7933 10.9313 11.9944C10.8721 12.1844 10.8426 12.3966 10.8426 12.6313C10.8426 12.8349 10.6775 13 10.4739 13H9.24233Z' fill='%23E98446'%3E%3C/path%3E%3Ccircle cx='10' cy='15' r='1' fill='%23E98446'%3E%3C/circle%3E%3C/svg%3E");
2225
+ min-height: 54px;
2201
2226
  }
2202
2227
  .u-message-small {
2203
2228
  padding: 7px 16px 7px 52px;
@@ -2225,6 +2250,7 @@ button {
2225
2250
  padding: 7px 16px 7px 52px;
2226
2251
  background-color: #FDEAEA;
2227
2252
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23EF302B' stroke-width='2'%3E%3C/circle%3E%3Ccircle cx='10' cy='15' r='1' fill='%23EF302B'%3E%3C/circle%3E%3Cpath d='M8.59357 6.49708C8.54286 5.68582 9.18716 5 10 5C10.8128 5 11.4571 5.68582 11.4064 6.49708L11.0624 12.0019C11.0273 12.563 10.5621 13 10 13C9.4379 13 8.97268 12.563 8.93762 12.0019L8.59357 6.49708Z' fill='%23EF302B'%3E%3C/path%3E%3C/svg%3E");
2253
+ min-height: 38px;
2228
2254
  }
2229
2255
  .u-message-small-success {
2230
2256
  display: flex;
@@ -2238,6 +2264,7 @@ button {
2238
2264
  padding: 7px 16px 7px 52px;
2239
2265
  background-color: #EDF7EB;
2240
2266
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23147246' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M6 10.5L9.10148 13.6015C9.31345 13.8134 9.663 13.7925 9.8482 13.5568L15 7' stroke='%23147246' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
2267
+ min-height: 38px;
2241
2268
  }
2242
2269
  .u-message-small-warning {
2243
2270
  display: flex;
@@ -2251,6 +2278,7 @@ button {
2251
2278
  padding: 7px 16px 7px 52px;
2252
2279
  background-color: #FCF4E6;
2253
2280
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23E98446' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M9.24233 13C9.03869 13 8.87361 12.8349 8.87361 12.6313C8.87361 12.229 8.92092 11.8715 9.01552 11.5587C9.11013 11.2458 9.25795 10.9665 9.45898 10.7207C9.67184 10.4749 9.84922 10.2905 9.99113 10.1676C10.1449 10.0335 10.3696 9.86034 10.6652 9.64805C10.9017 9.48045 11.0791 9.34637 11.1973 9.24581C11.3274 9.13408 11.4693 8.99441 11.6231 8.82682C11.7886 8.64804 11.9069 8.4581 11.9778 8.25698C12.0488 8.05587 12.0843 7.82681 12.0843 7.56983C12.0843 7.20112 11.9897 6.8771 11.8004 6.59777C11.6231 6.30727 11.3747 6.08939 11.0554 5.94413C10.748 5.78771 10.3991 5.7095 10.0089 5.7095C9.42942 5.7095 8.92683 5.87709 8.50111 6.21229C8.33022 6.34607 8.19259 6.4989 8.08823 6.67078C7.82922 7.09735 7.45131 7.51955 6.95227 7.51955C6.4297 7.51955 5.99284 7.08288 6.12856 6.57825C6.30589 5.91891 6.6651 5.37233 7.20621 4.93855C7.99852 4.31285 8.93275 4 10.0089 4C11.1323 4 12.0783 4.32402 12.847 4.97207C13.6157 5.62012 14 6.48603 14 7.56983C14 7.97207 13.9527 8.32961 13.8581 8.64246C13.7635 8.95531 13.6157 9.24023 13.4146 9.49721C13.2136 9.74302 13.0362 9.93296 12.8825 10.067C12.7288 10.2011 12.51 10.3743 12.2262 10.5866C11.9778 10.7765 11.7945 10.9218 11.6763 11.0223C11.5698 11.1117 11.4339 11.2458 11.2683 11.4246C11.1146 11.6034 11.0022 11.7933 10.9313 11.9944C10.8721 12.1844 10.8426 12.3966 10.8426 12.6313C10.8426 12.8349 10.6775 13 10.4739 13H9.24233Z' fill='%23E98446'%3E%3C/path%3E%3Ccircle cx='10' cy='15' r='1' fill='%23E98446'%3E%3C/circle%3E%3C/svg%3E");
2281
+ min-height: 38px;
2254
2282
  }
2255
2283
  #u-help {
2256
2284
  position: relative;