/* 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: flex;
  margin: 0 4px;
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  list-style: none;
}
#emoticon-tabs li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  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;
  /* deprecated
    .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;
        &:hover{
            background-color: #FF574D;
            color: #fff;
        }
    }
*/
}
.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;
  border-radius: 5px;
  display: inline-block;
  margin-right: 14px;
  padding: 12px;
}
.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: 8px;
  padding-bottom: 8px;
}
.more-options .other-options td {
  vertical-align: top;
}
.more-options .other-options td > * {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.more-options .other-options td.options {
  line-height: 1;
}
.more-options .other-options td.options .label + div {
  margin-left: 8px;
}
.more-options .other-options tr .options {
  padding-bottom: 12px;
}
.more-options .other-options tr:last-child .options {
  padding-bottom: 0;
}
.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 {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #999999;
  text-align: center;
  margin-left: 8px;
}
.more-options .question-mark::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.more-options .question-mark__icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  vertical-align: middle;
}
.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;
}

#em-groups {
  position: relative;
  background: #FFF;
  border-top: #DDD 1px solid;
  height: 40px;
}
#em-groups ul {
  display: block;
  margin: 0 108px 0 28px;
  padding: 5px 0;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
}
#em-groups ul li {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 30px;
  padding: 4px 7px;
  border-radius: 4px;
  margin: 0 2px 0 0;
  vertical-align: top;
  cursor: pointer;
}
#em-groups ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#em-groups ul li a img {
  max-width: 20px;
  max-height: 20px;
}
#em-groups ul li.selected {
  border: 1px solid #F9ADA9;
}
#em-groups ul li .count {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  right: -2px;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #F9ADA9;
  color: #ffffff;
}
#em-groups ul li.current {
  background: #EEEEF3;
}
#em-groups ul li.drop-target:not(.current) {
  background: #49ACEA;
}
#em-groups ul li.not-droppable {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  opacity: 0.7;
}
#em-groups ul li.em-emo-group-placeholder {
  border: 1px dashed #ddd;
}
.emo-tab-arrow {
  font-size: 12px;
  width: 28px;
  color: #666 !important;
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 39px;
  text-align: center;
  line-height: 39px;
}
.emo-tab-arrow span {
  width: 6px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#emo-tab-arrow-left {
  left: 0px;
}
#emo-tab-arrow-right {
  right: 80px;
}
#emo-tab-arrow-right .pif-arrow-right:before {
  left: -6px;
  position: relative;
}
.emo-tab-arrow:hover {
  color: #49ACEA !important;
}
.emo-tab-arrow.disabled,
.emo-tab-arrow.disabled:hover {
  color: #CCC !important;
}
#em-group-add,
#em-revoke-group {
  position: absolute;
  top: 0;
  width: 39px;
  height: 39px;
  color: #999 !important;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  border-left: #EEE 1px solid;
  cursor: pointer;
}
#em-group-add:hover,
#em-revoke-group:hover {
  color: #49ACEA !important;
}
#em-group-add.disabled,
#em-revoke-group.disabled,
#em-group-add.disabled:hover,
#em-revoke-group.disabled:hover {
  color: #CCC !important;
}
#em-group-add {
  right: 40px;
}
#em-revoke-group {
  right: 0;
}
#em-groups.readonly ul {
  margin-right: 28px;
}
#em-groups.readonly #emo-tab-arrow-right {
  right: 0;
}
#em-groups.readonly #em-group-add,
#em-groups.readonly #em-revoke-group {
  display: none;
}

#em-emos-meta-container {
  margin-right: 166px;
  height: 100%;
  overflow: auto;
  padding: 8px;
}
#em-emos-meta-container *,
#em-emos-meta-container *::before,
#em-emos-meta-container *::after {
  box-sizing: content-box !important;
}
#em-emos-meta-container #em-emos-selection-controls {
  display: none;
}
#em-emos-meta-container .paginator {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  border-top: 1px dotted #ccc;
  height: 1px;
  position: relative;
}
#em-emos-meta-container ul {
  list-style: none;
}
#em-emos-meta-container ul li {
  float: left;
  width: 48px;
  height: 48px;
  margin: 2px;
  border-radius: 2px;
  line-height: 56px;
  font-size: 0;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 4px solid transparent;
}
#em-emos-meta-container ul li.current {
  border-color: #f9ada9;
}
#em-emos-meta-container ul li.em-emo-grid-placeholder {
  width: 48px;
  height: 48px;
  border: 2px dashed #ddd;
  padding: 2px;
}
#em-emos-meta-container ul li.grabbing-to-group {
  opacity: 0.4;
}
#em-emos-meta-container ul li.emo-img img {
  vertical-align: initial !important;
}
#em-emos-meta-container ul li.locked {
  opacity: 0.4;
  position: relative;
  cursor: pointer;
}
#em-emos-meta-container ul li.locked::before {
  content: "\f03f";
  font-family: "PlurkIconFont";
  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);
}
#em-emos-meta-container.readonly {
  margin-right: 0;
  background-color: #eeeef4;
}
#em-emos-meta-container.readonly #em-emos-selection-controls {
  display: block;
  margin: 16px 8px;
  color: #999;
}
#em-emos-meta-container.readonly #em-emos-selection-controls a.disabled {
  color: #ccc;
}
#em-emos-meta-container.readonly #em-emos-selection-controls a:hover:not(.disabled) {
  color: #FF574D;
  text-decoration: underline;
}
#em-emos-meta-container.readonly ul li {
  cursor: pointer;
}
#em-emos-meta-container.readonly ul li.disabled {
  opacity: 0.3;
  cursor: default;
}
#em-fragment #em-grids-fragment-host {
  height: 100%;
  padding-bottom: 40px;
}
#em-fragment #em-groups-bar-fragment-host {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

