@charset "UTF-8";
/*
 * Copyright ©️ 2020 GaltProject Society Construction and Terraforming Company
 * (Founded by [Nikolai Popeka](https://github.com/npopeka)
 *
 * Copyright ©️ 2020 Galt•Core Blockchain Company
 * (Founded by [Nikolai Popeka](https://github.com/npopeka) by
 * [Basic Agreement](ipfs/QmaCiXUmSrP16Gz8Jdzq6AJESY1EAANmmwha15uR3c1bsS)).
 */
.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=50);
}

.modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  color: white;
  display: flex;
  align-items: center;
}
.modal a {
  color: #1abc9c;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background: transparent;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-content template {
  display: block;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #303030;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  float: right;
}

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

.modal-body {
  position: relative;
  max-height: calc(100vh - 60px);
}
.modal-body [slot=header] {
  position: relative;
}
.modal-body [slot=header] .md-icon-button {
  position: absolute;
  top: -30px;
  right: -30px;
  background: transparent;
  border: none;
  color: white;
  font-size: 25px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #303030;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.image-modal .modal-body {
  position: relative;
}
.image-modal .modal-body .arrow-left, .image-modal .modal-body .arrow-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-modal .modal-body .arrow-left {
  transform: rotate(270deg);
  left: 10px;
}
.image-modal .modal-body .arrow-right {
  transform: rotate(90deg);
  right: 10px;
}
.image-modal .modal-body img {
  max-width: 100%;
  max-height: calc(100vh - 60px);
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    display: flex;
    justify-content: center;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal-sm {
  width: 300px;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (max-width: 450px) {
  .modal-body [slot=header] .md-icon-button {
    right: 0;
  }
}
.content-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0;
}
.content-list .content-item {
  width: calc(20% - 8px);
  background: no-repeat center/cover;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.content-list .content-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-list .content-item:not(:last-child):not(:nth-child(5n)) {
  margin-right: 10px;
}
.content-list .content-item.image {
  padding-bottom: calc(20% - 8px);
}
.content-list .content-item img {
  max-width: 100%;
  opacity: 0;
}

@media (max-width: 450px) {
  .content-list {
    padding: 10px 10px 0;
  }
  .content-list .content-item {
    width: 100%;
  }
  .content-list .content-item:not(:last-child):not(:nth-child(5n)) {
    margin-right: 0;
  }
  .content-list .content-item.image {
    padding-bottom: 100%;
  }
}
html, body {
  padding: 0;
  margin: 0;
}

#app {
  display: block;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #2c3e50;
  background-color: #fff;
}

.content-wrapper {
  position: relative;
  padding: 10px 15px 80px;
  min-height: calc(100vh - 80px - 60px - 160px);
  max-width: 600px;
  margin: 0 auto;
}
.content-wrapper .content-info {
  position: absolute;
  top: 100px;
  left: -280px;
  width: 250px;
}

.content-info .site-info .avatar-row {
  display: flex;
  align-content: center;
}
.content-info .site-info .avatar-row .avatar {
  margin-right: 10px;
}
.content-info .site-info .avatar-row .avatar img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
}
.content-info .site-info .avatar-row .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-info .site-info .avatar-row .title .sub-title {
  opacity: 0.5;
  margin-top: 5px;
}
.content-info .site-info .description-row {
  margin-top: 10px;
  white-space: pre-line;
}
.content-info .powered {
  opacity: 0.4;
  margin-top: 30px;
}
.content-info .powered *, .content-info .powered a {
  color: black;
}

