.avatar {
  display: inline-block;
}
.avatar img {
  display: block;
  border-radius: 50%;
}
.avatar.small img {
  width: 20px;
  height: 20px;
}
.avatar.medium img {
  width: 36px;
  height: 36px;
}

.name {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #000;
}

.qualifier {
  padding: 0 3px 0 3px;
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}
.q_is {
  background-color: #ff7932;
}
.q_says {
  background-color: #e88d43;
}
.q_needs {
  background-color: #3aa46e;
}
.q_hopes {
  background-color: #e28ee1;
}
.q_feels {
  background-color: #4d99cd;
}
.q_thinks {
  background-color: #6ca5ce;
}
.q_wants {
  background-color: #84964d;
}
.q_wishes {
  background-color: #5cb27a;
}
.q_has {
  background-color: #468281;
}
.q_loves {
  background-color: #cc0100;
}
.q_hates {
  background-color: #111111;
}
.q_asks {
  background-color: #7c58a4;
}
.q_will {
  background-color: #ae60b1;
}
.q_was {
  background-color: #525252;
}
.q_had {
  /* not used */
  background-color: #8C8C8C;
}
.q_likes {
  background-color: #f2192d;
}
.q_shares {
  background-color: #c65454;
}
.q_replurks {
  background-color: #3b8610;
}
.q_replurks:before {
  margin-right: 2px;
}
.q_gives {
  background-color: #683021;
}
.q_wonders {
  background-color: #4c6391;
}
.q_writes {
  background-color: #efab07;
}
.q_draws {
  background-color: #47b2b1;
}
.q_plays {
  background-color: #fd7387;
}
.q_buys {
  background-color: #ff9481;
}
.q_sells {
  background-color: #ff5129;
}
.q_eats {
  background-color: #ff8d06;
}
.q_whispers {
  background-color: #32007e;
}

.plurk-user {
  display: flex;
  align-items: center;
}
.plurk-user .name,
.plurk-user .qualifier,
.plurk-user .porn {
  margin-left: 6px;
}
.plurk-user .porn {
  font-size: 18px;
  color: #ff3600;
}

.plurk-content {
  display: block;
  color: #111;
  font-size: 15px;
  word-break: break-word;
}
.plurk-content a.pictureservices,
.plurk-content img {
  vertical-align: top;
}
.plurk-content .poll {
  all: unset;
  display: block;
  color: #aaa;
}
.plurk-content .poll:before {
  content: '\01f4ca\00a';
}
a.ex_link {
  color: #0435d2;
  font-size: 14px;
}
a.meta {
  display: block;
  position: relative;
  background: #f6f8fe;
  color: #0435d2;
  margin: 1px 4px 4px 0;
  padding: 4px;
  border: #e5ebfb 1px solid;
  border-radius: 7px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: none;
}
a.meta img {
  max-height: 48px;
  max-width: 80px;
  float: left;
  border-radius: 5px;
  margin-right: 6px;
  padding: 1px;
}
a.pictureservices {
  display: inline-block;
  margin: 1px 2px 4px 0;
  position: relative;
}
a.pictureservices img {
  max-height: 48px;
  max-width: 200px;
  display: block;
  border-radius: 5px;
}
a.meta.emopack {
  border: 1px solid rgba(216, 212, 54, 0.24);
  background-color: rgba(232, 230, 112, 0.18);
}
a.meta.emopack:active {
  border: 1px solid rgba(214, 210, 75, 0.36);
  background-color: rgba(232, 230, 112, 0.26);
}
span.hashtag {
  color: #cf682f;
}

.q_freestyle {
  color: #000;
  background-color: #eee;
}
.qualifier-selector-container {
  background: transparent;
  border: none;
  display: inline;
  padding: 0 6px;
  outline: transparent;
}
.qualifier-selector-container .qualifier {
  margin-left: 0 !important;
}
.qualifier-selector {
  font-size: 14px;
  line-height: 18px;
  padding: 2px 6px;
  min-width: 30px;
  text-align: center;
}
.qualifier-selector-container.editable > .qualifier {
  padding: 4px 10px;
  cursor: pointer;
}
.qualifier-selector-container.editable > .qualifier > span {
  font-size: 0.8em;
  margin-left: 8px;
}
.qualifier-selector-menu {
  max-height: 60vh;
}
.qualifier-selector-menu .qualifier {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  border-radius: 0;
  padding: 6px 8px;
  white-space: nowrap;
  text-align: center;
}

