* {
  zoom: 100%;
}

html {
  overflow-wrap: break-word;
}

body {
  min-height: 100vh;
}

nav, main, footer {
  position: relative;
}

nav a, footer a {
  color: #ffffff;
}

.main-content {
  position: relative;
  min-height: calc(100vh - 64px);
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.83rem;
}

h3 {
  font-size: 1.67rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.33rem;
}

h6 {
  font-size: 1.17rem;
}

code, pre {
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", "monospace";
}

code {
  padding: .2em .4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, .05);
  border-radius: 6px;
}

pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: rgba(27, 31, 35, .05);
  border-radius: 6px;
}

pre code {
  display: inline;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: initial;
  border: 0;
}

.material-icons {
  vertical-align: bottom;
}

.tab.col a {
  padding: 0 0 !important;
  white-space: nowrap !important;
}

#fimtale-logo {
  max-height: 64px;
}

.container {
  max-width: 1080px;
}

.sidenav-table-of-contents li > a {
  height: initial;
  margin: 0;
  padding: 0 0.25rem;
}

.result-empty {
  position: relative;
  line-height: 50vh;
}

.topic-image {
  width: 20% !important;
  height: auto;
  padding: 0px 8px 0px 4px;
}

.topic-image img {
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .topic-image {
    width: 40% !important;
  }
}

.topic {
  height: 200px;
  overflow: hidden;
}

.topic-desc {
  padding: 5px 0px 30px 20px;
  height: 100px;
  overflow: hidden;
}

.topic-title {
  padding: 0px 0px 0px 20px;
}

.topic-tags {
  padding-left: 15px;
}

.tag-item {
  padding: 5px;
}

.tag-button {
  padding: 0px;
  height: 100%;
  text-transform: none;
}

.tag-text {
  width: 100%;
  margin: 5px;
  height: 100%;
  line-height: 140%;
}

.ever-small-chip {
  height: 24px;
  line-height: 20px;
  font-size: 10px;
  margin: 2px 0 2px 0;
  padding: 2px 10px 2px 10px;
  /* border-radius: 16px; */
  text-align: center;
}

/* small chip for mobile phones */

@media only screen and (max-width: 600px) {
  .small-chip-on-small {
    height: 24px;
    line-height: 20px;
    font-size: 10px;
    margin: 2px 0 2px 0;
    padding: 2px 10px 2px 10px;
    /* border-radius: 16px; */
    text-align: center;
  }
}

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

.btn-flat-square {
  width: 36px;
  padding: 0;
  text-align: center;
}

.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

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

.layer-color, .background-pony-word-panel {
  background-color: #ffffff;
}

.half-opacity {
  opacity: 0.5;
}

.use-hover {
  transition: background-color .3s;
}

.use-hover:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.switch label, .list-tile {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-tile > .leading {
  width: 36px;
  text-align: center;
  vertical-align: middle;
}

.list-tile > .content {
  flex-grow: 1;
}

.list-tile > .trailing {
  text-align: center;
  vertical-align: middle;
}

.list-tile .input-field {
  margin: 0;
}

.discord-badge {
  display: inline-block;
  margin: 0 5px;
  min-width: 10px;
  border-radius: 3px;
  padding: .25em .625em;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
}

.comment-container {
  margin: 16px 0;
  padding: 4px;
}

.comment-avatar {
  width: 48px;
  float: left;
  position: relative;
}

.comment-avatar img.circle {
  padding: 0;
  height: 48px;
}

.comment-wrapper {
  position: relative;
  padding-left: 60px;
}

.comment-info, .comment-info-extra, .comment-date, .comment-actions {
  margin: 5px 0;
}

.comment-info {
  font-size: 18px;
}

.passage, .comment {
  display: block;
  padding: 1rem 0;
}

.appendix-content {
  margin-top: 1rem;
}

.status-bar span {
  display: inline-block;
}

.status-bar span + span {
  margin-left: .5rem;
}

.comment-date {
  text-align: right;
}

.comment-divider {
  display: none;
  margin-bottom: 12px;
  margin-left: 20%;
  margin-top: 0;
}

.comment p {
  margin: 0 !important;
}

@media only screen and (max-width: 992px) {
  .table-container {
    max-width: 100%;
    overflow-x: auto !important;
  }
}

#search-container .input-field {
  line-height: 40px;
  vertical-align: top;
}

