.alert-message-container {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 15px;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 180px;
  color: #fff;
  background-color: #ff675d;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Tahoma, Verdana, sans-serif;
  font-size: 15px;
}
.alert-message-container.show {
  display: flex;
}
.alert-message-container .alert-message-img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.plurkForm {
  padding: 3px 3px 0;
  position: relative;
}
.plurkForm .hide {
  display: none;
}
.plurkForm:after,
.preview-list:after,
.icons_holder:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
/* submit button */
.submit_img {
  float: right;
  border: none;
  cursor: pointer;
  width: 80px;
  font-size: 25px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 5px;
  margin-left: 6px;
}
.submit_img_color {
  background: #FF574D;
}
.submit_holder {
  vertical-align: bottom !important;
}
.submit_img.pif-plurkapp:before {
  animation: rotating 1s linear infinite;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* input holder */
.input_holder {
  border: #eee 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.input_holder > * {
  flex: 1 0 100%;
}
.qual_holder {
  font-size: 24px;
  padding: 3px;
  flex: 0 0 auto;
  order: -3;
}
.qual_holder.qual-appended {
  order: -1;
}
.textarea_holder {
  overflow: hidden;
  flex: 1 0 4px;
  order: -2;
}
.textarea_holder textarea {
  background: #FFF;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 0 2px;
  margin: 0;
  resize: none;
  border-radius: 7px;
  font-size: 25px;
  line-height: 37px;
  height: 37px;
  display: block;
  width: 100%;
}
.textarea_holder textarea.error {
  color: red;
}
.plurkForm.posting .textarea_holder textarea {
  opacity: 0.5;
}
/* icons_holder */
.icons_holder {
  margin: 4px 0 4px;
  overflow: hidden;
  float: left;
  font-size: 12px;
}
.icons_holder li {
  float: left;
  margin: 4px 6px 0 0;
  cursor: pointer;
  font-size: 26px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  position: relative;
}
.icons_holder .pif-emoticon {
  color: #fcd254;
}
.icons_holder .pif-emoticon:hover {
  color: #e7b237;
}
.icons_holder .pif-emoticon:before {
  position: relative;
  z-index: 2;
}
.icons_holder .pif-emoticon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #333;
}
.icons_holder .pif-media {
  color: #8bcfd6;
}
.icons_holder .pif-media:hover {
  color: #7ab1b7;
}
.icons_holder .pif-sync {
  color: #96cb84;
}
.icons_holder .pif-sync:hover {
  color: #81ac72;
}
.icons_holder .pif-anynomous {
  color: #A98AB8;
  padding-left: 2px;
}
.icons_holder .pif-anynomous:before {
  top: 2px;
}
.icons_holder .pif-anynomous:hover {
  color: #997AA8;
}
.icons_holder .pif-poll {
  font-size: 30px;
  padding-left: 5px;
  color: #39aee0;
}
.icons_holder .pif-poll:hover {
  color: #4FA2CF;
}
.icons_holder .pif-privacy {
  color: #f4cb35;
}
.icons_holder .pif-privacy:hover {
  color: #e7b237;
}
/* other info */
.plurk_to,
.plurkForm .whispers_hint,
.priv,
.plurk_schedule {
  float: right;
  font-size: 13px;
  line-height: 17px;
  opacity: 0.6;
  margin-top: 6px;
  text-align: right;
}
.plurkForm .whispers_hint i,
.priv i {
  margin-right: 3px;
}
.plurk_to span,
.plurk_schedule span {
  margin-left: 6px;
  padding: 1px 2px;
}
.plurk_to span a,
.plurk_schedule span a {
  color: #666 !important;
}
.plurk_to span a:hover,
.plurk_schedule span a:hover {
  text-decoration: underline;
}
.plurk_to span:before,
.plurk_schedule span:before {
  margin-right: 3px;
}
.plurk_to span.pif-cancel,
.plurk_schedule span.pif-cancel {
  background: red;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
.char_updater {
  clear: both;
  font-size: 12px;
  display: block;
  line-height: 18px;
  opacity: 0.75;
  white-space: normal!important;
}
.char_highlight a {
  text-decoration: underline!important;
  color: #FF574D !important;
}
/* poll message */
.poll_msg {
  font-size: 12px;
  line-height: 18px;
  white-space: normal;
  opacity: 0.75;
}
.poll_msg .poll_msg_btn {
  color: #FF574D !important;
}
.poll_msg .poll_msg_btn:hover,
.poll_msg .poll_msg_btn:active {
  text-decoration: underline;
}
/* sync form */
.sync_checked_holder {
  font-size: 12px;
  width: 200px;
}
.sync_checked_ul {
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.sync_checked_ul li {
  margin: 2px 0 3px;
}
.sync_checked_ul li a {
  color: #444;
}
/* mini_form */
.plurkForm.mini-mode .input_holder,
.mini_form .input_holder {
  border-radius: 6px;
}
.plurkForm.mini-mode .qual_holder,
.mini_form .qual_holder {
  padding: 1px 1px 0;
  font-size: 12px;
}
.plurkForm.mini-mode .m_qualifier,
.mini_form .m_qualifier {
  padding: 3px 6px 2px;
}
.plurkForm.mini-mode .textarea_holder textarea,
.mini_form .textarea_holder textarea {
  font-size: 12px;
  line-height: 19px;
  height: 19px;
  border-radius: 4px;
}
.plurkForm.mini-mode .icons_holder,
.mini_form .icons_holder {
  margin: 1px 0 3px;
}
.plurkForm.mini-mode .icons_holder li,
.mini_form .icons_holder li {
  line-height: 24px;
  margin: 1px 1px 0 0;
  width: 26px;
  font-size: 16px;
}
.plurkForm.mini-mode .icons_holder .pif-emoticon:after,
.mini_form .icons_holder .pif-emoticon:after {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #333;
}
.plurkForm.mini-mode .char_updater,
.mini_form .char_updater {
  clear: none;
  float: right;
  text-align: right;
  margin: 4px 5px 0;
  color: #999;
  white-space: normal!important;
}
.plurkForm.mini-mode .submit_img,
.mini_form .submit_img {
  display: none !important;
}
.mention-complete,
.mention-complete .pop-view-content,
.mention-complete .pop-view-content ul {
  border-radius: 0 !important;
}
.mention-complete .friends-select-list {
  max-height: 168px;
}
.mention-complete .friends-select-list li {
  border: 0;
  padding: 4px 6px;
  height: 28px;
}
.mention-complete .friends-select-list li * {
  display: inline-block;
  position: initial;
  float: none;
  margin: 0 6px 0 0;
  vertical-align: bottom;
  line-height: 20px;
  font-size: 12px;
}
.mention-complete .friends-select-list li .avatar {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
/* drop_indicator */
.drop_indicator {
  position: absolute;
  text-align: center;
  font: bold 16px Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #AD615D;
  pointer-events: none;
  display: none;
  z-index: 700;
  right: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: #FAF5F0;
  border: 2px dashed #AD615D;
  opacity: 0.8;
  border-radius: 8px;
}
.drop_indicator:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* anonymous option */
.form-holder {
  font-size: 14px;
  line-height: 20px;
}
.form-holder .form-control {
  padding-left: 8px;
}
.form-holder .form-bottom {
  text-align: center;
}

.time-picker-container {
  display: flex;
  align-items: center;
}
.time-picker-select {
  height: 28px;
  padding: 4px 6px;
  font-size: 13px !important;
  color: #000;
  border-width: 1px;
  border-color: #ddd;
}
.time-picker-input-container {
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.time-picker-input-inner-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.time-picker-input {
  width: 28px;
  height: 100%;
  padding: 0 6px !important;
  margin: 0 !important;
  font-size: 13px;
  color: #000;
  border: none;
}
.time-picker-input-icons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.time-picker-input-icons .pif-dropdown {
  position: relative;
  height: 11px;
  font-size: 14px;
  line-height: 0;
}
.time-picker-input-icons .pif-dropdown::before {
  transform: scale(0.6) translateY(-8px);
}
.time-picker-input-icons .pif-dropdown:hover {
  opacity: 0.6;
}
.time-picker-input-arrow-up {
  top: -1px;
  transform: rotate(180deg);
}
.time-picker-input-arrow-down {
  top: 1px;
}
.time-picker-text {
  padding: 0 4px;
  font-size: 14px;
  color: #333;
}
.time-picker-msg {
  display: block;
  margin: 4px 0;
  font-size: 12px;
  line-height: 15px;
  color: #666;
}
.time-picker-msg.invalid {
  color: #FF574D;
}

.poll-editor-popwindow .pop-window-header {
  color: #888;
  background: #fff;
}
.poll-editor-popwindow .pop-window-title {
  font: inherit;
}
.poll-editor-popwindow .pop-window-close {
  color: #888;
}
.poll-editor-popwindow .pop-window-close:hover {
  color: red;
}
.poll-editor-popwindow .pop-window-content {
  padding: 0;
}
.poll-editor-container {
  padding: 22px 10px 30px;
  background: #EEEBF0;
}
.poll-editor-section {
  margin-bottom: 23px;
}
.poll-editor-section-title {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
}
.poll-editor-section-content {
  background: #fff;
  border-radius: 10px;
}
.poll-editor-section-content.poll-editor-section-content-description {
  padding: 14px 10px 11px;
}
.poll-editor-section-content.poll-editor-section-content-description.alert .poll-editor-description,
.poll-editor-section-content.poll-editor-section-content-description.alert .poll-editor-input-length {
  color: #FF574D;
}
.poll-editor-section-content.poll-editor-section-content-options {
  padding: 10px;
}
.poll-editor-section-content.poll-editor-section-content-settings {
  padding: 15px 10px 17px;
}
.poll-editor-description {
  display: block;
  width: 100%;
  height: 47px;
  resize: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.poll-editor-description:hover {
  border-color: #ddd;
}
.poll-editor-input-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.poll-editor-input-length {
  font-size: 12px;
  color: #999;
}
.poll-editor-emoticon-button {
  padding: 3px;
  font-size: 14px;
  color: #FCD254;
  background: transparent;
  border: none;
}
.poll-editor-emoticon-button:hover,
.poll-editor-emoticon-button:active,
.poll-editor-emoticon-button:focus {
  background: transparent;
}
.poll-editor-emoticon-button .pif-emoticon {
  position: relative;
  color: #fcd254;
}
.poll-editor-emoticon-button .pif-emoticon:hover {
  color: #e7b237;
}
.poll-editor-emoticon-button .pif-emoticon::before {
  position: relative;
  z-index: 2;
}
.poll-editor-emoticon-button .pif-emoticon::after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 1px;
  right: 2px;
  z-index: 1;
  background: #333;
  border-radius: 11px;
}
.poll-editor-options-list-item.focus .poll-editor-options-list-item-input {
  border-color: #666;
}
.poll-editor-options-list-item.focus .poll-editor-options-list-item-bottom {
  display: flex;
}
.poll-editor-options-list-item.alert .poll-editor-options-list-item-input,
.poll-editor-options-list-item.alert .poll-editor-options-list-item-length {
  color: #FF574D;
}
.poll-editor-options-list-item-input {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 7px 9px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.poll-editor-options-list-item-input:hover {
  border-color: #ddd;
}
.poll-editor-options-list-item-input::-webkit-input-placeholder {
  font-size: 13px;
  color: #ccc;
}
.poll-editor-options-list-item-input::-moz-placeholder {
  font-size: 13px;
  color: #ccc;
}
.poll-editor-options-list-item-input::placeholder {
  font-size: 13px;
  color: #ccc;
}
.poll-editor-options-list-item-input:last-child {
  margin-bottom: 0;
}
.poll-editor-options-list-item-bottom {
  display: none;
  margin-bottom: 11px;
}
.poll-editor-settings-item {
  display: grid;
  grid-template-columns: 86px auto;
  grid-column-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 9px;
}
.poll-editor-settings-item-title {
  display: inline-block;
  position: relative;
  top: 3px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.poll-editor-settings-item-title-info {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  font-family: 'Lucida Console';
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #aaa;
  border-radius: 100%;
  transform: scale(0.85);
  cursor: help;
}
.poll-editor-checkbox {
  display: none;
  position: absolute;
  opacity: 0;
}
.poll-editor-checkbox:checked + .poll-editor-checkbox-label {
  background: #8CD02D;
}
.poll-editor-checkbox:checked + .poll-editor-checkbox-label::after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.poll-editor-checkbox-label {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 29px;
  background: #DDDDE2;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s;
}
.poll-editor-checkbox-label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 70px;
  transition: 0.5s;
}
.poll-editor-end-time-selection {
  display: flex;
  align-items: center;
}
.poll-editor-end-time-dropdowns {
  margin-bottom: 15px;
}
.poll-editor-end-time-select {
  height: 25px;
  font-size: 15px;
  border-width: 0.5px;
  border-color: #ccc;
}
.poll-editor-end-time-container {
  width: 87px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 7px;
  background: #fff;
  border: 0.5px solid #ccc;
  border-radius: 5px;
}
.poll-editor-end-time-inner-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.poll-editor-end-time-input {
  width: 20px;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 15px;
  border: none;
}
.poll-editor-end-time-icons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.poll-editor-end-time-icons .pif-dropdown {
  line-height: 0;
}
.poll-editor-end-time-icons .pif-dropdown::before {
  transform: scale(0.6) translateY(-4px);
}
.poll-editor-end-time-icons .pif-dropdown:hover {
  opacity: 0.6;
}
.poll-editor-end-time-icon-arrow-up {
  transform: rotate(180deg);
}
.poll-editor-end-time-text {
  font-size: 15px;
  color: #000;
}
.poll-editor-end-time-buttons {
  margin-top: 12px;
}
.poll-editor-end-time-buttons-row {
  white-space: nowrap;
}
.poll-editor-end-time-button {
  padding: 8px 16px;
  margin: 0 6px 6px 0;
  font-size: 15px;
  font-weight: 500;
  color: #FF574D;
  background: transparent;
  border: 1px solid #FF574D;
}
.poll-editor-end-time-button:last-child {
  margin-right: 0;
}
.poll-editor-end-time-button:hover,
.poll-editor-end-time-button:active,
.poll-editor-end-time-button:focus {
  color: #FF675D;
  background: transparent;
  border-color: #FF675D;
}
.poll-editor-end-time-button:disabled {
  color: #fff;
  background: #ddd;
  border-color: #ddd;
}
.poll-editor-footer {
  display: flex;
  justify-content: center;
}
.poll-editor-button {
  width: 104px;
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
}
.poll-editor-button-reset {
  margin-right: 30px;
  color: #FF574D;
  background: transparent;
  border: 1px solid #FF574D;
}
.poll-editor-button-reset:hover,
.poll-editor-button-reset:active,
.poll-editor-button-reset:focus {
  color: #FF675D;
  background: transparent;
  border-color: #FF675D;
}
.poll-editor-button-reset:disabled {
  color: #aaa;
  background: transparent;
  border-color: #aaa;
}
.poll-editor-button-finish {
  color: #fff;
  background: #FF574D;
}
.poll-editor-button-finish:hover,
.poll-editor-button-finish:active,
.poll-editor-button-finish:focus {
  background: #FF675D;
}
.poll-editor-button-finish:disabled {
  background: #aaa;
}

.pop-menu {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  text-align: left;
  white-space: nowrap;
}
.pop-menu li.sep {
  height: 1px;
  background: #E5E5E5;
  line-height: 1px;
  margin: 8px 0;
  top: 2px;
}
.pop-menu li a {
  color: #000;
  padding: 8px 20px 8px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pop-menu li a img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-menu li a.no-hover {
  cursor: default;
}
.pop-menu li a:not(.no-hover):hover {
  border-radius: 5px;
  background: #f0f0f5;
}
.pop-menu li a:before {
  float: left;
  margin: 0px 8px 0 -2px;
  opacity: 0.7;
  width: 20px;
  text-align: center;
  font-size: 14px;
}
.pop-menu li a.disabled {
  cursor: default !important;
  background: #FFF !important;
  color: #ccc !important;
}
.pop-menu.pop-scroll-content .pop-view-content {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.checkbox {
  --checkbox-padding: calc((var(--checkbox-size) - var(--checkbox-inner-size)) / 2);
  display: inline-block;
  position: relative;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  padding: var(--checkbox-padding);
  cursor: pointer;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
  transition: opacity 150ms ease-out;
}
.checkbox .checkmark > .checkmark--path {
  stroke-width: 2px;
}
.checkbox .checkmark.checkmark-box {
  padding: 2px;
  width: 100%;
}
.checkbox .checkmark.checkmark-radio {
  border-radius: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: black;
  transform: translate(4px, 4px);
  transform-origin: center center;
}
.checkbox--control {
  display: block;
  margin: 0;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.001;
  cursor: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox--control :focus {
  outline: none;
}
.checkbox--background {
  position: absolute;
  top: var(--checkbox-padding);
  left: var(--checkbox-padding);
  width: var(--checkbox-inner-size);
  height: var(--checkbox-inner-size);
  pointer-events: none;
  box-shadow: inset 0 0 0 2px black;
  border-radius: 2px;
  -moz-outline-radius: 6px;
  background: rgba(0, 0, 0, 0.001);
  transition: background-color 150ms ease-out, outline 50ms ease-out;
  will-change: background-color, outline;
}
.checkbox.radio .checkbox--background {
  border-radius: 50%;
  -moz-outline-radius: 100%;
}
.checkbox--control:checked ~ .checkbox--background {
  background-color: rgba(0, 0, 0, 0.95);
}
.checkbox--control:checked ~ .checkbox--background .checkmark {
  opacity: 0.95;
}
.checkbox.radio .checkbox--control:checked ~ .checkbox--background {
  background-color: transparent;
}
.checkbox--control:focus ~ .checkbox--background {
  outline: 4px solid rgba(119, 119, 119, 0.25);
}
.checkbox--control:active:not(:disabled) ~ .checkbox--background {
  outline: 4px solid rgba(119, 119, 119, 0.75);
}
.checkbox--control:disabled ~ .checkbox--background {
  border-color: #777;
  background-color: rgba(119, 119, 119, 0.3);
}
.checkbox--label {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 10px;
  min-height: var(--checkbox-size);
  word-break: break-word;
  white-space: normal;
  padding: 0.2em 0.5em;
  transition: border-color 150ms ease-out;
  /* .checkbox.disabled ~ & {
    color: #ccc;
    cursor: normal;
  }*/
}
.checkbox.checked ~ .checkbox--label {
  border-color: #444;
}
.checkbox.ghost:not(.checked) .checkbox--background > .checkmark {
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
  opacity: 0.5;
}
.plurk-poll {
  --checkbox-size: 30px;
  --checkbox-inner-size: 18px;
  --plurk-poll-primary-font-size: 13px;
  --plurk-poll-button-font-size: 14px;
  --plurk-poll-secondary-font-size: 12px;
  margin: 0.5em 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 7px 12px;
  font-size: var(--plurk-poll-primary-font-size);
  line-height: 1.25;
}
.plurk-poll .show-voted-toggle {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  color: #666;
  border-radius: 4px;
  padding: 5px 7px;
  margin: 0;
  margin-left: 10px;
  margin-right: -7px;
  font-size: var(--plurk-poll-secondary-font-size);
  transition: background-color 100ms ease-out;
}
.plurk-poll .show-voted-toggle > * {
  line-height: 0;
}
.plurk-poll .show-voted-toggle .voted-toggle--show {
  display: none;
}
.plurk-poll .show-voted-toggle .voted-toggle--hide {
  display: inline-block;
}
.plurk-poll .show-voted-toggle.active .voted-toggle--show {
  display: inline-block;
}
.plurk-poll .show-voted-toggle.active .voted-toggle--hide {
  display: none;
}
.plurk-poll .show-voted-toggle:hover {
  background-color: rgba(102,102,102,0.13333);
}
.plurk-poll .show-voted-toggle:active {
  background-color: rgba(51,51,102,0.33333);
}
.plurk-poll > .body {
  cursor: auto;
  position: relative;
  clear: both;
  padding: 0.6em 0;
}
.form-field {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.checkbox--label {
  font-size: var(--plurk-poll-primary-font-size);
}
.checkbox--label .emoticon,
.poll-candidate .emoticon {
  max-width: 32px;
  pointer-events: none;
  white-space: pre;
}
.plurk-poll--subject .emoticon {
  max-width: 48px;
}
.poll-candidate {
  border: 2px solid #ddd;
  border-radius: 10px;
  min-height: var(--checkbox-size);
  word-break: break-word;
  white-space: normal;
  padding: 0.2em 0.5em;
  transition: border-color 150ms ease-out;
  /* .checkbox.disabled ~ & {
    color: #ccc;
    cursor: normal;
  }*/
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  gap: 0.5em;
}
.checkbox.checked ~ .poll-candidate {
  border-color: #444;
}
.poll-candidate > * {
  position: relative;
}
.poll-candidate .candidate-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ddd;
  transition: width 500ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: width;
  transition-delay: calc(0 * 30ms);
  transition-delay: calc(var(--plurk-poll-candidate-index, 0) * 30ms);
}
.poll-candidate .candidate-label {
  flex: 1 1 auto;
}
.poll-candidate .candidate-count {
  flex: 0 0 auto;
  padding: 0 4px;
  margin-right: -4px;
  color: currentColor;
  cursor: auto;
}
.poll-candidate .voted-mark {
  --voted-mark-size: calc(var(--plurk-poll-primary-font-size) - 2px);
  --voted-mark-width: calc(var(--voted-mark-size) + 0.5em);
  overflow: hidden;
  width: 0;
  margin-right: -0.5em;
  flex: 0 0 auto;
  font-size: var(--voted-mark-size);
  line-height: 0;
  position: relative;
  top: 1px;
  transition: width 150ms cubic-bezier(0.22, 1, 0.36, 1);
}
.plurk-poll--result.show-voted .poll-candidate.voted {
  border-color: #111;
}
.poll-candidate.active .candidate-count,
.poll-candidate.active + .candidate-percentage {
  color: #FF574D;
}
.plurk-poll.ballot-disclosed .poll-candidate .candidate-count {
  cursor: pointer;
}
.plurk-poll.ballot-disclosed .poll-candidate .candidate-count:hover {
  text-decoration: underline;
}
.plurk-poll--subject {
  padding-top: 0.25em;
  font-size: var(--plurk-poll-primary-font-size);
  min-height: calc(var(--plurk-poll-secondary-font-size) + 10px + 0.25em);
  white-space: initial;
  word-wrap: anywhere;
}
.plurk-poll--form,
.plurk-poll--result {
  gap: 4px 8px;
}
.plurk-poll--form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.plurk-poll--form > .field {
  width: 100%;
}
.plurk-poll--form .checkbox {
  flex: 0 0 auto;
}
.plurk-poll--form .checkbox--label {
  flex: 1 1 auto;
}
.plurk-poll--result {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-size: var(--plurk-poll-primary-font-size);
}
.plurk-poll--result.hide-results {
  grid-template-columns: 1fr;
}
.plurk-poll--result.hide-results > .candidate-percentage,
.plurk-poll--result.hide-results .candidate-count {
  display: none;
}
.plurk-poll--result.hide-results .candidate-background {
  transition: none;
  width: 0 !important;
}
.plurk-poll--result.hide-results .voted-mark {
  display: none;
}
.plurk-poll .plurk-poll--buttons {
  position: relative;
  display: flex;
  gap: 8px;
  margin-top: 0.75em;
}
.plurk-poll .plurk-poll--buttons > button {
  flex: 1 1 0;
  font-size: var(--plurk-poll-button-font-size);
  padding: 12px 8px;
}
.plurk-poll .plurk-poll--buttons .status-success {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #7aa716;
  display: none;
}
.plurk-poll .plurk-poll--buttons .status-success.show {
  display: block;
  opacity: 1;
  transition: opacity 300ms ease-out;
}
.plurk-poll .plurk-poll--buttons .status-success.fading-out {
  opacity: 0.001;
}
.plurk-poll .plurk-poll--buttons .status-success:hover,
.plurk-poll .plurk-poll--buttons .status-success:active {
  background: #8abe19;
}
.plurk-poll--footer {
  display: flex;
  color: #999;
  font-size: var(--plurk-poll-secondary-font-size);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.plurk-poll--footer > * {
  display: flex;
  align-items: center;
}
.plurk-poll--footer > .footer-left {
  flex: 1 1 auto;
  margin-right: 1em;
}
.plurk-poll--footer .question-mark {
  display: inline-block;
  width: calc(var(--plurk-poll-secondary-font-size) + 2px);
  height: calc(var(--plurk-poll-secondary-font-size) + 2px);
  margin-left: 0.25em;
  cursor: help;
  vertical-align: -15%;
}
.plurk-poll--footer .question-mark > svg {
  display: block;
}
.plurk-poll--footer .action-halt {
  font-size: var(--plurk-poll-secondary-font-size);
  padding: 5px 7px;
  margin-left: 0.4em;
  margin-right: -7px;
  background: transparent;
  color: inherit;
  border-radius: 4px;
}
.plurk-poll--footer .action-halt:hover {
  background: #FF574D;
  color: white;
}
.plurk-poll--footer .ballot-type {
  font-family: sans-serif;
}
.plurk-poll--footer .dot {
  font-family: sans-serif;
  padding-left: 4px;
  padding-right: 4px;
  max-width: calc(0.5em + 8px);
  display: inline-flex;
  justify-content: center;
}
.plurk-poll--overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: radial-gradient(transparent, rgba(255,255,255,0.8) 75%);
  align-items: center;
  justify-content: center;
  opacity: 0.001;
  transition: opacity 150ms ease-out;
}
.plurk-poll--overlay.show {
  display: flex;
  opacity: 1;
}
.timeline-cnt .plurk.display .plurk-poll {
  min-width: 320px;
}
.pop-view.pop-tooltip.poll-ballot-hint .pop-view-content {
  max-width: calc(12em + 16px);
}
.plurk-poll .cloak-icon {
  display: none;
  float: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 4px;
  width: 24px;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: 0.5;
}
.timeline-cnt .plurk:not(.display) .plurk-poll .cloak-icon {
  display: block;
}
.timeline-cnt .plurk:not(.display) .plurk-poll .show-voted-toggle {
  margin-right: 0;
  margin-top: 1px;
}
.timeline-cnt .plurk:not(.display) .plurk-poll .cloak-icon,
.timeline-cnt .plurk:not(.display) .plurk-poll .show-voted-toggle {
  transform: translate(2px, -0.2em);
}
.timeline-cnt .plurk:not(.display) .plurk-poll .plurk-poll--result {
  display: none;
}

#emo-packs-viewer-container {
  visibility: hidden;
}
#emo-packs-viewer-container #emo-packs-viewer-not-supported-browser-tip {
  display: block;
  visibility: visible;
  text-align: center;
  margin-top: 60px;
}
@supports (display: grid) {
  #emo-packs-viewer-container {
    visibility: visible;
  }
  #emo-packs-viewer-container #emo-packs-viewer-not-supported-browser-tip {
    visibility: hidden;
    display: none;
  }
}
#emo-packs-viewer-not-found {
  text-align: center;
  margin: 60px auto;
}
#emo-packs-viewer-not-found.hidden {
  display: none;
}
#emo-packs-viewer-loading-indicator {
  text-align: center;
  margin: 60px auto;
}
#emo-packs-viewer-loading-indicator.hidden {
  display: none;
}

