@unlk/keymaster 1.3.7 → 1.3.9
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 +174 -174
- 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/_variables-overrides.scss +5 -1
- 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.3.
|
|
21869
|
+
* Keymaster v1.3.9 (https://unlock-com.github.io/keymaster)
|
|
21870
21870
|
* Copyright 2022-2025 Unlk Developers
|
|
21871
21871
|
* Licensed under MIT
|
|
21872
21872
|
*/
|
|
@@ -21883,19 +21883,19 @@
|
|
|
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(
|
|
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);
|
|
21898
|
+
--bs-gray-950: rgb(13.8, 14.3, 15.2);
|
|
21899
21899
|
--bs-primary: #1f1f4f;
|
|
21900
21900
|
--bs-secondary: #fbcd18;
|
|
21901
21901
|
--bs-success: #09cc8b;
|
|
@@ -21903,7 +21903,7 @@
|
|
|
21903
21903
|
--bs-warning: #ff6a1a;
|
|
21904
21904
|
--bs-danger: #e4263e;
|
|
21905
21905
|
--bs-light: #fff;
|
|
21906
|
-
--bs-dark: rgb(
|
|
21906
|
+
--bs-dark: rgb(27.6, 28.6, 30.4);
|
|
21907
21907
|
--bs-primary-rgb: 31, 31, 79;
|
|
21908
21908
|
--bs-secondary-rgb: 251, 205, 24;
|
|
21909
21909
|
--bs-success-rgb: 9, 204, 139;
|
|
@@ -21911,7 +21911,7 @@
|
|
|
21911
21911
|
--bs-warning-rgb: 255, 106, 26;
|
|
21912
21912
|
--bs-danger-rgb: 228, 38, 62;
|
|
21913
21913
|
--bs-light-rgb: 255, 255, 255;
|
|
21914
|
-
--bs-dark-rgb:
|
|
21914
|
+
--bs-dark-rgb: 28, 29, 30;
|
|
21915
21915
|
--bs-primary-text-emphasis: rgb(12.4, 12.4, 31.6);
|
|
21916
21916
|
--bs-secondary-text-emphasis: rgb(100.4, 82, 9.6);
|
|
21917
21917
|
--bs-action-text-emphasis: rgb(0, 13.6, 102);
|
|
@@ -21919,8 +21919,8 @@
|
|
|
21919
21919
|
--bs-info-text-emphasis: rgb(5.2, 80.8, 96);
|
|
21920
21920
|
--bs-warning-text-emphasis: rgb(102, 42.4, 10.4);
|
|
21921
21921
|
--bs-danger-text-emphasis: rgb(91.2, 15.2, 24.8);
|
|
21922
|
-
--bs-light-text-emphasis: rgb(
|
|
21923
|
-
--bs-dark-text-emphasis: rgb(
|
|
21922
|
+
--bs-light-text-emphasis: rgb(82.8, 85.8, 91.2);
|
|
21923
|
+
--bs-dark-text-emphasis: rgb(82.8, 85.8, 91.2);
|
|
21924
21924
|
--bs-primary-bg-subtle: rgb(210.2, 210.2, 219.8);
|
|
21925
21925
|
--bs-secondary-bg-subtle: rgb(254.2, 245, 208.8);
|
|
21926
21926
|
--bs-action-bg-subtle: rgb(204, 210.8, 255);
|
|
@@ -21928,8 +21928,8 @@
|
|
|
21928
21928
|
--bs-info-bg-subtle: rgb(206.6, 244.4, 252);
|
|
21929
21929
|
--bs-warning-bg-subtle: rgb(255, 225.2, 209.2);
|
|
21930
21930
|
--bs-danger-bg-subtle: rgb(249.6, 211.6, 216.4);
|
|
21931
|
-
--bs-light-bg-subtle: rgb(
|
|
21932
|
-
--bs-dark-bg-subtle: rgb(
|
|
21931
|
+
--bs-light-bg-subtle: rgb(243.3, 243.8, 244.7);
|
|
21932
|
+
--bs-dark-bg-subtle: rgb(161.4, 165.4, 172.6);
|
|
21933
21933
|
--bs-primary-border-subtle: rgb(165.4, 165.4, 184.6);
|
|
21934
21934
|
--bs-secondary-border-subtle: rgb(253.4, 235, 162.6);
|
|
21935
21935
|
--bs-action-border-subtle: rgb(153, 166.6, 255);
|
|
@@ -21937,8 +21937,8 @@
|
|
|
21937
21937
|
--bs-info-border-subtle: rgb(158.2, 233.8, 249);
|
|
21938
21938
|
--bs-warning-border-subtle: rgb(255, 195.4, 163.4);
|
|
21939
21939
|
--bs-danger-border-subtle: rgb(244.2, 168.2, 177.8);
|
|
21940
|
-
--bs-light-border-subtle: rgb(
|
|
21941
|
-
--bs-dark-border-subtle: #
|
|
21940
|
+
--bs-light-border-subtle: rgb(208.2, 210.2, 213.8);
|
|
21941
|
+
--bs-dark-border-subtle: #8a8f98;
|
|
21942
21942
|
--bs-white-rgb: 255, 255, 255;
|
|
21943
21943
|
--bs-black-rgb: 0, 0, 0;
|
|
21944
21944
|
--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 +21948,32 @@
|
|
|
21948
21948
|
--bs-body-font-size: 1rem;
|
|
21949
21949
|
--bs-body-font-weight: 400;
|
|
21950
21950
|
--bs-body-line-height: 1.5;
|
|
21951
|
-
--bs-body-color: rgb(
|
|
21952
|
-
--bs-body-color-rgb:
|
|
21951
|
+
--bs-body-color: rgb(13.8, 14.3, 15.2);
|
|
21952
|
+
--bs-body-color-rgb: 14, 14, 15;
|
|
21953
21953
|
--bs-body-bg: #fff;
|
|
21954
21954
|
--bs-body-bg-rgb: 255, 255, 255;
|
|
21955
21955
|
--bs-emphasis-color: #000;
|
|
21956
21956
|
--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(
|
|
21957
|
+
--bs-secondary-color: rgba(13.8, 14.3, 15.2, 0.75);
|
|
21958
|
+
--bs-secondary-color-rgb: 14, 14, 15;
|
|
21959
|
+
--bs-secondary-bg: rgb(208.2, 210.2, 213.8);
|
|
21960
|
+
--bs-secondary-bg-rgb: 208, 210, 214;
|
|
21961
|
+
--bs-tertiary-color: rgba(13.8, 14.3, 15.2, 0.5);
|
|
21962
|
+
--bs-tertiary-color-rgb: 14, 14, 15;
|
|
21963
|
+
--bs-tertiary-bg: rgb(231.6, 232.6, 234.4);
|
|
21964
|
+
--bs-tertiary-bg-rgb: 232, 233, 234;
|
|
21965
|
+
--bs-heading-color: rgb(27.6, 28.6, 30.4);
|
|
21966
21966
|
--bs-link-color: #1f1f4f;
|
|
21967
21967
|
--bs-link-color-rgb: 31, 31, 79;
|
|
21968
21968
|
--bs-link-decoration: underline;
|
|
21969
21969
|
--bs-link-hover-color: rgb(24.8, 24.8, 63.2);
|
|
21970
21970
|
--bs-link-hover-color-rgb: 25, 25, 63;
|
|
21971
21971
|
--bs-code-color: #d63384;
|
|
21972
|
-
--bs-highlight-color: rgb(
|
|
21972
|
+
--bs-highlight-color: rgb(13.8, 14.3, 15.2);
|
|
21973
21973
|
--bs-highlight-bg: rgb(255, 242.6, 205.4);
|
|
21974
21974
|
--bs-border-width: 2px;
|
|
21975
21975
|
--bs-border-style: solid;
|
|
21976
|
-
--bs-border-color: rgb(
|
|
21976
|
+
--bs-border-color: rgb(161.4, 165.4, 172.6);
|
|
21977
21977
|
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
|
21978
21978
|
--bs-border-radius: 0.5rem;
|
|
21979
21979
|
--bs-border-radius-sm: 0.375rem;
|
|
@@ -21997,53 +21997,53 @@
|
|
|
21997
21997
|
|
|
21998
21998
|
[data-bs-theme=dark] {
|
|
21999
21999
|
color-scheme: dark;
|
|
22000
|
-
--bs-body-color: rgb(
|
|
22001
|
-
--bs-body-color-rgb:
|
|
22002
|
-
--bs-body-bg: rgb(
|
|
22003
|
-
--bs-body-bg-rgb:
|
|
22000
|
+
--bs-body-color: rgb(184.8, 187.8, 193.2);
|
|
22001
|
+
--bs-body-color-rgb: 185, 188, 193;
|
|
22002
|
+
--bs-body-bg: rgb(27.6, 28.6, 30.4);
|
|
22003
|
+
--bs-body-bg-rgb: 28, 29, 30;
|
|
22004
22004
|
--bs-emphasis-color: #fff;
|
|
22005
22005
|
--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:
|
|
22006
|
+
--bs-secondary-color: rgba(184.8, 187.8, 193.2, 0.75);
|
|
22007
|
+
--bs-secondary-color-rgb: 185, 188, 193;
|
|
22008
|
+
--bs-secondary-bg: rgb(55.2, 57.2, 60.8);
|
|
22009
|
+
--bs-secondary-bg-rgb: 55, 57, 61;
|
|
22010
|
+
--bs-tertiary-color: rgba(184.8, 187.8, 193.2, 0.5);
|
|
22011
|
+
--bs-tertiary-color-rgb: 185, 188, 193;
|
|
22012
|
+
--bs-tertiary-bg: rgb(41.4, 42.9, 45.6);
|
|
22013
|
+
--bs-tertiary-bg-rgb: 41, 43, 46;
|
|
22014
22014
|
--bs-primary-text-emphasis: rgb(120.6, 120.6, 149.4);
|
|
22015
22015
|
--bs-secondary-text-emphasis: rgb(252.6, 225, 116.4);
|
|
22016
22016
|
--bs-success-text-emphasis: rgb(107.4, 224.4, 185.4);
|
|
22017
22017
|
--bs-info-text-emphasis: rgb(109.8, 223.2, 246);
|
|
22018
22018
|
--bs-warning-text-emphasis: rgb(255, 165.6, 117.6);
|
|
22019
22019
|
--bs-danger-text-emphasis: rgb(238.8, 124.8, 139.2);
|
|
22020
|
-
--bs-light-text-emphasis: rgb(
|
|
22021
|
-
--bs-dark-text-emphasis: rgb(
|
|
22020
|
+
--bs-light-text-emphasis: rgb(231.6, 232.6, 234.4);
|
|
22021
|
+
--bs-dark-text-emphasis: rgb(184.8, 187.8, 193.2);
|
|
22022
22022
|
--bs-primary-bg-subtle: rgb(6.2, 6.2, 15.8);
|
|
22023
22023
|
--bs-secondary-bg-subtle: rgb(50.2, 41, 4.8);
|
|
22024
22024
|
--bs-success-bg-subtle: rgb(1.8, 40.8, 27.8);
|
|
22025
22025
|
--bs-info-bg-subtle: rgb(2.6, 40.4, 48);
|
|
22026
22026
|
--bs-warning-bg-subtle: rgb(51, 21.2, 5.2);
|
|
22027
22027
|
--bs-danger-bg-subtle: rgb(45.6, 7.6, 12.4);
|
|
22028
|
-
--bs-light-bg-subtle: rgb(
|
|
22029
|
-
--bs-dark-bg-subtle: rgb(
|
|
22028
|
+
--bs-light-bg-subtle: rgb(55.2, 57.2, 60.8);
|
|
22029
|
+
--bs-dark-bg-subtle: rgb(27.6, 28.6, 30.4);
|
|
22030
22030
|
--bs-primary-border-subtle: rgb(18.6, 18.6, 47.4);
|
|
22031
22031
|
--bs-secondary-border-subtle: rgb(150.6, 123, 14.4);
|
|
22032
22032
|
--bs-success-border-subtle: rgb(5.4, 122.4, 83.4);
|
|
22033
22033
|
--bs-info-border-subtle: rgb(7.8, 121.2, 144);
|
|
22034
22034
|
--bs-warning-border-subtle: rgb(153, 63.6, 15.6);
|
|
22035
22035
|
--bs-danger-border-subtle: rgb(136.8, 22.8, 37.2);
|
|
22036
|
-
--bs-light-border-subtle: rgb(
|
|
22037
|
-
--bs-dark-border-subtle: rgb(
|
|
22036
|
+
--bs-light-border-subtle: rgb(82.8, 85.8, 91.2);
|
|
22037
|
+
--bs-dark-border-subtle: rgb(55.2, 57.2, 60.8);
|
|
22038
22038
|
--bs-heading-color: inherit;
|
|
22039
22039
|
--bs-link-color: rgb(120.6, 120.6, 149.4);
|
|
22040
22040
|
--bs-link-hover-color: rgb(147.48, 147.48, 170.52);
|
|
22041
22041
|
--bs-link-color-rgb: 121, 121, 149;
|
|
22042
22042
|
--bs-link-hover-color-rgb: 147, 147, 171;
|
|
22043
22043
|
--bs-code-color: rgb(230.4, 132.6, 181.2);
|
|
22044
|
-
--bs-highlight-color: rgb(
|
|
22044
|
+
--bs-highlight-color: rgb(184.8, 187.8, 193.2);
|
|
22045
22045
|
--bs-highlight-bg: rgb(102, 77.2, 2.8);
|
|
22046
|
-
--bs-border-color: rgb(
|
|
22046
|
+
--bs-border-color: rgb(82.8, 85.8, 91.2);
|
|
22047
22047
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
22048
22048
|
--bs-form-valid-color: rgb(107.4, 224.4, 185.4);
|
|
22049
22049
|
--bs-form-valid-border-color: rgb(107.4, 224.4, 185.4);
|
|
@@ -22574,7 +22574,7 @@ progress {
|
|
|
22574
22574
|
margin-top: -1rem;
|
|
22575
22575
|
margin-bottom: 1rem;
|
|
22576
22576
|
font-size: 0.875em;
|
|
22577
|
-
color: rgb(
|
|
22577
|
+
color: rgb(110.4, 114.4, 121.6);
|
|
22578
22578
|
}
|
|
22579
22579
|
.blockquote-footer::before {
|
|
22580
22580
|
content: "— ";
|
|
@@ -24091,13 +24091,13 @@ progress {
|
|
|
24091
24091
|
|
|
24092
24092
|
.table-dark {
|
|
24093
24093
|
--bs-table-color: #fff;
|
|
24094
|
-
--bs-table-bg: rgb(
|
|
24095
|
-
--bs-table-border-color: rgb(
|
|
24096
|
-
--bs-table-striped-bg: rgb(
|
|
24094
|
+
--bs-table-bg: rgb(27.6, 28.6, 30.4);
|
|
24095
|
+
--bs-table-border-color: rgb(73.08, 73.88, 75.32);
|
|
24096
|
+
--bs-table-striped-bg: rgb(38.97, 39.92, 41.63);
|
|
24097
24097
|
--bs-table-striped-color: #fff;
|
|
24098
|
-
--bs-table-active-bg: rgb(
|
|
24098
|
+
--bs-table-active-bg: rgb(50.34, 51.24, 52.86);
|
|
24099
24099
|
--bs-table-active-color: #fff;
|
|
24100
|
-
--bs-table-hover-bg: rgb(
|
|
24100
|
+
--bs-table-hover-bg: rgb(44.655, 45.58, 47.245);
|
|
24101
24101
|
--bs-table-hover-color: #fff;
|
|
24102
24102
|
color: var(--bs-table-color);
|
|
24103
24103
|
border-color: var(--bs-table-border-color);
|
|
@@ -24187,7 +24187,7 @@ progress {
|
|
|
24187
24187
|
appearance: none;
|
|
24188
24188
|
background-color: var(--bs-body-bg);
|
|
24189
24189
|
background-clip: padding-box;
|
|
24190
|
-
border: 0.125rem solid rgb(
|
|
24190
|
+
border: 0.125rem solid rgb(110.4, 114.4, 121.6);
|
|
24191
24191
|
border-radius: var(--bs-border-radius-xs);
|
|
24192
24192
|
box-shadow: var(--bs-box-shadow-inset);
|
|
24193
24193
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -24220,11 +24220,11 @@ progress {
|
|
|
24220
24220
|
padding: 0;
|
|
24221
24221
|
}
|
|
24222
24222
|
.form-control::-moz-placeholder {
|
|
24223
|
-
color: rgb(
|
|
24223
|
+
color: rgb(110.4, 114.4, 121.6);
|
|
24224
24224
|
opacity: 1;
|
|
24225
24225
|
}
|
|
24226
24226
|
.form-control::placeholder {
|
|
24227
|
-
color: rgb(
|
|
24227
|
+
color: rgb(110.4, 114.4, 121.6);
|
|
24228
24228
|
opacity: 1;
|
|
24229
24229
|
}
|
|
24230
24230
|
.form-control:disabled {
|
|
@@ -24331,7 +24331,7 @@ textarea.form-control-lg {
|
|
|
24331
24331
|
}
|
|
24332
24332
|
|
|
24333
24333
|
.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%
|
|
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%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
24335
|
display: block;
|
|
24336
24336
|
width: 100%;
|
|
24337
24337
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
|
@@ -24347,7 +24347,7 @@ textarea.form-control-lg {
|
|
|
24347
24347
|
background-repeat: no-repeat;
|
|
24348
24348
|
background-position: right 0.75rem center;
|
|
24349
24349
|
background-size: 16px 12px;
|
|
24350
|
-
border: 0.125rem solid rgb(
|
|
24350
|
+
border: 0.125rem solid rgb(110.4, 114.4, 121.6);
|
|
24351
24351
|
border-radius: var(--bs-border-radius-xs);
|
|
24352
24352
|
box-shadow: var(--bs-box-shadow-inset);
|
|
24353
24353
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -24391,7 +24391,7 @@ textarea.form-control-lg {
|
|
|
24391
24391
|
}
|
|
24392
24392
|
|
|
24393
24393
|
[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%
|
|
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%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
24395
|
}
|
|
24396
24396
|
|
|
24397
24397
|
.form-check {
|
|
@@ -24529,7 +24529,7 @@ textarea.form-control-lg {
|
|
|
24529
24529
|
|
|
24530
24530
|
.form-range {
|
|
24531
24531
|
width: 100%;
|
|
24532
|
-
height: 1.
|
|
24532
|
+
height: 1.75rem;
|
|
24533
24533
|
padding: 0;
|
|
24534
24534
|
-webkit-appearance: none;
|
|
24535
24535
|
-moz-appearance: none;
|
|
@@ -24549,9 +24549,9 @@ textarea.form-control-lg {
|
|
|
24549
24549
|
border: 0;
|
|
24550
24550
|
}
|
|
24551
24551
|
.form-range::-webkit-slider-thumb {
|
|
24552
|
-
width:
|
|
24553
|
-
height:
|
|
24554
|
-
margin-top: -0.
|
|
24552
|
+
width: 1.25rem;
|
|
24553
|
+
height: 1.25rem;
|
|
24554
|
+
margin-top: -0.375rem;
|
|
24555
24555
|
-webkit-appearance: none;
|
|
24556
24556
|
appearance: none;
|
|
24557
24557
|
background-color: #02f;
|
|
@@ -24581,8 +24581,8 @@ textarea.form-control-lg {
|
|
|
24581
24581
|
box-shadow: var(--bs-box-shadow-inset);
|
|
24582
24582
|
}
|
|
24583
24583
|
.form-range::-moz-range-thumb {
|
|
24584
|
-
width:
|
|
24585
|
-
height:
|
|
24584
|
+
width: 1.25rem;
|
|
24585
|
+
height: 1.25rem;
|
|
24586
24586
|
-moz-appearance: none;
|
|
24587
24587
|
appearance: none;
|
|
24588
24588
|
background-color: #02f;
|
|
@@ -24724,7 +24724,7 @@ textarea.form-control-lg {
|
|
|
24724
24724
|
}
|
|
24725
24725
|
.form-floating > :disabled ~ label,
|
|
24726
24726
|
.form-floating > .form-control:disabled ~ label {
|
|
24727
|
-
color: rgb(
|
|
24727
|
+
color: rgb(110.4, 114.4, 121.6);
|
|
24728
24728
|
}
|
|
24729
24729
|
|
|
24730
24730
|
.input-group {
|
|
@@ -24766,7 +24766,7 @@ textarea.form-control-lg {
|
|
|
24766
24766
|
text-align: center;
|
|
24767
24767
|
white-space: nowrap;
|
|
24768
24768
|
background-color: var(--bs-tertiary-bg);
|
|
24769
|
-
border: 0.125rem solid rgb(
|
|
24769
|
+
border: 0.125rem solid rgb(110.4, 114.4, 121.6);
|
|
24770
24770
|
border-radius: var(--bs-border-radius-xs);
|
|
24771
24771
|
}
|
|
24772
24772
|
|
|
@@ -25163,19 +25163,19 @@ textarea.form-control-lg {
|
|
|
25163
25163
|
|
|
25164
25164
|
.btn-dark {
|
|
25165
25165
|
--bs-btn-color: #fff;
|
|
25166
|
-
--bs-btn-bg: rgb(
|
|
25167
|
-
--bs-btn-border-color: rgb(
|
|
25166
|
+
--bs-btn-bg: rgb(27.6, 28.6, 30.4);
|
|
25167
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
25168
25168
|
--bs-btn-hover-color: #fff;
|
|
25169
|
-
--bs-btn-hover-bg: rgb(
|
|
25170
|
-
--bs-btn-hover-border-color: rgb(
|
|
25171
|
-
--bs-btn-focus-shadow-rgb:
|
|
25169
|
+
--bs-btn-hover-bg: rgb(50.34, 51.24, 52.86);
|
|
25170
|
+
--bs-btn-hover-border-color: rgb(50.34, 51.24, 52.86);
|
|
25171
|
+
--bs-btn-focus-shadow-rgb: 62, 63, 64;
|
|
25172
25172
|
--bs-btn-active-color: #fff;
|
|
25173
|
-
--bs-btn-active-bg: rgb(
|
|
25174
|
-
--bs-btn-active-border-color: rgb(
|
|
25173
|
+
--bs-btn-active-bg: rgb(73.08, 73.88, 75.32);
|
|
25174
|
+
--bs-btn-active-border-color: rgb(50.34, 51.24, 52.86);
|
|
25175
25175
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
25176
25176
|
--bs-btn-disabled-color: #fff;
|
|
25177
|
-
--bs-btn-disabled-bg: rgb(
|
|
25178
|
-
--bs-btn-disabled-border-color: rgb(
|
|
25177
|
+
--bs-btn-disabled-bg: rgb(27.6, 28.6, 30.4);
|
|
25178
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
25179
25179
|
}
|
|
25180
25180
|
|
|
25181
25181
|
.btn-outline-primary {
|
|
@@ -25298,19 +25298,19 @@ textarea.form-control-lg {
|
|
|
25298
25298
|
}
|
|
25299
25299
|
|
|
25300
25300
|
.btn-outline-dark {
|
|
25301
|
-
--bs-btn-color: rgb(
|
|
25302
|
-
--bs-btn-border-color: rgb(
|
|
25301
|
+
--bs-btn-color: rgb(27.6, 28.6, 30.4);
|
|
25302
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
25303
25303
|
--bs-btn-hover-color: #fff;
|
|
25304
|
-
--bs-btn-hover-bg: rgb(
|
|
25305
|
-
--bs-btn-hover-border-color: rgb(
|
|
25306
|
-
--bs-btn-focus-shadow-rgb:
|
|
25304
|
+
--bs-btn-hover-bg: rgb(27.6, 28.6, 30.4);
|
|
25305
|
+
--bs-btn-hover-border-color: rgb(27.6, 28.6, 30.4);
|
|
25306
|
+
--bs-btn-focus-shadow-rgb: 28, 29, 30;
|
|
25307
25307
|
--bs-btn-active-color: #fff;
|
|
25308
|
-
--bs-btn-active-bg: rgb(
|
|
25309
|
-
--bs-btn-active-border-color: rgb(
|
|
25308
|
+
--bs-btn-active-bg: rgb(27.6, 28.6, 30.4);
|
|
25309
|
+
--bs-btn-active-border-color: rgb(27.6, 28.6, 30.4);
|
|
25310
25310
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
25311
|
-
--bs-btn-disabled-color: rgb(
|
|
25311
|
+
--bs-btn-disabled-color: rgb(27.6, 28.6, 30.4);
|
|
25312
25312
|
--bs-btn-disabled-bg: transparent;
|
|
25313
|
-
--bs-btn-disabled-border-color: rgb(
|
|
25313
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
25314
25314
|
--bs-gradient: none;
|
|
25315
25315
|
}
|
|
25316
25316
|
|
|
@@ -25323,7 +25323,7 @@ textarea.form-control-lg {
|
|
|
25323
25323
|
--bs-btn-hover-border-color: transparent;
|
|
25324
25324
|
--bs-btn-active-color: var(--bs-link-hover-color);
|
|
25325
25325
|
--bs-btn-active-border-color: transparent;
|
|
25326
|
-
--bs-btn-disabled-color: rgb(
|
|
25326
|
+
--bs-btn-disabled-color: rgb(110.4, 114.4, 121.6);
|
|
25327
25327
|
--bs-btn-disabled-border-color: transparent;
|
|
25328
25328
|
--bs-btn-box-shadow: 0 0 0 #000;
|
|
25329
25329
|
--bs-btn-focus-shadow-rgb: 65, 65, 105;
|
|
@@ -25437,7 +25437,7 @@ textarea.form-control-lg {
|
|
|
25437
25437
|
--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
|
|
25438
25438
|
--bs-dropdown-item-padding-x: 1rem;
|
|
25439
25439
|
--bs-dropdown-item-padding-y: 0.25rem;
|
|
25440
|
-
--bs-dropdown-header-color: rgb(
|
|
25440
|
+
--bs-dropdown-header-color: rgb(110.4, 114.4, 121.6);
|
|
25441
25441
|
--bs-dropdown-header-padding-x: 1rem;
|
|
25442
25442
|
--bs-dropdown-header-padding-y: 0.5rem;
|
|
25443
25443
|
position: absolute;
|
|
@@ -25707,18 +25707,18 @@ textarea.form-control-lg {
|
|
|
25707
25707
|
}
|
|
25708
25708
|
|
|
25709
25709
|
.dropdown-menu-dark {
|
|
25710
|
-
--bs-dropdown-color: rgb(
|
|
25711
|
-
--bs-dropdown-bg: rgb(
|
|
25710
|
+
--bs-dropdown-color: rgb(184.8, 187.8, 193.2);
|
|
25711
|
+
--bs-dropdown-bg: rgb(55.2, 57.2, 60.8);
|
|
25712
25712
|
--bs-dropdown-border-color: var(--bs-border-color-translucent);
|
|
25713
25713
|
--bs-dropdown-box-shadow: ;
|
|
25714
|
-
--bs-dropdown-link-color: rgb(
|
|
25714
|
+
--bs-dropdown-link-color: rgb(184.8, 187.8, 193.2);
|
|
25715
25715
|
--bs-dropdown-link-hover-color: #fff;
|
|
25716
25716
|
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
|
|
25717
25717
|
--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
|
|
25718
25718
|
--bs-dropdown-link-active-color: #fff;
|
|
25719
25719
|
--bs-dropdown-link-active-bg: #02f;
|
|
25720
|
-
--bs-dropdown-link-disabled-color: #
|
|
25721
|
-
--bs-dropdown-header-color: #
|
|
25720
|
+
--bs-dropdown-link-disabled-color: #8a8f98;
|
|
25721
|
+
--bs-dropdown-header-color: #8a8f98;
|
|
25722
25722
|
}
|
|
25723
25723
|
|
|
25724
25724
|
.btn-group,
|
|
@@ -25980,7 +25980,7 @@ textarea.form-control-lg {
|
|
|
25980
25980
|
--bs-navbar-toggler-padding-y: 0.25rem;
|
|
25981
25981
|
--bs-navbar-toggler-padding-x: 0.75rem;
|
|
25982
25982
|
--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%
|
|
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%2813.8, 14.3, 15.2, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
|
25984
25984
|
--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
|
|
25985
25985
|
--bs-navbar-toggler-border-radius: var(--bs-border-radius);
|
|
25986
25986
|
--bs-navbar-toggler-focus-width: 0.25rem;
|
|
@@ -26647,7 +26647,7 @@ textarea.form-control-lg {
|
|
|
26647
26647
|
--bs-accordion-btn-padding-y: 1rem;
|
|
26648
26648
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
26649
26649
|
--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%
|
|
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%2813.8, 14.3, 15.2%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
26651
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
26652
26652
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
26653
26653
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
@@ -26808,18 +26808,18 @@ textarea.form-control-lg {
|
|
|
26808
26808
|
--bs-pagination-padding-x: 1.25rem;
|
|
26809
26809
|
--bs-pagination-padding-y: 0.75rem;
|
|
26810
26810
|
--bs-pagination-font-size: 1rem;
|
|
26811
|
-
--bs-pagination-color: rgb(
|
|
26811
|
+
--bs-pagination-color: rgb(13.8, 14.3, 15.2);
|
|
26812
26812
|
--bs-pagination-bg: rgb(242.25, 243.95, 255);
|
|
26813
26813
|
--bs-pagination-border-width: 0;
|
|
26814
26814
|
--bs-pagination-border-color: var(--bs-border-color);
|
|
26815
26815
|
--bs-pagination-border-radius: var(--bs-border-radius-xs);
|
|
26816
|
-
--bs-pagination-hover-color: rgb(
|
|
26816
|
+
--bs-pagination-hover-color: rgb(13.8, 14.3, 15.2);
|
|
26817
26817
|
--bs-pagination-hover-bg: var(--bs-secondary);
|
|
26818
26818
|
--bs-pagination-hover-border-color: var(--bs-border-color);
|
|
26819
26819
|
--bs-pagination-focus-color: var(--bs-link-hover-color);
|
|
26820
26820
|
--bs-pagination-focus-bg: var(--bs-secondary-bg);
|
|
26821
26821
|
--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
|
|
26822
|
-
--bs-pagination-active-color: rgb(
|
|
26822
|
+
--bs-pagination-active-color: rgb(13.8, 14.3, 15.2);
|
|
26823
26823
|
--bs-pagination-active-bg: var(--bs-secondary);
|
|
26824
26824
|
--bs-pagination-active-border-color: #02f;
|
|
26825
26825
|
--bs-pagination-disabled-color: var(--bs-secondary-color);
|
|
@@ -27998,7 +27998,7 @@ textarea.form-control-lg {
|
|
|
27998
27998
|
--bs-popover-header-padding-x: 1rem;
|
|
27999
27999
|
--bs-popover-header-padding-y: 0.5rem;
|
|
28000
28000
|
--bs-popover-header-font-size: 1rem;
|
|
28001
|
-
--bs-popover-header-color: rgb(
|
|
28001
|
+
--bs-popover-header-color: rgb(27.6, 28.6, 30.4);
|
|
28002
28002
|
--bs-popover-header-bg: var(--bs-secondary-bg);
|
|
28003
28003
|
--bs-popover-body-padding-x: 1rem;
|
|
28004
28004
|
--bs-popover-body-padding-y: 1rem;
|
|
@@ -29158,8 +29158,8 @@ textarea.form-control-lg {
|
|
|
29158
29158
|
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
29159
29159
|
}
|
|
29160
29160
|
.link-dark:hover, .link-dark:focus {
|
|
29161
|
-
color: RGBA(
|
|
29162
|
-
text-decoration-color: RGBA(
|
|
29161
|
+
color: RGBA(22, 23, 24, var(--bs-link-opacity, 1)) !important;
|
|
29162
|
+
text-decoration-color: RGBA(22, 23, 24, var(--bs-link-underline-opacity, 1)) !important;
|
|
29163
29163
|
}
|
|
29164
29164
|
|
|
29165
29165
|
.link-body-emphasis {
|
|
@@ -31148,62 +31148,62 @@ textarea.form-control-lg {
|
|
|
31148
31148
|
|
|
31149
31149
|
.text-25 {
|
|
31150
31150
|
--bs-text-opacity: 1;
|
|
31151
|
-
color: rgb(
|
|
31151
|
+
color: rgb(249.15, 249.4, 249.85) !important;
|
|
31152
31152
|
}
|
|
31153
31153
|
|
|
31154
31154
|
.text-50 {
|
|
31155
31155
|
--bs-text-opacity: 1;
|
|
31156
|
-
color: rgb(
|
|
31156
|
+
color: rgb(243.3, 243.8, 244.7) !important;
|
|
31157
31157
|
}
|
|
31158
31158
|
|
|
31159
31159
|
.text-100 {
|
|
31160
31160
|
--bs-text-opacity: 1;
|
|
31161
|
-
color: rgb(
|
|
31161
|
+
color: rgb(231.6, 232.6, 234.4) !important;
|
|
31162
31162
|
}
|
|
31163
31163
|
|
|
31164
31164
|
.text-200 {
|
|
31165
31165
|
--bs-text-opacity: 1;
|
|
31166
|
-
color: rgb(
|
|
31166
|
+
color: rgb(208.2, 210.2, 213.8) !important;
|
|
31167
31167
|
}
|
|
31168
31168
|
|
|
31169
31169
|
.text-300 {
|
|
31170
31170
|
--bs-text-opacity: 1;
|
|
31171
|
-
color: rgb(
|
|
31171
|
+
color: rgb(184.8, 187.8, 193.2) !important;
|
|
31172
31172
|
}
|
|
31173
31173
|
|
|
31174
31174
|
.text-400 {
|
|
31175
31175
|
--bs-text-opacity: 1;
|
|
31176
|
-
color: rgb(
|
|
31176
|
+
color: rgb(161.4, 165.4, 172.6) !important;
|
|
31177
31177
|
}
|
|
31178
31178
|
|
|
31179
31179
|
.text-500 {
|
|
31180
31180
|
--bs-text-opacity: 1;
|
|
31181
|
-
color: #
|
|
31181
|
+
color: #8a8f98 !important;
|
|
31182
31182
|
}
|
|
31183
31183
|
|
|
31184
31184
|
.text-600 {
|
|
31185
31185
|
--bs-text-opacity: 1;
|
|
31186
|
-
color: rgb(
|
|
31186
|
+
color: rgb(110.4, 114.4, 121.6) !important;
|
|
31187
31187
|
}
|
|
31188
31188
|
|
|
31189
31189
|
.text-700 {
|
|
31190
31190
|
--bs-text-opacity: 1;
|
|
31191
|
-
color: rgb(
|
|
31191
|
+
color: rgb(82.8, 85.8, 91.2) !important;
|
|
31192
31192
|
}
|
|
31193
31193
|
|
|
31194
31194
|
.text-800 {
|
|
31195
31195
|
--bs-text-opacity: 1;
|
|
31196
|
-
color: rgb(
|
|
31196
|
+
color: rgb(55.2, 57.2, 60.8) !important;
|
|
31197
31197
|
}
|
|
31198
31198
|
|
|
31199
31199
|
.text-900 {
|
|
31200
31200
|
--bs-text-opacity: 1;
|
|
31201
|
-
color: rgb(
|
|
31201
|
+
color: rgb(27.6, 28.6, 30.4) !important;
|
|
31202
31202
|
}
|
|
31203
31203
|
|
|
31204
31204
|
.text-950 {
|
|
31205
31205
|
--bs-text-opacity: 1;
|
|
31206
|
-
color: rgb(
|
|
31206
|
+
color: rgb(13.8, 14.3, 15.2) !important;
|
|
31207
31207
|
}
|
|
31208
31208
|
|
|
31209
31209
|
.text-success-25 {
|
|
@@ -31963,62 +31963,62 @@ textarea.form-control-lg {
|
|
|
31963
31963
|
|
|
31964
31964
|
.bg-25 {
|
|
31965
31965
|
--bs-bg-opacity: 1;
|
|
31966
|
-
background-color: rgb(
|
|
31966
|
+
background-color: rgb(249.15, 249.4, 249.85) !important;
|
|
31967
31967
|
}
|
|
31968
31968
|
|
|
31969
31969
|
.bg-50 {
|
|
31970
31970
|
--bs-bg-opacity: 1;
|
|
31971
|
-
background-color: rgb(
|
|
31971
|
+
background-color: rgb(243.3, 243.8, 244.7) !important;
|
|
31972
31972
|
}
|
|
31973
31973
|
|
|
31974
31974
|
.bg-100 {
|
|
31975
31975
|
--bs-bg-opacity: 1;
|
|
31976
|
-
background-color: rgb(
|
|
31976
|
+
background-color: rgb(231.6, 232.6, 234.4) !important;
|
|
31977
31977
|
}
|
|
31978
31978
|
|
|
31979
31979
|
.bg-200 {
|
|
31980
31980
|
--bs-bg-opacity: 1;
|
|
31981
|
-
background-color: rgb(
|
|
31981
|
+
background-color: rgb(208.2, 210.2, 213.8) !important;
|
|
31982
31982
|
}
|
|
31983
31983
|
|
|
31984
31984
|
.bg-300 {
|
|
31985
31985
|
--bs-bg-opacity: 1;
|
|
31986
|
-
background-color: rgb(
|
|
31986
|
+
background-color: rgb(184.8, 187.8, 193.2) !important;
|
|
31987
31987
|
}
|
|
31988
31988
|
|
|
31989
31989
|
.bg-400 {
|
|
31990
31990
|
--bs-bg-opacity: 1;
|
|
31991
|
-
background-color: rgb(
|
|
31991
|
+
background-color: rgb(161.4, 165.4, 172.6) !important;
|
|
31992
31992
|
}
|
|
31993
31993
|
|
|
31994
31994
|
.bg-500 {
|
|
31995
31995
|
--bs-bg-opacity: 1;
|
|
31996
|
-
background-color: #
|
|
31996
|
+
background-color: #8a8f98 !important;
|
|
31997
31997
|
}
|
|
31998
31998
|
|
|
31999
31999
|
.bg-600 {
|
|
32000
32000
|
--bs-bg-opacity: 1;
|
|
32001
|
-
background-color: rgb(
|
|
32001
|
+
background-color: rgb(110.4, 114.4, 121.6) !important;
|
|
32002
32002
|
}
|
|
32003
32003
|
|
|
32004
32004
|
.bg-700 {
|
|
32005
32005
|
--bs-bg-opacity: 1;
|
|
32006
|
-
background-color: rgb(
|
|
32006
|
+
background-color: rgb(82.8, 85.8, 91.2) !important;
|
|
32007
32007
|
}
|
|
32008
32008
|
|
|
32009
32009
|
.bg-800 {
|
|
32010
32010
|
--bs-bg-opacity: 1;
|
|
32011
|
-
background-color: rgb(
|
|
32011
|
+
background-color: rgb(55.2, 57.2, 60.8) !important;
|
|
32012
32012
|
}
|
|
32013
32013
|
|
|
32014
32014
|
.bg-900 {
|
|
32015
32015
|
--bs-bg-opacity: 1;
|
|
32016
|
-
background-color: rgb(
|
|
32016
|
+
background-color: rgb(27.6, 28.6, 30.4) !important;
|
|
32017
32017
|
}
|
|
32018
32018
|
|
|
32019
32019
|
.bg-950 {
|
|
32020
32020
|
--bs-bg-opacity: 1;
|
|
32021
|
-
background-color: rgb(
|
|
32021
|
+
background-color: rgb(13.8, 14.3, 15.2) !important;
|
|
32022
32022
|
}
|
|
32023
32023
|
|
|
32024
32024
|
.bg-success-25 {
|
|
@@ -35959,7 +35959,7 @@ textarea.form-control-lg {
|
|
|
35959
35959
|
--bs-btn-active-bg: rgb(252.6, 225, 116.4);
|
|
35960
35960
|
--bs-btn-active-border-color: rgb(252.6, 225, 116.4);
|
|
35961
35961
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
35962
|
-
--bs-btn-disabled-color: rgb(
|
|
35962
|
+
--bs-btn-disabled-color: rgb(13.8, 14.3, 15.2);
|
|
35963
35963
|
--bs-btn-disabled-bg: #fbcd18;
|
|
35964
35964
|
--bs-btn-disabled-border-color: #fbcd18;
|
|
35965
35965
|
}
|
|
@@ -36068,17 +36068,17 @@ textarea.form-control-lg {
|
|
|
36068
36068
|
}
|
|
36069
36069
|
|
|
36070
36070
|
.btn-link-action {
|
|
36071
|
-
--bs-btn-color: rgb(
|
|
36071
|
+
--bs-btn-color: rgb(13.8, 14.3, 15.2);
|
|
36072
36072
|
--bs-btn-bg: transparent;
|
|
36073
36073
|
--bs-btn-border-color: transparent;
|
|
36074
|
-
--bs-btn-hover-color: rgb(
|
|
36074
|
+
--bs-btn-hover-color: rgb(13.8, 14.3, 15.2);
|
|
36075
36075
|
--bs-btn-hover-bg: rgb(229.5, 232.9, 255);
|
|
36076
36076
|
--bs-btn-hover-border-color: transparent;
|
|
36077
36077
|
--bs-btn-active-bg: rgb(0, 20.4, 153);
|
|
36078
36078
|
--bs-btn-active-color: #fff;
|
|
36079
36079
|
--bs-btn-active-border-color: transparent;
|
|
36080
36080
|
--bs-btn-disabled-bg: transparent;
|
|
36081
|
-
--bs-btn-disabled-color: rgb(
|
|
36081
|
+
--bs-btn-disabled-color: rgb(184.8, 187.8, 193.2);
|
|
36082
36082
|
--bs-btn-disabled-border-color: transparent;
|
|
36083
36083
|
--bs-btn-focus-shadow-rgb: 65, 65, 105;
|
|
36084
36084
|
text-decoration: none;
|
|
@@ -36326,19 +36326,19 @@ textarea.form-control-lg {
|
|
|
36326
36326
|
|
|
36327
36327
|
.btn-dark {
|
|
36328
36328
|
--bs-btn-color: #fff;
|
|
36329
|
-
--bs-btn-bg: rgb(
|
|
36330
|
-
--bs-btn-border-color: rgb(
|
|
36329
|
+
--bs-btn-bg: rgb(27.6, 28.6, 30.4);
|
|
36330
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
36331
36331
|
--bs-btn-hover-color: #fff;
|
|
36332
|
-
--bs-btn-hover-bg: rgb(
|
|
36333
|
-
--bs-btn-hover-border-color: rgb(
|
|
36334
|
-
--bs-btn-focus-shadow-rgb:
|
|
36332
|
+
--bs-btn-hover-bg: rgb(22.08, 22.88, 24.32);
|
|
36333
|
+
--bs-btn-hover-border-color: rgb(22.08, 22.88, 24.32);
|
|
36334
|
+
--bs-btn-focus-shadow-rgb: 62, 63, 64;
|
|
36335
36335
|
--bs-btn-active-color: #fff;
|
|
36336
|
-
--bs-btn-active-bg: rgb(
|
|
36337
|
-
--bs-btn-active-border-color: rgb(
|
|
36336
|
+
--bs-btn-active-bg: rgb(16.56, 17.16, 18.24);
|
|
36337
|
+
--bs-btn-active-border-color: rgb(16.56, 17.16, 18.24);
|
|
36338
36338
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
36339
36339
|
--bs-btn-disabled-color: #fff;
|
|
36340
|
-
--bs-btn-disabled-bg: rgb(
|
|
36341
|
-
--bs-btn-disabled-border-color: rgb(
|
|
36340
|
+
--bs-btn-disabled-bg: rgb(27.6, 28.6, 30.4);
|
|
36341
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
36342
36342
|
}
|
|
36343
36343
|
|
|
36344
36344
|
.btn-icon-dark {
|
|
@@ -36349,18 +36349,18 @@ textarea.form-control-lg {
|
|
|
36349
36349
|
--bs-btn-padding-x: 0.5rem;
|
|
36350
36350
|
--bs-btn-padding-y: 0.5rem;
|
|
36351
36351
|
--bs-btn-color: #fff;
|
|
36352
|
-
--bs-btn-bg: rgb(
|
|
36353
|
-
--bs-btn-border-color: rgb(
|
|
36352
|
+
--bs-btn-bg: rgb(27.6, 28.6, 30.4);
|
|
36353
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
36354
36354
|
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36355
36355
|
--bs-btn-hover-color: #fff;
|
|
36356
|
-
--bs-btn-hover-bg: rgb(
|
|
36357
|
-
--bs-btn-hover-border-color: rgb(
|
|
36356
|
+
--bs-btn-hover-bg: rgb(22.08, 22.88, 24.32);
|
|
36357
|
+
--bs-btn-hover-border-color: rgb(22.08, 22.88, 24.32);
|
|
36358
36358
|
--bs-btn-active-color: #fff;
|
|
36359
|
-
--bs-btn-active-bg: rgb(
|
|
36360
|
-
--bs-btn-active-border-color: rgb(
|
|
36361
|
-
--bs-btn-disabled-bg: rgb(
|
|
36359
|
+
--bs-btn-active-bg: rgb(16.56, 17.16, 18.24);
|
|
36360
|
+
--bs-btn-active-border-color: rgb(16.56, 17.16, 18.24);
|
|
36361
|
+
--bs-btn-disabled-bg: rgb(27.6, 28.6, 30.4);
|
|
36362
36362
|
--bs-btn-disabled-color: #fff;
|
|
36363
|
-
--bs-btn-disabled-border-color: rgb(
|
|
36363
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
36364
36364
|
}
|
|
36365
36365
|
|
|
36366
36366
|
.btn-icon-outline-dark {
|
|
@@ -36369,19 +36369,19 @@ textarea.form-control-lg {
|
|
|
36369
36369
|
line-height: 1;
|
|
36370
36370
|
--bs-btn-padding-x: 0.5rem;
|
|
36371
36371
|
--bs-btn-padding-y: 0.5rem;
|
|
36372
|
-
--bs-btn-color: rgb(
|
|
36372
|
+
--bs-btn-color: rgb(27.6, 28.6, 30.4);
|
|
36373
36373
|
--bs-btn-bg: transparent;
|
|
36374
|
-
--bs-btn-border-color: rgb(
|
|
36374
|
+
--bs-btn-border-color: rgb(27.6, 28.6, 30.4);
|
|
36375
36375
|
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36376
36376
|
--bs-btn-hover-color: #fff;
|
|
36377
|
-
--bs-btn-hover-bg: rgb(
|
|
36378
|
-
--bs-btn-hover-border-color: rgb(
|
|
36377
|
+
--bs-btn-hover-bg: rgb(27.6, 28.6, 30.4);
|
|
36378
|
+
--bs-btn-hover-border-color: rgb(27.6, 28.6, 30.4);
|
|
36379
36379
|
--bs-btn-active-color: #fff;
|
|
36380
|
-
--bs-btn-active-bg: rgb(
|
|
36381
|
-
--bs-btn-active-border-color: rgb(
|
|
36380
|
+
--bs-btn-active-bg: rgb(16.56, 17.16, 18.24);
|
|
36381
|
+
--bs-btn-active-border-color: rgb(16.56, 17.16, 18.24);
|
|
36382
36382
|
--bs-btn-disabled-bg: transparent;
|
|
36383
|
-
--bs-btn-disabled-color: rgb(
|
|
36384
|
-
--bs-btn-disabled-border-color: rgb(
|
|
36383
|
+
--bs-btn-disabled-color: rgb(27.6, 28.6, 30.4);
|
|
36384
|
+
--bs-btn-disabled-border-color: rgb(27.6, 28.6, 30.4);
|
|
36385
36385
|
}
|
|
36386
36386
|
|
|
36387
36387
|
[class*=btn-icon-].btn-sm, .btn-group-sm > [class*=btn-icon-].btn,
|
|
@@ -36427,12 +36427,12 @@ textarea.form-control-lg {
|
|
|
36427
36427
|
box-shadow: var(--bs-accordion-box-shadow);
|
|
36428
36428
|
}
|
|
36429
36429
|
.accordion-alt {
|
|
36430
|
-
--bs-accordion-alt-bg: rgb(
|
|
36431
|
-
--bs-accordion-alt-btn-bg: rgb(
|
|
36430
|
+
--bs-accordion-alt-bg: rgb(243.3, 243.8, 244.7);
|
|
36431
|
+
--bs-accordion-alt-btn-bg: rgb(243.3, 243.8, 244.7);
|
|
36432
36432
|
--bs-accordion-alt-border-radius: var(--bs-border-radius-lg);
|
|
36433
36433
|
--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%
|
|
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%2813.8, 14.3, 15.2%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");
|
|
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%2813.8, 14.3, 15.2%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
36436
|
--bs-accordion-alt-active-color: var(--bs-primary-text-emphasis);
|
|
36437
36437
|
box-shadow: none;
|
|
36438
36438
|
}
|
|
@@ -36623,7 +36623,7 @@ textarea.form-control-lg {
|
|
|
36623
36623
|
z-index: var(--bs-modal-close-zindex);
|
|
36624
36624
|
width: 2.1875rem;
|
|
36625
36625
|
height: 2.1875rem;
|
|
36626
|
-
text-shadow: 0 0 0.0625rem rgb(
|
|
36626
|
+
text-shadow: 0 0 0.0625rem rgb(161.4, 165.4, 172.6);
|
|
36627
36627
|
opacity: 0.97;
|
|
36628
36628
|
}
|
|
36629
36629
|
.modal-dialog-media .modal-header .btn-close::before, .modal-dialog-media .modal-header .btn-close::after {
|
|
@@ -36675,8 +36675,8 @@ textarea.form-control-lg {
|
|
|
36675
36675
|
}
|
|
36676
36676
|
.modal-dialog-content.modal-white {
|
|
36677
36677
|
--bs-modal-bg: #fff;
|
|
36678
|
-
--bs-modal-color: rgb(
|
|
36679
|
-
--bs-heading-color: rgb(
|
|
36678
|
+
--bs-modal-color: rgb(13.8, 14.3, 15.2);
|
|
36679
|
+
--bs-heading-color: rgb(27.6, 28.6, 30.4);
|
|
36680
36680
|
}
|
|
36681
36681
|
.modal-dialog-content .modal-header {
|
|
36682
36682
|
position: relative;
|
|
@@ -36689,7 +36689,7 @@ textarea.form-control-lg {
|
|
|
36689
36689
|
z-index: var(--bs-modal-close-zindex);
|
|
36690
36690
|
width: 2.1875rem;
|
|
36691
36691
|
height: 2.1875rem;
|
|
36692
|
-
text-shadow: 0 0 0.0625rem rgb(
|
|
36692
|
+
text-shadow: 0 0 0.0625rem rgb(161.4, 165.4, 172.6);
|
|
36693
36693
|
opacity: 0.97;
|
|
36694
36694
|
}
|
|
36695
36695
|
.modal-dialog-content .modal-header .btn-close::before, .modal-dialog-content .modal-header .btn-close::after {
|
|
@@ -36883,10 +36883,10 @@ textarea.form-control-lg {
|
|
|
36883
36883
|
}
|
|
36884
36884
|
|
|
36885
36885
|
.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%
|
|
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%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
36887
|
--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%
|
|
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%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");
|
|
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%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
36890
|
}
|
|
36891
36891
|
|
|
36892
36892
|
.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 +36944,7 @@ textarea.form-control-lg {
|
|
|
36944
36944
|
font-weight: 700;
|
|
36945
36945
|
text-align: left;
|
|
36946
36946
|
cursor: pointer;
|
|
36947
|
-
border: 0.125rem solid rgb(
|
|
36947
|
+
border: 0.125rem solid rgb(184.8, 187.8, 193.2);
|
|
36948
36948
|
border-radius: 0.375rem;
|
|
36949
36949
|
transition: all 0.15s ease-in-out;
|
|
36950
36950
|
padding: 1rem;
|
|
@@ -36970,7 +36970,7 @@ textarea.form-control-lg {
|
|
|
36970
36970
|
background-repeat: no-repeat;
|
|
36971
36971
|
background-position: center center;
|
|
36972
36972
|
background-size: 11px;
|
|
36973
|
-
border: 0.125rem solid rgb(
|
|
36973
|
+
border: 0.125rem solid rgb(161.4, 165.4, 172.6);
|
|
36974
36974
|
opacity: 0;
|
|
36975
36975
|
transform: scale(0);
|
|
36976
36976
|
border-radius: 50rem;
|