#search-container .input-field .catIndicator {
  position: relative;
  width: 60px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
}

#search-container .input-field .searchBtn {
  position: relative;
  width: 40px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

#search {
  position: relative;
  width: calc(100% - 100px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 4px;
  margin: 0;
  font-size: 1rem;
  transition: background-color .3s;
}

#search:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: black;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-size: 1rem !important;
}

#search:not(focus) {
  color: white;
}

@media only screen and (max-width: 992px) {
  .navbar-fixed, nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 56px;
    line-height: 56px;
  }

  .logo-container, #fimtale-logo {
    height: 52px;
  }

  #search-container {
    width: 100%;
  }

  #search-container .input-field {
    height: 56px;
    padding: 8px 0;
  }

  #search {
    width: calc(100% - 154px);
  }
}

@media only screen and (min-width: 993px) {
  .logo-container, #fimtale-logo {
    height: 64px;
  }

  #search-container .input-field {
    height: 64px;
    padding: 12px 0;
  }

  #search-container {
    padding-left: 5px;
  }
}

@media only screen and (min-width: 1080px) {
  #search-container .input-field {
    height: 64px;
    padding: 12px 0;
    width: 115%;
    min-width: 320px;
  }
}

.btn {
  margin: 5px;
}

.topic-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.topic-info-wrapper > div {
  margin: 4px;
}

.topic-info-type {
  margin-right: auto;
  align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}

.topic-info-placeholder {
  flex-grow: 10;
}

.topic-info-author {
  margin-right: auto;
  align-self: center;
}

.topic-info-avatar {
  margin-right: auto;
  align-self: center
}

.topic-info-stats {
  margin-left: auto;
  align-self: center;
  text-align: right;
}

.fic-item {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}

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

.reading-area {
  max-width: 740px;
}

/* 定义keyframe动画，命名为blink */

@keyframes blink {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 0.867;
  }
  25% {
    opacity: 0.707;
  }
  34% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  68% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.707;
  }
  83% {
    opacity: 0.867;
  }
  100% {
    opacity: 1;
  }
}

/* 添加兼容性前缀 */

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 0.867;
  }
  25% {
    opacity: 0.707;
  }
  34% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  68% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.707;
  }
  83% {
    opacity: 0.867;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 0.867;
  }
  25% {
    opacity: 0.707;
  }
  34% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  68% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.707;
  }
  83% {
    opacity: 0.867;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 0.867;
  }
  25% {
    opacity: 0.707;
  }
  34% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  68% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.707;
  }
  83% {
    opacity: 0.867;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 0.867;
  }
  25% {
    opacity: 0.707;
  }
  34% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  68% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.707;
  }
  83% {
    opacity: 0.867;
  }
  100% {
    opacity: 1;
  }
}

/* 定义blink类*/

.blink {
  animation: blink 2s linear infinite;
  /* 其它浏览器兼容性前缀 */
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  -ms-animation: blink 2s linear infinite;
  -o-animation: blink 2s linear infinite;
}

.suspended-info-container {
  position: relative;
}

.suspended-info-container .title {
  position: absolute;
  left: 100px;
  top: -56px;
  right: 0;
  font-size: 30px;
  line-height: 1.5;
  margin: 5px;
  color: white;
  text-shadow: 0px 2px 4px #333;
}

.blackcover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.parallax-container {
  height: 250px;
}

.parallax-container-narrower {
  height: 150px;
}

.type-in-editing-notice {
  left: 40px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  margin: 0 auto 0;
}

