bitwrench 2.0.10 → 2.0.11

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.
@@ -1438,14 +1438,14 @@ textarea.bw_form-control {
1438
1438
  border-bottom: 1px solid #e5e5e5;
1439
1439
  }
1440
1440
 
1441
- .bw-navbar > .container {
1441
+ .bw-navbar > .bw-container, .bw-navbar > .container {
1442
1442
  display: flex;
1443
1443
  flex-wrap: wrap;
1444
1444
  align-items: center;
1445
1445
  justify-content: space-between;
1446
1446
  }
1447
1447
 
1448
- .bw-bw_navbar > .container {
1448
+ .bw-bw_navbar > .bw_container, .bw_navbar > .container {
1449
1449
  display: flex;
1450
1450
  flex-wrap: wrap;
1451
1451
  align-items: center;
@@ -1661,19 +1661,19 @@ textarea.bw_form-control {
1661
1661
  }
1662
1662
 
1663
1663
  .bw-table-striped > tbody > tr:nth-of-type(odd) > * {
1664
- background-color: rgba(0, 0, 0, 0.025);
1664
+ background-color: rgba(0, 0, 0, 0.05);
1665
1665
  }
1666
1666
 
1667
1667
  .bw-bw_table-striped > tbody > tr:nth-of-type(odd) > * {
1668
- background-color: rgba(0, 0, 0, 0.025);
1668
+ background-color: rgba(0, 0, 0, 0.05);
1669
1669
  }
1670
1670
 
1671
1671
  .bw-table-hover > tbody > tr:hover > * {
1672
- background-color: rgba(0, 102, 102, 0.05);
1672
+ background-color: rgba(0, 102, 102, 0.1);
1673
1673
  }
1674
1674
 
1675
1675
  .bw-bw_table-hover > tbody > tr:hover > * {
1676
- background-color: rgba(0, 102, 102, 0.05);
1676
+ background-color: rgba(0, 102, 102, 0.1);
1677
1677
  }
1678
1678
 
1679
1679
  .bw-table-bordered {
@@ -1938,10 +1938,10 @@ textarea.bw_form-control {
1938
1938
 
1939
1939
  .bw-badge {
1940
1940
  display: inline-block;
1941
- padding: .35em .65em;
1942
- font-size: .75em;
1943
- font-weight: 700;
1944
- line-height: 1;
1941
+ padding: .4em .75em;
1942
+ font-size: .875em;
1943
+ font-weight: 600;
1944
+ line-height: 1.3;
1945
1945
  color: #fff;
1946
1946
  text-align: center;
1947
1947
  white-space: nowrap;
@@ -1951,10 +1951,10 @@ textarea.bw_form-control {
1951
1951
 
1952
1952
  .bw-bw_badge {
1953
1953
  display: inline-block;
1954
- padding: .35em .65em;
1955
- font-size: .75em;
1956
- font-weight: 700;
1957
- line-height: 1;
1954
+ padding: .4em .75em;
1955
+ font-size: .875em;
1956
+ font-weight: 600;
1957
+ line-height: 1.3;
1958
1958
  color: #fff;
1959
1959
  text-align: center;
1960
1960
  white-space: nowrap;
@@ -1970,6 +1970,26 @@ textarea.bw_form-control {
1970
1970
  display: none;
1971
1971
  }
1972
1972
 
1973
+ .bw-badge-sm {
1974
+ font-size: .75em;
1975
+ padding: .25em .5em;
1976
+ }
1977
+
1978
+ .bw-bw_badge-sm {
1979
+ font-size: .75em;
1980
+ padding: .25em .5em;
1981
+ }
1982
+
1983
+ .bw-badge-lg {
1984
+ font-size: 1em;
1985
+ padding: .5em .9em;
1986
+ }
1987
+
1988
+ .bw-bw_badge-lg {
1989
+ font-size: 1em;
1990
+ padding: .5em .9em;
1991
+ }
1992
+
1973
1993
  .bw-badge-pill {
1974
1994
  border-radius: 50rem;
1975
1995
  }
@@ -2750,11 +2770,21 @@ a.bw_list-group-item:hover {
2750
2770
  .bw-hero-title {
2751
2771
  font-weight: 300;
2752
2772
  letter-spacing: -0.05rem;
2773
+ color: inherit;
2753
2774
  }
2754
2775
 
2755
2776
  .bw-bw_hero-title {
2756
2777
  font-weight: 300;
2757
2778
  letter-spacing: -0.05rem;
2779
+ color: inherit;
2780
+ }
2781
+
2782
+ .bw-hero-subtitle {
2783
+ color: inherit;
2784
+ }
2785
+
2786
+ .bw-bw_hero-subtitle {
2787
+ color: inherit;
2758
2788
  }
2759
2789
 
2760
2790
  .bw-display-4 {
@@ -3477,6 +3507,1180 @@ a.bw_list-group-item:hover {
3477
3507
  color: #fff;
3478
3508
  }
3479
3509
 
3510
+ .bw-code-pre {
3511
+ margin: 0;
3512
+ background: #1e293b;
3513
+ border: none;
3514
+ border-radius: 6px;
3515
+ overflow-x: auto;
3516
+ }
3517
+
3518
+ .bw-bw_code-pre {
3519
+ margin: 0;
3520
+ background: #1e293b;
3521
+ border: none;
3522
+ border-radius: 6px;
3523
+ overflow-x: auto;
3524
+ }
3525
+
3526
+ .bw-code-block {
3527
+ display: block;
3528
+ padding: 1.25rem;
3529
+ font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
3530
+ font-size: 0.8125rem;
3531
+ line-height: 1.6;
3532
+ color: #e2e8f0;
3533
+ }
3534
+
3535
+ .bw-bw_code-block {
3536
+ display: block;
3537
+ padding: 1.25rem;
3538
+ font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
3539
+ font-size: 0.8125rem;
3540
+ line-height: 1.6;
3541
+ color: #e2e8f0;
3542
+ }
3543
+
3544
+ .bw-code-copy-btn {
3545
+ position: absolute;
3546
+ top: 0.5rem;
3547
+ right: 0.5rem;
3548
+ padding: 0.25rem 0.625rem;
3549
+ font-size: 0.6875rem;
3550
+ background: rgba(255,255,255,0.12);
3551
+ color: #aaa;
3552
+ border: 1px solid rgba(255,255,255,0.15);
3553
+ border-radius: 4px;
3554
+ cursor: pointer;
3555
+ font-family: inherit;
3556
+ transition: all 0.15s;
3557
+ }
3558
+
3559
+ .bw-bw_code-copy-btn {
3560
+ position: absolute;
3561
+ top: 0.5rem;
3562
+ right: 0.5rem;
3563
+ padding: 0.25rem 0.625rem;
3564
+ font-size: 0.6875rem;
3565
+ background: rgba(255,255,255,0.12);
3566
+ color: #aaa;
3567
+ border: 1px solid rgba(255,255,255,0.15);
3568
+ border-radius: 4px;
3569
+ cursor: pointer;
3570
+ font-family: inherit;
3571
+ transition: all 0.15s;
3572
+ }
3573
+
3574
+ .bw-btn-group, .bw-btn-group-vertical {
3575
+ position: relative;
3576
+ display: inline-flex;
3577
+ vertical-align: middle;
3578
+ }
3579
+
3580
+ .bw-bw_btn-group, .bw_btn-group-vertical {
3581
+ position: relative;
3582
+ display: inline-flex;
3583
+ vertical-align: middle;
3584
+ }
3585
+
3586
+ .bw-btn-group > .bw-btn, .bw-btn-group-vertical > .bw-btn {
3587
+ position: relative;
3588
+ flex: 1 1 auto;
3589
+ border-radius: 0;
3590
+ margin-left: -1px;
3591
+ }
3592
+
3593
+ .bw-bw_btn-group > .bw_btn, .bw_btn-group-vertical > .bw_btn {
3594
+ position: relative;
3595
+ flex: 1 1 auto;
3596
+ border-radius: 0;
3597
+ margin-left: -1px;
3598
+ }
3599
+
3600
+ .bw-btn-group > .bw-btn:first-child {
3601
+ margin-left: 0;
3602
+ border-top-left-radius: 6px;
3603
+ border-bottom-left-radius: 6px;
3604
+ }
3605
+
3606
+ .bw-bw_btn-group > .bw_btn:first-child {
3607
+ margin-left: 0;
3608
+ border-top-left-radius: 6px;
3609
+ border-bottom-left-radius: 6px;
3610
+ }
3611
+
3612
+ .bw-btn-group > .bw-btn:last-child {
3613
+ border-top-right-radius: 6px;
3614
+ border-bottom-right-radius: 6px;
3615
+ }
3616
+
3617
+ .bw-bw_btn-group > .bw_btn:last-child {
3618
+ border-top-right-radius: 6px;
3619
+ border-bottom-right-radius: 6px;
3620
+ }
3621
+
3622
+ .bw-btn-group-vertical {
3623
+ flex-direction: column;
3624
+ align-items: flex-start;
3625
+ justify-content: center;
3626
+ }
3627
+
3628
+ .bw-bw_btn-group-vertical {
3629
+ flex-direction: column;
3630
+ align-items: flex-start;
3631
+ justify-content: center;
3632
+ }
3633
+
3634
+ .bw-btn-group-vertical > .bw-btn {
3635
+ width: 100%;
3636
+ margin-left: 0;
3637
+ margin-top: -1px;
3638
+ }
3639
+
3640
+ .bw-bw_btn-group-vertical > .bw_btn {
3641
+ width: 100%;
3642
+ margin-left: 0;
3643
+ margin-top: -1px;
3644
+ }
3645
+
3646
+ .bw-btn-group-vertical > .bw-btn:first-child {
3647
+ margin-top: 0;
3648
+ border-top-left-radius: 6px;
3649
+ border-top-right-radius: 6px;
3650
+ border-bottom-left-radius: 0;
3651
+ border-bottom-right-radius: 0;
3652
+ }
3653
+
3654
+ .bw-bw_btn-group-vertical > .bw_btn:first-child {
3655
+ margin-top: 0;
3656
+ border-top-left-radius: 6px;
3657
+ border-top-right-radius: 6px;
3658
+ border-bottom-left-radius: 0;
3659
+ border-bottom-right-radius: 0;
3660
+ }
3661
+
3662
+ .bw-btn-group-vertical > .bw-btn:last-child {
3663
+ border-top-left-radius: 0;
3664
+ border-top-right-radius: 0;
3665
+ border-bottom-left-radius: 6px;
3666
+ border-bottom-right-radius: 6px;
3667
+ }
3668
+
3669
+ .bw-bw_btn-group-vertical > .bw_btn:last-child {
3670
+ border-top-left-radius: 0;
3671
+ border-top-right-radius: 0;
3672
+ border-bottom-left-radius: 6px;
3673
+ border-bottom-right-radius: 6px;
3674
+ }
3675
+
3676
+ .bw-btn-group-sm > .bw-btn {
3677
+ padding: 0.25rem 0.75rem;
3678
+ font-size: 0.8125rem;
3679
+ }
3680
+
3681
+ .bw-bw_btn-group-sm > .bw_btn {
3682
+ padding: 0.25rem 0.75rem;
3683
+ font-size: 0.8125rem;
3684
+ }
3685
+
3686
+ .bw-btn-group-lg > .bw-btn {
3687
+ padding: 0.625rem 1.5rem;
3688
+ font-size: 1rem;
3689
+ }
3690
+
3691
+ .bw-bw_btn-group-lg > .bw_btn {
3692
+ padding: 0.625rem 1.5rem;
3693
+ font-size: 1rem;
3694
+ }
3695
+
3696
+ .bw-accordion {
3697
+ border-radius: 8px;
3698
+ overflow: hidden;
3699
+ }
3700
+
3701
+ .bw-bw_accordion {
3702
+ border-radius: 8px;
3703
+ overflow: hidden;
3704
+ }
3705
+
3706
+ .bw-accordion-item {
3707
+ background-color: #fff;
3708
+ border: 1px solid #e5e5e5;
3709
+ }
3710
+
3711
+ .bw-bw_accordion-item {
3712
+ background-color: #fff;
3713
+ border: 1px solid #e5e5e5;
3714
+ }
3715
+
3716
+ .bw-accordion-item + .bw-accordion-item {
3717
+ border-top: 0;
3718
+ }
3719
+
3720
+ .bw-bw_accordion-item + .bw_accordion-item {
3721
+ border-top: 0;
3722
+ }
3723
+
3724
+ .bw-accordion-item:first-child {
3725
+ border-top-left-radius: 8px;
3726
+ border-top-right-radius: 8px;
3727
+ }
3728
+
3729
+ .bw-bw_accordion-item:first-child {
3730
+ border-top-left-radius: 8px;
3731
+ border-top-right-radius: 8px;
3732
+ }
3733
+
3734
+ .bw-accordion-item:last-child {
3735
+ border-bottom-left-radius: 8px;
3736
+ border-bottom-right-radius: 8px;
3737
+ }
3738
+
3739
+ .bw-bw_accordion-item:last-child {
3740
+ border-bottom-left-radius: 8px;
3741
+ border-bottom-right-radius: 8px;
3742
+ }
3743
+
3744
+ .bw-accordion-header {
3745
+ margin: 0;
3746
+ }
3747
+
3748
+ .bw-bw_accordion-header {
3749
+ margin: 0;
3750
+ }
3751
+
3752
+ .bw-accordion-button {
3753
+ position: relative;
3754
+ display: flex;
3755
+ align-items: center;
3756
+ width: 100%;
3757
+ padding: 1rem 1.25rem;
3758
+ font-size: 1rem;
3759
+ font-weight: 500;
3760
+ color: #1a1a1a;
3761
+ text-align: left;
3762
+ background-color: transparent;
3763
+ border: 0;
3764
+ overflow-anchor: none;
3765
+ cursor: pointer;
3766
+ font-family: inherit;
3767
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
3768
+ }
3769
+
3770
+ .bw-bw_accordion-button {
3771
+ position: relative;
3772
+ display: flex;
3773
+ align-items: center;
3774
+ width: 100%;
3775
+ padding: 1rem 1.25rem;
3776
+ font-size: 1rem;
3777
+ font-weight: 500;
3778
+ color: #1a1a1a;
3779
+ text-align: left;
3780
+ background-color: transparent;
3781
+ border: 0;
3782
+ overflow-anchor: none;
3783
+ cursor: pointer;
3784
+ font-family: inherit;
3785
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
3786
+ }
3787
+
3788
+ .bw-accordion-button::after {
3789
+ flex-shrink: 0;
3790
+ width: 1.25rem;
3791
+ height: 1.25rem;
3792
+ margin-left: auto;
3793
+ content: "";
3794
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
3795
+ background-repeat: no-repeat;
3796
+ background-size: 1.25rem;
3797
+ transition: transform 0.2s ease-in-out;
3798
+ }
3799
+
3800
+ .bw-bw_accordion-button::after {
3801
+ flex-shrink: 0;
3802
+ width: 1.25rem;
3803
+ height: 1.25rem;
3804
+ margin-left: auto;
3805
+ content: "";
3806
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
3807
+ background-repeat: no-repeat;
3808
+ background-size: 1.25rem;
3809
+ transition: transform 0.2s ease-in-out;
3810
+ }
3811
+
3812
+ .bw-accordion-button:not(.bw-collapsed)::after {
3813
+ transform: rotate(-180deg);
3814
+ }
3815
+
3816
+ .bw-bw_accordion-button:not(.bw_collapsed)::after {
3817
+ transform: rotate(-180deg);
3818
+ }
3819
+
3820
+ .bw-accordion-button:hover {
3821
+ background-color: rgba(0,0,0,0.03);
3822
+ }
3823
+
3824
+ .bw-bw_accordion-button:hover {
3825
+ background-color: rgba(0,0,0,0.03);
3826
+ }
3827
+
3828
+ .bw-accordion-collapse {
3829
+ max-height: 0;
3830
+ overflow: hidden;
3831
+ transition: max-height 0.3s ease;
3832
+ }
3833
+
3834
+ .bw-bw_accordion-collapse {
3835
+ max-height: 0;
3836
+ overflow: hidden;
3837
+ transition: max-height 0.3s ease;
3838
+ }
3839
+
3840
+ .bw-accordion-collapse.bw-collapse-show {
3841
+ max-height: none;
3842
+ }
3843
+
3844
+ .bw-bw_accordion-collapse.bw_collapse-show {
3845
+ max-height: none;
3846
+ }
3847
+
3848
+ .bw-accordion-body {
3849
+ padding: 1rem 1.25rem;
3850
+ }
3851
+
3852
+ .bw-bw_accordion-body {
3853
+ padding: 1rem 1.25rem;
3854
+ }
3855
+
3856
+ .bw-modal {
3857
+ display: none;
3858
+ position: fixed;
3859
+ top: 0;
3860
+ left: 0;
3861
+ width: 100%;
3862
+ height: 100%;
3863
+ z-index: 1050;
3864
+ background-color: rgba(0,0,0,0.5);
3865
+ overflow-x: hidden;
3866
+ overflow-y: auto;
3867
+ opacity: 0;
3868
+ transition: opacity 0.15s linear;
3869
+ }
3870
+
3871
+ .bw-bw_modal {
3872
+ display: none;
3873
+ position: fixed;
3874
+ top: 0;
3875
+ left: 0;
3876
+ width: 100%;
3877
+ height: 100%;
3878
+ z-index: 1050;
3879
+ background-color: rgba(0,0,0,0.5);
3880
+ overflow-x: hidden;
3881
+ overflow-y: auto;
3882
+ opacity: 0;
3883
+ transition: opacity 0.15s linear;
3884
+ }
3885
+
3886
+ .bw-modal.bw-modal-show {
3887
+ display: flex;
3888
+ align-items: center;
3889
+ justify-content: center;
3890
+ opacity: 1;
3891
+ }
3892
+
3893
+ .bw-bw_modal.bw_modal-show {
3894
+ display: flex;
3895
+ align-items: center;
3896
+ justify-content: center;
3897
+ opacity: 1;
3898
+ }
3899
+
3900
+ .bw-modal-dialog {
3901
+ position: relative;
3902
+ width: 100%;
3903
+ max-width: 500px;
3904
+ margin: 1.75rem auto;
3905
+ pointer-events: none;
3906
+ transform: translateY(-20px);
3907
+ transition: transform 0.2s ease-out;
3908
+ }
3909
+
3910
+ .bw-bw_modal-dialog {
3911
+ position: relative;
3912
+ width: 100%;
3913
+ max-width: 500px;
3914
+ margin: 1.75rem auto;
3915
+ pointer-events: none;
3916
+ transform: translateY(-20px);
3917
+ transition: transform 0.2s ease-out;
3918
+ }
3919
+
3920
+ .bw-modal.bw-modal-show .bw-modal-dialog {
3921
+ transform: translateY(0);
3922
+ }
3923
+
3924
+ .bw-bw_modal.bw_modal-show .bw_modal-dialog {
3925
+ transform: translateY(0);
3926
+ }
3927
+
3928
+ .bw-modal-sm {
3929
+ max-width: 300px;
3930
+ }
3931
+
3932
+ .bw-bw_modal-sm {
3933
+ max-width: 300px;
3934
+ }
3935
+
3936
+ .bw-modal-lg {
3937
+ max-width: 800px;
3938
+ }
3939
+
3940
+ .bw-bw_modal-lg {
3941
+ max-width: 800px;
3942
+ }
3943
+
3944
+ .bw-modal-xl {
3945
+ max-width: 1140px;
3946
+ }
3947
+
3948
+ .bw-bw_modal-xl {
3949
+ max-width: 1140px;
3950
+ }
3951
+
3952
+ .bw-modal-content {
3953
+ position: relative;
3954
+ display: flex;
3955
+ flex-direction: column;
3956
+ pointer-events: auto;
3957
+ background-color: #fff;
3958
+ background-clip: padding-box;
3959
+ border: 1px solid rgba(0,0,0,0.2);
3960
+ border-radius: 8px;
3961
+ box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
3962
+ outline: 0;
3963
+ }
3964
+
3965
+ .bw-bw_modal-content {
3966
+ position: relative;
3967
+ display: flex;
3968
+ flex-direction: column;
3969
+ pointer-events: auto;
3970
+ background-color: #fff;
3971
+ background-clip: padding-box;
3972
+ border: 1px solid rgba(0,0,0,0.2);
3973
+ border-radius: 8px;
3974
+ box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
3975
+ outline: 0;
3976
+ }
3977
+
3978
+ .bw-modal-header {
3979
+ display: flex;
3980
+ align-items: center;
3981
+ justify-content: space-between;
3982
+ padding: 1rem 1.5rem;
3983
+ border-bottom: 1px solid #e5e5e5;
3984
+ }
3985
+
3986
+ .bw-bw_modal-header {
3987
+ display: flex;
3988
+ align-items: center;
3989
+ justify-content: space-between;
3990
+ padding: 1rem 1.5rem;
3991
+ border-bottom: 1px solid #e5e5e5;
3992
+ }
3993
+
3994
+ .bw-modal-title {
3995
+ margin: 0;
3996
+ font-size: 1.25rem;
3997
+ font-weight: 600;
3998
+ line-height: 1.3;
3999
+ }
4000
+
4001
+ .bw-bw_modal-title {
4002
+ margin: 0;
4003
+ font-size: 1.25rem;
4004
+ font-weight: 600;
4005
+ line-height: 1.3;
4006
+ }
4007
+
4008
+ .bw-modal-body {
4009
+ position: relative;
4010
+ flex: 1 1 auto;
4011
+ padding: 1.5rem;
4012
+ }
4013
+
4014
+ .bw-bw_modal-body {
4015
+ position: relative;
4016
+ flex: 1 1 auto;
4017
+ padding: 1.5rem;
4018
+ }
4019
+
4020
+ .bw-modal-footer {
4021
+ display: flex;
4022
+ flex-wrap: wrap;
4023
+ align-items: center;
4024
+ justify-content: flex-end;
4025
+ padding: 0.75rem 1.5rem;
4026
+ border-top: 1px solid #e5e5e5;
4027
+ gap: 0.5rem;
4028
+ }
4029
+
4030
+ .bw-bw_modal-footer {
4031
+ display: flex;
4032
+ flex-wrap: wrap;
4033
+ align-items: center;
4034
+ justify-content: flex-end;
4035
+ padding: 0.75rem 1.5rem;
4036
+ border-top: 1px solid #e5e5e5;
4037
+ gap: 0.5rem;
4038
+ }
4039
+
4040
+ .bw-toast-container {
4041
+ position: fixed;
4042
+ z-index: 1080;
4043
+ pointer-events: none;
4044
+ display: flex;
4045
+ flex-direction: column;
4046
+ gap: 0.5rem;
4047
+ padding: 1rem;
4048
+ }
4049
+
4050
+ .bw-bw_toast-container {
4051
+ position: fixed;
4052
+ z-index: 1080;
4053
+ pointer-events: none;
4054
+ display: flex;
4055
+ flex-direction: column;
4056
+ gap: 0.5rem;
4057
+ padding: 1rem;
4058
+ }
4059
+
4060
+ .bw-toast-container.bw-toast-top-right {
4061
+ top: 0;
4062
+ right: 0;
4063
+ }
4064
+
4065
+ .bw-bw_toast-container.bw_toast-top-right {
4066
+ top: 0;
4067
+ right: 0;
4068
+ }
4069
+
4070
+ .bw-toast-container.bw-toast-top-left {
4071
+ top: 0;
4072
+ left: 0;
4073
+ }
4074
+
4075
+ .bw-bw_toast-container.bw_toast-top-left {
4076
+ top: 0;
4077
+ left: 0;
4078
+ }
4079
+
4080
+ .bw-toast-container.bw-toast-bottom-right {
4081
+ bottom: 0;
4082
+ right: 0;
4083
+ }
4084
+
4085
+ .bw-bw_toast-container.bw_toast-bottom-right {
4086
+ bottom: 0;
4087
+ right: 0;
4088
+ }
4089
+
4090
+ .bw-toast-container.bw-toast-bottom-left {
4091
+ bottom: 0;
4092
+ left: 0;
4093
+ }
4094
+
4095
+ .bw-bw_toast-container.bw_toast-bottom-left {
4096
+ bottom: 0;
4097
+ left: 0;
4098
+ }
4099
+
4100
+ .bw-toast-container.bw-toast-top-center {
4101
+ top: 0;
4102
+ left: 50%;
4103
+ transform: translateX(-50%);
4104
+ }
4105
+
4106
+ .bw-bw_toast-container.bw_toast-top-center {
4107
+ top: 0;
4108
+ left: 50%;
4109
+ transform: translateX(-50%);
4110
+ }
4111
+
4112
+ .bw-toast-container.bw-toast-bottom-center {
4113
+ bottom: 0;
4114
+ left: 50%;
4115
+ transform: translateX(-50%);
4116
+ }
4117
+
4118
+ .bw-bw_toast-container.bw_toast-bottom-center {
4119
+ bottom: 0;
4120
+ left: 50%;
4121
+ transform: translateX(-50%);
4122
+ }
4123
+
4124
+ .bw-toast {
4125
+ pointer-events: auto;
4126
+ width: 350px;
4127
+ max-width: 100%;
4128
+ background-color: #fff;
4129
+ background-clip: padding-box;
4130
+ border: 1px solid rgba(0,0,0,0.1);
4131
+ border-radius: 8px;
4132
+ box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
4133
+ opacity: 0;
4134
+ transform: translateY(-10px);
4135
+ transition: opacity 0.3s ease, transform 0.3s ease;
4136
+ }
4137
+
4138
+ .bw-bw_toast {
4139
+ pointer-events: auto;
4140
+ width: 350px;
4141
+ max-width: 100%;
4142
+ background-color: #fff;
4143
+ background-clip: padding-box;
4144
+ border: 1px solid rgba(0,0,0,0.1);
4145
+ border-radius: 8px;
4146
+ box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
4147
+ opacity: 0;
4148
+ transform: translateY(-10px);
4149
+ transition: opacity 0.3s ease, transform 0.3s ease;
4150
+ }
4151
+
4152
+ .bw-toast.bw-toast-show {
4153
+ opacity: 1;
4154
+ transform: translateY(0);
4155
+ }
4156
+
4157
+ .bw-bw_toast.bw_toast-show {
4158
+ opacity: 1;
4159
+ transform: translateY(0);
4160
+ }
4161
+
4162
+ .bw-toast.bw-toast-hiding {
4163
+ opacity: 0;
4164
+ transform: translateY(-10px);
4165
+ }
4166
+
4167
+ .bw-bw_toast.bw_toast-hiding {
4168
+ opacity: 0;
4169
+ transform: translateY(-10px);
4170
+ }
4171
+
4172
+ .bw-toast-header {
4173
+ display: flex;
4174
+ align-items: center;
4175
+ justify-content: space-between;
4176
+ padding: 0.5rem 0.75rem;
4177
+ border-bottom: 1px solid rgba(0,0,0,0.05);
4178
+ font-size: 0.875rem;
4179
+ }
4180
+
4181
+ .bw-bw_toast-header {
4182
+ display: flex;
4183
+ align-items: center;
4184
+ justify-content: space-between;
4185
+ padding: 0.5rem 0.75rem;
4186
+ border-bottom: 1px solid rgba(0,0,0,0.05);
4187
+ font-size: 0.875rem;
4188
+ }
4189
+
4190
+ .bw-toast-body {
4191
+ padding: 0.75rem;
4192
+ font-size: 0.9375rem;
4193
+ }
4194
+
4195
+ .bw-bw_toast-body {
4196
+ padding: 0.75rem;
4197
+ font-size: 0.9375rem;
4198
+ }
4199
+
4200
+ .bw-toast-primary {
4201
+ border-left: 4px solid #006666;
4202
+ }
4203
+
4204
+ .bw-bw_toast-primary {
4205
+ border-left: 4px solid #006666;
4206
+ }
4207
+
4208
+ .bw-toast-secondary {
4209
+ border-left: 4px solid #6c757d;
4210
+ }
4211
+
4212
+ .bw-bw_toast-secondary {
4213
+ border-left: 4px solid #6c757d;
4214
+ }
4215
+
4216
+ .bw-toast-success {
4217
+ border-left: 4px solid #198754;
4218
+ }
4219
+
4220
+ .bw-bw_toast-success {
4221
+ border-left: 4px solid #198754;
4222
+ }
4223
+
4224
+ .bw-toast-danger {
4225
+ border-left: 4px solid #dc3545;
4226
+ }
4227
+
4228
+ .bw-bw_toast-danger {
4229
+ border-left: 4px solid #dc3545;
4230
+ }
4231
+
4232
+ .bw-toast-warning {
4233
+ border-left: 4px solid #ffc107;
4234
+ }
4235
+
4236
+ .bw-bw_toast-warning {
4237
+ border-left: 4px solid #ffc107;
4238
+ }
4239
+
4240
+ .bw-toast-info {
4241
+ border-left: 4px solid #0dcaf0;
4242
+ }
4243
+
4244
+ .bw-bw_toast-info {
4245
+ border-left: 4px solid #0dcaf0;
4246
+ }
4247
+
4248
+ .bw-dropdown {
4249
+ position: relative;
4250
+ display: inline-block;
4251
+ }
4252
+
4253
+ .bw-bw_dropdown {
4254
+ position: relative;
4255
+ display: inline-block;
4256
+ }
4257
+
4258
+ .bw-dropdown-toggle::after {
4259
+ display: inline-block;
4260
+ margin-left: 0.255em;
4261
+ vertical-align: 0.255em;
4262
+ content: "";
4263
+ border-top: 0.3em solid;
4264
+ border-right: 0.3em solid transparent;
4265
+ border-bottom: 0;
4266
+ border-left: 0.3em solid transparent;
4267
+ }
4268
+
4269
+ .bw-bw_dropdown-toggle::after {
4270
+ display: inline-block;
4271
+ margin-left: 0.255em;
4272
+ vertical-align: 0.255em;
4273
+ content: "";
4274
+ border-top: 0.3em solid;
4275
+ border-right: 0.3em solid transparent;
4276
+ border-bottom: 0;
4277
+ border-left: 0.3em solid transparent;
4278
+ }
4279
+
4280
+ .bw-dropdown-menu {
4281
+ position: absolute;
4282
+ top: 100%;
4283
+ left: 0;
4284
+ z-index: 1000;
4285
+ display: none;
4286
+ min-width: 10rem;
4287
+ padding: 0.5rem 0;
4288
+ margin: 0.125rem 0 0;
4289
+ background-color: #fff;
4290
+ background-clip: padding-box;
4291
+ border: 1px solid rgba(0,0,0,0.15);
4292
+ border-radius: 6px;
4293
+ box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
4294
+ }
4295
+
4296
+ .bw-bw_dropdown-menu {
4297
+ position: absolute;
4298
+ top: 100%;
4299
+ left: 0;
4300
+ z-index: 1000;
4301
+ display: none;
4302
+ min-width: 10rem;
4303
+ padding: 0.5rem 0;
4304
+ margin: 0.125rem 0 0;
4305
+ background-color: #fff;
4306
+ background-clip: padding-box;
4307
+ border: 1px solid rgba(0,0,0,0.15);
4308
+ border-radius: 6px;
4309
+ box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
4310
+ }
4311
+
4312
+ .bw-dropdown-menu.bw-dropdown-show {
4313
+ display: block;
4314
+ }
4315
+
4316
+ .bw-bw_dropdown-menu.bw_dropdown-show {
4317
+ display: block;
4318
+ }
4319
+
4320
+ .bw-dropdown-menu-end {
4321
+ left: auto;
4322
+ right: 0;
4323
+ }
4324
+
4325
+ .bw-bw_dropdown-menu-end {
4326
+ left: auto;
4327
+ right: 0;
4328
+ }
4329
+
4330
+ .bw-dropdown-item {
4331
+ display: block;
4332
+ width: 100%;
4333
+ padding: 0.375rem 1rem;
4334
+ clear: both;
4335
+ font-weight: 400;
4336
+ color: #212529;
4337
+ text-align: inherit;
4338
+ text-decoration: none;
4339
+ white-space: nowrap;
4340
+ background-color: transparent;
4341
+ border: 0;
4342
+ font-size: 0.9375rem;
4343
+ transition: background-color 0.15s, color 0.15s;
4344
+ }
4345
+
4346
+ .bw-bw_dropdown-item {
4347
+ display: block;
4348
+ width: 100%;
4349
+ padding: 0.375rem 1rem;
4350
+ clear: both;
4351
+ font-weight: 400;
4352
+ color: #212529;
4353
+ text-align: inherit;
4354
+ text-decoration: none;
4355
+ white-space: nowrap;
4356
+ background-color: transparent;
4357
+ border: 0;
4358
+ font-size: 0.9375rem;
4359
+ transition: background-color 0.15s, color 0.15s;
4360
+ }
4361
+
4362
+ .bw-dropdown-item:hover {
4363
+ color: #1e2125;
4364
+ background-color: #f8f9fa;
4365
+ }
4366
+
4367
+ .bw-bw_dropdown-item:hover {
4368
+ color: #1e2125;
4369
+ background-color: #f8f9fa;
4370
+ }
4371
+
4372
+ .bw-dropdown-item.disabled {
4373
+ color: #adb5bd;
4374
+ pointer-events: none;
4375
+ background-color: transparent;
4376
+ }
4377
+
4378
+ .bw-bw_dropdown-item.disabled {
4379
+ color: #adb5bd;
4380
+ pointer-events: none;
4381
+ background-color: transparent;
4382
+ }
4383
+
4384
+ .bw-dropdown-divider {
4385
+ height: 0;
4386
+ margin: 0.5rem 0;
4387
+ overflow: hidden;
4388
+ border-top: 1px solid #e9ecef;
4389
+ opacity: 1;
4390
+ }
4391
+
4392
+ .bw-bw_dropdown-divider {
4393
+ height: 0;
4394
+ margin: 0.5rem 0;
4395
+ overflow: hidden;
4396
+ border-top: 1px solid #e9ecef;
4397
+ opacity: 1;
4398
+ }
4399
+
4400
+ .bw-form-switch {
4401
+ padding-left: 2.5em;
4402
+ }
4403
+
4404
+ .bw-bw_form-switch {
4405
+ padding-left: 2.5em;
4406
+ }
4407
+
4408
+ .bw-form-switch .bw-switch-input {
4409
+ width: 2em;
4410
+ height: 1.125em;
4411
+ margin-left: -2.5em;
4412
+ border-radius: 2em;
4413
+ appearance: none;
4414
+ background-color: #adb5bd;
4415
+ border: 1px solid #adb5bd;
4416
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
4417
+ background-position: left center;
4418
+ background-repeat: no-repeat;
4419
+ background-size: contain;
4420
+ transition: background-position 0.15s ease-in-out, background-color 0.15s ease-in-out;
4421
+ cursor: pointer;
4422
+ }
4423
+
4424
+ .bw-bw_form-switch .bw_switch-input {
4425
+ width: 2em;
4426
+ height: 1.125em;
4427
+ margin-left: -2.5em;
4428
+ border-radius: 2em;
4429
+ appearance: none;
4430
+ background-color: #adb5bd;
4431
+ border: 1px solid #adb5bd;
4432
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
4433
+ background-position: left center;
4434
+ background-repeat: no-repeat;
4435
+ background-size: contain;
4436
+ transition: background-position 0.15s ease-in-out, background-color 0.15s ease-in-out;
4437
+ cursor: pointer;
4438
+ }
4439
+
4440
+ .bw-form-switch .bw-switch-input:checked {
4441
+ background-color: #006666;
4442
+ border-color: #006666;
4443
+ background-position: right center;
4444
+ }
4445
+
4446
+ .bw-bw_form-switch .bw_switch-input:checked {
4447
+ background-color: #006666;
4448
+ border-color: #006666;
4449
+ background-position: right center;
4450
+ }
4451
+
4452
+ .bw-form-switch .bw-switch-input:focus {
4453
+ box-shadow: 0 0 0 0.25rem rgba(0, 102, 102, 0.25);
4454
+ outline: 0;
4455
+ }
4456
+
4457
+ .bw-bw_form-switch .bw_switch-input:focus {
4458
+ box-shadow: 0 0 0 0.25rem rgba(0, 102, 102, 0.25);
4459
+ outline: 0;
4460
+ }
4461
+
4462
+ .bw-form-switch .bw-switch-input:disabled {
4463
+ opacity: 0.5;
4464
+ cursor: not-allowed;
4465
+ }
4466
+
4467
+ .bw-bw_form-switch .bw_switch-input:disabled {
4468
+ opacity: 0.5;
4469
+ cursor: not-allowed;
4470
+ }
4471
+
4472
+ .bw-skeleton {
4473
+ background-color: #e9ecef;
4474
+ border-radius: 4px;
4475
+ animation: bw-skeleton-pulse 1.5s ease-in-out infinite;
4476
+ }
4477
+
4478
+ .bw-bw_skeleton {
4479
+ background-color: #e9ecef;
4480
+ border-radius: 4px;
4481
+ animation: bw-skeleton-pulse 1.5s ease-in-out infinite;
4482
+ }
4483
+
4484
+ .bw-skeleton-text {
4485
+ height: 1em;
4486
+ margin-bottom: 0.5rem;
4487
+ }
4488
+
4489
+ .bw-bw_skeleton-text {
4490
+ height: 1em;
4491
+ margin-bottom: 0.5rem;
4492
+ }
4493
+
4494
+ .bw-skeleton-circle {
4495
+ border-radius: 50%;
4496
+ }
4497
+
4498
+ .bw-bw_skeleton-circle {
4499
+ border-radius: 50%;
4500
+ }
4501
+
4502
+ .bw-skeleton-rect {
4503
+ border-radius: 8px;
4504
+ }
4505
+
4506
+ .bw-bw_skeleton-rect {
4507
+ border-radius: 8px;
4508
+ }
4509
+
4510
+ .bw-skeleton-group {
4511
+ display: flex;
4512
+ flex-direction: column;
4513
+ }
4514
+
4515
+ .bw-bw_skeleton-group {
4516
+ display: flex;
4517
+ flex-direction: column;
4518
+ }
4519
+
4520
+ @keyframes bw-skeleton-pulse {
4521
+ 0% {
4522
+ opacity: 1;
4523
+ }
4524
+ 50% {
4525
+ opacity: 0.4;
4526
+ }
4527
+ 100% {
4528
+ opacity: 1;
4529
+ }
4530
+ }
4531
+
4532
+ .bw-avatar {
4533
+ display: inline-flex;
4534
+ align-items: center;
4535
+ justify-content: center;
4536
+ border-radius: 50%;
4537
+ overflow: hidden;
4538
+ font-weight: 600;
4539
+ text-transform: uppercase;
4540
+ vertical-align: middle;
4541
+ object-fit: cover;
4542
+ }
4543
+
4544
+ .bw-bw_avatar {
4545
+ display: inline-flex;
4546
+ align-items: center;
4547
+ justify-content: center;
4548
+ border-radius: 50%;
4549
+ overflow: hidden;
4550
+ font-weight: 600;
4551
+ text-transform: uppercase;
4552
+ vertical-align: middle;
4553
+ object-fit: cover;
4554
+ }
4555
+
4556
+ .bw-avatar-sm {
4557
+ width: 2rem;
4558
+ height: 2rem;
4559
+ font-size: 0.75rem;
4560
+ }
4561
+
4562
+ .bw-bw_avatar-sm {
4563
+ width: 2rem;
4564
+ height: 2rem;
4565
+ font-size: 0.75rem;
4566
+ }
4567
+
4568
+ .bw-avatar-md {
4569
+ width: 3rem;
4570
+ height: 3rem;
4571
+ font-size: 1rem;
4572
+ }
4573
+
4574
+ .bw-bw_avatar-md {
4575
+ width: 3rem;
4576
+ height: 3rem;
4577
+ font-size: 1rem;
4578
+ }
4579
+
4580
+ .bw-avatar-lg {
4581
+ width: 4rem;
4582
+ height: 4rem;
4583
+ font-size: 1.25rem;
4584
+ }
4585
+
4586
+ .bw-bw_avatar-lg {
4587
+ width: 4rem;
4588
+ height: 4rem;
4589
+ font-size: 1.25rem;
4590
+ }
4591
+
4592
+ .bw-avatar-xl {
4593
+ width: 5rem;
4594
+ height: 5rem;
4595
+ font-size: 1.5rem;
4596
+ }
4597
+
4598
+ .bw-bw_avatar-xl {
4599
+ width: 5rem;
4600
+ height: 5rem;
4601
+ font-size: 1.5rem;
4602
+ }
4603
+
4604
+ .bw-avatar-primary {
4605
+ background-color: #006666;
4606
+ color: #fff;
4607
+ }
4608
+
4609
+ .bw-bw_avatar-primary {
4610
+ background-color: #006666;
4611
+ color: #fff;
4612
+ }
4613
+
4614
+ .bw-avatar-secondary {
4615
+ background-color: #6c757d;
4616
+ color: #fff;
4617
+ }
4618
+
4619
+ .bw-bw_avatar-secondary {
4620
+ background-color: #6c757d;
4621
+ color: #fff;
4622
+ }
4623
+
4624
+ .bw-avatar-success {
4625
+ background-color: #198754;
4626
+ color: #fff;
4627
+ }
4628
+
4629
+ .bw-bw_avatar-success {
4630
+ background-color: #198754;
4631
+ color: #fff;
4632
+ }
4633
+
4634
+ .bw-avatar-danger {
4635
+ background-color: #dc3545;
4636
+ color: #fff;
4637
+ }
4638
+
4639
+ .bw-bw_avatar-danger {
4640
+ background-color: #dc3545;
4641
+ color: #fff;
4642
+ }
4643
+
4644
+ .bw-avatar-warning {
4645
+ background-color: #ffc107;
4646
+ color: #000;
4647
+ }
4648
+
4649
+ .bw-bw_avatar-warning {
4650
+ background-color: #ffc107;
4651
+ color: #000;
4652
+ }
4653
+
4654
+ .bw-avatar-info {
4655
+ background-color: #0dcaf0;
4656
+ color: #000;
4657
+ }
4658
+
4659
+ .bw-bw_avatar-info {
4660
+ background-color: #0dcaf0;
4661
+ color: #000;
4662
+ }
4663
+
4664
+ .bw-avatar-light {
4665
+ background-color: #f8f9fa;
4666
+ color: #212529;
4667
+ }
4668
+
4669
+ .bw-bw_avatar-light {
4670
+ background-color: #f8f9fa;
4671
+ color: #212529;
4672
+ }
4673
+
4674
+ .bw-avatar-dark {
4675
+ background-color: #212529;
4676
+ color: #fff;
4677
+ }
4678
+
4679
+ .bw-bw_avatar-dark {
4680
+ background-color: #212529;
4681
+ color: #fff;
4682
+ }
4683
+
3480
4684
  .bw-m-0 {
3481
4685
  margin: 0 !important;
3482
4686
  }