#emo-pack-viewer-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  padding: 8px 20px 35px;
  background-color: #EEEBF0;
}
#emo-pack-viewer-header *,
#emo-pack-viewer-header *::before,
#emo-pack-viewer-header *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-header {
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
#emo-pack-viewer-header-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left {
  display: grid;
  grid-template-areas: 'i t' 'i s';
  grid-template-columns: 56px auto;
  grid-column-gap: 14px;
  padding-right: 10px;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-thumbnail {
  grid-area: i;
  width: 56px;
  height: 56px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center center;
     object-position: center center;
  border: 4px solid #f5f5f5;
  border-radius: 5px;
  background-color: #ffffff;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-title,
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle {
  line-height: 20px;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-title {
  grid-area: t;
  margin-top: 8px;
  word-break: normal;
  font-size: 17px;
  color: #222;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle {
  position: relative;
  grid-area: s;
  font-size: 13px;
  color: #999;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle a {
  color: #FF574D;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle a:hover,
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle a:focus,
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle a:active {
  color: #FF574D;
  text-decoration: underline;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left .pif-privacy-circle {
  position: relative;
  top: 2px;
  margin-left: 3px;
  font-size: 16px;
  color: #ffd112;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left .pif-privacy-circle::before {
  position: relative;
  z-index: 2;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left .pif-privacy-circle::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 4px;
  left: 4px;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-right {
  padding-top: 4px;
  align-self: start;
  margin-right: 24px;
  display: grid;
  grid-template-columns: 65px min-content;
  grid-column-gap: 7px;
  align-items: center;
  font-size: 12px;
  grid-row-gap: 3px;
  line-height: 12px;
  color: #bbb;
}
#standalone-view-emo-pack-content-holder #emo-pack-viewer-header-header #emo-pack-viewer-header-header-right {
  margin-right: 0;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-right #emo-pack-viewer-header-last-edited {
  white-space: nowrap;
  cursor: default;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-right .emo-pack-viewer-header-label {
  text-align: right;
}
@media screen and (max-width: 390px) {
  #emo-pack-viewer-header-header #emo-pack-viewer-header-header-right {
    display: none;
  }
}
#emo-pack-viewer-header-description {
  font-size: 13px;
  line-height: 18px;
  color: #222;
  margin: 12px 0;
  word-break: normal;
}
#emo-pack-viewer-header-manager {
  float: right;
}
#emo-pack-viewer-header-manager button:not(:last-child) {
  margin-right: 6px;
}
#emo-pack-viewer-header-manager button.icon-button {
  padding: 4px 8px;
}
#emo-pack-viewer-header-manager #emo-pack-viewer-header-gift.disabled-gift-button {
  pointer-events: none;
}
#emo-pack-viewer-header-manager #emo-pack-viewer-header-gift span {
  margin-left: 3px;
  position: relative;
  top: -1px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans Regular", Tahoma, Verdana, sans-serif;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-header:not(.emo-pack-viewer-header-is-iframe-embed) #emo-pack-viewer-header-share {
    display: none;
  }
  #emo-pack-viewer-header #emo-pack-viewer-header-gift {
    pointer-events: none;
  }
}