#emo-packs-creator-container {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#emo-packs-creator-container #emo-packs-creator-not-supported-browser-tip {
  display: block;
  visibility: visible;
  text-align: center;
  margin-top: 60px;
}
@supports (display: grid) {
  #emo-packs-creator-container {
    visibility: visible;
  }
  #emo-packs-creator-container #emo-packs-creator-not-supported-browser-tip {
    visibility: hidden;
    display: none;
  }
}
#emo-packs-creator-container *,
#emo-packs-creator-container *::before,
#emo-packs-creator-container *::after {
  box-sizing: border-box;
}
#emo-packs-list-container,
#emo-packs-editor-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
#emo-packs-list-container.active {
  display: block;
}
#emo-packs-editor-container.active {
  display: flex;
  flex-wrap: nowrap;
}

#emo-packs-chooser-grids-fragment-host {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 208px;
  height: calc(100% - 40px);
}
#emo-packs-chooser-groups-bar-fragment-host {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 208px;
  height: 40px;
}
#emo-packs-chooser-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 208px;
  border-left: 1px solid #ccc;
  padding: 12px 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#emo-packs-chooser-panel #emo-packs-chooser-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
}
#emo-packs-chooser-panel #emo-packs-chooser-pack-title {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-selected-count-tip {
  font-size: 12px;
  line-height: 17px;
  color: #bdbdbd;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 5px;
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-selected-count-tip.error {
  color: #ff574d;
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-emoticons {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  overflow-y: auto;
  margin: -4px;
  padding-top: 4px;
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-emoticons .emo-packs-chooser-panel-selected-emo {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: visible;
  margin: 4px;
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-emoticons .emo-packs-chooser-panel-selected-emo img {
  width: 48px;
  height: 48px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center center;
     object-position: center center;
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-emoticons .emo-packs-chooser-panel-selected-emo:hover {
  cursor: pointer;
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-emoticons .emo-packs-chooser-panel-selected-emo:hover::before {
  content: "\f009";
  font-family: "PlurkIconFont";
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background: rgba(206,140,141,0.50196);
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-controls {
  margin-top: 12px;
  text-align: center;
}
#emo-packs-chooser-panel #emo-packs-chooser-panel-controls button:first-child {
  margin-right: 12px;
}

#emo-packs-editor-left,
#emo-packs-editor-right {
  vertical-align: top;
  display: inline-flex;
}
#emo-packs-editor-left {
  flex-direction: column;
  flex-wrap: nowrap;
  width: 196px;
  height: 100%;
  background-color: white;
  border-right: 1px;
  padding: 15px 12px;
}
#emo-packs-editor-left input,
#emo-packs-editor-left textarea {
  margin: 0;
  resize: none;
}
#emo-packs-editor-left input[type="text"],
#emo-packs-editor-left textarea {
  padding: 5px 6px;
}
#emo-packs-editor-left input[type="checkbox"] {
  vertical-align: middle;
}
#emo-packs-editor-left #emo-packs-editor-thumbnail-container {
  width: 56px;
  height: 56px;
  margin: auto auto;
  border: 4px solid #eee;
  border-radius: 3px;
  margin-bottom: 10px;
}
#emo-packs-editor-left #emo-packs-editor-thumbnail-container #emo-packs-editor-no-thumbnail {
  display: block;
  font-size: 30px;
  color: #eee;
  padding: 8px 6px;
  width: 48px;
  height: 48px;
}
#emo-packs-editor-left #emo-packs-editor-thumbnail-container #emo-packs-editor-thumbnail {
  width: 48px;
  height: 48px;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: none;
     object-fit: none;
}
#emo-packs-editor-left #emo-packs-editor-title {
  border-radius: 5px;
  font-size: 14px;
}
#emo-packs-editor-left .emo-packs-editor-author-info-container {
  margin-top: 4px;
  padding-left: 7px;
  color: #c0c0c0;
}
#emo-packs-editor-left .emo-packs-editor-public-container {
  display: flex;
}
#emo-packs-editor-left #emo-packs-editor-author-info {
  font-size: 12px;
}
#emo-packs-editor-left #emo-packs-editor-author-info-tip,
#emo-packs-editor-left #emo-packs-editor-public-tip {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  width: 11px;
  height: 11px;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
}
#emo-packs-editor-left #emo-packs-editor-author-info-tip::before,
#emo-packs-editor-left #emo-packs-editor-public-tip::before {
  content: 'i';
  font-weight: bold;
}
#emo-packs-editor-left #emo-packs-editor-public-tip {
  position: relative;
  top: 3px;
  margin-left: 4px;
  border-color: #000;
}
#emo-packs-editor-left #emo-packs-editor-description {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  overflow-y: auto;
  font-size: 13px;
}
#emo-packs-editor-left #emo-packs-editor-title,
#emo-packs-editor-left #emo-packs-editor-description {
  color: #000000;
}
#emo-packs-editor-left #emo-packs-editor-title::-webkit-input-placeholder, #emo-packs-editor-left #emo-packs-editor-description::-webkit-input-placeholder {
  color: #dddddd;
}
#emo-packs-editor-left #emo-packs-editor-title::-moz-placeholder, #emo-packs-editor-left #emo-packs-editor-description::-moz-placeholder {
  color: #dddddd;
}
#emo-packs-editor-left #emo-packs-editor-title::placeholder,
#emo-packs-editor-left #emo-packs-editor-description::placeholder {
  color: #dddddd;
}
#emo-packs-editor-left #emo-packs-editor-made-by-me-label,
#emo-packs-editor-left #emo-packs-editor-public-label,
#emo-packs-editor-left #emo-packs-editor-no-violation-label {
  margin: 8px 0;
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-size: 12px;
  line-height: 17px;
}
#emo-packs-editor-left #emo-packs-editor-made-by-me-label {
  margin-bottom: 4px;
}
#emo-packs-editor-left #emo-packs-editor-public-label {
  margin-top: 0;
  margin-bottom: 10px;
}
#emo-packs-editor-left #emo-packs-editor-no-violation-label a:hover {
  color: #FF574D;
  text-decoration: underline;
}
#emo-packs-editor-left .emo-packs-editor-no-violation-label-hidden {
  visibility: hidden;
}
#emo-packs-editor-left #emo-packs-editor-no-violation-label.no-violation-highlight {
  color: #c3514c;
}
#emo-packs-editor-left #emo-packs-editor-exit-controls {
  text-align: center;
  margin-top: 8px;
}
#emo-packs-editor-left #emo-packs-editor-exit-controls button:first-child {
  margin-right: 12px;
}
#emo-packs-editor-right {
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 15px;
}
#emo-packs-editor-right #emo-packs-editor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#emo-packs-editor-right #emo-packs-editor-header #emo-packs-editor-header-left {
  color: #999;
}
#emo-packs-editor-right #emo-packs-editor-header #emo-packs-editor-header-left a.disabled {
  color: #ccc;
}
#emo-packs-editor-right #emo-packs-editor-header #emo-packs-editor-header-right button:first-child {
  margin-right: 6px;
}
#emo-packs-editor-right #emo-packs-editor-emoticons {
  font-size: 0;
  margin: 8px -8px;
  flex-shrink: 1;
  flex-basis: auto;
  overflow-y: auto;
}
#emo-packs-editor-right #emo-packs-editor-emoticons > * {
  vertical-align: top;
}
#emo-packs-editor-right #emo-packs-editor-emoticons .emo-packs-editor-emoticon,
#emo-packs-editor-right #emo-packs-editor-emoticons .emo-packs-editor-emoticon-placeholder {
  margin: 4px;
  width: 56px;
  height: 56px;
  border-radius: 3px;
}
#emo-packs-editor-right #emo-packs-editor-emoticons .emo-packs-editor-emoticon {
  cursor: pointer;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: none;
     object-fit: none;
  border: 4px solid transparent;
}
#emo-packs-editor-right #emo-packs-editor-emoticons .emo-packs-editor-emoticon.selected {
  border-color: #f9ada9;
}
#emo-packs-editor-right #emo-packs-editor-emoticons .emo-packs-editor-emoticon.is-thumbnail:not(.selected) {
  border-color: #bdbdbd;
}
#emo-packs-editor-right #emo-packs-editor-emoticons .emo-packs-editor-emoticon-placeholder {
  border: 2px dashed #ddd;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 56px 56px;
     object-position: 56px 56px;
}
#emo-packs-editor-right #emo-packs-editor-emoticons #emo-packs-editor-add-emoticon {
  margin: 8px;
  width: 48px;
  height: 48px;
  border: 1px dashed #f9ada9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: white;
  color: #f9ada9;
  padding: 0;
  font-size: 18px;
}
#emo-packs-editor-right #emo-packs-editor-emoticons #emo-packs-editor-add-emoticon::before {
  margin-top: 3px;
  margin-left: 5px;
}
#emo-packs-editor-right #emo-packs-editor-emoticons #emo-packs-editor-add-emoticon:disabled {
  border: none;
  background-color: transparent;
  color: #bbbbbb;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
}
#emo-packs-editor-chooser-fragment-host {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: white;
}
#emo-packs-editor-chooser-fragment-host.activated {
  display: block;
}

