body,
td,
input,
textarea {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8em;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

input,
button {
  outline: 0;
}

body {
  background-color: #fff;
  margin: 0;
}

.press-body {
  -webkit-transition: padding-left 350ms cubic-bezier(0.24, 0.22, 0.26, 1.15);
  transition: padding-left 350ms cubic-bezier(0.24, 0.22, 0.26, 1.15);
  padding-left: 240px;
  min-height: 100vh;
}

.kingt-side .press-body {
  padding-left: 0;
}

.king-body {
  display: flex;
  max-width: 1336px;
  margin: 0 auto;
}

.king-left-toggle {
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  background: inherit;
  border: 0;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  color: #0c0b0d;
}

.king-related-q-list {
  list-style: none;
  padding-left: 0;
}

.king-related-q-item {
  margin-bottom: 2px;
  padding: 5px 4px 6px 8px;
  border-bottom: 1px solid #f2f2f2;
}

.king-related-q-item a {
  font-weight: bold;
}

.king-body-in {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  flex: 5;
}

.king-nav-main-clear,
.king-nav-sub-clear,
.king-q-item-clear,
.king-q-view-clear,
.king-a-item-clear,
.king-c-item-clear,
.king-footer-clear,
.king-vote-count-clear,
.king-page-links-clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: #0c0b0d;
}

h1 {
  font-size: 28px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

.king-favoriting {
  position: relative;
}

.king-favorite-button,
.king-favorite-hover,
.king-unfavorite-button,
.king-unfavorite-hover {
  position: relative;
  color: #6b6b6b;
  height: 40px;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: inherit;
  border: 0;
  font-size: 18px;
  border-radius: 14px;
  outline: 0;
}

.king-favorite-button i,
.share-link i {
  font-weight: 400;
}

i.fa-share:before {
  content: "\f1d8";
}

.king-favorite-hover,
.king-favorite-button:hover {
  color: #0c0b0d;
}

.king-favorite-button:focus i:after,
.king-unfavorite-button:focus i:after {
  content: "\f004";
  position: absolute;
  left: 10px;
  padding: 0 1px;
  opacity: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
}

.king-error {
  color: #fff;
  background-color: rgb(0 0 0 / 82%);
  font-size: 14px;
  font-weight: 300;
  padding: 15px 30px;
  text-align: center;
  line-height: 18px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  border-radius: 32px;
}

.king-header {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffffffb8;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  height: 66px;
  z-index: 12;
  -webkit-box-shadow: inset 0px -1px 0px #f2f2f2;
  box-shadow: inset 0px -1px 0px #f2f2f2;
}

.king-nav-cat {
  margin: 0px 0;
}

.king-nav-cat-list-1 {
  font-size: 13px;
}

.king-nav-cat-list-2 {
  font-size: 11px;
}

.king-nav-cat-list-3 {
  font-size: 10px;
}

.king-nav-cat-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
}

.king-nav-cat-item {
  display: block;
}

.king-nav-cat-link {
  font-weight: 700;
  padding: 12px 0;
  display: block;

  border-bottom: 1px solid #f5f5f7;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.king-nav-cat-link span i {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 550;
}

.king-nav-cat-all {
  display: none;
}

.king-feed-link {
  font-size: 10px;
  color: #1d1d1f;
}