.side-avatar-wrapper {
  width: 100%;
  height: 100px;
  margin-bottom: 16px;
  padding: 0;
  text-align: center;
}

.side-avatar-background {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.side-avatar-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  object-fit: cover;
}

.side-avatar-image {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: 48px;
  width: 80px;
}

.message-information {
  line-height: 37px;
  font-size: 18px;
  margin: 0;
  padding: 8px 0;
  word-break: break-all;
}

.message-container {
  margin: 4px 0;
}

.message-pictured-avatar {
  position: relative;
  width: 45px;
  height: auto;
  margin-left: 5px;
  margin-top: 5px;
  float: left;
}

.message-pictured-avatar img {
  width: 100%;
  height: auto;
}

.message-pictured-wrapper {
  position: relative;
  padding-left: 60px;
}

.message-pictured-information, .message-pictured-title, .message-pictured-content, .message-pictured-date {
  margin: 3px 0;
}

.message-pictured-title {
  line-height: 28px;
  font-size: 18.5px;
}

.message-pictured-subtitle {
  font-size: 14.5px;
}

.message-pictured-information {
  line-height: 37px;
  font-size: 18px;
  margin: 0;
  padding: 8px 0;
  word-break: break-all;
}

.message-pictured-content.thick {
  margin: 8px 0;
}

.message-pictured-content img:not(.emojione):not(.ftemoji), .appendix-content img:not(.emojione):not(.ftemoji) {
  max-width: 60%;
  max-height: 300px;
}

.message-replies .comment img:not(.emojione):not(.ftemoji) {
  max-width: 40%;
  max-height: 300px;
}

.message-pictured-date {
  text-align: right;
  color: #9e9e9e;
}

.message-container .card, .secondary-card {
  background-color: rgba(127, 127, 127, 0.1);
}

.message-container.card-content {
  padding: 8px;
}

.message-replies {
  margin-top: 10px;
}

.modal {
  -webkit-overflow-scrolling: auto;
}

.broadenline p {
  line-height: 26px;
}

.emojione {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
}

.ftemoji, .inline-avatar {
  font-size: inherit;
  height: 3ex;
  width: 3ex;
  min-height: 30px;
  min-width: 30px;
  display: inline-block;
  margin: -.5ex .15em .5ex .15em;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
}

.message-pictured-title, .message-information, .comment-title {
  font-weight: 300;
}

.comment-editor-toolbar {
  position: relative;
  height: 4rem;
}

.user-item-icon {
  max-width: 100%;
}

.original-colored-text {
  color: #000000 !important;
}

.by-theme {
  background-color: #f44336;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.by-theme-text {
  color: #f44336;
}

.by-theme:hover {
  background-color: #e57373;
}

.my-name {
  color: #212121;
}

.progress-bar-horiz {
  height: 2.5px;
  transition: height .3s;
}

.progress-bar-horiz:hover {
  height: 5px;
}

.progress-bar-vert {
  width: 2.5px;
  transition: width .3s;
}

.progress-bar-vert:hover {
  width: 5px;
}

.font-range-bar {
  border-color: transparent !important;
}

#progress-cursor {
  background-color: #f44336;
}

.sidenav li {
  margin-right: 10px;
}

.sidenav li a {
  margin-left: 15px;
}

.sidenav li a:hover {
  background: none;
}

.sidenav li:hover, .sidenav li.active {
  background: none;
}

.sidenav > li:hover {
  background-color: #e3f2fd;
  border-radius: 0 30px 30px 0;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.sidenav li.donnot-use-hover:hover {
  background: none;
}

.sidenav > li.active, .sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #bbdefb !important;
  border-radius: 0 30px 30px 0;
  color: #1e88e5 !important;
}

.sidenav > li.active a, .sidenav .collapsible-body > ul:not(.collapsible) > li.active a, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #1e88e5 !important;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: rgba(128, 128, 128, 0.2);
}

