:root {
  --primary: #bd1a2d;
}

.link-icon:after, .vertical-top:after, .vertical-center:after, .group:after, .progress-bar.rate-append:after, .toast-tabs:after, .lab:after, .btn-icon:after {
  content: "";
  display: inline-block;
  height: 100%;
}

.whaty {
  font-size: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1;
  background-color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #595959 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  font-weight: normal;
  color: #141414;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: white;
  border-style: solid;
  border-color: #d9d9d9;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 34px;
  border-width: 1px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  transition: 0.3s;
  touch-action: manipulation;
}
.btn.btn-icon i {
  font-size: 16px;
}
.btn.btn-icon span {
  font-size: 14px;
}
.btn:hover {
  color: #141414;
  text-decoration: none;
  border-color: #bfbfbf;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}

.btn-solid-primary, .btn-solid-primary:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover {
  background-color: #bd1a2d;
}
.btn-solid-primary:hover {
  background-color: rgb(162.1004651163, 22.2995348837, 38.5953488372);
}
.btn-solid-primary.shadow {
  box-shadow: 0 2px 6px rgba(189, 26, 45, 0.3);
}

.btn-solid-success, .btn-solid-success:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-success, .btn-solid-success.disabled:hover, .btn-solid-success[disabled]:hover {
  background-color: #5bcc24;
}
.btn-solid-success:hover {
  background-color: rgb(79.3975, 177.99, 31.41);
}
.btn-solid-success.shadow {
  box-shadow: 0 2px 6px rgba(91, 204, 36, 0.3);
}

.btn-solid-warning, .btn-solid-warning:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-warning, .btn-solid-warning.disabled:hover, .btn-solid-warning[disabled]:hover {
  background-color: #e5be3e;
}
.btn-solid-warning:hover {
  background-color: rgb(225.3671232877, 180.9178082192, 35.0328767123);
}
.btn-solid-warning.shadow {
  box-shadow: 0 2px 6px rgba(229, 190, 62, 0.3);
}

.btn-solid-danger, .btn-solid-danger:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-danger, .btn-solid-danger.disabled:hover, .btn-solid-danger[disabled]:hover {
  background-color: #dc2e3c;
}
.btn-solid-danger:hover {
  background-color: rgb(201.6336065574, 33.7663934426, 47.2729508197);
}
.btn-solid-danger.shadow {
  box-shadow: 0 2px 6px rgba(220, 46, 60, 0.3);
}

.btn-solid-default, .btn-solid-default:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-default, .btn-solid-default.disabled:hover, .btn-solid-default[disabled]:hover {
  background-color: #595959;
}
.btn-solid-default:hover {
  background-color: rgb(73.7, 73.7, 73.7);
}
.btn-solid-default.shadow {
  box-shadow: 0 2px 6px rgba(89, 89, 89, 0.3);
}

.btn-solid-light, .btn-solid-light:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-light, .btn-solid-light.disabled:hover, .btn-solid-light[disabled]:hover {
  background-color: #bfbfbf;
}
.btn-solid-light:hover {
  background-color: rgb(175.7, 175.7, 175.7);
}
.btn-solid-light.shadow {
  box-shadow: 0 2px 6px rgba(191, 191, 191, 0.3);
}

.btn-solid-dark, .btn-solid-dark:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-dark, .btn-solid-dark.disabled:hover, .btn-solid-dark[disabled]:hover {
  background-color: #141414;
}
.btn-solid-dark:hover {
  background-color: rgb(4.7, 4.7, 4.7);
}
.btn-solid-dark.shadow {
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.3);
}

.btn-anti-primary, .btn-anti-primary:hover {
  color: #bd1a2d;
  border-color: transparent;
}
.btn-anti-primary, .btn-anti-primary.disabled:hover, .btn-anti-primary[disabled]:hover {
  background-color: rgba(189, 26, 45, 0.2);
}
.btn-anti-primary:hover {
  background-color: rgba(189, 26, 45, 0.3);
}

.btn-anti-success, .btn-anti-success:hover {
  color: #5bcc24;
  border-color: transparent;
}
.btn-anti-success, .btn-anti-success.disabled:hover, .btn-anti-success[disabled]:hover {
  background-color: rgba(91, 204, 36, 0.2);
}
.btn-anti-success:hover {
  background-color: rgba(91, 204, 36, 0.3);
}

