@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* stylelint-disable font-family-no-duplicate-names */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 500; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Graphik', sans-serif;
  color: #2b2b2b;
  background-color: #f5f5f5; }

a {
  text-decoration: none; }

button, input, textarea {
  outline: none;
  border: none;
  cursor: pointer; }
  button::placeholder, input::placeholder, textarea::placeholder {
    color: #888; }

p {
  margin: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.page-not-found, .email-confirmed, .email-not-confirmed {
  background-image: url(background-pattern.4db429baf4d90a34f5ef963046ab9110.svg);
  background-position: center;
  background-color: #f2efe5;
  margin-bottom: 80px;
  height: 866px;
  padding: 220px 80px 0; }
  .page-not-found__main-text, .email-confirmed__main-text, .email-not-confirmed__main-text, .page-not-found__main-text--highlight, .email-confirmed__main-text--highlight, .email-not-confirmed__main-text--highlight {
    font-size: 48px;
    line-height: 54px;
    width: 555px;
    font-weight: 500; }
  .page-not-found__main-text--highlight, .email-confirmed__main-text--highlight, .email-not-confirmed__main-text--highlight {
    color: #7341f3;
    margin-bottom: 20px; }
  .page-not-found__note, .email-confirmed__note, .email-not-confirmed__note {
    font-size: 14px;
    line-height: 20px;
    width: 500px;
    margin-bottom: 40px; }
  .page-not-found__home-button, .email-confirmed__home-button, .email-not-confirmed__home-button {
    width: 140px; }

.page-not-found, .email-confirmed, .email-not-confirmed {
  background-image: url(background-pattern.4db429baf4d90a34f5ef963046ab9110.svg);
  background-position: center;
  background-color: #f2efe5;
  margin-bottom: 80px;
  height: 866px;
  padding: 220px 80px 0; }
  .page-not-found__main-text, .email-confirmed__main-text, .email-not-confirmed__main-text, .page-not-found__main-text--highlight, .email-confirmed__main-text--highlight, .email-not-confirmed__main-text--highlight {
    font-size: 48px;
    line-height: 54px;
    width: 555px;
    font-weight: 500; }
  .page-not-found__main-text--highlight, .email-confirmed__main-text--highlight, .email-not-confirmed__main-text--highlight {
    color: #7341f3;
    margin-bottom: 20px; }
  .page-not-found__note, .email-confirmed__note, .email-not-confirmed__note {
    font-size: 14px;
    line-height: 20px;
    width: 500px;
    margin-bottom: 40px; }
  .page-not-found__home-button, .email-confirmed__home-button, .email-not-confirmed__home-button {
    width: 140px; }

.pay-to-user {
  background-image: url(background-pattern--grey.fc7e264bc5470e6acb99b2544020fa14.svg);
  background-position: center 50px;
  background-repeat: repeat-x;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; }
  .pay-to-user_modal {
    background-color: white;
    width: 500px;
    padding: 25px 30px 40px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .pay-to-user_modal {
        width: 100%;
        height: 100%;
        padding-top: 52px; } }
    .pay-to-user_modal-close-button {
      background-color: transparent;
      padding: 0;
      width: 28px;
      height: 28px;
      display: flex;
      margin-left: auto; }
    .pay-to-user_modal-content-wrapper {
      padding: 75px 70px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .pay-to-user_modal-content-wrapper {
          padding: 0 10px 0;
          height: 100%; } }
      @media screen and (max-width: 413px) {
        .pay-to-user_modal-content-wrapper {
          padding: 0; } }
    .pay-to-user_modal-main-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: auto; }
    .pay-to-user_modal_enter-amount-content-wrapper {
      padding: 35px 10px 20px;
      display: flex;
      flex-direction: column; }
    .pay-to-user_modal_enter-amount-content {
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px 0; }
    .pay-to-user_modal_enter-amount_user {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 40px; }
      .pay-to-user_modal_enter-amount_user-avatar {
        width: 80px !important;
        height: 80px !important; }
      .pay-to-user_modal_enter-amount_user-name {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        margin-top: 10px; }
      .pay-to-user_modal_enter-amount_user-payment-link {
        font-size: 12px;
        line-height: 16px;
        color: #888;
        margin-top: 4px;
        user-select: none; }
    .pay-to-user_modal_enter-amount-input {
      font-size: 48px;
      line-height: 54px;
      color: #7341f3;
      width: 100%;
      text-align: center;
      caret-color: #cacaca; }
    .pay-to-user_modal_enter-amount-currency {
      font-size: 14px;
      line-height: 20px;
      color: #888;
      margin-top: 10px; }
    .pay-to-user_modal_enter-amount_button.button, .pay-to-user_modal_enter-amount_button.creator__button {
      width: 130px;
      align-self: center;
      margin-top: 40px;
      padding: 8px 20px;
      align-items: center;
      justify-content: space-between;
      display: flex; }
    .pay-to-user_modal-title {
      font-size: 26px;
      line-height: 34px;
      color: #7341f3;
      margin-top: 30px;
      margin-bottom: 10px;
      text-align: center; }
    .pay-to-user_modal-note {
      font-size: 16px;
      line-height: 24px;
      text-align: center; }
    .pay-to-user_modal-button {
      font-size: 16px;
      line-height: 24px;
      outline: none;
      border: none;
      background-color: transparent;
      color: #7341f3;
      padding: 8px 20px;
      height: 40px; }
  .pay-to-user_payment-info {
    width: 100%;
    padding: 42px 0; }
    @media screen and (max-width: 767px) {
      .pay-to-user_payment-info {
        padding: 40px 8px 0; } }
    @media screen and (max-width: 413px) {
      .pay-to-user_payment-info {
        padding: 40px 18px 0; } }
    .pay-to-user_payment-info-row {
      font-size: 12px;
      line-height: 16px;
      color: #888;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .pay-to-user_payment-info-row:not(:last-child) {
        margin-bottom: 10px; }
      .pay-to-user_payment-info-row > p:last-child {
        text-align: right; }
  @media screen and (max-width: 767px) {
    .pay-to-user_success_page .navbar {
      display: none; } }
  @media screen and (max-width: 767px) {
    .pay-to-user_success_page .pay-to-user_modal {
      padding-top: 14px; } }

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover; }

.bottom-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -70px;
  width: 100%;
  height: 70px;
  background-color: white;
  border-top: 1px solid #ebeae9;
  padding: 0 40px;
  transition: 0.3s; }

.bottom-panel--visible {
  bottom: 0; }

.bottom-panel__title {
  font-size: 14px;
  line-height: 20px;
  color: #7341f3;
  padding-right: 0.5em; }

.bottom-panel__note {
  font-size: 14px;
  line-height: 20px;
  color: #888; }

.bottom-panel__dismiss {
  height: 40px;
  width: 140px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 20px;
  background-color: white;
  color: #7341f3;
  cursor: pointer;
  border: none; }
  .bottom-panel__dismiss:hover:not(:disabled) {
    color: #3b10a7; }

.bottom-panel__sign-in {
  height: 40px;
  width: 140px; }

.button, .creator__button {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 20px;
  background-color: #7341f3;
  color: white;
  cursor: pointer; }
  .button:disabled, .creator__button:disabled {
    opacity: 0.7;
    cursor: not-allowed; }
  .button:hover:not(:disabled), .creator__button:hover:not(:disabled) {
    background-color: #3b10a7; }
  .button_spinner {
    width: 25px;
    height: 25px;
    margin: auto;
    animation: spin 0.65s linear infinite; }

.modal {
  position: relative;
  margin: auto;
  padding: 30px 40px;
  width: 836px;
  overflow: auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.2); }
  .modal--small {
    width: 500px; }
  .modal__backdrop {
    cursor: default;
    overflow-y: auto;
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(245, 245, 245, 0.9); }

.page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 50px; }
  .page__title {
    font-size: 26px;
    line-height: 34px;
    position: relative;
    font-weight: 500;
    color: #7341f3;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 40px; }
    .page__title::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      width: 168px;
      height: 1px;
      background-color: #7341f3; }
  .page__content {
    width: 100%;
    max-width: 866px;
    padding: 0 15px;
    margin: 0 auto; }
  .page__centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 50px); }

