@charset "utf-8";

/* Pinview
********************************************************/
.plate.pinview {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}
.pinview .filter {
  margin-bottom: 7px;
}

.pinview h2,
.pinview h2 + ul {
  text-align: center;
}
.pinview h2 {
  margin-bottom: 0;
}
.pinview h2 + ul li.unit {
  font-size: medium;
  margin-top: -4px;
  margin-bottom: 6px;
}
.code {
  font-size: 1.2em;
  line-height: 1.2em !important;
  margin-right: 10px;
  border: 1px solid #e3e3e3;
  padding: 2px 8px;
  border-radius: 6px;
  background: #e3e3e32b;
  position: relative;
}
.code > strong {
  font-family: var(--ff-mono);
  font-weight: bold;
}
.code > em {
  position: absolute;
  top: 4px;
  left: 110%;
  color: red;
  font-size: 0.9em;
  white-space: nowrap;
}

.user_links li:not(.nav) ul li:has(a[href*='mailto']) {
  line-height: 1.8rem;
  margin-left: 10px;
}

/* Invite user */
.share {
  border-radius: 6px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 30px;
}
.share pre {
  text-align: left;
  margin-bottom: 40px;
}
.share .share_button {
  color: #fff;
  background: #8dbe50;
  padding: 6px 10px;
  line-height: 2;
  font-size: 1.4em !important;
  position: relative;
  padding-left: 30px;
}
.share .share_button:after {
  content: '';
  width: 14px;
  height: 14px;
  background-image:url("/assets/copy_to_clipboard-7ded83ce.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 10px;
}
.share .share_button:hover {
  color: #fff !important;
}
.share.button:before {
  content: '\f24d';
  font-family: FontAwesome;
  margin-right: 6px;
}
.send.button:before {
  content: '\f1d9';
  font-family: FontAwesome;
  margin-right: 6px;
}
.connect.button:before {
  content: '\f0c1';
  font-family: FontAwesome;
  margin-right: 7px;
  margin-left: -1px;
     -moz-transform: scale(-1, -1);
       -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.loading {
  display: inline-block;
  width: 52px;
  height: 10px;
}
.loading:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: -4px 0 0 19px;
  border-radius: 50%;
  border: 6px solid lightgrey;
  border-color: lightgrey transparent lightgrey transparent;
  animation: spin 1.2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width:990px) and (max-width:1200px) {
  .plate.pinview input[type='search'] {
    width: 83% !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 990px) {
  .plate.pinview input[type='search'] {
    width: 78% !important;
  }
}
@media screen and (max-width: 830px) {
  section.invite_container,
  section.cleanup_container {
    grid-template-columns: 1fr 1fr;
    padding: 5% 10%;
    padding-bottom: 80px;
  }
  section.invite_container .invite form {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  section.invite_container .invite form .button {
    grid-column: unset;
    grid-row: unset;
    margin-top: unset !important;
  }
  section.invite_container .connect.button {
    width: 100% !important;
  }
}
@media screen and (max-width:500px) {
  .plate.pinview input[type='search'] {
    width: 87% !important;
  }
  form[id="search_form"] input[type='submit'] {
    width: 100% !important;
  }
  .plate.pinview #search_form {
    margin-top: 20px;
  }
  .splash + .user_links {
    margin-left: -4% !important;
    padding-right: 0 !important;
  }
  .plate.pinview input[type='search'] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.invite_container,
  section.invite_container .instruction .form,
  section.cleanup_container {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  section.invite_container .instruction,
  section.cleanup_container .disconnect {
    grid-column: unset;
    grid-row: unset;
    margin-top: 30px;
    padding: 10%;
  }
  section.cleanup_container .batch,
  section.cleanup_container .inform {
    grid-column: unset;
    grid-row: unset;
  }
  section.invite_container .button,
  section.cleanup_container .button {
    float: none;
    width: 100% !important;
    text-align: center;
    display: block !important;
  }
  section[class$="_container"] > div p br {
    display: none;
  }
  .pinview .buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .pinview .buttons a {
    text-align: center;
  }
  .activity > li:not([class]) {
    line-height: 2.6em !important;
    padding: 3px 0;
  }
  .activity > li:has(.logo) > a {
    display: inline-grid;
    width: 43%;
    line-height: 1.1rem;
    grid-template-columns: 1fr 5px;
  }
  .accounts .activity > li:has(.logo) > a {
    display: unset;
    width: unset;
  }
  .activity .right .logo img {
    max-width: 60px;
    top: 10px !important;
  }
  .activity .tip {
    top: 3px;
  }
}

/* User List */
.pinview .name h3 {
  font-size: 12px;
  font-weight: bold;
  display: inline !important;
  color: #464646;
  line-height: 17px;
}
.pinview .name h3::after {
  content: "\a";
  white-space: pre;
}
.prospect a,
.prospect h3 {
  color: grey !important;
}
.blankstate {
  color: #888;
  margin: 20px auto;
  border: 1px dashed #d8d8d8;
  padding: 10px;
}
.blankstate p {
  max-width: 400px;
  margin: 10px auto;
}
.blankstate p > img {
  width: 80%;
}
.blankstate a {
  color: #414141;
}
.blankstate + .buttons {
  margin: 0 auto;
  display: table;
}
.blankstate.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: url("/assets/book-open-reader-cb667423.svg") center no-repeat;
  background-size: 220px;
  min-height: 340px;
}
.blankstate.grid > div {
  font-size: larger;
  color: #414141;
  text-align: left;
  margin: 20px 40px 80px 40px;
}
.blankstate.grid > div a {
  color: var(--brand-color);
}
.blankstate.grid > div:last-of-type {
  text-align: right;
}
.blankstate.grid > div.arrow:before {
  content: '';
  display: block;
  -webkit-mask: url("/assets/arrow-up-63f69169.svg") top left no-repeat;
          mask: url("/assets/arrow-up-63f69169.svg") top left no-repeat;
  background-color: var(--brand-color);
  height: 50px;
  margin-bottom: 20px;
}
.blankstate.grid > div.arrow:last-of-type:before {
  -webkit-mask: url("/assets/arrow-up-63f69169.svg") top right no-repeat;
          mask: url("/assets/arrow-up-63f69169.svg") top right no-repeat;
}