.shares-list[data-v-0cd3faca] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-bottom: 9px;
}
.shares-list .shares-item[data-v-0cd3faca] {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  margin-top: 3px;
  word-break: break-all;
  white-space: normal;
  border: #DDD 1px solid;
  color: #888;
  background-size: cover;
  background-position: center center;
  border-radius: 4.5px;
}
.shares-list .shares-item .ico[data-v-0cd3faca] {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: -2px;
  z-index: 99;
}
.shares-list .shares-item[data-v-0cd3faca]:not(:last-child) {
  margin-right: 3px;
}
.shares-list .meta[data-v-0cd3faca] {
  display: inline-flex;
  flex-direction: row;
  width: auto;
  max-width: 50%;
  max-width: calc(50% - 9px);
  height: 36px;
  padding: 1px;
  vertical-align: top;
}
.shares-list .meta .pif-poll[data-v-0cd3faca] {
  font-size: 32px;
  color: #39aee0;
}
.shares-list .meta .img[data-v-0cd3faca] {
  width: 36px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  border-radius: 4.5px;
}
.shares-list .meta .text[data-v-0cd3faca] {
  flex-shrink: 1;
  flex-grow: 1;
  height: 36px;
  line-height: 18px;
  font-size: 12px;
  padding: 0 1px;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.shares-list .meta .edit[data-v-0cd3faca] {
  position: relative;
  flex-shrink: 0;
  height: 36px;
  width: 12px;
  font-size: 12px;
}
.shares-list .meta .edit .pif-edit[data-v-0cd3faca] {
  position: absolute;
  top: calc(100% - 14px);
  color: #ff574d;
}
.shares-list .image[data-v-0cd3faca] {
  height: 38px;
  width: 38px;
}
.shares-list .uploading[data-v-0cd3faca] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.shares-list .uploading .bar[data-v-0cd3faca] {
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #F73;
  width: 100%;
}
.shares-list .shares-item > .pif-warning[data-v-0cd3faca] {
  position: absolute;
  bottom: 1px;
  right: 1px;
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 1px 1px #333;
}
.shares-list .shares-item > .pif-cancel[data-v-0cd3faca] {
  position: absolute;
  top: -6px;
  left: -6px;
  height: 12px;
  line-height: 12px;
  width: 12px;
  border: #888 solid 1.5px;
  padding: 1px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-items: center;
  transform: scale(0.6);
}
.shares-list .shares-item > .pif-cancel[data-v-0cd3faca]:before {
  font-size: 8px;
  flex-grow: 1;
}
.shares-list .pending[data-v-0cd3faca],
.shares-list .pending[data-v-0cd3faca]:after {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.shares-list .pending[data-v-0cd3faca] {
  position: relative;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid #888;
  transform: translateZ(0);
  animation: ring-loader 1.1s infinite linear;
}

.emoticon-list {
  background: #EEEBF0;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 52px);
  justify-content: space-between;
  grid-gap: 2px;
  gap: 2px;
  grid-auto-rows: 52px;
}
.emoticon-item {
  display: inline-block;
  padding: 2px;
}
.emoticon-item .emoticon-item-img {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 0;
  position: relative;
}
.emoticon-item .emoticon-item-img .disabled:before {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
}
.emoticon-item .emoticon-item-img img {
  display: inline-block;
  max-width: 48px;
  max-height: 48px;
}
.emoticon-list.detail {
  grid-template-columns: repeat(auto-fill, calc(50% - 2px));
  gap: 4px;
}
.emoticon-list.detail .emoticon-item {
  display: flex;
  background: #FFF;
  border-radius: 5px;
}
.emoticon-list.detail .emoticon-item .emoticon-item-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  padding: 4px 6px;
  color: #999;
}

.emoticon-selector {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.emoticon-selector-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: 200px;
  background: #EEEBF0;
}
.emoticon-selector-tabs {
  border-top: #EEE 1px solid;
  border-bottom: 0;
}
.emoticon-selector-tabs .tab-item .button-input {
  padding: 0;
  line-height: normal;
  border: 0;
}
.emoticon-selector-tabs .emoticon-item {
  padding: 0;
  margin: 0;
}
.emoticon-selector-tabs .emoticon-item .emoticon-item-img {
  width: 44px;
  height: 35px;
  margin: 0;
}
.emoticon-selector-tabs .emoticon-item .emoticon-item-img img {
  max-width: 24px;
  max-height: 24px;
}
.emoticon-selector-tabs .tab-item.active .button-input:after {
  content: '';
  border-radius: 0;
}
.emoticon-selector-unavailable {
  display: flex;
  height: 100%;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.emoticon-selector-unavailable-message {
  font-size: 13px;
}

.plurk-content-input {
  position: relative;
  background: #fff;
}
.plurk-content-input .plurk-user {
  padding: 10px;
}
.plurk-content-input .plurk-user .avatar img {
  width: 32px;
  height: 32px;
}
.plurk-content-input .plurk-user .whispers-info {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #b2b2b2;
  font-size: 13px;
  gap: 4px;
}
.plurk-content-input .plurk-user .whispers-info:before {
  font-size: 16px;
}
.plurk-content-input .textarea-input {
  padding: 8px 10px;
  font-size: 16px;
  border: 0 !important;
  outline: none;
}
.plurk-content-input .icons-holder {
  display: flex;
  align-items: center;
  padding: 4px 6px;
}
.plurk-content-input .icons-holder .icon {
  position: relative;
  font-size: 21px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}
.plurk-content-input .icons-holder .emoticon {
  color: #fcd254;
}
.plurk-content-input .icons-holder .emoticon:before {
  position: relative;
  z-index: 1;
}
.plurk-content-input .icons-holder .emoticon:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}
.plurk-content-input .icons-holder .media {
  color: #8bcfd6;
}
.plurk-content-input .icons-holder .media-input {
  display: none;
}
.plurk-content-input.disabled {
  opacity: 0.8;
}
.plurk-content-input.disabled:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}


.plurk-stack-messages {
  position: relative;
  padding: 8px 10px;
  background: white;
}
.plurk-stack-messages .plurk-stack-messages__item {
  padding: 4px 8px;
  color: gray;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.plurk-stack-messages .plurk-stack-messages__item ~ .plurk-stack-messages__item {
  margin-top: 8px;
}
.plurk-stack-messages .plurk-stack-messages__item.plurk-stack-messages--warn {
  color: #ff7932;
  border-color: #ff7932;
}
.plurk-stack-messages .plurk-stack-messages__item.plurk-stack-messages--error {
  color: #cc0100;
  border-color: #cc0100;
}
.plurk-stack-messages-enter-active {
  transition: opacity 0.3s ease-out, transform 0.4s ease;
}
.plurk-stack-messages-leave-active {
  transition: opacity 0.4s ease-in, transform 0.4s ease;
}
.plurk-stack-messages-enter,
.plurk-stack-messages-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.user-cell .avatar {
  margin-right: 8px;
}
.user-cell-info {
  margin-right: auto;
}
.user-cell-info .name {
  font-size: 15px;
  line-height: 18px;
  color: #4C4C4C !important;
}
.user-cell-info .nickname {
  font-size: 12px;
  line-height: 14px;
  color: #888;
  margin-top: 3px;
}
.user-cell-info .about {
  font-size: 12px;
  color: #888;
  margin-top: 12px;
}

.clique-cell-avatar {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 99px;
  font-size: 18px;
  background: #7daf23;
  color: #FFF;
  margin-right: 8px;
}
.clique-cell-info {
  margin-right: auto;
}
.clique-cell-info .name {
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  color: #111 !important;
}
.clique-cell-info .friends {
  display: flex;
  margin-top: 2px;
}
.clique-cell-info .friends .avatar {
  margin-right: 3px;
}
.clique-cell-info .friends .avatar img {
  width: 16px;
  height: 16px;
}
.clique-cell-info .friends .badge {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 999px;
  background: #ff574d;
  color: #FFF;
  padding: 0 4px;
}

.friends-selector {
  background: #eeebf0;
  display: flex;
  flex-direction: column;
  height: 90vh;
}
.friends-selector-bar {
  background: #f9f9fd;
  padding: 6px;
  border-bottom: #EEE 1px solid;
  flex: 0 0 auto;
}
.friends-selector-bar ul {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: 3px;
  border: #EEE 1px solid;
  overflow-y: auto;
  padding: 0 2px 2px;
  list-style: none;
}
.friends-selector-bar ul .user,
.friends-selector-bar ul .clique {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 13px;
  color: #FFF;
  padding: 2px 6px;
  margin: 2px 2px 0 0;
}
.friends-selector-bar ul .user i,
.friends-selector-bar ul .clique i {
  transform: scale(0.7);
  margin-left: 3px;
}
.friends-selector-bar ul .user {
  background: #ff574d;
}
.friends-selector-bar ul .clique {
  background: #7daf23;
}
.friends-selector-bar ul .input {
  flex-grow: 1;
  margin-top: 2px;
  padding: 0 0 0 4px;
  display: flex;
  align-items: center;
  min-width: 80px;
}
.friends-selector-bar ul .input:before {
  color: #999;
  font-size: 12px;
  transform: scale(0.9);
  margin: 0;
}
.friends-selector-bar ul .input .textfield {
  flex-grow: 1;
}
.friends-selector-bar ul .input input {
  padding: 0 4px;
  outline: none;
  border: none;
  font-size: 14px;
  height: 22px;
}
.friends-selector-list {
  flex: 1 1 100%;
  overflow: auto;
  padding: 0;
}
.friends-selector-list .form-section {
  margin: 0 !important;
}

.plurk-poster .textarea-input {
  height: 180px !important;
}
.plurk-poster .submit-button .button-input {
  background: #FFF !important;
  color: #FF574D;
  font-weight: bold;
}
.plurk-poster .icon.whispers {
  color: #A98AB8;
}
.plurk-poster .privacy-option {
  display: none;
}
.plurk-poster .privacy-option.show {
  display: contents;
}
.plurk-poster .privacy-option.disabled .form-cell-content {
  background: #fcfcfc;
  opacity: 0.6;
  cursor: not-allowed;
}
.plurk-poster .privacy-option .form-cell-content > * {
  padding-left: 1em;
}
.plurk-poster .privacy-option .form-cell-title {
  color: #999;
}
.plurk-poster .privacy-control {
  position: relative;
}
.plurk-poster .privacy-control .form-cell-content {
  display: flex;
}
.plurk-poster .privacy-control .form-cell-content > .form-cell-main {
  flex: 0 0 auto;
}
.plurk-poster .privacy-control.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(135deg, rgba(238,235,240,0.13333), rgba(238,235,240,0.13333) 40px, rgba(187,187,187,0.13333) 40px, rgba(187,187,187,0.13333) 80px);
}
.plurk-poster .limit-preview span {
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  background: rgba(153, 153, 153, 0.6);
  color: #fff;
  padding: 0 3px;
  margin: 2px 3px 0 0;
  border-radius: 3px;
  max-width: 72px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plurk-poster .limit-preview span.badge {
  background: #999999;
}
.plurk-poster .limit-preview span.badge.--my-friends {
  box-shadow: 0 0 0 1px #111;
}
.plurk-poster .char-limit-info {
  flex: 1 1 0;
  text-align: right;
  color: #999;
  font-size: 14px;
  line-height: 1;
}
.plurk-poster .char-limit-info > .small {
  font-size: 10px;
}
.plurk-poster .char-limit-info.warn {
  color: #ff7932;
}
.plurk-poster .char-limit-info.error {
  color: #cc0100;
}
.plurk-poster .char-count {
  flex: 1 1 0;
  text-align: right;
  color: #999;
  font-size: 14px;
  line-height: 1;
}
.plurk-poster .char-count--highlight {
  color: #cc0100;
}
.plurk-poster .plurk-stack-messages__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 4px;
}
.plurk-poster .form-cell-content .warning {
  margin-top: 0.5em;
  font-size: 12px;
  color: #333;
}
.plurk-poster .form-cell-content .warning-fade-enter,
.plurk-poster .form-cell-content .warning-fade-leave-to {
  opacity: 0;
}
.plurk-poster .form-cell-content .warning-fade-enter-active,
.plurk-poster .form-cell-content .warning-fade-leave-active {
  transition: opacity 0.4s;
}

