Subversion Repositories oidplus

Rev

Rev 1339 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1339 Rev 1407
Line 1... Line 1...
1
@charset "UTF-8";
1
@charset "UTF-8";
2
/*!
2
/*!
3
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
3
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
4
 * Copyright 2011-2023 The Bootstrap Authors
4
 * Copyright 2011-2023 The Bootstrap Authors
5
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
 */
6
 */
7
:root,
7
:root,
8
[data-bs-theme=light] {
8
[data-bs-theme=light] {
Line 97... Line 97...
97
  --bs-link-color-rgb: 13, 110, 253;
97
  --bs-link-color-rgb: 13, 110, 253;
98
  --bs-link-decoration: underline;
98
  --bs-link-decoration: underline;
99
  --bs-link-hover-color: #0a58ca;
99
  --bs-link-hover-color: #0a58ca;
100
  --bs-link-hover-color-rgb: 10, 88, 202;
100
  --bs-link-hover-color-rgb: 10, 88, 202;
101
  --bs-code-color: #d63384;
101
  --bs-code-color: #d63384;
-
 
102
  --bs-highlight-color: #212529;
102
  --bs-highlight-bg: #fff3cd;
103
  --bs-highlight-bg: #fff3cd;
103
  --bs-border-width: 1px;
104
  --bs-border-width: 1px;
104
  --bs-border-style: solid;
105
  --bs-border-style: solid;
105
  --bs-border-color: #dee2e6;
106
  --bs-border-color: #dee2e6;
106
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
107
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
Line 168... Line 169...
168
  --bs-link-color: #6ea8fe;
169
  --bs-link-color: #6ea8fe;
169
  --bs-link-hover-color: #8bb9fe;
170
  --bs-link-hover-color: #8bb9fe;
170
  --bs-link-color-rgb: 110, 168, 254;
171
  --bs-link-color-rgb: 110, 168, 254;
171
  --bs-link-hover-color-rgb: 139, 185, 254;
172
  --bs-link-hover-color-rgb: 139, 185, 254;
172
  --bs-code-color: #e685b5;
173
  --bs-code-color: #e685b5;
-
 
174
  --bs-highlight-color: #dee2e6;
-
 
175
  --bs-highlight-bg: #664d03;
173
  --bs-border-color: #495057;
176
  --bs-border-color: #495057;
174
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
177
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
175
  --bs-form-valid-color: #75b798;
178
  --bs-form-valid-color: #75b798;
176
  --bs-form-valid-border-color: #75b798;
179
  --bs-form-valid-border-color: #75b798;
177
  --bs-form-invalid-color: #ea868f;
180
  --bs-form-invalid-color: #ea868f;
Line 323... Line 326...
323
  font-size: 0.875em;
326
  font-size: 0.875em;
324
}
327
}
325
 
328
 
326
mark, .mark {
329
mark, .mark {
327
  padding: 0.1875em;
330
  padding: 0.1875em;
-
 
331
  color: var(--bs-highlight-color);
328
  background-color: var(--bs-highlight-bg);
332
  background-color: var(--bs-highlight-bg);
329
}
333
}
330
 
334
 
331
sub,
335
sub,
332
sup {
336
sup {
Line 815... Line 819...
815
  width: 50%;
819
  width: 50%;
816
}
820
}
817
 
821
 
818
.row-cols-3 > * {
822
.row-cols-3 > * {
819
  flex: 0 0 auto;
823
  flex: 0 0 auto;
820
  width: 33.3333333333%;
824
  width: 33.33333333%;
821
}
825
}
822
 
826
 
823
.row-cols-4 > * {
827
.row-cols-4 > * {
824
  flex: 0 0 auto;
828
  flex: 0 0 auto;
825
  width: 25%;
829
  width: 25%;
Line 830... Line 834...
830
  width: 20%;
834
  width: 20%;
831
}
835
}
832
 
836
 
833
.row-cols-6 > * {
837
.row-cols-6 > * {
834
  flex: 0 0 auto;
838
  flex: 0 0 auto;
835
  width: 16.6666666667%;
839
  width: 16.66666667%;
836
}
840
}
837
 
841
 
