/* color scheme of navbar */
#top_bar #plurk_logo,
#top_bar #navbar_search_kw {
  display: none !important;
}
#front-header {
  padding: 0;
  background: none;
}
#front-header .search-header-holder {
  background: #ff574d;
  padding: 26px 5% 20px;
  position: relative;
}
#front-header .search-header {
  max-width: 1280px;
  margin: 0 auto;
}
#front-header .search-header .logo {
  font-size: 56px;
  margin-bottom: 6px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}
#front-header .search-header .plurklogo {
  display: none;
}
#front-header .search-header .search-holder {
  width: 70%;
  max-width: 500px;
  height: 50px;
  background: #FFF;
  border-radius: 25px;
  position: relative;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: middle;
}
#front-header .search-header .search-holder .search-input {
  float: none;
  width: auto;
  overflow: hidden;
}
#front-header .search-header .search-holder .search-input input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: none;
  border: 0;
  font-size: 20px;
  color: #333;
  padding: 0 20px;
  margin: 0;
}
#front-header .search-header .search-holder .search-button {
  float: right;
  width: 40px;
  font-size: 16px;
  color: #FF574D;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background: #FF574D;
  color: #FFF;
  border-radius: 20px;
  margin: 5px;
}
.search-tab-holder {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  background: #FFF;
  overflow-x: auto;
  transition: width 0.3s;
}
#search-kind {
  display: flex;
  max-width: 1280px;
  width: -moz-fit-content;
  width: fit-content;
}
#search-kind li {
  display: block;
}
#search-kind li a {
  padding: 0 18px;
  display: block;
  color: #999;
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  border-bottom: #FFF 2px solid;
  white-space: nowrap;
}
#search-kind li a:hover {
  color: #888;
}
#search-kind li.selected a {
  border-bottom: #FF574D 2px solid;
  color: #FF574D;
}
#search-date {
  background: #FFF;
  color: #999;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 12px;
}
#search-date span.pif-dropdown {
  font-size: 12px;
  display: inline-block;
  transform: scale(0.8, 0.8);
}
#search-date li[data-value=all].pif-bone {
  color: #E8AF37;
}
#search-date li[data-value=all].pif-bone:before {
  margin-right: 4px;
}
#date-selector {
  text-align: center;
}
#date-selector .date-input {
  position: relative;
}
#date-selector .date-input input {
  width: 100%;
  font-size: 15px;
  padding: 2px;
  text-align: center;
  margin: 0;
}
#date-selector #calendar {
  background: #eeebf0;
  border-radius: 8px;
  margin-top: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 6px 8px;
  position: relative;
}
#date-selector #calendar:before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #eeebf0 transparent;
  top: -7px;
  transition: left 200ms;
}
#date-selector #calendar[target-date=start]:before {
  left: 34px;
}
#date-selector #calendar[target-date=end]:before {
  left: 126px;
}
#date-selector #calendar .year-holder {
  font-size: 14px;
  line-height: 28px;
  position: relative;
  background: #FFF;
  border-radius: 14px;
  margin: 0 4px 6px 4px;
}
#date-selector #calendar .year-holder .previous-year-button,
#date-selector #calendar .year-holder .next-year-button {
  width: 28px;
  height: 28px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  position: absolute;
  top: 0;
  transform: scale(0.9);
}
#date-selector #calendar .year-holder .previous-year-button:hover,
#date-selector #calendar .year-holder .next-year-button:hover {
  color: #FF574D;
}
#date-selector #calendar .year-holder .previous-year-button {
  left: 0;
}
#date-selector #calendar .year-holder .next-year-button {
  right: 0;
}
#date-selector #calendar #months {
  display: block;
  width: 160px;
  margin: 0 auto;
}
#date-selector #calendar #months li {
  float: left;
  width: 28px;
  height: 28px;
  color: #888895;
  margin: 4px 6px;
  font-size: 15px;
  line-height: 28px;
  cursor: pointer;
}
#date-selector #calendar #months li.selected {
  border-radius: 5px;
  background: #FF574D;
  color: #FFF;
}
#date-selector #calendar #months li.disable {
  cursor: default;
  background: none !important;
  color: #CCC !important;
}
#date-selector #date-selector-submit {
  width: 100%;
  margin-top: 8px;
}
#front-content {
  background: #eeebf0;
  padding: 30px 5%;
}
.result-holder {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 700px;
}
.result-holder #result {
  flex: 1;
  z-index: 2;
  position: relative;
  max-width: 900px;
}
.result-holder #appendix {
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  min-width: 300px;
  max-width: 356px;
  height: auto;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
}
.result-holder #appendix .pads {
  max-width: 100%;
  overflow: hidden;
  /*
            &:has([data-google-query-id][style*="display: none"], [data-google-query-id][style*="display:none"]),
            &:has(iframe[src="javascript:;"]) {
                display: block !important;
                border: 2px solid crimson;
            }
            & > div:first-child {
                display: block !important;
                position: relative;
                background: slategray url(https://images.plurk.com/1BRbw3dqHhCJX2Xbtgodfh.png) no-repeat center center / contain;
                border: 2px solid cyan;
            }
            &:nth-child(1) > div:first-child {
                width: 336px;
                height: 280px;
            }
            &:nth-child(2) > div:first-child {
                width: 300px;
                height: 600px;
            }
            &:nth-child(3) > div:first-child {
                width: 300px;
                height: 200px;
            }
            */
}
.result-holder #appendix .pads ~ .pads {
  margin-top: 10px;
}
.result-holder #appendix .pads[\:has\(\%0A\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\[data-google-query-id\]\[style*\%3D\%22display\:\%20none\%22\]\,\%0A\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\[data-google-query-id\]\[style*\%3D\%22display\:none\%22\]\%0A\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\%20\)],
.result-holder #appendix .pads[\:has\(iframe\[src\%3D\%22javascript\:\%3B\%22\]\)] {
  display: none;
}
.result-holder #appendix .pads:has(
                [data-google-query-id][style*="display: none"],
                [data-google-query-id][style*="display:none"]
            ),