.btn-anti-warning, .btn-anti-warning:hover {
  color: #e5be3e;
  border-color: transparent;
}
.btn-anti-warning, .btn-anti-warning.disabled:hover, .btn-anti-warning[disabled]:hover {
  background-color: rgba(229, 190, 62, 0.2);
}
.btn-anti-warning:hover {
  background-color: rgba(229, 190, 62, 0.3);
}

.btn-anti-danger, .btn-anti-danger:hover {
  color: #dc2e3c;
  border-color: transparent;
}
.btn-anti-danger, .btn-anti-danger.disabled:hover, .btn-anti-danger[disabled]:hover {
  background-color: rgba(220, 46, 60, 0.2);
}
.btn-anti-danger:hover {
  background-color: rgba(220, 46, 60, 0.3);
}

.btn-anti-default, .btn-anti-default:hover {
  color: #595959;
  border-color: transparent;
}
.btn-anti-default, .btn-anti-default.disabled:hover, .btn-anti-default[disabled]:hover {
  background-color: rgba(89, 89, 89, 0.2);
}
.btn-anti-default:hover {
  background-color: rgba(89, 89, 89, 0.3);
}

.btn-anti-light, .btn-anti-light:hover {
  color: #bfbfbf;
  border-color: transparent;
}
.btn-anti-light, .btn-anti-light.disabled:hover, .btn-anti-light[disabled]:hover {
  background-color: rgba(191, 191, 191, 0.2);
}
.btn-anti-light:hover {
  background-color: rgba(191, 191, 191, 0.3);
}

.btn-anti-dark, .btn-anti-dark:hover {
  color: #141414;
  border-color: transparent;
}
.btn-anti-dark, .btn-anti-dark.disabled:hover, .btn-anti-dark[disabled]:hover {
  background-color: rgba(20, 20, 20, 0.2);
}
.btn-anti-dark:hover {
  background-color: rgba(20, 20, 20, 0.3);
}

.btn-anti {
  color: #595959;
  background-color: #efebeb;
  border-color: transparent;
}
.btn-anti:hover {
  background-color: rgb(232.2, 226.5, 226.5);
  border-color: transparent;
}

.btn-hollow-primary, .btn-hollow-primary:hover {
  border-color: #bd1a2d;
}
.btn-hollow-primary, .btn-hollow-primary.disabled:hover, .btn-hollow-primary[disabled]:hover {
  color: #bd1a2d;
  background-color: transparent;
}
.btn-hollow-primary:hover {
  color: white;
  background-color: #bd1a2d;
}

.btn-hollow-success, .btn-hollow-success:hover {
  border-color: #5bcc24;
}
.btn-hollow-success, .btn-hollow-success.disabled:hover, .btn-hollow-success[disabled]:hover {
  color: #5bcc24;
  background-color: transparent;
}
.btn-hollow-success:hover {
  color: white;
  background-color: #5bcc24;
}

.btn-hollow-warning, .btn-hollow-warning:hover {
  border-color: #e5be3e;
}
.btn-hollow-warning, .btn-hollow-warning.disabled:hover, .btn-hollow-warning[disabled]:hover {
  color: #e5be3e;
  background-color: transparent;
}
.btn-hollow-warning:hover {
  color: white;
  background-color: #e5be3e;
}

.btn-hollow-danger, .btn-hollow-danger:hover {
  border-color: #dc2e3c;
}
.btn-hollow-danger, .btn-hollow-danger.disabled:hover, .btn-hollow-danger[disabled]:hover {
  color: #dc2e3c;
  background-color: transparent;
}
.btn-hollow-danger:hover {
  color: white;
  background-color: #dc2e3c;
}

.btn-hollow-default, .btn-hollow-default:hover {
  border-color: #595959;
}
.btn-hollow-default, .btn-hollow-default.disabled:hover, .btn-hollow-default[disabled]:hover {
  color: #595959;
  background-color: transparent;
}
.btn-hollow-default:hover {
  color: white;
  background-color: #595959;
}

.btn-hollow-light, .btn-hollow-light:hover {
  border-color: #bfbfbf;
}
.btn-hollow-light, .btn-hollow-light.disabled:hover, .btn-hollow-light[disabled]:hover {
  color: #bfbfbf;
  background-color: transparent;
}
.btn-hollow-light:hover {
  color: white;
  background-color: #bfbfbf;
}

.btn-hollow-dark, .btn-hollow-dark:hover {
  border-color: #141414;
}
.btn-hollow-dark, .btn-hollow-dark.disabled:hover, .btn-hollow-dark[disabled]:hover {
  color: #141414;
  background-color: transparent;
}
.btn-hollow-dark:hover {
  color: white;
  background-color: #141414;
}