838
.col-auto {
842
.col-auto {
839
  flex: 0 0 auto;
843
  flex: 0 0 auto;
840
  width: auto;
844
  width: auto;
Line 1020... Line 1024...
1020
    flex: 0 0 auto;
1024
    flex: 0 0 auto;
1021
    width: 50%;
1025
    width: 50%;
1022
  }
1026
  }
1023
  .row-cols-sm-3 > * {
1027
  .row-cols-sm-3 > * {
1024
    flex: 0 0 auto;
1028
    flex: 0 0 auto;
1025
    width: 33.3333333333%;
1029
    width: 33.33333333%;
1026
  }
1030
  }
1027
  .row-cols-sm-4 > * {
1031
  .row-cols-sm-4 > * {
1028
    flex: 0 0 auto;
1032
    flex: 0 0 auto;
1029
    width: 25%;
1033
    width: 25%;
1030
  }
1034
  }
Line 1032... Line 1036...
1032
    flex: 0 0 auto;
1036
    flex: 0 0 auto;
1033
    width: 20%;
1037
    width: 20%;
1034
  }
1038
  }
1035
  .row-cols-sm-6 > * {
1039
  .row-cols-sm-6 > * {
1036
    flex: 0 0 auto;
1040
    flex: 0 0 auto;
1037
    width: 16.6666666667%;
1041
    width: 16.66666667%;
1038
  }
1042
  }
1039
  .col-sm-auto {
1043
  .col-sm-auto {
1040
    flex: 0 0 auto;
1044
    flex: 0 0 auto;
1041
    width: auto;
1045
    width: auto;
1042
  }
1046
  }
Line 1189... Line 1193...
1189
    flex: 0 0 auto;
1193
    flex: 0 0 auto;
1190
    width: 50%;
1194
    width: 50%;
1191
  }
1195
  }
1192
  .row-cols-md-3 > * {
1196
  .row-cols-md-3 > * {
1193
    flex: 0 0 auto;
1197
    flex: 0 0 auto;
1194
    width: 33.3333333333%;
1198
    width: 33.33333333%;
1195
  }
1199
  }
1196
  .row-cols-md-4 > * {
1200
  .row-cols-md-4 > * {
1197
    flex: 0 0 auto;
1201
    flex: 0 0 auto;
1198
    width: 25%;
1202
    width: 25%;
1199
  }
1203
  }
Line 1201... Line 1205...
1201
    flex: 0 0 auto;
1205
    flex: 0 0 auto;
1202
    width: 20%;
1206
    width: 20%;
1203
  }
1207
  }
1204
  .row-cols-md-6 > * {
1208
  .row-cols-md-6 > * {
1205
    flex: 0 0 auto;
1209
    flex: 0 0 auto;
1206
    width: 16.6666666667%;
1210
    width: 16.66666667%;
1207
  }
1211
  }
1208
  .col-md-auto {
1212
  .col-md-auto {
1209
    flex: 0 0 auto;
1213
    flex: 0 0 auto;
1210
    width: auto;
1214
    width: auto;
1211
  }
1215
  }
Line 1358... Line 1362...
1358
    flex: 0 0 auto;
1362
    flex: 0 0 auto;
1359
    width: 50%;
1363
    width: 50%;
1360
  }
1364
  }
1361
  .row-cols-lg-3 > * {
1365
  .row-cols-lg-3 > * {
1362
    flex: 0 0 auto;
1366
    flex: 0 0 auto;
1363
    width: 33.3333333333%;
1367
    width: 33.33333333%;
1364
  }
1368
  }
1365
  .row-cols-lg-4 > * {
1369
  .row-cols-lg-4 > * {
1366
    flex: 0 0 auto;
1370
    flex: 0 0 auto;
1367
    width: 25%;
1371
    width: 25%;
1368
  }
1372
  }
Line 1370... Line 1374...
1370
    flex: 0 0 auto;
1374
    flex: 0 0 auto;
1371
    width: 20%;
1375
    width: 20%;
1372
  }
1376
  }
1373
  .row-cols-lg-6 > * {
1377
  .row-cols-lg-6 > * {
1374
    flex: 0 0 auto;
1378
    flex: 0 0 auto;
1375
    width: 16.6666666667%;
1379
    width: 16.66666667%;
1376
  }
1380
  }
