@unlk/keymaster 1.3.8 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/css/keymaster.css +165 -176
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +2 -2
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +2 -2
- package/dist/js/keymaster.min.js +2 -2
- package/package.json +1 -1
- package/scss/theme/_buttons.scss +1 -1
- package/scss/theme/_variables-overrides.scss +3 -5
- package/scss/theme/_version.scss +1 -1
package/dist/css/keymaster.css
CHANGED
|
@@ -21866,7 +21866,7 @@
|
|
|
21866
21866
|
}
|
|
21867
21867
|
|
|
21868
21868
|
/*!
|
|
21869
|
-
* Keymaster v1.
|
|
21869
|
+
* Keymaster v1.4.0 (https://unlock-com.github.io/keymaster)
|
|
21870
21870
|
* Copyright 2022-2025 Unlk Developers
|
|
21871
21871
|
* Licensed under MIT
|
|
21872
21872
|
*/
|
|
@@ -21883,19 +21883,18 @@
|
|
|
21883
21883
|
--bs-green: #09cc8b;
|
|
21884
21884
|
--bs-electric: #02f;
|
|
21885
21885
|
--bs-red: #e4263e;
|
|
21886
|
-
--bs-gray: rgb(
|
|
21887
|
-
--bs-gray-25: rgb(
|
|
21888
|
-
--bs-gray-50: rgb(
|
|
21889
|
-
--bs-gray-100: rgb(
|
|
21890
|
-
--bs-gray-200: rgb(
|
|
21891
|
-
--bs-gray-300: rgb(
|
|
21892
|
-
--bs-gray-400: rgb(
|
|
21893
|
-
--bs-gray-500: #
|
|
21894
|
-
--bs-gray-600: rgb(
|
|
21895
|
-
--bs-gray-700: rgb(
|
|
21896
|
-
--bs-gray-800: rgb(
|
|
21897
|
-
--bs-gray-900: rgb(
|
|
21898
|
-
--bs-gray-950: rgb(19.3, 19.7, 20.4);
|
|
21886
|
+
--bs-gray: rgb(110.4, 114.4, 121.6);
|
|
21887
|
+
--bs-gray-25: rgb(249.15, 249.4, 249.85);
|
|
21888
|
+
--bs-gray-50: rgb(243.3, 243.8, 244.7);
|
|
21889
|
+
--bs-gray-100: rgb(231.6, 232.6, 234.4);
|
|
21890
|
+
--bs-gray-200: rgb(208.2, 210.2, 213.8);
|
|
21891
|
+
--bs-gray-300: rgb(184.8, 187.8, 193.2);
|
|
21892
|
+
--bs-gray-400: rgb(161.4, 165.4, 172.6);
|
|
21893
|
+
--bs-gray-500: #8a8f98;
|
|
21894
|
+
--bs-gray-600: rgb(110.4, 114.4, 121.6);
|
|
21895
|
+
--bs-gray-700: rgb(82.8, 85.8, 91.2);
|
|
21896
|
+
--bs-gray-800: rgb(55.2, 57.2, 60.8);
|
|
21897
|
+
--bs-gray-900: rgb(27.6, 28.6, 30.4);
|
|
21899
21898
|
--bs-primary: #1f1f4f;
|
|
21900
21899
|
--bs-secondary: #fbcd18;
|
|
21901
21900
|
--bs-success: #09cc8b;
|
|
@@ -21903,7 +21902,7 @@
|
|
|
21903
21902
|
--bs-warning: #ff6a1a;
|
|
21904
21903
|
--bs-danger: #e4263e;
|
|
21905
21904
|
--bs-light: #fff;
|
|
21906
|
-
--bs-dark: rgb(
|
|
21905
|
+
--bs-dark: rgb(27.6, 28.6, 30.4);
|
|
21907
21906
|
--bs-primary-rgb: 31, 31, 79;
|
|
21908
21907
|
--bs-secondary-rgb: 251, 205, 24;
|
|
21909
21908
|
--bs-success-rgb: 9, 204, 139;
|
|
@@ -21911,7 +21910,7 @@
|
|
|
21911
21910
|
--bs-warning-rgb: 255, 106, 26;
|
|
21912
21911
|
--bs-danger-rgb: 228, 38, 62;
|
|
21913
21912
|
--bs-light-rgb: 255, 255, 255;
|
|
21914
|
-
--bs-dark-rgb:
|
|
21913
|
+
--bs-dark-rgb: 28, 29, 30;
|
|
21915
21914
|
--bs-primary-text-emphasis: rgb(12.4, 12.4, 31.6);
|
|
21916
21915
|
--bs-secondary-text-emphasis: rgb(100.4, 82, 9.6);
|
|
21917
21916
|
--bs-action-text-emphasis: rgb(0, 13.6, 102);
|
|
@@ -21919,8 +21918,8 @@
|
|
|
21919
21918
|
--bs-info-text-emphasis: rgb(5.2, 80.8, 96);
|
|
21920
21919
|
--bs-warning-text-emphasis: rgb(102, 42.4, 10.4);
|
|
21921
21920
|
--bs-danger-text-emphasis: rgb(91.2, 15.2, 24.8);
|
|
21922
|
-
--bs-light-text-emphasis: rgb(
|
|
21923
|
-
--bs-dark-text-emphasis: rgb(
|
|
21921
|
+
--bs-light-text-emphasis: rgb(82.8, 85.8, 91.2);
|
|
21922
|
+
--bs-dark-text-emphasis: rgb(82.8, 85.8, 91.2);
|
|
21924
21923
|
--bs-primary-bg-subtle: rgb(210.2, 210.2, 219.8);
|
|
21925
21924
|
--bs-secondary-bg-subtle: rgb(254.2, 245, 208.8);
|
|
21926
21925
|
--bs-action-bg-subtle: rgb(204, 210.8, 255);
|
|
@@ -21928,8 +21927,8 @@
|
|
|
21928
21927
|
--bs-info-bg-subtle: rgb(206.6, 244.4, 252);
|
|
21929
21928
|
--bs-warning-bg-subtle: rgb(255, 225.2, 209.2);
|
|
21930
21929
|
--bs-danger-bg-subtle: rgb(249.6, 211.6, 216.4);
|
|
21931
|
-
--bs-light-bg-subtle: rgb(
|
|
21932
|
-
--bs-dark-bg-subtle: rgb(
|
|
21930
|
+
--bs-light-bg-subtle: rgb(243.3, 243.8, 244.7);
|
|
21931
|
+
--bs-dark-bg-subtle: rgb(161.4, 165.4, 172.6);
|
|
21933
21932
|
--bs-primary-border-subtle: rgb(165.4, 165.4, 184.6);
|
|
21934
21933
|
--bs-secondary-border-subtle: rgb(253.4, 235, 162.6);
|
|
21935
21934
|
--bs-action-border-subtle: rgb(153, 166.6, 255);
|
|
@@ -21937,8 +21936,8 @@
|
|
|
21937
21936
|
--bs-info-border-subtle: rgb(158.2, 233.8, 249);
|
|
21938
21937
|
--bs-warning-border-subtle: rgb(255, 195.4, 163.4);
|
|
21939
21938
|
--bs-danger-border-subtle: rgb(244.2, 168.2, 177.8);
|
|
21940
|
-
--bs-light-border-subtle: rgb(
|
|
21941
|
-
--bs-dark-border-subtle: #
|
|
21939
|
+
--bs-light-border-subtle: rgb(208.2, 210.2, 213.8);
|
|
21940
|
+
--bs-dark-border-subtle: #8a8f98;
|
|
21942
21941
|
--bs-white-rgb: 255, 255, 255;
|
|
21943
21942
|
--bs-black-rgb: 0, 0, 0;
|
|
21944
21943
|
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -21948,32 +21947,32 @@
|
|
|
21948
21947
|
--bs-body-font-size: 1rem;
|
|
21949
21948
|
--bs-body-font-weight: 400;
|
|
21950
21949
|
--bs-body-line-height: 1.5;
|
|
21951
|
-
--bs-body-color: rgb(
|
|
21952
|
-
--bs-body-color-rgb:
|
|
21950
|
+
--bs-body-color: rgb(27.6, 28.6, 30.4);
|
|
21951
|
+
--bs-body-color-rgb: 28, 29, 30;
|
|
21953
21952
|
--bs-body-bg: #fff;
|
|
21954
21953
|
--bs-body-bg-rgb: 255, 255, 255;
|
|
21955
21954
|
--bs-emphasis-color: #000;
|
|
21956
21955
|
--bs-emphasis-color-rgb: 0, 0, 0;
|
|
21957
|
-
--bs-secondary-color: rgba(
|
|
21958
|
-
--bs-secondary-color-rgb:
|
|
21959
|
-
--bs-secondary-bg: rgb(
|
|
21960
|
-
--bs-secondary-bg-rgb:
|
|
21961
|
-
--bs-tertiary-color: rgba(
|
|
21962
|
-
--bs-tertiary-color-rgb:
|
|
21963
|
-
--bs-tertiary-bg: rgb(
|
|
21964
|
-
--bs-tertiary-bg-rgb:
|
|
21965
|
-
--bs-heading-color: rgb(
|
|
21956
|
+
--bs-secondary-color: rgba(27.6, 28.6, 30.4, 0.75);
|
|
21957
|
+
--bs-secondary-color-rgb: 28, 29, 30;
|
|
21958
|
+
--bs-secondary-bg: rgb(208.2, 210.2, 213.8);
|
|
21959
|
+
--bs-secondary-bg-rgb: 208, 210, 214;
|
|
21960
|
+
--bs-tertiary-color: rgba(27.6, 28.6, 30.4, 0.5);
|
|
21961
|
+
--bs-tertiary-color-rgb: 28, 29, 30;
|
|
21962
|
+
--bs-tertiary-bg: rgb(231.6, 232.6, 234.4);
|
|
21963
|
+
--bs-tertiary-bg-rgb: 232, 233, 234;
|
|
21964
|
+
--bs-heading-color: rgb(55.2, 57.2, 60.8);
|
|
21966
21965
|
--bs-link-color: #1f1f4f;
|
|
21967
21966
|
--bs-link-color-rgb: 31, 31, 79;
|
|
21968
21967
|
--bs-link-decoration: underline;
|
|
21969
21968
|
--bs-link-hover-color: rgb(24.8, 24.8, 63.2);
|
|
21970
21969
|
--bs-link-hover-color-rgb: 25, 25, 63;
|
|
21971
21970
|
--bs-code-color: #d63384;
|
|
21972
|
-
--bs-highlight-color: rgb(
|
|
21971
|
+
--bs-highlight-color: rgb(27.6, 28.6, 30.4);
|
|
21973
21972
|
--bs-highlight-bg: rgb(255, 242.6, 205.4);
|
|
21974
21973
|
--bs-border-width: 2px;
|
|
21975
21974
|
--bs-border-style: solid;
|
|
21976
|
-
--bs-border-color: rgb(
|
|
21975
|
+
--bs-border-color: rgb(161.4, 165.4, 172.6);
|
|
21977
21976
|
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
|
21978
21977
|
--bs-border-radius: 0.5rem;
|
|
21979
21978
|
--bs-border-radius-sm: 0.375rem;
|
|
@@ -21997,53 +21996,53 @@
|
|
|
21997
21996
|
|
|
21998
21997
|
[data-bs-theme=dark] {
|
|
21999
21998
|
color-scheme: dark;
|
|
22000
|
-
--bs-body-color: rgb(
|
|
22001
|
-
--bs-body-color-rgb:
|
|
22002
|
-
--bs-body-bg: rgb(
|
|
22003
|
-
--bs-body-bg-rgb:
|
|
21999
|
+
--bs-body-color: rgb(184.8, 187.8, 193.2);
|
|
22000
|
+
--bs-body-color-rgb: 185, 188, 193;
|
|
22001
|
+
--bs-body-bg: rgb(27.6, 28.6, 30.4);
|
|
22002
|
+
--bs-body-bg-rgb: 28, 29, 30;
|
|
22004
22003
|
--bs-emphasis-color: #fff;
|
|
22005
22004
|
--bs-emphasis-color-rgb: 255, 255, 255;
|
|
22006
|
-
--bs-secondary-color: rgba(
|
|
22007
|
-
--bs-secondary-color-rgb:
|
|
22008
|
-
--bs-secondary-bg: rgb(
|
|
22009
|
-
--bs-secondary-bg-rgb:
|
|
22010
|
-
--bs-tertiary-color: rgba(
|
|
22011
|
-
--bs-tertiary-color-rgb:
|
|
22012
|
-
--bs-tertiary-bg: rgb(
|
|
22013
|
-
--bs-tertiary-bg-rgb:
|
|
22005
|
+
--bs-secondary-color: rgba(184.8, 187.8, 193.2, 0.75);
|
|
22006
|
+
--bs-secondary-color-rgb: 185, 188, 193;
|
|
22007
|
+
--bs-secondary-bg: rgb(55.2, 57.2, 60.8);
|
|
22008
|
+
--bs-secondary-bg-rgb: 55, 57, 61;
|
|
22009
|
+
--bs-tertiary-color: rgba(184.8, 187.8, 193.2, 0.5);
|
|
22010
|
+
--bs-tertiary-color-rgb: 185, 188, 193;
|
|
22011
|
+
--bs-tertiary-bg: rgb(41.4, 42.9, 45.6);
|
|
22012
|
+
--bs-tertiary-bg-rgb: 41, 43, 46;
|
|
22014
22013
|
--bs-primary-text-emphasis: rgb(120.6, 120.6, 149.4);
|
|
22015
22014
|
--bs-secondary-text-emphasis: rgb(252.6, 225, 116.4);
|
|
22016
22015
|
--bs-success-text-emphasis: rgb(107.4, 224.4, 185.4);
|
|
22017
22016
|
--bs-info-text-emphasis: rgb(109.8, 223.2, 246);
|
|
22018
22017
|
--bs-warning-text-emphasis: rgb(255, 165.6, 117.6);
|
|
22019
22018
|
--bs-danger-text-emphasis: rgb(238.8, 124.8, 139.2);
|
|
22020
|
-
--bs-light-text-emphasis: rgb(
|
|
22021
|
-
--bs-dark-text-emphasis: rgb(
|
|
22019
|
+
--bs-light-text-emphasis: rgb(231.6, 232.6, 234.4);
|
|
22020
|
+
--bs-dark-text-emphasis: rgb(184.8, 187.8, 193.2);
|
|
22022
22021
|
--bs-primary-bg-subtle: rgb(6.2, 6.2, 15.8);
|
|
22023
22022
|
--bs-secondary-bg-subtle: rgb(50.2, 41, 4.8);
|
|
22024
22023
|
--bs-success-bg-subtle: rgb(1.8, 40.8, 27.8);
|
|
22025
22024
|
--bs-info-bg-subtle: rgb(2.6, 40.4, 48);
|
|
22026
22025
|
--bs-warning-bg-subtle: rgb(51, 21.2, 5.2);
|
|
22027
22026
|
--bs-danger-bg-subtle: rgb(45.6, 7.6, 12.4);
|
|
22028
|
-
--bs-light-bg-subtle: rgb(
|
|
22029
|
-
--bs-dark-bg-subtle: rgb(
|
|
22027
|
+
--bs-light-bg-subtle: rgb(55.2, 57.2, 60.8);
|
|
22028
|
+
--bs-dark-bg-subtle: rgb(27.6, 28.6, 30.4);
|
|
22030
22029
|
--bs-primary-border-subtle: rgb(18.6, 18.6, 47.4);
|
|
22031
22030
|
--bs-secondary-border-subtle: rgb(150.6, 123, 14.4);
|
|
22032
22031
|
--bs-success-border-subtle: rgb(5.4, 122.4, 83.4);
|
|
22033
22032
|
--bs-info-border-subtle: rgb(7.8, 121.2, 144);
|
|
22034
22033
|
--bs-warning-border-subtle: rgb(153, 63.6, 15.6);
|
|
22035
22034
|
--bs-danger-border-subtle: rgb(136.8, 22.8, 37.2);
|
|
22036
|
-
--bs-light-border-subtle: rgb(
|
|
22037
|
-
--bs-dark-border-subtle: rgb(
|
|
22035
|
+
--bs-light-border-subtle: rgb(82.8, 85.8, 91.2);
|
|
22036
|
+
--bs-dark-border-subtle: rgb(55.2, 57.2, 60.8);
|
|
22038
22037
|
--bs-heading-color: inherit;
|
|
22039
22038
|
--bs-link-color: rgb(120.6, 120.6, 149.4);
|
|
22040
22039
|
--bs-link-hover-color: rgb(147.48, 147.48, 170.52);
|
|
22041
22040
|
--bs-link-color-rgb: 121, 121, 149;
|
|
22042
22041
|
--bs-link-hover-color-rgb: 147, 147, 171;
|
|
22043
22042
|
--bs-code-color: rgb(230.4, 132.6, 181.2);
|
|
22044
|
-
--bs-highlight-color: rgb(
|
|
22043
|
+
--bs-highlight-color: rgb(184.8, 187.8, 193.2);
|
|
22045
22044
|
--bs-highlight-bg: rgb(102, 77.2, 2.8);
|
|
22046
|
-
--bs-border-color: rgb(
|
|
22045
|
+
--bs-border-color: rgb(82.8, 85.8, 91.2);
|
|
22047
22046
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
22048
22047
|
--bs-form-valid-color: rgb(107.4, 224.4, 185.4);
|
|
22049
22048
|
--bs-form-valid-border-color: rgb(107.4, 224.4, 185.4);
|
|
@@ -22574,7 +22573,7 @@ progress {
|
|
|
22574
22573
|
margin-top: -1rem;
|
|
22575
22574
|
margin-bottom: 1rem;
|
|
22576
22575
|
font-size: 0.875em;
|
|
22577
|
-
color: rgb(
|
|
22576
|
+
color: rgb(110.4, 114.4, 121.6);
|
|
22578
22577
|
}
|
|
22579
22578
|
.blockquote-footer::before {
|
|
22580
22579
|
content: "— ";
|
|
@@ -24091,13 +24090,13 @@ progress {
|
|
|
24091
24090
|
|
|
24092
24091
|
.table-dark {
|
|
24093
24092
|
--bs-table-color: #fff;
|
|
24094
|
-
--bs-table-bg: rgb(
|
|
24095
|
-
--bs-table-border-color: rgb(
|
|
24096
|
-
--bs-table-striped-bg: rgb(
|
|
24093
|
+
--bs-table-bg: rgb(27.6, 28.6, 30.4);
|
|
24094
|
+
--bs-table-border-color: rgb(73.08, 73.88, 75.32);
|
|
24095
|
+
--bs-table-striped-bg: rgb(38.97, 39.92, 41.63);
|
|
24097
24096
|
--bs-table-striped-color: #fff;
|
|
24098
|
-
--bs-table-active-bg: rgb(
|
|
24097
|
+
--bs-table-active-bg: rgb(50.34, 51.24, 52.86);
|
|
24099
24098
|
--bs-table-active-color: #fff;
|
|
24100
|
-
--bs-table-hover-bg: rgb(
|
|
24099
|
+
--bs-table-hover-bg: rgb(44.655, 45.58, 47.245);
|
|
24101
24100
|
--bs-table-hover-color: #fff;
|
|
24102
24101
|
color: var(--bs-table-color);
|
|
24103
24102
|
border-color: var(--bs-table-border-color);
|
|
@@ -24187,7 +24186,7 @@ progress {
|
|
|
24187
24186
|
appearance: none;
|
|
24188
24187
|
background-color: var(--bs-body-bg);
|
|
24189
24188
|
background-clip: padding-box;
|
|
24190
|
-
border: 0.125rem solid rgb(
|
|
24189
|
+
border: 0.125rem solid rgb(110.4, 114.4, 121.6);
|
|
24191
24190
|
border-radius: var(--bs-border-radius-xs);
|
|
24192
24191
|
box-shadow: var(--bs-box-shadow-inset);
|
|
24193
24192
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -24220,11 +24219,11 @@ progress {
|
|
|
24220
24219
|
padding: 0;
|
|
24221
24220
|
}
|
|
24222
24221
|
.form-control::-moz-placeholder {
|
|
24223
|
-
color: rgb(
|
|
24222
|
+
color: rgb(110.4, 114.4, 121.6);
|
|
24224
24223
|
opacity: 1;
|
|
24225
24224
|
}
|
|
24226
24225
|
.form-control::placeholder {
|
|
24227
|
-
color: rgb(
|
|
24226
|
+
color: rgb(110.4, 114.4, 121.6);
|
|
24228
24227
|
opacity: 1;
|
|
24229
24228
|
}
|
|
24230
24229
|
.form-control:disabled {
|
|
@@ -24331,7 +24330,7 @@ textarea.form-control-lg {
|
|
|
24331
24330
|
}
|
|
24332
24331
|
|
|
24333
24332
|
.form-select {
|
|
24334
|
-
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%
|
|
24333
|
+
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%2855.2, 57.2, 60.8%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
24335
24334
|
display: block;
|
|
24336
24335
|
width: 100%;
|
|
24337
24336
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
|
@@ -24347,7 +24346,7 @@ textarea.form-control-lg {
|
|
|
24347
24346
|
background-repeat: no-repeat;
|
|
24348
24347
|
background-position: right 0.75rem center;
|
|
24349
24348
|
background-size: 16px 12px;
|
|
24350
|
-
border: 0.125rem solid rgb(
|
|
24349
|
+
border: 0.125rem solid rgb(110.4, 114.4, 121.6);
|
|
24351
24350
|
border-radius: var(--bs-border-radius-xs);
|
|
24352
24351
|
box-shadow: var(--bs-box-shadow-inset);
|
|
24353
24352
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -24391,7 +24390,7 @@ textarea.form-control-lg {
|
|
|
24391
24390
|
}
|
|
24392
24391
|
|
|
24393
24392
|
[data-bs-theme=dark] .form-select {
|
|
24394
|
-
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%
|
|
24393
|
+
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%28184.8, 187.8, 193.2%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
24395
24394
|
}
|
|
24396
24395
|
|
|
24397
24396
|
.form-check {
|
|
@@ -24724,7 +24723,7 @@ textarea.form-control-lg {
|
|
|
24724
24723
|
}
|
|
24725
24724
|
.form-floating > :disabled ~ label,
|
|
24726
24725
|
.form-floating > .form-control:disabled ~ label {
|
|
24727
|
-
color: rgb(
|
|
24726
|
+
color: rgb(110.4, 114.4, 121.6);
|
|
24728
24727
|
}
|
|
24729
24728
|
|
|
24730
24729
|
.input-group {
|
|
@@ -24766,7 +24765,7 @@ textarea.form-control-lg {
|
|
|
24766
24765
|
text-align: center;
|
|
24767
24766
|
white-space: nowrap;
|
|
24768
24767
|
background-color: var(--bs-tertiary-bg);
|
|
24769
|
-
border: 0.125rem solid rgb(
|
|
24768
|
+
border: 0.125rem solid rgb(110.4, 114.4, 121.6);
|
|
24770
24769
|
border-radius: var(--bs-border-radius-xs);
|
|
24771
24770
|
}
|
|
24772
24771
|
|
|
@@ -25163,19 +25162,19 @@ textarea.form-control-lg {
|
|
|
25163
25162
|
|
|
25164
25163
|
.btn-dark {
|
|
25165
25164
|
--bs-btn-color: #fff;
|
|
25166
|
-
--bs-btn-bg: rgb(
|
|
25167
|
-
--bs-btn-border-color: rgb(
|
|
25165
|
+
--bs-btn-bg: rgb(27.6, 28.6, 30.4);
|
|
25166
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
25168
25167
|
--bs-btn-hover-color: #fff;
|
|
25169
|
-
--bs-btn-hover-bg: rgb(
|
|
25170
|
-
--bs-btn-hover-border-color: rgb(
|
|
25171
|
-
--bs-btn-focus-shadow-rgb:
|
|
25168
|
+
--bs-btn-hover-bg: rgb(50.34, 51.24, 52.86);
|
|
25169
|
+
--bs-btn-hover-border-color: rgb(50.34, 51.24, 52.86);
|
|
25170
|
+
--bs-btn-focus-shadow-rgb: 62, 63, 64;
|
|
25172
25171
|
--bs-btn-active-color: #fff;
|
|
25173
|
-
--bs-btn-active-bg: rgb(
|
|
25174
|
-
--bs-btn-active-border-color: rgb(
|
|
25172
|
+
--bs-btn-active-bg: rgb(73.08, 73.88, 75.32);
|
|
25173
|
+
--bs-btn-active-border-color: rgb(50.34, 51.24, 52.86);
|
|
25175
25174
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
25176
25175
|
--bs-btn-disabled-color: #fff;
|
|
25177
|
-
--bs-btn-disabled-bg: rgb(
|
|
25178
|
-
--bs-btn-disabled-border-color: rgb(
|
|
25176
|
+
--bs-btn-disabled-bg: rgb(27.6, 28.6, 30.4);
|
|
25177
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
25179
25178
|
}
|
|
25180
25179
|
|
|
25181
25180
|
.btn-outline-primary {
|
|
@@ -25298,19 +25297,19 @@ textarea.form-control-lg {
|
|
|
25298
25297
|
}
|
|
25299
25298
|
|
|
25300
25299
|
.btn-outline-dark {
|
|
25301
|
-
--bs-btn-color: rgb(
|
|
25302
|
-
--bs-btn-border-color: rgb(
|
|
25300
|
+
--bs-btn-color: rgb(27.6, 28.6, 30.4);
|
|
25301
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
25303
25302
|
--bs-btn-hover-color: #fff;
|
|
25304
|
-
--bs-btn-hover-bg: rgb(
|
|
25305
|
-
--bs-btn-hover-border-color: rgb(
|
|
25306
|
-
--bs-btn-focus-shadow-rgb:
|
|
25303
|
+
--bs-btn-hover-bg: rgb(27.6, 28.6, 30.4);
|
|
25304
|
+
--bs-btn-hover-border-color: rgb(27.6, 28.6, 30.4);
|
|
25305
|
+
--bs-btn-focus-shadow-rgb: 28, 29, 30;
|
|
25307
25306
|
--bs-btn-active-color: #fff;
|
|
25308
|
-
--bs-btn-active-bg: rgb(
|
|
25309
|
-
--bs-btn-active-border-color: rgb(
|
|
25307
|
+
--bs-btn-active-bg: rgb(27.6, 28.6, 30.4);
|
|
25308
|
+
--bs-btn-active-border-color: rgb(27.6, 28.6, 30.4);
|
|
25310
25309
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
25311
|
-
--bs-btn-disabled-color: rgb(
|
|
25310
|
+
--bs-btn-disabled-color: rgb(27.6, 28.6, 30.4);
|
|
25312
25311
|
--bs-btn-disabled-bg: transparent;
|
|
25313
|
-
--bs-btn-disabled-border-color: rgb(
|
|
25312
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
25314
25313
|
--bs-gradient: none;
|
|
25315
25314
|
}
|
|
25316
25315
|
|
|
@@ -25323,7 +25322,7 @@ textarea.form-control-lg {
|
|
|
25323
25322
|
--bs-btn-hover-border-color: transparent;
|
|
25324
25323
|
--bs-btn-active-color: var(--bs-link-hover-color);
|
|
25325
25324
|
--bs-btn-active-border-color: transparent;
|
|
25326
|
-
--bs-btn-disabled-color: rgb(
|
|
25325
|
+
--bs-btn-disabled-color: rgb(110.4, 114.4, 121.6);
|
|
25327
25326
|
--bs-btn-disabled-border-color: transparent;
|
|
25328
25327
|
--bs-btn-box-shadow: 0 0 0 #000;
|
|
25329
25328
|
--bs-btn-focus-shadow-rgb: 65, 65, 105;
|
|
@@ -25437,7 +25436,7 @@ textarea.form-control-lg {
|
|
|
25437
25436
|
--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
|
|
25438
25437
|
--bs-dropdown-item-padding-x: 1rem;
|
|
25439
25438
|
--bs-dropdown-item-padding-y: 0.25rem;
|
|
25440
|
-
--bs-dropdown-header-color: rgb(
|
|
25439
|
+
--bs-dropdown-header-color: rgb(110.4, 114.4, 121.6);
|
|
25441
25440
|
--bs-dropdown-header-padding-x: 1rem;
|
|
25442
25441
|
--bs-dropdown-header-padding-y: 0.5rem;
|
|
25443
25442
|
position: absolute;
|
|
@@ -25707,18 +25706,18 @@ textarea.form-control-lg {
|
|
|
25707
25706
|
}
|
|
25708
25707
|
|
|
25709
25708
|
.dropdown-menu-dark {
|
|
25710
|
-
--bs-dropdown-color: rgb(
|
|
25711
|
-
--bs-dropdown-bg: rgb(
|
|
25709
|
+
--bs-dropdown-color: rgb(184.8, 187.8, 193.2);
|
|
25710
|
+
--bs-dropdown-bg: rgb(55.2, 57.2, 60.8);
|
|
25712
25711
|
--bs-dropdown-border-color: var(--bs-border-color-translucent);
|
|
25713
25712
|
--bs-dropdown-box-shadow: ;
|
|
25714
|
-
--bs-dropdown-link-color: rgb(
|
|
25713
|
+
--bs-dropdown-link-color: rgb(184.8, 187.8, 193.2);
|
|
25715
25714
|
--bs-dropdown-link-hover-color: #fff;
|
|
25716
25715
|
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
|
|
25717
25716
|
--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
|
|
25718
25717
|
--bs-dropdown-link-active-color: #fff;
|
|
25719
25718
|
--bs-dropdown-link-active-bg: #02f;
|
|
25720
|
-
--bs-dropdown-link-disabled-color: #
|
|
25721
|
-
--bs-dropdown-header-color: #
|
|
25719
|
+
--bs-dropdown-link-disabled-color: #8a8f98;
|
|
25720
|
+
--bs-dropdown-header-color: #8a8f98;
|
|
25722
25721
|
}
|
|
25723
25722
|
|
|
25724
25723
|
.btn-group,
|
|
@@ -25980,7 +25979,7 @@ textarea.form-control-lg {
|
|
|
25980
25979
|
--bs-navbar-toggler-padding-y: 0.25rem;
|
|
25981
25980
|
--bs-navbar-toggler-padding-x: 0.75rem;
|
|
25982
25981
|
--bs-navbar-toggler-font-size: 1.125rem;
|
|
25983
|
-
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%
|
|
25982
|
+
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2827.6, 28.6, 30.4, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
25984
25983
|
--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
|
|
25985
25984
|
--bs-navbar-toggler-border-radius: var(--bs-border-radius);
|
|
25986
25985
|
--bs-navbar-toggler-focus-width: 0.25rem;
|
|
@@ -26647,7 +26646,7 @@ textarea.form-control-lg {
|
|
|
26647
26646
|
--bs-accordion-btn-padding-y: 1rem;
|
|
26648
26647
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
26649
26648
|
--bs-accordion-btn-bg: var(--bs-body-bg);
|
|
26650
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb%
|
|
26649
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb%2827.6, 28.6, 30.4%29'%3e%3cpath d='M11.1,18.3c0.5,0.5,1.4,0.5,1.9,0L23.6,7.6c0.5-0.5,0.5-1.4,0-1.9c-0.5-0.5-1.4-0.5-1.9,0L12,15.5L2.3,5.7c-0.5-0.5-1.4-0.5-1.9,0s-0.5,1.4,0,1.9L11.1,18.3z'/%3e%3c/svg%3e");
|
|
26651
26650
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
26652
26651
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
26653
26652
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
@@ -26808,18 +26807,18 @@ textarea.form-control-lg {
|
|
|
26808
26807
|
--bs-pagination-padding-x: 1.25rem;
|
|
26809
26808
|
--bs-pagination-padding-y: 0.75rem;
|
|
26810
26809
|
--bs-pagination-font-size: 1rem;
|
|
26811
|
-
--bs-pagination-color: rgb(
|
|
26810
|
+
--bs-pagination-color: rgb(27.6, 28.6, 30.4);
|
|
26812
26811
|
--bs-pagination-bg: rgb(242.25, 243.95, 255);
|
|
26813
26812
|
--bs-pagination-border-width: 0;
|
|
26814
26813
|
--bs-pagination-border-color: var(--bs-border-color);
|
|
26815
26814
|
--bs-pagination-border-radius: var(--bs-border-radius-xs);
|
|
26816
|
-
--bs-pagination-hover-color: rgb(
|
|
26815
|
+
--bs-pagination-hover-color: rgb(27.6, 28.6, 30.4);
|
|
26817
26816
|
--bs-pagination-hover-bg: var(--bs-secondary);
|
|
26818
26817
|
--bs-pagination-hover-border-color: var(--bs-border-color);
|
|
26819
26818
|
--bs-pagination-focus-color: var(--bs-link-hover-color);
|
|
26820
26819
|
--bs-pagination-focus-bg: var(--bs-secondary-bg);
|
|
26821
26820
|
--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
|
|
26822
|
-
--bs-pagination-active-color: rgb(
|
|
26821
|
+
--bs-pagination-active-color: rgb(27.6, 28.6, 30.4);
|
|
26823
26822
|
--bs-pagination-active-bg: var(--bs-secondary);
|
|
26824
26823
|
--bs-pagination-active-border-color: #02f;
|
|
26825
26824
|
--bs-pagination-disabled-color: var(--bs-secondary-color);
|
|
@@ -27998,7 +27997,7 @@ textarea.form-control-lg {
|
|
|
27998
27997
|
--bs-popover-header-padding-x: 1rem;
|
|
27999
27998
|
--bs-popover-header-padding-y: 0.5rem;
|
|
28000
27999
|
--bs-popover-header-font-size: 1rem;
|
|
28001
|
-
--bs-popover-header-color: rgb(
|
|
28000
|
+
--bs-popover-header-color: rgb(55.2, 57.2, 60.8);
|
|
28002
28001
|
--bs-popover-header-bg: var(--bs-secondary-bg);
|
|
28003
28002
|
--bs-popover-body-padding-x: 1rem;
|
|
28004
28003
|
--bs-popover-body-padding-y: 1rem;
|
|
@@ -29158,8 +29157,8 @@ textarea.form-control-lg {
|
|
|
29158
29157
|
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
29159
29158
|
}
|
|
29160
29159
|
.link-dark:hover, .link-dark:focus {
|
|
29161
|
-
color: RGBA(
|
|
29162
|
-
text-decoration-color: RGBA(
|
|
29160
|
+
color: RGBA(22, 23, 24, var(--bs-link-opacity, 1)) !important;
|
|
29161
|
+
text-decoration-color: RGBA(22, 23, 24, var(--bs-link-underline-opacity, 1)) !important;
|
|
29163
29162
|
}
|
|
29164
29163
|
|
|
29165
29164
|
.link-body-emphasis {
|
|
@@ -31148,62 +31147,57 @@ textarea.form-control-lg {
|
|
|
31148
31147
|
|
|
31149
31148
|
.text-25 {
|
|
31150
31149
|
--bs-text-opacity: 1;
|
|
31151
|
-
color: rgb(
|
|
31150
|
+
color: rgb(249.15, 249.4, 249.85) !important;
|
|
31152
31151
|
}
|
|
31153
31152
|
|
|
31154
31153
|
.text-50 {
|
|
31155
31154
|
--bs-text-opacity: 1;
|
|
31156
|
-
color: rgb(
|
|
31155
|
+
color: rgb(243.3, 243.8, 244.7) !important;
|
|
31157
31156
|
}
|
|
31158
31157
|
|
|
31159
31158
|
.text-100 {
|
|
31160
31159
|
--bs-text-opacity: 1;
|
|
31161
|
-
color: rgb(
|
|
31160
|
+
color: rgb(231.6, 232.6, 234.4) !important;
|
|
31162
31161
|
}
|
|
31163
31162
|
|
|
31164
31163
|
.text-200 {
|
|
31165
31164
|
--bs-text-opacity: 1;
|
|
31166
|
-
color: rgb(
|
|
31165
|
+
color: rgb(208.2, 210.2, 213.8) !important;
|
|
31167
31166
|
}
|
|
31168
31167
|
|
|
31169
31168
|
.text-300 {
|
|
31170
31169
|
--bs-text-opacity: 1;
|
|
31171
|
-
color: rgb(
|
|
31170
|
+
color: rgb(184.8, 187.8, 193.2) !important;
|
|
31172
31171
|
}
|
|
31173
31172
|
|
|
31174
31173
|
.text-400 {
|
|
31175
31174
|
--bs-text-opacity: 1;
|
|
31176
|
-
color: rgb(
|
|
31175
|
+
color: rgb(161.4, 165.4, 172.6) !important;
|
|
31177
31176
|
}
|
|
31178
31177
|
|
|
31179
31178
|
.text-500 {
|
|
31180
31179
|
--bs-text-opacity: 1;
|
|
31181
|
-
color: #
|
|
31180
|
+
color: #8a8f98 !important;
|
|
31182
31181
|
}
|
|
31183
31182
|
|
|
31184
31183
|
.text-600 {
|
|
31185
31184
|
--bs-text-opacity: 1;
|
|
31186
|
-
color: rgb(
|
|
31185
|
+
color: rgb(110.4, 114.4, 121.6) !important;
|
|
31187
31186
|
}
|
|
31188
31187
|
|
|
31189
31188
|
.text-700 {
|
|
31190
31189
|
--bs-text-opacity: 1;
|
|
31191
|
-
color: rgb(
|
|
31190
|
+
color: rgb(82.8, 85.8, 91.2) !important;
|
|
31192
31191
|
}
|
|
31193
31192
|
|
|
31194
31193
|
.text-800 {
|
|
31195
31194
|
--bs-text-opacity: 1;
|
|
31196
|
-
color: rgb(
|
|
31195
|
+
color: rgb(55.2, 57.2, 60.8) !important;
|
|
31197
31196
|
}
|
|
31198
31197
|
|
|
31199
31198
|
.text-900 {
|
|
31200
31199
|
--bs-text-opacity: 1;
|
|
31201
|
-
color: rgb(
|
|
31202
|
-
}
|
|
31203
|
-
|
|
31204
|
-
.text-950 {
|
|
31205
|
-
--bs-text-opacity: 1;
|
|
31206
|
-
color: rgb(19.3, 19.7, 20.4) !important;
|
|
31200
|
+
color: rgb(27.6, 28.6, 30.4) !important;
|
|
31207
31201
|
}
|
|
31208
31202
|
|
|
31209
31203
|
.text-success-25 {
|
|
@@ -31963,62 +31957,57 @@ textarea.form-control-lg {
|
|
|
31963
31957
|
|
|
31964
31958
|
.bg-25 {
|
|
31965
31959
|
--bs-bg-opacity: 1;
|
|
31966
|
-
background-color: rgb(
|
|
31960
|
+
background-color: rgb(249.15, 249.4, 249.85) !important;
|
|
31967
31961
|
}
|
|
31968
31962
|
|
|
31969
31963
|
.bg-50 {
|
|
31970
31964
|
--bs-bg-opacity: 1;
|
|
31971
|
-
background-color: rgb(
|
|
31965
|
+
background-color: rgb(243.3, 243.8, 244.7) !important;
|
|
31972
31966
|
}
|
|
31973
31967
|
|
|
31974
31968
|
.bg-100 {
|
|
31975
31969
|
--bs-bg-opacity: 1;
|
|
31976
|
-
background-color: rgb(
|
|
31970
|
+
background-color: rgb(231.6, 232.6, 234.4) !important;
|
|
31977
31971
|
}
|
|
31978
31972
|
|
|
31979
31973
|
.bg-200 {
|
|
31980
31974
|
--bs-bg-opacity: 1;
|
|
31981
|
-
background-color: rgb(
|
|
31975
|
+
background-color: rgb(208.2, 210.2, 213.8) !important;
|
|
31982
31976
|
}
|
|
31983
31977
|
|
|
31984
31978
|
.bg-300 {
|
|
31985
31979
|
--bs-bg-opacity: 1;
|
|
31986
|
-
background-color: rgb(
|
|
31980
|
+
background-color: rgb(184.8, 187.8, 193.2) !important;
|
|
31987
31981
|
}
|
|
31988
31982
|
|
|
31989
31983
|
.bg-400 {
|
|
31990
31984
|
--bs-bg-opacity: 1;
|
|
31991
|
-
background-color: rgb(
|
|
31985
|
+
background-color: rgb(161.4, 165.4, 172.6) !important;
|
|
31992
31986
|
}
|
|
31993
31987
|
|
|
31994
31988
|
.bg-500 {
|
|
31995
31989
|
--bs-bg-opacity: 1;
|
|
31996
|
-
background-color: #
|
|
31990
|
+
background-color: #8a8f98 !important;
|
|
31997
31991
|
}
|
|
31998
31992
|
|
|
31999
31993
|
.bg-600 {
|
|
32000
31994
|
--bs-bg-opacity: 1;
|
|
32001
|
-
background-color: rgb(
|
|
31995
|
+
background-color: rgb(110.4, 114.4, 121.6) !important;
|
|
32002
31996
|
}
|
|
32003
31997
|
|
|
32004
31998
|
.bg-700 {
|
|
32005
31999
|
--bs-bg-opacity: 1;
|
|
32006
|
-
background-color: rgb(
|
|
32000
|
+
background-color: rgb(82.8, 85.8, 91.2) !important;
|
|
32007
32001
|
}
|
|
32008
32002
|
|
|
32009
32003
|
.bg-800 {
|
|
32010
32004
|
--bs-bg-opacity: 1;
|
|
32011
|
-
background-color: rgb(
|
|
32005
|
+
background-color: rgb(55.2, 57.2, 60.8) !important;
|
|
32012
32006
|
}
|
|
32013
32007
|
|
|
32014
32008
|
.bg-900 {
|
|
32015
32009
|
--bs-bg-opacity: 1;
|
|
32016
|
-
background-color: rgb(
|
|
32017
|
-
}
|
|
32018
|
-
|
|
32019
|
-
.bg-950 {
|
|
32020
|
-
--bs-bg-opacity: 1;
|
|
32021
|
-
background-color: rgb(19.3, 19.7, 20.4) !important;
|
|
32010
|
+
background-color: rgb(27.6, 28.6, 30.4) !important;
|
|
32022
32011
|
}
|
|
32023
32012
|
|
|
32024
32013
|
.bg-success-25 {
|
|
@@ -35959,7 +35948,7 @@ textarea.form-control-lg {
|
|
|
35959
35948
|
--bs-btn-active-bg: rgb(252.6, 225, 116.4);
|
|
35960
35949
|
--bs-btn-active-border-color: rgb(252.6, 225, 116.4);
|
|
35961
35950
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
35962
|
-
--bs-btn-disabled-color: rgb(
|
|
35951
|
+
--bs-btn-disabled-color: rgb(27.6, 28.6, 30.4);
|
|
35963
35952
|
--bs-btn-disabled-bg: #fbcd18;
|
|
35964
35953
|
--bs-btn-disabled-border-color: #fbcd18;
|
|
35965
35954
|
}
|
|
@@ -36068,17 +36057,17 @@ textarea.form-control-lg {
|
|
|
36068
36057
|
}
|
|
36069
36058
|
|
|
36070
36059
|
.btn-link-action {
|
|
36071
|
-
--bs-btn-color: rgb(
|
|
36060
|
+
--bs-btn-color: rgb(27.6, 28.6, 30.4);
|
|
36072
36061
|
--bs-btn-bg: transparent;
|
|
36073
36062
|
--bs-btn-border-color: transparent;
|
|
36074
|
-
--bs-btn-hover-color: rgb(
|
|
36063
|
+
--bs-btn-hover-color: rgb(27.6, 28.6, 30.4);
|
|
36075
36064
|
--bs-btn-hover-bg: rgb(229.5, 232.9, 255);
|
|
36076
36065
|
--bs-btn-hover-border-color: transparent;
|
|
36077
36066
|
--bs-btn-active-bg: rgb(0, 20.4, 153);
|
|
36078
36067
|
--bs-btn-active-color: #fff;
|
|
36079
36068
|
--bs-btn-active-border-color: transparent;
|
|
36080
36069
|
--bs-btn-disabled-bg: transparent;
|
|
36081
|
-
--bs-btn-disabled-color: rgb(
|
|
36070
|
+
--bs-btn-disabled-color: rgb(184.8, 187.8, 193.2);
|
|
36082
36071
|
--bs-btn-disabled-border-color: transparent;
|
|
36083
36072
|
--bs-btn-focus-shadow-rgb: 65, 65, 105;
|
|
36084
36073
|
text-decoration: none;
|
|
@@ -36326,19 +36315,19 @@ textarea.form-control-lg {
|
|
|
36326
36315
|
|
|
36327
36316
|
.btn-dark {
|
|
36328
36317
|
--bs-btn-color: #fff;
|
|
36329
|
-
--bs-btn-bg: rgb(
|
|
36330
|
-
--bs-btn-border-color: rgb(
|
|
36318
|
+
--bs-btn-bg: rgb(27.6, 28.6, 30.4);
|
|
36319
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
36331
36320
|
--bs-btn-hover-color: #fff;
|
|
36332
|
-
--bs-btn-hover-bg: rgb(
|
|
36333
|
-
--bs-btn-hover-border-color: rgb(
|
|
36334
|
-
--bs-btn-focus-shadow-rgb:
|
|
36321
|
+
--bs-btn-hover-bg: rgb(22.08, 22.88, 24.32);
|
|
36322
|
+
--bs-btn-hover-border-color: rgb(22.08, 22.88, 24.32);
|
|
36323
|
+
--bs-btn-focus-shadow-rgb: 62, 63, 64;
|
|
36335
36324
|
--bs-btn-active-color: #fff;
|
|
36336
|
-
--bs-btn-active-bg: rgb(
|
|
36337
|
-
--bs-btn-active-border-color: rgb(
|
|
36325
|
+
--bs-btn-active-bg: rgb(16.56, 17.16, 18.24);
|
|
36326
|
+
--bs-btn-active-border-color: rgb(16.56, 17.16, 18.24);
|
|
36338
36327
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
36339
36328
|
--bs-btn-disabled-color: #fff;
|
|
36340
|
-
--bs-btn-disabled-bg: rgb(
|
|
36341
|
-
--bs-btn-disabled-border-color: rgb(
|
|
36329
|
+
--bs-btn-disabled-bg: rgb(27.6, 28.6, 30.4);
|
|
36330
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
36342
36331
|
}
|
|
36343
36332
|
|
|
36344
36333
|
.btn-icon-dark {
|
|
@@ -36349,18 +36338,18 @@ textarea.form-control-lg {
|
|
|
36349
36338
|
--bs-btn-padding-x: 0.5rem;
|
|
36350
36339
|
--bs-btn-padding-y: 0.5rem;
|
|
36351
36340
|
--bs-btn-color: #fff;
|
|
36352
|
-
--bs-btn-bg: rgb(
|
|
36353
|
-
--bs-btn-border-color: rgb(
|
|
36341
|
+
--bs-btn-bg: rgb(27.6, 28.6, 30.4);
|
|
36342
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
36354
36343
|
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36355
36344
|
--bs-btn-hover-color: #fff;
|
|
36356
|
-
--bs-btn-hover-bg: rgb(
|
|
36357
|
-
--bs-btn-hover-border-color: rgb(
|
|
36345
|
+
--bs-btn-hover-bg: rgb(22.08, 22.88, 24.32);
|
|
36346
|
+
--bs-btn-hover-border-color: rgb(22.08, 22.88, 24.32);
|
|
36358
36347
|
--bs-btn-active-color: #fff;
|
|
36359
|
-
--bs-btn-active-bg: rgb(
|
|
36360
|
-
--bs-btn-active-border-color: rgb(
|
|
36361
|
-
--bs-btn-disabled-bg: rgb(
|
|
36348
|
+
--bs-btn-active-bg: rgb(16.56, 17.16, 18.24);
|
|
36349
|
+
--bs-btn-active-border-color: rgb(16.56, 17.16, 18.24);
|
|
36350
|
+
--bs-btn-disabled-bg: rgb(27.6, 28.6, 30.4);
|
|
36362
36351
|
--bs-btn-disabled-color: #fff;
|
|
36363
|
-
--bs-btn-disabled-border-color: rgb(
|
|
36352
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
36364
36353
|
}
|
|
36365
36354
|
|
|
36366
36355
|
.btn-icon-outline-dark {
|
|
@@ -36369,19 +36358,19 @@ textarea.form-control-lg {
|
|
|
36369
36358
|
line-height: 1;
|
|
36370
36359
|
--bs-btn-padding-x: 0.5rem;
|
|
36371
36360
|
--bs-btn-padding-y: 0.5rem;
|
|
36372
|
-
--bs-btn-color: rgb(
|
|
36361
|
+
--bs-btn-color: rgb(27.6, 28.6, 30.4);
|
|
36373
36362
|
--bs-btn-bg: transparent;
|
|
36374
|
-
--bs-btn-border-color: rgb(
|
|
36363
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
36375
36364
|
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36376
36365
|
--bs-btn-hover-color: #fff;
|
|
36377
|
-
--bs-btn-hover-bg: rgb(
|
|
36378
|
-
--bs-btn-hover-border-color: rgb(
|
|
36366
|
+
--bs-btn-hover-bg: rgb(27.6, 28.6, 30.4);
|
|
36367
|
+
--bs-btn-hover-border-color: rgb(27.6, 28.6, 30.4);
|
|
36379
36368
|
--bs-btn-active-color: #fff;
|
|
36380
|
-
--bs-btn-active-bg: rgb(
|
|
36381
|
-
--bs-btn-active-border-color: rgb(
|
|
36369
|
+
--bs-btn-active-bg: rgb(16.56, 17.16, 18.24);
|
|
36370
|
+
--bs-btn-active-border-color: rgb(16.56, 17.16, 18.24);
|
|
36382
36371
|
--bs-btn-disabled-bg: transparent;
|
|
36383
|
-
--bs-btn-disabled-color: rgb(
|
|
36384
|
-
--bs-btn-disabled-border-color: rgb(
|
|
36372
|
+
--bs-btn-disabled-color: rgb(27.6, 28.6, 30.4);
|
|
36373
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
36385
36374
|
}
|
|
36386
36375
|
|
|
36387
36376
|
[class*=btn-icon-].btn-sm, .btn-group-sm > [class*=btn-icon-].btn,
|
|
@@ -36427,12 +36416,12 @@ textarea.form-control-lg {
|
|
|
36427
36416
|
box-shadow: var(--bs-accordion-box-shadow);
|
|
36428
36417
|
}
|
|
36429
36418
|
.accordion-alt {
|
|
36430
|
-
--bs-accordion-alt-bg: rgb(
|
|
36431
|
-
--bs-accordion-alt-btn-bg: rgb(
|
|
36419
|
+
--bs-accordion-alt-bg: rgb(243.3, 243.8, 244.7);
|
|
36420
|
+
--bs-accordion-alt-btn-bg: rgb(243.3, 243.8, 244.7);
|
|
36432
36421
|
--bs-accordion-alt-border-radius: var(--bs-border-radius-lg);
|
|
36433
36422
|
--bs-accordion-alt-btn-icon-width: 1.375rem;
|
|
36434
|
-
--bs-accordion-alt-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='rgb%
|
|
36435
|
-
--bs-accordion-alt-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 25' fill='rgb%
|
|
36423
|
+
--bs-accordion-alt-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='rgb%2827.6, 28.6, 30.4%29'%3e%3cpath d='M12.6923 1.69231C12.6923 0.75625 11.9361 0 11 0C10.0639 0 9.30769 0.75625 9.30769 1.69231V9.30769H1.69231C0.75625 9.30769 0 10.0639 0 11C0 11.9361 0.75625 12.6923 1.69231 12.6923H9.30769V20.3077C9.30769 21.2438 10.0639 22 11 22C11.9361 22 12.6923 21.2438 12.6923 20.3077V12.6923H20.3077C21.2438 12.6923 22 11.9361 22 11C22 10.0639 21.2438 9.30769 20.3077 9.30769H12.6923V1.69231Z'/%3e%3c/svg%3e");
|
|
36424
|
+
--bs-accordion-alt-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 25' fill='rgb%2827.6, 28.6, 30.4%29'%3e%3cpath d='M21.2143 12.5C21.2143 13.3643 20.512 14.0625 19.6428 14.0625H2.35713C1.48794 14.0625 0.785706 13.3643 0.785706 12.5C0.785706 11.6357 1.48794 10.9375 2.35713 10.9375H19.6428C20.512 10.9375 21.2143 11.6357 21.2143 12.5Z'/%3e%3c/svg%3e");
|
|
36436
36425
|
--bs-accordion-alt-active-color: var(--bs-primary-text-emphasis);
|
|
36437
36426
|
box-shadow: none;
|
|
36438
36427
|
}
|
|
@@ -36623,7 +36612,7 @@ textarea.form-control-lg {
|
|
|
36623
36612
|
z-index: var(--bs-modal-close-zindex);
|
|
36624
36613
|
width: 2.1875rem;
|
|
36625
36614
|
height: 2.1875rem;
|
|
36626
|
-
text-shadow: 0 0 0.0625rem rgb(
|
|
36615
|
+
text-shadow: 0 0 0.0625rem rgb(161.4, 165.4, 172.6);
|
|
36627
36616
|
opacity: 0.97;
|
|
36628
36617
|
}
|
|
36629
36618
|
.modal-dialog-media .modal-header .btn-close::before, .modal-dialog-media .modal-header .btn-close::after {
|
|
@@ -36675,8 +36664,8 @@ textarea.form-control-lg {
|
|
|
36675
36664
|
}
|
|
36676
36665
|
.modal-dialog-content.modal-white {
|
|
36677
36666
|
--bs-modal-bg: #fff;
|
|
36678
|
-
--bs-modal-color: rgb(
|
|
36679
|
-
--bs-heading-color: rgb(
|
|
36667
|
+
--bs-modal-color: rgb(27.6, 28.6, 30.4);
|
|
36668
|
+
--bs-heading-color: rgb(55.2, 57.2, 60.8);
|
|
36680
36669
|
}
|
|
36681
36670
|
.modal-dialog-content .modal-header {
|
|
36682
36671
|
position: relative;
|
|
@@ -36689,7 +36678,7 @@ textarea.form-control-lg {
|
|
|
36689
36678
|
z-index: var(--bs-modal-close-zindex);
|
|
36690
36679
|
width: 2.1875rem;
|
|
36691
36680
|
height: 2.1875rem;
|
|
36692
|
-
text-shadow: 0 0 0.0625rem rgb(
|
|
36681
|
+
text-shadow: 0 0 0.0625rem rgb(161.4, 165.4, 172.6);
|
|
36693
36682
|
opacity: 0.97;
|
|
36694
36683
|
}
|
|
36695
36684
|
.modal-dialog-content .modal-header .btn-close::before, .modal-dialog-content .modal-header .btn-close::after {
|
|
@@ -36883,10 +36872,10 @@ textarea.form-control-lg {
|
|
|
36883
36872
|
}
|
|
36884
36873
|
|
|
36885
36874
|
.btn-close {
|
|
36886
|
-
--bs-btn-close-media-bg: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%
|
|
36875
|
+
--bs-btn-close-media-bg: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28161.4, 165.4, 172.6%29' d='M20 1.25C22.4623 1.25 24.9005 1.73498 27.1753 2.67726C29.4502 3.61953 31.5172 5.00065 33.2583 6.74175C34.9994 8.48285 36.3805 10.5498 37.3227 12.8247C38.265 15.0995 38.75 17.5377 38.75 20C38.75 22.4623 38.265 24.9005 37.3227 27.1753C36.3805 29.4502 34.9994 31.5172 33.2583 33.2583C31.5172 34.9994 29.4502 36.3805 27.1753 37.3227C24.9005 38.265 22.4623 38.75 20 38.75C17.5377 38.75 15.0995 38.265 12.8247 37.3227C10.5498 36.3805 8.48285 34.9994 6.74175 33.2583C5.00065 31.5172 3.61953 29.4502 2.67726 27.1753C1.73498 24.9005 1.25 22.4623 1.25 20C1.25 17.5377 1.73498 15.0995 2.67726 12.8247C3.61953 10.5498 5.00065 8.48285 6.74175 6.74175C8.48285 5.00065 10.5498 3.61953 12.8247 2.67726C15.0995 1.73498 17.5377 1.25 20 1.25ZM20 40C25.3043 40 30.3914 37.8929 34.1421 34.1421C37.8929 30.3914 40 25.3043 40 20C40 14.6957 37.8929 9.60859 34.1421 5.85786C30.3914 2.10714 25.3043 0 20 0C14.6957 0 9.60859 2.10714 5.85786 5.85786C2.10714 9.60859 0 14.6957 0 20C0 25.3043 2.10714 30.3914 5.85786 34.1421C9.60859 37.8929 14.6957 40 20 40Z'/%3e%3cpath fill='%23fff' d='M1.25 20C1.25 22.4623 1.73498 24.9005 2.67726 27.1753C3.61953 29.4502 5.00065 31.5172 6.74175 33.2583C8.48285 34.9994 10.5498 36.3805 12.8247 37.3227C15.0995 38.265 17.5377 38.75 20 38.75C22.4623 38.75 24.9005 38.265 27.1753 37.3227C29.4502 36.3805 31.5172 34.9994 33.2583 33.2583C34.9994 31.5172 36.3805 29.4502 37.3227 27.1753C38.265 24.9005 38.75 22.4623 38.75 20C38.75 17.5377 38.265 15.0995 37.3227 12.8247C36.3805 10.5498 34.9994 8.48285 33.2583 6.74175C31.5172 5.00065 29.4502 3.61953 27.1753 2.67726C24.9005 1.73498 22.4623 1.25 20 1.25C17.5377 1.25 15.0995 1.73498 12.8247 2.67726C10.5498 3.61953 8.48285 5.00065 6.74175 6.74175C5.00065 8.48285 3.61953 10.5498 2.67726 12.8247C1.73498 15.0995 1.25 17.5377 1.25 20ZM13.9297 13.9297C14.1719 13.6875 14.5703 13.6875 14.8125 13.9297L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9375 14.8203C13.6953 14.5781 13.6953 14.1797 13.9375 13.9375L13.9297 13.9297Z'/%3e%3cpath fill='%2302f' d='M13.9297 14.8125C13.6875 14.5703 13.6875 14.1719 13.9297 13.9297L13.9375 13.9375C14.1797 13.6953 14.5781 13.6953 14.8203 13.9375L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9297 14.8125Z'/%3e%3c/svg%3e");
|
|
36887
36876
|
--bs-btn-close-media-bg-hover: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%2302f' d='M20 1.25C22.4623 1.25 24.9005 1.73498 27.1753 2.67726C29.4502 3.61953 31.5172 5.00065 33.2583 6.74175C34.9994 8.48285 36.3805 10.5498 37.3227 12.8247C38.265 15.0995 38.75 17.5377 38.75 20C38.75 22.4623 38.265 24.9005 37.3227 27.1753C36.3805 29.4502 34.9994 31.5172 33.2583 33.2583C31.5172 34.9994 29.4502 36.3805 27.1753 37.3227C24.9005 38.265 22.4623 38.75 20 38.75C17.5377 38.75 15.0995 38.265 12.8247 37.3227C10.5498 36.3805 8.48285 34.9994 6.74175 33.2583C5.00065 31.5172 3.61953 29.4502 2.67726 27.1753C1.73498 24.9005 1.25 22.4623 1.25 20C1.25 17.5377 1.73498 15.0995 2.67726 12.8247C3.61953 10.5498 5.00065 8.48285 6.74175 6.74175C8.48285 5.00065 10.5498 3.61953 12.8247 2.67726C15.0995 1.73498 17.5377 1.25 20 1.25ZM20 40C25.3043 40 30.3914 37.8929 34.1421 34.1421C37.8929 30.3914 40 25.3043 40 20C40 14.6957 37.8929 9.60859 34.1421 5.85786C30.3914 2.10714 25.3043 0 20 0C14.6957 0 9.60859 2.10714 5.85786 5.85786C2.10714 9.60859 0 14.6957 0 20C0 25.3043 2.10714 30.3914 5.85786 34.1421C9.60859 37.8929 14.6957 40 20 40Z'/%3e%3cpath fill='%2302f' d='M1.25 20C1.25 22.4623 1.73498 24.9005 2.67726 27.1753C3.61953 29.4502 5.00065 31.5172 6.74175 33.2583C8.48285 34.9994 10.5498 36.3805 12.8247 37.3227C15.0995 38.265 17.5377 38.75 20 38.75C22.4623 38.75 24.9005 38.265 27.1753 37.3227C29.4502 36.3805 31.5172 34.9994 33.2583 33.2583C34.9994 31.5172 36.3805 29.4502 37.3227 27.1753C38.265 24.9005 38.75 22.4623 38.75 20C38.75 17.5377 38.265 15.0995 37.3227 12.8247C36.3805 10.5498 34.9994 8.48285 33.2583 6.74175C31.5172 5.00065 29.4502 3.61953 27.1753 2.67726C24.9005 1.73498 22.4623 1.25 20 1.25C17.5377 1.25 15.0995 1.73498 12.8247 2.67726C10.5498 3.61953 8.48285 5.00065 6.74175 6.74175C5.00065 8.48285 3.61953 10.5498 2.67726 12.8247C1.73498 15.0995 1.25 17.5377 1.25 20ZM13.9297 13.9297C14.1719 13.6875 14.5703 13.6875 14.8125 13.9297L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9375 14.8203C13.6953 14.5781 13.6953 14.1797 13.9375 13.9375L13.9297 13.9297Z'/%3e%3cpath fill='%23fbcd18' d='M13.9297 14.8125C13.6875 14.5703 13.6875 14.1719 13.9297 13.9297L13.9375 13.9375C14.1797 13.6953 14.5781 13.6953 14.8203 13.9375L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9297 14.8125Z'/%3e%3c/svg%3e");
|
|
36888
|
-
--bs-btn-close-content-bg: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%
|
|
36889
|
-
--bs-btn-close-content-bg-hover: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%
|
|
36877
|
+
--bs-btn-close-content-bg: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28161.4, 165.4, 172.6%29' d='M20 1.25C22.4623 1.25 24.9005 1.73498 27.1753 2.67726C29.4502 3.61953 31.5172 5.00065 33.2583 6.74175C34.9994 8.48285 36.3805 10.5498 37.3227 12.8247C38.265 15.0995 38.75 17.5377 38.75 20C38.75 22.4623 38.265 24.9005 37.3227 27.1753C36.3805 29.4502 34.9994 31.5172 33.2583 33.2583C31.5172 34.9994 29.4502 36.3805 27.1753 37.3227C24.9005 38.265 22.4623 38.75 20 38.75C17.5377 38.75 15.0995 38.265 12.8247 37.3227C10.5498 36.3805 8.48285 34.9994 6.74175 33.2583C5.00065 31.5172 3.61953 29.4502 2.67726 27.1753C1.73498 24.9005 1.25 22.4623 1.25 20C1.25 17.5377 1.73498 15.0995 2.67726 12.8247C3.61953 10.5498 5.00065 8.48285 6.74175 6.74175C8.48285 5.00065 10.5498 3.61953 12.8247 2.67726C15.0995 1.73498 17.5377 1.25 20 1.25ZM20 40C25.3043 40 30.3914 37.8929 34.1421 34.1421C37.8929 30.3914 40 25.3043 40 20C40 14.6957 37.8929 9.60859 34.1421 5.85786C30.3914 2.10714 25.3043 0 20 0C14.6957 0 9.60859 2.10714 5.85786 5.85786C2.10714 9.60859 0 14.6957 0 20C0 25.3043 2.10714 30.3914 5.85786 34.1421C9.60859 37.8929 14.6957 40 20 40Z'/%3e%3cpath fill='%231f1f4f' d='M1.25 20C1.25 22.4623 1.73498 24.9005 2.67726 27.1753C3.61953 29.4502 5.00065 31.5172 6.74175 33.2583C8.48285 34.9994 10.5498 36.3805 12.8247 37.3227C15.0995 38.265 17.5377 38.75 20 38.75C22.4623 38.75 24.9005 38.265 27.1753 37.3227C29.4502 36.3805 31.5172 34.9994 33.2583 33.2583C34.9994 31.5172 36.3805 29.4502 37.3227 27.1753C38.265 24.9005 38.75 22.4623 38.75 20C38.75 17.5377 38.265 15.0995 37.3227 12.8247C36.3805 10.5498 34.9994 8.48285 33.2583 6.74175C31.5172 5.00065 29.4502 3.61953 27.1753 2.67726C24.9005 1.73498 22.4623 1.25 20 1.25C17.5377 1.25 15.0995 1.73498 12.8247 2.67726C10.5498 3.61953 8.48285 5.00065 6.74175 6.74175C5.00065 8.48285 3.61953 10.5498 2.67726 12.8247C1.73498 15.0995 1.25 17.5377 1.25 20ZM13.9297 13.9297C14.1719 13.6875 14.5703 13.6875 14.8125 13.9297L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9375 14.8203C13.6953 14.5781 13.6953 14.1797 13.9375 13.9375L13.9297 13.9297Z'/%3e%3cpath fill='%23fff' d='M13.9297 14.8125C13.6875 14.5703 13.6875 14.1719 13.9297 13.9297L13.9375 13.9375C14.1797 13.6953 14.5781 13.6953 14.8203 13.9375L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9297 14.8125Z'/%3e%3c/svg%3e");
|
|
36878
|
+
--bs-btn-close-content-bg-hover: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28161.4, 165.4, 172.6%29' d='M20 1.25C22.4623 1.25 24.9005 1.73498 27.1753 2.67726C29.4502 3.61953 31.5172 5.00065 33.2583 6.74175C34.9994 8.48285 36.3805 10.5498 37.3227 12.8247C38.265 15.0995 38.75 17.5377 38.75 20C38.75 22.4623 38.265 24.9005 37.3227 27.1753C36.3805 29.4502 34.9994 31.5172 33.2583 33.2583C31.5172 34.9994 29.4502 36.3805 27.1753 37.3227C24.9005 38.265 22.4623 38.75 20 38.75C17.5377 38.75 15.0995 38.265 12.8247 37.3227C10.5498 36.3805 8.48285 34.9994 6.74175 33.2583C5.00065 31.5172 3.61953 29.4502 2.67726 27.1753C1.73498 24.9005 1.25 22.4623 1.25 20C1.25 17.5377 1.73498 15.0995 2.67726 12.8247C3.61953 10.5498 5.00065 8.48285 6.74175 6.74175C8.48285 5.00065 10.5498 3.61953 12.8247 2.67726C15.0995 1.73498 17.5377 1.25 20 1.25ZM20 40C25.3043 40 30.3914 37.8929 34.1421 34.1421C37.8929 30.3914 40 25.3043 40 20C40 14.6957 37.8929 9.60859 34.1421 5.85786C30.3914 2.10714 25.3043 0 20 0C14.6957 0 9.60859 2.10714 5.85786 5.85786C2.10714 9.60859 0 14.6957 0 20C0 25.3043 2.10714 30.3914 5.85786 34.1421C9.60859 37.8929 14.6957 40 20 40Z'/%3e%3cpath fill='%23fff' d='M1.25 20C1.25 22.4623 1.73498 24.9005 2.67726 27.1753C3.61953 29.4502 5.00065 31.5172 6.74175 33.2583C8.48285 34.9994 10.5498 36.3805 12.8247 37.3227C15.0995 38.265 17.5377 38.75 20 38.75C22.4623 38.75 24.9005 38.265 27.1753 37.3227C29.4502 36.3805 31.5172 34.9994 33.2583 33.2583C34.9994 31.5172 36.3805 29.4502 37.3227 27.1753C38.265 24.9005 38.75 22.4623 38.75 20C38.75 17.5377 38.265 15.0995 37.3227 12.8247C36.3805 10.5498 34.9994 8.48285 33.2583 6.74175C31.5172 5.00065 29.4502 3.61953 27.1753 2.67726C24.9005 1.73498 22.4623 1.25 20 1.25C17.5377 1.25 15.0995 1.73498 12.8247 2.67726C10.5498 3.61953 8.48285 5.00065 6.74175 6.74175C5.00065 8.48285 3.61953 10.5498 2.67726 12.8247C1.73498 15.0995 1.25 17.5377 1.25 20ZM13.9297 13.9297C14.1719 13.6875 14.5703 13.6875 14.8125 13.9297L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9375 14.8203C13.6953 14.5781 13.6953 14.1797 13.9375 13.9375L13.9297 13.9297Z'/%3e%3cpath fill='%231f1f4f' d='M13.9297 14.8125C13.6875 14.5703 13.6875 14.1719 13.9297 13.9297L13.9375 13.9375C14.1797 13.6953 14.5781 13.6953 14.8203 13.9375L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9297 14.8125Z'/%3e%3c/svg%3e");
|
|
36890
36879
|
}
|
|
36891
36880
|
|
|
36892
36881
|
.was-validated .form-check.form-check-tiled > .form-check-input:valid ~ .form-check-label, .form-check.form-check-tiled > .form-check-input.is-valid ~ .form-check-label {
|
|
@@ -36944,7 +36933,7 @@ textarea.form-control-lg {
|
|
|
36944
36933
|
font-weight: 700;
|
|
36945
36934
|
text-align: left;
|
|
36946
36935
|
cursor: pointer;
|
|
36947
|
-
border: 0.125rem solid rgb(
|
|
36936
|
+
border: 0.125rem solid rgb(184.8, 187.8, 193.2);
|
|
36948
36937
|
border-radius: 0.375rem;
|
|
36949
36938
|
transition: all 0.15s ease-in-out;
|
|
36950
36939
|
padding: 1rem;
|
|
@@ -36970,7 +36959,7 @@ textarea.form-control-lg {
|
|
|
36970
36959
|
background-repeat: no-repeat;
|
|
36971
36960
|
background-position: center center;
|
|
36972
36961
|
background-size: 11px;
|
|
36973
|
-
border: 0.125rem solid rgb(
|
|
36962
|
+
border: 0.125rem solid rgb(161.4, 165.4, 172.6);
|
|
36974
36963
|
opacity: 0;
|
|
36975
36964
|
transform: scale(0);
|
|
36976
36965
|
border-radius: 50rem;
|