.action-bar {
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 993px) {
  .bottom-action-bar::before, .bottom-action-bar::after {
    -webkit-box-flex: 1;
    flex-grow: 1;
    content: ' ';
  }
}

.action-bar * {
  text-align: center;
}

.action-bar .material-icons {
  height: 25px;
  line-height: 100%;
}

.action-bar .label {
  font-size: .8rem;
  line-height: 100%;
  white-space: nowrap;
  transition: font-size .3s;
}

.action-bar > * {
  -webkit-box-flex: 1;
  flex-grow: 1;
  color: #9e9e9e;
  cursor: pointer;
  padding: .8rem 1rem;
}

.action-bar > .active {
  color: #f6b2b5;
}

.action-bar > .active .label {
  font-size: 0.85rem;
}

.channel-item-container {
  padding: 4px;
}

@media only screen and (min-width: 993px) {
  .channel-item-container {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 992px) {
  .full-width-on-small {
    width: 100% !important;
  }

  .no-padding-on-small {
    padding: 0 !important;
  }
}

.fixed-action-btn.toolbar {
  z-index: 1500;
}

.channel-item-cover {
  float: left;
  margin: 5px;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.channel-item-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.channel-item-wrapper {
  position: relative;
  padding-left: 80px;
}

.collection.transparent .collection-item {
  background-color: transparent !important;
}

.new {
  position: absolute;
  margin-left: 0;
}

.load-more {
  margin: 10px 0;
  text-align: center;
}

.passage {
  letter-spacing: .08em;
}

.passage:not(.gallery) img:not(.emojione):not(.ftemoji) {
  max-width: 60%;
  max-height: 400px;
}

.passage.gallery img:not(.emojione):not(.ftemoji) {
  max-width: 100%;
}

.passage .card {
  max-width: 95%;
  margin: 0 auto;
}

.message-container .card, .secondary-card, .advice-card, .notice-card, .alert-card {
  box-shadow: none;
}

.advice-card {
  background-color: rgba(100, 181, 246, 0.2);
  color: #2196f3;
}

.notice-card {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ff8f00;
}

.alert-card {
  background-color: rgba(229, 115, 115, 0.2);
  color: #ff8f00;
}

.share-item {
  width: 90%;
  max-width: 400px !important;
  margin: 10px auto;
}

.comment img:not(.emojione):not(.ftemoji) {
  max-width: 50%;
  max-height: 300px;
}

.passage .share-item img:not(.emojione):not(.ftemoji), .comment .share-item img:not(.emojione):not(.ftemoji) {
  max-width: initial;
  max-height: initial;
}

.click-to-show-image {
  display: inline-block;
  cursor: pointer;
  font-size: 6rem !important;
}

#background-pony-main {
  z-index: 990;
}

#background-pony-word-panel {
  background-color: #ffffff;
}

.divider-vertical-left, .divider-vertical-right {
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background-color: #e0e0e0;
}

.divider-vertical-left {
  left: 0;
}

.divider-vertical-right {
  right: 0;
}

.page-title {
  font-size: 30px;
  font-weight: 300;
  margin: 30px 0;
}

.page-subtitle {
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0;
}

.page-subsubtitle {
  font-size: 1.1rem;
  color: #78909c;
  margin: 15px 0;
}

.option-block {
  margin: 30px 0;
}

.helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.spoiler {
  background-color: #000000 !important;
  color: #000000 !important;
  transition: background-color .3s, color .3s;
}

.spoiler .emojione, .spoiler .ftemoji {
  opacity: 0 !important;
  transition: opacity .3s;
}

.spoiler:hover {
  background-color: transparent !important;
}

.spoiler:hover .emojione, .spoiler:hover .ftemoji {
  opacity: 1 !important;
}

.content-note {
  background-color: rgba(255, 235, 59, 0.2);
}

select {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #9e9e9e;
}

select:focus {
  border-bottom: 1px solid #78909c;
}

select option {
  background-color: #ffffff;
  margin: 5px 2px;
}

