html {
    font-size: 20px;
  }
  @media only screen and (min-width: 400px) {
    html {
      font-size: 21.33333333px !important;
    }
  }
  @media only screen and (min-width: 414px) {
    html {
      font-size: 22.08px !important;
    }
  }
  @media only screen and (min-width: 480px) {
    html {
      font-size: 25.6px !important;
    }
  }
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /* html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  } */
  .content-padded {
    margin: 0.5rem;
  }
  .text-center {
    text-align: center;
  }
  .pull-left {
    float: left;
  }
  .pull-right {
    float: right;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  /* === Content Block === */
  .content-block {
    margin: 1.75rem 0;
    padding: 0 0.75rem;
    color: #6d6d72;
  }
  .content-block-title {
    position: relative;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.7rem;
    text-transform: uppercase;
    line-height: 1;
    color: #6d6d72;
    margin: 1.75rem 0.75rem 0.5rem;
  }
  .content-block-title + .list-block,
  .content-block-title + .content-block,
  .content-block-title + .card {
    margin-top: 0.5rem;
  }
  .content-block-inner {
    background: #fff;
    padding: 0.5rem 0.75rem;
    margin-left: -0.75rem;
    width: 100%;
    position: relative;
    color: #3d4145;
  }
  .content-block-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #c8c7cc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content-block-inner:before {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .content-block-inner:before {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .content-block-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #c8c7cc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content-block-inner:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .content-block-inner:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .content-block.inset {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    border-radius: 0.35rem;
  }
  .content-block.inset .content-block-inner {
    border-radius: 0.35rem;
  }
  .content-block.inset .content-block-inner:before {
    display: none;
  }
  .content-block.inset .content-block-inner:after {
    display: none;
  }
  @media all and (min-width: 768px) {
    .content-block.tablet-inset {
      margin-left: 0.75rem;
      margin-right: 0.75rem;
      border-radius: 0.35rem;
    }
    .content-block.tablet-inset .content-block-inner {
      border-radius: 0.35rem;
    }
    .content-block.tablet-inset .content-block-inner:before {
      display: none;
    }
    .content-block.tablet-inset .content-block-inner:after {
      display: none;
    }
  }
  .color-default {
    color: #3d4145;
  }
  .color-gray {
    color: #999;
  }
  .color-primary {
    color: #0894ec;
  }
  .color-success {
    color: #4cd964;
  }
  .color-danger {
    color: #f6383a;
  }
  .color-warning {
    color: #f60;
  }
  .text-center {
    text-align: center;
  }
  .badge {
    display: inline-block;
    padding: 0.1rem 0.45rem 0.15rem;
    font-size: 0.6rem;
    line-height: 1;
    color: #3d4145;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5rem;
  }
  .badge.badge-inverted {
    padding: 0 0.25rem 0 0;
    background-color: transparent;
  }
  /* === Lists === */
  .list-block {
    margin: 1.75rem 0;
    font-size: 0.85rem;
  }
  .list-block ul {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .list-block ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .list-block ul:before {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .list-block ul:before {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .list-block ul:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .list-block ul:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .list-block ul:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .list-block ul ul {
    padding-left: 2.25rem;
  }
  .list-block ul ul:before {
    display: none;
  }
  .list-block ul ul:after {
    display: none;
  }
  .list-block .align-top,
  .list-block .align-top .item-content,
  .list-block .align-top .item-inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .list-block.inset {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    border-radius: 0.35rem;
  }
  .list-block.inset .content-block-title {
    margin-left: 0;
    margin-right: 0;
  }
  .list-block.inset ul {
    border-radius: 0.35rem;
  }
  .list-block.inset ul:before {
    display: none;
  }
  .list-block.inset ul:after {
    display: none;
  }
  .list-block.inset li:first-child > a {
    border-radius: 0.35rem 0.35rem 0 0;
  }
  .list-block.inset li:last-child > a {
    border-radius: 0 0 0.35rem 0.35rem;
  }
  .list-block.inset li:first-child:last-child > a {
    border-radius: 0.35rem;
  }
  @media all and (min-width: 768px) {
    .list-block.tablet-inset {
      margin-left: 0.75rem;
      margin-right: 0.75rem;
      border-radius: 0.35rem;
    }
    .list-block.tablet-inset .content-block-title {
      margin-left: 0;
      margin-right: 0;
    }
    .list-block.tablet-inset ul {
      border-radius: 0.35rem;
    }
    .list-block.tablet-inset ul:before {
      display: none;
    }
    .list-block.tablet-inset ul:after {
      display: none;
    }
    .list-block.tablet-inset li:first-child > a {
      border-radius: 0.35rem 0.35rem 0 0;
    }
    .list-block.tablet-inset li:last-child > a {
      border-radius: 0 0 0.35rem 0.35rem;
    }
    .list-block.tablet-inset li:first-child:last-child > a {
      border-radius: 0.35rem;
    }
    .list-block.tablet-inset .content-block-title {
      margin-left: 0;
      margin-right: 0;
    }
    .list-block.tablet-inset ul {
      border-radius: 0.35rem;
    }
    .list-block.tablet-inset ul:before {
      display: none;
    }
    .list-block.tablet-inset ul:after {
      display: none;
    }
    .list-block.tablet-inset li:first-child > a {
      border-radius: 0.35rem 0.35rem 0 0;
    }
    .list-block.tablet-inset li:last-child > a {
      border-radius: 0 0 0.35rem 0.35rem;
    }
    .list-block.tablet-inset li:first-child:last-child > a {
      border-radius: 0.35rem;
    }
  }
  .list-block li {
    box-sizing: border-box;
    position: relative;
  }
  .list-block .item-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
  }
  .list-block .item-media i + i {
    margin-left: 0.25rem;
  }
  .list-block .item-media i + img {
    margin-left: 0.25rem;
  }
  .list-block .item-media + .item-inner {
    margin-left: 0.75rem;
  }
  .list-block .item-inner {
    padding-right: 0.75rem;
    position: relative;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.35rem;
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* .list-block .item-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  } */
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .list-block .item-inner:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .list-block .item-inner:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .list-block .item-title {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .list-block .item-title.label {
    width: 35%;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin: 4px 0;
  }
  .list-block .item-input {
    width: 100%;
    margin-top: -0.4rem;
    margin-bottom: -0.35rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
  }
  .list-block .item-after {
    white-space: nowrap;
    color: #5f646e;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-left: 0.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-height: 1.4rem;
  }
  .list-block .smart-select .item-after {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }
  .list-block .item-link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    display: block;
    color: inherit;
  }
  .list-block .item-link .item-inner {
    padding-right: 1.5rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUM0QzFDNzMyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUM0QzFDNzQyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzRDMUM3MTJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzRDMUM3MjJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjs2Bb4AAAItSURBVHjazJhbK0RRGIb3DIOU/AG5kUTOgxmHceFGKf6BO+Vf+E8KKYcYg3FuMpNIDhFJXJAcp/GtvKumrzVs+zBrvfU2u689q6d3rb33+lYgl8tZvymZ3JOX7eQp8gT50fJA0Wj4z3tKbY5VR14hV5ObyWLkZ6sICtq4p4V8CjihevIWucoUQJFUmtUayTvkShMAL5DiGqs3IMlK3YBSgwrIZkBWmAAoIRMKyG2/IIMO/hMjbygepCS53ARAoQHyOqu1YbrLTADMAXJbASmSDOkGlOpTQHaQN72CdAuYBeQuq4cBWaIbUEJGC0Am3UIGPVoqMsk9Vu/CwxTQDSj0iSQPWD2C6Q7oBhT6AmRKAZkwAVDoowBkn+LdqQVQ6A2QhwrIuAmAEjKi2KrF/jPdfgIKveI7Pcfq/eSMCYBSD4pakymA0+RxVrsn15oAOEMeY7Vbcif5ys4ApT7CzZJHWO2G3I1fSyfgPHmY1a7x6bvT/ZpZUMBdOoHzI8El8pCiK+wq8CQXNcFlBdw51tyD00G9SnAVHV++zgDn6hzHiwTjCrgTTKvrQya3Ca5jA5CvY3IP+UlnTxJEb8zhjpDck1cL20mCAcBFWD2D2ovOvjiERojDpTGtnsL9N8EQegt+LJrC5vRN59lMORp0DrePNH2BswvYivXVzuoHSO7dz+2QHcAa6+eMOl87WHOffm8m7QCK7foog+tFi2mZACg3npPkRUxrtkitgvUtwAA5A3LWdzPizwAAAABJRU5ErkJggg==);
    background-size: 0.7rem;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-position: -webkit-calc(100% - .5rem) center;
    background-position: calc(100% - .5rem) center;
  }
  html:not(.watch-active-state) .list-block .item-link:active,
  .list-block .item-link.active-state {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
    background-color: #d9d9d9;
  }
  html:not(.watch-active-state) .list-block .item-link:active .item-inner:after,
  .list-block .item-link.active-state .item-inner:after {
    background-color: transparent;
  }
  .list-block .item-link.list-button {
    padding: 0 0.75rem;
    text-align: center;
    color: #0894ec;
    display: block;
    line-height: 2.15rem;
  }
  .list-block .item-link.list-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .list-block .item-link.list-button:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .list-block .item-link.list-button:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .list-block .item-content {
    box-sizing: border-box;
    padding-left: 0.75rem;
    min-height: 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .list-block .list-block-label {
    margin: 0.5rem 0 1.75rem;
    padding: 0 0.75rem;
    font-size: 0.7rem;
    color: #5f646e;
  }
  .list-block .item-subtitle {
    font-size: 0.75rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .list-block .item-text {
    font-size: 0.75rem;
    color: #5f646e;
    line-height: 1.05rem;
    position: relative;
    overflow: hidden;
    height: 2.1rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .list-block.media-list .item-title {
    font-weight: 500;
  }
  .list-block.media-list .item-inner {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.45rem;
    -webkit-align-self: stretch;
    align-self: stretch;
  }
  .list-block.media-list .item-media {
    padding-top: 0.45rem;
    padding-bottom: 0.5rem;
  }
  .list-block.media-list .item-media img {
    display: block;
  }
  .list-block.media-list .item-title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list-block .list-group ul:after,
  .list-block .list-group ul:before {
    z-index: 11;
  }
  .list-block .list-group + .list-group ul:before {
    display: none;
  }
  .list-block .item-divider,
  .list-block .list-group-title {
    background: #F7F7F7;
    margin-top: -1px;
    padding: 0.2rem 0.75rem;
    white-space: nowrap;
    position: relative;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e7e7e7;
  }
  .list-block .item-divider:before,
  .list-block .list-group-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .list-block .item-divider:before,
    .list-block .list-group-title:before {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .list-block .item-divider:before,
    .list-block .list-group-title:before {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .list-block .list-group-title {
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
    margin-top: 0;
  }
  .list-block .list-group-title:before {
    display: none;
  }
  .list-block li:last-child .list-button:after {
    display: none;
  }
  .list-block li:last-child .item-inner:after,
  .list-block li:last-child li:last-child .item-inner:after {
    display: none;
  }
  .list-block li li:last-child .item-inner:after,
  .list-block li:last-child li .item-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .list-block li li:last-child .item-inner:after,
    .list-block li:last-child li .item-inner:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .list-block li li:last-child .item-inner:after,
    .list-block li:last-child li .item-inner:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  /* === Forms === */
  .list-block input[type="text"],
  .list-block input[type="password"],
  .list-block input[type="search"],
  .list-block input[type="email"],
  .list-block input[type="tel"],
  .list-block input[type="url"],
  .list-block input[type="date"],
  .list-block input[type="datetime-local"],
  .list-block input[type="time"],
  .list-block input[type="number"],
  .list-block select,
  .list-block textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    background: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    display: block;
    padding: 0 0 0 0.25rem;
    margin: 0;
    width: 100%;
    height: 2.15rem;
    color: #3d4145;
    font-size: 0.85rem;
    font-family: inherit;
  }
  .list-block input[type="date"],
  .list-block input[type="datetime-local"] {
    line-height: 2.2rem;
  }
  .list-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
  }
  .list-block .label {
    vertical-align: top;
  }
  .list-block textarea {
    height: 5rem;
    resize: none;
    line-height: 1.4;
    padding-top: 0.4rem;
    padding-bottom: 0.35rem;
  }
  .label-switch {
    display: inline-block;
    vertical-align: middle;
    width: 2.6rem;
    border-radius: 0.8rem;
    box-sizing: border-box;
    height: 1.6rem;
    position: relative;
    cursor: pointer;
    -webkit-align-self: center;
    align-self: center;
  }
  .label-switch .checkbox {
    width: 2.6rem;
    border-radius: 0.8rem;
    box-sizing: border-box;
    height: 1.6rem;
    background: #e5e5e5;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .label-switch .checkbox:before {
    content: ' ';
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    width: 2.4rem;
    border-radius: 0.8rem;
    box-sizing: border-box;
    height: 1.4rem;
    background: #fff;
    z-index: 1;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .label-switch .checkbox:after {
    content: ' ';
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 1.4rem;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 0.1rem;
    left: 0.1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .label-switch input[type="checkbox"] {
    display: none;
  }
  .label-switch input[type="checkbox"]:checked + .checkbox {
    background: #4cd964;
  }
  .label-switch input[type="checkbox"]:checked + .checkbox:before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .label-switch input[type="checkbox"]:checked + .checkbox:after {
    -webkit-transform: translateX(1.1rem);
            transform: translateX(1.1rem);
  }
  html.android .label-switch input[type="checkbox"] + .checkbox {
    -webkit-transition-duration: 0;
            transition-duration: 0;
  }
  html.android .label-switch input[type="checkbox"] + .checkbox:after,
  html.android .label-switch input[type="checkbox"] + .checkbox:before {
    -webkit-transition-duration: 0;
            transition-duration: 0;
  }
  .range-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    margin-left: -1px;
    -webkit-align-self: center;
    align-self: center;
  }
  .range-slider input[type="range"] {
    position: relative;
    height: 1.4rem;
    width: 100%;
    margin: 0.2rem 0 0.25rem 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #b7b8b7), color-stop(100%, #b7b8b7));
    background: -webkit-linear-gradient(left, #b7b8b7 0, #b7b8b7 100%);
    background: linear-gradient(to right, #b7b8b7 0, #b7b8b7 100%);
    background-position: center;
    background-size: 100% 0.1rem;
    background-repeat: no-repeat;
    outline: 0;
  }
  .range-slider input[type="range"]:after {
    height: 0.1rem;
    background: #fff;
    content: ' ';
    width: 0.25rem;
    top: 50%;
    margin-top: -1px;
    left: -0.25rem;
    z-index: 1;
    position: absolute;
  }
  .range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    height: 1.4rem;
    width: 1.4rem;
    position: relative;
    background: none;
  }
  .range-slider input[type="range"]::-webkit-slider-thumb:after {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 1.4rem;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
  }
  .range-slider input[type="range"]::-webkit-slider-thumb:before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 100rem;
    height: 0.1rem;
    margin-top: -1px;
    z-index: 1;
    background: #0894ec;
    content: ' ';
  }
  label.label-checkbox {
    cursor: pointer;
  }
  label.label-checkbox i.icon-form-checkbox {
    width: 1.1rem;
    height: 1.1rem;
    position: relative;
    border-radius: 1.1rem;
    border: 1px solid #c7c7cc;
    box-sizing: border-box;
  }
  label.label-checkbox i.icon-form-checkbox:after {
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -0.3rem;
    top: 50%;
    margin-top: -0.2rem;
    width: 0.6rem;
    height: 0.45rem;
  }
  label.label-checkbox input[type="checkbox"],
  label.label-checkbox input[type="radio"] {
    display: none;
  }
  label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox,
  label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox {
    border: none;
    background-color: #0894ec;
  }
  label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox:after,
  label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox:after {
    background: no-repeat center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'0%200%2012%209'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'12%2C0.7%2011.3%2C0%203.9%2C7.4%200.7%2C4.2%200%2C4.9%203.9%2C8.8%203.9%2C8.8%203.9%2C8.8%20'%2F%3E%3C%2Fsvg%3E");
    background-size: 0.6rem 0.45rem;
  }
  label.label-checkbox {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  html:not(.watch-active-state) label.label-checkbox:active,
  label.label-checkbox.active-state {
    -webkit-transition: 0ms;
            transition: 0ms;
    background-color: #d9d9d9;
  }
  html:not(.watch-active-state) label.label-checkbox:active .item-inner:after,
  label.label-checkbox.active-state .item-inner:after {
    background-color: transparent;
  }
  .smart-select select {
    display: none;
  }
  /* === Tabs === */
  .tabs .tab {
    display: none;
  }
  .tabs .tab.active {
    display: block;
  }
  .tabs-animated-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }
  .tabs-animated-wrap > .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-transition: 300ms;
            transition: 300ms;
  }
  .tabs-animated-wrap > .tabs > .tab {
    width: 100%;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  
  .content-inner {
    box-sizing: border-box;
    border-top: 1px solid transparent;
    margin-top: -1px;
    padding-bottom: 0.5rem;
  }
  .javascript-scroll {
    overflow: hidden;
  }
  /* === Preloader === */
  .preloader {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite;
  }
  .preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  /* === Cards === */
  .cards-list ul,
  .card .list-block ul {
    background: none;
  }
  .cards-list > ul:before,
  .card .list-block > ul:before {
    display: none;
  }
  .cards-list > ul:after,
  .card .list-block > ul:after {
    display: none;
  }
  .card {
    background: #fff;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
    margin: 0.5rem;
    position: relative;
    border-radius: 0.1rem;
    font-size: 0.7rem;
  }
  .card .list-block,
  .card .content-block {
    margin: 0;
  }
  .row:not(.no-gutter) .col > .card {
    margin-left: 0;
    margin-right: 0;
  }
  .card-content {
    position: relative;
  }
  .card-content-inner {
    padding: 0.75rem;
    position: relative;
  }
  .card-content-inner > p:first-child {
    margin-top: 0;
  }
  .card-content-inner > p:last-child {
    margin-bottom: 0;
  }
  .card-content-inner > .list-block,
  .card-content-inner > .content-block {
    margin: -0.75rem;
  }
  .card-header,
  .card-footer {
    min-height: 2.2rem;
    position: relative;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .card-header[valign="top"],
  .card-footer[valign="top"] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .card-header[valign="bottom"],
  .card-footer[valign="bottom"] {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .card-header a.link,
  .card-footer a.link {
    line-height: 2.2rem;
    height: 2.2rem;
    text-decoration: none;
    position: relative;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  html:not(.watch-active-state) .card-header a.link:active,
  html:not(.watch-active-state) .card-footer a.link:active,
  .card-header a.link.active-state,
  .card-footer a.link.active-state {
    opacity: 0.3;
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
  .card-header a.link i + span,
  .card-footer a.link i + span,
  .card-header a.link i + i,
  .card-footer a.link i + i,
  .card-header a.link span + i,
  .card-footer a.link span + i,
  .card-header a.link span + span,
  .card-footer a.link span + span {
    margin-left: 0.35rem;
  }
  .card-header a.link i.icon,
  .card-footer a.link i.icon {
    display: block;
  }
  .card-header a.icon-only,
  .card-footer a.icon-only {
    min-width: 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
  }
  .card-header {
    border-radius: 0.1rem 0.1rem 0 0;
    font-size: 0.85rem;
  }
  .card-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .card-header:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .card-header:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .card-header .card-cover {
    width: 100%;
    display: block;
  }
  .card-header.no-border:after {
    display: none;
  }
  .card-header.no-padding {
    padding: 0;
  }
  .card-footer {
    border-radius: 0 0 0.1rem 0.1rem;
    color: #5f646e;
  }
  .card-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .card-footer:before {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .card-footer:before {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .card-footer.no-border:before {
    display: none;
  }
  .facebook-card .card-header {
    display: block;
    padding: 0.5rem;
  }
  .facebook-card .facebook-avatar {
    float: left;
  }
  .facebook-card .facebook-name {
    margin-left: 2.2rem;
    font-size: 0.7rem;
    font-weight: 500;
  }
  .facebook-card .facebook-date {
    margin-left: 2.2rem;
    font-size: 0.65rem;
    color: #5f646e;
  }
  .facebook-card .card-footer {
    background: #fafafa;
  }
  .facebook-card .card-footer a {
    color: #5f646e;
    font-weight: 500;
  }
  .facebook-card .card-content img {
    display: block;
  }
  .facebook-card .card-content-inner {
    padding: 0.75rem 0.5rem;
  }
  /* === Calendar === */
  .picker-calendar {
    background: #fff;
    height: 300px;
    width: 100%;
    overflow: hidden;
  }
  @media (orientation: landscape) and (max-height: 415px) {
    .picker-calendar:not(.picker-modal-inline) {
      height: 220px;
    }
  }
  .picker-calendar .picker-modal-inner {
    overflow: hidden;
  }
  .picker-calendar-week-days {
    height: 18px;
    background: #f7f7f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 11px;
    box-sizing: border-box;
    position: relative;
  }
  .picker-calendar-week-days:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #c4c4c4;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .picker-calendar-week-days:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .picker-calendar-week-days:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .picker-calendar-week-days .picker-calendar-week-day {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    width: 14.28571429%;
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
    line-height: 17px;
    text-align: center;
  }
  .picker-calendar-week-days + .picker-calendar-months {
    height: -webkit-calc(100% - 18px);
    height: calc(100% - 18px);
  }
  .picker-calendar-months {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .picker-calendar-months-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: 300ms;
            transition: 300ms;
  }
  .picker-calendar-month {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .picker-calendar-row {
    height: 16.66666667%;
    height: -webkit-calc(100% / 6);
    height: calc(100% / 6);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    width: 100%;
    position: relative;
  }
  .picker-calendar-row:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .picker-calendar-row:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .picker-calendar-row:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .picker-calendar-row:last-child:after {
    display: none;
  }
  .picker-calendar-day {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 14.28571429%;
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
    text-align: center;
    color: #3d4145;
    font-size: 15px;
    cursor: pointer;
  }
  .picker-calendar-day.picker-calendar-day-prev,
  .picker-calendar-day.picker-calendar-day-next {
    color: #ccc;
  }
  .picker-calendar-day.picker-calendar-day-disabled {
    color: #d4d4d4;
    cursor: auto;
  }
  .picker-calendar-day.picker-calendar-day-today span {
    background: #e3e3e3;
  }
  .picker-calendar-day.picker-calendar-day-selected span {
    background: #0894ec;
    color: #fff;
  }
  .picker-calendar-day span {
    display: inline-block;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .picker-calendar-month-picker,
  .picker-calendar-year-picker {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
    max-width: 200px;
    -webkit-flex-shrink: 10;
    -ms-flex: 0 10 auto;
    -webkit-flex-shrink: 10;
            flex-shrink: 10;
  }
  .picker-calendar-month-picker a.icon-only,
  .picker-calendar-year-picker a.icon-only {
    min-width: 36px;
  }
  .picker-calendar-month-picker span,
  .picker-calendar-year-picker span {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .picker-modal .toolbar-inner {
    height: 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
  }
  .picker-calendar-month-picker,
  .picker-calendar-year-picker {
    display: block;
    line-height: 2.2rem;
  }
  .picker-calendar-month-picker a.icon-only,
  .picker-calendar-year-picker a.icon-only {
    float: left;
    width: 25%;
    height: 2.2rem;
    line-height: 2rem;
  }
  .picker-calendar-month-picker .current-month-value,
  .picker-calendar-year-picker .current-month-value,
  .picker-calendar-month-picker .current-year-value,
  .picker-calendar-year-picker .current-year-value {
    float: left;
    width: 50%;
    height: 2.2rem;
  }
  /* === Columns Picker === */
  .picker-columns {
    width: 100%;
    height: 13rem;
    z-index: 11500;
  }
  .picker-columns.picker-modal-inline {
    height: 10rem;
  }
  @media (orientation: landscape) and (max-height: 415px) {
    .picker-columns:not(.picker-modal-inline) {
      height: 10rem;
    }
  }
  .picker-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    text-align: right;
    font-size: 1.2rem;
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
    -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
  }
  .bar + .picker-items {
    height: 10.8rem;
  }
  .picker-items-col {
    overflow: hidden;
    position: relative;
    max-height: 100%;
  }
  .picker-items-col.picker-items-col-left {
    text-align: left;
  }
  .picker-items-col.picker-items-col-center {
    text-align: center;
  }
  .picker-items-col.picker-items-col-right {
    text-align: right;
  }
  .picker-items-col.picker-items-col-divider {
    color: #3d4145;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .picker-items-col-normal {
    width: 100%;
  }
  .picker-items-col-wrapper {
    -webkit-transition: 300ms;
            transition: 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .picker-item {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: 300ms;
            transition: 300ms;
  }
  .picker-items-col-absolute .picker-item {
    position: absolute;
  }
  .picker-item.picker-item-far {
    pointer-events: none;
  }
  .picker-item.picker-selected {
    color: #3d4145;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .picker-center-highlight {
    height: 36px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -18px;
    pointer-events: none;
  }
  .picker-center-highlight:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #a8abb0;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .picker-center-highlight:before {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .picker-center-highlight:before {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .picker-center-highlight:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #a8abb0;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .picker-center-highlight:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .picker-center-highlight:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .picker-3d .picker-items {
    overflow: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .picker-3d .picker-items-col,
  .picker-3d .picker-items-col-wrapper,
  .picker-3d .picker-item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .picker-3d .picker-items-col {
    overflow: visible;
  }
  .picker-3d .picker-item {
    -webkit-transform-origin: center center -110px;
    transform-origin: center center -110px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .picker-modal .bar {
    position: relative;
    top: 0;
  }
  .picker-modal .bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #a8abb0;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .picker-modal .bar:before {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .picker-modal .bar:before {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .picker-modal .bar:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #a8abb0;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .picker-modal .bar:after {
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
    }
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .picker-modal .bar:after {
      -webkit-transform: scaleY(0.33);
              transform: scaleY(0.33);
    }
  }
  .picker-modal .bar .title {
    color: #5f646e;
    font-weight: normal;
  }
  .city-picker .col-province {
    width: 5rem;
  }
  .city-picker .col-city {
    width: 6rem;
  }
  .city-picker .col-district {
    width: 5rem;
  }