.content.custom {
  padding: 0;
  margin: 0;
}
.content.custom img {
  max-width: 100%;
}
.content:not(.custom) a:hover {
  text-decoration: underline;
}
.content:not(.custom) p.demo {
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.content:not(.custom) img {
  max-width: 100%;
}
.content:not(.custom) > h1, .content:not(.custom) > h2, .content:not(.custom) > h3, .content:not(.custom) > h4, .content:not(.custom) > h5, .content:not(.custom) > h6 {
  margin-top: calc(0.5rem - 80px);
  padding-top: calc(80px + 1rem);
  margin-bottom: 0;
}

a {
  font-weight: 500;
  color: #6724d0;
  text-decoration: underline;
}
a:hover {
  color: #3c1579;
}

p a code {
  font-weight: 400;
  color: #6724d0;
}

kbd {
  background: #eee;
  border: solid 0.15rem #ddd;
  border-bottom: solid 0.25rem #ddd;
  border-radius: 0.15rem;
  padding: 0 0.15em;
}

blockquote {
  font-size: 0.9rem;
  color: black;
  border-left: 3px solid #6724d0;
  margin: 0.5rem 0;
  padding: 0.25rem 0 0.25rem 1rem;
}

blockquote > p {
  margin: 0;
}

ul, ol {
  padding-left: 1.2em;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.25;
  font-family: PT Serif, Serif;
}

h1:hover .header-anchor, h2:hover .header-anchor, h3:hover .header-anchor, h4:hover .header-anchor, h5:hover .header-anchor, h6:hover .header-anchor {
  opacity: 1;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.65rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

h3 {
  font-size: 1.35rem;
}

code, kbd, .line-number {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

p, ul, ol {
  line-height: 1.7;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

table {
  border-collapse: collapse;
  margin: 1rem 0;
  display: block;
  overflow-x: auto;
}

tr {
  border-top: 1px solid #dfe2e5;
}

tr:nth-child(2n) {
  background-color: #f6f8fa;
}

th, td {
  border: 1px solid #dfe2e5;
  padding: 0.6em 1em;
}

@media (max-width: 719px) {
  .content-wrapper {
    padding: 100px 15px 20px 15px;
    min-height: calc(100vh - 20px - 60px - 100px);
  }
}
.tabs {
  background: white;
  padding: 5px;
  display: flex;
  margin-bottom: 30px;
}
.tabs > a {
  display: block;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.tabs > a:first-child {
  padding-left: 0;
}
.tabs > a:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 6px;
}

.page-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.page-container .page-body {
  margin-bottom: auto;
}

.common-layout .content-wrapper {
  padding-bottom: 80px;
}

.ui-post {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ui-post:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.ui-post-title {
  font-family: PT Serif, Serif;
  font-size: 28px;
  border-bottom: 0;
}
.ui-post-title a {
  cursor: pointer;
  color: #000;
  transition: all 0.2s;
  text-decoration: none;
}
.ui-post-title a:hover {
  text-decoration: underline;
}

.ui-post-summary {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 200;
}

.ui-post-meta {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
}
.ui-post-meta:not(:last-child) {
  margin-bottom: 3px;
  margin-right: 20px;
}
.ui-post-meta svg {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}

@media (max-width: 719px) {
  .ui-post-meta {
    display: flex;
  }
  .ui-post-meta:not(:last-child) {
    margin-bottom: 10px;
  }
}
.ui-post-author {
  color: rgba(0, 0, 0, 0.84);
  font-weight: 400;
}

.ui-post-date {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 200;
}

.ui-post-tag {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 200;
}
.ui-post-tag a {
  color: inherit;
  font-weight: 200;
  text-decoration: none;
  margin-right: 5px;
}
.ui-post-tag a:hover {
  color: #d05dd2;
}

.pagination {
  display: flex;
}
.pagination > span {
  margin-right: 10px;
}
.pagination a {
  font-size: 12px;
  text-decoration: none;
}
.pagination a.current {
  color: #2c3e50;
  text-decoration: none;
  opacity: 0.7;
}

.vuepress-blog-theme-content {
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
}

article img {
  max-width: 100%;
}

@media (min-width: 959px) {
  .vuepress-blog-theme-content {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.07);
  }
}
.vuepress-blog-theme-content .post-title {
  padding-top: 0;
}

@media (max-width: 719px) {
  .vuepress-blog-theme-content {
    padding-top: 0;
  }
  .post-title {
    margin-top: 0;
  }
}
.post-meta-tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 20px 0;
}

.post-meta-tags > li {
  margin-bottom: 10px;
}

.post-meta > div {
  display: inline-flex;
  line-height: 12px;
  font-size: 12px;
  margin-right: 20px;
}

.post-meta svg {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}

.post-tag {
  height: 26px;
}
.post-tag :not(:last-child) {
  margin-right: 10px;
}
.post-tag a {
  background-color: #ededed;
  border-radius: 3px 0 0 3px;
  padding: 0 20px 0 23px;
  position: relative;
  text-decoration: none;
  height: 26px;
  display: inline-block;
}
.post-tag a span {
  color: #6e6e6e;
  transition: color 0.2s;
}
.post-tag a:before {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  width: 6px;
}
.post-tag a:after {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #ededed;
  border-top: 13px solid transparent;
  content: "";
}
.post-tag a:hover {
  background-color: #6724d0;
}
.post-tag a:hover:after {
  border-left-color: #6724d0;
}
.post-tag a:hover span {
  color: #fff;
}

.ui-posts video, .ui-posts img {
  max-width: 100%;
  max-height: 300px;
}

.post-image {
  max-width: 100%;
  max-height: 300px;
}

.post-date {
  font-size: 12px;
  text-decoration: none;
}

.video_file_wrap, .animated_wrap {
  position: relative;
}
.video_file_wrap .video_play_bg, .animated_wrap .video_play_bg {
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  line-height: 0;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  margin: -20px auto 0 -20px;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.video_file_wrap .video_play_bg .video_play, .animated_wrap .video_play_bg .video_play {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -9px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
}
.video_file_wrap .video_play_bg .video_duration, .animated_wrap .video_play_bg .video_duration {
  background: rgba(0, 0, 0, 0.4);
  padding: 0px 5px;
  position: absolute;
  z-index: 2;
  border-radius: 2px;
  right: 3px;
  bottom: 3px;
  color: #ffffff;
  font-size: 11px;
}
.video_file_wrap .video_play_bg .video_preview, .video_file_wrap .video_play_bg .animated_preview, .animated_wrap .video_play_bg .video_preview, .animated_wrap .video_play_bg .animated_preview {
  display: block;
}

.post-page-content img, .post-page-content video {
  max-width: 100%;
  display: block;
}
.post-page-content img + img, .post-page-content img video, .post-page-content video + img, .post-page-content video video {
  margin-top: 15px;
}

@media (max-width: 450px) {
  h1 {
    font-size: 1.9rem;
  }
  .content div[class*=language-] {
    margin: 0.85rem -1.5rem;
    border-radius: 0;
  }
  .content-wrapper {
    padding: 15px 15px 20px;
  }
  .content-wrapper .content-info {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
  }
  .content-wrapper .description-row {
    display: none;
  }
}
.content-wrapper.youtube-like {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.content-wrapper.youtube-like .content-info {
  position: static;
  width: 20vw;
}
.content-wrapper.youtube-like .content-data {
  width: 80vw;
}
.content-wrapper.youtube-like .ui-posts {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.content-wrapper.youtube-like .ui-posts > .ui-post {
  width: 25%;
  padding: 0 10px;
  border-bottom: none;
}
  #app .page-header, #app .page-footer {
    background: #f8fafe;
  }
  #app .content-list {
    background: white;
    border-radius: 30px;
  }
  .page-header {
    display: flex;
    padding: 15px 15px 0;
    justify-content: space-between;
  }
  .page-footer {
    padding: 10px 0;
  }
  .powered {
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
  }
  .powered a {
    color: black;
  }
  .page-header .page-header-content {
    display: flex;
    align-items: center;
    background: #e8eff6;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .page-header .page-header-content img {
    margin-right: 10px;
    height: 70px;
    border-radius: 100%;
  }
  .page-header .page-header-content .header-title {
    display: flex;
    flex-direction: column;
  }
  .page-header .page-header-content a.header-title {
    color: black;
  }
  .page-header .page-header-content a.header-title {
    text-decoration: none;
  }
  .page-header .page-header-content a.header-title:hover {
    text-decoration: underline;
  }
  .page-header .page-header-content .header-title span:last-child {
    opacity: 0.5;
    margin-top: 5px;
  }
  @media (max-width: 450px) {
    .page-header {
      flex-direction: column;
    }
  }