1377
  .col-lg-auto {
1381
  .col-lg-auto {
1378
    flex: 0 0 auto;
1382
    flex: 0 0 auto;
1379
    width: auto;
1383
    width: auto;
1380
  }
1384
  }
Line 1527... Line 1531...
1527
    flex: 0 0 auto;
1531
    flex: 0 0 auto;
1528
    width: 50%;
1532
    width: 50%;
1529
  }
1533
  }
1530
  .row-cols-xl-3 > * {
1534
  .row-cols-xl-3 > * {
1531
    flex: 0 0 auto;
1535
    flex: 0 0 auto;
1532
    width: 33.3333333333%;
1536
    width: 33.33333333%;
1533
  }
1537
  }
1534
  .row-cols-xl-4 > * {
1538
  .row-cols-xl-4 > * {
1535
    flex: 0 0 auto;
1539
    flex: 0 0 auto;
1536
    width: 25%;
1540
    width: 25%;
1537
  }
1541
  }
Line 1539... Line 1543...
1539
    flex: 0 0 auto;
1543
    flex: 0 0 auto;
1540
    width: 20%;
1544
    width: 20%;
1541
  }
1545
  }
1542
  .row-cols-xl-6 > * {
1546
  .row-cols-xl-6 > * {
1543
    flex: 0 0 auto;
1547
    flex: 0 0 auto;
1544
    width: 16.6666666667%;
1548
    width: 16.66666667%;
1545
  }
1549
  }
1546
  .col-xl-auto {
1550
  .col-xl-auto {
1547
    flex: 0 0 auto;
1551
    flex: 0 0 auto;
1548
    width: auto;
1552
    width: auto;
1549
  }
1553
  }
Line 1696... Line 1700...
1696
    flex: 0 0 auto;
1700
    flex: 0 0 auto;
1697
    width: 50%;
1701
    width: 50%;
1698
  }
1702
  }
1699
  .row-cols-xxl-3 > * {
1703
  .row-cols-xxl-3 > * {
1700
    flex: 0 0 auto;
1704
    flex: 0 0 auto;
1701
    width: 33.3333333333%;
1705
    width: 33.33333333%;
1702
  }
1706
  }
1703
  .row-cols-xxl-4 > * {
1707
  .row-cols-xxl-4 > * {
1704
    flex: 0 0 auto;
1708
    flex: 0 0 auto;
1705
    width: 25%;
1709
    width: 25%;
1706
  }
1710
  }
Line 1708... Line 1712...
1708
    flex: 0 0 auto;
1712
    flex: 0 0 auto;
1709
    width: 20%;
1713
    width: 20%;
1710
  }
1714
  }
1711
  .row-cols-xxl-6 > * {
1715
  .row-cols-xxl-6 > * {
1712
    flex: 0 0 auto;
1716
    flex: 0 0 auto;
1713
    width: 16.6666666667%;
1717
    width: 16.66666667%;
1714
  }
1718
  }
1715
  .col-xxl-auto {
1719
  .col-xxl-auto {
1716
    flex: 0 0 auto;
1720
    flex: 0 0 auto;
1717
    width: auto;
1721
    width: auto;
1718
  }
1722
  }
Line 1852... Line 1856...
1852
.table {
1856
.table {
1853
  --bs-table-color-type: initial;
1857
  --bs-table-color-type: initial;
1854
  --bs-table-bg-type: initial;
1858
  --bs-table-bg-type: initial;
1855
  --bs-table-color-state: initial;
1859
  --bs-table-color-state: initial;
1856
  --bs-table-bg-state: initial;
1860
  --bs-table-bg-state: initial;
1857
  --bs-table-color: var(--bs-body-color);
1861
  --bs-table-color: var(--bs-emphasis-color);
1858
  --bs-table-bg: var(--bs-body-bg);
1862
  --bs-table-bg: var(--bs-body-bg);
1859
  --bs-table-border-color: var(--bs-border-color);
1863
  --bs-table-border-color: var(--bs-border-color);
1860
  --bs-table-accent-bg: transparent;
1864
  --bs-table-accent-bg: transparent;
1861
  --bs-table-striped-color: var(--bs-body-color);
1865
  --bs-table-striped-color: var(--bs-emphasis-color);
1862
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
1866
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
1863
  --bs-table-active-color: var(--bs-body-color);
1867
  --bs-table-active-color: var(--bs-emphasis-color);
1864
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
1868
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
1865
  --bs-table-hover-color: var(--bs-body-color);
1869
  --bs-table-hover-color: var(--bs-emphasis-color);
1866
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
1870
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
1867
  width: 100%;
1871
  width: 100%;
1868
  margin-bottom: 1rem;
1872
  margin-bottom: 1rem;
1869
  vertical-align: top;
1873
  vertical-align: top;
1870
  border-color: var(--bs-table-border-color);
1874
  border-color: var(--bs-table-border-color);
1871
}
1875
}
Line 1930... Line 1934...
1930
}
1934
}
1931
 