.plurk-manager-button {
  display: inline-block;
  color: #afb8cc;
  cursor: pointer;
}
.plurk-manager-button:before {
  font-size: 15px;
  width: 24px;
  top: 0px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  transition: color 200ms, background-color 200ms;
}
.plurk-manager-button span {
  display: inline-block;
  min-width: 30px;
  padding-left: 3px;
  font-size: 13px;
  line-height: 25px;
  vertical-align: bottom;
}
.plurk-manager-button.pif-option:before {
  font-size: 14px;
}
.plurk-manager-button.active.pif-like {
  color: #e8443d;
}
.plurk-manager-button.active.pif-replurk {
  color: #45b03f;
}
.plurk-manager-button.active.pif-volume-mute {
  color: #000;
}
.plurk-manager-button:active.pif-volume-mute:before,
.desktop .plurk-manager-button:hover.pif-volume-mute .plurk-manager-button:active:before,
.desktop .plurk-manager-button:hover:before {
  color: #FFF;
  background: #3667A5;
}
.plurk-manager-button:active.pif-volume-mute.pif-like:before,
.desktop .plurk-manager-button:hover.pif-volume-mute .plurk-manager-button:active.pif-like:before,
.desktop .plurk-manager-button:hover.pif-like:before {
  background: #e8443d;
}
.plurk-manager-button:active.pif-volume-mute.active.pif-like:before,
.desktop .plurk-manager-button:hover.pif-volume-mute .plurk-manager-button:active.active.pif-like:before,
.desktop .plurk-manager-button:hover.active.pif-like:before {
  color: #FFF;
  background: #333;
}
.plurk-manager-button:active.pif-volume-mute.pif-replurk:before,
.desktop .plurk-manager-button:hover.pif-volume-mute .plurk-manager-button:active.pif-replurk:before,
.desktop .plurk-manager-button:hover.pif-replurk:before {
  background: #45b03f;
}
.plurk-manager-button:active.pif-volume-mute.active.pif-replurk:before,
.desktop .plurk-manager-button:hover.pif-volume-mute .plurk-manager-button:active.active.pif-replurk:before,
.desktop .plurk-manager-button:hover.active.pif-replurk:before {
  color: #FFF;
  background: #333;
}
.plurk-manager-button:active.pif-volume-mute.pif-volume:before,
.desktop .plurk-manager-button:hover.pif-volume-mute .plurk-manager-button:active.pif-volume:before,
.desktop .plurk-manager-button:hover.pif-volume:before {
  background: #000;
}
.plurk-manager-button:active.pif-volume-mute.pif-volume-mute:before,
.desktop .plurk-manager-button:hover.pif-volume-mute .plurk-manager-button:active.pif-volume-mute:before,
.desktop .plurk-manager-button:hover.pif-volume-mute:before {
  color: #FFF;
  background: #3667A5;
}