.king-template-search .pheader,
.king-template-tag .pheader {
  border-radius: 3px;
  background-color: #fff;
  padding: 10px 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.king-template-tag .pheader h9 {
  font-size: 14px;
  font-weight: 300;
  color: #0c0b0d;
}

.maincom {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.king-main-hidden .maincom,
.king-main-hidden .reactions {
  display: none;
}

.king-main.post-page {
  display: flex;
  margin: 0 auto 20px;
  gap: 8px;
}

.king-main.one-page {
  max-width: 1020px;
  margin: 32px auto 40px;
  display: block;
}

.king-part-custom {
  text-align: center;
}

.king-inner {
  margin-bottom: 20px;
}

.king-main.one-page .king-inner {
  display: block;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 14px;
  box-sizing: border-box;
}

.king-template-question #container {
  margin-top: 0;
}

.king-main {
  display: flex;
  margin: 20px 0;
}

.king-main-in {
  min-height: 500px;
  flex: 5;
}

.king-template-question .king-main-in,
.king-template-custom .king-main-in {
  max-width: 1024px;
  margin: 0 auto;
}

.king-part-q-list {
  display: flex;
  position: relative;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 0;
  box-sizing: border-box;
  flex: 3;

  padding-bottom: 80px;
}

.ias-trigger-next,
.load-nomore {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 42px;
  line-height: 42px;
  width: 280px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 14px;
  background-color: #1d1d1f;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 24%);
  transition: all 0.3s ease-in-out;
}

.ias-trigger-next a {
  color: #fff;
}

.load-nomore {
  box-shadow: inherit;
  border: 2px solid #f2f2f2;
  background-color: inherit;
  text-align: center;
  font-weight: bold;
  color: #ced0d9;
}

.rightsidebar {
  flex: 2;

  padding: 14px 20px;
  border-left: 1px solid #f2f2f2;
  max-width: 368px;
  box-sizing: border-box;
}

.king-footer {
  padding: 10px;
  width: 100%;
  display: flex;
  position: relative;
  clear: both;
  font-size: 10px;
  text-align: center;
  background-color: #f2f2f2;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.king-error a {
  color: #fff;
  font-weight: bold;
}

.king-nav-footer-list {
  list-style: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.king-nav-footer-link i {
  margin-right: 8px;
  font-size: 14px;
}

.king-logo {
  max-height: 66px;
}

.king-logo-link {
  font-size: 22px;
}

.king-logo img {
  max-height: 60px;
  display: block;
}

.king-logo .king-logon {
  display: none;
}

.reklam {
  float: right;
  margin: 0 0 12px 12px;
  padding: 4px;
  border-left: 1px solid #ddd;
  background-color: #f0f1f4;
}

.fb-login-button {
  padding: 10px 20px;
}

.king-nav-user {
  float: left;
  font-size: 12px;

  white-space: nowrap;
  margin: 5px 0 4px 0;
}

.king-search {
  position: fixed;
  z-index: 22;
  padding: 60px 20px;
  top: -600px;
  left: 0;
  right: 0;
  height: 50vh;

  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: top 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  box-shadow: 0px 7px 7px -8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.king-search.open {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.king-search form {
  display: flex;
  position: relative;
}

.king-search-field {
  border: 2px solid #dee1e3;
  background: #ffffffbf;
  backdrop-filter: blur(5px);
  border-radius: 32px;
  flex: 1;
  font-size: 22px;
  line-height: 40px;
  padding: 8px 14px;
  font-weight: 400;
}

.king-search-button {
  width: 60px;
  cursor: pointer;
  background-color: inherit;
  border: 0;
  font-size: 22px;
  color: #ced0d9;
  position: absolute;
  right: 5px;
  top: 15px;
}

.search-toggle {
  cursor: pointer;
  text-align: center;
  border-radius: 32px;
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  padding: 0 20px 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  justify-content: start;
  max-width: 200px;
  width: 100%;
}

.king-headerf {
  z-index: 18;
  position: sticky;
  width: 100%;
  top: 0;
}

.head-title {
  display: flex;
  text-align: center;
  padding: 20px;

  font-size: 42px;
  line-height: 52px;
  color: #0c0b0d;
  font-weight: 700;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.head-title b {
  color: #0c0b0d;
}

.king-nav-main-list {
  font-size: 14px;
  list-style: none;
  font-weight: 300;
}

.king-nav-main-item {
  display: block;
}

.leftmenu a {
  font-weight: 500;
  font-size: 14px;
  margin: 4px;
  display: block;
  padding: 0 10px 0 82px;
  line-height: 40px;
  margin-bottom: 8px;
  text-align: left;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
}

.king-nav-main-selected {
  color: #0c0b0d;
}

.leftmenu a i {
  font-size: 14px;
  left: 8px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  text-align: center;
  top: 0;
  position: absolute;
}

.leftmenu a:before,
.usrleft-link:before {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 12px;
  background-color: #0c0b0d;
  position: absolute;
  left: 23px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transform-origin: right center;
}

.leftmenu a:hover:before,
a.king-nav-main-selected:before,
a.king-nav-head-selected:before,
.usrleft-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left center;
}

.king-q-view-tag-list li {
  display: inline-block;
}

.king-nav-sub-list {
  flex: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 6px;
  z-index: 4;
  border: 1px solid #f2f2f2;
  padding: 4px;
  border-radius: 32px;
  justify-content: flex-start;
  width: fit-content;
  margin: 14px auto;
  min-width: 680px;
}

.king-nav-sub-link {
  display: inline-block;

  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
  padding: 0 12px;
  line-height: 40px;
  height: 40px;
  border-radius: 32px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.king-nav-sub-selected,
.king-nav-sub-link:hover {
  background-color: #0c0b0d;
  color: #fff;
}

.king-nav-sub-selected {
  font-weight: bold;
}

.king-page-links {
  text-align: center;
  display: block;
  clear: both;
  position: relative;
  margin-bottom: 20px;
}

.king-page-links-list {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.king-page-links-item {
  display: inline;
}

.king-page-selected,
.king-page-links-item a {
  font-size: 18px;
  font-weight: normal;
  background-color: #fff;
  color: #1d1d1f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.king-page-links-item a:hover {
  background-color: #0c0b0d;
  color: #fff;
}

.king-page-link {
  color: #ccc;
}

.king-page-prev,
.king-page-next {
  color: #0c0b0d;
  font-size: 18px;
}

.king-page-selected {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background-color: #0c0b0d;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.king-page-ellipsis {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

.king-form-tall-table {
  width: 100%;
  margin: 14px 0;
}

.askbox {
  background: #fff;
  border: 2px solid #0c0b0d;
  width: 656px;
  height: 40px;
  margin-bottom: 7px;
  margin-top: 10px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(53, 136, 194, 0.33);
}

.askkutu {
  border: none;
  background: none;
  width: 580px;
  height: 36px;
  color: #555;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding-left: 8px;
}

.askbox input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.userust {
  color: #0c0b0d;
  font-size: 12px;
  line-height: 47px;
  width: 250px;
  float: right;
}

.king-form-tall-ok {
  background: #1d1d1f;
  display: block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 12px;
  border-radius: 14px;
}

.king-form-tall-label {
  font-size: 10px;
  padding: 6px 0;
  margin-top: 5px;
  display: block;
}

.wdgt-li {
  list-style: none;
  background-color: #f2f2f2;
  margin-bottom: 8px;
  padding: 14px 18px;
  border-radius: 14px;
}

.img-submit {
  border: none;
  font-weight: 700;
  background-color: #0c0b0d;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 0 0 5px 5px;
}

.king-form-tall-text {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 5px 0;
  padding: 8px;
  color: #0c0b0d;
  font-size: 15px;
  font-weight: bold;
  border-radius: 32px;
  transition: box-shadow 0.4s ease;
  border: 1px solid #e9e9e9;
  outline: none;
  background-color: #fafafb;
}

textarea.king-form-tall-text {
  border-radius: 14px;
}

.king-form-tall-text:focus,
.king-form-tall-text:hover {
  border-color: #0c0b0d;
  box-shadow: 0 0 0 2px #0c0b0d1f;
}

.king-form-tall-text::placeholder,
.king-search-field::placeholder {
  color: #ced0d9;
}

.king-form-tall-checkbox {
  margin-right: 6px;
}

.king-form-tall-error {
  background: #0c0b0d;
  color: #fff;
  font-size: 14px;
  margin: 4px auto;

  padding: 12px 18px;
  border-radius: 14px;
  max-width: 620px;
}

.king-template-login .king-form-tall-note a {
  color: #293d39;
  background-color: inherit;
}

.king-form-wide-table {
  padding: 15px;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

.king-form-wide-ok {
  background: #1d1d1f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 6px;
  border-radius: 14px;
}

.king-form-wide-label {
  color: #667686;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}

.king-form-wide-label {
  display: flex;
  flex-direction: column;
}

.king-template-user .king-form-wide-label {
  text-align: left;
  border-bottom: 1px solid #e7ebec;
}

.king-template-user .king-form-wide-data {
  text-align: left;
  border-bottom: 1px solid #e7ebec;
}

.king-form-wide-text {
  width: 80%;
  border: 1px solid #ddd;
  font-weight: 500;
  padding: 6px 2px 6px 3px;
}

.king-form-wide-error {
  background: #ffcfcf;
  border: 1px solid #e5a3a3;
  color: #801b3e;
  font-size: 11px;
  margin-left: 6px;
  padding: 0.5em;
}

.king-form-wide-note {
  font-size: 10px;
  margin-left: 4px;
  color: #235272;
}

.king-form-light-button,
.king-form-light-hover {
  font-size: 12px;

  background-color: inherit;
  border: none;
  height: 27px;
  padding: 0 10px 0 0;
  cursor: pointer;
  color: #6b6b6b;
}

.king-form-wide-button:hover,
.king-form-tall-button:hover,
.king-form-light-hover,
#submit-btn:hover {
  color: #f2f2f2;
  background: #383838;
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.king-form-light-button:hover {
  border-color: #1d1d1f;
  color: #1d1d1f;
}

.king-form-tall-button-cancel {
  background-color: #6b6b6b !important;
}

.king-form-wide-button,
.king-form-tall-button,
#submit-btn {
  padding: 14px 30px;
  min-width: 240px;
  background-color: #0c0b0d;
  color: #fff;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.25s linear;
  -webkit-appearance: none;
  appearance: none;
}

.king-form-basic-button,
.king-form-basic-hover {
  background-color: #0c0b0d;
  border: 0;
  vertical-align: middle;
  margin: 4px 4px 4px 0;
  padding: 6px 14px;
  border-radius: 14px;
}

.king-form-basic-button {
  color: #fff;
}

.king-form-basic-hover,
.king-form-basic-button:hover {
  background: #fbca54;
  border: 0;
  color: #fff;
}

.king-form-basic-note {
  font-size: 8pt;
}

.king-q-item-title a h4 {
  font-size: 15px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 700;
}

.king-p-who {
  line-height: normal;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 6px;
}

.king-p-who a {
  border: 0 !important;
  color: #0c0b0d !important;
  text-transform: capitalize;
}

.king-q-item-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.king-c-form {
  margin: 10px 0;
}

.king-c-form textarea {
  height: 50px;
}

.king-c-form h2 {
  display: none;
}

.king-c-form .king-form-tall-buttons {
  text-align: left;
}

.king-suggest-next {
  background-color: #f9fafa;
  color: #b2bac2;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  clear: both;
  display: none;
}

.king-suggest-next a {
  color: #8d9aa5;
  font-weight: bold;
}

.king-q-item-stats {
  padding: 0;
  height: 80px;
}

.king-voting {
  color: #f8f8f8;
  font-size: 13px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.king-vote-buttons-netup button,
.king-vote-buttons-netdown button {
  background-color: inherit;
  font-size: 20px;
  outline: 0;
  border: 0;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #252525;
}

.king-vote-down-button,
.king-vote-up-button {
  color: #0c0b0d;
}

button.king-vote-up-disabled,
button.king-vote-down-disabled {
  color: #ced0d9;
}

.king-vote-buttons-netup button:after,
.king-vote-buttons-netdown button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  z-index: 1;
}

.king-vote-buttons-netup button:after {
  content: "\f077";
}

.king-vote-up-hover,
.king-vote-up-button:hover {
  color: #7bb742;
}

.king-vote-down-hover,
.king-vote-down-button:hover {
  color: #0c0b0d;
}

.king-voted-up-button,
.king-voted-up-hover {
  color: #7bb742 !important;
}

.king-voted-down-button,
.king-voted-down-hover {
  color: #0c0b0d !important;
}

.king-vote-count {
  text-align: center;
  color: #f69423;
  border-radius: 34px;
  line-height: 40px;
  height: 40px;
  width: 40px;
}

.king-netvote-count-data {
  font-size: 18px;
  width: 40px;
  text-align: center;
}

.king-netvote-count-pad {
  font-size: 0px;
}

.king-updownvote-count {
  width: 48px;
  height: 27px;
  position: relative;
  display: block;
}

.king-updownvote-count-data {
  font-size: 18px;
  font-weight: 700;
  display: inline;
}

.king-updownvote-count-pad {
  font-size: 9px;
  display: none;
}

.king-a-count {
  overflow: hidden;
  font-size: 11px;
  padding: 0 4px;
}

.king-a-count-data {
  font-size: 11px;
  font-weight: 700;
}

.king-a-count-pad {
  font-size: 11px;
}

.king-a-selection {
  display: none;
}

.king-top-users-table tr {
  width: 100%;
  text-align: center;
}

.king-top-users-label {
  background-color: #f1f3f4;
  border-radius: 6px 6px 0 0;
  padding-top: 8px;
  display: block;
  height: 150px;
  margin: 10px 5px 0;
}

.king-top-users-table .king-user-link {
  margin-top: 8px;
  display: block;
  text-align: center;
  width: 100%;
}

.king-top-users-label a {
  display: block;
  clear: both;
  font-size: 16px;
}

.king-top-users-score {
  background-color: #f9fafa;
  text-align: center;
  padding: 6px 12px;
  margin-bottom: 5px;
  border-top: 1px solid #d4d9dd;
  color: #ddb550;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 6px 12px;
  margin: 0 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

.king-q-view {
  display: block;
  position: relative;
  padding: 20px 0;
}

.ppost {
  background-color: #0c0b0d;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 32px;
}

.smeta {
  width: 650px;
  padding: 10px;
  -webkit-transition: left 0.1s ease-out 0.1s;
  transition: left 0.1s ease-out 0.1s;
}

.king-q-view-tags {
  display: block;
}

.king-q-view-tag-list:hover {
  color: #0c0b0d;
}

.share-widget-container {
  display: inline-block;
  position: relative;
}

.king-share-button {
  width: 54px;
}

.king-q-view-buttons input {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  cursor: pointer;
  border-radius: 14px;
  padding: 0 7px;
  margin-right: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
  box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
  border-radius: 14px;
  color: #aebbc4;
}

.king-q-view-buttons input:hover {
  border-color: #0c0b0d;
  background: none;
  color: #0c0b0d;
}

.king-q-view-c-list {
  clear: both;
  border-top: 2px dashed #c4e3f8;
  margin: 24px 0 0;
}

.ai-content {
  background-color: #f2f2f2;
  padding: 16px;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.post-content {
  margin: 14px 0;
  width: 100%;
  font-size: 15px;
}

.post-content p {
  margin: 14px 0;
}

.post-content ul,
.post-content ol {
  margin: 14px 20px;
}

.post-content img {
  width: 100%;
  border-radius: 14px;
  margin: 14px 0;
  height: auto;
}

.king-a-list {
  margin-bottom: 10px;
  position: relative;
}

h9 {
  font-size: 18px;
  line-height: 22px;
  margin: 14px 0 0 0;
}

.commentmain {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.meta-who {
  display: flex;

  flex-direction: column;
}

.king-a-item-hidden .king-a-item-content {
  color: #999;
}

.king-a-item-main {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  display: block;
}

.king-a-item-selected {
  margin: -21px -10px 0px -85px;
  padding: 20px 10px 0px 85px;
  border: 1px solid #d5f2dd;
  background: #f0fbf3;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 5px;
}

.king-a-item-content {
  font-size: 14px;
  margin: 10px 0;
  line-height: 20px;
  width: 100%;
}

.king-a-item-content img {
  max-width: 95%;
  padding: 5px;
  margin: 4px 0;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
}

.king-a-item-meta {
  font-size: 10px;
  color: #b2bac2;
  margin-left: 4px;
}

.king-a-item-meta a {
  font-weight: bold;
}

.king-a-item-c-list {
  display: block;
}

.king-c-list-item {
  padding: 6px 10px;
  margin-bottom: 2px;
  margin-left: 80px;
  position: relative;
}

.king-c-item-hidden .king-c-item-content {
  width: 547px;
  color: #bbb;
}

.king-c-item-content {
  font-size: 14px;
  margin: 10px 0;
  line-height: 20px;
  width: 100%;
}

.king-c-item-content img {
  max-width: 95%;
  padding: 5px;
  margin: 4px 0;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
}

.king-c-item-content pre {
  width: 90%;
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "monoco", courier, monospace;
  background: #384047;
  padding: 15px;
  overflow: hidden;
  overflow-x: scroll;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 5px;
}

.king-c-item-meta {
  font-size: 10px;
  display: inline;
  color: #b2bac2;
}

.king-c-item-buttons {
  float: left;
  display: inline;
}

.king-a-list .king-user-link {
  font-weight: 600;
  text-transform: capitalize;
}

.king-a-list .king-user-link:hover {
  color: #0c0b0d !important;
}

.king-top-tags-count {
  display: none;
}

.king-tag-link {
  background-color: #f2f2f2;
  padding: 3px 16px;
  border-radius: 32px;
  margin-right: 2px;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 4px;
}

.king-tag-link:hover {
  background-color: #0c0b0d;
  color: #fff;
  text-decoration: none !important;
}

.king-template-users .king-top-users-label .king-avatar-image {
  border: 4px solid #fff;
  padding: 4px;
  width: 100px;
  height: 100px;
}

#avatar .king-avatar-image {
  width: 144px !important;
  height: 144px !important;
  border: 2px solid #e7ebec;
  padding: 4px;
  border-radius: 50%;
  text-align: center;
}

.king-avatar-image {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  object-fit: cover;
}

a:active,
a:visited,
.king-avatar-link:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #242424;
  text-decoration: none;
}

.king-page-links-label,
.king-a-item-hidden .king-voting,
.king-a-item-hidden .king-a-item-meta,
.king-c-item-hidden .king-c-item-meta {
  color: #ccc;
}

.king-form-wide-text,
.king-form-wide-select {
  padding: 8px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  border-radius: 14px;
  color: #0c0b0d;
  margin-bottom: 10px;
}

select.king-form-tall-select {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 12px;
  line-height: 22px;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  border-radius: 32px;
  transition: box-shadow 0.4s ease;
  border: 1px solid #e9e9e9;
  outline: none;
  background-color: #fafafb;
  height: 44px;
}

.king-form-tall-number,
.king-form-wide-number {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 4px;
  border: 2px solid #e7e7e9;
  border-radius: 14px;
  color: #1d1d1f;
}

.king-q-item-when-data,
.king-q-item-points-data,
.king-q-view-when-data,
.king-q-view-points-data,
.king-a-item-when-data,
.king-a-item-points-data {
  font-weight: 700;
}

.king-a-select-button,
.king-a-unselect-hover,
.king-a-unselect-button:hover {
  background-position: 0 -28px;
}

.king-top-users-table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 10px;
}

.king-top-tags-table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
  margin-top: 10px;
}

.king-top-tags-table tr {
  display: inline-block;
  margin: 10px 0 0 8px;
}

.king-top-tags-spacer {
  padding: 0 4px;
}

.king-a-item-content h2,
#wmd-preview h2 {
  font-size: 24px;
  color: #000;
}

.king-a-item-content h3,
#wmd-preview h3 {
  font-size: 20px;
  color: #000;
}

.king-a-item-content h4,
#wmd-preview h4 {
  font-size: 16px;
  color: #000;
}

.king-a-item-content h5,
#wmd-preview h5,
.king-a-item-content h6,
#wmd-preview h6 {
  font-size: 13px;
  color: #000;
}

.pheader {
  display: flex;
  color: #0c0b0d;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.usrname {
  display: block;
  position: relative;
  width: 220px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #d4d9dd;
  padding: 8px 0;
}

.usrname .king-user-link {
  float: none;
  color: #8d9aa5;
}

.usrname a {
  height: 33px;
  width: 180px;
}

.king-nav-user-register {
  height: 0px;
}

.king-q-view-extra {
  font-size: 14px;
  margin: 0 0 15px 9px;
  width: 95%;
  display: block;
}

.king-q-view-extra-title {
  font-weight: 700;
}

.pboxes {
  display: block;
  position: relative;
  text-align: center;

  border-radius: 14px;
  margin-bottom: 32px;
}

.pboxes .king-avatar-image {
  width: 78px !important;
  height: 78px !important;
  border: 1px solid #ccc;
  padding: 4px;
  object-fit: cover;
}

.pboxes .king-user-link {
  float: none;
  clear: both;
  display: block;
  font-size: 22px;
  margin: 7px 0 12px;
  color: #1d1d1f;
  font-weight: 600;
}

.pboxes .king-q-view-avatar {
  float: none;
  clear: both;
  display: block;
  margin: 0;
}

.king-a-item-who {
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.king-c-item-who {
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.king-a-item-avatar .king-avatar-image {
  box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
  background-color: #e1e0e5;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  object-fit: cover;
}

.king-c-item-avatar {
  position: absolute;
  left: -45px;
}

.king-c-item-avatar .king-avatar-image {
  border: 4px solid rgb(255 255 255);
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
  background-color: #e1e0e5;
  background: linear-gradient(to bottom, #e1e0e5, #ced0d9 100%);
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.king-q-item-when {
  float: left;
  margin-right: 8px;
}

.king-q-item-who {
  line-height: 24px;
  margin-left: 8px;
  font-size: 11px;
  float: left;
}

.king-q-item-who a {
  font-size: 14px;
}

.king-q-item-who-data {
  font-size: 14px;
  font-weight: 700;
  color: #555;
}

.share-bar {
  display: flex;
  flex-wrap: wrap;

  align-items: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 4px;
  gap: 4px;
}

.king-q-view-buttons {
  margin-left: auto;
}

.king-add-slider {
  border: 0;
}

.share-bar form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.share-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  color: #6b6b6b;
}

#drop2 img {
  padding: 15px 12px;
  background: #6b6b6b;
  border-left: 1px solid #6b6b6b;
  border-right: 1px solid #6b6b6b;
}

#drop2 img:hover {
  background-color: #243442;
  border-left: 1px solid #2e4154;
  border-right: 1px solid #2e4154;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #0c0b0d;
  box-shadow: 0 0 0 4px #e1e0e53b;
  background-color: #fff;
}

.king-modal-form form {
  display: flex;
  flex-direction: column;
}

.modal-input {
  border: 2px solid #dee1e3;
  color: #667686;
  font-size: 15px;
  font-weight: bold;
  height: 34px;
  padding: 4px 8px;
  margin: 5px 0 10px;
  border-radius: 14px;
  transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
  -moz-transition: border-color 0.25s linear;
  -ms-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
}

.modal-input:focus {
  border-color: #df4a37;
}

#king-login {
  background-color: #0c0b0d;
  border: 0;
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  padding: 0 38px;
  cursor: pointer;
  border-radius: 14px;
  margin-top: 10px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#king-login:hover,
#king-login:focus,
#king-login:active,
#ga-login.active {
  color: #fff;
  background-color: #383838;
  box-shadow: none;
}

.king-related-qs {
  list-style: none;
  padding: 0 0 14px 0;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 10px;
}

.a-alt {
  align-items: center;
  -webkit-align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.king-c-item-footer {
  display: block;
  height: 28px;
}

.a-alt .king-voting {
  margin-right: 5px;
  box-shadow: none;
  flex-direction: row;
  width: auto;
}

.king-message-item {
  padding: 14px 14px 14px 80px;
  margin: 8px;
  border-radius: 14px;
  background-color: #f2f2f2;
  color: #1d1d1f;
  position: relative;
  display: block;
}

.king-message-list {
  display: block;
  position: relative;
}

.king-message-list .king-avatar {
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  background-color: #8c97aa;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  position: absolute;
  left: 10px;
  top: 14px;
}

.king-message-content {
  margin-bottom: 5px;
  font-size: 14px;
}

.fbcomments {
  margin-left: 10px;
  margin-top: 14px;
}

#anew {
  margin: 10px;
}

#anew #a_content {
  height: 50px;
  width: 99%;
}

#anew .king-form-tall-buttons {
  text-align: left;
}

#anew h2 {
  display: none;
}

.king-form-light-button-claim,
.king-form-light-button-follow,
.king-form-light-button-close,
#extraf {
  display: none;
}