#emo-pack-viewer-emoticons-container {
  background-color: #EEEBF0;
  width: 100%;
  padding: 0 20px;
}
#emo-pack-viewer-emoticons-container *,
#emo-pack-viewer-emoticons-container *::before,
#emo-pack-viewer-emoticons-container *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-emoticons-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
#emo-pack-viewer-emoticons-inner-container-bg {
  max-height: 355px;
  overflow-y: auto;
  padding: 18px;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-emoticons-inner-container-bg {
    max-height: none;
    padding: 9px;
  }
}
#emo-pack-viewer-emoticons-inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 48px);
  justify-content: space-between;
  grid-gap: 13px;
  gap: 13px;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-emoticons-inner-container {
    gap: 8px;
  }
}
#emo-pack-viewer-emoticons-inner-container .emo-pack-viewer-emoticon {
  width: 48px;
  height: 48px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center center;
     object-position: center center;
}
#emo-pack-viewer-emoticons-inner-container .emo-pack-viewer-emoticon.emo-pack-viewer-emoticon-already-had {
  opacity: 0.3;
}

#emo-pack-viewer-installer-container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 20px;
  background-color: #EEEBF0;
}
#emo-pack-viewer-installer-container *,
#emo-pack-viewer-installer-container *::before,
#emo-pack-viewer-installer-container *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-installer-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
#emo-pack-viewer-installer-container input[type="checkbox"] {
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-installer-container button {
    width: 100%;
  }
  #emo-pack-viewer-installer-container #emo-pack-viewer-increase-quota-button {
    display: none;
  }
  #emo-pack-viewer-installer-container #emo-pack-viewer-increase-quota-button--mobile {
    display: block !important;
  }
}
#emo-pack-viewer-installer-container #emo-pack-viewer-installer-move-group-label,
#emo-pack-viewer-installer-container #emo-pack-viewer-not-installable,
#emo-pack-viewer-installer-container #emo-pack-viewer-not-email-confirm-text {
  margin-bottom: 12px;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-installer-move-group-label {
  text-align: left;
  display: inline-block;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-not-installable {
  display: block;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-install-button {
  min-width: 120px;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-install-button i {
  margin-right: 7px;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-install-button .pif-cancel {
  position: relative;
  top: 1px;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-install-button:disabled:not(.emo-pack-viewer-install-button-done):not(.emo-pack-viewer-install-button-failed) {
  background-color: #FF574D !important;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-increase-quota-button--mobile {
  display: none;
}
#emo-pack-viewer-installer-container .emo-pack-viewer-install-button-done {
  background-color: #7AA716 !important;
}
#emo-pack-viewer-installer-container .emo-pack-viewer-install-button-done:hover {
  background-color: #7AA716 !important;
}
#emo-pack-viewer-installer-container .emo-pack-viewer-install-button-failed {
  background-color: #aaa;
}

#form_holder {
  box-shadow: 1px 1px 3px -3px #000;
  background: #fff;
}
.plurk_box {
  z-index: 1450;
  position: absolute;
}
.plurk_box .highlight_light {
  color: #666 !important;
}
.plurk_box table {
  width: 100%;
}
.plurk_box .mini_form {
  padding: 4px 3px 2px;
  border-top: #eee 1px solid;
  background-color: #fff;
  font-weight: normal;
}
.plurk_box .hide {
  display: none !important;
}
.response_box {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  border-top: #eee 1px solid;
  min-height: 260px;
  overscroll-behavior: contain;
}
.response_box .plurk_editor .preview-list li {
  height: 30px;
  width: 30px;
}
.response_box .plurk_editor .preview-list li.add_photo {
  font-size: 25px;
  line-height: 28px;
}
.response_box .plurk_editor .preview-list li.meta {
  padding: 0.5px 16px 0.5px 1px;
  width: auto;
  min-width: 30px;
  max-width: 160px;
}
.response_box .plurk_editor .preview-list li.meta .content {
  font-size: 0.9em;
  line-height: 1.3em;
}
.response_box .plurk_editor .preview-list li.meta .content .img {
  width: 26px;
  height: 26px;
}
.response_box .loading {
  width: 100% !important;
  text-align: center !important;
  color: #555;
  z-index: 2000;
}
/*
 * List
 */
.plurk_box .list {
  height: auto !important;
  position: relative;
  clear: both;
  padding: 5px 5px;
}
.language-large-font .list-container {
  font-size: 0.93em;
}
.list-container .empty {
  text-align: center;
  padding: 20px 0 0 0;
  color: #555;
}
.list-container .empty.error {
  color: red;
}
.list {
  padding-top: 10px;
}
.list .plurk {
  position: relative;
  margin: 3px 0;
}
.list .td_qual {
  width: 0%;
}
.list .td_cnt {
  width: 100%;
}
.list .text_holder {
  white-space: normal !important;
  word-break: break-word !important;
  width: 100% !important;
  margin-right: 5px;
}
.list .plurk_cnt {
  padding-bottom: 0px;
  box-shadow: none;
  border: none;
  transition: background-color 0s;
}
.plurk_box .login_to_see,
.plurk_box .confirm_email {
  background-color: white;
  padding: 12px;
  text-align: center;
  color: black;
}
.plurk_box .login_to_see a,
.plurk_box .confirm_email a,
.red_link {
  background-color: #ef144d !important;
  color: white !important;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
}
.editing .text_holder,
.editing [data-component="plurk-response-reactions"] {
  display: none;
}
.load-holder {
  margin: 6px 10px;
  height: 32px;
}
.load-holder .button {
  display: block;
  text-align: center;
  background: #eeebf0;
  color: #888895;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  border-radius: 6px;
}
.load-holder .button:hover {
  background: #afb8cc;
  color: #fff;
}
.load-older-holder {
  display: flex;
  justify-content: space-between;
}
.load-older-holder .button {
  flex: 1 1 50%;
  margin: 0 6px;
}
/*
 * Limited to display
 */
#form_holder.anonymous .favorite_count,
#form_holder.anonymous .replurk_count {
  display: none;
}
.response_info {
  display: flex;
  flex-wrap: wrap;
}
.favorite_count,
.replurk_count,
.bookmark_info,
.private_info {
  margin: 9px 0 4px 10px;
  color: #fff;
  float: left;
}
.favorite_count {
  background: #54a4be;
}
.favorite_count:hover {
  background: #4494ae;
}
.replurk_count {
  background: #56b892;
}
.replurk_count:hover {
  background: #46a882;
}
.bookmark_info {
  background: #5abac5;
}
.bookmark_info:hover {
  background: #4a9aa5;
}
.private_info {
  background: #f4ca35;
}
.private_info:hover {
  background: #e4ba25;
}
.private_info:before {
  margin: 0 5px 0 1px;
}
.reaction_count .button {
  margin: 9px 0 4px 10px;
  color: #FFF;
  float: left;
  background: #ff9b65;
}
.reaction_count .button:hover {
  background: #b1653d;
}
.scam_alert {
  display: flex;
  width: 100%;
  padding: 8px 10px;
  margin-top: 5px;
  align-items: center;
  gap: 8px;
  background: #ffeeed;
  color: #d3463e;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.scam_alert:before {
  font-size: 14px;
}
.response-status {
  width: 100%;
  clear: both;
  margin-top: 5px;
  padding: 4px 0;
  font-size: 12px;
}
.response-status .response-count {
  color: #afb8cc;
  background-color: transparent;
  font-weight: normal;
  padding: 5px 0 0 10px;
  height: 24px;
  line-height: 24px;
}
.response-status .response-count:before {
  margin-right: 3px;
}
.response-status .response-only-owner {
  display: inline-block;
  background: #f5f5f9;
  color: #afb8cc;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: top;
  transform: scale(0.9);
  opacity: 0;
}
.response-status .response-only-owner:hover {
  background: #afb8cc;
  color: #fff;
}
.response-status .response-only-owner.only_owner {
  opacity: 1;
}
.response-status:hover .response-only-owner {
  opacity: 1;
}
.highlight_owner .name {
  text-decoration: underline;
}
.response-manager {
  position: absolute;
  z-index: 90;
  top: -22px;
  right: 0px;
  font-size: 12px;
  white-space: nowrap;
  transform: scale(0.9);
  transform-origin: right;
  color: #9fa8bc;
  background: #fff;
  border: #eee 1px solid;
}
.response-manager > * {
  padding: 2px 6px;
  display: inline-block;
}
.response-manager .time a {
  color: #afb8cc;
}
.response-manager .time a:hover {
  color: #8f98ac;
}
.response-manager .edit,
.response-manager .mention,
.response-manager .option {
  cursor: pointer;
  color: #9fa8bc;
}
.response-manager .edit:hover,
.response-manager .mention:hover,
.response-manager .option:hover,
.response-manager .edit[data-toggle-from],
.response-manager .mention[data-toggle-from],
.response-manager .option[data-toggle-from],
.response-manager .edit.popview-targeting,
.response-manager .mention.popview-targeting,
.response-manager .option.popview-targeting {
  background: #afb8cc;
  color: #fff;
}
.response-manager .edit:before,
.response-manager .mention:before,
.response-manager .option:before {
  margin-right: 1px;
}
.response-manager .add-reaction {
  cursor: pointer;
  color: #9fa8bc;
}
.response-manager .add-reaction:hover,
.response-manager .add-reaction[data-toggle-from] {
  background: #afb8cc;
  color: #fff;
}
.response-manager .add-reaction:before {
  margin-right: 1px;
}
.response-manager .option:before {
  margin-right: 1px;
}
.response-manager .coin {
  position: absolute;
  top: 2px;
  background: #e8af37;
  color: #fff;
  padding: 0 4px;
  border-radius: 99px;
  letter-spacing: 1px;
  right: calc(100% + 6px);
}
.response-manager .coin:before {
  margin-right: 1px;
}
.response.show-response-manager .plurk_cnt {
  background: #f7f7fa;
}
.edit.disabled {
  cursor: default;
  background: #fff !important;
  color: #ccc !important;
}
.new_response_hint {
  position: absolute;
  z-index: 2000;
  margin-top: -25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 0;
  display: none;
  cursor: pointer;
}
.new_response_hint:hover {
  background: rgba(0, 0, 0, 0.5);
}
.pop-window .user_list .title {
  font-size: 13px;
  line-height: 24px;
  color: #888;
  background: #EEEBF0;
  padding: 9px 14px 0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.pop-window .user_list .title > b {
  color: #444;
}
.pop-window .user_list .title.title_border {
  border-bottom: 1px solid #e1e1e1;
}
.pop-window .user_list .--current {
  background: #F9F6D0;
}
.pop-window .user_list .--current .title {
  background: #F4EFA9;
}
.pop-window .user_list .nick_name {
  font-size: 12px;
  color: #222;
  opacity: 1;
}
.pop-window .user_list ul {
  margin: 2px 10px;
}
.pop-window .user_list a {
  display: block;
  color: #000;
  font-size: 15px;
  position: relative;
  min-width: 300px;
  height: 61px;
  border-radius: 5px;
  white-space: nowrap;
  padding: 8px;
  margin: 2px 0;
}
.pop-window .user_list a img {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 22.5px;
}
.pop-window .user_list a div {
  padding: 3px 0 0 54px;
  line-height: 16px;
}
.pop-window .user_list a:hover {
  background: #F5F5F9;
}
.pop-window .user_list .anonymous_msg {
  color: #888;
  height: 270px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop-window .user_list .anonymous_msg .anonymous_icon {
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #ba8fbe;
  color: #ffffff;
  font-size: 26px;
}
.pop-window .user_list .anonymous_msg .anonymous_text {
  color: #595959;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  white-space: pre-line;
}
.pop-window .user_list .empty {
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
}
.pop-window .user_list .title .emoticon {
  max-width: 24px;
  overflow: hidden;
  -webkit-filter: saturate(25%);
          filter: saturate(25%);
}
.pop-window .reaction_user_list .title {
  font-size: 13px;
  line-height: 24px;
  color: #888;
  background: #EEEBF0;
  padding: 9px 14px 0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.pop-window .reaction_user_list .title > b {
  color: #444;
}
.pop-window .reaction_user_list .title.title_border {
  border-bottom: 1px solid #e1e1e1;
}
.pop-window .user_list,
.pop-window .reaction_user_list {
  margin: -9px -10px;
}
.pop-window .user_list .title,
.pop-window .reaction_user_list .title {
  top: -9px;
  display: flex;
  gap: 1rem;
}
.pop-window .user_list .title .title_block,
.pop-window .reaction_user_list .title .title_block {
  padding: 8px 10px;
}
.pop-window .user_list .title .tab,
.pop-window .reaction_user_list .title .tab {
  cursor: pointer;
}
.pop-window .user_list .title .current,
.pop-window .reaction_user_list .title .current {
  border-bottom: #888 2px solid;
}
/* --- Div template --- */
.divresponse {
  position: relative;
  padding: 8px 10px 10px;
  margin: 0 !important;
}
.divresponse .avatar {
  float: left;
  height: 20px;
  width: 20px;
  margin: 0 6px 6px 0;
}
.divresponse .avatar img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.divresponse .user {
  font-size: 1em;
  line-height: 20px;
}
.divresponse .user .qualifier {
  padding: 1px 3px;
}
.divresponse > .content {
  line-height: 1.25em;
  overflow: hidden;
  margin-top: 2px;
  position: relative;
  text-overflow: ellipsis;
}
.divresponse > [data-component="plurk-response-reactions"] {
  margin-left: 26px;
}
.divresponse:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.divresponse .response-manager {
  top: 2px !important;
  right: 4px !important;
  bottom: auto !important;
  border: 0;
  background: none;
}
.divresponse .response-manager > * {
  border-radius: 4px;
}
.divresponse.show-response-manager {
  background: #f7f7fa;
}
.pop-scam-image {
  opacity: 0.01;
}
.pop-scam-image.entering,
.pop-scam-image.entering .scam-image img {
  opacity: 1;
}
.pop-scam-image .pop-window-view {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  text-align: center;
  max-width: 600px;
}
.pop-scam-image .pop-window-view .pop-window-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  overflow-y: hidden;
}
.pop-scam-image .scam-image {
  width: calc(100vmin - 40px);
  height: calc(100vmin - 40px);
  max-width: 600px;
  max-height: 600px;
  aspect-ratio: 1;
}
.pop-scam-image .scam-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  opacity: 0.01;
  transition: opacity linear 100ms;
  transition-delay: 100ms;
  border-radius: 10px;
}

.emo-pack-pop-window .pop-window-close {
  z-index: 1;
}
.emo-pack-pop-window .pop-window-content {
  padding: 0;
}