.plurk {
  background: #FFF;
  padding: 10px 14px 8px;
  position: relative;
  word-wrap: break-word;
}
.plurk .replurker {
  display: flex;
  align-items: center;
  position: relative;
  top: -10px;
  left: -14px;
  width: clac(124%);
  padding: 6px 14px 5px;
  border-bottom: #EEEBF0 1px solid;
  white-space: nowrap;
}
.plurk .replurker .name,
.plurk .replurker .qualifier {
  margin-left: 6px;
}
.plurk .porn-lock {
  background: #F5F5FA;
  color: #666;
  padding: 10px 13px;
  border-radius: 5px;
  margin-top: 0.5em;
  line-height: 1.5;
}
.plurk .porn-lock.need-check.with-button {
  background: transparent;
  color: inherit;
  text-align: center;
  line-height: 1.5;
  padding: 20px 10px;
}
.plurk .porn-lock.need-check.with-button .button {
  margin-top: 1em;
}
.plurk.unread .response-count {
  background: #F33;
}
.plurk-icon-info {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.plurk-icon-info .private,
.plurk-icon-info .pinned,
.plurk-icon-info .bookmark,
.plurk-icon-info .coins {
  font-size: 12px;
  width: 18px;
  line-height: 18px;
  height: 18px;
  border-radius: 99px;
  text-align: center;
  color: #FFF;
  margin: 4px 4px 0 0;
}
.plurk-icon-info .private {
  background: #f4cb35;
}
.plurk-icon-info .pinned {
  background: #e8443d;
}
.plurk-icon-info .bookmark {
  background: #5abac5;
}
.plurk-icon-info .coins {
  background: #E8AF37;
  letter-spacing: 2px;
  width: auto;
  padding: 0 3px;
}
.plurk-icon-info .response-count {
  background: #CCC;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  padding: 3px 5px;
  min-width: 18px;
  text-align: center;
}
.plurk-user {
  display: flex;
  align-items: center;
}
.plurk-user .name,
.plurk-user .qualifier,
.plurk-user .porn {
  margin-left: 6px;
}
.plurk-user .porn {
  font-size: 18px;
  color: #ff3600;
}
.plurk-content {
  padding: 8px 0;
}
.plurk-manager {
  display: flex;
  margin-top: 8px;
}
.plurk-manager-button {
  margin: 0 5% 0 -3px;
}
.plurk-manager .pif-option {
  margin: 0 -3px 0 auto;
}
.plurk-manager .pif-option span {
  display: none;
}
.form-cell-plurkinfo .form-cell-detail {
  font-size: 14px;
  line-height: 24px;
}
.form-cell-plurkinfo .form-cell-main {
  padding: 0;
}
.form-cell-plurkinfo:first-child .form-cell-main {
  padding-top: 5px;
}
.plurk-poll button {
  border-style: none;
  cursor: pointer;
}
.plurk-poll button:disabled {
  cursor: default;
}
.plurk-poll .button {
  background-color: #ff574d;
  font-weight: 700;
  color: white;
  border-radius: 999px;
}
.plurk-poll .button.border-button {
  background: transparent;
  color: #FF574D;
  box-shadow: inset 0 0 0 1px #ff574d;
}
.plurk-poll .button:disabled {
  color: white;
  background: #999;
}
.plurk-poll .question-mark {
  display: none;
}

.google-ads-holder {
  display: flex;
  justify-content: center;
}

.timeline-holder {
  flex: 1 0 auto;
  position: relative;
  background: #EEEBF0;
  width: 100%;
  padding: 0 constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}
.timeline-content {
  position: relative;
  padding: 5px 18px 0 5px;
  min-height: 100%;
}
.timeline-content .plurk {
  margin-bottom: 5px;
}
.timeline-content .google-ads-holder {
  min-height: 12px;
  padding: 0px 14px;
  position: relative;
  margin-bottom: 5px;
  background: #fff;
}
.timeline-line {
  position: fixed;
  background: #FFF;
  width: 2px;
  height: 100%;
  right: 7px;
  right: calc(7px + constant(safe-area-inset-right));
  right: calc(7px + env(safe-area-inset-right));
  top: 0;
}
.timeline-info {
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  transform: scale(0.9);
}
.timeline-info span {
  background: #fff;
  color: #afb8cc;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  padding: 0 6px;
  border-radius: 7px;
  display: inline-block;
}
.timeline-info.time {
  margin: 0;
  position: absolute;
  left: calc(100% - 4px);
  transform: scale(0.9) rotateZ(90deg) translateY(-2px);
  transform-origin: left top;
}

.button-to-portal.button-to-portal > a {
  margin: 0 8px;
  padding: 6px 16px;
  font-size: 20px;
  background: rgba(0,0,0,0.0902);
}
.main-logo:before {
  font-size: 28px;
  top: 6px;
}
.timeline-filter .tab-bar {
  width: 100vw;
}
.timeline-filter .tab-item {
  text-transform: capitalize;
}
.unread-responses {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  word-wrap: break-word;
  background: #FFF;
  color: #ff574d;
  padding: 10px;
  margin-bottom: 5px;
}
.unread-responses i {
  font-size: 32px;
}
.unread-responses span {
  font-size: 16px;
  line-height: 20px;
}
.show-all,
.mark-as-read {
  cursor: pointer;
  position: relative;
  word-wrap: break-word;
  background: #FFF;
  color: #ff574d;
  padding: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.show-all i,
.mark-as-read i {
  margin-right: 4px;
}

.search-plurk .search-more {
  padding: 0 0 20px;
  text-align: center;
}

.plurk-content-mask {
  position: relative;
}
.plurk-content-mask__content {
  max-height: none;
}
.plurk-content-mask.plurk-content-mask--applied .plurk-content-mask__content {
  max-height: 160px;
  overflow-y: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000000 0%, #000000 50%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, #000000 0%, #000000 50%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 776px) {
.plurk-content-mask.plurk-content-mask--applied .plurk-content-mask__content {
    max-height: 240px;
}
}
.plurk-content-mask__more {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  padding: 4px 12px;
  color: #ffffff;
  font-size: 13px;
  background-color: rgba(9, 5, 32, 0.4);
  border-radius: 100px;
  transform: translate(-50%, 0%);
}
.plurk-content-mask__more:hover {
  background-color: rgba(9, 5, 32, 0.5);
}

.plurk {
  background: #FFF;
  padding: 10px 14px 8px;
  position: relative;
  word-wrap: break-word;
}
.plurk .porn-lock {
  background: #F5F5FA;
  color: #666;
  padding: 10px 13px;
  border-radius: 5px;
  margin-top: 0.5em;
  line-height: 1.5;
}
.plurk .porn-lock.need-check.with-button {
  background: transparent;
  color: inherit;
  text-align: center;
  line-height: 1.5;
  padding: 20px 10px;
}
.plurk .porn-lock.need-check.with-button .button {
  margin-top: 1em;
}
.plurk-user {
  display: flex;
  align-items: center;
}
.plurk-user .campsite-avatar-with-badge {
  position: relative;
}
.plurk-user .campsite-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  color: white;
  font-size: 10px;
  background: var(--badge-color);
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translate(2px, 2px);
}
.plurk-user .campsite-badge.manager {
  background: #fcd254;
}
.plurk-user .campsite-badge.banned {
  background: #868492;
}
.plurk-user .campsite-with-user-name {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  margin-left: 6px;
}
.plurk-user .campsite-with-user-name a {
  margin: 0;
  line-height: 1;
}
.plurk-user .campsite-with-user-name a ~ a {
  margin-top: 4px;
}
.plurk-user .campsite-with-user-name .campsite-name {
  color: rgba(9, 5, 32, 0.5);
  font-size: 12px;
}
.plurk-user .campsite-with-user-name .campsite-name:hover {
  text-decoration: underline;
}
.plurk-user .campsite-with-user-name .name {
  display: flex;
  align-items: center;
}
.plurk-user .campsite-with-user-name .porn {
  font-size: 18px;
  color: #ff3600;
}
.plurk-content {
  padding: 8px 0;
}
.campsite-plurk-manager {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.campsite-plurk-manager-button {
  color: #afb8cc;
  font-size: 13px;
  pointer-events: none;
}
.campsite-plurk-manager-button > span:first-child {
  margin-left: 3px;
}
.campsite-plurk-manager-button ~ .campsite-plurk-manager-button {
  margin-left: 12px;
}
.form-cell-plurkinfo .form-cell-detail {
  font-size: 14px;
  line-height: 24px;
}
.form-cell-plurkinfo .form-cell-main {
  padding: 0;
}
.form-cell-plurkinfo:first-child .form-cell-main {
  padding-top: 5px;
}
.plurk-poll button {
  border-style: none;
  cursor: pointer;
}
.plurk-poll button:disabled {
  cursor: default;
}
.plurk-poll .button {
  background-color: #ff574d;
  font-weight: 700;
  color: white;
  border-radius: 999px;
}
.plurk-poll .button.border-button {
  background: transparent;
  color: #FF574D;
  box-shadow: inset 0 0 0 1px #ff574d;
}
.plurk-poll .button:disabled {
  color: white;
  background: #999;
}
.plurk-poll .question-mark {
  display: none;
}
.plurk-more {
  display: block;
  position: absolute;
  bottom: 36px;
  left: 50%;
  padding: 4px 12px;
  color: #ffffff;
  font-size: 13px;
  background-color: rgba(9, 5, 32, 0.4);
  border-radius: 100px;
  transform: translate(-50%, 0%);
}
.plurk-more:hover {
  background-color: rgba(9, 5, 32, 0.5);
}

.search-campsite .search-more {
  padding: 0 0 20px;
  text-align: center;
}

#login-register-holder .fixed-content {
  bottom: 0;
  background: #FFF;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}
#login-register-holder .login-register {
  width: 100vw;
  background: #FFF;
  border-top: #eee 1px solid;
}
#login-register-holder .login-register-buttons {
  padding: 12px 8px;
  display: flex;
  justify-content: center;
}
#login-register-holder .login-register-buttons .button {
  flex-grow: 1;
  max-width: 300px;
}
#login-register-holder .login-register-buttons .button.login {
  margin-right: 8px;
}

