/* General */
.qualifier {
  padding: 0 3px 0 3px;
  color: #FFF;
  margin: 0 3px 0 4px;
  border-radius: 3px;
}
.m_qualifier {
  padding: 3px 6px 4px;
  color: #FFF;
  position: relative;
  border-radius: 5px;
  line-height: 100%;
  background-color: #CCC;
}
.dd_img {
  cursor: pointer;
}
.m_qualifier span {
  margin-right: 4px;
}
.plurkaction .m_qualifier img.dd_img {
  margin: -3px 0 3px;
}
.m_qualifier i:before {
  top: 0;
  font-size: 16px;
  line-height: 16px;
}
.mini_form .m_qualifier i:before {
  top: 1px;
  font-size: 12px;
  line-height: 10px;
}
/* Menu */
.qual_menu ul {
  background: #fff;
  border-radius: 6px;
}
.qual_menu li {
  color: white;
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
}
.qual_menu li:hover {
  opacity: 0.7;
}
.qual_menu td {
  border: none !important;
  text-align: left;
}
.qual_menu .on {
  background-color: black !important;
  color: white !important;
}
.qual_menu .q_freestyle {
  color: #000;
  background-color: #CCC;
}
/* Quals */
/*.q_freestyle{
    background-color: #CCC;
}*/
.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: #3b8610;
}
.q_replurks i {
  font-size: 12px;
  margin-left: 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_polls {
  background-color: #3dabce;
}
.q_whispers {
  background-color: #32007e;
}
.qual_embedded {
  background: none;
  color: black;
  border: none;
  margin: 0;
  padding: 0 3px;
}
.extra_txt {
  font-size: 11px;
}
.lang_changer {
  position: absolute;
  font-size: 12px;
  background-color: #ffd88d;
  border: 1px solid #555555;
  color: #bf4507;
  padding: 0 3px 0 3px;
  white-space: nowrap;
}
.lang_changer img {
  margin: 0 2px 0 2px;
}
.td_qual div {
  white-space: nowrap !important;
}
#form_holder .qual_holder {
  color: black;
}

#emoticon-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
#emoticon-selector .header {
  display: flex;
  align-items: center;
  margin: 0;
  height: 50px;
  padding: 5px 6px;
}
#emoticon-selector .header .preview-img {
  display: block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  white-space: nowrap;
}
#emoticon-selector .header .preview-img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticon-selector .header .preview-img img {
  max-width: 32px;
  max-height: 32px;
  vertical-align: middle;
}
#emoticon-selector .header .desc {
  padding-left: 10px;
  flex-grow: 1;
}
#emoticon-selector .header .desc .title {
  color: #444;
  font-size: 13px;
}
#emoticon-selector .header .desc .desc {
  font-size: 12px;
}
#emoticon-selector .header .buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
#emoticon-selector .header .buttons .manager-button {
  width: 30px;
  height: 26px;
  background: #49ACEA;
  color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
#emoticon-selector .header .buttons .premium-info {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aeaeae;
  cursor: help;
}
#emoticon-selector .header .buttons .premium-info.hidden {
  display: none;
}
#emoticon-selector .header .buttons .premium-info:hover {
  color: #8a8a8a;
}
#emoticon-selector .scroll-holder {
  position: relative;
}
#emoticon-selector .scroll-bar {
  position: absolute;
  width: 8px;
  right: 1px;
  height: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  top: 1px;
  border-radius: 4px;
  transition: opacity 300ms;
}
#emoticon-selector .scroll-bar:hover {
  opacity: 0.5 !important;
}
#emoticons-holder {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F9F9FD;
  margin-right: -50px;
  /* hide scroll */
  padding-right: 50px;
}
#emoticons-holder ul {
  display: block;
  width: 388px;
  padding: 5px;
  min-height: 50px;
}
#emoticons-holder ul li {
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 2px;
  margin: 1px;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
#emoticons-holder ul li:hover {
  background: #EEEEF3;
}
#emoticons-holder ul li:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticons-holder ul li img {
  max-width: 48px;
  max-height: 48px;
  vertical-align: middle;
}
#emoticons-holder ul li.disabled {
  opacity: 0.4;
  position: relative;
}
#emoticons-holder ul li.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);
}
#emoticons-holder ul li.disabled:hover {
  opacity: 1;
}
#emoticons-holder .other-info {
  text-align: center;
}
/* emoticons tab */
#emoticon-tabs {
  padding: 4px 0 2px;
  height: 36px;
  position: relative;
  border-top: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.07);
}
#emoticon-tabs ul {
  display: block;
  margin: 0 4px;
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  list-style: none;
}
#emoticon-tabs li {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 4px 8px;
  *zoom: 1;
  /* ie7 hack */
  *display: inline;
  /* ie7 hack */
  border-radius: 4px;
  cursor: pointer;
  width: 36px;
  height: 26px;
}
#emoticon-tabs li.current {
  background: #EEEEF3;
}
#emoticon-tabs li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
#emoticon-tabs .tabs-arrow {
  display: none;
}
#emoticon-tabs.show-arrow ul {
  margin: 0 23px;
}
#emoticon-tabs.show-arrow .tabs-arrow {
  display: block !important;
  font-size: 12px;
  width: 20px;
  color: #999 !important;
  position: absolute;
  top: 4px;
  cursor: pointer;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