#emo-packs-list {
  background-color: #eeeef4;
  width: 100%;
  padding: 8px;
  border-right: 1px solid #ccc;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#emo-packs-list #emo-packs-list-create {
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #a0a0a0;
  background-color: #fdfdfe;
  border: 2px dashed #d5d5d5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#emo-packs-list #emo-packs-list-create span {
  margin-right: 6px;
}
#emo-packs-list #emo-packs-list-create.disabled {
  color: #dddddd;
  border: 2px dashed #eeeeee;
  cursor: default;
}
#emo-packs-list #emo-packs-list-empty {
  margin-top: 58px;
  text-align: center;
  color: #a0a0a0;
  line-height: 18px;
}
#emo-packs-list #emo-packs-list-loading-indicator {
  display: none;
  margin: auto;
}
#emo-packs-list.loading #emo-packs-list-create,
#emo-packs-list.loading #emo-packs-list-actual {
  display: none;
}
#emo-packs-list.loading #emo-packs-list-loading-indicator {
  display: block;
}

.emo-packs-list-item {
  border-radius: 5px;
  margin: 8px 0;
  background-color: white;
  background-clip: padding-box;
}
.emo-packs-list-item:last-child {
  margin-bottom: 0;
}
.emo-packs-list-item .emo-packs-list-item-header {
  position: relative;
  display: grid;
  grid-template-columns: calc(100% - 176px) auto;
  align-items: top;
  margin-bottom: 10px;
  padding: 8px 8px 8px 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #cfe4e9;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left {
  display: grid;
  grid-template-areas: 'i t' 'i s';
  grid-template-columns: 56px auto;
  grid-column-gap: 14px;
  padding-right: 10px;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emo-packs-list-item-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 #eeeeee;
  border-radius: 5px;
  background-color: #ffffff;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emo-packs-list-item-title .emo-packs-list-item-subtitle-container {
  line-height: 18px;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emo-packs-list-item-title {
  grid-area: t;
  margin-top: 8px;
  word-break: normal;
  font-size: 17px;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emoticon-list-item-subtitle-container {
  grid-area: s;
  font-size: 13px;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emo-packs-list-item-url {
  text-decoration: none;
  color: #2d88c0;
  margin-right: 3px;
  vertical-align: middle;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emo-packs-list-item-url:hover,
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emo-packs-list-item-url:active,
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emo-packs-list-item-url:focus {
  text-decoration: underline;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-left .emo-packs-list-item-subtitle-container button {
  padding: 4px 7px;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-right {
  align-self: start;
  display: grid;
  grid-template-columns: 88px auto;
  grid-column-gap: 7px;
  align-items: center;
  max-width: 176px;
  font-size: 12px;
  grid-row-gap: 3px;
  line-height: 12px;
  color: white;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-list-item-header-label {
  text-align: right;
}
.emo-packs-list-item .emo-packs-list-item-header .emo-packs-last-edited {
  cursor: default;
}
.emo-packs-list-item .emo-packs-list-item-header .pif-privacy-circle {
  position: absolute;
  right: 12px;
  bottom: -10px;
  font-size: 16px;
  color: #ffd112;
}
.emo-packs-list-item .emo-packs-list-item-header .pif-privacy-circle::before {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  border-radius: 100%;
}
.emo-packs-list-item .emo-packs-list-item-header .pif-privacy-circle::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
}
.emo-packs-list-item .emo-packs-list-item-emoticons-container {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.emo-packs-list-item .emo-packs-list-item-emoticons-container .emo-packs-list-item-emoticons {
  display: flex;
  flex-wrap: wrap;
}
.emo-packs-list-item .emo-packs-list-item-emoticons-container .emo-packs-list-item-emoticon {
  width: 26px;
  height: 26px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
  margin-right: 7px;
  margin-bottom: 7px;
}
.emo-packs-list-item .emo-packs-list-item-description {
  margin: 10px 10px 10px 20px;
  padding-top: 8px;
  padding-left: 2px;
  border-top: 0.5px solid #ddd;
  font-size: 13px;
  line-height: 18px;
  color: black;
  word-break: normal;
}
.emo-packs-list-item .emo-packs-list-item-description .emo-packs-list-item-description-show-more {
  word-break: normal;
}
.emo-packs-list-item .emo-packs-list-item-controls {
  padding-right: 6px;
  padding-bottom: 4px;
  text-align: right;
}
.emo-packs-list-item .emo-packs-list-item-controls button {
  padding: 4px 11px;
}
.emo-packs-list-item .emo-packs-list-item-controls button.disabled {
  color: #dddddd;
  cursor: default;
}
.emo-packs-list-item-emoticons-show-extra,
.emo-packs-list-item-description-show-more {
  color: #bbb;
  text-decoration: none;
}
.emo-packs-list-item-emoticons-show-extra:active,
.emo-packs-list-item-description-show-more:active,
.emo-packs-list-item-emoticons-show-extra:focus,
.emo-packs-list-item-description-show-more:focus,
.emo-packs-list-item-emoticons-show-extra:hover,
.emo-packs-list-item-description-show-more:hover {
  text-decoration: underline;
  color: #bbb;
}

#emo-packs-list-emoticons {
  border-radius: 10px;
  background-color: white;
  padding: 11px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 8px;
  grid-auto-rows: 48px;
  justify-content: center;
  justify-items: center;
}
.emo-packs-list-emoticon {
  width: 48px;
  height: 48px;
  margin: 4px;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: none;
     object-fit: none;
}

#multi-fragment-host {
  display: flex;
  height: calc(100% - 40px);
}
#multi-fragment-host #multi-grids-fragment-host {
  flex-grow: 1;
}
#multi-fragment-host #multi-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  width: 166px;
  padding: 12px 9px;
  background-color: #ffffff;
  flex: 0 0 166px;
}
#multi-fragment-host #multi-panel #multi-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 4px 0px;
}
#multi-fragment-host #multi-panel #multi-selected-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  align-self: stretch;
  flex: 1 1 0%;
  min-height: 0;
}
#multi-fragment-host #multi-panel #multi-selected-area #multi-panel-selected-count-tip {
  display: flex;
  padding-bottom: 5px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #e1e1e1;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
#multi-fragment-host #multi-panel #multi-selected-area #multi-panel-emoticons {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 1;
  flex-basis: auto;
  align-content: baseline;
  gap: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px 0;
}
#multi-fragment-host #multi-panel #multi-selected-area #multi-panel-emoticons .multi-panel-selected-emo {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: visible;
}
#multi-fragment-host #multi-panel #multi-selected-area #multi-panel-emoticons .multi-panel-selected-emo img {
  width: 40px;
  height: 40px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
}
#multi-fragment-host #multi-panel #multi-selected-area #multi-panel-emoticons .multi-panel-selected-emo:hover {
  cursor: pointer;
}
#multi-fragment-host #multi-panel #multi-selected-area #multi-panel-emoticons .multi-panel-selected-emo:hover::before {
  content: "\f009";
  font-family: "PlurkIconFont";
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background: rgba(206,140,141,0.50196);
}
#multi-fragment-host #multi-panel #multi-panel-delete {
  display: flex;
  padding: 4px 2px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1px solid #eee;
  background: #fff;
  color: #aaa;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