.search-bar {
  display: flex;
  padding: 0 12px;
  align-items: center;
  height: 44px;
  width: 100%;
  margin-left: 50px;
}
.search-bar .search-bar-input {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background: #FFF;
  overflow: hidden;
}
.search-bar .search-bar-input .pif-search {
  padding: 0 13px;
  color: #9F9F9F;
  font-size: 14px;
}
.search-bar .search-bar-input .textfield {
  position: relative;
  flex: 1 1 auto;
}
.search-bar .search-bar-input .textfield-input {
  border: 0;
  padding: 0;
  height: 32px;
  outline: none;
}
.search-bar .search-bar-input .date-option {
  position: relative;
  margin: 3px;
  flex: 1 0 auto;
}
.search-bar .search-bar-input .date-option .button-input {
  background: none;
  color: #9F9F9F;
  font-size: 13px;
  padding: 0 10px 0 6px;
  line-height: 26px;
}
.search-bar .search-bar-input .date-option:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #9F9F9F;
  height: 14px;
  left: -3px;
  top: 6px;
}
.search-bar .cancel {
  height: 32px;
  white-space: nowrap;
}
.search-bar .cancel .button-input {
  height: 32px;
}
@media (min-width: 480px) {
.search-bar {
    max-width: 380px;
    margin-left: 0;
}
}
.search-filter .tab-bar {
  width: 100vw;
}
.search-filter .tab-item {
  text-transform: capitalize;
}
#search .status-loading .status-img {
  background-image: url(https://s.plurk.com/325bd6e4074a54a56981.gif);
}
#search .status-loading.cover .status-img {
  height: 80px;
}
.search-date-picker {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #666;
}
.search-date-picker .selector {
  padding: 12px 0;
}
.search-date-picker .selector .select {
  margin: 0 10px;
}
.search-date-picker .selector .select-input {
  border: 0 !important;
  font-size: 18px;
  padding: 6px 20px 6px 6px;
  outline: none;
}

.user-manager-button {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 12px;
  line-height: 18px;
  color: #454c51;
  border: #454c51 1px solid;
  display: flex;
  cursor: pointer;
}
.user-manager-button:before {
  font-size: 16px;
  margin-right: 4px;
}
.user-manager-button.friend {
  color: #7aa716;
  border-color: #7aa716;
}
.user-manager-button.request,
.user-manager-button.pending {
  color: #a59615;
  border-color: #a59615;
}
.user-manager-button.following {
  color: #207298;
  border-color: #207298;
}

.noti-cell .avatar {
  margin-right: 8px;
}
.noti-cell-info {
  flex: 1 1 auto;
}
.noti-cell-info .msg {
  font-size: 13px;
  line-height: 16px;
  color: #4C4C4C;
}
.noti-cell-info .msg .name {
  color: #4C4C4C !important;
}
.noti-cell-info .timeago {
  font-size: 11px;
  color: #888;
}
.noti-cell .form-cell-detail {
  flex-shrink: 0;
}
.noti-element {
  display: flex;
  background: #ffffff;
}
.noti-element .avatar {
  display: flex;
  width: 64px;
  min-height: 64px;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
}
.noti-element .avatar img {
  border-radius: 100%;
  width: 11vw;
  height: 11vw;
  max-width: 45px;
  max-height: 45px;
}
.noti-element:not(:last-child) .info,
.noti-element:not(:last-child) .action {
  border-bottom: #eeebf0 1px solid;
}
.noti-element .info {
  min-height: 64px;
  padding-right: 10px;
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.noti-element .info .msg {
  font-size: 13px;
  line-height: 16px;
  color: #333;
}
.noti-element .info .timeago {
  line-height: 16px;
}
.noti-element .info b {
  white-space: pre-line;
}
.noti-element .action {
  display: inline-flex;
  height: auto;
  padding-right: 4px;
  align-items: center;
}
.noti-element .action .user-manager .small-button {
  font-size: 11px;
  padding: 4px 8px;
}
.noti-element .action .user-manager .request {
  background: transparent;
  color: #9f9f9f;
}
.noti-element .action .user-manager .respond {
  background: #7aa716;
}

.reminders .avatar {
  display: block;
  width: 36px;
  min-height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reminders .form-cell-main {
  display: flex;
  align-items: center;
}
.requests-all-handle .form-cell-detail {
  display: flex;
  flex: 1 1 auto;
  margin: 0;
}
.requests-all-handle .button {
  flex: 0 0 33%;
}
.requests-all-handle .button .button-input {
  padding: 6px;
  font-size: 12px;
  background: #FFF;
  color: #888888;
  text-align: center;
  border-radius: 0;
  border-right: #DFDFDF 1px solid;
}
.requests-all-handle .button:last-child .button-input {
  border: 0;
}

.profile {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profile-background {
  background-color: #F5F5F8;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-height: 50vh;
  overflow: hidden;
}
.profile-background:before {
  content: '';
  display: block;
  padding-top: 56%;
}
.profile-basic .avatar {
  position: absolute;
  left: calc(50% - 40px);
  margin-top: -78px;
}
.profile-basic .avatar img {
  border: #FFF 2px solid;
  width: 80px;
  height: 80px;
}
.profile-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px;
}
.profile-info .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 6px 0;
}
.profile-info .name .premium {
  color: #E8AF37;
  font-size: 16px;
  margin-left: 2px;
}
.profile-info .nickname {
  font-size: 12px;
  color: #6e727e;
  margin-bottom: 6px;
}
.profile-info .alias {
  font-size: 12px;
  color: #333;
  margin-bottom: 6px;
}
.profile-manager {
  display: flex;
  padding: 8px 4px;
}
.profile-manager .user-manager-button {
  margin: 0 4px;
}
.profile .self-info {
  display: flex;
  justify-content: center;
}
.profile .self-info .button {
  color: #454c51;
  border: #454c51 solid 1px;
  background: #fff;
  padding: 6px 10px;
  margin-right: 6px;
}
.profile .self-info .button:last-child {
  margin-right: 0;
}
.profile .self-info .button:before {
  margin-right: 4px;
}
.profile .self-info .button.pif-bone:before {
  color: #E8AF37;
}
.profile-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 4px;
}
.profile-stats .stats-item {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 4px;
  align-items: baseline;
  color: #6e727e;
  font-size: 12px;
}
.profile-stats .stats-item .value {
  color: #454c51;
  font-size: 15px;
  font-weight: 500;
  margin: 4px;
}
.profile-stats .flex-wrap {
  flex-basis: 100%;
  font-size: 0;
}
.profile-about {
  padding: 8px 4px;
}
.profile-about .plurk-content {
  line-height: 16px;
  font-size: 13px;
  padding: 0 6px;
  text-align: center;
}

