@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url("/static/style2/fonts/ptsans-regular.woff") format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url("/static/style2/fonts/ptsans-bold.woff") format('woff');
}
@font-face {
  font-family: 'PFAgoraSlabPro-Light';
  font-style: normal;
  font-weight: 700;
  src: local('PFAgoraSlabPro Light'), local('PFAgoraSlabPro-Light'), url("/static/style2/fonts/PFAgoraSlabPro-Light.woff") format('woff');
}
@font-face {
  font-family: 'PFAgoraSlabPro-Reg';
  font-style: normal;
  font-weight: 700;
  src: local('PFAgoraSlabPro Reg'), local('PFAgoraSlabPro-Regular'), url("/static/style2/fonts/PFAgoraSlabPro-Reg.woff") format('woff');
}
@font-face {
  font-family: 'PFAgoraSansPro-Light';
  font-style: normal;
  font-weight: 700;
  src: local('PFAgoraSansPro Light'), local('PFAgoraSansPro-Light'), url("/static/style2/fonts/PFAgoraSansPro-Light.woff") format('woff');
}
@font-face {
  font-family: 'PFAgoraSansPro';
  font-style: normal;
  font-weight: 700;
  src: local('PFAgoraSansPro'), local('PFAgoraSansPro'), url("/static/style2/fonts/PFAgoraSansPro.woff") format('woff');
}
html,
body {
  min-height: 100%;
}
html.show_sidebar,
body.show_sidebar {
  overflow-x: hidden;
}
html {
  height: 100%;
}
body {
  min-width: 320px;
  font: Inter, Arial, sans-serif;
  background-color: #eee;
}
body > .section {
  position: relative;
  z-index: 1;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #1aabee;
  border-bottom: 0.5px solid;
  padding-bottom: 1px;
}
a:hover {
  color: #222;
}
a:active {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Inter, Arial, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 40px;
}
h1.title {
  margin-bottom: 0;
}
h2 {
  font-size: 30px;
}
hr.mini {
  width: 54px;
  border: none;
  border-top: 1px solid #777;
  margin: 12px 0;
}
.semilink {
  cursor: pointer;
  color: #555;
  border-bottom: 1px dashed #555;
}
.semilink:hover,
.semilink:active {
  color: #000;
  border-color: #000;
}
.container {
  max-width: 1470px;
}
@media only screen and (max-width: 600px) {
  .container {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.inline-edit {
  position: relative;
  left: 6px;
  top: -3px;
}
.messages {
  padding: 0;
  list-style-type: none;
}
.messages > li {
  font-weight: bold;
}
.messages > .debug {
  color: #ccc;
}
.messages > .info {
  color: #77c;
}
.messages > .success {
  color: #a3d900;
}
.messages > .warning {
  color: #ea0;
}
.messages > .error {
  color: #c77;
}
.errorlist {
  margin: 0;
  list-style-type: none;
  padding: 0;
  color: #e12f0b;
}
button {
  background-color: #006deb;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
button:hover,
.link-btn:hover {
  background-color: rgba(0,109,235,0.8);
}
header.light {
  width: 100%;
  height: 86px;
  background-color: #fff;
}
header.light .container {
  position: relative;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 600px) {
  header.light .container {
    position: static;
  }
}
header.light .logo {
  float: left;
  margin: 8px 16px 0 6px;
}
header.light .avatar-container {
  position: relative;
  float: left;
  margin: 11px 16px 0 6px;
}
header.light .avatar-container .avatar {
  width: 54px;
  height: 54px;
  border-radius: 54px;
  border: 1px solid transparent;
}
header.light .avatar-container a:hover .shader {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background: #fff url("/static/style2/img/img3/pencil.png") center center no-repeat;
  opacity: 0.9;
}
header.light h1.header-title {
  margin: 14px 0 0 0;
  font-size: 32px;
  line-height: 54px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header.light h2.header-subtitle {
  margin: 7px 0 0 0;
  font-size: 15px;
  font-weight: normal;
  color: #676767;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 600px) {
  header.light {
    height: 76px;
  }
  header.light .logo {
    float: left;
    margin: 6px 12px 0 0;
  }
  header.light .logo img {
    width: 62px;
  }
  header.light .avatar-container {
    float: left;
    margin: 12px 12px 0 8px;
  }
  header.light .avatar-container .avatar {
    width: 41px;
    height: 41px;
    border-radius: 41px;
  }
  header.light .avatar-container a:hover .shader {
    width: 41px;
    height: 41px;
    border-radius: 41px;
  }
  header.light h1.header-title {
    margin: 6px 0 0 0;
    font-size: 30px;
  }
  header.light h2.header-subtitle {
    margin: 4px 0 0 0;
    font-size: 18px;
  }
}
.progress-indicator.loading {
  width: 100%;
  height: 48px;
  margin: 16px 0 32px;
  background: url("/static/style2/img/img3/progress.gif") no-repeat center center;
}
.mpf-fade_image {
  background-color: #fff;
  opacity: 1 !important;
}
.mfp-bg.mpf-fade_auth {
  background-color: #000;
}
.mfp-canvas {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.6;
  z-index: 100;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  z-index: 110;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.6;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 105;
}
.mfp-content-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 106;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #fff;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.panel-layout {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-around;
  align-items: center;
}
@media (min-width: 395px) {
  .templates-layout {
    width: 386px;
  }
}
@media (min-width: 489px) {
  .dashboard-layout {
    width: 480px;
  }
}
@media (min-width: 610px) {
  .templates-layout {
    width: 579px;
  }
}
@media (min-width: 751px) {
  .dashboard-layout {
    width: 720px;
  }
}
@media (min-width: 803px) {
  .templates-layout {
    width: 772px;
  }
}
@media (min-width: 991px) {
  .dashboard-layout {
    width: 960px;
  }
}
@media (min-width: 996px) {
  .templates-layout {
    width: 965px;
  }
}
@media (min-width: 1231px) {
  .dashboard-layout {
    width: 1200px;
  }
}
@media (min-width: 1189px) {
  .templates-layout {
    width: 1158px;
  }
}
@media (min-width: 1471px) {
  .dashboard-layout {
    width: 1440px;
  }
}
.board__item {
  position: relative;
  list-style-type: none;
  text-align: left;
  padding: 0;
  zoom: 1;
}
.board__item.board__item_dashboard {
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
  margin: 0 10px 40px 10px;
  width: 220px;
  height: 270px;
}
@media only screen and (max-width: 600px) {
  .board__item.board__item_dashboard {
    margin: 0 3px 10px 3px;
    width: 170px;
    height: 218px;
  }
}
.board__item.board__item_templates {
  width: 160px;
  height: 197px;
  margin: 0 16px 40px 17px;
  box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 600px) {
  .board__item.board__item_templates {
    margin: 0 8px 40px 8px;
  }
}
.templates_empty .board__item.board__item_templates {
  opacity: 0.7;
}
.templates_empty .board__item.board__item_templates:hover,
.templates_empty .board__item.board__item_templates.snippet__check_checked {
  opacity: 1;
}
.board__item.create__board:before {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #d5dbde;
  font-size: 69px;
  margin: -17px 0 0 -17px;
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  line-height: 29px;
}
.snippet__check {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  z-index: -1;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
  overflow: hidden;
  transition: all 0.1s;
}
.snippet__check svg {
  fill: rgba(0,0,0,0.7);
}
.snippet__check_checked .snippet__check {
  opacity: 1;
  z-index: 2;
}
.snippet {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}
.templates_view .snippet {
  font-size: 14px !important;
}
.snippet a:link,
.snippet a:visited {
  color: #999;
}
.snippet a:hover {
  color: #222;
}
.snippet a:active {
  color: #000;
}
.snippet .inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 55px;
}
.snippet .main {
  overflow: hidden;
}
.snippet.no-img .bottom-links {
  bottom: 16px;
}
.snippet.no-img .text {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.snippet .private-status {
  width: 10px;
  height: 16px;
  vertical-align: middle;
  padding: 0 1px 2px 0;
}
.snippet__intro {
  margin: 0px 18px;
  padding: 2px;
  height: 84px;
  overflow: hidden;
  color: #999;
}
@media only screen and (max-width: 600px) {
  .snippet__intro {
    height: 66px;
    margin: 0px 12px;
  }
}
.snippet__title {
  max-height: 55px;
  margin: 10px 18px 3px 18px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.templates_view .snippet__title {
  font-size: 18px !important;
}
.snippet__title a {
  color: #000 !important;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .snippet__title {
    font-size: 20px;
    max-height: 50px;
    margin: 10px 12px 3px 12px;
  }
}
.snippet__image-list {
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  overflow: hidden;
  background-size: cover;
}
.templates_view .snippet__image-list {
  height: 74px !important;
}
.snippet__image-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0,0,0,0.64) 0%, transparent 100%);
}
.snippet__image-list img {
  display: block;
}
@media only screen and (max-width: 600px) {
  .snippet__image-list img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .snippet__image-list {
    max-height: 77px;
  }
}
.snippet__footer {
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding: 15px 18px 0px 18px;
  width: 100%;
  height: 55px;
}
@media only screen and (max-width: 600px) {
  .snippet__footer {
    padding: 15px 12px 0px 12px;
  }
}
.templates_view .snippet__footer {
  padding-top: 20px;
}
.snippet__category {
  display: inline-block;
  border-radius: 2px;
  padding: 0 6px;
  line-height: 1.5;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
}
.templates_view .snippet__category {
  font-size: 10px !important;
}
.snippet__shared-status {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 4px;
}
.snippet__date {
  font-size: 12px;
  color: #999;
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.animated.slideDown {
  animation-name: slideDown;
}
.animated.slideUp {
  animation-name: slideUp;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg opacity 0 {
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
@-moz-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.container.main {
  padding-top: 50px;
}
@media only screen and (max-width: 600px) {
  .board_view .container.main {
    padding-top: 186px;
  }
}
.header {
  background-color: #eee;
  height: 66px;
  position: relative;
  z-index: 10;
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
.header.header_shadow {
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
}
.board_view .header {
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 600px) {
  .board_view .header {
    height: 148px;
  }
}
.header__ico {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.1s;
}
.header__ico:hover {
  opacity: 0.8;
}
.header__ico svg {
  fill: #00acf1;
}
.header__ico.header__ico_back,
.header__ico.header__ico_menu {
  margin-right: 15px;
  margin-top: 5px;
}
.header__rightcol {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 0px;
}
.header__leftcol {
  float: left;
  margin-left: 24px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .header__leftcol {
    margin-left: 8px;
  }
}
.headaer__user {
  float: right;
  margin-right: 20px;
}
.header__btn {
  float: right;
  width: 30px;
  height: 30px;
  margin: 17px 20px 0 0;
  text-align: center;
  overflow: hidden;
  outline: none !important;
  transition: all 0.1s;
  opacity: 1;
}
.templates_empty .header__btn {
  display: none;
}
.header__btn svg {
  outline: none;
  fill: #00acf1;
}
.header__btn:hover {
  opacity: 0.8;
}
.header__btn.header__btn_search {
  margin: 17px 20px 0 0;
}
@media only screen and (max-width: 600px) {
  .header__btn.header__btn_search {
    margin: 17px 4px 0 0;
  }
}
.header__center {
  position: relative;
  z-index: 0;
  padding-top: 12px;
  overflow: hidden;
  margin: 0 54px 0 55px;
}
@media only screen and (max-width: 600px) {
  .header__center {
    margin: 0 54px 0 40px;
  }
}
.header__center.header_settings h1,
.header__center.header_search h1 {
  cursor: default;
  float: left;
  margin: 0;
  padding: 0;
  color: #17252a;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
}
@media only screen and (max-width: 600px) {
  .board_view .header__center.header_set {
    padding-top: 60px;
    margin: 0 30px 0 12px;
    overflow: inherit;
  }
}
.header__center.header_set h1 {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  max-width: 80%;
  width: 100%;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 600px) {
  .header__center.header_set h1 {
    height: 80px;
    max-width: 100%;
    white-space: inherit;
  }
}
.not-author .header__center.header_set h1 {
  cursor: default;
}
.header__center.header_set textarea {
  width: 130px;
  transition: all 0.1s;
}
.header__center.header_set textarea,
.header__center.header_set .faketextarea {
  resize: none;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  max-height: 40px;
  min-width: 135px;
  overflow: hidden;
  background: transparent;
  outline: none;
  border: 0;
  padding: 0 10px;
  background: rgba(0,0,0,0.1);
  float: left;
  clear: left;
}
@media only screen and (max-width: 600px) {
  .header__center.header_set textarea,
  .header__center.header_set .faketextarea {
    max-height: 80px;
  }
}
.header__center.header_set .faketextarea {
  display: none;
  background-color: #008000;
  float: left;
  white-space: pre-wrap;
  overflow: hidden;
  min-width: 90px;
}
.header__set-edit-wrapper {
  position: relative;
  overflow: hidden;
}
.header__set-edit-wrapper svg {
  fill: rgba(0,0,0,0.54);
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 95px;
  cursor: pointer;
}
.header__set-edit-wrapper svg:hover {
  fill: rgba(0,0,0,0.8);
}
.header__set-edit-wrapper button {
  display: inline-block;
  background-color: rgba(0,0,0,0);
  border: 0;
  border-radius: 1px;
  padding: 0;
  margin: 0;
  height: 30px;
  vertical-align: text-top;
  cursor: pointer;
  user-select: none;
  opacity: 1;
  text-transform: uppercase;
  color: #00aeef;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.1s;
  margin-top: 5px;
  width: 34px;
  margin-left: 6px;
  outline: 0;
}
.header__set-edit-wrapper button:after {
  content: '';
  float: left;
  margin-right: 2px;
  vertical-align: middle;
  width: 24px;
  height: 30px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/static/style2/svg/ic_done_24px.svg?1");
}
.header__set-edit-wrapper button:hover {
  opacity: 0.8;
}
.header__set-edit {
  float: left;
  margin: 7px 0 0 5px;
}
.header__set-edit svg {
  fill: #757575;
}
.header__settings {
  float: right;
  width: 19px;
  height: 18px;
  margin-top: 11px;
  line-height: 40px;
  background: url("/static/style2/img/header/settings.png") no-repeat left top;
}
.header__logo {
  display: inline-block;
  color: #fff !important;
  font-size: 21px;
  font-family: 'PT Sans', Arial, Helvetica, Verdana, Tahoma;
  border-bottom: none !important;
}
.header__logo svg {
  vertical-align: middle;
  margin-right: 10px;
}
.header__logo__text {
  float: right;
  padding-top: 2px;
}
.header__textlogo {
  color: #17252a;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  cursor: default;
}
.header__date {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  line-height: 40px;
  padding-top: 14px;
  margin-right: 20px;
}
.header__center.header_search {
  margin-right: 55px;
}
.header__center.header_search form {
  float: right;
}
.header_search-query {
  width: 100%;
  height: 36px;
  max-width: 130px;
  line-height: 36px;
  font-size: 18px;
  padding: 0 4px;
  color: #9ba2a9;
  border: 1px solid #9ba2a9;
}
.header_search-query:focus {
  outline: none;
  color: #ccc;
  border-color: #ccc;
}
.header_settings h1 {
  font-size: 20px;
}
.template-apply-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  padding: 6px 12px;
  margin: 0;
  opacity: 1;
  transition: all 0.1s;
  background-color: #00acf1;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  margin: 17px 20px 0 0;
  background: none;
  line-height: 22px;
}
.template-apply-btn:hover {
  opacity: 0.8;
}
.template-apply-btn i {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 0;
  background-color: #00acf1;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 7px;
}
.template-apply-btn svg {
  vertical-align: middle;
  fill: #fff;
}
.is-template .template-apply-btn {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .template-apply-btn {
    margin-right: 4px;
  }
}
.board-map__wrapper {
  float: right;
  width: 30px;
  height: 30px;
  margin: 17px 20px 0 0;
  text-align: center;
  outline: none !important;
  transition: all 0.1s;
  opacity: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.board-map__wrapper.board-map__wrapper_hover {
  overflow: visible;
}
.board-map__wrapper:hover .board-map__ico {
  opacity: 0.8;
}
.board-map {
  opacity: 0;
  text-align: left;
  width: 256px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  border-radius: 2px;
  transition: opacity 0.1s;
  height: 0;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
  padding: 0;
}
.board-map__wrapper_hover .board-map {
  overflow: auto;
  opacity: 1;
  height: auto;
  padding: 16px 22px;
}
.board-map ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  display: block;
}
.board-map__item {
  font-size: 13px;
  height: 28px;
  color: #4a4a4a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}
.board-map__item.board-map__item_selected a {
  font-weight: bold;
}
.board-map__item svg {
  vertical-align: middle;
  position: absolute;
  fill: #4a4a4a;
  left: 0;
  top: 2px;
}
.board-map__item * {
  display: inline;
}
.board-map__item a {
  font-size: 13px;
  color: #4a4a4a;
}
.set__add-btn,
.header__btn_search,
.header__btn_logout {
  cursor: pointer;
  border-bottom: none !important;
}
@media only screen and (max-width: 600px) {
  .set__add-btn svg,
  .header__btn_search svg,
  .header__btn_logout svg {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .header__ico_back svg,
  .header__ico_menu svg {
    width: 22px;
    height: 22px;
  }
}
.header__btn_options img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media only screen and (max-width: 600px) {
  .header__btn_options {
    margin-right: 4px;
  }
  .header__btn_options svg {
    width: 20px;
    height: 20px;
  }
}
aside.sidebar {
  position: fixed;
  z-index: 110;
  width: 280px;
  left: -280px;
  height: 100%;
  background-color: #fff;
  user-select: none;
  transition-property: left;
  transition-duration: 100ms;
  border-right: 1px solid #e5e5e5;
}
.show_sidebar aside.sidebar {
  left: 0;
  box-shadow: 0 0 20px 20px rgba(0,0,0,0.1);
}
aside.sidebar .btn,
aside.sidebar .sidebar-link {
  color: #000;
}
aside.sidebar .btn i,
aside.sidebar .sidebar-link i {
  display: inline-block;
  vertical-align: middle;
}
aside.sidebar .btn {
  font-size: 14px;
  height: 42px;
  width: 210px;
  line-height: 42px;
  text-align: center;
  margin-top: 10px;
  padding: 0px;
}
aside.sidebar .btn i {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
aside.sidebar .sidebar-link {
  font-size: 15px;
  display: inline-block;
  height: 29px;
  line-height: 27px;
  margin: 11px 0 8px 0;
  position: relative;
  padding-left: 81px;
}
aside.sidebar .sidebar-link i {
  position: absolute;
  left: 23px;
  top: 3px;
  width: 24px;
  height: 24px;
}
aside.sidebar .sidebar-link svg {
  fill: #8b8b8b;
}
aside.sidebar .sidebar-link:hover {
  color: #00aeef;
}
aside.sidebar .sidebar-link:hover svg {
  fill: #00aeef;
}
aside.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
aside.sidebar ul li {
  width: 100%;
}
.sidebar-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}
.show_sidebar .sidebar-overlay {
  z-index: 100;
  opacity: 0.6;
}
.sidebar__avatar {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar__userinfo {
  padding: 19px 24px 11px 24px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar__separator {
  border-top: 1px solid #d9d9d9;
}
.sidebar__userinfo-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 15px;
  margin-top: 14px;
  margin-left: 20px;
}
.spinner {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  animation: spinnerRotate 2s infinite linear;
}
.spinner__dot1,
.spinner__dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  animation: spinnerBounce 2s infinite ease-in-out;
}
.spinner__dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1s;
}
.overlay-progress {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.6;
  z-index: 100;
  display: none;
}
@-moz-keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinnerBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@-webkit-keyframes spinnerBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@-o-keyframes spinnerBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes spinnerBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.service-page .container {
  padding-bottom: 110px;
  padding-top: 70px;
}
.service-page__avatar {
  display: block;
  width: 89px;
  height: 89px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.service-page__avatar img {
  box-shadow: 0 0 0px 4px rgba(0,0,0,0.2);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 81px;
  height: 81px;
}
.service-page__avatar-menu {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.54);
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.service-page__avatar-menu svg {
  cursor: pointer;
  fill: rgba(255,255,255,0.54);
}
.service-page__avatar:hover .service-page__avatar-menu {
  z-index: 1;
  opacity: 1;
}
.service-page__header {
  text-align: center;
  padding: 8pt 0 16pt;
}
.service-page__name {
  display: inline-block;
  text-align: center;
  font-size: 27px;
  font-weight: normal;
  vertical-align: middle;
}
.service-page__plan {
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 4pt 8pt;
  font-weight: bold;
  border-radius: 3pt;
  margin: 4pt auto 4pt auto;
  font-size: 9pt;
  vertical-align: middle;
}
.service-page__plan__legacy {
  background: #4a148c;
}
.service-page__plan__team {
  background: #ff6f00;
}
.service-page__plan__pro {
  background: #0d47a1;
}
.service-page__plan__free {
  background: #1b5e20;
}
.service-page__header {
  width: 100%;
  max-width: 735px;
  min-width: 320px;
  margin: 0 auto;
}
.service-page__header h1 {
  font-size: 27px;
  font-weight: normal;
}
.service-page__header p {
  font-size: 18px;
}
.service-page__content {
  background-color: #fff;
  width: 100%;
  max-width: 735px;
  min-width: 320px;
  margin: 0 auto;
}
.service-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-page__list > li {
  position: relative;
  border-bottom: 1px solid #ececec;
  min-height: 60px;
  padding: 14px 28px 0 28px;
  font-size: 16px;
}
.service-page__list > li:last-child {
  border-bottom: 0;
}
.service-page__list input {
  font-size: 17px;
  vertical-align: middle;
  border: 0;
  padding: 0 4px;
  margin: 0 -4px;
  width: 100%;
}
.service-page__list input[type="checkbox"] {
  vertical-align: baseline;
  width: auto;
  margin-right: 2px;
}
.service-page__list label {
  width: 100px;
  text-align: right;
  margin-right: 10px;
  font-weight: normal;
  vertical-align: middle;
}
.service-page__hide-field {
  position: absolute;
  z-index: -1;
}
.service-page__send-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  padding: 6px 12px;
  margin: 0;
  opacity: 1;
  transition: all 0.1s;
  background-color: #00acf1;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  color: #00aeef;
  float: right;
}
.service-page__send-btn:hover {
  opacity: 0.8;
}
.service-page__forbidden {
  text-align: center;
  max-width: 380px;
}
.service-page__back-btn {
  width: 216px;
  height: 48px;
  margin: 0 auto;
  margin-top: 35px;
}
.service-page__back-btn:hover,
.service-page__back-btn:focus,
.service-page__back-btn:visited {
  color: #fff;
}
body.forbidden-page {
  min-height: 300px;
  height: 100%;
}
.forbidden-page .section {
  min-height: 100%;
  position: relative;
}
.forbidden-page .container {
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -112px;
  width: 100%;
  max-width: 100%;
}
.forbidden__img {
  margin: 40px auto 0 auto;
  text-align: center;
  width: 60px;
  height: 61px;
  display: block;
  margin-bottom: 30px;
}
.auth-form__error-message {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  font-size: 14px;
  color: #000;
  padding-left: 22px;
}
.auth-form__error-message:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/static/style2/svg/ic_close_18px.svg");
}
.external-page {
  background-color: #fff;
  padding-bottom: 50px;
}
.external-page .header {
  position: static;
  background-color: #fff;
  border: 0;
}
.external-page .header svg {
  vertical-align: middle;
}
.external-page .header .logo-svg .logo__color {
  fill: #fff;
}
.external-page .header .logo-svg .logo__corner-top {
  fill: #fff;
}
.external-page .header .logo-svg .logo__corner-bottom {
  fill: #fff;
}
.external-page .header .logo-svg .logo__center {
  fill: transparent;
}
.external-page .header .logo-svg__text-style {
  fill: #fff;
}
.external-page .header__textlogo {
  color: #fff;
  vertical-align: middle;
}
.external-page h1 {
  color: #191919;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px 0;
  padding: 0;
}
.external-page h1.service-page__headline {
  text-align: left;
}
.external-page p {
  color: #353a3f;
  font-size: 16px;
  line-height: 180%;
}
.external-page .auth-form__error {
  color: #f00;
}
.external-page .auth-form__login-btn {
  color: #00aeef;
  background-color: #00a2e6;
}
.external-page .external-page__content {
  color: #bbb;
  max-width: 400px;
  min-width: 320px;
  margin: 0px auto;
  text-align: center;
}
.form-style-content {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.form-style {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.form-style input {
  width: 100%;
  height: 54px;
  background-color: #eef0f1;
  color: #000;
  border: 0px solid transparent;
  border-radius: 1px;
  outline: none !important;
  padding: 0 25px;
  font-size: 15px;
}
.form-style input.form-style__field-error {
  color: #000;
  background-color: #fdb4a0;
}
.form-style input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #eef0f1 !important /* bg color */;
  -webkit-text-fill-color: #bbb !important /* text color */;
}
.form-style input:focus {
  background-color: #e1e1e1;
}
.form-style input::placeholder {
  color: #bbb;
}
.form-style fieldset {
  margin: 0 auto;
  width: 100%;
}
.form-style h2 {
  font-size: 20px;
  font-family: 'PFAgoraSlabPro-Light', 'PT Sans', Arial, Helvetica, Verdana, Tahoma;
  font-weight: normal;
}
.form-style__login-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  padding: 6px 12px;
  margin: 0;
  opacity: 1;
  transition: all 0.1s;
  background-color: #00b796;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-family: Inter, Arial, sans-serif;
  color: #fff !important;
  text-transform: none !important;
  font-size: 20px;
  width: 100%;
  height: 54px;
}
.form-style__login-btn:hover {
  opacity: 0.8;
}
a.form-style__login-btn {
  line-height: 38px;
}
.form-style__login-btn svg {
  fill: #fff;
}
.form-style__line {
  position: relative;
  margin-bottom: 16px;
}
.form-style__helptext {
  font-size: 14px;
  color: #737373;
}
.form-style__error-message {
  margin-bottom: 16px;
  color: #e12f0b;
}
.form-style__error-message .errorlist {
  color: #d25d3f !important;
}
.form-style__error-message span {
  background: rgba(0,0,0,0.4);
  padding: 0px 3px;
  border-radius: 2px;
}
.form-style__error-message .errorlist {
  color: #d25d3f !important;
}
.form-style__messages {
  margin-bottom: 16px;
}
.form-style__error {
  font-weight: normal;
  color: #c77;
}
@media only screen and (max-width: 600px) {
  .modal-auth {
    min-width: auto;
  }
}
.auth-popup {
  border-radius: 4px;
  min-height: 100%;
  width: 400px;
  padding: 45px 37px 49px 37px;
  background-color: #fff;
  margin-left: 0;
  position: relative;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .auth-popup {
    width: auto;
    padding: 39px 17px 39px 17px;
  }
}
.auth-title {
  margin-bottom: 16px;
}
.auth-form .auth-title {
  text-align: left;
  margin-bottom: 32px;
}
.auth-form .auth-form__description {
  color: #727578;
  font-size: 16px;
  margin-bottom: 24px;
}
.auth-form {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  font-family: Inter, Arial, sans-serif;
}
.social-auth__divider {
  height: 1px;
  overflow: hidden;
  position: relative;
  max-width: 360px;
  margin: 32px 0;
  font-size: 14px;
  color: #bbb;
  text-align: center;
}
.social-auth__divider:after,
.social-auth__divider:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.auth {
  margin-top: 60px;
}
.auth__wrapper,
.auth-email__wrapper {
  position: relative;
  width: 100%;
  max-width: 360px;
  text-align: left;
}
.auth-continue__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px;
}
.auth-continue__item {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(53,58,63,0.15);
  border-radius: 4px;
  overflow: hidden;
  color: #000 !important;
  font-size: 15px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.auth-continue__item span {
  display: inline-block;
  height: 40px;
  text-align: center;
  vertical-align: top;
  line-height: 39px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .auth-continue__item span {
    width: 200px;
  }
}
.auth-continue__item svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.auth-continue__item:hover {
  background: #ebebec;
}
.auth-continue__item:link,
.auth-continue__item:visited {
  border-bottom: 1px solid rgba(53,58,63,0.15);
}
.auth-continue__fb {
  background-color: #3b5998;
}
.auth-continue__fb svg {
  margin: 12px 0 0 12px;
}
.auth-continue__google {
  background-color: #fff;
}
.auth-continue__google svg {
  margin-right: 12px;
}
.auth-continue__twitter {
  background-color: #1da1f2;
}
.auth-continue__twitter svg {
  margin: 12px 0 0 12px;
}
.auth-continue__email {
  background-color: #536d7a;
}
.auth-continue__email svg {
  margin: 11px 0 0 11px;
}
.auth-continue__link {
  outline: 0;
  font-size: 13px;
  color: #536d7a;
}
a.auth-continue__forgot-password {
  outline: 0;
  font-size: 16px;
  font-weight: normal;
  color: #006deb !important;
}
.auth-continue__forgot-password-wrapper {
  margin-bottom: 24px;
  margin-top: 16px;
}
.auth-email__item p {
  margin-bottom: 1px;
}
.input-elem {
  width: 100%;
  height: 40px;
  margin-bottom: 11px;
  background-color: #dfe3e7;
  border-radius: 2px;
  overflow: hidden;
  text-align: left;
}
.input-elem i {
  background-color: #d0d6db;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 17px;
  vertical-align: top;
}
.input-elem input {
  width: 246px;
  height: 28px;
  line-height: 28px;
  outline: 0;
  vertical-align: top;
  margin-top: 6px;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 15px;
  color: #4a4a4a;
}
@media only screen and (max-width: 600px) {
  .input-elem input {
    width: 166px;
  }
}
.input-elem input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #dfe3e7 !important /* bg color */;
  -webkit-text-fill-color: #4a4a4a !important /* text color */;
}
.input-elem input:focus {
  background-color: #dfe3e7;
}
.input-elem input::placeholder {
  color: #a9b6bc;
}
.input-elem svg {
  fill: #536d7a;
}
.auth-email__item_error i {
  background-color: #f0d6d1;
}
.auth-email__item_error input {
  color: #fc6a41;
}
.auth-email__item_error input:-webkit-autofill {
  -webkit-text-fill-color: #fc6a41 !important /* text color */;
}
.auth-email__item_error input:focus {
  background-color: #f0e3e2;
}
.auth-email__item_error input::placeholder {
  color: #fc6a41;
}
.auth-email__item_error svg {
  fill: #fc6a41;
}
.auth-email__error {
  display: flex;
  margin-bottom: 10px;
}
.auth-email__email svg {
  margin: 9px 0 0 10px;
}
.auth-email__passwd svg {
  margin: 9px 0 0 9px;
}
.auth-email-btn {
  outline: 0;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.auth-email-btn.auth-email-btn_disabled {
  cursor: default;
  opacity: 0.4;
}
.auth-email__errors {
  display: none;
  max-width: 360px;
  overflow: hidden;
  color: #e12f0b;
  font-size: 12px;
  line-height: 1.6;
}
.signup-email__form .auth-email__errors {
  position: static;
  display: block;
  margin-bottom: 11px;
}
.auth-continue__link-control {
  cursor: pointer;
  font-size: 13px;
  background-color: #536d7a;
  border-radius: 5px;
  height: 18px;
  line-height: 18px;
  padding: 0px 5px;
  color: #fff !important;
  display: inline-block;
  vertical-align: baseline;
}
@media only screen and (max-width: 600px) {
  .auth-continue__link-control {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
  }
}
.auth__agreement {
  display: flex;
  margin-bottom: 31px;
  margin-top: 10px;
  align-items: center;
}
.auth__agreement input {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: 0;
}
.auth__agreement label {
  color: #727578;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.external-page .agreement-notice {
  text-align: center;
  max-width: 563px;
  color: #727578;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 70px;
}
.external-page .agreement-notice a {
  color: #727578;
}
.pw-reset-page__content {
  max-width: 360px;
  margin: 0 auto;
}
.pw-reset-page__content h1 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 27px;
  font-weight: bold;
}
.pw-reset-btn__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}
.pw-reset-btn__btn {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
  background: #006deb;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  font-size: 16px;
}
.header-right-btn {
  margin: 16px 32px;
  padding-bottom: 10px !important;
  color: #191919 !important;
  border-bottom: none !important;
  display: inline-block;
  font-size: 16px;
}
body.board_search .row-search {
  margin: 20px 0 20px;
}
body.board_search .row-search .search-container {
  padding-left: 0;
  padding-right: 0;
}
body.board_search .row-search .search-container .search-query {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}
body.board_search .row-search .search-container .search-query:focus {
  outline: none;
  border-color: #aaa;
  background-color: #fff;
}
.notification-container {
  position: fixed;
  left: 31px;
  bottom: 40px;
  width: 446px;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  .notification-container {
    width: 300px;
  }
}
.notification {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: all 0.25s;
  z-index: -100;
  background-color: rgba(0,0,0,0.7);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  border-radius: 2px;
  padding: 10px 54px 10px 20px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
}
.notification.notification_show {
  z-index: 10000;
  opacity: 1;
}
.notification__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.notification__message {
  font-size: 15px;
}
.notification__action {
  background-color: #444;
  border-radius: 2px;
  padding: 0 15px;
  margin-left: 30px;
  text-transform: uppercase;
  color: #00aeef;
  cursor: pointer;
}
.notification__action:hover {
  color: #0085b8;
  background-color: #555;
}
.notification__close {
  position: absolute;
  transition: all 0.1s;
  display: block;
  cursor: pointer;
  right: 20px;
  top: 11px;
}
.notification__close svg {
  fill: #fff;
}
.notification__close:hover {
  opacity: 0.8;
}
.card-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 700px;
  min-height: 160px;
  background: #fff;
  margin-bottom: 34px;
  border-bottom: 1px solid #bbb;
  opacity: 1;
  transition: all 0.1s;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
}
.card-wrapper-placeholder {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  max-width: 700px;
  min-height: 160px;
  background: #ccc;
  margin-bottom: 34px;
  border-bottom: 1px solid #bbb;
  opacity: 1;
  transition: all 0.1s;
}
.card {
  position: relative;
}
.card-edit .card {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.card__text-wrapper {
  padding: 33px 36px 35px;
}
@media only screen and (max-width: 600px) {
  .card__text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card__text {
  word-wrap: break-word !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}
.card__text a {
  color: #00aeef !important;
}
.card__text p,
.card__text div {
  margin: 0 0 10px !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}
.card-wrapper .card__text p,
.card-wrapper .card__text div {
  cursor: default;
}
.card__text ul {
  list-style-type: disc;
}
.card__text ul ul {
  list-style-type: circle;
}
.card__text li {
  font-size: 17px !important;
  line-height: 1.6 !important;
}
.card__text h2,
.card__title-field,
.card__title-field-hidden {
  font-size: 22px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  word-break: break-word;
  cursor: default;
}
.card__text h2:first-child,
.card__title-field:first-child,
.card__title-field-hidden:first-child {
  margin-top: 0 !important;
}
.server-messages .card__text h2,
.server-messages .card__title-field,
.server-messages .card__title-field-hidden {
  text-transform: capitalize;
}
.cards-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.cards-list a,
.cards-list a:link,
.cards-list a:visited {
  color: #428bca;
}
.cards-list a:hover {
  color: #003e73;
}
.cards-list a:active {
  color: #003ec3;
}
.cards-list ul {
  padding-left: 22px;
  margin-bottom: 15px !important;
}
.cards-list ul.errorlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.2em;
  height: 24px;
}
.card__video-container {
  position: relative;
  width: 100%;
}
.card__video-iframe {
  width: 100%;
  height: 100%;
  max-height: 394px;
}
.card__video-controls {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
}
.card__video-container:hover .card__video-controls {
  display: block;
}
.card__video-remove {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.card__video-remove svg {
  fill: rgba(255,255,255,0.54);
}
.card__image-container {
  position: relative;
  max-height: 396px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  cursor: zoom-in;
  transition: all 0.2s;
}
.card__image-container.card__image-container_small {
  padding-top: 28px;
}
.card-edit .card__image-container {
  cursor: default;
}
.card__image-container:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1);
}
.card__image-container img {
  max-width: 100%;
}
.card__image-container_loading {
  min-height: 12px;
}
.card__image-container_loading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.5);
}
.card__image-container_loading .card__image-progress {
  display: block;
}
.card__image-progress {
  position: absolute;
  bottom: 0;
  display: none;
}
.card__image-controls {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
}
.card__image-container:hover .card__image-controls {
  display: block;
}
.card__image-remove {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.card__image-remove svg {
  fill: rgba(255,255,255,0.54);
}
.card__title-field {
  padding: 0;
  border: 0;
  width: 100%;
  height: 27px;
  min-height: 27px;
  line-height: 20px;
  overflow: hidden;
  resize: none;
}
.card__title-field:focus {
  outline: 0;
}
.card__title-field-hidden {
  position: absolute;
  bottom: 1000px;
  visibility: hidden;
  white-space: pre;
  word-break: break-all;
}
.card-edit {
  position: relative;
  background: #fff;
  margin: 20px auto;
  padding-bottom: 48px;
  width: 100%;
  max-width: 700px;
}
.card-edit:after {
  content: "Upload file";
  text-align: center;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding-top: 10%;
  background-color: #eee;
  transition: all 0.1s;
}
.card__toolbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.card__handle {
  position: absolute;
  z-index: 2000;
}
.card__handle_save {
  display: inline-block;
  background-color: rgba(0,0,0,0);
  border: 0;
  border-radius: 1px;
  padding: 0 10px 0 8px;
  margin: 0;
  height: 30px;
  vertical-align: text-top;
  cursor: pointer;
  user-select: none;
  opacity: 1;
  text-transform: uppercase;
  color: #00aeef;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.1s;
  right: 21px;
  bottom: 8px;
}
.card__handle_save:after {
  content: '';
  float: left;
  margin-right: 2px;
  vertical-align: middle;
  width: 24px;
  height: 30px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/static/style2/svg/ic_done_24px.svg?1");
}
.card__handle_save:hover {
  background-color: rgba(0,0,0,0.1);
  opacity: 0.8;
}
.card__handle_save:after {
  display: none !important;
}
.card__upload {
  display: none !important;
}
body.blank {
  margin-top: 24px;
  background-color: #fff;
}
body.blank h1 {
  font-size: 36px;
  line-height: 1.35;
  color: #333;
}
body.blank.login {
  text-align: center;
}
.link-btn {
  background: #006deb;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
}
.modal-auth {
  background: #fff;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  padding: 48px 15px 41px 15px;
  text-align: center;
}
.close {
  font-size: 45px;
  font-weight: normal;
}
.modal-header .close {
  margin-top: -50px;
}
.modal-body {
  padding: 28px 64px;
  text-align: center;
}
.modal-footer {
  margin-top: 0;
  text-align: center;
}
.gist-style-control-0 {
  background-color: #fff;
}
.gist-style-control-1 {
  background-color: #546e7a;
}
.gist-style-control-2 {
  background-color: #00b796;
}
.gist-style-control-3 {
  background-color: #00a4e4;
}
.gist-style-control-4 {
  background-color: #f6c003;
}
.gist-style-control-5 {
  background-color: #fc6a41;
}
.templates_view .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.templates_view .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.templates_view .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.templates_view .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.service-page .gist-style__logo-svg .logo__color {
  fill: #000;
}
.service-page .gist-style__logo-svg .logo__corner-top {
  fill: #f6bd24;
}
.service-page .gist-style__logo-svg .logo__corner-bottom {
  fill: #16b597;
}
.service-page .gist-style__logo-svg .logo__center {
  fill: #fa6945;
}
.gist-style-0.gist-style-thumb,
.gist-style-0 .gist-style-header,
.gist-style-0 .gist-style-board-info {
  background-color: #fff;
}
.gist-style-0 .snippet__category {
  background-color: #fff;
  color: rgba(0,0,0,0.54);
}
.gist-style-0 .gist-style__title {
  color: #000;
}
.gist-style-0 .gist-style__title.gist-style__title_untitled {
  color: rgba(0,0,0,0.5);
}
.gist-style-0 .gist-style__text {
  color: rgba(0,0,0,0.54);
}
.gist-style-0 .gist-style__board-info__text {
  color: #000;
}
.gist-style-0 .gist-style__inverting-color .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-0 .gist-style__inverting-color .gist-style__board-info__text {
  color: #fff;
}
.gist-style-0 .gist-style__svg {
  fill: rgba(0,0,0,0.54);
}
.gist-style-0 .gist-style__inverting-color .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-0 .gist-style__logo-svg .logo__color {
  fill: #000;
}
.gist-style-0 .gist-style__logo-svg .logo__corner-top {
  fill: #f6bd24;
}
.gist-style-0 .gist-style__logo-svg .logo__corner-bottom {
  fill: #16b597;
}
.gist-style-0 .gist-style__logo-svg .logo__center {
  fill: #fa6945;
}
.gist-style-0 .gist-style__header-svg {
  fill: #00aeef;
}
.gist-style-0 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px.svg?1");
}
.gist-style-0 .gist-style__header-selectbtn {
  color: #00acf1;
}
.gist-style-0 .gist-style__header-selectbtn i {
  background-color: #00acf1;
}
.gist-style-0 .gist-style__header-selectbtn svg {
  fill: #fff;
}
.gist-style-0 .gist-style__check-control {
  fill: rgba(0,0,0,0.5);
}
.gist-style-1.gist-style-thumb,
.gist-style-1 .gist-style-header,
.gist-style-1 .gist-style-board-info {
  background-color: #546e7a;
}
.gist-style-1 .snippet__category {
  background-color: #546e7a;
  color: rgba(255,255,255,0.54);
}
.gist-style-1 .gist-style__title {
  color: #fff;
}
.gist-style-1 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
}
.gist-style-1 .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-1 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-1 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-1 .gist-style__header-svg {
  fill: #fff;
}
.gist-style-1 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-1 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-1 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-1 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-1 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-1 .gist-style__header-selectbtn {
  color: #fff;
}
.gist-style-1 .gist-style__header-selectbtn i {
  background-color: #fff;
}
.gist-style-1 .gist-style__header-selectbtn svg {
  fill: #546e7a;
}
.gist-style-1 .gist-style__check-control {
  fill: rgba(255,255,255,0.8);
}
.gist-style-2.gist-style-thumb,
.gist-style-2 .gist-style-header,
.gist-style-2 .gist-style-board-info {
  background-color: #00b796;
}
.gist-style-2 .snippet__category {
  background-color: #00b796;
  color: rgba(255,255,255,0.54);
}
.gist-style-2 .gist-style__title {
  color: #fff;
}
.gist-style-2 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
}
.gist-style-2 .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-2 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-2 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-2 .gist-style__header-svg {
  fill: #fff;
}
.gist-style-2 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-2 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-2 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-2 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-2 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-2 .gist-style__header-selectbtn {
  color: #fff;
}
.gist-style-2 .gist-style__header-selectbtn i {
  background-color: #fff;
}
.gist-style-2 .gist-style__header-selectbtn svg {
  fill: #00b796;
}
.gist-style-2 .gist-style__check-control {
  fill: rgba(255,255,255,0.8);
}
.gist-style-3.gist-style-thumb,
.gist-style-3 .gist-style-header,
.gist-style-3 .gist-style-board-info {
  background-color: #00a4e4;
}
.gist-style-3 .snippet__category {
  background-color: #00a4e4;
  color: rgba(255,255,255,0.54);
}
.gist-style-3 .gist-style__title {
  color: #fff;
}
.gist-style-3 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
}
.gist-style-3 .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-3 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-3 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-3 .gist-style__header-svg {
  fill: #fff;
}
.gist-style-3 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-3 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-3 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-3 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-3 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-3 .gist-style__header-selectbtn {
  color: #fff;
}
.gist-style-3 .gist-style__header-selectbtn i {
  background-color: #fff;
}
.gist-style-3 .gist-style__header-selectbtn svg {
  fill: #00a4e4;
}
.gist-style-3 .gist-style__check-control {
  fill: rgba(255,255,255,0.8);
}
.gist-style-4.gist-style-thumb,
.gist-style-4 .gist-style-header,
.gist-style-4 .gist-style-board-info {
  background-color: #f6c003;
}
.gist-style-4 .snippet__category {
  background-color: #f6c003;
  color: rgba(255,255,255,0.54);
}
.gist-style-4 .gist-style__title {
  color: #fff;
}
.gist-style-4 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
}
.gist-style-4 .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-4 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-4 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-4 .gist-style__header-svg {
  fill: #fff;
}
.gist-style-4 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-4 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-4 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-4 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-4 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-4 .gist-style__header-selectbtn {
  color: #fff;
}
.gist-style-4 .gist-style__header-selectbtn i {
  background-color: #fff;
}
.gist-style-4 .gist-style__header-selectbtn svg {
  fill: #f6c003;
}
.gist-style-4 .gist-style__check-control {
  fill: rgba(255,255,255,0.8);
}
.gist-style-5.gist-style-thumb,
.gist-style-5 .gist-style-header,
.gist-style-5 .gist-style-board-info {
  background-color: #fc6a41;
}
.gist-style-5 .snippet__category {
  background-color: #fc6a41;
  color: rgba(255,255,255,0.54);
}
.gist-style-5 .gist-style__title {
  color: #fff;
}
.gist-style-5 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
}
.gist-style-5 .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-5 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-5 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-5 .gist-style__header-svg {
  fill: #fff;
}
.gist-style-5 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-5 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-5 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-5 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-5 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-5 .gist-style__header-selectbtn {
  color: #fff;
}
.gist-style-5 .gist-style__header-selectbtn i {
  background-color: #fff;
}
.gist-style-5 .gist-style__header-selectbtn svg {
  fill: #fc6a41;
}
.gist-style-5 .gist-style__check-control {
  fill: rgba(255,255,255,0.8);
}
.gist-style-body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.gist-style-100 .gist-style-header,
.gist-style-100 .gist-style-board-info {
  background-color: #00a4e4;
}
.gist-style-100 .gist-style-header {
  border-bottom: 0;
}
.gist-style-100 .gist-style__title {
  color: #fff;
}
.gist-style-100 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
}
.gist-style-100 .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-100 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-100 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-100 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-100 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-100 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-100 .gist-style__header-svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-100 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-100 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-100.gist-style-thumb {
  background-image: url("/static/style2/img/skins/thumb100.png");
}
.gist-style-100.gist-style-body {
  background-image: url("/static/style2/img/skins/s100.png");
}
.gist-style-101 .gist-style-header,
.gist-style-101 .gist-style-board-info {
  background-color: #00b796;
}
.gist-style-101 .gist-style-header {
  border-bottom: 0;
}
.gist-style-101 .gist-style__title {
  color: #fff;
}
.gist-style-101 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
}
.gist-style-101 .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-101 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-101 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-101 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-101 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-101 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-101 .gist-style__header-svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-101 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-101 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-101.gist-style-thumb {
  background-image: url("/static/style2/img/skins/thumb101.png");
}
.gist-style-101.gist-style-body {
  background-image: url("/static/style2/img/skins/s101.png");
}
.gist-style-102 .gist-style-header,
.gist-style-102 .gist-style-board-info {
  background-color: #f6c001;
}
.gist-style-102 .gist-style-header {
  border-bottom: 0;
}
.gist-style-102 .gist-style__title {
  color: #fff;
}
.gist-style-102 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
}
.gist-style-102 .gist-style__text {
  color: rgba(255,255,255,0.54);
}
.gist-style-102 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-102 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-102 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-102 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-102 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-102 .gist-style__header-svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-102 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-102 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-102.gist-style-thumb {
  background-image: url("/static/style2/img/skins/thumb102.png");
}
.gist-style-102.gist-style-body {
  background-image: url("/static/style2/img/skins/s102.png");
}
.gist-style-103 .gist-style-header,
.gist-style-103 .gist-style-board-info {
  background-color: #ff4b47;
}
.gist-style-103 .gist-style-header {
  border-bottom: 0;
}
.gist-style-103 .gist-style__title {
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,0.8);
}
.gist-style-103 .gist-style__title.gist-style__title_untitled {
  color: rgba(255,255,255,0.5);
  text-shadow: none;
}
.gist-style-103 .gist-style__text {
  color: #fff;
  text-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.gist-style-103 .gist-style__svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-103 .gist-style__logo-svg .logo__color {
  fill: #fff;
}
.gist-style-103 .gist-style__logo-svg .logo__corner-top {
  fill: #fff;
}
.gist-style-103 .gist-style__logo-svg .logo__corner-bottom {
  fill: #fff;
}
.gist-style-103 .gist-style__logo-svg .logo__center {
  fill: transparent;
}
.gist-style-103 .gist-style__header-svg {
  fill: rgba(255,255,255,0.54);
}
.gist-style-103 .gist-style__board-info__text {
  color: #fff;
}
.gist-style-103 .gist-style__header-donebtn:after {
  background-image: url("/static/style2/svg/ic_done_24px_white.svg?1");
}
.gist-style-103.gist-style-thumb {
  background-image: url("/static/style2/img/skins/thumb103.png");
}
.gist-style-103.gist-style-body {
  background-image: url("/static/style2/img/skins/s103.png");
}
.gist-style-control-100 {
  background-image: url("/static/style2/svg/controls/s100.svg");
}
.gist-style-control-101 {
  background-image: url("/static/style2/svg/controls/s101.svg");
}
.gist-style-control-102 {
  background-image: url("/static/style2/svg/controls/s102.svg");
}
.gist-style-control-103 {
  background-image: url("/static/style2/img/controls/s103.png");
}