#multi-fragment-host #multi-panel #multi-panel-delete:hover {
  color: #49acea;
  background: #f5f5f5;
}
#multi-fragment-host #multi-panel #multi-panel-delete.disabled {
  pointer-events: none;
  cursor: default;
  color: #eee;
}
#multi-fragment-host #multi-panel #multi-group-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
#multi-fragment-host #multi-panel #multi-group-area #multi-panel-group-tip {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
}
#multi-fragment-host #multi-panel #multi-group-area ul#multi-panel-group-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-height: 120px;
  overflow: auto;
  border: #eee 1px solid;
  padding: 3px;
  border-radius: 4px;
  background: #f8f8fa;
}
#multi-fragment-host #multi-panel #multi-group-area ul#multi-panel-group-selector li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 24px;
  padding: 4px 6px;
  border-radius: 3px;
  cursor: pointer;
  float: left;
}
#multi-fragment-host #multi-panel #multi-group-area ul#multi-panel-group-selector li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#multi-fragment-host #multi-panel #multi-group-area ul#multi-panel-group-selector li a img {
  max-width: 16px;
  max-height: 16px;
}
#multi-fragment-host #multi-panel #multi-group-area ul#multi-panel-group-selector li.current {
  background: #dddde0;
}
#multi-fragment-host #multi-panel #multi-panel-controls {
  display: flex;
  width: 100%;
  gap: 12px;
  justify-content: center;
  text-align: center;
}
#multi-fragment-host #multi-panel #multi-panel-controls .wide {
  width: 100%;
}
#multi-groups-bar-fragment-host {
  width: 100%;
  height: 40px;
}