#profile {
  background: #FFF;
}
#profile .profile {
  margin-top: -44px;
  margin-top: calc(-44px - constant(safe-area-inset-top));
  margin-top: calc(-44px - env(safe-area-inset-top));
  z-index: 1;
}

.mw-response {
  position: relative;
  background: #FFF;
  padding: 6px 14px 6px;
  word-wrap: break-word;
  margin-bottom: 4px;
}
.mw-response-user {
  display: flex;
  align-items: center;
}
.mw-response-user .name,
.mw-response-user .qualifier {
  margin-left: 6px;
}
.mw-response-user .coins-info {
  position: absolute;
  right: 14px;
  background: #E8AF37;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 4px;
  border-radius: 99px;
}
.mw-response-content {
  padding: 6px 0 0 26px;
}
.mw-response-manager {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 26px;
  max-height: 46px;
  opacity: 1;
  transition: max-height 300ms, opacity 300ms;
}
.mw-response-manager > div {
  display: inline-block;
  margin-right: 10px;
  color: #afb8cc;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
}
.mw-response-manager .edited {
  display: block;
  margin-top: 0;
}
.mw-response-manager .edit,
.mw-response-manager .reply,
.mw-response-manager .option {
  cursor: pointer;
}
.mw-response-manager .option {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
}
.mw-response-manager .option:before {
  font-size: 12px;
}
.mw-response-manager.slide-enter,
.mw-response-manager.slide-leave-to {
  max-height: 0;
  opacity: 0;
}

.response-poster .editor-holder {
  margin: 6px 6px 0;
  border: #EEE 1px solid;
  border-radius: 15px;
}
.response-poster .plurk-user {
  padding: 4px 6px;
}
.response-poster .plurk-user .avatar img {
  width: 22px;
  height: 22px;
}
.response-poster .textarea-input {
  padding: 0 6px;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 100px;
}
.response-poster .char-count {
  margin-left: auto;
  color: #999;
  font-size: 14px;
  line-height: 1;
}
.response-poster .char-count--highlight {
  color: #cc0100;
}
.response-poster .poster-buttons {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.response-poster .poster-buttons > * {
  margin-left: 4px;
}
.response-poster .plurk-stack-messages__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 4px;
}

.plurk-box {
  background: #fff;
}
.plurk-box .plurk-info-items {
  padding: 10px 14px 4px;
}
.plurk-box .plurk-info-items .favorite-count,
.plurk-box .plurk-info-items .replurk-count,
.plurk-box .plurk-info-items .bookmark-info,
.plurk-box .plurk-info-items .private-info,
.plurk-box .plurk-info-items .coins-info {
  display: inline-block;
  margin: 0 4px 4px 0;
  border-radius: 99px;
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 9px;
}
.plurk-box .plurk-info-items .favorite-count {
  cursor: pointer;
  background: #54a4be;
}
.plurk-box .plurk-info-items .replurk-count {
  cursor: pointer;
  background: #56b892;
}
.plurk-box .plurk-info-items .bookmark-info {
  background: #5abac5;
}
.plurk-box .plurk-info-items .private-info {
  cursor: pointer;
  background: #f4ca35;
}
.plurk-box .plurk-info-items .coins-info {
  background: #E8AF37;
  color: #FFF;
  letter-spacing: 2px;
  padding: 4px 6px;
}
.plurk-box .plurk-info .anti-scam-tip {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #D3463E;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  background: #FFEEED;
  cursor: pointer;
}
.plurk-box .plurk-info .anti-scam-tip__label {
  display: flex;
  flex-flow: row nowrap;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
}
.plurk-box .plurk-info .anti-scam-tip__label[class^=pif-]::before {
  font-size: 14px;
}
.plurk-box .plurk-info .mw-response-status {
  color: #afb8cc;
  padding: 6px 14px;
  line-height: 16px;
  font-size: 12px;
}
.plurk-box .plurk-info .mw-response-status .mw-response-count:before {
  margin-right: 3px;
}
.plurk-box .plurk-info-items + .mw-response-status {
  padding-top: 0;
}
.plurk-box .load-older-buttons {
  display: flex;
  padding: 8px;
}
.plurk-box .load-older-buttons .button {
  flex: 1 1 50%;
  margin: 0 6px;
}
.plurk-box .load-older-buttons .button-input {
  background: #DFE0EA !important;
  color: #6E727C !important;
}
.plurk-box .response-poster-holder.fixed-holder .fixed-content {
  bottom: 0;
  background: #FFF;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}
.plurk-box .response-poster-holder.fixed-holder .plurk-content-input {
  width: 100vw;
}
.plurk-box .response-poster-holder.fixed-holder .emoticon-selector {
  width: 100vw;
}
.plurk-box .response-poster-holder .response-poster {
  background: #FFF;
  border-top: #eee 1px solid;
}
.plurk-box .unverified-email-holder.fixed-holder .fixed-content {
  bottom: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}
.plurk-box .unverified-email-holder.fixed-holder .unverified-email-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-top: #eee 1px solid;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.plurk-box .google-ads-holder {
  margin-top: 5px;
}
.popups .anti-scam-poster {
  display: block;
  width: 100%;
  max-width: 400px;
}

#permanent-plurk {
  background: #FFF;
}
#permanent-plurk .bar-color {
  background: #FFF;
}
#permanent-plurk .navigation-bar {
  color: #afb8cc;
}
#permanent-plurk .navigation-bar .button-input {
  color: #afb8cc;
}
#permanent-plurk .header-plurk {
  border-bottom: #EEE 1px solid;
  padding: 0 constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}