1935
 
1932
.table-primary {
1936
.table-primary {
1933
  --bs-table-color: #000;
1937
  --bs-table-color: #000;
1934
  --bs-table-bg: #cfe2ff;
1938
  --bs-table-bg: #cfe2ff;
1935
  --bs-table-border-color: #bacbe6;
1939
  --bs-table-border-color: #a6b5cc;
1936
  --bs-table-striped-bg: #c5d7f2;
1940
  --bs-table-striped-bg: #c5d7f2;
1937
  --bs-table-striped-color: #000;
1941
  --bs-table-striped-color: #000;
1938
  --bs-table-active-bg: #bacbe6;
1942
  --bs-table-active-bg: #bacbe6;
1939
  --bs-table-active-color: #000;
1943
  --bs-table-active-color: #000;
1940
  --bs-table-hover-bg: #bfd1ec;
1944
  --bs-table-hover-bg: #bfd1ec;
Line 1944... Line 1948...
1944
}
1948
}
1945
 
1949
 
1946
.table-secondary {
1950
.table-secondary {
1947
  --bs-table-color: #000;
1951
  --bs-table-color: #000;
1948
  --bs-table-bg: #e2e3e5;
1952
  --bs-table-bg: #e2e3e5;
1949
  --bs-table-border-color: #cbccce;
1953
  --bs-table-border-color: #b5b6b7;
1950
  --bs-table-striped-bg: #d7d8da;
1954
  --bs-table-striped-bg: #d7d8da;
1951
  --bs-table-striped-color: #000;
1955
  --bs-table-striped-color: #000;
1952
  --bs-table-active-bg: #cbccce;
1956
  --bs-table-active-bg: #cbccce;
1953
  --bs-table-active-color: #000;
1957
  --bs-table-active-color: #000;
1954
  --bs-table-hover-bg: #d1d2d4;
1958
  --bs-table-hover-bg: #d1d2d4;
Line 1958... Line 1962...
1958
}
1962
}
1959
 
1963
 
1960
.table-success {
1964
.table-success {
1961
  --bs-table-color: #000;
1965
  --bs-table-color: #000;
1962
  --bs-table-bg: #d1e7dd;
1966
  --bs-table-bg: #d1e7dd;
1963
  --bs-table-border-color: #bcd0c7;
1967
  --bs-table-border-color: #a7b9b1;
1964
  --bs-table-striped-bg: #c7dbd2;
1968
  --bs-table-striped-bg: #c7dbd2;
1965
  --bs-table-striped-color: #000;
1969
  --bs-table-striped-color: #000;
1966
  --bs-table-active-bg: #bcd0c7;
1970
  --bs-table-active-bg: #bcd0c7;
1967
  --bs-table-active-color: #000;
1971
  --bs-table-active-color: #000;
1968
  --bs-table-hover-bg: #c1d6cc;
1972
  --bs-table-hover-bg: #c1d6cc;
Line 1972... Line 1976...
1972
}
1976
}
1973
 
1977
 
1974
.table-info {
1978
.table-info {
1975
  --bs-table-color: #000;
1979
  --bs-table-color: #000;
1976
  --bs-table-bg: #cff4fc;
1980
  --bs-table-bg: #cff4fc;
1977
  --bs-table-border-color: #badce3;
1981
  --bs-table-border-color: #a6c3ca;
1978
  --bs-table-striped-bg: #c5e8ef;
1982
  --bs-table-striped-bg: #c5e8ef;
1979
  --bs-table-striped-color: #000;
1983
  --bs-table-striped-color: #000;
1980
  --bs-table-active-bg: #badce3;
1984
  --bs-table-active-bg: #badce3;
1981
  --bs-table-active-color: #000;
1985
  --bs-table-active-color: #000;
1982
  --bs-table-hover-bg: #bfe2e9;
1986
  --bs-table-hover-bg: #bfe2e9;
Line 1986... Line 1990...
1986
}
1990
}
1987
 
