tabler.css 313.6 KB
Newer Older
C
codecalm 已提交
1 2
@charset "UTF-8";
/*!
C
codecalm 已提交
3 4 5
 * Tabler (v1.0.0-alpha.4)
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm
C
codecalm 已提交
6 7
 * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
 */
C
codecalm 已提交
8 9 10
/**
Dark mode
 */
C
codecalm 已提交
11
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700&display=swap");
C
codecalm 已提交
12 13
:root {
  --blue: #206bc4;
C
codecalm 已提交
14
  --azure: #45aaf2;
C
codecalm 已提交
15 16 17 18 19 20
  --indigo: #6574cd;
  --purple: #a55eea;
  --pink: #f66d9b;
  --red: #fa4654;
  --orange: #ff922b;
  --yellow: #fab005;
C
codecalm 已提交
21
  --lime: #94d82d;
C
codecalm 已提交
22 23 24 25
  --green: #5eba00;
  --teal: #2bcbba;
  --cyan: #17a2b8;
  --white: #ffffff;
C
codecalm 已提交
26 27 28
  --gray: #a8aeb7;
  --gray-dark: #545d6d;
  --dark: #354052;
C
codecalm 已提交
29
  --primary: #206bc4;
C
codecalm 已提交
30
  --secondary: #868c97;
C
codecalm 已提交
31 32 33 34 35
  --success: #5eba00;
  --info: #45aaf2;
  --warning: #fab005;
  --danger: #fa4654;
  --light: #f5f7fb;
C
codecalm 已提交
36
  --dark: #354052;
C
codecalm 已提交
37
  --font-family-sans-serif: "Source Sans Pro", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
C
codecalm 已提交
38
  --font-family-monospace: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; }
C
codecalm 已提交
39 40 41 42 43 44 45 46 47

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
C
codecalm 已提交
48
  font-size: 0.9375rem;
C
codecalm 已提交
49
  font-weight: 400;
C
codecalm 已提交
50
  line-height: 1.6;
C
codecalm 已提交
51
  color: #354052;
C
codecalm 已提交
52 53 54 55 56 57 58 59
  background-color: #f5f7fb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr, .hr {
C
codecalm 已提交
60
  margin: 2rem 0;
C
codecalm 已提交
61 62 63 64 65 66 67 68
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.1; }

hr:not([size]), .hr:not([size]) {
  height: 1px; }

C
codecalm 已提交
69
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
C
codecalm 已提交
70 71 72 73 74 75
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
C
codecalm 已提交
76
  font-size: 1.7333333em; }
C
codecalm 已提交
77 78

h2, .h2 {
C
codecalm 已提交
79
  font-size: 1.4666667em; }
C
codecalm 已提交
80 81

h3, .h3 {
C
codecalm 已提交
82
  font-size: 1.2em; }
C
codecalm 已提交
83 84

h4, .h4 {
C
codecalm 已提交
85
  font-size: 1em; }
C
codecalm 已提交
86

C
codecalm 已提交
87 88
h5, .h5 {
  font-size: 0.8666667em; }
C
codecalm 已提交
89 90

h6, .h6 {
C
codecalm 已提交
91
  font-size: 0.7333333em; }
C
codecalm 已提交
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
C
codecalm 已提交
128
  font-weight: 600; }
C
codecalm 已提交
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 87.5%; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #206bc4;
  text-decoration: none; }
  a:hover {
    color: #154782;
    text-decoration: underline; }

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
C
codecalm 已提交
172
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
C
codecalm 已提交
173 174 175 176 177 178 179
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
C
codecalm 已提交
180
  font-size: 0.7333333em; }
C
codecalm 已提交
181 182 183 184 185 186
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
C
codecalm 已提交
187
  font-size: 0.7333333em;
C
codecalm 已提交
188 189 190 191 192 193 194
  color: #206bc4;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
C
codecalm 已提交
195
  font-size: 0.7333333em;
C
codecalm 已提交
196
  color: #ffffff;
C
codecalm 已提交
197
  background-color: #354052;
C
codecalm 已提交
198 199 200 201
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
C
codecalm 已提交
202
    font-weight: 600; }
C
codecalm 已提交
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
C
codecalm 已提交
220
  color: #868c97;
C
codecalm 已提交
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

progress {
  vertical-align: baseline; }

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

main {
  display: block; }

[hidden] {
  display: none !important; }

.lead {
C
codecalm 已提交
348
  font-size: 1em;
C
codecalm 已提交
349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
  font-weight: 400; }

.display-1 {
  font-size: calc(1.725rem + 5.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 6rem; } }

.display-2 {
  font-size: calc(1.675rem + 5.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 5.5rem; } }

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4.5rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 87.5%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
C
codecalm 已提交
402
  font-size: 1em; }
C
codecalm 已提交
403 404 405 406

.blockquote-footer {
  display: block;
  font-size: 87.5%;
C
codecalm 已提交
407
  color: #a8aeb7; }
C
codecalm 已提交
408 409 410 411 412 413 414 415 416 417
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f7fb;
C
codecalm 已提交
418
  border: 1px solid #e9ecf1;
C
codecalm 已提交
419 420 421 422 423 424 425 426 427 428 429 430 431
  border-radius: 3px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 87.5%;
C
codecalm 已提交
432
  color: #a8aeb7; }
C
codecalm 已提交
433 434 435

.container {
  width: 100%;
C
codecalm 已提交
436 437
  padding-right: 0.75rem;
  padding-left: 0.75rem;
C
codecalm 已提交
438 439
  margin-right: auto;
  margin-left: auto; }
C
codecalm 已提交
440
  @media (min-width: 33rem) {
C
codecalm 已提交
441
    .container {
C
codecalm 已提交
442 443
      max-width: 32.5rem; } }
  @media (min-width: 48rem) {
C
codecalm 已提交
444
    .container {
C
codecalm 已提交
445 446
      max-width: 47.5rem; } }
  @media (min-width: 64rem) {
C
codecalm 已提交
447
    .container {
C
codecalm 已提交
448 449
      max-width: 64rem; } }
  @media (min-width: 75.25rem) {
C
codecalm 已提交
450
    .container {
C
codecalm 已提交
451
      max-width: 75.25rem; } }
C
codecalm 已提交
452 453 454

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
C
codecalm 已提交
455 456
  padding-right: 0.75rem;
  padding-left: 0.75rem;
C
codecalm 已提交
457 458 459
  margin-right: auto;
  margin-left: auto; }

C
codecalm 已提交
460
@media (min-width: 33rem) {
C
codecalm 已提交
461
  .container, .container-sm {
C
codecalm 已提交
462
    max-width: 32.5rem; } }
C
codecalm 已提交
463

C
codecalm 已提交
464
@media (min-width: 48rem) {
C
codecalm 已提交
465
  .container, .container-sm, .container-md {
C
codecalm 已提交
466
    max-width: 47.5rem; } }
C
codecalm 已提交
467

C
codecalm 已提交
468
@media (min-width: 64rem) {
C
codecalm 已提交
469
  .container, .container-sm, .container-md, .container-lg {
C
codecalm 已提交
470
    max-width: 64rem; } }
C
codecalm 已提交
471

C
codecalm 已提交
472
@media (min-width: 75.25rem) {
C
codecalm 已提交
473
  .container, .container-sm, .container-md, .container-lg, .container-xl {
C
codecalm 已提交
474
    max-width: 75.25rem; } }
C
codecalm 已提交
475 476 477 478

.row {
  display: flex;
  flex-wrap: wrap;
C
codecalm 已提交
479 480
  margin-right: -0.75rem;
  margin-left: -0.75rem; }
C
codecalm 已提交
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
C
codecalm 已提交
498 499
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
C
codecalm 已提交
500 501 502 503

.col {
  flex-basis: 0;
  flex-grow: 1;
C
codecalm 已提交
504
  min-width: 0;
C
codecalm 已提交
505 506 507 508 509 510 511 512 513 514 515
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
C
codecalm 已提交
516 517
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%; }
C
codecalm 已提交
518 519 520 521 522 523 524 525 526 527

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
C
codecalm 已提交
528 529
  flex: 0 0 16.6666667%;
  max-width: 16.6666667%; }
C
codecalm 已提交
530 531 532 533 534 535 536

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
C
codecalm 已提交
537 538
  flex: 0 0 8.3333333%;
  max-width: 8.3333333%; }
C
codecalm 已提交
539 540

.col-2 {
C
codecalm 已提交
541 542
  flex: 0 0 16.6666667%;
  max-width: 16.6666667%; }
C
codecalm 已提交
543 544 545 546 547 548

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
C
codecalm 已提交
549 550
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%; }
C
codecalm 已提交
551 552

.col-5 {
C
codecalm 已提交
553 554
  flex: 0 0 41.6666667%;
  max-width: 41.6666667%; }
C
codecalm 已提交
555 556 557 558 559 560

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
C
codecalm 已提交
561 562
  flex: 0 0 58.3333333%;
  max-width: 58.3333333%; }
C
codecalm 已提交
563 564

.col-8 {
C
codecalm 已提交
565 566
  flex: 0 0 66.6666667%;
  max-width: 66.6666667%; }
C
codecalm 已提交
567 568 569 570 571 572

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
C
codecalm 已提交
573 574
  flex: 0 0 83.3333333%;
  max-width: 83.3333333%; }
C
codecalm 已提交
575 576

.col-11 {
C
codecalm 已提交
577 578
  flex: 0 0 91.6666667%;
  max-width: 91.6666667%; }
C
codecalm 已提交
579 580 581 582 583 584

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.offset-1 {
C
codecalm 已提交
585
  margin-left: 8.3333333%; }
C
codecalm 已提交
586 587

.offset-2 {
C
codecalm 已提交
588
  margin-left: 16.6666667%; }
C
codecalm 已提交
589 590 591 592 593

.offset-3 {
  margin-left: 25%; }

.offset-4 {
C
codecalm 已提交
594
  margin-left: 33.3333333%; }
C
codecalm 已提交
595 596

.offset-5 {
C
codecalm 已提交
597
  margin-left: 41.6666667%; }
C
codecalm 已提交
598 599 600 601 602

.offset-6 {
  margin-left: 50%; }

.offset-7 {
C
codecalm 已提交
603
  margin-left: 58.3333333%; }
C
codecalm 已提交
604 605

.offset-8 {
C
codecalm 已提交
606
  margin-left: 66.6666667%; }
C
codecalm 已提交
607 608 609 610 611

.offset-9 {
  margin-left: 75%; }

.offset-10 {
C
codecalm 已提交
612
  margin-left: 83.3333333%; }
C
codecalm 已提交
613 614

.offset-11 {
C
codecalm 已提交
615
  margin-left: 91.6666667%; }
C
codecalm 已提交
616

C
codecalm 已提交
617
@media (min-width: 33rem) {
C
codecalm 已提交
618 619 620
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
C
codecalm 已提交
621
    min-width: 0;
C
codecalm 已提交
622 623 624 625 626 627 628 629
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
C
codecalm 已提交
630 631
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
C
codecalm 已提交
632 633 634 635 636 637 638
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
C
codecalm 已提交
639 640
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
C
codecalm 已提交
641 642 643 644 645
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
C
codecalm 已提交
646 647
    flex: 0 0 8.3333333%;
    max-width: 8.3333333%; }
C
codecalm 已提交
648
  .col-sm-2 {
C
codecalm 已提交
649 650
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
C
codecalm 已提交
651 652 653 654
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
C
codecalm 已提交
655 656
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
C
codecalm 已提交
657
  .col-sm-5 {
C
codecalm 已提交
658 659
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%; }
C
codecalm 已提交
660 661 662 663
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
C
codecalm 已提交
664 665
    flex: 0 0 58.3333333%;
    max-width: 58.3333333%; }
C
codecalm 已提交
666
  .col-sm-8 {
C
codecalm 已提交
667 668
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%; }
C
codecalm 已提交
669 670 671 672
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
C
codecalm 已提交
673 674
    flex: 0 0 83.3333333%;
    max-width: 83.3333333%; }
C
codecalm 已提交
675
  .col-sm-11 {
C
codecalm 已提交
676 677
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%; }
C
codecalm 已提交
678 679 680 681 682 683
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
C
codecalm 已提交
684
    margin-left: 8.3333333%; }
C
codecalm 已提交
685
  .offset-sm-2 {
C
codecalm 已提交
686
    margin-left: 16.6666667%; }
C
codecalm 已提交
687 688 689
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
C
codecalm 已提交
690
    margin-left: 33.3333333%; }
C
codecalm 已提交
691
  .offset-sm-5 {
C
codecalm 已提交
692
    margin-left: 41.6666667%; }
C
codecalm 已提交
693 694 695
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
C
codecalm 已提交
696
    margin-left: 58.3333333%; }
C
codecalm 已提交
697
  .offset-sm-8 {
C
codecalm 已提交
698
    margin-left: 66.6666667%; }
C
codecalm 已提交
699 700 701
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
C
codecalm 已提交
702
    margin-left: 83.3333333%; }
C
codecalm 已提交
703
  .offset-sm-11 {
C
codecalm 已提交
704
    margin-left: 91.6666667%; } }
C
codecalm 已提交
705

C
codecalm 已提交
706
@media (min-width: 48rem) {
C
codecalm 已提交
707 708 709
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
C
codecalm 已提交
710
    min-width: 0;
C
codecalm 已提交
711 712 713 714 715 716 717 718
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
C
codecalm 已提交
719 720
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
C
codecalm 已提交
721 722 723 724 725 726 727
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
C
codecalm 已提交
728 729
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
C
codecalm 已提交
730 731 732 733 734
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
C
codecalm 已提交
735 736
    flex: 0 0 8.3333333%;
    max-width: 8.3333333%; }
C
codecalm 已提交
737
  .col-md-2 {
C
codecalm 已提交
738 739
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
C
codecalm 已提交
740 741 742 743
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
C
codecalm 已提交
744 745
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
C
codecalm 已提交
746
  .col-md-5 {
C
codecalm 已提交
747 748
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%; }
C
codecalm 已提交
749 750 751 752
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
C
codecalm 已提交
753 754
    flex: 0 0 58.3333333%;
    max-width: 58.3333333%; }
C
codecalm 已提交
755
  .col-md-8 {
C
codecalm 已提交
756 757
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%; }
C
codecalm 已提交
758 759 760 761
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
C
codecalm 已提交
762 763
    flex: 0 0 83.3333333%;
    max-width: 83.3333333%; }
C
codecalm 已提交
764
  .col-md-11 {
C
codecalm 已提交
765 766
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%; }
C
codecalm 已提交
767 768 769 770 771 772
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
C
codecalm 已提交
773
    margin-left: 8.3333333%; }
C
codecalm 已提交
774
  .offset-md-2 {
C
codecalm 已提交
775
    margin-left: 16.6666667%; }
C
codecalm 已提交
776 777 778
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
C
codecalm 已提交
779
    margin-left: 33.3333333%; }
C
codecalm 已提交
780
  .offset-md-5 {
C
codecalm 已提交
781
    margin-left: 41.6666667%; }
C
codecalm 已提交
782 783 784
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
C
codecalm 已提交
785
    margin-left: 58.3333333%; }
C
codecalm 已提交
786
  .offset-md-8 {
C
codecalm 已提交
787
    margin-left: 66.6666667%; }
C
codecalm 已提交
788 789 790
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
C
codecalm 已提交
791
    margin-left: 83.3333333%; }
C
codecalm 已提交
792
  .offset-md-11 {
C
codecalm 已提交
793
    margin-left: 91.6666667%; } }
C
codecalm 已提交
794

C
codecalm 已提交
795
@media (min-width: 64rem) {
C
codecalm 已提交
796 797 798
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
C
codecalm 已提交
799
    min-width: 0;
C
codecalm 已提交
800 801 802 803 804 805 806 807
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
C
codecalm 已提交
808 809
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
C
codecalm 已提交
810 811 812 813 814 815 816
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
C
codecalm 已提交
817 818
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
C
codecalm 已提交
819 820 821 822 823
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
C
codecalm 已提交
824 825
    flex: 0 0 8.3333333%;
    max-width: 8.3333333%; }
C
codecalm 已提交
826
  .col-lg-2 {
C
codecalm 已提交
827 828
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
C
codecalm 已提交
829 830 831 832
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
C
codecalm 已提交
833 834
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
C
codecalm 已提交
835
  .col-lg-5 {
C
codecalm 已提交
836 837
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%; }
C
codecalm 已提交
838 839 840 841
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
C
codecalm 已提交
842 843
    flex: 0 0 58.3333333%;
    max-width: 58.3333333%; }
C
codecalm 已提交
844
  .col-lg-8 {
C
codecalm 已提交
845 846
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%; }
C
codecalm 已提交
847 848 849 850
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
C
codecalm 已提交
851 852
    flex: 0 0 83.3333333%;
    max-width: 83.3333333%; }
C
codecalm 已提交
853
  .col-lg-11 {
C
codecalm 已提交
854 855
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%; }
C
codecalm 已提交
856 857 858 859 860 861
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
C
codecalm 已提交
862
    margin-left: 8.3333333%; }
C
codecalm 已提交
863
  .offset-lg-2 {
C
codecalm 已提交
864
    margin-left: 16.6666667%; }
C
codecalm 已提交
865 866 867
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
C
codecalm 已提交
868
    margin-left: 33.3333333%; }
C
codecalm 已提交
869
  .offset-lg-5 {
C
codecalm 已提交
870
    margin-left: 41.6666667%; }
C
codecalm 已提交
871 872 873
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
C
codecalm 已提交
874
    margin-left: 58.3333333%; }
C
codecalm 已提交
875
  .offset-lg-8 {
C
codecalm 已提交
876
    margin-left: 66.6666667%; }
C
codecalm 已提交
877 878 879
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
C
codecalm 已提交
880
    margin-left: 83.3333333%; }
C
codecalm 已提交
881
  .offset-lg-11 {
C
codecalm 已提交
882
    margin-left: 91.6666667%; } }
C
codecalm 已提交
883

C
codecalm 已提交
884
@media (min-width: 75.25rem) {
C
codecalm 已提交
885 886 887
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
C
codecalm 已提交
888
    min-width: 0;
C
codecalm 已提交
889 890 891 892 893 894 895 896
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
C
codecalm 已提交
897 898
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
C
codecalm 已提交
899 900 901 902 903 904 905
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
C
codecalm 已提交
906 907
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
C
codecalm 已提交
908 909 910 911 912
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
C
codecalm 已提交
913 914
    flex: 0 0 8.3333333%;
    max-width: 8.3333333%; }
C
codecalm 已提交
915
  .col-xl-2 {
C
codecalm 已提交
916 917
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%; }
C
codecalm 已提交
918 919 920 921
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
C
codecalm 已提交
922 923
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }
C
codecalm 已提交
924
  .col-xl-5 {
C
codecalm 已提交
925 926
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%; }
C
codecalm 已提交
927 928 929 930
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
C
codecalm 已提交
931 932
    flex: 0 0 58.3333333%;
    max-width: 58.3333333%; }
C
codecalm 已提交
933
  .col-xl-8 {
C
codecalm 已提交
934 935
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%; }
C
codecalm 已提交
936 937 938 939
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
C
codecalm 已提交
940 941
    flex: 0 0 83.3333333%;
    max-width: 83.3333333%; }
C
codecalm 已提交
942
  .col-xl-11 {
C
codecalm 已提交
943 944
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%; }
C
codecalm 已提交
945 946 947 948 949 950
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
C
codecalm 已提交
951
    margin-left: 8.3333333%; }
C
codecalm 已提交
952
  .offset-xl-2 {
C
codecalm 已提交
953
    margin-left: 16.6666667%; }
C
codecalm 已提交
954 955 956
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
C
codecalm 已提交
957
    margin-left: 33.3333333%; }
C
codecalm 已提交
958
  .offset-xl-5 {
C
codecalm 已提交
959
    margin-left: 41.6666667%; }
C
codecalm 已提交
960 961 962
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
C
codecalm 已提交
963
    margin-left: 58.3333333%; }
C
codecalm 已提交
964
  .offset-xl-8 {
C
codecalm 已提交
965
    margin-left: 66.6666667%; }
C
codecalm 已提交
966 967 968
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
C
codecalm 已提交
969
    margin-left: 83.3333333%; }
C
codecalm 已提交
970
  .offset-xl-11 {
C
codecalm 已提交
971
    margin-left: 91.6666667%; } }
C
codecalm 已提交
972

C
codecalm 已提交
973
.table, .markdown > table {
C
codecalm 已提交
974 975
  width: 100%;
  margin-bottom: 1rem;
C
codecalm 已提交
976
  color: #354052;
C
codecalm 已提交
977
  vertical-align: top; }
C
codecalm 已提交
978
  .table th, .markdown > table th,
C
codecalm 已提交
979
  .table td,
C
codecalm 已提交
980
  .markdown > table td {
C
codecalm 已提交
981
    padding: 0.5rem;
C
codecalm 已提交
982
    border-bottom: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
983
  .table tbody, .markdown > table tbody {
C
codecalm 已提交
984
    vertical-align: inherit; }
C
codecalm 已提交
985
  .table thead th, .markdown > table thead th {
C
codecalm 已提交
986
    vertical-align: bottom;
C
codecalm 已提交
987
    border-bottom-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
988
  .table tbody + tbody, .markdown > table tbody + tbody {
C
codecalm 已提交
989
    border-top: 2px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
990 991 992 993 994

.table-sm th,
.table-sm td {
  padding: 0.25rem; }

C
codecalm 已提交
995
.table-bordered, .markdown > table {
C
codecalm 已提交
996
  border: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
997
  .table-bordered th, .markdown > table th,
C
codecalm 已提交
998
  .table-bordered td,
C
codecalm 已提交
999
  .markdown > table td {
C
codecalm 已提交
1000
    border: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
1001
  .table-bordered thead th, .markdown > table thead th,
C
codecalm 已提交
1002
  .table-bordered thead td,
C
codecalm 已提交
1003
  .markdown > table thead td {
C
codecalm 已提交
1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
C
codecalm 已提交
1016
  color: #354052;
C
codecalm 已提交
1017 1018 1019 1020 1021
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
C
codecalm 已提交
1022
  background-color: #e9f0f9; }
C
codecalm 已提交
1023 1024 1025 1026 1027

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
C
codecalm 已提交
1028
  border-color: #a6c4e7; }
C
codecalm 已提交
1029 1030

.table-hover .table-primary:hover {
C
codecalm 已提交
1031
  background-color: #d5e2f4; }
C
codecalm 已提交
1032 1033
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
C
codecalm 已提交
1034
    background-color: #d5e2f4; }
C
codecalm 已提交
1035 1036 1037 1038

.table-secondary,
.table-secondary > th,
.table-secondary > td {
C
codecalm 已提交
1039
  background-color: #f3f4f5; }
C
codecalm 已提交
1040 1041 1042 1043 1044

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
C
codecalm 已提交
1045
  border-color: #cfd1d5; }
C
codecalm 已提交
1046 1047

.table-hover .table-secondary:hover {
C
codecalm 已提交
1048
  background-color: #e5e7e9; }
C
codecalm 已提交
1049 1050
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
C
codecalm 已提交
1051
    background-color: #e5e7e9; }
C
codecalm 已提交
1052 1053 1054 1055

.table-success,
.table-success > th,
.table-success > td {
C
codecalm 已提交
1056
  background-color: #eff8e6; }
C
codecalm 已提交
1057 1058 1059 1060 1061

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
C
codecalm 已提交
1062
  border-color: #bfe399; }
C
codecalm 已提交
1063 1064

.table-hover .table-success:hover {
C
codecalm 已提交
1065
  background-color: #e2f2d2; }
C
codecalm 已提交
1066 1067
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
C
codecalm 已提交
1068
    background-color: #e2f2d2; }
C
codecalm 已提交
1069 1070 1071 1072

.table-info,
.table-info > th,
.table-info > td {
C
codecalm 已提交
1073
  background-color: #ecf7fe; }
C
codecalm 已提交
1074 1075 1076 1077 1078

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
C
codecalm 已提交
1079
  border-color: #b5ddfa; }
C
codecalm 已提交
1080 1081

.table-hover .table-info:hover {
C
codecalm 已提交
1082
  background-color: #d4edfd; }
C
codecalm 已提交
1083 1084
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
C
codecalm 已提交
1085
    background-color: #d4edfd; }
C
codecalm 已提交
1086 1087 1088 1089

.table-warning,
.table-warning > th,
.table-warning > td {
C
codecalm 已提交
1090
  background-color: #fff7e6; }
C
codecalm 已提交
1091 1092 1093 1094 1095

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
C
codecalm 已提交
1096
  border-color: #fddf9b; }
C
codecalm 已提交
1097 1098

.table-hover .table-warning:hover {
C
codecalm 已提交
1099
  background-color: #ffefcd; }
C
codecalm 已提交
1100 1101
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
C
codecalm 已提交
1102
    background-color: #ffefcd; }
C
codecalm 已提交
1103 1104 1105 1106

.table-danger,
.table-danger > th,
.table-danger > td {
C
codecalm 已提交
1107
  background-color: #ffedee; }
C
codecalm 已提交
1108 1109 1110 1111 1112

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
C
codecalm 已提交
1113
  border-color: #fdb5bb; }
C
codecalm 已提交
1114 1115

.table-hover .table-danger:hover {
C
codecalm 已提交
1116
  background-color: #ffd4d6; }
C
codecalm 已提交
1117 1118
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
C
codecalm 已提交
1119
    background-color: #ffd4d6; }
C
codecalm 已提交
1120 1121 1122 1123

.table-light,
.table-light > th,
.table-light > td {
C
codecalm 已提交
1124
  background-color: #fefeff; }
C
codecalm 已提交
1125 1126 1127 1128 1129

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
C
codecalm 已提交
1130
  border-color: #fbfcfd; }
C
codecalm 已提交
1131 1132

.table-hover .table-light:hover {
C
codecalm 已提交
1133
  background-color: #e5e5ff; }
C
codecalm 已提交
1134 1135
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
C
codecalm 已提交
1136
    background-color: #e5e5ff; }
C
codecalm 已提交
1137 1138 1139 1140

.table-dark,
.table-dark > th,
.table-dark > td {
C
codecalm 已提交
1141
  background-color: #ebecee; }
C
codecalm 已提交
1142 1143 1144 1145 1146

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
C
codecalm 已提交
1147
  border-color: #aeb3ba; }
C
codecalm 已提交
1148 1149

.table-hover .table-dark:hover {
C
codecalm 已提交
1150
  background-color: #dddfe2; }
C
codecalm 已提交
1151 1152
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
C
codecalm 已提交
1153
    background-color: #dddfe2; }
C
codecalm 已提交
1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

C
codecalm 已提交
1166
.table .thead-dark th, .markdown > table .thead-dark th {
C
codecalm 已提交
1167
  color: #ffffff;
C
codecalm 已提交
1168 1169
  background-color: #545d6d;
  border-color: #656f83; }
C
codecalm 已提交
1170

C
codecalm 已提交
1171 1172 1173
.table .thead-light th, .markdown > table .thead-light th {
  color: #7a828f;
  background-color: #f1f3f8;
C
codecalm 已提交
1174
  border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
1175 1176 1177

.table-dark {
  color: #ffffff;
C
codecalm 已提交
1178
  background-color: #545d6d; }
C
codecalm 已提交
1179 1180 1181
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
C
codecalm 已提交
1182 1183
    border-color: #656f83; }
  .table-dark.table-bordered, .markdown > table.table-dark {
C
codecalm 已提交
1184 1185 1186 1187 1188 1189 1190
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

C
codecalm 已提交
1191
@media (max-width: 32.98rem) {
C
codecalm 已提交
1192 1193 1194 1195 1196
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
C
codecalm 已提交
1197
    .table-responsive-sm > .table-bordered, .markdown.table-responsive-sm > table {
C
codecalm 已提交
1198 1199
      border: 0; } }

C
codecalm 已提交
1200
@media (max-width: 47.98rem) {
C
codecalm 已提交
1201 1202 1203 1204 1205
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
C
codecalm 已提交
1206
    .table-responsive-md > .table-bordered, .markdown.table-responsive-md > table {
C
codecalm 已提交
1207 1208
      border: 0; } }

C
codecalm 已提交
1209
@media (max-width: 63.98rem) {
C
codecalm 已提交
1210 1211 1212 1213 1214
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
C
codecalm 已提交
1215
    .table-responsive-lg > .table-bordered, .markdown.table-responsive-lg > table {
C
codecalm 已提交
1216 1217
      border: 0; } }

C
codecalm 已提交
1218
@media (max-width: 75.23rem) {
C
codecalm 已提交
1219 1220 1221 1222 1223
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
C
codecalm 已提交
1224
    .table-responsive-xl > .table-bordered, .markdown.table-responsive-xl > table {
C
codecalm 已提交
1225 1226 1227 1228 1229 1230 1231
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
C
codecalm 已提交
1232
  .table-responsive > .table-bordered, .markdown.table-responsive > table {
C
codecalm 已提交
1233 1234 1235 1236 1237 1238 1239
    border: 0; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
C
codecalm 已提交
1240
  line-height: 1.4666667; }
C
codecalm 已提交
1241 1242

.col-form-label-lg {
C
codecalm 已提交
1243 1244
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
C
codecalm 已提交
1245
  font-size: 1.4666667em; }
C
codecalm 已提交
1246 1247

.col-form-label-sm {
C
codecalm 已提交
1248 1249 1250
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.8666667em; }
C
codecalm 已提交
1251 1252 1253 1254

.form-control {
  display: block;
  width: 100%;
C
codecalm 已提交
1255
  min-height: calc(1.4666667em + 0.75rem + 2px);
C
codecalm 已提交
1256 1257 1258
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
C
codecalm 已提交
1259
  line-height: 1.4666667;
C
codecalm 已提交
1260
  color: #354052;
C
codecalm 已提交
1261 1262
  background-color: #ffffff;
  background-clip: padding-box;
C
codecalm 已提交
1263
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
1264 1265 1266 1267 1268 1269 1270 1271 1272
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
C
codecalm 已提交
1273
    color: inherit;
C
codecalm 已提交
1274 1275 1276 1277 1278
    background-color: #ffffff;
    border-color: #7aade9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
  .form-control::-webkit-input-placeholder {
C
codecalm 已提交
1279
    color: #868c97;
C
codecalm 已提交
1280 1281
    opacity: 1; }
  .form-control::-moz-placeholder {
C
codecalm 已提交
1282
    color: #868c97;
C
codecalm 已提交
1283 1284
    opacity: 1; }
  .form-control:-ms-input-placeholder {
C
codecalm 已提交
1285
    color: #868c97;
C
codecalm 已提交
1286 1287
    opacity: 1; }
  .form-control::-ms-input-placeholder {
C
codecalm 已提交
1288
    color: #868c97;
C
codecalm 已提交
1289 1290
    opacity: 1; }
  .form-control::placeholder {
C
codecalm 已提交
1291
    color: #868c97;
C
codecalm 已提交
1292 1293
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
C
codecalm 已提交
1294
    background-color: #f5f7fb;
C
codecalm 已提交
1295 1296 1297 1298 1299 1300 1301
    opacity: 1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
C
codecalm 已提交
1302
  line-height: 1.4666667;
C
codecalm 已提交
1303
  color: #354052;
C
codecalm 已提交
1304 1305 1306 1307 1308 1309 1310 1311
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
C
codecalm 已提交
1312 1313 1314
  min-height: calc(1.4666667em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8666667em;
C
codecalm 已提交
1315 1316 1317
  border-radius: 0.2rem; }

.form-control-lg {
C
codecalm 已提交
1318 1319
  min-height: calc(1.4666667em + 1rem + 2px);
  padding: 0.5rem 1.5rem;
C
codecalm 已提交
1320
  font-size: 1.4666667em;
C
codecalm 已提交
1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335
  border-radius: 0.3rem; }

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem; }

.form-control-color::-moz-color-swatch {
  border-radius: 3px; }

.form-control-color::-webkit-color-swatch {
  border-radius: 3px; }

.form-select {
  display: inline-block;
  width: 100%;
C
codecalm 已提交
1336
  height: calc(1.4666667em + 0.75rem + 2px);
C
codecalm 已提交
1337 1338 1339
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
C
codecalm 已提交
1340
  line-height: 1.4666667;
C
codecalm 已提交
1341
  color: #354052;
C
codecalm 已提交
1342
  vertical-align: middle;
C
codecalm 已提交
1343 1344 1345 1346 1347 1348
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28134, 140, 151, 0.48%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
1349 1350 1351 1352 1353 1354 1355 1356 1357
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-select:focus {
    border-color: #7aade9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
    .form-select:focus::-ms-value {
C
codecalm 已提交
1358
      color: #354052;
C
codecalm 已提交
1359 1360 1361 1362 1363 1364
      background-color: #ffffff; }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
C
codecalm 已提交
1365 1366
    color: #a8aeb7;
    background-color: #f1f3f8; }
C
codecalm 已提交
1367 1368 1369 1370
  .form-select::-ms-expand {
    display: none; }
  .form-select:-moz-focusring {
    color: transparent;
C
codecalm 已提交
1371
    text-shadow: 0 0 0 #354052; }
C
codecalm 已提交
1372 1373

.form-select-sm {
C
codecalm 已提交
1374 1375 1376 1377 1378
  height: calc(1.4666667em + 0.25rem + 2px);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  font-size: 0.8666667em; }
C
codecalm 已提交
1379 1380

.form-select-lg {
C
codecalm 已提交
1381 1382 1383 1384
  height: calc(1.4666667em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
C
codecalm 已提交
1385
  font-size: 1.4666667em; }
C
codecalm 已提交
1386 1387 1388

.form-check {
  display: block;
C
codecalm 已提交
1389 1390
  min-height: 1.5rem;
  padding-left: 1.5rem;
C
codecalm 已提交
1391 1392 1393
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
C
codecalm 已提交
1394
    margin-left: -1.5rem; }
C
codecalm 已提交
1395 1396

.form-check-input {
C
codecalm 已提交
1397 1398
  width: 1rem;
  height: 1rem;
C
codecalm 已提交
1399
  margin-top: 0.3rem;
C
codecalm 已提交
1400
  vertical-align: top;
C
codecalm 已提交
1401
  background-color: #ffffff;
C
codecalm 已提交
1402
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 3px; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #7aade9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
  .form-check-input:checked {
    background-color: #206bc4;
C
codecalm 已提交
1421
    background-repeat: repeat;
C
codecalm 已提交
1422
    background-position: center center;
C
codecalm 已提交
1423
    background-size: 1rem;
C
codecalm 已提交
1424
    border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
1425
    .form-check-input:checked[type="checkbox"] {
C
codecalm 已提交
1426
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6' transform='scale%28.8%29' transform-origin='50% 50%'/%3e%3c/svg%3e"); }
C
codecalm 已提交
1427
    .form-check-input:checked[type="radio"] {
C
codecalm 已提交
1428
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e"); }
C
codecalm 已提交
1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #206bc4;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");
    background-size: 1em;
    border-color: #206bc4; }
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: .5; }

.form-check-label {
  margin-bottom: 0; }

.form-switch {
C
codecalm 已提交
1448
  padding-left: 2.25rem; }
C
codecalm 已提交
1449
  .form-switch .form-check-input {
C
codecalm 已提交
1450 1451
    width: 1.75rem;
    margin-left: -2.25rem;
C
codecalm 已提交
1452
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28134, 140, 151, 0.24%29'/%3e%3c/svg%3e");
C
codecalm 已提交
1453 1454 1455
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
C
codecalm 已提交
1456
    border-radius: 1.75rem;
C
codecalm 已提交
1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.form-file {
  position: relative;
  display: inline-block;
  width: 100%;
C
codecalm 已提交
1473
  height: calc(1.4666667em + 0.75rem + 2px);
C
codecalm 已提交
1474 1475 1476 1477 1478 1479
  margin-bottom: 0; }

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
C
codecalm 已提交
1480
  height: calc(1.4666667em + 0.75rem + 2px);
C
codecalm 已提交
1481 1482 1483 1484 1485 1486 1487 1488 1489 1490
  margin: 0;
  opacity: 0; }
  .form-file-input:focus ~ .form-file-label {
    border-color: #7aade9;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
  .form-file-input:focus-within ~ .form-file-label {
    border-color: #7aade9;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
  .form-file-input[disabled] ~ .form-file-label .form-file-text,
  .form-file-input:disabled ~ .form-file-label .form-file-text {
C
codecalm 已提交
1491
    background-color: #f5f7fb; }
C
codecalm 已提交
1492 1493 1494 1495 1496 1497 1498 1499

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
C
codecalm 已提交
1500
  height: calc(1.4666667em + 0.75rem + 2px);
C
codecalm 已提交
1501
  border-color: rgba(134, 140, 151, 0.24);
C
codecalm 已提交
1502 1503 1504 1505 1506 1507 1508 1509
  border-radius: 3px; }

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
C
codecalm 已提交
1510
  line-height: 1.4666667;
C
codecalm 已提交
1511
  color: #354052;
C
codecalm 已提交
1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
C
codecalm 已提交
1526
  line-height: 1.4666667;
C
codecalm 已提交
1527
  color: #354052;
C
codecalm 已提交
1528
  background-color: rgba(53, 64, 82, 0.024);
C
codecalm 已提交
1529 1530 1531 1532 1533 1534 1535 1536
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.form-range {
  width: 100%;
C
codecalm 已提交
1537
  height: 1.25rem;
C
codecalm 已提交
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-range:focus {
    outline: none; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
    .form-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.375rem;
    background-color: #206bc4;
C
codecalm 已提交
1558
    border: 2px solid #ffffff;
C
codecalm 已提交
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #a6c8f0; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
C
codecalm 已提交
1575
    background-color: rgba(176, 181, 190, 0.24);
C
codecalm 已提交
1576 1577 1578 1579 1580 1581
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #206bc4;
C
codecalm 已提交
1582
    border: 2px solid #ffffff;
C
codecalm 已提交
1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #a6c8f0; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
C
codecalm 已提交
1599
    background-color: rgba(176, 181, 190, 0.24);
C
codecalm 已提交
1600 1601 1602 1603 1604 1605
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
C
codecalm 已提交
1606 1607
    margin-right: 0.125rem;
    margin-left: 0.125rem;
C
codecalm 已提交
1608
    background-color: #206bc4;
C
codecalm 已提交
1609
    border: 2px solid #ffffff;
C
codecalm 已提交
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .form-range::-ms-thumb:active {
      background-color: #a6c8f0; }
  .form-range::-ms-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .form-range::-ms-fill-lower {
C
codecalm 已提交
1629
    background-color: rgba(176, 181, 190, 0.24);
C
codecalm 已提交
1630 1631 1632
    border-radius: 1rem; }
  .form-range::-ms-fill-upper {
    margin-right: 15px;
C
codecalm 已提交
1633
    background-color: rgba(176, 181, 190, 0.24);
C
codecalm 已提交
1634
    border-radius: 1rem; }
C
codecalm 已提交
1635 1636 1637
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
C
codecalm 已提交
1638
      background-color: #cbcfd6; }
C
codecalm 已提交
1639
    .form-range:disabled::-moz-range-thumb {
C
codecalm 已提交
1640
      background-color: #cbcfd6; }
C
codecalm 已提交
1641
    .form-range:disabled::-ms-thumb {
C
codecalm 已提交
1642
      background-color: #cbcfd6; }
C
codecalm 已提交
1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
C
codecalm 已提交
1660
  @media (min-width: 33rem) {
C
codecalm 已提交
1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .form-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; } }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-file {
    position: relative;
C
codecalm 已提交
1698 1699
    flex: 1 1 auto;
    width: 1%;
C
codecalm 已提交
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .form-select,
    .input-group > .form-control + .form-file,
    .input-group > .form-select + .form-control,
    .input-group > .form-select + .form-select,
    .input-group > .form-select + .form-file,
    .input-group > .form-file + .form-control,
    .input-group > .form-file + .form-select,
    .input-group > .form-file + .form-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-file .form-file-input:focus ~ .form-file-label {
    z-index: 3; }
  .input-group > .form-file .form-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .form-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .form-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .form-file {
    display: flex;
    align-items: center; }
    .input-group > .form-file:not(:last-child) .form-file-label {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .form-file:not(:first-child) .form-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
C
codecalm 已提交
1769
  line-height: 1.4666667;
C
codecalm 已提交
1770
  color: #868c97;
C
codecalm 已提交
1771 1772
  text-align: center;
  white-space: nowrap;
C
codecalm 已提交
1773 1774
  background-color: rgba(53, 64, 82, 0.024);
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
1775 1776 1777
  border-radius: 3px; }

.input-group-lg > .form-control {
C
codecalm 已提交
1778
  min-height: calc(1.4666667em + 1rem + 2px); }
C
codecalm 已提交
1779 1780

.input-group-lg > .form-select {
C
codecalm 已提交
1781
  height: calc(1.4666667em + 1rem + 2px); }
C
codecalm 已提交
1782 1783 1784 1785 1786 1787 1788

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
C
codecalm 已提交
1789
  padding: 0.5rem 1.5rem;
C
codecalm 已提交
1790
  font-size: 1.4666667em;
C
codecalm 已提交
1791 1792 1793
  border-radius: 0.3rem; }

.input-group-sm > .form-control {
C
codecalm 已提交
1794
  min-height: calc(1.4666667em + 0.25rem + 2px); }
C
codecalm 已提交
1795 1796

.input-group-sm > .form-select {
C
codecalm 已提交
1797
  height: calc(1.4666667em + 0.25rem + 2px); }
C
codecalm 已提交
1798 1799 1800 1801 1802 1803 1804

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
C
codecalm 已提交
1805 1806
  padding: 0.125rem 0.5rem;
  font-size: 0.8666667em;
C
codecalm 已提交
1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #5eba00; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
C
codecalm 已提交
1846
  font-size: 0.8203125rem;
C
codecalm 已提交
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858
  color: #ffffff;
  background-color: rgba(94, 186, 0, 0.9);
  border-radius: 3px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #5eba00;
C
codecalm 已提交
1859 1860
  padding-right: calc(1.4666667em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
C
codecalm 已提交
1861
  background-repeat: no-repeat;
C
codecalm 已提交
1862 1863
  background-position: right calc(0.3666667em + 0.1875rem) center;
  background-size: calc(0.7333333em + 0.375rem) calc(0.7333333em + 0.375rem); }
C
codecalm 已提交
1864 1865 1866 1867 1868
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #5eba00;
    box-shadow: 0 0 0 0.2rem rgba(94, 186, 0, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
C
codecalm 已提交
1869 1870
  padding-right: calc(1.4666667em + 0.75rem);
  background-position: top calc(0.3666667em + 0.1875rem) right calc(0.3666667em + 0.1875rem); }
C
codecalm 已提交
1871 1872 1873 1874

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #5eba00;
  padding-right: calc(0.75em + 2.3125rem);
C
codecalm 已提交
1875 1876 1877
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28134, 140, 151, 0.48%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.7333333em + 0.375rem) calc(0.7333333em + 0.375rem); }
C
codecalm 已提交
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #5eba00;
    box-shadow: 0 0 0 0.2rem rgba(94, 186, 0, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #5eba00; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #78ed00; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 186, 0, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #5eba00; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
  border-color: #5eba00; }

.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #5eba00;
  box-shadow: 0 0 0 0.2rem rgba(94, 186, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #fa4654; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
C
codecalm 已提交
1916
  font-size: 0.8203125rem;
C
codecalm 已提交
1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928
  color: #ffffff;
  background-color: rgba(250, 70, 84, 0.9);
  border-radius: 3px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fa4654;
C
codecalm 已提交
1929 1930
  padding-right: calc(1.4666667em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fa4654' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
C
codecalm 已提交
1931
  background-repeat: no-repeat;
C
codecalm 已提交
1932 1933
  background-position: right calc(0.3666667em + 0.1875rem) center;
  background-size: calc(0.7333333em + 0.375rem) calc(0.7333333em + 0.375rem); }
C
codecalm 已提交
1934 1935 1936 1937 1938
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #fa4654;
    box-shadow: 0 0 0 0.2rem rgba(250, 70, 84, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
C
codecalm 已提交
1939 1940
  padding-right: calc(1.4666667em + 0.75rem);
  background-position: top calc(0.3666667em + 0.1875rem) right calc(0.3666667em + 0.1875rem); }
C
codecalm 已提交
1941 1942 1943 1944

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #fa4654;
  padding-right: calc(0.75em + 2.3125rem);
C
codecalm 已提交
1945 1946 1947
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28134, 140, 151, 0.48%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fa4654' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.7333333em + 0.375rem) calc(0.7333333em + 0.375rem); }
C
codecalm 已提交
1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #fa4654;
    box-shadow: 0 0 0 0.2rem rgba(250, 70, 84, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #fa4654; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #fb7882; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 70, 84, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #fa4654; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {
  border-color: #fa4654; }

.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #fa4654;
  box-shadow: 0 0 0 0.2rem rgba(250, 70, 84, 0.25); }

.btn {
  display: inline-block;
C
codecalm 已提交
1973
  font-weight: 500;
C
codecalm 已提交
1974
  line-height: 1.4666667;
C
codecalm 已提交
1975
  color: #354052;
C
codecalm 已提交
1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 0.9375rem;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
C
codecalm 已提交
1993
    color: #354052;
C
codecalm 已提交
1994 1995 1996 1997
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
C
codecalm 已提交
1998 1999 2000
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
C
codecalm 已提交
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015
    opacity: 0.65; }

.btn-primary {
  color: #ffffff;
  background-color: #206bc4;
  border-color: #206bc4; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #1b59a3;
    border-color: #195398; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #1b59a3;
    border-color: #195398;
    box-shadow: 0 0 0 0.2rem rgba(65, 129, 205, 0.5); }
C
codecalm 已提交
2016
  .btn-primary:active, .btn-primary.active,
C
codecalm 已提交
2017 2018 2019 2020
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #195398;
    border-color: #174d8d; }
C
codecalm 已提交
2021
    .btn-primary:active:focus, .btn-primary.active:focus,
C
codecalm 已提交
2022 2023
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 129, 205, 0.5); }
C
codecalm 已提交
2024 2025 2026 2027
  .btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #206bc4;
    border-color: #206bc4; }
C
codecalm 已提交
2028 2029 2030

.btn-secondary {
  color: #ffffff;
C
codecalm 已提交
2031 2032
  background-color: #868c97;
  border-color: #868c97; }
C
codecalm 已提交
2033 2034
  .btn-secondary:hover {
    color: #ffffff;
C
codecalm 已提交
2035 2036
    background-color: #727985;
    border-color: #6c727e; }
C
codecalm 已提交
2037 2038
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
C
codecalm 已提交
2039 2040 2041
    background-color: #727985;
    border-color: #6c727e;
    box-shadow: 0 0 0 0.2rem rgba(152, 157, 167, 0.5); }
C
codecalm 已提交
2042
  .btn-secondary:active, .btn-secondary.active,
C
codecalm 已提交
2043 2044
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
C
codecalm 已提交
2045 2046
    background-color: #6c727e;
    border-color: #666c77; }
C
codecalm 已提交
2047
    .btn-secondary:active:focus, .btn-secondary.active:focus,
C
codecalm 已提交
2048
    .show > .btn-secondary.dropdown-toggle:focus {
C
codecalm 已提交
2049
      box-shadow: 0 0 0 0.2rem rgba(152, 157, 167, 0.5); }
C
codecalm 已提交
2050 2051
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
C
codecalm 已提交
2052 2053
    background-color: #868c97;
    border-color: #868c97; }
C
codecalm 已提交
2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067

.btn-success {
  color: #ffffff;
  background-color: #5eba00;
  border-color: #5eba00; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #4b9400;
    border-color: #448700; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #4b9400;
    border-color: #448700;
    box-shadow: 0 0 0 0.2rem rgba(118, 196, 38, 0.5); }
C
codecalm 已提交
2068
  .btn-success:active, .btn-success.active,
C
codecalm 已提交
2069 2070 2071 2072
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #448700;
    border-color: #3e7a00; }
C
codecalm 已提交
2073
    .btn-success:active:focus, .btn-success.active:focus,
C
codecalm 已提交
2074 2075
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(118, 196, 38, 0.5); }
C
codecalm 已提交
2076 2077 2078 2079
  .btn-success:disabled, .btn-success.disabled {
    color: #ffffff;
    background-color: #5eba00;
    border-color: #5eba00; }
C
codecalm 已提交
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093

.btn-info {
  color: #ffffff;
  background-color: #45aaf2;
  border-color: #45aaf2; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #219af0;
    border-color: #1594ef; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #219af0;
    border-color: #1594ef;
    box-shadow: 0 0 0 0.2rem rgba(97, 183, 244, 0.5); }
C
codecalm 已提交
2094
  .btn-info:active, .btn-info.active,
C
codecalm 已提交
2095 2096 2097 2098
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #1594ef;
    border-color: #108ee7; }
C
codecalm 已提交
2099
    .btn-info:active:focus, .btn-info.active:focus,
C
codecalm 已提交
2100 2101
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(97, 183, 244, 0.5); }
C
codecalm 已提交
2102 2103 2104 2105
  .btn-info:disabled, .btn-info.disabled {
    color: #ffffff;
    background-color: #45aaf2;
    border-color: #45aaf2; }
C
codecalm 已提交
2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119

.btn-warning {
  color: #ffffff;
  background-color: #fab005;
  border-color: #fab005; }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #d59604;
    border-color: #c88d04; }
  .btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #d59604;
    border-color: #c88d04;
    box-shadow: 0 0 0 0.2rem rgba(251, 188, 43, 0.5); }
C
codecalm 已提交
2120
  .btn-warning:active, .btn-warning.active,
C
codecalm 已提交
2121 2122 2123 2124
  .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #c88d04;
    border-color: #bc8404; }
C
codecalm 已提交
2125
    .btn-warning:active:focus, .btn-warning.active:focus,
C
codecalm 已提交
2126 2127
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 188, 43, 0.5); }
C
codecalm 已提交
2128 2129 2130 2131
  .btn-warning:disabled, .btn-warning.disabled {
    color: #ffffff;
    background-color: #fab005;
    border-color: #fab005; }
C
codecalm 已提交
2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145

.btn-danger {
  color: #ffffff;
  background-color: #fa4654;
  border-color: #fa4654; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #f92132;
    border-color: #f91426; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #f92132;
    border-color: #f91426;
    box-shadow: 0 0 0 0.2rem rgba(251, 98, 110, 0.5); }
C
codecalm 已提交
2146
  .btn-danger:active, .btn-danger.active,
C
codecalm 已提交
2147 2148 2149 2150
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #f91426;
    border-color: #f8081b; }
C
codecalm 已提交
2151
    .btn-danger:active:focus, .btn-danger.active:focus,
C
codecalm 已提交
2152 2153
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 98, 110, 0.5); }
C
codecalm 已提交
2154 2155 2156 2157
  .btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    background-color: #fa4654;
    border-color: #fa4654; }
C
codecalm 已提交
2158 2159

.btn-light {
C
codecalm 已提交
2160
  color: #354052;
C
codecalm 已提交
2161 2162 2163
  background-color: #f5f7fb;
  border-color: #f5f7fb; }
  .btn-light:hover {
C
codecalm 已提交
2164
    color: #354052;
C
codecalm 已提交
2165 2166 2167
    background-color: #dae1f0;
    border-color: #d1daec; }
  .btn-light:focus, .btn-light.focus {
C
codecalm 已提交
2168
    color: #354052;
C
codecalm 已提交
2169 2170
    background-color: #dae1f0;
    border-color: #d1daec;
C
codecalm 已提交
2171
    box-shadow: 0 0 0 0.2rem rgba(216, 220, 226, 0.5); }
C
codecalm 已提交
2172
  .btn-light:active, .btn-light.active,
C
codecalm 已提交
2173
  .show > .btn-light.dropdown-toggle {
C
codecalm 已提交
2174
    color: #354052;
C
codecalm 已提交
2175 2176
    background-color: #d1daec;
    border-color: #c7d3e9; }
C
codecalm 已提交
2177
    .btn-light:active:focus, .btn-light.active:focus,
C
codecalm 已提交
2178
    .show > .btn-light.dropdown-toggle:focus {
C
codecalm 已提交
2179
      box-shadow: 0 0 0 0.2rem rgba(216, 220, 226, 0.5); }
C
codecalm 已提交
2180
  .btn-light:disabled, .btn-light.disabled {
C
codecalm 已提交
2181
    color: #354052;
C
codecalm 已提交
2182 2183
    background-color: #f5f7fb;
    border-color: #f5f7fb; }
C
codecalm 已提交
2184 2185 2186

.btn-dark {
  color: #ffffff;
C
codecalm 已提交
2187 2188
  background-color: #354052;
  border-color: #354052; }
C
codecalm 已提交
2189 2190
  .btn-dark:hover {
    color: #ffffff;
C
codecalm 已提交
2191 2192
    background-color: #262e3b;
    border-color: #212833; }
C
codecalm 已提交
2193 2194
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
C
codecalm 已提交
2195 2196 2197
    background-color: #262e3b;
    border-color: #212833;
    box-shadow: 0 0 0 0.2rem rgba(83, 93, 108, 0.5); }
C
codecalm 已提交
2198
  .btn-dark:active, .btn-dark.active,
C
codecalm 已提交
2199 2200
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
C
codecalm 已提交
2201 2202
    background-color: #212833;
    border-color: #1c222b; }
C
codecalm 已提交
2203
    .btn-dark:active:focus, .btn-dark.active:focus,
C
codecalm 已提交
2204
    .show > .btn-dark.dropdown-toggle:focus {
C
codecalm 已提交
2205
      box-shadow: 0 0 0 0.2rem rgba(83, 93, 108, 0.5); }
C
codecalm 已提交
2206 2207
  .btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
C
codecalm 已提交
2208 2209
    background-color: #354052;
    border-color: #354052; }
C
codecalm 已提交
2210 2211 2212 2213 2214 2215 2216 2217 2218 2219

.btn-outline-primary {
  color: #206bc4;
  border-color: #206bc4; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #206bc4;
    border-color: #206bc4; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.5); }
C
codecalm 已提交
2220
  .btn-outline-primary:active, .btn-outline-primary.active,
C
codecalm 已提交
2221 2222 2223 2224
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #206bc4;
    border-color: #206bc4; }
C
codecalm 已提交
2225
    .btn-outline-primary:active:focus, .btn-outline-primary.active:focus,
C
codecalm 已提交
2226 2227
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.5); }
C
codecalm 已提交
2228 2229 2230
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #206bc4;
    background-color: transparent; }
C
codecalm 已提交
2231 2232

.btn-outline-secondary {
C
codecalm 已提交
2233 2234
  color: #868c97;
  border-color: #868c97; }
C
codecalm 已提交
2235 2236
  .btn-outline-secondary:hover {
    color: #ffffff;
C
codecalm 已提交
2237 2238
    background-color: #868c97;
    border-color: #868c97; }
C
codecalm 已提交
2239
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
C
codecalm 已提交
2240
    box-shadow: 0 0 0 0.2rem rgba(134, 140, 151, 0.5); }
C
codecalm 已提交
2241
  .btn-outline-secondary:active, .btn-outline-secondary.active,
C
codecalm 已提交
2242 2243
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
C
codecalm 已提交
2244 2245
    background-color: #868c97;
    border-color: #868c97; }
C
codecalm 已提交
2246
    .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus,
C
codecalm 已提交
2247
    .show > .btn-outline-secondary.dropdown-toggle:focus {
C
codecalm 已提交
2248
      box-shadow: 0 0 0 0.2rem rgba(134, 140, 151, 0.5); }
C
codecalm 已提交
2249
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
C
codecalm 已提交
2250
    color: #868c97;
C
codecalm 已提交
2251
    background-color: transparent; }
C
codecalm 已提交
2252 2253 2254 2255 2256 2257 2258 2259 2260 2261

.btn-outline-success {
  color: #5eba00;
  border-color: #5eba00; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #5eba00;
    border-color: #5eba00; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 186, 0, 0.5); }
C
codecalm 已提交
2262
  .btn-outline-success:active, .btn-outline-success.active,
C
codecalm 已提交
2263 2264 2265 2266
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #5eba00;
    border-color: #5eba00; }
C
codecalm 已提交
2267
    .btn-outline-success:active:focus, .btn-outline-success.active:focus,
C
codecalm 已提交
2268 2269
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 186, 0, 0.5); }
C
codecalm 已提交
2270 2271 2272
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #5eba00;
    background-color: transparent; }
C
codecalm 已提交
2273 2274 2275 2276 2277 2278 2279 2280 2281 2282

.btn-outline-info {
  color: #45aaf2;
  border-color: #45aaf2; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #45aaf2;
    border-color: #45aaf2; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 170, 242, 0.5); }
C
codecalm 已提交
2283
  .btn-outline-info:active, .btn-outline-info.active,
C
codecalm 已提交
2284 2285 2286 2287
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #45aaf2;
    border-color: #45aaf2; }
C
codecalm 已提交
2288
    .btn-outline-info:active:focus, .btn-outline-info.active:focus,
C
codecalm 已提交
2289 2290
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(69, 170, 242, 0.5); }
C
codecalm 已提交
2291 2292 2293
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #45aaf2;
    background-color: transparent; }
C
codecalm 已提交
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303

.btn-outline-warning {
  color: #fab005;
  border-color: #fab005; }
  .btn-outline-warning:hover {
    color: #ffffff;
    background-color: #fab005;
    border-color: #fab005; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 176, 5, 0.5); }
C
codecalm 已提交
2304
  .btn-outline-warning:active, .btn-outline-warning.active,
C
codecalm 已提交
2305 2306 2307 2308
  .show > .btn-outline-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #fab005;
    border-color: #fab005; }
C
codecalm 已提交
2309
    .btn-outline-warning:active:focus, .btn-outline-warning.active:focus,
C
codecalm 已提交
2310 2311
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 176, 5, 0.5); }
C
codecalm 已提交
2312 2313 2314
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #fab005;
    background-color: transparent; }
C
codecalm 已提交
2315 2316 2317 2318 2319 2320 2321 2322 2323 2324

.btn-outline-danger {
  color: #fa4654;
  border-color: #fa4654; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #fa4654;
    border-color: #fa4654; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 70, 84, 0.5); }
C
codecalm 已提交
2325
  .btn-outline-danger:active, .btn-outline-danger.active,
C
codecalm 已提交
2326 2327 2328 2329
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #fa4654;
    border-color: #fa4654; }
C
codecalm 已提交
2330
    .btn-outline-danger:active:focus, .btn-outline-danger.active:focus,
C
codecalm 已提交
2331 2332
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 70, 84, 0.5); }
C
codecalm 已提交
2333 2334 2335
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #fa4654;
    background-color: transparent; }
C
codecalm 已提交
2336 2337 2338 2339 2340

.btn-outline-light {
  color: #f5f7fb;
  border-color: #f5f7fb; }
  .btn-outline-light:hover {
C
codecalm 已提交
2341
    color: #354052;
C
codecalm 已提交
2342 2343 2344 2345
    background-color: #f5f7fb;
    border-color: #f5f7fb; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 247, 251, 0.5); }
C
codecalm 已提交
2346
  .btn-outline-light:active, .btn-outline-light.active,
C
codecalm 已提交
2347
  .show > .btn-outline-light.dropdown-toggle {
C
codecalm 已提交
2348
    color: #354052;
C
codecalm 已提交
2349 2350
    background-color: #f5f7fb;
    border-color: #f5f7fb; }
C
codecalm 已提交
2351
    .btn-outline-light:active:focus, .btn-outline-light.active:focus,
C
codecalm 已提交
2352 2353
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 247, 251, 0.5); }
C
codecalm 已提交
2354 2355 2356
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f5f7fb;
    background-color: transparent; }
C
codecalm 已提交
2357 2358

.btn-outline-dark {
C
codecalm 已提交
2359 2360
  color: #354052;
  border-color: #354052; }
C
codecalm 已提交
2361 2362
  .btn-outline-dark:hover {
    color: #ffffff;
C
codecalm 已提交
2363 2364
    background-color: #354052;
    border-color: #354052; }
C
codecalm 已提交
2365
  .btn-outline-dark:focus, .btn-outline-dark.focus {
C
codecalm 已提交
2366
    box-shadow: 0 0 0 0.2rem rgba(53, 64, 82, 0.5); }
C
codecalm 已提交
2367
  .btn-outline-dark:active, .btn-outline-dark.active,
C
codecalm 已提交
2368 2369
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
C
codecalm 已提交
2370 2371
    background-color: #354052;
    border-color: #354052; }
C
codecalm 已提交
2372
    .btn-outline-dark:active:focus, .btn-outline-dark.active:focus,
C
codecalm 已提交
2373
    .show > .btn-outline-dark.dropdown-toggle:focus {
C
codecalm 已提交
2374
      box-shadow: 0 0 0 0.2rem rgba(53, 64, 82, 0.5); }
C
codecalm 已提交
2375
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
C
codecalm 已提交
2376
    color: #354052;
C
codecalm 已提交
2377
    background-color: transparent; }
C
codecalm 已提交
2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389

.btn-link {
  font-weight: 400;
  color: #206bc4;
  text-decoration: none; }
  .btn-link:hover {
    color: #154782;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
C
codecalm 已提交
2390
    color: #a8aeb7; }
C
codecalm 已提交
2391 2392

.btn-lg, .btn-group-lg > .btn {
C
codecalm 已提交
2393
  padding: 0.5rem 1.5rem;
C
codecalm 已提交
2394
  font-size: 1.4666667em;
C
codecalm 已提交
2395 2396 2397
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
C
codecalm 已提交
2398 2399
  padding: 0.125rem 0.5rem;
  font-size: 0.8666667em;
C
codecalm 已提交
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle:after {
    content: "";
    display: inline-block;
C
codecalm 已提交
2438 2439 2440
    vertical-align: 0.272em;
    width: 0.32em;
    height: 0.32em;
C
codecalm 已提交
2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451
    border-bottom: 1px solid;
    border-left: 1px solid;
    margin-left: 0.4em;
    transform: rotate(-45deg); }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
C
codecalm 已提交
2452
  min-width: 12rem;
C
codecalm 已提交
2453
  padding: 0.5rem 0;
C
codecalm 已提交
2454 2455
  margin: 1px 0 0;
  font-size: 1em;
C
codecalm 已提交
2456
  color: #354052;
C
codecalm 已提交
2457 2458 2459 2460
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
C
codecalm 已提交
2461
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
2462 2463 2464 2465 2466 2467 2468 2469 2470 2471
  border-radius: 3px; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

C
codecalm 已提交
2472
@media (min-width: 33rem) {
C
codecalm 已提交
2473 2474 2475 2476 2477 2478 2479
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

C
codecalm 已提交
2480
@media (min-width: 48rem) {
C
codecalm 已提交
2481 2482 2483 2484 2485 2486 2487
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

C
codecalm 已提交
2488
@media (min-width: 64rem) {
C
codecalm 已提交
2489 2490 2491 2492 2493 2494 2495
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

C
codecalm 已提交
2496
@media (min-width: 75.25rem) {
C
codecalm 已提交
2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
C
codecalm 已提交
2508
  margin-bottom: 1px; }
C
codecalm 已提交
2509 2510 2511 2512

.dropup .dropdown-toggle:after {
  content: "";
  display: inline-block;
C
codecalm 已提交
2513 2514 2515
  vertical-align: 0.272em;
  width: 0.32em;
  height: 0.32em;
C
codecalm 已提交
2516 2517 2518 2519 2520 2521 2522 2523 2524 2525
  border-bottom: 1px solid;
  border-left: 1px solid;
  margin-left: 0.4em;
  transform: rotate(135deg); }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
C
codecalm 已提交
2526
  margin-left: 1px; }
C
codecalm 已提交
2527 2528 2529 2530

.dropright .dropdown-toggle:after {
  content: "";
  display: inline-block;
C
codecalm 已提交
2531 2532 2533
  vertical-align: 0.272em;
  width: 0.32em;
  height: 0.32em;
C
codecalm 已提交
2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546
  border-bottom: 1px solid;
  border-left: 1px solid;
  margin-left: 0.4em;
  transform: rotate(-135deg); }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
C
codecalm 已提交
2547
  margin-right: 1px; }
C
codecalm 已提交
2548 2549 2550 2551

.dropleft .dropdown-toggle:before {
  content: "";
  display: inline-block;
C
codecalm 已提交
2552 2553 2554
  vertical-align: 0.272em;
  width: 0.32em;
  height: 0.32em;
C
codecalm 已提交
2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573
  border-bottom: 1px solid;
  border-left: 1px solid;
  margin-right: 0.4em;
  transform: rotate(45deg); }

.dropleft .dropdown-toggle:after {
  content: none; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
C
codecalm 已提交
2574
  border-top: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
2575 2576 2577 2578 2579 2580 2581

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
C
codecalm 已提交
2582
  color: #354052;
C
codecalm 已提交
2583 2584 2585 2586 2587 2588 2589
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: inherit;
    text-decoration: none;
C
codecalm 已提交
2590
    background-color: #f5f7fb; }
C
codecalm 已提交
2591
  .dropdown-item.active, .dropdown-item:active {
C
codecalm 已提交
2592
    color: #206bc4;
C
codecalm 已提交
2593
    text-decoration: none;
C
codecalm 已提交
2594
    background-color: rgba(32, 107, 196, 0.06); }
C
codecalm 已提交
2595
  .dropdown-item.disabled, .dropdown-item:disabled {
C
codecalm 已提交
2596
    color: #a8aeb7;
C
codecalm 已提交
2597 2598 2599 2600 2601 2602 2603 2604 2605 2606
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
C
codecalm 已提交
2607
  font-size: 0.8203125rem;
C
codecalm 已提交
2608
  color: #a8aeb7;
C
codecalm 已提交
2609 2610 2611 2612 2613
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
C
codecalm 已提交
2614
  color: #354052; }
C
codecalm 已提交
2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
C
codecalm 已提交
2664 2665
  padding-right: 0.375rem;
  padding-left: 0.375rem; }
C
codecalm 已提交
2666 2667

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
C
codecalm 已提交
2668 2669
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
C
codecalm 已提交
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
C
codecalm 已提交
2710
  padding: 0.5rem 1rem; }
C
codecalm 已提交
2711 2712 2713
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
C
codecalm 已提交
2714
    color: #a8aeb7;
C
codecalm 已提交
2715 2716 2717 2718
    pointer-events: none;
    cursor: default; }

.nav-tabs {
C
codecalm 已提交
2719
  border-bottom: 1px solid #e9ecf1; }
C
codecalm 已提交
2720 2721 2722 2723 2724 2725 2726
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
C
codecalm 已提交
2727
      border-color: #f1f3f8 #f1f3f8 #e9ecf1; }
C
codecalm 已提交
2728
    .nav-tabs .nav-link.disabled {
C
codecalm 已提交
2729
      color: #a8aeb7;
C
codecalm 已提交
2730 2731 2732 2733
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
C
codecalm 已提交
2734
    color: #7a828f;
C
codecalm 已提交
2735
    background-color: #f5f7fb;
C
codecalm 已提交
2736
    border-color: #e9ecf1 #e9ecf1 #f5f7fb; }
C
codecalm 已提交
2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 3px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #206bc4; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
C
codecalm 已提交
2771 2772
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
C
codecalm 已提交
2773 2774
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
C
codecalm 已提交
2775
    display: flex;
C
codecalm 已提交
2776
    flex-wrap: inherit;
C
codecalm 已提交
2777 2778 2779 2780
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
C
codecalm 已提交
2781 2782
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
C
codecalm 已提交
2783
  margin-right: 1rem;
C
codecalm 已提交
2784
  font-size: 1.171875rem;
C
codecalm 已提交
2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
C
codecalm 已提交
2802 2803
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
C
codecalm 已提交
2804 2805

.navbar-collapse {
C
codecalm 已提交
2806
  flex: 1 0 100%;
C
codecalm 已提交
2807 2808 2809
  align-items: center; }

.navbar-toggler {
C
codecalm 已提交
2810 2811
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
C
codecalm 已提交
2812 2813 2814
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
C
codecalm 已提交
2815 2816 2817 2818 2819 2820
  border-radius: 3px;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
C
codecalm 已提交
2821
    text-decoration: none; }
C
codecalm 已提交
2822 2823 2824 2825
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem; }
C
codecalm 已提交
2826 2827 2828 2829 2830 2831

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
C
codecalm 已提交
2832 2833 2834
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
C
codecalm 已提交
2835

C
codecalm 已提交
2836
@media (min-width: 33rem) {
C
codecalm 已提交
2837
  .navbar-expand-sm {
C
codecalm 已提交
2838
    flex-wrap: nowrap;
C
codecalm 已提交
2839 2840 2841 2842 2843 2844
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
C
codecalm 已提交
2845 2846
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
C
codecalm 已提交
2847 2848 2849 2850 2851 2852
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

C
codecalm 已提交
2853
@media (min-width: 48rem) {
C
codecalm 已提交
2854
  .navbar-expand-md {
C
codecalm 已提交
2855
    flex-wrap: nowrap;
C
codecalm 已提交
2856 2857 2858 2859 2860 2861
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
C
codecalm 已提交
2862 2863
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
C
codecalm 已提交
2864 2865 2866 2867 2868 2869
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

C
codecalm 已提交
2870
@media (min-width: 64rem) {
C
codecalm 已提交
2871
  .navbar-expand-lg {
C
codecalm 已提交
2872
    flex-wrap: nowrap;
C
codecalm 已提交
2873 2874 2875 2876 2877 2878
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
C
codecalm 已提交
2879 2880
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
C
codecalm 已提交
2881 2882 2883 2884 2885 2886
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

C
codecalm 已提交
2887
@media (min-width: 75.25rem) {
C
codecalm 已提交
2888
  .navbar-expand-xl {
C
codecalm 已提交
2889
    flex-wrap: nowrap;
C
codecalm 已提交
2890 2891 2892 2893 2894 2895
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
C
codecalm 已提交
2896 2897
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
C
codecalm 已提交
2898 2899 2900 2901 2902 2903 2904
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
C
codecalm 已提交
2905
  flex-wrap: nowrap;
C
codecalm 已提交
2906 2907 2908 2909 2910 2911
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
C
codecalm 已提交
2912 2913
      padding-right: 0.75rem;
      padding-left: 0.75rem; }
C
codecalm 已提交
2914 2915 2916 2917 2918 2919 2920
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
C
codecalm 已提交
2921
  color: rgba(0, 0, 0, 0.9); }
C
codecalm 已提交
2922
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
C
codecalm 已提交
2923
    color: rgba(0, 0, 0, 0.9); }
C
codecalm 已提交
2924 2925

.navbar-light .navbar-nav .nav-link {
C
codecalm 已提交
2926
  color: rgba(0, 0, 0, 0.55); }
C
codecalm 已提交
2927
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
C
codecalm 已提交
2928
    color: rgba(0, 0, 0, 0.7); }
C
codecalm 已提交
2929 2930 2931 2932 2933 2934 2935
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
C
codecalm 已提交
2936
  color: rgba(0, 0, 0, 0.9); }
C
codecalm 已提交
2937 2938

.navbar-light .navbar-toggler {
C
codecalm 已提交
2939
  color: rgba(0, 0, 0, 0.55);
C
codecalm 已提交
2940 2941 2942
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
C
codecalm 已提交
2943
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
C
codecalm 已提交
2944 2945

.navbar-light .navbar-text {
C
codecalm 已提交
2946
  color: rgba(0, 0, 0, 0.55); }
C
codecalm 已提交
2947 2948 2949
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
C
codecalm 已提交
2950
    color: rgba(0, 0, 0, 0.9); }
C
codecalm 已提交
2951 2952 2953 2954 2955 2956 2957

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
C
codecalm 已提交
2958
  color: rgba(255, 255, 255, 0.55); }
C
codecalm 已提交
2959
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
C
codecalm 已提交
2960
    color: rgba(255, 255, 255, 0.75); }
C
codecalm 已提交
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
C
codecalm 已提交
2971
  color: rgba(255, 255, 255, 0.55);
C
codecalm 已提交
2972 2973 2974
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
C
codecalm 已提交
2975
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
C
codecalm 已提交
2976 2977

.navbar-dark .navbar-text {
C
codecalm 已提交
2978
  color: rgba(255, 255, 255, 0.55); }
C
codecalm 已提交
2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
C
codecalm 已提交
2992
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027
  border-radius: 3px; }
  .card > hr, .card > .hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
C
codecalm 已提交
3028 3029
  background-color: rgba(53, 64, 82, 0.024);
  border-bottom: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
3030 3031 3032 3033 3034 3035 3036
  .card-header:first-child {
    border-radius: 2px 2px 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
C
codecalm 已提交
3037 3038
  background-color: rgba(53, 64, 82, 0.024);
  border-top: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081
  .card-footer:last-child {
    border-radius: 0 0 2px 2px; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: #ffffff;
    border-bottom-color: #ffffff; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card-deck .card {
  margin-bottom: 1.5rem; }

C
codecalm 已提交
3082
@media (min-width: 33rem) {
C
codecalm 已提交
3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 1.5rem;
      margin-bottom: 0;
      margin-left: 1.5rem; } }

.card-group > .card {
  margin-bottom: 1.5rem; }

C
codecalm 已提交
3097
@media (min-width: 33rem) {
C
codecalm 已提交
3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
C
codecalm 已提交
3145
  background-color: #f1f3f8;
C
codecalm 已提交
3146 3147 3148 3149 3150 3151 3152 3153 3154
  border-radius: 3px; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
C
codecalm 已提交
3155
      color: #a8aeb7;
C
codecalm 已提交
3156 3157 3158 3159 3160 3161
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
C
codecalm 已提交
3162
    color: #a8aeb7; }
C
codecalm 已提交
3163 3164 3165 3166 3167 3168 3169 3170 3171

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
C
codecalm 已提交
3172
  color: #868c97;
C
codecalm 已提交
3173
  background-color: transparent;
C
codecalm 已提交
3174
  border: 0 solid #e9ecf1; }
C
codecalm 已提交
3175 3176 3177 3178
  .page-link:hover {
    z-index: 2;
    color: #154782;
    text-decoration: none;
C
codecalm 已提交
3179 3180
    background-color: #f1f3f8;
    border-color: #e9ecf1; }
C
codecalm 已提交
3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #206bc4;
  border-color: #206bc4; }

.page-item.disabled .page-link {
C
codecalm 已提交
3196
  color: rgba(134, 140, 151, 0.5);
C
codecalm 已提交
3197 3198
  pointer-events: none;
  background-color: transparent;
C
codecalm 已提交
3199
  border-color: #e9ecf1; }
C
codecalm 已提交
3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213

.page-link {
  padding: 0.25rem 0.25rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
C
codecalm 已提交
3214
  font-size: 1.171875rem; }
C
codecalm 已提交
3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
C
codecalm 已提交
3226
  font-size: 0.8203125rem; }
C
codecalm 已提交
3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
C
codecalm 已提交
3240
  font-weight: 600;
C
codecalm 已提交
3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 600; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
C
codecalm 已提交
3277 3278 3279
  color: #061527;
  background-color: #d2e1f3;
  border-color: #a6c4e7; }
C
codecalm 已提交
3280
  .alert-primary .alert-link {
C
codecalm 已提交
3281
    color: black; }
C
codecalm 已提交
3282 3283

.alert-secondary {
C
codecalm 已提交
3284 3285 3286
  color: #1b1c1e;
  background-color: #e7e8ea;
  border-color: #cfd1d5; }
C
codecalm 已提交
3287
  .alert-secondary .alert-link {
C
codecalm 已提交
3288
    color: #030303; }
C
codecalm 已提交
3289 3290

.alert-success {
C
codecalm 已提交
3291 3292 3293
  color: #132500;
  background-color: #dff1cc;
  border-color: #bfe399; }
C
codecalm 已提交
3294
  .alert-success .alert-link {
C
codecalm 已提交
3295
    color: black; }
C
codecalm 已提交
3296 3297

.alert-info {
C
codecalm 已提交
3298 3299 3300
  color: #0e2230;
  background-color: #daeefc;
  border-color: #b5ddfa; }
C
codecalm 已提交
3301
  .alert-info .alert-link {
C
codecalm 已提交
3302
    color: #020609; }
C
codecalm 已提交
3303 3304

.alert-warning {
C
codecalm 已提交
3305 3306 3307
  color: #322301;
  background-color: #feefcd;
  border-color: #fddf9b; }
C
codecalm 已提交
3308
  .alert-warning .alert-link {
C
codecalm 已提交
3309
    color: black; }
C
codecalm 已提交
3310 3311

.alert-danger {
C
codecalm 已提交
3312 3313 3314
  color: #320e11;
  background-color: #fedadd;
  border-color: #fdb5bb; }
C
codecalm 已提交
3315
  .alert-danger .alert-link {
C
codecalm 已提交
3316
    color: #0a0303; }
C
codecalm 已提交
3317 3318

.alert-light {
C
codecalm 已提交
3319 3320 3321
  color: #313132;
  background-color: #fdfdfe;
  border-color: #fbfcfd; }
C
codecalm 已提交
3322
  .alert-light .alert-link {
C
codecalm 已提交
3323
    color: #181818; }
C
codecalm 已提交
3324 3325

.alert-dark {
C
codecalm 已提交
3326 3327 3328
  color: #0b0d10;
  background-color: #d7d9dc;
  border-color: #aeb3ba; }
C
codecalm 已提交
3329
  .alert-dark .alert-link {
C
codecalm 已提交
3330
    color: black; }
C
codecalm 已提交
3331 3332 3333

@-webkit-keyframes progress-bar-stripes {
  0% {
C
codecalm 已提交
3334
    background-position-x: 0.5rem; } }
C
codecalm 已提交
3335 3336 3337

@keyframes progress-bar-stripes {
  0% {
C
codecalm 已提交
3338
    background-position-x: 0.5rem; } }
C
codecalm 已提交
3339 3340 3341

.progress {
  display: flex;
C
codecalm 已提交
3342
  height: 0.5rem;
C
codecalm 已提交
3343
  overflow: hidden;
C
codecalm 已提交
3344
  font-size: 0.703125rem;
C
codecalm 已提交
3345
  background-color: rgba(176, 181, 190, 0.24);
C
codecalm 已提交
3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363
  border-radius: 3px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #206bc4;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
C
codecalm 已提交
3364
  background-size: 0.5rem 0.5rem; }
C
codecalm 已提交
3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      animation: none; } }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: inherit;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: inherit;
    text-decoration: none;
C
codecalm 已提交
3388
    background-color: #f5f7fb; }
C
codecalm 已提交
3389
  .list-group-item-action:active {
C
codecalm 已提交
3390 3391
    color: #354052;
    background-color: #f1f3f8; }
C
codecalm 已提交
3392 3393 3394 3395

.list-group-item {
  position: relative;
  display: block;
C
codecalm 已提交
3396
  padding: 0.5rem 0.75rem;
C
codecalm 已提交
3397 3398
  margin-bottom: 0;
  background-color: #ffffff;
C
codecalm 已提交
3399
  border: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
3400 3401 3402 3403 3404 3405 3406
  .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item.disabled, .list-group-item:disabled {
C
codecalm 已提交
3407
    color: #a8aeb7;
C
codecalm 已提交
3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #206bc4;
    border-color: #206bc4; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

C
codecalm 已提交
3438
@media (min-width: 33rem) {
C
codecalm 已提交
3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 3px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

C
codecalm 已提交
3456
@media (min-width: 48rem) {
C
codecalm 已提交
3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 3px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

C
codecalm 已提交
3474
@media (min-width: 64rem) {
C
codecalm 已提交
3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 3px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

C
codecalm 已提交
3492
@media (min-width: 75.25rem) {
C
codecalm 已提交
3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 3px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
C
codecalm 已提交
3521 3522
  color: #0d2b4e;
  background-color: #e9f0f9; }
C
codecalm 已提交
3523
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
C
codecalm 已提交
3524 3525
    color: #0d2b4e;
    background-color: #d5e2f4; }
C
codecalm 已提交
3526 3527
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
C
codecalm 已提交
3528 3529
    background-color: #0d2b4e;
    border-color: #0d2b4e; }
C
codecalm 已提交
3530 3531

.list-group-item-secondary {
C
codecalm 已提交
3532 3533
  color: #36383c;
  background-color: #f3f4f5; }
C
codecalm 已提交
3534
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
C
codecalm 已提交
3535 3536
    color: #36383c;
    background-color: #e5e7e9; }
C
codecalm 已提交
3537 3538
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
C
codecalm 已提交
3539 3540
    background-color: #36383c;
    border-color: #36383c; }
C
codecalm 已提交
3541 3542

.list-group-item-success {
C
codecalm 已提交
3543 3544
  color: #264a00;
  background-color: #eff8e6; }
C
codecalm 已提交
3545
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
C
codecalm 已提交
3546 3547
    color: #264a00;
    background-color: #e2f2d2; }
C
codecalm 已提交
3548 3549
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
C
codecalm 已提交
3550 3551
    background-color: #264a00;
    border-color: #264a00; }
C
codecalm 已提交
3552 3553

.list-group-item-info {
C
codecalm 已提交
3554 3555
  color: #1c4461;
  background-color: #ecf7fe; }
C
codecalm 已提交
3556
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
C
codecalm 已提交
3557 3558
    color: #1c4461;
    background-color: #d4edfd; }
C
codecalm 已提交
3559 3560
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
C
codecalm 已提交
3561 3562
    background-color: #1c4461;
    border-color: #1c4461; }
C
codecalm 已提交
3563 3564

.list-group-item-warning {
C
codecalm 已提交
3565 3566
  color: #644602;
  background-color: #fff7e6; }
C
codecalm 已提交
3567
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
C
codecalm 已提交
3568 3569
    color: #644602;
    background-color: #ffefcd; }
C
codecalm 已提交
3570 3571
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
C
codecalm 已提交
3572 3573
    background-color: #644602;
    border-color: #644602; }
C
codecalm 已提交
3574 3575

.list-group-item-danger {
C
codecalm 已提交
3576 3577
  color: #641c22;
  background-color: #ffedee; }
C
codecalm 已提交
3578
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
C
codecalm 已提交
3579 3580
    color: #641c22;
    background-color: #ffd4d6; }
C
codecalm 已提交
3581 3582
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
C
codecalm 已提交
3583 3584
    background-color: #641c22;
    border-color: #641c22; }
C
codecalm 已提交
3585 3586

.list-group-item-light {
C
codecalm 已提交
3587 3588
  color: #626364;
  background-color: #fefeff; }
C
codecalm 已提交
3589
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
C
codecalm 已提交
3590 3591
    color: #626364;
    background-color: #e5e5ff; }
C
codecalm 已提交
3592 3593
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
C
codecalm 已提交
3594 3595
    background-color: #626364;
    border-color: #626364; }
C
codecalm 已提交
3596 3597

.list-group-item-dark {
C
codecalm 已提交
3598 3599
  color: #151a21;
  background-color: #ebecee; }
C
codecalm 已提交
3600
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
C
codecalm 已提交
3601 3602
    color: #151a21;
    background-color: #dddfe2; }
C
codecalm 已提交
3603 3604
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
C
codecalm 已提交
3605 3606
    background-color: #151a21;
    border-color: #151a21; }
C
codecalm 已提交
3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620

.close {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  @media (min-width: 1200px) {
    .close {
      font-size: 1.5rem; } }
  .close:hover {
    color: #000000;
    text-decoration: none; }
C
codecalm 已提交
3621
  .close:hover, .close:focus {
C
codecalm 已提交
3622
    opacity: .75; }
C
codecalm 已提交
3623 3624
  .close:disabled, .close.disabled {
    pointer-events: none; }
C
codecalm 已提交
3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
C
codecalm 已提交
3640
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 3px; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
C
codecalm 已提交
3660
  color: #868c97;
C
codecalm 已提交
3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
C
codecalm 已提交
3692
    transform: translate(0, -1rem); }
C
codecalm 已提交
3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
C
codecalm 已提交
3736
  background-color: #fbfbfb;
C
codecalm 已提交
3737
  background-clip: padding-box;
C
codecalm 已提交
3738
  border: 1px solid rgba(134, 140, 151, 0.12);
C
codecalm 已提交
3739
  border-radius: 3px;
C
codecalm 已提交
3740 3741 3742 3743 3744 3745 3746 3747 3748
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
C
codecalm 已提交
3749
  background-color: #354052; }
C
codecalm 已提交
3750 3751 3752
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
C
codecalm 已提交
3753
    opacity: 0.24; }
C
codecalm 已提交
3754 3755 3756 3757 3758

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
C
codecalm 已提交
3759 3760
  padding: 1.5rem;
  border-bottom: 1px solid rgba(134, 140, 151, 0.12);
C
codecalm 已提交
3761 3762
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
C
codecalm 已提交
3763
  .modal-header .close {
C
codecalm 已提交
3764
    padding: 1.5rem;
C
codecalm 已提交
3765 3766 3767 3768
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
C
codecalm 已提交
3769
  line-height: 1.6; }
C
codecalm 已提交
3770 3771 3772 3773

.modal-body {
  position: relative;
  flex: 1 1 auto;
C
codecalm 已提交
3774
  padding: 1.5rem; }
C
codecalm 已提交
3775 3776 3777 3778 3779 3780

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
C
codecalm 已提交
3781 3782
  padding: 1.125rem;
  border-top: 0 solid rgba(134, 140, 151, 0.12);
C
codecalm 已提交
3783 3784
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
C
codecalm 已提交
3785
  .modal-footer > * {
C
codecalm 已提交
3786
    margin: 0.375rem; }
C
codecalm 已提交
3787 3788 3789 3790 3791 3792 3793 3794

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

C
codecalm 已提交
3795
@media (min-width: 33rem) {
C
codecalm 已提交
3796
  .modal-dialog {
C
codecalm 已提交
3797
    max-width: 540px;
C
codecalm 已提交
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
C
codecalm 已提交
3808
    max-width: 380px; } }
C
codecalm 已提交
3809

C
codecalm 已提交
3810
@media (min-width: 64rem) {
C
codecalm 已提交
3811 3812
  .modal-lg,
  .modal-xl {
C
codecalm 已提交
3813
    max-width: 720px; } }
C
codecalm 已提交
3814

C
codecalm 已提交
3815
@media (min-width: 75.25rem) {
C
codecalm 已提交
3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  font-style: normal;
  font-weight: 400;
C
codecalm 已提交
3827
  line-height: 1.6;
C
codecalm 已提交
3828 3829 3830 3831 3832 3833 3834 3835 3836 3837
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
C
codecalm 已提交
3838
  font-size: 0.8203125rem;
C
codecalm 已提交
3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 3px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  font-style: normal;
  font-weight: 400;
C
codecalm 已提交
3912
  line-height: 1.6;
C
codecalm 已提交
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
C
codecalm 已提交
3923
  font-size: 0.8203125rem;
C
codecalm 已提交
3924 3925 3926
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
C
codecalm 已提交
3927
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
C
codecalm 已提交
3949
      border-top-color: rgba(134, 140, 151, 0.29); }
C
codecalm 已提交
3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964
    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
C
codecalm 已提交
3965
      border-right-color: rgba(134, 140, 151, 0.29); }
C
codecalm 已提交
3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977
    .bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
C
codecalm 已提交
3978
      border-bottom-color: rgba(134, 140, 151, 0.29); }
C
codecalm 已提交
3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002
    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
C
codecalm 已提交
4003
      border-left-color: rgba(134, 140, 151, 0.29); }
C
codecalm 已提交
4004 4005 4006 4007 4008 4009 4010 4011
    .bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
C
codecalm 已提交
4012
  font-size: 0.9375rem;
C
codecalm 已提交
4013 4014 4015 4016 4017 4018 4019 4020 4021
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
C
codecalm 已提交
4022
  color: #354052; }
C
codecalm 已提交
4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
C
codecalm 已提交
4121 4122
  width: 1.5rem;
  height: 1.5rem;
C
codecalm 已提交
4123 4124 4125
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }
C
codecalm 已提交
4126 4127

.carousel-control-prev-icon {
C
codecalm 已提交
4128
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e"); }
C
codecalm 已提交
4129 4130

.carousel-control-next-icon {
C
codecalm 已提交
4131
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e"); }
C
codecalm 已提交
4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
C
codecalm 已提交
4192 4193
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite; }
C
codecalm 已提交
4194 4195 4196 4197

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
C
codecalm 已提交
4198
  border-width: 1px; }
C
codecalm 已提交
4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
C
codecalm 已提交
4220 4221
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite; }
C
codecalm 已提交
4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #206bc4; }
  .link-primary:hover, .link-primary:focus {
    color: #154782; }

.link-secondary {
C
codecalm 已提交
4238
  color: #868c97; }
C
codecalm 已提交
4239
  .link-secondary:hover, .link-secondary:focus {
C
codecalm 已提交
4240
    color: #606670; }
C
codecalm 已提交
4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267

.link-success {
  color: #5eba00; }
  .link-success:hover, .link-success:focus {
    color: #376e00; }

.link-info {
  color: #45aaf2; }
  .link-info:hover, .link-info:focus {
    color: #0f86db; }

.link-warning {
  color: #fab005; }
  .link-warning:hover, .link-warning:focus {
    color: #af7b04; }

.link-danger {
  color: #fa4654; }
  .link-danger:hover, .link-danger:focus {
    color: #ed0618; }

.link-light {
  color: #f5f7fb; }
  .link-light:hover, .link-light:focus {
    color: #becbe5; }

.link-dark {
C
codecalm 已提交
4268
  color: #354052; }
C
codecalm 已提交
4269
  .link-dark:hover, .link-dark:focus {
C
codecalm 已提交
4270
    color: #171c24; }
C
codecalm 已提交
4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289

.embed-responsive {
  position: relative;
  width: 100%; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

C
codecalm 已提交
4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301
.embed-responsive-21by9::before {
  padding-top: 42.8571429%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

C
codecalm 已提交
4302 4303 4304
.embed-responsive-2by1::before {
  padding-top: 50%; }

C
codecalm 已提交
4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
C
codecalm 已提交
4325
  @media (min-width: 33rem) {
C
codecalm 已提交
4326 4327 4328 4329 4330
    .sticky-sm-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
C
codecalm 已提交
4331
  @media (min-width: 48rem) {
C
codecalm 已提交
4332 4333 4334 4335 4336
    .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
C
codecalm 已提交
4337
  @media (min-width: 64rem) {
C
codecalm 已提交
4338 4339 4340 4341 4342
    .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
C
codecalm 已提交
4343
  @media (min-width: 75.25rem) {
C
codecalm 已提交
4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464
    .sticky-xl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } } }

.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.border {
C
codecalm 已提交
4465
  border: 1px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4466

C
codecalm 已提交
4467
.border-wide {
C
codecalm 已提交
4468
  border: 2px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4469

C
codecalm 已提交
4470 4471 4472 4473
.border-0 {
  border: 0 !important; }

.border-top {
C
codecalm 已提交
4474
  border-top: 1px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4475

C
codecalm 已提交
4476
.border-top-wide {
C
codecalm 已提交
4477
  border-top: 2px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4478

C
codecalm 已提交
4479 4480 4481 4482
.border-top-0 {
  border-top: 0 !important; }

.border-right {
C
codecalm 已提交
4483
  border-right: 1px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4484

C
codecalm 已提交
4485
.border-right-wide {
C
codecalm 已提交
4486
  border-right: 2px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4487

C
codecalm 已提交
4488 4489 4490 4491
.border-right-0 {
  border-right: 0 !important; }

.border-bottom {
C
codecalm 已提交
4492
  border-bottom: 1px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4493

C
codecalm 已提交
4494
.border-bottom-wide {
C
codecalm 已提交
4495
  border-bottom: 2px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4496

C
codecalm 已提交
4497 4498 4499 4500
.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left {
C
codecalm 已提交
4501
  border-left: 1px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4502

C
codecalm 已提交
4503
.border-left-wide {
C
codecalm 已提交
4504
  border-left: 2px solid rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
4505

C
codecalm 已提交
4506 4507 4508 4509 4510 4511 4512
.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #206bc4 !important; }

.border-secondary {
C
codecalm 已提交
4513
  border-color: #868c97 !important; }
C
codecalm 已提交
4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530

.border-success {
  border-color: #5eba00 !important; }

.border-info {
  border-color: #45aaf2 !important; }

.border-warning {
  border-color: #fab005 !important; }

.border-danger {
  border-color: #fa4654 !important; }

.border-light {
  border-color: #f5f7fb !important; }

.border-dark {
C
codecalm 已提交
4531
  border-color: #354052 !important; }
C
codecalm 已提交
4532 4533 4534 4535

.border-white {
  border-color: #ffffff !important; }

C
codecalm 已提交
4536 4537 4538
.w-1 {
  width: 1% !important; }

C
codecalm 已提交
4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

C
codecalm 已提交
4563 4564 4565
.h-1 {
  height: 1% !important; }

C
codecalm 已提交
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731
.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
C
codecalm 已提交
4732
  margin: 1.25rem !important; }
C
codecalm 已提交
4733 4734

.m-5 {
C
codecalm 已提交
4735
  margin: 1.5rem !important; }
C
codecalm 已提交
4736 4737

.m-6 {
C
codecalm 已提交
4738
  margin: 3rem !important; }
C
codecalm 已提交
4739 4740 4741 4742

.m-7 {
  margin: 6rem !important; }

C
codecalm 已提交
4743 4744 4745
.m-8 {
  margin: 9rem !important; }

C
codecalm 已提交
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765
.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
C
codecalm 已提交
4766 4767
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important; }
C
codecalm 已提交
4768

C
codecalm 已提交
4769
.mx-5 {
C
codecalm 已提交
4770 4771
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }
C
codecalm 已提交
4772

C
codecalm 已提交
4773
.mx-6 {
C
codecalm 已提交
4774 4775
  margin-right: 3rem !important;
  margin-left: 3rem !important; }
C
codecalm 已提交
4776 4777 4778 4779 4780

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important; }

C
codecalm 已提交
4781 4782 4783 4784
.mx-8 {
  margin-right: 9rem !important;
  margin-left: 9rem !important; }

C
codecalm 已提交
4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
C
codecalm 已提交
4806 4807
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }
C
codecalm 已提交
4808

C
codecalm 已提交
4809
.my-5 {
C
codecalm 已提交
4810 4811
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }
C
codecalm 已提交
4812

C
codecalm 已提交
4813
.my-6 {
C
codecalm 已提交
4814 4815
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }
C
codecalm 已提交
4816 4817 4818 4819 4820

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

C
codecalm 已提交
4821 4822 4823 4824
.my-8 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

C
codecalm 已提交
4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
C
codecalm 已提交
4842
  margin-top: 1.25rem !important; }
C
codecalm 已提交
4843 4844

.mt-5 {
C
codecalm 已提交
4845
  margin-top: 1.5rem !important; }
C
codecalm 已提交
4846 4847

.mt-6 {
C
codecalm 已提交
4848
  margin-top: 3rem !important; }
C
codecalm 已提交
4849 4850 4851 4852

.mt-7 {
  margin-top: 6rem !important; }

C
codecalm 已提交
4853 4854 4855
.mt-8 {
  margin-top: 9rem !important; }

C
codecalm 已提交
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871
.mt-auto {
  margin-top: auto !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mr-4 {
C
codecalm 已提交
4872
  margin-right: 1.25rem !important; }
C
codecalm 已提交
4873 4874

.mr-5 {
C
codecalm 已提交
4875
  margin-right: 1.5rem !important; }
C
codecalm 已提交
4876 4877

.mr-6 {
C
codecalm 已提交
4878
  margin-right: 3rem !important; }
C
codecalm 已提交
4879 4880 4881 4882

.mr-7 {
  margin-right: 6rem !important; }

C
codecalm 已提交
4883 4884 4885
.mr-8 {
  margin-right: 9rem !important; }

C
codecalm 已提交
4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901
.mr-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
C
codecalm 已提交
4902
  margin-bottom: 1.25rem !important; }
C
codecalm 已提交
4903 4904

.mb-5 {
C
codecalm 已提交
4905
  margin-bottom: 1.5rem !important; }
C
codecalm 已提交
4906 4907

.mb-6 {
C
codecalm 已提交
4908
  margin-bottom: 3rem !important; }
C
codecalm 已提交
4909 4910 4911 4912

.mb-7 {
  margin-bottom: 6rem !important; }

C
codecalm 已提交
4913 4914 4915
.mb-8 {
  margin-bottom: 9rem !important; }

C
codecalm 已提交
4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931
.mb-auto {
  margin-bottom: auto !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.ml-4 {
C
codecalm 已提交
4932
  margin-left: 1.25rem !important; }
C
codecalm 已提交
4933 4934

.ml-5 {
C
codecalm 已提交
4935
  margin-left: 1.5rem !important; }
C
codecalm 已提交
4936 4937

.ml-6 {
C
codecalm 已提交
4938
  margin-left: 3rem !important; }
C
codecalm 已提交
4939 4940 4941 4942

.ml-7 {
  margin-left: 6rem !important; }

C
codecalm 已提交
4943 4944 4945
.ml-8 {
  margin-left: 9rem !important; }

C
codecalm 已提交
4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958
.ml-auto {
  margin-left: auto !important; }

.m-n1 {
  margin: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.m-n4 {
C
codecalm 已提交
4959
  margin: -1.25rem !important; }
C
codecalm 已提交
4960 4961

.m-n5 {
C
codecalm 已提交
4962
  margin: -1.5rem !important; }
C
codecalm 已提交
4963 4964

.m-n6 {
C
codecalm 已提交
4965
  margin: -3rem !important; }
C
codecalm 已提交
4966 4967 4968 4969

.m-n7 {
  margin: -6rem !important; }

C
codecalm 已提交
4970 4971 4972
.m-n8 {
  margin: -9rem !important; }

C
codecalm 已提交
4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important; }

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important; }

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important; }

.mx-n4 {
C
codecalm 已提交
4986 4987
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important; }
C
codecalm 已提交
4988

C
codecalm 已提交
4989
.mx-n5 {
C
codecalm 已提交
4990 4991
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important; }
C
codecalm 已提交
4992

C
codecalm 已提交
4993
.mx-n6 {
C
codecalm 已提交
4994 4995
  margin-right: -3rem !important;
  margin-left: -3rem !important; }
C
codecalm 已提交
4996 4997 4998 4999 5000

.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important; }

C
codecalm 已提交
5001 5002 5003 5004
.mx-n8 {
  margin-right: -9rem !important;
  margin-left: -9rem !important; }

C
codecalm 已提交
5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important; }

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important; }

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important; }

.my-n4 {
C
codecalm 已提交
5018 5019
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important; }
C
codecalm 已提交
5020

C
codecalm 已提交
5021
.my-n5 {
C
codecalm 已提交
5022 5023
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important; }
C
codecalm 已提交
5024

C
codecalm 已提交
5025
.my-n6 {
C
codecalm 已提交
5026 5027
  margin-top: -3rem !important;
  margin-bottom: -3rem !important; }
C
codecalm 已提交
5028 5029 5030 5031 5032

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important; }

C
codecalm 已提交
5033 5034 5035 5036
.my-n8 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important; }

C
codecalm 已提交
5037 5038 5039 5040 5041 5042 5043 5044 5045 5046
.mt-n1 {
  margin-top: -0.25rem !important; }

.mt-n2 {
  margin-top: -0.5rem !important; }

.mt-n3 {
  margin-top: -1rem !important; }

.mt-n4 {
C
codecalm 已提交
5047
  margin-top: -1.25rem !important; }
C
codecalm 已提交
5048 5049

.mt-n5 {
C
codecalm 已提交
5050
  margin-top: -1.5rem !important; }
C
codecalm 已提交
5051 5052

.mt-n6 {
C
codecalm 已提交
5053
  margin-top: -3rem !important; }
C
codecalm 已提交
5054 5055 5056 5057

.mt-n7 {
  margin-top: -6rem !important; }

C
codecalm 已提交
5058 5059 5060
.mt-n8 {
  margin-top: -9rem !important; }

C
codecalm 已提交
5061 5062 5063 5064 5065 5066 5067 5068 5069 5070
.mr-n1 {
  margin-right: -0.25rem !important; }

.mr-n2 {
  margin-right: -0.5rem !important; }

.mr-n3 {
  margin-right: -1rem !important; }

.mr-n4 {
C
codecalm 已提交
5071
  margin-right: -1.25rem !important; }
C
codecalm 已提交
5072 5073

.mr-n5 {
C
codecalm 已提交
5074
  margin-right: -1.5rem !important; }
C
codecalm 已提交
5075 5076

.mr-n6 {
C
codecalm 已提交
5077
  margin-right: -3rem !important; }
C
codecalm 已提交
5078 5079 5080 5081

.mr-n7 {
  margin-right: -6rem !important; }

C
codecalm 已提交
5082 5083 5084
.mr-n8 {
  margin-right: -9rem !important; }

C
codecalm 已提交
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094
.mb-n1 {
  margin-bottom: -0.25rem !important; }

.mb-n2 {
  margin-bottom: -0.5rem !important; }

.mb-n3 {
  margin-bottom: -1rem !important; }

.mb-n4 {
C
codecalm 已提交
5095
  margin-bottom: -1.25rem !important; }
C
codecalm 已提交
5096 5097

.mb-n5 {
C
codecalm 已提交
5098
  margin-bottom: -1.5rem !important; }
C
codecalm 已提交
5099 5100

.mb-n6 {
C
codecalm 已提交
5101
  margin-bottom: -3rem !important; }
C
codecalm 已提交
5102 5103 5104 5105

.mb-n7 {
  margin-bottom: -6rem !important; }

C
codecalm 已提交
5106 5107 5108
.mb-n8 {
  margin-bottom: -9rem !important; }

C
codecalm 已提交
5109 5110 5111 5112 5113 5114 5115 5116 5117 5118
.ml-n1 {
  margin-left: -0.25rem !important; }

.ml-n2 {
  margin-left: -0.5rem !important; }

.ml-n3 {
  margin-left: -1rem !important; }

.ml-n4 {
C
codecalm 已提交
5119
  margin-left: -1.25rem !important; }
C
codecalm 已提交
5120 5121

.ml-n5 {
C
codecalm 已提交
5122
  margin-left: -1.5rem !important; }
C
codecalm 已提交
5123 5124

.ml-n6 {
C
codecalm 已提交
5125
  margin-left: -3rem !important; }
C
codecalm 已提交
5126 5127 5128 5129

.ml-n7 {
  margin-left: -6rem !important; }

C
codecalm 已提交
5130 5131 5132
.ml-n8 {
  margin-left: -9rem !important; }

C
codecalm 已提交
5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145
.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
C
codecalm 已提交
5146
  padding: 1.25rem !important; }
C
codecalm 已提交
5147 5148

.p-5 {
C
codecalm 已提交
5149
  padding: 1.5rem !important; }
C
codecalm 已提交
5150 5151

.p-6 {
C
codecalm 已提交
5152
  padding: 3rem !important; }
C
codecalm 已提交
5153 5154 5155 5156

.p-7 {
  padding: 6rem !important; }

C
codecalm 已提交
5157 5158 5159
.p-8 {
  padding: 9rem !important; }

C
codecalm 已提交
5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
C
codecalm 已提交
5177 5178
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important; }
C
codecalm 已提交
5179

C
codecalm 已提交
5180
.px-5 {
C
codecalm 已提交
5181 5182
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }
C
codecalm 已提交
5183

C
codecalm 已提交
5184
.px-6 {
C
codecalm 已提交
5185 5186
  padding-right: 3rem !important;
  padding-left: 3rem !important; }
C
codecalm 已提交
5187 5188 5189 5190 5191

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important; }

C
codecalm 已提交
5192 5193 5194 5195
.px-8 {
  padding-right: 9rem !important;
  padding-left: 9rem !important; }

C
codecalm 已提交
5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
C
codecalm 已提交
5213 5214
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }
C
codecalm 已提交
5215

C
codecalm 已提交
5216
.py-5 {
C
codecalm 已提交
5217 5218
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }
C
codecalm 已提交
5219

C
codecalm 已提交
5220
.py-6 {
C
codecalm 已提交
5221 5222
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }
C
codecalm 已提交
5223 5224 5225 5226 5227

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

C
codecalm 已提交
5228 5229 5230 5231
.py-8 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

C
codecalm 已提交
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244
.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
C
codecalm 已提交
5245
  padding-top: 1.25rem !important; }
C
codecalm 已提交
5246 5247

.pt-5 {
C
codecalm 已提交
5248
  padding-top: 1.5rem !important; }
C
codecalm 已提交
5249 5250

.pt-6 {
C
codecalm 已提交
5251
  padding-top: 3rem !important; }
C
codecalm 已提交
5252 5253 5254 5255

.pt-7 {
  padding-top: 6rem !important; }

C
codecalm 已提交
5256 5257 5258
.pt-8 {
  padding-top: 9rem !important; }

C
codecalm 已提交
5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271
.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pr-4 {
C
codecalm 已提交
5272
  padding-right: 1.25rem !important; }
C
codecalm 已提交
5273 5274

.pr-5 {
C
codecalm 已提交
5275
  padding-right: 1.5rem !important; }
C
codecalm 已提交
5276 5277

.pr-6 {
C
codecalm 已提交
5278
  padding-right: 3rem !important; }
C
codecalm 已提交
5279 5280 5281 5282

.pr-7 {
  padding-right: 6rem !important; }

C
codecalm 已提交
5283 5284 5285
.pr-8 {
  padding-right: 9rem !important; }

C
codecalm 已提交
5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298
.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
C
codecalm 已提交
5299
  padding-bottom: 1.25rem !important; }
C
codecalm 已提交
5300 5301

.pb-5 {
C
codecalm 已提交
5302
  padding-bottom: 1.5rem !important; }
C
codecalm 已提交
5303 5304

.pb-6 {
C
codecalm 已提交
5305
  padding-bottom: 3rem !important; }
C
codecalm 已提交
5306 5307 5308 5309

.pb-7 {
  padding-bottom: 6rem !important; }

C
codecalm 已提交
5310 5311 5312
.pb-8 {
  padding-bottom: 9rem !important; }

C
codecalm 已提交
5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325
.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.pl-4 {
C
codecalm 已提交
5326
  padding-left: 1.25rem !important; }
C
codecalm 已提交
5327 5328

.pl-5 {
C
codecalm 已提交
5329
  padding-left: 1.5rem !important; }
C
codecalm 已提交
5330 5331

.pl-6 {
C
codecalm 已提交
5332
  padding-left: 3rem !important; }
C
codecalm 已提交
5333 5334 5335 5336

.pl-7 {
  padding-left: 6rem !important; }

C
codecalm 已提交
5337 5338 5339
.pl-8 {
  padding-left: 9rem !important; }

C
codecalm 已提交
5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382
.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-semibold {
  font-weight: 600 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-extrabold {
  font-weight: 800 !important; }

.font-weight-black {
  font-weight: 900 !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-primary {
  color: #206bc4 !important; }

.text-secondary {
C
codecalm 已提交
5383
  color: #868c97 !important; }
C
codecalm 已提交
5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400

.text-success {
  color: #5eba00 !important; }

.text-info {
  color: #45aaf2 !important; }

.text-warning {
  color: #fab005 !important; }

.text-danger {
  color: #fa4654 !important; }

.text-light {
  color: #f5f7fb !important; }

.text-dark {
C
codecalm 已提交
5401
  color: #354052 !important; }
C
codecalm 已提交
5402 5403 5404 5405 5406

.text-white {
  color: #ffffff !important; }

.text-body {
C
codecalm 已提交
5407
  color: #354052 !important; }
C
codecalm 已提交
5408 5409

.text-muted {
C
codecalm 已提交
5410
  color: #868c97 !important; }
C
codecalm 已提交
5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  color: inherit !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
C
codecalm 已提交
5425
  line-height: 1.3333334 !important; }
C
codecalm 已提交
5426 5427

.lh-base {
C
codecalm 已提交
5428
  line-height: 1.6 !important; }
C
codecalm 已提交
5429 5430 5431 5432 5433 5434 5435 5436

.lh-lg {
  line-height: 2 !important; }

.bg-primary {
  background-color: #206bc4 !important; }

.bg-secondary {
C
codecalm 已提交
5437
  background-color: #868c97 !important; }
C
codecalm 已提交
5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454

.bg-success {
  background-color: #5eba00 !important; }

.bg-info {
  background-color: #45aaf2 !important; }

.bg-warning {
  background-color: #fab005 !important; }

.bg-danger {
  background-color: #fa4654 !important; }

.bg-light {
  background-color: #f5f7fb !important; }

.bg-dark {
C
codecalm 已提交
5455
  background-color: #354052 !important; }
C
codecalm 已提交
5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487

.bg-body {
  background-color: #f5f7fb !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.font-italic {
  font-style: italic !important; }

.font-normal {
  font-style: normal !important; }

.text-break {
C
codecalm 已提交
5488
  word-wrap: break-word !important; }
C
codecalm 已提交
5489 5490

.font-monospace {
C
codecalm 已提交
5491
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important; }
C
codecalm 已提交
5492

C
codecalm 已提交
5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

C
codecalm 已提交
5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598
.rounded {
  border-radius: 3px !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-left {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important; }

.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important; }

.object-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important; }

.object-scale-down {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important; }

.object-none {
  -o-object-fit: none !important;
  object-fit: none !important; }

.tracking-tight {
  letter-spacing: -0.05em !important; }

.tracking-normal {
  letter-spacing: 0 !important; }

.tracking-wide {
  letter-spacing: 0.05em !important; }

.cursor-auto {
  cursor: auto !important; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-move {
  cursor: move !important; }

.cursor-not-allowed {
  cursor: not-allowed !important; }

.cursor-zoom-in {
  cursor: zoom-in !important; }

.cursor-zoom-out {
  cursor: zoom-out !important; }

.text-h1 {
C
codecalm 已提交
5599
  font-size: 1.7333333em !important; }
C
codecalm 已提交
5600 5601

.text-h2 {
C
codecalm 已提交
5602
  font-size: 1.4666667em !important; }
C
codecalm 已提交
5603 5604

.text-h3 {
C
codecalm 已提交
5605
  font-size: 1.2em !important; }
C
codecalm 已提交
5606 5607

.text-h4 {
C
codecalm 已提交
5608
  font-size: 1em !important; }
C
codecalm 已提交
5609 5610

.text-h5 {
C
codecalm 已提交
5611
  font-size: 0.8666667em !important; }
C
codecalm 已提交
5612 5613

.text-h6 {
C
codecalm 已提交
5614
  font-size: 0.7333333em !important; }
C
codecalm 已提交
5615

C
codecalm 已提交
5616
@media (min-width: 33rem) {
C
codecalm 已提交
5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
C
codecalm 已提交
5737
    margin: 1.25rem !important; }
C
codecalm 已提交
5738
  .m-sm-5 {
C
codecalm 已提交
5739
    margin: 1.5rem !important; }
C
codecalm 已提交
5740
  .m-sm-6 {
C
codecalm 已提交
5741
    margin: 3rem !important; }
C
codecalm 已提交
5742 5743
  .m-sm-7 {
    margin: 6rem !important; }
C
codecalm 已提交
5744 5745
  .m-sm-8 {
    margin: 9rem !important; }
C
codecalm 已提交
5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
C
codecalm 已提交
5761 5762 5763
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-sm-5 {
C
codecalm 已提交
5764 5765 5766
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-6 {
C
codecalm 已提交
5767 5768
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
C
codecalm 已提交
5769 5770 5771
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
C
codecalm 已提交
5772 5773 5774
  .mx-sm-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
C
codecalm 已提交
5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
C
codecalm 已提交
5791 5792 5793
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-sm-5 {
C
codecalm 已提交
5794 5795 5796
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-6 {
C
codecalm 已提交
5797 5798
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
C
codecalm 已提交
5799 5800 5801
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
C
codecalm 已提交
5802 5803 5804
  .my-sm-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
C
codecalm 已提交
5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
C
codecalm 已提交
5817
    margin-top: 1.25rem !important; }
C
codecalm 已提交
5818
  .mt-sm-5 {
C
codecalm 已提交
5819
    margin-top: 1.5rem !important; }
C
codecalm 已提交
5820
  .mt-sm-6 {
C
codecalm 已提交
5821
    margin-top: 3rem !important; }
C
codecalm 已提交
5822 5823
  .mt-sm-7 {
    margin-top: 6rem !important; }
C
codecalm 已提交
5824 5825
  .mt-sm-8 {
    margin-top: 9rem !important; }
C
codecalm 已提交
5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mr-sm-4 {
C
codecalm 已提交
5837
    margin-right: 1.25rem !important; }
C
codecalm 已提交
5838
  .mr-sm-5 {
C
codecalm 已提交
5839
    margin-right: 1.5rem !important; }
C
codecalm 已提交
5840
  .mr-sm-6 {
C
codecalm 已提交
5841
    margin-right: 3rem !important; }
C
codecalm 已提交
5842 5843
  .mr-sm-7 {
    margin-right: 6rem !important; }
C
codecalm 已提交
5844 5845
  .mr-sm-8 {
    margin-right: 9rem !important; }
C
codecalm 已提交
5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
C
codecalm 已提交
5857
    margin-bottom: 1.25rem !important; }
C
codecalm 已提交
5858
  .mb-sm-5 {
C
codecalm 已提交
5859
    margin-bottom: 1.5rem !important; }
C
codecalm 已提交
5860
  .mb-sm-6 {
C
codecalm 已提交
5861
    margin-bottom: 3rem !important; }
C
codecalm 已提交
5862 5863
  .mb-sm-7 {
    margin-bottom: 6rem !important; }
C
codecalm 已提交
5864 5865
  .mb-sm-8 {
    margin-bottom: 9rem !important; }
C
codecalm 已提交
5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .ml-sm-4 {
C
codecalm 已提交
5877
    margin-left: 1.25rem !important; }
C
codecalm 已提交
5878
  .ml-sm-5 {
C
codecalm 已提交
5879
    margin-left: 1.5rem !important; }
C
codecalm 已提交
5880
  .ml-sm-6 {
C
codecalm 已提交
5881
    margin-left: 3rem !important; }
C
codecalm 已提交
5882 5883
  .ml-sm-7 {
    margin-left: 6rem !important; }
C
codecalm 已提交
5884 5885
  .ml-sm-8 {
    margin-left: 9rem !important; }
C
codecalm 已提交
5886 5887 5888 5889 5890 5891 5892 5893 5894
  .ml-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
C
codecalm 已提交
5895
    margin: -1.25rem !important; }
C
codecalm 已提交
5896
  .m-sm-n5 {
C
codecalm 已提交
5897
    margin: -1.5rem !important; }
C
codecalm 已提交
5898
  .m-sm-n6 {
C
codecalm 已提交
5899
    margin: -3rem !important; }
C
codecalm 已提交
5900 5901
  .m-sm-n7 {
    margin: -6rem !important; }
C
codecalm 已提交
5902 5903
  .m-sm-n8 {
    margin: -9rem !important; }
C
codecalm 已提交
5904 5905 5906 5907 5908 5909 5910 5911 5912 5913
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
C
codecalm 已提交
5914 5915 5916
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-sm-n5 {
C
codecalm 已提交
5917 5918 5919
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n6 {
C
codecalm 已提交
5920 5921
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
C
codecalm 已提交
5922 5923 5924
  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
C
codecalm 已提交
5925 5926 5927
  .mx-sm-n8 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
C
codecalm 已提交
5928 5929 5930 5931 5932 5933 5934 5935 5936 5937
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
C
codecalm 已提交
5938 5939 5940
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-sm-n5 {
C
codecalm 已提交
5941 5942 5943
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n6 {
C
codecalm 已提交
5944 5945
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
C
codecalm 已提交
5946 5947 5948
  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
C
codecalm 已提交
5949 5950 5951
  .my-sm-n8 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
C
codecalm 已提交
5952 5953 5954 5955 5956 5957 5958
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
C
codecalm 已提交
5959
    margin-top: -1.25rem !important; }
C
codecalm 已提交
5960
  .mt-sm-n5 {
C
codecalm 已提交
5961
    margin-top: -1.5rem !important; }
C
codecalm 已提交
5962
  .mt-sm-n6 {
C
codecalm 已提交
5963
    margin-top: -3rem !important; }
C
codecalm 已提交
5964 5965
  .mt-sm-n7 {
    margin-top: -6rem !important; }
C
codecalm 已提交
5966 5967
  .mt-sm-n8 {
    margin-top: -9rem !important; }
C
codecalm 已提交
5968 5969 5970 5971 5972 5973 5974
  .mr-sm-n1 {
    margin-right: -0.25rem !important; }
  .mr-sm-n2 {
    margin-right: -0.5rem !important; }
  .mr-sm-n3 {
    margin-right: -1rem !important; }
  .mr-sm-n4 {
C
codecalm 已提交
5975
    margin-right: -1.25rem !important; }
C
codecalm 已提交
5976
  .mr-sm-n5 {
C
codecalm 已提交
5977
    margin-right: -1.5rem !important; }
C
codecalm 已提交
5978
  .mr-sm-n6 {
C
codecalm 已提交
5979
    margin-right: -3rem !important; }
C
codecalm 已提交
5980 5981
  .mr-sm-n7 {
    margin-right: -6rem !important; }
C
codecalm 已提交
5982 5983
  .mr-sm-n8 {
    margin-right: -9rem !important; }
C
codecalm 已提交
5984 5985 5986 5987 5988 5989 5990
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
C
codecalm 已提交
5991
    margin-bottom: -1.25rem !important; }
C
codecalm 已提交
5992
  .mb-sm-n5 {
C
codecalm 已提交
5993
    margin-bottom: -1.5rem !important; }
C
codecalm 已提交
5994
  .mb-sm-n6 {
C
codecalm 已提交
5995
    margin-bottom: -3rem !important; }
C
codecalm 已提交
5996 5997
  .mb-sm-n7 {
    margin-bottom: -6rem !important; }
C
codecalm 已提交
5998 5999
  .mb-sm-n8 {
    margin-bottom: -9rem !important; }
C
codecalm 已提交
6000 6001 6002 6003 6004 6005 6006
  .ml-sm-n1 {
    margin-left: -0.25rem !important; }
  .ml-sm-n2 {
    margin-left: -0.5rem !important; }
  .ml-sm-n3 {
    margin-left: -1rem !important; }
  .ml-sm-n4 {
C
codecalm 已提交
6007
    margin-left: -1.25rem !important; }
C
codecalm 已提交
6008
  .ml-sm-n5 {
C
codecalm 已提交
6009
    margin-left: -1.5rem !important; }
C
codecalm 已提交
6010
  .ml-sm-n6 {
C
codecalm 已提交
6011
    margin-left: -3rem !important; }
C
codecalm 已提交
6012 6013
  .ml-sm-n7 {
    margin-left: -6rem !important; }
C
codecalm 已提交
6014 6015
  .ml-sm-n8 {
    margin-left: -9rem !important; }
C
codecalm 已提交
6016 6017 6018 6019 6020 6021 6022 6023 6024
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
C
codecalm 已提交
6025
    padding: 1.25rem !important; }
C
codecalm 已提交
6026
  .p-sm-5 {
C
codecalm 已提交
6027
    padding: 1.5rem !important; }
C
codecalm 已提交
6028
  .p-sm-6 {
C
codecalm 已提交
6029
    padding: 3rem !important; }
C
codecalm 已提交
6030 6031
  .p-sm-7 {
    padding: 6rem !important; }
C
codecalm 已提交
6032 6033
  .p-sm-8 {
    padding: 9rem !important; }
C
codecalm 已提交
6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
C
codecalm 已提交
6047 6048 6049
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-sm-5 {
C
codecalm 已提交
6050 6051 6052
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-6 {
C
codecalm 已提交
6053 6054
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
C
codecalm 已提交
6055 6056 6057
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
C
codecalm 已提交
6058 6059 6060
  .px-sm-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
C
codecalm 已提交
6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
C
codecalm 已提交
6074 6075 6076
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-sm-5 {
C
codecalm 已提交
6077 6078 6079
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-6 {
C
codecalm 已提交
6080 6081
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
C
codecalm 已提交
6082 6083 6084
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
C
codecalm 已提交
6085 6086 6087
  .py-sm-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
C
codecalm 已提交
6088 6089 6090 6091 6092 6093 6094 6095 6096
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
C
codecalm 已提交
6097
    padding-top: 1.25rem !important; }
C
codecalm 已提交
6098
  .pt-sm-5 {
C
codecalm 已提交
6099
    padding-top: 1.5rem !important; }
C
codecalm 已提交
6100
  .pt-sm-6 {
C
codecalm 已提交
6101
    padding-top: 3rem !important; }
C
codecalm 已提交
6102 6103
  .pt-sm-7 {
    padding-top: 6rem !important; }
C
codecalm 已提交
6104 6105
  .pt-sm-8 {
    padding-top: 9rem !important; }
C
codecalm 已提交
6106 6107 6108 6109 6110 6111 6112 6113 6114
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pr-sm-4 {
C
codecalm 已提交
6115
    padding-right: 1.25rem !important; }
C
codecalm 已提交
6116
  .pr-sm-5 {
C
codecalm 已提交
6117
    padding-right: 1.5rem !important; }
C
codecalm 已提交
6118
  .pr-sm-6 {
C
codecalm 已提交
6119
    padding-right: 3rem !important; }
C
codecalm 已提交
6120 6121
  .pr-sm-7 {
    padding-right: 6rem !important; }
C
codecalm 已提交
6122 6123
  .pr-sm-8 {
    padding-right: 9rem !important; }
C
codecalm 已提交
6124 6125 6126 6127 6128 6129 6130 6131 6132
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
C
codecalm 已提交
6133
    padding-bottom: 1.25rem !important; }
C
codecalm 已提交
6134
  .pb-sm-5 {
C
codecalm 已提交
6135
    padding-bottom: 1.5rem !important; }
C
codecalm 已提交
6136
  .pb-sm-6 {
C
codecalm 已提交
6137
    padding-bottom: 3rem !important; }
C
codecalm 已提交
6138 6139
  .pb-sm-7 {
    padding-bottom: 6rem !important; }
C
codecalm 已提交
6140 6141
  .pb-sm-8 {
    padding-bottom: 9rem !important; }
C
codecalm 已提交
6142 6143 6144 6145 6146 6147 6148 6149 6150
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pl-sm-4 {
C
codecalm 已提交
6151
    padding-left: 1.25rem !important; }
C
codecalm 已提交
6152
  .pl-sm-5 {
C
codecalm 已提交
6153
    padding-left: 1.5rem !important; }
C
codecalm 已提交
6154
  .pl-sm-6 {
C
codecalm 已提交
6155
    padding-left: 3rem !important; }
C
codecalm 已提交
6156 6157
  .pl-sm-7 {
    padding-left: 6rem !important; }
C
codecalm 已提交
6158 6159
  .pl-sm-8 {
    padding-left: 9rem !important; }
C
codecalm 已提交
6160 6161 6162 6163 6164
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
C
codecalm 已提交
6165
    text-align: center !important; } }
C
codecalm 已提交
6166

C
codecalm 已提交
6167
@media (min-width: 48rem) {
C
codecalm 已提交
6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
C
codecalm 已提交
6288
    margin: 1.25rem !important; }
C
codecalm 已提交
6289
  .m-md-5 {
C
codecalm 已提交
6290
    margin: 1.5rem !important; }
C
codecalm 已提交
6291
  .m-md-6 {
C
codecalm 已提交
6292
    margin: 3rem !important; }
C
codecalm 已提交
6293 6294
  .m-md-7 {
    margin: 6rem !important; }
C
codecalm 已提交
6295 6296
  .m-md-8 {
    margin: 9rem !important; }
C
codecalm 已提交
6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
C
codecalm 已提交
6312 6313 6314
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-md-5 {
C
codecalm 已提交
6315 6316 6317
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-6 {
C
codecalm 已提交
6318 6319
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
C
codecalm 已提交
6320 6321 6322
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
C
codecalm 已提交
6323 6324 6325
  .mx-md-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
C
codecalm 已提交
6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
C
codecalm 已提交
6342 6343 6344
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-md-5 {
C
codecalm 已提交
6345 6346 6347
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-6 {
C
codecalm 已提交
6348 6349
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
C
codecalm 已提交
6350 6351 6352
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
C
codecalm 已提交
6353 6354 6355
  .my-md-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
C
codecalm 已提交
6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
C
codecalm 已提交
6368
    margin-top: 1.25rem !important; }
C
codecalm 已提交
6369
  .mt-md-5 {
C
codecalm 已提交
6370
    margin-top: 1.5rem !important; }
C
codecalm 已提交
6371
  .mt-md-6 {
C
codecalm 已提交
6372
    margin-top: 3rem !important; }
C
codecalm 已提交
6373 6374
  .mt-md-7 {
    margin-top: 6rem !important; }
C
codecalm 已提交
6375 6376
  .mt-md-8 {
    margin-top: 9rem !important; }
C
codecalm 已提交
6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mr-md-4 {
C
codecalm 已提交
6388
    margin-right: 1.25rem !important; }
C
codecalm 已提交
6389
  .mr-md-5 {
C
codecalm 已提交
6390
    margin-right: 1.5rem !important; }
C
codecalm 已提交
6391
  .mr-md-6 {
C
codecalm 已提交
6392
    margin-right: 3rem !important; }
C
codecalm 已提交
6393 6394
  .mr-md-7 {
    margin-right: 6rem !important; }
C
codecalm 已提交
6395 6396
  .mr-md-8 {
    margin-right: 9rem !important; }
C
codecalm 已提交
6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
C
codecalm 已提交
6408
    margin-bottom: 1.25rem !important; }
C
codecalm 已提交
6409
  .mb-md-5 {
C
codecalm 已提交
6410
    margin-bottom: 1.5rem !important; }
C
codecalm 已提交
6411
  .mb-md-6 {
C
codecalm 已提交
6412
    margin-bottom: 3rem !important; }
C
codecalm 已提交
6413 6414
  .mb-md-7 {
    margin-bottom: 6rem !important; }
C
codecalm 已提交
6415 6416
  .mb-md-8 {
    margin-bottom: 9rem !important; }
C
codecalm 已提交
6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .ml-md-4 {
C
codecalm 已提交
6428
    margin-left: 1.25rem !important; }
C
codecalm 已提交
6429
  .ml-md-5 {
C
codecalm 已提交
6430
    margin-left: 1.5rem !important; }
C
codecalm 已提交
6431
  .ml-md-6 {
C
codecalm 已提交
6432
    margin-left: 3rem !important; }
C
codecalm 已提交
6433 6434
  .ml-md-7 {
    margin-left: 6rem !important; }
C
codecalm 已提交
6435 6436
  .ml-md-8 {
    margin-left: 9rem !important; }
C
codecalm 已提交
6437 6438 6439 6440 6441 6442 6443 6444 6445
  .ml-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
C
codecalm 已提交
6446
    margin: -1.25rem !important; }
C
codecalm 已提交
6447
  .m-md-n5 {
C
codecalm 已提交
6448
    margin: -1.5rem !important; }
C
codecalm 已提交
6449
  .m-md-n6 {
C
codecalm 已提交
6450
    margin: -3rem !important; }
C
codecalm 已提交
6451 6452
  .m-md-n7 {
    margin: -6rem !important; }
C
codecalm 已提交
6453 6454
  .m-md-n8 {
    margin: -9rem !important; }
C
codecalm 已提交
6455 6456 6457 6458 6459 6460 6461 6462 6463 6464
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
C
codecalm 已提交
6465 6466 6467
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-md-n5 {
C
codecalm 已提交
6468 6469 6470
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n6 {
C
codecalm 已提交
6471 6472
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
C
codecalm 已提交
6473 6474 6475
  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
C
codecalm 已提交
6476 6477 6478
  .mx-md-n8 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
C
codecalm 已提交
6479 6480 6481 6482 6483 6484 6485 6486 6487 6488
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
C
codecalm 已提交
6489 6490 6491
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-md-n5 {
C
codecalm 已提交
6492 6493 6494
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n6 {
C
codecalm 已提交
6495 6496
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
C
codecalm 已提交
6497 6498 6499
  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
C
codecalm 已提交
6500 6501 6502
  .my-md-n8 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
C
codecalm 已提交
6503 6504 6505 6506 6507 6508 6509
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
C
codecalm 已提交
6510
    margin-top: -1.25rem !important; }
C
codecalm 已提交
6511
  .mt-md-n5 {
C
codecalm 已提交
6512
    margin-top: -1.5rem !important; }
C
codecalm 已提交
6513
  .mt-md-n6 {
C
codecalm 已提交
6514
    margin-top: -3rem !important; }
C
codecalm 已提交
6515 6516
  .mt-md-n7 {
    margin-top: -6rem !important; }
C
codecalm 已提交
6517 6518
  .mt-md-n8 {
    margin-top: -9rem !important; }
C
codecalm 已提交
6519 6520 6521 6522 6523 6524 6525
  .mr-md-n1 {
    margin-right: -0.25rem !important; }
  .mr-md-n2 {
    margin-right: -0.5rem !important; }
  .mr-md-n3 {
    margin-right: -1rem !important; }
  .mr-md-n4 {
C
codecalm 已提交
6526
    margin-right: -1.25rem !important; }
C
codecalm 已提交
6527
  .mr-md-n5 {
C
codecalm 已提交
6528
    margin-right: -1.5rem !important; }
C
codecalm 已提交
6529
  .mr-md-n6 {
C
codecalm 已提交
6530
    margin-right: -3rem !important; }
C
codecalm 已提交
6531 6532
  .mr-md-n7 {
    margin-right: -6rem !important; }
C
codecalm 已提交
6533 6534
  .mr-md-n8 {
    margin-right: -9rem !important; }
C
codecalm 已提交
6535 6536 6537 6538 6539 6540 6541
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
C
codecalm 已提交
6542
    margin-bottom: -1.25rem !important; }
C
codecalm 已提交
6543
  .mb-md-n5 {
C
codecalm 已提交
6544
    margin-bottom: -1.5rem !important; }
C
codecalm 已提交
6545
  .mb-md-n6 {
C
codecalm 已提交
6546
    margin-bottom: -3rem !important; }
C
codecalm 已提交
6547 6548
  .mb-md-n7 {
    margin-bottom: -6rem !important; }
C
codecalm 已提交
6549 6550
  .mb-md-n8 {
    margin-bottom: -9rem !important; }
C
codecalm 已提交
6551 6552 6553 6554 6555 6556 6557
  .ml-md-n1 {
    margin-left: -0.25rem !important; }
  .ml-md-n2 {
    margin-left: -0.5rem !important; }
  .ml-md-n3 {
    margin-left: -1rem !important; }
  .ml-md-n4 {
C
codecalm 已提交
6558
    margin-left: -1.25rem !important; }
C
codecalm 已提交
6559
  .ml-md-n5 {
C
codecalm 已提交
6560
    margin-left: -1.5rem !important; }
C
codecalm 已提交
6561
  .ml-md-n6 {
C
codecalm 已提交
6562
    margin-left: -3rem !important; }
C
codecalm 已提交
6563 6564
  .ml-md-n7 {
    margin-left: -6rem !important; }
C
codecalm 已提交
6565 6566
  .ml-md-n8 {
    margin-left: -9rem !important; }
C
codecalm 已提交
6567 6568 6569 6570 6571 6572 6573 6574 6575
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
C
codecalm 已提交
6576
    padding: 1.25rem !important; }
C
codecalm 已提交
6577
  .p-md-5 {
C
codecalm 已提交
6578
    padding: 1.5rem !important; }
C
codecalm 已提交
6579
  .p-md-6 {
C
codecalm 已提交
6580
    padding: 3rem !important; }
C
codecalm 已提交
6581 6582
  .p-md-7 {
    padding: 6rem !important; }
C
codecalm 已提交
6583 6584
  .p-md-8 {
    padding: 9rem !important; }
C
codecalm 已提交
6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
C
codecalm 已提交
6598 6599 6600
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-md-5 {
C
codecalm 已提交
6601 6602 6603
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-6 {
C
codecalm 已提交
6604 6605
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
C
codecalm 已提交
6606 6607 6608
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
C
codecalm 已提交
6609 6610 6611
  .px-md-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
C
codecalm 已提交
6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
C
codecalm 已提交
6625 6626 6627
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-md-5 {
C
codecalm 已提交
6628 6629 6630
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-6 {
C
codecalm 已提交
6631 6632
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
C
codecalm 已提交
6633 6634 6635
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
C
codecalm 已提交
6636 6637 6638
  .py-md-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
C
codecalm 已提交
6639 6640 6641 6642 6643 6644 6645 6646 6647
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
C
codecalm 已提交
6648
    padding-top: 1.25rem !important; }
C
codecalm 已提交
6649
  .pt-md-5 {
C
codecalm 已提交
6650
    padding-top: 1.5rem !important; }
C
codecalm 已提交
6651
  .pt-md-6 {
C
codecalm 已提交
6652
    padding-top: 3rem !important; }
C
codecalm 已提交
6653 6654
  .pt-md-7 {
    padding-top: 6rem !important; }
C
codecalm 已提交
6655 6656
  .pt-md-8 {
    padding-top: 9rem !important; }
C
codecalm 已提交
6657 6658 6659 6660 6661 6662 6663 6664 6665
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pr-md-4 {
C
codecalm 已提交
6666
    padding-right: 1.25rem !important; }
C
codecalm 已提交
6667
  .pr-md-5 {
C
codecalm 已提交
6668
    padding-right: 1.5rem !important; }
C
codecalm 已提交
6669
  .pr-md-6 {
C
codecalm 已提交
6670
    padding-right: 3rem !important; }
C
codecalm 已提交
6671 6672
  .pr-md-7 {
    padding-right: 6rem !important; }
C
codecalm 已提交
6673 6674
  .pr-md-8 {
    padding-right: 9rem !important; }
C
codecalm 已提交
6675 6676 6677 6678 6679 6680 6681 6682 6683
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
C
codecalm 已提交
6684
    padding-bottom: 1.25rem !important; }
C
codecalm 已提交
6685
  .pb-md-5 {
C
codecalm 已提交
6686
    padding-bottom: 1.5rem !important; }
C
codecalm 已提交
6687
  .pb-md-6 {
C
codecalm 已提交
6688
    padding-bottom: 3rem !important; }
C
codecalm 已提交
6689 6690
  .pb-md-7 {
    padding-bottom: 6rem !important; }
C
codecalm 已提交
6691 6692
  .pb-md-8 {
    padding-bottom: 9rem !important; }
C
codecalm 已提交
6693 6694 6695 6696 6697 6698 6699 6700 6701
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .pl-md-4 {
C
codecalm 已提交
6702
    padding-left: 1.25rem !important; }
C
codecalm 已提交
6703
  .pl-md-5 {
C
codecalm 已提交
6704
    padding-left: 1.5rem !important; }
C
codecalm 已提交
6705
  .pl-md-6 {
C
codecalm 已提交
6706
    padding-left: 3rem !important; }
C
codecalm 已提交
6707 6708
  .pl-md-7 {
    padding-left: 6rem !important; }
C
codecalm 已提交
6709 6710
  .pl-md-8 {
    padding-left: 9rem !important; }
C
codecalm 已提交
6711 6712 6713 6714 6715
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
C
codecalm 已提交
6716
    text-align: center !important; } }
C
codecalm 已提交
6717

C
codecalm 已提交
6718
@media (min-width: 64rem) {
C
codecalm 已提交
6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
C
codecalm 已提交
6839
    margin: 1.25rem !important; }
C
codecalm 已提交
6840
  .m-lg-5 {
C
codecalm 已提交
6841
    margin: 1.5rem !important; }
C
codecalm 已提交
6842
  .m-lg-6 {
C
codecalm 已提交
6843
    margin: 3rem !important; }
C
codecalm 已提交
6844 6845
  .m-lg-7 {
    margin: 6rem !important; }
C
codecalm 已提交
6846 6847
  .m-lg-8 {
    margin: 9rem !important; }
C
codecalm 已提交
6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
C
codecalm 已提交
6863 6864 6865
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-lg-5 {
C
codecalm 已提交
6866 6867 6868
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-6 {
C
codecalm 已提交
6869 6870
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
C
codecalm 已提交
6871 6872 6873
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
C
codecalm 已提交
6874 6875 6876
  .mx-lg-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
C
codecalm 已提交
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
C
codecalm 已提交
6893 6894 6895
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-lg-5 {
C
codecalm 已提交
6896 6897 6898
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-6 {
C
codecalm 已提交
6899 6900
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
C
codecalm 已提交
6901 6902 6903
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
C
codecalm 已提交
6904 6905 6906
  .my-lg-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
C
codecalm 已提交
6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
C
codecalm 已提交
6919
    margin-top: 1.25rem !important; }
C
codecalm 已提交
6920
  .mt-lg-5 {
C
codecalm 已提交
6921
    margin-top: 1.5rem !important; }
C
codecalm 已提交
6922
  .mt-lg-6 {
C
codecalm 已提交
6923
    margin-top: 3rem !important; }
C
codecalm 已提交
6924 6925
  .mt-lg-7 {
    margin-top: 6rem !important; }
C
codecalm 已提交
6926 6927
  .mt-lg-8 {
    margin-top: 9rem !important; }
C
codecalm 已提交
6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mr-lg-4 {
C
codecalm 已提交
6939
    margin-right: 1.25rem !important; }
C
codecalm 已提交
6940
  .mr-lg-5 {
C
codecalm 已提交
6941
    margin-right: 1.5rem !important; }
C
codecalm 已提交
6942
  .mr-lg-6 {
C
codecalm 已提交
6943
    margin-right: 3rem !important; }
C
codecalm 已提交
6944 6945
  .mr-lg-7 {
    margin-right: 6rem !important; }
C
codecalm 已提交
6946 6947
  .mr-lg-8 {
    margin-right: 9rem !important; }
C
codecalm 已提交
6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
C
codecalm 已提交
6959
    margin-bottom: 1.25rem !important; }
C
codecalm 已提交
6960
  .mb-lg-5 {
C
codecalm 已提交
6961
    margin-bottom: 1.5rem !important; }
C
codecalm 已提交
6962
  .mb-lg-6 {
C
codecalm 已提交
6963
    margin-bottom: 3rem !important; }
C
codecalm 已提交
6964 6965
  .mb-lg-7 {
    margin-bottom: 6rem !important; }
C
codecalm 已提交
6966 6967
  .mb-lg-8 {
    margin-bottom: 9rem !important; }
C
codecalm 已提交
6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .ml-lg-4 {
C
codecalm 已提交
6979
    margin-left: 1.25rem !important; }
C
codecalm 已提交
6980
  .ml-lg-5 {
C
codecalm 已提交
6981
    margin-left: 1.5rem !important; }
C
codecalm 已提交
6982
  .ml-lg-6 {
C
codecalm 已提交
6983
    margin-left: 3rem !important; }
C
codecalm 已提交
6984 6985
  .ml-lg-7 {
    margin-left: 6rem !important; }
C
codecalm 已提交
6986 6987
  .ml-lg-8 {
    margin-left: 9rem !important; }
C
codecalm 已提交
6988 6989 6990 6991 6992 6993 6994 6995 6996
  .ml-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
C
codecalm 已提交
6997
    margin: -1.25rem !important; }
C
codecalm 已提交
6998
  .m-lg-n5 {
C
codecalm 已提交
6999
    margin: -1.5rem !important; }
C
codecalm 已提交
7000
  .m-lg-n6 {
C
codecalm 已提交
7001
    margin: -3rem !important; }
C
codecalm 已提交
7002 7003
  .m-lg-n7 {
    margin: -6rem !important; }
C
codecalm 已提交
7004 7005
  .m-lg-n8 {
    margin: -9rem !important; }
C
codecalm 已提交
7006 7007 7008 7009 7010 7011 7012 7013 7014 7015
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
C
codecalm 已提交
7016 7017 7018
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-lg-n5 {
C
codecalm 已提交
7019 7020 7021
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n6 {
C
codecalm 已提交
7022 7023
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
C
codecalm 已提交
7024 7025 7026
  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
C
codecalm 已提交
7027 7028 7029
  .mx-lg-n8 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
C
codecalm 已提交
7030 7031 7032 7033 7034 7035 7036 7037 7038 7039
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
C
codecalm 已提交
7040 7041 7042
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-lg-n5 {
C
codecalm 已提交
7043 7044 7045
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n6 {
C
codecalm 已提交
7046 7047
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
C
codecalm 已提交
7048 7049 7050
  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
C
codecalm 已提交
7051 7052 7053
  .my-lg-n8 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
C
codecalm 已提交
7054 7055 7056 7057 7058 7059 7060
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
C
codecalm 已提交
7061
    margin-top: -1.25rem !important; }
C
codecalm 已提交
7062
  .mt-lg-n5 {
C
codecalm 已提交
7063
    margin-top: -1.5rem !important; }
C
codecalm 已提交
7064
  .mt-lg-n6 {
C
codecalm 已提交
7065
    margin-top: -3rem !important; }
C
codecalm 已提交
7066 7067
  .mt-lg-n7 {
    margin-top: -6rem !important; }
C
codecalm 已提交
7068 7069
  .mt-lg-n8 {
    margin-top: -9rem !important; }
C
codecalm 已提交
7070 7071 7072 7073 7074 7075 7076
  .mr-lg-n1 {
    margin-right: -0.25rem !important; }
  .mr-lg-n2 {
    margin-right: -0.5rem !important; }
  .mr-lg-n3 {
    margin-right: -1rem !important; }
  .mr-lg-n4 {
C
codecalm 已提交
7077
    margin-right: -1.25rem !important; }
C
codecalm 已提交
7078
  .mr-lg-n5 {
C
codecalm 已提交
7079
    margin-right: -1.5rem !important; }
C
codecalm 已提交
7080
  .mr-lg-n6 {
C
codecalm 已提交
7081
    margin-right: -3rem !important; }
C
codecalm 已提交
7082 7083
  .mr-lg-n7 {
    margin-right: -6rem !important; }
C
codecalm 已提交
7084 7085
  .mr-lg-n8 {
    margin-right: -9rem !important; }
C
codecalm 已提交
7086 7087 7088 7089 7090 7091 7092
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
C
codecalm 已提交
7093
    margin-bottom: -1.25rem !important; }
C
codecalm 已提交
7094
  .mb-lg-n5 {
C
codecalm 已提交
7095
    margin-bottom: -1.5rem !important; }
C
codecalm 已提交
7096
  .mb-lg-n6 {
C
codecalm 已提交
7097
    margin-bottom: -3rem !important; }
C
codecalm 已提交
7098 7099
  .mb-lg-n7 {
    margin-bottom: -6rem !important; }
C
codecalm 已提交
7100 7101
  .mb-lg-n8 {
    margin-bottom: -9rem !important; }
C
codecalm 已提交
7102 7103 7104 7105 7106 7107 7108
  .ml-lg-n1 {
    margin-left: -0.25rem !important; }
  .ml-lg-n2 {
    margin-left: -0.5rem !important; }
  .ml-lg-n3 {
    margin-left: -1rem !important; }
  .ml-lg-n4 {
C
codecalm 已提交
7109
    margin-left: -1.25rem !important; }
C
codecalm 已提交
7110
  .ml-lg-n5 {
C
codecalm 已提交
7111
    margin-left: -1.5rem !important; }
C
codecalm 已提交
7112
  .ml-lg-n6 {
C
codecalm 已提交
7113
    margin-left: -3rem !important; }
C
codecalm 已提交
7114 7115
  .ml-lg-n7 {
    margin-left: -6rem !important; }
C
codecalm 已提交
7116 7117
  .ml-lg-n8 {
    margin-left: -9rem !important; }
C
codecalm 已提交
7118 7119 7120 7121 7122 7123 7124 7125 7126
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
C
codecalm 已提交
7127
    padding: 1.25rem !important; }
C
codecalm 已提交
7128
  .p-lg-5 {
C
codecalm 已提交
7129
    padding: 1.5rem !important; }
C
codecalm 已提交
7130
  .p-lg-6 {
C
codecalm 已提交
7131
    padding: 3rem !important; }
C
codecalm 已提交
7132 7133
  .p-lg-7 {
    padding: 6rem !important; }
C
codecalm 已提交
7134 7135
  .p-lg-8 {
    padding: 9rem !important; }
C
codecalm 已提交
7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
C
codecalm 已提交
7149 7150 7151
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-lg-5 {
C
codecalm 已提交
7152 7153 7154
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-6 {
C
codecalm 已提交
7155 7156
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
C
codecalm 已提交
7157 7158 7159
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
C
codecalm 已提交
7160 7161 7162
  .px-lg-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
C
codecalm 已提交
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
C
codecalm 已提交
7176 7177 7178
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-lg-5 {
C
codecalm 已提交
7179 7180 7181
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-6 {
C
codecalm 已提交
7182 7183
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
C
codecalm 已提交
7184 7185 7186
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
C
codecalm 已提交
7187 7188 7189
  .py-lg-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
C
codecalm 已提交
7190 7191 7192 7193 7194 7195 7196 7197 7198
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
C
codecalm 已提交
7199
    padding-top: 1.25rem !important; }
C
codecalm 已提交
7200
  .pt-lg-5 {
C
codecalm 已提交
7201
    padding-top: 1.5rem !important; }
C
codecalm 已提交
7202
  .pt-lg-6 {
C
codecalm 已提交
7203
    padding-top: 3rem !important; }
C
codecalm 已提交
7204 7205
  .pt-lg-7 {
    padding-top: 6rem !important; }
C
codecalm 已提交
7206 7207
  .pt-lg-8 {
    padding-top: 9rem !important; }
C
codecalm 已提交
7208 7209 7210 7211 7212 7213 7214 7215 7216
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pr-lg-4 {
C
codecalm 已提交
7217
    padding-right: 1.25rem !important; }
C
codecalm 已提交
7218
  .pr-lg-5 {
C
codecalm 已提交
7219
    padding-right: 1.5rem !important; }
C
codecalm 已提交
7220
  .pr-lg-6 {
C
codecalm 已提交
7221
    padding-right: 3rem !important; }
C
codecalm 已提交
7222 7223
  .pr-lg-7 {
    padding-right: 6rem !important; }
C
codecalm 已提交
7224 7225
  .pr-lg-8 {
    padding-right: 9rem !important; }
C
codecalm 已提交
7226 7227 7228 7229 7230 7231 7232 7233 7234
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
C
codecalm 已提交
7235
    padding-bottom: 1.25rem !important; }
C
codecalm 已提交
7236
  .pb-lg-5 {
C
codecalm 已提交
7237
    padding-bottom: 1.5rem !important; }
C
codecalm 已提交
7238
  .pb-lg-6 {
C
codecalm 已提交
7239
    padding-bottom: 3rem !important; }
C
codecalm 已提交
7240 7241
  .pb-lg-7 {
    padding-bottom: 6rem !important; }
C
codecalm 已提交
7242 7243
  .pb-lg-8 {
    padding-bottom: 9rem !important; }
C
codecalm 已提交
7244 7245 7246 7247 7248 7249 7250 7251 7252
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .pl-lg-4 {
C
codecalm 已提交
7253
    padding-left: 1.25rem !important; }
C
codecalm 已提交
7254
  .pl-lg-5 {
C
codecalm 已提交
7255
    padding-left: 1.5rem !important; }
C
codecalm 已提交
7256
  .pl-lg-6 {
C
codecalm 已提交
7257
    padding-left: 3rem !important; }
C
codecalm 已提交
7258 7259
  .pl-lg-7 {
    padding-left: 6rem !important; }
C
codecalm 已提交
7260 7261
  .pl-lg-8 {
    padding-left: 9rem !important; }
C
codecalm 已提交
7262 7263 7264 7265 7266
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
C
codecalm 已提交
7267
    text-align: center !important; } }
C
codecalm 已提交
7268

C
codecalm 已提交
7269
@media (min-width: 75.25rem) {
C
codecalm 已提交
7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
C
codecalm 已提交
7390
    margin: 1.25rem !important; }
C
codecalm 已提交
7391
  .m-xl-5 {
C
codecalm 已提交
7392
    margin: 1.5rem !important; }
C
codecalm 已提交
7393
  .m-xl-6 {
C
codecalm 已提交
7394
    margin: 3rem !important; }
C
codecalm 已提交
7395 7396
  .m-xl-7 {
    margin: 6rem !important; }
C
codecalm 已提交
7397 7398
  .m-xl-8 {
    margin: 9rem !important; }
C
codecalm 已提交
7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
C
codecalm 已提交
7414 7415 7416
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xl-5 {
C
codecalm 已提交
7417 7418 7419
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-6 {
C
codecalm 已提交
7420 7421
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
C
codecalm 已提交
7422 7423 7424
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
C
codecalm 已提交
7425 7426 7427
  .mx-xl-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
C
codecalm 已提交
7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
C
codecalm 已提交
7444 7445 7446
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xl-5 {
C
codecalm 已提交
7447 7448 7449
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-6 {
C
codecalm 已提交
7450 7451
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
C
codecalm 已提交
7452 7453 7454
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
C
codecalm 已提交
7455 7456 7457
  .my-xl-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
C
codecalm 已提交
7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
C
codecalm 已提交
7470
    margin-top: 1.25rem !important; }
C
codecalm 已提交
7471
  .mt-xl-5 {
C
codecalm 已提交
7472
    margin-top: 1.5rem !important; }
C
codecalm 已提交
7473
  .mt-xl-6 {
C
codecalm 已提交
7474
    margin-top: 3rem !important; }
C
codecalm 已提交
7475 7476
  .mt-xl-7 {
    margin-top: 6rem !important; }
C
codecalm 已提交
7477 7478
  .mt-xl-8 {
    margin-top: 9rem !important; }
C
codecalm 已提交
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mr-xl-4 {
C
codecalm 已提交
7490
    margin-right: 1.25rem !important; }
C
codecalm 已提交
7491
  .mr-xl-5 {
C
codecalm 已提交
7492
    margin-right: 1.5rem !important; }
C
codecalm 已提交
7493
  .mr-xl-6 {
C
codecalm 已提交
7494
    margin-right: 3rem !important; }
C
codecalm 已提交
7495 7496
  .mr-xl-7 {
    margin-right: 6rem !important; }
C
codecalm 已提交
7497 7498
  .mr-xl-8 {
    margin-right: 9rem !important; }
C
codecalm 已提交
7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
C
codecalm 已提交
7510
    margin-bottom: 1.25rem !important; }
C
codecalm 已提交
7511
  .mb-xl-5 {
C
codecalm 已提交
7512
    margin-bottom: 1.5rem !important; }
C
codecalm 已提交
7513
  .mb-xl-6 {
C
codecalm 已提交
7514
    margin-bottom: 3rem !important; }
C
codecalm 已提交
7515 7516
  .mb-xl-7 {
    margin-bottom: 6rem !important; }
C
codecalm 已提交
7517 7518
  .mb-xl-8 {
    margin-bottom: 9rem !important; }
C
codecalm 已提交
7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .ml-xl-4 {
C
codecalm 已提交
7530
    margin-left: 1.25rem !important; }
C
codecalm 已提交
7531
  .ml-xl-5 {
C
codecalm 已提交
7532
    margin-left: 1.5rem !important; }
C
codecalm 已提交
7533
  .ml-xl-6 {
C
codecalm 已提交
7534
    margin-left: 3rem !important; }
C
codecalm 已提交
7535 7536
  .ml-xl-7 {
    margin-left: 6rem !important; }
C
codecalm 已提交
7537 7538
  .ml-xl-8 {
    margin-left: 9rem !important; }
C
codecalm 已提交
7539 7540 7541 7542 7543 7544 7545 7546 7547
  .ml-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
C
codecalm 已提交
7548
    margin: -1.25rem !important; }
C
codecalm 已提交
7549
  .m-xl-n5 {
C
codecalm 已提交
7550
    margin: -1.5rem !important; }
C
codecalm 已提交
7551
  .m-xl-n6 {
C
codecalm 已提交
7552
    margin: -3rem !important; }
C
codecalm 已提交
7553 7554
  .m-xl-n7 {
    margin: -6rem !important; }
C
codecalm 已提交
7555 7556
  .m-xl-n8 {
    margin: -9rem !important; }
C
codecalm 已提交
7557 7558 7559 7560 7561 7562 7563 7564 7565 7566
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
C
codecalm 已提交
7567 7568 7569
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-xl-n5 {
C
codecalm 已提交
7570 7571 7572
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n6 {
C
codecalm 已提交
7573 7574
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
C
codecalm 已提交
7575 7576 7577
  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
C
codecalm 已提交
7578 7579 7580
  .mx-xl-n8 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
C
codecalm 已提交
7581 7582 7583 7584 7585 7586 7587 7588 7589 7590
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
C
codecalm 已提交
7591 7592 7593
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-xl-n5 {
C
codecalm 已提交
7594 7595 7596
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n6 {
C
codecalm 已提交
7597 7598
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
C
codecalm 已提交
7599 7600 7601
  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
C
codecalm 已提交
7602 7603 7604
  .my-xl-n8 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
C
codecalm 已提交
7605 7606 7607 7608 7609 7610 7611
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
C
codecalm 已提交
7612
    margin-top: -1.25rem !important; }
C
codecalm 已提交
7613
  .mt-xl-n5 {
C
codecalm 已提交
7614
    margin-top: -1.5rem !important; }
C
codecalm 已提交
7615
  .mt-xl-n6 {
C
codecalm 已提交
7616
    margin-top: -3rem !important; }
C
codecalm 已提交
7617 7618
  .mt-xl-n7 {
    margin-top: -6rem !important; }
C
codecalm 已提交
7619 7620
  .mt-xl-n8 {
    margin-top: -9rem !important; }
C
codecalm 已提交
7621 7622 7623 7624 7625 7626 7627
  .mr-xl-n1 {
    margin-right: -0.25rem !important; }
  .mr-xl-n2 {
    margin-right: -0.5rem !important; }
  .mr-xl-n3 {
    margin-right: -1rem !important; }
  .mr-xl-n4 {
C
codecalm 已提交
7628
    margin-right: -1.25rem !important; }
C
codecalm 已提交
7629
  .mr-xl-n5 {
C
codecalm 已提交
7630
    margin-right: -1.5rem !important; }
C
codecalm 已提交
7631
  .mr-xl-n6 {
C
codecalm 已提交
7632
    margin-right: -3rem !important; }
C
codecalm 已提交
7633 7634
  .mr-xl-n7 {
    margin-right: -6rem !important; }
C
codecalm 已提交
7635 7636
  .mr-xl-n8 {
    margin-right: -9rem !important; }
C
codecalm 已提交
7637 7638 7639 7640 7641 7642 7643
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
C
codecalm 已提交
7644
    margin-bottom: -1.25rem !important; }
C
codecalm 已提交
7645
  .mb-xl-n5 {
C
codecalm 已提交
7646
    margin-bottom: -1.5rem !important; }
C
codecalm 已提交
7647
  .mb-xl-n6 {
C
codecalm 已提交
7648
    margin-bottom: -3rem !important; }
C
codecalm 已提交
7649 7650
  .mb-xl-n7 {
    margin-bottom: -6rem !important; }
C
codecalm 已提交
7651 7652
  .mb-xl-n8 {
    margin-bottom: -9rem !important; }
C
codecalm 已提交
7653 7654 7655 7656 7657 7658 7659
  .ml-xl-n1 {
    margin-left: -0.25rem !important; }
  .ml-xl-n2 {
    margin-left: -0.5rem !important; }
  .ml-xl-n3 {
    margin-left: -1rem !important; }
  .ml-xl-n4 {
C
codecalm 已提交
7660
    margin-left: -1.25rem !important; }
C
codecalm 已提交
7661
  .ml-xl-n5 {
C
codecalm 已提交
7662
    margin-left: -1.5rem !important; }
C
codecalm 已提交
7663
  .ml-xl-n6 {
C
codecalm 已提交
7664
    margin-left: -3rem !important; }
C
codecalm 已提交
7665 7666
  .ml-xl-n7 {
    margin-left: -6rem !important; }
C
codecalm 已提交
7667 7668
  .ml-xl-n8 {
    margin-left: -9rem !important; }
C
codecalm 已提交
7669 7670 7671 7672 7673 7674 7675 7676 7677
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
C
codecalm 已提交
7678
    padding: 1.25rem !important; }
C
codecalm 已提交
7679
  .p-xl-5 {
C
codecalm 已提交
7680
    padding: 1.5rem !important; }
C
codecalm 已提交
7681
  .p-xl-6 {
C
codecalm 已提交
7682
    padding: 3rem !important; }
C
codecalm 已提交
7683 7684
  .p-xl-7 {
    padding: 6rem !important; }
C
codecalm 已提交
7685 7686
  .p-xl-8 {
    padding: 9rem !important; }
C
codecalm 已提交
7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
C
codecalm 已提交
7700 7701 7702
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xl-5 {
C
codecalm 已提交
7703 7704 7705
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-6 {
C
codecalm 已提交
7706 7707
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
C
codecalm 已提交
7708 7709 7710
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
C
codecalm 已提交
7711 7712 7713
  .px-xl-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
C
codecalm 已提交
7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
C
codecalm 已提交
7727 7728 7729
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xl-5 {
C
codecalm 已提交
7730 7731 7732
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-6 {
C
codecalm 已提交
7733 7734
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
C
codecalm 已提交
7735 7736 7737
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
C
codecalm 已提交
7738 7739 7740
  .py-xl-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
C
codecalm 已提交
7741 7742 7743 7744 7745 7746 7747 7748 7749
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
C
codecalm 已提交
7750
    padding-top: 1.25rem !important; }
C
codecalm 已提交
7751
  .pt-xl-5 {
C
codecalm 已提交
7752
    padding-top: 1.5rem !important; }
C
codecalm 已提交
7753
  .pt-xl-6 {
C
codecalm 已提交
7754
    padding-top: 3rem !important; }
C
codecalm 已提交
7755 7756
  .pt-xl-7 {
    padding-top: 6rem !important; }
C
codecalm 已提交
7757 7758
  .pt-xl-8 {
    padding-top: 9rem !important; }
C
codecalm 已提交
7759 7760 7761 7762 7763 7764 7765 7766 7767
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pr-xl-4 {
C
codecalm 已提交
7768
    padding-right: 1.25rem !important; }
C
codecalm 已提交
7769
  .pr-xl-5 {
C
codecalm 已提交
7770
    padding-right: 1.5rem !important; }
C
codecalm 已提交
7771
  .pr-xl-6 {
C
codecalm 已提交
7772
    padding-right: 3rem !important; }
C
codecalm 已提交
7773 7774
  .pr-xl-7 {
    padding-right: 6rem !important; }
C
codecalm 已提交
7775 7776
  .pr-xl-8 {
    padding-right: 9rem !important; }
C
codecalm 已提交
7777 7778 7779 7780 7781 7782 7783 7784 7785
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
C
codecalm 已提交
7786
    padding-bottom: 1.25rem !important; }
C
codecalm 已提交
7787
  .pb-xl-5 {
C
codecalm 已提交
7788
    padding-bottom: 1.5rem !important; }
C
codecalm 已提交
7789
  .pb-xl-6 {
C
codecalm 已提交
7790
    padding-bottom: 3rem !important; }
C
codecalm 已提交
7791 7792
  .pb-xl-7 {
    padding-bottom: 6rem !important; }
C
codecalm 已提交
7793 7794
  .pb-xl-8 {
    padding-bottom: 9rem !important; }
C
codecalm 已提交
7795 7796 7797 7798 7799 7800 7801 7802 7803
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .pl-xl-4 {
C
codecalm 已提交
7804
    padding-left: 1.25rem !important; }
C
codecalm 已提交
7805
  .pl-xl-5 {
C
codecalm 已提交
7806
    padding-left: 1.5rem !important; }
C
codecalm 已提交
7807
  .pl-xl-6 {
C
codecalm 已提交
7808
    padding-left: 3rem !important; }
C
codecalm 已提交
7809 7810
  .pl-xl-7 {
    padding-left: 6rem !important; }
C
codecalm 已提交
7811 7812
  .pl-xl-8 {
    padding-left: 9rem !important; }
C
codecalm 已提交
7813 7814 7815 7816 7817
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
C
codecalm 已提交
7818
    text-align: center !important; } }
C
codecalm 已提交
7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 7837 7838 7839 7840

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

html {
C
codecalm 已提交
7841 7842
  font-size: 16px;
  scroll-behavior: smooth; }
C
codecalm 已提交
7843 7844

body {
C
codecalm 已提交
7845
  overflow-y: scroll;
C
codecalm 已提交
7846 7847 7848
  touch-action: manipulation;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 0; }
C
codecalm 已提交
7849
  body .content *::-webkit-scrollbar {
C
codecalm 已提交
7850 7851 7852 7853
    width: 6px;
    height: 6px;
    -webkit-transition: .3s background;
    transition: .3s background; }
C
codecalm 已提交
7854
  body .content *::-webkit-scrollbar-thumb {
C
codecalm 已提交
7855
    border-radius: 5px;
C
codecalm 已提交
7856 7857 7858
    background: #dee1e7; }
  body .content *::-webkit-scrollbar-corner {
    background: transparent; }
C
codecalm 已提交
7859
  body .content *:hover::-webkit-scrollbar-thumb {
C
codecalm 已提交
7860 7861
    background: #cbcfd6;
    background: #cbcfd6; }
C
codecalm 已提交
7862 7863 7864
  @media print {
    body {
      background: transparent; } }
C
codecalm 已提交
7865

C
codecalm 已提交
7866 7867
/*
Horizontal navbar
C
codecalm 已提交
7868
 */
C
codecalm 已提交
7869 7870
/*
Vertical narrow navbar
C
codecalm 已提交
7871
 */
C
codecalm 已提交
7872 7873 7874 7875 7876 7877 7878 7879
/*
Vertical navbar
 */
/*
All navbars
 */
.navbar {
  padding-top: 0;
C
codecalm 已提交
7880 7881
  padding-bottom: 0;
  min-height: 3.5rem; }
C
codecalm 已提交
7882
  @media print {
C
codecalm 已提交
7883 7884 7885 7886
    .navbar {
      display: none;
      margin: 0 !important; } }
  .navbar .nav-link {
C
codecalm 已提交
7887 7888 7889 7890 7891 7892 7893 7894 7895
    line-height: 1;
    min-width: 2rem;
    min-height: 2rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center; }
C
codecalm 已提交
7896 7897 7898 7899 7900 7901 7902
  .navbar .nav-link-icon {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    display: block;
    margin-right: .5rem;
    line-height: .99; }
C
codecalm 已提交
7903

C
codecalm 已提交
7904
.navbar-expand-xs .navbar-nav {
C
codecalm 已提交
7905
  margin-left: -0.75rem; }
C
codecalm 已提交
7906 7907 7908 7909 7910
  .navbar-expand-xs .navbar-nav .nav-item {
    position: relative; }

@media (min-width: 33rem) {
  .navbar-expand-sm .navbar-nav {
C
codecalm 已提交
7911
    margin-left: -0.75rem; }
C
codecalm 已提交
7912
    .navbar-expand-sm .navbar-nav .nav-item {
C
codecalm 已提交
7913
      position: relative; } }
C
codecalm 已提交
7914

C
codecalm 已提交
7915
@media (min-width: 48rem) {
C
codecalm 已提交
7916
  .navbar-expand-md .navbar-nav {
C
codecalm 已提交
7917
    margin-left: -0.75rem; }
C
codecalm 已提交
7918
    .navbar-expand-md .navbar-nav .nav-item {
C
codecalm 已提交
7919
      position: relative; } }
C
codecalm 已提交
7920

C
codecalm 已提交
7921
@media (min-width: 64rem) {
C
codecalm 已提交
7922
  .navbar-expand-lg .navbar-nav {
C
codecalm 已提交
7923
    margin-left: -0.75rem; }
C
codecalm 已提交
7924
    .navbar-expand-lg .navbar-nav .nav-item {
C
codecalm 已提交
7925
      position: relative; } }
C
codecalm 已提交
7926 7927

@media (min-width: 75.25rem) {
C
codecalm 已提交
7928
  .navbar-expand-xl .navbar-nav {
C
codecalm 已提交
7929
    margin-left: -0.75rem; }
C
codecalm 已提交
7930
    .navbar-expand-xl .navbar-nav .nav-item {
C
codecalm 已提交
7931
      position: relative; } }
C
codecalm 已提交
7932 7933 7934 7935 7936 7937 7938 7939 7940

.navbar-side {
  margin-left: auto;
  padding-left: 1.5rem; }
  .navbar-side > * {
    margin-left: 1rem; }

.navbar-heading {
  display: none; }
C
codecalm 已提交
7941

C
codecalm 已提交
7942
/**
C
codecalm 已提交
7943
Navbar brand
C
codecalm 已提交
7944
 */
C
codecalm 已提交
7945 7946
.navbar-brand {
  padding: 0; }
C
codecalm 已提交
7947

C
codecalm 已提交
7948 7949
.navbar-brand-logo {
  height: 2rem; }
C
codecalm 已提交
7950

C
codecalm 已提交
7951 7952
.navbar-brand-logo-small {
  display: none; }
C
codecalm 已提交
7953

C
codecalm 已提交
7954
/**
C
codecalm 已提交
7955
Navbar colors
C
codecalm 已提交
7956
 */
C
codecalm 已提交
7957
.navbar {
C
codecalm 已提交
7958 7959 7960 7961
  box-shadow: 0 0 0 1px rgba(134, 140, 151, 0.24); }
  .navbar .navbar-nav {
    align-items: center; }
    .navbar .navbar-nav .nav-link {
C
codecalm 已提交
7962
      color: inherit;
C
codecalm 已提交
7963 7964 7965 7966 7967 7968 7969 7970 7971 7972 7973 7974
      opacity: 0.6;
      transition: .3s opacity; }
      .navbar .navbar-nav .nav-link:hover {
        color: inherit;
        opacity: 1; }
      .navbar .navbar-nav .nav-link.disabled {
        color: inherit;
        opacity: 0.2; }
    .navbar .navbar-nav .show > .nav-link,
    .navbar .navbar-nav .active > .nav-link,
    .navbar .navbar-nav .nav-link.show,
    .navbar .navbar-nav .nav-link.active {
C
codecalm 已提交
7975
      color: inherit;
C
codecalm 已提交
7976
      opacity: 1; }
C
codecalm 已提交
7977 7978 7979 7980

.navbar-light {
  background: #ffffff; }
  .navbar-light::-webkit-scrollbar {
C
codecalm 已提交
7981 7982 7983 7984
    width: 6px;
    height: 6px;
    -webkit-transition: .3s background;
    transition: .3s background; }
C
codecalm 已提交
7985
  .navbar-light::-webkit-scrollbar-thumb {
C
codecalm 已提交
7986
    border-radius: 5px;
C
codecalm 已提交
7987 7988
    background: #dee1e7; }
  .navbar-light::-webkit-scrollbar-corner {
C
codecalm 已提交
7989
    background: transparent; }
C
codecalm 已提交
7990 7991 7992
  .navbar-light:hover::-webkit-scrollbar-thumb {
    background: #cbcfd6;
    background: #cbcfd6; }
C
codecalm 已提交
7993

C
codecalm 已提交
7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012
.navbar-dark {
  background: #354052;
  color: #ffffff;
  box-shadow: 0 0 0 1px #2f3949; }
  .navbar-dark::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-transition: .3s background;
    transition: .3s background; }
  .navbar-dark::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: transparent; }
  .navbar-dark::-webkit-scrollbar-corner {
    background: transparent; }
  .navbar-dark:hover::-webkit-scrollbar-thumb {
    background: #cbcfd6;
    background: #5d6675; }
  .navbar-dark .text-muted {
    color: inherit !important;
C
codecalm 已提交
8013
    opacity: 0.6; }
C
codecalm 已提交
8014 8015 8016 8017 8018 8019 8020
  .navbar-dark .navbar-brand-autodark {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .navbar-dark .form-control {
    border-color: transparent;
    background: #3b475b;
    color: #ffffff; }
C
codecalm 已提交
8021 8022

/**
C
codecalm 已提交
8023
Navbar vertical
C
codecalm 已提交
8024
 */
C
codecalm 已提交
8025 8026
.navbar:not(.navbar-vertical) .d-none-navbar-horizontal,
.navbar:not(.navbar-vertical) ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8027
  display: none !important; }
C
codecalm 已提交
8028 8029

.navbar:not(.navbar-vertical) .dropdown-menu {
C
codecalm 已提交
8030
  margin-right: -.25rem; }
C
codecalm 已提交
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050

.navbar-vertical.navbar-expand-xs {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15.625rem;
  z-index: 1030;
  min-height: auto;
  align-items: start;
  overflow: auto; }
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    min-height: 100%; }
  .navbar-vertical.navbar-expand-xs ~ .navbar,
  .navbar-vertical.navbar-expand-xs ~ .content {
    margin-left: 15.625rem; }
C
codecalm 已提交
8051 8052 8053 8054
    .navbar-vertical.navbar-expand-xs ~ .navbar [class*="container"],
    .navbar-vertical.navbar-expand-xs ~ .content [class*="container"] {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
C
codecalm 已提交
8055 8056
  .navbar-vertical.navbar-expand-xs .d-none-navbar-vertical,
  .navbar-vertical.navbar-expand-xs ~ * .d-none-navbar-vertical {
C
codecalm 已提交
8057
    display: none !important; }
C
codecalm 已提交
8058 8059 8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070
  .navbar-vertical.navbar-expand-xs .navbar-brand {
    display: flex;
    width: 100%;
    margin: 0;
    text-align: center;
    height: 3.5rem;
    align-items: center;
    justify-content: center; }
  .navbar-vertical.navbar-expand-xs .navbar-heading {
    font-size: 0.7333333em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
C
codecalm 已提交
8071
    color: #868c97;
C
codecalm 已提交
8072 8073 8074 8075 8076 8077 8078 8079 8080
    display: block;
    margin-bottom: .5rem; }
  .navbar-vertical.navbar-expand-xs .navbar-collapse {
    flex-direction: column;
    text-align: left;
    align-items: normal;
    padding: 1rem 1rem; }
  .navbar-vertical.navbar-expand-xs .navbar-nav {
    flex-direction: column;
C
codecalm 已提交
8081
    align-items: normal;
C
codecalm 已提交
8082 8083 8084 8085
    margin-left: -1rem;
    margin-right: -1rem; }
    .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
      min-height: 0;
C
codecalm 已提交
8086
      height: 2.5rem;
C
codecalm 已提交
8087 8088 8089 8090
      padding-left: 1rem;
      padding-right: 1rem; }
    .navbar-vertical.navbar-expand-xs .navbar-nav .nav-item.active {
      font-weight: 600; }
C
codecalm 已提交
8091
      .navbar-vertical.navbar-expand-xs .navbar-nav .nav-item.active > .nav-link:before {
C
codecalm 已提交
8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 8114
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        height: auto;
        width: 2px; }
  .navbar-vertical.navbar-expand-xs .navbar-side {
    margin-left: 0;
    margin-top: auto;
    padding-left: 0;
    padding-top: 1rem; }
    .navbar-vertical.navbar-expand-xs .navbar-side > * {
      margin-left: 0;
      margin-top: 1rem; }
  .navbar-vertical.navbar-expand-xs.navbar-right {
    left: auto;
    right: 0; }
    .navbar-vertical.navbar-expand-xs.navbar-right ~ .navbar,
    .navbar-vertical.navbar-expand-xs.navbar-right ~ .content {
      margin-left: 0;
      margin-right: 15.625rem; }
  .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .d-none-navbar-vertical-wide,
  .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) ~ * .d-none-navbar-vertical-wide {
C
codecalm 已提交
8115 8116 8117
    display: none !important; }
  .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .nav-item.active > .dropdown-menu {
    display: block; }
C
codecalm 已提交
8118 8119 8120 8121 8122
  .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .dropdown-menu {
    position: static;
    background: inherit;
    border: 0;
    box-shadow: none;
C
codecalm 已提交
8123
    padding: 0;
C
codecalm 已提交
8124 8125 8126 8127 8128 8129 8130 8131
    margin: 0;
    color: inherit;
    -moz-columns: 1;
    columns: 1; }
    .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .dropdown-menu:before, .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .dropdown-menu:after {
      content: none; }
  .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .dropdown-item {
    padding-left: 2.5rem;
C
codecalm 已提交
8132 8133 8134 8135 8136 8137
    opacity: 0.6;
    color: inherit;
    background: transparent; }
    .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .dropdown-item.active {
      font-weight: 600;
      opacity: 1; }
C
codecalm 已提交
8138 8139 8140 8141 8142 8143
    .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .dropdown-item:hover {
      opacity: 1; }
  .navbar-vertical.navbar-expand-xs:not(.navbar-vertical-narrow) .dropdown-toggle:after {
    margin-left: auto; }
  .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow {
    width: 4rem;
C
codecalm 已提交
8144
    overflow: visible; }
C
codecalm 已提交
8145 8146
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .d-none-navbar-vertical-narrow,
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8147
      display: none !important; }
C
codecalm 已提交
8148 8149 8150 8151 8152 8153 8154 8155 8156 8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186 8187 8188
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .navbar-nav {
      margin-top: 0; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .nav-link {
      height: 3rem; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .nav-link-title,
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .navbar-heading {
      display: none; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .nav-link-icon {
      margin: 0 auto;
      font-size: 1.125rem;
      width: 1.125rem;
      height: 1.125rem; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .navbar-brand-logo-large {
      display: none; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .navbar-brand-logo-small {
      display: inline-block; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow ~ .navbar,
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow ~ .content {
      margin-left: 4rem; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .dropdown-toggle:after {
      content: none; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .dropdown-menu {
      left: 100%;
      top: 0;
      margin: 0 0 0 -4px; }
      .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .dropdown-menu:before, .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .dropdown-menu:after {
        content: none; }
      .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow .dropdown-menu.dropdown-menu-right {
        top: auto;
        bottom: 0;
        right: auto; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow.navbar-right ~ .navbar,
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow.navbar-right ~ .content {
      margin-left: 0;
      margin-right: 4rem; }
    .navbar-vertical.navbar-expand-xs.navbar-vertical-narrow.navbar-right .dropdown-menu {
      margin: 0 -4px 0 0;
      left: auto;
      right: 100%; }
  .navbar-vertical.navbar-expand-xs .d-none-navbar-horizontal,
  .navbar-vertical.navbar-expand-xs ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8189
    display: none !important; }
C
codecalm 已提交
8190
  .navbar-vertical.navbar-expand-xs .dropdown-menu {
C
codecalm 已提交
8191
    margin-right: -.25rem; }
C
codecalm 已提交
8192

C
codecalm 已提交
8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 8212
@media (min-width: 33rem) {
  .navbar-vertical.navbar-expand-sm {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15.625rem;
    z-index: 1030;
    min-height: auto;
    align-items: start;
    overflow: auto; }
    .navbar-vertical.navbar-expand-sm > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      padding-left: 0;
      padding-right: 0;
      min-height: 100%; }
    .navbar-vertical.navbar-expand-sm ~ .navbar,
    .navbar-vertical.navbar-expand-sm ~ .content {
      margin-left: 15.625rem; }
C
codecalm 已提交
8213 8214 8215 8216
      .navbar-vertical.navbar-expand-sm ~ .navbar [class*="container"],
      .navbar-vertical.navbar-expand-sm ~ .content [class*="container"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
C
codecalm 已提交
8217 8218
    .navbar-vertical.navbar-expand-sm .d-none-navbar-vertical,
    .navbar-vertical.navbar-expand-sm ~ * .d-none-navbar-vertical {
C
codecalm 已提交
8219
      display: none !important; }
C
codecalm 已提交
8220 8221 8222 8223 8224 8225 8226 8227 8228 8229 8230 8231 8232
    .navbar-vertical.navbar-expand-sm .navbar-brand {
      display: flex;
      width: 100%;
      margin: 0;
      text-align: center;
      height: 3.5rem;
      align-items: center;
      justify-content: center; }
    .navbar-vertical.navbar-expand-sm .navbar-heading {
      font-size: 0.7333333em;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .04em;
C
codecalm 已提交
8233
      color: #868c97;
C
codecalm 已提交
8234 8235 8236 8237 8238 8239 8240 8241 8242
      display: block;
      margin-bottom: .5rem; }
    .navbar-vertical.navbar-expand-sm .navbar-collapse {
      flex-direction: column;
      text-align: left;
      align-items: normal;
      padding: 1rem 1rem; }
    .navbar-vertical.navbar-expand-sm .navbar-nav {
      flex-direction: column;
C
codecalm 已提交
8243
      align-items: normal;
C
codecalm 已提交
8244 8245 8246 8247
      margin-left: -1rem;
      margin-right: -1rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
        min-height: 0;
C
codecalm 已提交
8248
        height: 2.5rem;
C
codecalm 已提交
8249 8250 8251 8252
        padding-left: 1rem;
        padding-right: 1rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav .nav-item.active {
        font-weight: 600; }
C
codecalm 已提交
8253
        .navbar-vertical.navbar-expand-sm .navbar-nav .nav-item.active > .nav-link:before {
C
codecalm 已提交
8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276
          left: 0;
          right: auto;
          top: 0;
          bottom: 0;
          height: auto;
          width: 2px; }
    .navbar-vertical.navbar-expand-sm .navbar-side {
      margin-left: 0;
      margin-top: auto;
      padding-left: 0;
      padding-top: 1rem; }
      .navbar-vertical.navbar-expand-sm .navbar-side > * {
        margin-left: 0;
        margin-top: 1rem; }
    .navbar-vertical.navbar-expand-sm.navbar-right {
      left: auto;
      right: 0; }
      .navbar-vertical.navbar-expand-sm.navbar-right ~ .navbar,
      .navbar-vertical.navbar-expand-sm.navbar-right ~ .content {
        margin-left: 0;
        margin-right: 15.625rem; }
    .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .d-none-navbar-vertical-wide,
    .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) ~ * .d-none-navbar-vertical-wide {
C
codecalm 已提交
8277 8278 8279
      display: none !important; }
    .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .nav-item.active > .dropdown-menu {
      display: block; }
C
codecalm 已提交
8280 8281 8282 8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293
    .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .dropdown-menu {
      position: static;
      background: inherit;
      border: 0;
      box-shadow: none;
      padding: 0;
      margin: 0;
      color: inherit;
      -moz-columns: 1;
      columns: 1; }
      .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .dropdown-menu:before, .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .dropdown-menu:after {
        content: none; }
    .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .dropdown-item {
      padding-left: 2.5rem;
C
codecalm 已提交
8294 8295 8296 8297 8298 8299
      opacity: 0.6;
      color: inherit;
      background: transparent; }
      .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .dropdown-item.active {
        font-weight: 600;
        opacity: 1; }
C
codecalm 已提交
8300 8301 8302 8303 8304 8305 8306 8307 8308
      .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .dropdown-item:hover {
        opacity: 1; }
    .navbar-vertical.navbar-expand-sm:not(.navbar-vertical-narrow) .dropdown-toggle:after {
      margin-left: auto; }
    .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow {
      width: 4rem;
      overflow: visible; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .d-none-navbar-vertical-narrow,
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8309
        display: none !important; }
C
codecalm 已提交
8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 8336 8337 8338 8339 8340 8341 8342 8343 8344 8345 8346 8347 8348
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .navbar-nav {
        margin-top: 0; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .nav-link {
        height: 3rem; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .nav-link-title,
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .navbar-heading {
        display: none; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .nav-link-icon {
        margin: 0 auto;
        font-size: 1.125rem;
        width: 1.125rem;
        height: 1.125rem; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .navbar-brand-logo-large {
        display: none; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .navbar-brand-logo-small {
        display: inline-block; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow ~ .navbar,
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow ~ .content {
        margin-left: 4rem; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .dropdown-toggle:after {
        content: none; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .dropdown-menu {
        left: 100%;
        top: 0;
        margin: 0 0 0 -4px; }
        .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .dropdown-menu:before, .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .dropdown-menu:after {
          content: none; }
        .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow .dropdown-menu.dropdown-menu-right {
          top: auto;
          bottom: 0;
          right: auto; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow.navbar-right ~ .navbar,
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow.navbar-right ~ .content {
        margin-left: 0;
        margin-right: 4rem; }
      .navbar-vertical.navbar-expand-sm.navbar-vertical-narrow.navbar-right .dropdown-menu {
        margin: 0 -4px 0 0;
        left: auto;
        right: 100%; } }
C
codecalm 已提交
8349

C
codecalm 已提交
8350 8351 8352
@media (max-width: 32.98rem) {
  .navbar-vertical.navbar-expand-sm .d-none-navbar-horizontal,
  .navbar-vertical.navbar-expand-sm ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8353
    display: none !important; }
C
codecalm 已提交
8354
  .navbar-vertical.navbar-expand-sm .dropdown-menu {
C
codecalm 已提交
8355
    margin-right: -.25rem; } }
C
codecalm 已提交
8356

C
codecalm 已提交
8357 8358 8359 8360 8361 8362 8363 8364 8365 8366 8367 8368 8369 8370 8371 8372 8373 8374 8375 8376
@media (min-width: 48rem) {
  .navbar-vertical.navbar-expand-md {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15.625rem;
    z-index: 1030;
    min-height: auto;
    align-items: start;
    overflow: auto; }
    .navbar-vertical.navbar-expand-md > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      padding-left: 0;
      padding-right: 0;
      min-height: 100%; }
    .navbar-vertical.navbar-expand-md ~ .navbar,
    .navbar-vertical.navbar-expand-md ~ .content {
      margin-left: 15.625rem; }
C
codecalm 已提交
8377 8378 8379 8380
      .navbar-vertical.navbar-expand-md ~ .navbar [class*="container"],
      .navbar-vertical.navbar-expand-md ~ .content [class*="container"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
C
codecalm 已提交
8381 8382
    .navbar-vertical.navbar-expand-md .d-none-navbar-vertical,
    .navbar-vertical.navbar-expand-md ~ * .d-none-navbar-vertical {
C
codecalm 已提交
8383
      display: none !important; }
C
codecalm 已提交
8384 8385 8386 8387 8388 8389 8390 8391 8392 8393 8394 8395 8396
    .navbar-vertical.navbar-expand-md .navbar-brand {
      display: flex;
      width: 100%;
      margin: 0;
      text-align: center;
      height: 3.5rem;
      align-items: center;
      justify-content: center; }
    .navbar-vertical.navbar-expand-md .navbar-heading {
      font-size: 0.7333333em;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .04em;
C
codecalm 已提交
8397
      color: #868c97;
C
codecalm 已提交
8398 8399 8400 8401 8402 8403 8404 8405 8406
      display: block;
      margin-bottom: .5rem; }
    .navbar-vertical.navbar-expand-md .navbar-collapse {
      flex-direction: column;
      text-align: left;
      align-items: normal;
      padding: 1rem 1rem; }
    .navbar-vertical.navbar-expand-md .navbar-nav {
      flex-direction: column;
C
codecalm 已提交
8407
      align-items: normal;
C
codecalm 已提交
8408 8409 8410 8411
      margin-left: -1rem;
      margin-right: -1rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
        min-height: 0;
C
codecalm 已提交
8412
        height: 2.5rem;
C
codecalm 已提交
8413 8414 8415 8416
        padding-left: 1rem;
        padding-right: 1rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav .nav-item.active {
        font-weight: 600; }
C
codecalm 已提交
8417
        .navbar-vertical.navbar-expand-md .navbar-nav .nav-item.active > .nav-link:before {
C
codecalm 已提交
8418 8419 8420 8421 8422 8423 8424 8425 8426 8427 8428 8429 8430 8431 8432 8433 8434 8435 8436 8437 8438 8439 8440
          left: 0;
          right: auto;
          top: 0;
          bottom: 0;
          height: auto;
          width: 2px; }
    .navbar-vertical.navbar-expand-md .navbar-side {
      margin-left: 0;
      margin-top: auto;
      padding-left: 0;
      padding-top: 1rem; }
      .navbar-vertical.navbar-expand-md .navbar-side > * {
        margin-left: 0;
        margin-top: 1rem; }
    .navbar-vertical.navbar-expand-md.navbar-right {
      left: auto;
      right: 0; }
      .navbar-vertical.navbar-expand-md.navbar-right ~ .navbar,
      .navbar-vertical.navbar-expand-md.navbar-right ~ .content {
        margin-left: 0;
        margin-right: 15.625rem; }
    .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .d-none-navbar-vertical-wide,
    .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) ~ * .d-none-navbar-vertical-wide {
C
codecalm 已提交
8441 8442 8443
      display: none !important; }
    .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .nav-item.active > .dropdown-menu {
      display: block; }
C
codecalm 已提交
8444 8445 8446 8447 8448 8449 8450 8451 8452 8453 8454 8455 8456 8457
    .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .dropdown-menu {
      position: static;
      background: inherit;
      border: 0;
      box-shadow: none;
      padding: 0;
      margin: 0;
      color: inherit;
      -moz-columns: 1;
      columns: 1; }
      .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .dropdown-menu:before, .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .dropdown-menu:after {
        content: none; }
    .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .dropdown-item {
      padding-left: 2.5rem;
C
codecalm 已提交
8458 8459 8460 8461 8462 8463
      opacity: 0.6;
      color: inherit;
      background: transparent; }
      .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .dropdown-item.active {
        font-weight: 600;
        opacity: 1; }
C
codecalm 已提交
8464 8465 8466 8467 8468 8469 8470 8471 8472
      .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .dropdown-item:hover {
        opacity: 1; }
    .navbar-vertical.navbar-expand-md:not(.navbar-vertical-narrow) .dropdown-toggle:after {
      margin-left: auto; }
    .navbar-vertical.navbar-expand-md.navbar-vertical-narrow {
      width: 4rem;
      overflow: visible; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .d-none-navbar-vertical-narrow,
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8473
        display: none !important; }
C
codecalm 已提交
8474 8475 8476 8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 8511 8512
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .navbar-nav {
        margin-top: 0; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .nav-link {
        height: 3rem; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .nav-link-title,
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .navbar-heading {
        display: none; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .nav-link-icon {
        margin: 0 auto;
        font-size: 1.125rem;
        width: 1.125rem;
        height: 1.125rem; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .navbar-brand-logo-large {
        display: none; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .navbar-brand-logo-small {
        display: inline-block; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow ~ .navbar,
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow ~ .content {
        margin-left: 4rem; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .dropdown-toggle:after {
        content: none; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .dropdown-menu {
        left: 100%;
        top: 0;
        margin: 0 0 0 -4px; }
        .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .dropdown-menu:before, .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .dropdown-menu:after {
          content: none; }
        .navbar-vertical.navbar-expand-md.navbar-vertical-narrow .dropdown-menu.dropdown-menu-right {
          top: auto;
          bottom: 0;
          right: auto; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow.navbar-right ~ .navbar,
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow.navbar-right ~ .content {
        margin-left: 0;
        margin-right: 4rem; }
      .navbar-vertical.navbar-expand-md.navbar-vertical-narrow.navbar-right .dropdown-menu {
        margin: 0 -4px 0 0;
        left: auto;
        right: 100%; } }
C
codecalm 已提交
8513

C
codecalm 已提交
8514 8515 8516
@media (max-width: 47.98rem) {
  .navbar-vertical.navbar-expand-md .d-none-navbar-horizontal,
  .navbar-vertical.navbar-expand-md ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8517
    display: none !important; }
C
codecalm 已提交
8518
  .navbar-vertical.navbar-expand-md .dropdown-menu {
C
codecalm 已提交
8519
    margin-right: -.25rem; } }
C
codecalm 已提交
8520

C
codecalm 已提交
8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 8537 8538 8539 8540
@media (min-width: 64rem) {
  .navbar-vertical.navbar-expand-lg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15.625rem;
    z-index: 1030;
    min-height: auto;
    align-items: start;
    overflow: auto; }
    .navbar-vertical.navbar-expand-lg > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      padding-left: 0;
      padding-right: 0;
      min-height: 100%; }
    .navbar-vertical.navbar-expand-lg ~ .navbar,
    .navbar-vertical.navbar-expand-lg ~ .content {
      margin-left: 15.625rem; }
C
codecalm 已提交
8541 8542 8543 8544
      .navbar-vertical.navbar-expand-lg ~ .navbar [class*="container"],
      .navbar-vertical.navbar-expand-lg ~ .content [class*="container"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
C
codecalm 已提交
8545 8546
    .navbar-vertical.navbar-expand-lg .d-none-navbar-vertical,
    .navbar-vertical.navbar-expand-lg ~ * .d-none-navbar-vertical {
C
codecalm 已提交
8547
      display: none !important; }
C
codecalm 已提交
8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560
    .navbar-vertical.navbar-expand-lg .navbar-brand {
      display: flex;
      width: 100%;
      margin: 0;
      text-align: center;
      height: 3.5rem;
      align-items: center;
      justify-content: center; }
    .navbar-vertical.navbar-expand-lg .navbar-heading {
      font-size: 0.7333333em;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .04em;
C
codecalm 已提交
8561
      color: #868c97;
C
codecalm 已提交
8562 8563 8564 8565 8566 8567 8568 8569 8570
      display: block;
      margin-bottom: .5rem; }
    .navbar-vertical.navbar-expand-lg .navbar-collapse {
      flex-direction: column;
      text-align: left;
      align-items: normal;
      padding: 1rem 1rem; }
    .navbar-vertical.navbar-expand-lg .navbar-nav {
      flex-direction: column;
C
codecalm 已提交
8571
      align-items: normal;
C
codecalm 已提交
8572 8573 8574 8575
      margin-left: -1rem;
      margin-right: -1rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
        min-height: 0;
C
codecalm 已提交
8576
        height: 2.5rem;
C
codecalm 已提交
8577 8578 8579 8580
        padding-left: 1rem;
        padding-right: 1rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav .nav-item.active {
        font-weight: 600; }
C
codecalm 已提交
8581
        .navbar-vertical.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:before {
C
codecalm 已提交
8582 8583 8584 8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604
          left: 0;
          right: auto;
          top: 0;
          bottom: 0;
          height: auto;
          width: 2px; }
    .navbar-vertical.navbar-expand-lg .navbar-side {
      margin-left: 0;
      margin-top: auto;
      padding-left: 0;
      padding-top: 1rem; }
      .navbar-vertical.navbar-expand-lg .navbar-side > * {
        margin-left: 0;
        margin-top: 1rem; }
    .navbar-vertical.navbar-expand-lg.navbar-right {
      left: auto;
      right: 0; }
      .navbar-vertical.navbar-expand-lg.navbar-right ~ .navbar,
      .navbar-vertical.navbar-expand-lg.navbar-right ~ .content {
        margin-left: 0;
        margin-right: 15.625rem; }
    .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .d-none-navbar-vertical-wide,
    .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) ~ * .d-none-navbar-vertical-wide {
C
codecalm 已提交
8605 8606 8607
      display: none !important; }
    .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .nav-item.active > .dropdown-menu {
      display: block; }
C
codecalm 已提交
8608 8609 8610 8611 8612 8613 8614 8615 8616 8617 8618 8619 8620 8621
    .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .dropdown-menu {
      position: static;
      background: inherit;
      border: 0;
      box-shadow: none;
      padding: 0;
      margin: 0;
      color: inherit;
      -moz-columns: 1;
      columns: 1; }
      .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .dropdown-menu:before, .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .dropdown-menu:after {
        content: none; }
    .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .dropdown-item {
      padding-left: 2.5rem;
C
codecalm 已提交
8622 8623 8624 8625 8626 8627
      opacity: 0.6;
      color: inherit;
      background: transparent; }
      .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .dropdown-item.active {
        font-weight: 600;
        opacity: 1; }
C
codecalm 已提交
8628 8629 8630 8631 8632 8633 8634 8635 8636
      .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .dropdown-item:hover {
        opacity: 1; }
    .navbar-vertical.navbar-expand-lg:not(.navbar-vertical-narrow) .dropdown-toggle:after {
      margin-left: auto; }
    .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow {
      width: 4rem;
      overflow: visible; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .d-none-navbar-vertical-narrow,
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8637
        display: none !important; }
C
codecalm 已提交
8638 8639 8640 8641 8642 8643 8644 8645 8646 8647 8648 8649 8650 8651 8652 8653 8654 8655 8656 8657 8658 8659 8660 8661 8662 8663 8664 8665 8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .navbar-nav {
        margin-top: 0; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .nav-link {
        height: 3rem; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .nav-link-title,
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .navbar-heading {
        display: none; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .nav-link-icon {
        margin: 0 auto;
        font-size: 1.125rem;
        width: 1.125rem;
        height: 1.125rem; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .navbar-brand-logo-large {
        display: none; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .navbar-brand-logo-small {
        display: inline-block; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow ~ .navbar,
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow ~ .content {
        margin-left: 4rem; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .dropdown-toggle:after {
        content: none; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .dropdown-menu {
        left: 100%;
        top: 0;
        margin: 0 0 0 -4px; }
        .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .dropdown-menu:before, .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .dropdown-menu:after {
          content: none; }
        .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow .dropdown-menu.dropdown-menu-right {
          top: auto;
          bottom: 0;
          right: auto; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow.navbar-right ~ .navbar,
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow.navbar-right ~ .content {
        margin-left: 0;
        margin-right: 4rem; }
      .navbar-vertical.navbar-expand-lg.navbar-vertical-narrow.navbar-right .dropdown-menu {
        margin: 0 -4px 0 0;
        left: auto;
        right: 100%; } }
C
codecalm 已提交
8677

C
codecalm 已提交
8678 8679 8680
@media (max-width: 63.98rem) {
  .navbar-vertical.navbar-expand-lg .d-none-navbar-horizontal,
  .navbar-vertical.navbar-expand-lg ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8681
    display: none !important; }
C
codecalm 已提交
8682
  .navbar-vertical.navbar-expand-lg .dropdown-menu {
C
codecalm 已提交
8683
    margin-right: -.25rem; } }
C
codecalm 已提交
8684

C
codecalm 已提交
8685 8686 8687
@media (min-width: 75.25rem) {
  .navbar-vertical.navbar-expand-xl {
    position: fixed;
C
codecalm 已提交
8688
    left: 0;
C
codecalm 已提交
8689 8690 8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 8704
    top: 0;
    bottom: 0;
    width: 15.625rem;
    z-index: 1030;
    min-height: auto;
    align-items: start;
    overflow: auto; }
    .navbar-vertical.navbar-expand-xl > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      padding-left: 0;
      padding-right: 0;
      min-height: 100%; }
    .navbar-vertical.navbar-expand-xl ~ .navbar,
    .navbar-vertical.navbar-expand-xl ~ .content {
      margin-left: 15.625rem; }
C
codecalm 已提交
8705 8706 8707 8708
      .navbar-vertical.navbar-expand-xl ~ .navbar [class*="container"],
      .navbar-vertical.navbar-expand-xl ~ .content [class*="container"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
C
codecalm 已提交
8709 8710
    .navbar-vertical.navbar-expand-xl .d-none-navbar-vertical,
    .navbar-vertical.navbar-expand-xl ~ * .d-none-navbar-vertical {
C
codecalm 已提交
8711
      display: none !important; }
C
codecalm 已提交
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724
    .navbar-vertical.navbar-expand-xl .navbar-brand {
      display: flex;
      width: 100%;
      margin: 0;
      text-align: center;
      height: 3.5rem;
      align-items: center;
      justify-content: center; }
    .navbar-vertical.navbar-expand-xl .navbar-heading {
      font-size: 0.7333333em;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .04em;
C
codecalm 已提交
8725
      color: #868c97;
C
codecalm 已提交
8726 8727 8728 8729 8730 8731 8732 8733 8734
      display: block;
      margin-bottom: .5rem; }
    .navbar-vertical.navbar-expand-xl .navbar-collapse {
      flex-direction: column;
      text-align: left;
      align-items: normal;
      padding: 1rem 1rem; }
    .navbar-vertical.navbar-expand-xl .navbar-nav {
      flex-direction: column;
C
codecalm 已提交
8735
      align-items: normal;
C
codecalm 已提交
8736 8737 8738 8739
      margin-left: -1rem;
      margin-right: -1rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
        min-height: 0;
C
codecalm 已提交
8740
        height: 2.5rem;
C
codecalm 已提交
8741 8742 8743 8744
        padding-left: 1rem;
        padding-right: 1rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav .nav-item.active {
        font-weight: 600; }
C
codecalm 已提交
8745
        .navbar-vertical.navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:before {
C
codecalm 已提交
8746 8747 8748 8749 8750 8751 8752 8753 8754 8755 8756 8757 8758 8759 8760 8761 8762 8763 8764 8765 8766 8767 8768
          left: 0;
          right: auto;
          top: 0;
          bottom: 0;
          height: auto;
          width: 2px; }
    .navbar-vertical.navbar-expand-xl .navbar-side {
      margin-left: 0;
      margin-top: auto;
      padding-left: 0;
      padding-top: 1rem; }
      .navbar-vertical.navbar-expand-xl .navbar-side > * {
        margin-left: 0;
        margin-top: 1rem; }
    .navbar-vertical.navbar-expand-xl.navbar-right {
      left: auto;
      right: 0; }
      .navbar-vertical.navbar-expand-xl.navbar-right ~ .navbar,
      .navbar-vertical.navbar-expand-xl.navbar-right ~ .content {
        margin-left: 0;
        margin-right: 15.625rem; }
    .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .d-none-navbar-vertical-wide,
    .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) ~ * .d-none-navbar-vertical-wide {
C
codecalm 已提交
8769 8770 8771
      display: none !important; }
    .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .nav-item.active > .dropdown-menu {
      display: block; }
C
codecalm 已提交
8772 8773 8774 8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785
    .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .dropdown-menu {
      position: static;
      background: inherit;
      border: 0;
      box-shadow: none;
      padding: 0;
      margin: 0;
      color: inherit;
      -moz-columns: 1;
      columns: 1; }
      .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .dropdown-menu:before, .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .dropdown-menu:after {
        content: none; }
    .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .dropdown-item {
      padding-left: 2.5rem;
C
codecalm 已提交
8786 8787 8788 8789 8790 8791
      opacity: 0.6;
      color: inherit;
      background: transparent; }
      .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .dropdown-item.active {
        font-weight: 600;
        opacity: 1; }
C
codecalm 已提交
8792 8793 8794 8795 8796 8797 8798 8799 8800
      .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .dropdown-item:hover {
        opacity: 1; }
    .navbar-vertical.navbar-expand-xl:not(.navbar-vertical-narrow) .dropdown-toggle:after {
      margin-left: auto; }
    .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow {
      width: 4rem;
      overflow: visible; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .d-none-navbar-vertical-narrow,
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8801
        display: none !important; }
C
codecalm 已提交
8802 8803 8804 8805 8806 8807 8808 8809 8810 8811 8812 8813 8814 8815 8816 8817 8818 8819 8820 8821 8822 8823 8824 8825 8826 8827 8828 8829 8830 8831 8832 8833 8834 8835 8836 8837 8838 8839 8840
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .navbar-nav {
        margin-top: 0; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .nav-link {
        height: 3rem; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .nav-link-title,
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .navbar-heading {
        display: none; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .nav-link-icon {
        margin: 0 auto;
        font-size: 1.125rem;
        width: 1.125rem;
        height: 1.125rem; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .navbar-brand-logo-large {
        display: none; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .navbar-brand-logo-small {
        display: inline-block; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow ~ .navbar,
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow ~ .content {
        margin-left: 4rem; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .dropdown-toggle:after {
        content: none; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .dropdown-menu {
        left: 100%;
        top: 0;
        margin: 0 0 0 -4px; }
        .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .dropdown-menu:before, .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .dropdown-menu:after {
          content: none; }
        .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow .dropdown-menu.dropdown-menu-right {
          top: auto;
          bottom: 0;
          right: auto; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow.navbar-right ~ .navbar,
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow.navbar-right ~ .content {
        margin-left: 0;
        margin-right: 4rem; }
      .navbar-vertical.navbar-expand-xl.navbar-vertical-narrow.navbar-right .dropdown-menu {
        margin: 0 -4px 0 0;
        left: auto;
        right: 100%; } }
C
codecalm 已提交
8841

C
codecalm 已提交
8842 8843 8844
@media (max-width: 75.23rem) {
  .navbar-vertical.navbar-expand-xl .d-none-navbar-horizontal,
  .navbar-vertical.navbar-expand-xl ~ * .d-none-navbar-vertical-narrow {
C
codecalm 已提交
8845
    display: none !important; }
C
codecalm 已提交
8846
  .navbar-vertical.navbar-expand-xl .dropdown-menu {
C
codecalm 已提交
8847
    margin-right: -.25rem; } }
C
codecalm 已提交
8848 8849

/**
C
codecalm 已提交
8850
Navbar secondary
C
codecalm 已提交
8851
 */
C
codecalm 已提交
8852 8853
.navbar-secondary {
  order: -1; }
C
codecalm 已提交
8854

C
codecalm 已提交
8855 8856 8857
.page {
  display: flex;
  flex-direction: column;
C
codecalm 已提交
8858 8859
  position: relative;
  min-height: 100vh; }
C
codecalm 已提交
8860

C
codecalm 已提交
8861 8862
.content {
  padding-top: 1.25rem;
C
codecalm 已提交
8863 8864 8865 8866 8867 8868
  padding-bottom: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column; }
  .content > [class*="container"] {
    flex: 1; }
C
codecalm 已提交
8869 8870 8871
  @media print {
    .content {
      margin: 0 !important; } }
C
codecalm 已提交
8872

C
codecalm 已提交
8873
.page-header {
C
codecalm 已提交
8874 8875
  display: flex;
  align-items: center;
C
codecalm 已提交
8876
  min-height: 2.25rem;
C
codecalm 已提交
8877
  margin: 0 0 1.25rem; }
C
codecalm 已提交
8878
  .page-header > * {
C
codecalm 已提交
8879 8880 8881
    flex: 1; }

.page-pretitle {
C
codecalm 已提交
8882
  font-size: 0.7333333em;
C
codecalm 已提交
8883 8884 8885
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
C
codecalm 已提交
8886
  color: #868c97; }
C
codecalm 已提交
8887 8888 8889

.page-title {
  margin: 0;
C
codecalm 已提交
8890
  font-size: 1.4666667em;
C
codecalm 已提交
8891 8892
  font-weight: 400;
  line-height: 1;
C
codecalm 已提交
8893
  color: inherit; }
C
codecalm 已提交
8894

C
codecalm 已提交
8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907
.footer {
  border-top: 1px solid rgba(134, 140, 151, 0.24);
  background-color: #ffffff;
  padding: 1rem 0;
  color: #868c97;
  margin-bottom: -1.25rem;
  margin-top: 1.25rem; }

.footer-transparent {
  margin-top: 0;
  background-color: transparent;
  border-top: 0; }

C
codecalm 已提交
8908 8909 8910 8911 8912 8913 8914
.alert-avatar {
  padding-left: 3.75rem; }
  .alert-avatar .avatar {
    position: absolute;
    top: .5rem;
    left: .75rem; }

C
codecalm 已提交
8915 8916 8917 8918 8919 8920 8921
.alert a {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
  .alert a .icon {
    height: 100%; }

C
codecalm 已提交
8922 8923
.avatar {
  position: relative;
C
codecalm 已提交
8924 8925 8926 8927 8928 8929
  width: 2rem;
  height: 2rem;
  font-size: 0.8666667em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
C
codecalm 已提交
8930
  font-weight: 400;
C
codecalm 已提交
8931
  color: #868c97;
C
codecalm 已提交
8932 8933 8934 8935 8936 8937 8938
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
C
codecalm 已提交
8939
  background: #f1f3f8 no-repeat center/cover;
C
codecalm 已提交
8940 8941 8942 8943 8944 8945 8946 8947 8948 8949 8950 8951
  border-radius: 50%; }
  .avatar .icon {
    font-size: 1.25em; }
  .avatar .badge {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff; }
  a.avatar {
    cursor: pointer; }

C
codecalm 已提交
8952
.avatar-sm {
C
codecalm 已提交
8953 8954 8955 8956 8957
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem; }

C
codecalm 已提交
8958 8959 8960 8961 8962 8963 8964 8965 8966 8967 8968 8969 8970 8971 8972 8973 8974 8975 8976
.avatar-md {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  line-height: 3rem; }

.avatar-lg {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.25rem;
  line-height: 4.5rem; }

.avatar-xl {
  width: 6rem;
  height: 6rem;
  font-size: 3rem;
  line-height: 6rem; }

.avatar-list {
C
codecalm 已提交
8977
  display: inline-flex;
C
codecalm 已提交
8978
  padding: 0;
C
codecalm 已提交
8979
  margin: 0 0 -.5rem; }
C
codecalm 已提交
8980 8981 8982 8983 8984 8985 8986 8987
  .avatar-list .avatar {
    margin-bottom: .5rem; }
    .avatar-list .avatar:not(:last-child) {
      margin-right: .5rem; }
  .avatar-list a.avatar:hover {
    z-index: 1; }

.avatar-list-stacked .avatar {
C
codecalm 已提交
8988
  margin-right: -.5rem !important;
C
codecalm 已提交
8989 8990
  box-shadow: 0 0 0 2px #fff; }
  .card-footer .avatar-list-stacked .avatar {
C
codecalm 已提交
8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012
    box-shadow: 0 0 0 2px rgba(53, 64, 82, 0.024); }

.avatar-upload {
  width: 4rem;
  height: 4rem;
  border: 1px dashed rgba(134, 140, 151, 0.24);
  background: #ffffff;
  flex-direction: column;
  transition: .3s color, .3s background-color; }
  .avatar-upload svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 1; }
  .avatar-upload:hover {
    border-color: #206bc4;
    color: #206bc4;
    text-decoration: none; }

.avatar-upload-text {
  font-size: 0.7333333em;
  line-height: 1;
  margin-top: .25rem; }
C
codecalm 已提交
9013 9014

.badge {
C
codecalm 已提交
9015
  font-size: 0.7333333em;
C
codecalm 已提交
9016 9017 9018
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
C
codecalm 已提交
9019 9020 9021 9022 9023 9024 9025
  display: inline-flex;
  justify-content: center;
  padding: 0 .5em;
  line-height: 1.75em;
  background: #cbcfd6;
  overflow: hidden;
  vertical-align: text-bottom; }
C
codecalm 已提交
9026 9027 9028 9029
  a.badge {
    color: #ffffff; }
  .badge:empty {
    display: inline-block;
C
codecalm 已提交
9030 9031
    width: 0.5rem;
    height: 0.5rem;
C
codecalm 已提交
9032 9033 9034 9035 9036 9037 9038 9039 9040
    min-width: 0;
    min-height: auto;
    padding: 0;
    border-radius: 50%; }

.badge-up {
  position: absolute;
  top: 25%;
  right: 0;
C
codecalm 已提交
9041 9042
  min-width: 1.75em;
  min-height: 1.75em;
C
codecalm 已提交
9043 9044 9045 9046 9047 9048 9049 9050 9051 9052
  padding: 0 .25rem;
  line-height: 1rem;
  background-clip: padding-box;
  transform: translate(0%, -50%); }

.badge-outline {
  background-color: transparent;
  border: 1px solid currentColor; }

.badge-pill {
C
codecalm 已提交
9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069 9070 9071
  border-radius: 100px;
  min-width: 1.75em; }

.badge-avatar {
  box-sizing: content-box;
  width: 1.75em;
  margin: 0 .5em 0 -.5em;
  color: rgba(245, 247, 251, 0.24);
  background: rgba(53, 64, 82, 0.24) no-repeat center/cover;
  vertical-align: text-bottom; }

.badge-addon {
  padding: 0 .5rem;
  margin: 0 -.5em 0 .5em;
  min-width: 1.75em;
  background: rgba(53, 64, 82, 0.24);
  text-align: center;
  color: #ffffff;
  text-decoration: none; }
C
codecalm 已提交
9072 9073 9074 9075 9076 9077 9078 9079 9080 9081

.breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent; }

.breadcrumb-item.active a {
  color: inherit;
  pointer-events: none; }

C
codecalm 已提交
9082
.breadcrumb-dots .breadcrumb-item + .breadcrumb-item:before {
C
codecalm 已提交
9083 9084
  content: "·"; }

C
codecalm 已提交
9085
.breadcrumb-arrows .breadcrumb-item + .breadcrumb-item:before {
C
codecalm 已提交
9086 9087
  content: "›"; }

C
codecalm 已提交
9088
.breadcrumb-bullets .breadcrumb-item + .breadcrumb-item:before {
C
codecalm 已提交
9089 9090 9091
  content: "•"; }

.breadcrumb-alternate a {
C
codecalm 已提交
9092
  color: #868c97; }
C
codecalm 已提交
9093 9094

.breadcrumb-alternate .breadcrumb-item.active {
C
codecalm 已提交
9095
  color: inherit; }
C
codecalm 已提交
9096

C
codecalm 已提交
9097
.btn {
C
codecalm 已提交
9098 9099 9100 9101
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
C
codecalm 已提交
9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124
  .btn:not([class^="btn-outline"]):not([class*=" btn-outline"]):not([class^="btn-ghost"]):not([class*=" btn-ghost"]):not(.btn-secondary) {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.02); }
  .btn:not([class^="btn-outline"]):not([class*=" btn-outline"]):not([class^="btn-ghost"]):not([class*=" btn-ghost"]):not(:focus):not(.focus) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), inset 0 2px 0 -1px rgba(255, 255, 255, 0.1); }
  .btn:not([class^="btn-outline"]):not([class*=" btn-outline"]):not([class^="btn-ghost"]):not([class*=" btn-ghost"]) svg.icon {
    -webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.05));
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.05)); }
  .btn:disabled, .btn.disabled {
    cursor: not-allowed; }
  .btn .icon {
    margin: 0 .25em 0 -.25em;
    font-size: 1.2em;
    vertical-align: sub; }
  .btn .avatar {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: text-top;
    margin: 0 .5em 0 -.25em; }
  .btn .icon-right {
    margin: 0 -.25em 0 .5em; }
  .btn svg.icon {
    width: 1em;
    height: 1em;
C
codecalm 已提交
9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 9149 9150 9151 9152 9153 9154 9155 9156 9157
    stroke-width: 1.75; }

.btn-secondary {
  color: #354052;
  background-color: #ffffff;
  border-color: rgba(134, 140, 151, 0.24);
  background-image: linear-gradient(-180deg, rgba(53, 64, 82, 0), rgba(53, 64, 82, 0.04) 100%);
  box-shadow: none !important; }
  .btn-secondary:hover {
    color: #354052;
    background-color: #ececec;
    border-color: rgba(108, 114, 126, 0.24); }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #354052;
    background-color: #ececec;
    border-color: rgba(108, 114, 126, 0.24);
    box-shadow: 0 0 0 0.2rem rgba(88, 97, 112, 0.5); }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #354052;
    background-color: #e6e6e6;
    border-color: rgba(102, 108, 119, 0.24); }
    .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 97, 112, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #354052;
    background-color: #ffffff;
    border-color: rgba(134, 140, 151, 0.24); }
  .btn-secondary.active {
    background: #206bc4;
    color: #ffffff;
    z-index: 3 !important; }
C
codecalm 已提交
9158 9159 9160

.btn-lg svg.icon, .btn-group-lg > .btn svg.icon {
  stroke-width: 2; }
C
codecalm 已提交
9161 9162 9163 9164 9165 9166

.btn-pill {
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 10rem; }

C
codecalm 已提交
9167 9168 9169 9170
.btn-icon {
  min-width: calc(2.125rem + 2px); }
  .btn-icon .icon {
    margin: 0 -1em; }
C
codecalm 已提交
9171 9172 9173 9174 9175 9176 9177 9178

.btn-link {
  box-shadow: none !important; }

.btn-square {
  border-radius: 0; }

.btn-list {
C
codecalm 已提交
9179 9180
  display: flex;
  flex-wrap: wrap;
C
codecalm 已提交
9181
  margin-bottom: -.5rem !important;
C
codecalm 已提交
9182
  margin-right: -.5rem; }
C
codecalm 已提交
9183 9184
  .btn-list > .btn,
  .btn-list > .dropdown {
C
codecalm 已提交
9185 9186 9187 9188
    margin: 0 .5rem .5rem 0; }
  .btn-list > .btn-block {
    flex: 1;
    white-space: nowrap; }
C
codecalm 已提交
9189

C
codecalm 已提交
9190 9191 9192 9193
.btn-options {
  display: flex;
  align-items: center;
  padding: 0;
C
codecalm 已提交
9194
  color: #868c97;
C
codecalm 已提交
9195 9196 9197 9198 9199 9200 9201 9202
  cursor: pointer;
  background: none;
  border: none; }
  .btn-options:focus {
    outline: 0; }
  .btn-options .icon {
    width: 1rem;
    height: 1rem; }
C
codecalm 已提交
9203

C
codecalm 已提交
9204 9205 9206 9207 9208 9209 9210
.btn-floating {
  position: fixed;
  z-index: 1030;
  bottom: 1.5rem;
  right: 1.5rem;
  border-radius: 50%; }

C
codecalm 已提交
9211 9212 9213 9214 9215 9216 9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 9229 9230 9231
.btn-loading {
  position: relative;
  color: transparent !important;
  text-shadow: none !important;
  pointer-events: none; }
  .btn-loading:after {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    border: 1px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(50% - .5rem);
    top: calc(50% - .5rem);
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite; }

C
codecalm 已提交
9232 9233 9234
.calendar {
  display: block;
  font-size: 0.8203125rem;
C
codecalm 已提交
9235
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
9236
  border-radius: 3px; }
C
codecalm 已提交
9237

C
codecalm 已提交
9238 9239 9240
.calendar-nav {
  display: flex;
  align-items: center; }
C
codecalm 已提交
9241

C
codecalm 已提交
9242 9243 9244
.calendar-title {
  flex: 1;
  text-align: center; }
C
codecalm 已提交
9245

C
codecalm 已提交
9246 9247 9248 9249 9250 9251
.calendar-body,
.calendar-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: .5rem 0; }
C
codecalm 已提交
9252

C
codecalm 已提交
9253
.calendar-header {
C
codecalm 已提交
9254
  color: #868c97; }
C
codecalm 已提交
9255 9256

.calendar-date {
C
codecalm 已提交
9257 9258
  flex: 0 0 14.2857143%;
  max-width: 14.2857143%;
C
codecalm 已提交
9259 9260 9261 9262 9263 9264 9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280 9281 9282 9283 9284
  padding: .2rem;
  text-align: center;
  border: 0; }
  .calendar-date.prev-month, .calendar-date.next-month {
    opacity: .25; }
  .calendar-date .date-item {
    position: relative;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #66758c;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    outline: 0;
    transition: background .3s, border .3s, box-shadow .32s, color .3s; }
    .calendar-date .date-item:hover {
      color: #206bc4;
      text-decoration: none;
      background: #fefeff;
C
codecalm 已提交
9285
      border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
9286 9287
  .calendar-date .date-today {
    color: #206bc4;
C
codecalm 已提交
9288
    border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
9289 9290 9291

.calendar-range {
  position: relative; }
C
codecalm 已提交
9292
  .calendar-range:before {
C
codecalm 已提交
9293 9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1.4rem;
    content: "";
    background: rgba(32, 107, 196, 0.1);
    transform: translateY(-50%); }
  .calendar-range.range-start .date-item, .calendar-range.range-end .date-item {
    color: #fff;
    background: #206bc4;
    border-color: #206bc4; }
C
codecalm 已提交
9305
  .calendar-range.range-start:before {
C
codecalm 已提交
9306
    left: 50%; }
C
codecalm 已提交
9307
  .calendar-range.range-end:before {
C
codecalm 已提交
9308 9309 9310
    right: 50%; }

.card {
C
codecalm 已提交
9311
  margin-bottom: 1.25rem;
C
codecalm 已提交
9312
  box-shadow: rgba(53, 64, 82, 0.04) 0 2px 4px 0; }
C
codecalm 已提交
9313 9314 9315
  @media (max-width: 75.23rem) {
    .card {
      margin-bottom: 0.75rem; } }
C
codecalm 已提交
9316 9317 9318 9319
  @media print {
    .card {
      border: none;
      box-shadow: none; } }
C
codecalm 已提交
9320 9321 9322 9323 9324
  a.card {
    color: inherit;
    transition: .3s box-shadow; }
    a.card:hover {
      text-decoration: none;
C
codecalm 已提交
9325
      box-shadow: rgba(53, 64, 82, 0.16) 0 2px 16px 0; }
C
codecalm 已提交
9326

C
codecalm 已提交
9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338
.card-group {
  margin-bottom: 1.5rem; }

.card-inactive {
  pointer-events: none;
  box-shadow: none; }
  .card-inactive .card-body {
    opacity: .64; }

.card-active {
  position: relative;
  background-color: rgba(32, 107, 196, 0.03); }
C
codecalm 已提交
9339
  .card-active:before {
C
codecalm 已提交
9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    content: "";
    border: 1px solid #206bc4;
    border-radius: inherit; }

.card-link {
  color: inherit; }
  .card-link:hover {
    color: inherit;
    text-decoration: none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08); }

.card-btn {
  padding: 1.25rem 1.25rem;
  text-align: center;
  background: rgba(32, 107, 196, 0.02);
  transition: .3s background; }
  .card-btn:hover {
    text-decoration: none;
    background: rgba(32, 107, 196, 0.06); }

.card-stacked {
  position: relative; }
C
codecalm 已提交
9367
  .card-stacked:after {
C
codecalm 已提交
9368 9369 9370 9371 9372 9373 9374
    position: absolute;
    top: -5px;
    right: 5px;
    left: 5px;
    height: 5px;
    content: "";
    background: #ffffff;
C
codecalm 已提交
9375
    border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
9376 9377 9378 9379 9380 9381
    border-radius: 3px 3px 0 0; }

.card-cover {
  position: relative;
  padding: 1.25rem 1.25rem;
  background: #666666 no-repeat center/cover; }
C
codecalm 已提交
9382
  .card-cover:before {
C
codecalm 已提交
9383 9384 9385 9386 9387 9388
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
C
codecalm 已提交
9389
    background: rgba(53, 64, 82, 0.24); }
C
codecalm 已提交
9390
  .card-cover:first-child, .card-cover:first-child:before {
C
codecalm 已提交
9391 9392
    border-radius: 3px 3px 0 0; }

C
codecalm 已提交
9393
.card-cover-blurred:before {
C
codecalm 已提交
9394 9395 9396
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }

C
codecalm 已提交
9397 9398 9399 9400 9401 9402
.card-actions {
  margin-left: auto;
  font-size: 0.8666667em; }
  .card-actions a {
    text-decoration: none; }

C
codecalm 已提交
9403 9404 9405 9406 9407 9408 9409 9410 9411 9412 9413 9414 9415
.card-header {
  display: flex;
  align-items: center;
  background: transparent; }

.card-header-tabs {
  flex: 1;
  margin: -1.25rem -1.25rem; }

.card-header-pills {
  flex: 1; }

.card-footer {
C
codecalm 已提交
9416
  color: #868c97; }
C
codecalm 已提交
9417 9418 9419 9420 9421 9422 9423 9424 9425

.card-progress {
  height: .25rem; }
  .card-progress:last-child {
    border-radius: 0 0 2px 2px; }
  .card-progress:first-child {
    border-radius: 2px 2px 0 0; }

.card-meta {
C
codecalm 已提交
9426
  color: #868c97; }
C
codecalm 已提交
9427 9428 9429 9430

.card-title {
  display: block;
  margin: 0 0 1rem;
C
codecalm 已提交
9431 9432 9433
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3333333; }
C
codecalm 已提交
9434 9435 9436 9437 9438 9439 9440 9441 9442
  a.card-title:hover {
    color: inherit; }
  .card-header .card-title {
    margin: .125rem 0; }

.card-subtitle {
  margin-top: -1.25rem;
  margin-bottom: 0.625rem;
  font-size: 87.5%;
C
codecalm 已提交
9443
  color: #868c97; }
C
codecalm 已提交
9444

C
codecalm 已提交
9445 9446 9447 9448
.card-body > :last-child {
  margin-bottom: 0; }

.card-sm > .card-body {
C
codecalm 已提交
9449
  padding: .75rem; }
C
codecalm 已提交
9450 9451

@media (min-width: 48rem) {
C
codecalm 已提交
9452
  .card-md > .card-body {
C
codecalm 已提交
9453
    padding: 1.5rem; } }
C
codecalm 已提交
9454 9455

@media (min-width: 48rem) {
C
codecalm 已提交
9456 9457 9458 9459
  .card-lg > .card-body {
    padding: 2rem; } }

@media (min-width: 64rem) {
C
codecalm 已提交
9460
  .card-lg > .card-body {
C
codecalm 已提交
9461
    padding: 4rem; } }
C
codecalm 已提交
9462

C
codecalm 已提交
9463 9464 9465 9466
@media print {
  .card-body {
    padding: 0; } }

C
codecalm 已提交
9467
.card-body + .card-body {
C
codecalm 已提交
9468
  border-top: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
9469

C
codecalm 已提交
9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 9481 9482 9483 9484 9485
.card-body-scrollable {
  overflow: auto; }

/**
Card optinos
 */
.card-options {
  top: 1.5rem;
  right: .75rem;
  display: flex;
  margin-left: auto; }

.card-options-link {
  display: inline-block;
  min-width: 1rem;
  margin-left: .25rem;
C
codecalm 已提交
9486
  color: #868c97; }
C
codecalm 已提交
9487 9488 9489

.card-drop {
  line-height: 1;
C
codecalm 已提交
9490
  color: #868c97; }
C
codecalm 已提交
9491 9492 9493 9494 9495 9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 9521 9522 9523 9524 9525 9526 9527
  .card-drop .icon {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 1; }

/**
Card status
 */
.card-status-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 3px 3px 0 0; }

.card-status-left {
  position: absolute;
  right: auto;
  bottom: 0;
  width: 2px;
  height: 100%;
  border-radius: 3px 0 0 3px; }

.card-status-bottom {
  position: absolute;
  top: initial;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 0 0 3px 3px; }

/**
Card table
 */
.card-table {
  margin-bottom: 0; }
C
codecalm 已提交
9528 9529 9530 9531 9532 9533 9534 9535
  .card-table tr td:first-child,
  .card-table tr th:first-child {
    padding-left: 1.25rem; }
  .card-table tr td:last-child,
  .card-table tr th:last-child {
    padding-right: 1.25rem; }
  .card-table thead tr:first-child td,
  .card-table thead tr:first-child th {
C
codecalm 已提交
9536
    border-top: 0; }
C
codecalm 已提交
9537 9538 9539
  .card-table tbody tr:last-child td,
  .card-table tbody tr:last-child th {
    border-bottom: 0; }
C
codecalm 已提交
9540
  .card-body + .card-table {
C
codecalm 已提交
9541
    border-top: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
9542 9543 9544 9545 9546 9547 9548 9549 9550 9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564

/*
Card code
 */
.card-code {
  padding: 0; }
  .card-code .highlight {
    margin: 0;
    border: 0; }
  .card-code pre {
    margin: 0;
    color: #ffffff;
    text-shadow: none;
    background: transparent; }

/*
Card chart
 */
.card-chart {
  position: relative;
  z-index: 1;
  height: 3.5rem; }

C
codecalm 已提交
9565 9566
/**
Card avatar
C
codecalm 已提交
9567
 */
C
codecalm 已提交
9568 9569
.card-avatar {
  box-shadow: 0 0 0 0.5rem #ffffff; }
C
codecalm 已提交
9570 9571 9572 9573 9574

/*
Card list group
 */
.card-body + .card-list-group {
C
codecalm 已提交
9575
  border-top: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
9576 9577 9578 9579 9580 9581 9582 9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 9595 9596 9597

.card-list-group .list-group-item {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .card-list-group .list-group-item:last-child {
    border-bottom: 0; }
  .card-list-group .list-group-item:first-child {
    border-top: 0; }

/**
Card tabs
 */
.card-tabs {
  margin-bottom: 1.5rem; }
  .card-tabs .nav-tabs {
    position: relative;
    z-index: 1000;
    border-bottom: 0; }
    .card-tabs .nav-tabs .nav-link {
C
codecalm 已提交
9598 9599
      background: rgba(53, 64, 82, 0.024);
      border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
9600 9601
      border-bottom: 0; }
      .card-tabs .nav-tabs .nav-link.active, .card-tabs .nav-tabs .nav-link:active, .card-tabs .nav-tabs .nav-link:hover {
C
codecalm 已提交
9602
        border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
9603 9604 9605 9606 9607 9608 9609 9610 9611 9612 9613 9614 9615 9616 9617
      .card-tabs .nav-tabs .nav-link.active {
        background: #ffffff; }
    .card-tabs .nav-tabs .nav-item:not(:first-child) .nav-link {
      border-top-left-radius: 0; }
    .card-tabs .nav-tabs .nav-item:not(:last-child) .nav-link {
      border-top-right-radius: 0; }
    .card-tabs .nav-tabs .nav-item + .nav-item {
      margin-left: -1px; }
  .card-tabs .nav-tabs-bottom {
    margin-bottom: 0; }
    .card-tabs .nav-tabs-bottom .nav-item {
      margin-top: -1px;
      margin-bottom: 0; }
      .card-tabs .nav-tabs-bottom .nav-item .nav-link {
        border-top-width: 0;
C
codecalm 已提交
9618
        border-bottom: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
9619 9620 9621 9622 9623 9624
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
  .card-tabs .card {
    margin: 0;
    border-top-left-radius: 0; }

C
codecalm 已提交
9625 9626
.close:focus {
  outline: none;
C
codecalm 已提交
9627
  color: #354052; }
C
codecalm 已提交
9628

C
codecalm 已提交
9629 9630 9631 9632 9633
.dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
C
codecalm 已提交
9634 9635
  user-select: none;
  margin: 0; }
C
codecalm 已提交
9636 9637 9638 9639 9640 9641
  .dropdown-menu.card {
    padding: 0;
    min-width: 25rem;
    display: none; }
    .dropdown-menu.card.show {
      display: flex; }
C
codecalm 已提交
9642

C
codecalm 已提交
9643 9644 9645 9646 9647 9648 9649 9650 9651 9652 9653 9654 9655 9656 9657 9658 9659
.dropdown-item {
  min-width: 12rem;
  color: inherit;
  display: flex;
  align-items: center;
  margin: 0; }
  a.dropdown-item:hover {
    color: #354052; }

.dropdown-item-icon {
  width: 1rem;
  font-size: 1rem;
  margin-right: .5rem;
  opacity: .64;
  text-align: center;
  stroke-width: 2px; }

C
codecalm 已提交
9660
.dropdown-header {
C
codecalm 已提交
9661
  font-size: 0.7333333em;
C
codecalm 已提交
9662 9663 9664
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
C
codecalm 已提交
9665
  color: #868c97;
C
codecalm 已提交
9666 9667 9668 9669 9670 9671 9672 9673
  padding-bottom: .25rem;
  pointer-events: none; }

.dropdown-menu-scrollable {
  height: auto;
  max-height: 12rem;
  overflow-x: hidden; }

C
codecalm 已提交
9674 9675 9676 9677 9678 9679 9680 9681 9682 9683 9684 9685 9686 9687 9688 9689 9690 9691 9692 9693
.dropdown-menu-columns {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 0;
  column-gap: 0; }
  .dropdown-menu-columns .dropdown-item {
    display: inline-flex;
    min-width: 10rem; }

.dropdown-menu-columns-2 {
  -moz-columns: 2;
  columns: 2; }

.dropdown-menu-columns-3 {
  -moz-columns: 3;
  columns: 3; }

.dropdown-menu-columns-4 {
  -moz-columns: 4;
  columns: 4; }
C
codecalm 已提交
9694 9695

.dropdown-menu-arrow {
C
codecalm 已提交
9696
  margin-top: .5rem; }
C
codecalm 已提交
9697
  .dropdown-menu-arrow:before {
C
codecalm 已提交
9698 9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711
    content: "";
    position: absolute;
    top: -4px;
    left: 12px;
    display: block;
    background: inherit;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    transform-origin: center;
    border: 1px solid;
    border-color: inherit;
    z-index: -1;
    clip: rect(0px, 9px, 9px, 0px); }
C
codecalm 已提交
9712
  .dropdown-menu-arrow.dropdown-menu-right:before {
C
codecalm 已提交
9713 9714 9715
    right: 12px;
    left: auto; }

C
codecalm 已提交
9716 9717 9718 9719
.dropright > .dropdown-menu {
  margin-top: calc(-0.5rem - 1px);
  margin-left: 0; }

C
codecalm 已提交
9720 9721 9722
.dropright .dropdown-toggle:after {
  margin-left: auto; }

C
codecalm 已提交
9723 9724 9725 9726 9727 9728 9729
.dropdown-menu-card {
  padding: 0; }
  .dropdown-menu-card > .card {
    margin: 0;
    border: 0;
    box-shadow: none; }

C
codecalm 已提交
9730 9731 9732 9733 9734 9735
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
C
codecalm 已提交
9736
  padding: 1rem;
C
codecalm 已提交
9737
  text-align: center; }
C
codecalm 已提交
9738
  @media (min-width: 48rem) {
C
codecalm 已提交
9739 9740
    .empty {
      padding: 3rem; } }
C
codecalm 已提交
9741 9742 9743 9744 9745 9746 9747 9748 9749 9750 9751 9752
  .empty .empty-icon {
    margin: 0 0 1rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1; }
  .empty .empty-title,
  .empty .empty-subtitle {
    margin: 0 0 .5rem; }
  .empty .empty-action {
    margin-top: 1.5rem; }

.empty-bordered {
C
codecalm 已提交
9753
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
9754 9755 9756
  border-radius: 3px; }

.col-separator {
C
codecalm 已提交
9757
  border-left: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
9758 9759 9760

.container-tight {
  width: 100%;
C
codecalm 已提交
9761 9762
  padding-right: 0.75rem;
  padding-left: 0.75rem;
C
codecalm 已提交
9763 9764 9765 9766 9767 9768
  margin-right: auto;
  margin-left: auto;
  max-width: 30rem; }

.container-narrow {
  width: 100%;
C
codecalm 已提交
9769 9770
  padding-right: 0.75rem;
  padding-left: 0.75rem;
C
codecalm 已提交
9771 9772 9773
  margin-right: auto;
  margin-left: auto;
  max-width: 45rem; }
C
codecalm 已提交
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785

.row-0 {
  margin-right: 0;
  margin-left: 0; }
  .row-0 > .col,
  .row-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
  .row-0 .card {
    margin-bottom: 0; }

.row-sm {
C
codecalm 已提交
9786 9787
  margin-right: -0.375rem;
  margin-left: -0.375rem; }
C
codecalm 已提交
9788 9789
  .row-sm > .col,
  .row-sm > [class*="col-"] {
C
codecalm 已提交
9790 9791
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
C
codecalm 已提交
9792
  .row-sm .card {
C
codecalm 已提交
9793
    margin-bottom: 0.75rem; }
C
codecalm 已提交
9794

C
codecalm 已提交
9795
.row-md {
C
codecalm 已提交
9796 9797
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
C
codecalm 已提交
9798 9799
  .row-md > .col,
  .row-md > [class*="col-"] {
C
codecalm 已提交
9800 9801
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
C
codecalm 已提交
9802
  .row-md .card {
C
codecalm 已提交
9803 9804
    margin-bottom: 3rem; }

C
codecalm 已提交
9805 9806 9807 9808 9809 9810 9811 9812 9813 9814
.row-lg {
  margin-right: -3rem;
  margin-left: -3rem; }
  .row-lg > .col,
  .row-lg > [class*="col-"] {
    padding-right: 3rem;
    padding-left: 3rem; }
  .row-lg .card {
    margin-bottom: 6rem; }

C
codecalm 已提交
9815 9816 9817 9818 9819 9820 9821 9822
.row-deck > .col,
.row-deck > [class*="col-"] {
  display: flex;
  align-items: stretch; }
  .row-deck > .col .card,
  .row-deck > [class*="col-"] .card {
    flex: 1 1 auto; }

C
codecalm 已提交
9823 9824 9825 9826 9827 9828 9829 9830 9831 9832 9833 9834 9835 9836 9837 9838
.row-cards {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .row-cards .row-cards {
    flex: 1; }
  .row-cards > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  @media (max-width: 75.23rem) {
    .row-cards {
      margin-left: -0.375rem;
      margin-right: -0.375rem; }
      .row-cards > * {
        padding-left: 0.375rem;
        padding-right: 0.375rem; } }

C
codecalm 已提交
9839 9840 9841 9842 9843 9844 9845 9846 9847 9848 9849 9850 9851 9852 9853
.icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  vertical-align: -0.2em; }
  .icon:hover {
    text-decoration: none; }

.icon-filled {
  fill: currentColor; }

.icon-thin {
  stroke-width: 1.5; }

.icon-md {
C
codecalm 已提交
9854
  font-size: 1.5rem; }
C
codecalm 已提交
9855 9856

.icon-lg {
C
codecalm 已提交
9857
  font-size: 2rem; }
C
codecalm 已提交
9858

C
codecalm 已提交
9859 9860 9861
.icon-xl {
  font-size: 4rem; }

C
codecalm 已提交
9862 9863 9864 9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 9875 9876 9877 9878 9879
.icons-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -2px -1px 0;
  list-style: none; }
  .icons-list > li {
    flex: 1 0 4rem; }

.icons-list-wrap {
  overflow: hidden; }

.icons-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  text-align: center;
C
codecalm 已提交
9880 9881
  border-right: 1px solid rgba(134, 140, 151, 0.24);
  border-bottom: 1px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
9882 9883 9884 9885 9886 9887
  .icons-list-item i {
    font-size: 1.25rem; }

textarea[cols] {
  height: auto; }

C
codecalm 已提交
9888 9889 9890
/**
Form label
 */
C
codecalm 已提交
9891
.form-label {
C
codecalm 已提交
9892 9893
  font-size: 1em;
  font-weight: 600;
C
codecalm 已提交
9894 9895 9896
  display: block;
  margin-bottom: .5rem; }

C
codecalm 已提交
9897 9898 9899
.form-label-description {
  float: right;
  font-weight: 400;
C
codecalm 已提交
9900
  color: #868c97;
C
codecalm 已提交
9901 9902 9903
  line-height: 1.8285714;
  font-size: 87.5%; }

C
codecalm 已提交
9904 9905 9906 9907 9908
/**
Form hint
 */
.form-hint {
  font-size: 87.5%;
C
codecalm 已提交
9909
  color: #868c97;
C
codecalm 已提交
9910 9911
  margin: 0 0 .75rem;
  line-height: 1.3333334; }
C
codecalm 已提交
9912 9913
  .form-label + .form-hint {
    margin-top: -.5rem; }
C
codecalm 已提交
9914

C
codecalm 已提交
9915 9916 9917 9918
/**
Form control
 */
.form-control:-webkit-autofill {
C
codecalm 已提交
9919
  box-shadow: 0 0 0 1000px #ffffff inset; }
C
codecalm 已提交
9920 9921

.form-control:disabled, .form-control.disabled {
C
codecalm 已提交
9922
  color: #868c97;
C
codecalm 已提交
9923 9924 9925 9926 9927 9928 9929
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-control[size] {
  width: auto; }
C
codecalm 已提交
9930 9931

.form-control-light {
C
codecalm 已提交
9932
  background-color: #f5f7fb;
C
codecalm 已提交
9933 9934
  border-color: transparent; }

C
codecalm 已提交
9935 9936 9937 9938 9939 9940 9941 9942 9943 9944 9945
.form-control-rounded {
  border-radius: 10rem; }

.form-control-flush {
  padding: 0;
  background: none !important;
  border-color: transparent !important;
  resize: none;
  box-shadow: none !important;
  line-height: inherit; }

C
codecalm 已提交
9946 9947 9948 9949 9950 9951
.form-footer {
  margin-top: 2rem; }

.form-fieldset {
  padding: 1rem;
  margin-bottom: 1rem;
C
codecalm 已提交
9952 9953
  background: rgba(53, 64, 82, 0.024);
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
9954 9955 9956 9957 9958 9959 9960 9961 9962
  border-radius: 3px; }

.form-required {
  color: #fa4654; }

/**
Form help
 */
.form-help {
C
codecalm 已提交
9963 9964 9965 9966 9967 9968 9969
  display: inline-flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: .75rem;
C
codecalm 已提交
9970
  color: #868c97;
C
codecalm 已提交
9971 9972 9973 9974 9975 9976 9977
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
C
codecalm 已提交
9978
  background: rgba(145, 152, 163, 0.1);
C
codecalm 已提交
9979 9980 9981
  border-radius: 50%;
  transition: .3s background-color, .3s color; }
  .form-help:hover, .form-help[aria-describedby] {
C
codecalm 已提交
9982
    color: #ffffff;
C
codecalm 已提交
9983 9984
    background: #206bc4; }

C
codecalm 已提交
9985 9986 9987
/**
Form switch
 */
C
codecalm 已提交
9988 9989 9990 9991 9992 9993 9994 9995
.form-check {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .form-check.form-check-highlight .form-check-input:not(:checked) ~ .form-check-label {
    opacity: .64; }

C
codecalm 已提交
9996
.form-check-input {
C
codecalm 已提交
9997 9998 9999 10000 10001
  margin-top: .25rem; }

.form-check-label {
  line-height: 1.3333334;
  padding: .125rem 0; }
C
codecalm 已提交
10002

C
codecalm 已提交
10003
.form-check-description {
C
codecalm 已提交
10004
  color: #868c97;
C
codecalm 已提交
10005 10006
  font-size: 0.8666667em;
  line-height: 1.3333334; }
C
codecalm 已提交
10007 10008 10009 10010 10011 10012 10013 10014 10015 10016

/**
Input group
 */
.input-group-prepend .input-group-text {
  border-right: 0; }

.input-group-append .input-group-text {
  border-left: 0; }

C
codecalm 已提交
10017 10018
.input-group-link {
  font-size: 0.8666667em; }
C
codecalm 已提交
10019

C
codecalm 已提交
10020 10021 10022 10023 10024 10025 10026 10027
.input-group-flat:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25);
  border-radius: 3px; }
  .input-group-flat:focus-within .form-control,
  .input-group-flat:focus-within .input-group-text {
    border-color: #7aade9 !important; }

.input-group-flat .form-control:focus {
C
codecalm 已提交
10028
  border-color: rgba(134, 140, 151, 0.24);
C
codecalm 已提交
10029 10030 10031 10032 10033 10034 10035 10036 10037 10038
  box-shadow: none; }

.input-group-flat .form-control:not(:last-child) {
  border-right: 0; }

.input-group-flat .form-control:not(:first-child) {
  border-left: 0; }

.input-group-flat .input-group-prepend {
  margin-right: 0;
C
codecalm 已提交
10039 10040
  border-right: 0;
  background: #ffffff; }
C
codecalm 已提交
10041 10042 10043 10044 10045 10046 10047 10048 10049 10050 10051 10052 10053 10054 10055 10056 10057 10058 10059 10060 10061 10062 10063 10064 10065 10066 10067 10068 10069 10070 10071 10072 10073 10074 10075 10076
  .input-group-flat .input-group-prepend .input-group-text {
    padding-right: 0; }

.input-group-flat .input-group-append {
  margin-left: 0; }
  .input-group-flat .input-group-append:not(:last-child) .input-group-text {
    border-right: 0; }
  .input-group-flat .input-group-append .input-group-text {
    padding-left: 0; }

.input-group-flat .input-group-text {
  background: transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/**
Upload files
 */
.form-file-button {
  margin-left: 0;
  border-left: 0; }

/**
Icon input
 */
.input-icon {
  position: relative; }
  .input-icon .form-control:not(:last-child) {
    padding-right: 2.5rem; }
  .input-icon .form-control:not(:first-child) {
    padding-left: 2.5rem; }

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
C
codecalm 已提交
10077 10078 10079 10080
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
C
codecalm 已提交
10081
  color: #868c97;
C
codecalm 已提交
10082 10083
  pointer-events: none;
  font-size: 1.2em; }
C
codecalm 已提交
10084 10085 10086 10087
  .input-icon-addon:last-child {
    right: 0;
    left: auto; }

C
codecalm 已提交
10088 10089 10090
/*
Color Input
 */
C
codecalm 已提交
10091
.form-colorinput {
C
codecalm 已提交
10092 10093 10094 10095 10096 10097
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 1;
  cursor: pointer; }

C
codecalm 已提交
10098
.form-colorinput-input {
C
codecalm 已提交
10099 10100 10101 10102
  position: absolute;
  z-index: -1;
  opacity: 0; }

C
codecalm 已提交
10103
.form-colorinput-color {
C
codecalm 已提交
10104 10105 10106 10107
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
C
codecalm 已提交
10108
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
10109 10110
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
C
codecalm 已提交
10111
  .form-colorinput-color:before {
C
codecalm 已提交
10112 10113 10114 10115 10116 10117
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
C
codecalm 已提交
10118 10119
    background: no-repeat center center/1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6' transform='scale%28.8%29' transform-origin='50% 50%'/%3e%3c/svg%3e");
C
codecalm 已提交
10120 10121
    opacity: 0;
    transition: .3s opacity; }
C
codecalm 已提交
10122
    .form-colorinput-input:checked ~ .form-colorinput-color:before {
C
codecalm 已提交
10123
      opacity: 1; }
C
codecalm 已提交
10124
  .form-colorinput-input:focus ~ .form-colorinput-color {
C
codecalm 已提交
10125 10126
    border-color: #206bc4;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
C
codecalm 已提交
10127
  .form-colorinput-light .form-colorinput-color:before {
C
codecalm 已提交
10128
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23354052' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6' transform='scale%28.8%29' transform-origin='50% 50%'/%3e%3c/svg%3e"); }
C
codecalm 已提交
10129 10130 10131 10132

/**
Image check
 */
C
codecalm 已提交
10133
.form-imagecheck {
C
codecalm 已提交
10134 10135 10136 10137
  position: relative;
  margin: 0;
  cursor: pointer; }

C
codecalm 已提交
10138
.form-imagecheck-input {
C
codecalm 已提交
10139 10140 10141 10142
  position: absolute;
  z-index: -1;
  opacity: 0; }

C
codecalm 已提交
10143
.form-imagecheck-figure {
C
codecalm 已提交
10144
  position: relative;
C
codecalm 已提交
10145
  display: block;
C
codecalm 已提交
10146 10147 10148 10149 10150
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
C
codecalm 已提交
10151
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
10152
  border-radius: 3px; }
C
codecalm 已提交
10153
  .form-imagecheck-input:focus ~ .form-imagecheck-figure {
C
codecalm 已提交
10154 10155
    border-color: #206bc4;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
C
codecalm 已提交
10156
  .form-imagecheck-input:checked ~ .form-imagecheck-figure {
C
codecalm 已提交
10157
    border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
10158
  .form-imagecheck-figure:before {
C
codecalm 已提交
10159 10160 10161 10162 10163
    position: absolute;
    top: .25rem;
    left: .25rem;
    z-index: 1;
    display: block;
C
codecalm 已提交
10164 10165
    width: 1rem;
    height: 1rem;
C
codecalm 已提交
10166 10167 10168 10169 10170 10171 10172 10173
    color: #fff;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
C
codecalm 已提交
10174
    border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
10175 10176
    border-radius: 3px;
    transition: .3s opacity; }
C
codecalm 已提交
10177
    .form-imagecheck-input:checked ~ .form-imagecheck-figure:before {
C
codecalm 已提交
10178
      background-color: #206bc4;
C
codecalm 已提交
10179 10180
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6' transform='scale%28.8%29' transform-origin='50% 50%'/%3e%3c/svg%3e");
      background-repeat: repeat;
C
codecalm 已提交
10181
      background-position: center center;
C
codecalm 已提交
10182
      background-size: 1rem;
C
codecalm 已提交
10183
      border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
10184

C
codecalm 已提交
10185
.form-imagecheck-image {
C
codecalm 已提交
10186
  max-width: 100%;
C
codecalm 已提交
10187
  display: block;
C
codecalm 已提交
10188 10189
  opacity: .64;
  transition: .3s opacity; }
C
codecalm 已提交
10190
  .form-imagecheck-image:first-child {
C
codecalm 已提交
10191 10192
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
C
codecalm 已提交
10193
  .form-imagecheck-image:last-child {
C
codecalm 已提交
10194 10195
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
C
codecalm 已提交
10196 10197 10198
  .form-imagecheck:hover .form-imagecheck-image,
  .form-imagecheck-input:focus ~ .form-imagecheck-figure .form-imagecheck-image,
  .form-imagecheck-input:checked ~ .form-imagecheck-figure .form-imagecheck-image {
C
codecalm 已提交
10199 10200
    opacity: 1; }

C
codecalm 已提交
10201
.form-imagecheck-caption {
C
codecalm 已提交
10202
  padding: .25rem;
C
codecalm 已提交
10203
  font-size: 0.8203125rem;
C
codecalm 已提交
10204
  color: #868c97;
C
codecalm 已提交
10205 10206
  text-align: center;
  transition: .3s color; }
C
codecalm 已提交
10207 10208 10209
  .form-imagecheck:hover .form-imagecheck-caption,
  .form-imagecheck-input:focus ~ .form-imagecheck-figure .form-imagecheck-caption,
  .form-imagecheck-input:checked ~ .form-imagecheck-figure .form-imagecheck-caption {
C
codecalm 已提交
10210
    color: #354052; }
C
codecalm 已提交
10211 10212

/*
C
codecalm 已提交
10213
Select group
C
codecalm 已提交
10214
 */
C
codecalm 已提交
10215 10216
.form-selectgroup {
  display: inline-flex;
C
codecalm 已提交
10217 10218
  margin: 0 -.5rem -.5rem 0;
  flex-wrap: wrap; }
C
codecalm 已提交
10219 10220
  .form-selectgroup .form-selectgroup-item {
    margin: 0 .5rem .5rem 0; }
C
codecalm 已提交
10221

C
codecalm 已提交
10222
.form-selectgroup-vertical {
C
codecalm 已提交
10223 10224
  flex-direction: column; }

C
codecalm 已提交
10225 10226
.form-selectgroup-item {
  display: block;
C
codecalm 已提交
10227
  position: relative; }
C
codecalm 已提交
10228

C
codecalm 已提交
10229
.form-selectgroup-input {
C
codecalm 已提交
10230 10231 10232 10233 10234 10235
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0; }

C
codecalm 已提交
10236
.form-selectgroup-box {
C
codecalm 已提交
10237 10238
  position: relative;
  display: block;
C
codecalm 已提交
10239
  min-width: calc(1.4666667em + 0.75rem + 2px);
C
codecalm 已提交
10240
  padding: 0.375rem 0.75rem;
C
codecalm 已提交
10241 10242
  font-size: 0.9375rem;
  line-height: 1.4666667;
C
codecalm 已提交
10243 10244
  color: #868c97;
  background: #ffffff;
C
codecalm 已提交
10245 10246 10247 10248 10249 10250
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
C
codecalm 已提交
10251
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
10252 10253 10254 10255 10256
  border-radius: 3px;
  transition: border-color .3s, background .3s, color .3s; }
  .form-selectgroup-box .icon:only-child {
    margin: 0 -.25rem; }
  .form-selectgroup-box:hover {
C
codecalm 已提交
10257
    color: #354052; }
C
codecalm 已提交
10258

C
codecalm 已提交
10259 10260 10261 10262
.form-selectgroup-check {
  display: inline-block;
  width: 1rem;
  height: 1rem;
C
codecalm 已提交
10263
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
10264 10265 10266 10267 10268 10269 10270
  vertical-align: middle; }
  .form-selectgroup-input[type="checkbox"] + .form-selectgroup-box .form-selectgroup-check {
    border-radius: 3px; }
  .form-selectgroup-input[type="radio"] + .form-selectgroup-box .form-selectgroup-check {
    border-radius: 50%; }
  .form-selectgroup-input:checked + .form-selectgroup-box .form-selectgroup-check {
    background-color: #206bc4;
C
codecalm 已提交
10271
    background-repeat: repeat;
C
codecalm 已提交
10272
    background-position: center center;
C
codecalm 已提交
10273
    background-size: 1rem;
C
codecalm 已提交
10274
    border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
10275
  .form-selectgroup-input[type="checkbox"]:checked + .form-selectgroup-box .form-selectgroup-check {
C
codecalm 已提交
10276
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6' transform='scale%28.8%29' transform-origin='50% 50%'/%3e%3c/svg%3e"); }
C
codecalm 已提交
10277
  .form-selectgroup-input[type="radio"]:checked + .form-selectgroup-box .form-selectgroup-check {
C
codecalm 已提交
10278
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e"); }
C
codecalm 已提交
10279 10280

.form-selectgroup-input:checked + .form-selectgroup-box {
C
codecalm 已提交
10281 10282
  z-index: 1;
  color: #206bc4;
C
codecalm 已提交
10283 10284 10285
  background: rgba(32, 107, 196, 0.04);
  border-color: #7aade9;
  box-shadow: 0 1px 1px 0 rgba(32, 107, 196, 0.2); }
C
codecalm 已提交
10286

C
codecalm 已提交
10287
.form-selectgroup-input:focus + .form-selectgroup-box {
C
codecalm 已提交
10288 10289
  z-index: 2;
  color: #206bc4;
C
codecalm 已提交
10290
  border-color: #7aade9;
C
codecalm 已提交
10291 10292
  box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }

C
codecalm 已提交
10293 10294 10295
.form-selectgroup-box-content {
  line-height: 1.3333334; }

C
codecalm 已提交
10296 10297 10298 10299 10300 10301 10302 10303 10304
/**
Alternate version of form select group
 */
.form-selectgroup-boxes .form-selectgroup-box {
  text-align: left;
  padding: 1.25rem 1.25rem;
  color: inherit; }

.form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-box {
C
codecalm 已提交
10305
  color: inherit; }
C
codecalm 已提交
10306 10307
  .form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-box .form-selectgroup-title {
    color: #206bc4; }
C
codecalm 已提交
10308 10309 10310 10311 10312 10313 10314
  .form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-box .form-selectgroup-box-content {
    opacity: 1; }

/**
Select group
 */
.form-selectgroup-pills {
C
codecalm 已提交
10315 10316
  flex-wrap: wrap;
  align-items: flex-start; }
C
codecalm 已提交
10317
  .form-selectgroup-pills .form-selectgroup-item {
C
codecalm 已提交
10318
    flex-grow: 0; }
C
codecalm 已提交
10319
  .form-selectgroup-pills .form-selectgroup-box {
C
codecalm 已提交
10320 10321 10322 10323 10324 10325 10326 10327
    border-radius: 50px; }

/**
Bootstrap color input
 */
.form-control-color::-webkit-color-swatch {
  border: none; }

C
codecalm 已提交
10328 10329 10330 10331 10332 10333
/**
Remove the cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

C
codecalm 已提交
10334
.form-control.is-valid-lite, .form-control.is-invalid-lite {
C
codecalm 已提交
10335
  border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
10336 10337 10338

.legend {
  display: inline-block;
C
codecalm 已提交
10339
  background: #e9ecf1;
C
codecalm 已提交
10340 10341 10342 10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 10354
  width: .75em;
  height: .75em;
  border-radius: 3px; }

.list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word; }

.list-item-actions {
  margin-left: auto; }

.list-bordered .list-item, .list-row .list-item {
C
codecalm 已提交
10355
  border-top: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
10356 10357 10358 10359 10360 10361 10362 10363 10364 10365 10366 10367 10368 10369 10370 10371 10372 10373 10374 10375 10376 10377 10378 10379 10380 10381 10382 10383 10384 10385 10386 10387 10388 10389
  margin-top: -1px; }
  .list-bordered .list-item:first-child, .list-row .list-item:first-child {
    border-top: none; }

.list-hoverable .list-item-actions {
  opacity: 0;
  transition: .3s opacity; }

.list-hoverable .list-item:hover .list-item-actions,
.list-hoverable .list-item-actions.show {
  opacity: 1; }

.list-row .list-item {
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0.625rem; }
  .list-row .list-item > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

.list-timeline {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-timeline > li {
    position: relative;
    margin-bottom: 1.5rem; }
    .list-timeline > li:last-child {
      margin-bottom: 0; }

.list-timeline-time {
  float: right;
  margin-left: 1rem;
C
codecalm 已提交
10390
  color: #868c97; }
C
codecalm 已提交
10391 10392 10393 10394 10395 10396 10397 10398 10399 10400 10401 10402

.list-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #ffffff;
  text-align: center;
C
codecalm 已提交
10403
  background: #868c97;
C
codecalm 已提交
10404 10405 10406 10407 10408 10409 10410 10411 10412 10413 10414 10415 10416
  border-radius: 50%; }
  .list-timeline-icon .icon {
    width: 1rem;
    height: 1rem; }

.list-timeline-title {
  margin: 0;
  font-weight: 600; }

.list-timeline-content {
  margin-left: 3.5rem; }

@media screen and (min-width: 768px) {
C
codecalm 已提交
10417
  .list-timeline:not(.list-timeline-simple):before {
C
codecalm 已提交
10418 10419 10420 10421 10422 10423 10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 10439 10440 10441 10442 10443
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(7.5rem + 2px);
    z-index: 1;
    display: block;
    width: 4px;
    content: "";
    background-color: #f5f7fb; }
  .list-timeline:not(.list-timeline-simple) > li {
    z-index: 2;
    min-height: 40px; }
  .list-timeline:not(.list-timeline-simple) .list-timeline-time {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 5.5rem;
    margin: 0;
    text-align: right; }
  .list-timeline:not(.list-timeline-simple) .list-timeline-icon {
    top: 0;
    left: 6.5rem; }
  .list-timeline:not(.list-timeline-simple) .list-timeline-content {
    padding: .625rem 0 0 10rem;
    margin: 0; } }

C
codecalm 已提交
10444 10445 10446 10447 10448 10449 10450
.list-group-transparent {
  margin: 0 -0.75rem; }
  .list-group-transparent .list-group-item {
    background: none;
    border: 0;
    border-radius: 3px; }
    .list-group-transparent .list-group-item .icon {
C
codecalm 已提交
10451
      color: #868c97; }
C
codecalm 已提交
10452 10453 10454 10455 10456 10457
    .list-group-transparent .list-group-item.active {
      font-weight: 600;
      color: inherit;
      background: rgba(32, 107, 196, 0.06); }
      .list-group-transparent .list-group-item.active .icon {
        color: inherit; }
C
codecalm 已提交
10458 10459 10460 10461 10462 10463 10464 10465

.list-separated-item {
  padding: 1rem 0; }
  .list-separated-item:first-child {
    padding-top: 0; }
  .list-separated-item:last-child {
    padding-bottom: 0; }
  .list-separated-item + .list-separated-item {
C
codecalm 已提交
10466 10467 10468 10469 10470 10471 10472 10473
    border-top: 1px solid rgba(134, 140, 151, 0.24); }

/**
Inline list
 */
.list-inline-dots .list-inline-item + .list-inline-item:before {
  content: '· ';
  margin-right: 0.5rem; }
C
codecalm 已提交
10474 10475 10476 10477 10478 10479 10480 10481 10482 10483 10484 10485 10486 10487 10488 10489 10490 10491 10492 10493

@-webkit-keyframes loader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes loader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.loader {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  color: #206bc4;
  vertical-align: middle; }
C
codecalm 已提交
10494
  .loader:after {
C
codecalm 已提交
10495 10496 10497 10498 10499 10500 10501 10502 10503 10504 10505 10506 10507 10508 10509 10510 10511 10512 10513 10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 10525 10526 10527 10528 10529
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid;
    border-color: transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
    border-radius: 50%;
    -webkit-animation: loader .6s linear;
    animation: loader .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/**
Dimmer
*/
.dimmer {
  position: relative; }
  .dimmer .loader {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: none;
    margin: 0 auto;
    transform: translateY(-50%); }
  .dimmer.active .loader {
    display: block; }
  .dimmer.active .dimmer-content {
    pointer-events: none;
    opacity: .1; }

C
codecalm 已提交
10530 10531 10532 10533
.modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
C
codecalm 已提交
10534
  font-size: 1rem;
C
codecalm 已提交
10535 10536 10537 10538 10539 10540 10541 10542 10543 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 10554 10555 10556 10557 10558 10559 10560 10561 10562 10563 10564 10565 10566 10567 10568
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  padding: 0;
  z-index: 10; }

.modal-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-transition: .3s background;
  transition: .3s background; }

.modal-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #dee1e7; }

.modal-body::-webkit-scrollbar-corner {
  background: transparent; }

.modal-body:hover::-webkit-scrollbar-thumb {
  background: #cbcfd6;
  background: #cbcfd6; }

.modal-body .modal-title {
  margin-bottom: 1rem; }

.modal-body + .modal-body {
  border-top: 1px solid rgba(134, 140, 151, 0.12); }

.modal-header {
  align-items: center;
  min-height: 3.5rem;
  background: #ffffff;
  padding: 0 3.5rem 0 1.5rem; }
C
codecalm 已提交
10569

C
codecalm 已提交
10570 10571 10572 10573 10574 10575
.modal-title {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3333333; }

.modal-footer {
C
codecalm 已提交
10576 10577
  padding-top: 0;
  padding-bottom: .75rem; }
C
codecalm 已提交
10578 10579 10580 10581

.modal-blur {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }
C
codecalm 已提交
10582

C
codecalm 已提交
10583 10584 10585 10586
.modal-full-width {
  max-width: none;
  margin: 0 0.5rem; }

C
codecalm 已提交
10587
.nav-tabs .icon {
C
codecalm 已提交
10588
  color: #868c97; }
C
codecalm 已提交
10589 10590

.nav-tabs .nav-link {
C
codecalm 已提交
10591
  padding: 0.75rem 1.25rem;
C
codecalm 已提交
10592
  line-height: 20px;
C
codecalm 已提交
10593
  color: #868c97;
C
codecalm 已提交
10594 10595 10596 10597 10598 10599
  cursor: pointer;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  transition: .3s color, .3s border-color; }
  .nav-tabs .nav-link:hover {
C
codecalm 已提交
10600
    color: #354052;
C
codecalm 已提交
10601 10602
    border-color: transparent; }
  .nav-tabs .nav-link.disabled {
C
codecalm 已提交
10603
    color: rgba(134, 140, 151, 0.2); }
C
codecalm 已提交
10604
  .nav-tabs .nav-link.active {
C
codecalm 已提交
10605
    color: #354052;
C
codecalm 已提交
10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 10617 10618 10619 10620 10621 10622 10623 10624 10625 10626 10627 10628
    background: inherit;
    border-color: transparent;
    border-bottom-color: #206bc4; }

.nav-tabs-alt .nav-link {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }

.nav-icon {
  line-height: 1;
  margin-right: .25rem; }
  .nav-icon .icon {
    display: block;
    stroke-width: 1.5; }

.nav-link {
  display: flex;
  align-items: center;
  transition: .3s color; }

.stars {
  display: inline-flex;
C
codecalm 已提交
10629
  color: #dee1e7;
C
codecalm 已提交
10630
  font-size: 0.8666667em; }
C
codecalm 已提交
10631 10632 10633 10634 10635 10636 10637 10638 10639 10640
  .stars .star:not(:first-child) {
    margin-left: .25rem; }

.pagination {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-link {
C
codecalm 已提交
10641
  min-width: 1.5rem;
C
codecalm 已提交
10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657
  border-radius: 3px; }
  .page-link:hover {
    background: transparent; }

.page-item {
  text-align: center; }
  .page-item.page-prev, .page-item.page-next {
    flex: 0 0 50%;
    text-align: left; }
  .page-item.page-next {
    margin-left: auto;
    text-align: right; }

.page-item-subtitle {
  margin-bottom: 2px;
  font-size: 12px;
C
codecalm 已提交
10658
  color: #868c97;
C
codecalm 已提交
10659 10660
  text-transform: uppercase; }
  .page-item.disabled .page-item-subtitle {
C
codecalm 已提交
10661
    color: rgba(134, 140, 151, 0.5); }
C
codecalm 已提交
10662 10663

.page-item-title {
C
codecalm 已提交
10664
  font-size: 1.2em;
C
codecalm 已提交
10665
  font-weight: 400;
C
codecalm 已提交
10666
  color: #354052; }
C
codecalm 已提交
10667 10668 10669
  .page-link:hover .page-item-title {
    color: #206bc4; }
  .page-item.disabled .page-item-title {
C
codecalm 已提交
10670
    color: rgba(134, 140, 151, 0.5); }
C
codecalm 已提交
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 10686 10687 10688 10689 10690 10691 10692

@-webkit-keyframes progress-indeterminate {
  0% {
    right: 100%;
    left: -35%; }
  100%,
  60% {
    right: -90%;
    left: 100%; } }

@keyframes progress-indeterminate {
  0% {
    right: 100%;
    left: -35%; }
  100%,
  60% {
    right: -90%;
    left: 100%; } }

.progress {
  position: relative;
  width: 100%;
C
codecalm 已提交
10693
  line-height: 0.5rem;
C
codecalm 已提交
10694 10695 10696 10697
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .progress::-webkit-progress-bar {
C
codecalm 已提交
10698
    background: #f5f7fb; }
C
codecalm 已提交
10699 10700 10701 10702 10703 10704 10705 10706 10707 10708 10709
  .progress::-webkit-progress-value {
    background-color: #206bc4; }
  .progress::-moz-progress-bar {
    background-color: #206bc4; }
  .progress::-ms-fill {
    background-color: #206bc4;
    border: none; }

.progress-sm {
  height: .25rem; }

C
codecalm 已提交
10710 10711 10712
.progress-bar {
  height: 100%; }

C
codecalm 已提交
10713
.progress-bar-indeterminate:after, .progress-bar-indeterminate:before {
C
codecalm 已提交
10714 10715 10716 10717 10718 10719 10720 10721
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: inherit;
  will-change: left, right; }

C
codecalm 已提交
10722
.progress-bar-indeterminate:before {
C
codecalm 已提交
10723 10724 10725 10726 10727 10728 10729 10730 10731
  -webkit-animation: progress-indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: progress-indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }

.ribbon {
  position: absolute;
  top: .75rem;
  right: -0.25rem;
  z-index: 1;
  padding: .25rem .75rem;
C
codecalm 已提交
10732 10733
  font-size: 0.7333333em;
  font-weight: 600;
C
codecalm 已提交
10734 10735 10736 10737 10738 10739
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #206bc4;
  border-color: #206bc4; }
C
codecalm 已提交
10740
  .ribbon:before {
C
codecalm 已提交
10741 10742 10743 10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755 10756
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    content: "";
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    border: 0.125rem solid;
    border-color: inherit;
    border-top-color: transparent;
    border-right-color: transparent; }
  .ribbon.bg-blue {
    border-color: #206bc4; }
  .ribbon.bg-blue-lt {
    border-color: #d2e1f3 !important; }
C
codecalm 已提交
10757 10758 10759 10760
  .ribbon.bg-azure {
    border-color: #45aaf2; }
  .ribbon.bg-azure-lt {
    border-color: #daeefc !important; }
C
codecalm 已提交
10761 10762 10763 10764 10765 10766 10767 10768 10769 10770 10771 10772 10773 10774 10775 10776 10777 10778 10779 10780 10781 10782 10783 10784
  .ribbon.bg-indigo {
    border-color: #6574cd; }
  .ribbon.bg-indigo-lt {
    border-color: #e0e3f5 !important; }
  .ribbon.bg-purple {
    border-color: #a55eea; }
  .ribbon.bg-purple-lt {
    border-color: #eddffb !important; }
  .ribbon.bg-pink {
    border-color: #f66d9b; }
  .ribbon.bg-pink-lt {
    border-color: #fde2eb !important; }
  .ribbon.bg-red {
    border-color: #fa4654; }
  .ribbon.bg-red-lt {
    border-color: #fedadd !important; }
  .ribbon.bg-orange {
    border-color: #ff922b; }
  .ribbon.bg-orange-lt {
    border-color: #ffe9d5 !important; }
  .ribbon.bg-yellow {
    border-color: #fab005; }
  .ribbon.bg-yellow-lt {
    border-color: #feefcd !important; }
C
codecalm 已提交
10785 10786 10787 10788
  .ribbon.bg-lime {
    border-color: #94d82d; }
  .ribbon.bg-lime-lt {
    border-color: #eaf7d5 !important; }
C
codecalm 已提交
10789 10790 10791 10792 10793 10794 10795 10796 10797 10798 10799 10800 10801 10802 10803 10804 10805
  .ribbon.bg-green {
    border-color: #5eba00; }
  .ribbon.bg-green-lt {
    border-color: #dff1cc !important; }
  .ribbon.bg-teal {
    border-color: #2bcbba; }
  .ribbon.bg-teal-lt {
    border-color: #d5f5f1 !important; }
  .ribbon.bg-cyan {
    border-color: #17a2b8; }
  .ribbon.bg-cyan-lt {
    border-color: #d1ecf1 !important; }
  .ribbon.bg-white {
    border-color: #ffffff; }
  .ribbon.bg-white-lt {
    border-color: white !important; }
  .ribbon.bg-gray {
C
codecalm 已提交
10806
    border-color: #a8aeb7; }
C
codecalm 已提交
10807
  .ribbon.bg-gray-lt {
C
codecalm 已提交
10808
    border-color: #eeeff1 !important; }
C
codecalm 已提交
10809
  .ribbon.bg-gray-dark {
C
codecalm 已提交
10810
    border-color: #545d6d; }
C
codecalm 已提交
10811
  .ribbon.bg-gray-dark-lt {
C
codecalm 已提交
10812
    border-color: #dddfe2 !important; }
C
codecalm 已提交
10813
  .ribbon.bg-dark {
C
codecalm 已提交
10814
    border-color: #354052; }
C
codecalm 已提交
10815
  .ribbon.bg-dark-lt {
C
codecalm 已提交
10816
    border-color: #d7d9dc !important; }
C
codecalm 已提交
10817 10818 10819 10820 10821 10822 10823 10824 10825
  .ribbon .icon {
    width: 1rem;
    height: 1rem; }

.ribbon-top {
  top: -0.25rem;
  right: .75rem;
  width: 2rem;
  padding: .25rem 0; }
C
codecalm 已提交
10826
  .ribbon-top:before {
C
codecalm 已提交
10827 10828 10829 10830 10831 10832 10833 10834 10835
    top: 0;
    right: 100%;
    bottom: auto;
    border-color: inherit;
    border-top-color: transparent;
    border-left-color: transparent; }
  .ribbon-top.ribbon-left {
    right: auto;
    left: .75rem; }
C
codecalm 已提交
10836
    .ribbon-top.ribbon-left:before {
C
codecalm 已提交
10837 10838 10839 10840 10841 10842 10843
      top: 0;
      right: 100%;
      left: auto; }

.ribbon-left {
  right: auto;
  left: -0.25rem; }
C
codecalm 已提交
10844
  .ribbon-left:before {
C
codecalm 已提交
10845 10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857
    top: auto;
    bottom: 100%;
    left: 0;
    border-color: inherit;
    border-top-color: transparent;
    border-left-color: transparent; }

.ribbon-bottom {
  top: auto;
  bottom: .75rem; }

.ribbon-bookmark {
  padding-left: .25rem; }
C
codecalm 已提交
10858
  .ribbon-bookmark:after {
C
codecalm 已提交
10859 10860 10861 10862 10863 10864 10865 10866 10867 10868 10869 10870 10871 10872 10873
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 1rem solid;
    border-color: inherit;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-width: .5rem; }
  .ribbon-bookmark.ribbon-left {
    padding-right: .5rem;
    padding-left: .5rem; }
C
codecalm 已提交
10874
    .ribbon-bookmark.ribbon-left:after {
C
codecalm 已提交
10875 10876 10877 10878 10879 10880 10881 10882 10883
      right: auto;
      left: 100%;
      border-right-color: transparent;
      border-right-width: .5rem;
      border-left-width: 0; }
  .ribbon-bookmark.ribbon-top {
    padding-right: 0;
    padding-bottom: .25rem;
    padding-left: 0; }
C
codecalm 已提交
10884
    .ribbon-bookmark.ribbon-top:after {
C
codecalm 已提交
10885 10886 10887 10888 10889 10890 10891 10892 10893 10894 10895 10896 10897 10898 10899 10900 10901
      top: 100%;
      right: 0;
      left: 0;
      border-color: inherit;
      border-width: 1rem;
      border-top-width: 0;
      border-bottom-color: transparent;
      border-bottom-width: .5rem; }

.stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 .25rem;
C
codecalm 已提交
10902
  font-size: 0.9375rem;
C
codecalm 已提交
10903
  font-weight: 600;
C
codecalm 已提交
10904
  color: #868c97;
C
codecalm 已提交
10905
  text-align: center;
C
codecalm 已提交
10906
  background: #f1f3f8;
C
codecalm 已提交
10907 10908 10909 10910 10911 10912 10913 10914 10915 10916 10917 10918 10919 10920
  border-radius: 3px; }
  .stamp .icon {
    font-size: 1.25rem;
    vertical-align: middle; }

.steps {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 2rem 0;
  list-style: none; }
  .steps .step-item {
    padding-top: calc(0.5rem + 4px); }
C
codecalm 已提交
10921
    .steps .step-item:after {
C
codecalm 已提交
10922 10923
      top: calc(0.25rem + 2px);
      height: 2px; }
C
codecalm 已提交
10924
    .steps .step-item:before {
C
codecalm 已提交
10925 10926
      width: 0.5rem;
      height: 0.5rem; }
C
codecalm 已提交
10927
  .steps .step-item:after, .steps .step-item:before {
C
codecalm 已提交
10928 10929
    color: #ffffff;
    background: #206bc4; }
C
codecalm 已提交
10930
  .steps .step-item.active:before {
C
codecalm 已提交
10931 10932 10933
    color: inherit;
    border-color: #206bc4; }

C
codecalm 已提交
10934
.steps-blue .step-item:after, .steps-blue .step-item:before {
C
codecalm 已提交
10935 10936 10937
  color: #ffffff;
  background: #206bc4; }

C
codecalm 已提交
10938
.steps-blue .step-item.active:before {
C
codecalm 已提交
10939 10940 10941
  color: inherit;
  border-color: #206bc4; }

C
codecalm 已提交
10942 10943 10944 10945 10946 10947 10948 10949
.steps-azure .step-item:after, .steps-azure .step-item:before {
  color: #ffffff;
  background: #45aaf2; }

.steps-azure .step-item.active:before {
  color: inherit;
  border-color: #45aaf2; }

C
codecalm 已提交
10950
.steps-indigo .step-item:after, .steps-indigo .step-item:before {
C
codecalm 已提交
10951 10952 10953
  color: #ffffff;
  background: #6574cd; }

C
codecalm 已提交
10954
.steps-indigo .step-item.active:before {
C
codecalm 已提交
10955 10956 10957
  color: inherit;
  border-color: #6574cd; }

C
codecalm 已提交
10958
.steps-purple .step-item:after, .steps-purple .step-item:before {
C
codecalm 已提交
10959 10960 10961
  color: #ffffff;
  background: #a55eea; }

C
codecalm 已提交
10962
.steps-purple .step-item.active:before {
C
codecalm 已提交
10963 10964 10965
  color: inherit;
  border-color: #a55eea; }

C
codecalm 已提交
10966
.steps-pink .step-item:after, .steps-pink .step-item:before {
C
codecalm 已提交
10967 10968 10969
  color: #ffffff;
  background: #f66d9b; }

C
codecalm 已提交
10970
.steps-pink .step-item.active:before {
C
codecalm 已提交
10971 10972 10973
  color: inherit;
  border-color: #f66d9b; }

C
codecalm 已提交
10974
.steps-red .step-item:after, .steps-red .step-item:before {
C
codecalm 已提交
10975 10976 10977
  color: #ffffff;
  background: #fa4654; }

C
codecalm 已提交
10978
.steps-red .step-item.active:before {
C
codecalm 已提交
10979 10980 10981
  color: inherit;
  border-color: #fa4654; }

C
codecalm 已提交
10982
.steps-orange .step-item:after, .steps-orange .step-item:before {
C
codecalm 已提交
10983 10984 10985
  color: #ffffff;
  background: #ff922b; }

C
codecalm 已提交
10986
.steps-orange .step-item.active:before {
C
codecalm 已提交
10987 10988 10989
  color: inherit;
  border-color: #ff922b; }

C
codecalm 已提交
10990
.steps-yellow .step-item:after, .steps-yellow .step-item:before {
C
codecalm 已提交
10991 10992 10993
  color: #ffffff;
  background: #fab005; }

C
codecalm 已提交
10994
.steps-yellow .step-item.active:before {
C
codecalm 已提交
10995 10996 10997
  color: inherit;
  border-color: #fab005; }

C
codecalm 已提交
10998 10999 11000 11001 11002 11003 11004 11005
.steps-lime .step-item:after, .steps-lime .step-item:before {
  color: #ffffff;
  background: #94d82d; }

.steps-lime .step-item.active:before {
  color: inherit;
  border-color: #94d82d; }

C
codecalm 已提交
11006
.steps-green .step-item:after, .steps-green .step-item:before {
C
codecalm 已提交
11007 11008 11009
  color: #ffffff;
  background: #5eba00; }

C
codecalm 已提交
11010
.steps-green .step-item.active:before {
C
codecalm 已提交
11011 11012 11013
  color: inherit;
  border-color: #5eba00; }

C
codecalm 已提交
11014
.steps-teal .step-item:after, .steps-teal .step-item:before {
C
codecalm 已提交
11015 11016 11017
  color: #ffffff;
  background: #2bcbba; }

C
codecalm 已提交
11018
.steps-teal .step-item.active:before {
C
codecalm 已提交
11019 11020 11021
  color: inherit;
  border-color: #2bcbba; }

C
codecalm 已提交
11022
.steps-cyan .step-item:after, .steps-cyan .step-item:before {
C
codecalm 已提交
11023 11024 11025
  color: #ffffff;
  background: #17a2b8; }

C
codecalm 已提交
11026
.steps-cyan .step-item.active:before {
C
codecalm 已提交
11027 11028 11029
  color: inherit;
  border-color: #17a2b8; }

C
codecalm 已提交
11030
.steps-white .step-item:after, .steps-white .step-item:before {
C
codecalm 已提交
11031 11032 11033
  color: #ffffff;
  background: #ffffff; }

C
codecalm 已提交
11034
.steps-white .step-item.active:before {
C
codecalm 已提交
11035 11036 11037
  color: inherit;
  border-color: #ffffff; }

C
codecalm 已提交
11038
.steps-gray .step-item:after, .steps-gray .step-item:before {
C
codecalm 已提交
11039
  color: #ffffff;
C
codecalm 已提交
11040
  background: #a8aeb7; }
C
codecalm 已提交
11041

C
codecalm 已提交
11042
.steps-gray .step-item.active:before {
C
codecalm 已提交
11043
  color: inherit;
C
codecalm 已提交
11044
  border-color: #a8aeb7; }
C
codecalm 已提交
11045

C
codecalm 已提交
11046
.steps-gray-dark .step-item:after, .steps-gray-dark .step-item:before {
C
codecalm 已提交
11047
  color: #ffffff;
C
codecalm 已提交
11048
  background: #545d6d; }
C
codecalm 已提交
11049

C
codecalm 已提交
11050
.steps-gray-dark .step-item.active:before {
C
codecalm 已提交
11051
  color: inherit;
C
codecalm 已提交
11052
  border-color: #545d6d; }
C
codecalm 已提交
11053

C
codecalm 已提交
11054
.steps-dark .step-item:after, .steps-dark .step-item:before {
C
codecalm 已提交
11055
  color: #ffffff;
C
codecalm 已提交
11056
  background: #354052; }
C
codecalm 已提交
11057

C
codecalm 已提交
11058
.steps-dark .step-item.active:before {
C
codecalm 已提交
11059
  color: inherit;
C
codecalm 已提交
11060
  border-color: #354052; }
C
codecalm 已提交
11061 11062 11063 11064 11065 11066 11067 11068 11069 11070 11071 11072 11073

.step-item {
  position: relative;
  flex: 1 1 0;
  min-height: 1rem;
  margin-top: 0;
  color: inherit;
  text-align: center;
  cursor: default; }
  a.step-item {
    cursor: pointer; }
    a.step-item:hover {
      color: inherit; }
C
codecalm 已提交
11074
  .step-item:not(:first-child):after {
C
codecalm 已提交
11075 11076 11077 11078 11079
    position: absolute;
    left: -50%;
    width: 100%;
    content: "";
    transform: translateY(-50%); }
C
codecalm 已提交
11080
  .step-item:before {
C
codecalm 已提交
11081 11082 11083 11084 11085 11086 11087 11088 11089 11090 11091 11092
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    box-sizing: content-box;
    display: block;
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%); }
  .step-item.active {
    font-weight: 600; }
C
codecalm 已提交
11093
    .step-item.active:before {
C
codecalm 已提交
11094 11095
      background: #fff; }
    .step-item.active ~ .step-item {
C
codecalm 已提交
11096
      color: #868c97; }
C
codecalm 已提交
11097
      .step-item.active ~ .step-item:after, .step-item.active ~ .step-item:before {
C
codecalm 已提交
11098
        background: #f3f5f5; }
C
codecalm 已提交
11099
      .step-item.active ~ .step-item:before {
C
codecalm 已提交
11100
        color: #868c97 !important; }
C
codecalm 已提交
11101 11102 11103 11104 11105

.steps-counter {
  counter-reset: steps; }
  .steps-counter .step-item {
    padding-top: calc(1.5rem + 4px); }
C
codecalm 已提交
11106
    .steps-counter .step-item:after {
C
codecalm 已提交
11107 11108
      top: calc(0.75rem + 2px);
      height: 2px; }
C
codecalm 已提交
11109
    .steps-counter .step-item:before {
C
codecalm 已提交
11110 11111 11112 11113
      width: 1.5rem;
      height: 1.5rem; }
  .steps-counter .step-item {
    counter-increment: steps; }
C
codecalm 已提交
11114
    .steps-counter .step-item:before {
C
codecalm 已提交
11115 11116 11117
      font-size: 1rem;
      line-height: 1.5rem;
      content: counter(steps); }
C
codecalm 已提交
11118
    .steps-counter .step-item.active ~ .step-item:before {
C
codecalm 已提交
11119 11120
      background: #fff; }

C
codecalm 已提交
11121
.table, .markdown > table {
C
codecalm 已提交
11122
  color: inherit; }
C
codecalm 已提交
11123
  .table thead th, .markdown > table thead th {
C
codecalm 已提交
11124
    background: rgba(53, 64, 82, 0.024);
C
codecalm 已提交
11125
    border-width: 1px;
C
codecalm 已提交
11126
    font-size: 0.7333333em;
C
codecalm 已提交
11127 11128 11129
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
C
codecalm 已提交
11130 11131 11132
    color: #868c97;
    padding-top: .5rem;
    padding-bottom: .5rem; }
C
codecalm 已提交
11133
    @media print {
C
codecalm 已提交
11134
      .table thead th, .markdown > table thead th {
C
codecalm 已提交
11135
        background: transparent; } }
C
codecalm 已提交
11136
  .table th, .markdown > table th {
C
codecalm 已提交
11137
    color: #868c97; }
C
codecalm 已提交
11138 11139 11140 11141 11142 11143 11144 11145 11146 11147 11148 11149 11150 11151 11152 11153 11154

.table-nowrap th,
.table-nowrap td {
  white-space: nowrap; }

.table-md th,
.table-md td {
  padding: .5rem; }

.table-vcenter td,
.table-vcenter th {
  vertical-align: middle; }

.table-center td,
.table-center th {
  text-align: center; }

C
codecalm 已提交
11155 11156 11157 11158
.td-truncate {
  max-width: 1px;
  width: 100%; }

C
codecalm 已提交
11159 11160 11161 11162 11163 11164
.toast-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

C
codecalm 已提交
11165 11166 11167
.toast button[data-dismiss="toast"] {
  outline: none; }

C
codecalm 已提交
11168 11169 11170 11171 11172 11173 11174 11175 11176 11177 11178 11179 11180 11181 11182 11183 11184
.toolbar {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  margin: 0 -.5rem; }
  .toolbar > * {
    margin: 0 .5rem; }

/**
Horizontal rules
 */
/**
Hr text
 */
.hr-text {
  display: flex;
  align-items: center;
C
codecalm 已提交
11185
  margin: 2rem 0;
C
codecalm 已提交
11186
  font-size: 0.7333333em;
C
codecalm 已提交
11187 11188 11189
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
C
codecalm 已提交
11190
  color: #868c97;
C
codecalm 已提交
11191 11192
  height: 1px; }
  .hr-text:after, .hr-text:before {
C
codecalm 已提交
11193 11194 11195 11196
    flex: 1 1 auto;
    height: 1px;
    background-color: currentColor;
    opacity: 0.1; }
C
codecalm 已提交
11197 11198
  .hr-text:before {
    content: "";
C
codecalm 已提交
11199
    margin-right: .5rem; }
C
codecalm 已提交
11200
  .hr-text:after {
C
codecalm 已提交
11201 11202 11203 11204 11205
    content: "";
    margin-left: .5rem; }
  .hr-text > *:first-child {
    padding-right: .5rem;
    padding-left: 0;
C
codecalm 已提交
11206
    color: #868c97; }
C
codecalm 已提交
11207 11208 11209
  .hr-text.hr-text-left:before {
    content: none; }
  .hr-text.hr-text-left > *:first-child {
C
codecalm 已提交
11210 11211
    padding-right: .5rem;
    padding-left: .5rem; }
C
codecalm 已提交
11212
  .hr-text.hr-text-right:before {
C
codecalm 已提交
11213
    content: ""; }
C
codecalm 已提交
11214
  .hr-text.hr-text-right:after {
C
codecalm 已提交
11215 11216 11217 11218
    content: none; }
  .hr-text.hr-text-right > *:first-child {
    padding-right: 0;
    padding-left: .5rem; }
C
codecalm 已提交
11219 11220 11221 11222 11223
  .card > .hr-text {
    margin: 0; }

.hr-text-spaceless {
  margin: -.5rem 0; }
C
codecalm 已提交
11224 11225 11226 11227 11228 11229 11230 11231 11232 11233 11234 11235 11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 11248 11249 11250 11251

.lead {
  line-height: 1.4; }

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

h1 a, .h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit; }

strong,
C
codecalm 已提交
11252
.strong,
C
codecalm 已提交
11253 11254 11255 11256 11257
b {
  font-weight: 600; }

blockquote {
  padding-left: 1rem;
C
codecalm 已提交
11258 11259
  color: #868c97;
  border-left: 2px solid rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
11260 11261 11262 11263 11264
  blockquote p {
    margin-bottom: 1rem; }
  blockquote cite {
    display: block;
    text-align: right; }
C
codecalm 已提交
11265
    blockquote cite:before {
C
codecalm 已提交
11266 11267
      content: "— "; }

C
codecalm 已提交
11268 11269 11270
hr, .hr {
  margin: 2rem 0; }

C
codecalm 已提交
11271 11272 11273
dl dd:last-child {
  margin-bottom: 0; }

C
codecalm 已提交
11274
code {
C
codecalm 已提交
11275
  padding: 2px 4px;
C
codecalm 已提交
11276 11277 11278 11279 11280 11281 11282
  background: rgba(32, 107, 196, 0.03);
  border: 1px solid rgba(32, 107, 196, 0.064);
  border-radius: 3px; }

pre {
  padding: 1rem;
  overflow: auto;
C
codecalm 已提交
11283
  font-size: 0.7333333em;
C
codecalm 已提交
11284 11285 11286
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
C
codecalm 已提交
11287
  line-height: 1.6;
C
codecalm 已提交
11288 11289 11290 11291
  -moz-tab-size: 3;
  -o-tab-size: 3;
  tab-size: 3;
  border-radius: 3px;
C
codecalm 已提交
11292 11293 11294 11295 11296 11297
  white-space: pre-wrap; }
  pre code {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0; }
C
codecalm 已提交
11298 11299 11300 11301 11302 11303 11304 11305 11306 11307 11308 11309 11310 11311

img {
  max-width: 100%; }

/**
Selection
 */
::-moz-selection {
  color: #fff;
  background-color: #307fdd; }
::selection {
  color: #fff;
  background-color: #307fdd; }

C
codecalm 已提交
11312 11313 11314 11315
/**
Links
 */
[class^="link-"].disabled, [class*=" link-"].disabled {
C
codecalm 已提交
11316
  color: #a8aeb7;
C
codecalm 已提交
11317 11318
  pointer-events: none; }

C
codecalm 已提交
11319 11320 11321 11322
/**
Subheader
 */
.subheader {
C
codecalm 已提交
11323
  font-size: 0.7333333em;
C
codecalm 已提交
11324 11325 11326
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
C
codecalm 已提交
11327
  color: #868c97; }
C
codecalm 已提交
11328 11329 11330 11331 11332 11333 11334 11335 11336 11337 11338 11339 11340 11341 11342

/**
Antialiasing
 */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

/**
Markdown
 */
C
codecalm 已提交
11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 11356 11357 11358 11359 11360 11361 11362 11363 11364 11365 11366 11367 11368
@media (min-width: 48rem) {
  .markdown {
    font-size: 1rem; } }

.markdown > :first-child {
  margin-top: 0; }

.markdown > :last-child,
.markdown > :last-child .highlight {
  margin-bottom: 0; }

.markdown > h1, .markdown > .h1, .markdown > h2, .markdown > .h2, .markdown > h3, .markdown > .h3, .markdown > h4, .markdown > .h4, .markdown > h5, .markdown > .h5, .markdown > h6, .markdown > .h6 {
  margin-top: 2rem; }

.markdown > h2, .markdown > .h2 {
  margin-bottom: 1rem; }
  .markdown > h2:before, .markdown > .h2:before {
    content: '';
    padding-top: 1em;
    margin-top: -1em;
    display: block; }

@media (min-width: 48rem) {
  .markdown > hr, .markdown > .hr {
    margin-top: 3em;
    margin-bottom: 3em; } }
C
codecalm 已提交
11369

C
codecalm 已提交
11370 11371 11372 11373 11374 11375 11376 11377 11378
.chart {
  display: block;
  min-height: 10rem; }
  .chart text {
    font-family: inherit; }

.chart-sm {
  height: 2.5rem; }

C
codecalm 已提交
11379 11380 11381
.chart-lg {
  height: 15rem; }

C
codecalm 已提交
11382 11383 11384
.chart-square {
  height: 5.75rem; }

C
codecalm 已提交
11385 11386 11387
/**
Chart sparkline
 */
C
codecalm 已提交
11388 11389 11390 11391 11392 11393 11394 11395 11396 11397 11398 11399 11400 11401 11402 11403 11404 11405 11406 11407 11408 11409 11410 11411 11412 11413
.chart-sparkline {
  position: relative;
  width: 4rem;
  height: 2.5rem;
  line-height: 1; }

.chart-sparkline-square {
  width: 2.5rem; }

.chart-sparkline-wide {
  width: 6rem; }

.chart-sparkline-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7333333em; }
  .chart-sparkline-label .icon {
    width: 1rem;
    height: 1rem; }

C
codecalm 已提交
11414 11415
.bg-white-overlay {
  color: #fff;
C
codecalm 已提交
11416
  background-color: rgba(245, 247, 251, 0.24); }
C
codecalm 已提交
11417 11418 11419

.bg-dark-overlay {
  color: #fff;
C
codecalm 已提交
11420
  background-color: rgba(53, 64, 82, 0.24); }
C
codecalm 已提交
11421 11422 11423 11424 11425

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
C
codecalm 已提交
11426 11427 11428 11429 11430 11431 11432 11433 11434 11435 11436 11437 11438 11439 11440 11441 11442 11443 11444 11445 11446 11447 11448 11449 11450 11451 11452 11453 11454 11455 11456 11457 11458 11459 11460 11461 11462 11463 11464 11465 11466 11467 11468 11469 11470 11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 11484 11485 11486 11487 11488 11489 11490 11491 11492 11493 11494 11495 11496 11497 11498 11499 11500 11501 11502 11503 11504 11505 11506 11507 11508 11509 11510 11511 11512 11513 11514 11515 11516 11517 11518 11519 11520 11521 11522 11523 11524 11525 11526 11527 11528 11529 11530 11531 11532 11533 11534 11535 11536 11537

/**
SOCIAL COLORS
 */
.bg-facebook {
  color: #fff !important;
  background: #3b5998 !important; }

.text-facebook {
  color: #3b5998 !important; }

.bg-twitter {
  color: #fff !important;
  background: #1da1f2 !important; }

.text-twitter {
  color: #1da1f2 !important; }

.bg-google {
  color: #fff !important;
  background: #dc4e41 !important; }

.text-google {
  color: #dc4e41 !important; }

.bg-youtube {
  color: #fff !important;
  background: #ff0000 !important; }

.text-youtube {
  color: #ff0000 !important; }

.bg-vimeo {
  color: #fff !important;
  background: #1ab7ea !important; }

.text-vimeo {
  color: #1ab7ea !important; }

.bg-dribbble {
  color: #fff !important;
  background: #ea4c89 !important; }

.text-dribbble {
  color: #ea4c89 !important; }

.bg-github {
  color: #fff !important;
  background: #181717 !important; }

.text-github {
  color: #181717 !important; }

.bg-instagram {
  color: #fff !important;
  background: #e4405f !important; }

.text-instagram {
  color: #e4405f !important; }

.bg-pinterest {
  color: #fff !important;
  background: #bd081c !important; }

.text-pinterest {
  color: #bd081c !important; }

.bg-vk {
  color: #fff !important;
  background: #6383a8 !important; }

.text-vk {
  color: #6383a8 !important; }

.bg-rss {
  color: #fff !important;
  background: #ffa500 !important; }

.text-rss {
  color: #ffa500 !important; }

.bg-flickr {
  color: #fff !important;
  background: #0063dc !important; }

.text-flickr {
  color: #0063dc !important; }

.bg-bitbucket {
  color: #fff !important;
  background: #0052cc !important; }

.text-bitbucket {
  color: #0052cc !important; }

.bg-tabler {
  color: #fff !important;
  background: #206bc4 !important; }

.text-tabler {
  color: #206bc4 !important; }

.bg-blue {
  background: #206bc4; }

.text-blue {
  color: #206bc4 !important; }

.bg-blue-lt {
  color: #206bc4 !important;
  background: #d2e1f3 !important; }

C
codecalm 已提交
11538 11539 11540 11541 11542 11543 11544 11545 11546 11547
.bg-azure {
  background: #45aaf2; }

.text-azure {
  color: #45aaf2 !important; }

.bg-azure-lt {
  color: #45aaf2 !important;
  background: #daeefc !important; }

C
codecalm 已提交
11548 11549 11550 11551 11552 11553 11554 11555 11556 11557 11558 11559 11560 11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 11572 11573 11574 11575 11576 11577 11578 11579 11580 11581 11582 11583 11584 11585 11586 11587 11588 11589 11590 11591 11592 11593 11594 11595 11596 11597 11598 11599 11600 11601 11602 11603 11604 11605 11606 11607
.bg-indigo {
  background: #6574cd; }

.text-indigo {
  color: #6574cd !important; }

.bg-indigo-lt {
  color: #6574cd !important;
  background: #e0e3f5 !important; }

.bg-purple {
  background: #a55eea; }

.text-purple {
  color: #a55eea !important; }

.bg-purple-lt {
  color: #a55eea !important;
  background: #eddffb !important; }

.bg-pink {
  background: #f66d9b; }

.text-pink {
  color: #f66d9b !important; }

.bg-pink-lt {
  color: #f66d9b !important;
  background: #fde2eb !important; }

.bg-red {
  background: #fa4654; }

.text-red {
  color: #fa4654 !important; }

.bg-red-lt {
  color: #fa4654 !important;
  background: #fedadd !important; }

.bg-orange {
  background: #ff922b; }

.text-orange {
  color: #ff922b !important; }

.bg-orange-lt {
  color: #ff922b !important;
  background: #ffe9d5 !important; }

.bg-yellow {
  background: #fab005; }

.text-yellow {
  color: #fab005 !important; }

.bg-yellow-lt {
  color: #fab005 !important;
  background: #feefcd !important; }

C
codecalm 已提交
11608 11609 11610 11611 11612 11613 11614 11615 11616 11617
.bg-lime {
  background: #94d82d; }

.text-lime {
  color: #94d82d !important; }

.bg-lime-lt {
  color: #94d82d !important;
  background: #eaf7d5 !important; }

C
codecalm 已提交
11618 11619 11620 11621 11622 11623 11624 11625 11626 11627 11628 11629 11630 11631 11632 11633 11634 11635 11636 11637 11638 11639 11640 11641 11642 11643 11644 11645 11646 11647 11648 11649 11650 11651 11652 11653 11654 11655 11656 11657 11658
.bg-green {
  background: #5eba00; }

.text-green {
  color: #5eba00 !important; }

.bg-green-lt {
  color: #5eba00 !important;
  background: #dff1cc !important; }

.bg-teal {
  background: #2bcbba; }

.text-teal {
  color: #2bcbba !important; }

.bg-teal-lt {
  color: #2bcbba !important;
  background: #d5f5f1 !important; }

.bg-cyan {
  background: #17a2b8; }

.text-cyan {
  color: #17a2b8 !important; }

.bg-cyan-lt {
  color: #17a2b8 !important;
  background: #d1ecf1 !important; }

.bg-white {
  background: #ffffff; }

.text-white {
  color: #ffffff !important; }

.bg-white-lt {
  color: #ffffff !important;
  background: white !important; }

.bg-gray {
C
codecalm 已提交
11659
  background: #a8aeb7; }
C
codecalm 已提交
11660 11661

.text-gray {
C
codecalm 已提交
11662
  color: #a8aeb7 !important; }
C
codecalm 已提交
11663 11664

.bg-gray-lt {
C
codecalm 已提交
11665
  color: #a8aeb7 !important;
C
codecalm 已提交
11666
  background: #eeeff1 !important; }
C
codecalm 已提交
11667 11668

.bg-gray-dark {
C
codecalm 已提交
11669
  background: #545d6d; }
C
codecalm 已提交
11670 11671

.text-gray-dark {
C
codecalm 已提交
11672
  color: #545d6d !important; }
C
codecalm 已提交
11673 11674

.bg-gray-dark-lt {
C
codecalm 已提交
11675 11676
  color: #545d6d !important;
  background: #dddfe2 !important; }
C
codecalm 已提交
11677 11678

.bg-dark {
C
codecalm 已提交
11679
  background: #354052; }
C
codecalm 已提交
11680 11681

.text-dark {
C
codecalm 已提交
11682
  color: #354052 !important; }
C
codecalm 已提交
11683 11684

.bg-dark-lt {
C
codecalm 已提交
11685 11686
  color: #354052 !important;
  background: #d7d9dc !important; }
C
codecalm 已提交
11687 11688 11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 11717 11718 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 11734 11735 11736 11737 11738 11739 11740 11741 11742 11743

/*
Scrollable
*/
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .scrollable.hover {
    overflow-y: hidden; }
    .scrollable.hover > * {
      margin-top: -1px; }
    .scrollable.hover:hover, .scrollable.hover:focus, .scrollable.hover:active {
      overflow: visible;
      overflow-y: auto; }
  .touch .scrollable {
    overflow-y: auto !important; }

.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }

.scroll-y {
  overflow-y: auto; }

.scroll-x {
  overflow-x: auto; }

.no-scroll {
  overflow: hidden; }

.w-0 {
  width: 0 !important; }

.h-0 {
  height: 0 !important; }

.w-1 {
  width: 0.25rem !important; }

.h-1 {
  height: 0.25rem !important; }

.w-2 {
  width: 0.5rem !important; }

.h-2 {
  height: 0.5rem !important; }

.w-3 {
  width: 1rem !important; }

.h-3 {
  height: 1rem !important; }

.w-4 {
C
codecalm 已提交
11744
  width: 1.25rem !important; }
C
codecalm 已提交
11745 11746

.h-4 {
C
codecalm 已提交
11747
  height: 1.25rem !important; }
C
codecalm 已提交
11748 11749

.w-5 {
C
codecalm 已提交
11750
  width: 1.5rem !important; }
C
codecalm 已提交
11751 11752

.h-5 {
C
codecalm 已提交
11753
  height: 1.5rem !important; }
C
codecalm 已提交
11754 11755

.w-6 {
C
codecalm 已提交
11756
  width: 3rem !important; }
C
codecalm 已提交
11757 11758

.h-6 {
C
codecalm 已提交
11759
  height: 3rem !important; }
C
codecalm 已提交
11760 11761 11762 11763 11764 11765 11766

.w-7 {
  width: 6rem !important; }

.h-7 {
  height: 6rem !important; }

C
codecalm 已提交
11767 11768 11769 11770 11771 11772
.w-8 {
  width: 9rem !important; }

.h-8 {
  height: 9rem !important; }

C
codecalm 已提交
11773 11774 11775 11776 11777 11778 11779 11780 11781 11782 11783 11784 11785 11786 11787 11788 11789 11790 11791 11792 11793 11794 11795 11796 11797 11798 11799 11800 11801 11802 11803 11804 11805 11806 11807 11808 11809 11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 11862 11863 11864 11865
.w-auto {
  width: auto !important; }

.h-auto {
  height: auto !important; }

.w-px {
  width: 1px !important; }

.h-px {
  height: 1px !important; }

.w-full {
  width: 100% !important; }

.h-full {
  height: 100% !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-5 {
  opacity: 0.05 !important; }

.opacity-10 {
  opacity: 0.1 !important; }

.opacity-15 {
  opacity: 0.15 !important; }

.opacity-20 {
  opacity: 0.2 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-30 {
  opacity: 0.3 !important; }

.opacity-35 {
  opacity: 0.35 !important; }

.opacity-40 {
  opacity: 0.4 !important; }

.opacity-45 {
  opacity: 0.45 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-55 {
  opacity: 0.55 !important; }

.opacity-60 {
  opacity: 0.6 !important; }

.opacity-65 {
  opacity: 0.65 !important; }

.opacity-70 {
  opacity: 0.7 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-80 {
  opacity: 0.8 !important; }

.opacity-85 {
  opacity: 0.85 !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.opacity-95 {
  opacity: 0.95 !important; }

.opacity-100 {
  opacity: 1 !important; }

.hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.hover-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.hover-shadow-none:hover {
  box-shadow: none !important; }

C
codecalm 已提交
11866 11867 11868
@media not print {
  .theme-dark {
    color: #f5f7fb;
C
codecalm 已提交
11869
    background-color: #2f3949; }
C
codecalm 已提交
11870
  .theme-dark .card,
C
codecalm 已提交
11871 11872 11873 11874 11875
  .theme-dark .navbar-light,
  .theme-dark .footer,
  .theme-dark .modal-content,
  .theme-dark .modal-header {
    background-color: #354052;
C
codecalm 已提交
11876 11877 11878 11879 11880 11881 11882
    color: inherit; }
  .theme-dark .card {
    border-color: transparent; }
  .theme-dark .btn-secondary,
  .theme-dark .form-file-button {
    color: #f5f7fb;
    background-color: #3b475b;
C
codecalm 已提交
11883
    border-color: rgba(134, 140, 151, 0.24);
C
codecalm 已提交
11884 11885 11886 11887 11888
    background-image: none; }
    .theme-dark .btn-secondary:hover,
    .theme-dark .form-file-button:hover {
      color: #f5f7fb;
      background-color: rgba(53, 64, 82, 0);
C
codecalm 已提交
11889
      border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
11890 11891 11892 11893 11894
    .theme-dark .btn-secondary:focus, .theme-dark .btn-secondary.focus,
    .theme-dark .form-file-button:focus,
    .theme-dark .form-file-button.focus {
      color: #f5f7fb;
      background-color: rgba(53, 64, 82, 0);
C
codecalm 已提交
11895 11896
      border-color: rgba(134, 140, 151, 0.24);
      box-shadow: 0 0 0 0.2rem rgba(197, 200, 207, 0.5); }
C
codecalm 已提交
11897 11898 11899 11900 11901 11902 11903 11904
    .theme-dark .btn-secondary:active, .theme-dark .btn-secondary.active,
    .show > .theme-dark .btn-secondary.dropdown-toggle,
    .theme-dark .form-file-button:active,
    .theme-dark .form-file-button.active,
    .show >
    .theme-dark .form-file-button.dropdown-toggle {
      color: #ffffff;
      background-color: #272f3c;
C
codecalm 已提交
11905
      border-color: rgba(102, 108, 119, 0.24); }
C
codecalm 已提交
11906 11907 11908 11909 11910 11911
      .theme-dark .btn-secondary:active:focus, .theme-dark .btn-secondary.active:focus,
      .show > .theme-dark .btn-secondary.dropdown-toggle:focus,
      .theme-dark .form-file-button:active:focus,
      .theme-dark .form-file-button.active:focus,
      .show >
      .theme-dark .form-file-button.dropdown-toggle:focus {
C
codecalm 已提交
11912
        box-shadow: 0 0 0 0.2rem rgba(197, 200, 207, 0.5); }
C
codecalm 已提交
11913 11914 11915 11916 11917
    .theme-dark .btn-secondary:disabled, .theme-dark .btn-secondary.disabled,
    .theme-dark .form-file-button:disabled,
    .theme-dark .form-file-button.disabled {
      color: #f5f7fb;
      background-color: #3b475b;
C
codecalm 已提交
11918
      border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
11919 11920 11921 11922
  .theme-dark .form-check-input:not(:checked),
  .theme-dark .form-select,
  .theme-dark .form-file-text,
  .theme-dark .form-control,
C
codecalm 已提交
11923
  .theme-dark .form-selectgroup-box,
C
codecalm 已提交
11924 11925 11926 11927 11928
  .theme-dark .flatpickr-input.flatpickr-input,
  .theme-dark .form-selectgroup-check,
  .theme-dark .form-imagecheck-figure:before {
    background-color: #2f3949;
    color: #f5f7fb; }
C
codecalm 已提交
11929 11930
  .theme-dark .form-control-plaintext {
    color: #f5f7fb; }
C
codecalm 已提交
11931 11932 11933 11934
  .theme-dark .input-group-flat .input-group-text {
    background-color: #2f3949; }
  .theme-dark .navbar {
    box-shadow: 0 0 0 1px #2f3949; }
C
codecalm 已提交
11935 11936
  .theme-dark .highlight {
    background-color: #2f3949; }
C
codecalm 已提交
11937 11938 11939 11940
  .theme-dark .avatar {
    background-color: #3b475b; }
  .theme-dark .avatar-list-stacked .avatar {
    box-shadow: 0 0 0 2px #354052; }
C
codecalm 已提交
11941 11942 11943 11944
  .theme-dark .markdown,
  .theme-dark .markdown > *,
  .theme-dark .close {
    color: inherit; }
C
codecalm 已提交
11945 11946 11947 11948 11949 11950 11951
  .theme-dark .apexcharts-text {
    fill: #f5f7fb; }
  .theme-dark .apexcharts-legend-text {
    color: inherit !important; }
  .theme-dark .navbar-brand-autodark {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); } }
C
codecalm 已提交
11952

C
codecalm 已提交
11953 11954 11955
@media not print and (prefers-color-scheme: dark) {
  .theme-dark-auto {
    color: #f5f7fb;
C
codecalm 已提交
11956
    background-color: #2f3949; }
C
codecalm 已提交
11957
  .theme-dark-auto .card,
C
codecalm 已提交
11958 11959 11960 11961 11962
  .theme-dark-auto .navbar-light,
  .theme-dark-auto .footer,
  .theme-dark-auto .modal-content,
  .theme-dark-auto .modal-header {
    background-color: #354052;
C
codecalm 已提交
11963 11964 11965 11966 11967 11968 11969
    color: inherit; }
  .theme-dark-auto .card {
    border-color: transparent; }
  .theme-dark-auto .btn-secondary,
  .theme-dark-auto .form-file-button {
    color: #f5f7fb;
    background-color: #3b475b;
C
codecalm 已提交
11970
    border-color: rgba(134, 140, 151, 0.24);
C
codecalm 已提交
11971 11972 11973 11974 11975
    background-image: none; }
    .theme-dark-auto .btn-secondary:hover,
    .theme-dark-auto .form-file-button:hover {
      color: #f5f7fb;
      background-color: rgba(53, 64, 82, 0);
C
codecalm 已提交
11976
      border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
11977 11978 11979 11980 11981
    .theme-dark-auto .btn-secondary:focus, .theme-dark-auto .btn-secondary.focus,
    .theme-dark-auto .form-file-button:focus,
    .theme-dark-auto .form-file-button.focus {
      color: #f5f7fb;
      background-color: rgba(53, 64, 82, 0);
C
codecalm 已提交
11982 11983
      border-color: rgba(134, 140, 151, 0.24);
      box-shadow: 0 0 0 0.2rem rgba(197, 200, 207, 0.5); }
C
codecalm 已提交
11984 11985 11986 11987 11988 11989 11990 11991
    .theme-dark-auto .btn-secondary:active, .theme-dark-auto .btn-secondary.active,
    .show > .theme-dark-auto .btn-secondary.dropdown-toggle,
    .theme-dark-auto .form-file-button:active,
    .theme-dark-auto .form-file-button.active,
    .show >
    .theme-dark-auto .form-file-button.dropdown-toggle {
      color: #ffffff;
      background-color: #272f3c;
C
codecalm 已提交
11992
      border-color: rgba(102, 108, 119, 0.24); }
C
codecalm 已提交
11993 11994 11995 11996 11997 11998
      .theme-dark-auto .btn-secondary:active:focus, .theme-dark-auto .btn-secondary.active:focus,
      .show > .theme-dark-auto .btn-secondary.dropdown-toggle:focus,
      .theme-dark-auto .form-file-button:active:focus,
      .theme-dark-auto .form-file-button.active:focus,
      .show >
      .theme-dark-auto .form-file-button.dropdown-toggle:focus {
C
codecalm 已提交
11999
        box-shadow: 0 0 0 0.2rem rgba(197, 200, 207, 0.5); }
C
codecalm 已提交
12000 12001 12002 12003 12004
    .theme-dark-auto .btn-secondary:disabled, .theme-dark-auto .btn-secondary.disabled,
    .theme-dark-auto .form-file-button:disabled,
    .theme-dark-auto .form-file-button.disabled {
      color: #f5f7fb;
      background-color: #3b475b;
C
codecalm 已提交
12005
      border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
12006 12007 12008 12009
  .theme-dark-auto .form-check-input:not(:checked),
  .theme-dark-auto .form-select,
  .theme-dark-auto .form-file-text,
  .theme-dark-auto .form-control,
C
codecalm 已提交
12010
  .theme-dark-auto .form-selectgroup-box,
C
codecalm 已提交
12011 12012 12013 12014 12015
  .theme-dark-auto .flatpickr-input.flatpickr-input,
  .theme-dark-auto .form-selectgroup-check,
  .theme-dark-auto .form-imagecheck-figure:before {
    background-color: #2f3949;
    color: #f5f7fb; }
C
codecalm 已提交
12016 12017
  .theme-dark-auto .form-control-plaintext {
    color: #f5f7fb; }
C
codecalm 已提交
12018 12019 12020 12021
  .theme-dark-auto .input-group-flat .input-group-text {
    background-color: #2f3949; }
  .theme-dark-auto .navbar {
    box-shadow: 0 0 0 1px #2f3949; }
C
codecalm 已提交
12022 12023
  .theme-dark-auto .highlight {
    background-color: #2f3949; }
C
codecalm 已提交
12024 12025 12026 12027
  .theme-dark-auto .avatar {
    background-color: #3b475b; }
  .theme-dark-auto .avatar-list-stacked .avatar {
    box-shadow: 0 0 0 2px #354052; }
C
codecalm 已提交
12028 12029 12030 12031
  .theme-dark-auto .markdown,
  .theme-dark-auto .markdown > *,
  .theme-dark-auto .close {
    color: inherit; }
C
codecalm 已提交
12032 12033 12034 12035 12036 12037 12038
  .theme-dark-auto .apexcharts-text {
    fill: #f5f7fb; }
  .theme-dark-auto .apexcharts-legend-text {
    color: inherit !important; }
  .theme-dark-auto .navbar-brand-autodark {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); } }
C
codecalm 已提交
12039

C
codecalm 已提交
12040 12041 12042 12043
.peity {
  stroke-linejoin: round;
  stroke-linecap: round; }

C
codecalm 已提交
12044 12045 12046 12047 12048 12049 12050 12051 12052 12053
.selectize-control {
  padding: 0;
  border: 0; }
  .selectize-control.multi .selectize-input.has-items {
    padding-left: 6px; }
  .selectize-control.multi .selectize-input > div {
    font-size: 0.8666667em;
    margin: 0 6px 2px 0;
    padding: 2px 8px;
    border-radius: 3px;
C
codecalm 已提交
12054
    background-color: rgba(145, 152, 163, 0.1);
C
codecalm 已提交
12055 12056 12057 12058 12059
    color: inherit; }
  .selectize-control .remove {
    font-size: inherit !important;
    font-weight: normal !important;
    border-left: 0 !important;
C
codecalm 已提交
12060
    color: #868c97 !important; }
C
codecalm 已提交
12061 12062 12063 12064

.selectize-input {
  display: flex !important;
  height: 100%;
C
codecalm 已提交
12065
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
12066 12067 12068 12069 12070 12071 12072 12073 12074
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  box-shadow: none;
  line-height: 1.4666667;
  background-color: inherit !important;
  color: inherit !important; }
  .selectize-input.dropdown-active {
    border-radius: 3px; }
  .selectize-control.single .selectize-input {
C
codecalm 已提交
12075
    background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28134, 140, 151, 0.48%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") #ffffff; }
C
codecalm 已提交
12076 12077 12078 12079 12080 12081 12082 12083 12084 12085 12086 12087 12088 12089 12090
  .selectize-input.focus {
    border-color: #7aade9;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
  .selectize-input:after {
    content: none !important; }

.selectize-dropdown {
  height: auto;
  background: #ffffff;
  padding: 0.375rem 0;
  margin-top: 1px; }
  .selectize-dropdown .option,
  .selectize-dropdown .option-header {
    padding: 0.25rem 0.75rem; }
  .selectize-dropdown .active {
C
codecalm 已提交
12091
    background: #f5f7fb;
C
codecalm 已提交
12092 12093 12094 12095 12096 12097 12098 12099
    color: inherit;
    cursor: pointer; }

.jqvmap-zoomin,
.jqvmap-zoomout {
  height: auto;
  width: auto;
  left: .5rem;
C
codecalm 已提交
12100
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
12101
  background: #ffffff;
C
codecalm 已提交
12102
  color: #354052; }
C
codecalm 已提交
12103 12104 12105 12106 12107 12108 12109 12110 12111 12112 12113 12114

.jqvmap-zoomin {
  top: .5rem; }

.jqvmap-zoomout {
  top: 2rem; }

.jqvmap-label {
  font-family: inherit;
  font-size: 0.7333333em;
  line-height: 1;
  padding: .25rem;
C
codecalm 已提交
12115
  background: #354052; }
C
codecalm 已提交
12116 12117 12118 12119 12120 12121 12122 12123

.apexcharts-title-text {
  font-weight: 600 !important; }

.apexcharts-tooltip-title {
  font-weight: 600 !important;
  padding-bottom: .25rem !important; }

C
codecalm 已提交
12124 12125 12126
.apexcharts-gridline,
.apexcharts-ycrosshairs,
.apexcharts-xaxis-tick {
C
codecalm 已提交
12127
  stroke: rgba(134, 140, 151, 0.24) !important; }
C
codecalm 已提交
12128

C
codecalm 已提交
12129 12130 12131
.apexcharts-tooltip {
  line-height: 1;
  color: #fff;
C
codecalm 已提交
12132
  background: #354052 !important;
C
codecalm 已提交
12133 12134 12135 12136 12137 12138 12139 12140 12141 12142 12143 12144 12145 12146 12147 12148 12149 12150
  border: 0 !important;
  border-radius: 3px !important; }

.apexcharts-tooltip-title {
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important; }

.apexcharts-tooltip-series-group {
  padding: 0 8px !important; }

.apexcharts-tooltip-marker {
  width: .5rem;
  height: .5rem; }

.apexcharts-gridline,
.apexcharts-ycrosshairs,
.apexcharts-xaxis-tick {
C
codecalm 已提交
12151
  stroke: #e9ecf1; }
C
codecalm 已提交
12152 12153 12154 12155 12156 12157 12158 12159 12160 12161 12162

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
C
codecalm 已提交
12163
  border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
12164 12165

.fc-unthemed .fc-toolbar h2, .fc-unthemed .fc-toolbar .h2 {
C
codecalm 已提交
12166
  font-size: 1.4666667em;
C
codecalm 已提交
12167 12168 12169
  margin: 0; }

.fc-unthemed .fc-button {
C
codecalm 已提交
12170
  color: #868c97;
C
codecalm 已提交
12171
  background-color: #ffffff;
C
codecalm 已提交
12172
  border-color: rgba(134, 140, 151, 0.24);
C
codecalm 已提交
12173 12174 12175 12176 12177
  padding: 0.375rem 1rem;
  font-size: 0.9375rem;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .fc-unthemed .fc-button:hover {
C
codecalm 已提交
12178
    color: #354052;
C
codecalm 已提交
12179
    background-color: #ececec;
C
codecalm 已提交
12180
    border-color: rgba(108, 114, 126, 0.24); }
C
codecalm 已提交
12181
  .fc-unthemed .fc-button:focus, .fc-unthemed .fc-button.focus {
C
codecalm 已提交
12182
    color: #354052;
C
codecalm 已提交
12183
    background-color: #ececec;
C
codecalm 已提交
12184 12185
    border-color: rgba(108, 114, 126, 0.24);
    box-shadow: 0 0 0 0.2rem rgba(134, 140, 151, 0.5); }
C
codecalm 已提交
12186 12187
  .fc-unthemed .fc-button:active, .fc-unthemed .fc-button.active,
  .show > .fc-unthemed .fc-button.dropdown-toggle {
C
codecalm 已提交
12188
    color: #354052;
C
codecalm 已提交
12189
    background-color: #e6e6e6;
C
codecalm 已提交
12190
    border-color: rgba(102, 108, 119, 0.24); }
C
codecalm 已提交
12191 12192
    .fc-unthemed .fc-button:active:focus, .fc-unthemed .fc-button.active:focus,
    .show > .fc-unthemed .fc-button.dropdown-toggle:focus {
C
codecalm 已提交
12193
      box-shadow: 0 0 0 0.2rem rgba(134, 140, 151, 0.5); }
C
codecalm 已提交
12194
  .fc-unthemed .fc-button:disabled, .fc-unthemed .fc-button.disabled {
C
codecalm 已提交
12195
    color: #868c97;
C
codecalm 已提交
12196
    background-color: #ffffff;
C
codecalm 已提交
12197
    border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
12198 12199 12200 12201 12202 12203 12204 12205 12206 12207 12208 12209 12210 12211 12212 12213 12214 12215 12216 12217 12218 12219 12220 12221
  @media (prefers-reduced-motion: reduce) {
    .fc-unthemed .fc-button {
      transition: none; } }

.fc-unthemed .fc-widget-header {
  border: 0; }

.fc-unthemed .fc-day-header {
  padding-bottom: .25rem;
  font-weight: 600; }

.fc-unthemed.card-calendar .fc-day-grid-container {
  border-bottom: 0;
  border-left: 0; }

.fc-unthemed .fc-time {
  font-weight: 600; }

.fc-unthemed .fc-event {
  border-color: rgba(0, 0, 0, 0.05);
  color: #206bc4;
  background-color: #d2e1f3;
  padding: 0 .25rem; }

C
codecalm 已提交
12222 12223 12224
.flatpickr-input.flatpickr-input {
  background: #ffffff; }
  .flatpickr-input.flatpickr-input.active {
C
codecalm 已提交
12225 12226 12227 12228
    border-color: #7aade9;
    box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }

.flatpickr-calendar {
C
codecalm 已提交
12229
  background: transparent;
C
codecalm 已提交
12230
  border: 1px solid rgba(134, 140, 151, 0.24);
C
codecalm 已提交
12231 12232 12233 12234 12235 12236 12237 12238 12239 12240 12241 12242 12243 12244 12245 12246 12247 12248 12249 12250 12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261
  border-radius: 3px;
  padding: .5rem;
  font-size: inherit;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -1px; }
  .flatpickr-calendar:before, .flatpickr-calendar:after {
    content: none; }
  .flatpickr-calendar .flatpickr-innerContainer,
  .flatpickr-calendar .flatpickr-rContainer,
  .flatpickr-calendar .dayContainer,
  .flatpickr-calendar .flatpickr-days {
    width: 100%; }
  .flatpickr-calendar .dayContainer,
  .flatpickr-calendar .flatpickr-day {
    max-width: 100%;
    min-width: 0; }
  .flatpickr-calendar.inline {
    width: 100%;
    box-shadow: none;
    margin: 0; }

.flatpickr-day {
  color: inherit;
  border-radius: 3px;
  display: flex;
  align-items: center;
  line-height: 1; }
C
codecalm 已提交
12262 12263 12264
  .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: inherit;
    opacity: .2; }
C
codecalm 已提交
12265
  .flatpickr-day.today {
C
codecalm 已提交
12266
    border-color: rgba(134, 140, 151, 0.24); }
C
codecalm 已提交
12267 12268 12269 12270 12271 12272 12273 12274
  .flatpickr-day.selected {
    background-color: #206bc4; }

span.flatpickr-weekday {
  font-size: 0.7333333em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
C
codecalm 已提交
12275
  color: #868c97; }
C
codecalm 已提交
12276 12277 12278

.flatpickr-months {
  margin-bottom: .5rem; }
C
codecalm 已提交
12279 12280 12281
  .flatpickr-months .flatpickr-month {
    color: currentColor;
    fill: currentColor; }
C
codecalm 已提交
12282 12283 12284 12285 12286 12287 12288 12289 12290 12291
  .flatpickr-months .flatpickr-current-month {
    font-weight: 400; }
  .flatpickr-months .flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: inherit; }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    position: static;
C
codecalm 已提交
12292
    color: #868c97; }
C
codecalm 已提交
12293 12294
    .flatpickr-months .flatpickr-prev-month:hover,
    .flatpickr-months .flatpickr-next-month:hover {
C
codecalm 已提交
12295
      color: #354052; }
C
codecalm 已提交
12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 12311 12312 12313 12314 12315 12316 12317
    .flatpickr-months .flatpickr-prev-month svg,
    .flatpickr-months .flatpickr-next-month svg {
      display: block;
      fill: currentColor !important; }
  .flatpickr-months .numInputWrapper .cur-year {
    font-weight: inherit; }
  .flatpickr-months .numInputWrapper .arrowUp,
  .flatpickr-months .numInputWrapper .arrowDown {
    display: none; }

.noUi-target {
  border: 0;
  box-shadow: none;
  background: none;
  border-radius: 0;
  color: #206bc4; }

.noUi-horizontal {
  height: 1.25rem;
  padding: .5rem 0; }

.noUi-base {
C
codecalm 已提交
12318
  background: rgba(176, 181, 190, 0.24);
C
codecalm 已提交
12319 12320 12321 12322 12323 12324 12325 12326 12327 12328 12329 12330 12331 12332 12333 12334 12335 12336 12337 12338 12339 12340 12341
  border-radius: 1rem; }

.noUi-handle {
  width: 1rem;
  height: 1rem;
  border: 2px solid #ffffff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  background: currentColor;
  outline: 0; }
  .noUi-handle:before, .noUi-handle:after {
    content: none; }
  .noUi-horizontal .noUi-handle {
    width: 1rem;
    height: 1rem;
    top: -0.5rem;
    right: -0.5rem;
    margin: 1px 1px 0 0; }
  .noUi-handle.noUi-active, .noUi-handle:focus {
    box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }

.noUi-connect {
  background: currentColor; }
C
codecalm 已提交
12342
/*# sourceMappingURL=tabler.css.map */