body {
  overflow: hidden;
  background: #EEEEF4 !important;
}
#pop-window-header {
  display: none !important;
}
#pop-window-tabs {
  background: #49ACEA url(https://s.plurk.com/emoticon_manager/73c67924bc38da7a783b.png) no-repeat right 20px bottom;
  display: flex;
  align-items: flex-end;
  height: auto;
  min-height: 75px;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
}
#pop-window-tabs ul {
  display: flex;
  flex-flow: wrap-reverse;
  height: auto !important;
  max-height: 72px;
  flex: 1;
  overflow: auto;
  padding: 0 135px 0 12px;
  background: none;
  border: 0;
}
#pop-window-tabs ul li a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 15px;
  height: 36px;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  border-bottom: transparent 4px solid;
  border-radius: 0;
}
#pop-window-tabs ul li a:hover {
  border-color: transparent;
  color: #FFF;
}
#pop-window-tabs ul li a.disabled {
  color: #7BCCFF;
  cursor: default;
}
#pop-window-tabs ul li a.disabled:hover {
  color: #7BCCFF;
}
#pop-window-tabs ul li.current a {
  color: #FFF !important;
  border-color: #FFF !important;
}
#pop-window-inner-content {
  height: 100%;
}
a:hover {
  text-decoration: none;
  color: #d07441;
}
a.disabled {
  color: #ccc;
  cursor: default;
}
.em-error {
  color: #C3514C !important;
}
.hidden {
  display: none !important;
}
.init-hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.premOnlyTip {
  max-width: 200px;
  text-align: center;
}
.premOnlyTip .msg {
  text-align: left;
  line-height: 20px;
}
.premOnlyTip .button {
  background: #E8AE37;
  color: #FFF;
  padding: 3px 12px;
  margin: 5px 0 3px;
}
.premOnlyTip .button:hover {
  background: #D89E27;
  color: #FFF;
}
.premOnlyTip .button:before {
  margin-right: 3px;
}
.emo-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.emo-img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.emo-img img {
  max-width: 48px;
  max-height: 48px;
}
.step-title {
  font-family: arial, sans-serif;
  font-size: 56px;
  line-height: 56px;
  height: 56px;
  color: #EEEEF4;
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: -5px;
  cursor: default;
}
#fragment-container,
.fragment {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#emo-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 166px;
  height: 100%;
  z-index: 500;
  background: #FFF;
  border-left: #E5E5E5 1px solid;
  padding: 10px;
  text-align: center;
}
#emo-panel .emo-img {
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}
#emo-panel .emo-panel-kw {
  position: relative;
  height: 30px;
  margin-top: 16px;
}
#emo-panel .emo-panel-kw input {
  width: 100%;
  border: #DDD 1px solid;
  border-radius: 0;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