#emoticon-tabs.show-arrow .tabs-arrow:hover {
  color: #49ACEA !important;
}
#emoticon-tabs.show-arrow .tabs-arrow.disabled,
#emoticon-tabs.show-arrow .tabs-arrow.disabled:hover {
  color: #DDD !important;
}
#emoticon-tabs.show-arrow .tabs-arrow-left {
  left: 2px;
}
#emoticon-tabs.show-arrow .tabs-arrow-right {
  right: 2px;
}
/*
 hack pif's with-stem arrows into triangular arrows with limited width
*/
.emoticon,
.emoticon_my,
.emo_campaign,
.emoticons_campaign {
  vertical-align: top;
}
.emoticon-selector_img_on,
.emoticon-selector_img_off {
  cursor: pointer;
  float: left;
  margin: 2px 6px 0 0!important;
  position: relative;
  vertical-align: top;
}
#emoticon-selector .extra_emos_tip {
  padding: 3px 0 10px;
  text-align: center;
}
#emoticon-selector .emos_event_tip {
  bottom: 16px;
  color: black;
  position: absolute;
  left: 4px;
}
#emoticon-selector .emos_event_tip_secondary {
  color: #808080;
}
.preview-list {
  margin: 0 3px !important;
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 0 2px 4px;
}
.preview-list ul {
  padding: 0 2px;
}
.preview-list ul li {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 4px 4px 0 0;
  border: #DDD 1px solid;
  color: #888;
  position: relative;
  background-size: cover;
  cursor: pointer!important;
  font-size: 12px;
  text-align: center;
  line-height: 43px;
}
.preview-list ul li .ico {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: -2px;
}
.preview-list ul li .hi-def {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: 12px;
}
.preview-list ul li:hover {
  border-color: #BBB;
}
.preview-list ul .add_photo {
  font-size: 45px;
  font-family: Times New Roman;
  color: #AAA;
  line-height: 48px;
  text-align: center;
  vertical-align: top;
}
.preview-list ul .add_photo:hover {
  border: #BBB 1px dashed;
  color: #999;
  background: #F9F9FF;
}
.preview-list .meta,
.preview-list .poll-preview {
  width: auto;
  min-width: 50px;
  max-width: 160px;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 16px 2px 2px;
  text-align: left;
  overflow: hidden;
}
.preview-list .meta .preview-content,
.preview-list .poll-preview .preview-content {
  word-break: break-all;
  white-space: normal;
  padding: 0;
  font-size: 1em;
  line-height: 1.3em;
}
.preview-list .meta .preview-content .img,
.preview-list .poll-preview .preview-content .img {
  width: 44px;
  height: 44px;
  background-size: cover;
  float: left;
  margin-right: 3px;
}
.preview-list .meta .pif-edit,
.preview-list .poll-preview .pif-edit,
.preview-list .meta .pif-cancel,
.preview-list .poll-preview .pif-cancel {
  color: #ff574d !important;
  position: absolute;
  right: 2px;
  bottom: 2px;
  padding: 1px 2px;
  border-radius: 3px;
  text-decoration: none !important;
}
.preview-list .meta .pif-edit:hover,
.preview-list .poll-preview .pif-edit:hover,
.preview-list .meta .pif-cancel:hover,
.preview-list .poll-preview .pif-cancel:hover {
  background: #ff574d;
  color: #fff !important;
}
.preview-list .uploading .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  line-height: 50px;
  text-align: center;
  color: #F73;
  font-size: 18px;
}
.preview-list .uploading .progress div {
  position: absolute;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #F73;
}
.preview-list .uploading .error {
  color: #F73;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.preview-list .uploading .error:hover {
  color: #4A0;
}
.preview-list .poll-preview.plurk-edit {
  cursor: default !important;
}
.preview-list .poll-preview .preview-content {
  display: flex;
}
.preview-list .poll-preview .pif-cancel {
  top: 2px;
  right: 3px;
  bottom: auto;
}
.preview-list .poll-preview .pif-poll {
  margin-right: 3px;
  font-size: 44px;
  color: #39aee0;
}
.more-options {
  background: #F9F9FD;
}
.more-options .pop-view-content {
  overflow: hidden;
  border-radius: 4px;
  padding: 12px;
  color: #999;
  white-space: nowrap;
  font-size: 12px;
  line-height: 23px;
}
.more-options .option-limit {
  background: #FFF;
  padding: 6px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 14px;
}
.more-options .option-limit .options {
  padding-top: 4px;
  font-size: 13px;
}
.more-options .option-limit .options table {
  min-width: 310px;
}
.more-options .option-limit .options tr {
  border-radius: 3px !important;
  overflow: hidden;
}
.more-options .option-limit .options tr:hover {
  background: #F9F9FD;
}
.more-options .option-limit .options tr.selected {
  color: #FF574D;
}
.more-options .option-limit .options tr.selected .custom-list {
  color: #999;
}
.more-options .option-limit .options td {
  padding: 4px 4px 4px 26px;
  position: relative;
  cursor: pointer;
}
.more-options .option-limit .options td.pif-check:before {
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 12px;
  transform: scale(0.9);
}
.more-options .option-limit .options .limit-except:hover {
  background: none;
}
.more-options .option-limit .everybody-private {
  color: #AAA !important;
  font-size: 12px;
}
.more-options .option-limit.disabled {
  opacity: 1;
}
.more-options .option-limit.disabled .options {
  opacity: 0.5;
}
.more-options .option-limit.disabled .options tr {
  opacity: 1;
}
.more-options .option-limit.disabled .options tr:hover {
  background: #fff;
}
.more-options .comp-input {
  display: inline-block;
  width: 200px;
  font-size: 12px;
  min-height: 23px;
  background-color: #fff;
  color: #999;
  padding: 1px 6px;
  white-space: pre!important;
  margin: 0 0 0 8px !important;
  vertical-align: top;
  border-radius: 3px;
  background: #F9F9FD;
}
.more-options .custom-list {
  position: relative;
  height: 0;
  padding: 2px 3px 2px 18px;
  overflow: hidden;
  transition: height 0.15s ease-in;
}
.more-options .custom-list li {
  display: flex;
  align-items: center;
}
.more-options .custom-list:after {
  content: '';
  position: absolute;
  background: #e5e5e5;
  width: 3px;
  top: 6px;
  right: auto;
  bottom: 6px;
  left: 4px;
}
.more-options .custom-list.show {
  height: 70px;
}
.more-options .comp-input-td {
  padding: 4px 4px 4px 0;
}
.more-options .comp-input-td .comp-input {
  cursor: pointer;
  border: 1px solid #E5E5E5;
}
.more-options .other-options {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding-top: 6px;
}
.more-options .other-options td {
  vertical-align: top;
}
.more-options .other-options .options {
  padding: 0 0 12px 10px;
}
.more-options .selection {
  display: block;
  line-height: 20px !important;
  border: #DDDDE2 1px solid;
  background: #FFF;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  color: #FF574D;
}
.more-options .selection ul {
  display: block;
  position: relative;
}
.more-options .selection li {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 26px 0 6px;
}
.more-options .selection li.selected {
  display: block;
  height: auto;
}
.more-options .selection:hover {
  border: #CCCCD2 1px solid;
}
.more-options .selection:before {
  position: absolute;
  right: 4px;
  top: 4px;
  transform: scale(0.8);
}
.more-options .selection .selection-menu {
  position: absolute;
  background: #FFF;
  border: #DDD 1px solid;
  left: -1px;
  z-index: 999;
  border-radius: 3px;
}
.more-options .selection .selection-menu li {
  height: auto;
  color: #666;
  padding: 2px 26px 2px 6px;
}
.more-options .selection .selection-menu li:hover {
  background: #FF574D;
  color: #FFF;
}
.more-options .checkbox {
  display: inline-block;
  position: relative;
  border: #DDDDE2 1px solid;
  background: #FFF;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #FF574D;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
}
.more-options .checkbox:hover {
  border: #CCCCD2 1px solid;
}
.more-options .checkbox:before {
  position: absolute;
  transform: scale(0.85);
  top: 4px;
  left: 2px;
  color: #FF574D;
}
.more-options .disabled {
  opacity: 0.5;
}
.more-options .question-mark {
  font-family: "Lucida Console";
  display: inline-block;
  color: #fff;
  background-color: #999;
  font-size: 12px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 8px;
  vertical-align: 40%;
  margin-left: 6px;
}
.more-options .question-mark:hover {
  background-color: #FF574D;
  color: #fff;
}
.limited-selector {
  margin-bottom: -1px !important;
}
.limited-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.limited-selector .pop-view-arrow {
  display: none !important;
}
.limited-selector .friends-select-list li.selected:before {
  position: absolute;
  right: 14px;
  top: 16px;
  font-size: 12px;
  color: #FF574D;
}
.limited-selector .limited-selector-selected {
  position: relative;
  border-top: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.07);
  background: #F9F9FD;
  padding: 6px;
}
.limited-selector .limited-selector-selected ul {
  display: block;
  background: #FFF;
  border-radius: 3px;
  border: #EEE 1px solid;
  cursor: text;
  white-space: normal;
  width: 300px;
  max-height: 120px;
  overflow-y: auto;
  padding: 0 2px 2px;
}
.limited-selector .limited-selector-selected li {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  color: #FFF;
  padding: 2px 4px 2px 5px;
  margin: 2px 2px 0 0;
  cursor: pointer;
}
.limited-selector .limited-selector-selected li.clique {
  background: #7daf23;
}
.limited-selector .limited-selector-selected li.plurker {
  background: #FF574D;
}
.limited-selector .limited-selector-selected li.limited-selector-friends {
  display: none;
}
.limited-selector .limited-selector-selected li.limited-selector-friends.show {
  display: inline-block;
}
.limited-selector .limited-selector-selected li i {
  display: inline-block;
  transform: scale(0.7);
  margin-left: 3px;
}
.limited-selector .limited-selector-selected li.limited-selector-input {
  border-radius: 0;
  padding: 0 0 0 4px;
  cursor: text;
}
.limited-selector .limited-selector-selected li.limited-selector-input:before {
  color: #999;
  font-size: 12px;
  transform: scale(0.9);
  margin: 0px;
}
.limited-selector .limited-selector-selected li.limited-selector-input input {
  border: 0;
  width: 60px;
  margin: 0;
  font-size: 12px;
  padding: 2px 3px;
  border-radius: 0;
  color: #333;
}

.divplurk {
  position: relative;
  padding: 10px 10px 6px;
  word-wrap: break-word;
  background: #FFF;
}
.divplurk .plurk_icon {
  display: none;
}
.divplurk .avatar {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 6px 6px 0;
}
.divplurk .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.divplurk .user {
  font-size: 1.05em;
  line-height: 18px;
}
.divplurk .user .qualifier {
  padding: 1px 3px;
}
.divplurk .time {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 12px;
  transform: scale(0.95);
  transform-origin: right;
}
.divplurk .time a {
  color: #AFB8CC;
}
.divplurk .time a:hover {
  color: #8F98AC;
}
.divplurk .content {
  line-height: 1.25em;
  margin-top: 4px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}
