j1_template_mde 2018.4.24 → 2018.4.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_app.html +3 -3
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +8 -6
  4. data/_includes/themes/j1/layouts/content_generator_collection.html +7 -7
  5. data/_includes/themes/j1/layouts/content_generator_page.html +17 -6
  6. data/_includes/themes/j1/layouts/content_generator_post.html +8 -4
  7. data/_includes/themes/j1/layouts/content_generator_raw.html +3 -3
  8. data/_includes/themes/j1/layouts/layout_metadata_generator.html +7 -12
  9. data/_includes/themes/j1/layouts/layout_module_generator.html +3 -3
  10. data/_includes/themes/j1/layouts/layout_resource_generator.html +3 -3
  11. data/_includes/themes/j1/layouts/layout_shim_generator.html +2 -2
  12. data/_includes/themes/j1/layouts/layout_theme_generator.html +3 -3
  13. data/_includes/themes/j1/modules/connectors/comment/disqus.html +4 -4
  14. data/_includes/themes/j1/modules/footers/boxes/links_box.proc +4 -1
  15. data/_includes/themes/j1/modules/footers/boxes/news_box.proc +3 -3
  16. data/_includes/themes/j1/modules/footers/footer_light_generator.html +3 -3
  17. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +10 -10
  18. data/_layouts/blog_archive.html +1 -1
  19. data/_layouts/page.html +1 -1
  20. data/_layouts/post.html +2 -2
  21. data/lib/j1/version.rb +1 -1
  22. data/lib/j1_app.rb +2 -2
  23. data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -4
  24. data/lib/j1_app/j1_auth_manager/config.rb +5 -5
  25. data/lib/j1_app/j1_auth_manager/helpers.rb +1 -1
  26. data/lib/starter_web/Gemfile +4 -2
  27. data/lib/starter_web/_config.yml +47 -21
  28. data/lib/starter_web/_config.yml.kapott +1064 -0
  29. data/lib/starter_web/_data/j1_resources.yml +18 -1
  30. data/lib/starter_web/_data/layouts/page.yml +10 -0
  31. data/lib/starter_web/_data/modules/j1_footer.yml +6 -7
  32. data/lib/starter_web/_data/modules/j1_header.yml +4 -2
  33. data/lib/starter_web/_data/modules/j1_jekyll_search.yml +1 -1
  34. data/lib/starter_web/assets/data/_panel.html +597 -0
  35. data/lib/starter_web/assets/data/panel.html +15 -15
  36. data/lib/starter_web/assets/data/{search.json → search.yml} +21 -23
  37. data/lib/starter_web/assets/themes/j1/core/css/bootstrap.css +328 -229
  38. data/lib/starter_web/assets/themes/j1/core/css/bootstrap.min.css +4 -4
  39. data/lib/starter_web/assets/themes/j1/core/css/uno.css +31 -2
  40. data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
  41. data/lib/starter_web/assets/themes/j1/core/css/vendor.css +403 -293
  42. data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +4 -5
  43. data/lib/starter_web/assets/themes/j1/core/js/adapter/master_header.js +23 -21
  44. data/lib/starter_web/assets/themes/j1/core/js/adapter/toccer.js +23 -43
  45. data/lib/starter_web/assets/themes/j1/core/js/adapter/toccer.js.new +265 -0
  46. data/lib/starter_web/assets/themes/j1/core/js/template.js +13 -6
  47. data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
  48. data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
  49. data/lib/starter_web/assets/themes/j1/extensions/stickyfill/LICENSE +21 -0
  50. data/lib/starter_web/assets/themes/j1/extensions/stickyfill/README.md +229 -0
  51. data/lib/starter_web/assets/themes/j1/extensions/stickyfill/js/stickyfill.es6.js +533 -0
  52. data/lib/starter_web/assets/themes/j1/extensions/stickyfill/js/stickyfill.js +546 -0
  53. data/lib/starter_web/assets/themes/j1/extensions/stickyfill/js/stickyfill.min.js +6 -0
  54. data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.adoc +8 -7
  55. data/lib/starter_web/package.json +1 -1
  56. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  57. data/lib/starter_web/pages/public/start/bmd_examples/{100_bmd_landing_page.adoc → 100_bmd_landing_page.asciidoc} +0 -0
  58. data/lib/starter_web/pages/public/start/change_me_first.adoc +7 -2
  59. data/lib/starter_web/pages/public/start/read_me_first.adoc +4 -0
  60. metadata +12 -5
  61. data/lib/j1_app/j1_auth_manager/auth_manager.previous.rb +0 -939
@@ -19,7 +19,7 @@ regenerate: true
19
19
  #
20
20
  # -----------------------------------------------------------------------------
21
21
  # Test data:
22
- # {{ variable | debug }}
22
+ # {{variable | debug}}
23
23
  #
24
24
  # -----------------------------------------------------------------------------
25
25
  {% endcomment %}
@@ -295,8 +295,8 @@ regenerate: true
295
295
  {% assign card_items = card_items | minus:1 %}
296
296
  {% assign card_width_md = 12 | divided_by: card_items %}
297
297
  <div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-10 col-xs-offset-1 mb-3"> <!-- service header -->
298
- <h2 class="title text-center">{{ card_title }}</h2>
299
- <div class="tagline"> <p>{{ card_tagline }}</p> </div>
298
+ <h2 class="title text-center">{{card_title}}</h2>
299
+ <div class="tagline"> <p>{{card_tagline}}</p> </div>
300
300
  </div> <!-- end service header -->
301
301
  {% endif %}
302
302
 
@@ -364,7 +364,7 @@ regenerate: true
364
364
  <div class="panel-headline">
365
365
  {% if title %} {% assign title_id = "news_panel" %} {% endif %}
366
366
  {% if title %} <h2 id="{{title_id}}" class="title">{{title}}</h2>{% endif %}
367
- {% if tagline %}<div class="tagline"> <p>{{ tagline }}</p> </div>{% endif %}
367
+ {% if tagline %}<div class="tagline"> <p>{{tagline}}</p> </div>{% endif %}
368
368
  </div>
369
369
  {% endif %}
370
370
  <!-- panel content -->
@@ -466,13 +466,13 @@ regenerate: true
466
466
  <!-- image != 'false' -->
467
467
  <div class="card {{card_style}}">
468
468
  <div class="card-image">
469
- <img class="img" src="{{ post.image }}" alt="{{ post.title }}">
469
+ <img class="img" src="{{post.image}}" alt="{{post.title}}">
470
470
  </div>
471
471
  <div class="card-body">
472
- <span class="post-meta">Nov 13, 2018</span>
473
- <h2 id="{{ 100000 | rand }}" class="card-title">{{ post.title }}</h2>
474
- <h6 class="card-subtitle text-muted mb-2">{{ post.tagline }}</h6>
475
- <div class="card-text"><p>{{ post.excerpt }}</p></div>
472
+ <span class="post-meta">{{post.date|date:"%Y %B, %e"}}</span>
473
+ <h2 id="{{100000 | rand}}" class="card-title">{{post.title}}</h2>
474
+ <h6 class="card-subtitle text-muted mb-2">{{post.tagline}}</h6>
475
+ <div class="card-text"><p>{{post.excerpt}}</p></div>
476
476
  <div class="card-footer">
477
477
  <a class="card-link" href="{{post.url}}#readmore" target="blank">Read more ..</a>
478
478
  </div>
@@ -510,10 +510,10 @@ regenerate: true
510
510
  {% if posts_written == posts_max %} {% assign last_post_written = true %} {% break %}{% endif %}
511
511
  <div class="card {{card_style}} mb-2">
512
512
  <div class="card-body">
513
- <span class="post-meta">Nov 13, 2018</span>
514
- <h2 id="{{ 100000 | rand }}" class="card-title">{{ post.title }}</h2>
515
- <h6 class="card-subtitle text-muted mb-2">{{ post.tagline }}</h6>
516
- <div class="card-text"><p>{{ post.excerpt | truncatewords: 20 }}</p></div>
513
+ <span class="post-meta">{{post.date|date:"%Y %B, %e"}}</span>
514
+ <h2 id="{{100000 | rand}}" class="card-title">{{post.title}}</h2>
515
+ <h6 class="card-subtitle text-muted mb-2">{{post.tagline}}</h6>
516
+ <div class="card-text"><p>{{post.excerpt | truncatewords: 20}}</p></div>
517
517
  <div class="card-footer">