#emo-panel .emo-panel-kw input:hover {
  background: #F6F6F8;
}
#emo-panel .emo-panel-kw input:focus {
  background: #FFF;
}
#emo-panel .emo-panel-adder {
  display: none;
  margin-top: 15px;
}
#emo-panel .emo-panel-adder #emo-panel-terms-check {
  display: none;
  font-size: 12px;
  text-align: left;
  color: #999;
  margin-top: 14px;
}
#emo-panel .emo-panel-adder #emo-panel-terms-check input {
  float: left;
}
#emo-panel .emo-panel-adder #emo-panel-terms-check label {
  display: block;
  margin-left: 18px;
}
#emo-panel .emo-panel-adder #emo-panel-public-tip {
  display: none;
  margin-top: 4px;
  color: #999;
}
#emo-panel .emo-panel-adder .button {
  margin-top: 15px;
  font-size: 15px;
  padding: 5px 17px;
}
#emo-panel .emo-panel-menu {
  position: absolute;
  right: 5%;
  bottom: 50px;
  width: 90%;
  display: none;
}
#emo-panel .emo-panel-menu .button {
  display: block;
  color: #AAA;
  font-size: 12px;
  padding: 4px 2px;
  text-align: center;
  border: #EEE 1px solid;
  margin-top: 7px;
  background: #FFF;
  border-radius: 0;
}
#emo-panel .emo-panel-menu .button:hover {
  color: #49ACEA;
  background: #F5F5F5;
}
#emo-panel .emo-panel-menu .round-button {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  padding: 4px 2px;
  margin: 12px 0 12px 0;
  border: 1px solid rgba(255,255,255,0);
  border-radius: 100px;
  color: #AAA;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
#emo-panel .emo-panel-menu .round-button:hover {
  border: 1px solid #EEE;
  color: #ffffff;
  background: #49ACEA;
}
#emo-panel .emo-panel-menu .round-button:focus {
  border: 1px solid #49ACEA;
}
#emo-panel #emo-panel-unusable {
  color: #E8AE37;
  cursor: pointer;
  display: none;
  margin-top: 10px;
  padding: 3px;
}
#emo-panel #emo-panel-unusable:hover {
  border-radius: 5px;
  color: #FFF;
  background: #E8AE37;
}
#emo-panel #emo-panel-added {
  display: none;
  padding: 3px;
  margin-top: 10px;
  color: #BBB;
}
#emo-panel #emo-panel-added:before {
  font-size: 12px;
  color: #CCC;
}
#emo-panel #emo-panel-full {
  display: none;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  text-align: left;
}
#emo-panel .step-title {
  display: none;
}
#emo-panel-group-selecter {
  position: relative;
}
#emo-panel-group-selecter .emo-panel-adder-tip {
  display: block;
  font-size: 13px;
  text-align: left;
  color: #999;
}
#emo-panel-group-selecter ul {
  display: block;
  list-style: none;
  max-height: 120px;
  overflow: auto;
  margin-top: 4px;
  border: #EEE 1px solid;
  padding: 4px;
  border-radius: 3px;
  background: #F8F8FA;
}
#emo-panel-group-selecter ul li {
  width: 30px;
  height: 26px;
  padding: 3px 5px;
  border-radius: 3px;
  cursor: pointer;
  float: left;
}
#emo-panel-group-selecter ul li img {
  max-width: 20px;
  max-height: 20px;
}
#emo-panel-group-selecter ul li.current {
  background: #DDDDE0;
}
#emo-panel-group-selecter ul li.not-droppable {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  opacity: 0.7;
}
#emo-msg {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 5px;
  padding: 0 6px;
  line-height: 22px;
  font-size: 13px;
  background: #FFF;
  z-index: 1000;
}
/* ----------  Manager ---------- */
#fragment-container.em #emo-panel .emo-panel-menu {
  display: block !important;
}
#fragment-container.em #emo-panel.unusable #emo-panel-unusable {
  display: block;
}
#fragment-container.em #emo-msg {
  bottom: 50px !important;
}
/* ----------  Hot & New ---------- */
.emo-list-container {
  height: 100%;
  margin-left: 9px;
  margin-right: 166px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.emo-list-container ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.emo-list-container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 77px;
  margin: 4px;
  height: 100px;
  border-radius: 4px;
  background: #FFF;
  cursor: pointer;
  border: rgba(255,255,255,0) 1px solid;
}
.emo-list-container ul li .emo-img {
  height: 60px;
  line-height: 60px;
}
.emo-list-container ul li .emo-img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.emo-list-container ul li .emo-img img {
  max-width: 48px;
  max-height: 48px;
  vertical-align: middle;
}
.emo-list-container ul li .emo-count {
  color: #AAA;
  font-size: 12px;
  line-height: 14px;
  font-family: Arial, sans-serif;
  margin-top: 5px;
}
.emo-list-container ul li .emo-count .count {
  font-size: 15px;
  line-height: 16px;
  display: block;
}
.emo-list-container ul li.current {
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
  border: #CCC 1px solid;
}
.emo-list-container ul:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.emo-list-container .loadmore {
  clear: both;
  font-size: 14px;
  margin: 10px;
  padding: 6px 20px;
}
#fragment-container.hot #emo-panel,
#fragment-container.new #emo-panel {
  height: 100% !important;
}
#fragment-container.hot #emo-panel .emo-panel-adder,
#fragment-container.new #emo-panel .emo-panel-adder {
  display: block;
}
#fragment-container.hot #emo-panel.added #emo-panel-added,
#fragment-container.new #emo-panel.added #emo-panel-added {
  display: block;
}
#fragment-container.hot #emo-panel.added .emo-panel-kw,
#fragment-container.new #emo-panel.added .emo-panel-kw,
#fragment-container.hot #emo-panel.added .emo-panel-adder,
#fragment-container.new #emo-panel.added .emo-panel-adder {
  display: none !important;
}
#fragment-container.hot #emo-panel.full #emo-panel-full,
#fragment-container.new #emo-panel.full #emo-panel-full {
  display: block;
}
#fragment-container.hot #emo-panel.full .emo-panel-kw,
#fragment-container.new #emo-panel.full .emo-panel-kw,
#fragment-container.hot #emo-panel.full .emo-panel-adder,
#fragment-container.new #emo-panel.full .emo-panel-adder {
  display: none !important;
}
/* ----------  Uploader ---------- */
#uploader-fragment #uploader-panel,
#fragment-container.uploader #emo-panel {
  position: absolute;
  top: 10px !important;
  width: calc(50% - 15px) !important;
  background: #FFF !important;
  border-radius: 10px;
  border: none;
  height: calc(100% - 20px) !important;
  padding: 10px;
  text-align: center;
}
#uploader-fragment #uploader-panel {
  left: 10px;
  font-size: 15px;
  color: #999;
}
#uploader-fragment #uploader-panel #url-uploader {
  margin-top: 50px;
}
#uploader-fragment #uploader-panel #url-uploader span {
  display: block;
}
#uploader-fragment #uploader-panel #url-uploader input {
  margin-top: 6px;
  padding: 0 6px;
  width: 100%;
  /* margin-right: 60px; */
  display: block;
  background: #F6F6F7;
  height: 26px;
  line-height: 26px;
}
#uploader-fragment #uploader-panel #url-uploader .button {
  font-size: 15px;
  padding: 5px 17px;
  margin-top: 8px;
}
#uploader-fragment #uploader-panel #file-uploader {
  margin-top: 30px;
}
#uploader-fragment #uploader-panel #file-uploader span {
  display: block;
}
#uploader-fragment #uploader-panel #file-uploader .button {
  font-size: 15px;
  padding: 5px 17px;
  margin-top: 6px;
}
#uploader-fragment #uploader-panel .tip {
  margin-top: 36px;
  font-size: 12px;
  color: #BBB;
  line-height: 16px;
  text-align: left;
}
#search-fragment {
  padding: 24px;
  overflow-y: auto;
}
#search-fragment #emo-packs-search-holder {
  width: 100%;
  background: #FFF;
  border-radius: 25px;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
}
#search-fragment #emo-packs-search-holder .search-input {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  float: none;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  border: 1px solid #DDD;
  background: #FFF;
}
#search-fragment #emo-packs-search-holder .search-input .pif-search {
  position: absolute;
  right: 4px;
  background: #FF574D;
  color: #FFF;
  cursor: pointer;
  border-radius: 14px;
  font-size: 12px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
}
#search-fragment #emo-packs-search-holder .search-input input {
  padding: 8px 36px 8px 12px ;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  background: none;
  border: 0;
  color: #333;
  margin: 0;
}
#search-fragment #search-emoticon #search-emoticon-back {
  display: flex;
  align-items: center;
  color: #9C9AA4;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