.navbar {
  position: fixed;
  top: -50px;
  left: 0;
  right: 0;
  height: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 15px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  z-index: 900; }
  .navbar.white {
    background-color: white; }
  .navbar.beige {
    background-color: #f2efe5; }
  .navbar--visible {
    top: 0;
    opacity: 1; }
  .navbar__background {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 50px;
    background-color: white;
    transition: top ease-in-out 0.6s;
    z-index: -1; }
  .navbar--filled .navbar__background {
    top: 0; }
  .navbar__left {
    display: grid;
    grid-template-columns: 57px auto 1fr;
    grid-column-gap: 8px;
    align-items: center; }
  .navbar__sign-in-field, .navbar__get-app-field {
    grid-column: 3;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .navbar__sign-in-button {
    font-size: 12px;
    line-height: 16px;
    background: none;
    border: none;
    color: #2b2b2b;
    padding: 0 15px;
    cursor: pointer; }
  .navbar__get-app-link {
    font-size: 12px;
    line-height: 16px;
    color: #2b2b2b; }
  .navbar__logo {
    display: flex;
    align-items: center; }
    .navbar__logo img {
      position: relative;
      width: 120px; }
  .navbar__tabs {
    flex: 1;
    display: flex;
    justify-content: center; }
  .navbar__tab {
    padding: 16px;
    color: #888;
    font-size: 16px;
    cursor: pointer; }
    .navbar__tab--active {
      color: #7341f3; }
  .navbar p.navbar__tab {
    cursor: not-allowed; }
  .navbar__actions {
    display: flex;
    justify-self: end;
    width: 30px; }
  .navbar__action-button {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    background: transparent;
    cursor: pointer; }
    .navbar__action-button img {
      width: 25px;
      height: 25px; }

.navbar-dropdown {
  position: relative;
  display: inline-block; }
  .navbar-dropdown__button {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 2px; }
  .navbar-dropdown .dropdown {
    width: 160px;
    visibility: hidden; }
    .navbar-dropdown .dropdown-option:last-child {
      color: #f76664; }
  .navbar-dropdown:hover .dropdown {
    visibility: visible; }

.qr-code {
  object-fit: contain; }

.tab-bar {
  display: flex;
  align-items: center;
  height: 50px;
  background: white;
  color: #2b2b2b;
  border: 1px solid #e6e6e6; }
  .tab-bar__title {
    font-weight: 500;
    margin: 0;
    min-width: 240px;
    width: 240px;
    height: 100%;
    padding: 15px 10px 15px 28px;
    font-size: 14px;
    line-height: 20px;
    border-right: 1px solid #e6e6e6; }
  .tab-bar__items {
    display: flex;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .tab-bar__item {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #cacaca;
    font-weight: 500;
    line-height: 20px; }
    .tab-bar__item button {
      padding: 16px 10px 16px 24px;
      width: 100%;
      background-color: transparent;
      border: none;
      color: inherit;
      font-family: inherit;
      font-weight: inherit;
      text-align: inherit; }
      .tab-bar__item button:hover:not(:disabled) {
        cursor: pointer;
        color: #2b2b2b; }
    .tab-bar__item + .tab-bar__item {
      border-left: 1px solid #e6e6e6; }
    .tab-bar__item--active {
      color: #2b2b2b; }
      .tab-bar__item--active::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25%;
        height: 1px;
        background-color: #7341f3; }
    .tab-bar__item--completed::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 13px;
      height: 9px;
      transform: translateY(-50%);
      background: url(checkmark.8d7c3a0a64cca8c53dbd35456896d1a4.svg) center no-repeat;
      background-size: contain; }
    .tab-bar__item--completed::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #7341f3; }
  .tab-bar__close {
    min-width: 50px;
    width: 50px;
    height: 100%;
    background: url(close_black.28d1ba53af3a272f107feeeb20313d49.svg) no-repeat center;
    background-size: 15px;
    border: none;
    border-left: 1px solid #e6e6e6;
    cursor: pointer; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.spinner {
  width: 28px;
  height: 28px;
  animation: spin 1.2s linear infinite; }

.switch {
  width: 32px;
  height: 20px;
  display: flex; }
  .switch__slider {
    position: relative;
    width: inherit;
    height: inherit;
    background-color: white;
    border: 1px solid #cacaca;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s; }
  .switch__slider-handle {
    position: absolute;
    left: 1px;
    background-color: white;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    border: solid 0.5px rgba(0, 0, 0, 0.04);
    transition: left 0.2s; }
  .switch__checkbox {
    width: 0;
    height: 0;
    opacity: 0; }
    .switch__checkbox:checked + .switch__slider {
      background-color: #7341f3;
      border-color: #7341f3; }
      .switch__checkbox:checked + .switch__slider .switch__slider-handle {
        left: 13px; }

.field {
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  .field__label {
    display: block;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 20px; }

.search-bar__wrapper {
  position: relative;
  width: 394px;
  border-radius: 8px; }
  .search-bar__wrapper.active {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }

.search-bar__icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 15px; }

.search-bar__input {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px 10px 55px;
  width: 100%;
  border-radius: inherit; }
  .search-bar__input::placeholder {
    color: #cacaca; }

.dropdown {
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
  background-color: white;
  display: flex;
  flex-direction: column;
  z-index: 1; }
  .dropdown-option {
    padding: 0 16px;
    cursor: pointer; }
    .dropdown-option:hover {
      background-color: #f9f9f9; }
    .dropdown-option:first-child {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
    .dropdown-option:last-child {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit; }
    .dropdown-option__label {
      font-size: 14px;
      line-height: 20px;
      padding: 10px 0;
      text-align: left; }
    .dropdown-option:not(:last-child) .dropdown-option__label {
      border-bottom: 1px solid #e6e6e6; }
    .dropdown-option--inactive {
      color: #888;
      cursor: not-allowed; }

.checkmark {
  width: 60px;
  height: 60px; }
  @media screen and (max-width: 767px) {
    .checkmark {
      width: 40px;
      height: 40px; } }
  .checkmark > img {
    width: inherit;
    height: inherit; }

.close-button {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 20px;
  border-width: 0;
  cursor: pointer;
  background-color: white; }
  .close-button::before, .close-button::after {
    content: '';
    width: 28px;
    height: 1px;
    border-radius: 1px;
    display: block;
    background-color: #2b2b2b;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 10px;
    left: 10px; }
  .close-button::after {
    transform: translate(-50%, -50%) rotate(135deg); }

.contract-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover; }

.dev-sign-in-button__field {
  display: flex;
  justify-content: center;
  margin-bottom: 40px; }

.sign-in {
  display: grid;
  grid-template-columns: 613px auto;
  min-height: 100vh;
  background-color: white; }

.sign-in__right {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url(background.7dad27378758c3b25070f9418c5297f4.png);
  background-size: cover;
  justify-content: center;
  align-items: center; }

.sign-in__content {
  padding: 0 80px;
  margin-left: auto;
  max-width: 617px; }

.sign-in__title {
  font-size: 26px;
  line-height: 34px;
  color: #7341f3;
  margin-top: 45px;
  margin-bottom: 10px; }

.sign-in__subtitle {
  font-size: 16px;
  line-height: 24px; }

.sign-in__scan {
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: center; }

.sign-in-top {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 80px;
  margin-left: auto;
  max-width: 617px;
  border-bottom: solid 1px #ebeae9;
  background-color: white; }

.sign-in-top__logo {
  width: 134px;
  height: 20px; }

.sign-in-top__arrow {
  margin: 0 15px 0 20px;
  height: 24px;
  width: 24px; }

.sign-in-top__text {
  font-size: 18px;
  line-height: 26px;
  color: #3b10a7; }

.sign-in-checkbox {
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
  user-select: none;
  cursor: pointer; }

.sign-in-checkbox__input {
  position: relative;
  margin-right: 15px;
  cursor: pointer; }
  .sign-in-checkbox__input::after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    height: 17px;
    width: 17px;
    border-radius: 3px;
    border: 3px solid #7341f3;
    background-color: white;
    pointer-events: none;
    transition: background-color 0.2s ease-in-out; }
  .sign-in-checkbox__input:checked::after {
    background-color: #7341f3;
    box-shadow: inset 0 0 0 2px white; }

.sign-in-checkbox__keep-signed {
  font-size: 14px;
  line-height: 20px; }

.sign-in-instructions {
  font-size: 16px;
  line-height: 24px;
  color: #7341f3; }
  .sign-in-instructions li {
    margin-bottom: 10px; }
  .sign-in-instructions a {
    display: block;
    margin-top: 10px; }

.sign-in-instructions__text {
  color: #2b2b2b; }

.sign-in-modal {
  text-align: center; }

.sign-in-modal__check-mark {
  margin-bottom: 10px; }

.sign-in-modal__text {
  font-size: 18px;
  line-height: 26px;
  line-height: 32px;
  font-family: 'Graphik-Medium', sans-serif;
  margin-top: 0;
  color: #2b2b2b;
  letter-spacing: -0.2px; }

.agreements.teosto {
  padding: 50px 80px;
  display: grid;
  grid-column-gap: 162px;
  grid-template-columns: 7.5fr 2.5fr; }

.agreement-item.teosto {
  background-color: white;
  border-radius: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto 180px;
  grid-column-gap: 10px;
  padding: 12px 30px 12px 12px;
  height: 64px;
  margin-top: 10px; }
  .agreement-item.teosto:hover {
    box-shadow: inset 0 0 0 1px #7341f3; }

.agreement-item__image.teosto {
  width: 40px;
  height: 40px;
  border-radius: 8px; }

.agreement-item__main.teosto {
  color: inherit;
  display: flex;
  flex-direction: column; }

.agreement-item__title.teosto {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.agreement-item__description.teosto {
  font-size: 12px;
  line-height: 16px; }

.agreement-item__icon.teosto {
  width: 12px;
  height: 12px;
  margin-right: 4px; }

.agreement-item__balance.teosto {
  font-size: 12px;
  line-height: 16px;
  color: #888;
  text-align: right; }

.agreement-item__info.teosto {
  font-size: 14px;
  line-height: 20px;
  text-align: right; }
  .agreement-item.teosto:hover > .agreement-item__info.teosto {
    display: none; }

.agreement-item__error {
  color: #f76664; }

.agreement-item__button {
  display: none;
  margin-left: auto; }
  .agreement-item:hover > .agreement-item__button {
    display: block; }

.agreement-list__header.teosto {
  display: grid;
  grid-template-columns: 1fr auto 180px;
  grid-column-gap: 10px;
  padding: 0 30px 0 12px; }

.agreement-list__header-item.teosto {
  font-size: 12px;
  line-height: 16px;
  color: #888;
  text-align: right; }
  .agreement-list__header-item.teosto:first-child {
    text-align: left; }

.agreement-list.teosto {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.pay-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px; }

.pay-form__title {
  grid-column: span 2;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px; }

.pay-form-field {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.pay-form-field__title {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.pay-form-input {
  flex: 1;
  width: 100%;
  color: #7341f3;
  font-size: 48px;
  line-height: 54px;
  outline: none;
  border: none;
  margin: 0; }
  .pay-form-input::placeholder {
    color: #cacaca; }

.pay-form-input__wrapper {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  width: 363px;
  overflow: hidden; }

.pay-form-input__usd-ticker {
  font-size: 16px;
  line-height: 24px;
  color: #888;
  padding-left: 8px; }

.pay-form-agreement-name {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  bottom: 2px; }

.pay-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 20px;
  margin-bottom: 15px; }

.pay-form-footer__balance {
  font-size: 14px;
  line-height: 20px; }

.pay-form-footer__description {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.pay-form__button-wrapper {
  grid-column: span 2;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.creator {
  padding: 105px 80px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .creator__columns {
    width: 100%;
    display: grid;
    grid-template-columns: 282px auto;
    column-gap: 161px;
    row-gap: 50px; }
  .creator__form {
    grid-area: form; }
  .creator__button {
    align-self: flex-end;
    display: flex;
    align-items: center;
    min-width: 130px;
    justify-content: space-between;
    padding: 8px 20px 7px;
    line-height: 25px; }
  .creator__title {
    font-size: 26px;
    line-height: 34px;
    color: #7341f3;
    margin: 0; }
  .creator__subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #2b2b2b;
    margin: 10px 0 60px 0; }

.notification-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px; }

.notification-text {
  margin-right: 20px;
  font-size: 14px;
  color: #a2a2a2;
  letter-spacing: -0.2px;
  line-height: 20px; }

.notification-btn {
  font-size: 14px;
  color: #4611ea;
  line-height: 20px;
  text-decoration: underline; }

.learn-more {
  padding: 18px 20px;
  background: rgba(115, 65, 243, 0.05);
  border-radius: 8px; }
  .learn-more-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .learn-more-text {
    max-width: 480px;
    font-size: 14px;
    color: #888;
    line-height: 20px; }
  .learn-more-btn {
    font-size: 14px;
    color: #5a32ed;
    line-height: 20px;
    text-decoration: underline; }

.success-box {
  padding: 126px 88px;
  text-align: center; }

.success-icon {
  margin-bottom: 32px; }

.success-title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 26px;
  color: #2b2b2b;
  line-height: 34px; }

.success-text {
  margin-bottom: 8px;
  font-size: 16px;
  color: #888;
  line-height: 24px; }

.tip {
  display: flex;
  margin-top: 20px;
  padding: 17px 20px 16px;
  background: #eeebf4;
  border-radius: 8px; }
  .tip-label {
    margin-right: 16px;
    font-size: 14px;
    color: #7341f3;
    line-height: 20px; }
  .tip-text {
    max-width: 480px;
    font-size: 14px;
    color: #888;
    line-height: 20px; }

.add-address-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding: 8px 20px; }

.total-tokens {
  display: flex;
  width: 261px;
  align-items: center; }
  .total-tokens-amount {
    font-size: 12px;
    line-height: 16px;
    color: #888;
    text-align: center;
    flex: 1; }
  .total-tokens-percentage {
    font-size: 20px;
    line-height: 26px;
    color: #7341f3; }
  .total-tokens-percentage.error, .total-tokens-amount.error {
    color: #f76664; }

.create-agreement-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0 35px;
  padding: 20px 30px 20px 20px;
  background-color: white;
  border-radius: 8px; }

.create-agreement-btn.disabled {
  background: #cacaca;
  color: #fff;
  cursor: not-allowed; }

.create-agreement-preview {
  grid-area: preview; }
  .create-agreement-preview__label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #2b2b2b; }
  .create-agreement-preview__box {
    width: 282px;
    margin-right: 160px;
    padding: 24px 30px 30px;
    background: white;
    border-radius: 8px; }
    .create-agreement-preview__box:hover {
      cursor: pointer; }
    .create-agreement-preview__box-label {
      font-size: 12px;
      color: #888; }
      .create-agreement-preview__box-label:not(:first-child) {
        margin-top: 30px; }
  .create-agreement-preview__title {
    margin-top: 6px;
    font-size: 26px;
    color: #7341f3;
    line-height: 34px;
    font-weight: 500; }
  .create-agreement-preview__description {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
    .create-agreement-preview__description-link {
      font-size: 16px;
      line-height: 24px;
      color: #7341f3; }
  .create-agreement-preview__tokens {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 14px 8px;
    background: #ece7fd;
    border-radius: 100px;
    font-size: 14px;
    color: #7341f3;
    text-align: center; }

.distribute-evenly {
  display: flex; }
  .distribute-evenly__label {
    margin-right: 20px; }

.form-input {
  font-size: 18px;
  line-height: 26px;
  border: none;
  letter-spacing: -0.2px;
  flex: 1;
  padding: 20px;
  border-radius: inherit; }
  .form-input-wrapper {
    display: flex;
    width: 100%;
    height: 70px;
    background: white;
    border-radius: 8px; }
    .form-input-wrapper.active {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
  .form-input-hint {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin: auto 30px auto 0; }

.form-textarea {
  font-size: 18px;
  line-height: 26px;
  display: block;
  width: 100%;
  min-height: 185px;
  margin-top: 12px;
  padding: 15px;
  border: none;
  background: #fff;
  border-radius: 8px;
  letter-spacing: -0.2px;
  resize: none; }
  .form-textarea:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }

.form-btn {
  margin-left: 30px; }
  .form-btn-block {
    margin-top: 20px;
    text-align: right; }
  .form-btn-hint {
    font-family: 'Graphik-Medium', sans-serif;
    font-size: 14px;
    color: #6c6d6d;
    letter-spacing: -0.2px;
    text-align: right;
    line-height: 21px; }

.holder-search {
  display: flex;
  width: 100%;
  background: white;
  border-radius: 8px;
  flex-direction: column;
  height: auto;
  position: relative;
  z-index: 100; }
  .holder-search__wrapper {
    height: 140px;
    margin-bottom: 30px; }
  .holder-search--active {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
  .holder-search__input {
    font-size: 18px;
    line-height: 26px;
    border: none;
    letter-spacing: -0.2px;
    flex: 1;
    padding: 20px;
    border-radius: inherit; }
    .holder-search__input-wrapper {
      display: flex;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-width: 1px;
      border-bottom-color: #e6e6e6;
      border-bottom-style: solid;
      border-top-left-radius: inherit; }
    .holder-search__input-right {
      width: 92px;
      display: flex; }
  .holder-search__spinner {
    margin: auto 20px auto 0; }

.holders-dropdown {
  background-color: white;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }
  .holders-dropdown-item {
    padding: 12px 20px;
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 40px repeat(3, 1fr) 66px;
    grid-column-gap: 10px; }
    .holders-dropdown-item .add-holder-button {
      display: none;
      padding: 8px 19px;
      font-size: 14px; }
    .holders-dropdown-item:hover {
      background-color: #f9f9f9; }
      .holders-dropdown-item:hover .add-holder-button {
        display: block; }
    .holders-dropdown-item:after {
      content: '';
      position: absolute;
      width: calc(100% - 40px);
      height: 1px;
      background-color: #e6e6e6;
      top: 100%;
      left: 20px; }
    .holders-dropdown-item-image {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
    .holders-dropdown-item-name, .holders-dropdown-item-email {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .holders-dropdown-item-email, .holders-dropdown-item-address {
      font-size: 12px;
      line-height: 16px;
      color: #888; }
  .holders-dropdown-footer {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    height: 70px;
    border-radius: inherit;
    padding: 15px 20px;
    align-items: center; }
    .holders-dropdown-footer-message {
      color: #888; }
      .holders-dropdown-footer-message-highlight {
        color: #2b2b2b;
        font-weight: 500; }

.holders-list__header, .holders-list__item {
  display: grid;
  align-items: center;
  grid-column-gap: 10px; }

.holders-list__header {
  grid-template-columns: auto 298px 90px 80px;
  margin-bottom: 10px;
  padding: 0 20px 0 12px; }

.holders-list__column-header {
  font-size: 12px;
  line-height: 16px;
  color: #888; }
  .holders-list__column-header--right {
    justify-self: end;
    margin-right: 10px; }

.holders-list__remove-item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(247, 102, 100, 0.1);
  color: #f76664;
  cursor: pointer; }
  .holders-list__remove-item--wrapper {
    position: absolute;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -40px;
    top: 0;
    width: 45px;
    height: 100%; }

.holders-list__item {
  grid-template-columns: auto 160px 128px 90px 80px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 20px 12px 12px;
  margin-bottom: 10px;
  position: relative; }
  .holders-list__item .holder {
    display: flex;
    align-items: center; }
    .holders-list__item .holder-admin-status {
      font-size: 12px;
      line-height: 16px;
      margin-left: 10px;
      color: #00b887; }
  .holders-list__item .make-admin-btn {
    visibility: hidden;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #7341f3;
    border: 1px solid #7341f3;
    border-radius: 8px;
    width: fit-content;
    justify-self: end; }
    .holders-list__item .make-admin-btn:hover {
      border-color: #3b10a7;
      color: #3b10a7; }
  .holders-list__item-address {
    font-size: 12px;
    line-height: 16px;
    color: #888; }
    .holders-list__item-address--spread {
      grid-column-end: span 2; }
  .holders-list__item-shares, .holders-list__item-shares-percentage {
    font-size: 14px;
    line-height: 20px;
    color: #2b2b2b;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    text-align: right;
    padding: 6px 10px 4px; }
  .holders-list__item-shares-percentage {
    padding-right: 22px;
    width: 100%; }
    .holders-list__item-shares-percentage__wrapper {
      position: relative; }
  .holders-list__item-shares__percentage-sign {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    right: 11px; }
  .holders-list__item:hover {
    border-color: #7341f3; }
    .holders-list__item:hover .make-admin-btn {
      visibility: visible; }
    .holders-list__item:hover .holders-list__remove-item--wrapper {
      visibility: visible; }

.confirm-agreement--wrapper {
  display: grid;
  grid-template-columns: 363px 363px;
  grid-column-gap: 30px; }

.confirm-agreement__modal-title {
  font-size: 18px;
  line-height: 26px;
  grid-column-end: span 2;
  margin: 0 0 20px; }

.confirm-agreement__column {
  border-top: 1px solid #e6e6e6; }
  .confirm-agreement__column__section-title {
    font-size: 12px;
    line-height: 16px;
    color: #888;
    margin-top: 20px; }

.confirm-agreement__title {
  font-size: 26px;
  line-height: 34px;
  color: #7341f3;
  font-weight: 500;
  margin-top: 6px; }

.confirm-agreement__description {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  overflow: scroll;
  max-height: 216px; }

.confirm-agreement__message {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px; }
  .confirm-agreement__message span {
    font-weight: 500; }

.confirm-agreement__qr-code {
  display: flex;
  margin: 58px auto 70px;
  justify-content: center; }

.confirm-agreement__footer {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  margin-top: 15px; }

.success-view--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.confirm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-template-rows: auto 1fr auto auto;
  grid-row-gap: 15px;
  width: 836px; }

.confirm__send {
  font-size: 18px;
  line-height: 26px;
  display: block; }

.confirm__edit {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  text-align: right;
  cursor: pointer;
  display: block; }
  .confirm__edit:hover {
    text-decoration: underline; }

.confirm-field-recipient {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "avatar name" "avatar address";
  grid-column-gap: 10px;
  margin-top: 15px; }

.confirm-field-recipient__image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  grid-area: avatar; }

.confirm-field-recipient__title {
  font-size: 16px;
  line-height: 24px;
  display: block; }

.confirm-field-value {
  font-size: 48px;
  line-height: 54px;
  display: block;
  margin-top: 20px;
  color: #7341f3; }

.confirm-field-value__ticker {
  font-size: 18px;
  line-height: 26px;
  color: #888; }

.confirm-field {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.confirm-field__label {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #888; }

.confirm-field__info {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #888; }

.confirm-field--value {
  padding-top: 20px; }

.confirm-field--qr-code {
  padding-top: 20px;
  grid-column: 2;
  grid-row: 2 / span 2; }

.confirm-field__scan-instruction {
  font-size: 16px;
  line-height: 24px;
  display: block; }

.list-navigation {
  position: fixed;
  width: 172px; }
  .list-navigation__title {
    font-size: 26px;
    line-height: 34px;
    color: #7341f3;
    border-bottom: 1px solid #7341f3;
    padding-bottom: 40px;
    margin-bottom: 29px;
    font-weight: 500; }
  .list-navigation__item {
    padding: 0;
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between; }
    .list-navigation__item:hover {
      color: #a2a2a2; }
    .list-navigation__item--active {
      color: #7341f3; }
      .list-navigation__item--active:hover {
        color: #7341f3; }
  .list-navigation .search-button {
    visibility: hidden;
    padding: 8px 20px 7px;
    width: 172px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .list-navigation .search-button--visible {
      visibility: visible; }
    .list-navigation .search-button img {
      width: 25px;
      height: 25px; }

.contracts-list__wrapper {
  display: grid;
  grid-template-columns: 172px auto;
  grid-column-gap: 50px;
  padding: 80px 80px 120px; }

.contracts-list__top-area {
  height: 74px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 29px; }

.contracts-list__header.agreements-list__header, .contracts-list__item.agreements-list__item {
  display: grid;
  grid-template-columns: 1.2fr 1fr 160px 59px 25px;
  grid-column-gap: 15px; }

.contracts-list__header.assets-list__header, .contracts-list__item.assets-list__item {
  display: grid;
  grid-template-columns: 1.2fr 1fr 59px 160px 25px;
  grid-column-gap: 15px; }
  .contracts-list__header.assets-list__header--only-shared, .contracts-list__item.assets-list__item--only-shared {
    grid-template-columns: 1.2fr 1fr 1fr 59px 160px 25px; }

.contracts-list__header {
  padding: 0 20px 0 12px; }

.contracts-list__column-header {
  font-size: 12px;
  line-height: 16px;
  color: #888; }
  .contracts-list__column-header--right {
    justify-self: end; }

.contracts-list__item {
  background-color: white;
  border-radius: 8px;
  padding: 12px 20px 12px 12px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid transparent;
  color: #2b2b2b; }
  .contracts-list__item__main-data {
    display: flex;
    align-items: center;
    overflow: hidden; }
    .contracts-list__item__main-data-text-wrapper {
      display: flex;
      flex-direction: column;
      overflow: hidden; }
  .contracts-list__item-icon {
    min-width: 40px;
    margin-right: 10px; }
  .contracts-list__item-title {
    padding-right: 31px; }
  .contracts-list__item-title, .contracts-list__item-holders, .contracts-list__item-subtitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .contracts-list__item-holders, .contracts-list__item-date, .contracts-list__item-subtitle, .contracts-list__item-identifier {
    font-size: 12px;
    line-height: 16px;
    color: #888; }
  .contracts-list__item-owner {
    font-size: 12px;
    line-height: 16px;
    color: #888;
    display: flex;
    height: 100%;
    align-items: center; }
    .contracts-list__item-owner > img {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-right: 10px; }
  .contracts-list__item-shares, .contracts-list__item-revenue {
    font-size: 14px;
    line-height: 20px;
    text-align: right; }
  .contracts-list__item-options {
    visibility: hidden;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background-color: white; }
    .contracts-list__item-options .dropdown {
      visibility: hidden;
      width: 172px;
      top: 100%;
      right: 0; }
  .contracts-list__item:hover {
    border-color: #7341f3; }
    .contracts-list__item:hover .contracts-list__item-options {
      visibility: visible; }
      .contracts-list__item:hover .contracts-list__item-options:hover .dropdown {
        visibility: visible; }

.empty-list {
  display: flex;
  flex-direction: column; }
  .empty-list__top-area, .empty-list__bottom-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .empty-list__top-area-text, .empty-list__bottom-area-text {
      font-weight: 500;
      text-align: center; }
      .empty-list__top-area-text .hightlight, .empty-list__bottom-area-text .hightlight {
        color: #7341f3; }
  .empty-list__top-area {
    background-image: url(background-pattern.4db429baf4d90a34f5ef963046ab9110.svg);
    background-position: center;
    background-color: white;
    height: 850px;
    padding: 0 330px; }
    @media (min-width: 768px) and (max-width: 1439px) {
      .empty-list__top-area {
        padding: 0; } }
    .empty-list__top-area-text {
      font-size: 48px;
      line-height: 54px;
      margin-bottom: 50px; }
      @media (min-width: 768px) and (max-width: 1439px) {
        .empty-list__top-area-text {
          width: 688px; } }
  .empty-list__bottom-area {
    height: 380px; }
    .empty-list__bottom-area-text {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 40px;
      width: 445px; }

.agreement-hero {
  width: calc(100% - 26px);
  margin: 0 13px 60px 13px;
  background-color: white;
  border-radius: 8px;
  padding: 41px 0 43px 0; }

.agreement-hero__content {
  max-width: 866px;
  padding: 0 15px;
  margin: 0 auto; }

.agreement-hero__title {
  margin: 133px 0 40px 0;
  font-size: 48px;
  line-height: 54px;
  color: #7341f3;
  font-weight: normal; }

.agreement-hero__description {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 52px; }

.agreement-hero__description-more {
  cursor: pointer;
  margin-top: 10px;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #7341f3; }

.agreement-hero-user {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px; }

.agreement-hero-user__avatar {
  grid-row: 1 / span 2; }

.agreement-hero-user__name {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b; }

.agreement-hero-user__time {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.asset-hero {
  width: calc(100% - 26px);
  margin: 0 13px 60px 13px;
  display: grid;
  grid-template-columns: auto 45%;
  column-gap: 13px; }

.asset-hero__left {
  background-color: white;
  border-radius: 8px;
  padding: 41px 68px 43px 68px;
  display: flex;
  flex-direction: column;
  align-content: stretch; }

.asset-hero__left--full {
  grid-column: span 2;
  padding: 41px 290px 43px 290px; }

.asset-hero__title {
  font-size: 48px;
  line-height: 54px;
  color: #7341f3;
  font-weight: normal;
  margin-bottom: 30px;
  flex: 1;
  display: flex;
  align-items: flex-end; }
  .asset-hero__left--full > .asset-hero__title {
    margin-top: 137px; }

.asset-hero__subtitle {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 20px; }

.asset-hero__note {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #888;
  flex: 1; }
  .asset-hero__left--full > .asset-hero__note {
    margin-bottom: 180px; }

.asset-hero__right {
  display: none;
  background-color: white;
  border-radius: 8px;
  position: relative;
  width: 100%;
  padding-top: 100%; }

.asset-hero__right--visible {
  display: block; }

.asset-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  position: relative; }

.hero-footer__section {
  display: grid;
  border-top: solid 1px #ebeae9;
  padding-top: 20px; }

.hero-footer__value {
  font-size: 18px;
  line-height: 26px;
  color: #2b2b2b;
  margin: 0 auto;
  padding: 10px 0 7px 0; }

.hero-footer__label {
  font-size: 16px;
  line-height: 24px;
  color: #888;
  margin: 0 auto 10px auto; }

.hero-footer__sign-in {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #7341f3;
  text-align: center; }

.hero-footer--blurred .hero-footer__value {
  filter: opacity(25%) blur(7px); }

.hero-footer--blurred .hero-footer__sign-in {
  display: block; }

.hero-top-testnet-pill {
  width: 196px;
  height: 36px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 16px; }

.hero-top-testnet-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  animation: 1s blink ease infinite; }

.hero-top-testnet-pill__text {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b; }

.hero-top-testnet-pill--kovan {
  background-color: rgba(249, 184, 63, 0.1); }
  .hero-top-testnet-pill--kovan .hero-top-testnet-pill__dot {
    background-color: rgba(249, 184, 63, 0.5); }

.hero-top-testnet-pill--ropsten {
  background-color: rgba(249, 63, 63, 0.1); }
  .hero-top-testnet-pill--ropsten .hero-top-testnet-pill__dot {
    background-color: rgba(249, 63, 63, 0.5); }

.hero-top-testnet-pill--mainnet {
  display: none; }

@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }

.hero-top {
  display: flex;
  justify-content: space-between; }

.hero-top__icon {
  width: 25px;
  height: 25px; }

.hero-top__address {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b;
  padding: 0 5px; }

.hero-top__description {
  font-size: 12px;
  line-height: 16px;
  color: #888; }
  .hero-top__description span {
    display: block; }

.hero-top__show-qr-code {
  font-size: 14px;
  line-height: 20px;
  background: none;
  border: none;
  color: #7341f3;
  padding: 0;
  display: none;
  cursor: pointer; }

.hero-top__address-section {
  display: inline-flex;
  align-items: center;
  cursor: pointer; }
  .hero-top__address-section:hover .hero-top__show-qr-code {
    display: block; }
  .hero-top__address-section:hover .hero-top__description {
    display: none; }

.load-more-button {
  margin-top: 20px;
  height: 40px;
  width: 130px;
  border-radius: 8px;
  border: 1px solid #7341f3;
  background-color: #f5f5f5;
  color: #7341f3;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 11px; }

.load-more-button--hidden {
  display: none; }

.ownership-and-collection__title {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: normal; }

.ownership-and-collection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px; }

.ownership-and-collection__field {
  padding: 50px 30px;
  border-radius: 8px;
  background-color: white; }

.ownership-and-collection__field-title {
  font-size: 26px;
  line-height: 34px;
  color: #7341f3;
  display: block;
  text-align: center;
  font-weight: normal; }

.ownership-and-collection__text {
  font-size: 16px;
  line-height: 24px;
  color: #888;
  display: block;
  text-align: center; }

.ownership-and-collection__field--fade-out .ownership-and-collection__field-title, .ownership-and-collection__field--fade-out .ownership-and-collection__text {
  color: #cacaca; }

.pay-section {
  margin-bottom: 60px;
  background-color: white;
  border-radius: 8px;
  padding: 30px; }

.pay-section__title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500; }

.pay-section__text {
  font-size: 16px;
  line-height: 24px;
  color: #888;
  margin-top: 0;
  margin-bottom: 30px; }

.pay-section__button {
  width: 140px; }

.pay-section__link {
  font-size: 16px;
  line-height: 24px;
  margin-left: 35px;
  color: #7341f3; }

.qr-code-modal__qr-code-field {
  padding: 50px 95px 20px 95px; }

.qr-code-modal__qr-code-image {
  width: 230px;
  height: 230px;
  object-fit: contain; }

.qr-code-modal__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }

.qr-code-modal__title {
  font-size: 22px;
  line-height: 28px;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 10px; }

.qr-code-modal__address {
  font-size: 14px;
  line-height: 20px;
  color: #7341f3;
  margin-bottom: 30px;
  cursor: pointer; }

.qr-code-modal__instruction {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b;
  max-width: 300px;
  text-align: center;
  margin-bottom: 15px; }

.user-profile {
  display: flex;
  align-items: center; }

.user-profile__name {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-left: 10px; }

.asset-info-details-list {
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap; }
  .asset-info-details-list > div {
    margin-right: 20px; }
  .asset-info-details-list-modal {
    overflow: scroll;
    max-height: 540px; }

.asset-info-details-list__link {
  font-size: 14px;
  line-height: 20px;
  color: #7341f3;
  margin-bottom: 5px;
  cursor: pointer; }

.asset-info-details-list__header {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px; }

.asset-info-details-list__title {
  font-size: 18px;
  line-height: 26px;
  color: #2b2b2b; }

.asset-info-details-list__name {
  font-size: 12px;
  line-height: 16px;
  color: #888;
  margin-left: 10px; }

.asset-info-details--field-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px; }
  .asset-info-details--field-list .asset-info-details__item {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    border-top: solid 1px #ebeae9;
    overflow: hidden; }
  .asset-info-details--field-list .asset-info-details__title {
    font-size: 12px;
    line-height: 16px;
    color: #888;
    margin-bottom: 30px; }
  .asset-info-details--field-list .asset-info-details__value {
    font-size: 18px;
    line-height: 26px;
    color: #2b2b2b;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.asset-info-details--ordered-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column; }
  .asset-info-details--ordered-list .asset-info-details__item {
    display: grid;
    grid-template-columns: 3fr 20fr 19fr 18fr 3fr;
    padding: 20px 0;
    border-top: solid 1px #ebeae9;
    align-items: baseline; }
  .asset-info-details--ordered-list .asset-info-details__number {
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b; }
  .asset-info-details--ordered-list .asset-info-details__title {
    font-size: 18px;
    line-height: 26px;
    color: #2b2b2b; }
  .asset-info-details--ordered-list .asset-info-details__artist,
  .asset-info-details--ordered-list .asset-info-details__isrc {
    font-size: 12px;
    line-height: 16px;
    color: #888; }
  .asset-info-details--ordered-list .asset-info-details__info {
    grid-column: 5;
    font-size: 12px;
    line-height: 16px;
    color: #888; }

.asset-info-details--grouped-list {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #ebeae9; }
  .asset-info-details--grouped-list .asset-info-details__item {
    display: flex;
    flex-direction: column;
    padding-top: 30px; }
  .asset-info-details--grouped-list .asset-info-details__header {
    font-size: 12px;
    line-height: 16px;
    color: #888; }
  .asset-info-details--grouped-list .asset-info-details__record {
    display: flex;
    border-bottom: solid 1px #ebeae9;
    padding: 20px 0;
    align-items: center; }
  .asset-info-details--grouped-list .asset-info-details__title {
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b; }
  .asset-info-details--grouped-list .asset-info-details__info {
    font-size: 12px;
    line-height: 16px;
    color: #888;
    margin-left: 10px; }

.asset-info-details--unordered-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column; }
  .asset-info-details--unordered-list .asset-info-details__item {
    display: grid;
    grid-template-columns: 10fr 9fr 6fr 6fr;
    padding: 17px 0;
    border-top: solid 1px #ebeae9;
    align-items: baseline; }
    .asset-info-details--unordered-list .asset-info-details__item .asset-info-details__title {
      font-size: 16px;
      line-height: 24px;
      color: #2b2b2b;
      padding: 3px 0; }
    .asset-info-details--unordered-list .asset-info-details__item .asset-info-details__artist,
    .asset-info-details--unordered-list .asset-info-details__item .asset-info-details__isrc {
      font-size: 12px;
      line-height: 16px;
      color: #888;
      padding: 3px 0; }
    .asset-info-details--unordered-list .asset-info-details__item .asset-info-details__info {
      display: flex;
      justify-self: flex-end;
      align-self: center; }
      .asset-info-details--unordered-list .asset-info-details__item .asset-info-details__info .asset-info-details__streaming-platform:not(:last-child) {
        margin-right: 8px; }

.asset-info-platform {
  grid-column: 3;
  display: flex;
  align-items: center;
  align-self: flex-start; }

.asset-info-platform__text {
  display: flex;
  align-items: baseline; }

.asset-info-platform__icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  margin-right: 10px; }

.asset-info-platform__id {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-right: 10px; }

.asset-info-platform__name {
  font-size: 12px;
  line-height: 16px;
  color: #888;
  margin-right: 10px; }

.asset-info-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px; }

.asset-info-top__details {
  display: flex;
  flex-direction: column;
  grid-column: span 2; }

.asset-info-top__title {
  font-size: 26px;
  line-height: 34px;
  color: #7341f3;
  margin-bottom: 10px; }

.asset-info-top__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b;
  margin-bottom: 10px; }

.asset-info-top__note {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  margin-bottom: 20px; }

.asset-info__wrapper {
  margin-bottom: 60px; }

.asset-info__title {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: normal; }

.asset-info {
  background-color: white;
  border-radius: 8px;
  padding: 30px 30px 40px 30px; }

.earnings-history-chart {
  display: grid;
  grid-template-columns: 80px auto;
  grid-template-rows: 160px 50px;
  row-gap: 10px; }
  .earnings-history-chart .eh-x-axis-labels {
    grid-column: 2;
    grid-row: 2; }
  .earnings-history-chart .eh-y-axis-labels {
    grid-column: 1;
    grid-row: 1; }
  .earnings-history-chart .eh-data-display {
    grid-column: 2;
    grid-row: 1; }

.earnings-history__wrapper {
  margin-bottom: 60px; }

.earnings-history__title {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: normal; }

.earnings-history {
  position: relative;
  background-color: white;
  border-radius: 8px;
  padding: 14px 30px 30px 30px; }

.earnings-history__signed-out {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding-top: 120px;
  margin-left: -30px;
  display: none;
  flex-direction: column;
  align-items: center; }

.earnings-history--blurred > *:not(.earnings-history__signed-out) {
  filter: opacity(25%) blur(7px); }

.earnings-history--blurred > .earnings-history__signed-out {
  display: flex; }

.earnings-history__signed-out-title {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #7341f3;
  text-align: center;
  margin-bottom: 10px; }

.earnings-history__signed-out-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #7341f3;
  text-align: center;
  max-width: 393px; }

.eh-bar-modal {
  position: absolute;
  top: -75px;
  display: none;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 15px;
  width: 283px;
  z-index: 1000; }

.eh-bar-modal__header {
  padding-bottom: 12px;
  border-bottom: 1px solid #ebeae9;
  text-align: center; }

.eh-bar-modal__title {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b; }

.eh-bar-modal__field {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 16px 0 4px 0; }

.eh-bar-modal__label {
  font-size: 12px;
  line-height: 16px;
  color: #2b2b2b; }

.eh-bar-modal__value {
  font-size: 16px;
  line-height: 24px;
  color: #888; }

.eh-bar-modal__value--blue {
  color: #7341f3; }

.eh-bar {
  background-color: #7341f3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 10px; }

.eh-bar--left {
  background-color: #d1c4fa;
  transform: translate(3px); }

.eh-bar--right {
  background-color: #7341f3;
  transform: translate(-3px); }

.eh-bar--zero {
  height: 5px;
  background-color: #ebeae9; }

.eh-bar__wrapper {
  position: absolute;
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  height: 100%;
  width: calc(100% + 40px); }
  .eh-bar__wrapper:hover .eh-bar {
    background-color: #cacaca; }
  .eh-bar__wrapper:hover .eh-bar--right {
    background-color: #cacaca; }
  .eh-bar__wrapper:hover .eh-bar--left {
    background-color: #ebeae9; }
  .eh-bar__wrapper:hover .eh-bar--zero {
    background-color: #ebeae9; }

.eh-bar__field {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .eh-bar__field:hover > .eh-bar-modal {
    display: block; }
  .eh-bar__field:hover > .eh-bar {
    background-color: #7341f3; }
  .eh-bar__field:hover > .eh-bar--right {
    background-color: #7341f3; }
  .eh-bar__field:hover > .eh-bar--left {
    background-color: #d1c4fa; }
  .eh-bar__field:hover > .eh-bar--zero {
    background-color: #ebeae9; }

.eh-grid-lines {
  position: absolute;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #ebeae9; }

.eh-grid-lines__line {
  border-top: 1px solid #ebeae9;
  height: 40px; }

.eh-map-key-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 92px;
  margin-bottom: 10px; }
  .eh-map-key-bar > * {
    grid-column: span 2; }

.eh-map-key-bar__field {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.eh-map-key-bar__dot-light {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #d1c4fa; }

.eh-map-key-bar__dot-dark {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #7341f3; }

.eh-map-key-bar__text {
  margin-left: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #2b2b2b; }

.eh-period-selector {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  margin-bottom: 15px; }

.eh-period-selector__button {
  cursor: pointer;
  background-color: white;
  color: #a2a2a2;
  border: none;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
  margin-left: 30px; }

.eh-period-selector__button--active {
  border-bottom: 2px solid #7341f3;
  color: #7341f3; }

.eh-summary__wrapper {
  border-top: 1px solid #ebeae9;
  padding-top: 20px; }

.eh-summary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 92px; }

.eh-summary__field {
  display: flex;
  flex-direction: column; }

.eh-summary__field--faded {
  opacity: 0.5; }

.eh-summary__value {
  font-size: 18px;
  line-height: 26px;
  color: #2b2b2b; }

.eh-summary__label {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.eh-x-axis-labels {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px; }

.eh-x-axis-labels__label {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #888;
  white-space: pre-line; }

.eh-y-axis-labels {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: -8px;
  margin-bottom: -8px; }

.eh-y-axis-labels__label {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.no-payments-received-bar {
  margin-bottom: 30px;
  background-color: white;
  border-radius: 8px;
  padding: 50px 0; }

.no-payments-received-bar__text {
  font-size: 12px;
  line-height: 16px;
  color: #888;
  display: block;
  text-align: center; }

.activity-modal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px; }

.activity-modal__title {
  grid-column: span 2;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px; }

.activity-modal-field {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.activity-modal-field--bottom {
  padding: 0 0 20px 0;
  border-top: none; }

.activity-modal-field__title {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.activity-modal-amount,
.activity-modal-shares {
  flex: 1;
  width: 100%;
  color: #7341f3;
  font-size: 48px;
  line-height: 54px;
  outline: none;
  border: none;
  margin: 0; }
  .activity-modal-amount::placeholder,
  .activity-modal-shares::placeholder {
    color: #cacaca; }

.activity-modal-amount__wrapper,
.activity-modal-shares__wrapper {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  width: 363px;
  overflow: hidden; }

.activity-modal-amount__usd-ticker {
  font-size: 16px;
  line-height: 24px;
  color: #888;
  padding-left: 8px; }

.activity-modal-profile__wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 363px;
  overflow: hidden; }

.activity-modal-profile__name {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-left: 10px; }

.activity-modal-details {
  display: flex;
  flex-direction: column; }

.activity-modal-details__balance {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline; }

.activity-modal-details__value {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b; }

.activity-modal-details__received {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  margin-left: 0.5em; }

.activity-modal-details__confirmation {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  margin-top: 4px; }

.activity-modal-contract__description {
  display: flex;
  flex-direction: column; }

.activity-modal-contract__icon {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  margin-right: 10px;
  object-fit: cover; }

.activity-modal-contract__wrapper {
  margin-top: 20px;
  display: flex; }

.activity-modal-contract__title {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b; }

.activity-modal-contract__text {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.contract-activity-list-item {
  background-color: white;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 30px 12px 12px;
  height: 64px;
  margin-top: 10px;
  cursor: pointer; }
  .contract-activity-list-item:hover {
    box-shadow: inset 0 0 0 1px #7341f3; }
  .contract-activity-list-item__normal-text {
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b; }
  .contract-activity-list-item__highlighted-text {
    font-size: 16px;
    line-height: 24px;
    color: #7341f3; }
  .contract-activity-list-item__gray-text, .contract-activity-list-item__date {
    font-size: 14px;
    line-height: 20px;
    color: #888; }
  .contract-activity-list-item__bold-text {
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    font-weight: 500; }
  .contract-activity-list-item__date {
    margin-left: auto; }

.contract-activity-list-item__text {
  flex: 1;
  display: flex;
  align-items: baseline; }
  .contract-activity-list-item__text > *:first-child {
    margin-left: 10px; }
  .contract-activity-list-item__text > *:not(:last-child) {
    margin-right: 5px; }

.contract-activity-list__header {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 12px; }

.contract-activity-list__label {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.contract-activity-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.contract-activity-list__wrapper {
  position: relative; }

.contract-activity-list__signed-out {
  position: absolute;
  top: 0;
  margin-top: 10px;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center; }

.contract-activity-list__signed-out-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #7341f3;
  text-align: center; }

.contract-activity-list__wrapper--blurred .contract-activity-list-item > * {
  filter: opacity(25%) blur(7px); }

.contract-activity-list__wrapper--blurred > .contract-activity-list__signed-out {
  display: flex; }

.contract-activity__wrapper {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column; }

.contract-activity__title {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: normal; }

.contract-activity__spinner {
  display: flex;
  align-self: center; }

.rights-holders__wrapper {
  margin-bottom: 60px; }

.rights-holders__title {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: normal; }

.rights-holders-list-item {
  background-color: white;
  border-radius: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: 2.75fr 1fr 2.75fr 1fr 2.5fr;
  grid-column-gap: 10px;
  padding: 12px 30px 12px 12px;
  height: 64px;
  margin-top: 10px; }

.rights-holders-list-item__admin {
  font-size: 12px;
  line-height: 16px;
  color: #00b887; }

.rights-holders-list-item__address {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.rights-holders-list-item__balance {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: baseline;
  grid-column: span 2; }

.rights-holders-list-item__shares {
  font-size: 12px;
  line-height: 16px;
  color: #888;
  width: 100%; }

.rights-holders-list-item__percentage {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b;
  width: 100px; }

.rights-holders-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.rights-holders-list__header {
  display: grid;
  grid-template-columns: 2.75fr 1fr 2.75fr 1fr 2.5fr;
  grid-column-gap: 10px;
  padding: 0 30px 0 12px; }

.rights-holders-list__label {
  font-size: 12px;
  line-height: 16px;
  color: #888; }
  .rights-holders-list__label:nth-child(1) {
    grid-column: 1; }
  .rights-holders-list__label:nth-child(2) {
    grid-column: 3; }
  .rights-holders-list__label:nth-child(3) {
    grid-column: 5;
    justify-self: end; }

.rights-holders-top {
  margin-bottom: 30px;
  background-color: white;
  border-radius: 8px;
  padding: 30px 30px 30px 12px;
  display: grid;
  grid-template-columns: 2.75fr 1fr 2.75fr 1fr 2.5fr;
  grid-column-gap: 10px; }

.rights-holders-top__value {
  font-size: 26px;
  line-height: 34px;
  color: #2b2b2b; }

.rights-holders-top__label {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.rights-holders-top__field {
  display: flex;
  flex-direction: column; }
  .rights-holders-top__field:nth-child(1) {
    grid-column: 1;
    padding-left: 8px; }
    .rights-holders-top__field:nth-child(1) .rights-holders-top__value {
      color: #7341f3; }
  .rights-holders-top__field:nth-child(2) {
    grid-column: 3; }
  .rights-holders-top__field:nth-child(3) {
    grid-column: 4; }

.holder-profile {
  display: flex;
  align-items: center; }
  .holder-profile__contract-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover; }
  .holder-profile__name {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    margin-left: 10px; }

.transfer-history__wrapper {
  margin-bottom: 60px; }

.transfer-history__title {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: normal; }

.transfer-history-list-item {
  background-color: white;
  border-radius: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: 2.75fr 1fr 2.75fr 1fr 2.5fr;
  grid-column-gap: 10px;
  padding: 12px 30px 12px 12px;
  height: 64px;
  margin-top: 10px; }

.transfer-history-list-item__date {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.transfer-history-list-item__address {
  font-size: 12px;
  line-height: 16px;
  color: #888; }

.transfer-history-list-item__balance {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: baseline; }

.transfer-history-list-item__shares {
  font-size: 12px;
  line-height: 16px;
  color: #888;
  width: 100%; }

.transfer-history-list-item__percentage {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b;
  width: 100px; }

.transfer-history-list-item__arrow {
  font-size: 26px;
  line-height: 34px;
  font-weight: thin;
  color: #7341f3; }

.transfer-history-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.transfer-history-list__header {
  display: grid;
  grid-template-columns: 2.75fr 1fr 2.75fr 1fr 2.5fr;
  grid-column-gap: 10px;
  padding: 0 30px 0 12px; }

.transfer-history-list__label {
  font-size: 12px;
  line-height: 16px;
  color: #888; }
  .transfer-history-list__label:nth-child(1) {
    grid-column: 1; }
  .transfer-history-list__label:nth-child(2) {
    grid-column: 3; }
  .transfer-history-list__label:nth-child(3) {
    grid-column: 4; }
  .transfer-history-list__label:nth-child(4) {
    grid-column: 5;
    justify-self: end; }


/*# sourceMappingURL=main.0b5d04e8dbb55966264b.css.map*/