.result-holder #appendix .pads:has(iframe[src="javascript:;"]) {
  display: none;
}
#share_plurk {
  background: #FFF;
  color: #e88d43;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  display: block;
  border-radius: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#share_plurk:before {
  margin-right: 5px;
}
#share_poster .plurkForm {
  margin: 0 10px 10px 0;
  padding: 10px 10px 4px;
  background: #FFF;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#result {
  width: 100%;
}
.status-holder {
  text-align: center;
}
.status-holder .message {
  padding: 40px;
  color: #999;
  font-size: 16px;
}
.status-holder .message .creature {
  display: none;
  margin: 20px auto;
}
#vert_timeline .plurk {
  border-radius: 10px;
  margin-bottom: 10px;
}
#vert_timeline .plurk:hover {
  background: #F7F7FA;
  cursor: pointer;
}
#plurker_list .plurker {
  margin-bottom: 10px;
  padding: 11px 13px 7px;
  font-size: 1.25em;
  word-wrap: break-word;
  background: #FFF;
  border-radius: 10px;
}
#plurker_list .plurker:hover {
  background: #F7F7FA;
  cursor: pointer;
}
#plurker_list .plurker .avatar {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 10px 4px 0;
}
#plurker_list .plurker .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
#plurker_list .plurker .name {
  margin: 4px 0 0 0;
  text-decoration: none !important;
}
#plurker_list .plurker .name .nick_name {
  color: #999;
  font-weight: normal;
}
#plurker_list .plurker .moreInfo {
  color: #666;
  margin-top: 6px;
  font-size: 14px;
}
#plurker_list .plurker .aboutme {
  clear: both;
  font-size: 12px;
  padding: 6px 2px;
  margin-top: 8px;
}
#search-emoticon-display {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
#search-emoticon-display #emo-packs-search-display-thumbnail {
  position: relative;
}
#search-emoticon-display #emo-packs-search-display-thumbnail img {
  border: #ffffff 5px solid;
  border-radius: 5px;
}
#search-emoticon-display #emo-packs-search-display-thumbnail #emo-packs-search-icon {
  position: absolute;
  right: -8px;
  bottom: -5px;
  padding: 3px;
  background-color: white;
  color: #FF574D;
  border-radius: 100%;
  font-size: 12px;
  line-height: 12px;
}
#emo-packs-list .emo-packs-list-item {
  margin-bottom: 10px;
  padding: 11px 13px 7px;
  font-size: 1.25em;
  background: #FFF;
  border-radius: 10px;
}
#emo-packs-list .emo-packs-list-item:hover {
  background: #F7F7FA;
  cursor: pointer;
}
#emo-packs-list .emo-packs-search-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  margin-bottom: 10px;
}
#emo-packs-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;
}
#emo-packs-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;
}
#emo-packs-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;
}
#emo-packs-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);
}
#emo-packs-list .emo-packs-search-header-left .emo-packs-search-subtitle a:hover {
  text-decoration: underline;
}
#emo-packs-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;
}
#emo-packs-list .emo-packs-search-header-right .emo-packs-search-label {
  text-align: right;
}
#emo-packs-list .emo-packs-search-bottom {
  padding-left: 4px;
}
#emo-packs-list .emo-packs-search-emoticons-container {
  display: flex;
  align-items: center;
}
#emo-packs-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;
}
#emo-packs-list .emo-packs-search-emoticons-container .emo-packs-search-emoticons-show-extra {
  font-size: 13px;
  color: #bbb;
}
#emo-packs-list .emo-packs-search-emoticons-container .emo-packs-search-emoticons-show-extra:active,
#emo-packs-list .emo-packs-search-emoticons-container .emo-packs-search-emoticons-show-extra:focus,
#emo-packs-list .emo-packs-search-emoticons-container .emo-packs-search-emoticons-show-extra:hover {
  text-decoration: underline;
}
#emo-packs-list .emo-packs-search-description {
  font-size: 12px;
  padding: 8px 2px;
  margin-top: 10px;
  border-top: 0.5px solid #ddd;
  word-break: normal;
}
#emo-packs-list .emo-packs-search-controls {
  margin-top: 4px;
  text-align: right;
}
#emo-packs-list .emo-packs-search-controls .icon-button {
  padding: 6px;
  margin-right: 20px;
  color: #AFB8CC;
  border-radius: 3px;
  cursor: pointer;
}
#emo-packs-list .emo-packs-search-controls .icon-button:last-child {
  margin-right: 0;
}
#emo-packs-list .emo-packs-search-controls .icon-button:hover {
  color: #ffffff;
  background: #3667A5;
}
#emo-packs-list .emo-packs-search-controls .emo-packs-search-controls-gift span {
  position: relative;
  top: -1px;
  font-weight: 400;
  margin-left: 3px;
}
#campsite-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#campsite-list .plurk {
  position: relative;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(73, 55, 43, 0.1);
  background: #FFF;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