#permanent-plurk > .google-ads-holder {
  border-top: #EEE 1px solid;
  border-bottom: #EEE 1px solid;
}
#permanent-plurk .plurk {
  padding-top: 4px;
}
#permanent-plurk .plurk .plurk-user .avatar img {
  width: 30px;
  height: 30px;
}
#permanent-plurk .plurk-box-content,
#permanent-plurk .response-poster-holder.fixed-holder .plurk-content-input {
  padding: 0 constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}
#permanent-plurk .error {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#permanent-plurk .error .error-msg {
  padding: 0 30px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
#permanent-plurk .error .login {
  text-decoration: none;
}
#permanent-plurk .response-need-signup {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: #eee 1px solid;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 7px 14px;
  box-sizing: border-box;
}
#permanent-plurk .response-need-signup a {
  text-decoration: none;
}

iframe {
  min-width: 100%;
  min-height: 100%;
  border-style: none;
}

#user-timeline .profile {
  margin-top: -44px;
  z-index: 1;
}
#user-timeline .tab-bar .tab-item:last-child {
  text-transform: none;
}
#user-timeline .fixed-holder.timeline-filter .fixed-content {
  top: 44px;
  margin-top: constant(safe-area-inset-top);
  margin-top: env(safe-area-inset-top);
}
#user-timeline .last-block {
  padding: 40px;
  margin-bottom: 40px;
  color: #595959;
  text-align: center;
}

.twofa-enabled .form-cell-title:before {
  color: #6C3;
}

#setting-account .email-not-confirmed:before {
  color: red;
  margin-right: 6px;
}
#setting-account .email-confirmed:before {
  color: #2C2;
  margin-right: 6px;
}

.current-avatar {
  position: relative;
  cursor: pointer;
  color: #999;
}
.current-avatar-image {
  width: 200px;
  display: block;
  border-radius: 5px;
  background-size: 100%;
}
.current-avatar-image:before {
  content: '';
  display: block;
  width: 0;
  padding-bottom: 100%;
}
.current-avatar .upload-hint {
  margin: 10px 0;
}
.current-avatar .upload-policy {
  font-size: 12px;
  color: #888;
}
.upload-avatar {
  position: relative;
  flex: 1 1 auto;
}
.upload-avatar .file-input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.upload-avatar .editor {
  margin: 0 auto;
  max-width: 300px;
  background: #CCC;
  border: #DDD 1px solid;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.upload-avatar .editor:before {
  content: '';
  display: block;
  width: 0;
  height: 30px;
  padding-bottom: 100%;
}
.upload-avatar .editor .cropper {
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 0;
  left: 0;
}
.upload-avatar .editor .cropper-rect {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  z-index: 1;
}
.upload-avatar .editor .cropper-rect:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: #FFF 1px solid;
  z-index: 2;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 0 0 3px rgba(0, 0, 0, 0.15);
}
.upload-avatar .editor .cropper-rect:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  box-shadow: 0 0 0 999px #FFF, inset 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.upload-avatar .editor .editor-image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.upload-avatar .editor .scaler {
  position: absolute;
  width: 90%;
  height: 30px;
  left: 5%;
  bottom: 5px;
  z-index: 9;
}
.upload-avatar .editor .scaler-slider {
  position: absolute;
  width: 74%;
  height: 16px;
  top: 7px;
  left: 13%;
}
.upload-avatar .editor .scaler-slider:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  top: 3px;
  left: 0;
  border-radius: 4px;
  background: #FFF;
  border: #D5D5D5 1px solid;
}
.upload-avatar .editor .scaler-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  top: 0;
  left: -8px;
  background: #FFF;
  border: #D5D5D5 1px solid;
}
.upload-avatar .editor .scaler-icon-small {
  position: absolute;
  font-size: 12px;
  top: 5px;
  left: 0;
  width: 8%;
  text-align: center;
  color: #AAAAAF;
}
.upload-avatar .editor .scaler-icon-big {
  position: absolute;
  font-size: 16px;
  top: 5px;
  right: 0;
  width: 8%;
  text-align: center;
  color: #AAAAAF;
}
.upload-avatar .preview {
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
}
.upload-avatar .preview-image {
  display: inline-block;
  width: 40%;
  margin: 10px 2%;
  max-width: 120px;
}
.upload-avatar .preview-image img {
  width: 100%;
}
.upload-avatar .preview-image span {
  display: block;
  font-size: 0.85em;
  opacity: 0.8;
  margin-top: 10px;
}
.upload-avatar .preview-round img {
  border-radius: 50%;
}
.upload-avatar .submit-holder {
  margin-top: 20px;
}
.upload-avatar .submit-holder .button {
  margin: 10px 5px;
}
.all-avatar {
  min-height: 240px;
  display: flex;
  flex-wrap: wrap;
}
.past-avatar {
  flex: 0 0 32%;
  max-width: 200px;
  margin: 0.5%;
  border-radius: 5px;
  background-size: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.past-avatar.current .pif-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  border-radius: 5px;
}
.past-avatar.current .pif-check:before {
  font-size: 30px;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
}
.past-avatar:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.backup-help {
  background: transparent !important;
}
.backup-help li {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
  color: #666;
  list-style: disc;
  display: list-item;
  margin-left: 24px;
}

.color-picker {
  position: relative;
  width: 200px;
  height: 220px;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px;
}
.color-picker .picker {
  display: flex;
  height: 160px;
}
.color-picker .gradient {
  flex: 0 0 160px;
  height: 160px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.color-picker .gradient span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: #FFF 3px solid;
}
.color-picker .hue {
  position: relative;
  flex: 0 0 10px;
  height: 160px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
}
.color-picker .hue span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: #FFF 3px solid;
  left: 1px;
}
.color-picker .footer {
  margin-top: 10px;
  display: flex;
}
.color-picker .footer .textfield {
  width: 76px;
}
.color-picker .footer .textfield .textfield-input {
  font-size: 14px;
}
.color-picker .footer .preview {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF;
  margin-left: 5px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.color-picker .footer .button {
  margin-left: auto;
}

.name-color-label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 6px;
  cursor: pointer;
  vertical-align: top;
}
.name-color-select {
  padding: 20px;
  text-align: center;
}
.name-color-select .name-color-label {
  width: 30px;
  height: 30px;
  margin: 6px;
}
.birthday-select {
  padding: 12px 20px;
  color: #AAA;
}
.birthday-select .select {
  margin: 4px;
}
.birthday-select .select .select-input {
  border: 0;
}

