<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.extra-message-wrapper { padding:0 10px; }
.extra-message, #sitewide-notice, #buddypress div.message, #buddypress div#message { padding:10px 0 0; }
.extra-message.warning p, .extra-message p, #sitewide-notice.warning p, #sitewide-notice p, #buddypress div.message.warning p, #buddypress div.message p, #buddypress div#message.warning p, #buddypress div#message p {
  background-color:#dcdcde;
  border:none;
  color:#040418;
  font-weight:300;
  font-size:16px;
  line-height:25px;
  padding:23px 30px 22px;
  margin:0;
  clear:left;
}
.extra-message.warning p code, .extra-message p code, #sitewide-notice.warning p code, #sitewide-notice p code, #buddypress div.message.warning p code, #buddypress div.message p code, #buddypress div#message.warning p code, #buddypress div#message p code { font-weight:500; }
.extra-message.error p, #sitewide-notice.error p, #buddypress div.message.error p, #buddypress div#message.error p {
  background-color:rgba(245,0,87,0.1);
  border:1px solid #f50057;
}
.atwho-view {
  background:rgba(4,4,24,0.1);
  border-radius:0;
  border:1px solid rgba(4,4,24,0.1);
  box-shadow:none;
  color:#f50057;
  display:none;
  font-family:"niveau-grotesk", sans-serif;
  font-weight:300;
  margin-top:18px;
  position:absolute;
  top:0;
  z-index:1000;
}
.atwho-view { left:0; }
.atwho-view ul {
  background:#ffffff;
  list-style:none;
  margin:auto;
  padding:0;
}
.atwho-view ul li {
  border-bottom:1px solid rgba(4,4,24,0.1);
  box-sizing:content-box;
  cursor:pointer;
  display:block;
  font-size:16px;
  height:20px;
  line-height:20px;
  margin:0;
  overflow:hidden;
  padding:5px 10px;
}
.atwho-view img {
  border-radius:2px;
  float:right;
  height:20px;
  margin-top:0;
  width:20px;
}
.atwho-view strong {
  background:rgba(4,4,24,0.1);
  font-weight:500;
}
.atwho-view .username strong { color:#f50057; }
.atwho-view small {
  color:#040418;
  float:right;
  font-size:12px;
  font-weight:300;
  margin:0 10px 0 40px;
}
.atwho-view .cur { background:rgba(4,4,24,0.1); }
.empty-personal-list {
  width:100%;
  max-width:740px;
  padding:30px 10px 30px;
  margin:0 auto 0;
  text-align:center;
  font-size:18px;
  line-height:25px;
}
.empty-personal-list h3 {
  font-size:36px;
  line-height:36px;
  font-weight:900;
  margin:0 0 10px;
}
.empty-personal-list .link-button {
  margin-top:51px;
  width:100%;
}
@media (max-width: 900px) {
  .atwho-view img {
    float:left;
    margin:0 10px 0 0;
  }
}
@media (max-width: 400px) {
  .atwho-view ul li {
    font-size:16px;
    line-height:23px;
    padding:13px;
  }
  .atwho-view ul li img {
    height:30px;
    margin-top:-5px;
    width:30px;
  }
  .atwho-view {
    border-radius:0;
    height:100%;
    left:0 !important;
    width:100%;
  }
  .atwho-view ul li .username {
    display:inline-block;
    margin:-10px 0 0 0;
    padding:10px 0;
  }
  .atwho-view ul li small {
    display:inline-block;
    margin-left:20px;
  }
}
</pre></body></html>