@coreui/coreui 4.1.3 → 4.1.6

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.
Files changed (115) hide show
  1. package/README.md +5 -4
  2. package/dist/css/coreui-grid.css +2 -946
  3. package/dist/css/coreui-grid.css.map +1 -1
  4. package/dist/css/coreui-grid.min.css +3 -3
  5. package/dist/css/coreui-grid.min.css.map +1 -1
  6. package/dist/css/coreui-grid.rtl.css +4 -948
  7. package/dist/css/coreui-grid.rtl.css.map +1 -1
  8. package/dist/css/coreui-grid.rtl.min.css +5 -5
  9. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  10. package/dist/css/coreui-reboot.css +2 -2
  11. package/dist/css/coreui-reboot.css.map +1 -1
  12. package/dist/css/coreui-reboot.min.css +3 -3
  13. package/dist/css/coreui-reboot.min.css.map +1 -1
  14. package/dist/css/coreui-reboot.rtl.css +4 -4
  15. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  16. package/dist/css/coreui-reboot.rtl.min.css +5 -5
  17. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  18. package/dist/css/coreui-utilities.css +2 -789
  19. package/dist/css/coreui-utilities.css.map +1 -1
  20. package/dist/css/coreui-utilities.min.css +3 -3
  21. package/dist/css/coreui-utilities.min.css.map +1 -1
  22. package/dist/css/coreui-utilities.rtl.css +4 -791
  23. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  24. package/dist/css/coreui-utilities.rtl.min.css +5 -5
  25. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  26. package/dist/css/coreui.css +11 -1025
  27. package/dist/css/coreui.css.map +1 -1
  28. package/dist/css/coreui.min.css +3 -3
  29. package/dist/css/coreui.min.css.map +1 -1
  30. package/dist/css/coreui.rtl.css +16 -1031
  31. package/dist/css/coreui.rtl.css.map +1 -1
  32. package/dist/css/coreui.rtl.min.css +5 -5
  33. package/dist/css/coreui.rtl.min.css.map +1 -1
  34. package/dist/js/coreui.bundle.js +30 -26
  35. package/dist/js/coreui.bundle.js.map +1 -1
  36. package/dist/js/coreui.bundle.min.js +2 -2
  37. package/dist/js/coreui.bundle.min.js.map +1 -1
  38. package/dist/js/coreui.esm.js +23 -23
  39. package/dist/js/coreui.esm.js.map +1 -1
  40. package/dist/js/coreui.esm.min.js +2 -2
  41. package/dist/js/coreui.esm.min.js.map +1 -1
  42. package/dist/js/coreui.js +24 -24
  43. package/dist/js/coreui.js.map +1 -1
  44. package/dist/js/coreui.min.js +2 -2
  45. package/dist/js/coreui.min.js.map +1 -1
  46. package/js/dist/alert.js +3 -3
  47. package/js/dist/alert.js.map +1 -1
  48. package/js/dist/base-component.js +4 -4
  49. package/js/dist/base-component.js.map +1 -1
  50. package/js/dist/button.js +3 -3
  51. package/js/dist/button.js.map +1 -1
  52. package/js/dist/carousel.js +3 -3
  53. package/js/dist/carousel.js.map +1 -1
  54. package/js/dist/collapse.js +3 -3
  55. package/js/dist/collapse.js.map +1 -1
  56. package/js/dist/dom/data.js +2 -2
  57. package/js/dist/dom/data.js.map +1 -1
  58. package/js/dist/dom/event-handler.js +3 -3
  59. package/js/dist/dom/event-handler.js.map +1 -1
  60. package/js/dist/dom/manipulator.js +2 -2
  61. package/js/dist/dom/manipulator.js.map +1 -1
  62. package/js/dist/dom/selector-engine.js +3 -3
  63. package/js/dist/dom/selector-engine.js.map +1 -1
  64. package/js/dist/dropdown.js +3 -3
  65. package/js/dist/dropdown.js.map +1 -1
  66. package/js/dist/modal.js +3 -3
  67. package/js/dist/modal.js.map +1 -1
  68. package/js/dist/offcanvas.js +3 -3
  69. package/js/dist/offcanvas.js.map +1 -1
  70. package/js/dist/popover.js +3 -3
  71. package/js/dist/popover.js.map +1 -1
  72. package/js/dist/scrollspy.js +3 -3
  73. package/js/dist/scrollspy.js.map +1 -1
  74. package/js/dist/tab.js +3 -3
  75. package/js/dist/tab.js.map +1 -1
  76. package/js/dist/toast.js +3 -3
  77. package/js/dist/toast.js.map +1 -1
  78. package/js/dist/tooltip.js +4 -4
  79. package/js/dist/tooltip.js.map +1 -1
  80. package/js/src/alert.js +1 -1
  81. package/js/src/base-component.js +2 -2
  82. package/js/src/button.js +1 -1
  83. package/js/src/carousel.js +1 -1
  84. package/js/src/collapse.js +1 -1
  85. package/js/src/dom/data.js +1 -1
  86. package/js/src/dom/event-handler.js +1 -1
  87. package/js/src/dom/manipulator.js +1 -1
  88. package/js/src/dom/selector-engine.js +1 -1
  89. package/js/src/dropdown.js +1 -1
  90. package/js/src/modal.js +1 -1
  91. package/js/src/navigation.js +1 -1
  92. package/js/src/offcanvas.js +1 -1
  93. package/js/src/popover.js +1 -1
  94. package/js/src/scrollspy.js +1 -1
  95. package/js/src/sidebar.js +1 -1
  96. package/js/src/tab.js +1 -1
  97. package/js/src/toast.js +1 -1
  98. package/js/src/tooltip.js +1 -1
  99. package/js/src/util/index.js +1 -1
  100. package/js/src/util/sanitizer.js +1 -1
  101. package/package.json +6 -6
  102. package/scss/_modal.scss +2 -1
  103. package/scss/_offcanvas.scss +8 -8
  104. package/scss/_root.scss +0 -2
  105. package/scss/_toasts.scss +4 -2
  106. package/scss/_utilities.scss +0 -2
  107. package/scss/coreui-grid.rtl.scss +2 -2
  108. package/scss/coreui-grid.scss +2 -2
  109. package/scss/coreui-reboot.rtl.scss +2 -2
  110. package/scss/coreui-reboot.scss +2 -2
  111. package/scss/coreui-utilities.rtl.scss +2 -2
  112. package/scss/coreui-utilities.scss +2 -2
  113. package/scss/coreui.rtl.scss +2 -2
  114. package/scss/coreui.scss +2 -2
  115. package/scss/forms/_form-check.scss +1 -1
@@ -1,9 +1,9 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
3
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
4
- * @version v4.1.3
4
+ * @version v4.1.6
5
5
  * @link https://coreui.io/