.prev-next {
  gap: 10px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.king-next-q,
.king-prev-q {
  line-height: 22px;
  text-align: left;
  flex: 1;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 14px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.prev-next .pnimg {
  height: 90px;
  max-width: 90px;
  width: 90px;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  background-size: cover;
  border-radius: 14px;
  flex: 1;
  display: block;
}

.king-next-q .pnimg {
  order: 2;
}

.prev-next span {
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  flex: 2;
  justify-content: space-between;
}

.king-prev-q span {
  left: auto;
  right: 5px;
}

.king-prev-q {
  text-align: right;
}

.prev-next i {
  font-size: 44px;
  vertical-align: middle;
  margin: 0 4px;
  min-width: 42px;
}

.socialicons {
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
}

.socialicons li a {
  display: block;

  text-align: center;
  margin: 0 6px;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.tagcloud a {
  background-color: #f2f2f2;
  padding: 4px 16px;
  border-radius: 32px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 9px;
}

.tagcloud a:hover {
  background-color: #0c0b0d;
  color: #fff;
}

.header-right {
  text-align: center;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.header-right>ul {
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 60px;
  align-items: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  gap: 5px;
}

.loginavatar .king-avatar-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.username {
  width: 160px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
}

.reglink:hover {
  color: #0c0b0d;
}

.usrleft {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #0c0b0d;
  padding-left: 6px;
  width: stretch;
}

.usrleft-link {
  display: flex;
  gap: 36px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding: 2px 25px;
  text-transform: capitalize;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.reglink {
  background-color: #f2f2f2;
  color: #0c0b0d;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 34px;
  transition: all 0.2s ease-out;
}

.king-main-leo {
  flex: 2;
  display: flex;
}

.king-video {
  background-color: #f2f2f2;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.king-video .video-js .vjs-tech {
  border-radius: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.king-video iframe {
  width: 100%;
  height: 400px;
  border: 0px;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
}

.king-video .instaframe {
  width: 845px;
  height: 900px;
}

#a_list_title {
  text-align: center;
  font-weight: normal;
  margin-top: 12px;
}

.king-template-user .king-form-tall-image {
  text-align: center;
}

.king-logged-in {
  display: block;
}

.king-logged-in-points {
  border: 1px solid #ddb550;
  color: #ddb550;
  padding: 0 2px;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
}

.ads {
  display: block;
  background-color: #cecddf;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.entry-title {
  line-height: 48px;
  font-size: 38px;
}

.king-q-view-main iframe {
  width: 670px;
}

.king-q-item-content a {
  display: block;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.nav-tabs {
  display: block;
  margin: 0 auto;
  border-radius: 14px;
  background-color: #f2f2f2;
  padding: 8px;
  margin-bottom: 10px;
}

.nav-tabs li {
  display: inline-block;
  list-style: none;
  text-align: center;
}

.nav-tabs .active a {
  background-color: #fff;
  color: #1d1d1f;
  border-radius: 14px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.nav-tabs li a {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 28px;
  border-radius: 14px;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.closebtn {
  border: 2px solid #dee1e3;
  float: left;
  background-color: #fff;
  color: #667686;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  padding: 12px 28px;
  cursor: pointer;
  margin: 8px 0;
  border-radius: 14px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.leftmenu {
  background-color: #fff;
  position: fixed;
  top: 66px;
  width: 240px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;

  min-height: 400px;
  bottom: 0;
  transition: left 350ms ease-in-out;
  z-index: 21;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  box-sizing: border-box;
  border-right: 1px solid #f2f2f2;
}

.kingt-side .leftmenu {
  left: -400px;
}

.leftmenu.open {
  width: 80px;
}

.king-nightb {
  padding-left: 78px;

  position: relative;
}

.king-nightb i {
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1),
    top 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.king-nightb .fa-sun {
  opacity: 0;
  visibility: hidden;
  top: 100%;
}

.king-night .king-nightb .fa-moon {
  opacity: 0;
  visibility: hidden;
  top: 100%;
}

.king-night .king-nightb .fa-sun {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.mcount {
  position: absolute;
  right: -2px;
  top: -3px;
  width: 16px;
  height: 16px;
  background-color: #0c0b0d;
  line-height: 16px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
}

.kingscroll::-webkit-scrollbar {
  width: 6px;
}

.kingscroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.17);
}

.kingscroll::-webkit-scrollbar-thumb {
  background-color: #d9dce1;
  border-radius: 6px;
}

.kingscroll::-webkit-scrollbar-thumb:hover {
  background-color: #0c0b0d;
}

.header-right>ul>li {
  list-style: none;
  position: relative;
}

.king-dropdown h3 {
  margin: 8px 0 0;
  color: #353535;
  font-size: 28px;
  line-height: 32px;
}

.king-modal-login {
  background-color: #f3f4f666;
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.king-modal-login.in {
  opacity: 1;
}

.modal-open .king-modal-login {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-open {
  overflow: hidden;
}

.king-modal-content {
  background-color: #fff;
  max-width: 440px;
  margin: 120px auto;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.2s ease-out;
  border-radius: 24px;
  box-shadow: 0 0px 15px rgb(0 0 0 / 14%);
}

.king-modal-login.in .king-modal-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#commentmodal .king-modal-content {
  max-width: 640px;
}

.king-modal-header {
  text-align: center;
  border: 0;
  padding: 25px 0 10px;
}

.king-modal-form {
  max-width: 300px;
  margin: 0 auto;
  padding: 25px 0;
  color: #667d99;
}

.king-modal-form .social-login {
  background-color: inherit;
  padding: 0px;
  border-radius: 0;
  margin: 0 0 25px 0;
}

.king-modal-footer {
  border: 0;
  padding: 20px;
  text-align: center;
  color: #667d99;
}

.king-modal-form .bpinput {
  background-color: #fff;
}

.king-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: inherit;
  border: 0;
  cursor: pointer;
  font-size: 18px;
}

.king-modal-close:hover {
  color: #0c0b0d;
}

.tooltip {
  background-color: #0c0b0dd6;
  color: #fff;
  padding: 0 14px;
  position: absolute !important;
  font-size: 12px;
  line-height: 28px;
  border-radius: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 4;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0c0b0dd6;
}

.tooltip.top {
  margin-top: -5px;
}

.tooltip.right {
  margin-left: 5px;
}

.tooltip.bottom {
  margin-top: 5px;
}

.tooltip.left {
  margin-left: -5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #0c0b0dd6;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0c0b0dd6;
}

.tooltip.bottom .tooltip-arrow {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0c0b0dd6;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.king-template-custom .king-part-custompage {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 32px;
  padding: 40px 28px;
}

.social-share {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0;
  padding: 40px 20px;
}

.social-share h3 {
  padding: 10px 20px;
  min-width: 100%;
  box-sizing: border-box;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 500;
}

#modal-url {
  padding: 6px;
  width: 100%;
  margin: 10px 14px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 2px solid #e7e7e9;
  outline: 0;
  box-shadow: inherit;
}

.social-share a {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  color: #1d1d1f;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social-share a:hover {
  color: #74778d;
}

.king-nav-user-item {
  list-style: none;
}

.kingadd {
  background-color: #0c0b0d;
  height: 40px;
  width: 40px;
  border-radius: 32px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  z-index: 4;
  align-items: center;
  justify-content: center;
}

.kingadd:before {
  content: "";
  position: absolute;
  border-radius: 32px;
  background-color: rgb(0 0 0 / 22%);
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  z-index: -1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.open .kingadd:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}

.kingadd i {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.open .kingadd i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.king-dropdown2 {
  background-color: #fff;
  border-radius: 14px;
  position: absolute;
  top: 55px;
  right: 0;
  opacity: 0;
  width: 220px;
  padding: 12px;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
}

.header-right .open .king-dropdown2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.king-dropdown2 a {
  display: block;
  line-height: 40px;
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding-left: 60px;
  border-radius: 14px;
  position: relative;
}

.king-dropdown2 i {
  left: 20px;
  top: 13px;
  position: absolute;
}

.king-dropdown2 a:hover {
  background-color: rgb(239, 242, 245);
}

.king-waiting {
  background: url(img/loader.gif) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block;
}

.king-nothumb {
  min-height: 200px;
  display: block;
  border-radius: 14px;
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  z-index: 1;
  line-height: 0;
  background: linear-gradient(to bottom, #e1e0e5, #ced0d9 100%);
  margin: 2px;
}

.kingimgupload img {
  width: 230px;
  max-height: 350px;
  display: block;
  margin: 0 auto;
}

.ilgilit {
  margin-bottom: 22px;
  display: block;
}

.widget-title {
  color: #1d1d1f;
  display: block;
  font-weight: bold;
  margin-bottom: 14px;
  border-radius: 14px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
}

.under-content .ilgili {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.under-content .king-related {
  width: 48%;
  margin: 1%;
  box-sizing: border-box;
}

.king-related .king-p-who {
  display: none;
}

.box {
  display: flex;

  flex: 1;

  font-size: 14px;
  position: relative;
  max-width: 680px;
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 24px;
}

.king-q-item-main {
  box-sizing: border-box;

  position: relative;
  display: flex;
  flex: 1;
  gap: 30px;
}

.item-a {
  display: block;
  overflow: hidden;

  position: relative;
  flex: 1;

  z-index: 1;
  line-height: 0;
}

.post-featured-img {
  display: block;
  background-color: #e1e0e5;
  position: relative;
  max-height: 160px;
  border-radius: 14px;
  overflow: hidden;
}

.item-img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;

  object-fit: cover;
  object-position: center center;
}

.king-q-item-main:hover .item-img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.king-post-content {
  display: flex;
  flex-direction: column;
  flex: 2;
  gap: 16px;
}

.king-q-item-title a {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #242424;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 11px;
  height: 32px;
  line-height: 0;
  border-radius: 34px;
  padding: 1px 0 1px 0;
}

.post-meta div span {
  margin-right: 8px;
}

.switch-loader {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.72);
  width: 80px;
  height: 34px;
  border-radius: 16px;
  text-align: center;
  line-height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.loader,
.loader:before,
.loader:after {
  width: 4px;
  height: 20px;
  border-radius: 2px;
}

.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #f6a226;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
}

.loader:before {
  left: -6px;
  background-color: #6377d8;
}

.loader:after {
  left: 6px;
  background-color: #dd5758;
}

@keyframes bounce-middle {
  0% {
    height: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  50% {
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  100% {
    height: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.loader {
  -webkit-animation: bounce-middle 0.6s ease 0.1s infinite;
  animation: bounce-middle 0.6s ease 0.1s infinite;
}

.loader:before,
.loader:after {
  top: 50%;
  -webkit-transform: translateY(-10px) translateZ(0);
  transform: translateY(-10px) translateZ(0);
}

.loader:before {
  -webkit-animation: bounce-middle 0.6s ease 0s infinite;
  animation: bounce-middle 0.6s ease 0s infinite;
}

.loader:after {
  -webkit-animation: bounce-middle 0.6s ease 0.2s infinite;
  animation: bounce-middle 0.6s ease 0.2s infinite;
}

.meta-who-points {
  color: #ffc016;
  font-size: 10px;
  line-height: 12px;
}

.box .king-title-up a:hover {
  color: #fff;
}

.king-template-admin .king-nav-sub-link {
  padding: 0 10px;
  font-size: 12px;
}

.meta-who-title {
  background-color: #a1d936;
  padding: 0 14px;
  line-height: 28px;
  display: inline-block;
  color: #fff;
  border-radius: 18px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

.king-form-wide-button-reset,
.king-form-tall-button-reset {
  background-color: #b0b7bb;
}

.king-userpanel {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}

.modal-footer {
  width: 100%;
  display: block;
  position: relative;
  height: 53px;
  background-color: #fff;
  padding: 5px 0;
  margin-top: 10px;
  text-align: center;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 5px 5px;
}

.modal-footer .king-nav-user-login,
.modal-footer .king-nav-user-register {
  display: none !important;
}

.modal-footer .king-nav-user-item {
  width: auto;
  float: none;
  display: inline-block;
}

.modal-footer .king-nav-user-item a {
  background-position: center center;
  width: 52px !important;
  height: 52px !important;
  font-size: 0;
  margin-left: 5px;
  border: 0;
  display: inline-block !important;
}

.modal-footer .king-nav-user-item a:hover {
  background-color: #1d1d1f;
  border-radius: 8px;
}

.nopermission {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.nopermission span {
  margin: 30px 5px;
  display: block;
}

.nopermission .reglink {
  margin: 5px auto;
  width: 30%;
}

.king-cat .king-nav-cat-note,
.rightsidebar .king-nav-cat-note {
  display: none;
}

.king-mega-menu {
  left: -500px;
  top: 70px;
  bottom: 4px;

  border-radius: 14px;
  padding: 20px;
  position: fixed;
  z-index: 20;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 180px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.king-mega-menu.open {
  opacity: 1;
  visibility: visible;
  left: 84px;
}

.king-dropdown li a {
  font-weight: 500;
  font-size: 14px;
  margin: 4px;
  display: block;
  padding: 0;
  line-height: 40px;
  margin-bottom: 8px;
  text-align: left;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
}

.king-cat-link {
  color: #65737f;
  font-weight: bold;
  font-size: 16px;
}

.king-cat .king-nav-cat-item {
  padding: 0;
  background: inherit;
  border: 0;
  color: #000;
}

.king-cat .king-nav-cat-link {
  font-weight: normal;
  padding: 8px 0;
  margin-bottom: 0;
  border: 0;
}

.king-cat .king-nav-cat-link:hover,
.king-nav-headmenu-list li a:hover {
  color: #0c0b0d;
}

.king-cat>.king-nav-cat-list,
.king-nav-headmenu-list {
  font-size: 14px;
  background: inherit;
  margin: 0;
  padding: 0;
}

.king-cat ul li .king-nav-cat-list a {
  padding-left: 0;
}

.king-nav-cat-list li .king-nav-cat-list {
  margin: 0;
  padding: 0;
  background-color: inherit;
}

.king-nav-cat-list li .king-nav-cat-list a {
  padding-left: 28px;
}

.king-form-tall-label i {
  color: #fff;
  font-weight: 300;
  font-style: normal;
}

.king-notice {
  background-color: rgb(35 37 41 / 90%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  padding: 20px;
}

.king-notice a {
  color: #0c0b0d;
}

.king-notice a:hover {
  color: #dc5a5a;
}

.king-notice-close-button {
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  background: none;
  cursor: pointer;
  position: absolute;
  height: 30px;
  border: none;
  top: 14px;
  right: 14px;
}

.king-notice-close-button:hover {
  color: #0c0b0d;
}

.king-q-view-content img {
  display: block;
  margin: 0 auto;
  padding: 6px 0;
  max-width: 820px;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.king-template-video .snote,
.king-template-ask .snote {
  background-color: #faefc5;
  color: #736357;
  padding: 16px 8px;
  display: block;
  border-radius: 14px;
  font-size: 13px;
  font-weight: bold;
}

.video-js {
  margin: auto;
}

.king-q-view-content .video-js {
  height: 380px !important;
}

.king-active {
  visibility: visible;
  opacity: 1;
}

.mce-content-body {
  display: block;
  min-height: 160px;
  border-radius: 14px;
  border: 2px solid #dee1e3;
  font-size: 16px;
  padding: 8px;
}

.king-template-news .mce-content-body {
  display: block;
  min-height: 160px;
  border-radius: 14px;
  border: 2px solid #dee1e3;
  font-size: 16px;
  padding: 8px;
}

.mce-content-body:focus {
  outline: 0;
  border-color: #0c0b0d;
}

.mce-content-body img {
  max-width: 600px;
}

blockquote {
  padding-left: 20px;
  border-left: 5px solid #f2f2f2;
}

.rightview .king-q-view-content img {
  border-radius: 14px;
  margin: 8px 0;
}

.king-part-form-q-edit {
  background-color: #fff;
  border-radius: 8px;
}

.king-part-form-q-edit .mce-content-body {
  min-height: 20px;
}

.king-template-news #submit-btn {
  display: inline-block !important;
}

.king-template-news .imgprev {
  margin-top: -17px;
  margin-left: -7px;
  margin-right: -7px;
  border-radius: 4px 4px 0 0;
  background-color: #d4d9dd;
  background-image: url(img/nothumb.png);
  background-repeat: no-repeat;
  background-position: center 45px;
}

.king-template-news .imgprev #imgprev {
  min-height: 150px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 32;
  overflow: hidden;
  position: fixed;
  background-color: rgb(111 105 132 / 92%);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 38;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-content {
  position: relative;
  display: block;
  padding-bottom: 20px;
  text-align: left;
  margin: 60px auto;
  max-width: 960px;
  box-sizing: border-box;
  border-radius: 14px;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
}

.mfp-content .rightview {
  padding: 20px;
  width: auto;
}

.mfp-content .prev-next,
.mfp-content .king-q-view-buttons {
  display: none;
}

.mfp-s-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.king-listener .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  bottom: -200px;
  transition: bottom 0.2s ease-out;
}

.king-listener.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 16;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-close {
  position: fixed;
  z-index: 14;
  right: 30px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 0;
  background-color: inherit;
  text-align: center;
  font-size: 34px;
  border-radius: 218px;
  color: #fff;
  cursor: pointer;
  outline: 0;
  font-size: 0;
}

button.mfp-close:after {
  content: "\f057";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 30px;
}

.mfp-close:focus {
  outline: 0;
  box-shadow: inherit;
}

.mfp-content .king-video {
  padding: 0;
  width: 100%;
  border-radius: 14px 14px 0 0;
}

.mfp-content .king-q-view-content {
  border-radius: 0;
}

.king-part-ranking-users h2 {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #f1f3f4;
  margin-top: 10px;
}

.king-related .king-post-format-video,
.king-related .king-post-format-image {
  border: 0;
  color: #ffffff;
  background-color: rgba(176, 183, 187, 0.69);
  padding: 4px 12px;
  display: inline-block;
  border-radius: 16px;
  position: absolute;
  left: 20px;
  top: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.ad-below {
  display: block;
  padding: 10px;
  clear: both;
  text-align: center;
}

.king-template-admin .king-nav-sub-list {
  width: auto;
  text-align: center;
  gap: 2px;
  margin: 14px;
  flex-wrap: wrap;
}

.editusers-table,
.editusers-table tbody {
  width: 100%;
  margin: 30px 0;
  font-size: 14px;
}

.editusers-table th {
  padding: 12px 0;
}

.editusers-table td {
  padding: 8px;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
}

.kingeditli:nth-child(2n + 0) {
  background-color: #f2f2f2;
  border-bottom: 4px solid #fff;
}

.kingeditli:hover {
  background-color: #f9f9fa;
}

.king-edit-button {
  padding: 0 12px;
  height: 28px;
  line-height: 24px;
  display: inline-block;
  background-color: #d4d9dd;
  border: 0;
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
}

.king-edit-button:hover {
  background-color: #0c0b0d;
  color: #fff;
}

.king-remove {
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #0c0b0d;
  color: #fff;
  cursor: pointer;
  line-height: 24px;
  border-radius: 32px;
}

.king-post-upbtn {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 16px;
  gap: 4px;
}

.king-post-upbtn a {
  padding: 5px;
  border-radius: 8px;
}

a.king-post-format {
  backdrop-filter: saturate(180%) blur(10px);
  background-color: #35353530;
  color: #fff;
  height: 30px;
  margin-bottom: 5px;
  z-index: 2;
  border-radius: 32px;
  line-height: 30px;
  text-align: center;

  padding: 0 8px;
  min-width: 22px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.kingp-tabs label i {
  padding: 14px 14px;
  border-radius: 14px;
  margin: 6px;
  display: inline-block;
  cursor: pointer;
}

.kingp-tabs label i:hover,
.kingp-tabs input[type="radio"]:checked~i {
  background-color: #0c0b0d;
  color: #fff;
}

.king-pfiels {
  display: flex;
  display: -webkit-flex;
}

.king-poll-grids {
  display: flex;
  display: -webkit-flex;
  margin-left: -1%;
  margin-right: -1%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.king-poll-grid {
  border: 1px solid #f2f2f2;
  padding: 14px;
  margin: 1%;
  box-sizing: border-box;
  border-radius: 12px;
  max-width: 460px;
  width: 48%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.king-pfield {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
}

.grid1 .king-poll-grid {
  max-width: inherit;
  width: 100%;
}

.grid3 .king-poll-grid {
  max-width: 300px;
  width: 31.33%;
}

.king-poll-file {
  flex: 1;
  border: 1px dashed #cbced1;
  color: #cbced1;
  background-color: #fff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  min-height: 100px;
  margin: 6px 0;
  border-radius: 14px;
  position: relative;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  height: 160px;
  width: 160px;
  background-color: #e1e4ed;
  border-radius: 12px;
  overflow: hidden;
}

#viddropzone img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.dz-progress {
  height: 16px;
  background-color: #fff9;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.dz-progress .dz-upload {
  background: #1d1d1f;
  background: linear-gradient(to right, red, orange);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dz-uploaded {
  width: 100%;
}

.ui-sortable-helper {
  box-shadow: 0 8px 18px rgb(153 153 153 / 12%);
  background-color: #fff;
}

.add-poll {
  background-color: #12141d;
  width: 40px;
  text-align: center;
  height: 80px;
  line-height: 40px;
  border-radius: 46px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 -4px 6px rgb(137 137 137 / 33%);
}

.add-poll:active {
  box-shadow: inherit;
}

.king-polls {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -1%;
  margin-right: -1%;
}

.king-polls li {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  margin: 1%;
}

.polls-grid3 li {
  width: 31.33%;
}

.polls-grid2 li {
  width: 48%;
}

.king-polls li .poll-item {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
  border: 4px solid #f8f8f8;
  padding: 10px;
  height: 100%;
  color: #1d1d1f;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 14px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.king-polls li .poll-item:hover {
  cursor: pointer;
  background-color: #e6e7ed;
}

.king-polls.voted li .poll-item:hover {
  cursor: inherit;
  border-color: #e6e7ed;
}

.king-polls li img {
  border-radius: 14px;
  margin-bottom: 8px;
  height: 200px;
  object-fit: cover;
  z-index: 2;
}

.not-voted .poll-results {
  visibility: hidden;
  opacity: 0;
}

.voted .poll-results {
  visibility: visible;
  opacity: 1;
}

.voted .poll-result {
  position: absolute;
  background-color: #fbd971ba;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-radius: 14px;
}

.polls-grid1.voted .poll-result {
  height: auto !important;
  transition: width 0.3s ease-in-out;
}

.polls-grid2.voted .poll-result,
.polls-grid3.voted .poll-result {
  width: auto !important;
  bottom: 0;
  top: auto;
  right: 0;
  transition: height 0.3s ease-in-out;
}

.poll-title {
  z-index: 3;
}

.polls-grid2 .poll-numbers,
.polls-grid3 .poll-numbers {
  position: absolute;
  left: 50%;
  z-index: 3;
  background-color: rgb(0 0 0 / 68%);
  padding: 6px 18px;
  color: #ffffff;
  border-radius: 14px;
  top: 30%;
  transform: translateX(-50%);
  right: auto;
}

.poll-result-voted {
  margin-left: 6px;
}

.poll-numbers {
  position: absolute;
  right: 10px;
  z-index: 3;
}

.king-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fafafa;
  padding: 14px;
  border-radius: 14px;
  margin: 10px 0;
}

.inright {
  flex: 1;
  -webkit-flex: 1;
}

.number-list {
  font-size: 18px;
  margin: 4px;
  font-weight: bold;
}

.kingp-tabs .addtab {
  padding: 12px 18px;
  background-color: #f2f2f2;
  border-radius: 14px;
  margin: 6px 6px 6px 0;
  display: inline-block;
  cursor: pointer;
}

.kingp-tabs .addtab:hover,
.kingp-tabs .addtab.active {
  background-color: #0c0b0d;
  color: #fff;
}

.list-item {
  list-style: none;
  display: block;
  margin: 20px 0 40px;
}

.list-title {
  color: #1d1d1f;
  margin: 8px 0 12px;
  display: block;
  position: relative;
  padding-left: 60px;
  min-height: 50px;
}

.list-title .list-id {
  font-weight: bold;
}

.list-img,
.list-video iframe {
  border-radius: 14px;
  margin-bottom: 10px;
  display: block;
  max-height: 500px;
}

.list-video .instaframe {
  max-height: 740px;
}

.king-cover-ac img {
  display: inline-block;
  vertical-align: bottom;
  margin: 5px 5px 0;
  width: 44px;
  height: 44px;
}

.king-follow {
  border: 0;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 32px;
  cursor: pointer;
  position: relative;
  margin: 10px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  min-width: 100px;
  background-color: #f2f2f2;
}

.king-follow i {
  font-size: 18px;
}

.king-follow.active {
  background-color: #0c0b0d;
  color: #fff;
}

.king-follow.active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#king_nsfw {
  display: none;
}

.king-nsfw {
  margin: 10px 5px 10px 0;
  background-color: #232830;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 32px;
  font-size: 12px;
  cursor: pointer;
}

#king_nsfw:checked+label {
  background-color: #0c0b0d;
  color: #fff !important;
}

#king_prvt:checked+label {
  background-color: #0c0b0d;
  color: #fff !important;
}

.king-nsfw-post {
  min-height: 200px;
  display: block;
  background-color: #2c2d2e;
  text-align: center;
  padding: 40px 50px 0;
  box-sizing: border-box;
  color: #fff;
  line-height: 28px;
}

.king-template-question .king-nsfw-post {
  width: 100%;
  border-radius: 12px;
  min-height: 300px;
  font-size: 22px;
  padding-top: 100px;
}

.videoembedup iframe {
  border-radius: 14px;
  display: block;
  margin: 8px;
  padding: 0;
  max-width: 680px;
}

#videoembed {
  padding: 8px;
  margin-bottom: 6px;
  min-height: 100px;
  background-color: #ced0d9;
  border-radius: 12px;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

#videoembed iframe {
  border-radius: 14px;
}

.dz-error .dz-error-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 13px;
  background-color: #e71414e0;
  color: #fff;
  padding: 6px 20px;
  border-radius: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.thumb-radio-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  cursor: pointer;
}

.thumb-radio:checked+label {
  border: 6px solid #0c0b0d;
  border-radius: 12px;
}

.d-remove,
.dz-remove {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 5;
  background-color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 12px;
  color: #1d1d1f;
}

.king-dropzone-edit {
  display: flex;
  display: -webkit-flex;
}

.edit-prev {
  height: 120px;
  width: 160px;
  background-color: #e1e4ed;
  border-radius: 12px;
  object-fit: cover;
  margin: 6px 10px 6px 0;
}

.king-poll-grid .edit-prev {
  height: 60px;
  width: 60px;
}

.king-dropzone-edit .video-js {
  width: 25%;
  margin: 6px 6px 6px 0;
  border-radius: 14px;
  height: 160px;
}

.editi-prev {
  object-fit: cover;
  width: 160px;
  height: 160px;
}

.king-template-search .head-title {
  margin-bottom: 80px;
}

.king-searchp {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: -50px;
  margin-top: 35px;
}

.king-searchp-form {
  max-width: 628px;
  width: 100%;
  background: #fff;
  border-radius: 32px;
  height: 64px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #dee1e3;
  display: flex;
  align-items: center;
}

.king-searchp-field {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 64px;
  border: 0;
  background-color: inherit;
  font-size: 22px;
  color: #1d1d1f;
}

.king-searchp-button {
  background-color: inherit;
  border: 0;
  font-size: 22px;
  cursor: pointer;
}

.watermarkadmin {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 14px;
  width: 34px;
  object-fit: cover;
}

.logoadmin {
  padding: 10px 0;
  border-radius: 14px;
  height: 55px;
  object-fit: cover;
}

.nfyWrap {
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  background: #fefefe;
  padding: 0;

  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 14px;
}

.nfyWrap .nfyTop {
  padding: 10px 5px;
  color: #8d9aa5;
  display: block;
}

.nfyWrap .nfyContainer {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  height: 240px;
  background: #f9fafa;
}

.nfyContainer::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.nfyContainer::-webkit-scrollbar {
  width: 6px;
}

.nfyContainer::-webkit-scrollbar-thumb {
  border-radius: 14px;
  background-color: rgba(172, 183, 190, 0.5);
}

.nfyWrap .nfyFooter a {
  color: #b2bac2;
  cursor: pointer;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 0;
}

.nfyWrap .nfyFooter a:hover {
  color: #0c0b0d;
}

.nfyWrap .itemBox-new {
  background: #ebf8ff;
  margin-bottom: 1px;
  position: relative;
}

.nfyWrap .itemBox:hover {
  background-color: #fff;
}

.nfyWrap .nfyItemLine {
  padding-left: 40px;
  text-align: left;
  font-size: 11px;
  color: #1d1d1f;
}

.nfyWrap .nfyItemLine a {
  font-size: 11px;
  display: block;

  text-decoration: none;
  font-weight: bold;
}

.nfyWrap .siteLink {
  font-size: 9px !important;
  text-decoration: none;
  font-weight: normal !important;
  margin-bottom: 4px;
  display: inline-block;
}

.nfyWrap .nfyItemLine a:hover {
  color: #0c0b0d;
}

.nfyIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.nfyIcon .fa-chevron-up {
  color: #7bb742;
}

.nfyIcon .fa-chevron-down {
  color: #0c0b0d;
}

.nfyIcon img {
  width: 16px;
  height: 16px;
  border: 0;
}

.nfyTime,
.nfyWhat {
  color: #c6cdd5;
}

.king-history-event-nill {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  -moz-box-shadow: 0 1px 1px #999;
  -webkit-box-shadow: 0 1px 1px #999;
  box-shadow: 0 1px 1px #999;
  text-align: center;
  background-color: #999;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.ntfy-event-new {
  background-color: #333333;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: -5px;
}

.ntfy-event-nill {
  background-color: #f2f2f2;

  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 0;
  text-align: center;
  cursor: pointer;
}

.ntfy-read {
  background-color: #b0b7bb;
}

.nfyWrap .arrow {
  position: absolute;
  top: -7px;
  right: 10px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.no-nfy {
  font-size: 16px;
  width: 300px;
  z-index: 998;
  left: 0;
  top: 60px;
  position: absolute;
}

.itemBox {
  background-color: #f2f2f2;
  position: relative;
  display: block;
  clear: both;
  padding: 2px;
  border-bottom: 1px solid #fff;
}

.open-login-button {
  background-color: #1d1d1f;
  border-radius: 14px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  position: relative;
  text-align: center;
  display: block;
  max-width: 300px;
  margin: 0 auto 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
}

.open-login-button:hover {
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}

.open-login-button.facebook {
  background-color: #3b5998;
}

.open-login-button.reddit {
  background-color: #ff5700;
}

.open-login-button.twitter {
  background-color: #55acee;
}

.open-login-button.instagram {
  background: #d6249f;
  background: linear-gradient(45deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #e1306c,
      #fd1d1d);
}

.open-login-button.google-signin {
  background-color: #dc4e41;
}

.open-login-button:before {
  content: "\f791";
  display: block;
  position: absolute;
  left: 15px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 17px;
}

.open-login-button.facebook:before {
  content: "\f09a";
}

.open-login-button.twitter:before {
  content: "\f099";
}

.open-login-button.instagram:before {
  content: "\f16d";
}

.open-login-button.google-signin:before {
  content: "\f1a0";
}

.open-login-button.reddit:before {
  content: "\f281";
}

.king-browse-cat-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 40px 20px;
}

.king-browse-cat-item {
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 10px 80px;
  min-height: 180px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  color: #0c0b0d;
  margin: 0 1% 1% 0;
  border-radius: 14px;
  width: 32.3333%;
  vertical-align: top;
  display: flex;
  border: 1px solid #f2f2f2;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transform: scale(1) translateZ(0);
  transition: transform 0.28s ease;
  align-items: center;
  gap: 6px;
}

.king-browse-cat-item a {
  font-size: 16px;
  color: #0c0b0d;
  font-weight: 600;
}

.king-cat-icon {
  font-size: 20px;

  width: 44px;
  height: 44px;
  line-height: 44px;

  border-radius: 14px;
  color: #000;
}

.king-subbrowse-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255 255 255 / 26%);
}

a.king-subbrowse-cat-item {
  margin: 5px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.cat-title {
  background-color: inherit !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;

  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  border-radius: 14px;
  gap: 10px;
  color: #0c0b0d;
}

.cat-title>i {
  border: 1px solid #f2f2f2;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  margin-bottom: 10px;
}

.cat-title p {
  margin: 10px;
  font-size: 14px;
  color: #6b6b6b;
}

.vid-upload {
  display: flex;
  gap: 10px;
}

.vid-upload-label {
  position: absolute;
  left: 10px;
  top: -10px;
  color: #fff;
  background-color: #353535;
  padding: 2px 12px;
  border-radius: 14px;
}

.g-recaptcha {
  text-align: left;
  margin: 10px 0;
}

.king-poll-grid.paddnew {
  padding: 20px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.king-poll-grid.paddnew:hover {
  border-color: #0c0b0d;
  color: #0c0b0d;
}

.poll-img {
  display: block;
  width: 100%;
  border-radius: 14px;
  height: 250px;
  object-fit: cover;
}

.king-ang {
  margin: 30px 0;
  display: flex;
}

.inputarea {
  flex-grow: 2;
}

.kingp-tabs {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: sticky;
  top: 70px;
}

.kingp-left {
  display: flex;
  margin-right: 20px;
  flex-direction: column;
}

.kingp-leftin {
  background-color: #f6f6f8;
  flex: 1;
  border-radius: 14px;
}

.ttab {
  display: none;
}

.ttab.active {
  display: flex;
}

.tblack {
  font-weight: bold;
  font-size: 18px;
  color: #0c0b0d;
  margin-top: 5px;
  bottom: -60px;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 14px;
  background-color: #f6f6f8;
  cursor: pointer;
}

.tblack:hover {
  background-color: #0c0b0d;
  color: #fff;
}

#tanswers {
  margin-top: 20px;
  flex-direction: column;
}

.results-p {
  display: flex;
  display: -webkit-flex;
}

.results-p .number {
  border-radius: 10px 0 0 10px;
  width: 100px;
}

.results-p span {
  background-color: #dee1e3;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
  color: #fff;
  border-radius: 0 10px 10px 0;
}

.king-polls li div.poll-item.not-correct {
  background-color: #0c0b0d7a;
}

.king-polls li div.poll-item.correct {
  background-color: #fbd971ba;
}

.king-polls-up {
  margin: 40px 0;
}

.noname h3 {
  color: #1d1d1f;
}

.addfeatured.selected i:before {
  font-weight: 900;
}

.king-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
}

.king-box-bg.loaded {
  -webkit-transition: opacity 0.6s ease 0.25s;
  transition: opacity 0.6s ease 0.25s;
  opacity: 1;
}

.king-featureds {
  text-align: center;
  display: block;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}

.king-featured-grid {
  font-size: 22px;
  display: grid;

  overflow: hidden;

  grid-auto-rows: 180px;
  gap: 4px;
  padding: 14px;
  max-width: 1280px;
  margin: auto;
}

.featured-meta span {
  margin-right: 8px;
}

.king-featured-grid .featured-posts>a {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
  flex: 1;
  border-radius: 12px;
}

.featured-post {
  background-color: #0c0b0d;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

.featured-posts:hover .featured-post {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.king-featured-grid .featured-posts {
  position: relative;
  width: 100%;

  overflow: hidden;

  box-sizing: border-box;
}

.featured-posts .featured-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  padding: 10px;
  gap: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
}

.featured-posts .featured-title {
  line-height: 32px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.featured-meta {
  font-size: 12px;
  display: inline-block;
  text-align: right;
  color: #ffffffa3;
}

.grid-1 {
  grid-column: 1;
  grid-row: 1 / 3;
}

.grid-2 {
  font-size: 28px;
  grid-column: 2;
  grid-row: 1 / 3;
}

.grid-3 {
  grid-column: 3 / 5;
  grid-row: 1;
}

.grid-4 {
  grid-column: 3;
  grid-row: 2;
}

.grid-5 {
  grid-column: 4;
  grid-row: 2;
}

.grids-2 .grid-1 {
  grid-row: 1;
  font-size: inherit;
}

.grids-2 .grid-2 {
  font-size: inherit;
  grid-column: 1;
  grid-row: 2;
}

.grids-2 .grid-3 {
  font-size: 28px;
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}

.grids-2 .grid-4 {
  grid-column: 4;
  grid-row: 1;
}

.grids-3 .grid-1 {
  grid-column: 1 / 3;
}

.grids-3 .grid-2 {
  grid-column: 3 / 5;
  grid-row: 1;
}

.grids-3 .grid-3 {
  grid-column: 3;
  grid-row: 2;
}

.grids-3 .grid-4 {
  grid-column: 4;
  grid-row: 2;
}

.grids-4 .grid-1 {
  font-size: inherit;
  grid-column: 1 / 3;
  grid-row: 1;
}

.grids-4 .grid-2 {
  font-size: inherit;
  grid-column: 1;
  grid-row: 2;
}

.grids-4 .grid-3 {
  grid-column: 2;
  grid-row: 2;
}

.grids-4 .grid-4 {
  grid-column: 3;
  grid-row: 1;
}

.grids-4 .grid-5 {
  grid-column: 4;
  grid-row: 1;
}

.grids-4 .grid-6 {
  grid-column: 3 / 5;
  grid-row: 2;
}

.grids-5 .grid-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.grids-5 .grid-2 {
  grid-column: 3;
  grid-row: 1;
  font-size: inherit;
}

.grids-5 .grid-3 {
  grid-column: 4;
  grid-row: 1;
}

.grids-6 .grid-3 {
  grid-column: 3;
  grid-row: 1 / 3;
  font-size: 28px;
}

.grids-6 .grid-4 {
  grid-column: 4;
  grid-row: 1 / 3;
  font-size: 28px;
}

.grids-7 .grid-1 {
  grid-column: 1 / 3;
  grid-row: 1;
}

.grids-7 .grid-2 {
  grid-column: 1;
  grid-row: 2 / 4;
}

.grids-7 .grid-3 {
  font-size: 28px;
  grid-column: 2;
  grid-row: 2 / 4;
}

.grids-7 .grid-4 {
  font-size: 28px;
  grid-column: 3;
  grid-row: 1 / 3;
}

.grids-7 .grid-5 {
  font-size: 28px;
  grid-column: 4;
  grid-row: 1 / 3;
}

.grids-7 .grid-6 {
  font-size: 28px;
  grid-column: 3 / 5;
  grid-row: 3;
}

.king-users-page {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 40px;
}

.user-boxx {
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 2%;
  box-sizing: border-box;
  width: 33.33%;
}

.user-box {
  padding: 6px;
  border: 1px solid #f2f2f2;
  margin: 0;
  box-sizing: border-box;
  border-radius: 18px;
  height: 100%;
  text-align: center;
  position: relative;
}

.user-box-in {
  margin-top: 60px;
  padding: 0 2%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.user-box-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e1e0e5;
  position: relative;
  min-height: 140px;
  border-radius: 14px;
}

.user-box-cover .king-box-bg {
  border-radius: 14px;
}

.user-box-cover:after {
  content: "";
  background: linear-gradient(to bottom,
      rgba(35, 35, 35, 0),
      rgb(72 74 91 / 62%) 100%);
  border-radius: 0 0 14px 14px;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  position: absolute;
}

.user-box-up {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  bottom: -50px;
  left: 20px;
  right: 20px;
  z-index: 4;
}

.user-box-links {
  position: absolute;
  right: 2%;
}

.user-box-links a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 2px;
  color: #37383e;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.user-box-alink {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 4px solid rgb(255 255 255);
  background-color: #e1e0e5;
  background: linear-gradient(to bottom, #e1e0e5, #ced0d9 100%);
  overflow: hidden;
}

.user-box-alink.averified {
  border-color: #3452ff;
}

.user-box-lvl {
  font-size: 11px;
}

.user-box-in h3 {
  color: #1d1d1f;
  font-size: 28px;
}

.user-box-pt {
  display: block;
}

.user-box-point,
.user-box-title,
.user-box-credits {
  border-radius: 32px;
  line-height: 22px;
  padding: 4px 16px;
  display: inline-block;
  font-size: 11px;
  margin: 10px 6px;
  border: 2px solid #f6bb46;
  color: #f6bb46;
}

.user-box-title {
  border: 2px solid #0c0b0d;
  color: #0c0b0d;
  font-size: 11px;
  font-weight: 600;
}

.user-box-credits {
  border: 2px solid #2c3e50;
  color: #2c3e50;
}

.king-stats {
  display: flex;
  display: -webkit-flex;
  margin: 6px 0;
  position: relative;
  justify-content: center;
}

.king-stats span {
  font-weight: 500;
  font-size: 12px;
  margin: 0 13px;
}

.king-stats span strong {
  display: block;
  font-size: 22px;
}

.user-boxx.king-profile {
  width: 100%;
  padding: 2%;
}

.king-profile .user-box {
  padding: 0;
  border: inherit;
}

.king-profile .user-box-cover {
  min-height: 220px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.king-profile .user-box-up {
  bottom: -77px;
  padding: 0 2%;
  left: 0;
  right: 0;
}

.king-profile .user-box-in {
  margin-top: 85px;
}

.user-box-name {
  display: flex;
  align-items: center;
}

.king-profile h3 {
  line-height: 48px;
  font-size: 48px;
}

.king-profile .user-box-alink {
  width: 140px;
  height: 140px;
  border-width: 6px;
}

.postuser.user-boxx {
  width: 100%;
  padding-top: 1%;
}

.tresult {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 14px;
  margin: 10px 0;
  font-size: 16px;
}

.tresult h3,
.tresult img,
.tresult span {
  margin-bottom: 12px;
}

.quiz-share {
  text-align: center;
  margin: 20px 0 8px;
  padding: 8px 0;
  width: 100%;
  background-color: #fff;
  border-radius: 14px;
}

.quiz-share h5 {
  font-weight: bold;
  display: block;
}

.qresult-share {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 14px;
}

.qresult-share a {
  padding: 8px 0;
  color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  background-color: #1d1d1f;
  width: 45%;
  border-radius: 14px;
  text-align: center;
}

.reactions {
  list-style: none;
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.reactions li {
  height: 120px;
  width: 90px;
  margin: 30px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #f2f2f2;
  border-radius: 14px;
  padding: 2px;
  position: relative;
}

.reactions li:before {
  content: "\f585";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 32px;
  position: absolute;
  top: -33px;
  left: 50%;
  color: #c2c6cb;
  transform: translateX(-50%);
}

#reac2:before {
  content: "\f584";
}

#reac3:before {
  content: "\f588";
}

#reac4:before {
  content: "\f567";
}

#reac5:before {
  content: "\f5c2";
}

#reac6:before {
  content: "\f5a5";
}

#reac7:before {
  content: "\f5b4";
}

#reac8:before {
  content: "\f556";
}

.reactions li.voted .reaction {
  background-color: #0c0b0d;
  color: #ffffff;
}

.reactions li.voted:before,
.reactions li:hover:before {
  font-weight: 900;
  color: #fbd971;
}

.reaction {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  padding: 3px;
  border-radius: 14px;
  cursor: pointer;
  margin-top: 2px;
}

.reaction-in {
  flex: 1;
  position: relative;
}

.reaction-result {
  background-color: #fbd971;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 14px;
  transition: height 0.3s ease-in-out;
}

.reaction-percent {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #1d1d1f;
}

.nopost {
  border-radius: 14px;
  border: 1px solid #f2f2f2;
  padding: 30px;
  width: 50%;
  min-width: 340px;

  margin: 60px auto;
  text-align: center;
  font-size: 18px;
  line-height: 32px;

  align-items: center;
  gap: 10px;
}

.nopost i {
  display: block;
  margin: 20px auto;
}

.king-search-in {
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 100%;
}

.liveresults {
  padding-top: 30px;
}

.liveresults a {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  color: #1d1d1f;
  padding: 4px 10px;
}

.inleft {
  display: flex;
  display: -webkit-flex;
}

.inleft .pbutton {
  min-width: 36px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  background-color: #f2f2f2;
  cursor: pointer;
  border-radius: 14px;
  margin-left: 3px;
}

.king-lazy {
  opacity: 0;
}

.king-lazy.loaded {
  transition:
    transform 0.7s cubic-bezier(0.2, 1, 0.22, 1),
    opacity 0.6s ease 0.25s;
  -webkit-transition:
    transform 0.7s cubic-bezier(0.2, 1, 0.22, 1),
    opacity 0.6s ease 0.25s;
  opacity: 1;
}

.king-avatar {
  object-fit: cover;
  display: block;
  border-radius: 100%;
}

.king-noavatar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1em;
  text-shadow: none;
}

.editusers-table td img,
.editusers-table td .king-noavatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #d4d9dd;
}

.simple-posts {
  position: relative;
  width: 100%;
  min-height: 98px;
  margin: 8px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 8px;
}

.under-content .simple-posts {
  width: 48%;
  margin: 0 1% 2% 1%;
  display: inline-block;
}

.simple-posts>a {
  position: relative;
  height: 70px;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
}

.simple-post {
  background-color: #e0dfe4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

.simple-posts:hover .simple-post {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.simple-post-content {
  padding-left: 80px;
}

.simple-post-title {
  color: #0c0b0d;
  font-weight: 600;
  font-size: 15px;
}

.simple-post-meta {
  font-size: 12px;
  padding-left: 80px;
}

.simple-post-meta span {
  margin-right: 8px;
}

.king-widget-wb {
  position: relative;

  border-radius: 14px;
}

.king-widget-side {
  margin-bottom: 32px;
}

.king-widget-wb .widget-title {
  padding: 0;
}

.inleft .pbutton:hover,
.inleft input[type="radio"]:checked~i {
  background-color: #0c0b0d;
  color: #fff;
}

.king-playlist {
  position: fixed;
  bottom: 0;
  left: 240px;
  right: 0;
  z-index: 22;
}

.kingt-side .king-playlist {
  left: 0;
}

div.vjs-playlist {
  background-color: #000000cf;
  padding: 20px 0;
  color: #0c0b0d;
}

div.vjs-playlist ol li.vjs-selected,
.vjs-playlist ol li:hover {
  background-color: #ffffff52;
  border-radius: 14px;
}

div.vjs-playlist ol li {
  list-style: none;
  padding: 10px 40px;
  border-bottom: 0;
  cursor: pointer;
  position: relative;
}

.vjs-playlist-name {
  font-style: normal;
  font-weight: 600;
}

.king-listener.mfp-wrap {
  position: fixed !important;
  top: auto !important;
  height: auto !important;
  min-height: 60px;
  bottom: 0;
  right: 0;
}

.mfp-bg.king-listener {
  display: none;
}

.king-listener .mfp-content {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 0;
  background-color: #141414;
  min-height: 60px;
  padding: 0;
  overflow: inherit;
}

.king-listener .mfp-close {
  right: 0px;
  top: 0px;
  background-color: #6b6b6b;
  font-size: 27px;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  border-radius: 14px 14px 0 0;
}

.king-listener:hover .mfp-close {
  opacity: 1;
  top: -35px;
}

.king-listener .mfp-container {
  padding: 0;
  position: relative;
}

.king-listener .king-playlist {
  position: relative;
}

.king-video .king-playlist-post {
  margin: 20px;
  flex: 1;
  background-color: inherit;
}

.king-playlist-uo {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
}

.king-playlist-thumb {
  box-shadow: 0px 0px 20px 0px rgb(130 139 180 / 80%);
  width: 380px;
  max-height: 400px;
  border-radius: 14px;
  margin: 20px;
  object-fit: cover;
}

.header-left {
  display: flex;
  align-items: center;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  gap: 10px;
}

.king-nav-headmenu-list li {
  list-style: none;
}

.king-nav-headmenu-list li a {
  padding: 6px 0;
  display: block;
}

.king-nav-headmenu-list li a i {
  margin-right: 10px;
}

.follow-tc {
  border: 0;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 32px;
  cursor: pointer;
  position: relative;
  margin: 10px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  min-width: 100px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  color: #0c0b0d;
}

.follow-tc i {
  font-size: 18px;
}

.follow-tc.fllowing {
  background-color: #1d1d1f;
  color: #fff;
}

.follow-tc.fllowing i {
  transform: rotate(45deg);
}

.dashavatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #fff;
  background-color: #8c97aa;
  box-shadow: 0 1px 6px rgb(0 0 0 / 34%);
  margin-bottom: 20px;
}

.discover-boxes {
  margin-top: 20px;
}

.discover-boxes a {
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 500;
  margin: 0 4px;
  padding: 8px 20px;
  border-radius: 32px;
}

.musica .king-ang {
  flex-direction: column;
  flex: 0 0 100%;
}

.musica .inputarea {
  margin-bottom: 10px;
}

.musica .king-poll-grid {
  max-width: inherit;
  width: 100%;
  margin: 0;
}

.king-widget-main,
.king-widget-full {
  margin-bottom: 24px;
}

button.verify-button {
  cursor: pointer;
}

.verify-button {
  background-color: inherit;
  border: 0;
  font-size: 20px;
  margin-left: 5px;
  color: #dfdfe4;
  padding: 0;
  display: flex;
}

.verify-button.verified {
  color: #3452ff;
}

.king-profile .verify-button {
  font-size: 33px;
}

.king-message {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #6b6b6b;
  color: #fff;
  margin-left: 10px;
  border-radius: 100%;
}

.user-box-buttons {
  display: flex;
  align-items: center;
}

.king-nav-main {
  min-width: 250px;
  width: 100%;
}

.king-pm-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-direction: column-reverse;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
}

.king-pm-item {
  background-color: #f2f2f2;
  padding: 8px 16px;
  border-radius: 4px 14px 14px 14px;
  margin: 0 40px 10px;
  position: relative;
  max-width: 40%;
}

.king-pm-item.pm-owner {
  align-self: flex-end;
  background-color: #0c0b0d !important;
  color: #fff;
  border-radius: 14px 4px 14px 14px;
}

.king-pmessage-avatar-meta {
  position: absolute;
  left: -40px;
  top: 0;
}

.king-pm-item.pm-owner .king-pmessage-avatar-meta {
  left: auto;
  right: -40px;
}

.king-pmessage-avatar-meta .king-avatar-image {
  width: 34px;
  height: 34px;
}

.king-pm-item b {
  display: block;
}

.king-pm-item.pm-owner b {
  text-align: right;
}

.owl-prev:hover,
.owl-next:hover {
  color: #0c0b0d;
  cursor: pointer;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-stage {
  display: flex;
  margin: 0 auto;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  gap: 10px;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  text-align: center;
  display: block;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
}

.owl-drag {
  display: none;
}

.owl-carousel.owl-loaded.owl-drag {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.gallery-img {
  margin: auto;
  border-radius: 14px;
  height: 80vh;
  width: auto;
}

.king-gallery {
  padding: 14px;
  box-sizing: border-box;
}

.owl-carousel .owl-dots {
  position: absolute;
  right: 10px;
  width: 34px;
  border-radius: 100px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow:
    0 4px 9px 0 rgb(43 43 49 / 10%),
    0 7px 14px 0 rgb(43 43 49 / 13%);
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
}

.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 8px;
  padding: 0;
  border: 0;
  height: 8px;
  background-color: #f2f2f2;
  box-shadow: inset 0 0 0 8px #f2f2f2;
  margin: 4px auto;
  border-radius: 50%;
  -webkit-transition:
    -webkit-transform 0.1s ease-in-out,
    background-color 0.2s ease 0.3s,
    box-shadow 0.25s ease-out;
  -moz-transition:
    transform 0.1s ease-in-out,
    background-color 0.2s ease 0.3s,
    box-shadow 0.25s ease-out;
  -o-transition:
    transform 0.1s ease-in-out,
    background-color 0.2s ease 0.3s,
    box-shadow 0.25s ease-out;
  transition:
    transform 0.1s ease-in-out,
    background-color 0.2s ease 0.3s,
    box-shadow 0.25s ease-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .active {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #0c0b0d;
  -webkit-box-shadow: inset 0 0 0 2px #0c0b0d;
  width: 12px;
  height: 12px;
}

.owl-carousel .owl-nav {
  background-color: #fff;
  display: flex;
  border-radius: 32px;
  position: absolute;
  right: 10px;
  bottom: 12px;
  flex-direction: column;
  width: 34px;
  padding: 12px 0;
  gap: 6px;
}

.owl-carousel .owl-nav button {
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

.owl-carousel .owl-nav button.disabled {
  color: #e7e7e9;
}

.king-gallery-zoom .mfp-content {
  margin: 20px auto;
  overflow: visible;
  text-align: center;
  max-width: inherit;
  border-radius: 14px;
  background-color: inherit;
  box-shadow: inherit;
}

.king-gallery-zoom .mfp-content .mfp-img {
  border-radius: 14px;
}

.king-gallery-zoom .mfp-container,
.king-gallery-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.king-gallery-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.king-gallery-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}

.king-gallery-zoom.mfp-removing .mfp-container,
.king-gallery-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.king-gallery-zoom .mfp-arrow-left,
.king-gallery-zoom .mfp-arrow-right {
  position: fixed;
  bottom: 20px;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 100%;
  border: 0;
  font-size: 20px;
  line-height: 38px;
  cursor: pointer;
}

.king-gallery-zoom .mfp-arrow-left:before,
.king-gallery-zoom .mfp-arrow-right:before {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.king-gallery-zoom .mfp-arrow-left {
  transform: translateX(-60%);
}

.king-gallery-zoom .mfp-arrow-right {
  transform: translateX(60%) rotate(180deg);
}

.king-gallery-zoom .mfp-bottom-bar {
  display: none;
}

#king_grids .king-form-tall-data {
  display: flex;
  flex-wrap: wrap;
}

#king_grids .king-form-tall-data label img {
  margin-right: 9px;
  border-radius: 14px;
  object-fit: cover;
  padding: 4px;
  border: 4px solid #e6e8ec;
}

#king_grids .king-form-tall-data label input[type="radio"]:checked~img {
  border-color: #0c0b0d;
}

#king_grids .king-form-tall-data label input {
  display: none;
}

#notice_gdpr {
  bottom: 14px;
  left: 14px;
  right: auto;
  max-width: 280px;
  border-radius: 14px;
  padding-right: 50px;
  text-align: left;
  font-size: 15px;
}

.videoembedup {
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 14px;
}

.modal-reglink {
  padding: 14px 20px;
  display: block;
  background-color: #f2f2f2;
  text-align: center;
}

.modal-reglink a {
  background-color: #1d1d1f;
  padding: 8px 14px;
  border-radius: 14px;
  display: block;
  max-width: 200px;
  margin: auto;
  color: #fff;
}

.modal-reglink a:hover {
  background-color: #0c0b0d;
  color: #fff;
}

.king-template-shorts .king-main-in {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.king-shorts {
  clear: both;
  width: 100%;
  display: none;
  box-sizing: border-box;
  position: relative;
}

.shorts-item {
  list-style: none;
  position: relative;
  width: 486px;
  display: flex;
}

.shorts-item-in {
  flex: 9;
}

.shorts-item-inright {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  margin-left: 10px;
  align-items: center;
}

.shorts-item-inright a {
  color: #b0b7bb;
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 6px;
  width: 40px;
}

.shorts-item-inright a span {
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}

.short-video {
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.shorts-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shorts-nav button {
  background-color: #fff;

  border: 0;
  width: 46px;
  height: 80px;
  margin: 10px;
  border-radius: 32px;
  font-size: 22px;
  text-align: center;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.shorts-nav button.disabled {
  color: #f5f5f7;
}

.king-shorts.owl-carousel .owl-item {
  background-color: inherit;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.king-shorts.owl-loaded {
  display: flex;
}

.shorts-item-inright .king-voting {
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: center;
  margin: 0 0 6px 0;
}

.shorts-item-inright .king-vote-count {
  background-color: #fff;
}

.poll-circle {
  margin: 4px 0;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.circle-back {
  stroke: #efefef;
  stroke-width: 4;
}

.circle-chart {
  animation: circle-chart-fill 2s reverse;
  animation-delay: 2s;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-width: 4;
}

.circle-chart {
  stroke: #0c0b0d;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

.rssfeed a {
  display: block;
  border-bottom: 1px solid #6b6b6b1f;
  padding: 5px 20px;
  text-align: left;
}

.rssfeed i {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 14px;
}

.rssfeed a:hover i {
  background-color: #000;
  color: #fff;
}

.hide {
  display: none;
}

.membership-plans {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.membership-plan {
  gap: 10px;
  min-width: 22%;
  cursor: pointer;
  border: 1px solid #efefef;
  color: #333;
  padding: 20px 20px 130px 20px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  border-radius: 14px;
  overflow: hidden;
}

.membership-plans input {
  display: none;
}

.membership-plans input:checked+label {
  border-color: #0c0b0d;
}

.membership-plan div {
  position: absolute;
  bottom: 20px;
  font-size: 24px;
}

.membership-up {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: 20px auto 40px;
  position: relative;
}

.membership-up:after {
  content: "";
  height: 5px;
  width: 0%;
  position: absolute;
  top: 18px;
  background-color: #333;
  z-index: 1;
  transition: width 1s ease-in-out;
}

.membership-up span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #efefef;
  font-weight: 700;
  z-index: 2;
}

.membership-up span.active {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

.membership-payments {
  display: none;
}

.king-membership.step-2 .membership-payments {
  display: block;
}

.king-membership.step-2 .membership-plans,
.king-membership.step-3 .membership-plans,
.king-membership.step-3 .mem-next {
  display: none;
}

.king-membership.step-2 .mem-next {
  transform: rotate(180deg);
}

.king-membership.step-2 .membership-up:after {
  width: 50%;
}

.king-membership.step-2 .membership-up span:nth-child(2),
.king-membership.step-3 .membership-up span:nth-child(2),
.king-membership.step-3 .membership-up span:nth-child(3) {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  transition: all 1s ease-in-out 1s;
}

.king-membership.step-3 .membership-up:after {
  width: 100%;
}

.mem-next {
  height: 40px;
  margin-top: 20px;
  width: 80px;
  border-radius: 32px;
  border: 0;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.mem-next:disabled,
.mem-next[disabled] {
  background-color: #efefef;
  cursor: not-allowed;
}

.mem-message {
  display: none;
  margin-bottom: 40px;
  border: 2px solid #efefef;
  border-radius: 14px;
  padding: 40px;
}

.king-membership.step-3 .mem-message {
  display: block;
}

.mem-message i {
  font-size: 44px;
  margin-bottom: 20px;
}

.mem-button {
  background-color: #0c0b0d;
  border: 0;
  color: #fff;
  padding: 12px 80px;
  margin: 20px 10px 0;
  border-radius: 14px;
  cursor: pointer;
}

.membership-badge {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  background-color: #ffac00;
  margin-left: 6px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
}

.king-profile .membership-badge {
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 17px;
}

.meme-button {
  margin: 20px;
  display: inline-block;
  background-color: #0c0b0d;
  color: #fff;
  padding: 10px 24px;
  border-radius: 32px;
}

.meme-button:hover {
  background-color: #0c0b0d;
  color: #fff;
}

.membership-me {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  color: #425561;
}

.membership-me label {
  display: block;
  color: #aeacb6;
  margin-top: 14px;
}

.mem-info {
  max-width: 320px;
  margin: auto;
  border: 2px solid #efefef;
  border-radius: 14px;
  padding: 40px;
  font-size: 18px;
}

.king-homelogin {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.king-homelogin .king-headerf,
.king-homelogin .king-footer {
  display: none;
}

.king-homelogin .king-main-in {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.king-homelogin .king-part-form {
  flex: 2;
}

.king-homelogin .one-page .king-part-custom {
  flex: 3;
  background-color: inherit;
  text-align: left;
}

.hlogin-logo {
  max-height: 150px;
  display: block;
}

.login-desc {
  line-height: 34px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.king-form-tall-note a.hllink {
  margin-left: 6px;
}

.king-readlater.selected i {
  --fa-style: 900;
  color: #0c0b0d;
}

.king-rlater {
  display: flex;
  cursor: pointer;
  text-align: center;
  color: #0c0b0d;
  border-radius: 32px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
}

.king-bmcount {
  position: absolute;
  top: 0;
  right: -4px;
  background-color: #333;
  line-height: 16px;
  width: 16px;
  height: 16px;
  font-size: 8px;
  border-radius: 32px;
  color: #fff;
}

#rlatermodal .king-modal-content {
  max-width: 800px;
}

.bm-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.bm-post {
  flex: 0 0 50%;
  display: flex;
}

.bm-bg {
  min-width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  margin: 10px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  background-color: #ced0d9;
  position: relative;
}

.bm-title {
  margin: 10px 20px 10px 5px;
  display: block;
  color: #0c0b0d;
  font-weight: 500;
  font-size: 16px;
}

.see-plans {
  padding: 10px 20px;
  border: 2px solid #0c0b0d;
  color: #0c0b0d;
  margin-top: 20px;
  display: inline-block;
  border-radius: 14px;
  align-self: flex-end;
}

.modalbook {
  left: 12px;
  border-radius: 0 0 4px 4px;
  position: relative;
  background-color: #ffffff4d;
  color: #fff;
}

.share-link.selected {
  box-shadow: none;
  transition: all 300ms ease-in-out;
}

.share-link.selected i:before {
  font-weight: 900;
}

.king-notify {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 10%);
}

.king-notify.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.king-nav-kingsub-list {
  flex: 1;
  list-style: none;
  padding: 0 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 14px;
  margin-bottom: 20px;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 5px;
}

.king-nav-kingsub-list li a {
  padding: 5px 20px;
  display: block;
}

.king-nav-kingsub-list a.king-nav-kingsub-selected {
  background-color: #f2f2f2;

  border-radius: 10px;
}

.edit-media {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 14px;
  border: 0;
  margin: 0 !important;
}

.king-logo .king-mlogo,
.king-logo .king-mlogon {
  display: none;
}

.king-mem-m {
  display: block;
  padding: 14px;
  margin-bottom: 30px;
  border: 2px dashed #e8ebed;
  font-size: 16px;
  line-height: 24px;
  border-radius: 16px;
}

.leo-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 240px;
  height: 6px;
  background-color: #ced0d9;
  outline: none;
  opacity: 0.7;
  border-radius: 32px;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.leo-slider:hover {
  opacity: 1;
}

.leo-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 16px;
  background-color: #0c0b0d;
  cursor: pointer;
  border-radius: 32px;
}

.leo-slider::-moz-range-thumb {
  width: 28px;
  height: 16px;
  background-color: #0c0b0d;
  cursor: pointer;
  border-radius: 32px;
}

.search-disc {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 20px 10px;

  justify-content: center;
  flex-wrap: wrap;
}

.search-disc a {
  font-size: 12px;
  font-weight: 400;
  padding: 4px 14px;
  background-color: #f2f2f2;
  border-radius: 32px;
}

.search-disc a:hover {
  color: #0c0b0d;
  border-color: #0c0b0d;
}

.leo-range {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0c0b0d;
  height: 40px;
  margin: 7px;
  padding: 0 20px;
  margin-left: auto;
}

#range-value {
  position: absolute;
  width: 44px;
  height: 26px;
  background-color: #000000c4;
  color: #fff;
  text-align: center;
  bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  left: 27%;
  top: -20px;
  opacity: 0;
  visibility: hidden;
}

#range-value:after {
  content: "";
  border: 6px solid transparent;
  border-top-color: #000000c4;
  bottom: -11px;
  height: 0;
  left: auto;
  position: absolute;
  right: 16px;
  vertical-align: top;
  border-radius: 0 0 14px;
  width: 0;
}

.leo-range:hover #range-value {
  opacity: 1;
  visibility: visible;
}

.aisubmit {
  background-color: #0c0b0d;
  height: 40px;
  padding: 0 12px;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  z-index: 4;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.postmeta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #f2f2f2;

  margin: 20px 0 0 0;
  border-radius: 32px;
  padding: 10px 20px;
  justify-content: space-between;
}

#copyp,
.ai-w {
  padding: 10px 18px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
  background-color: inherit;
  cursor: pointer;
  margin-top: 20px;
}

.ai-w {
  cursor: auto;
  color: #aebbc4;
}

#copyp:hover {
  box-shadow: 0px 0px 0px 1px #0c0b0d inset;
  color: #0c0b0d;
}

.nprompt {
  flex-direction: column;
}

.nprompt p {
  font-weight: 600;
  font-size: 16px;
}

.aidown button {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #0c0b0da8;
  box-shadow: 0 0 4px rgb(0 0 0 / 0.42);
  color: #fff;
  top: 10px;
  left: 10px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 0;
}

.king-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ailimit {
  background-color: #f2f2f2;
  padding: 8px;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ailimits {
  height: 6px;
  display: block;
  background-color: #ced0d9;
  border-radius: 6px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ailimits span {
  background-color: #0c0b0d;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.king-mem-m {
  display: block;
  padding: 14px;
  margin-bottom: 30px;
  border: 2px dashed #e8ebed;
  font-size: 16px;
  line-height: 24px;
  border-radius: 16px;
}

.kingcre-input {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px auto;
  flex-direction: column;
  padding: 30px;
  background-color: #f6f6f8;
  border-radius: 14px;
}

.creinput {
  position: relative;
  min-width: 350px;
  display: flex;
  align-items: center;
}

.creinput span {
  position: absolute;
  left: 12px;
  font-size: 22px;
}

.creinput strong {
  position: absolute;
  right: 5px;
  font-size: 13px;
  display: flex;
  width: 100px;
  top: 14px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.king-form-desc {
  background-color: #f3f3f3;
  padding: 10px;
  text-align: center;
  border-radius: 14px;
  color: #2c3e50;
}

.kingai-input {
  padding: 6px;
  border: 2px solid #ffffff;
  box-shadow: 0 10px 40px #0000001a;
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transition: 0.3s;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.kingai-input:hover {
  border-color: #e7e7e9;
  box-shadow: 0 0 0 4px rgb(136 126 242 / 10%);
}

.aiinput {
  line-height: 1.75rem;
  padding: 0.5rem 0.75rem;
  outline: 0;
  resize: none;
  border: 0;
  font-weight: 600;
  font-size: 15px;
  border-radius: 14px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: inherit;
}

.aiinput:focus {
  box-shadow: initial;
}

.kingai-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.promter.loading i {
  display: none;
}

.king-main.ai-create {
  max-width: 1080px;
  margin: 32px auto 40px;
  display: block;
}

.ai-create .loader {
  display: none;
}

.ai-submit {
  padding: 0 24px;
  height: 40px;
  background-color: #13151d;
  color: #fff;
  width: 100px;
  cursor: pointer;
  border: 0;
  transition: 0.2s;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-submit span {
  display: flex;
  gap: 4px;
}

.ailabel {
  padding: 3px 10px;
  border-radius: 32px;
  background-color: #fff;
  color: #0c0b0d;
  border: 1px solid #e7e7e9;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kingai-ext .desize,
.kingai-ext .desize3 {
  display: none;
}

.de .sdsize,
.sd .desize,
.sd .desize3,
.de .desize3,
.de3 .sdsize {
  display: none;
}

.de .desize,
.de3 .desize3 {
  display: flex;
}

.kingai-ext input:checked+label {
  background-color: #0c0b0d;
  color: #fff;
  border: 0;
}

.kingai-ext {
  display: flex;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  gap: 10px;
  align-items: flex-start;
  border-radius: 14px;
  background-color: #fff;
}

.kingai-box.active .kingai-ext {
  opacity: 1;
  visibility: visible;
  padding: 14px;
  height: auto;
  transition: opacity 500ms linear;
}

.ai-select {
  padding: 11px;
  border-radius: 14px;
  border: 1px solid #e7e7e9;
  outline: 0;
  cursor: pointer;
}

.kingai-ext input:checked+label {
  background-color: #0c0b0d;
  color: #fff;
  border: 0;
}

.aistyles.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

#desizes {
  display: flex;
  gap: 5px;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  text-align: left;
}

.kingai-ext .nav-tabs {
  text-align: left;
  margin: inherit;
  display: flex;
  padding: 4px;
}

.ai-submit .loader,
.ai-submit.loading span,
.promter .loader {
  display: none;
}

.ai-submit.loading .loader,
.promter.loading .loader {
  display: block;
}

.ai-create .king-part-form .king-form-tall-table {
  width: 380px;
  background-color: #fff;
  padding: 20px;
  border-radius: 14px;
  transition: transform 350ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  margin: 20px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.ai-create.active .king-part-form .king-form-tall-table {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ai-create tbody {
  display: flex;
  flex-direction: column;
}

.ai-create td {
  display: block;
}

#ai-form {
  position: fixed;
  right: -520px;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 20;
  display: flex;
  visibility: hidden;
  opacity: 0;
  justify-content: flex-end;
  text-align: left;
}

.ai-create.active .king-part-form #ai-form {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.ai-create.active .king-part-form:before {
  content: "";
  background-color: rgb(111 105 132 / 92%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: opacity 0.15s linear;
}

.aipublish {
  background-color: #0c0b0d;
  padding: 12px 14px;
  border-radius: 14px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.aipublish:disabled,
.aipublish[disabled] {
  cursor: default;
  background-color: #e7e7e9;
  color: #fff;
}

.aisclose {
  font-size: 16px;
  border: 1px solid #e7e7e9;
  border-radius: 32px;
  color: #0c0b0d;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  cursor: pointer;
}

.aiplabel {
  display: block;
  color: #8c8b8f;
  font-size: 13px;
}

#copyp {
  background-color: #f1f2f4;
  border: 0;
  padding: 10px 30px;
  margin: 10px 0;
  font-size: 11px;
  border-radius: 14px;
  max-width: 180px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #e7e7e9;
}

#credit-box {
  padding-left: 40px;
  font-size: 22px;
  line-height: 0;
  padding-right: 120px;
  margin: 0;
}

.mslider-posts {
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}

.mslider-post {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  transform: scale(1) translateZ(0);
  transition: transform 0.28s ease;
}

.mslider-posts:hover .mslider-post {
  transform: scale(1.13) translateZ(0);
}

.mslider-post:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  display: block;
  z-index: 4;
  content: "";
  opacity: 0.9;
  background: linear-gradient(to bottom,
      rgba(15, 15, 15, 0),
      rgba(15, 15, 15, 0.75) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.mslider-post-content {
  position: absolute;
  z-index: 5;
  bottom: 35px;
  left: 35px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  text-align: left;
}

.mslider-post-meta {
  display: none;
}

.mslider-post-content a {
  color: #fff;
  font-size: 20px;
}

.post-message {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.king-button {
  background-color: #0c0b0d;
  border: 0;
  padding: 10px 20px;
  border-radius: 14px;
  cursor: pointer;
  color: #fff;
}

#king_prvt:checked+label {
  background-color: #f70047;
  color: #fff !important;
}

.king-flter {
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition-duration: 0.3s;
  margin-left: auto;
  font-size: 12px;
}

.press-nav-drop {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  visibility: hidden;
  opacity: 0;

  height: 0;
}

.active .press-nav-drop {
  opacity: 1;
  visibility: visible;
  padding: 14px;
  height: auto;
  margin: 14px;
}

.press-nav-drop .king-nav-sub-list {
  margin: 0;
  min-width: 98%;
}

.king-secondnav {
  flex: 1 1 100%;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;

  margin-bottom: 0;
  z-index: 5;
  gap: 20px;

  flex-wrap: wrap;
  order: 3;
}

.king-nav-time {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  flex: 1;
}

.king-time-select {
  border: 1px solid #f2f2f2;
  height: 40px;
  display: flex;
  padding: 0 14px;
  border-radius: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  cursor: pointer;
}

.king-nav-time.open .king-time-drop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.king-time-drop {
  background-color: #fff;
  border-radius: 14px;
  position: absolute;
  top: 70px;
  right: 10px;
  left: 10px;
  opacity: 0;
  padding: 8px;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  text-align: center;
}

.king-time-drop a {
  color: #2c3e50;
  padding: 4px 8px;
  border-radius: 14px;
}

.king-time-drop a:hover,
.king-time-drop a.active {
  background-color: #f3f3f3;
  color: #0c0b0d;
}

.minislider-up h2 {
  margin: 5px 0;
}

.grids-8 .grid-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.grids-8 .grid-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.grids-8 .grid-4 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

.grids-8 .grid-5 {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.grids-8 .grid-6 {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

.aicontnt {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 22px 0;
}

.rightview {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.king-news-thumb {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

#ifrme .king-form-tall-text {
  flex: 1;
}

.kingai-ask {
  margin: 20px 0;
}

.kingai-aski {
  padding: 0 0 4px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 4px rgb(136 126 242 / 10%);
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transition: 0.3s;
  gap: 8px;
}

.ai-img.dz-preview {
  width: 160px;
  height: auto;
  line-height: 0;
}

.ai-img.dz-preview img {
  width: 160px;
}

.king-aiposts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

.ai-result {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 14px;
  position: relative;
}

.ai-published {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #f6f6f8;
  padding: 12px 20px;
  gap: 10px;
  flex: 1;
}

.king-aipost-left {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  flex: 6;
  position: relative;
}

.king-aipost-left a {
  max-width: 60%;
}

.ai-img {
  height: auto;
  max-width: 100%;
  border-radius: 14px;
}

.king-aipost-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 2;
  align-content: flex-start;
  text-align: left;
}

.king-aipost-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.king-dropdownup {
  position: relative;
}

.king-dropdownc {
  position: absolute;
  display: flex;
  right: 0;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  background-color: #fff;
  min-width: 220px;
  top: 50px;
  text-align: center;
  padding: 5px;
  z-index: 4;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  transform: scale(0.8);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 14px;
  flex-direction: column;
}

.king-dropleft {
  left: 0;
  right: auto;
}

.king-dropdownc.open,
.king-dropdownup.open .king-dropdownc {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.king-sbutton {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e7e7e9;

  background-color: #f6f6f8;
  color: #2c3e50;
  text-align: center;
  border-radius: 14px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  white-space: nowrap;
}

.cradio span {
  display: flex;
  margin: 2px 4px;
  padding: 8px;
  border-radius: 14px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.cradio input[type="radio"]:checked+span,
.cradio span:hover {
  background-color: #f6f6f8;
}

.cradio input {
  display: none;
}

.king-square {
  min-width: 14px;
  border: 2px solid #2c3e50;
  border-radius: 4px;
  aspect-ratio: 1/1;
}

.king-square.s1 {
  aspect-ratio: 16/9;
  min-width: 24px;
}

.king-square.s2 {
  aspect-ratio: 4/3;
  min-width: 18px;
}

.king-square.s4 {
  aspect-ratio: 3/4;
}

.king-square.s5 {
  aspect-ratio: 9/16;
}

.kingai-down {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.wan .hwan,
.veo .hwan,
.veo3 .hveo,
.veo3f .hveo,
.kst .hveo {
  display: none;
}

.kst .aiupload {
  display: flex;
}

.king-aivid {
  max-width: 550px;
  border-radius: 14px;
}

.imagen .aisize8,
.imagen4 .aisize8 {
  display: none;
}

.aiupload {
  margin: 0;
  min-height: 40px;
  font-size: 0;
  min-width: 80px;
}

.aiupload .dz-button:before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
}

.aiupload i {
  font-size: 14px;
}

.ail-settings .aiupload {
  display: none;
}

.fluxkon .ail-settings .aiupload,
.sdream .ail-settings .aiupload {
  display: block;
  margin-top: 10px;
}

.king-aividcont {
  position: absolute;
  display: flex;
  gap: 8px;
  left: 10px;
}

.king-bbutton {
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  /* light transparent */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  backdrop-filter: blur(8px);
  /* this adds the blur */
  -webkit-backdrop-filter: blur(8px);
  /* Safari support */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  cursor: pointer;
}

.king-rtl .king-body-in,
.king-rtl .king-mega-menu,
.king-rtl .king-nav-main {
  direction: rtl;
}

.pixverse .hwan {
  display: none;
}

.pixverse .dhpix {
  display: block;
}

.king-form-tall-label .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 5px;
}

.king-form-tall-label .checkbox input[type="checkbox"] {
  display: none;
}

.king-form-tall-label .checkbox .slider {
  position: relative;
  width: 44px;
  height: 24px;
  background-color: #e7e7e9;
  border-radius: 34px;
  transition: background-color 0.3s;
}

.king-form-tall-label .checkbox .slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* When checked */
.king-form-tall-label .checkbox input:checked+.slider {
  background-color: #0c0b0d;
}

.king-form-tall-label .checkbox input:checked+.slider::before {
  transform: translateX(20px);
}

.king-form-tall-note {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 5px;
}

.king-form-tall-spacer,
.king-form-wide-spacer {
  border-bottom: 2px solid #efefef;
  line-height: 0;
  margin: 8px 0;
  display: block;
}

.king-avideo {
  width: 100%;
  height: auto;
  display: none;
  border-radius: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.item-a.king-pvideo:hover .post-featured-img.img-loaded img {
  visibility: hidden;
}

.king-q-item-main:hover .king-avideo {
  display: flex;
}

.press-nav {
  max-width: 708px;
  margin: 0 auto;
  position: sticky;
  top: 66px;
  z-index: 3;
}

.press-nav-in {
  margin: 14px;
  display: flex;
  gap: 14px;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fffffffa;
}

.press-nav-in a {
  padding: 18px 0;
  margin-bottom: -2px;
  position: relative;
}

.press-nav-in a:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 12px;
  background-color: #0c0b0d;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transform-origin: right center;
}

.press-nav-in a:hover:before,
.press-nav-in a.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left center;
}

.king-press-cat-list {
  display: flex;
  flex-direction: column;
  max-width: 680px;
  margin: auto;
  gap: 14px;
}

.king-press-cat-item {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 14px;
}

.king-press-cat-child {
  margin-left: 30px;
}

.king-press-cat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.king-press-cat-item .follow-tc {
  margin-top: 0;
  margin-left: auto;
}

.press-button {
  border: 2px solid #f2f2f2;

  padding: 6px 24px;
  border-radius: 32px;
  font-size: 13px;
  transition: all 300ms linear;
}

.press-button:hover {
  border-color: #0c0b0d;
}

.king-nav-sub-list .king-flter {
  display: none;
}

a.king-category-link {
  border: none !important;
}

.king-part-q-view {
  max-width: 680px;
  margin: 0 auto;
}

.a-top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.king-a-item-avatar-meta {
  display: flex;
  height: 32px;
}

.press-who {
  display: flex;
  align-items: center;

  gap: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.press-who-info {
  display: flex;
  margin-right: auto;
  flex-direction: column;
  font-size: 12px;
}

.king-cat-link {
  color: #65737f;
  font-weight: bold;
  font-size: 16px;
}

.king-cat-head .king-nav-cat-item {
  padding: 0;
  background: inherit;
  border: 0;
  color: #000;
  display: flex;
}

.king-cat-head .king-nav-cat-link {
  font-size: 12px;
  padding: 0px 10px !important;
  display: flex;

  margin-right: 5px;

  text-align: center;
  white-space: nowrap;
  border: 0;
  border-radius: 32px;
  max-height: 34px;
  line-height: 34px;

  border: 1px solid #f2f2f2;
}

.king-cat-head .king-nav-cat-selected {
  border-color: #0c0b0d;
  background-color: #0c0b0d;
  color: #fff;
}

.king-cat-head {
  position: relative;
  height: 50px;

  display: flex;
}

.king-cat-head>ul,
.king-cat-head .king-nav-cat-note {
  display: none;
}

.king-cat-head ul.owl-loaded,
.king-cat-head li ul {
  display: flex;
}

.king-cat-head>.king-nav-cat-list {
  margin: 0 40px;
  overflow: hidden;
}

.king-cat-head .king-nav-cat-list li .king-nav-cat-list {
  margin: 0;
  padding: 0;
  background-color: inherit;
}

.king-cat-head .king-nav-cat-list li .king-nav-cat-list a {
  padding-left: 28px;
}

.king-cat-head .owl-stage {
  display: flex;
  margin: 7px auto;
  position: relative;
}

.king-cat-head .owl-prev,
.king-cat-head .owl-next {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  border: 0;
  background-color: #ffffffba;
}

.king-cat-head .owl-next {
  left: auto;
  right: 0;
}

.king-following {
  display: flex;
  flex-direction: column;
}

.catcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catcloud a {
  background-color: #f2f2f2;
  padding: 4px 16px;
  border-radius: 32px;
  display: flex;
  font-size: 9px;
}

.catcloud a:hover {
  background-color: #0c0b0d;
  color: #fff;
}

.king-trending-post {
  display: flex;
  gap: 8px;
}

.king-trending-numbers {
  font-size: 30px;
  margin-top: 14px;
  font-weight: 700;
  color: #f2f2f2;
}

.see-all {
  font-size: 11px;
  margin-left: auto;
  text-transform: capitalize;
  color: #6b6b6b;
}

.post-who {
  display: flex;
  gap: 10px;
  text-transform: capitalize;
  align-items: center;
  color: #6b6b6b;
  flex-wrap: wrap;
}

.post-who a {
  display: flex;
  gap: 10px;
  text-transform: capitalize;
  align-items: center;
  font-weight: 700;
}

#editorjs {
  text-align: left;
  font-size: 15px;
}

.new-story-page {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 100vh;
  margin: 0;
}

.new-story-page .king-main-in {
  display: flex;
  max-width: 1336px;
  margin: 0 auto;
  align-items: flex-start;
}

.new-story-page .king-part-custom {
  flex: 5;
  order: 1;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  border-right: 1px solid #f2f2f2;
}

.new-story-page .king-part-form.king-inner {
  flex: 2;
  order: 2;
  padding: 14px 20px;

  max-width: 368px;
  box-sizing: border-box;
  margin: 0;
  position: sticky;
  top: 66px;
}

.press-title {
  border: 0;
  width: 100%;
  position: relative;
  max-width: 650px;
  margin: 20px auto;
  font-size: 34px;
  outline: 0;
  color: #0c0b0d;
  line-height: 42px;
  padding: 0;
}

input.press-title:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.new-story {
  border: 2px solid #f2f2f2;

  height: 36px;
  padding: 0 12px;
  border-radius: 32px;
  gap: 6px;

  cursor: pointer;
  display: flex;

  align-items: center;
  justify-content: center;
}

.new-story:hover {
  border-color: #0c0b0d;
}

a.featured-link {
  background-color: #fff;
  position: absolute !important;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  height: auto !important;
  padding: 4px 12px;
  border-radius: 4px !important;
}

/* PLUGIN CSS */

.kingp-ai-modal {
  background-color: #fff;
  max-width: 540px;

  margin: 0;
  position: absolute;
  right: -100%;
  top: 10px;
  bottom: 10px;
  padding: 20px;
  width: 380px;
}

.king-modal-login.in .kingp-ai-modal {
  right: 10px;
}

.kingp-ai-modal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0 60px;
  box-sizing: border-box;
}

.kingp-ai-input {
  border-radius: 32px;
  display: flex;
  padding: 4px 4px 4px 10px;

  position: relative;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 10px;
}

.kingp-ai-input::after {
  content: "";
  position: absolute;
  inset: 4px;
  /* Adjust spread */
  z-index: -1;
  background: linear-gradient(65deg, #00bcd4, #673ab7, #ff0000);
  filter: blur(12px);
  /* Adjust shadow softness */
  opacity: 0.4;
}

.kingp-ai-input button {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 100%;
}

.ai-news-list {
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.ai-loading {
  margin: auto;
  font-size: 16px;
}

.ai-loading .loader {
  display: none;
}

.ai-loading.loading {
  font-size: 0;
}

.ai-loading.loading .loader {
  display: block;
}

.kingp-ai-submit {
  padding: 14px;
  border-radius: 32px;
  border: 0;
  background-color: #fff;
  color: #0c0b0d;
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 10px;
}

.kingp-ai-submit::after {
  content: "";
  position: absolute;
  inset: 4px;
  /* Adjust spread */
  z-index: -1;
  background: linear-gradient(65deg, #00bcd4, #673ab7, #ff0000);
  filter: blur(12px);
  /* Adjust shadow softness */
  opacity: 0.4;
}

.kingp-ai-submit:hover {
  background-color: #0c0b0d;
  color: #fff;
}

.premium-preview-text {
  position: relative;
}

.premium-preview-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 0;
  background: linear-gradient(to bottom, #312f2f00, #ffffff 100%);
}

.nopremium-post {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 18px;
  text-align: center;
}

.nopremium-dots {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.nopremium-dots i {
  margin-right: 10px;
  color: #ffac00;
}

.king-premium {
  margin: 10px 5px 10px 0;

  display: inline-block;
  padding: 4px 20px;
  border-radius: 32px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #f2f2f2;
}

#king_premium:checked+label {
  border-color: #ffac00;
}

.pressh-meta {
  display: flex;
  gap: 5px;
  align-items: center;
}

.leftline {
  border-bottom: 1px solid #f2f2f2;
  height: 1px;
  margin: 10px 20px;
  display: flex;
  box-sizing: border-box;
  width: stretch;
}

.ilgilit.under-content {
  padding: 20px;
  background-color: #f2f2f2;
  margin-bottom: 1px;
}

.king-template-question .king-widget-main.king-widget-main-bottom {
  margin-bottom: 0;
}

.king-havatar {
  cursor: pointer;
}

::selection {
  background: rgb(232, 243, 232);
  color: #0c0b0d;
}

::-moz-selection {
  background: rgb(232, 243, 232);
  color: #0c0b0d;
}

.leodrop .king-nav-user-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px;
}

.leodrop .king-nav-user-list li {
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .king-template-custom .king-main-in {
    max-width: inherit !important;
    width: 60%;
  }

  .king-nav-sub-list::-webkit-scrollbar-track {
    background-color: inherit;
  }

  .king-nav-sub-list::-webkit-scrollbar {
    height: 6px;
  }

  .king-nav-sub-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(172, 183, 190, 0.5);
  }

  .king-gallery-zoom .mfp-content .mfp-img {
    width: 100%;
    max-height: 100% !important;
  }
}

@media (max-width: 991px) {
  .king-mega-menu.open {
    left: 6px;
  }

  .kingt-side .king-mega-menu.open {
    left: 84px;
  }

  .king-nav-sub-list {
    min-width: auto;
  }

  .new-story-page .king-part-custom {
    flex: 1;
  }

  .new-story-page .king-part-form.king-inner {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }

  .new-story-page .king-main-in {
    flex-direction: column;
  }

  .under-content .ilgili {
    flex-direction: column;
  }

  .under-content .simple-posts {
    width: 100%;
    margin: 0 1% 2% 1%;
    display: inline-block;
  }

  .kingt-side .leftmenu {
    left: 0;
  }

  .leftmenu {
    left: -400px;
  }

  .king-body {
    padding-left: 14px;
    padding-right: 14px;
  }

  .press-body,
  .kingt-side .press-body {
    padding-left: 0;
  }

  .press-nav {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }

  .king-flter {
    position: relative;
  }

  .rightsidebar,
  .leo-range {
    display: none;
  }

  .king-search-in {
    max-width: 100%;
  }

  .list-img,
  .list-video iframe {
    width: 100%;
  }

  .king-video iframe,
  .vjs-theme-forest,
  .king-video .instaframe {
    width: 100%;
    height: 400px;
  }

  .king-video {
    width: 100%;
    padding: 10px;
  }

  .king-playlist {
    left: 0;
  }

  .king-playlist-uo {
    flex-direction: column;
    align-items: stretch;
    max-width: 1200px;
  }

  .user-boxx {
    width: 50%;
  }

  .king-main.post-page {
    flex-direction: column;
  }

  .king-video-in {
    position: inherit;
    height: auto;
    max-width: 100%;
  }

  .reactions {
    flex-wrap: wrap;
  }

  .reactions li {
    margin-top: 50px;
  }

  .king-nav-footer-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (max-width: 725px) {
  .kingp-ai-modal {
    left: 10px;
    box-sizing: border-box;
    right: 10px;
    width: fit-content;
  }

  .new-story,
  .search-toggle {
    width: 36px;
    padding: 0;
    height: 36px;
    font-size: 0;
    gap: 0;
    justify-content: center;
  }

  .new-story i,
  .search-toggle i {
    font-size: 14px;
  }

  .press-nav-in {
    margin: 14px 0;
  }

  .king-q-item-title a {
    font-size: 18px;
  }

  .king-featured-grid {
    display: flex;
    flex-direction: column;
  }

  .king-featured-grid .featured-posts {
    height: 120px;
    width: auto;
  }

  .user-boxx {
    width: 100%;
  }

  .user-box-links {
    top: -120px;
  }

  .shorts-item {
    width: 100%;
  }

  .shorts-item-inright a {
    color: #fff;
  }

  .king-shorts.owl-carousel .owl-item {
    padding-right: 70px;
  }

  .shorts-item-in {
    z-index: 3;
    position: relative;
  }

  .shorts-item-inright {
    background-color: #ffffff45;
    padding: 4px;
    border-radius: 14px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 4;
  }

  .king-form-wide-table tr {
    width: 100%;
  }

  .king-form-wide-table tbody {
    display: flex;
    flex-wrap: wrap;
  }

  .king-form-wide-label {
    padding: 10px 0 2px;
  }

  .king-form-wide-text,
  .king-form-wide-data {
    display: block;
  }
}

@media (max-width: 500px) {
  .user-box {
    width: 100%;
  }

  .box,
  .grid-sizer {
    width: 100% !important;
  }

  .king-browse-cat-list {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .king-browse-cat-item {
    width: 100%;
  }

  .king-polls li {
    width: 100%;
  }

  .king-playlist-thumb {
    width: 100%;
    margin: 0;
  }

  .prev-next {
    flex-direction: column;
  }

  .grid3 .king-poll-grid,
  .king-poll-grid {
    width: 100%;
  }

  .king-search-field {
    flex: auto;
    width: 100%;
  }

  .bm-posts {
    flex-direction: column;
  }

  .king-logo .king-mlogo {
    display: block !important;
  }

  .king-lnight img.king-mlogon {
    display: block !important;
  }

  .king-logo .king-logol,
  .king-logo .king-logoln,
  .king-lnight img.king-mlogo,
  .king-lnight .king-logo .king-logon {
    display: none !important;
  }

  .king-body-search-up {
    position: relative;
    display: flex;
    min-height: 400px;
  }

  .share-bar {
    left: 10px;
    right: 10px;
    transform: translateX(0);
  }

  .gallery-img {
    width: 100%;
    height: auto;
  }

  .ai-imgs {
    max-width: 95%;
    width: 100%;
  }

  .kingai-ext,
  .ai-result {
    flex-direction: column;
  }

  .ail-settings {
    width: 100%;
  }

  .king-aivid {
    width: 100%;
  }

  .videoembedup iframe {
    width: 100%;
    height: auto;
  }

  .kingai-down {
    flex-wrap: wrap;
    gap: 10px;
  }

  .header-left {
    gap: 3px;
  }
}