@charset "UTF-8";
/* 更新：2025-04-29 */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #2cbcf4;
  --red: #f9595f;
  --yellow: #FFB600;
  --green: #42e2b0;
  --white: #fff;
  --gray: #444;
  --gray-dark: #222;
  --brand-color: #f9595f;
  --primary: #f9595f;
  --secondary: #f3f3f3;
  --success: #42e2b0;
  --info: #2cbcf4;
  --warning: #FFB600;
  --danger: #c9191d;
  --light: #fafafa;
  --dark: #222;
  --white: #fff;
  --gray: #444;
  --gray-light: #888;
  --gray-lighter: #d2d2d2;
  --red: #f9595f;
  --blue: #2cbcf4;
  --yellow: #FFB600;
  --green: #42e2b0;
  --clap-purple: #5f6cff;
  --fb: #3a5795;
  --twitter: #55ACEE;
  --weibo: #E6162D;
  --wechat: #7bb32e;
  --qq: #41aae7;
  --apple: #222;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

:focus {
  outline: none;
}

html {
  font-size: 15px;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.67;
  color: #222;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #6c757d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

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;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.33;
  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-size: 60%;
}

h1, .h1 {
  font-size: 1.6rem;
}

h2, .h2 {
  font-size: 1.4rem;
}

h3, .h3 {
  font-size: 1.2rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.85rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 90%;
  font-weight: 400;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-right .list-inline {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list-inline-item {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}
.list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.max-two {
  max-height: 3.34rem;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-three {
  max-height: 5.01rem;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-five {
  max-height: 8.35rem;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-six {
  max-height: 10.02rem;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-ten {
  max-height: 16.7rem;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.height-one {
  height: 1.67rem;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.height-five {
  height: 8.35rem;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.height-six {
  height: 10.02rem;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-read {
  word-wrap: break-word;
  word-break: break-word;
}
.text-read img {
  max-width: 100%;
  height: auto !important;
}

h1.max-two {
  max-height: 4.256rem;
}

h2.max-two {
  max-height: 3.724rem;
}

h3.max-two {
  max-height: 3.192rem;
}

h4.max-two {
  max-height: 2.66rem;
}

h4.height-one {
  height: 1.33rem;
}

@media (max-width: 575.98px) {
  .text-app-title img {
    display: block;
    margin: 1rem auto !important;
  }
}
@media (min-width: 768px) {
  .text-app-title img {
    display: block;
    margin-bottom: 1rem;
  }
}

.font-size-sm {
  font-size: 0.8rem !important;
}
.font-size-sm.height-one {
  height: 1.336rem;
}

.font-size-base {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.2rem !important;
}

.font-size-xl {
  font-size: 1.6rem !important;
}

.font-size-xxl {
  font-size: 2.4rem !important;
}

.font-size-xxxl {
  font-size: 72px !important;
}

.font-size-h1 {
  font-size: 1.6rem;
}

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

.line-height-base {
  line-height: 1.67 !important;
}

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

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

h2 .d-inline-block {
  vertical-align: bottom;
}

.index-chart-title span.mr-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 3rem);
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .index-chart-title span.mr-2 {
    width: calc(100% - 3rem);
  }
}
@media (max-width: 991.98px) {
  .index-chart-title .dropdown.d-inline-block {
    float: right;
  }
  .index-chart-title .dropdown-menu.dropdown-menu-center {
    left: auto !important;
    right: -1rem;
    transform: translateX(0) !important;
  }
  .index-chart-title .dropdown-menu.dropdown-menu-center:before {
    left: 100%;
    margin-left: -40px;
  }
  .index-chart-title .dropdown-menu.dropdown-menu-center:after {
    left: 100%;
    margin-left: -39px;
  }
}

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

.img-full {
  width: 100%;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.img-xs {
  width: 20px;
  height: 20px;
}
.img-xs img {
  width: 20px;
  height: 20px;
}

.img-sm {
  width: 30px;
  height: 30px;
}
.img-sm img {
  width: 30px;
  height: 30px;
}

.img-md {
  width: 32px;
  height: 32px;
}
.img-md img {
  width: 32px;
  height: 32px;
}

.img-lg {
  width: 46px;
  height: 46px;
}
.img-lg img {
  width: 46px;
  height: 46px;
}

.img-xl {
  width: 60px;
  height: 60px;
}
.img-xl img {
  width: 60px;
  height: 60px;
}

.img-xxl {
  width: 72px;
  height: 72px;
}
.img-xxl img {
  width: 72px;
  height: 72px;
}

.img-xxxl {
  width: 86px;
  height: 86px;
}
.img-xxxl img {
  width: 86px;
  height: 86px;
}

.img-xxxxl {
  width: 100px;
  height: 100px;
}
.img-xxxxl img {
  width: 100px;
  height: 100px;
}

.img-xxxxxl {
  width: 120px;
  height: 120px;
}
.img-xxxxxl img {
  width: 120px;
  height: 120px;
}

.img-circle {
  border-radius: 50% !important;
  overflow: hidden;
}
.img-circle img {
  border-radius: 50%;
}

.img-grayscale {
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.row-s {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-s [class^=col-], .row.row-s [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-sm > .col,
.row.row-sm > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.row-xs {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-xs > .col,
.row.row-xs > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.134rem + 2px);
  padding: 0.232rem 0.75rem;
  font-size: 1rem;
  line-height: 1.67;
  color: #444;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e4e4;
  border-radius: 0.67rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .form-control {
    font-size: 16px;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #444;
  background-color: #fff;
  border-color: #f9595f;
  outline: 0;
}
.form-control::placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
  border: 1px solid #d2d2d2;
}

select.form-control:focus::-ms-value {
  color: #444;
  background-color: #fff;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  font-size: 1.2rem;
}
.form-group label.form-check-label {
  font-size: 1rem;
}
.form-group.is-invalid .invalid-feedback {
  display: block;
}
.form-group.is-invalid input,
.form-group.is-invalid .dropdown-toggle {
  border-color: #c9191d !important;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.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-check {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2rem;
}
.form-check .float-right {
  margin-left: auto;
}
.form-check .form-check-input {
  width: 20px;
}
.form-check .form-check-label {
  max-width: calc(100% - 20px);
}

.form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: -2rem;
  margin-right: 0.5rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #a8a8a8;
}

.form-check-label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 90%;
  color: #42e2b0;
}

.form-control.is-valid,
.input-group.is-valid {
  border-color: #42e2b0;
  z-index: 3;
}
.form-control.is-valid:focus,
.input-group.is-valid:focus {
  border-color: #42e2b0;
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.input-group.is-valid ~ .valid-feedback,
.input-group.is-valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label {
  color: #42e2b0;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

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

.form-control.is-invalid,
.input-group.is-invalid {
  border-color: #c9191d;
  z-index: 3;
}
.form-control.is-invalid:focus,
.input-group.is-invalid:focus {
  border-color: #c9191d;
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.input-group.is-invalid ~ .invalid-feedback,
.input-group.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #c9191d;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group,
.form-inline .custom-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;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
}

.field-icon {
  right: 1rem;
  top: 50%;
  margin-top: -12px;
  color: #a8a8a8;
  z-index: 2;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.232rem 0.75rem;
  font-size: 1rem;
  line-height: 1.67;
  border-radius: 0.67rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn [class^=icon-], .btn [class*=" icon-"] {
  position: relative;
  top: -1px;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #f9595f;
  border-color: #f8343b;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f9595f;
  border-color: #f9595f;
}
.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f72830;
  border-color: #f71b24;
}
.btn-secondary {
  color: #a8a8a8;
  background-color: #f3f3f3;
  border-color: #e0e0e0;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #a8a8a8;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #a8a8a8;
  background-color: #dadada;
  border-color: lightgray;
}
.btn-info {
  color: #a8a8a8;
  background-color: #2cbcf4;
  border-color: #0caeed;
}
.btn-info.disabled, .btn-info:disabled {
  color: #a8a8a8;
  background-color: #2cbcf4;
  border-color: #2cbcf4;
}
.btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0ca5e1;
  border-color: #0b9dd5;
}
.btn-warning {
  color: #a8a8a8;
  background-color: #FFB600;
  border-color: #d99b00;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #a8a8a8;
  background-color: #FFB600;
  border-color: #FFB600;
}
.btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #a8a8a8;
  background-color: #cc9200;
  border-color: #bf8900;
}
.btn-danger {
  color: #fff;
  background-color: #c9191d;
  border-color: #a71518;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c9191d;
  border-color: #c9191d;
}
.btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9c1316;
  border-color: #901215;
}
.btn-light {
  color: #a8a8a8;
  background-color: #fafafa;
  border-color: #e7e7e7;
}
.btn-light.disabled, .btn-light:disabled {
  color: #a8a8a8;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #a8a8a8;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #0f0f0f;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #020202;
}
.btn-white {
  color: #a8a8a8;
  background-color: #fff;
  border-color: #ececec;
}
.btn-white.disabled, .btn-white:disabled {
  color: #a8a8a8;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #a8a8a8;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-gray {
  color: #fff;
  background-color: #444;
  border-color: #313131;
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #242424;
}
.btn-gray-light {
  color: #fff;
  background-color: #888;
  border-color: #757575;
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #fff;
  background-color: #888;
  border-color: #888;
}
.btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #686868;
}
.btn-gray-lighter {
  color: #a8a8a8;
  background-color: #d2d2d2;
  border-color: #bfbfbf;
}
.btn-gray-lighter.disabled, .btn-gray-lighter:disabled {
  color: #a8a8a8;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-gray-lighter:not(:disabled):not(.disabled).active, .show > .btn-gray-lighter.dropdown-toggle {
  color: #a8a8a8;
  background-color: #b9b9b9;
  border-color: #b2b2b2;
}
.btn-red {
  color: #fff;
  background-color: #f9595f;
  border-color: #f8343b;
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #f9595f;
  border-color: #f9595f;
}
.btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #f72830;
  border-color: #f71b24;
}
.btn-blue {
  color: #a8a8a8;
  background-color: #2cbcf4;
  border-color: #0caeed;
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #a8a8a8;
  background-color: #2cbcf4;
  border-color: #2cbcf4;
}
.btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0ca5e1;
  border-color: #0b9dd5;
}
.btn-yellow {
  color: #a8a8a8;
  background-color: #FFB600;
  border-color: #d99b00;
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #a8a8a8;
  background-color: #FFB600;
  border-color: #FFB600;
}
.btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #a8a8a8;
  background-color: #cc9200;
  border-color: #bf8900;
}
.btn-green {
  color: #a8a8a8;
  background-color: #42e2b0;
  border-color: #22dca2;
}
.btn-green.disabled, .btn-green:disabled {
  color: #a8a8a8;
  background-color: #42e2b0;
  border-color: #42e2b0;
}
.btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #a8a8a8;
  background-color: #20d19a;
  border-color: #1ec692;
}
.btn-clap-purple {
  color: #fff;
  background-color: #5f6cff;
  border-color: #3949ff;
}
.btn-clap-purple.disabled, .btn-clap-purple:disabled {
  color: #fff;
  background-color: #5f6cff;
  border-color: #5f6cff;
}
.btn-clap-purple:not(:disabled):not(.disabled).active, .show > .btn-clap-purple.dropdown-toggle {
  color: #fff;
  background-color: #2c3dff;
  border-color: #1f31ff;
}
.btn-fb {
  color: #fff;
  background-color: #3a5795;
  border-color: #2f4779;
}
.btn-fb.disabled, .btn-fb:disabled {
  color: #fff;
  background-color: #3a5795;
  border-color: #3a5795;
}
.btn-fb:not(:disabled):not(.disabled).active, .show > .btn-fb.dropdown-toggle {
  color: #fff;
  background-color: #2c4270;
  border-color: #283c67;
}
.btn-twitter {
  color: #a8a8a8;
  background-color: #55ACEE;
  border-color: #329beb;
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #a8a8a8;
  background-color: #55ACEE;
  border-color: #55ACEE;
}
.btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: #1b90e8;
}
.btn-weibo {
  color: #fff;
  background-color: #E6162D;
  border-color: #c31326;
}
.btn-weibo.disabled, .btn-weibo:disabled {
  color: #fff;
  background-color: #E6162D;
  border-color: #E6162D;
}
.btn-weibo:not(:disabled):not(.disabled).active, .show > .btn-weibo.dropdown-toggle {
  color: #fff;
  background-color: #b71224;
  border-color: #ac1022;
}
.btn-wechat {
  color: #fff;
  background-color: #7bb32e;
  border-color: #669526;
}
.btn-wechat.disabled, .btn-wechat:disabled {
  color: #fff;
  background-color: #7bb32e;
  border-color: #7bb32e;
}
.btn-wechat:not(:disabled):not(.disabled).active, .show > .btn-wechat.dropdown-toggle {
  color: #fff;
  background-color: #5f8a24;
  border-color: #588021;
}
.btn-qq {
  color: #fff;
  background-color: #41aae7;
  border-color: #1f9be3;
}
.btn-qq.disabled, .btn-qq:disabled {
  color: #fff;
  background-color: #41aae7;
  border-color: #41aae7;
}
.btn-qq:not(:disabled):not(.disabled).active, .show > .btn-qq.dropdown-toggle {
  color: #fff;
  background-color: #1b94da;
  border-color: #1a8cce;
}
.btn-apple {
  color: #fff;
  background-color: #222;
  border-color: #0f0f0f;
}
.btn-apple.disabled, .btn-apple:disabled {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-apple:not(:disabled):not(.disabled).active, .show > .btn-apple.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #020202;
}
.btn-white {
  color: #444;
  background-color: #fff;
  border-color: #e4e4e4;
}
.btn-white:disabled, .btn-white.disabled {
  border-color: #d2d2d2;
  background-color: #fff;
}
.btn-white:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f9595f;
  border-color: #f8343b;
}
.show > .btn-white.dropdown-toggle {
  color: #444;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-white.btn-circle {
  color: #a8a8a8;
}
.btn-white.btn-circle:not(:disabled):not(.disabled).active {
  color: #f9595f;
  background-color: #fff;
}
.btn-white.btn-like:disabled, .btn-white.btn-like.disabled {
  color: #a8a8a8;
  border-color: #ececec;
  background-color: #fff;
}

.btn-primary,
.btn-fb,
.btn-twitter,
.btn-weibo,
.btn-wechat {
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-fb:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled).active,
.btn-weibo:not(:disabled):not(.disabled).active,
.btn-wechat:not(:disabled):not(.disabled).active {
  background-color: #fafafa;
  border-color: #e4e4e4;
}
.btn-primary:disabled, .btn-primary.disabled,
.btn-fb:disabled,
.btn-fb.disabled,
.btn-twitter:disabled,
.btn-twitter.disabled,
.btn-weibo:disabled,
.btn-weibo.disabled,
.btn-wechat:disabled,
.btn-wechat.disabled {
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active {
  color: #f9595f;
}

.btn-fb:not(:disabled):not(.disabled).active {
  color: #3a5795;
}

.btn-twitter:not(:disabled):not(.disabled).active {
  color: #55ACEE;
}

.btn-weibo:not(:disabled):not(.disabled).active {
  color: #E6162D;
}

.btn-wechat:not(:disabled):not(.disabled).active {
  color: #7bb32e;
}

.btn-secondary {
  border-color: #f3f3f3;
  color: #f9595f;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #f9595f;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: solid 1px rgba(255, 255, 255, 0.35);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  background-color: transparent !important;
}
.btn-outline-white:not(:disabled):not(.disabled).active {
  color: #f9595f;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px rgba(255, 255, 255, 0.35);
}
.btn-outline-white.btn-like:not(:disabled):not(.disabled).active {
  color: #f9595f !important;
  border: solid 1px #f9595f;
}
.btn-outline-white.btn-play {
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-outline-white.btn-play:not(:disabled):not(.disabled):active, .btn-outline-white.btn-play:not(:disabled):not(.disabled).active {
  border-width: 2px;
  border-color: #fff;
}

.btn-outline-primary {
  color: #f9595f;
  background-color: transparent;
  background-image: none;
  border: solid 1px #f9595f;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  background-color: transparent !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #f9595f;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #f9595f;
}

.btn-link {
  font-weight: 600;
  color: #888;
  background-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-link:not(:disabled):not(.disabled).active {
  color: #f9595f;
}
.btn-link.btn-like:not(:disabled):not(.disabled).active {
  color: #f9595f !important;
}
.btn-link.p-0 {
  height: auto;
}
.btn-link.p-0 [class^=icon-], .btn-link.p-0 [class*=" icon-"] {
  font-size: 1.6rem;
}
.btn-link.p-0.dropdown-toggle::after {
  display: none;
}

.btn {
  height: 34px;
}

.btn-xl {
  padding: 0.467rem 1rem;
  font-size: 1.6rem;
  line-height: 1.67;
  border-radius: 0.67rem;
  height: 56px;
}

.btn-lg {
  padding: 0.467rem 1rem;
  font-size: 1.2rem;
  line-height: 1.67;
  border-radius: 0.67rem;
  height: 46px;
}

.btn-sm {
  padding: 0.2rem 0.35rem;
  font-size: 0.8rem;
  line-height: 1.67;
  border-radius: 0.67rem;
  height: 28px;
}

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

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  position: relative;
  padding: 0;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.btn-circle [class^=icon-], .btn-circle [class*=" icon-"] {
  width: 1rem;
  height: 1rem;
  line-height: 1 !important;
  top: 0;
}
.btn-circle .icon-repost {
  top: -0.5px;
}
.btn-circle.btn-like {
  width: auto !important;
  border-radius: 1.5rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.btn-circle.btn-like.btn-secondary {
  width: 32px !important;
  color: #bbb;
}
.btn-circle.btn-like.btn-secondary.active {
  color: #f9595f;
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-circle.btn-xl {
  min-width: 60px;
  width: 60px;
  height: 60px;
}
.btn-circle.btn-xl [class^=icon-], .btn-circle.btn-xl [class*=" icon-"] {
  width: 1.6rem;
  height: 1.6rem;
}
.btn-circle.btn-lg {
  min-width: 46px;
  width: 46px;
  height: 46px;
}
.btn-circle.btn-lg [class^=icon-], .btn-circle.btn-lg [class*=" icon-"] {
  width: 1.2rem;
  height: 1.2rem;
}
.btn-circle.btn-lg.btn-like {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.btn-circle.btn-sm {
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.btn-circle.btn-sm [class^=icon-], .btn-circle.btn-sm [class*=" icon-"] {
  width: 0.8rem;
  height: 0.8rem;
}
.btn-circle.btn-sm.btn-like {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.btn-circle.dropdown-toggle::after {
  display: none;
}

.btn-tag {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 1rem;
  padding: 0.2rem 0.65rem;
  min-width: 50px;
}

.btn-artist {
  border-radius: 1rem;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-artist img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: bottom;
}
.btn-artist:not(:disabled):not(.disabled).active {
  color: #f9595f;
  background-color: #fff;
}
.btn-artist:not([href]):not([tabindex]) {
  cursor: default;
}
@media (min-width: 992px) {
  .btn-artist:not([href]):not([tabindex]):hover {
    background-color: #fff;
  }
}
.btn-artist.btn-is-accredited {
  padding-right: 1.7rem;
}
.btn-artist.btn-is-accredited .is-accredited {
  right: 0.5rem;
  top: 0.35rem;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapse-link .icon-menu-up:before {
  display: block;
  transition: all 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapse-link .icon-menu-up:before {
    transition: none;
  }
}
.collapse-link p {
  display: none;
}
.collapse-link.collapsed .icon-menu-up:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapse-link.collapsed p {
  display: block;
}

.dropleft,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-toggle.no-caret::after {
  display: none;
}

.dropdown-menu {
  word-wrap: break-word;
  word-break: break-word;
  top: 100%;
  left: 50%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11rem;
  padding: 1rem 0;
  margin: 0;
  font-size: 1rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e4e4;
  border-radius: 0.25rem;
}
@supports (transform-style: preserve-x) {
  .dropdown-menu {
    transform: translateX(-50%);
  }
}

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

.dropdown-menu.dropdown-menu-right {
  left: auto !important;
  right: -1rem !important;
  top: 100% !important;
  transform: translateX(0) !important;
}
.dropdown-menu.dropdown-menu-right:before {
  left: auto;
  right: 11px;
}
.dropdown-menu.dropdown-menu-right:after {
  left: auto;
  right: 12px;
}

.dropdown .dropdown-menu {
  top: 100%;
}

.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-item {
  display: block;
  width: 100%;
  padding: 0.3rem 1rem;
  clear: both;
  font-weight: 400;
  color: #222;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #151515;
  text-decoration: none;
  background-color: #fafafa;
}
.dropdown-item.hover {
  color: #151515;
  text-decoration: none;
  background-color: #fafafa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f9595f;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.dropdown-search .dropdown-item {
  color: #888;
}
.dropdown-search .dropdown-item.active, .dropdown-search .dropdown-item:active {
  color: #fff;
}
.dropdown-search .position-relative .dropdown-menu {
  left: 0 !important;
  width: 100%;
  margin: 0;
}
.dropdown-search .position-relative .dropdown-menu:before, .dropdown-search .position-relative .dropdown-menu:after {
  display: none;
}
.dropdown-search .position-relative .dropdown-menu .dropdown-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 3px;
}

.dropdown-menu-lg {
  min-width: 20rem;
}

.dropdown-menu-border .dropdown-item {
  border-bottom: 1px solid #d2d2d2;
  padding: 1rem 0.25rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
  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 + .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-lg > .form-control,
.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 {
  height: calc(2.938rem + 2px);
  padding: 0.467rem 1rem;
  font-size: 1.2rem;
  line-height: 1.67;
  border-radius: 0.67rem;
}

.input-group-lg > textarea.form-control {
  max-height: 8rem;
}

.input-group-lg > .input-group-append > .btn {
  height: 100%;
}

.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;
}

.input-group .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.input-group .dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  transform: translate3d(0, 0, 0) !important;
}

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

.nav-link {
  display: block;
  padding: 0.3rem 0.8rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-pills {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 1rem;
}
.nav-pills .nav-link {
  border-radius: 1.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f9595f;
}

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

@media (max-width: 991.98px) {
  .nav-sm-fill .nav-item {
    flex: 1 1 auto;
    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;
  padding: 2rem 0;
  min-height: 63px;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.navbar-brand {
  display: inline-block;
  font-size: 1.2rem;
  line-height: inherit;
  width: 150px;
  height: 18.2px;
  text-indent: -9999px;
  text-decoration: none;
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/logo-sv-r.svg");
  background-size: 150px 18.2px;
  background-repeat: no-repeat;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand.navbar-brand-cn {
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/logo-sv-cn-r.svg");
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0.67rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler.position-absolute {
  right: 2rem;
  color: #f9595f;
  padding: 0;
}

.navbar-dark {
  z-index: 1030;
  height: 100px;
}
.navbar-dark.bg-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.navbar-dark .navbar-brand {
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/logo-sv-w.svg");
}
.navbar-dark .navbar-brand.navbar-brand-cn {
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/logo-sv-cn-w.svg");
}
.navbar-dark .navbar-toggler {
  color: #fff;
}
.navbar-dark .navbar-toggler-icon {
  background-image: transparent;
}

.width-navbar-dark {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 32px;
  color: #6c757d;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
@media (min-width: 992px) {
  .page-link:hover {
    z-index: 2;
    color: #494f54;
    text-decoration: none;
    background-color: #e4e4e4;
    border-color: #d2d2d2;
  }
}
.page-link:focus {
  z-index: 2;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-link [class^=icon-], .page-link [class*=" icon-"] {
  position: relative;
  line-height: 32px;
}
.page-link .icon-menu-right {
  left: 1px;
}

.page-item {
  width: 32px;
  height: 32px;
  margin-left: 0.3rem;
  text-align: center;
}
.page-item:first-child {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f9595f;
  border-color: #f9595f;
}
.page-item.disabled .page-link {
  color: #a8a8a8;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d2d2d2;
  opacity: 0.5;
}

.badge {
  display: inline-block;
  padding: 0.1em 0.65em;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  border-radius: 100px;
}
.badge:empty {
  display: none;
}
.badge img {
  position: relative;
  width: 12px;
  height: 12px;
}
.badge [class^=icon-], .badge [class*=" icon-"] {
  position: relative;
  top: -1px;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-circle {
  border-radius: 50%;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.badge-circle.badge-lg {
  width: 46px;
  height: 46px;
  font-size: 22px !important;
}
.badge-circle [class^=icon-], .badge-circle [class*=" icon-"] {
  top: 0;
}

h3 .badge, h4 .badge {
  font-size: 80%;
  line-height: 1.5;
}

h3 .badge, .h3 .badge, h4 .badge, .h4 .badge {
  position: relative;
  top: -1px;
}

h3 .badge-circle {
  padding: 0.315em 0.473em;
  font-size: 80%;
  line-height: 1;
}
h3 .badge-circle [class^=icon-], h3 .badge-circle [class*=" icon-"] {
  top: 0;
}
h3 .badge-circle .icon-trophy {
  left: 0.5px;
}

h3 .badge-circle {
  padding: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  vertical-align: text-top;
}
h3 .badge-circle [class^=icon-], h3 .badge-circle [class*=" icon-"] {
  line-height: 28px;
}

h4 .badge-circle {
  padding: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: text-top;
}
h4 .badge-circle [class^=icon-], h4 .badge-circle [class*=" icon-"] {
  line-height: 20px;
}
h4 .badge-circle .icon-arrow-up {
  top: 0;
}

.badge-primary {
  color: #fff;
  background-color: #f9595f;
  color: #fff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f72830;
}

.badge-success {
  color: #a8a8a8;
  background-color: #42e2b0;
  color: #fff;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #a8a8a8;
  text-decoration: none;
  background-color: #20d19a;
}

.badge-warning {
  color: #a8a8a8;
  background-color: #FFB600;
  color: #fff;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #a8a8a8;
  text-decoration: none;
  background-color: #cc9200;
}

.badge-danger {
  color: #fff;
  background-color: #c9191d;
  color: #fff;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #9c1316;
}

.badge-white {
  color: #a8a8a8;
  background-color: #fff;
  color: #fff;
}
.badge-white[href]:hover, .badge-white[href]:focus {
  color: #a8a8a8;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-gray {
  color: #fff;
  background-color: #444;
  color: #fff;
}
.badge-gray[href]:hover, .badge-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2b2b2b;
}

.badge-gray-light {
  color: #fff;
  background-color: #888;
  color: #fff;
}
.badge-gray-light[href]:hover, .badge-gray-light[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6f6f6f;
}

.badge-red {
  color: #fff;
  background-color: #f9595f;
  color: #fff;
}
.badge-red[href]:hover, .badge-red[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f72830;
}

.badge-blue {
  color: #a8a8a8;
  background-color: #2cbcf4;
  color: #fff;
}
.badge-blue[href]:hover, .badge-blue[href]:focus {
  color: #a8a8a8;
  text-decoration: none;
  background-color: #0ca5e1;
}

.badge-yellow {
  color: #a8a8a8;
  background-color: #FFB600;
  color: #fff;
}
.badge-yellow[href]:hover, .badge-yellow[href]:focus {
  color: #a8a8a8;
  text-decoration: none;
  background-color: #cc9200;
}

.badge-clap-purple {
  color: #fff;
  background-color: #5f6cff;
  color: #fff;
}
.badge-clap-purple[href]:hover, .badge-clap-purple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2c3dff;
}

.badge-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.badge-clap-top {
  background: linear-gradient(258deg, #a303d2, #ff7e00);
  color: #fff !important;
}

.badge-lg {
  font-size: 0.95rem !important;
  font-weight: bold;
  line-height: 1.33;
}

.badge-xl {
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1.33;
}

.badge-white {
  color: #444;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.alert {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.alert-dismissible .close {
  top: 1rem;
  right: 0;
  padding: 0.3rem;
  color: inherit;
  font-size: 1rem;
  margin-left: 1rem;
}

.alert-primary {
  color: #812e31;
  background-color: #fededf;
  border-color: #fdd1d2;
}
.alert-primary hr {
  border-top-color: #fcb9ba;
}
.alert-primary .alert-link {
  color: #5b2123;
}

.alert-secondary {
  color: #7e7e7e;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-secondary hr {
  border-top-color: #efefef;
}
.alert-secondary .alert-link {
  color: #656565;
}

.alert-success {
  color: #22765c;
  background-color: #d9f9ef;
  border-color: #caf7e9;
}
.alert-success hr {
  border-top-color: #b4f4e0;
}
.alert-success .alert-link {
  color: #174e3d;
}

.alert-info {
  color: #17627f;
  background-color: #d5f2fd;
  border-color: #c4ecfc;
}
.alert-info hr {
  border-top-color: #ace4fb;
}
.alert-info .alert-link {
  color: #0f4154;
}

.alert-warning {
  color: #855f00;
  background-color: #fff0cc;
  border-color: #ffebb8;
}
.alert-warning hr {
  border-top-color: #ffe49f;
}
.alert-warning .alert-link {
  color: #523b00;
}

.alert-danger {
  color: #690d0f;
  background-color: #f4d1d2;
  border-color: #f0bfc0;
}
.alert-danger hr {
  border-top-color: #ebaaac;
}
.alert-danger .alert-link {
  color: #3c0709;
}

.alert-light {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-light hr {
  border-top-color: #f1f1f1;
}
.alert-light .alert-link {
  color: dimgray;
}

.alert-dark {
  color: #121212;
  background-color: lightgray;
  border-color: #c1c1c1;
}
.alert-dark hr {
  border-top-color: #b4b4b4;
}
.alert-dark .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-gray {
  color: #232323;
  background-color: #dadada;
  border-color: #cbcbcb;
}
.alert-gray hr {
  border-top-color: #bebebe;
}
.alert-gray .alert-link {
  color: #0a0a0a;
}

.alert-gray-light {
  color: #474747;
  background-color: #e7e7e7;
  border-color: #dedede;
}
.alert-gray-light hr {
  border-top-color: #d1d1d1;
}
.alert-gray-light .alert-link {
  color: #2e2e2e;
}

.alert-gray-lighter {
  color: #6d6d6d;
  background-color: #f6f6f6;
  border-color: #f2f2f2;
}
.alert-gray-lighter hr {
  border-top-color: #e5e5e5;
}
.alert-gray-lighter .alert-link {
  color: #545454;
}

.alert-red {
  color: #812e31;
  background-color: #fededf;
  border-color: #fdd1d2;
}
.alert-red hr {
  border-top-color: #fcb9ba;
}
.alert-red .alert-link {
  color: #5b2123;
}

.alert-blue {
  color: #17627f;
  background-color: #d5f2fd;
  border-color: #c4ecfc;
}
.alert-blue hr {
  border-top-color: #ace4fb;
}
.alert-blue .alert-link {
  color: #0f4154;
}

.alert-yellow {
  color: #855f00;
  background-color: #fff0cc;
  border-color: #ffebb8;
}
.alert-yellow hr {
  border-top-color: #ffe49f;
}
.alert-yellow .alert-link {
  color: #523b00;
}

.alert-green {
  color: #22765c;
  background-color: #d9f9ef;
  border-color: #caf7e9;
}
.alert-green hr {
  border-top-color: #b4f4e0;
}
.alert-green .alert-link {
  color: #174e3d;
}

.alert-clap-purple {
  color: #313885;
  background-color: #dfe2ff;
  border-color: #d2d6ff;
}
.alert-clap-purple hr {
  border-top-color: #b9bfff;
}
.alert-clap-purple .alert-link {
  color: #232860;
}

.alert-fb {
  color: #1e2d4d;
  background-color: #d8ddea;
  border-color: #c8d0e1;
}
.alert-fb hr {
  border-top-color: #b8c2d8;
}
.alert-fb .alert-link {
  color: #101828;
}

.alert-twitter {
  color: #2c597c;
  background-color: #ddeefc;
  border-color: #cfe8fa;
}
.alert-twitter hr {
  border-top-color: #b8ddf8;
}
.alert-twitter .alert-link {
  color: #1f3e56;
}

.alert-weibo {
  color: #780b17;
  background-color: #fad0d5;
  border-color: #f8bec4;
}
.alert-weibo hr {
  border-top-color: #f6a7af;
}
.alert-weibo .alert-link {
  color: #49070e;
}

.alert-wechat {
  color: #405d18;
  background-color: #e5f0d5;
  border-color: #daeac4;
}
.alert-wechat hr {
  border-top-color: #cee3b1;
}
.alert-wechat .alert-link {
  color: #24340e;
}

.alert-qq {
  color: #225878;
  background-color: #d9eefa;
  border-color: #cae7f8;
}
.alert-qq hr {
  border-top-color: #b3ddf5;
}
.alert-qq .alert-link {
  color: #173b50;
}

.alert-apple {
  color: #121212;
  background-color: lightgray;
  border-color: #c1c1c1;
}
.alert-apple hr {
  border-top-color: #b4b4b4;
}
.alert-apple .alert-link {
  color: black;
}

.alert-open-app {
  background: rgba(249, 89, 95, 0.8);
  bottom: 1rem;
  z-index: 1030;
  min-width: 200px;
  margin: 0;
  left: 50%;
  text-align: center;
}
@supports (transform-style: preserve-3d) {
  .alert-open-app {
    transform: translate3d(-50%, 0%, 0);
  }
}
.alert-open-app .close {
  color: #fff;
}
.alert-open-app .alert-link {
  color: #fff;
  margin-left: 1.5rem;
}

.rounded-0 {
  border-radius: 0 !important;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1.6rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e4e4e4;
  border-radius: 0.25rem;
  position: relative;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f9595f;
}
.progress-bar.buffer {
  background-color: #d2d2d2;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f9595f;
  border-color: #f9595f;
}

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

.list-group-song .list-group-item {
  display: flex;
  padding: 0.6rem 0rem;
  background-color: transparent;
  border: none;
  margin-top: 0px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  min-height: 75px;
}
.list-group-song .list-group-item .work-item-number {
  width: 30px;
  text-align: center;
}
.list-group-song .list-group-item .work-item-number h4 {
  margin: 0 auto;
}
.list-group-song .list-group-item .work-item-info {
  width: calc(100% - 30px - 0.5rem - 60px - 1rem - 70px - 1rem);
}
.list-group-song .list-group-item h5 {
  margin-bottom: 0;
}
.list-group-song .list-group-item .w-70p {
  font-size: 12px;
  text-align: right;
}
.list-group-song .list-group-item .w-70p .btn-circle {
  display: inline-flex;
}
.list-group-song.list-group-chart .list-group-item .work-item-number h4 {
  width: 26px;
  height: 26px;
  line-height: 22px;
  font-size: 12px;
  color: #a6a6a6;
}
.list-group-song.list-group-chart .list-group-item:nth-child(1) .work-item-number h4, .list-group-song.list-group-chart .list-group-item:nth-child(2) .work-item-number h4, .list-group-song.list-group-chart .list-group-item:nth-child(3) .work-item-number h4 {
  color: #222;
  background-color: #ffb600;
  border: solid 2px #ffd94e;
  padding: 0;
  position: relative;
  border-radius: 50%;
}
.list-group-song.list-group-chart .list-group-item:nth-child(2) .work-item-number h4 {
  background-color: #d5d3d3;
  border: solid 2px #f3efef;
}
.list-group-song.list-group-chart .list-group-item:nth-child(2) .work-item-number h4:after {
  border: 1px solid #d5d3d3;
}
.list-group-song.list-group-chart .list-group-item:nth-child(3) .work-item-number h4 {
  background-color: #dcb28c;
  border: solid 2px #f0dbc9;
}
.list-group-song.list-group-chart .list-group-item:nth-child(3) .work-item-number h4:after {
  border: 1px solid #dcb28c;
}
.list-group-song.list-group-nonumber .list-group-item .work-item-info {
  width: calc(100% - 60px - 1rem - 70px - 1rem);
}
.list-group-song.list-group-nobtn .list-group-item .work-item-info {
  width: calc(100% - 60px - 1rem);
}
.list-group-song.list-group-onebtn .list-group-item {
  border-bottom: 1px solid #ddd;
}
.list-group-song.list-group-onebtn .list-group-item .work-item-info {
  width: calc(100% - 46px - 1rem - 100px - 1rem);
}
.list-group-song.list-group-playlist .list-group-item {
  border-bottom: 1px solid #ddd;
  min-height: 60px;
}
.list-group-song.list-group-playlist .list-group-item .work-item-number {
  width: 34px;
}
.list-group-song.list-group-playlist .list-group-item .work-item-number .btn-circle {
  display: none;
}
.list-group-song.list-group-playlist .list-group-item .work-item-info {
  width: calc(100% - 34px - 1rem - 46px - 1rem);
}
.list-group-song.list-group-playlist .list-group-item .work-item-info .loading-text {
  display: none;
}
.list-group-song.list-group-playlist .list-group-item .progress-block {
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.list-group-song.list-group-playlist .list-group-item .progress-block .progress {
  height: 2px;
  border-radius: 0;
}
.list-group-song.list-group-playlist .list-group-item .progress-block .progress .progress-bar {
  left: 0;
  height: 2px;
}
.list-group-song.list-group-playlist .list-group-item.play .progress-block, .list-group-song.list-group-playlist .list-group-item.playing .progress-block {
  display: block;
}
.list-group-song.list-group-playlist .list-group-item.playing .btn-circle .icon-play:before {
  content: "";
}
.list-group-song.list-group-playlist .list-group-item.loading .btn-circle .icon-play {
  display: none;
}
.list-group-song.list-group-playlist .list-group-item.loading .btn-circle .spinner {
  width: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
}
.list-group-song.list-group-playlist .list-group-item.loading .btn-circle .spinner > div {
  width: 8px;
  height: 8px;
  background-color: #f9595f;
}
.list-group-song.list-group-playlist .list-group-item.loading .work-item-info h4, .list-group-song.list-group-playlist .list-group-item.loading .work-item-info h5 {
  display: none;
}
.list-group-song.list-group-playlist .list-group-item.loading .work-item-info .loading-text {
  display: block;
}
.list-group-song.list-group-clap .list-group-item .work-item-info {
  width: calc(100% - 60px - 1rem - 80px - 1rem);
}
.list-group-song.list-group-clap .list-group-item.opacity-50 {
  opacity: 1;
}
.list-group-song.list-group-clap .list-group-item.opacity-50 .cover-block,
.list-group-song.list-group-clap .list-group-item.opacity-50 .work-item-info h4 {
  opacity: 0.5;
}
.list-group-song.list-group-ad .list-group-item .work-item-info {
  width: calc(100% - 60px - 1rem);
}
.list-group-song.list-group-ad .border-block img {
  position: relative;
  vertical-align: bottom;
  top: 1px;
}

.list-group-live .list-group-item {
  display: flex;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 1.5rem;
}
.list-group-live .list-group-item .work-item-info {
  width: calc(100% - 86px - 1rem);
}

.list-group-merch .list-group-item {
  display: flex;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 1rem;
}
.list-group-merch .list-group-item .work-item-info {
  width: calc(100% - 100px - 1rem);
}

.list-group-clap-withdrawal .list-group-item,
.list-group-clap-withdrawal a.list-group-item {
  color: #222;
  padding: 1rem 0rem;
}
.list-group-clap-withdrawal .list-group-item h3 .badge-circle,
.list-group-clap-withdrawal a.list-group-item h3 .badge-circle {
  padding: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: text-bottom;
}
.list-group-clap-withdrawal .list-group-item h3 .badge-circle [class^=icon-], .list-group-clap-withdrawal .list-group-item h3 .badge-circle [class*=" icon-"],
.list-group-clap-withdrawal a.list-group-item h3 .badge-circle [class^=icon-],
.list-group-clap-withdrawal a.list-group-item h3 .badge-circle [class*=" icon-"] {
  line-height: 20px;
  font-size: 12px;
}
.list-group-clap-withdrawal .list-group-item.opacity-50,
.list-group-clap-withdrawal a.list-group-item.opacity-50 {
  opacity: 1;
}
.list-group-clap-withdrawal .list-group-item.opacity-50 .withdrawal-info h3, .list-group-clap-withdrawal .list-group-item.opacity-50 .withdrawal-info h4, .list-group-clap-withdrawal .list-group-item.opacity-50 .withdrawal-info h6,
.list-group-clap-withdrawal a.list-group-item.opacity-50 .withdrawal-info h3,
.list-group-clap-withdrawal a.list-group-item.opacity-50 .withdrawal-info h4,
.list-group-clap-withdrawal a.list-group-item.opacity-50 .withdrawal-info h6 {
  opacity: 0.5;
}
.list-group-clap-withdrawal .list-group-item.opacity-50 .badge-red,
.list-group-clap-withdrawal a.list-group-item.opacity-50 .badge-red {
  background: #6c757d;
}
.list-group-clap-withdrawal .list-group-item.opacity-50 .w-100p h3:not(.text-red),
.list-group-clap-withdrawal .list-group-item.opacity-50 .w-100p span:not(.text-red),
.list-group-clap-withdrawal a.list-group-item.opacity-50 .w-100p h3:not(.text-red),
.list-group-clap-withdrawal a.list-group-item.opacity-50 .w-100p span:not(.text-red) {
  opacity: 0.5;
}

.border-top {
  border-top: 1px solid #e4e4e4 !important;
}

.close {
  float: right;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-dialog-bottom {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.modal.fade .modal-dialog-bottom {
  transition: transform 0.3s ease-out;
  transform: translate(0, 0);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog-bottom {
    transition: none;
  }
}
.modal.show .modal-dialog-bottom {
  transform: translate(0, -25%);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.modal-header .close {
  padding: 0;
  margin: 0.5rem 0;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.67;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0rem 2rem;
  word-wrap: break-word;
}

.modal-dialog:not(.modal-sm) .modal-body {
  max-height: calc(100vh - 1rem - 115px - 85px);
  overflow-y: auto;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem 2rem;
}
.modal-footer .btn:not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer .btn:not(:last-child) {
  margin-right: 0.25rem;
}
@media (max-width: 767.98px) {
  .modal-footer.justify-content-between {
    display: block;
  }
  .modal-footer.justify-content-between > div {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }

  .modal-dialog:not(.modal-sm) .modal-body {
    max-height: calc(100vh - 1.75rem - 1.75rem - 85px - 85px);
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-video .modal-content {
  background: transparent;
  border: none;
}
.modal-video .modal-content .modal-header {
  padding: 1rem;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-video .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
}
.modal-video .modal-content .modal-body {
  padding: 0 1rem;
  max-height: calc(100vh - 1rem - 50px);
}
@media (min-width: 576px) {
  .modal-video .modal-content .modal-body {
    max-height: calc(100vh - 1.75rem - 1.75rem - 50px);
  }
}

.modal-images .modal-content {
  background: transparent;
  border: none;
}
.modal-images .modal-content .modal-header {
  padding: 1rem;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-images .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
}
.modal-images .modal-content .modal-body {
  position: relative;
  padding: 0;
  height: calc(100vh - 1rem - 50px);
  max-height: calc(100vh - 1rem - 50px);
}
@media (min-width: 576px) {
  .modal-images .modal-content .modal-body {
    height: calc(100vh - 1.75rem - 1.75rem - 50px);
    max-height: calc(100vh - 1.75rem - 1.75rem - 50px);
  }
}

.modal-song-countdown-finish .modal-blur-cover {
  z-index: 1;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.3;
}
@supports (transform-style: preserve-3d) {
  .modal-song-countdown-finish .modal-blur-cover {
    transform: translate3d(-50%, -50%, 0);
  }
}
.modal-song-countdown-finish .modal-header,
.modal-song-countdown-finish .modal-body {
  z-index: 2;
}
.modal-song-countdown-finish .modal-dialog:not(.modal-sm) .modal-body {
  max-height: calc(100vh - 1rem - 85px);
}
@media (min-width: 576px) {
  .modal-song-countdown-finish .modal-dialog:not(.modal-sm) .modal-body {
    max-height: calc(100vh - 1.75rem - 1.75rem - 85px);
  }
}
.modal-song-countdown-finish .close {
  right: 30px;
  top: 28px;
  color: #fff;
  opacity: 0.3;
}
.modal-song-countdown-finish .cover-block {
  width: 240px;
}
.modal-song-countdown-finish .work-item h2, .modal-song-countdown-finish .work-item h3 {
  color: #fff;
}

#modal-222.fade .modal-dialog {
  transform: translate(0, 25%);
}
#modal-222.show .modal-dialog {
  transform: translate(0, 0);
}
#modal-222 .modal-dialog {
  margin: 0 auto;
}
#modal-222 .modal-dialog-centered {
  min-height: 0;
}
#modal-222 .modal-content .modal-body {
  height: auto;
  max-height: 100vh;
}

.modal-toast .modal-header {
  padding: 1.5rem;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-toast .modal-header .modal-title {
  width: calc(100% - 30px);
  text-align: center;
  line-height: 1.33;
}

.bg-dark {
  background-color: #222 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #090909 !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-red {
  background-color: #f9595f !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #f72830 !important;
}

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

.bg-black {
  background-color: #000 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #d2d2d2 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.4rem !important;
}

.rounded-xxl {
  border-radius: 1rem !important;
}

.rounded-xxxl {
  border-radius: 1.5rem !important;
}

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

.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;
}

@media (min-width: 576px) {
  .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;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-72 {
  opacity: 0.72;
}

.opacity-1 {
  opacity: 1;
}

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

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

.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;
}

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: relative;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
}

.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;
}

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

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

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

.h-4p {
  height: 4px;
}

.w-12p {
  width: 12px;
}

.w-14p {
  width: 14px;
}

.w-20p {
  width: 20px;
}

.w-22p {
  width: 22px;
}

.w-34p {
  width: 34px;
}

.w-46p {
  width: 46px;
}

.w-55p {
  width: 55px;
}

.w-60p {
  width: 60px;
}

.w-70p {
  width: 70px;
}

.w-80p {
  width: 80px;
}

.w-100p {
  width: 100px;
}

.w-120p {
  width: 120px;
}

.w-160p {
  width: 160px;
}

.w-200p {
  width: 200px;
}

.w-220p {
  width: 220px;
}

.w-240p {
  width: 240px;
}

.w-300p {
  width: 300px;
}

.maxw-200p {
  max-width: 200px;
}

.maxw-255p {
  max-width: 255px;
}

.maxw-300p {
  max-width: 300px;
}

.maxw-345p {
  max-width: 345px;
}

.maxw-400p {
  max-width: 400px;
}

.maxw-600p {
  max-width: 600px;
}

.maxw-720p {
  max-width: 720px;
}

.w-img-xs-text {
  width: calc(100% - 20px - 0.5rem);
}

.w-img-sm-text {
  width: calc(100% - 30px - 0.5rem);
}

.w-img-md-text {
  width: calc(100% - 34px - 0.5rem);
}

.w-img-lg-text {
  width: calc(100% - 46px - 0.5rem);
}

.w-img-xl-text {
  width: calc(100% - 60px - 1rem);
}

.w-img-xxl-text {
  width: calc(100% - 72px - 1rem);
}

.w-img-xxxl-text {
  width: calc(100% - 86px - 1rem);
}

.w-img-xxxxl-text {
  width: calc(100% - 100px - 1rem);
}

.w-img-xxxxxl-text {
  width: calc(100% - 120px - 1rem);
}

.h-4p {
  height: 4px;
}

.h-14p {
  height: 14px;
}

.h-20p {
  height: 20px;
}

.h-34p {
  height: 34px;
}

.h-50p {
  height: 50px;
}

.h-55p {
  height: 55px;
}

.h-60p {
  height: 60px;
}

.h-88p {
  height: 88px;
}

.h-200p {
  height: 200px;
}

.h-330p {
  height: 330px;
}

.h-400p {
  height: 400px;
}

.h-500p {
  height: 500px;
}

.minh-690p {
  min-height: 690px;
}

@media (min-width: 992px) {
  .minh-700p-lg {
    min-height: 700px;
  }
}

@media (min-width: 992px) {
  .minh-100vh-lg {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .minh-790p-lg {
    min-height: 790px;
  }
}

.maxh-250p {
  max-height: 250px;
}

.maxh-400p {
  max-height: 400px;
}

.maxh-none {
  max-height: none !important;
}

@media (min-width: 992px) {
  .maxh-100vh-lg-stick.stick {
    max-height: 100vh;
    overflow-y: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

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

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

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

.mt-7,
.my-7 {
  margin-top: 4rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}

.m-8 {
  margin: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}

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

.mt-9,
.my-9 {
  margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 6rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 6rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 6rem !important;
}

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

.mt-10,
.my-10 {
  margin-top: 7rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 7rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 7rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 7rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

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

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

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

.pt-7,
.py-7 {
  padding-top: 4rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4rem !important;
}

.p-8 {
  padding: 5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 5rem !important;
}

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

.pt-9,
.py-9 {
  padding-top: 6rem !important;
}

.pr-9,
.px-9 {
  padding-right: 6rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 6rem !important;
}

.pl-9,
.px-9 {
  padding-left: 6rem !important;
}

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

.pt-10,
.py-10 {
  padding-top: 7rem !important;
}

.pr-10,
.px-10 {
  padding-right: 7rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 7rem !important;
}

.pl-10,
.px-10 {
  padding-left: 7rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 2rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2rem !important;
  }

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

  .mt-sm-6,
.my-sm-6 {
    margin-top: 3rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 3rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 3rem !important;
  }

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

  .mt-sm-7,
.my-sm-7 {
    margin-top: 4rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 4rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 4rem !important;
  }

  .m-sm-8 {
    margin: 5rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 5rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 5rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 5rem !important;
  }

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

  .mt-sm-9,
.my-sm-9 {
    margin-top: 6rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 6rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 6rem !important;
  }

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

  .mt-sm-10,
.my-sm-10 {
    margin-top: 7rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 7rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 7rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 2rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 2rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 2rem !important;
  }

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

  .pt-sm-6,
.py-sm-6 {
    padding-top: 3rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 3rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 3rem !important;
  }

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

  .pt-sm-7,
.py-sm-7 {
    padding-top: 4rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 4rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 4rem !important;
  }

  .p-sm-8 {
    padding: 5rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 5rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 5rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 5rem !important;
  }

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

  .pt-sm-9,
.py-sm-9 {
    padding-top: 6rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 6rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 6rem !important;
  }

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

  .pt-sm-10,
.py-sm-10 {
    padding-top: 7rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 7rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 7rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 2rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 2rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 2rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 2rem !important;
  }

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

  .mt-md-6,
.my-md-6 {
    margin-top: 3rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 3rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 3rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 3rem !important;
  }

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

  .mt-md-7,
.my-md-7 {
    margin-top: 4rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 4rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 4rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 4rem !important;
  }

  .m-md-8 {
    margin: 5rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 5rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 5rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 5rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 5rem !important;
  }

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

  .mt-md-9,
.my-md-9 {
    margin-top: 6rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 6rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 6rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 6rem !important;
  }

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

  .mt-md-10,
.my-md-10 {
    margin-top: 7rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 7rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 7rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 7rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 2rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 2rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 2rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 2rem !important;
  }

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

  .pt-md-6,
.py-md-6 {
    padding-top: 3rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 3rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 3rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 3rem !important;
  }

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

  .pt-md-7,
.py-md-7 {
    padding-top: 4rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 4rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 4rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 4rem !important;
  }

  .p-md-8 {
    padding: 5rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 5rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 5rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 5rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 5rem !important;
  }

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

  .pt-md-9,
.py-md-9 {
    padding-top: 6rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 6rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 6rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 6rem !important;
  }

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

  .pt-md-10,
.py-md-10 {
    padding-top: 7rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 7rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 7rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 7rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
.mr--3 {
  margin-right: -1rem;
}

@media (min-width: 992px) {
  .mb-0-lg {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .p-7-lg {
    padding: 4rem !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

.text-primary {
  color: #f9595f !important;
}
.text-primary a {
  color: #f9595f !important;
}

a.text-primary {
  color: #f9595f !important;
}

.text-secondary {
  color: #f3f3f3 !important;
}
.text-secondary a {
  color: #f3f3f3 !important;
}

a.text-secondary {
  color: #f3f3f3 !important;
}

.text-success {
  color: #42e2b0 !important;
}
.text-success a {
  color: #42e2b0 !important;
}

a.text-success {
  color: #42e2b0 !important;
}

.text-info {
  color: #2cbcf4 !important;
}
.text-info a {
  color: #2cbcf4 !important;
}

a.text-info {
  color: #2cbcf4 !important;
}

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

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

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

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

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

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

.text-dark {
  color: #222 !important;
}
.text-dark a {
  color: #222 !important;
}

a.text-dark {
  color: #222 !important;
}

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

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

.text-gray {
  color: #444 !important;
}
.text-gray a {
  color: #444 !important;
}

a.text-gray {
  color: #444 !important;
}

.text-gray-light {
  color: #888 !important;
}
.text-gray-light a {
  color: #888 !important;
}

a.text-gray-light {
  color: #888 !important;
}

.text-gray-lighter {
  color: #d2d2d2 !important;
}
.text-gray-lighter a {
  color: #d2d2d2 !important;
}

a.text-gray-lighter {
  color: #d2d2d2 !important;
}

.text-red {
  color: #f9595f !important;
}
.text-red a {
  color: #f9595f !important;
}

a.text-red {
  color: #f9595f !important;
}

.text-blue {
  color: #2cbcf4 !important;
}
.text-blue a {
  color: #2cbcf4 !important;
}

a.text-blue {
  color: #2cbcf4 !important;
}

.text-yellow {
  color: #FFB600 !important;
}
.text-yellow a {
  color: #FFB600 !important;
}

a.text-yellow {
  color: #FFB600 !important;
}

.text-green {
  color: #42e2b0 !important;
}
.text-green a {
  color: #42e2b0 !important;
}

a.text-green {
  color: #42e2b0 !important;
}

.text-clap-purple {
  color: #5f6cff !important;
}
.text-clap-purple a {
  color: #5f6cff !important;
}

a.text-clap-purple {
  color: #5f6cff !important;
}

.text-fb {
  color: #3a5795 !important;
}
.text-fb a {
  color: #3a5795 !important;
}

a.text-fb {
  color: #3a5795 !important;
}

.text-twitter {
  color: #55ACEE !important;
}
.text-twitter a {
  color: #55ACEE !important;
}

a.text-twitter {
  color: #55ACEE !important;
}

.text-weibo {
  color: #E6162D !important;
}
.text-weibo a {
  color: #E6162D !important;
}

a.text-weibo {
  color: #E6162D !important;
}

.text-wechat {
  color: #7bb32e !important;
}
.text-wechat a {
  color: #7bb32e !important;
}

a.text-wechat {
  color: #7bb32e !important;
}

.text-qq {
  color: #41aae7 !important;
}
.text-qq a {
  color: #41aae7 !important;
}

a.text-qq {
  color: #41aae7 !important;
}

.text-apple {
  color: #222 !important;
}
.text-apple a {
  color: #222 !important;
}

a.text-apple {
  color: #222 !important;
}

.bg-white .text-gray {
  color: #666 !important;
}

.text-body {
  color: #222 !important;
}

.text-muted {
  color: #a8a8a8 !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-break {
  word-wrap: break-word;
  word-break: break-word;
}

.text-break-all {
  word-wrap: break-word;
  word-break: break-all;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.67;
  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;
  font-size: 0.8rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.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;
  margin-bottom: 5px;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #f9595f;
}

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

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

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

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

.with-demo-tooltip {
  position: relative;
}
.with-demo-tooltip .tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0) !important;
  min-width: 150px;
  font-size: 1rem;
}
.with-demo-tooltip .tooltip .arrow {
  left: 50%;
  transform: translate3d(-50%, 0, 0) !important;
}

.tooltip-open .bs-tooltip-left, .tooltip-open .bs-tooltip-auto[x-placement^=left] {
  top: 0;
  right: 50px;
  font-size: 1rem;
}
.tooltip-open .bs-tooltip-left .tooltip-inner, .tooltip-open .bs-tooltip-auto[x-placement^=left] .tooltip-inner {
  max-width: 300px;
  padding: 0.5rem 0.7rem;
}
.tooltip-open .bs-tooltip-left .arrow, .tooltip-open .bs-tooltip-auto[x-placement^=left] .arrow {
  top: 50%;
  margin-top: -0.4rem;
}

.col-xxl-4, .col-xxl-7, .col-xxl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xxl-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xxl-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

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

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

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

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

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

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

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 3px solid #f9595f;
  position: relative;
  width: 100%;
}
footer a {
  color: rgba(255, 255, 255, 0.72);
}
footer a:hover {
  color: white;
}
footer h3 {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  footer p {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  footer .list-unstyled {
    font-size: 0.8rem;
  }
}
footer .list-inline {
  font-size: 1rem;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  footer .list-inline {
    font-size: 0.8rem;
  }
}
footer .list-inline .list-inline-item {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

html, body {
  min-height: 100%;
}

body {
  margin-bottom: 70px;
}

.app-wrapper {
  border-top: 1px solid #eee;
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
}
.app-wrapper .list-inline {
  font-size: 12px;
}
.app-wrapper .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.1rem;
}

.container-width-footer {
  min-height: calc(100vh - 63px - 118px - 70px);
}

@font-face {
  font-family: "icomoon";
  src: url("https://static.streetvoice.cn/asset/mobile/fonts13/icomoon.eot?20191216");
  src: url("https://static.streetvoice.cn/asset/mobile/fonts13/icomoon.eot?20191216#iefix") format("embedded-opentype"), url("https://static.streetvoice.cn/asset/mobile/fonts13/icomoon.ttf?20191216") format("truetype"), url("https://static.streetvoice.cn/asset/mobile/fonts13/icomoon.woff?20191216") format("woff"), url("https://static.streetvoice.cn/asset/mobile/fonts13/icomoon.svg?20191216#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.67;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apple:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-ban-circle:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-clap-circle:before {
  content: "";
}

.icon-clap:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-cool:before {
  content: "";
}

.icon-copyright-mark:before {
  content: "";
}

.icon-douban:before {
  content: "";
}

.icon-earth:before {
  content: "";
}

.icon-embed:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-exclamation-sign:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-fans:before {
  content: "";
}

.icon-fb:before {
  content: "";
}

.icon-file-music:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-flash:before {
  content: "";
}

.icon-fullscreen:before {
  content: "";
}

.icon-gif:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-heart-empty:before {
  content: "";
}

.icon-hold:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-invite:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-live:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-menu-down:before {
  content: "";
}

.icon-menu-hamburger:before {
  content: "";
}

.icon-menu-left:before {
  content: "";
}

.icon-menu-right:before {
  content: "";
}

.icon-menu-up:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-oftheday:before {
  content: "";
}

.icon-ok-bg-circle:before {
  content: "";
}

.icon-ok-circle:before {
  content: "";
}

.icon-ok:before {
  content: "";
}

.icon-oppo:before {
  content: "";
}

.icon-option-horizontal:before {
  content: "";
}

.icon-option-vertical:before {
  content: "";
}

.icon-order:before {
  content: "";
}

.icon-packer:before {
  content: "";
}

.icon-pause:before,
.icon-play.pause:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-playlist:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-question-sign:before {
  content: "";
}

.icon-quotation:before {
  content: "";
}

.icon-radio:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-remove-circle:before {
  content: "";
}

.icon-repeat-one:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-repost:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-shielding:before {
  content: "";
}

.icon-shop:before {
  content: "";
}

.icon-smile:before {
  content: "";
}

.icon-soundbite:before {
  content: "";
}

.icon-star-circle:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-status:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-sv:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-triangle-down:before {
  content: "";
}

.icon-triangle-up:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-none:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-vote:before {
  content: "";
}

.icon-warning-sign:before {
  content: "";
}

.icon-wechat:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-x:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

h1 [class^=icon-], h1 [class*=" icon-"], h2 [class^=icon-], h2 [class*=" icon-"], h3 [class^=icon-], h3 [class*=" icon-"], h4 [class^=icon-], h4 [class*=" icon-"], .h1 [class^=icon-], .h1 [class*=" icon-"], .h2 [class^=icon-], .h2 [class*=" icon-"], .h3 [class^=icon-], .h3 [class*=" icon-"], .h4 [class^=icon-], .h4 [class*=" icon-"] {
  line-height: 1.33;
  position: relative;
  top: -1px;
}
h1.line-height-1 [class^=icon-], h1.line-height-1 [class*=" icon-"], h2.line-height-1 [class^=icon-], h2.line-height-1 [class*=" icon-"], h3.line-height-1 [class^=icon-], h3.line-height-1 [class*=" icon-"], h4.line-height-1 [class^=icon-], h4.line-height-1 [class*=" icon-"], .h1.line-height-1 [class^=icon-], .h1.line-height-1 [class*=" icon-"], .h2.line-height-1 [class^=icon-], .h2.line-height-1 [class*=" icon-"], .h3.line-height-1 [class^=icon-], .h3.line-height-1 [class*=" icon-"], .h4.line-height-1 [class^=icon-], .h4.line-height-1 [class*=" icon-"] {
  line-height: 1;
}

h5 [class^=icon-], h5 [class*=" icon-"], .h5 [class^=icon-], .h5 [class*=" icon-"] {
  line-height: 1.33;
}

.close [class^=icon-], .close [class*=" icon-"],
.btn-link [class^=icon-],
.btn-link [class*=" icon-"],
.badge [class^=icon-],
.badge [class*=" icon-"] {
  line-height: 1;
}

p [class^=icon-], p [class*=" icon-"] {
  line-height: 1.67;
}

.alert [class^=icon-], .alert [class*=" icon-"] {
  position: relative;
  top: -1px;
}

.icon-question-sign {
  position: relative;
  top: -1px;
}

.icon-clap-apple {
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/icon-apple.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: inline-block;
  vertical-align: middle;
}

.icon-clap-googleplay {
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/icon-googleplay.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: inline-block;
  vertical-align: middle;
}

.work-item {
  display: block;
  word-wrap: break-word;
  word-break: break-word;
}
.work-item .work-item-buttons {
  margin-top: 0.6rem;
}
.work-item .work-item-buttons .list-inline-item .btn-circle {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.work-item .work-item-buttons .list-inline-item .btn-circle [class^=icon-], .work-item .work-item-buttons .list-inline-item .btn-circle [class*=" icon-"] {
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0.8rem;
}
.work-item .work-item-buttons .list-inline-item:not(:last-child) {
  margin-right: 0.2rem;
}
.work-item h3, .work-item h4 {
  margin-bottom: 0.2rem;
}
.work-item h5 {
  margin-bottom: 0;
}
.work-item h2, .work-item h3, .work-item h4 {
  color: #222;
}
.work-item h2 a, .work-item h3 a, .work-item h4 a {
  color: #222;
}
.work-item h5, .work-item p {
  font-weight: normal;
  color: #444;
}
.work-item h5 a, .work-item p a {
  color: #444;
}
.work-item.list-group-item h4 {
  font-weight: 600;
  color: #222;
}
.work-item.list-group-item h4 a {
  color: #222;
}
.work-item.review-item .cover-block, .work-item.review-item h4, .work-item.review-item h5 {
  opacity: 0.5;
}

.cover-block {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.4rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cover-block {
    transition: none;
  }
}
.cover-block.img-160 {
  width: 160px;
}
.cover-block img {
  vertical-align: middle;
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.15s ease-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cover-block img {
    transition: none;
  }
}
.cover-block .badge-circle {
  z-index: 5;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.cover-block .badge-circle [class^=icon-], .cover-block .badge-circle [class*=" icon-"] {
  width: 12px;
  height: 12px;
}
.cover-block.merch-cover-block {
  padding-bottom: 75%;
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/img-cover-merch-default.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-block.merch-cover-block .is-fanclub-only {
  z-index: 5;
  top: 6px;
  left: 6px;
}
.cover-block.merch-cover-block .badge {
  z-index: 5;
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
}
.cover-block.merch-cover-block .badge.badge-lg {
  top: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
}
.cover-block.merch-cover-block .bg-red {
  bottom: 0;
  left: 0;
  right: 0;
}

.work-bg-item {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background-color: #000;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.work-bg-item > div {
  position: relative;
  z-index: 2;
}
.work-bg-item .blur-cover-block {
  z-index: 1;
  border-radius: 0.4rem;
}
.work-bg-item .work-item-info {
  width: calc(100% - 86px - 1rem - 1rem - 34px);
  display: flex;
  flex-wrap: wrap;
}
.work-bg-item h4 {
  color: #fff;
}
.work-bg-item h5 {
  color: rgba(255, 255, 255, 0.72);
}
.work-bg-item .btn-secondary {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.work-bg-item.sod-work-item {
  background-color: transparent;
}
.work-bg-item.sod-work-item .blur-cover-block {
  top: auto;
  height: 65%;
}
.work-bg-item.sod-work-item .btn-secondary {
  margin-top: 2.5rem;
}
.work-bg-item.live-bg-item .border-block {
  overflow: hidden;
}
.work-bg-item.live-bg-item .blur-cover-block .blur-cover {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  opacity: 0.8;
}
.work-bg-item.live-bg-item .blur-cover-block .blur-cover.img-grayscale {
  -webkit-filter: blur(20px) grayscale(100%) !important;
  -moz-filter: blur(20px) grayscale(100%) !important;
  -ms-filter: blur(20px) grayscale(100%) !important;
  filter: blur(20px) grayscale(100%) !important;
}
.work-bg-item.live-bg-item .work-item-info {
  display: block;
  width: calc(100% - 46px - 1rem);
}
.work-bg-item.fanclub-only-activity-block {
  border-radius: 0.4rem;
  background: rgba(0, 0, 0, 0.8);
}
.work-bg-item.fanclub-only-activity-block .blur-cover-block {
  background: transparent;
}
.work-bg-item.fanclub-only-activity-block .blur-cover-block .blur-cover {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.work-bg-item.fanclub-only-activity-block .work-item-info {
  display: block;
}

.border-block.p-0 .work-bg-item {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.border-block.p-0 .work-bg-item .blur-cover-block {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.blur-cover-block {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
}
.blur-cover-block .blur-cover {
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.5;
  top: 50%;
  left: 50%;
  width: 100%;
}
@supports (transform-style: preserve-3d) {
  .blur-cover-block .blur-cover {
    transform: translate3d(-50%, -50%, 0);
  }
}
.blur-cover-block .bg-shadow {
  display: block;
  width: 100%;
  height: 60%;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-repeat: repeat-x;
}

.blur-cover-block-up {
  position: relative;
  z-index: 2;
}
.blur-cover-block-up hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.list-inline-share .btn-link {
  padding: 0;
  font-size: 1.4rem;
  width: 2.3rem;
  color: #fff;
}

.modal .work-item.work-bg-item .work-item-info {
  width: calc(100% - 100px - 1rem);
  margin-right: 0 !important;
}
.modal .work-item.live-bg-item .work-item-info {
  width: calc(100% - 46px - 1rem);
  margin-right: 0 !important;
}

.border-block {
  display: block;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 0.4rem;
  word-wrap: break-word;
  word-break: break-word;
}
.border-block.work-item .cover-block {
  box-shadow: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}

.no-shadow,
.box-shadow-none {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .slider .border-block {
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .slider .comment-work-item {
    padding: 2rem;
  }
}

a.border-block .badge.position-absolute {
  top: -10px;
  z-index: 3;
}
a.border-block.active {
  border: 2px solid #f9595f;
}

.radio-block .radio-block-info {
  display: none;
}
.radio-block.active {
  border: 2px solid #f9595f;
}
.radio-block.active .radio-block-info {
  display: block;
}

.rule-block {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 1rem;
  height: 400px;
  overflow-y: auto;
  border-radius: 0.4rem;
  padding: 2rem;
}

.article-block img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.article-block iframe {
  max-width: 100%;
  margin-bottom: 1rem;
}

.user-block {
  word-wrap: break-word;
  word-break: break-word;
}
.user-block .user-info {
  width: calc(100% - 48px - 1rem - 80px - 1rem);
}

.user-block h3, .user-block h4 {
  color: #222;
}
.user-block h3 a, .user-block h4 a {
  color: #222;
}
.user-block h5 {
  color: #444;
  font-weight: normal;
}

.comment-block {
  background: #fafafa;
  border-radius: 0.4rem;
}
.comment-block h4, .comment-block h5 {
  font-weight: normal;
  color: #444;
}
.comment-block p {
  margin-bottom: 0.5rem;
}
.comment-block .media-body {
  width: calc(100% - 34px - 1rem);
}
.comment-block textarea.form-control {
  padding-right: 3rem;
}
.comment-block img.img-circle.position-relative {
  z-index: 3;
}
.comment-block .media {
  padding: 1rem;
  border: 2px solid rgba(249, 89, 95, 0);
  border-radius: 0.4rem;
  transition: border 0.5s;
}
.comment-block .media.highlight-border {
  border: 2px solid rgba(249, 89, 95, 0.3);
}
.comment-block .media .media {
  padding: 0.5rem;
}
.comment-block .d-flex.highlight-border {
  border-radius: 0.4rem;
  border: 2px solid rgba(249, 89, 95, 0.3);
}
.comment-block .author-like-box {
  top: 1px;
}
.comment-block .author-like-box .icon-heart-empty {
  font-size: 10px;
  right: -5px;
  top: -5px;
  z-index: 2;
}
.comment-block .author-like-box img {
  vertical-align: top;
}

.bg-clap {
  width: 40px;
  height: 40px;
  top: -4px;
  left: -4px;
  z-index: 1;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.states-block {
  background: #fafafa;
  border-radius: 0.4rem;
}
.states-block .list-group-flush .list-group-item {
  border-top: 1px solid #e4e4e4;
}

div[id$=license-text] {
  display: none !important;
}

.live-slider-block {
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
}
.live-slider-block.border-block {
  padding: 0;
}
.live-slider-block .position-relative img {
  width: 100%;
}
.live-slider-block .position-relative .border-block {
  overflow: hidden;
  z-index: 2;
  left: 1rem;
  top: 1rem;
}
.live-slider-block .position-relative .border-block h3 {
  color: #222;
}
.live-slider-block .work-item-info {
  position: relative;
  background: #fff;
  padding: 1.5rem;
}
.live-slider-block .work-item-info .info-text {
  position: relative;
  z-index: 2;
}
.live-slider-block .work-item-info h4 {
  color: #222;
}
.live-slider-block .work-item-info h5 {
  color: #444;
}

a.open-graph-bg-item {
  display: block;
  padding: 20px;
}
a.open-graph-bg-item .cover-block {
  width: 100%;
}
a.open-graph-bg-item .open-graph-bg-item-info {
  width: 100%;
}
a.open-graph-bg-item .open-graph-bg-item-info h3, a.open-graph-bg-item .open-graph-bg-item-info h4, a.open-graph-bg-item .open-graph-bg-item-info p {
  color: #fff;
}

a.open-graph-bg-item-sm .cover-block {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
a.open-graph-bg-item-sm .open-graph-bg-item-info {
  width: calc(100% - 86px);
}
a.open-graph-bg-item-sm .open-graph-bg-item-info h3, a.open-graph-bg-item-sm .open-graph-bg-item-info h4, a.open-graph-bg-item-sm .open-graph-bg-item-info p {
  color: #fff;
}

.chart-type-block {
  border-radius: 0.4rem !important;
}
.chart-type-block .blur-cover-block .blur-cover {
  opacity: 0.9;
}
.chart-type-block .col-auto img {
  border-radius: 0.4rem;
  width: 90px !important;
  height: 90px;
}

.time-box {
  min-height: 20px;
  border-left: 2px solid #e4e4e4;
}
.time-box.active {
  position: relative;
  border-color: #f9595f;
}
.time-box.active:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #f9595f;
  top: -4px;
  left: -4px;
  border-radius: 50%;
}
.time-box.active:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #f9595f;
  bottom: -4px;
  left: -4px;
  border-radius: 50%;
}

.dashed-block {
  display: block;
  border: 2px dashed #d2d2d2;
  padding: 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
}

.activity-img-block {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 0.4rem;
}
.activity-img-block.img-square {
  height: 0;
  padding-bottom: 100%;
}
.activity-img-block.img-square div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.activity-img-block.img-half {
  height: 0;
  padding-bottom: 50%;
}
.activity-img-block.img-half div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.activity-img-block .img-more {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
}

.activity-img-wrapper.row.row-xs {
  margin-right: -2.5px;
  margin-left: -2.5px;
}
.activity-img-wrapper.row.row-xs > [class*=col-] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}
.activity-img-wrapper.two-images > div:nth-child(1) .activity-img-block {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.activity-img-wrapper.two-images > div:nth-child(2) .activity-img-block {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.activity-img-wrapper.three-images > div:nth-child(1) {
  margin-bottom: 5px;
}
.activity-img-wrapper.three-images > div:nth-child(1) .activity-img-block {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.activity-img-wrapper.three-images > div:nth-child(2) .activity-img-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.activity-img-wrapper.three-images > div:nth-child(3) .activity-img-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.activity-img-wrapper.four-images > div:nth-child(1) {
  margin-bottom: 5px;
}
.activity-img-wrapper.four-images > div:nth-child(1) .activity-img-block {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.activity-img-wrapper.four-images > div:nth-child(2) {
  margin-bottom: 5px;
}
.activity-img-wrapper.four-images > div:nth-child(2) .activity-img-block {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.activity-img-wrapper.four-images > div:nth-child(3) .activity-img-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.activity-img-wrapper.four-images > div:nth-child(4) .activity-img-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.open-graph-item {
  background: #f3f3f3;
}
.open-graph-item h4 {
  margin-top: 2px;
}
.open-graph-item .img-square {
  padding-bottom: 100%;
  height: 0;
  width: 100px;
}
.open-graph-item .img-square > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.soundbite-block {
  background-repeat: repeat;
  background-size: 1px 1px;
  position: relative;
  background: #444;
}
.soundbite-block .position-relative {
  z-index: 2;
}
.soundbite-block .w-img-md-text {
  width: calc(100% - 32px - 0.5rem);
}
.soundbite-block .btn-play .spinner {
  display: none !important;
  background: transparent;
  width: 24px;
  top: 50%;
  bottom: auto;
}
.soundbite-block .btn-play .spinner > div {
  width: 5px;
  height: 5px;
}
.soundbite-block .btn-play.loading .icon-play {
  display: none;
}
.soundbite-block .btn-play.loading .spinner {
  display: flex !important;
}

.vote-item-list .form-check {
  line-height: 32px;
}
.vote-item-list .form-check .form-check-input {
  right: 0.5rem;
  top: 50%;
}
@supports (transform-style: preserve-3d) {
  .vote-item-list .form-check .form-check-input {
    transform: translate3d(0, -50%, 0);
  }
}
.vote-item-list .form-check .is-checked {
  right: 0.5rem;
  top: 50%;
}
@supports (transform-style: preserve-3d) {
  .vote-item-list .form-check .is-checked {
    transform: translate3d(0, -50%, 0);
  }
}
.vote-item-list .form-check.opacity-50 .form-check-input {
  display: none !important;
}
.vote-item-list .progress {
  width: calc(100% - 55px);
  background: transparent;
}
.vote-item-list .progress .progress-bar {
  background-color: #e4e4e4;
  min-width: 2px;
}
.vote-item-list .progress .text-truncate {
  left: 0.5rem;
  width: calc(100% - 1rem);
  line-height: 34px;
}
.vote-item-list .voted-item {
  font-weight: bold;
}
.vote-item-list .voted-item .is-checked {
  right: 0.5rem;
  top: 50%;
}
@supports (transform-style: preserve-3d) {
  .vote-item-list .voted-item .is-checked {
    transform: translate3d(0, -50%, 0);
  }
}
.vote-item-list .voted-item .text-truncate {
  width: calc(100% - 1.5rem - 20px);
}

.drawing-block .cover-block {
  padding-bottom: 75%;
  box-shadow: none;
}
.drawing-block .cover-block img {
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.drawing-block .cover-block.no-image {
  padding-bottom: 36.5%;
}
.drawing-block .cover-block h4.position-absolute {
  width: 62%;
  top: 50%;
  left: 50%;
  display: -webkit-box !important;
}
@supports (transform-style: preserve-3d) {
  .drawing-block .cover-block h4.position-absolute {
    transform: translate3d(-50%, -50%, 0);
  }
}
.drawing-block .info-block .badge.position-absolute {
  width: 34px;
  height: 34px;
  font-size: 18px !important;
  top: -17px;
  left: 50%;
  margin-left: -17px;
}
.drawing-block h4 {
  font-size: 16px;
}
.drawing-block h4.max-two {
  max-height: 42.56px;
}
.drawing-block h3 {
  font-size: 20px;
}
.drawing-block h3.max-two {
  max-height: 53.2px;
}

.mobile-search-wrapper {
  width: 100%;
  height: 100%;
  transition: all 300ms;
  overflow: hidden;
  padding: 2rem;
  transform: translateY(-100%);
}
.mobile-search-wrapper.visible {
  transform: translateY(0);
}
.mobile-search-wrapper.fixed-top {
  z-index: 1032;
}
.mobile-search-wrapper .tab-content {
  height: calc(100% - 5.5rem - 35px - 45px - 45px);
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  padding-bottom: 2rem;
}
.mobile-search-wrapper .tab-content .bg-shadow {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
  z-index: 10;
}

.position-absolute {
  display: none;
}

.work-page-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh - 70px);
}
.work-page-header-wrapper .blur-cover-block .blur-cover {
  width: auto;
  height: 100%;
}
.work-page-header-wrapper .blur-cover-block .blur-cover.unblur {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.work-page-header-wrapper .blur-cover-block-up h1, .work-page-header-wrapper .blur-cover-block-up h5 {
  margin-bottom: 10px;
}
.work-page-header-wrapper .col-auto {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.work-page-header-wrapper .col-auto .btn,
.work-page-header-wrapper .col-auto .play-block {
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.work-page-header-wrapper .col-auto .btn-outline-white.btn-circle {
  width: 36px;
  height: 36px;
}
.work-page-header-wrapper .progress-block {
  padding: 0;
  top: auto;
  bottom: 0;
}
.work-page-header-wrapper .progress-block .time-text {
  display: inline;
  font-size: 0.8rem;
  color: #fff;
  opacity: 0.8;
  width: 50%;
  margin-bottom: 3px;
  vertical-align: text-top;
}
.work-page-header-wrapper .progress-block .time-text.text-right {
  float: right;
}
.work-page-header-wrapper .progress-block .progress {
  height: 3px;
  position: relative;
  overflow: visible;
  border-radius: 0;
}
.work-page-header-wrapper .progress-block .progress .progress-bar {
  height: 3px;
  left: 0;
  z-index: 2;
}
.work-page-header-wrapper .progress-block .progress .progress-bar.buffer {
  background-color: #d2d2d2;
  z-index: 1;
}
.work-page-header-wrapper .play-block .loading-text {
  font-size: 12px;
  display: none;
}
.work-page-header-wrapper .play-block .btn-circle {
  margin: 0 auto;
}
.work-page-header-wrapper .play-block .spinner {
  display: none !important;
}
.work-page-header-wrapper .play-block.playing .icon-play:before {
  content: "";
}
.work-page-header-wrapper .play-block.loading .btn-primary {
  border: 2px solid #fff;
  background: transparent;
}
.work-page-header-wrapper .play-block.loading .loading-text {
  display: block;
}
.work-page-header-wrapper .play-block.loading .spinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
}
.work-page-header-wrapper .play-block.loading .icon-play {
  display: none;
}

.live-page-header-wrapper .blur-cover-block .bg-shadow {
  height: 100%;
}

.list-countdown .list-inline-item {
  min-width: 50px;
}

.spinner {
  margin: 0 auto;
  width: 42px;
  text-align: center;
  display: none;
  justify-content: space-around;
  left: 0;
  right: 0;
  top: 50%;
}
@supports (transform-style: preserve-3d) {
  .spinner {
    transform: translate3d(0, -50%, 0);
  }
}
.spinner > div {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  .work-page-container .work-page-container-left {
    padding-top: 80px;
  }
}
.work-page-container .work-page-container-left {
  padding-top: 120px;
}
.work-page-container .work-page-container-right {
  padding-left: 3rem;
}
.work-page-container .work-page-container-left {
  padding-top: 160px;
}

.profile-page-header-wrapper {
  height: 100vw;
}
.profile-page-header-wrapper .blur-cover-block-up {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
}
.profile-page-header-wrapper .img-circle.bg-red {
  padding: 2px;
}
.profile-page-header-wrapper h1 {
  font-size: 20px;
}
.profile-page-header-wrapper .blur-cover-block .blur-cover {
  width: auto;
  height: 100%;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.profile-page-header-wrapper .position-relative .badge.position-absolute {
  bottom: -10px;
  left: 50%;
}
@supports (transform-style: preserve-3d) {
  .profile-page-header-wrapper .position-relative .badge.position-absolute {
    transform: translate3d(-50%, 0, 0);
  }
}
.profile-page-header-wrapper .btn-primary:not(:disabled):not(.disabled):active, .profile-page-header-wrapper .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background: transparent;
}
.profile-page-header-wrapper .btn-outline-white {
  border: 1px solid #fff;
}

.oppo-page-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.oppo-page-header-wrapper .blur-cover-block .blur-cover {
  width: auto;
  height: 100%;
  -webkit-filter: blur(50);
  -moz-filter: blur(50);
  -ms-filter: blur(50);
  filter: blur(50);
}
.oppo-page-header-wrapper .position-relative .badge.position-absolute {
  top: 10px;
  left: 50%;
}
@supports (transform-style: preserve-3d) {
  .oppo-page-header-wrapper .position-relative .badge.position-absolute {
    transform: translate3d(-50%, 0, 0);
  }
}
.oppo-page-header-wrapper h4 {
  font-size: 0.9rem;
}

.full-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.full-height {
  height: calc(100vh - 63px - 70px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.phone-block {
  width: 280px;
  height: 190px;
}
.phone-block .phone-text {
  font-size: 12px;
  top: 80px;
  left: 30px;
  right: 30px;
}

.is-checked {
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/icon-checked.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}

.is-accredited {
  background-image: url("https://static.streetvoice.cn/asset/mobile/images/icon-accredited.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  display: inline-block;
  vertical-align: middle;
}

.position-relative .is-accredited {
  right: -3px;
  bottom: -1px;
  z-index: 5;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}

h4 .is-accredited-text, h5 .is-accredited-text {
  max-width: calc(100% - 15px - 0.25rem);
}
h4 .with-author, h5 .with-author {
  max-width: calc(100% - 60px - 0.25rem);
}

.comment-block .position-relative .is-accredited {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}

h1 .is-accredited {
  top: -1px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}

.job-block .btn-link {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #f9595f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  position: relative;
  padding: 0;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.job-block .btn-link .icon-menu-up {
  font-size: 1rem !important;
  position: relative;
  top: 1px;
}
.job-block .btn-link .icon-menu-up:before {
  display: block;
  transition: all 0.2s linear;
}
.job-block .btn-link.collapsed .icon-menu-up:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loading-block {
  height: 46px;
}

.cs-loader {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  color: #f9595f;
  padding: 0;
  text-align: center;
}
.cs-loader-inner label {
  font-size: 1rem;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}
.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

.dynamic-height {
  max-height: 130px;
  position: relative;
  overflow: hidden;
}
.dynamic-height .read-more {
  bottom: -5px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dynamic-height .read-more .bg-shadow {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-repeat: repeat-x;
  z-index: 1;
}
.dynamic-height .read-more span {
  position: relative;
  z-index: 2;
}

.read-more.active {
  background-image: none;
}
.read-more.active:before {
  background: none;
}

.read-more .show-more,
.read-more:not(.active) .show-less {
  display: none;
}

.read-more:not(.active) .show-more,
.read-more.active .show-less {
  display: inline-block;
}

.position-relative .bg-shadow.list-bottom-shadow {
  display: block;
  left: 0;
  right: 0;
  top: -6rem;
  height: 6rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 60%);
  background-repeat: repeat-x;
  z-index: 5;
}
.position-relative .bg-shadow.list-bottom-shadow.h-200p {
  height: 200px;
  top: -200px;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: block;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel.owl-loaded {
  display: block;
  opacity: 1;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  width: 320px !important;
}

.owl-carousel-index-top {
  height: 167px;
}
.owl-carousel-index-top .owl-item a {
  display: block;
  border-radius: 0.25rem;
  overflow: hidden;
}

.owl-carousel-live {
  height: 280px;
}
.owl-carousel-live .owl-item {
  margin-bottom: 5px;
}

.owl-carousel-charts {
  height: 120px;
}
.owl-carousel-charts .owl-item {
  width: 240px !important;
  margin-left: 10px;
  margin-right: 0 !important;
}
.owl-carousel-charts .owl-item a {
  display: block;
  overflow: hidden;
}

.image-upload {
  position: relative;
}
.image-upload .image-edit .btn {
  position: relative;
}
.image-upload .image-edit .btn input {
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}
.image-upload .image-edit .btn.disabled, .image-upload .image-edit .btn:disabled {
  cursor: default;
}
.image-upload .image-edit .btn.disabled input, .image-upload .image-edit .btn:disabled input {
  cursor: default;
}
.image-upload .image-edit.position-absolute {
  visibility: hidden;
  z-index: 5;
  top: 50%;
  left: 50%;
}
@supports (transform-style: preserve-3d) {
  .image-upload .image-edit.position-absolute {
    transform: translate3d(-50%, -50%, 0);
  }
}
.image-upload .image-preview {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-upload .image-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
}
.image-upload .image-preview.img-square {
  height: 0;
  padding: 0;
  padding-bottom: 100%;
}
.image-upload .image-preview.img-square > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.image-upload .image-preview.img-square.img-ol-event-cover {
  padding-bottom: 52.33%;
}
.image-upload .image-preview.img-square.img-live-cover {
  padding-bottom: 52.333%;
}
.image-upload .image-preview.image-auto-height {
  height: auto;
  width: auto;
  max-width: 100%;
}
.image-upload .image-preview.image-auto-height img {
  height: auto;
  width: auto;
  max-width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
}

.daterangepicker {
  position: absolute;
  background: #fff;
  color: inherit;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e4e4e4;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: flex;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .daterangepicker .drp-calendar {
    width: 50%;
    float: left;
  }
  .daterangepicker .drp-calendar.left {
    padding-right: 20px;
  }
  .daterangepicker .drp-calendar.right {
    padding-left: 20px;
  }
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #222;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next:hover span, .daterangepicker .calendar-table .prev:hover span {
  color: #fff;
  border: solid #333;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 34px;
  width: 34px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: transparent;
  padding: 15px;
}
@media (min-width: 768px) {
  .daterangepicker .calendar-table {
    border: 1px solid transparent;
    padding: 0;
  }
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #e4e4e4;
  border-color: transparent;
  color: #000;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #e4e4e4;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #f9595f;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 4px;
  outline: 0;
  font-size: 12px;
  border-radius: 6px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  font-weight: bold;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

#date-range .daterangepicker {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
}
#date-range .daterangepicker,
#date-range .daterangepicker:before {
  border: none;
}
#date-range .daterangepicker:before,
#date-range .daterangepicker:after {
  display: none;
}
#date-range .modal-body {
  max-height: none;
  min-height: 360px;
}
@media (max-width: 767.98px) {
  #date-range .modal-body {
    min-height: 690px;
  }
}
#date-range .modal-footer {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  #date-range .modal-footer {
    border: none;
  }
}

.modal.show .daterangepicker {
  display: block !important;
}

.drp-buttons {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