1991
 
1988
.table-warning {
1992
.table-warning {
1989
  --bs-table-color: #000;
1993
  --bs-table-color: #000;
1990
  --bs-table-bg: #fff3cd;
1994
  --bs-table-bg: #fff3cd;
1991
  --bs-table-border-color: #e6dbb9;
1995
  --bs-table-border-color: #ccc2a4;
1992
  --bs-table-striped-bg: #f2e7c3;
1996
  --bs-table-striped-bg: #f2e7c3;
1993
  --bs-table-striped-color: #000;
1997
  --bs-table-striped-color: #000;
1994
  --bs-table-active-bg: #e6dbb9;
1998
  --bs-table-active-bg: #e6dbb9;
1995
  --bs-table-active-color: #000;
1999
  --bs-table-active-color: #000;
1996
  --bs-table-hover-bg: #ece1be;
2000
  --bs-table-hover-bg: #ece1be;
Line 2000... Line 2004...
2000
}
2004
}
2001
 
2005
 
2002
.table-danger {
2006
.table-danger {
2003
  --bs-table-color: #000;
2007
  --bs-table-color: #000;
2004
  --bs-table-bg: #f8d7da;
2008
  --bs-table-bg: #f8d7da;
2005
  --bs-table-border-color: #dfc2c4;
2009
  --bs-table-border-color: #c6acae;
2006
  --bs-table-striped-bg: #eccccf;
2010
  --bs-table-striped-bg: #eccccf;
2007
  --bs-table-striped-color: #000;
2011
  --bs-table-striped-color: #000;
2008
  --bs-table-active-bg: #dfc2c4;
2012
  --bs-table-active-bg: #dfc2c4;
2009
  --bs-table-active-color: #000;
2013
  --bs-table-active-color: #000;
2010
  --bs-table-hover-bg: #e5c7ca;
2014
  --bs-table-hover-bg: #e5c7ca;
Line 2014... Line 2018...
2014
}
2018
}
2015
 
2019
 
2016
.table-light {
2020
.table-light {
2017
  --bs-table-color: #000;
2021
  --bs-table-color: #000;
2018
  --bs-table-bg: #f8f9fa;
2022
  --bs-table-bg: #f8f9fa;
2019
  --bs-table-border-color: #dfe0e1;
2023
  --bs-table-border-color: #c6c7c8;
2020
  --bs-table-striped-bg: #ecedee;
2024
  --bs-table-striped-bg: #ecedee;
2021
  --bs-table-striped-color: #000;
2025
  --bs-table-striped-color: #000;
2022
  --bs-table-active-bg: #dfe0e1;
2026
  --bs-table-active-bg: #dfe0e1;
2023
  --bs-table-active-color: #000;
2027
  --bs-table-active-color: #000;
2024
  --bs-table-hover-bg: #e5e6e7;
2028
  --bs-table-hover-bg: #e5e6e7;
Line 2028... Line 2032...
2028
}
2032
}
2029
 
2033
 
2030
.table-dark {
2034
.table-dark {
2031
  --bs-table-color: #fff;
2035
  --bs-table-color: #fff;
2032
  --bs-table-bg: #212529;
2036
  --bs-table-bg: #212529;
2033
  --bs-table-border-color: #373b3e;
2037
  --bs-table-border-color: #4d5154;
2034
  --bs-table-striped-bg: #2c3034;
2038
  --bs-table-striped-bg: #2c3034;
2035
  --bs-table-striped-color: #fff;
2039
  --bs-table-striped-color: #fff;
2036
  --bs-table-active-bg: #373b3e;
2040
  --bs-table-active-bg: #373b3e;
2037
  --bs-table-active-color: #fff;
2041
  --bs-table-active-color: #fff;
2038
  --bs-table-hover-bg: #323539;
2042
  --bs-table-hover-bg: #323539;
Line 2384... Line 2388...
2384
  margin-right: 0;
2388
  margin-right: 0;
2385
}
2389
}
2386
 