.btn-hollow-outline:hover {
  color: #bd1a2d;
  border-color: #bd1a2d;
}

.btn-hollow-solid:hover {
  color: white;
  background-color: #bd1a2d;
  border-color: transparent;
}

.btn-hollow:hover {
  color: #bd1a2d;
  border-color: #bd1a2d;
}

.btn-outline-primary, .btn-outline-primary:hover {
  color: #bd1a2d;
  border-color: rgba(189, 26, 45, 0.3);
}
.btn-outline-primary, .btn-outline-primary.disabled:hover, .btn-outline-primary[disabled]:hover {
  background-color: rgba(189, 26, 45, 0.1);
}
.btn-outline-primary:hover {
  background-color: rgba(189, 26, 45, 0.2);
}

.btn-outline-success, .btn-outline-success:hover {
  color: #5bcc24;
  border-color: rgba(91, 204, 36, 0.3);
}
.btn-outline-success, .btn-outline-success.disabled:hover, .btn-outline-success[disabled]:hover {
  background-color: rgba(91, 204, 36, 0.1);
}
.btn-outline-success:hover {
  background-color: rgba(91, 204, 36, 0.2);
}

.btn-outline-warning, .btn-outline-warning:hover {
  color: #e5be3e;
  border-color: rgba(229, 190, 62, 0.3);
}
.btn-outline-warning, .btn-outline-warning.disabled:hover, .btn-outline-warning[disabled]:hover {
  background-color: rgba(229, 190, 62, 0.1);
}
.btn-outline-warning:hover {
  background-color: rgba(229, 190, 62, 0.2);
}

.btn-outline-danger, .btn-outline-danger:hover {
  color: #dc2e3c;
  border-color: rgba(220, 46, 60, 0.3);
}
.btn-outline-danger, .btn-outline-danger.disabled:hover, .btn-outline-danger[disabled]:hover {
  background-color: rgba(220, 46, 60, 0.1);
}
.btn-outline-danger:hover {
  background-color: rgba(220, 46, 60, 0.2);
}

.btn-outline-default, .btn-outline-default:hover {
  color: #595959;
  border-color: rgba(89, 89, 89, 0.3);
}
.btn-outline-default, .btn-outline-default.disabled:hover, .btn-outline-default[disabled]:hover {
  background-color: rgba(89, 89, 89, 0.1);
}
.btn-outline-default:hover {
  background-color: rgba(89, 89, 89, 0.2);
}

.btn-outline-light, .btn-outline-light:hover {
  color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.3);
}
.btn-outline-light, .btn-outline-light.disabled:hover, .btn-outline-light[disabled]:hover {
  background-color: rgba(191, 191, 191, 0.1);
}
.btn-outline-light:hover {
  background-color: rgba(191, 191, 191, 0.2);
}

.btn-outline-dark, .btn-outline-dark:hover {
  color: #141414;
  border-color: rgba(20, 20, 20, 0.3);
}
.btn-outline-dark, .btn-outline-dark.disabled:hover, .btn-outline-dark[disabled]:hover {
  background-color: rgba(20, 20, 20, 0.1);
}
.btn-outline-dark:hover {
  background-color: rgba(20, 20, 20, 0.2);
}

.btn-ghost-solid-primary, .btn-ghost-solid-primary.disabled:hover, .btn-ghost-solid-primary[disabled]:hover {
  color: #bd1a2d;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-primary:hover {
  color: white;
  background-color: #bd1a2d;
  border-color: transparent;
}

.btn-ghost-solid-success, .btn-ghost-solid-success.disabled:hover, .btn-ghost-solid-success[disabled]:hover {
  color: #5bcc24;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-success:hover {
  color: white;
  background-color: #5bcc24;
  border-color: transparent;
}

.btn-ghost-solid-warning, .btn-ghost-solid-warning.disabled:hover, .btn-ghost-solid-warning[disabled]:hover {
  color: #e5be3e;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-warning:hover {
  color: white;
  background-color: #e5be3e;
  border-color: transparent;
}

.btn-ghost-solid-danger, .btn-ghost-solid-danger.disabled:hover, .btn-ghost-solid-danger[disabled]:hover {
  color: #dc2e3c;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-danger:hover {
  color: white;
  background-color: #dc2e3c;
  border-color: transparent;
}

