/*!
 * Copyright 2018 - Flat / Tutteo Ltd.
 */
.input-mention .inpos {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ddn-input-mention {
  padding: 8px 0;
  position: relative;
  z-index: 10;
}
.ddn-input-mention li {
  display: flex;
}
.ddn-input-mention li.highlighted {
  background-color: rgba(77, 163, 248, 0.1);
}
.ddn-input-mention > ul > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 15px;
}
.ddn-input-mention .user-avatar {
  flex: 0 0 22px!important;
}
.ddn-input-mention .username {
  display: inline-block;
  max-width: 150px;
  flex: 0 1 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--f-primary-dark);
  line-height: 22px;
}
.spinnerbc {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinnerbc > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinnerbc .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinnerbc .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);
  }
}
.input-cc {
  border: 1px solid var(--f-grey-2);
  background: #fff;
  border-radius: 4px;
}
.input-cc-name {
  margin-bottom: 16px;
}
.input-cc-el {
  padding: 13px 16px;
}
.input-cc-opts {
  border-top: 1px solid var(--f-grey-2);
  display: flex;
}
.input-cc-opts > div {
  flex: 1 1 auto;
}
.input-cc-cvc {
  border-left: 1px solid var(--f-grey-2);
}
.input-cc-err {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #FF1C3C;
}
.input-cc-err svg {
  margin-right: 4px;
}
.input-cc-err path {
  fill: #FF1C3C;
}
.form-cc {
  width: 498px;
  position: relative;
  background: #FBFBFC;
  border: 1px solid #e7e8ec;
  border-radius: 8px;
  padding: 30px;
  font-family: var(--f-font-common);
  /* firefox 19+ */
  /* ie */
}
.form-cc .form-control::-webkit-input-placeholder {
  color: var(--f-subdue);
}
.form-cc .form-control::-moz-placeholder {
  color: var(--f-subdue);
}
.form-cc .form-control:-ms-input-placeholder {
  color: var(--f-subdue);
}
.form-cc .form-control:-moz-placeholder {
  color: var(--f-subdue);
}
.form-cc .form-cc-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FBFBFC;
  opacity: 0.75;
}
.form-cc .form-cc-loader .loader {
  top: 128px;
  left: calc(50% - 69px);
}
.form-cc .form-cc-loader .loader i:after {
  background: #49A5F8;
}
.form-cc label {
  display: block;
  font-family: var(--f-font-common);
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  color: var(--f-ink);
  margin-bottom: 8px;
}
.form-cc label svg {
  vertical-align: middle;
}
.form-cc .tooltip {
  margin-top: 4px;
}
.form-cc .tooltip-inner {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 17px;
}
.form-cc .field {
  position: relative;
}
.form-cc .field-wrapper {
  position: relative;
}
.form-cc .field-wrapper .icon-left {
  position: absolute;
  top: 11px;
  left: 12px;
}
.form-cc .field-wrapper .icon-right-lock {
  position: absolute;
  top: 12px;
  right: 12px;
}
.form-cc .field-wrapper .icon-cc {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-cc .cc-stripe-card-wrap {
  padding: 10px;
}
.form-cc .field-name {
  margin-bottom: 34px;
}
.form-cc.vue .field-name {
  margin-bottom: 15px;
}
.form-cc .field-number {
  margin-bottom: 15px;
}
.form-cc .btn-cc-pay {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 25px;
  background: var(--f-primary) !important;
  border: 1px solid var(--f-primary) !important;
  border-radius: 4px;
  box-shadow: inset 0px -22px 13px 0px rgba(38, 143, 243, 0.3) !important;
  color: #fff!important;
}
.form-cc .btn-cc-pay:hover,
.form-cc .btn-cc-pay:focus {
  box-shadow: inset 0px -22px 13px 0px var(--f-primary);
  border-radius: 4px;
}
.form-cc .btn-cc-pay[disabled].processing,
.form-cc .btn-cc-pay[disabled].success {
  opacity: 1;
}
.form-cc .btn-cc-pay.success {
  background: var(--f-happy-green);
  border: 1px solid #53A606;
}
.form-cc .btn-cc-pay .icon {
  position: relative;
  vertical-align: middle;
  top: 0px;
  margin-left: 8px;
}
.form-cc .or-paypal,
.form-cc .or-applepay,
.form-cc .or-purchase-order {
  text-align: center;
  margin: 15px auto;
  font-size: 12px;
  color: var(--f-ink);
}
.form-cc .btn-cc-paypal,
.form-cc .btn-cc-purchase-order {
  display: block;
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #BABABA;
  box-shadow: inset 0px -22px 13px 0px #EBF1F4;
  border-radius: 4px;
}
.form-cc .btn-cc-paypal:hover,
.form-cc .btn-cc-purchase-order:hover,
.form-cc .btn-cc-paypal:focus,
.form-cc .btn-cc-purchase-order:focus,
.form-cc .btn-cc-paypal:active,
.form-cc .btn-cc-purchase-order:active {
  box-shadow: inset 0px -22px 13px 0px #D6E0E5;
}
.form-cc .btn-cc-paypal img,
.form-cc .btn-cc-purchase-order img {
  height: 18px;
  margin-left: 6px;
}
.form-cc .btn-cc-paypal span,
.form-cc .btn-cc-purchase-order span {
  color: var(--f-ink);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}
.form-cc .btn-cc-applepay {
  display: block;
  height: 44px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 100%;
  border: 0;
  padding: 10px 0;
}
.form-cc .popover-error {
  position: absolute;
  z-index: 100;
  top: 3px;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
  padding: 9px 13px 9px;
  border-radius: 6px;
  font-size: 13px;
  color: var(--f-subdue);
}
.form-cc .popover-error:before {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  width: 10px;
  height: 19px;
  top: 5px;
}
.form-cc .popover-error.right {
  right: calc(100% + 16px);
}
.form-cc .popover-error.right:before {
  left: 100%;
  background: url('/img/icons/cc/error-popover-arrow-right.svg') -19px 0px;
}
.form-cc .popover-error:not(.right) {
  left: calc(100% + 16px);
}
.form-cc .popover-error:not(.right):before {
  left: -10px;
  background: url('/img/icons/cc/error-popover-arrow-left.svg');
}
.form-cc .stripe-global-error {
  color: #FF1C3C;
  text-align: center;
}
@media (max-width: 500px) {
  .form-cc {
    width: 100%;
  }
}
.d-upgrade {
  width: 920px;
  min-height: 418px;
  display: flex;
}
.d-upgrade .d-upgrade-loading {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.d-upgrade .d-top-btns-container {
  display: flex;
  justify-content: space-between;
  margin: 0 14px;
}
.d-upgrade .d-maybe-later,
.d-upgrade .d-go-back {
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 16px;
}
.d-upgrade .d-maybe-later .t,
.d-upgrade .d-go-back .t {
  font-size: 14px;
  color: var(--f-subdue);
}
.d-upgrade .d-maybe-later .t {
  margin-right: 4px;
}
.d-upgrade .d-go-back .t {
  margin-left: 4px;
}
.d-upgrade .d-upgrade-close {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 16px;
}
.d-upgrade .d-upgrade-close img {
  width: 20px;
  height: 20px;
}
.d-upgrade .d-payment {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.d-upgrade .d-payment-cc {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-upgrade .go-back {
  border: 0;
  background: 0;
  padding: 0;
  margin-right: 12px;
}
.d-upgrade .upgrade-and-get {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 16px;
}
.d-upgrade .features {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.d-upgrade .features li {
  padding-left: 34px;
  background: url('../img/icons/_common/check-circle-white-24px.svg') no-repeat left 1px;
}
.d-upgrade .features li:not(:last-child) {
  margin-bottom: 16px;
}
.d-upgrade .features a {
  color: #fff;
}
.d-upgrade .features strong {
  text-decoration: underline;
  font-weight: normal;
}
.d-upgrade .offers {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 52px -24px 32px 0;
}
.d-upgrade .offer {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 216px;
  padding: 0 16px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.d-upgrade .offer .duration {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: var(--f-ink);
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 37px 0 16px;
}
.d-upgrade .offer .mo-price {
  display: flex;
  align-items: baseline;
}
.d-upgrade .offer .mo-price .currency {
  align-self: flex-start;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: var(--f-ink);
  margin-top: 9px;
}
.d-upgrade .offer .mo-price .digits {
  font-weight: bold;
  font-size: 42px;
  line-height: 57px;
  color: var(--f-ink);
  margin-left: 4px;
}
.d-upgrade .offer .mo-price .per-mo {
  font-size: 14px;
  color: var(--f-subdue);
  margin-left: 4px;
}
.d-upgrade .offer .paid-price {
  font-size: 14px;
  line-height: 22px;
  color: var(--f-subdue);
  margin-top: 18px;
}
.d-upgrade .offer .save {
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  background: var(--f-yellow);
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  border-radius: 20px;
  padding: 4px 16px;
  white-space: nowrap;
}
.d-upgrade .offer button {
  margin-top: 24px;
  width: 100%;
}
.d-upgrade .offer.month {
  box-shadow: 0 0 0 1px rgba(54, 60, 80, 0.04), 0 1px 4px 0 rgba(54, 60, 80, 0.14);
  margin-right: 24px;
}
.d-upgrade .offer.year {
  background: #FFFFFF;
  border: 1px solid var(--f-ink-10);
  box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.14);
}
.d-upgrade .offer.year.student .save {
  background: #cc0f1f;
}
.d-upgrade .offer.year.student .btn-fill {
  --f-btn-fill: #cc0f1f;
  --f-btn-fill-dark: #b30f1d;
}
.d-upgrade .mention-cancel {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: var(--f-subdue);
  margin: 0 0 16px;
}
.d-upgrade .mention-cancel a {
  color: var(--f-primary);
  text-decoration: underline;
}
.d-upgrade.d-offers {
  padding: 0;
}
.d-upgrade.d-offers .d-upgrade-plans {
  display: flex;
  min-height: 444px;
}
.d-upgrade.d-offers .d-power {
  flex: 0 0 400px;
  background: var(--f-primary);
  padding: 48px 40px 53px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.d-upgrade.d-offers .d-power h3 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}
.d-upgrade.d-offers .d-power .d-maybe-later {
  display: none;
}
.d-upgrade.d-offers .d-plans {
  flex: 0 0 520px;
}
.d-upgrade .form-cc {
  width: 456px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 32px;
}
.d-upgrade .d-success {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.d-upgrade .d-success img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.d-upgrade .d-success h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
}
.d-upgrade .d-success .t {
  font-size: 14px;
  line-height: 22px;
  color: var(--f-subdue);
}
.d-upgrade .sca3ds-container {
  margin: 16px 0 0 0;
}
@media (max-width: 952px) {
  .d-upgrade.d-offers .d-upgrade-plans {
    display: block;
    width: 100%;
  }
  .d-upgrade.d-offers .d-power {
    padding: 48px 48px 80px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
  .d-upgrade.d-offers .d-power .d-maybe-later {
    position: absolute;
    margin-top: 0;
    top: 16px;
    right: 14px;
    display: flex;
  }
  .d-upgrade.d-offers .d-power .d-maybe-later .t {
    color: #fff;
  }
  .d-upgrade.d-offers.d-payment-step .d-power {
    padding-bottom: 48px;
  }
  .d-upgrade.d-center {
    width: 557px;
    max-height: calc(100vh - 32px);
    overflow: auto;
  }
  .d-upgrade .d-plans .d-top-btns-container {
    display: none;
  }
  .d-upgrade .d-plans .offers {
    margin: -48px 0 16px;
  }
  .d-upgrade .d-payment .d-maybe-later {
    display: none;
  }
}
@media (max-width: 589px) {
  .d-upgrade.d-offers .d-power {
    padding: 53px 16px 80px;
  }
  .d-upgrade.d-offers .d-power h3 {
    margin-bottom: 16px;
    margin-top: 16px;
    font-size: 24px;
    line-height: 33px;
  }
  .d-upgrade.d-offers .d-power .upgrade-and-get {
    font-size: 14px;
  }
  .d-upgrade.d-center {
    top: 16px;
    left: 16px;
    height: calc(100% - 32px);
    width: calc(100% - 32px);
    max-height: none;
    transform: none;
  }
  .d-upgrade .features {
    font-size: 14px;
  }
  .d-upgrade .features li:not(:last-child) {
    margin-bottom: 8px;
  }
  .d-upgrade .d-plans .offers {
    flex-wrap: wrap;
  }
  .d-upgrade .d-plans .offer {
    width: calc(100% - 32px);
  }
  .d-upgrade .d-plans .offer.month {
    order: 2;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .dashboard-header-container,
  .sv-side {
    display: none;
  }
}
.sv-wrapper {
  display: flex;
  overflow: hidden;
}
.sv-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.sv-controls {
  flex: 0 0 68px;
}
@media (max-width: 900px) {
  .sv-controls {
    flex: 0 0 54px;
  }
}
.score-drawer {
  position: relative;
  overflow: auto;
  max-width: calc(100vw - 350px);
  flex: 0 1 calc(100vh - 136px);
  background: #fff;
}
.score-drawer.track {
  padding: 0 30px;
}
.score-drawer.responsive {
  padding: 30px;
}
.score-drawer.responsive svg.page {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .score-drawer {
    max-width: 100vw;
  }
  .score-drawer.responsive {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .score-drawer {
    flex: 0 1 calc(100vh - 104px);
  }
}
.score-placeholder .s > div {
  margin: 6px 30px;
}
.sv-main:fullscreen {
  width: 100vw;
}
.sv-main:fullscreen > .score-drawer {
  max-width: 100vw;
  flex: 0 1 calc(100vh - 68px);
}
.sv-main:-webkit-full-screen {
  width: 100vw;
}
.sv-main:-webkit-full-screen > .score-drawer {
  max-width: 100vw;
  flex: 0 1 calc(100vh - 68px);
}
.sv-main:-moz-full-screen {
  width: 100vw;
}
.sv-main:-moz-full-screen > .score-drawer {
  max-width: 100vw;
  flex: 0 1 calc(100vh - 68px);
}
.sv-main:-ms-full-screen {
  width: 100vw;
}
.sv-main:-ms-full-screen > .score-drawer {
  max-width: 100vw;
  flex: 0 1 calc(100vh - 68px);
}
.sv-side {
  flex: 0 0 350px;
  overflow: auto;
  background: var(--f-grey-bg);
  border-right: 1px solid #E7E8EC;
  padding: 20px 30px;
  position: relative;
}
.sv-title {
  margin-bottom: 20px;
}
.sv-title h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: var(--f-ink);
  word-break: break-word;
}
.sv-title h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  color: var(--f-ink);
  margin-top: 15px;
  word-break: break-word;
}
.sv-owner {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sv-owner .user {
  flex: 0 0 44px;
  margin-right: 15px;
}
.sv-owner .user img {
  border: 0;
}
.sv-owner .t {
  max-width: 250px;
  overflow: hidden;
}
.sv-owner .by {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: var(--f-subdue);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sv-owner .o-stats {
  font-size: 13px;
  line-height: 20px;
  color: var(--f-grey-2);
}
.sv-owner .o-stats a {
  color: var(--f-subdue);
}
.sv-owner.multi.two-lines {
  flex-wrap: wrap;
}
.sv-owner.multi.two-lines .t {
  margin-top: 10px;
}
.sv-owner.multi .by {
  white-space: normal;
  line-height: 20px;
}
.sv-owner.multi .by > span {
  margin-right: .4em;
}
.sv-owner.multi .by .and {
  margin-left: .4em;
}
.sv-owner.multi .users {
  display: flex;
  flex-direction: row-reverse;
  flex: 0 0 auto;
  margin: 0 15px;
}
.sv-owner.multi .user {
  margin-right: 0;
  margin-left: -20px;
}
.sv-owner.multi .user img {
  border: 2px solid var(--f-grey-bg);
}
.sv-description {
  word-break: break-word;
  font-size: 14px;
  color: var(--f-subdue);
  line-height: 24px;
  margin-bottom: 20px;
}
.sv-description.collapsed {
  max-height: 40vh;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.sv-description a {
  color: var(--f-primary);
}
.sv-fork {
  margin-bottom: 15px;
}
.sv-fork .f-label {
  display: block;
  margin-bottom: 8px;
  color: var(--f-subdue);
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
}
.sv-fork .f-card {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #E7E8EC;
  background: linear-gradient(180deg, white, #FDFDFD);
  box-shadow: 0 1px 2px #E7E8EC;
  transition: all 0.2s ease-in-out;
}
.sv-fork .f-card:hover {
  border-color: var(--f-grey-2);
}
.sv-fork .user {
  flex: 0 0 32px;
}
.sv-fork .user img {
  border: 0;
}
.sv-fork .t {
  margin-left: 15px;
  overflow: hidden;
}
.sv-fork .f-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: var(--f-ink);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sv-fork .f-creator {
  color: var(--f-subdue);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sv-track {
  margin-bottom: 20px;
}
.sv-readmore {
  display: flex;
  align-items: center;
}
.sv-btn-readmore {
  font-size: 14px;
  color: var(--f-primary);
  background: #0000;
  border: 0;
  padding: 0;
}
.sv-btn-readmore.less {
  width: 100%;
  text-align: right;
}
.sv-readmore-extra {
  margin-top: 20px;
}
.sv-pub-date {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 24px;
  color: var(--f-subdue);
}
.sv-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sv-tags .tag-item {
  font-size: 13px;
  color: var(--f-subdue);
  line-height: 20px;
  border: 1px solid #E7E8EC;
  background-color: #fff;
  border-radius: 2px;
  padding: 0 6px;
  margin: 0 10px 10px 0;
}
@keyframes sv-like-icon {
  0% {
    transform: scale(1.2, 1.2);
  }
  20% {
    transform: scale(0, 0);
  }
  40% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.sv-social {
  position: relative;
  margin: -7.5px 0;
}
.sv-saction {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--f-primary);
}
.sv-saction .label {
  color: var(--f-primary);
  flex: 1 1 auto;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  padding: 7.5px 30px 7.5px 0;
  display: flex;
  align-items: center;
}
.sv-saction .label svg {
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
}
.sv-saction.like .label.active,
.sv-action.like.active {
  color: #FA4A77;
}
.sv-saction.like .label.active svg,
.sv-action.like.active svg {
  animation: sv-like-icon linear 0.5s 1;
}
.sv-saction.like .label.active .fill,
.sv-action.like.active .fill {
  fill: #FA4A77;
}
.sv-mobinfo {
  position: fixed;
  bottom: 50px;
  width: 100vw;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid #E7E8EC;
  min-height: 100px;
  padding: 16px;
  overflow: auto;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 767px) {
  .sv-mobinfo {
    bottom: 0;
  }
}
.sv-mobinfo.reduced h2,
.sv-mobinfo.reduced hr,
.sv-mobinfo.reduced .sv-pub-date,
.sv-mobinfo.reduced .sv-social,
.sv-mobinfo.reduced .sv-tags,
.sv-mobinfo.reduced .sv-docinfo,
.sv-mobinfo.reduced .sv-description,
.sv-mobinfo.reduced .sv-track {
  display: none;
}
.sv-mobinfo.reduced .sv-owner {
  margin-bottom: 0;
}
.sv-mobinfo.full {
  top: 0;
  border-top: 0;
}
.sv-mobinfo.hidden {
  bottom: -150px;
}
.sv-mobinfo .sv-title {
  margin-bottom: 10px;
}
.sv-mobinfo .sv-title h1 {
  font-size: 18px;
  line-height: 20px;
}
.sv-mobinfo .sv-title h2 {
  font-size: 16px;
  margin-top: 6px;
}
.sv-mobinfo .h1-wrapper {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.sv-mobinfo .h1-wrapper .sv-btn-readmore {
  margin-left: 10px;
}
.sv-mobinfo .h1-wrapper h1 {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
}
.sv-mobinfo .sv-btn-close {
  background: transparent;
  border: 0;
  padding: 0;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 50;
}
.sv-mobinfo .sv-btn-close .stroke {
  stroke: var(--f-subdue);
}
.sv-docinfo {
  border: 0;
  margin-bottom: 10px;
}
.sv-docinfo td {
  display: table-cell;
  border: 0;
  padding: 0 0 10px 0;
  font-size: 13px;
  color: var(--f-subdue);
  line-height: 20px;
  word-break: break-word;
}
.sv-docinfo td:first-child {
  vertical-align: top;
  font-weight: 500;
  width: 100px;
  padding-right: 15px;
}
.sv-docinfo td p {
  margin: 0;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.sv-docinfo td p img,
.sv-docinfo td p svg {
  margin-right: 5px;
  flex: 0 0 16px;
}
.sv-share {
  z-index: 2;
}
.sv-share > ul > li > a {
  display: flex;
  align-items: center;
}
.sv-share > ul > li > a svg {
  height: 16px;
  width: 16px;
  margin-right: 12px;
}
.sv-dl {
  z-index: 200;
  padding: 0;
}
.sv-controls {
  background: var(--f-grey-bg);
  display: flex;
  align-items: center;
  height: 68px;
  padding: 0 30px;
}
@media (max-width: 900px) {
  .sv-controls {
    padding: 0 16px;
  }
}
.sv-tb-instruments {
  z-index: 5;
  margin-right: 15px;
}
.sv-playback {
  flex: 1 1 auto;
}
.sv-ctrl-drawer {
  flex: 0 0 auto;
  display: flex;
}
.sv-ctrl-drawer button {
  background: transparent;
  border: 0;
  padding: 0;
}
.sv-ctrl-drawer > button,
.sv-ctrl-drawer > div {
  padding: 10px;
}
.sv-ctrl-drawer > button:last-child,
.sv-ctrl-drawer > div:last-child {
  padding: 10px 0 10px 10px;
}
.sv-ctrl-drawer .ddn-content {
  z-index: 10;
}
.ddn-layout ul li a {
  display: flex;
  align-content: center;
  padding: 10px 20px;
}
.ddn-layout svg {
  margin-right: 15px;
}
.sv-social-mob {
  display: flex;
  margin-right: -10px;
  z-index: 2;
}
.sv-social-mob button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.sv-social-mob .sv-action {
  display: flex;
  padding: 10px;
}
.sv-social-mob .sv-action button {
  display: flex;
  padding: 0;
}
.sv-social-mob .sv-action svg {
  fill: var(--f-primary);
  width: 16px;
  height: 16px;
}
.sv-social-mob .ddn-content.sv-action-more a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sv-social-mob .ddn-content.sv-action-more a svg {
  height: 16px;
  width: 16px;
  margin-right: 12px;
}
.sv-tb-instruments > button {
  width: 36px;
  height: 36px;
  background-color: white;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(40, 48, 79, 0.2), 0 1px 8px 0 rgba(40, 48, 79, 0.1);
  transition: all 300ms ease-in-out;
  padding: 0;
}
.sv-tb-instruments > button:hover {
  box-shadow: 0 3px 10px 1px rgba(40, 48, 79, 0.18), 0 1px 3px 0 rgba(40, 48, 79, 0.2);
}
.sv-tb-instruments > button .fill {
  fill: var(--f-primary);
}
.sv-tb-instruments.mobile > button {
  width: 32px;
  height: 32px;
}
.sv-tb-instruments > .ddn-content {
  padding: 0;
}
.sv-tb-instruments > .ddn-content > ul {
  padding: 12px 0;
  max-height: 75vh;
  overflow: auto;
}
ul.sv-tb-instruments-list {
  --solo-size: 20px;
}
ul.sv-tb-instruments-list > li > * {
  padding-right: 16px;
  padding-left: 16px;
  color: var(--f-subdue);
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
}
ul.sv-tb-instruments-list li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E7E8EC;
}
ul.sv-tb-instruments-list li.manage button {
  display: flex;
  justify-content: center;
  padding: 8px 16px;
}
ul.sv-tb-instruments-list li span {
  flex: 1 0 auto;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.sv-tb-instruments-list li .fill {
  fill: var(--f-subdue);
}
ul.sv-tb-instruments-list .instrument-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.sv-tb-instruments-list .instrument-item label {
  width: calc(100% - var(--solo-size));
  margin-right: 10px;
}
ul.sv-tb-instruments-list .solo {
  cursor: pointer;
  font-size: 0;
  padding: 0;
  background: transparent;
  line-height: var(--solo-size);
  height: var(--solo-size);
  width: var(--solo-size);
  color: var(--f-subdue-40);
  border: 1px solid var(--f-subdue-40);
  border-radius: 50%;
  transition: color 0.2s, border-color 0.2s;
  text-align: center;
}
ul.sv-tb-instruments-list .solo:after {
  content: 'S';
  font-size: 12px;
}
ul.sv-tb-instruments-list .solo:hover {
  border-color: var(--f-subdue);
  color: var(--f-subdue);
}
ul.sv-tb-instruments-list .solo.active {
  border-color: var(--f-primary);
  color: var(--f-primary);
}
.sv-progressbar {
  height: 5px;
  margin: -10px 0 -25px;
  padding: 10px 0 30px 0;
  z-index: 1;
  cursor: pointer;
}
.sv-progressbar .inner {
  height: inherit;
  background: #E7E8EC;
  position: relative;
}
.sv-progressbar .active {
  position: absolute;
  height: inherit;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: var(--f-primary);
  opacity: .8;
}
.sv-progressbar .tooltip-align {
  position: absolute;
  width: 0px;
  height: 100%;
}
.sv-progressbar .tooltip {
  visibility: hidden;
  opacity: 0;
}
.sv-progressbar .tooltip.open {
  visibility: visible;
  opacity: 1;
}
.sv-comments-placeholder {
  display: block;
  margin: 30px;
  text-align: center;
}
.sv-comments-placeholder img {
  display: block;
  margin: 0 auto 15px;
}
.sv-comments-placeholder p {
  font-size: 14px;
  color: var(--f-subdue);
  letter-spacing: 0.3px;
  line-height: 24px;
}
.sv-comments-loader {
  margin: 20px 0 0 0;
}
.sv-comment {
  position: relative;
  margin: 20px 0 0 0;
  display: flex;
  align-items: flex-start;
}
.sv-comment.has-replies::before {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background: var(--f-subdue);
  position: absolute;
  top: 30px;
  left: 17px;
}
.sv-comment.highlighted {
  background: rgba(51, 177, 248, 0.2);
  padding: 8px;
  margin: 12px -8px -8px -8px;
  border-radius: 4px;
}
.sv-comment.highlighted.has-replies::before {
  left: 25px;
}
.sv-comment > .user-avatar {
  flex: 0 0 36px;
  height: 36px;
  margin: 0 15px 0 0;
}
.sv-comment > .user-avatar img {
  border: 0;
}
.sv-comment .author {
  font-weight: bold;
  font-size: 14px;
  color: var(--f-ink);
  letter-spacing: 0.3px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 235px;
  display: block;
  text-overflow: ellipsis;
}
.sv-comment .comment-text {
  font-size: 14px;
  line-height: 20px;
  color: var(--f-ink);
  word-break: break-word;
  hyphens: auto;
}
.sv-comment .comment-text a {
  color: var(--f-primary);
}
.sv-comment .t-metas {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: var(--f-grey-2);
}
.sv-comment .t-metas .reply,
.sv-comment .t-metas .edit,
.sv-comment .t-metas .delete {
  transition: all 0.2s ease-in-out;
  color: var(--f-primary);
}
.sv-comment .t-metas .delete:hover {
  color: #FF1C3C;
}
.sv-comment .t-metas time,
.sv-comment .t-metas .edited {
  color: var(--f-subdue);
}
.comment-form-v2 {
  display: flex;
}
.comment-form-v2 textarea {
  box-sizing: content-box;
  border: 1px solid #E7E8EC;
  height: auto;
  min-height: 22px;
  width: calc(100% - 20px);
  margin: 0;
  resize: none;
  padding: 7px 10px;
  line-height: 20px;
}
.comment-form-v2 textarea:disabled {
  background: #E7E8EC;
}
.comment-form-v2 textarea:disabled:hover {
  border: 1px solid transparent;
}
.comment-form-v2 .t {
  width: 100%;
  position: relative;
}
.comment-form-v2 .esc {
  font-size: 9px;
  font-weight: 500;
}
.comment-form-v2 .esc strong {
  font-weight: 500;
  color: var(--f-primary-dark);
}
.sv-mobcomments {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 21;
  background: rgba(255, 255, 255, 0.98);
  overflow: auto;
  padding: 16px;
}
@media (max-width: 767px) {
  .sv-mobcomments {
    bottom: 50px;
  }
}
.sv-mobcomments .sv-btn-close {
  background: transparent;
  border: 0;
  padding: 0;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 50;
}
.sv-mobcomments .sv-btn-close .stroke {
  stroke: var(--f-subdue);
}