.divplurk.bigplurk {
  padding: 16px 20px;
}
.divplurk.bigplurk .avatar {
  margin: 0 10px 4px 0;
}
.divplurk.bigplurk .user {
  margin: 12px 0 0 0;
  font-size: 1.1em;
}
.divplurk.bigplurk .content {
  clear: both;
  margin: 0;
  padding: 8px 0;
  font-size: 1.25em;
  line-height: 1.5em;
}
.divplurk.bigplurk .manager a {
  margin-left: 20px !important;
  padding: 3px 6px 4px;
}
.divplurk.bigplurk .plurk_icon.private {
  display: block !important;
  left: auto !important;
  right: 13px;
  top: 30px;
}
.divplurk.bigplurk .time {
  top: 10px;
  right: 12px;
}
.prayforkyoani:after {
  content: '';
  background: url(https://s.plurk.com/events/prayforkyoani/cb7125f6d3f2b4cc1d54.png) no-repeat;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 4px;
  background-size: contain;
  z-index: 999999;
  left: 11px;
  bottom: -2px;
}
.banana_plurk a.pictureservices img {
  max-height: 48px;
}
.plurk br {
  margin-bottom: 1px;
}
.plurk .double-br {
  display: block;
  content: ' ';
  line-height: 0;
  margin: 0.6em 0 0 0;
}
.plurk a.ex_link {
  color: #0435D2;
  text-decoration: none;
}
.plurk a.ex_link:hover {
  text-decoration: underline;
}
.plurk a.meta {
  border: none;
  cursor: pointer;
  display: block;
  margin: 1px 0 4px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  color: #2153D2;
  border-radius: 7px;
  background: #f6f8fe;
  background: rgba(33, 83, 210, 0.04);
  border: #e5ebfb 1px solid;
  border: rgba(33, 83, 210, 0.08) 1px solid;
}
.plurk a.meta img {
  border-radius: 5px;
  float: left;
  height: 48px;
  margin: 0 5px 0 0;
  max-width: 80px;
}
.plurk a.meta:hover {
  background: #edf1fc;
  background: rgba(33, 83, 210, 0.08);
  border: #d4dff7 1px solid;
  border: rgba(33, 83, 210, 0.12) 1px solid;
  text-decoration: none;
}
.plurk a.pictureservices {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  border: none;
  vertical-align: text-top;
  cursor: pointer;
  margin: 1px 2px 4px 0px;
  position: relative;
  border-radius: 5px;
}
.plurk a.pictureservices img {
  height: 64px;
  display: block;
  max-width: 240px;
}
.plurk a.pictureservices:hover {
  text-decoration: none;
}
.plurk a.pictureservices:hover img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.plurk a.ogvideo,
.plurk a.videoservices {
  position: relative;
}
.plurk a.ogvideo:after,
.plurk a.videoservices:after {
  content: url(https://s.plurk.com/68af10fe2794bbe7ae65.png);
  left: 8px;
  position: absolute;
  top: 7px;
}
.plurk a.meta.emopack {
  border: 1px solid rgba(216, 212, 54, 0.24);
  background-color: rgba(232, 230, 112, 0.18);
}
.plurk a.meta.emopack img {
  width: 48px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
  background-color: #ffffff;
}
.plurk a.meta.emopack:hover {
  border: 1px solid rgba(214, 210, 75, 0.36);
  background-color: rgba(232, 230, 112, 0.26);
}
.plurk .text_holder .poll {
  all: unset;
  display: block;
  color: #aaa;
}
.plurk .text_holder .poll:before {
  content: '\01f4ca\00a';
}
#permanent-plurk a.pictureservices {
  max-width: 400px;
}
#permanent-plurk a.pictureservices img {
  height: 96px;
}
#permanent-plurk a.pictureservices.rendered {
  max-width: 405px;
}
#permanent-plurk a.pictureservices.rendered img {
  max-width: 400px;
  height: auto;
  max-height: 1600px;
}
.plurk.plink {
  cursor: pointer;
}
.aboutme a.meta {
  border-left: none;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-right: 3px;
}
.aboutme a.meta:hover {
  background: rgba(0, 0, 0, 0.07);
}
.aboutme a.meta img {
  float: left;
  margin-right: 3px;
  border-radius: 5px;
  padding: 1px;
}
.aboutme a.pictureservices img {
  border-radius: 5px;
}
.plurk_content a.hashtag,
.plurk .text_holder a.hashtag {
  border-radius: 4px;
  color: #cf682f;
  font-size: 0.9em;
  margin: 0 0.1em;
}
.plurk_content a.hashtag:hover,
.plurk .text_holder a.hashtag:hover {
  background-color: #cf682f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: white;
  margin: auto -0.1em;
  padding: 0.05em 0.2em;
  text-decoration: none;
}
.plurk_content a.hashtag:active,
.plurk .text_holder a.hashtag:active {
  background-color: #ba5e2a;
}
/*---- holder ----*/
.timeline-holder {
  padding: 0!important;
  overflow: visible;
  height: 386px;
  position: relative;
  width: 100%;
  cursor: move;
}
.timeline-cnt,
.timeline-bg,
.timeline-cnt .block_cnt,
.timeline-bg .block_bg {
  position: absolute;
  height: 100% !important;
  width: 100%;
  left: 0;
  top: 0;
  overflow: visible !important;
}
.timeline-cnt {
  z-index: 600;
}
.timeline-bg {
  z-index: 400;
}
/*---- bottom line ----*/
.timeline-bg .block_bg .bottom_start,
.timeline-timeshow {
  position: absolute;
  padding: 0 4px;
  font-size: 12px;
  bottom: -8px;
  white-space: nowrap;
}
.bottom_start {
  background: #FFF;
  color: #CCC;
  border-radius: 5px;
}
.timeline-timeshow {
  background: #FF574D;
  color: #FFF;
  border-radius: 5px;
  z-index: 590;
}
.bottom-line {
  width: 100%;
  position: absolute;
  background-color: #FFF;
  height: 2px;
  z-index: -100;
  overflow: hidden;
  bottom: -1px;
}
/*--- loading ----*/
.timeline-holder .loading-div {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.timeline-holder .loading-div .cnt {
  padding: 0 !important;
}
.timeline-holder .timeline-bg .block_bg .loading-div {
  width: auto;
  right: 100px;
}
/*---- message ----*/
.timeline-message {
  margin-top: -18px;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 23px;
  line-height: 35px;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  z-index: 999;
}
/*---- Plurks ----*/
.timeline-cnt .plurk {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
.timeline-cnt .plurk [data-component="plurk-reactions"],
.timeline-cnt .plurk .manager {
  display: none;
}
.timeline-cnt .plurk .empty-manager {
  display: none;
  height: 25px;
}
.plurk {
  color: #111;
  white-space: nowrap;
}
.plurk td {
  vertical-align: top;
  white-space: nowrap !important;
}
.plurk.pinned .plurk_icon {
  display: none;
}
.name {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}
.name:hover {
  text-decoration: underline;
}
.plurk_cnt {
  position: relative;
  font-weight: normal;
  color: #111;
  background-color: #fff;
  padding: 2px 0 0;
  line-height: 1.3;
  transition: background-color 5s;
  box-shadow: 1px 1px 3px -3px #000;
}
.plurk_cnt.new6 {
  transition: background-color 0s;
  background-color: #ffff99;
}
.plurk_cnt.new5 {
  background-color: #ffffaa;
}
.plurk_cnt.new4 {
  background-color: #ffffbb;
}
.plurk_cnt.new3 {
  background-color: #ffffcc;
}
.plurk_cnt.new2 {
  background-color: #ffffdd;
}
.plurk_cnt.new1 {
  background-color: #ffffee;
}
.text_holder {
  position: relative;
  background: none;
  min-width: 48px;
  white-space: normal !important;
  word-wrap: anywhere;
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.timeline-cnt .plurk .text_holder {
  width: 180px;
  white-space: normal;
  min-height: 1.3em;
  padding-right: 4px;
  height: auto;
  overflow: hidden !important;
}
.timeline-cnt .plurk .time {
  position: absolute;
  bottom: 7px;
  left: 9px;
  font-size: 12px;
  transform: scale(0.95);
  transform-origin: left;
  display: none;
}
.timeline-cnt .plurk .time a {
  color: #AFB8CC;
}
.timeline-cnt .plurk .time a:hover {
  color: #8F98AC;
}
.timeline-cnt .plurk.plurk_box .time,
.timeline-cnt .plurk.plurk_box .empty-manager {
  display: block;
}
.timeline-cnt .display {
  width: 380px;
  z-index: 1200;
}
.timeline-cnt .display table {
  width: 100%;
}
.timeline-cnt .display .text_holder {
  width: 100%;
  max-width: 80vw;
  height: auto !important;
  min-height: 2em;
  max-height: none !important;
  white-space: normal;
  min-width: 180px;
}
.timeline-cnt .plurk_box {
  width: 503px;
  z-index: 1300;
}
.link_extend [data-component="plurk-reactions"],
.plurk_box [data-component="plurk-reactions"],
.link_extend .manager,
.plurk_box .manager {
  display: block !important;
}
.td_img {
  width: 20px;
}
.p_img,
.p_img img {
  width: 20px;
  height: 20px;
}
.td_qual {
  width: 0%;
  padding: 2px 0 2px 5px;
}
.td_cnt {
  width: 100%;
  padding: 2px 5px 5px 0;
}
* html .td_cnt {
  padding: 3px 5px 5px 0;
}
* + html .td_cnt {
  padding: 3px 5px 5px 0;
}
.td_response_count {
  width: 0;
  min-width: 15px;
  height: 30px !important;
}
.response_count {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1px 4px;
}
._lc_ .new .response_count {
  background: #fb0047;
  color: #fff;
}
/* For important plurks, like plurkbuddy plurks */
.glow .plurk_cnt {
  background-color: #ffffaa !important;
}
.day_start {
  font-weight: bold;
}
.plurk.editing {
  width: 380px;
}
.plurk.editing .td_cnt {
  position: relative;
}
.plurk.editing .td_cnt .text_holder,
.plurk.editing .td_cnt .manager {
  display: none !important;
}
.plurk.porn .porn-icon {
  display: inline-block;
  margin: 0 4px 0 1px;
}
.plurk.porn .porn-icon:before {
  color: #ff3600;
  position: relative;
  font-size: 18px;
  line-height: 0;
  top: 3px;
}
.plurk.porn-lock .manager {
  display: none !important;
}
.plurk.porn-lock .need-login,
.plurk.porn-lock .need-check {
  background: #eeebf0;
  color: #999;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: normal;
  text-align: center;
}
/* manager */
.manager {
  float: right;
  color: #AFB8CC;
  padding: 3px 4px 0;
  margin-top: 4px;
}
.manager:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.manager > a {
  display: inline-block;
  margin-left: 12px;
  color: #AFB8CC;
  border-radius: 3px;
  padding: 2px 5px 3px;
  text-decoration: none !important;
  cursor: pointer;
}
.manager > a.gift {
  margin-left: 10px;
}
.manager > a > span {
  margin-left: 3px;
}
.manager > a:hover {
  color: #FFF !important;
  background: #3667A5 !important;
}
.manager span a {
  margin-left: 0;
}
.manager .mute-on {
  color: #000 !important;
}
.manager .mute-on:hover {
  background: #3667A5 !important;
}
.manager .mute-off:hover {
  background: #000 !important;
}
.manager .replurk-on {
  color: #45b03f !important;
}
.manager .replurk-on:hover {
  background: #444 !important;
}
.manager .replurk-off:hover {
  background: #45b03f !important;
}
.manager .like-on {
  color: #e8443d !important;
}
.manager .like-on:hover {
  background: #444 !important;
}
.manager .like-off:hover {
  background: #e8443d !important;
}
.manager .mark-on {
  color: #5abac5 !important;
}
.manager .mark-on:hover {
  background: #444 !important;
}
.manager .mark-off:hover {
  background: #5abac5 !important;
}
.manager .promote:before {
  font-size: 14px;
}
.manager .cancel {
  color: #999;
}
.manager .delete {
  color: #ce8c8d;
}
.manager .delete:hover {
  background: #be6c6d !important;
}
.forum-manager {
  float: right;
  color: #AFB8CC;
  padding: 3px 4px 0;
  margin-top: 4px;
}
.forum-manager:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.forum-manager > a {
  display: inline-block;
  margin-left: 12px;
  color: #AFB8CC;
  border-radius: 3px;
  padding: 2px 5px 3px;
  text-decoration: none !important;
  cursor: pointer;
}
.forum-manager > a.gift {
  margin-left: 10px;
}
.forum-manager > a > span {
  margin-left: 3px;
}
.forum-manager span a {
  margin-left: 0;
}
.forum-manager .mute-on {
  color: #000 !important;
}
.forum-manager .mute-on:hover {
  background: #3667A5 !important;
}
.forum-manager .mute-off:hover {
  background: #000 !important;
}
.forum-manager .replurk-on {
  color: #45b03f !important;
}
.forum-manager .replurk-on:hover {
  background: #444 !important;
}
.forum-manager .replurk-off:hover {
  background: #45b03f !important;
}
.forum-manager .like-on {
  color: #e8443d !important;
}
.forum-manager .like-on:hover {
  background: #444 !important;
}
.forum-manager .like-off:hover {
  background: #e8443d !important;
}
.forum-manager .mark-on {
  color: #5abac5 !important;
}
.forum-manager .mark-on:hover {
  background: #444 !important;
}
.forum-manager .mark-off:hover {
  background: #5abac5 !important;
}
.forum-manager .promote:before {
  font-size: 14px;
}
.forum-manager .cancel {
  color: #999;
}
.forum-manager .delete {
  color: #ce8c8d;
}
.forum-manager .delete:hover {
  background: #be6c6d !important;
}
.forum_text_holder p {
  margin: 0;
}
/*---- Browse button ----*/
.browse_button {
  position: absolute;
  z-index: 5000;
  top: 167px;
}
.browse_button div {
  border: none !important;
  cursor: pointer;
}
.browse_button .cmp_arrow_right,
.browse_button .cmp_arrow_left {
  color: #FF574D;
  font-size: 56px;
}
.browse_button .cmp_back_to_today {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  background: #FF574D;
  color: #FFF;
  border-radius: 10px;
  position: absolute;
  margin-left: 11px;
  padding: 0px 9px;
}
.cmp_back_to_today:before {
  position: absolute;
  color: #FF574D;
  margin-left: -19px;
  margin-top: 4px;
}
.plurk_icon {
  position: absolute;
  top: 1.2em;
  left: 9px;
  z-index: 500;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
}
.plurk_icon:before {
  top: 0;
}
.plurk_icon:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #FFF;
  z-index: -1;
}
.plurk_icon.private {
  left: 15px;
  color: #ffd112;
}
.plurk_icon.bday {
  left: -5px;
}
.plurk_icon.favorite_icon {
  left: 32px;
  color: #e8443d;
}
.plurk_icon.bookmark_icon {
  left: 49px;
  color: #5abac5;
}
.plurk_icon.pif-replurk-circle {
  color: #0cca3a;
}
.pinned_plurk_icon {
  position: absolute;
  top: 1.2em;
  left: 9px;
  background-color: #e8443d;
  width: 16px;
  height: 16px;
  z-index: 500;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
}
.jap_qual {
  padding-right: 5px;
}
.plurk_top_link {
  background: url(https://s.plurk.com/a7c73f51a9c193f1af62.png) no-repeat -57px 0;
  padding-left: 20px;
  padding-bottom: 2px;
}
/* timeline control */
.timeline_control {
  z-index: 1001;
  position: absolute;
  width: 100%;
  margin-left: 16px;
  margin-top: -46px;
  height: 25px;
  pointer-events: none;
}
.timeline_control a {
  border-radius: 5px;
  padding: 0 8px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
}
.timeline_control a i {
  opacity: 0.8;
  width: 18px;
  margin-right: 4px;
}
#timeline_control_holder {
  position: absolute;
  bottom: 0;
}
#filter_tab {
  pointer-events: auto;
  float: right;
}
#filter_tab:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
#filter_tab li {
  list-style: none;
  float: right;
  clear: both;
  width: 100%;
}
#filter_tab a {
  display: block;
  overflow: hidden;
  background: #FFF;
  color: #999;
  margin-top: 0;
  height: 0;
  transition: height 200ms ease-in, margin-top 200ms ease-in;
  cursor: pointer;
  padding: 0 12px;
  opacity: 0.9;
}
#filter_tab a:hover {
  opacity: 1;
}
#filter_tab a.filter_selected {
  color: #FFF;
  background: #FF574D;
}
#filter_tab:hover a.no_unread {
  height: 0;
  margin-top: 0;
}
#filter_tab:hover a,
#filter_tab a.filter_selected,
#filter_tab a.has_unread,
#filter_tab:hover a.filter_selected,
#filter_tab:hover a.has_unread {
  height: 25px;
  margin-top: 6px;
}
.unread_generic {
  padding: 2px 4px 1px;
  margin-left: 5px;
  background-color: #f83010;
  color: #fff !important;
  border-radius: 4px;
  font-family: arial, sans-serif;
  font-size: 12px;
}
#time_show {
  position: absolute;
  z-index: 590;
  white-space: nowrap;
  font-size: 11px;
  display: none;
  padding: 0 4px;
  border-radius: 5px;
  margin-top: -9px;
}
#time_show.show {
  display: block;
}
#time_show:hover {
  display: none;
}
#time_show span {
  color: #FFF;
}
.evening,
.night,
.day,
.morning {
  background: #FF574D;
}
.block_cnt .last-block {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.block_cnt .last-block > .inner {
  background: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
  padding: 10px 20px;
  margin: 0 80px;
  border-radius: 4px;
  color: #595959;
  flex-grow: 1;
  box-shadow: 1px 1px 3px -3px #000000;
  text-align: center;
}
/* vertical timeline */
.timeline-holder.vertical {
  cursor: default;
  padding-bottom: 64px !important;
}
.timeline-holder.vertical,
.timeline-holder.vertical .timeline-cnt,
.timeline-holder.vertical .block_cnt {
  position: relative !important;
  height: auto !important;
}
.timeline-holder.vertical .timeline-timeshow,
.timeline-holder.vertical .browse_button,
.timeline-holder.vertical .bottom-line,
.timeline-holder.vertical .bottom_start {
  display: none !important;
}
.timeline-holder.vertical .timeline-bg .block_bg .loading-div {
  width: 100%;
  right: auto;
  top: auto;
  bottom: 0;
  height: 64px;
}
.timeline-holder.vertical .timeline-bg .block_bg .loading-div img {
  height: 50px;
}
.timeline-holder.vertical .block_cnt {
  padding: 8px;
}
.timeline-holder.vertical .plurk {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  margin-bottom: 8px;
  padding: 0;
}
.timeline-holder.vertical .plurk table {
  width: 100% !important;
}
.timeline-holder.vertical .plurk .td_img {
  width: 0 !important;
}
.timeline-holder.vertical .plurk .td_img .p_img {
  /* or it will be covered by plurk content */
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 10px;
}
.timeline-holder.vertical .plurk .td_qual {
  padding: 0;
}
.timeline-holder.vertical .plurk .td_qual > span {
  position: absolute;
  left: 36px;
  top: 12px;
}
.timeline-holder.vertical .plurk .td_cnt {
  padding: 38px 10px 8px 10px;
}
.timeline-holder.vertical .plurk .td_cnt .text_holder {
  width: 100%;
  height: auto !important;
  min-height: 2em;
  max-height: none !important;
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 100%;
}
.timeline-holder.vertical .plurk .td_response_count {
  display: none;
}
.timeline-holder.vertical .plurk:last-child {
  margin-bottom: 0;
}
.timeline-holder.vertical .plurk .manager {
  display: block !important;
  margin-top: 6px;
}
.timeline-holder.vertical .back-to-top {
  z-index: 9999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.35s ease-out, opacity 0.2s ease-out;
  pointer-events: none;
}
.timeline-holder.vertical .back-to-top .icon {
  position: relative;
  font-size: 14px;
  transform-origin: center center;
  transform: scaleY(-1);
}
.timeline-holder.vertical .back-to-top--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.snowflake {
  color: #FFF;
  font-size: 4em;
  opacity: 0.33;
  position: absolute;
  bottom: 32px;
  right: 15px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 700;
}
.snowflake:hover {
  cursor: pointer;
  opacity: 0.66;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.66);
}
.rotate_switch {
  color: #FFF;
  font-size: 2em;
  opacity: 0.33;
  position: absolute;
  bottom: 16px;
  right: 8px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 700;
}
.rotate_switch:hover {
  cursor: pointer;
  opacity: 0.66;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.66);
}
.emo-adder {
  white-space: nowrap;
  padding: 4px 0px;
}
.emo-adder-loading {
  padding: 6px;
}
.emo-adder-loading img {
  width: 16px;
  height: 10px;
}
.emo-adder-panel .panel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.emo-adder-panel .panel-nav .search-emopack {
  font-size: 24px;
  padding: 0px;
  cursor: pointer;
  color: #999;
}
.emo-adder-panel .emo-groups {
  margin-top: 8px;
  white-space: normal;
  max-width: 300px;
}
.emo-adder-panel .emo-groups ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 296px;
  gap: 4px 4px;
}
.emo-adder-panel .emo-groups ul li {
  border-radius: 4px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  text-align: center;
}
.emo-adder-panel .emo-groups ul li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
.emo-adder-panel .emo-groups ul li .new-group {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #888;
  color: #999;
}
.emo-adder-panel .emo-groups ul li.selected {
  background: #DDD;
}
.emo-adder-panel .buttons {
  margin: 8px 0 0;
  display: flex;
}
.emo-adder-panel .buttons .add-button {
  padding: 4px 14px;
  color: #FFF;
  background: #4BABDF;
}
.emo-adder-panel .buttons .pif-add {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
}
.emo-adder-panel .buttons .function-area {
  display: flex;
  min-width: 124px;
  width: 100%;
}
.emo-adder-panel .buttons .function-area input {
  padding: 4px 8px;
}
.emo-adder-panel .buttons .function-area .keyword-input {
  font-size: 12px;
  line-height: 15px;
  width: inherit;
  margin: 0 8px 0 0px;
  color: #ddd;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(222, 222, 222, 0.1);
}
.emo-adder-panel .buttons .function-area .keyword-input::-webkit-input-placeholder {
  color: #868383;
  opacity: 1;
}
.emo-adder-panel .buttons .function-area .keyword-input::-moz-placeholder {
  color: #868383;
  opacity: 1;
}
.emo-adder-panel .buttons .function-area .keyword-input::placeholder {
  color: #868383;
  opacity: 1;
}
.emo-adder-panel .buttons .function-area .keyword-input:-ms-input-placeholder {
  color: #868383;
}
.emo-adder-panel .buttons .function-area .keyword-input::-ms-input-placeholder {
  color: #868383;
}
.emo-adder-have div,
.emo-adder-success div,
.emo-adder-email-confirm div {
  display: flex;
  justify-content: center;
}
.emo-adder-have .emopack-link,
.emo-adder-success .emopack-link,
.emo-adder-email-confirm .emopack-link,
.emo-adder-have .emopack-link-success,
.emo-adder-success .emopack-link-success,
.emo-adder-email-confirm .emopack-link-success,
.emo-adder-have .emopack-link-verify,
.emo-adder-success .emopack-link-verify,
.emo-adder-email-confirm .emopack-link-verify {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
span.emoticon_my_wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
span.emoticon_my_wrapper .emoticon_my {
  cursor: pointer;
  opacity: 0.4;
}
span.emoticon_my_wrapper:before {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #49ACEA;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  line-height: 18px;
  z-index: 1;
  transform: scale(0.8);
}
img.emoticon_my.show-adder {
  border: #49ACEA 1px solid;
}
.plurk_editor .plurk_editor_form {
  float: right;
  color: #AFB8CC;
  margin-top: 3px;
}
.plurk_editor .plurk_editor_form::after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.plurk_editor .plurk_editor_form .save {
  margin-left: 4px;
}
.plurk_editor .plurk_editor_form .saving {
  display: none;
  color: rgba(153, 153, 153, 0.75);
  line-height: 24px;
}
.plurk_editor.saving .plurk_editor_form .cancel,
.plurk_editor.saving .plurk_editor_form .save {
  display: none;
}
.plurk_editor.saving .plurk_editor_form .saving {
  display: inline;
}
.plurk_editor .poll_msg {
  color: #111;
}
.plurk_editor .poll_msg .poll_msg_add {
  color: #FF574D !important;
}
.plurk_editor .poll_msg .poll_msg_add:hover {
  text-decoration: underline;
}
.plurk_editor_box .plurk {
  max-width: 100%;
  width: 100%;
  padding: 10px 13px;
  word-wrap: break-word;
  background: #FFF;
  border-radius: 10px;
  position: relative;
}
.plurk_editor_box .plurk .avatar {
  margin: 0 10px 4px 0;
}
.plurk_editor_box .plurk .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.plurk_editor_box .plurk .user {
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 14px;
}
.plurk_editor_box .plurk > .content {
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  clear: both;
  background: none;
}
.plurk_editor_box .plurk .plurk_icon {
  display: none;
}
.plurk_editor_box .input_holder .qual_holder {
  padding: 0;
}
.plurk_editor_box .input_holder .textarea_holder textarea {
  min-height: 100px;
  padding: 0 0 2px 2px !important;
  overflow-y: auto;
}
.plurk_editor_box .input_holder .preview-list .meta {
  width: 160px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_icon {
  padding-top: 10px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_form {
  margin-top: 8px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_form .saving {
  line-height: 31px;
}
.more-options .submit {
  position: absolute;
  right: 9px;
  bottom: 12px;
}
.more-options .loading {
  position: absolute;
  right: 9px;
  bottom: 12px;
}
.more-options .loading img {
  height: 32px;
}
.more-options .option-limit {
  position: relative;
}
.more-options .option-limit .disable-limited-to {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}
.more-options .option-limit .disable-limited-to .premOnlyTip {
  display: none;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  text-align: center;
  margin: 30px 20px;
  max-width: 100%;
}
.more-options .option-limit .disable-limited-to .premOnlyTip .msg {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.more-options .option-limit .disable-limited-to .premOnlyTip .button {
  font-size: 15px;
  padding: 6px 12px;
}
.more-options .option-limit .disable-limited-to:hover {
  background: #FFF;
}
.more-options .option-limit .disable-limited-to:hover .premOnlyTip {
  display: block;
}

.colorbox .pop-window-view {
  border-radius: 0;
}
.colorbox .pop-window-view .pop-window-content {
  padding: 0;
  overflow: hidden !important;
}
.cbox-flex {
  display: flex;
}
.cbox_left {
  flex: 1 0 0;
  position: relative;
  background: black;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.cbox_left iframe {
  display: block;
}
.colorbox .img-holder {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.colorbox .img-holder {
  background: url(https://s.plurk.com/admin/ext/images/default/grid/30ba600704724737f017.gif) no-repeat center center #000;
}
.colorbox .img-holder .cbox_img {
  background-color: #000;
}
.colorbox .img-holder .cbox-img-url {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #DDD;
  display: none;
  left: 10px;
  opacity: 0.33;
  overflow: hidden;
  padding: 2px 6px;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 10px;
  white-space: nowrap;
  font-size: 12px;
  max-width: 70%;
}
.colorbox .img-holder .cbox-img-url:hover {
  color: white;
  opacity: 0.66;
  text-decoration: none;
}
.colorbox .img-holder:hover a.cbox-img-url {
  display: inline;
}
.colorbox .img-holder .cbox-img-previous,
.colorbox .img-holder .cbox-img-next {
  color: #FFF;
  font-size: 36px;
  height: 80%;
  width: 20%;
  position: absolute;
  top: 10%;
  display: none;
  opacity: 0.5;
  transition: opacity 200ms;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.15), 0 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.15), 0 -1px rgba(0, 0, 0, 0.15);
}
.colorbox .img-holder .cbox-img-previous:before,
.colorbox .img-holder .cbox-img-next:before {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 62px;
  margin-top: -30px;
  width: 44px;
}
.colorbox .img-holder .cbox-img-previous:hover,
.colorbox .img-holder .cbox-img-next:hover {
  opacity: 1;
}
.colorbox .img-holder .cbox-img-previous {
  left: 0;
}
.colorbox .img-holder .cbox-img-next {
  right: 0;
}
.colorbox .img-holder .cbox-img-next:before {
  right: 0;
}
.colorbox .img-holder:hover a.cbox-img-previous,
.colorbox .img-holder:hover a.cbox-img-next {
  display: block;
}
.colorbox .musicPlayer,
.colorbox .openInExternalWindow {
  color: #444;
  line-height: 25px;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: none;
}
.colorbox .musicPlayer:hover,
.colorbox .openInExternalWindow:hover {
  color: #AAA;
  background: #333;
  text-decoration: none;
}
.colorbox .cbox_left:hover .musicPlayer,
.colorbox .cbox_left:hover .openInExternalWindow {
  display: block;
}
.cbox_right {
  height: 100%;
  flex: 0 0 auto;
  position: relative;
  text-align: left;
}
.cbox_right .cbox_close {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 4px;
  top: 5px;
  z-index: 100;
  color: #BBB;
  display: inline-block;
  height: 16px;
  padding: 0 3px 2px;
  cursor: pointer;
}
.cbox_right .cbox_close:hover {
  color: #333;
}
.cbox_right .cbox_plurk_holder,
.cbox_right .cbox_response {
  position: relative;
}
.cbox_right .plurk .time {
  top: 4px;
  right: 22px;
}
.cbox_right .plurk .cbox-current-target.pictureservices img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.cbox_right .plurk .cbox-current-target.meta {
  background: rgba(232, 141, 67, 0.15) !important;
  border: 1px solid rgba(232, 141, 67, 0.2) !important;
}
.cbox_right .plurk .need-login,
.cbox_right .plurk .need-check {
  background: #FFF;
  padding: 40px 20px;
}
.cbox_right .plurk .need-login .button,
.cbox_right .plurk .need-check .button {
  margin-top: 20px;
}
.cbox_right .plurk [data-component="plurk-reactions"] {
  clear: both;
  margin-left: 46px;
}
.cbox_right .cbox_response {
  overflow: hidden;
}
.cbox_right .cbox_response .response_box {
  min-height: initial;
}
.cbox_right .cbox_response .list {
  padding: 0px;
}
.cbox_right .cbox_response .list .plurk {
  width: 100%;
}
.cbox_right .cbox_ads {
  border-top: 1px solid #DDDDDD;
  bottom: 0;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.cbox_right .cbox_ads img {
  cursor: pointer;
}
.cbox_right .cbox_ads iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
 * Music player
 */
#music_player {
  z-index: 1001;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#music_player iframe {
  width: 100%;
  height: 100%;
}
#music_player .player-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  padding: 6px 8px;
}
#music_player .player-control span {
  font-size: 12px;
  display: block;
  text-align: left;
  line-height: 16px;
  margin-bottom: 2px;
}
#music_player .player-control a {
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 6px;
  margin: 7px;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}
#music_player .player-control a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#music_player .player-control:hover {
  opacity: 1;
}

.pop-window .bookmark-editor {
  padding: 4px;
  position: relative;
}
.pop-window .bookmark-editor .title-area {
  display: flex;
  justify-content: space-between;
}
.pop-window .bookmark-editor .title-area .title {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  margin-left: 6px;
}
.pop-window .bookmark-editor .title-area .go-bookmarks {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  margin-right: 6px;
  cursor: pointer;
  color: #AFB8CC;
}
.pop-window .bookmark-editor .title-area .go-bookmarks:hover {
  color: #8F98AC;
}
.pop-window .bookmark-editor .title-area .go-bookmarks .bookmarks-icon {
  float: right;
}
.pop-window .bookmark-editor .title-area .go-bookmarks .bookmarks-icon.pif-outlink {
  margin-left: 1.79px;
  margin-right: 1.79px;
}
.pop-window .bookmark-editor .tags-holder {
  min-height: 36px;
  margin: 5px 5px 2px 5px;
  padding: 10px;
  background-color: #f5f5f9;
  border-radius: 5px;
  color: #888;
  font-size: 14px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item {
  display: inline-block;
  background-color: transparent;
  color: #afb8cc;
  margin: 2px 3px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  transition: 0.1s;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon {
  float: left;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon.pif-cancel {
  margin-left: 1.79px;
  margin-right: 1.79px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon.pif-tag {
  margin-right: 0;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-name {
  padding: 1px 0 1px 3px;
  font-size: 14px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item:hover {
  background-color: #ce8c8d;
  color: #fff;
}
.pop-window .bookmark-editor .tags-holder li.tag-item.unpermitted:hover {
  background-color: #afb8cc;
  color: #fff;
}
.pop-window .bookmark-editor .tags-holder li.tags-nothing {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  color: #afb8cc;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: default;
}
.pop-window .bookmark-editor .selector-input {
  display: block;
  margin: 5px 5px 10px 5px;
}
.pop-window .bookmark-editor .selector-input input {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 13px;
  letter-spacing: 1px;
}
.pop-window .bookmark-editor .selector-input input::-webkit-input-placeholder {
  color: #888;
}
.pop-window .bookmark-editor .selector-input input::-moz-placeholder {
  color: #888;
}
.pop-window .bookmark-editor .selector-input input::placeholder {
  color: #888;
}
.pop-window .bookmark-editor .premOnlyTip {
  display: none;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  text-align: center;
  margin: 30px 20px;
  max-width: 100%;
}
.pop-window .bookmark-editor .premOnlyTip .msg {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.pop-window .bookmark-editor .premOnlyTip .button {
  font-size: 15px;
  padding: 6px 12px;
}
.tags-select-list {
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: #EEE 1px solid;
  color: #666;
  width: 100%;
}
.tags-select-list .loading {
  margin: 12px auto;
  width: 32px;
}
.tags-select-list .loading img {
  height: 32px;
}
.tag-complete-list {
  margin: 0px 8px !important;
  border-radius: 4px;
}
.tag-complete-list .pop-view-content {
  padding: 0;
  border-radius: 3px;
  width: auto;
}
.tag-complete-list .pop-view-content .tags-select-list {
  border-radius: 3px;
}
.tag-complete-list .pop-view-content .tags-select-list ul {
  background-color: #fff;
  border-radius: 3px;
  max-height: 156px;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
  white-space: nowrap;
}
.tag-complete-list .pop-view-content .tags-select-list ul li.prediction-item {
  cursor: pointer;
  padding: 5px 26px 5px 12px;
  font-size: 14px;
  line-height: 16px;
  color: #432e07;
}
.tag-complete-list .pop-view-content .tags-select-list ul li.prediction-item.sel {
  background-color: #FF575D;
  color: #FFF;
}
.tag-complete-list .pop-view-content .tags-select-list ul li.untag {
  color: #b2aea8;
}
.tag-complete-list.editable .pop-view-content ul {
  white-space: normal;
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item.sel .pif-edit {
  opacity: 0.75;
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item.sel .pif-edit:hover {
  opacity: 1;
  transform: scale(0.9);
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item .pif-edit {
  padding: 0 2px;
  font-size: 16px;
  float: right;
  color: #FFF;
  transition: 0.3s;
}
.tag-complete-list .pop-view-arrow {
  display: none !important;
}

.pop-anniversary-image {
  transition: opacity ease-out 200ms, -webkit-backdrop-filter ease-out 1000ms;
  transition: backdrop-filter ease-out 1000ms, opacity ease-out 200ms;
  transition: backdrop-filter ease-out 1000ms, opacity ease-out 200ms, -webkit-backdrop-filter ease-out 1000ms;
  -webkit-backdrop-filter: blur(0) saturate(1) brightness(2);
          backdrop-filter: blur(0) saturate(1) brightness(2);
  opacity: 0.01;
}
.pop-anniversary-image.remove-filter {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}
.pop-anniversary-image.entering {
  -webkit-backdrop-filter: blur(8px) saturate(0.75) brightness(1);
          backdrop-filter: blur(8px) saturate(0.75) brightness(1);
}
.pop-anniversary-image.entering,
.pop-anniversary-image.entering .anniversary-image img {
  opacity: 1;
}
.pop-anniversary-image.entering .pop-window-close {
  opacity: 1 !important;
  color: #ff574d;
}
.pop-anniversary-image.entering .pop-window-close:hover {
  color: #a7352e;
}
.pop-anniversary-image .pop-window-view {
  background: none;
  text-align: center;
  max-width: 740px;
}
.pop-anniversary-image .pop-window-view .pop-window-close {
  z-index: 1;
  right: -5px;
  top: 10px;
  font-size: 20px;
  opacity: 0.01;
  transition: opacity linear 1000ms;
  transition-delay: 1000ms;
}
.pop-anniversary-image .pop-window-view .pop-window-content {
  display: flex;
  align-items: stretch;
}
.pop-anniversary-image .anniversary-image {
  padding: 0px 20px;
}
.pop-anniversary-image .anniversary-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  transition: opacity linear 1000ms;
  transition-delay: 1000ms;
}
.pop-anniversary-image .toggle-filter {
  position: fixed;
  right: 0;
  bottom: 0;
  background: none;
  font-size: 24px;
  opacity: 0.05;
}
.pop-anniversary-image .toggle-filter:hover {
  opacity: 0.5;
}
.anniversary {
  opacity: 1;
  position: absolute;
  z-index: 700;
  cursor: pointer;
  display: flex;
}
.anniversary img {
  display: block;
}
.anniversary.running {
  cursor: progress;
}
.anniversary_letter {
  position: absolute;
  z-index: 700;
  cursor: pointer;
  bottom: 16px;
  right: 16px;
  opacity: 0.9;
  width: 40px;
  height: 32px;
}
.anniversary_letter img {
  width: 40px;
  height: 32px;
}
.anniversary_letter:hover {
  opacity: 1;
}
.anniversary_letter_open {
  bottom: 12px;
  right: 16px;
  opacity: 0.9;
  width: 40px;
  height: 40px;
}
.anniversary_letter_open img {
  width: 40px;
  height: 40px;
}
.anniversary_menu:before {
  float: left;
  margin: 0px 8px 0 -2px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px !important;
  height: 24px;
  text-align: center;
  font-size: 24px;
  opacity: 1 !important;
}
.anniversary_menu.anniversary_menu_meaty:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/meaty/ab1334db0b18a2fd4b69.gif);
}
.anniversary_menu.anniversary_menu_eggy:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/eggy/88f93b6849a71e5d535d.gif);
}
.anniversary_menu.anniversary_menu_keke:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/keke/f5872496881ef0328fcc.gif);
}
.anniversary_menu.anniversary_menu_unigi:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/unigi/fbe450e2a61e05a6586e.gif);
}
.anniversary_menu.anniversary_menu_runo:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/runo/f7efdadfe2c3dcd799f4.gif);
}
.anniversary_meaty_n {
  bottom: 16px;
  right: 112px;
  width: 64px;
  height: 64px;
}
.anniversary_meaty_n img {
  width: 64px;
  height: 64px;
}
.anniversary_meaty_sp {
  bottom: 16px;
  right: 112px;
  width: 64px;
  height: 64px;
}
.anniversary_meaty_sp img {
  width: 64px;
  height: 64px;
}
.anniversary_meaty_astronaut {
  bottom: 16px;
  right: 88px;
  width: 88px;
  height: 64px;
}
.anniversary_meaty_astronaut img {
  width: 88px;
  height: 64px;
}
.anniversary_meaty_burger {
  bottom: 16px;
  right: 96px;
  width: 96px;
  height: 128px;
}
.anniversary_meaty_burger img {
  width: 96px;
  height: 128px;
}
.anniversary_meaty_heart {
  bottom: 16px;
  right: 112px;
  width: 64px;
  height: 96px;
}
.anniversary_meaty_heart img {
  width: 64px;
  height: 96px;
}
.anniversary_meaty_run {
  bottom: 16px;
  right: 112px;
  width: 64px;
  height: 64px;
}
.anniversary_meaty_run img {
  width: 64px;
  height: 64px;
}
.anniversary_keke_n {
  bottom: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
}
.anniversary_keke_n img {
  width: 64px;
  height: 64px;
}
.anniversary_keke_sp {
  bottom: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
}
.anniversary_keke_sp img {
  width: 64px;
  height: 64px;
}
.anniversary_keke_catch {
  bottom: 16px;
  right: 16px;
  width: 256px;
  height: 96px;
}
.anniversary_keke_catch img {
  width: 256px;
  height: 96px;
}
.anniversary_keke_eat {
  bottom: 16px;
  right: 0px;
  width: 96px;
  height: 128px;
}
.anniversary_keke_eat img {
  width: 96px;
  height: 128px;
}
.anniversary_keke_flower {
  bottom: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
}
.anniversary_keke_flower img {
  width: 64px;
  height: 64px;
}
.anniversary_keke_rock {
  bottom: 16px;
  right: 14px;
  width: 64px;
  height: 96px;
}
.anniversary_keke_rock img {
  width: 64px;
  height: 96px;
}
.anniversary_runo_n {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_n img {
  width: 64px;
  height: 64px;
}
.anniversary_runo_sp {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_sp img {
  width: 64px;
  height: 64px;
}
.anniversary_runo_catch {
  bottom: 16px;
  right: 17px;
  width: 256px;
  height: 96px;
}
.anniversary_runo_catch img {
  width: 256px;
  height: 96px;
}
.anniversary_runo_henshin {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_henshin img {
  width: 64px;
  height: 64px;
}
.anniversary_runo_water {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_water img {
  width: 64px;
  height: 64px;
}
.anniversary_runo_write {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_write img {
  width: 64px;
  height: 64px;
}
.anniversary_eggy_n {
  bottom: 16px;
  right: 62px;
  width: 64px;
  height: 64px;
}
.anniversary_eggy_n img {
  width: 64px;
  height: 64px;
}
.anniversary_eggy_sp {
  bottom: 16px;
  right: 62px;
  width: 80px;
  height: 64px;
}
.anniversary_eggy_sp img {
  width: 80px;
  height: 64px;
}
.anniversary_eggy_jump {
  bottom: 16px;
  right: 62px;
  width: 64px;
  height: 128px;
}
.anniversary_eggy_jump img {
  width: 64px;
  height: 128px;
}
.anniversary_eggy_lie {
  bottom: 16px;
  right: 50px;
  width: 76px;
  height: 64px;
}
.anniversary_eggy_lie img {
  width: 76px;
  height: 64px;
}
.anniversary_eggy_ring {
  bottom: 16px;
  right: 46px;
  width: 96px;
  height: 128px;
}
.anniversary_eggy_ring img {
  width: 96px;
  height: 128px;
}
.anniversary_eggy_throw {
  bottom: 16px;
  right: 61px;
  width: 164px;
  height: 128px;
}
.anniversary_eggy_throw img {
  width: 164px;
  height: 128px;
}
.anniversary_unigi_n {
  bottom: 16px;
  right: 160px;
  width: 64px;
  height: 64px;
}
.anniversary_unigi_n img {
  width: 64px;
  height: 64px;
}
.anniversary_unigi_sp {
  bottom: 16px;
  right: 144px;
  width: 96px;
  height: 64px;
}
.anniversary_unigi_sp img {
  width: 96px;
  height: 64px;
}
.anniversary_unigi_coin {
  bottom: 16px;
  right: 144px;
  width: 96px;
  height: 172px;
}
.anniversary_unigi_coin img {
  width: 96px;
  height: 172px;
}
.anniversary_unigi_happy {
  bottom: 16px;
  right: 160px;
  width: 64px;
  height: 128px;
}
.anniversary_unigi_happy img {
  width: 64px;
  height: 128px;
}
.anniversary_unigi_rolling {
  bottom: 16px;
  right: 144px;
  width: 96px;
  height: 96px;
}
.anniversary_unigi_rolling img {
  width: 96px;
  height: 96px;
}
.anniversary_unigi_throw {
  bottom: 16px;
  right: 61px;
  width: 164px;
  height: 128px;
}
.anniversary_unigi_throw img {
  width: 164px;
  height: 128px;
}

plurk-reactions {
  display: block;
  margin: 0.5rem 0;
}
plurk-reactions .reactions {
  gap: 4px;
  display: flex;
  flex-flow: row wrap;
}
plurk-reactions .reactions__adder {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 4px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  flex-flow: row nowrap;
  height: 22px;
  color: #A1A6B5;
  font-size: 13px;
  background: rgba(175, 184, 204, 0.2);
  cursor: pointer;
}
plurk-reactions .reactions__adder[data-toggle-from],
plurk-reactions .reactions__adder:hover {
  color: #ffffff;
  background: #ff9b65;
}
plurk-reactions .reactions__adder > i {
  line-height: 1;
}
[data-portal] .reaction-info {
  gap: 4px;
  display: flex;
  flex-flow: column nowrap;
  min-width: 120px;
  max-width: 160px;
}
[data-portal] .reaction-info__emoticon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
[data-portal] .reaction-info__emoticon img {
  max-height: 100%;
}
[data-portal] .reaction-info__users {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  white-space: normal;
}

plurk-reaction-emoticon {
  display: block;
}
plurk-reaction-emoticon .reaction {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 4px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 22px;
  color: #848CA4;
  background: rgba(175, 184, 204, 0.2);
  cursor: pointer;
}
plurk-reaction-emoticon .reaction__emoticon {
  min-width: 14px;
  max-height: 14px;
}
plurk-reaction-emoticon .reaction__count {
  font-size: 13px;
  line-height: 13px;
}
plurk-reaction-emoticon .reaction--clicked {
  color: #ffffff;
  background: #ff9b65;
}

plurk-reaction-user-list {
  display: block;
  padding: 0px 24px;
  background: #eeebf0;
}
plurk-reaction-user-list .reaction__user-list {
  gap: 16px;
  display: flex;
}
plurk-reaction-user-list .reaction__user-list__tabs {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  overflow-x: hidden;
  overflow-y: auto;
  flex-shrink: 0;
  height: calc(50vh - 50px);
  max-height: 550px;
}
plurk-reaction-user-list .reaction__user-list__area {
  flex: 1;
  padding: 12px 0px 24px 0px;
  height: calc(50vh - 50px);
  max-height: 550px;
  overflow-x: hidden;
}
plurk-reaction-user-list .reaction__user-list__area__container {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background: #ffffff;
  height: 100%;
}
plurk-reaction-user-list .reaction__user-list__area__container__function {
  display: flex;
  padding: 13px 21px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #f5f5f5;
}
plurk-reaction-user-list .reaction__user-list__area__container__function__emoticon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
plurk-reaction-user-list .reaction__user-list__area__container__function__emoticon img {
  border: rgba(255,255,255,0) 1px solid;
}
plurk-reaction-user-list .reaction__user-list__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(50vh - 50px);
  width: 100%;
  max-height: 550px;
  color: #595959;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

plurk-reaction-user-list-tab {
  width: 100%;
}
plurk-reaction-user-list-tab .reaction {
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
  width: 100%;
}
plurk-reaction-user-list-tab .reaction--current {
  color: #ff574d;
}
plurk-reaction-user-list-tab .reaction:hover {
  background: #ffffff;
}
plurk-reaction-user-list-tab .reaction:active {
  background: transparent;
}
plurk-reaction-user-list-tab .reaction__emoticon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
plurk-reaction-user-list-tab .reaction__emoticon-container img {
  max-width: 24px;
  max-height: 24px;
}
plurk-reaction-user-list-tab .reaction__arrow {
  opacity: 0;
}
plurk-reaction-user-list-tab .reaction__arrow--selected {
  opacity: 1;
}

plurk-reaction-user-list-loader {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
plurk-reaction-user-list-loader .user-list {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 13px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  overflow-x: hidden;
  overflow-y: auto;
}
plurk-reaction-user-list-loader .user-list a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  white-space: nowrap;
  padding: 8px;
}
plurk-reaction-user-list-loader .user-list a:hover {
  background-color: #f5f5f9;
}
plurk-reaction-user-list-loader .user-list a img {
  height: 45px;
  width: 45px;
  border-radius: 9999px;
}
plurk-reaction-user-list-loader .user-list a div {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}
plurk-reaction-user-list-loader .user-list a div span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
plurk-reaction-user-list-loader .user-list a div .display-name {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}
plurk-reaction-user-list-loader .user-list a div .nick-name {
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
plurk-reaction-user-list-loader .user-list__loading {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 32px;
}
plurk-reaction-user-list-loader .user-list__loading > img {
  height: 100%;
}
plurk-reaction-user-list-loader .user-list__loading--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* color scheme of navbar */
#front-header {
  background: #FF574D;
  color: #FFF;
  position: relative;
  padding: 110px 8% 90px;
  line-height: 1;
}
#front-header .logo {
  font-size: 120px;
  margin-bottom: 20px;
}
#front-header .plurklogo {
  font-size: 440px;
  position: absolute;
  right: -100px;
  top: 0px;
  opacity: 0.2;
}
#front-header #front-title {
  font-size: 70px;
}
#front-header::before {
  content: '';
  display: block;
  background-image: url(https://s.plurk.com/plurktop/dc2fc72d1d2e0ab6a980.png);
  height: 100%;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.line-holder {
  display: flex;
  position: relative;
  text-align: left;
  padding: 70px 5%;
  padding: 70px max(5%, (100vw - 1120px) / 2);
}
.line-holder .showcase {
  position: relative;
  flex: 1 0 58%;
}
.line-holder .desc {
  position: relative;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 30px;
  color: #888;
}
.line-holder .desc h3 {
  color: #333;
  font-size: 36px;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 30px;
}
.line-holder.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.line-holder.center .showcase,
.line-holder.center .desc {
  width: 100%;
}
.line-holder.left .desc {
  padding-left: 8px;
}
.line-holder.right .showcase {
  order: 1;
}
.line-holder.right .desc {
  padding-right: 8px;
}
.article {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  padding: 20px 8%;
  text-align: left;
  font-family: Georgia;
}
.article section {
  padding: 0.6em 0;
}
.article section h3 {
  color: #FF574D;
  font-size: 2em;
  line-height: 1;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.article section h4 {
  font-size: 1.1em;
  line-height: 1;
  margin-top: 1.3em;
}
.article section p {
  margin: 0.8em 0 0.6em;
}
.article section ul,
.article section ol {
  margin: 0.8em 0 0.6em 2.4em;
}
.article section li {
  overflow: visible;
  margin: 0.4em auto;
}
.article section ul li {
  list-style: disc;
}
.article#anonymous ol li {
  list-style: decimal;
}
@media screen and (max-width: 900px) {
  #front-header {
    padding: 90px 8% 75px;
  }
  #front-header .logo {
    font-size: 120px;
  }
  #front-header .plurklogo {
    font-size: 380px;
    right: -90px;
  }
  #front-header #front-title {
    font-size: 60px;
  }
  .line-holder {
    padding: 60px 8%;
  }
  .line-holder .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .line-holder .desc h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 26px;
  }
  .article {
    font-size: 16px;
  }
  .article section h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #front-header {
    padding: 70px 5% 40px;
  }
  #front-header .logo {
    font-size: 80px;
  }
  #front-header .plurklogo {
    font-size: 320px;
    right: -80px;
  }
  #front-header #front-title {
    font-size: 46px;
  }
  .line-holder {
    padding: 50px 8%;
    flex-direction: column;
  }
  .line-holder .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .line-holder .desc h3 {
    font-size: 27px;
    line-height: 27px;
    margin-top: 34px;
    margin-bottom: 14px;
  }
  .line-holder .showcase {
    width: 100%;
  }
  .line-holder.left .desc {
    padding-left: 0;
  }
  .line-holder.right .desc {
    padding-right: 0;
  }
  .line-holder.right .showcase {
    order: 0;
  }
  .article {
    font-size: 15px;
  }
  .article section h3 {
    font-size: 25px;
  }
}
.plurk-gpt-ad {
  text-align: center;
}