.btn-ghost-solid-default, .btn-ghost-solid-default.disabled:hover, .btn-ghost-solid-default[disabled]:hover {
  color: #595959;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-default:hover {
  color: white;
  background-color: #595959;
  border-color: transparent;
}

.btn-ghost-solid-light, .btn-ghost-solid-light.disabled:hover, .btn-ghost-solid-light[disabled]:hover {
  color: #bfbfbf;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-light:hover {
  color: white;
  background-color: #bfbfbf;
  border-color: transparent;
}

.btn-ghost-solid-dark, .btn-ghost-solid-dark.disabled:hover, .btn-ghost-solid-dark[disabled]:hover {
  color: #141414;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-dark:hover {
  color: white;
  background-color: #141414;
  border-color: transparent;
}

.btn-ghost-hollow-primary, .btn-ghost-hollow-primary:hover {
  color: #bd1a2d;
}
.btn-ghost-hollow-primary, .btn-ghost-hollow-primary.disabled:hover, .btn-ghost-hollow-primary[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-primary:hover {
  border-color: #bd1a2d;
}

.btn-ghost-hollow-success, .btn-ghost-hollow-success:hover {
  color: #5bcc24;
}
.btn-ghost-hollow-success, .btn-ghost-hollow-success.disabled:hover, .btn-ghost-hollow-success[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-success:hover {
  border-color: #5bcc24;
}

.btn-ghost-hollow-warning, .btn-ghost-hollow-warning:hover {
  color: #e5be3e;
}
.btn-ghost-hollow-warning, .btn-ghost-hollow-warning.disabled:hover, .btn-ghost-hollow-warning[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-warning:hover {
  border-color: #e5be3e;
}

.btn-ghost-hollow-danger, .btn-ghost-hollow-danger:hover {
  color: #dc2e3c;
}
.btn-ghost-hollow-danger, .btn-ghost-hollow-danger.disabled:hover, .btn-ghost-hollow-danger[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-danger:hover {
  border-color: #dc2e3c;
}

.btn-ghost-hollow-default, .btn-ghost-hollow-default:hover {
  color: #595959;
}
.btn-ghost-hollow-default, .btn-ghost-hollow-default.disabled:hover, .btn-ghost-hollow-default[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-default:hover {
  border-color: #595959;
}

.btn-ghost-hollow-light, .btn-ghost-hollow-light:hover {
  color: #bfbfbf;
}
.btn-ghost-hollow-light, .btn-ghost-hollow-light.disabled:hover, .btn-ghost-hollow-light[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-light:hover {
  border-color: #bfbfbf;
}

.btn-ghost-hollow-dark, .btn-ghost-hollow-dark:hover {
  color: #141414;
}
.btn-ghost-hollow-dark, .btn-ghost-hollow-dark.disabled:hover, .btn-ghost-hollow-dark[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-dark:hover {
  border-color: #141414;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-icon {
  font-size: 0;
}
.btn-icon:after {
  vertical-align: middle;
}
.btn-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.btn-icon > *:first-child {
  margin-left: 0;
}
.btn-icon > *:last-child {
  margin-right: 0;
}
.btn-icon > * {
  margin: 0 4px;
}
.btn-icon i {
  line-height: inherit;
}

.btn-xxl {
  height: 48px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 46px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-xxl.btn-icon i {
  font-size: 20px;
}
.btn-xxl.btn-icon span {
  font-size: 18px;
}

.btn-xl {
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-xl.btn-icon i {
  font-size: 18px;
}
.btn-xl.btn-icon span {
  font-size: 16px;
}

.btn-lg {
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 38px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-lg.btn-icon i {
  font-size: 18px;
}
.btn-lg.btn-icon span {
  font-size: 16px;
}

.btn-md {
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-md.btn-icon i {
  font-size: 16px;
}
.btn-md.btn-icon span {
  font-size: 14px;
}

.btn-sm {
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 26px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-sm.btn-icon i {
  font-size: 14px;
}
.btn-sm.btn-icon span {
  font-size: 12px;
}

.btn-xs {
  height: 24px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 22px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-xs.btn-icon i {
  font-size: 14px;
}
.btn-xs.btn-icon span {
  font-size: 12px;
}

.btn-group {
  font-size: 0;
}
.btn-group .btn {
  vertical-align: middle;
  border-radius: 0;
}
.btn-group .btn:not(:first-child) {
  border-left-width: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group.btn-default-group .btn {
  position: relative;
}
.btn-group.btn-default-group .btn:hover:not(:first-child):after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  width: 1px;
  background-color: #bfbfbf;
}
.btn-group.btn-solid-group .btn:not(:first-child) {
  margin-left: 1px;
}
.btn-group.btn-ghost-group .btn {
  border-radius: 6px;
}
.btn-group.btn-ghost-group .btn:not(:first-child) {
  border-left-width: 1px;
}

/**
 * Labs
 * ----------------------------------------------------------------------------
*/
.lab {
  display: inline-block;
  height: 20px;
  padding: 0 6px;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 0;
}
.lab:after {
  vertical-align: middle;
}
.lab > * {
  display: inline-block;
  vertical-align: middle;
}
.lab > *:first-child {
  margin-left: 0;
}
.lab > *:last-child {
  margin-right: 0;
}
.lab > span {
  margin: 0 2px;
}
.lab.lab-lg {
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
}
.lab.lab-lg .lab-icon i {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.lab-icon {
  font-size: 0;
}
.lab-icon:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lab-icon i {
  display: inline-block;
  height: 100%;
  font-size: 12px;
  vertical-align: middle;
}

.lab-text {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}

.lab-primary {
  background-color: #bd1a2d;
}
.lab-primary.lab-hollow {
  color: #bd1a2d;
  border-color: rgba(189, 26, 45, 0.5);
}
.lab-primary.lab-anti {
  color: #bd1a2d;
  background-color: rgba(189, 26, 45, 0.1);
}
.lab-primary.lab-ghost {
  color: #bd1a2d;
}

.lab-gray {
  background-color: #bfbfbf;
}
.lab-gray.lab-hollow {
  color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.5);
}
.lab-gray.lab-anti {
  color: #bfbfbf;
  background-color: rgba(191, 191, 191, 0.1);
}
.lab-gray.lab-ghost {
  color: #bfbfbf;
}

.lab-red {
  background-color: #dc2e3c;
}
.lab-red.lab-hollow {
  color: #dc2e3c;
  border-color: rgba(220, 46, 60, 0.5);
}
.lab-red.lab-anti {
  color: #dc2e3c;
  background-color: rgba(220, 46, 60, 0.1);
}
.lab-red.lab-ghost {
  color: #dc2e3c;
}

.lab-yellow {
  background-color: #e5be3e;
}
.lab-yellow.lab-hollow {
  color: #e5be3e;
  border-color: rgba(229, 190, 62, 0.5);
}
.lab-yellow.lab-anti {
  color: #e5be3e;
  background-color: rgba(229, 190, 62, 0.1);
}
.lab-yellow.lab-ghost {
  color: #e5be3e;
}

.lab-green {
  background-color: #5bcc24;
}
.lab-green.lab-hollow {
  color: #5bcc24;
  border-color: rgba(91, 204, 36, 0.5);
}
.lab-green.lab-anti {
  color: #5bcc24;
  background-color: rgba(91, 204, 36, 0.1);
}
.lab-green.lab-ghost {
  color: #5bcc24;
}

.lab-blue {
  background-color: #509bfb;
}
.lab-blue.lab-hollow {
  color: #509bfb;
  border-color: rgba(80, 155, 251, 0.5);
}
.lab-blue.lab-anti {
  color: #509bfb;
  background-color: rgba(80, 155, 251, 0.1);
}
.lab-blue.lab-ghost {
  color: #509bfb;
}

.lab-hollow {
  background-color: transparent;
  border: 1px solid;
}

.lab-ghost {
  background-color: transparent;
}

.lab-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
}

/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
.tabs-head {
  font-size: 0;
}
.tabs-item {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.tabs-link {
  position: relative;
  display: block;
  margin: 0 4px;
  padding: 8px 0;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  cursor: pointer;
  box-sizing: border-box;
}
.tabs-link:hover {
  color: #bd1a2d;
}

.tabs-con {
  position: relative;
  display: none;
}
.tabs-con.active {
  display: block;
}

.ghost-tabs {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.ghost-tabs .tabs-link {
  padding: 16px 0;
  transition: 0.3s;
}
.ghost-tabs .tabs-link:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  margin-left: 0;
  background-color: #bd1a2d;
  border-radius: 2px;
  transition: 0.3s;
}
.ghost-tabs .tabs-link.active {
  font-weight: bold;
  color: black;
}
.ghost-tabs .tabs-link.active:after {
  width: 24px;
  margin-left: -12px;
}

.group-tabs {
  display: inline-block;
  background-color: white;
  border-radius: 6px;
  box-sizing: border-box;
}
.group-tabs .tabs-item {
  margin: 0;
}
.group-tabs .tabs-item:first-child .tabs-link {
  white-space: nowrap;
  border-left: 1px solid #bfbfbf;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.group-tabs .tabs-item:first-child .tabs-link.active {
  border-left-color: #bd1a2d;
}
.group-tabs .tabs-item:last-child .tabs-link {
  border-right-color: #bfbfbf;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.group-tabs .tabs-item:last-child .tabs-link.active {
  border-right-color: #bd1a2d;
}
.group-tabs .tabs-link {
  margin: 0;
  padding: 6px 18px;
  line-height: 22px;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.group-tabs .tabs-link.active {
  font-weight: bold;
  color: white;
  background-color: #bd1a2d;
  border-color: #bd1a2d;
}

.toast-tabs {
  font-size: 0;
}
.toast-tabs .tabs-item {
  margin-right: 4px;
  margin-left: 4px;
}
.toast-tabs:after {
  vertical-align: middle;
}
.toast-tabs > * {
  display: inline-block;
  vertical-align: middle;
}
.toast-tabs > *:first-child {
  margin-left: 0;
}
.toast-tabs > *:last-child {
  margin-right: 0;
}
.toast-tabs .tabs-link {
  margin: 0;
  padding: 6px 18px;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  transition: 0.3s;
}
.toast-tabs .tabs-link:hover {
  font-weight: bold;
  color: #141414;
  background-color: #fafafa;
  border-color: #bfbfbf;
}
.toast-tabs .tabs-link.active {
  font-weight: bold;
  color: white;
  background-color: #bd1a2d;
  border-color: #bd1a2d;
}
.toast-tabs.dark .tabs-link {
  background-color: #f5f5f5;
  border-color: transparent;
}
.toast-tabs.dark .tabs-link:hover {
  background-color: #f0f0f0;
}
.toast-tabs.dark .tabs-link.active {
  color: #bd1a2d;
  background-color: rgba(189, 26, 45, 0.1);
}
.toast-tabs.rounded .tabs-link {
  border-radius: 40px;
}

/**
 * Progress
 * ----------------------------------------------------------------------------
*/
.progress-ring {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
}
.progress-ring .info {
  margin-top: 10px;
  line-height: 1.3;
  color: #8c8c8c;
}
.progress-ring svg {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.progress-ring path.thickring {
  fill: #bd1a2d;
}
.progress-ring path.tracering {
  fill: #efebeb;
}
.progress-ring circle.ringtrace {
  stroke: #f4f1f1;
}
.progress-ring .progress-ring-rate {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -7px;
}
.progress-ring-rate {
  margin-top: 10px;
  font-size: 14px;
  color: #141414;
  line-height: 1;
}
.progress-ring-rate .real {
  font-size: 14px;
}
.progress-ring-rate .split,
.progress-ring-rate .total {
  font-size: 12px;
  color: #bfbfbf;
}

.progress-ring.lg {
  width: 104px;
  height: 104px;
}
.progress-ring.lg .progress-ring-rate {
  font-size: 13px;
}
.progress-ring.sm {
  width: 56px;
  height: 56px;
}
.progress-ring.sm .progress-ring-rate {
  font-size: 12px;
}
.progress-ring.xs {
  width: 32px;
  height: 32px;
}
.progress-ring.xs .progress-ring-rate {
  display: none;
}

.progress-bar div[data-role=progressbar] {
  position: relative;
  height: 12px;
  background-color: #f4f1f1;
  border-radius: 6px;
}
.progress-bar div[data-role=progressbar] .ui-progressbar-value {
  height: inherit;
  background-color: #bd1a2d;
  border-radius: inherit;
}
.progress-bar.sm div[data-role=progressbar] {
  height: 6px;
  border-radius: 3px;
}
.progress-bar .rate {
  margin: 10px 0;
  font-size: 14px;
  color: #141414;
  text-align: right;
}
.progress-bar.rate-append {
  font-size: 0;
}
.progress-bar.rate-append:after {
  vertical-align: middle;
}
.progress-bar.rate-append > * {
  display: inline-block;
  vertical-align: middle;
}
.progress-bar.rate-append > *:first-child {
  margin-left: 0;
}
.progress-bar.rate-append > *:last-child {
  margin-right: 0;
}
.progress-bar.rate-append div[data-role=progressbar] {
  width: calc(100% - 50px);
}
.progress-bar.rate-append .rate {
  width: 50px;
  margin: 0;
}
.progress-bar.rate-above .rate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  font-size: 12px;
  text-align: center;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
/**
 * Page frame
 */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary {
  box-shadow: 0 2px 6px rgba(189, 26, 45, 0.2);
}

.btn-shadow-base {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.shadow-light, .group-tabs {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.shadow-base {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.shadow-dark {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.crumb {
  font-size: 14px;
  color: #8c8c8c;
  line-height: inherit;
}
.crumb a {
  font-size: inherit;
  color: inherit;
}
.crumb a:hover {
  text-decoration: none;
}
.crumb a:last-child {
  cursor: default;
}
.crumb a:last-child, .crumb a:last-child:hover {
  font-weight: 600;
  color: #141414;
}
.crumb i {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
}
.crumb span {
  color: #bd1a2d;
}

.typeico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.typeico-doc {
  background-image: url(../images/types/type-doc.png);
}

.typeico-jpeg {
  background-image: url(../images/types/type-jpeg.png);
}

.typeico-music {
  background-image: url(../images/types/type-music.png);
}

.typeico-pdf {
  background-image: url(../images/types/type-pdf.png);
}

.typeico-ppt {
  background-image: url(../images/types/type-ppt.png);
}

.typeico-txt {
  background-image: url(../images/types/type-txt.png);
}

.typeico-unknown {
  background-image: url(../images/types/type-unknown.png);
}

.typeico-video {
  background-image: url(../images/types/type-video.png);
}

.typeico-xls {
  background-image: url(../images/types/type-xls.png);
}

.typeico-zip {
  background-image: url(../images/types/type-zip.png);
}

.group {
  font-size: 0;
}
.group > * {
  margin-right: 5px;
  margin-left: 5px;
}
.group > *:first-child {
  margin-left: 0 !important;
}
.group > *:last-child {
  margin-right: 0 !important;
}
.group:after {
  vertical-align: middle;
}
.group > * {
  display: inline-block;
  vertical-align: middle;
}
.group > *:first-child {
  margin-left: 0;
}
.group > *:last-child {
  margin-right: 0;
}
.group-top:after,
.group-top > * {
  vertical-align: top;
}

.group-bottom:after,
.group-bottom > * {
  vertical-align: bottom;
}

.dot {
  display: inline-block;
  background-color: #dc2e3c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
}
.dot.primary {
  background-color: #bd1a2d;
}

.badge {
  display: inline-block;
  min-width: 16px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: normal !important;
  color: white;
  line-height: 1;
  background-color: #dc2e3c;
  border-radius: 12px;
  box-sizing: border-box;
  transform: scale(0.9);
}

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.vertical-center {
  font-size: 0;
}
.vertical-center:after {
  vertical-align: middle;
}
.vertical-center > * {
  display: inline-block;
  vertical-align: middle;
}
.vertical-center > *:first-child {
  margin-left: 0;
}
.vertical-center > *:last-child {
  margin-right: 0;
}

.vertical-top {
  font-size: 0;
}
.vertical-top:after {
  vertical-align: top;
}
.vertical-top > * {
  display: inline-block;
  vertical-align: top;
}
.vertical-top > *:first-child {
  margin-left: 0;
}
.vertical-top > *:last-child {
  margin-right: 0;
}

.dvs-1 {
  flex: 1 !important;
}

.dvs-2 {
  flex: 2 !important;
}

.dvs-3 {
  flex: 3 !important;
}

.dvs-4 {
  flex: 4 !important;
}

.dvs-5 {
  flex: 5 !important;
}

.dvs-6 {
  flex: 6 !important;
}

.dvs-7 {
  flex: 7 !important;
}

.dvs-8 {
  flex: 8 !important;
}

.dvs-9 {
  flex: 9 !important;
}

.dvs-10 {
  flex: 10 !important;
}

.dvs-11 {
  flex: 11 !important;
}

.dvs-12 {
  flex: 12 !important;
}

.prepend,
.append {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.prepend {
  left: 0;
}

.append {
  right: 0;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.primary {
  color: #bd1a2d !important;
}

.red {
  color: #dc2e3c !important;
}

.green {
  color: #5bcc24 !important;
}

.yellow {
  color: #e5be3e !important;
}

.dark {
  color: #141414 !important;
}

.base {
  color: #595959 !important;
}

.light {
  color: #bfbfbf !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-base {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #f0f0f0 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.no-shadow {
  box-shadow: none;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pr72 {
  padding-right: 72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.w-8 {
  width: 8px !important;
}

.w-16 {
  width: 16px !important;
}

.w-24 {
  width: 24px !important;
}

.w-32 {
  width: 32px !important;
}

.w-40 {
  width: 40px !important;
}

.w-48 {
  width: 48px !important;
}

.w-56 {
  width: 56px !important;
}

.w-64 {
  width: 64px !important;
}

.w-72 {
  width: 72px !important;
}

.w-80 {
  width: 80px !important;
}

.w-88 {
  width: 88px !important;
}

.w-96 {
  width: 96px !important;
}

.w-104 {
  width: 104px !important;
}

.w-112 {
  width: 112px !important;
}

.w-120 {
  width: 120px !important;
}

.w-128 {
  width: 128px !important;
}

.w-136 {
  width: 136px !important;
}

.w-144 {
  width: 144px !important;
}

.w-152 {
  width: 152px !important;
}

.w-160 {
  width: 160px !important;
}

.w-168 {
  width: 168px !important;
}

.w-176 {
  width: 176px !important;
}

.w-184 {
  width: 184px !important;
}

.w-192 {
  width: 192px !important;
}

.w-200 {
  width: 200px !important;
}

.w-208 {
  width: 208px !important;
}

.w-216 {
  width: 216px !important;
}

.w-224 {
  width: 224px !important;
}

.w-232 {
  width: 232px !important;
}

.w-240 {
  width: 240px !important;
}

.w-248 {
  width: 248px !important;
}

.w-256 {
  width: 256px !important;
}

.w-264 {
  width: 264px !important;
}

.w-272 {
  width: 272px !important;
}

.w-280 {
  width: 280px !important;
}

.w-288 {
  width: 288px !important;
}

.w-296 {
  width: 296px !important;
}

.w-304 {
  width: 304px !important;
}

.w-312 {
  width: 312px !important;
}

.w-320 {
  width: 320px !important;
}

.rounded {
  border-radius: 100px !important;
}

.sharp {
  border-radius: 0 !important;
}

.link-default {
  font-size: inherit;
  color: #595959;
  text-decoration: none;
}
.link-default:hover {
  color: #bd1a2d;
}
.link-default:active {
  color: rgb(153.1339534884, 21.0660465116, 36.4604651163);
}

.link-normal {
  font-size: inherit;
  color: #bd1a2d;
  text-decoration: none;
}
.link-normal:hover {
  text-decoration: underline;
}
.link-normal:active {
  color: rgb(153.1339534884, 21.0660465116, 36.4604651163);
}

.link-light {
  font-size: inherit;
  color: #8c8c8c;
  text-decoration: none;
}
.link-light:hover {
  color: #bd1a2d;
}
.link-light:active {
  color: rgb(153.1339534884, 21.0660465116, 36.4604651163);
}

.link-icon {
  font-size: 0;
}
.link-icon:after {
  vertical-align: middle;
}
.link-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.link-icon > *:first-child {
  margin-left: 0;
}
.link-icon > *:last-child {
  margin-right: 0;
}
.link-icon > * {
  margin: 0 2px;
}
.link-icon i {
  font-size: 16px;
  line-height: 1;
}
.link-icon span {
  font-size: 14px;
}

.info {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 22px;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.mask-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.mask-transparent {
  background-color: transparent;
}

.mask-light {
  background-color: rgba(0, 0, 0, 0.1);
}

.bt {
  border-top: 1px solid #e6e6e6;
}

.br {
  border-right: 1px solid #e6e6e6;
}

.bb {
  border-bottom: 1px solid #e6e6e6;
}

.bl {
  border-left: 1px solid #e6e6e6;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
hr.hr-vertical {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
hr.hr-dark {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
hr.hr-light {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.hr-container {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.portrait {
  background-image: url("../images/portraits/portrait-default.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  border-radius: 50%;
}
.portrait img {
  border-radius: inherit;
}
.portrait.portrait-mini {
  width: 32px;
  height: 32px;
}
.portrait.portrait-xsmall {
  width: 40px;
  height: 40px;
}
.portrait.portrait-small {
  width: 48px;
  height: 48px;
}
.portrait.portrait-base {
  width: 56px;
  height: 56px;
}
.portrait.portrait-medium {
  width: 72px;
  height: 72px;
}
.portrait.portrait-large {
  width: 80px;
  height: 80px;
}
.portrait.portrait-xlarge {
  width: 160px;
  height: 160px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}