.skeleton__line {
  height: 12px;
  margin: 6px 0;
  color: transparent;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* supported by Chrome and Opera */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  background-image: linear-gradient(270deg, transparent, #d8d8d8 40px, transparent 80px), linear-gradient(#ececec 100%, transparent 0);
  background-size: 700px 100%;
  background-repeat: repeat-y;
  background-position: -700px 0 /* highlight */, 0 0;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  border-radius: 2px;
}
.skeleton__line.thick {
  height: 19px;
  margin: 10px 0;
}
.skeleton__dial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.skeleton__dial-wrapper .skeleton__dial {
  margin: 10px;
  width: 150px;
  height: 150px;
  border: 10px solid #ececec;
  background: transparent;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.skeleton__dial-wrapper .skeleton__dial--info {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.skeleton__layout-wrapper .skeleton__header,
.skeleton__layout-wrapper .skeleton__globalnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.skeleton__layout-wrapper .skeleton__globalnav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.skeleton__layout-wrapper .skeleton__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
.skeleton__layout-wrapper .skeleton__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.skeleton__layout-wrapper .skeleton__avatar {
  width: 35px;
  height: 35px;
  background: #ececec;
  color: transparent;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* supported by Chrome and Opera */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  background-image: linear-gradient(270deg, transparent, #d8d8d8 40px, transparent 80px), linear-gradient(#ececec 100%, transparent 0);
  background-size: 700px 100%;
  background-repeat: repeat-y;
  background-position: -700px 0 /* highlight */, 0 0;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  border-radius: 2px;
  border-radius: 50px;
}
@-webkit-keyframes shine {
  to {
    background-position: 80px 0 /* move highlight to right */, 0 0;
  }
}
@keyframes shine {
  to {
    background-position: 80px 0 /* move highlight to right */, 0 0;
  }
}