#search-fragment #search-emoticon #search-emoticon-back .pif-back {
  font-size: 12px;
  margin-right: 8px;
}
#search-fragment #search-emoticon #search-emoticon-display {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
#search-fragment #search-emoticon #search-emoticon-display #emo-packs-search-display-thumbnail {
  position: relative;
}
#search-fragment #search-emoticon #search-emoticon-display #emo-packs-search-display-thumbnail img {
  border: #ffffff 5px solid;
  border-radius: 5px;
}
#search-fragment #search-emoticon #search-emoticon-display #emo-packs-search-display-thumbnail #emo-packs-search-icon {
  position: absolute;
  right: -8px;
  bottom: -5px;
  padding: 3px;
  background-color: white;
  color: #49ACEA;
  border-radius: 100%;
  font-size: 12px;
  line-height: 12px;
}
#search-fragment #search-result #search-result-title {
  color: #9C9AA4;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
}
#search-fragment #search-result #search-result-list .emo-packs-list-item {
  margin-bottom: 10px;
  padding: 11px 13px 7px;
  font-size: 1.25em;
  background: #FFF;
  border-radius: 10px;
}
#search-fragment #search-result #search-result-list .emo-packs-list-item:hover {
  background: #F7F7FA;
  cursor: pointer;
}
#search-fragment #search-result #search-result-list .emo-packs-search-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  margin-bottom: 10px;
}
#search-fragment #search-result #search-result-list .emo-packs-search-header-left {
  display: grid;
  grid-template-columns: 56px auto;
  grid-template-areas: 'i t' 'i s';
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  align-items: center;
}
#search-fragment #search-result #search-result-list .emo-packs-search-header-left .emo-packs-search-thumbnail {
  width: 56px;
  height: 56px;
  grid-area: i;
  border-radius: 5px;
  background-color: #ffffff;
  border: 4px solid #f5f5f5;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center center;
     object-position: center center;
}
#search-fragment #search-result #search-result-list .emo-packs-search-header-left .emo-packs-search-title {
  grid-area: t;
  align-self: flex-end;
  position: relative;
  top: -1px;
  word-break: normal;
  color: #222;
}
#search-fragment #search-result #search-result-list .emo-packs-search-header-left .emo-packs-search-subtitle {
  grid-area: s;
  align-self: center;
  font-size: 12px;
  word-break: normal;
  color: rgba(153, 153, 153, 0.85);
}
#search-fragment #search-result #search-result-list .emo-packs-search-header-left .emo-packs-search-subtitle a:hover {
  text-decoration: underline;
}
#search-fragment #search-result #search-result-list .emo-packs-search-header-right {
  display: grid;
  grid-template-columns: 88px auto;
  grid-column-gap: 7px;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: 12px;
  color: #AFB8CC;
}
#search-fragment #search-result #search-result-list .emo-packs-search-header-right .emo-packs-search-label {
  text-align: right;
}
#search-fragment #search-result #search-result-list .emo-packs-search-bottom {
  padding-left: 4px;
}
#search-fragment #search-result #search-result-list .emo-packs-search-emoticons-container {
  display: flex;
  align-items: center;
}
#search-fragment #search-result #search-result-list .emo-packs-search-emoticons-container .emo-packs-search-emoticon {
  width: 26px;
  height: 26px;
  margin-right: 7px;
  margin-bottom: 7px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
}
#search-fragment #search-result #search-result-list .emo-packs-search-emoticons-container .emo-packs-search-emoticons-show-extra {
  font-size: 13px;
  color: #bbb;
}
#search-fragment #search-result #search-result-list .emo-packs-search-emoticons-container .emo-packs-search-emoticons-show-extra:active,
#search-fragment #search-result #search-result-list .emo-packs-search-emoticons-container .emo-packs-search-emoticons-show-extra:focus,
#search-fragment #search-result #search-result-list .emo-packs-search-emoticons-container .emo-packs-search-emoticons-show-extra:hover {
  text-decoration: underline;
}
#search-fragment #search-result #search-result-list .emo-packs-search-description {
  font-size: 12px;
  padding: 8px 2px;
  margin-top: 10px;
  border-top: 0.5px solid #ddd;
  word-break: normal;
}
#search-fragment #search-result #search-result-list .emo-packs-search-controls {
  margin-top: 4px;
  text-align: right;
}
#search-fragment #search-result #search-result-list .emo-packs-search-controls .icon-button {
  padding: 6px;
  margin-right: 20px;
  color: #AFB8CC;
  border-radius: 3px;
  cursor: pointer;
}
#search-fragment #search-result #search-result-list .emo-packs-search-controls .icon-button:last-child {
  margin-right: 0;
}
#search-fragment #search-result #search-result-list .emo-packs-search-controls .icon-button:hover {
  color: #ffffff;
  background: #3667A5;
}
#search-fragment #search-result #search-result-list .emo-packs-search-controls .emo-packs-search-controls-gift span {
  position: relative;
  top: -1px;
  font-weight: 400;
  margin-left: 3px;
}
#search-fragment #search-result #search-result-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}
#search-fragment #search-result #search-result-footer #emo-new-search-message {
  color: #9C9AA4;
  margin: 8px 0px;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
}
#fragment-container.uploader #emo-panel {
  right: 10px !important;
}
#fragment-container.uploader #emo-panel .step-title,
#fragment-container.uploader #emo-panel .emo-panel-adder,
#fragment-container.uploader #emo-panel #emo-panel-terms-check,
#fragment-container.uploader #emo-panel #emo-panel-public-tip {
  display: block !important;
}
#fragment-container.uploader #emo-panel .emo-img {
  margin-top: 3px !important;
}
#fragment-container.uploader #emo-panel #emo-panel-group-selecter ul {
  max-height: 60px !important;
}
#fragment-container.uploader #emo-panel.added #emo-panel-added {
  display: block;
}
#fragment-container.uploader #emo-panel.added .emo-panel-kw,
#fragment-container.uploader #emo-panel.added .emo-panel-adder {
  display: none !important;
}
#fragment-container.uploader #emo-panel.full #emo-panel-full {
  display: block;
}
#fragment-container.uploader #emo-panel.full .emo-panel-kw,
#fragment-container.uploader #emo-panel.full .emo-panel-adder {
  display: none !important;
}
#fragment-container.uploader #emo-msg {
  left: 14px;
  bottom: auto;
  width: 297px;
  /* background: #F00; */
  top: 290px;
}
.swal-modal .emo-confirm-modal {
  text-align: left;
}
.swal-modal .emo-confirm-modal input[type="checkbox"] {
  vertical-align: middle;
  min-height: 1.6em;
  margin-right: 8px;
}
.swal-modal .emo-confirm-modal .form {
  margin-top: 0.75em;
  margin-bottom: -0.75em;
  line-height: 1.6;
}
.swal-modal .emo-confirm-modal .form > label {
  display: inline-flex;
}
.swal-modal .emo-confirm-modal .hint {
  color: #666;
  font-size: 0.75em;
}
#message-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#message-container .emo-message-text {
  margin-bottom: 12px;
}