518
518
  <a class="card-link" href="{{post.url}}#readmore" target="blank">Read more ..</a>
519
519
  </div>
@@ -583,7 +583,7 @@ regenerate: true
583
583
  </div>
584
584
 
585
585
  {% endcase %}
586
- </div> <!-- End PANEL {{ id }} -->
586
+ </div> <!-- End PANEL {{id}} -->
587
587
  {% endif %}
588
588
  {% comment %} endif enabled
589
589
  ----------------------------------------------------------- {% endcomment %}
@@ -593,5 +593,5 @@ regenerate: true
593
593
 
594
594
  {% endcapture %}
595
595
 
596
- {{ cache | strip_empty_lines }}
596
+ {{cache | strip_empty_lines}}
597
597
  {% assign cache = nil %}
@@ -6,36 +6,35 @@ regenerate: true
6
6
 
7
7
  {% comment %}
8
8
  # -----------------------------------------------------------------------------
9
- # ~/assets/data/search.json
10
- # Liquid JSON template to generate ALL data used by SimpleJekyllSearch
9
+ # ~/assets/data/search.yml
10
+ # Liquid YAML template to generate INDEX data used by SimpleJekyllSearch
11
11
  #
12
- # Product/Info:
13
- # http://jekyll.one
12
+ # Product/Info:
13
+ # http://jekyll.one
14
14
  #
15
- # Copyright (C) 2019 Juergen Adams
15
+ # Copyright (C) 2019 Juergen Adams
16
16
  #
17
- # J1 Template is licensed under the MIT License.
18
- # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
17
+ # J1 Template is licensed under the MIT License.
18
+ # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
19
19
  #
20
20
  # -----------------------------------------------------------------------------
21
21
  #
22
- # The Liquid template search.json is used by J1 SimpleJekyllSearch.
23
- # This template is a helper that creates the search database (JSON)
24
- # for all documets.
25
- # SimpleJekyllSearch, a JavaScript library to add search functionality
26
- # to any Jekyll Site or Blog. This template is a helper to generate
27
- # the corresponding search index data file search.json within the
28
- # site generated by Jekyll.
22
+ # SimpleJekyllSearch, a JavaScript library to add search functionality
23
+ # to any Jekyll Site or Blog.
29
24
  #
30
- # The Liquid generates a JSON file as an array that contains objects for all
31
- # posts and pages included for indexing. See below the fields taken from the
32
- # source files.
25
+ # The Liquid template search.yml is used by J1 SimpleJekyllSearch.
26
+ # This template is a helper that creates the search database (index, YAML)
27
+ # for all documents.
33
28
  #
34
- # NOTE:
35
- # Be careful changing the Liquid code. If the code is changed, check
36
- # the integrity of the JSON data created. Corrupted JSON data makes
37
- # the Javascript of an Adapter to fail and no functionality will
38
- # be available for most UNCLEAR reasons.
29
+ # The Liquid template generates a simple YAML file as an array that contains
30
+ # objects for ALL posts and pages included for indexing. See below the fields
31
+ # taken from the source files.
32
+ #
33
+ # NOTE:
34
+ # Be careful changing the Liquid code. If the code is changed, check
35
+ # the integrity of the YAML data created. Corrupted YAML data makes
36
+ # the Javascript of SimpleJekyllSearch to fail (JSONLoader.js) and no
37
+ # search functionality will be available for most UNCLEAR reasons.
39
38
  #
40
39
  # -----------------------------------------------------------------------------
41
40
  # Test data:
@@ -130,4 +129,3 @@ regenerate: true
130
129
  ]
131
130
 
132
131
  {% assign cache = nil %}
