::-moz-selection {
  color: #fff;
  background: #7038a7;
}

::selection {
  color: #fff;
  background: #7038a7;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.25;
}

html {
  font-size: 1rem;
}
body {
  font-family: 'Jost', sans-serif;
}
.body {
  background: #f5f5fb;
  color: #191919;
  font-family: 'Jost', sans-serif;
}

@media (min-width: 1200px) {
  .body {
    padding-left: 16rem;
  }
}

.sidebar {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #fff;
  height: 100vh;
  width: 15.5rem;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}

.sidebar--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 1200px) {
  .sidebar {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: none;
            filter: none;
  }
}

.sidebar__container {
  height: 100vh;
}

.sidebar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.sidebar__nav {
  padding-bottom: 3rem;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 0 2.4375rem;
}

.logo__link {
  padding: 1rem;
  display: block;
}

.logo__link:focus {
  border-radius: .25rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.logo__img {
  display: block;
  width: 3.3rem;
}

.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 500;
  letter-spacing: .03125rem;
  color: #7f7f7f;
  padding: 1.125rem 0 1.125rem 2rem;
  position: relative;
}

.nav-link__icon {
  display: block;
  width: 1.25rem;
  -webkit-transition: .2s;
  transition: .2s;
  margin-right: 2.625rem;
  fill: #bfbfbf;
}

.nav-link--active, .nav-link:hover {
  color: #191919;
}

.nav-link--active .nav-link__icon, .nav-link:hover .nav-link__icon {
  fill: #7038a7;
}

.nav-link--active:after {
  content: '';
  position: absolute;
  background: #7038a7;
  width: .25rem;
  height: 1.5rem;
  top: 1rem;
  right: 0;
}

.nav-link:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.upgrade {
  position: relative;
  background: #f5f5fb;
  padding: 4.125rem 1.5rem 1.125rem;
  border-radius: .625rem;
  margin: auto 1.1875rem;
}

.upgrade__top {
  position: absolute;
  margin: 0 auto;
  top: -2.4375rem;
  left: 0;
  right: 0;
  background: #fff;
  width: 5.5rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .625rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}

.upgrade__text {
  font-size: .875rem;
  text-align: center;
  letter-spacing: .03125rem;
  color: #7f7f7f;
  padding-bottom: 1.5rem;
  line-height: 1.21875rem;
}

.upgrade__important {
  color: #191919;
}

.upgrade__icon {
  width: 2.625rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  padding: 3.0625rem .9375rem 2.875rem;
}

@media (min-width: 576px) {
  .header {
    padding: 1rem 2.5rem 1rem;
  }
}

.header__title {
  font-size: 1.375rem;
  letter-spacing: .03125rem;
  margin: 0;
}

.header__date {
  font-size: .875rem;
  letter-spacing: .03125rem;
  color: #7f7f7f;
  padding-left: 1.625rem;
  position: relative;
}

.header__date:before {
  content: '';
  position: absolute;
  top: .3125rem;
  left: .625rem;
  height: .375rem;
  width: .375rem;
  border-radius: 50%;
  background: #7f7f7f;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 1rem 0 -1rem -1rem;
}

@media (min-width: 576px) {
  .header__menu {
    margin: 0 0 0 auto;
    width: unset;
  }
}

.sidebar-trigger {
  width: 100%;
  margin: -2rem -1rem 0;
}

@media (min-width: 1200px) {
  .sidebar-trigger {
    display: none;
  }
}

.sidebar-trigger__btn {
  padding: 1rem;
  background: none;
  margin: 0;
  border: 0;
}