#setting-sessions .session {
  display: block;
  position: relative;
}
#setting-sessions .session .form-cell-detail {
  display: flex;
}
#setting-sessions .session-icon {
  flex: 0 0 30px;
  position: relative;
  top: 2px;
}
#setting-sessions .session-icon img {
  height: 30px;
}
#setting-sessions .session-icon.pif-plurklogo {
  width: 30px;
  height: 30px;
  background: #FF574D;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 17px;
  border-radius: 15px;
}
#setting-sessions .session-icon.pif-plurklogo:before {
  top: 2px;
}
#setting-sessions .session-icon.pif-plurklogo.ios {
  border-radius: 8px;
}
#setting-sessions .session-icon.pif-earth {
  color: #FF574D;
  font-size: 28px;
  left: 1px;
}
#setting-sessions .session.current .session-icon.pif-earth {
  color: #5A0;
}
#setting-sessions .session-info {
  flex: 1 1 auto;
  margin: 0 10px;
  font-size: 12px;
  color: #666675;
}
#setting-sessions .session-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
#setting-sessions .session-os {
  display: inline-block;
  font-size: 12px;
  padding: 0 7px;
  background: #eeebf0;
  color: #666675;
  border-radius: 15px;
  vertical-align: bottom;
  transform: scale(0.95);
}
#setting-sessions .session-signout,
#setting-sessions .session-signout-loading {
  flex: 0 0 auto;
}
#setting-sessions .session-signout img,
#setting-sessions .session-signout-loading img {
  height: 30px;
  position: relative;
  top: -3px;
}

.filter-keywords {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 2px;
}
.filter-keywords .keyword {
  display: inline-block;
  padding: 4px 8px;
  background: #5ABAC5;
  color: #FFF;
  border-radius: 99px;
  margin: 2px 4px 2px 0;
}
.filter-keywords .keyword .pif-cancel {
  cursor: pointer;
}
.filter-keywords .textfield {
  position: relative;
  margin: 2px 4px 2px 0 !important;
  background: transparent;
}
.filter-keywords .textfield:before {
  position: absolute;
  font-size: 12px;
  top: 6px;
  left: 0;
  color: #999;
}
.filter-keywords .textfield .textfield-input {
  border: 0 !important;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 8px 4px 18px;
  background: transparent;
}
.filter-keywords .need-plurk-coin {
  font-size: 12px;
  color: #E8AF37;
  padding: 4px;
}

.color-preview {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  vertical-align: bottom;
}

.fallback-container {
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
}
.fallback-container a,
.fallback-container a:visited {
  color: #ff574d;
}
.fallback-container .fallback-content {
  background: rgba(255,255,255,0.53333);
  padding: 40px;
  width: 100%;
  max-width: 600px;
}
.fallback-container .fallback-content > .header {
  font-size: 2em;
  margin-bottom: 1em;
}

.lazy-image {
  display: block;
  background-size: cover;
  background-position: center center;
}
.lazy-image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 50ms;
}

.lightbox-image-cell {
  flex: 0 0 100%;
  height: 100%;
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.lightbox-image-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.lightbox-image-view {
  position: absolute;
}
.lightbox-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.popup.window.popup-lightbox .popup-overlay {
  opacity: 1;
}
.popup.window.popup-lightbox .popup-layout {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}
.popup.window.popup-lightbox .popup-layout .popup-body {
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
  max-height: var(--view-height);
}
.lightbox {
  width: 100vw;
  height: 100vh;
  height: var(--view-height);
  background: #000;
}
.lightbox-close {
  position: absolute;
  top: 0;
  top: constant(safe-area-inset-top);
  top: env(safe-area-inset-top);
  left: 0;
  left: constant(safe-area-inset-left);
  left: env(safe-area-inset-left);
  z-index: 1000;
  width: 44px;
  height: 44px;
  padding: 4px;
}
.lightbox-close::before {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 0;
  height: 100%;
  padding-left: 48px;
  padding-left: calc(48px + constant(safe-area-inset-left));
  padding-left: calc(48px + env(safe-area-inset-left));
  padding-right: 48px;
  padding-right: calc(48px + constant(safe-area-inset-right));
  padding-right: calc(48px + env(safe-area-inset-right));
  display: flex;
  align-items: center;
  z-index: 400;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.06);
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 1;
}
.lightbox-prev::before,
.lightbox-next::before {
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #FFF;
}
.lightbox-prev {
  left: 0;
}
.lightbox-next {
  right: 0;
}
.lightbox-media {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lightbox-image-list {
  position: relative;
  display: flex;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #EEEBF0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
#root {
  height: 100%;
}
.layout-holder {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  min-height: calc(100% + constant(safe-area-inset-bottom));
  min-height: calc(100% + env(safe-area-inset-bottom));
}
.main-view {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.main-bar-show .main-view {
  padding-bottom: 44px;
  padding-bottom: calc(44px + constant(safe-area-inset-bottom));
  padding-bottom: calc(44px + env(safe-area-inset-bottom));
}
.mobile .main-bar .fixed-content {
  bottom: 0 !important;
}
.mobile .main-bar .tab-bar {
  width: 100vw;
  height: 44px;
  background: #FFF;
  box-sizing: content-box;
  border-top: #EEE 1px solid;
  justify-content: center;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile .main-bar .tab-item {
  position: relative;
  flex: 0 0 18%;
  max-width: 88px;
}
.mobile .main-bar .tab-item .button-input {
  font-size: 20px;
  line-height: 44px;
  border-bottom: none !important;
}
.swal-overlay {
  z-index: 980001;
}
.swal-title {
  font-size: 16px;
}
.swal-text {
  text-align: center;
  font-size: 14px;
}
.swal-text-left {
  max-width: 360px;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.swal-button--confirm {
  background-color: #ff675d;
}
.swal-button--confirm:not([disabled]):hover {
  background-color: #ff675d;
}
.swal-button--cancel {
  background-color: #efefef;
}
.swal-button--cancel:focus {
  background-color: #efefef;
}
.swal-modal {
  position: relative;
}
.swal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  color: #AAA;
}
.swal-close:hover {
  color: #394648;
}

#buorg .buorg-icon {
  background-image: none;
}
#buorg #buorgul,
#buorg #buorgig,
#buorg #buorgpermanent {
  border-radius: 999px;
  font-size: 15px;
  padding: 11px 16px;
  line-height: 1;
  font-weight: bold;
  box-shadow: none;
}
#buorg #buorgul {
  background: #0A9C17;
}
#buorg #buorgig {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #FF574D;
  color: #FF574D;
}
#buorg #buorgig:hover,
#buorg #buorgig:focus,
#buorg #buorgig:active {
  color: #FF675D;
  box-shadow: inset 0 0 0 1px #FF675D;
}
#buorg #buorgpermanent {
  background: #E8AF37;
}

.browser-update-dialog {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.browser-update-dialog.inactive {
  position: absolute;
  top: -99999px;
  opacity: 0.01;
}
.browser-update-dialog > .browser-candidate {
  display: table-cell;
  padding: 0 4px;
}
.browser-update-dialog .browser-image {
  display: block;
  margin: 8px auto;
  width: 100%;
}
.browser-update-dialog .browser-link {
  display: block;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid transparent;
}
.browser-update-dialog .browser-link:hover {
  border-color: #ff574D;
}
@media screen and (max-width: 640px) {
  .browser-update-dialog {
    display: block;
  }
  .browser-update-dialog > .browser-candidate {
    display: inline-block;
    width: 30vw;
  }
}