2390
 
2387
.form-check-input {
2391
.form-check-input {
2388
  --bs-form-check-bg: var(--bs-body-bg);
2392
  --bs-form-check-bg: var(--bs-body-bg);
-
 
2393
  flex-shrink: 0;
2389
  width: 1em;
2394
  width: 1em;
2390
  height: 1em;
2395
  height: 1em;
2391
  margin-top: 0.25em;
2396
  margin-top: 0.25em;
2392
  vertical-align: top;
2397
  vertical-align: top;
2393
  -webkit-appearance: none;
2398
  -webkit-appearance: none;
Line 2540... Line 2545...
2540
.form-range::-webkit-slider-runnable-track {
2545
.form-range::-webkit-slider-runnable-track {
2541
  width: 100%;
2546
  width: 100%;
2542
  height: 0.5rem;
2547
  height: 0.5rem;
2543
  color: transparent;
2548
  color: transparent;
2544
  cursor: pointer;
2549
  cursor: pointer;
2545
  background-color: var(--bs-tertiary-bg);
2550
  background-color: var(--bs-secondary-bg);
2546
  border-color: transparent;
2551
  border-color: transparent;
2547
  border-radius: 1rem;
2552
  border-radius: 1rem;
2548
}
2553
}
2549
.form-range::-moz-range-thumb {
2554
.form-range::-moz-range-thumb {
2550
  width: 1rem;
2555
  width: 1rem;
Line 2569... Line 2574...
2569
.form-range::-moz-range-track {
2574
.form-range::-moz-range-track {
2570
  width: 100%;
2575
  width: 100%;
2571
  height: 0.5rem;
2576
  height: 0.5rem;
2572
  color: transparent;
2577
  color: transparent;
2573
  cursor: pointer;
2578
  cursor: pointer;
2574
  background-color: var(--bs-tertiary-bg);
2579
  background-color: var(--bs-secondary-bg);
2575
  border-color: transparent;
2580
  border-color: transparent;
2576
  border-radius: 1rem;
2581
  border-radius: 1rem;
2577
}
2582
}
2578
.form-range:disabled {
2583
.form-range:disabled {
2579
  pointer-events: none;
2584
  pointer-events: none;
Line 3427... Line 3432...
3427
  --bs-dropdown-border-radius: var(--bs-border-radius);
3432
  --bs-dropdown-border-radius: var(--bs-border-radius);
3428
  --bs-dropdown-border-width: var(--bs-border-width);
3433
  --bs-dropdown-border-width: var(--bs-border-width);
3429
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
3434
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
3430
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
3435
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
3431
  --bs-dropdown-divider-margin-y: 0.5rem;
3436
  --bs-dropdown-divider-margin-y: 0.5rem;
3432
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
3437
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
3433
  --bs-dropdown-link-color: var(--bs-body-color);
3438
  --bs-dropdown-link-color: var(--bs-body-color);
3434
  --bs-dropdown-link-hover-color: var(--bs-body-color);
3439
  --bs-dropdown-link-hover-color: var(--bs-body-color);
3435
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
3440
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
3436
  --bs-dropdown-link-active-color: #fff;
3441
  --bs-dropdown-link-active-color: #fff;
3437
  --bs-dropdown-link-active-bg: #0d6efd;
3442
  --bs-dropdown-link-active-bg: #0d6efd;
Line 5469... Line 5474...
5469
  --bs-modal-color: ;
5474
  --bs-modal-color: ;
5470
  --bs-modal-bg: var(--bs-body-bg);
5475
  --bs-modal-bg: var(--bs-body-bg);
5471
  --bs-modal-border-color: var(--bs-border-color-translucent);
5476
  --bs-modal-border-color: var(--bs-border-color-translucent);
5472
  --bs-modal-border-width: var(--bs-border-width);
5477
  --bs-modal-border-width: var(--bs-border-width);
5473
  --bs-modal-border-radius: var(--bs-border-radius-lg);
5478
  --bs-modal-border-radius: var(--bs-border-radius-lg);
5474
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
5479
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
5475
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
5480
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
5476
  --bs-modal-header-padding-x: 1rem;
5481
  --bs-modal-header-padding-x: 1rem;
5477
  --bs-modal-header-padding-y: 1rem;
5482
  --bs-modal-header-padding-y: 1rem;
5478
  --bs-modal-header-padding: 1rem 1rem;
5483
  --bs-modal-header-padding: 1rem 1rem;
5479
  --bs-modal-header-border-color: var(--bs-border-color);
5484
  --bs-modal-header-border-color: var(--bs-border-color);
Line 5610... Line 5615...
5610
}
5615
}
5611
 
5616
 
5612
@media (min-width: 576px) {
5617
@media (min-width: 576px) {
5613
  .modal {
5618
  .modal {
5614
    --bs-modal-margin: 1.75rem;
5619
    --bs-modal-margin: 1.75rem;
5615
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
5620
    --bs-modal-box-shadow: var(--bs-box-shadow);
5616
  }
5621
  }
5617
  .modal-dialog {
5622
  .modal-dialog {
5618
    max-width: var(--bs-modal-width);
5623
    max-width: var(--bs-modal-width);
5619
    margin-left: auto;
5624
    margin-left: auto;
5620
    margin-right: auto;
5625
    margin-right: auto;
Line 5854... Line 5859...
5854
  --bs-popover-bg: var(--bs-body-bg);
5859
  --bs-popover-bg: var(--bs-body-bg);
5855
  --bs-popover-border-width: var(--bs-border-width);
5860
  --bs-popover-border-width: var(--bs-border-width);
5856
  --bs-popover-border-color: var(--bs-border-color-translucent);
5861
  --bs-popover-border-color: var(--bs-border-color-translucent);
5857
  --bs-popover-border-radius: var(--bs-border-radius-lg);
5862
  --bs-popover-border-radius: var(--bs-border-radius-lg);
5858
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
5863
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
5859
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
5864
  --bs-popover-box-shadow: var(--bs-box-shadow);
5860
  --bs-popover-header-padding-x: 1rem;
5865
  --bs-popover-header-padding-x: 1rem;
5861
  --bs-popover-header-padding-y: 0.5rem;
5866
  --bs-popover-header-padding-y: 0.5rem;
5862
  --bs-popover-header-font-size: 1rem;
5867
  --bs-popover-header-font-size: 1rem;
5863
  --bs-popover-header-color: inherit;
5868
  --bs-popover-header-color: inherit;
5864
  --bs-popover-header-bg: var(--bs-secondary-bg);
5869
  --bs-popover-header-bg: var(--bs-secondary-bg);
Line 6272... Line 6277...
6272
  --bs-offcanvas-padding-y: 1rem;
6277
  --bs-offcanvas-padding-y: 1rem;
6273
  --bs-offcanvas-color: var(--bs-body-color);
6278
  --bs-offcanvas-color: var(--bs-body-color);
6274
  --bs-offcanvas-bg: var(--bs-body-bg);
6279
  --bs-offcanvas-bg: var(--bs-body-bg);
6275
  --bs-offcanvas-border-width: var(--bs-border-width);
6280
  --bs-offcanvas-border-width: var(--bs-border-width);
6276
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
6281
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
6277
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
6282
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
6278
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
6283
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
6279
  --bs-offcanvas-title-line-height: 1.5;
6284
  --bs-offcanvas-title-line-height: 1.5;
6280
}
6285
}
6281
 
6286
 
6282
@media (max-width: 575.98px) {
6287
@media (max-width: 575.98px) {
Line 7351... Line 7356...
7351
.d-none {
7356
.d-none {
7352
  display: none !important;
7357
  display: none !important;
7353
}
7358
}
7354
 
7359
 
7355
.shadow {
7360
.shadow {
7356
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
7361
  box-shadow: var(--bs-box-shadow) !important;
7357
}
7362
}
7358
 
7363
 
7359
.shadow-sm {
7364
.shadow-sm {
7360
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
7365
  box-shadow: var(--bs-box-shadow-sm) !important;
7361
}
7366
}
7362
 
7367
 
7363
.shadow-lg {
7368
.shadow-lg {
7364
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
7369
  box-shadow: var(--bs-box-shadow-lg) !important;
7365
}
7370
}
7366
 
7371
 
7367
.shadow-none {
7372
.shadow-none {
7368
  box-shadow: none !important;
7373
  box-shadow: none !important;
7369
}
7374
}