#campsite-list .plurk .time {
  float: right;
  font-size: 12px;
  color: #afb8cc;
}
#campsite-list .plurk .avatar {
  padding: 0;
  margin: 0 10px 0 0;
}
#campsite-list .plurk .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
#campsite-list .plurk .forum-avatar-container {
  position: relative;
}
#campsite-list .plurk .forum-avatar-container .plurk-avatar-user-role {
  display: flex;
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  left: 28px;
  bottom: -4px;
  color: #fff;
  border-radius: 100px;
  font-size: 10px;
}
#campsite-list .plurk .forum-avatar-container .plurk-avatar-user-role i {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
#campsite-list .plurk .user {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
}
#campsite-list .plurk .forum-user {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 15.51px;
  font-weight: bold;
  overflow: hidden;
}
#campsite-list .plurk .forum-user .forum-name {
  color: rgba(9,5,32,0.50196);
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#campsite-list .plurk .forum-user .forum-name:hover {
  text-decoration: underline;
}
#campsite-list .plurk .forum-user .forum-username {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#campsite-list .plurk .forum-user .forum-username a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#campsite-list .plurk .forum-user .forum-username a:hover {
  text-decoration: underline;
}
#campsite-list .plurk .tag_container {
  display: block;
}
#campsite-list .plurk .text_holder {
  word-break: normal;
}
#campsite-list .plurk .text_holder_more {
  overflow-y: hidden;
  mask-image: linear-gradient(to bottom, #000000 0%, #000000 50%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000000 0%, #000000 50%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 776px) {
  #campsite-list .plurk .text_holder_more {
    max-height: 240px;
  }
}
@media screen and (max-width: 776px) {
  #campsite-list .plurk .text_holder_more {
    max-height: 160px;
  }
}
#campsite-list .plurk .plurk-more {
  display: block;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  background-color: rgba(9, 5, 32, 0.4);
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 13px;
}
#campsite-list .plurk .plurk-more:hover {
  background-color: rgba(9, 5, 32, 0.5);
}
#campsite-list .plurk .porn-icon {
  display: inline-block;
  margin: 0 4px 0 1px;
}
#campsite-list .plurk .porn-icon:before {
  color: #ff3600;
  position: relative;
  font-size: 18px;
  line-height: 0;
  top: 3px;
}
#campsite-list .plurk:hover {
  background: #F7F7FA;
  cursor: pointer;
}
#ypaAdWrapper-plurk_1 {
  background: #FFFFFF;
  overflow: hidden;
}
#ypaAdWrapper-plurk_1 > * {
  margin: 0 !important;
}
body.noad #appendix {
  display: none !important;
}
#back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  z-index: 10000;
  display: flex;
  opacity: 0.0001;
  transition: opacity 150ms ease-out;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #ff574d;
  color: white;
  border-radius: 50%;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
#back-to-top > .pif {
  display: block;
  transform: rotate(180deg) translateY(0.1em);
}
#back-to-top.show {
  opacity: 1;
  pointer-events: all;
}
.plurk-gpt-ad--search-sidebar-native {
  width: 300px;
}
@media screen and (max-width: 900px) {
  #options .opt_tab,
  #options .opt_menu {
    font-size: 14px;
  }
  .result-holder {
    flex-flow: column nowrap;
    align-items: center;
    padding: 0;
  }
  .result-holder #appendix {
    margin: 20px auto 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #options .opt_tab,
  #options .opt_menu {
    font-size: 13px;
  }
  #front-header .search-header .logo {
    display: none;
  }
  #front-header .search-header .search-holder {
    width: 100%;
  }
  #front-header .search-header-holder {
    padding: 12px 5% 6px !important;
  }
  #front-header .search-header-holder,
  #front-header .search-tab-holder {
    top: 0 !important;
  }
}
@media screen and (max-width: 356px) {
  .result-holder #appendix {
    padding: 0;
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  .search-tab-holder {
    width: 90%;
  }
}
@media screen and (min-width: 900px) {
  .result .nice-2025-wide {
    display: block;
  }
  .result .nice-2025-mobile {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .result .nice-2025-wide {
    display: none;
  }
  .result .nice-2025-mobile {
    display: block;
  }
}

