.mAutoLoading {
  background-color: #808080;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 40px auto; }
  .mAutoLoading > .loader,
  .mAutoLoading .loader:before,
  .mAutoLoading .loader:after {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    animation-fill-mode: both;
    animation: load7 1.2s infinite ease-in-out;
    color: #ffffff;
    z-index: 100; }
  .mAutoLoading > .loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    transform: translateY(-3px); }
  .mAutoLoading > .loader:before,
  .mAutoLoading > .loader:after {
    content: '';
    position: absolute;
    top: 0; }
  .mAutoLoading > .loader:before {
    left: -1em;
    animation-delay: -0.32s; }
  .mAutoLoading > .loader:after {
    left: 1em; }

@keyframes load7 {
  0%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.aSubText {
  margin: 0;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0.025em; }

.aNumberText {
  font-family: 'comicspace-scorefont', 'DINosaur', sans-serif; }

.aText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em; }

.aText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em; }

.lazyImage {
  opacity: 0; }

.aImage {
  transition: opacity 0.2s 0.2s; }

.mUserAvatar {
  margin: 0;
  border-radius: 100%;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden; }
  .mUserAvatar img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    @supports (object-fit: cover) {
      .mUserAvatar img {
        height: 100%;
        object-fit: cover; } }

.mButtonsWrap {
  display: flex; }

.mButton {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  box-sizing: border-box; }
  .mButton .aText {
    font-size: 12px;
    font-weight: 700; }
  .mButton .mIconWrap + .aText {
    margin-left: 5px; }

.mFollowButton {
  padding: 0 15px;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  background: #4b9ebf;
  border: 1px solid #4b9ebf;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mFollowButton svg + * {
    margin-left: 6px; }
  .mFollowButton.isFollowed {
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    color: #242A36; }
    .mFollowButton.isFollowed svg path,
    .mFollowButton.isFollowed svg circle,
    .mFollowButton.isFollowed svg line {
      stroke: #242A36; }

.mGeneralLink {
  color: inherit;
  text-decoration: none; }

.mUserMetaUpper {
  display: flex;
  align-items: center;
  position: relative; }
  .mUserMetaUpper ._profileAnchor {
    display: flex !important;
    align-items: center; }
    .mUserMetaUpper ._profileAnchor > ._name .aSubText {
      margin: 4px 0 0; }
  .mUserMetaUpper .mUserAvatar {
    margin: 0 10px 0 0;
    width: 36px;
    height: 36px; }
  .mUserMetaUpper > .mGeneralLink > ._name > ._nickname {
    font-weight: 700;
    letter-spacing: 0.025em;
    margin: 0;
    font-size: 13px;
    line-height: 1;
    display: block; }
  .mUserMetaUpper .aSubText {
    font-size: 11px;
    line-height: 1;
    display: block; }
  .mUserMetaUpper > .aSubText {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .mUserMetaUpper .mButtonsWrap {
    position: absolute;
    right: -15px;
    top: 10px; }
    .mUserMetaUpper .mButtonsWrap .mButton {
      display: flex;
      width: 38px;
      height: 38px;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .mUserMetaUpper .mButtonsWrap .mButton .mIconWrap {
        align-self: center; }

.mTagItem .mGeneralLink {
  padding: 5px 8px;
  color: #242a36;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  display: block; }

.mTagList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .mTagList .mTagItem {
    margin: 10px 8px 0 0;
    padding: 0; }

.oContentContainer {
  padding: 24px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  position: relative; }
  .oContentContainer.gray {
    background-color: #EBEBEB; }
  .oContentContainer .mBookListViewItem + .mBookListViewItem::before {
    content: '';
    border-top: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: -22px;
    right: -22px; }
  .oContentContainer .mContentContainerSecondaryOver {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -40px; }

.mContentContainer + .oContentContainer,
.oContentContainer + .oContentContainer,
.oContentContainerList + .oContentContainer {
  border-top: 2px solid #ebebeb; }


