@zkwq/business 0.0.64 → 0.0.66

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.
@@ -44469,6 +44469,4308 @@
44469
44469
  background-color: #F1403C;
44470
44470
  }
44471
44471
 
44472
+
44473
+
44474
+
44475
+
44476
+
44477
+
44478
+
44479
+
44480
+
44481
+
44482
+ :export {
44483
+ primary: #2F3A91;
44484
+ success: #67C23A;
44485
+ warning: #FF791A;
44486
+ danger: #F1403C;
44487
+ info: #8590a6;
44488
+ }
44489
+
44490
+
44491
+
44492
+
44493
+
44494
+
44495
+
44496
+
44497
+
44498
+
44499
+
44500
+
44501
+
44502
+
44503
+
44504
+
44505
+
44506
+
44507
+
44508
+
44509
+
44510
+
44511
+
44512
+
44513
+
44514
+
44515
+
44516
+
44517
+
44518
+
44519
+
44520
+
44521
+
44522
+
44523
+
44524
+
44525
+
44526
+
44527
+
44528
+
44529
+
44530
+
44531
+
44532
+
44533
+
44534
+
44535
+
44536
+
44537
+
44538
+
44539
+
44540
+
44541
+
44542
+
44543
+
44544
+
44545
+
44546
+
44547
+
44548
+
44549
+
44550
+
44551
+
44552
+
44553
+
44554
+
44555
+
44556
+
44557
+
44558
+
44559
+
44560
+ :export {
44561
+ primary: #2F3A91;
44562
+ success: #67C23A;
44563
+ warning: #FF791A;
44564
+ danger: #F1403C;
44565
+ info: #8590a6;
44566
+ }
44567
+
44568
+
44569
+
44570
+
44571
+
44572
+
44573
+
44574
+
44575
+
44576
+
44577
+
44578
+
44579
+
44580
+
44581
+
44582
+
44583
+
44584
+
44585
+
44586
+
44587
+
44588
+
44589
+
44590
+
44591
+
44592
+
44593
+
44594
+
44595
+
44596
+
44597
+
44598
+
44599
+
44600
+
44601
+
44602
+
44603
+
44604
+
44605
+
44606
+
44607
+
44608
+
44609
+
44610
+
44611
+
44612
+
44613
+
44614
+
44615
+
44616
+
44617
+
44618
+
44619
+
44620
+
44621
+
44622
+
44623
+
44624
+
44625
+
44626
+
44627
+
44628
+
44629
+
44630
+
44631
+
44632
+
44633
+
44634
+ :export {
44635
+ primary: #2F3A91;
44636
+ success: #67C23A;
44637
+ warning: #FF791A;
44638
+ danger: #F1403C;
44639
+ info: #8590a6;
44640
+ }
44641
+
44642
+
44643
+
44644
+
44645
+
44646
+
44647
+
44648
+
44649
+
44650
+
44651
+
44652
+
44653
+
44654
+
44655
+
44656
+
44657
+
44658
+
44659
+
44660
+
44661
+
44662
+
44663
+
44664
+
44665
+
44666
+
44667
+
44668
+
44669
+
44670
+
44671
+
44672
+
44673
+
44674
+
44675
+
44676
+
44677
+
44678
+
44679
+
44680
+
44681
+
44682
+
44683
+
44684
+
44685
+
44686
+
44687
+
44688
+
44689
+
44690
+
44691
+
44692
+
44693
+
44694
+
44695
+
44696
+
44697
+ .fade-in-linear-enter-active,
44698
+ .fade-in-linear-leave-active {
44699
+ transition: opacity 300ms linear;
44700
+ }
44701
+ .fade-in-linear-enter,
44702
+ .fade-in-linear-leave,
44703
+ .fade-in-linear-leave-active {
44704
+ opacity: 0;
44705
+ }
44706
+ .base-fade-in-linear-enter-active,
44707
+ .base-fade-in-linear-leave-active {
44708
+ transition: opacity 300ms linear;
44709
+ }
44710
+ .base-fade-in-linear-enter,
44711
+ .base-fade-in-linear-leave,
44712
+ .base-fade-in-linear-leave-active {
44713
+ opacity: 0;
44714
+ }
44715
+ .base-fade-in-enter-active,
44716
+ .base-fade-in-leave-active {
44717
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
44718
+ }
44719
+ .base-fade-in-enter,
44720
+ .base-fade-in-leave-active {
44721
+ opacity: 0;
44722
+ }
44723
+ .base-zoom-in-center-enter-active,
44724
+ .base-zoom-in-center-leave-active {
44725
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
44726
+ }
44727
+ .base-zoom-in-center-enter,
44728
+ .base-zoom-in-center-leave-active {
44729
+ opacity: 0;
44730
+ transform: scaleX(0);
44731
+ }
44732
+ .base-zoom-in-top-enter-active,
44733
+ .base-zoom-in-top-leave-active {
44734
+ opacity: 1;
44735
+ transform: scaleY(1);
44736
+ transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
44737
+ transform-origin: center top;
44738
+ }
44739
+ .base-zoom-in-top-enter,
44740
+ .base-zoom-in-top-leave-active {
44741
+ opacity: 0;
44742
+ transform: scaleY(0);
44743
+ }
44744
+ .base-zoom-in-bottom-enter-active,
44745
+ .base-zoom-in-bottom-leave-active {
44746
+ opacity: 1;
44747
+ transform: scaleY(1);
44748
+ transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
44749
+ transform-origin: center bottom;
44750
+ }
44751
+ .base-zoom-in-bottom-enter,
44752
+ .base-zoom-in-bottom-leave-active {
44753
+ opacity: 0;
44754
+ transform: scaleY(0);
44755
+ }
44756
+ .base-zoom-in-left-enter-active,
44757
+ .base-zoom-in-left-leave-active {
44758
+ opacity: 1;
44759
+ transform: scale(1, 1);
44760
+ transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
44761
+ transform-origin: top left;
44762
+ }
44763
+ .base-zoom-in-left-enter,
44764
+ .base-zoom-in-left-leave-active {
44765
+ opacity: 0;
44766
+ transform: scale(0.45, 0.45);
44767
+ }
44768
+ .base-tooltip-enter-active,
44769
+ .base-tooltip-leave-active {
44770
+ opacity: 0.9;
44771
+ transform: scale(1, 1);
44772
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
44773
+ }
44774
+ .base-tooltip-enter,
44775
+ .base-tooltip-leave-active {
44776
+ opacity: 0;
44777
+ transform: scale(0);
44778
+ }
44779
+ .base-tooltip-move {
44780
+ transition: transform 0.6s;
44781
+ }
44782
+ .collapse-transition {
44783
+ transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
44784
+ }
44785
+ .horizontal-collapse-transition {
44786
+ transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
44787
+ }
44788
+ .base-list-enter-active,
44789
+ .base-list-leave-active {
44790
+ transition: all 1s;
44791
+ }
44792
+ .base-list-enter, .base-list-leave-active {
44793
+ opacity: 0;
44794
+ transform: translateY(-30px);
44795
+ }
44796
+ .base-opacity-transition {
44797
+ transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
44798
+ }
44799
+ .base-slide-y-enter-active,
44800
+ .base-slide-y-leave-active {
44801
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
44802
+ }
44803
+ .base-slide-y-move {
44804
+ transition: transform 0.6s;
44805
+ }
44806
+ .base-slide-y-enter, .base-slide-y-leave-to {
44807
+ opacity: 0;
44808
+ transform: translateY(-15px);
44809
+ }
44810
+ .base-flip-list-enter, .base-flip-list-leave-to {
44811
+ opacity: 0;
44812
+ transform: translateY(30px);
44813
+ }
44814
+ .base-flip-list-leave-active {
44815
+ position: absolute;
44816
+ }
44817
+ .base-flip-list-move {
44818
+ transition: transform 0.6s;
44819
+ }
44820
+
44821
+
44822
+
44823
+
44824
+
44825
+
44826
+
44827
+
44828
+
44829
+
44830
+
44831
+ :export {
44832
+ primary: #2F3A91;
44833
+ success: #67C23A;
44834
+ warning: #FF791A;
44835
+ danger: #F1403C;
44836
+ info: #8590a6;
44837
+ }
44838
+
44839
+
44840
+
44841
+
44842
+
44843
+
44844
+
44845
+
44846
+
44847
+
44848
+
44849
+
44850
+
44851
+
44852
+
44853
+
44854
+
44855
+
44856
+
44857
+
44858
+
44859
+
44860
+
44861
+
44862
+
44863
+
44864
+
44865
+
44866
+
44867
+
44868
+
44869
+
44870
+
44871
+
44872
+
44873
+
44874
+
44875
+
44876
+
44877
+
44878
+
44879
+
44880
+
44881
+
44882
+
44883
+
44884
+
44885
+
44886
+
44887
+
44888
+
44889
+
44890
+
44891
+
44892
+
44893
+
44894
+
44895
+
44896
+
44897
+
44898
+
44899
+
44900
+
44901
+
44902
+
44903
+
44904
+
44905
+ :export {
44906
+ primary: #2F3A91;
44907
+ success: #67C23A;
44908
+ warning: #FF791A;
44909
+ danger: #F1403C;
44910
+ info: #8590a6;
44911
+ }
44912
+
44913
+
44914
+
44915
+
44916
+
44917
+
44918
+
44919
+
44920
+
44921
+
44922
+
44923
+
44924
+
44925
+
44926
+
44927
+
44928
+
44929
+
44930
+
44931
+
44932
+
44933
+
44934
+
44935
+
44936
+
44937
+
44938
+
44939
+
44940
+
44941
+
44942
+
44943
+
44944
+
44945
+
44946
+
44947
+
44948
+
44949
+
44950
+
44951
+
44952
+
44953
+
44954
+
44955
+
44956
+
44957
+
44958
+
44959
+
44960
+
44961
+
44962
+
44963
+
44964
+
44965
+
44966
+
44967
+
44968
+
44969
+
44970
+
44971
+
44972
+
44973
+
44974
+
44975
+
44976
+
44977
+
44978
+
44979
+
44980
+
44981
+
44982
+
44983
+ :export {
44984
+ primary: #2F3A91;
44985
+ success: #67C23A;
44986
+ warning: #FF791A;
44987
+ danger: #F1403C;
44988
+ info: #8590a6;
44989
+ }
44990
+
44991
+
44992
+
44993
+
44994
+
44995
+
44996
+
44997
+
44998
+
44999
+
45000
+
45001
+
45002
+
45003
+
45004
+
45005
+
45006
+
45007
+
45008
+
45009
+
45010
+
45011
+
45012
+
45013
+
45014
+
45015
+
45016
+
45017
+
45018
+
45019
+
45020
+
45021
+
45022
+
45023
+
45024
+
45025
+
45026
+
45027
+
45028
+
45029
+
45030
+
45031
+
45032
+
45033
+
45034
+
45035
+
45036
+
45037
+
45038
+
45039
+
45040
+
45041
+
45042
+
45043
+
45044
+
45045
+
45046
+
45047
+
45048
+
45049
+
45050
+
45051
+
45052
+
45053
+
45054
+
45055
+
45056
+
45057
+ :export {
45058
+ primary: #2F3A91;
45059
+ success: #67C23A;
45060
+ warning: #FF791A;
45061
+ danger: #F1403C;
45062
+ info: #8590a6;
45063
+ }
45064
+
45065
+
45066
+
45067
+
45068
+
45069
+
45070
+
45071
+
45072
+
45073
+
45074
+
45075
+
45076
+
45077
+
45078
+
45079
+
45080
+
45081
+
45082
+
45083
+
45084
+
45085
+
45086
+
45087
+
45088
+
45089
+
45090
+
45091
+
45092
+
45093
+
45094
+
45095
+
45096
+
45097
+
45098
+
45099
+
45100
+
45101
+
45102
+
45103
+
45104
+
45105
+
45106
+
45107
+
45108
+
45109
+
45110
+
45111
+
45112
+
45113
+
45114
+
45115
+
45116
+
45117
+
45118
+
45119
+
45120
+
45121
+
45122
+
45123
+
45124
+ .base-button {
45125
+ display: inline-block;
45126
+ line-height: 1;
45127
+ white-space: nowrap;
45128
+ cursor: pointer;
45129
+ background: #FFFFFF;
45130
+ height: 40px;
45131
+ color: #646464;
45132
+ -webkit-appearance: none;
45133
+ text-align: center;
45134
+ box-sizing: border-box;
45135
+ outline: none;
45136
+ margin: 0;
45137
+ transition: 0.1s;
45138
+ font-weight: 500;
45139
+ -moz-user-select: none;
45140
+ -webkit-user-select: none;
45141
+ -ms-user-select: none;
45142
+ padding: 0 20px;
45143
+ font-size: 14px;
45144
+ border-radius: 4px;
45145
+ }
45146
+ .base-button + .base-button {
45147
+ margin-left: 10px;
45148
+ }
45149
+ .base-button.is-round {
45150
+ padding: 0 20px;
45151
+ }
45152
+ .base-button:hover, .base-button:focus {
45153
+ color: #2F3A91;
45154
+ border-color: #c1c4de;
45155
+ background-color: #eaebf4;
45156
+ }
45157
+ .base-button:active {
45158
+ color: #2a3483;
45159
+ border-color: #2a3483;
45160
+ outline: none;
45161
+ }
45162
+ .base-button::-moz-focus-inner {
45163
+ border: 0;
45164
+ }
45165
+ .base-button [class*=base-icon-] + span {
45166
+ margin-left: 5px;
45167
+ }
45168
+ .base-button.is-light {
45169
+ border: thin solid #8590a6;
45170
+ color: #8590a6;
45171
+ }
45172
+ .base-button.is-light:hover {
45173
+ background: rgba(133, 144, 166, 0.06) !important;
45174
+ border-color: #8590a6 !important;
45175
+ color: #8590a6 !important;
45176
+ }
45177
+ .base-button.is-light:focus, .base-button.is-light:active {
45178
+ background: rgba(133, 144, 166, 0.06) !important;
45179
+ border-color: #8590a6 !important;
45180
+ color: #8590a6 !important;
45181
+ outline: none;
45182
+ }
45183
+ .base-button.is-plain:hover {
45184
+ background: #F3F5F8;
45185
+ border-color: #F3F5F8;
45186
+ color: #646464;
45187
+ }
45188
+ .base-button.is-plain:focus, .base-button.is-plain:active {
45189
+ background: rgba(0, 0, 0, 0.06);
45190
+ border-color: rgba(0, 0, 0, 0.06);
45191
+ color: #121212;
45192
+ outline: none;
45193
+ }
45194
+ .base-button.is-plain i {
45195
+ font-weight: 600;
45196
+ }
45197
+ .base-button.is-active {
45198
+ color: #2a3483;
45199
+ border-color: #2a3483;
45200
+ }
45201
+ .base-button.is-disabled, .base-button.is-disabled:hover, .base-button.is-disabled:focus {
45202
+ color: #8590a6;
45203
+ cursor: not-allowed;
45204
+ background-image: none;
45205
+ background-color: #FFFFFF;
45206
+ border-color: #EBEEF5;
45207
+ }
45208
+ .base-button.is-disabled.base-button--text {
45209
+ background-color: transparent;
45210
+ }
45211
+ .base-button.is-disabled.is-plain, .base-button.is-disabled.is-plain:hover, .base-button.is-disabled.is-plain:focus {
45212
+ background-color: #FFFFFF;
45213
+ border-color: #EBEEF5;
45214
+ color: #8590a6;
45215
+ }
45216
+ .base-button.is-loading {
45217
+ position: relative;
45218
+ pointer-events: none;
45219
+ }
45220
+ .base-button.is-loading:before {
45221
+ pointer-events: none;
45222
+ content: "";
45223
+ position: absolute;
45224
+ left: -1px;
45225
+ top: -1px;
45226
+ right: -1px;
45227
+ bottom: -1px;
45228
+ border-radius: inherit;
45229
+ background-color: rgba(255, 255, 255, 0.35);
45230
+ }
45231
+ .base-button.is-round {
45232
+ border-radius: 20px;
45233
+ padding: 12px 23px;
45234
+ }
45235
+ .base-button.is-circle {
45236
+ border-radius: 50%;
45237
+ padding: 0;
45238
+ }
45239
+ .base-button--primary {
45240
+ color: #FFFFFF;
45241
+ background-color: #2F3A91;
45242
+ border-color: #2F3A91;
45243
+ }
45244
+ .base-button--primary:hover, .base-button--primary:focus {
45245
+ background: #5961a7 !important;
45246
+ border-color: #5961a7 !important;
45247
+ color: #FFFFFF !important;
45248
+ }
45249
+ .base-button--primary:active {
45250
+ background: #2a3483 !important;
45251
+ border-color: #2a3483 !important;
45252
+ color: #FFFFFF !important;
45253
+ outline: none !important;
45254
+ }
45255
+ .base-button--primary.is-active {
45256
+ background: #2a3483 !important;
45257
+ border-color: #2a3483 !important;
45258
+ color: #FFFFFF !important;
45259
+ }
45260
+ .base-button--primary.is-disabled, .base-button--primary.is-disabled:hover, .base-button--primary.is-disabled:focus, .base-button--primary.is-disabled:active {
45261
+ color: #FFFFFF !important;
45262
+ background-color: #979dc8 !important;
45263
+ border-color: #979dc8 !important;
45264
+ }
45265
+ .base-button--primary.is-plain {
45266
+ color: #2F3A91;
45267
+ background: #eaebf4;
45268
+ border-color: #acb0d3;
45269
+ }
45270
+ .base-button--primary.is-plain:hover, .base-button--primary.is-plain:focus {
45271
+ background: #2F3A91;
45272
+ border-color: #2F3A91;
45273
+ color: #FFFFFF;
45274
+ }
45275
+ .base-button--primary.is-plain:active {
45276
+ background: #2a3483;
45277
+ border-color: #2a3483;
45278
+ color: #FFFFFF;
45279
+ outline: none;
45280
+ }
45281
+ .base-button--primary.is-plain.is-disabled, .base-button--primary.is-plain.is-disabled:hover, .base-button--primary.is-plain.is-disabled:focus, .base-button--primary.is-plain.is-disabled:active {
45282
+ color: #8289bd;
45283
+ background-color: #eaebf4;
45284
+ border-color: #d5d8e9;
45285
+ }
45286
+ .base-button--primary.is-light {
45287
+ border-color: #2F3A91;
45288
+ color: #2F3A91;
45289
+ background-color: #FFFFFF;
45290
+ }
45291
+ .base-button--primary.is-light:hover {
45292
+ border-color: #2F3A91 !important;
45293
+ color: #2F3A91 !important;
45294
+ background: #eaebf4 !important;
45295
+ }
45296
+ .base-button--primary.is-light:focus, .base-button--primary.is-light:active {
45297
+ border-color: #2F3A91 !important;
45298
+ color: #2F3A91 !important;
45299
+ background: #eaebf4 !important;
45300
+ }
45301
+ .base-button--success {
45302
+ color: #FFFFFF;
45303
+ background-color: #67C23A;
45304
+ border-color: #67C23A;
45305
+ }
45306
+ .base-button--success:hover, .base-button--success:focus {
45307
+ background: #85ce61 !important;
45308
+ border-color: #85ce61 !important;
45309
+ color: #FFFFFF !important;
45310
+ }
45311
+ .base-button--success:active {
45312
+ background: #5daf34 !important;
45313
+ border-color: #5daf34 !important;
45314
+ color: #FFFFFF !important;
45315
+ outline: none !important;
45316
+ }
45317
+ .base-button--success.is-active {
45318
+ background: #5daf34 !important;
45319
+ border-color: #5daf34 !important;
45320
+ color: #FFFFFF !important;
45321
+ }
45322
+ .base-button--success.is-disabled, .base-button--success.is-disabled:hover, .base-button--success.is-disabled:focus, .base-button--success.is-disabled:active {
45323
+ color: #FFFFFF !important;
45324
+ background-color: #b3e19d !important;
45325
+ border-color: #b3e19d !important;
45326
+ }
45327
+ .base-button--success.is-plain {
45328
+ color: #67C23A;
45329
+ background: #f0f9eb;
45330
+ border-color: #c2e7b0;
45331
+ }
45332
+ .base-button--success.is-plain:hover, .base-button--success.is-plain:focus {
45333
+ background: #67C23A;
45334
+ border-color: #67C23A;
45335
+ color: #FFFFFF;
45336
+ }
45337
+ .base-button--success.is-plain:active {
45338
+ background: #5daf34;
45339
+ border-color: #5daf34;
45340
+ color: #FFFFFF;
45341
+ outline: none;
45342
+ }
45343
+ .base-button--success.is-plain.is-disabled, .base-button--success.is-plain.is-disabled:hover, .base-button--success.is-plain.is-disabled:focus, .base-button--success.is-plain.is-disabled:active {
45344
+ color: #a4da89;
45345
+ background-color: #f0f9eb;
45346
+ border-color: #e1f3d8;
45347
+ }
45348
+ .base-button--warning {
45349
+ color: #FFFFFF;
45350
+ background-color: #FF791A;
45351
+ border-color: #FF791A;
45352
+ }
45353
+ .base-button--warning:hover, .base-button--warning:focus {
45354
+ background: #ff9448 !important;
45355
+ border-color: #ff9448 !important;
45356
+ color: #FFFFFF !important;
45357
+ }
45358
+ .base-button--warning:active {
45359
+ background: #e66d17 !important;
45360
+ border-color: #e66d17 !important;
45361
+ color: #FFFFFF !important;
45362
+ outline: none !important;
45363
+ }
45364
+ .base-button--warning.is-active {
45365
+ background: #e66d17 !important;
45366
+ border-color: #e66d17 !important;
45367
+ color: #FFFFFF !important;
45368
+ }
45369
+ .base-button--warning.is-disabled, .base-button--warning.is-disabled:hover, .base-button--warning.is-disabled:focus, .base-button--warning.is-disabled:active {
45370
+ color: #FFFFFF !important;
45371
+ background-color: #ffbc8d !important;
45372
+ border-color: #ffbc8d !important;
45373
+ }
45374
+ .base-button--warning.is-plain {
45375
+ color: #FF791A;
45376
+ background: #fff2e8;
45377
+ border-color: #ffc9a3;
45378
+ }
45379
+ .base-button--warning.is-plain:hover, .base-button--warning.is-plain:focus {
45380
+ background: #FF791A;
45381
+ border-color: #FF791A;
45382
+ color: #FFFFFF;
45383
+ }
45384
+ .base-button--warning.is-plain:active {
45385
+ background: #e66d17;
45386
+ border-color: #e66d17;
45387
+ color: #FFFFFF;
45388
+ outline: none;
45389
+ }
45390
+ .base-button--warning.is-plain.is-disabled, .base-button--warning.is-plain.is-disabled:hover, .base-button--warning.is-plain.is-disabled:focus, .base-button--warning.is-plain.is-disabled:active {
45391
+ color: #ffaf76;
45392
+ background-color: #fff2e8;
45393
+ border-color: #ffe4d1;
45394
+ }
45395
+ .base-button--danger {
45396
+ color: #FFFFFF;
45397
+ background-color: #F1403C;
45398
+ border-color: #F1403C;
45399
+ }
45400
+ .base-button--danger:hover, .base-button--danger:focus {
45401
+ background: #f46663 !important;
45402
+ border-color: #f46663 !important;
45403
+ color: #FFFFFF !important;
45404
+ }
45405
+ .base-button--danger:active {
45406
+ background: #d93a36 !important;
45407
+ border-color: #d93a36 !important;
45408
+ color: #FFFFFF !important;
45409
+ outline: none !important;
45410
+ }
45411
+ .base-button--danger.is-active {
45412
+ background: #d93a36 !important;
45413
+ border-color: #d93a36 !important;
45414
+ color: #FFFFFF !important;
45415
+ }
45416
+ .base-button--danger.is-disabled, .base-button--danger.is-disabled:hover, .base-button--danger.is-disabled:focus, .base-button--danger.is-disabled:active {
45417
+ color: #FFFFFF !important;
45418
+ background-color: #f8a09e !important;
45419
+ border-color: #f8a09e !important;
45420
+ }
45421
+ .base-button--danger.is-plain {
45422
+ color: #F1403C;
45423
+ background: #feecec;
45424
+ border-color: #f9b3b1;
45425
+ }
45426
+ .base-button--danger.is-plain:hover, .base-button--danger.is-plain:focus {
45427
+ background: #F1403C;
45428
+ border-color: #F1403C;
45429
+ color: #FFFFFF;
45430
+ }
45431
+ .base-button--danger.is-plain:active {
45432
+ background: #d93a36;
45433
+ border-color: #d93a36;
45434
+ color: #FFFFFF;
45435
+ outline: none;
45436
+ }
45437
+ .base-button--danger.is-plain.is-disabled, .base-button--danger.is-plain.is-disabled:hover, .base-button--danger.is-plain.is-disabled:focus, .base-button--danger.is-plain.is-disabled:active {
45438
+ color: #f78c8a;
45439
+ background-color: #feecec;
45440
+ border-color: #fcd9d8;
45441
+ }
45442
+ .base-button--info {
45443
+ color: #FFFFFF;
45444
+ background-color: #8590a6;
45445
+ border-color: #8590a6;
45446
+ }
45447
+ .base-button--info:hover, .base-button--info:focus {
45448
+ background: #9da6b8 !important;
45449
+ border-color: #9da6b8 !important;
45450
+ color: #FFFFFF !important;
45451
+ }
45452
+ .base-button--info:active {
45453
+ background: #788295 !important;
45454
+ border-color: #788295 !important;
45455
+ color: #FFFFFF !important;
45456
+ outline: none !important;
45457
+ }
45458
+ .base-button--info.is-active {
45459
+ background: #788295 !important;
45460
+ border-color: #788295 !important;
45461
+ color: #FFFFFF !important;
45462
+ }
45463
+ .base-button--info.is-disabled, .base-button--info.is-disabled:hover, .base-button--info.is-disabled:focus, .base-button--info.is-disabled:active {
45464
+ color: #FFFFFF !important;
45465
+ background-color: #c2c8d3 !important;
45466
+ border-color: #c2c8d3 !important;
45467
+ }
45468
+ .base-button--info.is-plain {
45469
+ color: #8590a6;
45470
+ background: #f3f4f6;
45471
+ border-color: #ced3db;
45472
+ }
45473
+ .base-button--info.is-plain:hover, .base-button--info.is-plain:focus {
45474
+ background: #8590a6;
45475
+ border-color: #8590a6;
45476
+ color: #FFFFFF;
45477
+ }
45478
+ .base-button--info.is-plain:active {
45479
+ background: #788295;
45480
+ border-color: #788295;
45481
+ color: #FFFFFF;
45482
+ outline: none;
45483
+ }
45484
+ .base-button--info.is-plain.is-disabled, .base-button--info.is-plain.is-disabled:hover, .base-button--info.is-plain.is-disabled:focus, .base-button--info.is-plain.is-disabled:active {
45485
+ color: #b6bcca;
45486
+ background-color: #f3f4f6;
45487
+ border-color: #e7e9ed;
45488
+ }
45489
+ .base-button--medium {
45490
+ height: 36px;
45491
+ padding: 11px 20px;
45492
+ font-size: 14px;
45493
+ border-radius: 4px;
45494
+ }
45495
+ .base-button--medium.is-round {
45496
+ padding: 11px 20px;
45497
+ }
45498
+ .base-button--medium.is-circle {
45499
+ padding: 11px;
45500
+ }
45501
+ .base-button--small {
45502
+ height: 32px;
45503
+ padding: 10px 15px;
45504
+ font-size: 12px;
45505
+ border-radius: 3px;
45506
+ }
45507
+ .base-button--small.is-round {
45508
+ padding: 10px 15px;
45509
+ }
45510
+ .base-button--small.is-circle {
45511
+ padding: 10px;
45512
+ }
45513
+ .base-button--mini {
45514
+ height: 28px;
45515
+ padding: 0 15px;
45516
+ font-size: 12px;
45517
+ border-radius: 3px;
45518
+ }
45519
+ .base-button--mini.is-round {
45520
+ padding: 0 15px;
45521
+ }
45522
+ .base-button--mini.is-circle {
45523
+ padding: 8px;
45524
+ }
45525
+ .base-button--text {
45526
+ border-color: transparent;
45527
+ color: #2F3A91;
45528
+ background: transparent;
45529
+ padding-left: 0;
45530
+ padding-right: 0;
45531
+ }
45532
+ .base-button--text:hover, .base-button--text:focus {
45533
+ color: #5961a7;
45534
+ border-color: transparent;
45535
+ background-color: transparent;
45536
+ }
45537
+ .base-button--text:active {
45538
+ color: #2a3483;
45539
+ border-color: transparent;
45540
+ background-color: transparent;
45541
+ }
45542
+ .base-button--text.is-disabled, .base-button--text.is-disabled:hover, .base-button--text.is-disabled:focus {
45543
+ border-color: transparent;
45544
+ }
45545
+ .base-button-group {
45546
+ display: inline-block;
45547
+ vertical-align: middle;
45548
+ }
45549
+ .base-button-group::before,
45550
+ .base-button-group::after {
45551
+ display: table;
45552
+ content: "";
45553
+ }
45554
+ .base-button-group::after {
45555
+ clear: both;
45556
+ }
45557
+ .base-button-group > .base-button {
45558
+ float: left;
45559
+ position: relative;
45560
+ }
45561
+ .base-button-group > .base-button + .base-button {
45562
+ margin-left: 0;
45563
+ }
45564
+ .base-button-group > .base-button.is-disabled {
45565
+ z-index: 1;
45566
+ }
45567
+ .base-button-group > .base-button:first-child {
45568
+ border-top-right-radius: 0;
45569
+ border-bottom-right-radius: 0;
45570
+ }
45571
+ .base-button-group > .base-button:last-child {
45572
+ border-top-left-radius: 0;
45573
+ border-bottom-left-radius: 0;
45574
+ }
45575
+ .base-button-group > .base-button:first-child:last-child {
45576
+ border-top-right-radius: 4px;
45577
+ border-bottom-right-radius: 4px;
45578
+ border-top-left-radius: 4px;
45579
+ border-bottom-left-radius: 4px;
45580
+ }
45581
+ .base-button-group > .base-button:first-child:last-child.is-round {
45582
+ border-radius: 20px;
45583
+ }
45584
+ .base-button-group > .base-button:first-child:last-child.is-circle {
45585
+ border-radius: 50%;
45586
+ }
45587
+ .base-button-group > .base-button:not(:first-child):not(:last-child) {
45588
+ border-radius: 0;
45589
+ }
45590
+ .base-button-group > .base-button:not(:last-child) {
45591
+ margin-right: -1px;
45592
+ }
45593
+ .base-button-group > .base-button:hover, .base-button-group > .base-button:focus, .base-button-group > .base-button:active {
45594
+ z-index: 1;
45595
+ }
45596
+ .base-button-group > .base-button.is-active {
45597
+ z-index: 1;
45598
+ }
45599
+ .base-button-group > .base-dropdown > .base-button {
45600
+ border-top-left-radius: 0;
45601
+ border-bottom-left-radius: 0;
45602
+ border-left-color: rgba(255, 255, 255, 0.5);
45603
+ }
45604
+ .base-button-group .base-button--primary:first-child {
45605
+ border-right-color: rgba(255, 255, 255, 0.5);
45606
+ }
45607
+ .base-button-group .base-button--primary:last-child {
45608
+ border-left-color: rgba(255, 255, 255, 0.5);
45609
+ }
45610
+ .base-button-group .base-button--primary:not(:first-child):not(:last-child) {
45611
+ border-left-color: rgba(255, 255, 255, 0.5);
45612
+ border-right-color: rgba(255, 255, 255, 0.5);
45613
+ }
45614
+ .base-button-group .base-button--success:first-child {
45615
+ border-right-color: rgba(255, 255, 255, 0.5);
45616
+ }
45617
+ .base-button-group .base-button--success:last-child {
45618
+ border-left-color: rgba(255, 255, 255, 0.5);
45619
+ }
45620
+ .base-button-group .base-button--success:not(:first-child):not(:last-child) {
45621
+ border-left-color: rgba(255, 255, 255, 0.5);
45622
+ border-right-color: rgba(255, 255, 255, 0.5);
45623
+ }
45624
+ .base-button-group .base-button--warning:first-child {
45625
+ border-right-color: rgba(255, 255, 255, 0.5);
45626
+ }
45627
+ .base-button-group .base-button--warning:last-child {
45628
+ border-left-color: rgba(255, 255, 255, 0.5);
45629
+ }
45630
+ .base-button-group .base-button--warning:not(:first-child):not(:last-child) {
45631
+ border-left-color: rgba(255, 255, 255, 0.5);
45632
+ border-right-color: rgba(255, 255, 255, 0.5);
45633
+ }
45634
+ .base-button-group .base-button--danger:first-child {
45635
+ border-right-color: rgba(255, 255, 255, 0.5);
45636
+ }
45637
+ .base-button-group .base-button--danger:last-child {
45638
+ border-left-color: rgba(255, 255, 255, 0.5);
45639
+ }
45640
+ .base-button-group .base-button--danger:not(:first-child):not(:last-child) {
45641
+ border-left-color: rgba(255, 255, 255, 0.5);
45642
+ border-right-color: rgba(255, 255, 255, 0.5);
45643
+ }
45644
+ .base-button-group .base-button--info:first-child {
45645
+ border-right-color: rgba(255, 255, 255, 0.5);
45646
+ }
45647
+ .base-button-group .base-button--info:last-child {
45648
+ border-left-color: rgba(255, 255, 255, 0.5);
45649
+ }
45650
+ .base-button-group .base-button--info:not(:first-child):not(:last-child) {
45651
+ border-left-color: rgba(255, 255, 255, 0.5);
45652
+ border-right-color: rgba(255, 255, 255, 0.5);
45653
+ }
45654
+ .base-checkbox {
45655
+ color: #646464;
45656
+ font-weight: 500;
45657
+ font-size: 14px;
45658
+ position: relative;
45659
+ cursor: pointer;
45660
+ display: inline-block;
45661
+ white-space: nowrap;
45662
+ user-select: none;
45663
+ margin-right: 30px;
45664
+ }
45665
+ .base-checkbox.is-bordered {
45666
+ padding: 9px 20px 9px 10px;
45667
+ border-radius: 4px;
45668
+ border: 1px solid #DCDFE6;
45669
+ box-sizing: border-box;
45670
+ line-height: normal;
45671
+ height: 40px;
45672
+ }
45673
+ .base-checkbox.is-bordered.is-checked {
45674
+ border-color: #2F3A91;
45675
+ }
45676
+ .base-checkbox.is-bordered.is-disabled {
45677
+ border-color: #EBEEF5;
45678
+ cursor: not-allowed;
45679
+ }
45680
+ .base-checkbox.is-bordered + .base-checkbox.is-bordered {
45681
+ margin-left: 10px;
45682
+ }
45683
+ .base-checkbox.is-bordered.base-checkbox--medium {
45684
+ padding: 7px 20px 7px 10px;
45685
+ border-radius: 4px;
45686
+ height: 36px;
45687
+ }
45688
+ .base-checkbox.is-bordered.base-checkbox--medium .base-checkbox__label {
45689
+ line-height: 17px;
45690
+ font-size: 14px;
45691
+ }
45692
+ .base-checkbox.is-bordered.base-checkbox--medium .base-checkbox__inner {
45693
+ height: 14px;
45694
+ width: 14px;
45695
+ }
45696
+ .base-checkbox.is-bordered.base-checkbox--small {
45697
+ padding: 5px 15px 5px 10px;
45698
+ border-radius: 3px;
45699
+ height: 32px;
45700
+ }
45701
+ .base-checkbox.is-bordered.base-checkbox--small .base-checkbox__label {
45702
+ line-height: 15px;
45703
+ font-size: 12px;
45704
+ }
45705
+ .base-checkbox.is-bordered.base-checkbox--small .base-checkbox__inner {
45706
+ height: 12px;
45707
+ width: 12px;
45708
+ }
45709
+ .base-checkbox.is-bordered.base-checkbox--small .base-checkbox__inner::after {
45710
+ height: 6px;
45711
+ width: 2px;
45712
+ }
45713
+ .base-checkbox.is-bordered.base-checkbox--mini {
45714
+ padding: 3px 15px 3px 10px;
45715
+ border-radius: 3px;
45716
+ height: 28px;
45717
+ }
45718
+ .base-checkbox.is-bordered.base-checkbox--mini .base-checkbox__label {
45719
+ line-height: 12px;
45720
+ font-size: 12px;
45721
+ }
45722
+ .base-checkbox.is-bordered.base-checkbox--mini .base-checkbox__inner {
45723
+ height: 12px;
45724
+ width: 12px;
45725
+ }
45726
+ .base-checkbox.is-bordered.base-checkbox--mini .base-checkbox__inner::after {
45727
+ height: 6px;
45728
+ width: 2px;
45729
+ }
45730
+ .base-checkbox__input {
45731
+ white-space: nowrap;
45732
+ cursor: pointer;
45733
+ outline: none;
45734
+ display: inline-block;
45735
+ line-height: 1;
45736
+ position: relative;
45737
+ vertical-align: middle;
45738
+ margin-bottom: 1px;
45739
+ }
45740
+ .base-checkbox__input.is-disabled .base-checkbox__inner {
45741
+ background-color: #edf2fc;
45742
+ border-color: #DCDFE6;
45743
+ cursor: not-allowed;
45744
+ }
45745
+ .base-checkbox__input.is-disabled .base-checkbox__inner::after {
45746
+ cursor: not-allowed;
45747
+ border-color: #8590a6;
45748
+ }
45749
+ .base-checkbox__input.is-disabled .base-checkbox__inner + .base-checkbox__label {
45750
+ cursor: not-allowed;
45751
+ }
45752
+ .base-checkbox__input.is-disabled.is-checked .base-checkbox__inner {
45753
+ background-color: #DCDFE6;
45754
+ border-color: #DCDFE6;
45755
+ }
45756
+ .base-checkbox__input.is-disabled.is-checked .base-checkbox__inner::after {
45757
+ border-color: #FFFFFF;
45758
+ }
45759
+ .base-checkbox__input.is-disabled.is-indeterminate .base-checkbox__inner {
45760
+ background-color: #DCDFE6;
45761
+ border-color: #DCDFE6;
45762
+ }
45763
+ .base-checkbox__input.is-disabled.is-indeterminate .base-checkbox__inner::before {
45764
+ background-color: #FFFFFF;
45765
+ border-color: #FFFFFF;
45766
+ }
45767
+ .base-checkbox__input.is-disabled + span.base-checkbox__label {
45768
+ color: #8590a6;
45769
+ cursor: not-allowed;
45770
+ }
45771
+ .base-checkbox__input.is-checked .base-checkbox__inner {
45772
+ background-color: #2F3A91;
45773
+ border-color: #2F3A91;
45774
+ }
45775
+ .base-checkbox__input.is-checked .base-checkbox__inner::after {
45776
+ transform: rotate(45deg) scaleY(1);
45777
+ }
45778
+ .base-checkbox__input.is-checked + .base-checkbox__label {
45779
+ color: #2F3A91;
45780
+ }
45781
+ .base-checkbox__input.is-focus {
45782
+
45783
+ }
45784
+ .base-checkbox__input.is-focus .base-checkbox__inner {
45785
+ border-color: #2F3A91;
45786
+ }
45787
+ .base-checkbox__input.is-indeterminate .base-checkbox__inner {
45788
+ background-color: #2F3A91;
45789
+ border-color: #2F3A91;
45790
+ }
45791
+ .base-checkbox__input.is-indeterminate .base-checkbox__inner::before {
45792
+ content: "";
45793
+ position: absolute;
45794
+ display: block;
45795
+ background-color: #FFFFFF;
45796
+ height: 2px;
45797
+ transform: scale(0.5);
45798
+ left: 0;
45799
+ right: 0;
45800
+ top: 5px;
45801
+ }
45802
+ .base-checkbox__input.is-indeterminate .base-checkbox__inner::after {
45803
+ display: none;
45804
+ }
45805
+ .base-checkbox__inner {
45806
+ display: inline-block;
45807
+ position: relative;
45808
+ border: 1.5px solid #DCDFE6;
45809
+ border-radius: 2px;
45810
+ box-sizing: border-box;
45811
+ width: 16px;
45812
+ height: 16px;
45813
+ background-color: #FFFFFF;
45814
+ z-index: 1;
45815
+ transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
45816
+ }
45817
+ .base-checkbox__inner:hover {
45818
+ border-color: #2F3A91;
45819
+ }
45820
+ .base-checkbox__inner::after {
45821
+ box-sizing: content-box;
45822
+ content: "";
45823
+ border: 1.5px solid #FFFFFF;
45824
+ border-left: 0;
45825
+ border-top: 0;
45826
+ height: 7px;
45827
+ left: 4px;
45828
+ position: absolute;
45829
+ top: 1px;
45830
+ transform: rotate(45deg) scaleY(0);
45831
+ width: 4px;
45832
+ transition: transform 0.15s ease-in 0.05s;
45833
+ transform-origin: center;
45834
+ }
45835
+ .base-checkbox__original {
45836
+ opacity: 0;
45837
+ outline: none;
45838
+ position: absolute;
45839
+ margin: 0;
45840
+ width: 0;
45841
+ height: 0;
45842
+ z-index: -1;
45843
+ }
45844
+ .base-checkbox__label {
45845
+ display: inline-block;
45846
+ padding-left: 8px;
45847
+ line-height: 19px;
45848
+ font-size: 14px;
45849
+ }
45850
+ .base-checkbox:last-of-type {
45851
+ margin-right: 0;
45852
+ }
45853
+ .base-checkbox-button {
45854
+ position: relative;
45855
+ display: inline-block;
45856
+ }
45857
+ .base-checkbox-button__inner {
45858
+ display: inline-block;
45859
+ line-height: 1;
45860
+ font-weight: 500;
45861
+ white-space: nowrap;
45862
+ vertical-align: middle;
45863
+ cursor: pointer;
45864
+ background: #FFFFFF;
45865
+ border: 1px solid #DCDFE6;
45866
+ border-left: 0;
45867
+ color: #646464;
45868
+ -webkit-appearance: none;
45869
+ text-align: center;
45870
+ box-sizing: border-box;
45871
+ outline: none;
45872
+ margin: 0;
45873
+ position: relative;
45874
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
45875
+ -moz-user-select: none;
45876
+ -webkit-user-select: none;
45877
+ -ms-user-select: none;
45878
+ padding: 0 20px;
45879
+ font-size: 14px;
45880
+ border-radius: 0;
45881
+ }
45882
+ .base-checkbox-button__inner.is-round {
45883
+ padding: 0 20px;
45884
+ }
45885
+ .base-checkbox-button__inner:hover {
45886
+ color: #2F3A91;
45887
+ }
45888
+ .base-checkbox-button__inner [class*=base-icon-] {
45889
+ line-height: 0.9;
45890
+ }
45891
+ .base-checkbox-button__inner [class*=base-icon-] + span {
45892
+ margin-left: 5px;
45893
+ }
45894
+ .base-checkbox-button__original {
45895
+ opacity: 0;
45896
+ outline: none;
45897
+ position: absolute;
45898
+ margin: 0;
45899
+ z-index: -1;
45900
+ }
45901
+ .base-checkbox-button.is-checked .base-checkbox-button__inner {
45902
+ color: #FFFFFF;
45903
+ background-color: #2F3A91;
45904
+ border-color: #2F3A91;
45905
+ box-shadow: -1px 0 0 0 #8289bd;
45906
+ }
45907
+ .base-checkbox-button.is-checked:first-child .base-checkbox-button__inner {
45908
+ border-left-color: #2F3A91;
45909
+ }
45910
+ .base-checkbox-button.is-disabled .base-checkbox-button__inner {
45911
+ color: #8590a6;
45912
+ cursor: not-allowed;
45913
+ background-image: none;
45914
+ background-color: #FFFFFF;
45915
+ border-color: #EBEEF5;
45916
+ box-shadow: none;
45917
+ }
45918
+ .base-checkbox-button.is-disabled:first-child .base-checkbox-button__inner {
45919
+ border-left-color: #EBEEF5;
45920
+ }
45921
+ .base-checkbox-button:first-child .base-checkbox-button__inner {
45922
+ border-left: 1px solid #DCDFE6;
45923
+ border-radius: 4px 0 0 4px;
45924
+ box-shadow: none !important;
45925
+ }
45926
+ .base-checkbox-button.is-focus .base-checkbox-button__inner {
45927
+ border-color: #2F3A91;
45928
+ }
45929
+ .base-checkbox-button:last-child .base-checkbox-button__inner {
45930
+ border-radius: 0 4px 4px 0;
45931
+ }
45932
+ .base-checkbox-button--medium .base-checkbox-button__inner {
45933
+ padding: 11px 20px;
45934
+ font-size: 14px;
45935
+ border-radius: 0;
45936
+ }
45937
+ .base-checkbox-button--medium .base-checkbox-button__inner.is-round {
45938
+ padding: 11px 20px;
45939
+ }
45940
+ .base-checkbox-button--small .base-checkbox-button__inner {
45941
+ padding: 10px 15px;
45942
+ font-size: 12px;
45943
+ border-radius: 0;
45944
+ }
45945
+ .base-checkbox-button--small .base-checkbox-button__inner.is-round {
45946
+ padding: 10px 15px;
45947
+ }
45948
+ .base-checkbox-button--mini .base-checkbox-button__inner {
45949
+ padding: 8px 15px;
45950
+ font-size: 12px;
45951
+ border-radius: 0;
45952
+ }
45953
+ .base-checkbox-button--mini .base-checkbox-button__inner.is-round {
45954
+ padding: 8px 15px;
45955
+ }
45956
+ .base-checkbox-group {
45957
+ font-size: 0;
45958
+ }
45959
+ .base-tree {
45960
+ position: relative;
45961
+ cursor: default;
45962
+ background: #FFFFFF;
45963
+ color: #646464;
45964
+ }
45965
+ .base-tree__empty-block {
45966
+ position: relative;
45967
+ min-height: 60px;
45968
+ text-align: center;
45969
+ width: 100%;
45970
+ height: 100%;
45971
+ }
45972
+ .base-tree__empty-text {
45973
+ position: absolute;
45974
+ left: 50%;
45975
+ top: 50%;
45976
+ transform: translate(-50%, -50%);
45977
+ color: #8590a6;
45978
+ font-size: 14px;
45979
+ }
45980
+ .base-tree__drop-indicator {
45981
+ position: absolute;
45982
+ left: 0;
45983
+ right: 0;
45984
+ height: 1px;
45985
+ background-color: #2F3A91;
45986
+ }
45987
+ .base-tree-node {
45988
+ white-space: nowrap;
45989
+ outline: none;
45990
+ }
45991
+ .base-tree-node:focus { }
45992
+ .base-tree-node:focus > .base-tree-node__content {
45993
+ background-color: #F3F5F8;
45994
+ }
45995
+ .base-tree-node.is-drop-inner > .base-tree-node__content .base-tree-node__label {
45996
+ background-color: #2F3A91;
45997
+ color: #fff;
45998
+ }
45999
+ .base-tree-node__content {
46000
+ display: flex;
46001
+ align-items: center;
46002
+ height: 26px;
46003
+ cursor: pointer;
46004
+ }
46005
+ .base-tree-node__content > .base-tree-node__expand-icon {
46006
+ padding: 6px;
46007
+ }
46008
+ .base-tree-node__content > label.base-checkbox {
46009
+ margin-right: 8px;
46010
+ }
46011
+ .base-tree-node__content:hover {
46012
+ background-color: #F3F5F8;
46013
+ }
46014
+ .base-tree.is-dragging .base-tree-node__content {
46015
+ cursor: move;
46016
+ }
46017
+ .base-tree.is-dragging .base-tree-node__content * {
46018
+ pointer-events: none;
46019
+ }
46020
+ .base-tree.is-dragging.is-drop-not-allow .base-tree-node__content {
46021
+ cursor: not-allowed;
46022
+ }
46023
+ .base-tree-node__expand-icon {
46024
+ cursor: pointer;
46025
+ color: #8590a6;
46026
+ font-size: 12px;
46027
+ transform: rotate(0deg);
46028
+ transition: transform 0.3s ease-in-out;
46029
+ }
46030
+ .base-tree-node__expand-icon.expanded {
46031
+ transform: rotate(90deg);
46032
+ }
46033
+ .base-tree-node__expand-icon.is-leaf {
46034
+ color: transparent;
46035
+ cursor: default;
46036
+ }
46037
+ .base-tree-node__label {
46038
+ font-size: 14px;
46039
+ }
46040
+ .base-tree-node__loading-icon {
46041
+ margin-right: 8px;
46042
+ font-size: 14px;
46043
+ color: #8590a6;
46044
+ }
46045
+ .base-tree-node > .base-tree-node__children {
46046
+ overflow: hidden;
46047
+ background-color: transparent;
46048
+ }
46049
+ .base-tree-node.is-expanded > .base-tree-node__children {
46050
+ display: block;
46051
+ }
46052
+ .base-tree--highlight-current .base-tree-node.is-current > .base-tree-node__content {
46053
+ background-color: #eeeff6;
46054
+ }
46055
+
46056
+
46057
+
46058
+
46059
+
46060
+
46061
+
46062
+
46063
+
46064
+
46065
+
46066
+ :export {
46067
+ primary: #2F3A91;
46068
+ success: #67C23A;
46069
+ warning: #FF791A;
46070
+ danger: #F1403C;
46071
+ info: #8590a6;
46072
+ }
46073
+
46074
+
46075
+
46076
+
46077
+
46078
+
46079
+
46080
+
46081
+
46082
+
46083
+
46084
+
46085
+
46086
+
46087
+
46088
+
46089
+
46090
+
46091
+
46092
+
46093
+
46094
+
46095
+
46096
+
46097
+
46098
+
46099
+
46100
+
46101
+
46102
+
46103
+
46104
+
46105
+
46106
+
46107
+
46108
+
46109
+
46110
+
46111
+
46112
+
46113
+
46114
+
46115
+
46116
+
46117
+
46118
+
46119
+
46120
+
46121
+
46122
+
46123
+
46124
+
46125
+
46126
+
46127
+
46128
+
46129
+
46130
+
46131
+
46132
+
46133
+
46134
+
46135
+
46136
+
46137
+
46138
+
46139
+
46140
+
46141
+
46142
+
46143
+
46144
+ :export {
46145
+ primary: #2F3A91;
46146
+ success: #67C23A;
46147
+ warning: #FF791A;
46148
+ danger: #F1403C;
46149
+ info: #8590a6;
46150
+ }
46151
+
46152
+
46153
+
46154
+
46155
+
46156
+
46157
+
46158
+
46159
+
46160
+
46161
+
46162
+
46163
+
46164
+
46165
+
46166
+
46167
+
46168
+
46169
+
46170
+
46171
+
46172
+
46173
+
46174
+
46175
+
46176
+
46177
+
46178
+
46179
+
46180
+
46181
+
46182
+
46183
+
46184
+
46185
+
46186
+
46187
+
46188
+
46189
+
46190
+
46191
+
46192
+
46193
+
46194
+
46195
+
46196
+
46197
+
46198
+
46199
+
46200
+
46201
+
46202
+
46203
+
46204
+
46205
+
46206
+
46207
+
46208
+
46209
+
46210
+
46211
+
46212
+
46213
+
46214
+
46215
+
46216
+
46217
+
46218
+ :export {
46219
+ primary: #2F3A91;
46220
+ success: #67C23A;
46221
+ warning: #FF791A;
46222
+ danger: #F1403C;
46223
+ info: #8590a6;
46224
+ }
46225
+
46226
+
46227
+
46228
+
46229
+
46230
+
46231
+
46232
+
46233
+
46234
+
46235
+
46236
+
46237
+
46238
+
46239
+
46240
+
46241
+
46242
+
46243
+
46244
+
46245
+
46246
+
46247
+
46248
+
46249
+
46250
+
46251
+
46252
+
46253
+
46254
+
46255
+
46256
+
46257
+
46258
+
46259
+
46260
+
46261
+
46262
+
46263
+
46264
+
46265
+
46266
+
46267
+
46268
+
46269
+
46270
+
46271
+
46272
+
46273
+
46274
+
46275
+
46276
+
46277
+
46278
+
46279
+
46280
+
46281
+
46282
+
46283
+
46284
+
46285
+
46286
+
46287
+
46288
+
46289
+
46290
+
46291
+
46292
+
46293
+
46294
+
46295
+
46296
+ :export {
46297
+ primary: #2F3A91;
46298
+ success: #67C23A;
46299
+ warning: #FF791A;
46300
+ danger: #F1403C;
46301
+ info: #8590a6;
46302
+ }
46303
+
46304
+
46305
+
46306
+
46307
+
46308
+
46309
+
46310
+
46311
+
46312
+
46313
+
46314
+
46315
+
46316
+
46317
+
46318
+
46319
+
46320
+
46321
+
46322
+
46323
+
46324
+
46325
+
46326
+
46327
+
46328
+
46329
+
46330
+
46331
+
46332
+
46333
+
46334
+
46335
+
46336
+
46337
+
46338
+
46339
+
46340
+
46341
+
46342
+
46343
+
46344
+
46345
+
46346
+
46347
+
46348
+
46349
+
46350
+
46351
+
46352
+
46353
+
46354
+
46355
+
46356
+
46357
+
46358
+
46359
+ .base-textarea {
46360
+ position: relative;
46361
+ display: inline-block;
46362
+ width: 100%;
46363
+ vertical-align: bottom;
46364
+ font-size: 14px;
46365
+ }
46366
+ .base-textarea__inner {
46367
+ display: block;
46368
+ resize: vertical;
46369
+ padding: 9.5px 0;
46370
+ line-height: 1.5;
46371
+ box-sizing: border-box;
46372
+ width: 100%;
46373
+ font-size: inherit;
46374
+ color: #646464;
46375
+ caret-color: #2F3A91;
46376
+ background-color: #FFFFFF;
46377
+ background-image: none;
46378
+ border: none;
46379
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
46380
+ }
46381
+ .base-textarea__inner::placeholder {
46382
+ color: #8590a6;
46383
+ }
46384
+ .base-textarea__inner:hover {
46385
+ border-color: #8590a6;
46386
+ }
46387
+ .base-textarea__inner:focus {
46388
+ outline: none;
46389
+ border-color: #2F3A91;
46390
+ }
46391
+ .base-textarea .base-input__count {
46392
+ color: #8590a6;
46393
+ background: #FFFFFF;
46394
+ position: absolute;
46395
+ font-size: 12px;
46396
+ bottom: 5px;
46397
+ right: 10px;
46398
+ }
46399
+ .base-textarea.is-disabled .base-textarea__inner {
46400
+ background-color: #F3F5F8;
46401
+ border-color: #E4E7ED;
46402
+ color: #8590a6;
46403
+ cursor: not-allowed;
46404
+ }
46405
+ .base-textarea.is-disabled .base-textarea__inner::placeholder {
46406
+ color: #8590a6;
46407
+ }
46408
+ .base-textarea.is-exceed .base-textarea__inner {
46409
+ border-color: #F1403C;
46410
+ }
46411
+ .base-textarea.is-exceed .base-input__count {
46412
+ color: #F1403C;
46413
+ }
46414
+ .base-textarea.is-rippled:after, .base-textarea.is-rippled:before {
46415
+ bottom: -1px;
46416
+ content: "";
46417
+ left: 0;
46418
+ position: absolute;
46419
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
46420
+ width: 100%;
46421
+ text-decoration: inherit;
46422
+ vertical-align: inherit;
46423
+ background-repeat: no-repeat;
46424
+ box-sizing: inherit;
46425
+ }
46426
+ .base-textarea.is-rippled:before {
46427
+ background-color: #DCDFE6;
46428
+ height: 1px;
46429
+ }
46430
+ .base-textarea.is-rippled:after {
46431
+ background-color: #2F3A91;
46432
+ border: none;
46433
+ height: 2px;
46434
+ transform: scaleX(0);
46435
+ }
46436
+ .base-textarea.is-rippled:hover:before {
46437
+ border-color: #8590a6;
46438
+ }
46439
+ .base-textarea.is-focused.is-rippled:before {
46440
+ border-color: #2F3A91;
46441
+ }
46442
+ .base-textarea.is-focused.is-rippled:after {
46443
+ transform: scaleX(1);
46444
+ }
46445
+ .base-input {
46446
+ position: relative;
46447
+ font-size: 14px;
46448
+ display: inline-block;
46449
+ width: 100%;
46450
+ }
46451
+ .base-input::-webkit-scrollbar {
46452
+ z-index: 11;
46453
+ width: 6px;
46454
+ }
46455
+ .base-input::-webkit-scrollbar:horizontal {
46456
+ height: 6px;
46457
+ }
46458
+ .base-input::-webkit-scrollbar-thumb {
46459
+ border-radius: 5px;
46460
+ width: 6px;
46461
+ background: #b4bccc;
46462
+ }
46463
+ .base-input::-webkit-scrollbar-corner {
46464
+ background: #fff;
46465
+ }
46466
+ .base-input::-webkit-scrollbar-track {
46467
+ background: #fff;
46468
+ }
46469
+ .base-input::-webkit-scrollbar-track-piece {
46470
+ background: #fff;
46471
+ width: 6px;
46472
+ }
46473
+ .base-input .base-input__clear {
46474
+ color: #8590a6;
46475
+ font-size: 14px;
46476
+ cursor: pointer;
46477
+ transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
46478
+ }
46479
+ .base-input .base-input__clear:hover {
46480
+ color: #8590a6;
46481
+ }
46482
+ .base-input .base-input__count {
46483
+ height: 100%;
46484
+ display: inline-flex;
46485
+ align-items: center;
46486
+ color: #8590a6;
46487
+ font-size: 12px;
46488
+ }
46489
+ .base-input .base-input__count .base-input__count-inner {
46490
+ background: #FFFFFF;
46491
+ line-height: initial;
46492
+ display: inline-block;
46493
+ padding: 0 5px;
46494
+ }
46495
+ .base-input__inner {
46496
+ -webkit-appearance: none;
46497
+ background-color: transparent;
46498
+ background-image: none;
46499
+ border-radius: 0;
46500
+ border: none;
46501
+ box-sizing: border-box;
46502
+ color: #646464;
46503
+ caret-color: #2F3A91;
46504
+ display: inline-block;
46505
+ font-size: inherit;
46506
+ height: 40px;
46507
+ line-height: 40px;
46508
+ outline: none;
46509
+ padding: 0;
46510
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
46511
+ width: 100%;
46512
+ }
46513
+ .base-input__inner::placeholder {
46514
+ color: #8590a6;
46515
+ }
46516
+ .base-input__inner:hover {
46517
+ border-color: #8590a6;
46518
+ }
46519
+ .base-input__inner:focus {
46520
+ outline: none;
46521
+ border-color: #2F3A91;
46522
+ }
46523
+ .base-input__suffix {
46524
+ position: absolute;
46525
+ height: 100%;
46526
+ right: 0;
46527
+ top: 0;
46528
+ text-align: right;
46529
+ color: #8590a6;
46530
+ transition: all 0.3s;
46531
+ pointer-events: none;
46532
+ }
46533
+ .base-input__suffix-inner {
46534
+ pointer-events: all;
46535
+ }
46536
+ .base-input__prefix {
46537
+ position: absolute;
46538
+ height: 100%;
46539
+ left: 0;
46540
+ top: 0;
46541
+ text-align: center;
46542
+ color: #8590a6;
46543
+ transition: all 0.3s;
46544
+ display: flex;
46545
+ align-items: center;
46546
+ }
46547
+ .base-input__icon {
46548
+ height: 100%;
46549
+ width: 20px;
46550
+ text-align: center;
46551
+ transition: all 0.3s;
46552
+ line-height: 40px;
46553
+ }
46554
+ .base-input__icon:after {
46555
+ content: "";
46556
+ height: 100%;
46557
+ width: 0;
46558
+ display: inline-block;
46559
+ vertical-align: middle;
46560
+ }
46561
+ .base-input__validateIcon {
46562
+ pointer-events: none;
46563
+ }
46564
+ .base-input__placeholder {
46565
+ position: absolute;
46566
+ top: 0;
46567
+ left: 0;
46568
+ right: auto;
46569
+ transform-origin: top left;
46570
+ height: 40px;
46571
+ line-height: 40px;
46572
+ letter-spacing: normal;
46573
+ color: #8590a6;
46574
+ max-width: 90%;
46575
+ overflow: hidden;
46576
+ text-overflow: ellipsis;
46577
+ white-space: nowrap;
46578
+ pointer-events: none;
46579
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
46580
+ }
46581
+ .base-input__placeholder.is-active {
46582
+ max-width: 100%;
46583
+ transform: translateY(-10px);
46584
+ font-size: 12px;
46585
+ height: auto;
46586
+ line-height: 1;
46587
+ }
46588
+ .base-input.is-active .base-input__inner {
46589
+ outline: none;
46590
+ border-color: #2F3A91;
46591
+ }
46592
+ .base-input.is-disabled .base-input__inner {
46593
+ color: #8590a6;
46594
+ cursor: not-allowed;
46595
+ }
46596
+ .base-input.is-disabled .base-input__inner::placeholder {
46597
+ color: #8590a6;
46598
+ }
46599
+ .base-input.is-disabled .base-input__icon {
46600
+ cursor: not-allowed;
46601
+ }
46602
+ .base-input.is-exceed .base-input__inner {
46603
+ border-color: #F1403C;
46604
+ }
46605
+ .base-input.is-exceed .base-input__suffix .base-input__count {
46606
+ color: #F1403C;
46607
+ }
46608
+ .base-input.is-focused .base-input__placeholder.is-active {
46609
+ color: #2F3A91;
46610
+ padding-left: 0;
46611
+ }
46612
+ .base-input.is-rippled:after, .base-input.is-rippled:before {
46613
+ bottom: -1px;
46614
+ content: "";
46615
+ left: 0;
46616
+ position: absolute;
46617
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
46618
+ width: 100%;
46619
+ }
46620
+ .base-input.is-rippled:before {
46621
+ background-color: #DCDFE6;
46622
+ height: 1px;
46623
+ }
46624
+ .base-input.is-rippled:after {
46625
+ background-color: #2F3A91;
46626
+ border: none;
46627
+ height: 2px;
46628
+ transform: scaleX(0);
46629
+ }
46630
+ .base-input.is-rippled:hover:before {
46631
+ background-color: #8590a6;
46632
+ }
46633
+ .base-input.is-focused.is-rippled:before {
46634
+ background-color: #2F3A91;
46635
+ }
46636
+ .base-input.is-focused.is-rippled:after {
46637
+ transform: scaleX(1);
46638
+ }
46639
+ .base-input--suffix .base-input__inner {
46640
+ padding-right: 25px;
46641
+ }
46642
+ .base-input--prefix .base-input__inner {
46643
+ padding-left: 28px;
46644
+ }
46645
+ .base-input--prefix .base-input__placeholder {
46646
+ padding-left: 28px;
46647
+ }
46648
+ .base-input--prefix .base-input__placeholder.is-active {
46649
+ padding: 0;
46650
+ }
46651
+ .base-input--medium {
46652
+ font-size: 14px;
46653
+ }
46654
+ .base-input--medium .base-input__inner {
46655
+ height: 36px;
46656
+ line-height: 36px;
46657
+ }
46658
+ .base-input--medium .base-input__icon {
46659
+ line-height: 36px;
46660
+ }
46661
+ .base-input--small {
46662
+ font-size: 13px;
46663
+ }
46664
+ .base-input--small .base-input__inner {
46665
+ height: 32px;
46666
+ line-height: 32px;
46667
+ }
46668
+ .base-input--small .base-input__icon {
46669
+ line-height: 32px;
46670
+ }
46671
+ .base-input--mini {
46672
+ font-size: 12px;
46673
+ }
46674
+ .base-input--mini .base-input__inner {
46675
+ height: 28px;
46676
+ line-height: 28px;
46677
+ }
46678
+ .base-input--mini .base-input__icon {
46679
+ line-height: 28px;
46680
+ }
46681
+ .base-input-group {
46682
+ line-height: normal;
46683
+ display: inline-table;
46684
+ width: 100%;
46685
+ border-collapse: separate;
46686
+ border-spacing: 0;
46687
+ }
46688
+ .base-input-group > .base-input__inner {
46689
+ vertical-align: middle;
46690
+ display: table-cell;
46691
+ }
46692
+ .base-input-group__append, .base-input-group__prepend {
46693
+ background-color: #F3F5F8;
46694
+ color: #8590a6;
46695
+ vertical-align: middle;
46696
+ display: table-cell;
46697
+ position: relative;
46698
+ border: 1px solid #DCDFE6;
46699
+ border-radius: 4px;
46700
+ padding: 0 20px;
46701
+ width: 1px;
46702
+ white-space: nowrap;
46703
+ }
46704
+ .base-input-group__append:focus, .base-input-group__prepend:focus {
46705
+ outline: none;
46706
+ }
46707
+ .base-input-group__append .base-select,
46708
+ .base-input-group__append .base-button, .base-input-group__prepend .base-select,
46709
+ .base-input-group__prepend .base-button {
46710
+ display: inline-block;
46711
+ margin: -10px -20px;
46712
+ }
46713
+ .base-input-group__append button.base-button,
46714
+ .base-input-group__append div.base-select .base-input__inner,
46715
+ .base-input-group__append div.base-select:hover .base-input__inner, .base-input-group__prepend button.base-button,
46716
+ .base-input-group__prepend div.base-select .base-input__inner,
46717
+ .base-input-group__prepend div.base-select:hover .base-input__inner {
46718
+ border-color: transparent;
46719
+ background-color: transparent;
46720
+ color: inherit;
46721
+ border-top: 0;
46722
+ border-bottom: 0;
46723
+ }
46724
+ .base-input-group__append .base-button,
46725
+ .base-input-group__append .base-input, .base-input-group__prepend .base-button,
46726
+ .base-input-group__prepend .base-input {
46727
+ font-size: inherit;
46728
+ }
46729
+ .base-input-group__prepend {
46730
+ border-right: 0;
46731
+ border-top-right-radius: 0;
46732
+ border-bottom-right-radius: 0;
46733
+ }
46734
+ .base-input-group__append {
46735
+ border-left: 0;
46736
+ border-top-left-radius: 0;
46737
+ border-bottom-left-radius: 0;
46738
+ }
46739
+ .base-input-group--prepend .base-input__inner {
46740
+ border-top-left-radius: 0;
46741
+ border-bottom-left-radius: 0;
46742
+ }
46743
+ .base-input-group--prepend .base-select .base-input.is-focus .base-input__inner {
46744
+ border-color: transparent;
46745
+ }
46746
+ .base-input-group--append .base-input__inner {
46747
+ border-top-right-radius: 0;
46748
+ border-bottom-right-radius: 0;
46749
+ }
46750
+ .base-input-group--append .base-select .base-input.is-focus .base-input__inner {
46751
+ border-color: transparent;
46752
+ }
46753
+
46754
+ .base-input__inner::-ms-clear {
46755
+ display: none;
46756
+ width: 0;
46757
+ height: 0;
46758
+ }
46759
+
46760
+
46761
+
46762
+
46763
+
46764
+
46765
+
46766
+
46767
+
46768
+
46769
+
46770
+ :export {
46771
+ primary: #2F3A91;
46772
+ success: #67C23A;
46773
+ warning: #FF791A;
46774
+ danger: #F1403C;
46775
+ info: #8590a6;
46776
+ }
46777
+
46778
+
46779
+
46780
+
46781
+
46782
+
46783
+
46784
+
46785
+
46786
+
46787
+
46788
+
46789
+
46790
+
46791
+
46792
+
46793
+
46794
+
46795
+
46796
+
46797
+
46798
+
46799
+
46800
+
46801
+
46802
+
46803
+
46804
+
46805
+
46806
+
46807
+
46808
+
46809
+
46810
+
46811
+
46812
+
46813
+
46814
+
46815
+
46816
+
46817
+
46818
+
46819
+
46820
+
46821
+
46822
+
46823
+
46824
+
46825
+
46826
+
46827
+
46828
+
46829
+
46830
+
46831
+
46832
+
46833
+
46834
+
46835
+
46836
+
46837
+
46838
+
46839
+
46840
+
46841
+
46842
+
46843
+
46844
+ :export {
46845
+ primary: #2F3A91;
46846
+ success: #67C23A;
46847
+ warning: #FF791A;
46848
+ danger: #F1403C;
46849
+ info: #8590a6;
46850
+ }
46851
+
46852
+
46853
+
46854
+
46855
+
46856
+
46857
+
46858
+
46859
+
46860
+
46861
+
46862
+
46863
+
46864
+
46865
+
46866
+
46867
+
46868
+
46869
+
46870
+
46871
+
46872
+
46873
+
46874
+
46875
+
46876
+
46877
+
46878
+
46879
+
46880
+
46881
+
46882
+
46883
+
46884
+
46885
+
46886
+
46887
+
46888
+
46889
+
46890
+
46891
+
46892
+
46893
+
46894
+
46895
+
46896
+
46897
+
46898
+
46899
+
46900
+
46901
+
46902
+
46903
+
46904
+
46905
+
46906
+
46907
+
46908
+
46909
+
46910
+
46911
+ .base-button {
46912
+ display: inline-block;
46913
+ line-height: 1;
46914
+ white-space: nowrap;
46915
+ cursor: pointer;
46916
+ background: #FFFFFF;
46917
+ height: 40px;
46918
+ color: #646464;
46919
+ -webkit-appearance: none;
46920
+ text-align: center;
46921
+ box-sizing: border-box;
46922
+ outline: none;
46923
+ margin: 0;
46924
+ transition: 0.1s;
46925
+ font-weight: 500;
46926
+ -moz-user-select: none;
46927
+ -webkit-user-select: none;
46928
+ -ms-user-select: none;
46929
+ padding: 0 20px;
46930
+ font-size: 14px;
46931
+ border-radius: 4px;
46932
+ }
46933
+ .base-button + .base-button {
46934
+ margin-left: 10px;
46935
+ }
46936
+ .base-button.is-round {
46937
+ padding: 0 20px;
46938
+ }
46939
+ .base-button:hover, .base-button:focus {
46940
+ color: #2F3A91;
46941
+ border-color: #c1c4de;
46942
+ background-color: #eaebf4;
46943
+ }
46944
+ .base-button:active {
46945
+ color: #2a3483;
46946
+ border-color: #2a3483;
46947
+ outline: none;
46948
+ }
46949
+ .base-button::-moz-focus-inner {
46950
+ border: 0;
46951
+ }
46952
+ .base-button [class*=base-icon-] + span {
46953
+ margin-left: 5px;
46954
+ }
46955
+ .base-button.is-light {
46956
+ border: thin solid #8590a6;
46957
+ color: #8590a6;
46958
+ }
46959
+ .base-button.is-light:hover {
46960
+ background: rgba(133, 144, 166, 0.06) !important;
46961
+ border-color: #8590a6 !important;
46962
+ color: #8590a6 !important;
46963
+ }
46964
+ .base-button.is-light:focus, .base-button.is-light:active {
46965
+ background: rgba(133, 144, 166, 0.06) !important;
46966
+ border-color: #8590a6 !important;
46967
+ color: #8590a6 !important;
46968
+ outline: none;
46969
+ }
46970
+ .base-button.is-plain:hover {
46971
+ background: #F3F5F8;
46972
+ border-color: #F3F5F8;
46973
+ color: #646464;
46974
+ }
46975
+ .base-button.is-plain:focus, .base-button.is-plain:active {
46976
+ background: rgba(0, 0, 0, 0.06);
46977
+ border-color: rgba(0, 0, 0, 0.06);
46978
+ color: #121212;
46979
+ outline: none;
46980
+ }
46981
+ .base-button.is-plain i {
46982
+ font-weight: 600;
46983
+ }
46984
+ .base-button.is-active {
46985
+ color: #2a3483;
46986
+ border-color: #2a3483;
46987
+ }
46988
+ .base-button.is-disabled, .base-button.is-disabled:hover, .base-button.is-disabled:focus {
46989
+ color: #8590a6;
46990
+ cursor: not-allowed;
46991
+ background-image: none;
46992
+ background-color: #FFFFFF;
46993
+ border-color: #EBEEF5;
46994
+ }
46995
+ .base-button.is-disabled.base-button--text {
46996
+ background-color: transparent;
46997
+ }
46998
+ .base-button.is-disabled.is-plain, .base-button.is-disabled.is-plain:hover, .base-button.is-disabled.is-plain:focus {
46999
+ background-color: #FFFFFF;
47000
+ border-color: #EBEEF5;
47001
+ color: #8590a6;
47002
+ }
47003
+ .base-button.is-loading {
47004
+ position: relative;
47005
+ pointer-events: none;
47006
+ }
47007
+ .base-button.is-loading:before {
47008
+ pointer-events: none;
47009
+ content: "";
47010
+ position: absolute;
47011
+ left: -1px;
47012
+ top: -1px;
47013
+ right: -1px;
47014
+ bottom: -1px;
47015
+ border-radius: inherit;
47016
+ background-color: rgba(255, 255, 255, 0.35);
47017
+ }
47018
+ .base-button.is-round {
47019
+ border-radius: 20px;
47020
+ padding: 12px 23px;
47021
+ }
47022
+ .base-button.is-circle {
47023
+ border-radius: 50%;
47024
+ padding: 0;
47025
+ }
47026
+ .base-button--primary {
47027
+ color: #FFFFFF;
47028
+ background-color: #2F3A91;
47029
+ border-color: #2F3A91;
47030
+ }
47031
+ .base-button--primary:hover, .base-button--primary:focus {
47032
+ background: #5961a7 !important;
47033
+ border-color: #5961a7 !important;
47034
+ color: #FFFFFF !important;
47035
+ }
47036
+ .base-button--primary:active {
47037
+ background: #2a3483 !important;
47038
+ border-color: #2a3483 !important;
47039
+ color: #FFFFFF !important;
47040
+ outline: none !important;
47041
+ }
47042
+ .base-button--primary.is-active {
47043
+ background: #2a3483 !important;
47044
+ border-color: #2a3483 !important;
47045
+ color: #FFFFFF !important;
47046
+ }
47047
+ .base-button--primary.is-disabled, .base-button--primary.is-disabled:hover, .base-button--primary.is-disabled:focus, .base-button--primary.is-disabled:active {
47048
+ color: #FFFFFF !important;
47049
+ background-color: #979dc8 !important;
47050
+ border-color: #979dc8 !important;
47051
+ }
47052
+ .base-button--primary.is-plain {
47053
+ color: #2F3A91;
47054
+ background: #eaebf4;
47055
+ border-color: #acb0d3;
47056
+ }
47057
+ .base-button--primary.is-plain:hover, .base-button--primary.is-plain:focus {
47058
+ background: #2F3A91;
47059
+ border-color: #2F3A91;
47060
+ color: #FFFFFF;
47061
+ }
47062
+ .base-button--primary.is-plain:active {
47063
+ background: #2a3483;
47064
+ border-color: #2a3483;
47065
+ color: #FFFFFF;
47066
+ outline: none;
47067
+ }
47068
+ .base-button--primary.is-plain.is-disabled, .base-button--primary.is-plain.is-disabled:hover, .base-button--primary.is-plain.is-disabled:focus, .base-button--primary.is-plain.is-disabled:active {
47069
+ color: #8289bd;
47070
+ background-color: #eaebf4;
47071
+ border-color: #d5d8e9;
47072
+ }
47073
+ .base-button--primary.is-light {
47074
+ border-color: #2F3A91;
47075
+ color: #2F3A91;
47076
+ background-color: #FFFFFF;
47077
+ }
47078
+ .base-button--primary.is-light:hover {
47079
+ border-color: #2F3A91 !important;
47080
+ color: #2F3A91 !important;
47081
+ background: #eaebf4 !important;
47082
+ }
47083
+ .base-button--primary.is-light:focus, .base-button--primary.is-light:active {
47084
+ border-color: #2F3A91 !important;
47085
+ color: #2F3A91 !important;
47086
+ background: #eaebf4 !important;
47087
+ }
47088
+ .base-button--success {
47089
+ color: #FFFFFF;
47090
+ background-color: #67C23A;
47091
+ border-color: #67C23A;
47092
+ }
47093
+ .base-button--success:hover, .base-button--success:focus {
47094
+ background: #85ce61 !important;
47095
+ border-color: #85ce61 !important;
47096
+ color: #FFFFFF !important;
47097
+ }
47098
+ .base-button--success:active {
47099
+ background: #5daf34 !important;
47100
+ border-color: #5daf34 !important;
47101
+ color: #FFFFFF !important;
47102
+ outline: none !important;
47103
+ }
47104
+ .base-button--success.is-active {
47105
+ background: #5daf34 !important;
47106
+ border-color: #5daf34 !important;
47107
+ color: #FFFFFF !important;
47108
+ }
47109
+ .base-button--success.is-disabled, .base-button--success.is-disabled:hover, .base-button--success.is-disabled:focus, .base-button--success.is-disabled:active {
47110
+ color: #FFFFFF !important;
47111
+ background-color: #b3e19d !important;
47112
+ border-color: #b3e19d !important;
47113
+ }
47114
+ .base-button--success.is-plain {
47115
+ color: #67C23A;
47116
+ background: #f0f9eb;
47117
+ border-color: #c2e7b0;
47118
+ }
47119
+ .base-button--success.is-plain:hover, .base-button--success.is-plain:focus {
47120
+ background: #67C23A;
47121
+ border-color: #67C23A;
47122
+ color: #FFFFFF;
47123
+ }
47124
+ .base-button--success.is-plain:active {
47125
+ background: #5daf34;
47126
+ border-color: #5daf34;
47127
+ color: #FFFFFF;
47128
+ outline: none;
47129
+ }
47130
+ .base-button--success.is-plain.is-disabled, .base-button--success.is-plain.is-disabled:hover, .base-button--success.is-plain.is-disabled:focus, .base-button--success.is-plain.is-disabled:active {
47131
+ color: #a4da89;
47132
+ background-color: #f0f9eb;
47133
+ border-color: #e1f3d8;
47134
+ }
47135
+ .base-button--warning {
47136
+ color: #FFFFFF;
47137
+ background-color: #FF791A;
47138
+ border-color: #FF791A;
47139
+ }
47140
+ .base-button--warning:hover, .base-button--warning:focus {
47141
+ background: #ff9448 !important;
47142
+ border-color: #ff9448 !important;
47143
+ color: #FFFFFF !important;
47144
+ }
47145
+ .base-button--warning:active {
47146
+ background: #e66d17 !important;
47147
+ border-color: #e66d17 !important;
47148
+ color: #FFFFFF !important;
47149
+ outline: none !important;
47150
+ }
47151
+ .base-button--warning.is-active {
47152
+ background: #e66d17 !important;
47153
+ border-color: #e66d17 !important;
47154
+ color: #FFFFFF !important;
47155
+ }
47156
+ .base-button--warning.is-disabled, .base-button--warning.is-disabled:hover, .base-button--warning.is-disabled:focus, .base-button--warning.is-disabled:active {
47157
+ color: #FFFFFF !important;
47158
+ background-color: #ffbc8d !important;
47159
+ border-color: #ffbc8d !important;
47160
+ }
47161
+ .base-button--warning.is-plain {
47162
+ color: #FF791A;
47163
+ background: #fff2e8;
47164
+ border-color: #ffc9a3;
47165
+ }
47166
+ .base-button--warning.is-plain:hover, .base-button--warning.is-plain:focus {
47167
+ background: #FF791A;
47168
+ border-color: #FF791A;
47169
+ color: #FFFFFF;
47170
+ }
47171
+ .base-button--warning.is-plain:active {
47172
+ background: #e66d17;
47173
+ border-color: #e66d17;
47174
+ color: #FFFFFF;
47175
+ outline: none;
47176
+ }
47177
+ .base-button--warning.is-plain.is-disabled, .base-button--warning.is-plain.is-disabled:hover, .base-button--warning.is-plain.is-disabled:focus, .base-button--warning.is-plain.is-disabled:active {
47178
+ color: #ffaf76;
47179
+ background-color: #fff2e8;
47180
+ border-color: #ffe4d1;
47181
+ }
47182
+ .base-button--danger {
47183
+ color: #FFFFFF;
47184
+ background-color: #F1403C;
47185
+ border-color: #F1403C;
47186
+ }
47187
+ .base-button--danger:hover, .base-button--danger:focus {
47188
+ background: #f46663 !important;
47189
+ border-color: #f46663 !important;
47190
+ color: #FFFFFF !important;
47191
+ }
47192
+ .base-button--danger:active {
47193
+ background: #d93a36 !important;
47194
+ border-color: #d93a36 !important;
47195
+ color: #FFFFFF !important;
47196
+ outline: none !important;
47197
+ }
47198
+ .base-button--danger.is-active {
47199
+ background: #d93a36 !important;
47200
+ border-color: #d93a36 !important;
47201
+ color: #FFFFFF !important;
47202
+ }
47203
+ .base-button--danger.is-disabled, .base-button--danger.is-disabled:hover, .base-button--danger.is-disabled:focus, .base-button--danger.is-disabled:active {
47204
+ color: #FFFFFF !important;
47205
+ background-color: #f8a09e !important;
47206
+ border-color: #f8a09e !important;
47207
+ }
47208
+ .base-button--danger.is-plain {
47209
+ color: #F1403C;
47210
+ background: #feecec;
47211
+ border-color: #f9b3b1;
47212
+ }
47213
+ .base-button--danger.is-plain:hover, .base-button--danger.is-plain:focus {
47214
+ background: #F1403C;
47215
+ border-color: #F1403C;
47216
+ color: #FFFFFF;
47217
+ }
47218
+ .base-button--danger.is-plain:active {
47219
+ background: #d93a36;
47220
+ border-color: #d93a36;
47221
+ color: #FFFFFF;
47222
+ outline: none;
47223
+ }
47224
+ .base-button--danger.is-plain.is-disabled, .base-button--danger.is-plain.is-disabled:hover, .base-button--danger.is-plain.is-disabled:focus, .base-button--danger.is-plain.is-disabled:active {
47225
+ color: #f78c8a;
47226
+ background-color: #feecec;
47227
+ border-color: #fcd9d8;
47228
+ }
47229
+ .base-button--info {
47230
+ color: #FFFFFF;
47231
+ background-color: #8590a6;
47232
+ border-color: #8590a6;
47233
+ }
47234
+ .base-button--info:hover, .base-button--info:focus {
47235
+ background: #9da6b8 !important;
47236
+ border-color: #9da6b8 !important;
47237
+ color: #FFFFFF !important;
47238
+ }
47239
+ .base-button--info:active {
47240
+ background: #788295 !important;
47241
+ border-color: #788295 !important;
47242
+ color: #FFFFFF !important;
47243
+ outline: none !important;
47244
+ }
47245
+ .base-button--info.is-active {
47246
+ background: #788295 !important;
47247
+ border-color: #788295 !important;
47248
+ color: #FFFFFF !important;
47249
+ }
47250
+ .base-button--info.is-disabled, .base-button--info.is-disabled:hover, .base-button--info.is-disabled:focus, .base-button--info.is-disabled:active {
47251
+ color: #FFFFFF !important;
47252
+ background-color: #c2c8d3 !important;
47253
+ border-color: #c2c8d3 !important;
47254
+ }
47255
+ .base-button--info.is-plain {
47256
+ color: #8590a6;
47257
+ background: #f3f4f6;
47258
+ border-color: #ced3db;
47259
+ }
47260
+ .base-button--info.is-plain:hover, .base-button--info.is-plain:focus {
47261
+ background: #8590a6;
47262
+ border-color: #8590a6;
47263
+ color: #FFFFFF;
47264
+ }
47265
+ .base-button--info.is-plain:active {
47266
+ background: #788295;
47267
+ border-color: #788295;
47268
+ color: #FFFFFF;
47269
+ outline: none;
47270
+ }
47271
+ .base-button--info.is-plain.is-disabled, .base-button--info.is-plain.is-disabled:hover, .base-button--info.is-plain.is-disabled:focus, .base-button--info.is-plain.is-disabled:active {
47272
+ color: #b6bcca;
47273
+ background-color: #f3f4f6;
47274
+ border-color: #e7e9ed;
47275
+ }
47276
+ .base-button--medium {
47277
+ height: 36px;
47278
+ padding: 11px 20px;
47279
+ font-size: 14px;
47280
+ border-radius: 4px;
47281
+ }
47282
+ .base-button--medium.is-round {
47283
+ padding: 11px 20px;
47284
+ }
47285
+ .base-button--medium.is-circle {
47286
+ padding: 11px;
47287
+ }
47288
+ .base-button--small {
47289
+ height: 32px;
47290
+ padding: 10px 15px;
47291
+ font-size: 12px;
47292
+ border-radius: 3px;
47293
+ }
47294
+ .base-button--small.is-round {
47295
+ padding: 10px 15px;
47296
+ }
47297
+ .base-button--small.is-circle {
47298
+ padding: 10px;
47299
+ }
47300
+ .base-button--mini {
47301
+ height: 28px;
47302
+ padding: 0 15px;
47303
+ font-size: 12px;
47304
+ border-radius: 3px;
47305
+ }
47306
+ .base-button--mini.is-round {
47307
+ padding: 0 15px;
47308
+ }
47309
+ .base-button--mini.is-circle {
47310
+ padding: 8px;
47311
+ }
47312
+ .base-button--text {
47313
+ border-color: transparent;
47314
+ color: #2F3A91;
47315
+ background: transparent;
47316
+ padding-left: 0;
47317
+ padding-right: 0;
47318
+ }
47319
+ .base-button--text:hover, .base-button--text:focus {
47320
+ color: #5961a7;
47321
+ border-color: transparent;
47322
+ background-color: transparent;
47323
+ }
47324
+ .base-button--text:active {
47325
+ color: #2a3483;
47326
+ border-color: transparent;
47327
+ background-color: transparent;
47328
+ }
47329
+ .base-button--text.is-disabled, .base-button--text.is-disabled:hover, .base-button--text.is-disabled:focus {
47330
+ border-color: transparent;
47331
+ }
47332
+ .base-button-group {
47333
+ display: inline-block;
47334
+ vertical-align: middle;
47335
+ }
47336
+ .base-button-group::before,
47337
+ .base-button-group::after {
47338
+ display: table;
47339
+ content: "";
47340
+ }
47341
+ .base-button-group::after {
47342
+ clear: both;
47343
+ }
47344
+ .base-button-group > .base-button {
47345
+ float: left;
47346
+ position: relative;
47347
+ }
47348
+ .base-button-group > .base-button + .base-button {
47349
+ margin-left: 0;
47350
+ }
47351
+ .base-button-group > .base-button.is-disabled {
47352
+ z-index: 1;
47353
+ }
47354
+ .base-button-group > .base-button:first-child {
47355
+ border-top-right-radius: 0;
47356
+ border-bottom-right-radius: 0;
47357
+ }
47358
+ .base-button-group > .base-button:last-child {
47359
+ border-top-left-radius: 0;
47360
+ border-bottom-left-radius: 0;
47361
+ }
47362
+ .base-button-group > .base-button:first-child:last-child {
47363
+ border-top-right-radius: 4px;
47364
+ border-bottom-right-radius: 4px;
47365
+ border-top-left-radius: 4px;
47366
+ border-bottom-left-radius: 4px;
47367
+ }
47368
+ .base-button-group > .base-button:first-child:last-child.is-round {
47369
+ border-radius: 20px;
47370
+ }
47371
+ .base-button-group > .base-button:first-child:last-child.is-circle {
47372
+ border-radius: 50%;
47373
+ }
47374
+ .base-button-group > .base-button:not(:first-child):not(:last-child) {
47375
+ border-radius: 0;
47376
+ }
47377
+ .base-button-group > .base-button:not(:last-child) {
47378
+ margin-right: -1px;
47379
+ }
47380
+ .base-button-group > .base-button:hover, .base-button-group > .base-button:focus, .base-button-group > .base-button:active {
47381
+ z-index: 1;
47382
+ }
47383
+ .base-button-group > .base-button.is-active {
47384
+ z-index: 1;
47385
+ }
47386
+ .base-button-group > .base-dropdown > .base-button {
47387
+ border-top-left-radius: 0;
47388
+ border-bottom-left-radius: 0;
47389
+ border-left-color: rgba(255, 255, 255, 0.5);
47390
+ }
47391
+ .base-button-group .base-button--primary:first-child {
47392
+ border-right-color: rgba(255, 255, 255, 0.5);
47393
+ }
47394
+ .base-button-group .base-button--primary:last-child {
47395
+ border-left-color: rgba(255, 255, 255, 0.5);
47396
+ }
47397
+ .base-button-group .base-button--primary:not(:first-child):not(:last-child) {
47398
+ border-left-color: rgba(255, 255, 255, 0.5);
47399
+ border-right-color: rgba(255, 255, 255, 0.5);
47400
+ }
47401
+ .base-button-group .base-button--success:first-child {
47402
+ border-right-color: rgba(255, 255, 255, 0.5);
47403
+ }
47404
+ .base-button-group .base-button--success:last-child {
47405
+ border-left-color: rgba(255, 255, 255, 0.5);
47406
+ }
47407
+ .base-button-group .base-button--success:not(:first-child):not(:last-child) {
47408
+ border-left-color: rgba(255, 255, 255, 0.5);
47409
+ border-right-color: rgba(255, 255, 255, 0.5);
47410
+ }
47411
+ .base-button-group .base-button--warning:first-child {
47412
+ border-right-color: rgba(255, 255, 255, 0.5);
47413
+ }
47414
+ .base-button-group .base-button--warning:last-child {
47415
+ border-left-color: rgba(255, 255, 255, 0.5);
47416
+ }
47417
+ .base-button-group .base-button--warning:not(:first-child):not(:last-child) {
47418
+ border-left-color: rgba(255, 255, 255, 0.5);
47419
+ border-right-color: rgba(255, 255, 255, 0.5);
47420
+ }
47421
+ .base-button-group .base-button--danger:first-child {
47422
+ border-right-color: rgba(255, 255, 255, 0.5);
47423
+ }
47424
+ .base-button-group .base-button--danger:last-child {
47425
+ border-left-color: rgba(255, 255, 255, 0.5);
47426
+ }
47427
+ .base-button-group .base-button--danger:not(:first-child):not(:last-child) {
47428
+ border-left-color: rgba(255, 255, 255, 0.5);
47429
+ border-right-color: rgba(255, 255, 255, 0.5);
47430
+ }
47431
+ .base-button-group .base-button--info:first-child {
47432
+ border-right-color: rgba(255, 255, 255, 0.5);
47433
+ }
47434
+ .base-button-group .base-button--info:last-child {
47435
+ border-left-color: rgba(255, 255, 255, 0.5);
47436
+ }
47437
+ .base-button-group .base-button--info:not(:first-child):not(:last-child) {
47438
+ border-left-color: rgba(255, 255, 255, 0.5);
47439
+ border-right-color: rgba(255, 255, 255, 0.5);
47440
+ }
47441
+
47442
+
47443
+
47444
+
47445
+
47446
+
47447
+
47448
+
47449
+
47450
+
47451
+
47452
+ :export {
47453
+ primary: #2F3A91;
47454
+ success: #67C23A;
47455
+ warning: #FF791A;
47456
+ danger: #F1403C;
47457
+ info: #8590a6;
47458
+ }
47459
+
47460
+
47461
+
47462
+
47463
+
47464
+
47465
+
47466
+
47467
+
47468
+
47469
+
47470
+
47471
+
47472
+
47473
+
47474
+
47475
+
47476
+
47477
+
47478
+
47479
+
47480
+
47481
+
47482
+
47483
+
47484
+
47485
+
47486
+
47487
+
47488
+
47489
+
47490
+
47491
+
47492
+
47493
+
47494
+
47495
+
47496
+
47497
+
47498
+
47499
+
47500
+
47501
+
47502
+
47503
+
47504
+
47505
+
47506
+
47507
+
47508
+
47509
+
47510
+
47511
+
47512
+
47513
+
47514
+
47515
+
47516
+
47517
+
47518
+
47519
+
47520
+
47521
+
47522
+
47523
+
47524
+
47525
+
47526
+ :export {
47527
+ primary: #2F3A91;
47528
+ success: #67C23A;
47529
+ warning: #FF791A;
47530
+ danger: #F1403C;
47531
+ info: #8590a6;
47532
+ }
47533
+
47534
+
47535
+
47536
+
47537
+
47538
+
47539
+
47540
+
47541
+
47542
+
47543
+
47544
+
47545
+
47546
+
47547
+
47548
+
47549
+
47550
+
47551
+
47552
+
47553
+
47554
+
47555
+
47556
+
47557
+
47558
+
47559
+
47560
+
47561
+
47562
+
47563
+
47564
+
47565
+
47566
+
47567
+
47568
+
47569
+
47570
+
47571
+
47572
+
47573
+
47574
+
47575
+
47576
+
47577
+
47578
+
47579
+
47580
+
47581
+
47582
+
47583
+
47584
+
47585
+
47586
+
47587
+
47588
+
47589
+
47590
+
47591
+
47592
+
47593
+
47594
+
47595
+
47596
+
47597
+
47598
+
47599
+
47600
+
47601
+
47602
+
47603
+
47604
+ :export {
47605
+ primary: #2F3A91;
47606
+ success: #67C23A;
47607
+ warning: #FF791A;
47608
+ danger: #F1403C;
47609
+ info: #8590a6;
47610
+ }
47611
+
47612
+
47613
+
47614
+
47615
+
47616
+
47617
+
47618
+
47619
+
47620
+
47621
+
47622
+
47623
+
47624
+
47625
+
47626
+
47627
+
47628
+
47629
+
47630
+
47631
+
47632
+
47633
+
47634
+
47635
+
47636
+
47637
+
47638
+
47639
+
47640
+
47641
+
47642
+
47643
+
47644
+
47645
+
47646
+
47647
+
47648
+
47649
+
47650
+
47651
+
47652
+
47653
+
47654
+
47655
+
47656
+
47657
+
47658
+
47659
+
47660
+
47661
+
47662
+
47663
+
47664
+
47665
+
47666
+
47667
+
47668
+
47669
+
47670
+
47671
+
47672
+
47673
+
47674
+
47675
+
47676
+
47677
+
47678
+ :export {
47679
+ primary: #2F3A91;
47680
+ success: #67C23A;
47681
+ warning: #FF791A;
47682
+ danger: #F1403C;
47683
+ info: #8590a6;
47684
+ }
47685
+
47686
+
47687
+
47688
+
47689
+
47690
+
47691
+
47692
+
47693
+
47694
+
47695
+
47696
+
47697
+
47698
+
47699
+
47700
+
47701
+
47702
+
47703
+
47704
+
47705
+
47706
+
47707
+
47708
+
47709
+
47710
+
47711
+
47712
+
47713
+
47714
+
47715
+
47716
+
47717
+
47718
+
47719
+
47720
+
47721
+
47722
+
47723
+
47724
+
47725
+
47726
+
47727
+
47728
+
47729
+
47730
+
47731
+
47732
+
47733
+
47734
+
47735
+
47736
+
47737
+
47738
+
47739
+
47740
+
47741
+
47742
+
47743
+
47744
+
47745
+ .base-button {
47746
+ display: inline-block;
47747
+ line-height: 1;
47748
+ white-space: nowrap;
47749
+ cursor: pointer;
47750
+ background: #FFFFFF;
47751
+ height: 40px;
47752
+ color: #646464;
47753
+ -webkit-appearance: none;
47754
+ text-align: center;
47755
+ box-sizing: border-box;
47756
+ outline: none;
47757
+ margin: 0;
47758
+ transition: 0.1s;
47759
+ font-weight: 500;
47760
+ -moz-user-select: none;
47761
+ -webkit-user-select: none;
47762
+ -ms-user-select: none;
47763
+ padding: 0 20px;
47764
+ font-size: 14px;
47765
+ border-radius: 4px;
47766
+ }
47767
+ .base-button + .base-button {
47768
+ margin-left: 10px;
47769
+ }
47770
+ .base-button.is-round {
47771
+ padding: 0 20px;
47772
+ }
47773
+ .base-button:hover, .base-button:focus {
47774
+ color: #2F3A91;
47775
+ border-color: #c1c4de;
47776
+ background-color: #eaebf4;
47777
+ }
47778
+ .base-button:active {
47779
+ color: #2a3483;
47780
+ border-color: #2a3483;
47781
+ outline: none;
47782
+ }
47783
+ .base-button::-moz-focus-inner {
47784
+ border: 0;
47785
+ }
47786
+ .base-button [class*=base-icon-] + span {
47787
+ margin-left: 5px;
47788
+ }
47789
+ .base-button.is-light {
47790
+ border: thin solid #8590a6;
47791
+ color: #8590a6;
47792
+ }
47793
+ .base-button.is-light:hover {
47794
+ background: rgba(133, 144, 166, 0.06) !important;
47795
+ border-color: #8590a6 !important;
47796
+ color: #8590a6 !important;
47797
+ }
47798
+ .base-button.is-light:focus, .base-button.is-light:active {
47799
+ background: rgba(133, 144, 166, 0.06) !important;
47800
+ border-color: #8590a6 !important;
47801
+ color: #8590a6 !important;
47802
+ outline: none;
47803
+ }
47804
+ .base-button.is-plain:hover {
47805
+ background: #F3F5F8;
47806
+ border-color: #F3F5F8;
47807
+ color: #646464;
47808
+ }
47809
+ .base-button.is-plain:focus, .base-button.is-plain:active {
47810
+ background: rgba(0, 0, 0, 0.06);
47811
+ border-color: rgba(0, 0, 0, 0.06);
47812
+ color: #121212;
47813
+ outline: none;
47814
+ }
47815
+ .base-button.is-plain i {
47816
+ font-weight: 600;
47817
+ }
47818
+ .base-button.is-active {
47819
+ color: #2a3483;
47820
+ border-color: #2a3483;
47821
+ }
47822
+ .base-button.is-disabled, .base-button.is-disabled:hover, .base-button.is-disabled:focus {
47823
+ color: #8590a6;
47824
+ cursor: not-allowed;
47825
+ background-image: none;
47826
+ background-color: #FFFFFF;
47827
+ border-color: #EBEEF5;
47828
+ }
47829
+ .base-button.is-disabled.base-button--text {
47830
+ background-color: transparent;
47831
+ }
47832
+ .base-button.is-disabled.is-plain, .base-button.is-disabled.is-plain:hover, .base-button.is-disabled.is-plain:focus {
47833
+ background-color: #FFFFFF;
47834
+ border-color: #EBEEF5;
47835
+ color: #8590a6;
47836
+ }
47837
+ .base-button.is-loading {
47838
+ position: relative;
47839
+ pointer-events: none;
47840
+ }
47841
+ .base-button.is-loading:before {
47842
+ pointer-events: none;
47843
+ content: "";
47844
+ position: absolute;
47845
+ left: -1px;
47846
+ top: -1px;
47847
+ right: -1px;
47848
+ bottom: -1px;
47849
+ border-radius: inherit;
47850
+ background-color: rgba(255, 255, 255, 0.35);
47851
+ }
47852
+ .base-button.is-round {
47853
+ border-radius: 20px;
47854
+ padding: 12px 23px;
47855
+ }
47856
+ .base-button.is-circle {
47857
+ border-radius: 50%;
47858
+ padding: 0;
47859
+ }
47860
+ .base-button--primary {
47861
+ color: #FFFFFF;
47862
+ background-color: #2F3A91;
47863
+ border-color: #2F3A91;
47864
+ }
47865
+ .base-button--primary:hover, .base-button--primary:focus {
47866
+ background: #5961a7 !important;
47867
+ border-color: #5961a7 !important;
47868
+ color: #FFFFFF !important;
47869
+ }
47870
+ .base-button--primary:active {
47871
+ background: #2a3483 !important;
47872
+ border-color: #2a3483 !important;
47873
+ color: #FFFFFF !important;
47874
+ outline: none !important;
47875
+ }
47876
+ .base-button--primary.is-active {
47877
+ background: #2a3483 !important;
47878
+ border-color: #2a3483 !important;
47879
+ color: #FFFFFF !important;
47880
+ }
47881
+ .base-button--primary.is-disabled, .base-button--primary.is-disabled:hover, .base-button--primary.is-disabled:focus, .base-button--primary.is-disabled:active {
47882
+ color: #FFFFFF !important;
47883
+ background-color: #979dc8 !important;
47884
+ border-color: #979dc8 !important;
47885
+ }
47886
+ .base-button--primary.is-plain {
47887
+ color: #2F3A91;
47888
+ background: #eaebf4;
47889
+ border-color: #acb0d3;
47890
+ }
47891
+ .base-button--primary.is-plain:hover, .base-button--primary.is-plain:focus {
47892
+ background: #2F3A91;
47893
+ border-color: #2F3A91;
47894
+ color: #FFFFFF;
47895
+ }
47896
+ .base-button--primary.is-plain:active {
47897
+ background: #2a3483;
47898
+ border-color: #2a3483;
47899
+ color: #FFFFFF;
47900
+ outline: none;
47901
+ }
47902
+ .base-button--primary.is-plain.is-disabled, .base-button--primary.is-plain.is-disabled:hover, .base-button--primary.is-plain.is-disabled:focus, .base-button--primary.is-plain.is-disabled:active {
47903
+ color: #8289bd;
47904
+ background-color: #eaebf4;
47905
+ border-color: #d5d8e9;
47906
+ }
47907
+ .base-button--primary.is-light {
47908
+ border-color: #2F3A91;
47909
+ color: #2F3A91;
47910
+ background-color: #FFFFFF;
47911
+ }
47912
+ .base-button--primary.is-light:hover {
47913
+ border-color: #2F3A91 !important;
47914
+ color: #2F3A91 !important;
47915
+ background: #eaebf4 !important;
47916
+ }
47917
+ .base-button--primary.is-light:focus, .base-button--primary.is-light:active {
47918
+ border-color: #2F3A91 !important;
47919
+ color: #2F3A91 !important;
47920
+ background: #eaebf4 !important;
47921
+ }
47922
+ .base-button--success {
47923
+ color: #FFFFFF;
47924
+ background-color: #67C23A;
47925
+ border-color: #67C23A;
47926
+ }
47927
+ .base-button--success:hover, .base-button--success:focus {
47928
+ background: #85ce61 !important;
47929
+ border-color: #85ce61 !important;
47930
+ color: #FFFFFF !important;
47931
+ }
47932
+ .base-button--success:active {
47933
+ background: #5daf34 !important;
47934
+ border-color: #5daf34 !important;
47935
+ color: #FFFFFF !important;
47936
+ outline: none !important;
47937
+ }
47938
+ .base-button--success.is-active {
47939
+ background: #5daf34 !important;
47940
+ border-color: #5daf34 !important;
47941
+ color: #FFFFFF !important;
47942
+ }
47943
+ .base-button--success.is-disabled, .base-button--success.is-disabled:hover, .base-button--success.is-disabled:focus, .base-button--success.is-disabled:active {
47944
+ color: #FFFFFF !important;
47945
+ background-color: #b3e19d !important;
47946
+ border-color: #b3e19d !important;
47947
+ }
47948
+ .base-button--success.is-plain {
47949
+ color: #67C23A;
47950
+ background: #f0f9eb;
47951
+ border-color: #c2e7b0;
47952
+ }
47953
+ .base-button--success.is-plain:hover, .base-button--success.is-plain:focus {
47954
+ background: #67C23A;
47955
+ border-color: #67C23A;
47956
+ color: #FFFFFF;
47957
+ }
47958
+ .base-button--success.is-plain:active {
47959
+ background: #5daf34;
47960
+ border-color: #5daf34;
47961
+ color: #FFFFFF;
47962
+ outline: none;
47963
+ }
47964
+ .base-button--success.is-plain.is-disabled, .base-button--success.is-plain.is-disabled:hover, .base-button--success.is-plain.is-disabled:focus, .base-button--success.is-plain.is-disabled:active {
47965
+ color: #a4da89;
47966
+ background-color: #f0f9eb;
47967
+ border-color: #e1f3d8;
47968
+ }
47969
+ .base-button--warning {
47970
+ color: #FFFFFF;
47971
+ background-color: #FF791A;
47972
+ border-color: #FF791A;
47973
+ }
47974
+ .base-button--warning:hover, .base-button--warning:focus {
47975
+ background: #ff9448 !important;
47976
+ border-color: #ff9448 !important;
47977
+ color: #FFFFFF !important;
47978
+ }
47979
+ .base-button--warning:active {
47980
+ background: #e66d17 !important;
47981
+ border-color: #e66d17 !important;
47982
+ color: #FFFFFF !important;
47983
+ outline: none !important;
47984
+ }
47985
+ .base-button--warning.is-active {
47986
+ background: #e66d17 !important;
47987
+ border-color: #e66d17 !important;
47988
+ color: #FFFFFF !important;
47989
+ }
47990
+ .base-button--warning.is-disabled, .base-button--warning.is-disabled:hover, .base-button--warning.is-disabled:focus, .base-button--warning.is-disabled:active {
47991
+ color: #FFFFFF !important;
47992
+ background-color: #ffbc8d !important;
47993
+ border-color: #ffbc8d !important;
47994
+ }
47995
+ .base-button--warning.is-plain {
47996
+ color: #FF791A;
47997
+ background: #fff2e8;
47998
+ border-color: #ffc9a3;
47999
+ }
48000
+ .base-button--warning.is-plain:hover, .base-button--warning.is-plain:focus {
48001
+ background: #FF791A;
48002
+ border-color: #FF791A;
48003
+ color: #FFFFFF;
48004
+ }
48005
+ .base-button--warning.is-plain:active {
48006
+ background: #e66d17;
48007
+ border-color: #e66d17;
48008
+ color: #FFFFFF;
48009
+ outline: none;
48010
+ }
48011
+ .base-button--warning.is-plain.is-disabled, .base-button--warning.is-plain.is-disabled:hover, .base-button--warning.is-plain.is-disabled:focus, .base-button--warning.is-plain.is-disabled:active {
48012
+ color: #ffaf76;
48013
+ background-color: #fff2e8;
48014
+ border-color: #ffe4d1;
48015
+ }
48016
+ .base-button--danger {
48017
+ color: #FFFFFF;
48018
+ background-color: #F1403C;
48019
+ border-color: #F1403C;
48020
+ }
48021
+ .base-button--danger:hover, .base-button--danger:focus {
48022
+ background: #f46663 !important;
48023
+ border-color: #f46663 !important;
48024
+ color: #FFFFFF !important;
48025
+ }
48026
+ .base-button--danger:active {
48027
+ background: #d93a36 !important;
48028
+ border-color: #d93a36 !important;
48029
+ color: #FFFFFF !important;
48030
+ outline: none !important;
48031
+ }
48032
+ .base-button--danger.is-active {
48033
+ background: #d93a36 !important;
48034
+ border-color: #d93a36 !important;
48035
+ color: #FFFFFF !important;
48036
+ }
48037
+ .base-button--danger.is-disabled, .base-button--danger.is-disabled:hover, .base-button--danger.is-disabled:focus, .base-button--danger.is-disabled:active {
48038
+ color: #FFFFFF !important;
48039
+ background-color: #f8a09e !important;
48040
+ border-color: #f8a09e !important;
48041
+ }
48042
+ .base-button--danger.is-plain {
48043
+ color: #F1403C;
48044
+ background: #feecec;
48045
+ border-color: #f9b3b1;
48046
+ }
48047
+ .base-button--danger.is-plain:hover, .base-button--danger.is-plain:focus {
48048
+ background: #F1403C;
48049
+ border-color: #F1403C;
48050
+ color: #FFFFFF;
48051
+ }
48052
+ .base-button--danger.is-plain:active {
48053
+ background: #d93a36;
48054
+ border-color: #d93a36;
48055
+ color: #FFFFFF;
48056
+ outline: none;
48057
+ }
48058
+ .base-button--danger.is-plain.is-disabled, .base-button--danger.is-plain.is-disabled:hover, .base-button--danger.is-plain.is-disabled:focus, .base-button--danger.is-plain.is-disabled:active {
48059
+ color: #f78c8a;
48060
+ background-color: #feecec;
48061
+ border-color: #fcd9d8;
48062
+ }
48063
+ .base-button--info {
48064
+ color: #FFFFFF;
48065
+ background-color: #8590a6;
48066
+ border-color: #8590a6;
48067
+ }
48068
+ .base-button--info:hover, .base-button--info:focus {
48069
+ background: #9da6b8 !important;
48070
+ border-color: #9da6b8 !important;
48071
+ color: #FFFFFF !important;
48072
+ }
48073
+ .base-button--info:active {
48074
+ background: #788295 !important;
48075
+ border-color: #788295 !important;
48076
+ color: #FFFFFF !important;
48077
+ outline: none !important;
48078
+ }
48079
+ .base-button--info.is-active {
48080
+ background: #788295 !important;
48081
+ border-color: #788295 !important;
48082
+ color: #FFFFFF !important;
48083
+ }
48084
+ .base-button--info.is-disabled, .base-button--info.is-disabled:hover, .base-button--info.is-disabled:focus, .base-button--info.is-disabled:active {
48085
+ color: #FFFFFF !important;
48086
+ background-color: #c2c8d3 !important;
48087
+ border-color: #c2c8d3 !important;
48088
+ }
48089
+ .base-button--info.is-plain {
48090
+ color: #8590a6;
48091
+ background: #f3f4f6;
48092
+ border-color: #ced3db;
48093
+ }
48094
+ .base-button--info.is-plain:hover, .base-button--info.is-plain:focus {
48095
+ background: #8590a6;
48096
+ border-color: #8590a6;
48097
+ color: #FFFFFF;
48098
+ }
48099
+ .base-button--info.is-plain:active {
48100
+ background: #788295;
48101
+ border-color: #788295;
48102
+ color: #FFFFFF;
48103
+ outline: none;
48104
+ }
48105
+ .base-button--info.is-plain.is-disabled, .base-button--info.is-plain.is-disabled:hover, .base-button--info.is-plain.is-disabled:focus, .base-button--info.is-plain.is-disabled:active {
48106
+ color: #b6bcca;
48107
+ background-color: #f3f4f6;
48108
+ border-color: #e7e9ed;
48109
+ }
48110
+ .base-button--medium {
48111
+ height: 36px;
48112
+ padding: 11px 20px;
48113
+ font-size: 14px;
48114
+ border-radius: 4px;
48115
+ }
48116
+ .base-button--medium.is-round {
48117
+ padding: 11px 20px;
48118
+ }
48119
+ .base-button--medium.is-circle {
48120
+ padding: 11px;
48121
+ }
48122
+ .base-button--small {
48123
+ height: 32px;
48124
+ padding: 10px 15px;
48125
+ font-size: 12px;
48126
+ border-radius: 3px;
48127
+ }
48128
+ .base-button--small.is-round {
48129
+ padding: 10px 15px;
48130
+ }
48131
+ .base-button--small.is-circle {
48132
+ padding: 10px;
48133
+ }
48134
+ .base-button--mini {
48135
+ height: 28px;
48136
+ padding: 0 15px;
48137
+ font-size: 12px;
48138
+ border-radius: 3px;
48139
+ }
48140
+ .base-button--mini.is-round {
48141
+ padding: 0 15px;
48142
+ }
48143
+ .base-button--mini.is-circle {
48144
+ padding: 8px;
48145
+ }
48146
+ .base-button--text {
48147
+ border-color: transparent;
48148
+ color: #2F3A91;
48149
+ background: transparent;
48150
+ padding-left: 0;
48151
+ padding-right: 0;
48152
+ }
48153
+ .base-button--text:hover, .base-button--text:focus {
48154
+ color: #5961a7;
48155
+ border-color: transparent;
48156
+ background-color: transparent;
48157
+ }
48158
+ .base-button--text:active {
48159
+ color: #2a3483;
48160
+ border-color: transparent;
48161
+ background-color: transparent;
48162
+ }
48163
+ .base-button--text.is-disabled, .base-button--text.is-disabled:hover, .base-button--text.is-disabled:focus {
48164
+ border-color: transparent;
48165
+ }
48166
+ .base-button-group {
48167
+ display: inline-block;
48168
+ vertical-align: middle;
48169
+ }
48170
+ .base-button-group::before,
48171
+ .base-button-group::after {
48172
+ display: table;
48173
+ content: "";
48174
+ }
48175
+ .base-button-group::after {
48176
+ clear: both;
48177
+ }
48178
+ .base-button-group > .base-button {
48179
+ float: left;
48180
+ position: relative;
48181
+ }
48182
+ .base-button-group > .base-button + .base-button {
48183
+ margin-left: 0;
48184
+ }
48185
+ .base-button-group > .base-button.is-disabled {
48186
+ z-index: 1;
48187
+ }
48188
+ .base-button-group > .base-button:first-child {
48189
+ border-top-right-radius: 0;
48190
+ border-bottom-right-radius: 0;
48191
+ }
48192
+ .base-button-group > .base-button:last-child {
48193
+ border-top-left-radius: 0;
48194
+ border-bottom-left-radius: 0;
48195
+ }
48196
+ .base-button-group > .base-button:first-child:last-child {
48197
+ border-top-right-radius: 4px;
48198
+ border-bottom-right-radius: 4px;
48199
+ border-top-left-radius: 4px;
48200
+ border-bottom-left-radius: 4px;
48201
+ }
48202
+ .base-button-group > .base-button:first-child:last-child.is-round {
48203
+ border-radius: 20px;
48204
+ }
48205
+ .base-button-group > .base-button:first-child:last-child.is-circle {
48206
+ border-radius: 50%;
48207
+ }
48208
+ .base-button-group > .base-button:not(:first-child):not(:last-child) {
48209
+ border-radius: 0;
48210
+ }
48211
+ .base-button-group > .base-button:not(:last-child) {
48212
+ margin-right: -1px;
48213
+ }
48214
+ .base-button-group > .base-button:hover, .base-button-group > .base-button:focus, .base-button-group > .base-button:active {
48215
+ z-index: 1;
48216
+ }
48217
+ .base-button-group > .base-button.is-active {
48218
+ z-index: 1;
48219
+ }
48220
+ .base-button-group > .base-dropdown > .base-button {
48221
+ border-top-left-radius: 0;
48222
+ border-bottom-left-radius: 0;
48223
+ border-left-color: rgba(255, 255, 255, 0.5);
48224
+ }
48225
+ .base-button-group .base-button--primary:first-child {
48226
+ border-right-color: rgba(255, 255, 255, 0.5);
48227
+ }
48228
+ .base-button-group .base-button--primary:last-child {
48229
+ border-left-color: rgba(255, 255, 255, 0.5);
48230
+ }
48231
+ .base-button-group .base-button--primary:not(:first-child):not(:last-child) {
48232
+ border-left-color: rgba(255, 255, 255, 0.5);
48233
+ border-right-color: rgba(255, 255, 255, 0.5);
48234
+ }
48235
+ .base-button-group .base-button--success:first-child {
48236
+ border-right-color: rgba(255, 255, 255, 0.5);
48237
+ }
48238
+ .base-button-group .base-button--success:last-child {
48239
+ border-left-color: rgba(255, 255, 255, 0.5);
48240
+ }
48241
+ .base-button-group .base-button--success:not(:first-child):not(:last-child) {
48242
+ border-left-color: rgba(255, 255, 255, 0.5);
48243
+ border-right-color: rgba(255, 255, 255, 0.5);
48244
+ }
48245
+ .base-button-group .base-button--warning:first-child {
48246
+ border-right-color: rgba(255, 255, 255, 0.5);
48247
+ }
48248
+ .base-button-group .base-button--warning:last-child {
48249
+ border-left-color: rgba(255, 255, 255, 0.5);
48250
+ }
48251
+ .base-button-group .base-button--warning:not(:first-child):not(:last-child) {
48252
+ border-left-color: rgba(255, 255, 255, 0.5);
48253
+ border-right-color: rgba(255, 255, 255, 0.5);
48254
+ }
48255
+ .base-button-group .base-button--danger:first-child {
48256
+ border-right-color: rgba(255, 255, 255, 0.5);
48257
+ }
48258
+ .base-button-group .base-button--danger:last-child {
48259
+ border-left-color: rgba(255, 255, 255, 0.5);
48260
+ }
48261
+ .base-button-group .base-button--danger:not(:first-child):not(:last-child) {
48262
+ border-left-color: rgba(255, 255, 255, 0.5);
48263
+ border-right-color: rgba(255, 255, 255, 0.5);
48264
+ }
48265
+ .base-button-group .base-button--info:first-child {
48266
+ border-right-color: rgba(255, 255, 255, 0.5);
48267
+ }
48268
+ .base-button-group .base-button--info:last-child {
48269
+ border-left-color: rgba(255, 255, 255, 0.5);
48270
+ }
48271
+ .base-button-group .base-button--info:not(:first-child):not(:last-child) {
48272
+ border-left-color: rgba(255, 255, 255, 0.5);
48273
+ border-right-color: rgba(255, 255, 255, 0.5);
48274
+ }
48275
+ .base-checkbox {
48276
+ color: #646464;
48277
+ font-weight: 500;
48278
+ font-size: 14px;
48279
+ position: relative;
48280
+ cursor: pointer;
48281
+ display: inline-block;
48282
+ white-space: nowrap;
48283
+ user-select: none;
48284
+ margin-right: 30px;
48285
+ }
48286
+ .base-checkbox.is-bordered {
48287
+ padding: 9px 20px 9px 10px;
48288
+ border-radius: 4px;
48289
+ border: 1px solid #DCDFE6;
48290
+ box-sizing: border-box;
48291
+ line-height: normal;
48292
+ height: 40px;
48293
+ }
48294
+ .base-checkbox.is-bordered.is-checked {
48295
+ border-color: #2F3A91;
48296
+ }
48297
+ .base-checkbox.is-bordered.is-disabled {
48298
+ border-color: #EBEEF5;
48299
+ cursor: not-allowed;
48300
+ }
48301
+ .base-checkbox.is-bordered + .base-checkbox.is-bordered {
48302
+ margin-left: 10px;
48303
+ }
48304
+ .base-checkbox.is-bordered.base-checkbox--medium {
48305
+ padding: 7px 20px 7px 10px;
48306
+ border-radius: 4px;
48307
+ height: 36px;
48308
+ }
48309
+ .base-checkbox.is-bordered.base-checkbox--medium .base-checkbox__label {
48310
+ line-height: 17px;
48311
+ font-size: 14px;
48312
+ }
48313
+ .base-checkbox.is-bordered.base-checkbox--medium .base-checkbox__inner {
48314
+ height: 14px;
48315
+ width: 14px;
48316
+ }
48317
+ .base-checkbox.is-bordered.base-checkbox--small {
48318
+ padding: 5px 15px 5px 10px;
48319
+ border-radius: 3px;
48320
+ height: 32px;
48321
+ }
48322
+ .base-checkbox.is-bordered.base-checkbox--small .base-checkbox__label {
48323
+ line-height: 15px;
48324
+ font-size: 12px;
48325
+ }
48326
+ .base-checkbox.is-bordered.base-checkbox--small .base-checkbox__inner {
48327
+ height: 12px;
48328
+ width: 12px;
48329
+ }
48330
+ .base-checkbox.is-bordered.base-checkbox--small .base-checkbox__inner::after {
48331
+ height: 6px;
48332
+ width: 2px;
48333
+ }
48334
+ .base-checkbox.is-bordered.base-checkbox--mini {
48335
+ padding: 3px 15px 3px 10px;
48336
+ border-radius: 3px;
48337
+ height: 28px;
48338
+ }
48339
+ .base-checkbox.is-bordered.base-checkbox--mini .base-checkbox__label {
48340
+ line-height: 12px;
48341
+ font-size: 12px;
48342
+ }
48343
+ .base-checkbox.is-bordered.base-checkbox--mini .base-checkbox__inner {
48344
+ height: 12px;
48345
+ width: 12px;
48346
+ }
48347
+ .base-checkbox.is-bordered.base-checkbox--mini .base-checkbox__inner::after {
48348
+ height: 6px;
48349
+ width: 2px;
48350
+ }
48351
+ .base-checkbox__input {
48352
+ white-space: nowrap;
48353
+ cursor: pointer;
48354
+ outline: none;
48355
+ display: inline-block;
48356
+ line-height: 1;
48357
+ position: relative;
48358
+ vertical-align: middle;
48359
+ margin-bottom: 1px;
48360
+ }
48361
+ .base-checkbox__input.is-disabled .base-checkbox__inner {
48362
+ background-color: #edf2fc;
48363
+ border-color: #DCDFE6;
48364
+ cursor: not-allowed;
48365
+ }
48366
+ .base-checkbox__input.is-disabled .base-checkbox__inner::after {
48367
+ cursor: not-allowed;
48368
+ border-color: #8590a6;
48369
+ }
48370
+ .base-checkbox__input.is-disabled .base-checkbox__inner + .base-checkbox__label {
48371
+ cursor: not-allowed;
48372
+ }
48373
+ .base-checkbox__input.is-disabled.is-checked .base-checkbox__inner {
48374
+ background-color: #DCDFE6;
48375
+ border-color: #DCDFE6;
48376
+ }
48377
+ .base-checkbox__input.is-disabled.is-checked .base-checkbox__inner::after {
48378
+ border-color: #FFFFFF;
48379
+ }
48380
+ .base-checkbox__input.is-disabled.is-indeterminate .base-checkbox__inner {
48381
+ background-color: #DCDFE6;
48382
+ border-color: #DCDFE6;
48383
+ }
48384
+ .base-checkbox__input.is-disabled.is-indeterminate .base-checkbox__inner::before {
48385
+ background-color: #FFFFFF;
48386
+ border-color: #FFFFFF;
48387
+ }
48388
+ .base-checkbox__input.is-disabled + span.base-checkbox__label {
48389
+ color: #8590a6;
48390
+ cursor: not-allowed;
48391
+ }
48392
+ .base-checkbox__input.is-checked .base-checkbox__inner {
48393
+ background-color: #2F3A91;
48394
+ border-color: #2F3A91;
48395
+ }
48396
+ .base-checkbox__input.is-checked .base-checkbox__inner::after {
48397
+ transform: rotate(45deg) scaleY(1);
48398
+ }
48399
+ .base-checkbox__input.is-checked + .base-checkbox__label {
48400
+ color: #2F3A91;
48401
+ }
48402
+ .base-checkbox__input.is-focus {
48403
+
48404
+ }
48405
+ .base-checkbox__input.is-focus .base-checkbox__inner {
48406
+ border-color: #2F3A91;
48407
+ }
48408
+ .base-checkbox__input.is-indeterminate .base-checkbox__inner {
48409
+ background-color: #2F3A91;
48410
+ border-color: #2F3A91;
48411
+ }
48412
+ .base-checkbox__input.is-indeterminate .base-checkbox__inner::before {
48413
+ content: "";
48414
+ position: absolute;
48415
+ display: block;
48416
+ background-color: #FFFFFF;
48417
+ height: 2px;
48418
+ transform: scale(0.5);
48419
+ left: 0;
48420
+ right: 0;
48421
+ top: 5px;
48422
+ }
48423
+ .base-checkbox__input.is-indeterminate .base-checkbox__inner::after {
48424
+ display: none;
48425
+ }
48426
+ .base-checkbox__inner {
48427
+ display: inline-block;
48428
+ position: relative;
48429
+ border: 1.5px solid #DCDFE6;
48430
+ border-radius: 2px;
48431
+ box-sizing: border-box;
48432
+ width: 16px;
48433
+ height: 16px;
48434
+ background-color: #FFFFFF;
48435
+ z-index: 1;
48436
+ transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
48437
+ }
48438
+ .base-checkbox__inner:hover {
48439
+ border-color: #2F3A91;
48440
+ }
48441
+ .base-checkbox__inner::after {
48442
+ box-sizing: content-box;
48443
+ content: "";
48444
+ border: 1.5px solid #FFFFFF;
48445
+ border-left: 0;
48446
+ border-top: 0;
48447
+ height: 7px;
48448
+ left: 4px;
48449
+ position: absolute;
48450
+ top: 1px;
48451
+ transform: rotate(45deg) scaleY(0);
48452
+ width: 4px;
48453
+ transition: transform 0.15s ease-in 0.05s;
48454
+ transform-origin: center;
48455
+ }
48456
+ .base-checkbox__original {
48457
+ opacity: 0;
48458
+ outline: none;
48459
+ position: absolute;
48460
+ margin: 0;
48461
+ width: 0;
48462
+ height: 0;
48463
+ z-index: -1;
48464
+ }
48465
+ .base-checkbox__label {
48466
+ display: inline-block;
48467
+ padding-left: 8px;
48468
+ line-height: 19px;
48469
+ font-size: 14px;
48470
+ }
48471
+ .base-checkbox:last-of-type {
48472
+ margin-right: 0;
48473
+ }
48474
+ .base-checkbox-button {
48475
+ position: relative;
48476
+ display: inline-block;
48477
+ }
48478
+ .base-checkbox-button__inner {
48479
+ display: inline-block;
48480
+ line-height: 1;
48481
+ font-weight: 500;
48482
+ white-space: nowrap;
48483
+ vertical-align: middle;
48484
+ cursor: pointer;
48485
+ background: #FFFFFF;
48486
+ border: 1px solid #DCDFE6;
48487
+ border-left: 0;
48488
+ color: #646464;
48489
+ -webkit-appearance: none;
48490
+ text-align: center;
48491
+ box-sizing: border-box;
48492
+ outline: none;
48493
+ margin: 0;
48494
+ position: relative;
48495
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
48496
+ -moz-user-select: none;
48497
+ -webkit-user-select: none;
48498
+ -ms-user-select: none;
48499
+ padding: 0 20px;
48500
+ font-size: 14px;
48501
+ border-radius: 0;
48502
+ }
48503
+ .base-checkbox-button__inner.is-round {
48504
+ padding: 0 20px;
48505
+ }
48506
+ .base-checkbox-button__inner:hover {
48507
+ color: #2F3A91;
48508
+ }
48509
+ .base-checkbox-button__inner [class*=base-icon-] {
48510
+ line-height: 0.9;
48511
+ }
48512
+ .base-checkbox-button__inner [class*=base-icon-] + span {
48513
+ margin-left: 5px;
48514
+ }
48515
+ .base-checkbox-button__original {
48516
+ opacity: 0;
48517
+ outline: none;
48518
+ position: absolute;
48519
+ margin: 0;
48520
+ z-index: -1;
48521
+ }
48522
+ .base-checkbox-button.is-checked .base-checkbox-button__inner {
48523
+ color: #FFFFFF;
48524
+ background-color: #2F3A91;
48525
+ border-color: #2F3A91;
48526
+ box-shadow: -1px 0 0 0 #8289bd;
48527
+ }
48528
+ .base-checkbox-button.is-checked:first-child .base-checkbox-button__inner {
48529
+ border-left-color: #2F3A91;
48530
+ }
48531
+ .base-checkbox-button.is-disabled .base-checkbox-button__inner {
48532
+ color: #8590a6;
48533
+ cursor: not-allowed;
48534
+ background-image: none;
48535
+ background-color: #FFFFFF;
48536
+ border-color: #EBEEF5;
48537
+ box-shadow: none;
48538
+ }
48539
+ .base-checkbox-button.is-disabled:first-child .base-checkbox-button__inner {
48540
+ border-left-color: #EBEEF5;
48541
+ }
48542
+ .base-checkbox-button:first-child .base-checkbox-button__inner {
48543
+ border-left: 1px solid #DCDFE6;
48544
+ border-radius: 4px 0 0 4px;
48545
+ box-shadow: none !important;
48546
+ }
48547
+ .base-checkbox-button.is-focus .base-checkbox-button__inner {
48548
+ border-color: #2F3A91;
48549
+ }
48550
+ .base-checkbox-button:last-child .base-checkbox-button__inner {
48551
+ border-radius: 0 4px 4px 0;
48552
+ }
48553
+ .base-checkbox-button--medium .base-checkbox-button__inner {
48554
+ padding: 11px 20px;
48555
+ font-size: 14px;
48556
+ border-radius: 0;
48557
+ }
48558
+ .base-checkbox-button--medium .base-checkbox-button__inner.is-round {
48559
+ padding: 11px 20px;
48560
+ }
48561
+ .base-checkbox-button--small .base-checkbox-button__inner {
48562
+ padding: 10px 15px;
48563
+ font-size: 12px;
48564
+ border-radius: 0;
48565
+ }
48566
+ .base-checkbox-button--small .base-checkbox-button__inner.is-round {
48567
+ padding: 10px 15px;
48568
+ }
48569
+ .base-checkbox-button--mini .base-checkbox-button__inner {
48570
+ padding: 8px 15px;
48571
+ font-size: 12px;
48572
+ border-radius: 0;
48573
+ }
48574
+ .base-checkbox-button--mini .base-checkbox-button__inner.is-round {
48575
+ padding: 8px 15px;
48576
+ }
48577
+ .base-checkbox-group {
48578
+ font-size: 0;
48579
+ }
48580
+ .base-transfer {
48581
+ font-size: 14px;
48582
+ }
48583
+ .base-transfer__buttons {
48584
+ display: inline-block;
48585
+ vertical-align: middle;
48586
+ padding: 0 30px;
48587
+ }
48588
+ .base-transfer__button {
48589
+ display: block;
48590
+ margin: 0 auto;
48591
+ padding: 10px;
48592
+ border-radius: 50%;
48593
+ color: #FFFFFF;
48594
+ background-color: #2F3A91;
48595
+ font-size: 0;
48596
+ }
48597
+ .base-transfer__button.is-with-texts {
48598
+ border-radius: 4px;
48599
+ }
48600
+ .base-transfer__button.is-disabled {
48601
+ border: 1px solid #DCDFE6;
48602
+ background-color: #F3F5F8;
48603
+ color: #8590a6;
48604
+ }
48605
+ .base-transfer__button.is-disabled:hover {
48606
+ border: 1px solid #DCDFE6;
48607
+ background-color: #F3F5F8;
48608
+ color: #8590a6;
48609
+ }
48610
+ .base-transfer__button:first-child {
48611
+ margin-bottom: 10px;
48612
+ }
48613
+ .base-transfer__button:nth-child(2) {
48614
+ margin: 0;
48615
+ }
48616
+ .base-transfer__button i, .base-transfer__button span {
48617
+ font-size: 14px;
48618
+ }
48619
+ .base-transfer__button [class*=el-icon-] + span {
48620
+ margin-left: 0;
48621
+ }
48622
+ .base-transfer-panel {
48623
+ border: 1px solid #EBEEF5;
48624
+ border-radius: 4px;
48625
+ overflow: hidden;
48626
+ background: #FFFFFF;
48627
+ display: inline-block;
48628
+ vertical-align: middle;
48629
+ width: 200px;
48630
+ max-height: 100%;
48631
+ box-sizing: border-box;
48632
+ position: relative;
48633
+ }
48634
+ .base-transfer-panel__body {
48635
+ height: 246px;
48636
+ }
48637
+ .base-transfer-panel__body.is-with-footer {
48638
+ padding-bottom: 40px;
48639
+ }
48640
+ .base-transfer-panel__list {
48641
+ margin: 0;
48642
+ padding: 6px 0;
48643
+ list-style: none;
48644
+ height: 246px;
48645
+ overflow: auto;
48646
+ box-sizing: border-box;
48647
+ }
48648
+ .base-transfer-panel__list.is-filterable {
48649
+ height: 194px;
48650
+ padding-top: 0;
48651
+ }
48652
+ .base-transfer-panel__item {
48653
+ height: 30px;
48654
+ line-height: 30px;
48655
+ padding-left: 15px;
48656
+ display: block !important;
48657
+ }
48658
+ .base-transfer-panel__item + .el-transfer-panel__item {
48659
+ margin-left: 0;
48660
+ }
48661
+ .base-transfer-panel__item.el-checkbox {
48662
+ color: #646464;
48663
+ }
48664
+ .base-transfer-panel__item:hover {
48665
+ color: #2F3A91;
48666
+ }
48667
+ .base-transfer-panel__item.el-checkbox .el-checkbox__label {
48668
+ width: 100%;
48669
+ overflow: hidden;
48670
+ text-overflow: ellipsis;
48671
+ white-space: nowrap;
48672
+ display: block;
48673
+ box-sizing: border-box;
48674
+ padding-left: 24px;
48675
+ line-height: 30px;
48676
+ }
48677
+ .base-transfer-panel__item .el-checkbox__input {
48678
+ position: absolute;
48679
+ top: 8px;
48680
+ }
48681
+ .base-transfer-panel__filter {
48682
+ text-align: center;
48683
+ margin: 15px;
48684
+ box-sizing: border-box;
48685
+ display: block;
48686
+ width: auto;
48687
+ }
48688
+ .base-transfer-panel__filter .el-input__inner {
48689
+ height: 32px;
48690
+ width: 100%;
48691
+ font-size: 12px;
48692
+ display: inline-block;
48693
+ box-sizing: border-box;
48694
+ border-radius: 16px;
48695
+ padding-right: 10px;
48696
+ padding-left: 30px;
48697
+ }
48698
+ .base-transfer-panel__filter .el-input__icon {
48699
+ margin-left: 5px;
48700
+ }
48701
+ .base-transfer-panel__filter .el-icon-circle-close {
48702
+ cursor: pointer;
48703
+ }
48704
+ .base-transfer-panel .el-transfer-panel__header {
48705
+ height: 40px;
48706
+ line-height: 40px;
48707
+ background: #F3F5F8;
48708
+ margin: 0;
48709
+ padding-left: 15px;
48710
+ border-bottom: 1px solid #EBEEF5;
48711
+ box-sizing: border-box;
48712
+ color: #000000;
48713
+ }
48714
+ .base-transfer-panel .el-transfer-panel__header .el-checkbox {
48715
+ display: block;
48716
+ line-height: 40px;
48717
+ }
48718
+ .base-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
48719
+ font-size: 16px;
48720
+ color: #121212;
48721
+ font-weight: normal;
48722
+ }
48723
+ .base-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
48724
+ position: absolute;
48725
+ right: 15px;
48726
+ color: #8590a6;
48727
+ font-size: 12px;
48728
+ font-weight: normal;
48729
+ }
48730
+ .base-transfer-panel .el-transfer-panel__footer {
48731
+ height: 40px;
48732
+ background: #FFFFFF;
48733
+ margin: 0;
48734
+ padding: 0;
48735
+ border-top: 1px solid #EBEEF5;
48736
+ position: absolute;
48737
+ bottom: 0;
48738
+ left: 0;
48739
+ width: 100%;
48740
+ z-index: 1;
48741
+ }
48742
+ .base-transfer-panel .el-transfer-panel__footer::after {
48743
+ display: inline-block;
48744
+ content: "";
48745
+ height: 100%;
48746
+ vertical-align: middle;
48747
+ }
48748
+ .base-transfer-panel .el-transfer-panel__footer .el-checkbox {
48749
+ padding-left: 20px;
48750
+ color: #646464;
48751
+ }
48752
+ .base-transfer-panel .el-transfer-panel__empty {
48753
+ margin: 0;
48754
+ height: 30px;
48755
+ line-height: 30px;
48756
+ padding: 6px 15px 0;
48757
+ color: #8590a6;
48758
+ text-align: center;
48759
+ }
48760
+ .base-transfer-panel .el-checkbox__label {
48761
+ padding-left: 8px;
48762
+ }
48763
+ .base-transfer-panel .el-checkbox__inner {
48764
+ height: 14px;
48765
+ width: 14px;
48766
+ border-radius: 3px;
48767
+ }
48768
+ .base-transfer-panel .el-checkbox__inner::after {
48769
+ height: 6px;
48770
+ width: 3px;
48771
+ left: 4px;
48772
+ }
48773
+
44472
48774
  body {
44473
48775
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
44474
48776
  font-size: 14px;