.collection-item {
  background-color: transparent !important;
}

.sidenav .collapsible-body, .sidenav.fixed .collapsible-body {
  background-color: transparent !important;
}

.dropdown-content {
  min-width: 200px;
}

.dropdown-content li > a > i {
  margin-right: 8px;
}

hr {
  height: 1px;
  width: 100%;
  border: none;
  background-color: #e0e0e0;
}

.report-image-queue {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.report-images-container {
  position: relative;
  margin: 16px;
  width: 48px;
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.report-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  overflow: hidden;
}

.report-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 150%;
  min-height: 100%;
  max-height: 150%;
}

.report-image-remove {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background-color: coral;
  color: white;
  cursor: pointer;
}

.report-image-remove i {
  line-height: 16px;
  font-size: 12px;
  color: white;
}

#report-images-add {
  line-height: 48px;
  text-align: center;
  color: #cccccc;
  border: 1px dashed #cccccc;
  cursor: pointer;
}

#report-images-add i {
  line-height: 48px;
  text-align: center;
  color: #cccccc;
}

.mint-text {
  color: #19d1a7 !important;
}

.avatar-gadget-down-cover {
  z-index: 1;
}

.user-avatar {
  position: relative;
  z-index: 2;
}

.avatar-gadget-up-cover {
  z-index: 3;
}

.navbar-fixed {
  position: relative;
}

.navbar-fixed nav {
  position: fixed;
  top: 0;
  left: 0;
}

.sidenav {
  padding-top: 64px;
}

.tabs {
  background-color: transparent;
}

.option-bar {
  position: relative;
  background-color: #ffffff;
}

.option-bar .avatar {
  position: relative;
  float: left;
  top: -40px;
  width: 80px;
  height: 80px;
}

.topic-card + .topic-card {
  margin-top: 36px;
}

.option-bar .avatar .user-avatar {
  position: relative;
  width: 100%;
}

.cover-container {
  position: relative;
  overflow: hidden;
}

.cover-container img {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.parallax-container ~ .option-bar, .cover-container ~ .option-bar {
  top: -.25rem;
  border-radius: .25rem .25rem 0 0;
}

.avatar-with-border {
  border: 3px solid #ffffff;
}

@media only screen and (max-width: 992px) {
  .sidenav {
    padding-top: 0;
  }
}

@media only screen and (min-width: 993px) {
  .dropdown-content {
    min-width: 160px;
  }

  .navbar-fixed {
    z-index: 1500;
  }
}

.material-icons .red-dot {
  position: absolute;
  left: 24px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f44336;
}

.btn-flat i.material-icons, .btn-flat-square i.material-icons, .btn-flat-circle i.material-icons {
  color: rgb(116, 116, 116);
}

.btn-flat-circle {
  margin: 6px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  transition: background .3s;
  color: rgb(116, 116, 116);
  cursor: pointer;
}

.btn-flat-circle:hover {
  background-color: rgba(127, 127, 127, 0.1);
}

.btn-flat-circle.disabled {
  pointer-events: none;
  cursor: default;
}

.no-border, .no-border > * {
  border: none !important;
}

.intro-image-cover-upside {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.intro-image-cover-downside {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
  cursor: pointer;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.story-list-header {
  font-size: 30px;
  font-weight: 300;
}

.sidenav .collapsible-header:hover, .sidenav.fixed .collapsible-header:hover {
  background: none;
}

.sidenav .collapsible *.active {
}

@media only screen and (min-width: 993px) {
  .sidenav::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .sidenav::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .sidenav::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: rgba(127, 127, 127, 0.05);
  }
}

.tabs::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.tabs::-webkit-scrollbar-thumb {
  border-radius: 1.5px;
  background-color: rgba(0, 0, 0, 0.2);
}

.tabs::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(127, 127, 127, 0.05);
}

span.badge.new:after {
  content:"";
}

span.badge.new {
  min-width: 1rem;
  margin-left: 0;
}