133
-
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Bootstrap v4.2.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2018 The Bootstrap Authors
4
- * Copyright 2011-2018 Twitter, Inc.
2
+ * Bootstrap v4.3.1 (https://getbootstrap.com/)
3
+ * Copyright 2011-2019 The Bootstrap Authors
4
+ * Copyright 2011-2019 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
6
  */
7
7
  :root {
@@ -211,12 +211,21 @@ button,
211
211
  select {
212
212
  text-transform: none; }
213
213
 
214
+ select {
215
+ word-wrap: normal; }
216
+
214
217
  button,
215
218
  [type="button"],
216
219
  [type="reset"],
217
220
  [type="submit"] {
218
221
  -webkit-appearance: button; }
219
222
 
223
+ button:not(:disabled),
224
+ [type="button"]:not(:disabled),
225
+ [type="reset"]:not(:disabled),
226
+ [type="submit"]:not(:disabled) {
227
+ cursor: pointer; }
228
+
220
229
  button::-moz-focus-inner,
221
230
  [type="button"]::-moz-focus-inner,
222
231
  [type="reset"]::-moz-focus-inner,
@@ -290,10 +299,8 @@ template {
290
299
  h1, h2, h3, h4, h5, h6,
291
300
  .h1, .h2, .h3, .h4, .h5, .h6 {
292
301
  margin-bottom: 0.5rem;
293
- font-family: inherit;
294
302
  font-weight: 500;
295
- line-height: 1.2;
296
- color: inherit; }
303
+ line-height: 1.2; }
297
304
 
298
305
  h1, .h1 {
299
306
  font-size: 2.5rem; }
@@ -1025,7 +1032,7 @@ pre {
1025
1032
  .table {
1026
1033
  width: 100%;
1027
1034
  margin-bottom: 1rem;
1028
- background-color: transparent; }
1035
+ color: #212529; }
1029
1036
  .table th,
1030
1037
  .table td {
1031
1038
  padding: 0.75rem;
@@ -1036,8 +1043,6 @@ pre {
1036
1043
  border-bottom: 2px solid #dee2e6; }
1037
1044
  .table tbody + tbody {
1038
1045
  border-top: 2px solid #dee2e6; }
1039
- .table .table {
1040
- background-color: #fff; }
1041
1046
 
1042
1047
  .table-sm th,
1043
1048
  .table-sm td {
@@ -1062,6 +1067,7 @@ pre {
1062
1067
  background-color: rgba(0, 0, 0, 0.05); }
1063
1068
 
1064
1069
  .table-hover tbody tr:hover {
1070
+ color: #212529;
1065
1071
  background-color: rgba(0, 0, 0, 0.075); }
1066
1072
 
1067
1073
  .table-primary,
@@ -1213,8 +1219,8 @@ pre {
1213
1219
 
1214
1220
  .table .thead-dark th {
1215
1221
  color: #fff;
1216
- background-color: #212529;
1217
- border-color: #32383e; }
1222
+ background-color: #343a40;
1223
+ border-color: #454d55; }
1218
1224
 
1219
1225
  .table .thead-light th {
1220
1226
  color: #495057;
@@ -1223,16 +1229,17 @@ pre {
1223
1229
 
1224
1230
  .table-dark {
1225
1231
  color: #fff;
1226
- background-color: #212529; }
1232
+ background-color: #343a40; }
1227
1233
  .table-dark th,
1228
1234
  .table-dark td,
1229
1235
  .table-dark thead th {
1230
- border-color: #32383e; }
1236
+ border-color: #454d55; }
1231
1237
  .table-dark.table-bordered {
1232
1238
  border: 0; }
1233
1239
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
1234
1240
  background-color: rgba(255, 255, 255, 0.05); }
1235
1241
  .table-dark.table-hover tbody tr:hover {
1242
+ color: #fff;
1236
1243
  background-color: rgba(255, 255, 255, 0.075); }
1237
1244
 
1238
1245
  @media (max-width: 575.98px) {
@@ -1240,8 +1247,7 @@ pre {
1240
1247
  display: block;
1241
1248
  width: 100%;
1242
1249
  overflow-x: auto;
1243
- -webkit-overflow-scrolling: touch;
1244
- -ms-overflow-style: -ms-autohiding-scrollbar; }
1250
+ -webkit-overflow-scrolling: touch; }
1245
1251
  .table-responsive-sm > .table-bordered {
1246
1252
  border: 0; } }
1247
1253
 
@@ -1250,8 +1256,7 @@ pre {
1250
1256
  display: block;
1251
1257
  width: 100%;
1252
1258
  overflow-x: auto;
1253
- -webkit-overflow-scrolling: touch;
1254
- -ms-overflow-style: -ms-autohiding-scrollbar; }
1259
+ -webkit-overflow-scrolling: touch; }
1255
1260
  .table-responsive-md > .table-bordered {
1256
1261
  border: 0; } }
1257
1262
 
@@ -1260,8 +1265,7 @@ pre {
1260
1265
  display: block;
1261
1266
  width: 100%;
1262
1267
  overflow-x: auto;
1263
- -webkit-overflow-scrolling: touch;
1264
- -ms-overflow-style: -ms-autohiding-scrollbar; }
1268
+ -webkit-overflow-scrolling: touch; }
1265
1269
  .table-responsive-lg > .table-bordered {
1266
1270
  border: 0; } }
1267
1271
 
@@ -1270,8 +1274,7 @@ pre {
1270
1274
  display: block;
1271
1275
  width: 100%;
1272
1276
  overflow-x: auto;
1273
- -webkit-overflow-scrolling: touch;
1274
- -ms-overflow-style: -ms-autohiding-scrollbar; }
1277
+ -webkit-overflow-scrolling: touch; }
1275
1278
  .table-responsive-xl > .table-bordered {
1276
1279
  border: 0; } }
1277
1280
 
@@ -1279,15 +1282,14 @@ pre {
1279
1282
  display: block;
1280
1283
  width: 100%;
1281
1284
  overflow-x: auto;
1282
- -webkit-overflow-scrolling: touch;
1283
- -ms-overflow-style: -ms-autohiding-scrollbar; }
1285
+ -webkit-overflow-scrolling: touch; }
1284
1286
  .table-responsive > .table-bordered {
1285
1287
  border: 0; }
1286
1288
 
1287
1289
  .form-control {
1288
1290
  display: block;
1289
1291
  width: 100%;
1290
- height: calc(2.25rem + 2px);
1292
+ height: calc(1.5em + 0.75rem + 2px);
1291
1293
  padding: 0.375rem 0.75rem;
1292
1294
  font-size: 1rem;
1293
1295
  font-weight: 400;
@@ -1298,7 +1300,7 @@ pre {
1298
1300
  border: 1px solid #ced4da;
1299
1301
  border-radius: 0.25rem;
1300
1302
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
1301
- @media screen and (prefers-reduced-motion: reduce) {
1303
+ @media (prefers-reduced-motion: reduce) {
1302
1304
  .form-control {
1303
1305
  transition: none; } }
1304
1306
  .form-control::-ms-expand {
@@ -1361,14 +1363,14 @@ select.form-control:focus::-ms-value {
1361
1363
  padding-left: 0; }
1362
1364
 
1363
1365
  .form-control-sm {
1364
- height: calc(1.8125rem + 2px);
1366
+ height: calc(1.5em + 0.5rem + 2px);
1365
1367
  padding: 0.25rem 0.5rem;
1366
1368
  font-size: 0.875rem;
1367
1369
  line-height: 1.5;
1368
1370
  border-radius: 0.2rem; }
1369
1371
 
1370
1372
  .form-control-lg {
1371
- height: calc(2.875rem + 2px);
1373
+ height: calc(1.5em + 1rem + 2px);
1372
1374
  padding: 0.5rem 1rem;
1373
1375
  font-size: 1.25rem;
1374
1376
  line-height: 1.5;
@@ -1446,11 +1448,11 @@ textarea.form-control {
1446
1448
 
1447
1449
  .was-validated .form-control:valid, .form-control.is-valid {
1448
1450
  border-color: #28a745;
1449
- padding-right: 2.25rem;
1451
+ padding-right: calc(1.5em + 0.75rem);
1452
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
1450
1453
  background-repeat: no-repeat;
1451
- background-position: center right calc(2.25rem / 4);
1452
- background-size: calc(2.25rem / 2) calc(2.25rem / 2);
1453
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
1454
+ background-position: center right calc(0.375em + 0.1875rem);
1455
+ background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
1454
1456
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
1455
1457
  border-color: #28a745;
1456
1458
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
@@ -1460,13 +1462,13 @@ textarea.form-control {
1460
1462
  display: block; }
1461
1463
 
1462
1464
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
1463
- padding-right: 2.25rem;
1464
- background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }
1465
+ padding-right: calc(1.5em + 0.75rem);
1466
+ background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
1465
1467
 
1466
1468
  .was-validated .custom-select:valid, .custom-select.is-valid {
1467
1469
  border-color: #28a745;
1468
- padding-right: 3.4375rem;
1469
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
1470
+ padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
1471
+ background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
1470
1472
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
1471
1473
  border-color: #28a745;
1472
1474
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
@@ -1543,11 +1545,11 @@ textarea.form-control {
1543
1545
 
1544
1546
  .was-validated .form-control:invalid, .form-control.is-invalid {
1545
1547
  border-color: #dc3545;
1546
- padding-right: 2.25rem;
1548
+ padding-right: calc(1.5em + 0.75rem);
1549
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
1547
1550
  background-repeat: no-repeat;
1548
- background-position: center right calc(2.25rem / 4);
1549
- background-size: calc(2.25rem / 2) calc(2.25rem / 2);
1550
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
1551
+ background-position: center right calc(0.375em + 0.1875rem);
1552
+ background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
1551
1553
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
1552
1554
  border-color: #dc3545;
1553
1555
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
@@ -1557,13 +1559,13 @@ textarea.form-control {
1557
1559
  display: block; }
1558
1560
 
1559
1561
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
1560
- padding-right: 2.25rem;
1561
- background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }
1562
+ padding-right: calc(1.5em + 0.75rem);
1563
+ background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
1562
1564
 
1563
1565
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
1564
1566
  border-color: #dc3545;
1565
- padding-right: 3.4375rem;
1566
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
1567
+ padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
1568
+ background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
1567
1569
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
1568
1570
  border-color: #dc3545;
1569
1571
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
@@ -1652,6 +1654,7 @@ textarea.form-control {
1652
1654
  padding-left: 0; }
1653
1655
  .form-inline .form-check-input {
1654
1656
  position: relative;
1657
+ flex-shrink: 0;
1655
1658
  margin-top: 0;
1656
1659
  margin-right: 0.25rem;
1657
1660
  margin-left: 0; }
@@ -1675,7 +1678,7 @@ textarea.form-control {
1675
1678
  line-height: 1.5;
1676
1679
  border-radius: 0.25rem;
1677
1680
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
1678
- @media screen and (prefers-reduced-motion: reduce) {
1681
+ @media (prefers-reduced-motion: reduce) {
1679
1682
  .btn {
1680
1683
  transition: none; } }
1681
1684
  .btn:hover {
@@ -1686,8 +1689,6 @@ textarea.form-control {
1686
1689
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
1687
1690
  .btn.disabled, .btn:disabled {
1688
1691
  opacity: 0.65; }
1689
- .btn:not(:disabled):not(.disabled) {
1690
- cursor: pointer; }
1691
1692
 
1692
1693
  a.btn.disabled,
1693
1694
  fieldset:disabled a.btn {
@@ -2047,7 +2048,8 @@ fieldset:disabled a.btn {
2047
2048
 
2048
2049
  .btn-link {
2049
2050
  font-weight: 400;
2050
- color: #007bff; }
2051
+ color: #007bff;
2052
+ text-decoration: none; }
2051
2053
  .btn-link:hover {
2052
2054
  color: #0056b3;
2053
2055
  text-decoration: underline; }
@@ -2083,7 +2085,7 @@ input[type="button"].btn-block {
2083
2085
 
2084
2086
  .fade {
2085
2087
  transition: opacity 0.15s linear; }
2086
- @media screen and (prefers-reduced-motion: reduce) {
2088
+ @media (prefers-reduced-motion: reduce) {
2087
2089
  .fade {
2088
2090
  transition: none; } }
2089
2091
  .fade:not(.show) {
@@ -2097,7 +2099,7 @@ input[type="button"].btn-block {
2097
2099
  height: 0;
2098
2100
  overflow: hidden;
2099
2101
  transition: height 0.35s ease; }
2100
- @media screen and (prefers-reduced-motion: reduce) {
2102
+ @media (prefers-reduced-motion: reduce) {
2101
2103
  .collapsing {
2102
2104
  transition: none; } }
2103
2105
 
@@ -2107,18 +2109,19 @@ input[type="button"].btn-block {
2107
2109
  .dropleft {
2108
2110
  position: relative; }
2109
2111
 
2110
- .dropdown-toggle::after {
2111
- display: inline-block;
2112
- margin-left: 0.255em;
2113
- vertical-align: 0.255em;
2114
- content: "";
2115
- border-top: 0.3em solid;
2116
- border-right: 0.3em solid transparent;
2117
- border-bottom: 0;
2118
- border-left: 0.3em solid transparent; }
2119
-
2120
- .dropdown-toggle:empty::after {
2121
- margin-left: 0; }
2112
+ .dropdown-toggle {
2113
+ white-space: nowrap; }
2114
+ .dropdown-toggle::after {
2115
+ display: inline-block;
2116
+ margin-left: 0.255em;
2117
+ vertical-align: 0.255em;
2118
+ content: "";
2119
+ border-top: 0.3em solid;
2120
+ border-right: 0.3em solid transparent;
2121
+ border-bottom: 0;
2122
+ border-left: 0.3em solid transparent; }
2123
+ .dropdown-toggle:empty::after {
2124
+ margin-left: 0; }
2122
2125
 
2123
2126
  .dropdown-menu {
2124
2127
  position: absolute;
@@ -2139,54 +2142,46 @@ input[type="button"].btn-block {
2139
2142
  border: 1px solid rgba(0, 0, 0, 0.15);
2140
2143
  border-radius: 0.25rem; }
2141
2144
 
2145
+ .dropdown-menu-left {
2146
+ right: auto;
2147
+ left: 0; }
2148
+
2142
2149
  .dropdown-menu-right {
2143
2150
  right: 0;
2144
2151
  left: auto; }
2145
2152
 
2146
2153
  @media (min-width: 576px) {
2154
+ .dropdown-menu-sm-left {
2155
+ right: auto;
2156
+ left: 0; }
2147
2157
  .dropdown-menu-sm-right {
2148
2158
  right: 0;
2149
2159
  left: auto; } }
2150
2160
 
2151
2161
  @media (min-width: 768px) {
2162
+ .dropdown-menu-md-left {
2163
+ right: auto;
2164
+ left: 0; }
2152
2165
  .dropdown-menu-md-right {
2153
2166
  right: 0;
2154
2167
  left: auto; } }
2155
2168
 
2156
2169
  @media (min-width: 992px) {
2170
+ .dropdown-menu-lg-left {
2171
+ right: auto;
2172
+ left: 0; }
2157
2173
  .dropdown-menu-lg-right {
2158
2174
  right: 0;
2159
2175
  left: auto; } }
2160
2176
 
2161
2177
  @media (min-width: 1200px) {
2178
+ .dropdown-menu-xl-left {
2179
+ right: auto;
2180
+ left: 0; }
2162
2181
  .dropdown-menu-xl-right {
2163
2182
  right: 0;
2164
2183
  left: auto; } }
2165
2184
 
2166
- .dropdown-menu-left {
2167
- right: auto;
2168
- left: 0; }
2169
-
2170
- @media (min-width: 576px) {
2171
- .dropdown-menu-sm-left {
2172
- right: auto;
2173
- left: 0; } }
2174
-
2175
- @media (min-width: 768px) {
2176
- .dropdown-menu-md-left {
2177
- right: auto;
2178
- left: 0; } }
2179
-
2180
- @media (min-width: 992px) {
2181
- .dropdown-menu-lg-left {
2182
- right: auto;
2183
- left: 0; } }
2184
-
2185
- @media (min-width: 1200px) {
2186
- .dropdown-menu-xl-left {
2187
- right: auto;
2188
- left: 0; } }
2189
-
2190
2185
  .dropup .dropdown-menu {
2191
2186
  top: auto;
2192
2187
  bottom: 100%;
@@ -2281,12 +2276,6 @@ input[type="button"].btn-block {
2281
2276
  white-space: nowrap;
2282
2277
  background-color: transparent;
2283
2278
  border: 0; }
2284
- .dropdown-item:first-child {
2285
- border-top-left-radius: calc(0.25rem - 1px);
2286
- border-top-right-radius: calc(0.25rem - 1px); }
2287
- .dropdown-item:last-child {
2288
- border-bottom-right-radius: calc(0.25rem - 1px);
2289
- border-bottom-left-radius: calc(0.25rem - 1px); }
2290
2279
  .dropdown-item:hover, .dropdown-item:focus {
2291
2280
  color: #16181b;
2292
2281
  text-decoration: none;
@@ -2501,7 +2490,7 @@ input[type="button"].btn-block {
2501
2490
 
2502
2491
  .input-group-lg > .form-control:not(textarea),
2503
2492
  .input-group-lg > .custom-select {
2504
- height: calc(2.875rem + 2px); }
2493
+ height: calc(1.5em + 1rem + 2px); }
2505
2494
 
2506
2495
  .input-group-lg > .form-control,
2507
2496
  .input-group-lg > .custom-select,
@@ -2516,7 +2505,7 @@ input[type="button"].btn-block {
2516
2505
 
2517
2506
  .input-group-sm > .form-control:not(textarea),
2518
2507
  .input-group-sm > .custom-select {
2519
- height: calc(1.8125rem + 2px); }
2508
+ height: calc(1.5em + 0.5rem + 2px); }
2520
2509
 
2521
2510
  .input-group-sm > .form-control,
2522
2511
  .input-group-sm > .custom-select,
@@ -2605,9 +2594,7 @@ input[type="button"].btn-block {
2605
2594
  width: 1rem;
2606
2595
  height: 1rem;
2607
2596
  content: "";
2608
- background-repeat: no-repeat;
2609
- background-position: center center;
2610
- background-size: 50% 50%; }
2597
+ background: no-repeat 50% / 50% 50%; }
2611
2598
 
2612
2599
  .custom-checkbox .custom-control-label::before {
2613
2600
  border-radius: 0.25rem; }
@@ -2652,7 +2639,7 @@ input[type="button"].btn-block {
2652
2639
  background-color: #adb5bd;
2653
2640
  border-radius: 0.5rem;
2654
2641
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
2655
- @media screen and (prefers-reduced-motion: reduce) {
2642
+ @media (prefers-reduced-motion: reduce) {
2656
2643
  .custom-switch .custom-control-label::after {
2657
2644
  transition: none; } }
2658
2645
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
@@ -2664,8 +2651,9 @@ input[type="button"].btn-block {
2664
2651
  .custom-select {
2665
2652
  display: inline-block;
2666
2653
  width: 100%;
2667
- height: calc(2.25rem + 2px);
2654
+ height: calc(1.5em + 0.75rem + 2px);
2668
2655
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
2656
+ font-size: 1rem;
2669
2657
  font-weight: 400;
2670
2658
  line-height: 1.5;
2671
2659
  color: #495057;
@@ -2678,7 +2666,7 @@ input[type="button"].btn-block {
2678
2666
  .custom-select:focus {
2679
2667
  border-color: #80bdff;
2680
2668
  outline: 0;
2681
- box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
2669
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
2682
2670
  .custom-select:focus::-ms-value {
2683
2671
  color: #495057;
2684
2672
  background-color: #fff; }
@@ -2690,17 +2678,17 @@ input[type="button"].btn-block {
2690
2678
  color: #6c757d;
2691
2679
  background-color: #e9ecef; }
2692
2680
  .custom-select::-ms-expand {
2693
- opacity: 0; }
2681
+ display: none; }
2694
2682
 
2695
2683
  .custom-select-sm {
2696
- height: calc(1.8125rem + 2px);
2684
+ height: calc(1.5em + 0.5rem + 2px);
2697
2685
  padding-top: 0.25rem;
2698
2686
  padding-bottom: 0.25rem;
2699
2687
  padding-left: 0.5rem;
2700
2688
  font-size: 0.875rem; }
2701
2689
 
2702
2690
  .custom-select-lg {
2703
- height: calc(2.875rem + 2px);
2691
+ height: calc(1.5em + 1rem + 2px);
2704
2692
  padding-top: 0.5rem;
2705
2693
  padding-bottom: 0.5rem;
2706
2694
  padding-left: 1rem;
@@ -2710,14 +2698,14 @@ input[type="button"].btn-block {
2710
2698
  position: relative;
2711
2699
  display: inline-block;
2712
2700
  width: 100%;
2713
- height: calc(2.25rem + 2px);
2701
+ height: calc(1.5em + 0.75rem + 2px);
2714
2702
  margin-bottom: 0; }
2715
2703
 
2716
2704
  .custom-file-input {
2717
2705
  position: relative;
2718
2706
  z-index: 2;
2719
2707
  width: 100%;
2720
- height: calc(2.25rem + 2px);
2708
+ height: calc(1.5em + 0.75rem + 2px);
2721
2709
  margin: 0;
2722
2710
  opacity: 0; }
2723
2711
  .custom-file-input:focus ~ .custom-file-label {
@@ -2736,7 +2724,7 @@ input[type="button"].btn-block {
2736
2724
  right: 0;
2737
2725
  left: 0;
2738
2726
  z-index: 1;
2739
- height: calc(2.25rem + 2px);
2727
+ height: calc(1.5em + 0.75rem + 2px);
2740
2728
  padding: 0.375rem 0.75rem;
2741
2729
  font-weight: 400;
2742
2730
  line-height: 1.5;
@@ -2751,7 +2739,7 @@ input[type="button"].btn-block {
2751
2739
  bottom: 0;
2752
2740
  z-index: 3;
2753
2741
  display: block;
2754
- height: 2.25rem;
2742
+ height: calc(1.5em + 0.75rem);
2755
2743
  padding: 0.375rem 0.75rem;
2756
2744
  line-height: 1.5;
2757
2745
  color: #495057;
@@ -2785,7 +2773,7 @@ input[type="button"].btn-block {
2785
2773
  border-radius: 1rem;
2786
2774
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2787
2775
  appearance: none; }
2788
- @media screen and (prefers-reduced-motion: reduce) {
2776
+ @media (prefers-reduced-motion: reduce) {
2789
2777
  .custom-range::-webkit-slider-thumb {
2790
2778
  transition: none; } }
2791
2779
  .custom-range::-webkit-slider-thumb:active {
@@ -2806,7 +2794,7 @@ input[type="button"].btn-block {
2806
2794
  border-radius: 1rem;
2807
2795
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2808
2796
  appearance: none; }
2809
- @media screen and (prefers-reduced-motion: reduce) {
2797
+ @media (prefers-reduced-motion: reduce) {
2810
2798
  .custom-range::-moz-range-thumb {
2811
2799
  transition: none; } }
2812
2800
  .custom-range::-moz-range-thumb:active {
@@ -2830,7 +2818,7 @@ input[type="button"].btn-block {
2830
2818
  border-radius: 1rem;
2831
2819
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2832
2820
  appearance: none; }
2833
- @media screen and (prefers-reduced-motion: reduce) {
2821
+ @media (prefers-reduced-motion: reduce) {
2834
2822
  .custom-range::-ms-thumb {
2835
2823
  transition: none; } }
2836
2824
  .custom-range::-ms-thumb:active {
@@ -2865,7 +2853,7 @@ input[type="button"].btn-block {
2865
2853
  .custom-file-label,
2866
2854
  .custom-select {
2867
2855
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
2868
- @media screen and (prefers-reduced-motion: reduce) {
2856
+ @media (prefers-reduced-motion: reduce) {
2869
2857
  .custom-control-label::before,
2870
2858
  .custom-file-label,
2871
2859
  .custom-select {
@@ -2992,8 +2980,6 @@ input[type="button"].btn-block {
2992
2980
  border-radius: 0.25rem; }
2993
2981
  .navbar-toggler:hover, .navbar-toggler:focus {
2994
2982
  text-decoration: none; }
2995
- .navbar-toggler:not(:disabled):not(.disabled) {
2996
- cursor: pointer; }
2997
2983
 
2998
2984
  .navbar-toggler-icon {
2999
2985
  display: inline-block;
@@ -3238,7 +3224,6 @@ input[type="button"].btn-block {
3238
3224
  .card-header {
3239
3225
  padding: 0.75rem 1.25rem;
3240
3226
  margin-bottom: 0;
3241
- color: inherit;
3242
3227
  background-color: rgba(0, 0, 0, 0.03);
3243
3228
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
3244
3229
  .card-header:first-child {
@@ -3317,41 +3302,24 @@ input[type="button"].btn-block {
3317
3302
  .card-group > .card + .card {
3318
3303
  margin-left: 0;
3319
3304
  border-left: 0; }
3320
- .card-group > .card:first-child {
3305
+ .card-group > .card:not(:last-child) {
3321
3306
  border-top-right-radius: 0;
3322
3307
  border-bottom-right-radius: 0; }
3323
- .card-group > .card:first-child .card-img-top,
3324
- .card-group > .card:first-child .card-header {
3308
+ .card-group > .card:not(:last-child) .card-img-top,
3309
+ .card-group > .card:not(:last-child) .card-header {
3325
3310
  border-top-right-radius: 0; }
3326
- .card-group > .card:first-child .card-img-bottom,
3327
- .card-group > .card:first-child .card-footer {
3311
+ .card-group > .card:not(:last-child) .card-img-bottom,
3312
+ .card-group > .card:not(:last-child) .card-footer {
3328
3313
  border-bottom-right-radius: 0; }
3329
- .card-group > .card:last-child {
3314
+ .card-group > .card:not(:first-child) {
3330
3315
  border-top-left-radius: 0;
3331
3316
  border-bottom-left-radius: 0; }
3332
- .card-group > .card:last-child .card-img-top,
3333
- .card-group > .card:last-child .card-header {
3317
+ .card-group > .card:not(:first-child) .card-img-top,
3318
+ .card-group > .card:not(:first-child) .card-header {
3334
3319
  border-top-left-radius: 0; }
3335
- .card-group > .card:last-child .card-img-bottom,
3336
- .card-group > .card:last-child .card-footer {
3337
- border-bottom-left-radius: 0; }
3338
- .card-group > .card:only-child {
3339
- border-radius: 0.25rem; }
3340
- .card-group > .card:only-child .card-img-top,
3341
- .card-group > .card:only-child .card-header {
3342
- border-top-left-radius: 0.25rem;
3343
- border-top-right-radius: 0.25rem; }
3344
- .card-group > .card:only-child .card-img-bottom,
3345
- .card-group > .card:only-child .card-footer {
3346
- border-bottom-right-radius: 0.25rem;
3347
- border-bottom-left-radius: 0.25rem; }
3348
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
3349
- border-radius: 0; }
3350
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
3351
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
3352
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
3353
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
3354
- border-radius: 0; } }
3320
+ .card-group > .card:not(:first-child) .card-img-bottom,
3321
+ .card-group > .card:not(:first-child) .card-footer {
3322
+ border-bottom-left-radius: 0; } }
3355
3323
 
3356
3324
  .card-columns .card {
3357
3325
  margin-bottom: 0.75rem; }
@@ -3366,21 +3334,21 @@ input[type="button"].btn-block {
3366
3334
  display: inline-block;
3367
3335
  width: 100%; } }
3368
3336
 
3369
- .accordion .card {
3337
+ .accordion > .card {
3370
3338
  overflow: hidden; }
3371
- .accordion .card:not(:first-of-type) .card-header:first-child {
3339
+ .accordion > .card:not(:first-of-type) .card-header:first-child {
3372
3340
  border-radius: 0; }
3373
- .accordion .card:not(:first-of-type):not(:last-of-type) {
3341
+ .accordion > .card:not(:first-of-type):not(:last-of-type) {
3374
3342
  border-bottom: 0;
3375
3343
  border-radius: 0; }
3376
- .accordion .card:first-of-type {
3344
+ .accordion > .card:first-of-type {
3377
3345
  border-bottom: 0;
3378
3346
  border-bottom-right-radius: 0;
3379
3347
  border-bottom-left-radius: 0; }
3380
- .accordion .card:last-of-type {
3348
+ .accordion > .card:last-of-type {
3381
3349
  border-top-left-radius: 0;
3382
3350
  border-top-right-radius: 0; }
3383
- .accordion .card .card-header {
3351
+ .accordion > .card .card-header {
3384
3352
  margin-bottom: -1px; }
3385
3353
 
3386
3354
  .breadcrumb {
@@ -3434,8 +3402,6 @@ input[type="button"].btn-block {
3434
3402
  z-index: 2;
3435
3403
  outline: 0;
3436
3404
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
3437
- .page-link:not(:disabled):not(.disabled) {
3438
- cursor: pointer; }
3439
3405
 
3440
3406
  .page-item:first-child .page-link {
3441
3407
  margin-left: 0;
@@ -3494,7 +3460,11 @@ input[type="button"].btn-block {
3494
3460
  text-align: center;
3495
3461
  white-space: nowrap;
3496
3462
  vertical-align: baseline;
3497
- border-radius: 0.25rem; }
3463
+ border-radius: 0.25rem;
3464
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
3465
+ @media (prefers-reduced-motion: reduce) {
3466
+ .badge {
3467
+ transition: none; } }
3498
3468
  a.badge:hover, a.badge:focus {
3499
3469
  text-decoration: none; }
3500
3470
  .badge:empty {
@@ -3515,6 +3485,9 @@ input[type="button"].btn-block {
3515
3485
  a.badge-primary:hover, a.badge-primary:focus {
3516
3486
  color: #fff;
3517
3487
  background-color: #0062cc; }
3488
+ a.badge-primary:focus, a.badge-primary.focus {
3489
+ outline: 0;
3490
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
3518
3491
 
3519
3492
  .badge-secondary {
3520
3493
  color: #fff;
@@ -3522,6 +3495,9 @@ input[type="button"].btn-block {
3522
3495
  a.badge-secondary:hover, a.badge-secondary:focus {
3523
3496
  color: #fff;
3524
3497
  background-color: #545b62; }
3498
+ a.badge-secondary:focus, a.badge-secondary.focus {
3499
+ outline: 0;
3500
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
3525
3501
 
3526
3502
  .badge-success {
3527
3503
  color: #fff;
@@ -3529,6 +3505,9 @@ input[type="button"].btn-block {
3529
3505
  a.badge-success:hover, a.badge-success:focus {
3530
3506
  color: #fff;
3531
3507
  background-color: #1e7e34; }
3508
+ a.badge-success:focus, a.badge-success.focus {
3509
+ outline: 0;
3510
+ box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
3532
3511
 
3533
3512
  .badge-info {
3534
3513
  color: #fff;
@@ -3536,6 +3515,9 @@ input[type="button"].btn-block {
3536
3515
  a.badge-info:hover, a.badge-info:focus {
3537
3516
  color: #fff;
3538
3517
  background-color: #117a8b; }
3518
+ a.badge-info:focus, a.badge-info.focus {
3519
+ outline: 0;
3520
+ box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
3539
3521
 
3540
3522
  .badge-warning {
3541
3523
  color: #212529;
@@ -3543,6 +3525,9 @@ input[type="button"].btn-block {
3543
3525
  a.badge-warning:hover, a.badge-warning:focus {
3544
3526
  color: #212529;
3545
3527
  background-color: #d39e00; }
3528
+ a.badge-warning:focus, a.badge-warning.focus {
3529
+ outline: 0;
3530
+ box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
3546
3531
 
3547
3532
  .badge-danger {
3548
3533
  color: #fff;
@@ -3550,6 +3535,9 @@ input[type="button"].btn-block {
3550
3535
  a.badge-danger:hover, a.badge-danger:focus {
3551
3536
  color: #fff;
3552
3537
  background-color: #bd2130; }
3538
+ a.badge-danger:focus, a.badge-danger.focus {
3539
+ outline: 0;
3540
+ box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
3553
3541
 
3554
3542
  .badge-light {
3555
3543
  color: #212529;
@@ -3557,6 +3545,9 @@ input[type="button"].btn-block {
3557
3545
  a.badge-light:hover, a.badge-light:focus {
3558
3546
  color: #212529;
3559
3547
  background-color: #dae0e5; }
3548
+ a.badge-light:focus, a.badge-light.focus {
3549
+ outline: 0;
3550
+ box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
3560
3551
 
3561
3552
  .badge-dark {
3562
3553
  color: #fff;
@@ -3564,6 +3555,9 @@ input[type="button"].btn-block {
3564
3555
  a.badge-dark:hover, a.badge-dark:focus {
3565
3556
  color: #fff;
3566
3557
  background-color: #1d2124; }
3558
+ a.badge-dark:focus, a.badge-dark.focus {
3559
+ outline: 0;
3560
+ box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
3567
3561
 
3568
3562
  .jumbotron {
3569
3563
  padding: 2rem 1rem;
@@ -3696,7 +3690,7 @@ input[type="button"].btn-block {
3696
3690
  white-space: nowrap;
3697
3691
  background-color: #007bff;
3698
3692
  transition: width 0.6s ease; }
3699
- @media screen and (prefers-reduced-motion: reduce) {
3693
+ @media (prefers-reduced-motion: reduce) {
3700
3694
  .progress-bar {
3701
3695
  transition: none; } }
3702
3696
 
@@ -3706,6 +3700,9 @@ input[type="button"].btn-block {
3706
3700
 
3707
3701
  .progress-bar-animated {
3708
3702
  animation: progress-bar-stripes 1s linear infinite; }
3703
+ @media (prefers-reduced-motion: reduce) {
3704
+ .progress-bar-animated {
3705
+ animation: none; } }
3709
3706
 
3710
3707
  .media {
3711
3708
  display: flex;
@@ -3725,6 +3722,7 @@ input[type="button"].btn-block {
3725
3722
  color: #495057;
3726
3723
  text-align: inherit; }
3727
3724
  .list-group-item-action:hover, .list-group-item-action:focus {
3725
+ z-index: 1;
3728
3726
  color: #495057;
3729
3727
  text-decoration: none;
3730
3728
  background-color: #f8f9fa; }
@@ -3746,9 +3744,6 @@ input[type="button"].btn-block {
3746
3744
  margin-bottom: 0;
3747
3745
  border-bottom-right-radius: 0.25rem;
3748
3746
  border-bottom-left-radius: 0.25rem; }
3749
- .list-group-item:hover, .list-group-item:focus {
3750
- z-index: 1;
3751
- text-decoration: none; }
3752
3747
  .list-group-item.disabled, .list-group-item:disabled {
3753
3748
  color: #6c757d;
3754
3749
  pointer-events: none;
@@ -3759,6 +3754,85 @@ input[type="button"].btn-block {
3759
3754
  background-color: #007bff;
3760
3755
  border-color: #007bff; }
3761
3756
 
3757
+ .list-group-horizontal {
3758
+ flex-direction: row; }
3759
+ .list-group-horizontal .list-group-item {
3760
+ margin-right: -1px;
3761
+ margin-bottom: 0; }
3762
+ .list-group-horizontal .list-group-item:first-child {
3763
+ border-top-left-radius: 0.25rem;
3764
+ border-bottom-left-radius: 0.25rem;
3765
+ border-top-right-radius: 0; }
3766
+ .list-group-horizontal .list-group-item:last-child {
3767
+ margin-right: 0;
3768
+ border-top-right-radius: 0.25rem;
3769
+ border-bottom-right-radius: 0.25rem;
3770
+ border-bottom-left-radius: 0; }
3771
+
3772
+ @media (min-width: 576px) {
3773
+ .list-group-horizontal-sm {
3774
+ flex-direction: row; }
3775
+ .list-group-horizontal-sm .list-group-item {
3776
+ margin-right: -1px;
3777
+ margin-bottom: 0; }
3778
+ .list-group-horizontal-sm .list-group-item:first-child {
3779
+ border-top-left-radius: 0.25rem;
3780
+ border-bottom-left-radius: 0.25rem;
3781
+ border-top-right-radius: 0; }
3782
+ .list-group-horizontal-sm .list-group-item:last-child {
3783
+ margin-right: 0;
3784
+ border-top-right-radius: 0.25rem;
3785
+ border-bottom-right-radius: 0.25rem;
3786
+ border-bottom-left-radius: 0; } }
3787
+
3788
+ @media (min-width: 768px) {
3789
+ .list-group-horizontal-md {
3790
+ flex-direction: row; }
3791
+ .list-group-horizontal-md .list-group-item {
3792
+ margin-right: -1px;
3793
+ margin-bottom: 0; }
3794
+ .list-group-horizontal-md .list-group-item:first-child {
3795
+ border-top-left-radius: 0.25rem;
3796
+ border-bottom-left-radius: 0.25rem;
3797
+ border-top-right-radius: 0; }
3798
+ .list-group-horizontal-md .list-group-item:last-child {
3799
+ margin-right: 0;
3800
+ border-top-right-radius: 0.25rem;
3801
+ border-bottom-right-radius: 0.25rem;
3802
+ border-bottom-left-radius: 0; } }
3803
+
3804
+ @media (min-width: 992px) {
3805
+ .list-group-horizontal-lg {
3806
+ flex-direction: row; }
3807
+ .list-group-horizontal-lg .list-group-item {
3808
+ margin-right: -1px;
3809
+ margin-bottom: 0; }
3810
+ .list-group-horizontal-lg .list-group-item:first-child {
3811
+ border-top-left-radius: 0.25rem;
3812
+ border-bottom-left-radius: 0.25rem;
3813
+ border-top-right-radius: 0; }
3814
+ .list-group-horizontal-lg .list-group-item:last-child {
3815
+ margin-right: 0;
3816
+ border-top-right-radius: 0.25rem;
3817
+ border-bottom-right-radius: 0.25rem;
3818
+ border-bottom-left-radius: 0; } }
3819
+
3820
+ @media (min-width: 1200px) {
3821
+ .list-group-horizontal-xl {
3822
+ flex-direction: row; }
3823
+ .list-group-horizontal-xl .list-group-item {
3824
+ margin-right: -1px;
3825
+ margin-bottom: 0; }
3826
+ .list-group-horizontal-xl .list-group-item:first-child {
3827
+ border-top-left-radius: 0.25rem;
3828
+ border-bottom-left-radius: 0.25rem;
3829
+ border-top-right-radius: 0; }
3830
+ .list-group-horizontal-xl .list-group-item:last-child {
3831
+ margin-right: 0;
3832
+ border-top-right-radius: 0.25rem;
3833
+ border-bottom-right-radius: 0.25rem;
3834
+ border-bottom-left-radius: 0; } }
3835
+
3762
3836
  .list-group-flush .list-group-item {
3763
3837
  border-right: 0;
3764
3838
  border-left: 0;
@@ -3872,10 +3946,8 @@ input[type="button"].btn-block {
3872
3946
  .close:hover {
3873
3947
  color: #000;
3874
3948
  text-decoration: none; }
3875
- .close:not(:disabled):not(.disabled) {
3876
- cursor: pointer; }
3877
- .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
3878
- opacity: .75; }
3949
+ .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
3950
+ opacity: .75; }
3879
3951
 
3880
3952
  button.close {
3881
3953
  padding: 0;
@@ -3893,10 +3965,10 @@ a.close.disabled {
3893
3965
  background-color: rgba(255, 255, 255, 0.85);
3894
3966
  background-clip: padding-box;
3895
3967
  border: 1px solid rgba(0, 0, 0, 0.1);
3896
- border-radius: 0.25rem;
3897
3968
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
3898
3969
  backdrop-filter: blur(10px);
3899
- opacity: 0; }
3970
+ opacity: 0;
3971
+ border-radius: 0.25rem; }
3900
3972
  .toast:not(:last-child) {
3901
3973
  margin-bottom: 0.75rem; }
3902
3974
  .toast.showing {
@@ -3944,20 +4016,40 @@ a.close.disabled {
3944
4016
  .modal.fade .modal-dialog {
3945
4017
  transition: transform 0.3s ease-out;
3946
4018
  transform: translate(0, -50px); }
3947
- @media screen and (prefers-reduced-motion: reduce) {
4019
+ @media (prefers-reduced-motion: reduce) {
3948
4020
  .modal.fade .modal-dialog {
3949
4021
  transition: none; } }
3950
4022
  .modal.show .modal-dialog {
3951
4023
  transform: none; }
3952
4024
 
4025
+ .modal-dialog-scrollable {
4026
+ display: flex;
4027
+ max-height: calc(100% - 1rem); }
4028
+ .modal-dialog-scrollable .modal-content {
4029
+ max-height: calc(100vh - 1rem);
4030
+ overflow: hidden; }
4031
+ .modal-dialog-scrollable .modal-header,
4032
+ .modal-dialog-scrollable .modal-footer {
4033
+ flex-shrink: 0; }
4034
+ .modal-dialog-scrollable .modal-body {
4035
+ overflow-y: auto; }
4036
+
3953
4037
  .modal-dialog-centered {
3954
4038
  display: flex;
3955
4039
  align-items: center;
3956
- min-height: calc(100% - (0.5rem * 2)); }
4040
+ min-height: calc(100% - 1rem); }
3957
4041
  .modal-dialog-centered::before {
3958
4042
  display: block;
3959
- height: calc(100vh - (0.5rem * 2));
4043
+ height: calc(100vh - 1rem);
3960
4044
  content: ""; }
4045
+ .modal-dialog-centered.modal-dialog-scrollable {
4046
+ flex-direction: column;
4047
+ justify-content: center;
4048
+ height: 100%; }
4049
+ .modal-dialog-centered.modal-dialog-scrollable .modal-content {
4050
+ max-height: none; }
4051
+ .modal-dialog-centered.modal-dialog-scrollable::before {
4052
+ content: none; }
3961
4053
 
3962
4054
  .modal-content {
3963
4055
  position: relative;
@@ -3989,7 +4081,7 @@ a.close.disabled {
3989
4081
  align-items: flex-start;
3990
4082
  justify-content: space-between;
3991
4083
  padding: 1rem 1rem;
3992
- border-bottom: 1px solid #e9ecef;
4084
+ border-bottom: 1px solid #dee2e6;
3993
4085
  border-top-left-radius: 0.3rem;
3994
4086
  border-top-right-radius: 0.3rem; }
3995
4087
  .modal-header .close {
@@ -4010,7 +4102,7 @@ a.close.disabled {
4010
4102
  align-items: center;
4011
4103
  justify-content: flex-end;
4012
4104
  padding: 1rem;
4013
- border-top: 1px solid #e9ecef;
4105
+ border-top: 1px solid #dee2e6;
4014
4106
  border-bottom-right-radius: 0.3rem;
4015
4107
  border-bottom-left-radius: 0.3rem; }
4016
4108
  .modal-footer > :not(:first-child) {
@@ -4029,10 +4121,14 @@ a.close.disabled {
4029
4121
  .modal-dialog {
4030
4122
  max-width: 500px;
4031
4123
  margin: 1.75rem auto; }
4124
+ .modal-dialog-scrollable {
4125
+ max-height: calc(100% - 3.5rem); }
4126
+ .modal-dialog-scrollable .modal-content {
4127
+ max-height: calc(100vh - 3.5rem); }
4032
4128
  .modal-dialog-centered {
4033
- min-height: calc(100% - (1.75rem * 2)); }
4129
+ min-height: calc(100% - 3.5rem); }
4034
4130
  .modal-dialog-centered::before {
4035
- height: calc(100vh - (1.75rem * 2)); }
4131
+ height: calc(100vh - 3.5rem); }
4036
4132
  .modal-sm {
4037
4133
  max-width: 300px; } }
4038
4134
 
@@ -4170,57 +4266,45 @@ a.close.disabled {
4170
4266
 
4171
4267
  .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
4172
4268
  margin-bottom: 0.5rem; }
4173
- .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
4269
+ .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
4174
4270
  bottom: calc((0.5rem + 1px) * -1); }
4175
- .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
4176
- .bs-popover-top .arrow::after,
4177
- .bs-popover-auto[x-placement^="top"] .arrow::after {
4178
- border-width: 0.5rem 0.5rem 0; }
4179
- .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
4180
- bottom: 0;
4181
- border-top-color: rgba(0, 0, 0, 0.25); }
4182
-
4183
- .bs-popover-top .arrow::after,
4184
- .bs-popover-auto[x-placement^="top"] .arrow::after {
4185
- bottom: 1px;
4186
- border-top-color: #fff; }
4271
+ .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
4272
+ bottom: 0;
4273
+ border-width: 0.5rem 0.5rem 0;
4274
+ border-top-color: rgba(0, 0, 0, 0.25); }
4275
+ .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
4276
+ bottom: 1px;
4277
+ border-width: 0.5rem 0.5rem 0;
4278
+ border-top-color: #fff; }
4187
4279
 
4188
4280
  .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
4189
4281
  margin-left: 0.5rem; }
4190
- .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
4282
+ .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
4191
4283
  left: calc((0.5rem + 1px) * -1);
4192
4284
  width: 0.5rem;
4193
4285
  height: 1rem;
4194
4286
  margin: 0.3rem 0; }
4195
- .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
4196
- .bs-popover-right .arrow::after,
4197
- .bs-popover-auto[x-placement^="right"] .arrow::after {
4198
- border-width: 0.5rem 0.5rem 0.5rem 0; }
4199
- .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
4200
- left: 0;
4201
- border-right-color: rgba(0, 0, 0, 0.25); }
4202
-
4203
- .bs-popover-right .arrow::after,
4204
- .bs-popover-auto[x-placement^="right"] .arrow::after {
4205
- left: 1px;
4206
- border-right-color: #fff; }
4287
+ .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
4288
+ left: 0;
4289
+ border-width: 0.5rem 0.5rem 0.5rem 0;
4290
+ border-right-color: rgba(0, 0, 0, 0.25); }
4291
+ .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
4292
+ left: 1px;
4293
+ border-width: 0.5rem 0.5rem 0.5rem 0;
4294
+ border-right-color: #fff; }
4207
4295
 
4208
4296
  .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
4209
4297
  margin-top: 0.5rem; }
4210
- .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
4298
+ .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
4211
4299
  top: calc((0.5rem + 1px) * -1); }
4212
- .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
4213
- .bs-popover-bottom .arrow::after,
4214
- .bs-popover-auto[x-placement^="bottom"] .arrow::after {
4215
- border-width: 0 0.5rem 0.5rem 0.5rem; }
4216
- .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
4217
- top: 0;
4218
- border-bottom-color: rgba(0, 0, 0, 0.25); }
4219
-
4220
- .bs-popover-bottom .arrow::after,
4221
- .bs-popover-auto[x-placement^="bottom"] .arrow::after {
4222
- top: 1px;
4223
- border-bottom-color: #fff; }
4300
+ .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
4301
+ top: 0;
4302
+ border-width: 0 0.5rem 0.5rem 0.5rem;
4303
+ border-bottom-color: rgba(0, 0, 0, 0.25); }
4304
+ .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
4305
+ top: 1px;
4306
+ border-width: 0 0.5rem 0.5rem 0.5rem;
4307
+ border-bottom-color: #fff; }
4224
4308
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
4225
4309
  position: absolute;
4226
4310
  top: 0;
@@ -4233,29 +4317,24 @@ a.close.disabled {
4233
4317
 
4234
4318
  .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
4235
4319
  margin-right: 0.5rem; }
4236
- .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
4320
+ .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
4237
4321
  right: calc((0.5rem + 1px) * -1);
4238
4322
  width: 0.5rem;
4239
4323
  height: 1rem;
4240
4324
  margin: 0.3rem 0; }
4241
- .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
4242
- .bs-popover-left .arrow::after,
4243
- .bs-popover-auto[x-placement^="left"] .arrow::after {
4244
- border-width: 0.5rem 0 0.5rem 0.5rem; }
4245
- .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
4246
- right: 0;
4247
- border-left-color: rgba(0, 0, 0, 0.25); }
4248
-
4249
- .bs-popover-left .arrow::after,
4250
- .bs-popover-auto[x-placement^="left"] .arrow::after {
4251
- right: 1px;
4252
- border-left-color: #fff; }
4325
+ .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
4326
+ right: 0;
4327
+ border-width: 0.5rem 0 0.5rem 0.5rem;
4328
+ border-left-color: rgba(0, 0, 0, 0.25); }
4329
+ .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
4330
+ right: 1px;
4331
+ border-width: 0.5rem 0 0.5rem 0.5rem;
4332
+ border-left-color: #fff; }
4253
4333
 
4254
4334
  .popover-header {
4255
4335
  padding: 0.5rem 0.75rem;
4256
4336
  margin-bottom: 0;
4257
4337
  font-size: 1rem;
4258
- color: inherit;
4259
4338
  background-color: #f7f7f7;
4260
4339
  border-bottom: 1px solid #ebebeb;
4261
4340
  border-top-left-radius: calc(0.3rem - 1px);
@@ -4290,7 +4369,7 @@ a.close.disabled {
4290
4369
  margin-right: -100%;
4291
4370
  backface-visibility: hidden;
4292
4371
  transition: transform 0.6s ease-in-out; }
4293
- @media screen and (prefers-reduced-motion: reduce) {
4372
+ @media (prefers-reduced-motion: reduce) {
4294
4373
  .carousel-item {
4295
4374
  transition: none; } }
4296
4375
 
@@ -4323,7 +4402,7 @@ a.close.disabled {
4323
4402
  z-index: 0;
4324
4403
  opacity: 0;
4325
4404
  transition: 0s 0.6s opacity; }
4326
- @media screen and (prefers-reduced-motion: reduce) {
4405
+ @media (prefers-reduced-motion: reduce) {
4327
4406
  .carousel-fade .active.carousel-item-left,
4328
4407
  .carousel-fade .active.carousel-item-right {
4329
4408
  transition: none; } }
@@ -4342,7 +4421,7 @@ a.close.disabled {
4342
4421
  text-align: center;
4343
4422
  opacity: 0.5;
4344
4423
  transition: opacity 0.15s ease; }
4345
- @media screen and (prefers-reduced-motion: reduce) {
4424
+ @media (prefers-reduced-motion: reduce) {
4346
4425
  .carousel-control-prev,
4347
4426
  .carousel-control-next {
4348
4427
  transition: none; } }
@@ -4365,8 +4444,7 @@ a.close.disabled {
4365
4444
  display: inline-block;
4366
4445
  width: 20px;
4367
4446
  height: 20px;
4368
- background: transparent no-repeat center center;
4369
- background-size: 100% 100%; }
4447
+ background: no-repeat 50% / 100% 100%; }
4370
4448
 
4371
4449
  .carousel-control-prev-icon {
4372
4450
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
@@ -4401,7 +4479,7 @@ a.close.disabled {
4401
4479
  border-bottom: 10px solid transparent;
4402
4480
  opacity: .5;
4403
4481
  transition: opacity 0.6s ease; }
4404
- @media screen and (prefers-reduced-motion: reduce) {
4482
+ @media (prefers-reduced-motion: reduce) {
4405
4483
  .carousel-indicators li {
4406
4484
  transition: none; } }
4407
4485
  .carousel-indicators .active {
@@ -4602,6 +4680,9 @@ button.bg-dark:focus {
4602
4680
  .border-white {
4603
4681
  border-color: #fff !important; }
4604
4682
 
4683
+ .rounded-sm {
4684
+ border-radius: 0.2rem !important; }
4685
+
4605
4686
  .rounded {
4606
4687
  border-radius: 0.25rem !important; }
4607
4688
 
@@ -4621,6 +4702,9 @@ button.bg-dark:focus {
4621
4702
  border-top-left-radius: 0.25rem !important;
4622
4703
  border-bottom-left-radius: 0.25rem !important; }
4623
4704
 
4705
+ .rounded-lg {
4706
+ border-radius: 0.3rem !important; }
4707
+
4624
4708
  .rounded-circle {
4625
4709
  border-radius: 50% !important; }
4626
4710
 
@@ -4790,8 +4874,8 @@ button.bg-dark:focus {
4790
4874
  .embed-responsive-16by9::before {
4791
4875
  padding-top: 56.25%; }
4792
4876
 
4793
- .embed-responsive-3by4::before {
4794
- padding-top: 133.33333%; }
4877
+ .embed-responsive-4by3::before {
4878
+ padding-top: 75%; }
4795
4879
 
4796
4880
  .embed-responsive-1by1::before {
4797
4881
  padding-top: 100%; }
@@ -5338,6 +5422,17 @@ button.bg-dark:focus {
5338
5422
  .vh-100 {
5339
5423
  height: 100vh !important; }
5340
5424
 
5425
+ .stretched-link::after {
5426
+ position: absolute;
5427
+ top: 0;
5428
+ right: 0;
5429
+ bottom: 0;
5430
+ left: 0;
5431
+ z-index: 1;
5432
+ pointer-events: auto;
5433
+ content: "";
5434
+ background-color: rgba(0, 0, 0, 0); }
5435
+
5341
5436
  .m-0 {
5342
5437
  margin: 0 !important; }
5343
5438
 
@@ -6697,7 +6792,7 @@ button.bg-dark:focus {
6697
6792
  margin-left: auto !important; } }
6698
6793
 
6699
6794
  .text-monospace {
6700
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
6795
+ font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
6701
6796
 
6702
6797
  .text-justify {
6703
6798
  text-align: justify !important; }
@@ -6854,6 +6949,10 @@ a.text-dark:hover, a.text-dark:focus {
6854
6949
  .text-decoration-none {
6855
6950
  text-decoration: none !important; }
6856
6951
 
6952
+ .text-break {
6953
+ word-break: break-word !important;
6954
+ overflow-wrap: break-word !important; }
6955
+
6857
6956
  .text-reset {
6858
6957
  color: inherit !important; }
6859
6958