6
- * Copyright (c) 2021 creativeLabs Łukasz Holeczek
6
+ * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
7
  * License MIT (https://coreui.io/license/)
8
8
  */
9
9
  :root {
@@ -906,210 +906,166 @@ progress {
906
906
  .col-sm {
907
907
  flex: 1 0 0%;
908
908
  }
909
-
910
909
  .row-cols-sm-auto > * {
911
910
  flex: 0 0 auto;
912
911
  width: auto;
913
912
  }
914
-
915
913
  .row-cols-sm-1 > * {
916
914
  flex: 0 0 auto;
917
915
  width: 100%;
918
916
  }
919
-
920
917
  .row-cols-sm-2 > * {
921
918
  flex: 0 0 auto;
922
919
  width: 50%;
923
920
  }
924
-
925
921
  .row-cols-sm-3 > * {
926
922
  flex: 0 0 auto;
927
923
  width: 33.3333333333%;
928
924
  }
929
-
930
925
  .row-cols-sm-4 > * {
931
926
  flex: 0 0 auto;
932
927
  width: 25%;
933
928
  }
934
-
935
929
  .row-cols-sm-5 > * {
936
930
  flex: 0 0 auto;
937
931
  width: 20%;
938
932
  }
939
-
940
933
  .row-cols-sm-6 > * {
941
934
  flex: 0 0 auto;
942
935
  width: 16.6666666667%;
943
936
  }
944
-
945
937
  .col-sm-auto {
946
938
  flex: 0 0 auto;
947
939
  width: auto;
948
940
  }
949
-
950
941
  .col-sm-1 {
951
942
  flex: 0 0 auto;
952
943
  width: 8.33333333%;
953
944
  }
954
-
955
945
  .col-sm-2 {
956
946
  flex: 0 0 auto;
957
947
  width: 16.66666667%;
958
948
  }
959
-
960
949
  .col-sm-3 {
961
950
  flex: 0 0 auto;
962
951
  width: 25%;
963
952
  }
964
-
965
953
  .col-sm-4 {
966
954
  flex: 0 0 auto;
967
955
  width: 33.33333333%;
968
956
  }
969
-
970
957
  .col-sm-5 {
971
958
  flex: 0 0 auto;
972
959
  width: 41.66666667%;
973
960
  }
974
-
975
961
  .col-sm-6 {
976
962
  flex: 0 0 auto;
977
963
  width: 50%;
978
964
  }
979
-
980
965
  .col-sm-7 {
981
966
  flex: 0 0 auto;
982
967
  width: 58.33333333%;
983
968
  }
984
-
985
969
  .col-sm-8 {
986
970
  flex: 0 0 auto;
987
971
  width: 66.66666667%;
988
972
  }
989
-
990
973
  .col-sm-9 {
991
974
  flex: 0 0 auto;
992
975
  width: 75%;
993
976
  }
994
-
995
977
  .col-sm-10 {
996
978
  flex: 0 0 auto;
997
979
  width: 83.33333333%;
998
980
  }
999
-
1000
981
  .col-sm-11 {
1001
982
  flex: 0 0 auto;
1002
983
  width: 91.66666667%;
1003
984
  }
1004
-
1005
985
  .col-sm-12 {
1006
986
  flex: 0 0 auto;
1007
987
  width: 100%;
1008
988
  }
1009
-
1010
989
  .offset-sm-0 {
1011
990
  margin-left: 0;
1012
991
  }
1013
-
1014
992
  .offset-sm-1 {
1015
993
  margin-left: 8.33333333%;
1016
994
  }
1017
-
1018
995
  .offset-sm-2 {
1019
996
  margin-left: 16.66666667%;
1020
997
  }
1021
-
1022
998
  .offset-sm-3 {
1023
999
  margin-left: 25%;
1024
1000
  }
1025
-
1026
1001
  .offset-sm-4 {
1027
1002
  margin-left: 33.33333333%;
1028
1003
  }
1029
-
1030
1004
  .offset-sm-5 {
1031
1005
  margin-left: 41.66666667%;
1032
1006
  }
1033
-
1034
1007
  .offset-sm-6 {
1035
1008
  margin-left: 50%;
1036
1009
  }
1037
-
1038
1010
  .offset-sm-7 {
1039
1011
  margin-left: 58.33333333%;
1040
1012
  }
1041
-
1042
1013
  .offset-sm-8 {
1043
1014
  margin-left: 66.66666667%;
1044
1015
  }
1045
-
1046
1016
  .offset-sm-9 {
1047
1017
  margin-left: 75%;
1048
1018
  }
1049
-
1050
1019
  .offset-sm-10 {
1051
1020
  margin-left: 83.33333333%;
1052
1021
  }
1053
-
1054
1022
  .offset-sm-11 {
1055
1023
  margin-left: 91.66666667%;
1056
1024
  }
1057
-
1058
1025
  .g-sm-0,
1059
1026
  .gx-sm-0 {
1060
1027
  --cui-gutter-x: 0;
1061
1028
  }
1062
-
1063
1029
  .g-sm-0,
1064
1030
  .gy-sm-0 {
1065
1031
  --cui-gutter-y: 0;
1066
1032
  }
1067
-
1068
1033
  .g-sm-1,
1069
1034
  .gx-sm-1 {
1070
1035
  --cui-gutter-x: 0.25rem;
1071
1036
  }
1072
-
1073
1037
  .g-sm-1,
1074
1038
  .gy-sm-1 {
1075
1039
  --cui-gutter-y: 0.25rem;
1076
1040
  }
1077
-
1078
1041
  .g-sm-2,
1079
1042
  .gx-sm-2 {
1080
1043
  --cui-gutter-x: 0.5rem;
1081
1044
  }
1082
-
1083
1045
  .g-sm-2,
1084
1046
  .gy-sm-2 {
1085
1047
  --cui-gutter-y: 0.5rem;
1086
1048
  }
1087
-
1088
1049
  .g-sm-3,
1089
1050
  .gx-sm-3 {
1090
1051
  --cui-gutter-x: 1rem;
1091
1052
  }
1092
-
1093
1053
  .g-sm-3,
1094
1054
  .gy-sm-3 {
1095
1055
  --cui-gutter-y: 1rem;
1096
1056
  }
1097
-
1098
1057
  .g-sm-4,
1099
1058
  .gx-sm-4 {
1100
1059
  --cui-gutter-x: 1.5rem;
1101
1060
  }
1102
-
1103
1061
  .g-sm-4,
1104
1062
  .gy-sm-4 {
1105
1063
  --cui-gutter-y: 1.5rem;
1106
1064
  }
1107
-
1108
1065
  .g-sm-5,
1109
1066
  .gx-sm-5 {
1110
1067
  --cui-gutter-x: 3rem;
1111
1068
  }
1112
-
1113
1069
  .g-sm-5,
1114
1070
  .gy-sm-5 {
1115
1071
  --cui-gutter-y: 3rem;
@@ -1119,210 +1075,166 @@ progress {
1119
1075
  .col-md {
1120
1076
  flex: 1 0 0%;
1121
1077
  }
1122
-
1123
1078
  .row-cols-md-auto > * {
1124
1079
  flex: 0 0 auto;
1125
1080
  width: auto;
1126
1081
  }
1127
-
1128
1082
  .row-cols-md-1 > * {
1129
1083
  flex: 0 0 auto;
1130
1084
  width: 100%;
1131
1085
  }
1132
-
1133
1086
  .row-cols-md-2 > * {
1134
1087
  flex: 0 0 auto;
1135
1088
  width: 50%;
1136
1089
  }
1137
-
1138
1090
  .row-cols-md-3 > * {
1139
1091
  flex: 0 0 auto;
1140
1092
  width: 33.3333333333%;
1141
1093
  }
1142
-
1143
1094
  .row-cols-md-4 > * {
1144
1095
  flex: 0 0 auto;
1145
1096
  width: 25%;
1146
1097
  }
1147
-
1148
1098
  .row-cols-md-5 > * {
1149
1099
  flex: 0 0 auto;
1150
1100
  width: 20%;
1151
1101
  }
1152
-
1153
1102
  .row-cols-md-6 > * {
1154
1103
  flex: 0 0 auto;
1155
1104
  width: 16.6666666667%;
1156
1105
  }
1157
-
1158
1106
  .col-md-auto {
1159
1107
  flex: 0 0 auto;
1160
1108
  width: auto;
1161
1109
  }
1162
-
1163
1110
  .col-md-1 {
1164
1111
  flex: 0 0 auto;
1165
1112
  width: 8.33333333%;
1166
1113
  }
1167
-
1168
1114
  .col-md-2 {
1169
1115
  flex: 0 0 auto;
1170
1116
  width: 16.66666667%;
1171
1117
  }
1172
-
1173
1118
  .col-md-3 {
1174
1119
  flex: 0 0 auto;
1175
1120
  width: 25%;
1176
1121
  }
1177
-
1178
1122
  .col-md-4 {
1179
1123
  flex: 0 0 auto;
1180
1124
  width: 33.33333333%;
1181
1125
  }
1182
-
1183
1126
  .col-md-5 {
1184
1127
  flex: 0 0 auto;
1185
1128
  width: 41.66666667%;
1186
1129
  }
1187
-
1188
1130
  .col-md-6 {
1189
1131
  flex: 0 0 auto;
1190
1132
  width: 50%;
1191
1133
  }
1192
-
1193
1134
  .col-md-7 {
1194
1135
  flex: 0 0 auto;
1195
1136
  width: 58.33333333%;
1196
1137
  }
1197
-
1198
1138
  .col-md-8 {
1199
1139
  flex: 0 0 auto;
1200
1140
  width: 66.66666667%;
1201
1141
  }
1202
-
1203
1142
  .col-md-9 {
1204
1143
  flex: 0 0 auto;
1205
1144
  width: 75%;
1206
1145
  }
1207
-
1208
1146
  .col-md-10 {
1209
1147
  flex: 0 0 auto;
1210
1148
  width: 83.33333333%;
1211
1149
  }
1212
-
1213
1150
  .col-md-11 {
1214
1151
  flex: 0 0 auto;
1215
1152
  width: 91.66666667%;
1216
1153
  }
1217
-
1218
1154
  .col-md-12 {
1219
1155
  flex: 0 0 auto;
1220
1156
  width: 100%;
1221
1157
  }
1222
-
1223
1158
  .offset-md-0 {
1224
1159
  margin-left: 0;
1225
1160
  }
1226
-
1227
1161
  .offset-md-1 {
1228
1162
  margin-left: 8.33333333%;
1229
1163
  }
1230
-
1231
1164
  .offset-md-2 {
1232
1165
  margin-left: 16.66666667%;
1233
1166
  }
1234
-
1235
1167
  .offset-md-3 {
1236
1168
  margin-left: 25%;
1237
1169
  }
1238
-
1239
1170
  .offset-md-4 {
1240
1171
  margin-left: 33.33333333%;
1241
1172
  }
1242
-
1243
1173
  .offset-md-5 {
1244
1174
  margin-left: 41.66666667%;
1245
1175
  }
1246
-
1247
1176
  .offset-md-6 {
1248
1177
  margin-left: 50%;
1249
1178
  }
1250
-
1251
1179
  .offset-md-7 {
1252
1180
  margin-left: 58.33333333%;
1253
1181
  }
1254
-
1255
1182
  .offset-md-8 {
1256
1183
  margin-left: 66.66666667%;
1257
1184
  }
1258
-
1259
1185
  .offset-md-9 {
1260
1186
  margin-left: 75%;
1261
1187
  }
1262
-
1263
1188
  .offset-md-10 {
1264
1189
  margin-left: 83.33333333%;
1265
1190
  }
1266
-
1267
1191
  .offset-md-11 {
1268
1192
  margin-left: 91.66666667%;
1269
1193
  }
1270
-
1271
1194
  .g-md-0,
1272
1195
  .gx-md-0 {
1273
1196
  --cui-gutter-x: 0;
1274
1197
  }
1275
-
1276
1198
  .g-md-0,
1277
1199
  .gy-md-0 {
1278
1200
  --cui-gutter-y: 0;
1279
1201
  }
1280
-
1281
1202
  .g-md-1,
1282
1203
  .gx-md-1 {
1283
1204
  --cui-gutter-x: 0.25rem;
1284
1205
  }
1285
-
1286
1206
  .g-md-1,
1287
1207
  .gy-md-1 {
1288
1208
  --cui-gutter-y: 0.25rem;
1289
1209
  }
1290
-
1291
1210
  .g-md-2,
1292
1211
  .gx-md-2 {
1293
1212
  --cui-gutter-x: 0.5rem;
1294
1213
  }
1295
-
1296
1214
  .g-md-2,
1297
1215
  .gy-md-2 {
1298
1216
  --cui-gutter-y: 0.5rem;
1299
1217
  }
1300
-
1301
1218
  .g-md-3,
1302
1219
  .gx-md-3 {
1303
1220
  --cui-gutter-x: 1rem;
1304
1221
  }
1305
-
1306
1222
  .g-md-3,
1307
1223
  .gy-md-3 {
1308
1224
  --cui-gutter-y: 1rem;
1309
1225
  }
1310
-
1311
1226
  .g-md-4,
1312
1227
  .gx-md-4 {
1313
1228
  --cui-gutter-x: 1.5rem;
1314
1229
  }
1315
-
1316
1230
  .g-md-4,
1317
1231
  .gy-md-4 {
1318
1232
  --cui-gutter-y: 1.5rem;
1319
1233
  }
1320
-
1321
1234
  .g-md-5,
1322
1235
  .gx-md-5 {
1323
1236
  --cui-gutter-x: 3rem;
1324
1237
  }
1325
-
1326
1238
  .g-md-5,
1327
1239
  .gy-md-5 {
1328
1240
  --cui-gutter-y: 3rem;
@@ -1332,210 +1244,166 @@ progress {
1332
1244
  .col-lg {
1333
1245
  flex: 1 0 0%;
1334
1246
  }
1335
-
1336
1247
  .row-cols-lg-auto > * {
1337
1248
  flex: 0 0 auto;
1338
1249
  width: auto;
1339
1250
  }
1340
-
1341
1251
  .row-cols-lg-1 > * {
1342
1252
  flex: 0 0 auto;
1343
1253
  width: 100%;
1344
1254
  }
1345
-
1346
1255
  .row-cols-lg-2 > * {
1347
1256
  flex: 0 0 auto;
1348
1257
  width: 50%;
1349
1258
  }
1350
-
1351
1259
  .row-cols-lg-3 > * {
1352
1260
  flex: 0 0 auto;
1353
1261
  width: 33.3333333333%;
1354
1262
  }
1355
-
1356
1263
  .row-cols-lg-4 > * {
1357
1264
  flex: 0 0 auto;
1358
1265
  width: 25%;
1359
1266
  }
1360
-
1361
1267
  .row-cols-lg-5 > * {
1362
1268
  flex: 0 0 auto;
1363
1269
  width: 20%;
1364
1270
  }
1365
-
1366
1271
  .row-cols-lg-6 > * {
1367
1272
  flex: 0 0 auto;
1368
1273
  width: 16.6666666667%;
1369
1274
  }
1370
-
1371
1275
  .col-lg-auto {
1372
1276
  flex: 0 0 auto;
1373
1277
  width: auto;
1374
1278
  }
1375
-
1376
1279
  .col-lg-1 {
1377
1280
  flex: 0 0 auto;
1378
1281
  width: 8.33333333%;
1379
1282
  }
1380
-
1381
1283
  .col-lg-2 {
1382
1284
  flex: 0 0 auto;
1383
1285
  width: 16.66666667%;
1384
1286
  }
1385
-
1386
1287
  .col-lg-3 {
1387
1288
  flex: 0 0 auto;
1388
1289
  width: 25%;
1389
1290
  }
1390
-
1391
1291
  .col-lg-4 {
1392
1292
  flex: 0 0 auto;
1393
1293
  width: 33.33333333%;
1394
1294
  }
1395
-
1396
1295
  .col-lg-5 {
1397
1296
  flex: 0 0 auto;
1398
1297
  width: 41.66666667%;
1399
1298
  }
1400
-
1401
1299
  .col-lg-6 {
1402
1300
  flex: 0 0 auto;
1403
1301
  width: 50%;
1404
1302
  }
1405
-
1406
1303
  .col-lg-7 {
1407
1304
  flex: 0 0 auto;
1408
1305
  width: 58.33333333%;
1409
1306
  }
1410
-
1411
1307
  .col-lg-8 {
1412
1308
  flex: 0 0 auto;
1413
1309
  width: 66.66666667%;
1414
1310
  }
1415
-
1416
1311
  .col-lg-9 {
1417
1312
  flex: 0 0 auto;
1418
1313
  width: 75%;
1419
1314
  }
1420
-
1421
1315
  .col-lg-10 {
1422
1316
  flex: 0 0 auto;
1423
1317
  width: 83.33333333%;
1424
1318
  }
1425
-
1426
1319
  .col-lg-11 {
1427
1320
  flex: 0 0 auto;
1428
1321
  width: 91.66666667%;
1429
1322
  }
1430
-
1431
1323
  .col-lg-12 {
1432
1324
  flex: 0 0 auto;
1433
1325
  width: 100%;
1434
1326
  }
1435
-
1436
1327
  .offset-lg-0 {
1437
1328
  margin-left: 0;
1438
1329
  }
1439
-
1440
1330
  .offset-lg-1 {
1441
1331
  margin-left: 8.33333333%;
1442
1332
  }
1443
-
1444
1333
  .offset-lg-2 {
1445
1334
  margin-left: 16.66666667%;
1446
1335
  }
1447
-
1448
1336
  .offset-lg-3 {
1449
1337
  margin-left: 25%;
1450
1338
  }
1451
-
1452
1339
  .offset-lg-4 {
1453
1340
  margin-left: 33.33333333%;
1454
1341
  }
1455
-
1456
1342
  .offset-lg-5 {
1457
1343
  margin-left: 41.66666667%;
1458
1344
  }
1459
-
1460
1345
  .offset-lg-6 {
1461
1346
  margin-left: 50%;
1462
1347
  }
1463
-
1464
1348
  .offset-lg-7 {
1465
1349
  margin-left: 58.33333333%;
1466
1350
  }
1467
-
1468
1351
  .offset-lg-8 {
1469
1352
  margin-left: 66.66666667%;
1470
1353
  }
1471
-
1472
1354
  .offset-lg-9 {
1473
1355
  margin-left: 75%;
1474
1356
  }
1475
-
1476
1357
  .offset-lg-10 {
1477
1358
  margin-left: 83.33333333%;
1478
1359
  }
1479
-
1480
1360
  .offset-lg-11 {
1481
1361
  margin-left: 91.66666667%;
1482
1362
  }
1483
-
1484
1363
  .g-lg-0,
1485
1364
  .gx-lg-0 {
1486
1365
  --cui-gutter-x: 0;
1487
1366
  }
1488
-
1489
1367
  .g-lg-0,
1490
1368
  .gy-lg-0 {
1491
1369
  --cui-gutter-y: 0;
1492
1370
  }
1493
-
1494
1371
  .g-lg-1,
1495
1372
  .gx-lg-1 {
1496
1373
  --cui-gutter-x: 0.25rem;
1497
1374
  }
1498
-
1499
1375
  .g-lg-1,
1500
1376
  .gy-lg-1 {
1501
1377
  --cui-gutter-y: 0.25rem;
1502
1378
  }
1503
-
1504
1379
  .g-lg-2,
1505
1380
  .gx-lg-2 {
1506
1381
  --cui-gutter-x: 0.5rem;
1507
1382
  }
1508
-
1509
1383
  .g-lg-2,
1510
1384
  .gy-lg-2 {
1511
1385
  --cui-gutter-y: 0.5rem;
1512
1386
  }
1513
-
1514
1387
  .g-lg-3,
1515
1388
  .gx-lg-3 {
1516
1389
  --cui-gutter-x: 1rem;
1517
1390
  }
1518
-
1519
1391
  .g-lg-3,
1520
1392
  .gy-lg-3 {
1521
1393
  --cui-gutter-y: 1rem;
1522
1394
  }
1523
-
1524
1395
  .g-lg-4,
1525
1396
  .gx-lg-4 {
1526
1397
  --cui-gutter-x: 1.5rem;
1527
1398
  }
1528
-
1529
1399
  .g-lg-4,
1530
1400
  .gy-lg-4 {
1531
1401
  --cui-gutter-y: 1.5rem;
1532
1402
  }
1533
-
1534
1403
  .g-lg-5,
1535
1404
  .gx-lg-5 {
1536
1405
  --cui-gutter-x: 3rem;
1537
1406
  }
1538
-
1539
1407
  .g-lg-5,
1540
1408
  .gy-lg-5 {
1541
1409
  --cui-gutter-y: 3rem;
@@ -1545,210 +1413,166 @@ progress {
1545
1413
  .col-xl {
1546
1414
  flex: 1 0 0%;
1547
1415
  }
1548
-
1549
1416
  .row-cols-xl-auto > * {
1550
1417
  flex: 0 0 auto;
1551
1418
  width: auto;
1552
1419
  }
1553
-
1554
1420
  .row-cols-xl-1 > * {
1555
1421
  flex: 0 0 auto;
1556
1422
  width: 100%;
1557
1423
  }
1558
-
1559
1424
  .row-cols-xl-2 > * {
1560
1425
  flex: 0 0 auto;
1561
1426
  width: 50%;
1562
1427
  }
1563
-
1564
1428
  .row-cols-xl-3 > * {
1565
1429
  flex: 0 0 auto;
1566
1430
  width: 33.3333333333%;
1567
1431
  }
1568
-
1569
1432
  .row-cols-xl-4 > * {
1570
1433
  flex: 0 0 auto;
1571
1434
  width: 25%;
1572
1435
  }
1573
-
1574
1436
  .row-cols-xl-5 > * {
1575
1437
  flex: 0 0 auto;
1576
1438
  width: 20%;
1577
1439
  }
1578
-
1579
1440
  .row-cols-xl-6 > * {
1580
1441
  flex: 0 0 auto;
1581
1442
  width: 16.6666666667%;
1582
1443
  }
1583
-
1584
1444
  .col-xl-auto {
1585
1445
  flex: 0 0 auto;
1586
1446
  width: auto;
1587
1447
  }
1588
-
1589
1448
  .col-xl-1 {
1590
1449
  flex: 0 0 auto;
1591
1450
  width: 8.33333333%;
1592
1451
  }
1593
-
1594
1452
  .col-xl-2 {
1595
1453
  flex: 0 0 auto;
1596
1454
  width: 16.66666667%;
1597
1455
  }
1598
-
1599
1456
  .col-xl-3 {
1600
1457
  flex: 0 0 auto;
1601
1458
  width: 25%;
1602
1459
  }
1603
-
1604
1460
  .col-xl-4 {
1605
1461
  flex: 0 0 auto;
1606
1462
  width: 33.33333333%;
1607
1463
  }
1608
-
1609
1464
  .col-xl-5 {
1610
1465
  flex: 0 0 auto;
1611
1466
  width: 41.66666667%;
1612
1467
  }
1613
-
1614
1468
  .col-xl-6 {
1615
1469
  flex: 0 0 auto;
1616
1470
  width: 50%;
1617
1471
  }
1618
-
1619
1472
  .col-xl-7 {
1620
1473
  flex: 0 0 auto;
1621
1474
  width: 58.33333333%;
1622
1475
  }
1623
-
1624
1476
  .col-xl-8 {
1625
1477
  flex: 0 0 auto;
1626
1478
  width: 66.66666667%;
1627
1479
  }
1628
-
1629
1480
  .col-xl-9 {
1630
1481
  flex: 0 0 auto;
1631
1482
  width: 75%;
1632
1483
  }
1633
-
1634
1484
  .col-xl-10 {
1635
1485
  flex: 0 0 auto;
1636
1486
  width: 83.33333333%;
1637
1487
  }
1638
-
1639
1488
  .col-xl-11 {
1640
1489
  flex: 0 0 auto;
1641
1490
  width: 91.66666667%;
1642
1491
  }
1643
-
1644
1492
  .col-xl-12 {
1645
1493
  flex: 0 0 auto;
1646
1494
  width: 100%;
1647
1495
  }
1648
-
1649
1496
  .offset-xl-0 {
1650
1497
  margin-left: 0;
1651
1498
  }
1652
-
1653
1499
  .offset-xl-1 {
1654
1500
  margin-left: 8.33333333%;
1655
1501
  }
1656
-
1657
1502
  .offset-xl-2 {
1658
1503
  margin-left: 16.66666667%;
1659
1504
  }
1660
-
1661
1505
  .offset-xl-3 {
1662
1506
  margin-left: 25%;
1663
1507
  }
1664
-
1665
1508
  .offset-xl-4 {
1666
1509
  margin-left: 33.33333333%;
1667
1510
  }
1668
-
1669
1511
  .offset-xl-5 {
1670
1512
  margin-left: 41.66666667%;
1671
1513
  }
1672
-
1673
1514
  .offset-xl-6 {
1674
1515
  margin-left: 50%;
1675
1516
  }
1676
-
1677
1517
  .offset-xl-7 {
1678
1518
  margin-left: 58.33333333%;
1679
1519
  }
1680
-
1681
1520
  .offset-xl-8 {
1682
1521
  margin-left: 66.66666667%;
1683
1522
  }
1684
-
1685
1523
  .offset-xl-9 {
1686
1524
  margin-left: 75%;
1687
1525
  }
1688
-
1689
1526
  .offset-xl-10 {
1690
1527
  margin-left: 83.33333333%;
1691
1528
  }
1692
-
1693
1529
  .offset-xl-11 {
1694
1530
  margin-left: 91.66666667%;
1695
1531
  }
1696
-
1697
1532
  .g-xl-0,
1698
1533
  .gx-xl-0 {
1699
1534
  --cui-gutter-x: 0;
1700
1535
  }
1701
-
1702
1536
  .g-xl-0,
1703
1537
  .gy-xl-0 {
1704
1538
  --cui-gutter-y: 0;
1705
1539
  }
1706
-
1707
1540
  .g-xl-1,
1708
1541
  .gx-xl-1 {
1709
1542
  --cui-gutter-x: 0.25rem;
1710
1543
  }
1711
-
1712
1544
  .g-xl-1,
1713
1545
  .gy-xl-1 {
1714
1546
  --cui-gutter-y: 0.25rem;
1715
1547
  }
1716
-
1717
1548
  .g-xl-2,
1718
1549
  .gx-xl-2 {
1719
1550
  --cui-gutter-x: 0.5rem;
1720
1551
  }
1721
-
1722
1552
  .g-xl-2,
1723
1553
  .gy-xl-2 {
1724
1554
  --cui-gutter-y: 0.5rem;
1725
1555
  }
1726
-
1727
1556
  .g-xl-3,
1728
1557
  .gx-xl-3 {
1729
1558
  --cui-gutter-x: 1rem;
1730
1559
  }
1731
-
1732
1560
  .g-xl-3,
1733
1561
  .gy-xl-3 {
1734
1562
  --cui-gutter-y: 1rem;
1735
1563
  }
1736
-
1737
1564
  .g-xl-4,
1738
1565
  .gx-xl-4 {
1739
1566
  --cui-gutter-x: 1.5rem;
1740
1567
  }
1741
-
1742
1568
  .g-xl-4,
1743
1569
  .gy-xl-4 {
1744
1570
  --cui-gutter-y: 1.5rem;
1745
1571
  }
1746
-
1747
1572
  .g-xl-5,
1748
1573
  .gx-xl-5 {
1749
1574
  --cui-gutter-x: 3rem;
1750
1575
  }
1751
-
1752
1576
  .g-xl-5,
1753
1577
  .gy-xl-5 {
1754
1578
  --cui-gutter-y: 3rem;
@@ -1758,210 +1582,166 @@ progress {
1758
1582
  .col-xxl {
1759
1583
  flex: 1 0 0%;
1760
1584
  }
1761
-
1762
1585
  .row-cols-xxl-auto > * {
1763
1586
  flex: 0 0 auto;
1764
1587
  width: auto;
1765
1588
  }
1766
-
1767
1589
  .row-cols-xxl-1 > * {
1768
1590
  flex: 0 0 auto;
1769
1591
  width: 100%;
1770
1592
  }
1771
-
1772
1593
  .row-cols-xxl-2 > * {
1773
1594
  flex: 0 0 auto;
1774
1595
  width: 50%;
1775
1596
  }
1776
-
1777
1597
  .row-cols-xxl-3 > * {
1778
1598
  flex: 0 0 auto;
1779
1599
  width: 33.3333333333%;
1780
1600
  }
1781
-
1782
1601
  .row-cols-xxl-4 > * {
1783
1602
  flex: 0 0 auto;
1784
1603
  width: 25%;
1785
1604
  }
1786
-
1787
1605
  .row-cols-xxl-5 > * {
1788
1606
  flex: 0 0 auto;
1789
1607
  width: 20%;
1790
1608
  }
1791
-
1792
1609
  .row-cols-xxl-6 > * {
1793
1610
  flex: 0 0 auto;
1794
1611
  width: 16.6666666667%;
1795
1612
  }
1796
-
1797
1613
  .col-xxl-auto {
1798
1614
  flex: 0 0 auto;
1799
1615
  width: auto;
1800
1616
  }
1801
-
1802
1617
  .col-xxl-1 {
1803
1618
  flex: 0 0 auto;
1804
1619
  width: 8.33333333%;
1805
1620
  }
1806
-
1807
1621
  .col-xxl-2 {
1808
1622
  flex: 0 0 auto;
1809
1623
  width: 16.66666667%;
1810
1624
  }
1811
-
1812
1625
  .col-xxl-3 {
1813
1626
  flex: 0 0 auto;
1814
1627
  width: 25%;
1815
1628
  }
1816
-
1817
1629
  .col-xxl-4 {
1818
1630
  flex: 0 0 auto;
1819
1631
  width: 33.33333333%;
1820
1632
  }
1821
-
1822
1633
  .col-xxl-5 {
1823
1634
  flex: 0 0 auto;
1824
1635
  width: 41.66666667%;
1825
1636
  }
1826
-
1827
1637
  .col-xxl-6 {
1828
1638
  flex: 0 0 auto;
1829
1639
  width: 50%;
1830
1640
  }
1831
-
1832
1641
  .col-xxl-7 {
1833
1642
  flex: 0 0 auto;
1834
1643
  width: 58.33333333%;
1835
1644
  }
1836
-
1837
1645
  .col-xxl-8 {
1838
1646
  flex: 0 0 auto;
1839
1647
  width: 66.66666667%;
1840
1648
  }
1841
-
1842
1649
  .col-xxl-9 {
1843
1650
  flex: 0 0 auto;
1844
1651
  width: 75%;
1845
1652
  }
1846
-
1847
1653
  .col-xxl-10 {
1848
1654
  flex: 0 0 auto;
1849
1655
  width: 83.33333333%;
1850
1656
  }
1851
-
1852
1657
  .col-xxl-11 {
1853
1658
  flex: 0 0 auto;
1854
1659
  width: 91.66666667%;
1855
1660
  }
1856
-
1857
1661
  .col-xxl-12 {
1858
1662
  flex: 0 0 auto;
1859
1663
  width: 100%;
1860
1664
  }
1861
-
1862
1665
  .offset-xxl-0 {
1863
1666
  margin-left: 0;
1864
1667
  }
1865
-
1866
1668
  .offset-xxl-1 {
1867
1669
  margin-left: 8.33333333%;
1868
1670
  }
1869
-
1870
1671
  .offset-xxl-2 {
1871
1672
  margin-left: 16.66666667%;
1872
1673
  }
1873
-
1874
1674
  .offset-xxl-3 {
1875
1675
  margin-left: 25%;
1876
1676
  }
1877
-
1878
1677
  .offset-xxl-4 {
1879
1678
  margin-left: 33.33333333%;
1880
1679
  }
1881
-
1882
1680
  .offset-xxl-5 {
1883
1681
  margin-left: 41.66666667%;
1884
1682
  }
1885
-
1886
1683
  .offset-xxl-6 {
1887
1684
  margin-left: 50%;
1888
1685
  }
1889
-
1890
1686
  .offset-xxl-7 {
1891
1687
  margin-left: 58.33333333%;
1892
1688
  }
1893
-
1894
1689
  .offset-xxl-8 {
1895
1690
  margin-left: 66.66666667%;
1896
1691
  }
1897
-
1898
1692
  .offset-xxl-9 {
1899
1693
  margin-left: 75%;
1900
1694
  }
1901
-
1902
1695
  .offset-xxl-10 {
1903
1696
  margin-left: 83.33333333%;
1904
1697
  }
1905
-
1906
1698
  .offset-xxl-11 {
1907
1699
  margin-left: 91.66666667%;
1908
1700
  }
1909
-
1910
1701
  .g-xxl-0,
1911
1702
  .gx-xxl-0 {
1912
1703
  --cui-gutter-x: 0;
1913
1704
  }
1914
-
1915
1705
  .g-xxl-0,
1916
1706
  .gy-xxl-0 {
1917
1707
  --cui-gutter-y: 0;
1918
1708
  }
1919
-
1920
1709
  .g-xxl-1,
1921
1710
  .gx-xxl-1 {
1922
1711
  --cui-gutter-x: 0.25rem;
1923
1712
  }
1924
-
1925
1713
  .g-xxl-1,
1926
1714
  .gy-xxl-1 {
1927
1715
  --cui-gutter-y: 0.25rem;
1928
1716
  }
1929
-
1930
1717
  .g-xxl-2,
1931
1718
  .gx-xxl-2 {
1932
1719
  --cui-gutter-x: 0.5rem;
1933
1720
  }
1934
-
1935
1721
  .g-xxl-2,
1936
1722
  .gy-xxl-2 {
1937
1723
  --cui-gutter-y: 0.5rem;
1938
1724
  }
1939
-
1940
1725
  .g-xxl-3,
1941
1726
  .gx-xxl-3 {
1942
1727
  --cui-gutter-x: 1rem;
1943
1728
  }
1944
-
1945
1729
  .g-xxl-3,
1946
1730
  .gy-xxl-3 {
1947
1731
  --cui-gutter-y: 1rem;
1948
1732
  }
1949
-
1950
1733
  .g-xxl-4,
1951
1734
  .gx-xxl-4 {
1952
1735
  --cui-gutter-x: 1.5rem;
1953
1736
  }
1954
-
1955
1737
  .g-xxl-4,
1956
1738
  .gy-xxl-4 {
1957
1739
  --cui-gutter-y: 1.5rem;
1958
1740
  }
1959
-
1960
1741
  .g-xxl-5,
1961
1742
  .gx-xxl-5 {
1962
1743
  --cui-gutter-x: 3rem;
1963
1744
  }
1964
-
1965
1745
  .g-xxl-5,
1966
1746
  .gy-xxl-5 {
1967
1747
  --cui-gutter-y: 3rem;
@@ -2518,6 +2298,7 @@ textarea.form-control-lg {
2518
2298
  appearance: none;
2519
2299
  -webkit-print-color-adjust: exact;
2520
2300
  color-adjust: exact;
2301
+ print-color-adjust: exact;
2521
2302
  }
2522
2303
  .form-check-input[type=checkbox] {
2523
2304
  border-radius: 0.25em;
@@ -3606,7 +3387,6 @@ textarea.form-control-lg {
3606
3387
  right: auto;
3607
3388
  left: 0;
3608
3389
  }
3609
-
3610
3390
  .dropdown-menu-sm-end {
3611
3391
  --cui-position: end;
3612
3392
  }
@@ -3623,7 +3403,6 @@ textarea.form-control-lg {
3623
3403
  right: auto;
3624
3404
  left: 0;
3625
3405
  }
3626
-
3627
3406
  .dropdown-menu-md-end {
3628
3407
  --cui-position: end;
3629
3408
  }
@@ -3640,7 +3419,6 @@ textarea.form-control-lg {
3640
3419
  right: auto;
3641
3420
  left: 0;
3642
3421
  }
3643
-
3644
3422
  .dropdown-menu-lg-end {
3645
3423
  --cui-position: end;
3646
3424
  }
@@ -3657,7 +3435,6 @@ textarea.form-control-lg {
3657
3435
  right: auto;
3658
3436
  left: 0;
3659
3437
  }
3660
-
3661
3438
  .dropdown-menu-xl-end {
3662
3439
  --cui-position: end;
3663
3440
  }
@@ -3674,7 +3451,6 @@ textarea.form-control-lg {
3674
3451
  right: auto;
3675
3452
  left: 0;
3676
3453
  }
3677
-
3678
3454
  .dropdown-menu-xxl-end {
3679
3455
  --cui-position: end;
3680
3456
  }
@@ -5578,15 +5354,12 @@ textarea.form-control-lg {
5578
5354
  max-width: 500px;
5579
5355
  margin: 1.75rem auto;
5580
5356
  }
5581
-
5582
5357
  .modal-dialog-scrollable {
5583
5358
  height: calc(100% - 3.5rem);
5584
5359
  }
5585
-
5586
5360
  .modal-dialog-centered {
5587
5361
  min-height: calc(100% - 3.5rem);
5588
5362
  }
5589
-
5590
5363
  .modal-sm {
5591
5364
  max-width: 300px;
5592
5365
  }
@@ -6254,9 +6027,9 @@ textarea.form-control-lg {
6254
6027
  display: flex;
6255
6028
  flex-direction: column;
6256
6029
  max-width: 100%;
6257
- color: unset;
6030
+ color: var(--cui-offcanvas-color, unset);
6258
6031
  visibility: hidden;
6259
- background-color: #fff;
6032
+ background-color: var(--cui-offcanvas-bg-color, #fff);
6260
6033
  background-clip: padding-box;
6261
6034
  outline: 0;
6262
6035
  transition: transform 0.3s ease-in-out;
@@ -6274,7 +6047,7 @@ textarea.form-control-lg {
6274
6047
  z-index: 1040;
6275
6048
  width: 100vw;
6276
6049
  height: 100vh;
6277
- background-color: #000015;
6050
+ background-color: var(--cui-offcanvas-backdrop-bg, #000015);
6278
6051
  }
6279
6052
  .offcanvas-backdrop.fade {
6280
6053
  opacity: 0;
@@ -6311,7 +6084,7 @@ textarea.form-control-lg {
6311
6084
  top: 0;
6312
6085
  left: 0;
6313
6086
  width: 400px;
6314
- border-right: 1px solid rgba(0, 0, 21, 0.2);
6087
+ border-right: 1px solid var(--cui-offcanvas-border-color, rgba(0, 0, 21, 0.2));
6315
6088
  transform: translateX(-100%);
6316
6089
  }
6317
6090
 
@@ -6319,7 +6092,7 @@ textarea.form-control-lg {
6319
6092
  top: 0;
6320
6093
  right: 0;
6321
6094
  width: 400px;
6322
- border-left: 1px solid rgba(0, 0, 21, 0.2);
6095
+ border-left: 1px solid var(--cui-offcanvas-border-color, rgba(0, 0, 21, 0.2));
6323
6096
  transform: translateX(100%);
6324
6097
  }
6325
6098
 
@@ -6329,7 +6102,7 @@ textarea.form-control-lg {
6329
6102
  left: 0;
6330
6103
  height: 30vh;
6331
6104
  max-height: 100%;
6332
- border-bottom: 1px solid rgba(0, 0, 21, 0.2);
6105
+ border-bottom: 1px solid var(--cui-offcanvas-border-color, rgba(0, 0, 21, 0.2));
6333
6106
  transform: translateY(-100%);
6334
6107
  }
6335
6108
 
@@ -6338,12 +6111,12 @@ textarea.form-control-lg {
6338
6111
  left: 0;
6339
6112
  height: 30vh;
6340
6113
  max-height: 100%;
6341
- border-top: 1px solid rgba(0, 0, 21, 0.2);
6114
+ border-top: 1px solid var(--cui-offcanvas-border-color, rgba(0, 0, 21, 0.2));
6342
6115
  transform: translateY(100%);
6343
6116
  }
6344
6117
 
6345
6118
  .offcanvas.show {
6346
- transform: none;
6119
+ transform: none !important;
6347
6120
  }
6348
6121
 
6349
6122
  .placeholder {
@@ -9215,649 +8988,494 @@ textarea.form-control-lg {
9215
8988
  .float-sm-start {
9216
8989
  float: left !important;
9217
8990
  }
9218
-
9219
8991
  .float-sm-end {
9220
8992
  float: right !important;
9221
8993
  }
9222
-
9223
8994
  .float-sm-none {
9224
8995
  float: none !important;
9225
8996
  }
9226
-
9227
8997
  .d-sm-inline {
9228
8998
  display: inline !important;
9229
8999
  }
9230
-
9231
9000
  .d-sm-inline-block {
9232
9001
  display: inline-block !important;
9233
9002
  }
9234
-
9235
9003
  .d-sm-block {
9236
9004
  display: block !important;
9237
9005
  }
9238
-
9239
9006
  .d-sm-grid {
9240
9007
  display: grid !important;
9241
9008
  }
9242
-
9243
9009
  .d-sm-table {
9244
9010
  display: table !important;
9245
9011
  }
9246
-
9247
9012
  .d-sm-table-row {
9248
9013
  display: table-row !important;
9249
9014
  }
9250
-
9251
9015
  .d-sm-table-cell {
9252
9016
  display: table-cell !important;
9253
9017
  }
9254
-
9255
9018
  .d-sm-flex {
9256
9019
  display: flex !important;
9257
9020
  }
9258
-
9259
9021
  .d-sm-inline-flex {
9260
9022
  display: inline-flex !important;
9261
9023
  }
9262
-
9263
9024
  .d-sm-none {
9264
9025
  display: none !important;
9265
9026
  }
9266
-
9267
9027
  .flex-sm-fill {
9268
9028
  flex: 1 1 auto !important;
9269
9029
  }
9270
-
9271
9030
  .flex-sm-row {
9272
9031
  flex-direction: row !important;
9273
9032
  }
9274
-
9275
9033
  .flex-sm-column {
9276
9034
  flex-direction: column !important;
9277
9035
  }
9278
-
9279
9036
  .flex-sm-row-reverse {
9280
9037
  flex-direction: row-reverse !important;
9281
9038
  }
9282
-
9283
9039
  .flex-sm-column-reverse {
9284
9040
  flex-direction: column-reverse !important;
9285
9041
  }
9286
-
9287
9042
  .flex-sm-grow-0 {
9288
9043
  flex-grow: 0 !important;
9289
9044
  }
9290
-
9291
9045
  .flex-sm-grow-1 {
9292
9046
  flex-grow: 1 !important;
9293
9047
  }
9294
-
9295
9048
  .flex-sm-shrink-0 {
9296
9049
  flex-shrink: 0 !important;
9297
9050
  }
9298
-
9299
9051
  .flex-sm-shrink-1 {
9300
9052
  flex-shrink: 1 !important;
9301
9053
  }
9302
-
9303
9054
  .flex-sm-wrap {
9304
9055
  flex-wrap: wrap !important;
9305
9056
  }
9306
-
9307
9057
  .flex-sm-nowrap {
9308
9058
  flex-wrap: nowrap !important;
9309
9059
  }
9310
-
9311
9060
  .flex-sm-wrap-reverse {
9312
9061
  flex-wrap: wrap-reverse !important;
9313
9062
  }
9314
-
9315
9063
  .gap-sm-0 {
9316
9064
  gap: 0 !important;
9317
9065
  }
9318
-
9319
9066
  .gap-sm-1 {
9320
9067
  gap: 0.25rem !important;
9321
9068
  }
9322
-
9323
9069
  .gap-sm-2 {
9324
9070
  gap: 0.5rem !important;
9325
9071
  }
9326
-
9327
9072
  .gap-sm-3 {
9328
9073
  gap: 1rem !important;
9329
9074
  }
9330
-
9331
9075
  .gap-sm-4 {
9332
9076
  gap: 1.5rem !important;
9333
9077
  }
9334
-
9335
9078
  .gap-sm-5 {
9336
9079
  gap: 3rem !important;
9337
9080
  }
9338
-
9339
9081
  .justify-content-sm-start {
9340
9082
  justify-content: flex-start !important;
9341
9083
  }
9342
-
9343
9084
  .justify-content-sm-end {
9344
9085
  justify-content: flex-end !important;
9345
9086
  }
9346
-
9347
9087
  .justify-content-sm-center {
9348
9088
  justify-content: center !important;
9349
9089
  }
9350
-
9351
9090
  .justify-content-sm-between {
9352
9091
  justify-content: space-between !important;
9353
9092
  }
9354
-
9355
9093
  .justify-content-sm-around {
9356
9094
  justify-content: space-around !important;
9357
9095
  }
9358
-
9359
9096
  .justify-content-sm-evenly {
9360
9097
  justify-content: space-evenly !important;
9361
9098
  }
9362
-
9363
9099
  .align-items-sm-start {
9364
9100
  align-items: flex-start !important;
9365
9101
  }
9366
-
9367
9102
  .align-items-sm-end {
9368
9103
  align-items: flex-end !important;
9369
9104
  }
9370
-
9371
9105
  .align-items-sm-center {
9372
9106
  align-items: center !important;
9373
9107
  }
9374
-
9375
9108
  .align-items-sm-baseline {
9376
9109
  align-items: baseline !important;
9377
9110
  }
9378
-
9379
9111
  .align-items-sm-stretch {
9380
9112
  align-items: stretch !important;
9381
9113
  }
9382
-
9383
9114
  .align-content-sm-start {
9384
9115
  align-content: flex-start !important;
9385
9116
  }
9386
-
9387
9117
  .align-content-sm-end {
9388
9118
  align-content: flex-end !important;
9389
9119
  }
9390
-
9391
9120
  .align-content-sm-center {
9392
9121
  align-content: center !important;
9393
9122
  }
9394
-
9395
9123
  .align-content-sm-between {
9396
9124
  align-content: space-between !important;
9397
9125
  }
9398
-
9399
9126
  .align-content-sm-around {
9400
9127
  align-content: space-around !important;
9401
9128
  }
9402
-
9403
9129
  .align-content-sm-stretch {
9404
9130
  align-content: stretch !important;
9405
9131
  }
9406
-
9407
9132
  .align-self-sm-auto {
9408
9133
  align-self: auto !important;
9409
9134
  }
9410
-
9411
9135
  .align-self-sm-start {
9412
9136
  align-self: flex-start !important;
9413
9137
  }
9414
-
9415
9138
  .align-self-sm-end {
9416
9139
  align-self: flex-end !important;
9417
9140
  }
9418
-
9419
9141
  .align-self-sm-center {
9420
9142
  align-self: center !important;
9421
9143
  }
9422
-
9423
9144
  .align-self-sm-baseline {
9424
9145
  align-self: baseline !important;
9425
9146
  }
9426
-
9427
9147
  .align-self-sm-stretch {
9428
9148
  align-self: stretch !important;
9429
9149
  }
9430
-
9431
9150
  .order-sm-first {
9432
9151
  order: -1 !important;
9433
9152
  }
9434
-
9435
9153
  .order-sm-0 {
9436
9154
  order: 0 !important;
9437
9155
  }
9438
-
9439
9156
  .order-sm-1 {
9440
9157
  order: 1 !important;
9441
9158
  }
9442
-
9443
9159
  .order-sm-2 {
9444
9160
  order: 2 !important;
9445
9161
  }
9446
-
9447
9162
  .order-sm-3 {
9448
9163
  order: 3 !important;
9449
9164
  }
9450
-
9451
9165
  .order-sm-4 {
9452
9166
  order: 4 !important;
9453
9167
  }
9454
-
9455
9168
  .order-sm-5 {
9456
9169
  order: 5 !important;
9457
9170
  }
9458
-
9459
9171
  .order-sm-last {
9460
9172
  order: 6 !important;
9461
9173
  }
9462
-
9463
9174
  .m-sm-0 {
9464
9175
  margin: 0 !important;
9465
9176
  }
9466
-
9467
9177
  .m-sm-1 {
9468
9178
  margin: 0.25rem !important;
9469
9179
  }
9470
-
9471
9180
  .m-sm-2 {
9472
9181
  margin: 0.5rem !important;
9473
9182
  }
9474
-
9475
9183
  .m-sm-3 {
9476
9184
  margin: 1rem !important;
9477
9185
  }
9478
-
9479
9186
  .m-sm-4 {
9480
9187
  margin: 1.5rem !important;
9481
9188
  }
9482
-
9483
9189
  .m-sm-5 {
9484
9190
  margin: 3rem !important;
9485
9191
  }
9486
-
9487
9192
  .m-sm-auto {
9488
9193
  margin: auto !important;
9489
9194
  }
9490
-
9491
9195
  .mx-sm-0 {
9492
9196
  margin-right: 0 !important;
9493
9197
  margin-left: 0 !important;
9494
9198
  }
9495
-
9496
9199
  .mx-sm-1 {
9497
9200
  margin-right: 0.25rem !important;
9498
9201
  margin-left: 0.25rem !important;
9499
9202
  }
9500
-
9501
9203
  .mx-sm-2 {
9502
9204
  margin-right: 0.5rem !important;
9503
9205
  margin-left: 0.5rem !important;
9504
9206
  }
9505
-
9506
9207
  .mx-sm-3 {
9507
9208
  margin-right: 1rem !important;
9508
9209
  margin-left: 1rem !important;
9509
9210
  }
9510
-
9511
9211
  .mx-sm-4 {
9512
9212
  margin-right: 1.5rem !important;
9513
9213
  margin-left: 1.5rem !important;
9514
9214
  }
9515
-
9516
9215
  .mx-sm-5 {
9517
9216
  margin-right: 3rem !important;
9518
9217
  margin-left: 3rem !important;
9519
9218
  }
9520
-
9521
9219
  .mx-sm-auto {
9522
9220
  margin-right: auto !important;
9523
9221
  margin-left: auto !important;
9524
9222
  }
9525
-
9526
9223
  .my-sm-0 {
9527
9224
  margin-top: 0 !important;
9528
9225
  margin-bottom: 0 !important;
9529
9226
  }
9530
-
9531
9227
  .my-sm-1 {
9532
9228
  margin-top: 0.25rem !important;
9533
9229
  margin-bottom: 0.25rem !important;
9534
9230
  }
9535
-
9536
9231
  .my-sm-2 {
9537
9232
  margin-top: 0.5rem !important;
9538
9233
  margin-bottom: 0.5rem !important;
9539
9234
  }
9540
-
9541
9235
  .my-sm-3 {
9542
9236
  margin-top: 1rem !important;
9543
9237
  margin-bottom: 1rem !important;
9544
9238
  }
9545
-
9546
9239
  .my-sm-4 {
9547
9240
  margin-top: 1.5rem !important;
9548
9241
  margin-bottom: 1.5rem !important;
9549
9242
  }
9550
-
9551
9243
  .my-sm-5 {
9552
9244
  margin-top: 3rem !important;
9553
9245
  margin-bottom: 3rem !important;
9554
9246
  }
9555
-
9556
9247
  .my-sm-auto {
9557
9248
  margin-top: auto !important;
9558
9249
  margin-bottom: auto !important;
9559
9250
  }
9560
-
9561
9251
  .mt-sm-0 {
9562
9252
  margin-top: 0 !important;
9563
9253
  }
9564
-
9565
9254
  .mt-sm-1 {
9566
9255
  margin-top: 0.25rem !important;
9567
9256
  }
9568
-
9569
9257
  .mt-sm-2 {
9570
9258
  margin-top: 0.5rem !important;
9571
9259
  }
9572
-
9573
9260
  .mt-sm-3 {
9574
9261
  margin-top: 1rem !important;
9575
9262
  }
9576
-
9577
9263
  .mt-sm-4 {
9578
9264
  margin-top: 1.5rem !important;
9579
9265
  }
9580
-
9581
9266
  .mt-sm-5 {
9582
9267
  margin-top: 3rem !important;
9583
9268
  }
9584
-
9585
9269
  .mt-sm-auto {
9586
9270
  margin-top: auto !important;
9587
9271
  }
9588
-
9589
9272
  .me-sm-0 {
9590
9273
  margin-right: 0 !important;
9591
9274
  }
9592
-
9593
9275
  .me-sm-1 {
9594
9276
  margin-right: 0.25rem !important;
9595
9277
  }
9596
-
9597
9278
  .me-sm-2 {
9598
9279
  margin-right: 0.5rem !important;
9599
9280
  }
9600
-
9601
9281
  .me-sm-3 {
9602
9282
  margin-right: 1rem !important;
9603
9283
  }
9604
-
9605
9284
  .me-sm-4 {
9606
9285
  margin-right: 1.5rem !important;
9607
9286
  }
9608
-
9609
9287
  .me-sm-5 {
9610
9288
  margin-right: 3rem !important;
9611
9289
  }
9612
-
9613
9290
  .me-sm-auto {
9614
9291
  margin-right: auto !important;
9615
9292
  }
9616
-
9617
9293
  .mb-sm-0 {
9618
9294
  margin-bottom: 0 !important;
9619
9295
  }
9620
-
9621
9296
  .mb-sm-1 {
9622
9297
  margin-bottom: 0.25rem !important;
9623
9298
  }
9624
-
9625
9299
  .mb-sm-2 {
9626
9300
  margin-bottom: 0.5rem !important;
9627
9301
  }
9628
-
9629
9302
  .mb-sm-3 {
9630
9303
  margin-bottom: 1rem !important;
9631
9304
  }
9632
-
9633
9305
  .mb-sm-4 {
9634
9306
  margin-bottom: 1.5rem !important;
9635
9307
  }
9636
-
9637
9308
  .mb-sm-5 {
9638
9309
  margin-bottom: 3rem !important;
9639
9310
  }
9640
-
9641
9311
  .mb-sm-auto {
9642
9312
  margin-bottom: auto !important;
9643
9313
  }
9644
-
9645
9314
  .ms-sm-0 {
9646
9315
  margin-left: 0 !important;
9647
9316
  }
9648
-
9649
9317
  .ms-sm-1 {
9650
9318
  margin-left: 0.25rem !important;
9651
9319
  }
9652
-
9653
9320
  .ms-sm-2 {
9654
9321
  margin-left: 0.5rem !important;
9655
9322
  }
9656
-
9657
9323
  .ms-sm-3 {
9658
9324
  margin-left: 1rem !important;
9659
9325
  }
9660
-
9661
9326
  .ms-sm-4 {
9662
9327
  margin-left: 1.5rem !important;
9663
9328
  }
9664
-
9665
9329
  .ms-sm-5 {
9666
9330
  margin-left: 3rem !important;
9667
9331
  }
9668
-
9669
9332
  .ms-sm-auto {
9670
9333
  margin-left: auto !important;
9671
9334
  }
9672
-
9673
9335
  .p-sm-0 {
9674
9336
  padding: 0 !important;
9675
9337
  }
9676
-
9677
9338
  .p-sm-1 {
9678
9339
  padding: 0.25rem !important;
9679
9340
  }
9680
-
9681
9341
  .p-sm-2 {
9682
9342
  padding: 0.5rem !important;
9683
9343
  }
9684
-
9685
9344
  .p-sm-3 {
9686
9345
  padding: 1rem !important;
9687
9346
  }
9688
-
9689
9347
  .p-sm-4 {
9690
9348
  padding: 1.5rem !important;
9691
9349
  }
9692
-
9693
9350
  .p-sm-5 {
9694
9351
  padding: 3rem !important;
9695
9352
  }
9696
-
9697
9353
  .px-sm-0 {
9698
9354
  padding-right: 0 !important;
9699
9355
  padding-left: 0 !important;
9700
9356
  }
9701
-
9702
9357
  .px-sm-1 {
9703
9358
  padding-right: 0.25rem !important;
9704
9359
  padding-left: 0.25rem !important;
9705
9360
  }
9706
-
9707
9361
  .px-sm-2 {
9708
9362
  padding-right: 0.5rem !important;
9709
9363
  padding-left: 0.5rem !important;
9710
9364
  }
9711
-
9712
9365
  .px-sm-3 {
9713
9366
  padding-right: 1rem !important;
9714
9367
  padding-left: 1rem !important;
9715
9368
  }
9716
-
9717
9369
  .px-sm-4 {
9718
9370
  padding-right: 1.5rem !important;
9719
9371
  padding-left: 1.5rem !important;
9720
9372
  }
9721
-
9722
9373
  .px-sm-5 {
9723
9374
  padding-right: 3rem !important;
9724
9375
  padding-left: 3rem !important;
9725
9376
  }
9726
-
9727
9377
  .py-sm-0 {
9728
9378
  padding-top: 0 !important;
9729
9379
  padding-bottom: 0 !important;
9730
9380
  }
9731
-
9732
9381
  .py-sm-1 {
9733
9382
  padding-top: 0.25rem !important;
9734
9383
  padding-bottom: 0.25rem !important;
9735
9384
  }
9736
-
9737
9385
  .py-sm-2 {
9738
9386
  padding-top: 0.5rem !important;
9739
9387
  padding-bottom: 0.5rem !important;
9740
9388
  }
9741
-
9742
9389
  .py-sm-3 {
9743
9390
  padding-top: 1rem !important;
9744
9391
  padding-bottom: 1rem !important;
9745
9392
  }
9746
-
9747
9393
  .py-sm-4 {
9748
9394
  padding-top: 1.5rem !important;
9749
9395
  padding-bottom: 1.5rem !important;
9750
9396
  }
9751
-
9752
9397
  .py-sm-5 {
9753
9398
  padding-top: 3rem !important;
9754
9399
  padding-bottom: 3rem !important;
9755
9400
  }
9756
-
9757
9401
  .pt-sm-0 {
9758
9402
  padding-top: 0 !important;
9759
9403
  }
9760
-
9761
9404
  .pt-sm-1 {
9762
9405
  padding-top: 0.25rem !important;
9763
9406
  }
9764
-
9765
9407
  .pt-sm-2 {
9766
9408
  padding-top: 0.5rem !important;
9767
9409
  }
9768
-
9769
9410
  .pt-sm-3 {
9770
9411
  padding-top: 1rem !important;
9771
9412
  }
9772
-
9773
9413
  .pt-sm-4 {
9774
9414
  padding-top: 1.5rem !important;
9775
9415
  }
9776
-
9777
9416
  .pt-sm-5 {
9778
9417
  padding-top: 3rem !important;
9779
9418
  }
9780
-
9781
9419
  .pe-sm-0 {
9782
9420
  padding-right: 0 !important;
9783
9421
  }
9784
-
9785
9422
  .pe-sm-1 {
9786
9423
  padding-right: 0.25rem !important;
9787
9424
  }
9788
-
9789
9425
  .pe-sm-2 {
9790
9426
  padding-right: 0.5rem !important;
9791
9427
  }
9792
-
9793
9428
  .pe-sm-3 {
9794
9429
  padding-right: 1rem !important;
9795
9430
  }
9796
-
9797
9431
  .pe-sm-4 {
9798
9432
  padding-right: 1.5rem !important;
9799
9433
  }
9800
-
9801
9434
  .pe-sm-5 {
9802
9435
  padding-right: 3rem !important;
9803
9436
  }
9804
-
9805
9437
  .pb-sm-0 {
9806
9438
  padding-bottom: 0 !important;
9807
9439
  }
9808
-
9809
9440
  .pb-sm-1 {
9810
9441
  padding-bottom: 0.25rem !important;
9811
9442
  }
9812
-
9813
9443
  .pb-sm-2 {
9814
9444
  padding-bottom: 0.5rem !important;
9815
9445
  }
9816
-
9817
9446
  .pb-sm-3 {
9818
9447
  padding-bottom: 1rem !important;
9819
9448
  }
9820
-
9821
9449
  .pb-sm-4 {
9822
9450
  padding-bottom: 1.5rem !important;
9823
9451
  }
9824
-
9825
9452
  .pb-sm-5 {
9826
9453
  padding-bottom: 3rem !important;
9827
9454
  }
9828
-
9829
9455
  .ps-sm-0 {
9830
9456
  padding-left: 0 !important;
9831
9457
  }
9832
-
9833
9458
  .ps-sm-1 {
9834
9459
  padding-left: 0.25rem !important;
9835
9460
  }
9836
-
9837
9461
  .ps-sm-2 {
9838
9462
  padding-left: 0.5rem !important;
9839
9463
  }
9840
-
9841
9464
  .ps-sm-3 {
9842
9465
  padding-left: 1rem !important;
9843
9466
  }
9844
-
9845
9467
  .ps-sm-4 {
9846
9468
  padding-left: 1.5rem !important;
9847
9469
  }
9848
-
9849
9470
  .ps-sm-5 {
9850
9471
  padding-left: 3rem !important;
9851
9472
  }
9852
-
9853
9473
  .text-sm-start {
9854
9474
  text-align: left !important;
9855
9475
  }
9856
-
9857
9476
  .text-sm-end {
9858
9477
  text-align: right !important;
9859
9478
  }
9860
-
9861
9479
  .text-sm-center {
9862
9480
  text-align: center !important;
9863
9481
  }
@@ -9866,649 +9484,494 @@ textarea.form-control-lg {
9866
9484
  .float-md-start {
9867
9485
  float: left !important;
9868
9486
  }
9869
-
9870
9487
  .float-md-end {
9871
9488
  float: right !important;
9872
9489
  }
9873
-
9874
9490
  .float-md-none {
9875
9491
  float: none !important;
9876
9492
  }
9877
-
9878
9493
  .d-md-inline {
9879
9494
  display: inline !important;
9880
9495
  }
9881
-
9882
9496
  .d-md-inline-block {
9883
9497
  display: inline-block !important;
9884
9498
  }
9885
-
9886
9499
  .d-md-block {
9887
9500
  display: block !important;
9888
9501
  }
9889
-
9890
9502
  .d-md-grid {
9891
9503
  display: grid !important;
9892
9504
  }
9893
-
9894
9505
  .d-md-table {
9895
9506
  display: table !important;
9896
9507
  }
9897
-
9898
9508
  .d-md-table-row {
9899
9509
  display: table-row !important;
9900
9510
  }
9901
-
9902
9511
  .d-md-table-cell {
9903
9512
  display: table-cell !important;
9904
9513
  }
9905
-
9906
9514
  .d-md-flex {
9907
9515
  display: flex !important;
9908
9516
  }
9909
-
9910
9517
  .d-md-inline-flex {
9911
9518
  display: inline-flex !important;
9912
9519
  }
9913
-
9914
9520
  .d-md-none {
9915
9521
  display: none !important;
9916
9522
  }
9917
-
9918
9523
  .flex-md-fill {
9919
9524
  flex: 1 1 auto !important;
9920
9525
  }
9921
-
9922
9526
  .flex-md-row {
9923
9527
  flex-direction: row !important;
9924
9528
  }
9925
-
9926
9529
  .flex-md-column {
9927
9530
  flex-direction: column !important;
9928
9531
  }
9929
-
9930
9532
  .flex-md-row-reverse {
9931
9533
  flex-direction: row-reverse !important;
9932
9534
  }
9933
-
9934
9535
  .flex-md-column-reverse {
9935
9536
  flex-direction: column-reverse !important;
9936
9537
  }
9937
-
9938
9538
  .flex-md-grow-0 {
9939
9539
  flex-grow: 0 !important;
9940
9540
  }
9941
-
9942
9541
  .flex-md-grow-1 {
9943
9542
  flex-grow: 1 !important;
9944
9543
  }
9945
-
9946
9544
  .flex-md-shrink-0 {
9947
9545
  flex-shrink: 0 !important;
9948
9546
  }
9949
-
9950
9547
  .flex-md-shrink-1 {
9951
9548
  flex-shrink: 1 !important;
9952
9549
  }
9953
-
9954
9550
  .flex-md-wrap {
9955
9551
  flex-wrap: wrap !important;
9956
9552
  }
9957
-
9958
9553
  .flex-md-nowrap {
9959
9554
  flex-wrap: nowrap !important;
9960
9555
  }
9961
-
9962
9556
  .flex-md-wrap-reverse {
9963
9557
  flex-wrap: wrap-reverse !important;
9964
9558
  }
9965
-
9966
9559
  .gap-md-0 {
9967
9560
  gap: 0 !important;
9968
9561
  }
9969
-
9970
9562
  .gap-md-1 {
9971
9563
  gap: 0.25rem !important;
9972
9564
  }
9973
-
9974
9565
  .gap-md-2 {
9975
9566
  gap: 0.5rem !important;
9976
9567
  }
9977
-
9978
9568
  .gap-md-3 {
9979
9569
  gap: 1rem !important;
9980
9570
  }
9981
-
9982
9571
  .gap-md-4 {
9983
9572
  gap: 1.5rem !important;
9984
9573
  }
9985
-
9986
9574
  .gap-md-5 {
9987
9575
  gap: 3rem !important;
9988
9576
  }
9989
-
9990
9577
  .justify-content-md-start {
9991
9578
  justify-content: flex-start !important;
9992
9579
  }
9993
-
9994
9580
  .justify-content-md-end {
9995
9581
  justify-content: flex-end !important;
9996
9582
  }
9997
-
9998
9583
  .justify-content-md-center {
9999
9584
  justify-content: center !important;
10000
9585
  }
10001
-
10002
9586
  .justify-content-md-between {
10003
9587
  justify-content: space-between !important;
10004
9588
  }
10005
-
10006
9589
  .justify-content-md-around {
10007
9590
  justify-content: space-around !important;
10008
9591
  }
10009
-
10010
9592
  .justify-content-md-evenly {
10011
9593
  justify-content: space-evenly !important;
10012
9594
  }
10013
-
10014
9595
  .align-items-md-start {
10015
9596
  align-items: flex-start !important;
10016
9597
  }
10017
-
10018
9598
  .align-items-md-end {
10019
9599
  align-items: flex-end !important;
10020
9600
  }
10021
-
10022
9601
  .align-items-md-center {
10023
9602
  align-items: center !important;
10024
9603
  }
10025
-
10026
9604
  .align-items-md-baseline {
10027
9605
  align-items: baseline !important;
10028
9606
  }
10029
-
10030
9607
  .align-items-md-stretch {
10031
9608
  align-items: stretch !important;
10032
9609
  }
10033
-
10034
9610
  .align-content-md-start {
10035
9611
  align-content: flex-start !important;
10036
9612
  }
10037
-
10038
9613
  .align-content-md-end {
10039
9614
  align-content: flex-end !important;
10040
9615
  }
10041
-
10042
9616
  .align-content-md-center {
10043
9617
  align-content: center !important;
10044
9618
  }
10045
-
10046
9619
  .align-content-md-between {
10047
9620
  align-content: space-between !important;
10048
9621
  }
10049
-
10050
9622
  .align-content-md-around {
10051
9623
  align-content: space-around !important;
10052
9624
  }
10053
-
10054
9625
  .align-content-md-stretch {
10055
9626
  align-content: stretch !important;
10056
9627
  }
10057
-
10058
9628
  .align-self-md-auto {
10059
9629
  align-self: auto !important;
10060
9630
  }
10061
-
10062
9631
  .align-self-md-start {
10063
9632
  align-self: flex-start !important;
10064
9633
  }
10065
-
10066
9634
  .align-self-md-end {
10067
9635
  align-self: flex-end !important;
10068
9636
  }
10069
-
10070
9637
  .align-self-md-center {
10071
9638
  align-self: center !important;
10072
9639
  }
10073
-
10074
9640
  .align-self-md-baseline {
10075
9641
  align-self: baseline !important;
10076
9642
  }
10077
-
10078
9643
  .align-self-md-stretch {
10079
9644
  align-self: stretch !important;
10080
9645
  }
10081
-
10082
9646
  .order-md-first {
10083
9647
  order: -1 !important;
10084
9648
  }
10085
-
10086
9649
  .order-md-0 {
10087
9650
  order: 0 !important;
10088
9651
  }
10089
-
10090
9652
  .order-md-1 {
10091
9653
  order: 1 !important;
10092
9654
  }
10093
-
10094
9655
  .order-md-2 {
10095
9656
  order: 2 !important;
10096
9657
  }
10097
-
10098
9658
  .order-md-3 {
10099
9659
  order: 3 !important;
10100
9660
  }
10101
-
10102
9661
  .order-md-4 {
10103
9662
  order: 4 !important;
10104
9663
  }
10105
-
10106
9664
  .order-md-5 {
10107
9665
  order: 5 !important;
10108
9666
  }
10109
-
10110
9667
  .order-md-last {
10111
9668
  order: 6 !important;
10112
9669
  }
10113
-
10114
9670
  .m-md-0 {
10115
9671
  margin: 0 !important;
10116
9672
  }
10117
-
10118
9673
  .m-md-1 {
10119
9674
  margin: 0.25rem !important;
10120
9675
  }
10121
-
10122
9676
  .m-md-2 {
10123
9677
  margin: 0.5rem !important;
10124
9678
  }
10125
-
10126
9679
  .m-md-3 {
10127
9680
  margin: 1rem !important;
10128
9681
  }
10129
-
10130
9682
  .m-md-4 {
10131
9683
  margin: 1.5rem !important;
10132
9684
  }
10133
-
10134
9685
  .m-md-5 {
10135
9686
  margin: 3rem !important;
10136
9687
  }
10137
-
10138
9688
  .m-md-auto {
10139
9689
  margin: auto !important;
10140
9690
  }
10141
-
10142
9691
  .mx-md-0 {
10143
9692
  margin-right: 0 !important;
10144
9693
  margin-left: 0 !important;
10145
9694
  }
10146
-
10147
9695
  .mx-md-1 {
10148
9696
  margin-right: 0.25rem !important;
10149
9697
  margin-left: 0.25rem !important;
10150
9698
  }
10151
-
10152
9699
  .mx-md-2 {
10153
9700
  margin-right: 0.5rem !important;
10154
9701
  margin-left: 0.5rem !important;
10155
9702
  }
10156
-
10157
9703
  .mx-md-3 {
10158
9704
  margin-right: 1rem !important;
10159
9705
  margin-left: 1rem !important;
10160
9706
  }
10161
-
10162
9707
  .mx-md-4 {
10163
9708
  margin-right: 1.5rem !important;
10164
9709
  margin-left: 1.5rem !important;
10165
9710
  }
10166
-
10167
9711
  .mx-md-5 {
10168
9712
  margin-right: 3rem !important;
10169
9713
  margin-left: 3rem !important;
10170
9714
  }
10171
-
10172
9715
  .mx-md-auto {
10173
9716
  margin-right: auto !important;
10174
9717
  margin-left: auto !important;
10175
9718
  }
10176
-
10177
9719
  .my-md-0 {
10178
9720
  margin-top: 0 !important;
10179
9721
  margin-bottom: 0 !important;
10180
9722
  }
10181
-
10182
9723
  .my-md-1 {
10183
9724
  margin-top: 0.25rem !important;
10184
9725
  margin-bottom: 0.25rem !important;
10185
9726
  }
10186
-
10187
9727
  .my-md-2 {
10188
9728
  margin-top: 0.5rem !important;
10189
9729
  margin-bottom: 0.5rem !important;
10190
9730
  }
10191
-
10192
9731
  .my-md-3 {
10193
9732
  margin-top: 1rem !important;
10194
9733
  margin-bottom: 1rem !important;
10195
9734
  }
10196
-
10197
9735
  .my-md-4 {
10198
9736
  margin-top: 1.5rem !important;
10199
9737
  margin-bottom: 1.5rem !important;
10200
9738
  }
10201
-
10202
9739
  .my-md-5 {
10203
9740
  margin-top: 3rem !important;
10204
9741
  margin-bottom: 3rem !important;
10205
9742
  }
10206
-
10207
9743
  .my-md-auto {
10208
9744
  margin-top: auto !important;
10209
9745
  margin-bottom: auto !important;
10210
9746
  }
10211
-
10212
9747
  .mt-md-0 {
10213
9748
  margin-top: 0 !important;
10214
9749
  }
10215
-
10216
9750
  .mt-md-1 {
10217
9751
  margin-top: 0.25rem !important;
10218
9752
  }
10219
-
10220
9753
  .mt-md-2 {
10221
9754
  margin-top: 0.5rem !important;
10222
9755
  }
10223
-
10224
9756
  .mt-md-3 {
10225
9757
  margin-top: 1rem !important;
10226
9758
  }
10227
-
10228
9759
  .mt-md-4 {
10229
9760
  margin-top: 1.5rem !important;
10230
9761
  }
10231
-
10232
9762
  .mt-md-5 {
10233
9763
  margin-top: 3rem !important;
10234
9764
  }
10235
-
10236
9765
  .mt-md-auto {
10237
9766
  margin-top: auto !important;
10238
9767
  }
10239
-
10240
9768
  .me-md-0 {
10241
9769
  margin-right: 0 !important;
10242
9770
  }
10243
-
10244
9771
  .me-md-1 {
10245
9772
  margin-right: 0.25rem !important;
10246
9773
  }
10247
-
10248
9774
  .me-md-2 {
10249
9775
  margin-right: 0.5rem !important;
10250
9776
  }
10251
-
10252
9777
  .me-md-3 {
10253
9778
  margin-right: 1rem !important;
10254
9779
  }
10255
-
10256
9780
  .me-md-4 {
10257
9781
  margin-right: 1.5rem !important;
10258
9782
  }
10259
-
10260
9783
  .me-md-5 {
10261
9784
  margin-right: 3rem !important;
10262
9785
  }
10263
-
10264
9786
  .me-md-auto {
10265
9787
  margin-right: auto !important;
10266
9788
  }
10267
-
10268
9789
  .mb-md-0 {
10269
9790
  margin-bottom: 0 !important;
10270
9791
  }
10271
-
10272
9792
  .mb-md-1 {
10273
9793
  margin-bottom: 0.25rem !important;
10274
9794
  }
10275
-
10276
9795
  .mb-md-2 {
10277
9796
  margin-bottom: 0.5rem !important;
10278
9797
  }
10279
-
10280
9798
  .mb-md-3 {
10281
9799
  margin-bottom: 1rem !important;
10282
9800
  }
10283
-
10284
9801
  .mb-md-4 {
10285
9802
  margin-bottom: 1.5rem !important;
10286
9803
  }
10287
-
10288
9804
  .mb-md-5 {
10289
9805
  margin-bottom: 3rem !important;
10290
9806
  }
10291
-
10292
9807
  .mb-md-auto {
10293
9808
  margin-bottom: auto !important;
10294
9809
  }
10295
-
10296
9810
  .ms-md-0 {
10297
9811
  margin-left: 0 !important;
10298
9812
  }
10299
-
10300
9813
  .ms-md-1 {
10301
9814
  margin-left: 0.25rem !important;
10302
9815
  }
10303
-
10304
9816
  .ms-md-2 {
10305
9817
  margin-left: 0.5rem !important;
10306
9818
  }
10307
-
10308
9819
  .ms-md-3 {
10309
9820
  margin-left: 1rem !important;
10310
9821
  }
10311
-
10312
9822
  .ms-md-4 {
10313
9823
  margin-left: 1.5rem !important;
10314
9824
  }
10315
-
10316
9825
  .ms-md-5 {
10317
9826
  margin-left: 3rem !important;
10318
9827
  }
10319
-
10320
9828
  .ms-md-auto {
10321
9829
  margin-left: auto !important;
10322
9830
  }
10323
-
10324
9831
  .p-md-0 {
10325
9832
  padding: 0 !important;
10326
9833
  }
10327
-
10328
9834
  .p-md-1 {
10329
9835
  padding: 0.25rem !important;
10330
9836
  }
10331
-
10332
9837
  .p-md-2 {
10333
9838
  padding: 0.5rem !important;
10334
9839
  }
10335
-
10336
9840
  .p-md-3 {
10337
9841
  padding: 1rem !important;
10338
9842
  }
10339
-
10340
9843
  .p-md-4 {
10341
9844
  padding: 1.5rem !important;
10342
9845
  }
10343
-
10344
9846
  .p-md-5 {
10345
9847
  padding: 3rem !important;
10346
9848
  }
10347
-
10348
9849
  .px-md-0 {
10349
9850
  padding-right: 0 !important;
10350
9851
  padding-left: 0 !important;
10351
9852
  }
10352
-
10353
9853
  .px-md-1 {
10354
9854
  padding-right: 0.25rem !important;
10355
9855
  padding-left: 0.25rem !important;
10356
9856
  }
10357
-
10358
9857
  .px-md-2 {
10359
9858
  padding-right: 0.5rem !important;
10360
9859
  padding-left: 0.5rem !important;
10361
9860
  }
10362
-
10363
9861
  .px-md-3 {
10364
9862
  padding-right: 1rem !important;
10365
9863
  padding-left: 1rem !important;
10366
9864
  }
10367
-
10368
9865
  .px-md-4 {
10369
9866
  padding-right: 1.5rem !important;
10370
9867
  padding-left: 1.5rem !important;
10371
9868
  }
10372
-
10373
9869
  .px-md-5 {
10374
9870
  padding-right: 3rem !important;
10375
9871
  padding-left: 3rem !important;
10376
9872
  }
10377
-
10378
9873
  .py-md-0 {
10379
9874
  padding-top: 0 !important;
10380
9875
  padding-bottom: 0 !important;
10381
9876
  }
10382
-
10383
9877
  .py-md-1 {
10384
9878
  padding-top: 0.25rem !important;
10385
9879
  padding-bottom: 0.25rem !important;
10386
9880
  }
10387
-
10388
9881
  .py-md-2 {
10389
9882
  padding-top: 0.5rem !important;
10390
9883
  padding-bottom: 0.5rem !important;
10391
9884
  }
10392
-
10393
9885
  .py-md-3 {
10394
9886
  padding-top: 1rem !important;
10395
9887
  padding-bottom: 1rem !important;
10396
9888
  }
10397
-
10398
9889
  .py-md-4 {
10399
9890
  padding-top: 1.5rem !important;
10400
9891
  padding-bottom: 1.5rem !important;
10401
9892
  }
10402
-
10403
9893
  .py-md-5 {
10404
9894
  padding-top: 3rem !important;
10405
9895
  padding-bottom: 3rem !important;
10406
9896
  }
10407
-
10408
9897
  .pt-md-0 {
10409
9898
  padding-top: 0 !important;
10410
9899
  }
10411
-
10412
9900
  .pt-md-1 {
10413
9901
  padding-top: 0.25rem !important;
10414
9902
  }
10415
-
10416
9903
  .pt-md-2 {
10417
9904
  padding-top: 0.5rem !important;
10418
9905
  }
10419
-
10420
9906
  .pt-md-3 {
10421
9907
  padding-top: 1rem !important;
10422
9908
  }
10423
-
10424
9909
  .pt-md-4 {
10425
9910
  padding-top: 1.5rem !important;
10426
9911
  }
10427
-
10428
9912
  .pt-md-5 {
10429
9913
  padding-top: 3rem !important;
10430
9914
  }
10431
-
10432
9915
  .pe-md-0 {
10433
9916
  padding-right: 0 !important;
10434
9917
  }
10435
-
10436
9918
  .pe-md-1 {
10437
9919
  padding-right: 0.25rem !important;
10438
9920
  }
10439
-
10440
9921
  .pe-md-2 {
10441
9922
  padding-right: 0.5rem !important;
10442
9923
  }
10443
-
10444
9924
  .pe-md-3 {
10445
9925
  padding-right: 1rem !important;
10446
9926
  }
10447
-
10448
9927
  .pe-md-4 {
10449
9928
  padding-right: 1.5rem !important;
10450
9929
  }
10451
-
10452
9930
  .pe-md-5 {
10453
9931
  padding-right: 3rem !important;
10454
9932
  }
10455
-
10456
9933
  .pb-md-0 {
10457
9934
  padding-bottom: 0 !important;
10458
9935
  }
10459
-
10460
9936
  .pb-md-1 {
10461
9937
  padding-bottom: 0.25rem !important;
10462
9938
  }
10463
-
10464
9939
  .pb-md-2 {
10465
9940
  padding-bottom: 0.5rem !important;
10466
9941
  }
10467
-
10468
9942
  .pb-md-3 {
10469
9943
  padding-bottom: 1rem !important;
10470
9944
  }
10471
-
10472
9945
  .pb-md-4 {
10473
9946
  padding-bottom: 1.5rem !important;
10474
9947
  }
10475
-
10476
9948
  .pb-md-5 {
10477
9949
  padding-bottom: 3rem !important;
10478
9950
  }
10479
-
10480
9951
  .ps-md-0 {
10481
9952
  padding-left: 0 !important;
10482
9953
  }
10483
-
10484
9954
  .ps-md-1 {
10485
9955
  padding-left: 0.25rem !important;
10486
9956
  }
10487
-
10488
9957
  .ps-md-2 {
10489
9958
  padding-left: 0.5rem !important;
10490
9959
  }
10491
-
10492
9960
  .ps-md-3 {
10493
9961
  padding-left: 1rem !important;
10494
9962
  }
10495
-
10496
9963
  .ps-md-4 {
10497
9964
  padding-left: 1.5rem !important;
10498
9965
  }
10499
-
10500
9966
  .ps-md-5 {
10501
9967
  padding-left: 3rem !important;
10502
9968
  }
10503
-
10504
9969
  .text-md-start {
10505
9970
  text-align: left !important;
10506
9971
  }
10507
-
10508
9972
  .text-md-end {
10509
9973
  text-align: right !important;
10510
9974
  }
10511
-
10512
9975
  .text-md-center {
10513
9976
  text-align: center !important;
10514
9977
  }
@@ -10517,649 +9980,494 @@ textarea.form-control-lg {
10517
9980
  .float-lg-start {
10518
9981
  float: left !important;
10519
9982
  }
10520
-
10521
9983
  .float-lg-end {
10522
9984
  float: right !important;
10523
9985
  }
10524
-
10525
9986
  .float-lg-none {
10526
9987
  float: none !important;
10527
9988
  }
10528
-
10529
9989
  .d-lg-inline {
10530
9990
  display: inline !important;
10531
9991
  }
10532
-
10533
9992
  .d-lg-inline-block {
10534
9993
  display: inline-block !important;
10535
9994
  }
10536
-
10537
9995
  .d-lg-block {
10538
9996
  display: block !important;
10539
9997
  }
10540
-
10541
9998
  .d-lg-grid {
10542
9999
  display: grid !important;
10543
10000
  }
10544
-
10545
10001
  .d-lg-table {
10546
10002
  display: table !important;
10547
10003
  }
10548
-
10549
10004
  .d-lg-table-row {
10550
10005
  display: table-row !important;
10551
10006
  }
10552
-
10553
10007
  .d-lg-table-cell {
10554
10008
  display: table-cell !important;
10555
10009
  }
10556
-
10557
10010
  .d-lg-flex {
10558
10011
  display: flex !important;
10559
10012
  }
10560
-
10561
10013
  .d-lg-inline-flex {
10562
10014
  display: inline-flex !important;
10563
10015
  }
10564
-
10565
10016
  .d-lg-none {
10566
10017
  display: none !important;
10567
10018
  }
10568
-
10569
10019
  .flex-lg-fill {
10570
10020
  flex: 1 1 auto !important;
10571
10021
  }
10572
-
10573
10022
  .flex-lg-row {
10574
10023
  flex-direction: row !important;
10575
10024
  }
10576
-
10577
10025
  .flex-lg-column {
10578
10026
  flex-direction: column !important;
10579
10027
  }
10580
-
10581
10028
  .flex-lg-row-reverse {
10582
10029
  flex-direction: row-reverse !important;
10583
10030
  }
10584
-
10585
10031
  .flex-lg-column-reverse {
10586
10032
  flex-direction: column-reverse !important;
10587
10033
  }
10588
-
10589
10034
  .flex-lg-grow-0 {
10590
10035
  flex-grow: 0 !important;
10591
10036
  }
10592
-
10593
10037
  .flex-lg-grow-1 {
10594
10038
  flex-grow: 1 !important;
10595
10039
  }
10596
-
10597
10040
  .flex-lg-shrink-0 {
10598
10041
  flex-shrink: 0 !important;
10599
10042
  }
10600
-
10601
10043
  .flex-lg-shrink-1 {
10602
10044
  flex-shrink: 1 !important;
10603
10045
  }
10604
-
10605
10046
  .flex-lg-wrap {
10606
10047
  flex-wrap: wrap !important;
10607
10048
  }
10608
-
10609
10049
  .flex-lg-nowrap {
10610
10050
  flex-wrap: nowrap !important;
10611
10051
  }
10612
-
10613
10052
  .flex-lg-wrap-reverse {
10614
10053
  flex-wrap: wrap-reverse !important;
10615
10054
  }
10616
-
10617
10055
  .gap-lg-0 {
10618
10056
  gap: 0 !important;
10619
10057
  }
10620
-
10621
10058
  .gap-lg-1 {
10622
10059
  gap: 0.25rem !important;
10623
10060
  }
10624
-
10625
10061
  .gap-lg-2 {
10626
10062
  gap: 0.5rem !important;
10627
10063
  }
10628
-
10629
10064
  .gap-lg-3 {
10630
10065
  gap: 1rem !important;
10631
10066
  }
10632
-
10633
10067
  .gap-lg-4 {
10634
10068
  gap: 1.5rem !important;
10635
10069
  }
10636
-
10637
10070
  .gap-lg-5 {
10638
10071
  gap: 3rem !important;
10639
10072
  }
10640
-
10641
10073
  .justify-content-lg-start {
10642
10074
  justify-content: flex-start !important;
10643
10075
  }
10644
-
10645
10076
  .justify-content-lg-end {
10646
10077
  justify-content: flex-end !important;
10647
10078
  }
10648
-
10649
10079
  .justify-content-lg-center {
10650
10080
  justify-content: center !important;
10651
10081
  }
10652
-
10653
10082
  .justify-content-lg-between {
10654
10083
  justify-content: space-between !important;
10655
10084
  }
10656
-
10657
10085
  .justify-content-lg-around {
10658
10086
  justify-content: space-around !important;
10659
10087
  }
10660
-
10661
10088
  .justify-content-lg-evenly {
10662
10089
  justify-content: space-evenly !important;
10663
10090
  }
10664
-
10665
10091
  .align-items-lg-start {
10666
10092
  align-items: flex-start !important;
10667
10093
  }
10668
-
10669
10094
  .align-items-lg-end {
10670
10095
  align-items: flex-end !important;
10671
10096
  }
10672
-
10673
10097
  .align-items-lg-center {
10674
10098
  align-items: center !important;
10675
10099
  }
10676
-
10677
10100
  .align-items-lg-baseline {
10678
10101
  align-items: baseline !important;
10679
10102
  }
10680
-
10681
10103
  .align-items-lg-stretch {
10682
10104
  align-items: stretch !important;
10683
10105
  }
10684
-
10685
10106
  .align-content-lg-start {
10686
10107
  align-content: flex-start !important;
10687
10108
  }
10688
-
10689
10109
  .align-content-lg-end {
10690
10110
  align-content: flex-end !important;
10691
10111
  }
10692
-
10693
10112
  .align-content-lg-center {
10694
10113
  align-content: center !important;
10695
10114
  }
10696
-
10697
10115
  .align-content-lg-between {
10698
10116
  align-content: space-between !important;
10699
10117
  }
10700
-
10701
10118
  .align-content-lg-around {
10702
10119
  align-content: space-around !important;
10703
10120
  }
10704
-
10705
10121
  .align-content-lg-stretch {
10706
10122
  align-content: stretch !important;
10707
10123
  }
10708
-
10709
10124
  .align-self-lg-auto {
10710
10125
  align-self: auto !important;
10711
10126
  }
10712
-
10713
10127
  .align-self-lg-start {
10714
10128
  align-self: flex-start !important;
10715
10129
  }
10716
-
10717
10130
  .align-self-lg-end {
10718
10131
  align-self: flex-end !important;
10719
10132
  }
10720
-
10721
10133
  .align-self-lg-center {
10722
10134
  align-self: center !important;
10723
10135
  }
10724
-
10725
10136
  .align-self-lg-baseline {
10726
10137
  align-self: baseline !important;
10727
10138
  }
10728
-
10729
10139
  .align-self-lg-stretch {
10730
10140
  align-self: stretch !important;
10731
10141
  }
10732
-
10733
10142
  .order-lg-first {
10734
10143
  order: -1 !important;
10735
10144
  }
10736
-
10737
10145
  .order-lg-0 {
10738
10146
  order: 0 !important;
10739
10147
  }
10740
-
10741
10148
  .order-lg-1 {
10742
10149
  order: 1 !important;
10743
10150
  }
10744
-
10745
10151
  .order-lg-2 {
10746
10152
  order: 2 !important;
10747
10153
  }
10748
-
10749
10154
  .order-lg-3 {
10750
10155
  order: 3 !important;
10751
10156
  }
10752
-
10753
10157
  .order-lg-4 {
10754
10158
  order: 4 !important;
10755
10159
  }
10756
-
10757
10160
  .order-lg-5 {
10758
10161
  order: 5 !important;
10759
10162
  }
10760
-
10761
10163
  .order-lg-last {
10762
10164
  order: 6 !important;
10763
10165
  }
10764
-
10765
10166
  .m-lg-0 {
10766
10167
  margin: 0 !important;
10767
10168
  }
10768
-
10769
10169
  .m-lg-1 {
10770
10170
  margin: 0.25rem !important;
10771
10171
  }
10772
-
10773
10172
  .m-lg-2 {
10774
10173
  margin: 0.5rem !important;
10775
10174
  }
10776
-
10777
10175
  .m-lg-3 {
10778
10176
  margin: 1rem !important;
10779
10177
  }
10780
-
10781
10178
  .m-lg-4 {
10782
10179
  margin: 1.5rem !important;
10783
10180
  }
10784
-
10785
10181
  .m-lg-5 {
10786
10182
  margin: 3rem !important;
10787
10183
  }
10788
-
10789
10184
  .m-lg-auto {
10790
10185
  margin: auto !important;
10791
10186
  }
10792
-
10793
10187
  .mx-lg-0 {
10794
10188
  margin-right: 0 !important;
10795
10189
  margin-left: 0 !important;
10796
10190
  }
10797
-
10798
10191
  .mx-lg-1 {
10799
10192
  margin-right: 0.25rem !important;
10800
10193
  margin-left: 0.25rem !important;
10801
10194
  }
10802
-
10803
10195
  .mx-lg-2 {
10804
10196
  margin-right: 0.5rem !important;
10805
10197
  margin-left: 0.5rem !important;
10806
10198
  }
10807
-
10808
10199
  .mx-lg-3 {
10809
10200
  margin-right: 1rem !important;
10810
10201
  margin-left: 1rem !important;
10811
10202
  }
10812
-
10813
10203
  .mx-lg-4 {
10814
10204
  margin-right: 1.5rem !important;
10815
10205
  margin-left: 1.5rem !important;
10816
10206
  }
10817
-
10818
10207
  .mx-lg-5 {
10819
10208
  margin-right: 3rem !important;
10820
10209
  margin-left: 3rem !important;
10821
10210
  }
10822
-
10823
10211
  .mx-lg-auto {
10824
10212
  margin-right: auto !important;
10825
10213
  margin-left: auto !important;
10826
10214
  }
10827
-
10828
10215
  .my-lg-0 {
10829
10216
  margin-top: 0 !important;
10830
10217
  margin-bottom: 0 !important;
10831
10218
  }
10832
-
10833
10219
  .my-lg-1 {
10834
10220
  margin-top: 0.25rem !important;
10835
10221
  margin-bottom: 0.25rem !important;
10836
10222
  }
10837
-
10838
10223
  .my-lg-2 {
10839
10224
  margin-top: 0.5rem !important;
10840
10225
  margin-bottom: 0.5rem !important;
10841
10226
  }
10842
-
10843
10227
  .my-lg-3 {
10844
10228
  margin-top: 1rem !important;
10845
10229
  margin-bottom: 1rem !important;
10846
10230
  }
10847
-
10848
10231
  .my-lg-4 {
10849
10232
  margin-top: 1.5rem !important;
10850
10233
  margin-bottom: 1.5rem !important;
10851
10234
  }
10852
-
10853
10235
  .my-lg-5 {
10854
10236
  margin-top: 3rem !important;
10855
10237
  margin-bottom: 3rem !important;
10856
10238
  }
10857
-
10858
10239
  .my-lg-auto {
10859
10240
  margin-top: auto !important;
10860
10241
  margin-bottom: auto !important;
10861
10242
  }
10862
-
10863
10243
  .mt-lg-0 {
10864
10244
  margin-top: 0 !important;
10865
10245
  }
10866
-
10867
10246
  .mt-lg-1 {
10868
10247
  margin-top: 0.25rem !important;
10869
10248
  }
10870
-
10871
10249
  .mt-lg-2 {
10872
10250
  margin-top: 0.5rem !important;
10873
10251
  }
10874
-
10875
10252
  .mt-lg-3 {
10876
10253
  margin-top: 1rem !important;
10877
10254
  }
10878
-
10879
10255
  .mt-lg-4 {
10880
10256
  margin-top: 1.5rem !important;
10881
10257
  }
10882
-
10883
10258
  .mt-lg-5 {
10884
10259
  margin-top: 3rem !important;
10885
10260
  }
10886
-
10887
10261
  .mt-lg-auto {
10888
10262
  margin-top: auto !important;
10889
10263
  }
10890
-
10891
10264
  .me-lg-0 {
10892
10265
  margin-right: 0 !important;
10893
10266
  }
10894
-
10895
10267
  .me-lg-1 {
10896
10268
  margin-right: 0.25rem !important;
10897
10269
  }
10898
-
10899
10270
  .me-lg-2 {
10900
10271
  margin-right: 0.5rem !important;
10901
10272
  }
10902
-
10903
10273
  .me-lg-3 {
10904
10274
  margin-right: 1rem !important;
10905
10275
  }
10906
-
10907
10276
  .me-lg-4 {
10908
10277
  margin-right: 1.5rem !important;
10909
10278
  }
10910
-
10911
10279
  .me-lg-5 {
10912
10280
  margin-right: 3rem !important;
10913
10281
  }
10914
-
10915
10282
  .me-lg-auto {
10916
10283
  margin-right: auto !important;
10917
10284
  }
10918
-
10919
10285
  .mb-lg-0 {
10920
10286
  margin-bottom: 0 !important;
10921
10287
  }
10922
-
10923
10288
  .mb-lg-1 {
10924
10289
  margin-bottom: 0.25rem !important;
10925
10290
  }
10926
-
10927
10291
  .mb-lg-2 {
10928
10292
  margin-bottom: 0.5rem !important;
10929
10293
  }
10930
-
10931
10294
  .mb-lg-3 {
10932
10295
  margin-bottom: 1rem !important;
10933
10296
  }
10934
-
10935
10297
  .mb-lg-4 {
10936
10298
  margin-bottom: 1.5rem !important;
10937
10299
  }
10938
-
10939
10300
  .mb-lg-5 {
10940
10301
  margin-bottom: 3rem !important;
10941
10302
  }
10942
-
10943
10303
  .mb-lg-auto {
10944
10304
  margin-bottom: auto !important;
10945
10305
  }
10946
-
10947
10306
  .ms-lg-0 {
10948
10307
  margin-left: 0 !important;
10949
10308
  }
10950
-
10951
10309
  .ms-lg-1 {
10952
10310
  margin-left: 0.25rem !important;
10953
10311
  }
10954
-
10955
10312
  .ms-lg-2 {
10956
10313
  margin-left: 0.5rem !important;
10957
10314
  }
10958
-
10959
10315
  .ms-lg-3 {
10960
10316
  margin-left: 1rem !important;
10961
10317
  }
10962
-
10963
10318
  .ms-lg-4 {
10964
10319
  margin-left: 1.5rem !important;
10965
10320
  }
10966
-
10967
10321
  .ms-lg-5 {
10968
10322
  margin-left: 3rem !important;
10969
10323
  }
10970
-
10971
10324
  .ms-lg-auto {
10972
10325
  margin-left: auto !important;
10973
10326
  }
10974
-
10975
10327
  .p-lg-0 {
10976
10328
  padding: 0 !important;
10977
10329
  }
10978
-
10979
10330
  .p-lg-1 {
10980
10331
  padding: 0.25rem !important;
10981
10332
  }
10982
-
10983
10333
  .p-lg-2 {
10984
10334
  padding: 0.5rem !important;
10985
10335
  }
10986
-
10987
10336
  .p-lg-3 {
10988
10337
  padding: 1rem !important;
10989
10338
  }
10990
-
10991
10339
  .p-lg-4 {
10992
10340
  padding: 1.5rem !important;
10993
10341
  }
10994
-
10995
10342
  .p-lg-5 {
10996
10343
  padding: 3rem !important;
10997
10344
  }
10998
-
10999
10345
  .px-lg-0 {
11000
10346
  padding-right: 0 !important;
11001
10347
  padding-left: 0 !important;
11002
10348
  }
11003
-
11004
10349
  .px-lg-1 {
11005
10350
  padding-right: 0.25rem !important;
11006
10351
  padding-left: 0.25rem !important;
11007
10352
  }
11008
-
11009
10353
  .px-lg-2 {
11010
10354
  padding-right: 0.5rem !important;
11011
10355
  padding-left: 0.5rem !important;
11012
10356
  }
11013
-
11014
10357
  .px-lg-3 {
11015
10358
  padding-right: 1rem !important;
11016
10359
  padding-left: 1rem !important;
11017
10360
  }
11018
-
11019
10361
  .px-lg-4 {
11020
10362
  padding-right: 1.5rem !important;
11021
10363
  padding-left: 1.5rem !important;
11022
10364
  }
11023
-
11024
10365
  .px-lg-5 {
11025
10366
  padding-right: 3rem !important;
11026
10367
  padding-left: 3rem !important;
11027
10368
  }
11028
-
11029
10369
  .py-lg-0 {
11030
10370
  padding-top: 0 !important;
11031
10371
  padding-bottom: 0 !important;
11032
10372
  }
11033
-
11034
10373
  .py-lg-1 {
11035
10374
  padding-top: 0.25rem !important;
11036
10375
  padding-bottom: 0.25rem !important;
11037
10376
  }
11038
-
11039
10377
  .py-lg-2 {
11040
10378
  padding-top: 0.5rem !important;
11041
10379
  padding-bottom: 0.5rem !important;
11042
10380
  }
11043
-
11044
10381
  .py-lg-3 {
11045
10382
  padding-top: 1rem !important;
11046
10383
  padding-bottom: 1rem !important;
11047
10384
  }
11048
-
11049
10385
  .py-lg-4 {
11050
10386
  padding-top: 1.5rem !important;
11051
10387
  padding-bottom: 1.5rem !important;
11052
10388
  }
11053
-
11054
10389
  .py-lg-5 {
11055
10390
  padding-top: 3rem !important;
11056
10391
  padding-bottom: 3rem !important;
11057
10392
  }
11058
-
11059
10393
  .pt-lg-0 {
11060
10394
  padding-top: 0 !important;
11061
10395
  }
11062
-
11063
10396
  .pt-lg-1 {
11064
10397
  padding-top: 0.25rem !important;
11065
10398
  }
11066
-
11067
10399
  .pt-lg-2 {
11068
10400
  padding-top: 0.5rem !important;
11069
10401
  }
11070
-
11071
10402
  .pt-lg-3 {
11072
10403
  padding-top: 1rem !important;
11073
10404
  }
11074
-
11075
10405
  .pt-lg-4 {
11076
10406
  padding-top: 1.5rem !important;
11077
10407
  }
11078
-
11079
10408
  .pt-lg-5 {
11080
10409
  padding-top: 3rem !important;
11081
10410
  }
11082
-
11083
10411
  .pe-lg-0 {
11084
10412
  padding-right: 0 !important;
11085
10413
  }
11086
-
11087
10414
  .pe-lg-1 {
11088
10415
  padding-right: 0.25rem !important;
11089
10416
  }
11090
-
11091
10417
  .pe-lg-2 {
11092
10418
  padding-right: 0.5rem !important;
11093
10419
  }
11094
-
11095
10420
  .pe-lg-3 {
11096
10421
  padding-right: 1rem !important;
11097
10422
  }
11098
-
11099
10423
  .pe-lg-4 {
11100
10424
  padding-right: 1.5rem !important;
11101
10425
  }
11102
-
11103
10426
  .pe-lg-5 {
11104
10427
  padding-right: 3rem !important;
11105
10428
  }
11106
-
11107
10429
  .pb-lg-0 {
11108
10430
  padding-bottom: 0 !important;
11109
10431
  }
11110
-
11111
10432
  .pb-lg-1 {
11112
10433
  padding-bottom: 0.25rem !important;
11113
10434
  }
11114
-
11115
10435
  .pb-lg-2 {
11116
10436
  padding-bottom: 0.5rem !important;
11117
10437
  }
11118
-
11119
10438
  .pb-lg-3 {
11120
10439
  padding-bottom: 1rem !important;
11121
10440
  }
11122
-
11123
10441
  .pb-lg-4 {
11124
10442
  padding-bottom: 1.5rem !important;
11125
10443
  }
11126
-
11127
10444
  .pb-lg-5 {
11128
10445
  padding-bottom: 3rem !important;
11129
10446
  }
11130
-
11131
10447
  .ps-lg-0 {
11132
10448
  padding-left: 0 !important;
11133
10449
  }
11134
-
11135
10450
  .ps-lg-1 {
11136
10451
  padding-left: 0.25rem !important;
11137
10452
  }
11138
-
11139
10453
  .ps-lg-2 {
11140
10454
  padding-left: 0.5rem !important;
11141
10455
  }
11142
-
11143
10456
  .ps-lg-3 {
11144
10457
  padding-left: 1rem !important;
11145
10458
  }
11146
-
11147
10459
  .ps-lg-4 {
11148
10460
  padding-left: 1.5rem !important;
11149
10461
  }
11150
-
11151
10462
  .ps-lg-5 {
11152
10463
  padding-left: 3rem !important;
11153
10464
  }
11154
-
11155
10465
  .text-lg-start {
11156
10466
  text-align: left !important;
11157
10467
  }
11158
-
11159
10468
  .text-lg-end {
11160
10469
  text-align: right !important;
11161
10470
  }
11162
-
11163
10471
  .text-lg-center {
11164
10472
  text-align: center !important;
11165
10473
  }
@@ -11168,649 +10476,494 @@ textarea.form-control-lg {
11168
10476
  .float-xl-start {
11169
10477
  float: left !important;
11170
10478
  }
11171
-
11172
10479
  .float-xl-end {
11173
10480
  float: right !important;
11174
10481
  }
11175
-
11176
10482
  .float-xl-none {
11177
10483
  float: none !important;
11178
10484
  }
11179
-
11180
10485
  .d-xl-inline {
11181
10486
  display: inline !important;
11182
10487
  }
11183
-
11184
10488
  .d-xl-inline-block {
11185
10489
  display: inline-block !important;
11186
10490
  }
11187
-
11188
10491
  .d-xl-block {
11189
10492
  display: block !important;
11190
10493
  }
11191
-
11192
10494
  .d-xl-grid {
11193
10495
  display: grid !important;
11194
10496
  }
11195
-
11196
10497
  .d-xl-table {
11197
10498
  display: table !important;
11198
10499
  }
11199
-
11200
10500
  .d-xl-table-row {
11201
10501
  display: table-row !important;
11202
10502
  }
11203
-
11204
10503
  .d-xl-table-cell {
11205
10504
  display: table-cell !important;
11206
10505
  }
11207
-
11208
10506
  .d-xl-flex {
11209
10507
  display: flex !important;
11210
10508
  }
11211
-
11212
10509
  .d-xl-inline-flex {
11213
10510
  display: inline-flex !important;
11214
10511
  }
11215
-
11216
10512
  .d-xl-none {
11217
10513
  display: none !important;
11218
10514
  }
11219
-
11220
10515
  .flex-xl-fill {
11221
10516
  flex: 1 1 auto !important;
11222
10517
  }
11223
-
11224
10518
  .flex-xl-row {
11225
10519
  flex-direction: row !important;
11226
10520
  }
11227
-
11228
10521
  .flex-xl-column {
11229
10522
  flex-direction: column !important;
11230
10523
  }
11231
-
11232
10524
  .flex-xl-row-reverse {
11233
10525
  flex-direction: row-reverse !important;
11234
10526
  }
11235
-
11236
10527
  .flex-xl-column-reverse {
11237
10528
  flex-direction: column-reverse !important;
11238
10529
  }
11239
-
11240
10530
  .flex-xl-grow-0 {
11241
10531
  flex-grow: 0 !important;
11242
10532
  }
11243
-
11244
10533
  .flex-xl-grow-1 {
11245
10534
  flex-grow: 1 !important;
11246
10535
  }
11247
-
11248
10536
  .flex-xl-shrink-0 {
11249
10537
  flex-shrink: 0 !important;
11250
10538
  }
11251
-
11252
10539
  .flex-xl-shrink-1 {
11253
10540
  flex-shrink: 1 !important;
11254
10541
  }
11255
-
11256
10542
  .flex-xl-wrap {
11257
10543
  flex-wrap: wrap !important;
11258
10544
  }
11259
-
11260
10545
  .flex-xl-nowrap {
11261
10546
  flex-wrap: nowrap !important;
11262
10547
  }
11263
-
11264
10548
  .flex-xl-wrap-reverse {
11265
10549
  flex-wrap: wrap-reverse !important;
11266
10550
  }
11267
-
11268
10551
  .gap-xl-0 {
11269
10552
  gap: 0 !important;
11270
10553
  }
11271
-
11272
10554
  .gap-xl-1 {
11273
10555
  gap: 0.25rem !important;
11274
10556
  }
11275
-
11276
10557
  .gap-xl-2 {
11277
10558
  gap: 0.5rem !important;
11278
10559
  }
11279
-
11280
10560
  .gap-xl-3 {
11281
10561
  gap: 1rem !important;
11282
10562
  }
11283
-
11284
10563
  .gap-xl-4 {
11285
10564
  gap: 1.5rem !important;
11286
10565
  }
11287
-
11288
10566
  .gap-xl-5 {
11289
10567
  gap: 3rem !important;
11290
10568
  }
11291
-
11292
10569
  .justify-content-xl-start {
11293
10570
  justify-content: flex-start !important;
11294
10571
  }
11295
-
11296
10572
  .justify-content-xl-end {
11297
10573
  justify-content: flex-end !important;
11298
10574
  }
11299
-
11300
10575
  .justify-content-xl-center {
11301
10576
  justify-content: center !important;
11302
10577
  }
11303
-
11304
10578
  .justify-content-xl-between {
11305
10579
  justify-content: space-between !important;
11306
10580
  }
11307
-
11308
10581
  .justify-content-xl-around {
11309
10582
  justify-content: space-around !important;
11310
10583
  }
11311
-
11312
10584
  .justify-content-xl-evenly {
11313
10585
  justify-content: space-evenly !important;
11314
10586
  }
11315
-
11316
10587
  .align-items-xl-start {
11317
10588
  align-items: flex-start !important;
11318
10589
  }
11319
-
11320
10590
  .align-items-xl-end {
11321
10591
  align-items: flex-end !important;
11322
10592
  }
11323
-
11324
10593
  .align-items-xl-center {
11325
10594
  align-items: center !important;
11326
10595
  }
11327
-
11328
10596
  .align-items-xl-baseline {
11329
10597
  align-items: baseline !important;
11330
10598
  }
11331
-
11332
10599
  .align-items-xl-stretch {
11333
10600
  align-items: stretch !important;
11334
10601
  }
11335
-
11336
10602
  .align-content-xl-start {
11337
10603
  align-content: flex-start !important;
11338
10604
  }
11339
-
11340
10605
  .align-content-xl-end {
11341
10606
  align-content: flex-end !important;
11342
10607
  }
11343
-
11344
10608
  .align-content-xl-center {
11345
10609
  align-content: center !important;
11346
10610
  }
11347
-
11348
10611
  .align-content-xl-between {
11349
10612
  align-content: space-between !important;
11350
10613
  }
11351
-
11352
10614
  .align-content-xl-around {
11353
10615
  align-content: space-around !important;
11354
10616
  }
11355
-
11356
10617
  .align-content-xl-stretch {
11357
10618
  align-content: stretch !important;
11358
10619
  }
11359
-
11360
10620
  .align-self-xl-auto {
11361
10621
  align-self: auto !important;
11362
10622
  }
11363
-
11364
10623
  .align-self-xl-start {
11365
10624
  align-self: flex-start !important;
11366
10625
  }
11367
-
11368
10626
  .align-self-xl-end {
11369
10627
  align-self: flex-end !important;
11370
10628
  }
11371
-
11372
10629
  .align-self-xl-center {
11373
10630
  align-self: center !important;
11374
10631
  }
11375
-
11376
10632
  .align-self-xl-baseline {
11377
10633
  align-self: baseline !important;
11378
10634
  }
11379
-
11380
10635
  .align-self-xl-stretch {
11381
10636
  align-self: stretch !important;
11382
10637
  }
11383
-
11384
10638
  .order-xl-first {
11385
10639
  order: -1 !important;
11386
10640
  }
11387
-
11388
10641
  .order-xl-0 {
11389
10642
  order: 0 !important;
11390
10643
  }
11391
-
11392
10644
  .order-xl-1 {
11393
10645
  order: 1 !important;
11394
10646
  }
11395
-
11396
10647
  .order-xl-2 {
11397
10648
  order: 2 !important;
11398
10649
  }
11399
-
11400
10650
  .order-xl-3 {
11401
10651
  order: 3 !important;
11402
10652
  }
11403
-
11404
10653
  .order-xl-4 {
11405
10654
  order: 4 !important;
11406
10655
  }
11407
-
11408
10656
  .order-xl-5 {
11409
10657
  order: 5 !important;
11410
10658
  }
11411
-
11412
10659
  .order-xl-last {
11413
10660
  order: 6 !important;
11414
10661
  }
11415
-
11416
10662
  .m-xl-0 {
11417
10663
  margin: 0 !important;
11418
10664
  }
11419
-
11420
10665
  .m-xl-1 {
11421
10666
  margin: 0.25rem !important;
11422
10667
  }
11423
-
11424
10668
  .m-xl-2 {
11425
10669
  margin: 0.5rem !important;
11426
10670
  }
11427
-
11428
10671
  .m-xl-3 {
11429
10672
  margin: 1rem !important;
11430
10673
  }
11431
-
11432
10674
  .m-xl-4 {
11433
10675
  margin: 1.5rem !important;
11434
10676
  }
11435
-
11436
10677
  .m-xl-5 {
11437
10678
  margin: 3rem !important;
11438
10679
  }
11439
-
11440
10680
  .m-xl-auto {
11441
10681
  margin: auto !important;
11442
10682
  }
11443
-
11444
10683
  .mx-xl-0 {
11445
10684
  margin-right: 0 !important;
11446
10685
  margin-left: 0 !important;
11447
10686
  }
11448
-
11449
10687
  .mx-xl-1 {
11450
10688
  margin-right: 0.25rem !important;
11451
10689
  margin-left: 0.25rem !important;
11452
10690
  }
11453
-
11454
10691
  .mx-xl-2 {
11455
10692
  margin-right: 0.5rem !important;
11456
10693
  margin-left: 0.5rem !important;
11457
10694
  }
11458
-
11459
10695
  .mx-xl-3 {
11460
10696
  margin-right: 1rem !important;
11461
10697
  margin-left: 1rem !important;
11462
10698
  }
11463
-
11464
10699
  .mx-xl-4 {
11465
10700
  margin-right: 1.5rem !important;
11466
10701
  margin-left: 1.5rem !important;
11467
10702
  }
11468
-
11469
10703
  .mx-xl-5 {
11470
10704
  margin-right: 3rem !important;
11471
10705
  margin-left: 3rem !important;
11472
10706
  }
11473
-
11474
10707
  .mx-xl-auto {
11475
10708
  margin-right: auto !important;
11476
10709
  margin-left: auto !important;
11477
10710
  }
11478
-
11479
10711
  .my-xl-0 {
11480
10712
  margin-top: 0 !important;
11481
10713
  margin-bottom: 0 !important;
11482
10714
  }
11483
-
11484
10715
  .my-xl-1 {
11485
10716
  margin-top: 0.25rem !important;
11486
10717
  margin-bottom: 0.25rem !important;
11487
10718
  }
11488
-
11489
10719
  .my-xl-2 {
11490
10720
  margin-top: 0.5rem !important;
11491
10721
  margin-bottom: 0.5rem !important;
11492
10722
  }
11493
-
11494
10723
  .my-xl-3 {
11495
10724
  margin-top: 1rem !important;
11496
10725
  margin-bottom: 1rem !important;
11497
10726
  }
11498
-
11499
10727
  .my-xl-4 {
11500
10728
  margin-top: 1.5rem !important;
11501
10729
  margin-bottom: 1.5rem !important;
11502
10730
  }
11503
-
11504
10731
  .my-xl-5 {
11505
10732
  margin-top: 3rem !important;
11506
10733
  margin-bottom: 3rem !important;
11507
10734
  }
11508
-
11509
10735
  .my-xl-auto {
11510
10736
  margin-top: auto !important;
11511
10737
  margin-bottom: auto !important;
11512
10738
  }
11513
-
11514
10739
  .mt-xl-0 {
11515
10740
  margin-top: 0 !important;
11516
10741
  }
11517
-
11518
10742
  .mt-xl-1 {
11519
10743
  margin-top: 0.25rem !important;
11520
10744
  }
11521
-
11522
10745
  .mt-xl-2 {
11523
10746
  margin-top: 0.5rem !important;
11524
10747
  }
11525
-
11526
10748
  .mt-xl-3 {
11527
10749
  margin-top: 1rem !important;
11528
10750
  }
11529
-
11530
10751
  .mt-xl-4 {
11531
10752
  margin-top: 1.5rem !important;
11532
10753
  }
11533
-
11534
10754
  .mt-xl-5 {
11535
10755
  margin-top: 3rem !important;
11536
10756
  }
11537
-
11538
10757
  .mt-xl-auto {
11539
10758
  margin-top: auto !important;
11540
10759
  }
11541
-
11542
10760
  .me-xl-0 {
11543
10761
  margin-right: 0 !important;
11544
10762
  }
11545
-
11546
10763
  .me-xl-1 {
11547
10764
  margin-right: 0.25rem !important;
11548
10765
  }
11549
-
11550
10766
  .me-xl-2 {
11551
10767
  margin-right: 0.5rem !important;
11552
10768
  }
11553
-
11554
10769
  .me-xl-3 {
11555
10770
  margin-right: 1rem !important;
11556
10771
  }
11557
-
11558
10772
  .me-xl-4 {
11559
10773
  margin-right: 1.5rem !important;
11560
10774
  }
11561
-
11562
10775
  .me-xl-5 {
11563
10776
  margin-right: 3rem !important;
11564
10777
  }
11565
-
11566
10778
  .me-xl-auto {
11567
10779
  margin-right: auto !important;
11568
10780
  }
11569
-
11570
10781
  .mb-xl-0 {
11571
10782
  margin-bottom: 0 !important;
11572
10783
  }
11573
-
11574
10784
  .mb-xl-1 {
11575
10785
  margin-bottom: 0.25rem !important;
11576
10786
  }
11577
-
11578
10787
  .mb-xl-2 {
11579
10788
  margin-bottom: 0.5rem !important;
11580
10789
  }
11581
-
11582
10790
  .mb-xl-3 {
11583
10791
  margin-bottom: 1rem !important;
11584
10792
  }
11585
-
11586
10793
  .mb-xl-4 {
11587
10794
  margin-bottom: 1.5rem !important;
11588
10795
  }
11589
-
11590
10796
  .mb-xl-5 {
11591
10797
  margin-bottom: 3rem !important;
11592
10798
  }
11593
-
11594
10799
  .mb-xl-auto {
11595
10800
  margin-bottom: auto !important;
11596
10801
  }
11597
-
11598
10802
  .ms-xl-0 {
11599
10803
  margin-left: 0 !important;
11600
10804
  }
11601
-
11602
10805
  .ms-xl-1 {
11603
10806
  margin-left: 0.25rem !important;
11604
10807
  }
11605
-
11606
10808
  .ms-xl-2 {
11607
10809
  margin-left: 0.5rem !important;
11608
10810
  }
11609
-
11610
10811
  .ms-xl-3 {
11611
10812
  margin-left: 1rem !important;
11612
10813
  }
11613
-
11614
10814
  .ms-xl-4 {
11615
10815
  margin-left: 1.5rem !important;
11616
10816
  }
11617
-
11618
10817
  .ms-xl-5 {
11619
10818
  margin-left: 3rem !important;
11620
10819
  }
11621
-
11622
10820
  .ms-xl-auto {
11623
10821
  margin-left: auto !important;
11624
10822
  }
11625
-
11626
10823
  .p-xl-0 {
11627
10824
  padding: 0 !important;
11628
10825
  }
11629
-
11630
10826
  .p-xl-1 {
11631
10827
  padding: 0.25rem !important;
11632
10828
  }
11633
-
11634
10829
  .p-xl-2 {
11635
10830
  padding: 0.5rem !important;
11636
10831
  }
11637
-
11638
10832
  .p-xl-3 {
11639
10833
  padding: 1rem !important;
11640
10834
  }
11641
-
11642
10835
  .p-xl-4 {
11643
10836
  padding: 1.5rem !important;
11644
10837
  }
11645
-
11646
10838
  .p-xl-5 {
11647
10839
  padding: 3rem !important;
11648
10840
  }
11649
-
11650
10841
  .px-xl-0 {
11651
10842
  padding-right: 0 !important;
11652
10843
  padding-left: 0 !important;
11653
10844
  }
11654
-
11655
10845
  .px-xl-1 {
11656
10846
  padding-right: 0.25rem !important;
11657
10847
  padding-left: 0.25rem !important;
11658
10848
  }
11659
-
11660
10849
  .px-xl-2 {
11661
10850
  padding-right: 0.5rem !important;
11662
10851
  padding-left: 0.5rem !important;
11663
10852
  }
11664
-
11665
10853
  .px-xl-3 {
11666
10854
  padding-right: 1rem !important;
11667
10855
  padding-left: 1rem !important;
11668
10856
  }
11669
-
11670
10857
  .px-xl-4 {
11671
10858
  padding-right: 1.5rem !important;
11672
10859
  padding-left: 1.5rem !important;
11673
10860
  }
11674
-
11675
10861
  .px-xl-5 {
11676
10862
  padding-right: 3rem !important;
11677
10863
  padding-left: 3rem !important;
11678
10864
  }
11679
-
11680
10865
  .py-xl-0 {
11681
10866
  padding-top: 0 !important;
11682
10867
  padding-bottom: 0 !important;
11683
10868
  }
11684
-
11685
10869
  .py-xl-1 {
11686
10870
  padding-top: 0.25rem !important;
11687
10871
  padding-bottom: 0.25rem !important;
11688
10872
  }
11689
-
11690
10873
  .py-xl-2 {
11691
10874
  padding-top: 0.5rem !important;
11692
10875
  padding-bottom: 0.5rem !important;
11693
10876
  }
11694
-
11695
10877
  .py-xl-3 {
11696
10878
  padding-top: 1rem !important;
11697
10879
  padding-bottom: 1rem !important;
11698
10880
  }
11699
-
11700
10881
  .py-xl-4 {
11701
10882
  padding-top: 1.5rem !important;
11702
10883
  padding-bottom: 1.5rem !important;
11703
10884
  }
11704
-
11705
10885
  .py-xl-5 {
11706
10886
  padding-top: 3rem !important;
11707
10887
  padding-bottom: 3rem !important;
11708
10888
  }
11709
-
11710
10889
  .pt-xl-0 {
11711
10890
  padding-top: 0 !important;
11712
10891
  }
11713
-
11714
10892
  .pt-xl-1 {
11715
10893
  padding-top: 0.25rem !important;
11716
10894
  }
11717
-
11718
10895
  .pt-xl-2 {
11719
10896
  padding-top: 0.5rem !important;
11720
10897
  }
11721
-
11722
10898
  .pt-xl-3 {
11723
10899
  padding-top: 1rem !important;
11724
10900
  }
11725
-
11726
10901
  .pt-xl-4 {
11727
10902
  padding-top: 1.5rem !important;
11728
10903
  }
11729
-
11730
10904
  .pt-xl-5 {
11731
10905
  padding-top: 3rem !important;
11732
10906
  }
11733
-
11734
10907
  .pe-xl-0 {
11735
10908
  padding-right: 0 !important;
11736
10909
  }
11737
-
11738
10910
  .pe-xl-1 {
11739
10911
  padding-right: 0.25rem !important;
11740
10912
  }
11741
-
11742
10913
  .pe-xl-2 {
11743
10914
  padding-right: 0.5rem !important;
11744
10915
  }
11745
-
11746
10916
  .pe-xl-3 {
11747
10917
  padding-right: 1rem !important;
11748
10918
  }
11749
-
11750
10919
  .pe-xl-4 {
11751
10920
  padding-right: 1.5rem !important;
11752
10921
  }
11753
-
11754
10922
  .pe-xl-5 {
11755
10923
  padding-right: 3rem !important;
11756
10924
  }
11757
-
11758
10925
  .pb-xl-0 {
11759
10926
  padding-bottom: 0 !important;
11760
10927
  }
11761
-
11762
10928
  .pb-xl-1 {
11763
10929
  padding-bottom: 0.25rem !important;
11764
10930
  }
11765
-
11766
10931
  .pb-xl-2 {
11767
10932
  padding-bottom: 0.5rem !important;
11768
10933
  }
11769
-
11770
10934
  .pb-xl-3 {
11771
10935
  padding-bottom: 1rem !important;
11772
10936
  }
11773
-
11774
10937
  .pb-xl-4 {
11775
10938
  padding-bottom: 1.5rem !important;
11776
10939
  }
11777
-
11778
10940
  .pb-xl-5 {
11779
10941
  padding-bottom: 3rem !important;
11780
10942
  }
11781
-
11782
10943
  .ps-xl-0 {
11783
10944
  padding-left: 0 !important;
11784
10945
  }
11785
-
11786
10946
  .ps-xl-1 {
11787
10947
  padding-left: 0.25rem !important;
11788
10948
  }
11789
-
11790
10949
  .ps-xl-2 {
11791
10950
  padding-left: 0.5rem !important;
11792
10951
  }
11793
-
11794
10952
  .ps-xl-3 {
11795
10953
  padding-left: 1rem !important;
11796
10954
  }
11797
-
11798
10955
  .ps-xl-4 {
11799
10956
  padding-left: 1.5rem !important;
11800
10957
  }
11801
-
11802
10958
  .ps-xl-5 {
11803
10959
  padding-left: 3rem !important;
11804
10960
  }
11805
-
11806
10961
  .text-xl-start {
11807
10962
  text-align: left !important;
11808
10963
  }
11809
-
11810
10964
  .text-xl-end {
11811
10965
  text-align: right !important;
11812
10966
  }
11813
-
11814
10967
  .text-xl-center {
11815
10968
  text-align: center !important;
11816
10969
  }
@@ -11819,649 +10972,494 @@ textarea.form-control-lg {
11819
10972
  .float-xxl-start {
11820
10973
  float: left !important;
11821
10974
  }
11822
-
11823
10975
  .float-xxl-end {
11824
10976
  float: right !important;
11825
10977
  }
11826
-
11827
10978
  .float-xxl-none {
11828
10979
  float: none !important;
11829
10980
  }
11830
-
11831
10981
  .d-xxl-inline {
11832
10982
  display: inline !important;
11833
10983
  }
11834
-
11835
10984
  .d-xxl-inline-block {
11836
10985
  display: inline-block !important;
11837
10986
  }
11838
-
11839
10987
  .d-xxl-block {
11840
10988
  display: block !important;
11841
10989
  }
11842
-
11843
10990
  .d-xxl-grid {
11844
10991
  display: grid !important;
11845
10992
  }
11846
-
11847
10993
  .d-xxl-table {
11848
10994
  display: table !important;
11849
10995
  }
11850
-
11851
10996
  .d-xxl-table-row {
11852
10997
  display: table-row !important;
11853
10998
  }
11854
-
11855
10999
  .d-xxl-table-cell {
11856
11000
  display: table-cell !important;
11857
11001
  }
11858
-
11859
11002
  .d-xxl-flex {
11860
11003
  display: flex !important;
11861
11004
  }
11862
-
11863
11005
  .d-xxl-inline-flex {
11864
11006
  display: inline-flex !important;
11865
11007
  }
11866
-
11867
11008
  .d-xxl-none {
11868
11009
  display: none !important;
11869
11010
  }
11870
-
11871
11011
  .flex-xxl-fill {
11872
11012
  flex: 1 1 auto !important;
11873
11013
  }
11874
-
11875
11014
  .flex-xxl-row {
11876
11015
  flex-direction: row !important;
11877
11016
  }
11878
-
11879
11017
  .flex-xxl-column {
11880
11018
  flex-direction: column !important;
11881
11019
  }
11882
-
11883
11020
  .flex-xxl-row-reverse {
11884
11021
  flex-direction: row-reverse !important;
11885
11022
  }
11886
-
11887
11023
  .flex-xxl-column-reverse {
11888
11024
  flex-direction: column-reverse !important;
11889
11025
  }
11890
-
11891
11026
  .flex-xxl-grow-0 {
11892
11027
  flex-grow: 0 !important;
11893
11028
  }
11894
-
11895
11029
  .flex-xxl-grow-1 {
11896
11030
  flex-grow: 1 !important;
11897
11031
  }
11898
-
11899
11032
  .flex-xxl-shrink-0 {
11900
11033
  flex-shrink: 0 !important;
11901
11034
  }
11902
-
11903
11035
  .flex-xxl-shrink-1 {
11904
11036
  flex-shrink: 1 !important;
11905
11037
  }
11906
-
11907
11038
  .flex-xxl-wrap {
11908
11039
  flex-wrap: wrap !important;
11909
11040
  }
11910
-
11911
11041
  .flex-xxl-nowrap {
11912
11042
  flex-wrap: nowrap !important;
11913
11043
  }
11914
-
11915
11044
  .flex-xxl-wrap-reverse {
11916
11045
  flex-wrap: wrap-reverse !important;
11917
11046
  }
11918
-
11919
11047
  .gap-xxl-0 {
11920
11048
  gap: 0 !important;
11921
11049
  }
11922
-
11923
11050
  .gap-xxl-1 {
11924
11051
  gap: 0.25rem !important;
11925
11052
  }
11926
-
11927
11053
  .gap-xxl-2 {
11928
11054
  gap: 0.5rem !important;
11929
11055
  }
11930
-
11931
11056
  .gap-xxl-3 {
11932
11057
  gap: 1rem !important;
11933
11058
  }
11934
-
11935
11059
  .gap-xxl-4 {
11936
11060
  gap: 1.5rem !important;
11937
11061
  }
11938
-
11939
11062
  .gap-xxl-5 {
11940
11063
  gap: 3rem !important;
11941
11064
  }
11942
-
11943
11065
  .justify-content-xxl-start {
11944
11066
  justify-content: flex-start !important;
11945
11067
  }
11946
-
11947
11068
  .justify-content-xxl-end {
11948
11069
  justify-content: flex-end !important;
11949
11070
  }
11950
-
11951
11071
  .justify-content-xxl-center {
11952
11072
  justify-content: center !important;
11953
11073
  }
11954
-
11955
11074
  .justify-content-xxl-between {
11956
11075
  justify-content: space-between !important;
11957
11076
  }
11958
-
11959
11077
  .justify-content-xxl-around {
11960
11078
  justify-content: space-around !important;
11961
11079
  }
11962
-
11963
11080
  .justify-content-xxl-evenly {
11964
11081
  justify-content: space-evenly !important;
11965
11082
  }
11966
-
11967
11083
  .align-items-xxl-start {
11968
11084
  align-items: flex-start !important;
11969
11085
  }
11970
-
11971
11086
  .align-items-xxl-end {
11972
11087
  align-items: flex-end !important;
11973
11088
  }
11974
-
11975
11089
  .align-items-xxl-center {
11976
11090
  align-items: center !important;
11977
11091
  }
11978
-
11979
11092
  .align-items-xxl-baseline {
11980
11093
  align-items: baseline !important;
11981
11094
  }
11982
-
11983
11095
  .align-items-xxl-stretch {
11984
11096
  align-items: stretch !important;
11985
11097
  }
11986
-
11987
11098
  .align-content-xxl-start {
11988
11099
  align-content: flex-start !important;
11989
11100
  }
11990
-
11991
11101
  .align-content-xxl-end {
11992
11102
  align-content: flex-end !important;
11993
11103
  }
11994
-
11995
11104
  .align-content-xxl-center {
11996
11105
  align-content: center !important;
11997
11106
  }
11998
-
11999
11107
  .align-content-xxl-between {
12000
11108
  align-content: space-between !important;
12001
11109
  }
12002
-
12003
11110
  .align-content-xxl-around {
12004
11111
  align-content: space-around !important;
12005
11112
  }
12006
-
12007
11113
  .align-content-xxl-stretch {
12008
11114
  align-content: stretch !important;
12009
11115
  }
12010
-
12011
11116
  .align-self-xxl-auto {
12012
11117
  align-self: auto !important;
12013
11118
  }
12014
-
12015
11119
  .align-self-xxl-start {
12016
11120
  align-self: flex-start !important;
12017
11121
  }
12018
-
12019
11122
  .align-self-xxl-end {
12020
11123
  align-self: flex-end !important;
12021
11124
  }
12022
-
12023
11125
  .align-self-xxl-center {
12024
11126
  align-self: center !important;
12025
11127
  }
12026
-
12027
11128
  .align-self-xxl-baseline {
12028
11129
  align-self: baseline !important;
12029
11130
  }
12030
-
12031
11131
  .align-self-xxl-stretch {
12032
11132
  align-self: stretch !important;
12033
11133
  }
12034
-
12035
11134
  .order-xxl-first {
12036
11135
  order: -1 !important;
12037
11136
  }
12038
-
12039
11137
  .order-xxl-0 {
12040
11138
  order: 0 !important;
12041
11139
  }
12042
-
12043
11140
  .order-xxl-1 {
12044
11141
  order: 1 !important;
12045
11142
  }
12046
-
12047
11143
  .order-xxl-2 {
12048
11144
  order: 2 !important;
12049
11145
  }
12050
-
12051
11146
  .order-xxl-3 {
12052
11147
  order: 3 !important;
12053
11148
  }
12054
-
12055
11149
  .order-xxl-4 {
12056
11150
  order: 4 !important;
12057
11151
  }
12058
-
12059
11152
  .order-xxl-5 {
12060
11153
  order: 5 !important;
12061
11154
  }
12062
-
12063
11155
  .order-xxl-last {
12064
11156
  order: 6 !important;
12065
11157
  }
12066
-
12067
11158
  .m-xxl-0 {
12068
11159
  margin: 0 !important;
12069
11160
  }
12070
-
12071
11161
  .m-xxl-1 {
12072
11162
  margin: 0.25rem !important;
12073
11163
  }
12074
-
12075
11164
  .m-xxl-2 {
12076
11165
  margin: 0.5rem !important;
12077
11166
  }
12078
-
12079
11167
  .m-xxl-3 {
12080
11168
  margin: 1rem !important;
12081
11169
  }
12082
-
12083
11170
  .m-xxl-4 {
12084
11171
  margin: 1.5rem !important;
12085
11172
  }
12086
-
12087
11173
  .m-xxl-5 {
12088
11174
  margin: 3rem !important;
12089
11175
  }
12090
-
12091
11176
  .m-xxl-auto {
12092
11177
  margin: auto !important;
12093
11178
  }
12094
-
12095
11179
  .mx-xxl-0 {
12096
11180
  margin-right: 0 !important;
12097
11181
  margin-left: 0 !important;
12098
11182
  }
12099
-
12100
11183
  .mx-xxl-1 {
12101
11184
  margin-right: 0.25rem !important;
12102
11185
  margin-left: 0.25rem !important;
12103
11186
  }
12104
-
12105
11187
  .mx-xxl-2 {
12106
11188
  margin-right: 0.5rem !important;
12107
11189
  margin-left: 0.5rem !important;
12108
11190
  }
12109
-
12110
11191
  .mx-xxl-3 {
12111
11192
  margin-right: 1rem !important;
12112
11193
  margin-left: 1rem !important;
12113
11194
  }
12114
-
12115
11195
  .mx-xxl-4 {
12116
11196
  margin-right: 1.5rem !important;
12117
11197
  margin-left: 1.5rem !important;
12118
11198
  }
12119
-
12120
11199
  .mx-xxl-5 {
12121
11200
  margin-right: 3rem !important;
12122
11201
  margin-left: 3rem !important;
12123
11202
  }
12124
-
12125
11203
  .mx-xxl-auto {
12126
11204
  margin-right: auto !important;
12127
11205
  margin-left: auto !important;
12128
11206
  }
12129
-
12130
11207
  .my-xxl-0 {
12131
11208
  margin-top: 0 !important;
12132
11209
  margin-bottom: 0 !important;
12133
11210
  }
12134
-
12135
11211
  .my-xxl-1 {
12136
11212
  margin-top: 0.25rem !important;
12137
11213
  margin-bottom: 0.25rem !important;
12138
11214
  }
12139
-
12140
11215
  .my-xxl-2 {
12141
11216
  margin-top: 0.5rem !important;
12142
11217
  margin-bottom: 0.5rem !important;
12143
11218
  }
12144
-
12145
11219
  .my-xxl-3 {
12146
11220
  margin-top: 1rem !important;
12147
11221
  margin-bottom: 1rem !important;
12148
11222
  }
12149
-
12150
11223
  .my-xxl-4 {
12151
11224
  margin-top: 1.5rem !important;
12152
11225
  margin-bottom: 1.5rem !important;
12153
11226
  }
12154
-
12155
11227
  .my-xxl-5 {
12156
11228
  margin-top: 3rem !important;
12157
11229
  margin-bottom: 3rem !important;
12158
11230
  }
12159
-
12160
11231
  .my-xxl-auto {
12161
11232
  margin-top: auto !important;
12162
11233
  margin-bottom: auto !important;
12163
11234
  }
12164
-
12165
11235
  .mt-xxl-0 {
12166
11236
  margin-top: 0 !important;
12167
11237
  }
12168
-
12169
11238
  .mt-xxl-1 {
12170
11239
  margin-top: 0.25rem !important;
12171
11240
  }
12172
-
12173
11241
  .mt-xxl-2 {
12174
11242
  margin-top: 0.5rem !important;
12175
11243
  }
12176
-
12177
11244
  .mt-xxl-3 {
12178
11245
  margin-top: 1rem !important;
12179
11246
  }
12180
-
12181
11247
  .mt-xxl-4 {
12182
11248
  margin-top: 1.5rem !important;
12183
11249
  }
12184
-
12185
11250
  .mt-xxl-5 {
12186
11251
  margin-top: 3rem !important;
12187
11252
  }
12188
-
12189
11253
  .mt-xxl-auto {
12190
11254
  margin-top: auto !important;
12191
11255
  }
12192
-
12193
11256
  .me-xxl-0 {
12194
11257
  margin-right: 0 !important;
12195
11258
  }
12196
-
12197
11259
  .me-xxl-1 {
12198
11260
  margin-right: 0.25rem !important;
12199
11261
  }
12200
-
12201
11262
  .me-xxl-2 {
12202
11263
  margin-right: 0.5rem !important;
12203
11264
  }
12204
-
12205
11265
  .me-xxl-3 {
12206
11266
  margin-right: 1rem !important;
12207
11267
  }
12208
-
12209
11268
  .me-xxl-4 {
12210
11269
  margin-right: 1.5rem !important;
12211
11270
  }
12212
-
12213
11271
  .me-xxl-5 {
12214
11272
  margin-right: 3rem !important;
12215
11273
  }
12216
-
12217
11274
  .me-xxl-auto {
12218
11275
  margin-right: auto !important;
12219
11276
  }
12220
-
12221
11277
  .mb-xxl-0 {
12222
11278
  margin-bottom: 0 !important;
12223
11279
  }
12224
-
12225
11280
  .mb-xxl-1 {
12226
11281
  margin-bottom: 0.25rem !important;
12227
11282
  }
12228
-
12229
11283
  .mb-xxl-2 {
12230
11284
  margin-bottom: 0.5rem !important;
12231
11285
  }
12232
-
12233
11286
  .mb-xxl-3 {
12234
11287
  margin-bottom: 1rem !important;
12235
11288
  }
12236
-
12237
11289
  .mb-xxl-4 {
12238
11290
  margin-bottom: 1.5rem !important;
12239
11291
  }
12240
-
12241
11292
  .mb-xxl-5 {
12242
11293
  margin-bottom: 3rem !important;
12243
11294
  }
12244
-
12245
11295
  .mb-xxl-auto {
12246
11296
  margin-bottom: auto !important;
12247
11297
  }
12248
-
12249
11298
  .ms-xxl-0 {
12250
11299
  margin-left: 0 !important;
12251
11300
  }
12252
-
12253
11301
  .ms-xxl-1 {
12254
11302
  margin-left: 0.25rem !important;
12255
11303
  }
12256
-
12257
11304
  .ms-xxl-2 {
12258
11305
  margin-left: 0.5rem !important;
12259
11306
  }
12260
-
12261
11307
  .ms-xxl-3 {
12262
11308
  margin-left: 1rem !important;
12263
11309
  }
12264
-
12265
11310
  .ms-xxl-4 {
12266
11311
  margin-left: 1.5rem !important;
12267
11312
  }
12268
-
12269
11313
  .ms-xxl-5 {
12270
11314
  margin-left: 3rem !important;
12271
11315
  }
12272
-
12273
11316
  .ms-xxl-auto {
12274
11317
  margin-left: auto !important;
12275
11318
  }
12276
-
12277
11319
  .p-xxl-0 {
12278
11320
  padding: 0 !important;
12279
11321
  }
12280
-
12281
11322
  .p-xxl-1 {
12282
11323
  padding: 0.25rem !important;
12283
11324
  }
12284
-
12285
11325
  .p-xxl-2 {
12286
11326
  padding: 0.5rem !important;
12287
11327
  }
12288
-
12289
11328
  .p-xxl-3 {
12290
11329
  padding: 1rem !important;
12291
11330
  }
12292
-
12293
11331
  .p-xxl-4 {
12294
11332
  padding: 1.5rem !important;
12295
11333
  }
12296
-
12297
11334
  .p-xxl-5 {
12298
11335
  padding: 3rem !important;
12299
11336
  }
12300
-
12301
11337
  .px-xxl-0 {
12302
11338
  padding-right: 0 !important;
12303
11339
  padding-left: 0 !important;
12304
11340
  }
12305
-
12306
11341
  .px-xxl-1 {
12307
11342
  padding-right: 0.25rem !important;
12308
11343
  padding-left: 0.25rem !important;
12309
11344
  }
12310
-
12311
11345
  .px-xxl-2 {
12312
11346
  padding-right: 0.5rem !important;
12313
11347
  padding-left: 0.5rem !important;
12314
11348
  }
12315
-
12316
11349
  .px-xxl-3 {
12317
11350
  padding-right: 1rem !important;
12318
11351
  padding-left: 1rem !important;
12319
11352
  }
12320
-
12321
11353
  .px-xxl-4 {
12322
11354
  padding-right: 1.5rem !important;
12323
11355
  padding-left: 1.5rem !important;
12324
11356
  }
12325
-
12326
11357
  .px-xxl-5 {
12327
11358
  padding-right: 3rem !important;
12328
11359
  padding-left: 3rem !important;
12329
11360
  }
12330
-
12331
11361
  .py-xxl-0 {
12332
11362
  padding-top: 0 !important;
12333
11363
  padding-bottom: 0 !important;
12334
11364
  }
12335
-
12336
11365
  .py-xxl-1 {
12337
11366
  padding-top: 0.25rem !important;
12338
11367
  padding-bottom: 0.25rem !important;
12339
11368
  }
12340
-
12341
11369
  .py-xxl-2 {
12342
11370
  padding-top: 0.5rem !important;
12343
11371
  padding-bottom: 0.5rem !important;
12344
11372
  }
12345
-
12346
11373
  .py-xxl-3 {
12347
11374
  padding-top: 1rem !important;
12348
11375
  padding-bottom: 1rem !important;
12349
11376
  }
12350
-
12351
11377
  .py-xxl-4 {
12352
11378
  padding-top: 1.5rem !important;
12353
11379
  padding-bottom: 1.5rem !important;
12354
11380
  }
12355
-
12356
11381
  .py-xxl-5 {
12357
11382
  padding-top: 3rem !important;
12358
11383
  padding-bottom: 3rem !important;
12359
11384
  }
12360
-
12361
11385
  .pt-xxl-0 {
12362
11386
  padding-top: 0 !important;
12363
11387
  }
12364
-
12365
11388
  .pt-xxl-1 {
12366
11389
  padding-top: 0.25rem !important;
12367
11390
  }
12368
-
12369
11391
  .pt-xxl-2 {
12370
11392
  padding-top: 0.5rem !important;
12371
11393
  }
12372
-
12373
11394
  .pt-xxl-3 {
12374
11395
  padding-top: 1rem !important;
12375
11396
  }
12376
-
12377
11397
  .pt-xxl-4 {
12378
11398
  padding-top: 1.5rem !important;
12379
11399
  }
12380
-
12381
11400
  .pt-xxl-5 {
12382
11401
  padding-top: 3rem !important;
12383
11402
  }
12384
-
12385
11403
  .pe-xxl-0 {
12386
11404
  padding-right: 0 !important;
12387
11405
  }
12388
-
12389
11406
  .pe-xxl-1 {
12390
11407
  padding-right: 0.25rem !important;
12391
11408
  }
12392
-
12393
11409
  .pe-xxl-2 {
12394
11410
  padding-right: 0.5rem !important;
12395
11411
  }
12396
-
12397
11412
  .pe-xxl-3 {
12398
11413
  padding-right: 1rem !important;
12399
11414
  }
12400
-
12401
11415
  .pe-xxl-4 {
12402
11416
  padding-right: 1.5rem !important;
12403
11417
  }
12404
-
12405
11418
  .pe-xxl-5 {
12406
11419
  padding-right: 3rem !important;
12407
11420
  }
12408
-
12409
11421
  .pb-xxl-0 {
12410
11422
  padding-bottom: 0 !important;
12411
11423
  }
12412
-
12413
11424
  .pb-xxl-1 {
12414
11425
  padding-bottom: 0.25rem !important;
12415
11426
  }
12416
-
12417
11427
  .pb-xxl-2 {
12418
11428
  padding-bottom: 0.5rem !important;
12419
11429
  }
12420
-
12421
11430
  .pb-xxl-3 {
12422
11431
  padding-bottom: 1rem !important;
12423
11432
  }
12424
-
12425
11433
  .pb-xxl-4 {
12426
11434
  padding-bottom: 1.5rem !important;
12427
11435
  }
12428
-
12429
11436
  .pb-xxl-5 {
12430
11437
  padding-bottom: 3rem !important;
12431
11438
  }
12432
-
12433
11439
  .ps-xxl-0 {
12434
11440
  padding-left: 0 !important;
12435
11441
  }
12436
-
12437
11442
  .ps-xxl-1 {
12438
11443
  padding-left: 0.25rem !important;
12439
11444
  }
12440
-
12441
11445
  .ps-xxl-2 {
12442
11446
  padding-left: 0.5rem !important;
12443
11447
  }
12444
-
12445
11448
  .ps-xxl-3 {
12446
11449
  padding-left: 1rem !important;
12447
11450
  }
12448
-
12449
11451
  .ps-xxl-4 {
12450
11452
  padding-left: 1.5rem !important;
12451
11453
  }
12452
-
12453
11454
  .ps-xxl-5 {
12454
11455
  padding-left: 3rem !important;
12455
11456
  }
12456
-
12457
11457
  .text-xxl-start {
12458
11458
  text-align: left !important;
12459
11459
  }
12460
-
12461
11460
  .text-xxl-end {
12462
11461
  text-align: right !important;
12463
11462
  }
12464
-
12465
11463
  .text-xxl-center {
12466
11464
  text-align: center !important;
12467
11465
  }
@@ -12470,15 +11468,12 @@ textarea.form-control-lg {
12470
11468
  .fs-1 {
12471
11469
  font-size: 2.5rem !important;
12472
11470
  }
12473
-
12474
11471
  .fs-2 {
12475
11472
  font-size: 2rem !important;
12476
11473
  }
12477
-
12478
11474
  .fs-3 {
12479
11475
  font-size: 1.75rem !important;
12480
11476
  }
12481
-
12482
11477
  .fs-4 {
12483
11478
  font-size: 1.5rem !important;
12484
11479
  }
@@ -12487,39 +11482,30 @@ textarea.form-control-lg {
12487
11482
  .d-print-inline {
12488
11483
  display: inline !important;
12489
11484
  }
12490
-
12491
11485
  .d-print-inline-block {
12492
11486
  display: inline-block !important;
12493
11487
  }
12494
-
12495
11488
  .d-print-block {
12496
11489
  display: block !important;
12497
11490
  }
12498
-
12499
11491
  .d-print-grid {
12500
11492
  display: grid !important;
12501
11493
  }
12502
-
12503
11494
  .d-print-table {
12504
11495
  display: table !important;
12505
11496
  }
12506
-
12507
11497
  .d-print-table-row {
12508
11498
  display: table-row !important;
12509
11499
  }
12510
-
12511
11500
  .d-print-table-cell {
12512
11501
  display: table-cell !important;
12513
11502
  }
12514
-
12515
11503
  .d-print-flex {
12516
11504
  display: flex !important;
12517
11505
  }
12518
-
12519
11506
  .d-print-inline-flex {
12520
11507
  display: inline-flex !important;
12521
11508
  }
12522
-
12523
11509
  .d-print-none {
12524
11510
  display: none !important;
12525
11511
  }