.sidebar-trigger__btn:focus {
  border-radius: .375rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.sidebar-trigger__icon {
  width: 1.3125rem;
  display: block;
}

.search {
  margin-right: .5625rem;
}

.dropdown-search {
  padding: 0;
  max-width: 18rem;
  width: 100%;
}

.trigger {
  background: none;
  border: none;
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.trigger:focus {
  border-radius: .375rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.trigger__icon {
  display: block;
  height: 1.125rem;
  width: 1.125rem;
}

.trigger__icon--notification {
  height: 1.5rem;
  width: 1.5rem;
}

.trigger__path {
  -webkit-transition: .2s;
  transition: .2s;
}

.trigger:hover:not(:focus) .trigger__path {
  fill: #b5bdc7;
}

.user-menu {
  margin: 0 -1rem 0 1rem;
  position: relative;
}

@media (min-width: 768px) {
  .user-menu {
    margin-right: 0;
  }
}

.user-menu__btn {
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .user-menu__btn {
    background: #ae84d9;
    border-radius: .375rem;
    margin-right: .9375rem;
  }
}

.user-menu__icon {
  height: 1.5rem;
  display: block;
  fill: #484848;
}

@media (min-width: 768px) {
  .user-menu__icon {
    height: 1.25rem;
    fill: #fff;
  }
}

.user-menu__toggle {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .03125rem;
  color: #191919;
  padding: 0;
}

.user-menu__toggle:focus {
  border-radius: .375rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.user-menu__text {
  display: none;
}

@media (min-width: 768px) {
  .user-menu__text {
    display: inline;
  }
}

.user-menu__chevron {
  display: none;
}

@media (min-width: 768px) {
  .user-menu__chevron {
    height: .4375rem;
    display: block;
    margin-left: 1.1875rem;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

.user-menu.show .user-menu__chevron {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main {
  width: 100%;
  max-width: 73.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 576px) {
  .main {
    padding: 0 1.5625rem 1rem;
  }
}

.welcome-box {
  background: #fff;
  border-radius: .625rem;
  margin-bottom: 2rem;
}

.welcome-box__subtitle {
  font-size: 1.375rem;
  padding: 0 2.75rem;
  letter-spacing: .03125rem;
  padding: 6rem 2.75rem 1.5625rem;
}

@media (min-width: 768px) {
  .welcome-box__subtitle {
    padding: 4.0625rem 2.75rem 1.5625rem;
  }
}

.account-created {
  background: #ae84d9;
  color: #fff;
  border-radius: .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .account-created {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.account-created__main {
  padding: 2rem 1.5rem 0;
  width: 100%;
}

@media (min-width: 768px) {
  .account-created__main {
    padding: 3rem 1.25rem 3rem 2.75rem;
    width: 60%;
  }
}

@media (min-width: 992px) {
  .account-created__main {
    padding: 6.5625rem 1.25rem 3rem 2.75rem;
  }
}

.account-created__title {
  letter-spacing: .03125rem;
  padding-bottom: .5625rem;
}

.account-created__text {
  line-height: 1.4;
}

.account-created__illustration {
  width: 100%;
  padding: 1.6875rem 0 0 1.25rem;
  margin-bottom: -3.0625rem;
}

@media (min-width: 768px) {
  .account-created__illustration {
    width: 40%;
  }
}

.account-created__img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 15rem;
}

@media (min-width: 768px) {
  .account-created__img {
    margin: 0;
    max-width: 22.1875rem;
  }
}

.started-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .started-points {
    padding: 0 1.375rem;
  }
}

@media (min-width: 768px) {
  .started-points {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.started-point {
  width: 100%;
  padding: 0 1.375rem 2.5rem;
}

@media (min-width: 768px) {
  .started-point {
    width: 50%;
    padding: 0 1.375rem 1.5rem;
  }
}

.started-point__img {
  display: block;
  border-radius: .625rem;
}

.started-point__title {
  font-size: 1.125rem;
  padding-top: 1.3125rem;
  letter-spacing: .03125rem;
}

.started-point__actions {
  padding-top: 1.625rem;
  max-width: 11.625rem;
}

.box {
  background: #fff;
  width: 100%;
  border-radius: .625rem;
  padding: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .box {
    padding: 1.125rem 1.3125rem;
  }
}

.box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: .75rem 0 2.4375rem;
}

@media (min-width: 576px) {
  .box__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.box__title {
  font-size: 1.125rem;
  letter-spacing: .03125rem;
  margin: 0;
}

.box__info {
  font-size: .875rem;
  letter-spacing: .03125rem;
  color: #7f7f7f;
  padding-left: 1.625rem;
  position: relative;
}

.box__info:before {
  content: '';
  position: absolute;
  top: .3125rem;
  left: .625rem;
  height: .375rem;
  width: .375rem;
  border-radius: 50%;
  background: #7f7f7f;
}

.box__action {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .box__action {
    margin: 0 0 0 auto;
  }
}

.box__action--btn {
  width: 8.375rem;
}

.charts-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  border-radius: .625rem;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .charts-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.charts-tabs__main {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 60vh;
}

@media (min-width: 992px) {
  .charts-tabs__main {
    width: calc( 100% - 17.875rem);
    height: unset;
    max-height: 100%;
  }
}

.charts-tabs__single {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1.5625rem .25rem .5rem .875rem;
}

.charts-tabs__single--active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.charts-tabs__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  border-bottom: 0.0625rem solid #ececf3;
}

@media (min-width: 576px) {
  .charts-tabs__options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .charts-tabs__options {
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 17.1875rem;
  }
}

@media (min-width: 576px) {
  .charts-tabs__options:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ececf3;
    height: 100%;
    width: .0625rem;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .charts-tabs__options:after {
    height: .0625rem;
    width: 100%;
  }
}

.charts-tabs__btn {
  background: #fbfaff;
  opacity: .5;
  padding: 1rem;
  width: 100%;
}

@media (min-width: 576px) {
  .charts-tabs__btn {
    opacity: .7;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .charts-tabs__btn {
    padding: 2.375rem 0 1.1875rem 2.4375rem;
  }
}

@media (min-width: 992px) {
  .charts-tabs__btn {
    width: unset;
  }
}

.charts-tabs__btn--first {
  border-bottom: 0.0625rem solid #bfbfbf;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}

@media (min-width: 576px) {
  .charts-tabs__btn--first {
    border-bottom: 0;
    border-top-right-radius: 0;
  }
}

@media (min-width: 992px) {
  .charts-tabs__btn--first {
    border-top-left-radius: 0;
    border-top-right-radius: .625rem;
  }
}

@media (min-width: 576px) {
  .charts-tabs__btn--last {
    border-top-right-radius: .625rem;
  }
}

@media (min-width: 992px) {
  .charts-tabs__btn--last {
    border-top-right-radius: 0;
    border-bottom-right-radius: .625rem;
  }
}

.charts-tabs__btn--active {
  background: #fff;
  border-left: 0.0625rem solid #ececf3;
  opacity: 1;
  position: relative;
}

@media (min-width: 576px) {
  .charts-tabs__btn--active:before {
    content: '';
    position: absolute;
    background: #bfbfbf;
    width: 100%;
    height: .0625rem;
    left: 0;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .charts-tabs__btn--active:before {
    bottom: unset;
    left: -.125rem;
    top: 2.9375rem;
    width: .125rem;
    height: 6.9375rem;
  }
}

@media (min-width: 576px) {
  .charts-tabs__btn--active:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(191, 191, 191, 0);
    border-top-color: #bfbfbf;
    bottom: -.75rem;
    left: 50%;
    border-width: .375rem;
    margin-top: -.375rem;
  }
}

@media (min-width: 992px) {
  .charts-tabs__btn--active:after {
    left: unset;
    right: 100%;
    top: 50%;
    bottom: unset;
    border-top-color: rgba(191, 191, 191, 0);
    border-right-color: #bfbfbf;
    border-width: .375rem;
    margin-top: -.375rem;
  }
}

.charts-tabs__btn:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.charts-tabs__top {
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: .03125rem;
}

.charts-tabs__top__symbol {
  font-weight: 400;
}

.charts-tabs__top__text {
  font-size: .875rem;
  color: #7f7f7f;
  font-weight: 400;
}

.charts-tabs__title {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .03125rem;
  padding-top: .125rem;
}

.charts-tabs__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .charts-tabs__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.charts-tabs__info {
  width: 100%;
  padding-top: .6875rem;
  position: relative;
}

@media (min-width: 768px) {
  .charts-tabs__info {
    width: 43%;
  }
  .charts-tabs__info:after {
    content: '';
    position: absolute;
    top: .25rem;
    right: -.25rem;
    width: .0625rem;
    height: 3.4375rem;
    background: #191919;
  }
}

.charts-tabs__data {
  font-size: .875rem;
  letter-spacing: .03125rem;
  color: #7f7f7f;
  margin-bottom: .1875rem;
}

.charts-tabs__data__number {
  font-weight: 500;
  color: #191919;
}

.charts-tabs__numer {
  font-weight: 500;
}

.charts-tabs__all-time {
  width: 100%;
  color: #7f7f7f;
  letter-spacing: .03125rem;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .charts-tabs__all-time {
    padding: .4375rem 0 0 .875rem;
    width: 57%;
  }
}

.charts-tabs__icon {
  width: 1.125rem;
}

.charts-tabs__percent__number {
  font-weight: 600;
  font-size: 1.125rem;
}

.charts-tabs__percent__text {
  font-size: .75rem;
}

.short-info {
  font-size: .75rem;
  font-weight: 600;
  color: #bfbfbf;
  margin-bottom: .625rem;
}

.check-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.375rem 1.6875rem;
  border-bottom: none;
}

.check-nav__item {
  width: 50%;
  padding: 0 .375rem;
}

.check-nav__link {
  background: #f5f5fb;
  color: #3a3a3a;
  font-size: .9375rem;
  letter-spacing: .0375rem;
  padding: .9375rem .625rem .9375rem 3.0625rem;
  width: 100%;
  display: inline-block;
  border-radius: .5rem;
  position: relative;
}

.check-nav__link:before {
  content: '';
  position: absolute;
  background: #fff;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: solid 0.0625rem #e1e5eb;
  left: .75rem;
  top: .75rem;
}

.check-nav__link:after {
  content: '';
  position: absolute;
  background: #11c0ae;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  left: 1rem;
  top: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.check-nav__link:hover {
  text-decoration: none;
}

.check-nav__link:hover:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.check-nav__link.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.check-nav__link:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.form-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .form-double {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -.375rem;
  }
}

.form-double__col {
  width: 100%;
}

@media (min-width: 576px) {
  .form-double__col {
    width: 50%;
    padding: 0 .375rem;
  }
}

.placeholder-group {
  position: relative;
}

.placeholder-group__input {
  padding: 2.375rem 1.0625rem 1rem;
  font-size: 1.0625rem;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: .5rem;
}

.placeholder-group__input:focus + .placeholder-group__label, .placeholder-group__input:not(:placeholder-shown) + .placeholder-group__label {
  font-size: .75rem;
  top: .5rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.placeholder-group__input::-webkit-input-placeholder {
  opacity: 0;
}

.placeholder-group__input:-ms-input-placeholder {
  opacity: 0;
}

.placeholder-group__input::-ms-input-placeholder {
  opacity: 0;
}

.placeholder-group__input::placeholder {
  opacity: 0;
}

.placeholder-group__label {
  font-size: 1.0625rem;
  letter-spacing: .0425rem;
  position: absolute;
  z-index: 1;
  color: #808791;
  pointer-events: none;
  top: 1.0625rem;
  left: 1.125rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.dropdown-group {
  overflow: hidden;
}

.dropdown-group--active {
  z-index: 999;
  -webkit-filter: drop-shadow(0 0.25rem 0.25rem rgba(112, 56, 167, 0.25));
          filter: drop-shadow(0 0.25rem 0.25rem rgba(112, 56, 167, 0.25));
  overflow: unset;
}

.dropdown-group__chevron {
  position: absolute;
  top: 1.6875rem;
  right: .875rem;
  width: .5rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: .2s;
  transition: .2s;
}

.dropdown-group__chevron--active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.dropdown-group__input {
  cursor: pointer;
}

.dropdown-group__input[readonly] {
  background: #fff;
  border: 0.0625rem solid #e3e8ee;
  margin: 0;
}

.dropdown-group__input--active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-group__input:focus {
  border-color: #e3e8ee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-group__container {
  max-height: 17rem;
  position: absolute;
  width: calc( 100% - .125rem);
  top: 3.5rem;
  left: .0625rem;
  z-index: -1;
  overflow: hidden;
}

.dropdown-group__container--active {
  z-index: 0;
}

.dropdown-group__list {
  display: none;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: .25rem .25rem .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.dropdown-group__list--active {
  display: block;
}

.dropdown-group__item {
  -webkit-transition: .2s;
  transition: .2s;
  letter-spacing: .04rem;
  padding: .625rem .75rem;
  border-radius: .25rem;
  cursor: pointer;
}

.dropdown-group__item:hover {
  background: #edf0f4;
}

.dropdown-group__divider {
  padding-bottom: .25rem;
  border-top: 0.0625rem solid #e3e8ee;
  margin-top: .25rem;
}

.table {
  color: #3a3a3a;
  font-size: .875rem;
  margin: -0.625rem 0 0;
}

.table-col {
  width: 7.875rem;
}

.table-col__small-badge {
  width: 4.5rem;
}

.table-col__full-date {
  text-align: right;
  width: 9.5rem;
  white-space: nowrap;
}

.table-col__date {
  text-align: right;
  width: 6rem;
}

.btn-lower {
  padding: .4375rem .75rem;
}

.btn-standard {
  width: 10.1875rem;
}

.customer__name {
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: .3125rem;
}

.customer__email {
  color: #7f7f7f;
  font-size: .8125rem;
}

.customer__email:focus {
  border-radius: .25rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.pagination {
  border-top: 0.0625rem solid #e8e8e8;
  padding-top: 2rem;
}

.pagination__icon {
  height: 1rem;
}

.pagination__icon--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination__dots {
  background: #c4c4c4;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  position: relative;
  margin: 1.0625rem .875rem 0;
}

.pagination__dots:before, .pagination__dots:after {
  content: '';
  background: #c4c4c4;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  position: absolute;
}

.pagination__dots:before {
  left: -.4375rem;
}

.pagination__dots:after {
  right: -.4375rem;
}

.table-more {
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .03125rem;
  color: #7038a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.table-more:hover {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
  text-decoration: none;
}

.table-more:focus {
  border-radius: .375rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(133, 86, 180, 0.5);
}

.table-more__icon {
  height: .75rem;
  margin-left: .9375rem;
}

.table-date {
  position: relative;
  padding-right: 1rem;
}

.table-date:before {
  content: '';
  position: absolute;
  top: .5rem;
  right: .125rem;
  height: .375rem;
  width: .375rem;
  border-radius: 50%;
  background: #7f7f7f;
}

.modal-dialog--upgrade {
  max-width: 38.625rem;
}

.modal-content--invate {
  max-width: 27.6875rem;
  padding: .4375rem .625rem 1.9375rem;
}

.modal-content--upgrade {
  padding: .4375rem .625rem 2.75rem;
}

.modal-close-img {
  height: 1.25rem;
}

.modal-body--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.modal-body--row:after {
  content: '';
  position: absolute;
  width: .0625rem;
  height: 100%;
  background: #f2f2f2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal__col {
  width: 100%;
}

@media (min-width: 768px) {
  .modal__col {
    width: 50%;
  }
}

.modal__col--first {
  padding-right: 1rem;
}

.modal__col--last {
  padding-left: 1rem;
}

.modal__subtitle {
  font-size: 1.125rem;
  color: #3a3a3a;
  margin-top: -.4375rem;
  padding-bottom: 1.625rem;
  position: relative;
}

.modal__subtitle:after {
  content: '';
  position: absolute;
  bottom: .375rem;
  left: 0;
  background: #7038a7;
  width: 2.625rem;
  height: .1875rem;
}

.modal__info {
  color: #979797;
  font-size: .9375rem;
  margin-bottom: .375rem;
}

.modal__evenlope-icon {
  height: 3.1875rem;
  margin: 1.0625rem 0;
}

.price {
  font-family: 'Source Sans Pro', sans-serif;
  color: #7038a7;
  letter-spacing: -.015rem;
  margin-bottom: .3125rem;
}

.price__currency {
  font-weight: 700;
  font-size: 2.25rem;
}

.price__amount {
  font-weight: 600;
  font-size: 4rem;
}

.price__per {
  font-weight: 700;
  margin-left: -.25rem;
}

.price-info {
  line-height: 1.71;
  font-size: .875rem;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
}

.included {
  padding-top: .3125rem;
}

.included--first {
  padding-top: 1.625rem;
}

.included__title {
  color: #b2b2b2;
  font-size: .9375rem;
  letter-spacing: -.00625rem;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}

.included__title:after {
  content: '';
  position: absolute;
  height: .0625rem;
  width: 100%;
  bottom: -1rem;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(69%, #b2b2b2), color-stop(0%, #fff));
  background-image: linear-gradient(to right, #b2b2b2 69%, #fff 0%);
  background-position: bottom;
  background-size: .75rem .0625rem;
  background-repeat: repeat-x;
}

.included__icon {
  width: 1rem;
  margin-right: .6875rem;
}

.included__list {
  list-style: none;
  padding: 1.9375rem 0 0;
}

.included__item {
  font-size: .875rem;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .9375rem;
}
/*# sourceMappingURL=custom.css.map */