body {
  background-color: #f6f7f9;
  margin: 0
}

.king-body {
  padding-left: 80px
}

body,
td,
input,
textarea {
  font-size: 15px;
  color: #464646;
  font-weight: 500;
  font-family: 'Nunito', 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
}

.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 #f6f7f9
}

.king-related-q-item a {
  color: #516064;
  font-weight: bold
}

.king-body-in {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 20px;
  overflow: hidden
}

.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
}

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: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: #252525;
  border: 0;
  font-size: 18px;
  border-radius: 32px;
  outline: 0
}

.king-favorite-button i,
.share-link i {
  font-weight: 400
}

.king-favorite-hover,
.king-favorite-button:hover {
  color: #635bff
}

.king-unfavorite-button {
  box-shadow: inherit;
  background-color: #635bff;
  color: #fff
}

.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: .8s;
  animation-duration: .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 0;
  text-align: center;
  line-height: 18px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 998;
  border-radius: 14px
}

.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 #f6f7f9;
  box-shadow: inset 0px -1px 0px #f6f7f9
}

.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
}
/*modificat padding*/
.king-nav-cat-link {
  font-weight: 700;
  padding: 5px 0;
  display: block;
  color: #646373;
  margin-right: 20px;
  border-bottom: 2px solid #f5f5f7;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s
}
/*end modificat padding*/
.king-nav-cat-link span i {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 550
}

.king-nav-cat-selected:hover,
.king-nav-cat-item:hover,
.king-nav-cat-link:hover {
  text-decoration: none;
  color: #635bff
}

.king-nav-cat-selected {
  color: #635bff
}

.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: #635bff
}

.maincom {
  background: white;
  margin-bottom: 20px;
  border-radius: 14px;
  padding: 10px;
  box-sizing: border-box
}

.king-main-hidden .maincom,
.king-main-hidden .reactions {
  display: none
}

.king-main.post-page {
  display: flex;
  margin: 0 auto 20px;
  width: 1200px;
  flex-wrap: wrap
}

.king-main.one-page {
  max-width: 1020px;
  margin: 32px auto 40px;
  display: block
}

.king-part-custom {
  text-align: center
}

.king-inner {
  margin-bottom: 20px
}
/*modificat padding: 0px 0px;*/
.king-main.one-page .king-inner {
  display: block;
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 14px;
  box-sizing: border-box
}
/*end*/
#container {
  margin-top: 20px
}

.king-template-question #container {
  margin-top: 0
}

.king-main {
  display: flex;
  margin-bottom: 20px;
  margin-left: -1%;
  margin-right: -1%
}

.king-main-in {
  min-height: 500px;
  flex: 6;
  padding-right: 1%;
  padding-left: 1%
}

.king-template-question .king-main-in,
.king-template-custom .king-main-in {
  max-width: 840px;
  margin: 0 auto
}

.king-part-q-list {
  display: flex;
  position: relative
}

.container {
  display: block;
  font-size: 0;
  box-sizing: border-box;
  flex: 3;
  margin-left: -0.5%;
  margin-right: -0.5%;
  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;
  background-color: #fff;
  text-align: center;
  color: #73859f
}

.rightsidebar {
  flex: 2;
  padding-right: 1%;
  padding-left: 1%
}

.king-template-home .rightsidebar {
  display: none
}

.king-footer {
  padding: 8px 0;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  clear: both;
  color: #758399;
  font-size: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 14px
}

.king-footer a {
  color: #1d1d1f
}

.king-error a {
  color: #fff;
  font-weight: bold
}

.king-nav-footer-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 10px;
  column-rule: 1px solid #f6f7f9;
  list-style: none;
  box-sizing: border-box;
  margin: 30px 0
}

.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;
  color: #646373;
  white-space: nowrap;
  margin: 5px 0 4px 0
}

.king-body-search-up {
  position: relative;
  display: flex;
  min-height: 350px
}

.king-body-search {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #646373;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(246 247 249 / 92%), rgb(246 247 249 / 52%)), linear-gradient(180.08deg, rgb(246 247 249 / 12%) 33.15%, rgb(246 247 249 / 12%) 38.05%, rgb(246 247 249 / 14%) 42.93%, rgb(246 247 249 / 16%) 47.77%, rgb(246 247 249 / 19%) 52.57%, rgb(246 247 249 / 22%) 57.31%, rgb(246 247 249 / 27%) 61.99%, rgb(246 247 249 / 32%) 66.6%, rgb(246 247 249 / 38%) 71.14%, rgb(246 247 249 / 45%) 75.58%, rgb(246 247 249 / 52%) 79.93%, rgb(246 247 249 / 61%) 84.17%, rgb(246 247 249 / 69%) 88.3%, rgb(246 247 249 / 79%) 92.31%, rgb(246 247 249 / 89%) 96.19%, #ffffff 100%)
}

.king-body-search h1 {
  font-size: 48px;
  margin: 30px 0 20px;
  color: #0c0b0d;
  position: relative;
  line-height: 58px
}

.king-body-search h1:before {
  content: '';
  position: absolute;
  background-image: linear-gradient(90deg, #635bff 0, #bc56f8);
  bottom: -5px;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 4px;
  transform: rotate(-3deg)
}

.king-search {
  position: fixed;
  z-index: 19;
  padding: 60px 20px;
  top: -600px;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  transition: top 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-box-shadow: 0px 7px 7px -8px rgba(0, 0, 0, .1);
  box-shadow: 0px 7px 7px -8px rgba(0, 0, 0, .1)
}

.king-template-home .king-search {
  position: relative;
  background-color: initial !important;
  top: 0;
  border: 0 !important;
  opacity: 1;
  box-shadow: inherit;
  padding: 40px 20px 0 20px;
  width: 80%
}

.king-search.open {
  opacity: 1;
  top: 0
}

.king-search form {
  display: flex;
  position: relative
}

.king-search-field {
  border: 2px solid #ffffff;
  background: #ffffffbf;
  box-shadow: 0 10px 40px #0000001a;
  backdrop-filter: blur(5px);
  border-radius: 14px;
  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 {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #0c0b0d;
  border-radius: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f6f7f9
}

.search-toggle:hover {
  border-color: #635bff;
  color: #635bff
}

.king-headerf {
  z-index: 18;
  width: 100%;
  top: -66px
}

.king-headerf.scrolled-up {
  position: sticky;
  top: 0;
  transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.head-title {
  display: flex;
  text-align: center;
  padding: 20px 0;
  color: #0c0b0d;
  font-size: 32px;
  font-weight: 700;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 2% 2% 1% 2%
}

.king-nav-main-list {
  font-size: 14px;
  list-style: none;
  font-weight: 300
}

.king-nav-main-item {
  display: block
}

.king-nav-main-link {
  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;
  color: #646373
}

.king-nav-main-selected,
.king-nav-main-link:hover {
  color: #0c0b0d
}

.king-nav-main-link i {
  font-size: 14px;
  left: 8px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  text-align: center;
  top: 0;
  position: absolute
}

.king-nav-main-link:before {
  content: '';
  width: 20px;
  height: 4px;
  border-radius: 12px;
  background-color: #635bff;
  position: absolute;
  left: 23px;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transform-origin: right center
}

.king-nav-main-link:hover:before,
.king-nav-main-selected: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;
  align-items: center;
  position: relative;
  gap: 6px;
  border-radius: 14px;
  margin: 7px;
  flex-wrap: wrap;
  z-index: 4
}

.king-template-updates .head-title {
  padding-bottom: 60px
}

.king-nav-sub-link {
  display: inline-block;
  color: #646373;
  background-color: #f6f7f9;
  white-space: nowrap;
  font-size: 13px;
  cursor: pointer;
  padding: 0 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 14px;
  -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: #635bff;
  color: #fff
}

.king-page-link {
  color: #ccc
}

.king-page-prev,
.king-page-next {
  color: #635bff;
  font-size: 18px
}

.king-page-selected {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background-color: #635bff;
  width: 45px;
  height: 45px;
  line-height: 45px
}

.king-page-ellipsis {
  color: #fff;
  font-size: 18px;
  margin-right: 10px
}

.king-form-tall-table {
  width: 100%;
  padding: 5px;
  margin: 10px 0
}

.askbox {
  background: #fff;
  border: 2px solid #635bff;
  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: #635bff;
  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: 14px;
  font-weight: 700;
  padding: 6px 0;
  margin-top: 5px;
  display: block;
  border-radius: 5px
}

.wdgt-li {
  list-style: none;
  background-color: #f6f7f9;
  margin-bottom: 8px;
  padding: 14px 18px;
  border-radius: 14px
}

.img-submit {
  border: none;
  font-weight: 700;
  background-color: #635bff;
  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 {
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 5px 0;
  padding: 6px;
  color: #667686;
  font-size: 15px;
  font-weight: bold;
  border-radius: 14px;
  transition: border-color .8s ease, box-shadow .4s ease;
  border: 2px solid #e7e7e9;
  outline: none;
  background-color: #fafafb
}

.king-form-tall-text:focus,
.king-form-tall-text:hover {
  border-color: #635bff;
  box-shadow: 0 0 0 4px #635bff1f
}

.king-form-tall-text::placeholder,
.king-search-field::placeholder {
  color: #ced0d9
}

.king-form-tall-checkbox {
  margin-right: 6px
}

.king-form-tall-error {
  background: #635bffba;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 300;
  padding: 8px;
  border-radius: 14px
}

.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-spacer {
  border-bottom: 3px dashed #B0B7BB;
  line-height: 0;
  padding-top: 4px
}

.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-size: 16px;
  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: .5em
}

.king-form-wide-note {
  font-size: 10px;
  margin-left: 4px;
  color: #235272
}

.king-form-light-button,
.king-form-light-hover {
  font-size: 12px;
  font-weight: 700;
  background-color: inherit;
  border: none;
  height: 27px;
  padding: 0 10px 0 0;
  cursor: pointer;
  color: #8c97aa
}

.king-form-wide-button:hover,
.king-form-tall-button:hover,
.king-form-light-hover,
#submit-btn:hover {
  color: #f6f7f9;
  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: #646373 !important
}

.king-form-wide-button,
.king-form-tall-button,
#submit-btn {
  padding: 10px 30px;
  min-width: 200px;
  background: #635bff;
  color: #fff;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.25s linear;
  -webkit-appearance: none
}

.king-form-basic-button,
.king-form-basic-hover {
  background-color: #635bff;
  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 {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  word-wrap: break-word;
  color: #383838;
  display: block
}

.king-q-item-title a h4 {
  font-size: 22px;
  color: #fff;
  line-height: 28px
}

.king-p-who {
  line-height: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 12px
}

.king-p-who a {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #646373
}

.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:#e3e3e3
}

button.king-vote-up-disabled,
button.king-vote-down-disabled {
  color: #252525
}

.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: #635bff
}

.king-voted-up-button,
.king-voted-up-hover {
  color: #7bb742 !important
}

.king-voted-down-button,
.king-voted-down-hover {
  color: #635bff !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-view-count {
  overflow: hidden;
  font-size: 11px;
  padding: 0 4px
}

.king-view-count-data {
  font-weight: 700
}

.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;
  color: #646373
}

.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)
}
/*modificat*/
.king-q-view {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 32px;
  border-radius: 14px
}
/*end modificat*/
.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 .1s ease-out .1s;
  transition: left .1s ease-out .1s
}

.king-q-view-tags {
  display: block
}

.king-q-view-tag-list:hover {
  color: #635bff
}

.share-widget-container {
  display: inline-block;
  position: :relative
}

.king-share-button {
  width: 54px
}

.meta-when {
  padding: 3px 6px;
  margin: 0 3px;
  font-weight: 500;
  font-size: 13px
}

.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: #635bff;
  background: none;
  color: #635bff
}

.king-q-view-c-list {
  clear: both;
  border-top: 2px dashed #C4E3F8;
  margin: 24px 0 0
}
 /* modificat display: flex;*/
.ai-content {
  background-color: #f6f7f9;
  padding: 16px;
  border-radius: 14px;
 /* display: flex;*/
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px
}
 /* end*/
.post-content {
  margin: 14px 0;
  width: 100%
}

.post-content img {
  max-height: 400px;
  border-radius: 14px;
  margin: 14px 0
}

.king-a-list {
  margin-bottom: 10px;
  position: relative
}

h9 {
  font-size: 18px;
  line-height: 22px;
  margin: 14px 0 0 0
}

.commentmain {
  background-color: #fafafa;
  display: block;
  padding: 5px 10px;
  margin-bottom: 4px;
  margin-left: 80px;
  border-radius: 14px
}

.meta-who {
  display: flex;
  display: -webkit-flex;
  align-items: center
}

.king-a-item-hidden .king-a-item-content {
  color: #999
}

.king-a-item-main {
  width: 100%;
  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 {
  background-color: #f6f7f9;
  padding: 6px 10px;
  margin-bottom: 2px;
  margin-left: 120px;
  position: relative;
  border-radius: 14px
}

.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 {
  color: #707E96;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 600
}

.king-a-list .king-user-link:hover {
  color: #635bff !important
}

.king-top-tags-count {
  display: none
}

.king-tag-link {
  background-color: #f9f9fa;
  padding: 3px 16px;
  border-radius: 14px;
  margin-right: 2px;
  color: #aebbc4;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 4px
}

.king-tag-link:hover {
  background-color: #635bff;
  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: #635bff
}

a:hover {
  color: #635bff;
  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-tall-number,
.king-form-wide-text,
.king-form-wide-number,
.king-form-wide-select {
  padding: 4px;
  border: 2px solid #dee1e3;
  border-radius: 14px;
  color: #1d1d1f
}

.king-form-tall-select {
  border: 2px solid #dee1e3;
  color: #667686;
  font-size: 15px;
  font-weight: bold;
  border-radius: 14px;
  width: 100%;
  padding: 12px;
  line-height: 22px;
  display: block;
  margin-top: 4px
}

.king-form-tall-number,
.king-form-wide-number {
  width: 48px;
  border: 2px solid #B0B7BB;
  -moz-border-radius: 14px;
  font-size: 16px;
  font-weight: 300;
  padding: 3px 2px 3px 3px
}

.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 {
  padding: 8px 0;
  display: block;
  margin-bottom: 20px;
  color: #464646
}

.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;
  background-color: #fff;
  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 {
  position: absolute;
  left: 10px
}

.king-a-item-avatar .king-avatar-image {
  box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
  background-color: #e1e0e5;
  background: linear-gradient(to bottom, #e1e0e5, #ced0d9 100%);
  border-radius: 100%;
  width: 54px;
  height: 54px;
  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
}
/*modificat end*/
.share-bar {
    background:#fff;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 6px;
    margin-bottom: 24px;
    border-radius:10px;
    align-items: center;
    z-index: 12;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
}


.scrolled-up.share-bar {
  bottom: 20px
}

.share-bar form {
  display: flex;
  gap: 10px;
  align-items: center
}
/*modificat end*/
.share-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 34px;
  color: #fff;
  background-color: #252525
}

#drop2 img {
  padding: 15px 12px;
  background: #646373;
  border-left: 1px solid #646373;
  border-right: 1px solid #646373
}

#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: #635bff;
  box-shadow: 0 0 0 4px #635bff1f
}

.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: #635bff;
  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: #f6f7f9;
  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
}
/*cod modificat */
.prev-next {
border-radius: 14px;
    gap: 10px;
    margin: 0px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

.king-next-q,
.king-prev-q {
  line-height: 22px;
  text-align: left;
  color: #1d1d1f;
  position: relative;
  flex: 1;
  /*background-color:#673AB7;*/
  border-radius: 14px;
  min-height: 90px;
  position: relative;
  overflow: hidden
}

.prev-next .pnimg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  background-size: cover;
  -webkit-transition: opacity 800ms cubic-bezier(.25, 1, .2, 1);
  transition: opacity 800ms cubic-bezier(.25, 1, .2, 1);
  opacity: 0
}

.prev-next a:hover .pnimg {
  opacity: 1
}

.prev-next span {
  color:#fff;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  -webkit-transition: all 300ms cubic-bezier(.25, 1, .2, 1);
  transition: all 300ms cubic-bezier(.25, 1, .2, 1)
}

.prev-next a:hover span {
  color:#8487d3;
  font-size: 0
}

.king-prev-q span {
  left: auto;
  right: 20px
}

.prev-next span i {
  font-size: 48px
}

.king-prev-q {
  text-align: right
}

.prev-next i {
  font-size: 25px;
  vertical-align: middle;
  margin: 0 4px
}
/*cod modificat end */
.socialicons {
  min-height: 40px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  list-style-type: none;
  margin: 15px 0;
  flex-wrap: wrap
}

.socialicons li a {
  display: block;
  border: 1px solid #f6f7f9;
  text-align: center;
  border-radius: 14px;
  margin: 0 6px;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px
}

.tagcloud a {
  margin: 0 4px 8px 0;
  background-color: #f6f7f9;
  padding: 2px 12px;
  border-radius: 14px;
  color: #646373;
  display: inline-block
}

.tagcloud a:hover {
  background-color: #635bff;
  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
}

.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: #635bff
}

.usrleft {
  margin: 0 0 10px 20px
}

.reglink {
  background-color: #f6f7f9;
  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
}
/* cod modificat  */
.king-video-in {
  flex: 8;
  min-width: 100%;
  box-sizing: border-box
}

.king-video {
  box-sizing: border-box;
  margin: 0 auto 20px;
  border-radius: 14px
}

.king-video iframe {
  width: 960px;
  height: 540px;
  border: 0px;
  display: block;
  margin: 0 auto
}

.king-video .instaframe {
  width: 845px;
  height: 900px
}
/*   end cod modificat  */
.meta-who-data {
  color: #8d9aa5;
  font-size: 13px;
  font-weight: bold
}

#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: 44px;
  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: #f6f7f9;
  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 {
  color: #646373;
  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: 0;
  width: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  min-height: 400px;
  bottom: 0;
  -webkit-transition: width 350ms cubic-bezier(0.24, 0.22, 0.26, 1.15) .9s;
  transition: width 350ms cubic-bezier(0.24, 0.22, 0.26, 1.15) .9s;
  z-index: 13;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 1px 1px rgb(0 0 0 / 18%)
}

.leftmenu:hover {
  width: 280px
}

.open.leftmenu {
  width: 80px;
  -webkit-transition: width 350ms cubic-bezier(0.24, 0.22, 0.26, 1.15);
  transition: width 350ms cubic-bezier(0.24, 0.22, 0.26, 1.15)
}

.king-nightb {
  width: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #646373;
  height: 58px;
  padding: 13px 4px;
  border-radius: 32px;
  background-color: #f6f7f9;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  margin-left: 20px
}

.king-nightb i {
  z-index: 2;
  font-size: 15px;
  position: relative
}

.king-nightb:after {
  content: '';
  width: 34px;
  height: 34px;
  background-color: #fff;
  position: absolute;
  border-radius: 32px;
  top: 4px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
  z-index: 1;
  transition: all 436ms ease-out
}

.king-lnight .king-nightb:after {
  top: 46px
}

.mcount {
  position: absolute;
  right: -2px;
  top: -3px;
  width: 16px;
  height: 16px;
  background-color: #635bff;
  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: #635bff
}

.left-toggle-line {
  width: 14px;
  top: 18px
}

.leftmenu .king-left-close {
  background-color: inherit;
  border: 0;
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer;
  margin-left: 20px
}

.king-left-close:before,
.king-left-close:after {
  content: '';
  display: block;
  height: 3.5px;
  width: 24px;
  background-color: #646373;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-delay: 0.2s, 0s, 0.4s;
  transition-property: top, transform, width;
  transition-timing-function: ease-out;
  top: 20px
}

.king-left-close:before {
  top: 12px
}

.leftmenu.open .king-left-close:before {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 0.2s, 0.4s, 0s
}

.leftmenu.open .king-left-close:after {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.2s, 0.4s, 0s
}

.header-right>ul>li {
  list-style: none;
  position: relative;
  margin-left: 9px
}

.king-dropdown h3 {
  margin: 8px 0 0;
  color: #353535;
  font-size: 28px;
  line-height: 32px
}

.king-modal-login {
  background-color: rgb(111 105 132 / 92%);
  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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
  -o-transition: -o-transform .2s ease-out;
  transition: transform .2s ease-out;
  border-radius: 14px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.35)
}

.king-modal-login.in .king-modal-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.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;
  color: #667d99;
  cursor: pointer;
  font-size: 18px
}

.king-modal-close:hover {
  color: #635bff
}

.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;
  -webkit-box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
  box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
  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: 14px;
  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: 16px;
  background-color: rgb(0 0 0 / 22%);
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  z-index: -1;
  -webkit-transition: all .25s ease-out;
  transition: all .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(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
  transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(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 {
  background-color: #fff;
  color: #1d1d1f;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 12px;
  margin-bottom: 14px;
  border-radius: 14px
}

.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
}

.grid-sizer {
  width: 20%
}

.box {
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
  padding-left: .5%;
  padding-right: .5%;
  padding-bottom: 1%;
  font-size: 14px;
  position: relative
}

.column-1 .box {
  width: 100%
}

.column-2 .box {
  width: 50%
}

.column-3 .box {
  width: 33.333%
}

.column-4 .box {
  width: 25%
}

.column-5 .box {
  width: 20%
}

.column-6 .box {
  width: 16.66%
}

.column-7 .box {
  width: 14.28%
}

.column-8 .box {
  width: 12.5%
}

.column-9 .box {
  width: 11.11%
}

.column-10 .box {
  width: 10%
}

.column-8 .box .king-post-content,
.column-9 .box .king-post-content,
.column-10 .box .king-post-content {
  display: none
}

.king-q-item-main {
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
  border-radius: 14px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.item-a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  z-index: 1;
  line-height: 0
}

.post-featured-img {
  display: block;
  background-color: #e1e0e5;
  position: relative;
  max-height: 900px
}

.item-img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
  object-fit: cover
}

.king-q-item-main:hover .item-img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07)
}

.king-post-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  padding: 10px 10px 0 10px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(35, 35, 35, .65) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(.24, .22, .015, 1.56);
  transition: all 350ms cubic-bezier(.24, .22, .015, 1.56)
}

.box:hover .king-post-content {
  visibility: visible;
  opacity: 1;
  padding: 10px 10px 14px 10px;
  transform: scale(1)
}

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #646373;
  margin-top: 10px;
  font-size: 13px;
  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 {
  background-color: #ffdf1f;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  padding: 2px 12px;
  border-radius: 18px;
  font-size: 10px
}

.box .king-title-up a:hover {
  color: #fff
}

.king-post-format,
.king-category-link {
  padding: 0 10px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  border-radius: 14px;
  background-color: #ffffff2b
}

.king-title-up a {
  color: #fff9;
  font-size: 12px
}

.king-havatar {
  background: #f1f3f5;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden
}

.king-havatar img {
  object-fit: cover;
  width: 40px;
  height: 40px
}

.king-form-tall-spacer {
  border-bottom: 3px dashed #B0B7BB;
  line-height: 0;
  padding-top: 4px
}

.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-template-question .king-view-count {
  font-size: 20px;
  margin-right: 6px
}

.king-template-question .king-view-count-pad {
  font-size: 11px
}

.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: 0;
  bottom: 0;
  border-radius: 0 14px 14px 0;
  padding: 20px;
  position: fixed;
  z-index: 12;
  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, .15);
  transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.king-mega-menu.open {
  opacity: 1;
  visibility: visible;
  left: 80px
}

.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;
  color: #646373
}

.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: #635bff
}

.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: 20;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  padding: 20px
}

.king-notice a {
  color: #635bff
}

.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: #635bff
}

.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: #635bff
}

.mce-content-body img {
  max-width: 600px
}

blockquote {
  padding-left: 20px;
  border-left: 5px solid #f6f7f9
}

.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: 22;
  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;
  -webkit-backface-visibility: hidden
}

.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;
  vertical-align: middle;
  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(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
  -o-transition: -o-transform .2s ease-out;
  transition: transform .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 .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(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.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, .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: 4px
}

.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: #f6f7f9;
  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: #635bff;
  color: #fff
}

.king-remove {
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #635bff;
  color: #fff;
  cursor: pointer;
  line-height: 24px;
  border-radius: 32px
}

.king-post-upbtn {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: scale(.2);
  transition: all 250ms cubic-bezier(.24, .22, .015, 1.56)
}

.box:hover .king-post-upbtn {
  visibility: visible;
  opacity: 1;
  transform: scale(1)
}

.king-post-upbtn a {
  background-color: #0000005c;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  z-index: 2;
  border-radius: 33px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%)
}

.king-post-upbtn .mgbutton {
  font-weight: 500;
  width: 42px;
  height: 42px;
  line-height: 44px
}

.king-post-upbtn a:hover {
  color: #635bff
}

.box:hover .king-post-upbtn a {
  visibility: visible;
  opacity: 1
}

.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: #635bff;
  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 #f6f7f9;
  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 solid #dee1e3;
  color: #cbced1;
  background-color: #f6f6f8;
  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
}

.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: #f6f7f9;
  border-radius: 14px;
  margin: 6px 6px 6px 0;
  display: inline-block;
  cursor: pointer
}

.kingp-tabs .addtab:hover,
.kingp-tabs .addtab.active {
  background-color: #635bff;
  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 {
  background-color: #635bff;
  color: #fff;
  border: 0;
  line-height: 36px;
  min-width: 130px;
  padding: 0 20px 0 30px;
  border-radius: 32px;
  cursor: pointer;
  position: relative;
  margin: 10px 0
}

.king-follow i {
  font-size: 18px;
  position: absolute;
  left: 12px;
  top: 9px
}

.king-follow.active {
  background-color: #000
}

.king-follow.active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#king_nsfw {
  display: none
}

.king-nsfw {
  margin: 10px 10px 10px 0;
  background-color: #232830;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 14px;
  font-size: 13px;
  cursor: pointer
}

#king_nsfw:checked+label {
  background-color: #635bff;
  color: #fff !important
}

#king_prvt:checked+label {
  background-color: #635bff;
  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 {}

.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 #635bff;
  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: 14px;
  height: 64px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
  box-shadow: 0px 8px 20px rgb(0 0 0 / 6%)
}

.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 {
  position: absolute;
  right: 10px;
  top: 20px;
  background-color: inherit;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  color: rgb(166, 176, 195)
}

.watermarkadmin {
  background-color: #f6f7f9;
  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;
  color: #646373;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(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: #635bff
}

.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;
  color: #646373;
  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: #635bff
}

.nfyIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #646373
}

.nfyIcon .fa-chevron-up {
  color: #7bb742
}

.nfyIcon .fa-chevron-down {
  color: #635bff
}

.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: #f6f7f9;
  color: #646373;
  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: #f6f7f9;
  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"
}
/*modificat*/
.king-browse-cat-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 40px 20px
}

.king-browse-cat-item {
    text-align: center;
    box-sizing: border-box;
    background-color: #1d1d1f;
    color: #fff;
    margin: 0 1% 1% 0;
    border-radius: 14px;
    width: 32.3333%;
    vertical-align: top;
    display: flex;
    line-height: 0px;
    height: 50px;
    text-align: center;
    color: #fff;
    margin: 0 1% 1% 0px;
    border-radius: 5px;
    width: 50px;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(1) translateZ(0);
    transition: transform .28s ease;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    position: relative;
    transform: scale(1) translateZ(0);
    transition: transform .28s ease;
}

.king-browse-cat-item a {
  font-size: 16px;
  color: #fff;
  font-weight: 600
}

.king-browse-cat-item:hover {
  transform: scale(1.06) translateZ(0);
  box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
  z-index: 2
}

.king-cat-icon {
  font-size: 28px;
  margin-bottom: 8px
}

.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: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -20px;
  margin-bottom: -20px;
  color:#151419;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  border-radius: 14px
}

.cat-title p { 
  margin: 10px;
  font-size: 16px
}
/*modificat*/
.cat-title>i {
  background-color: #1d1d1f;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  margin-bottom: 10px;
  border: 4px solid #fff;
  box-shadow: 0 1px 6px rgb(0 0 0 / 34%)
}

.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: #635bff;
  color: #635bff
}

.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: #635bff;
  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: #635bff;
  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: #635bff7a
}

.king-polls li div.poll-item.correct {
  background-color: #fbd971ba
}

.king-polls-up {
  margin: 40px 0
}

.noname h3 {
  color: #1d1d1f
}

.addfeatured.selected {
  background-color: #1d1d1f;
  color: #fff;
  box-shadow: none
}

.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;
  width: 100%
}

.king-featured-grid {
  font-size: 22px;
  display: grid;
  column-gap: 0;
  row-gap: 0;
  overflow: hidden;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-rows: 220px
}

.featured-meta {
  font-size: 12px;
  display: inline-block;
  padding: 2px;
  line-height: 26x;
  text-align: right
}

.featured-meta span {
  margin-right: 8px
}

.king-featured-grid .featured-posts>a {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden
}

.featured-post {
  background-color: #c2c6cb;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: all .7s cubic-bezier(.2, 1, .22, 1);
  -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.king-featured-grid .featured-posts:after {
  content: '';
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(35, 35, 35, .65) 100%);
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  position: absolute;
  transition: all 0.6s;
  opacity: 0
}

.king-featured-grid .featured-posts:hover:after {
  opacity: 1
}

.featured-posts:hover .featured-post {
  transform: scale(1.07);
  -webkit-transform: scale(1.07)
}

.king-featured-grid .featured-posts {
  background-color: #fff;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden
}

.featured-posts .featured-content {
  position: absolute;
  left: 15px;
  bottom: 0px;
  right: 10px;
  text-align: left;
  padding: 8px 6px;
  color: #ffffff9e;
  background-color: rgba(0, 0, 0, 0);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s
}

.featured-posts:hover .featured-content {
  opacity: 1;
  visibility: visible
}

.featured-posts .featured-title {
  line-height: 1.4em;
  display: block;
  font-weight: 500;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
  color: #fff;
  margin: 0 0;
  font-size: 18px
}

.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;
  background-color: #fff;
  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 {
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  background-color: #fbd971;
  color: #fff;
  border-radius: 32px;
  line-height: 22px;
  padding: 4px 16px;
  display: inline-block;
  font-size: 11px;
  margin: 10px 6px
}

.user-box-title {
  background-color: #353535;
  font-size: 11px;
  font-weight: 600
}

.user-box-credits {
  background-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;
  background-color: 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: #f6f7f9;
  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
}

.reactions li {
  height: 120px;
  width: 90px;
  margin: 30px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #f6f7f9;
  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 {
  background-color: #e6e6ec
}

.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;
  background-color: #fff;
  padding: 30px;
  width: 30%;
  min-width: 260px;
  display: block;
  margin: 60px auto;
  text-align: center;
  font-size: 22px;
  color: #646373
}

.nopost i {
  display: block;
  margin-bottom: 20px
}

.king-search-in {
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column
}

.liveresults {
  padding-top: 30px
}

.liveresults a {
  display: block;
  border-bottom: 1px solid #f6f7f9;
  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: #f6f7f9;
  cursor: pointer;
  border-radius: 14px;
  margin-left: 3px
}

.king-lazy {
  opacity: 0
}

.king-lazy.loaded {
  transition: transform .7s cubic-bezier(.2, 1, .22, 1), opacity 0.6s ease 0.25s;
  -webkit-transition: transform .7s cubic-bezier(.2, 1, .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;
  float: left
}

.simple-posts {
  box-shadow: 1px 4px 12px rgb(0 0 0 / 18%);
  background-color: #fff;
  border-radius: 14px;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 14px;
  box-sizing: border-box
}

.under-content .simple-posts {
  width: 48%;
  margin: 0 1% 2% 1%;
  display: inline-block
}

.simple-posts>a {
  position: relative;
  height: 220px;
  display: block;
  border-radius: 14px;
  overflow: hidden
}

.simple-post {
  background-color: #e0dfe4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: all .7s cubic-bezier(.2, 1, .22, 1);
  -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.simple-post:after {
  content: '';
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgb(67 78 90 / 65%) 100%);
  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
}

.simple-posts:hover .simple-post {
  transform: scale(1.07);
  -webkit-transform: scale(1.07)
}

.simple-post-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  text-align: left;
  padding: 8px 6px;
  color: #ffffff9e;
  background-color: rgba(0, 0, 0, 0);
  z-index: 4;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden
}

.simple-post-title {
  line-height: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-shadow: 1px 2px 2px rgb(0 0 0 / 20%);
  color: #fff
}

.simple-post-meta {
  font-size: 12px;
  display: inline-block;
  padding: 6px 2px 0 10px;
  text-align: right;
  color: #ced0d9;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1)
}

.simple-posts:hover .simple-post-meta {
  opacity: 1;
  visibility: visible;
  bottom: 10px
}

.simple-posts:hover .simple-post-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px
}

.simple-post-meta span {
  margin-right: 8px
}

.king-widget-wb {
  position: relative;
  background-color: #fff;
  padding: 20px;
  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: #635bff;
  color: #fff
}

.king-playlist {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 16
}

.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: #646373;
  font-size: 27px;
  opacity: 0;
  transition: all 250ms cubic-bezier(.24, .22, .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-middle {
  display: flex;
  align-items: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.king-nav-head-list {
  display: flex;
  list-style: none;
  gap: 20px
}

.king-nav-head-link i {
  margin-right: 4px
}

.king-nav-head-link {
font-size: 14px;
 font-weight: bold;
  color: #0c0b0d;
  padding: 0 2px;
  border-radius: 14px;
  position: relative;
  height: 66px;
  line-height: 66px;
  display: inline-block
}

.king-nav-head-link:after {
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 12px;
  background-color: #635bff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transform-origin: right center
}

.king-nav-head-list:hover .king-nav-head-link {
  color: #646373
}

.king-nav-head-list .king-nav-head-link:hover,
.king-nav-head-selected {
  color: #0d0c22
}

.king-nav-head-list:hover .king-nav-head-selected:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.king-nav-head-list .king-nav-head-link:hover:after,
.king-nav-head-selected:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left center
}

.header-left {
  display: flex;
  align-items: center;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0
}

.king-nav-headmenu-list li {
  list-style: none
}

.king-nav-headmenu-list li a {
  color: #646373;
  padding: 6px 0;
  display: block
}

.king-nav-headmenu-list li a i {
  margin-right: 10px
}

.follow-tc {
  background-color: #fff;
  display: inline-block;
  color: #1d1d1f;
  padding: 6px 14px;
  font-size: 16px;
  border-radius: 14px;
  box-shadow: 0 0 8px rgb(0 0 0 / 22%);
  cursor: pointer;
  transition: all .2s linear;
  margin-top: 14px
}

.follow-tc i {
  margin-right: 10px;
  transition: all 250ms cubic-bezier(.24, .22, .015, 1.56)
}

.follow-tc.fllowing {
  background-color: #646373;
  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: #fff;
  color: #646373;
  font-size: 15px;
  font-weight: 500;
  margin: 0 4px;
  padding: 5px 14px;
  border-radius: 14px
}

.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: #646373;
  color: #fff;
  margin-left: 10px;
  border-radius: 100%
}

.user-box-buttons {
  display: flex;
  align-items: center
}

.king-nav-main {
  margin: auto auto;
  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: #f6f7f9;
  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: #635bff !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: #635bff;
  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
}

.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);
  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;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-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;
  max-height: 400px;
  width: auto
}

.king-gallery {
  padding: 14px;
  box-sizing: border-box;
  max-height: 500px
}

.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: #f6f7f9;
  box-shadow: inset 0 0 0 8px #f6f7f9;
  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 #635bff;
  -webkit-box-shadow: inset 0 0 0 2px #635bff;
  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;
  -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: #635bff
}

#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: #f6f7f9;
  border-radius: 14px
}

.modal-reglink {
  padding: 14px 20px;
  display: block;
  background-color: #f6f7f9;
  text-align: center;
  color: #646373
}

.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: #635bff;
  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;
  color: #646373;
  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: #635bff
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100
  }
}

.rssfeed a {
  display: block;
  border-bottom: 1px solid #6463731f;
  padding: 5px 20px;
  text-align: left;
  color: #646373
}

.rssfeed i {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f6f7f9;
  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: #635bff
}

.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: #635bff;
  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: #646373;
  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: #635bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-size: 18px
}

.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, .2)
}

.king-form-tall-note a.hllink {
  color: #646373;
  margin-left: 6px
}

a.king-readlater {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center
}

.king-readlater.selected {
  background-color: #0c0b0d;
  color: #fff;
  transition: all 1s ease-in-out
}

.king-rlater {
  cursor: pointer;
  text-align: center;
  color: #0c0b0d;
  border-radius: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f6f7f9
}

.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 {
  background-color: #635bff;
  color: #fff;
  box-shadow: none;
  transition: all 300ms ease-in-out
}

.king-notify {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
  transition: all 250ms cubic-bezier(.24, .22, .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;
  color: #646373
}

.king-nav-kingsub-list a.king-nav-kingsub-selected {
  background-color: #f6f7f9;
  color: #646373;
  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-nav {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px rgb(0 0 0 / 2%)
}

.leo-slider {
  -webkit-appearance: none;
  width: 240px;
  height: 6px;
  background-color: #ced0d9;
  outline: none;
  opacity: 0.7;
  border-radius: 32px;
  -webkit-transition: .2s;
  transition: opacity .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
}

.mgbutton {
  background-color: #0000005c;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  z-index: 12;
  border-radius: 33px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
  transition: all 250ms cubic-bezier(.24, .22, .015, 1.56)
}

.box:hover .mgbutton {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1)
}

.search-disc {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 20px 10px;
  color: #646373;
  justify-content: center;
  flex-wrap: wrap
}

.search-disc a {
  font-size: 14px;
  font-weight: 400;
  padding: 3px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #646373a1;
  border-radius: 50px;
  color: #646373
}

.search-disc a:hover {
  color: #635bff;
  border-color: #635bff
}

.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: 35%;
  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;
  background-color: #f9f9fa;
  color: #aebbc4;
  margin: 20px 0 0 0;
  border-radius: 14px;
  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 #635bff inset;
  color: #635bff
}

#ltoggle {
  display: none
}

.nprompt {
  flex-direction: column
}

.nprompt p {
  color: #646373;
  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 / .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: #f6f7f9;
  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: .3s;
  gap: 8px;
  margin-bottom: 20px
}

.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
}

.aiswitch,
.promter {
  height: 40px;
  line-height: 40px;
  width: 40px;
  background-color: #f3f3f3;
  color: #64748b;
  text-align: center;
  border-radius: 14px;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.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: .2s;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ai-submit span {
  display: flex;
  gap: 4px
}

.kingai-ext .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 .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
}

.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-imgs {
  position: relative;
  line-height: 0;
  max-width: 30%
}

.ai-imgs img {
  position: relative;
  border-radius: 14px;
  width: 100%
}

#ai-results {
  display: none;
  justify-content: center;
  flex-direction: column
}

.ai-result {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 14px;
  flex-wrap: wrap;
  padding-right: 160px;
  position: relative
}

.ai-result-up {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 20px
}

.ai-published {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #f3f3f3;
  padding: 12px 20px;
  gap: 10px;
  flex: 1
}

.ai-result-up span {
  background-color: #ffffffc2;
  padding: 6px 14px;
  border-radius: 14px;
  color: #0c0b0d;
  border: 1px solid #e7e7e9
}

#ai-results p {
  width: 100%
}

.delete-btn,
.aidownl {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #0c0b0da8;
  box-shadow: 0 0 4px rgb(0 0 0 / .42);
  color: #fff;
  top: 10px;
  left: 10px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  z-index: 8
}

.delete-btn.loading:before {
  content: "\f1ce";
  font-family: "Font Awesome 5 free";
  font-size: 22px;
  animation: rotateAi 1.4s ease infinite
}

.aidownl {
  left: 55px;
  z-index: 5
}

.delete-btn:hover:before {
  font-size: 18px
}

.delete-btn:before {
  content: "\f2ed";
  font-family: "Font Awesome 5 free";
  font-size: 14px;
  font-weight: 900
}

@keyframes rotateAi {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.ai-create .king-part-form .king-form-tall-table {
  width: 380px;
  background-color: #fff;
  padding: 20px;
  border-radius: 14px;
  transition: transform 350ms cubic-bezier(.24, .22, .015, 1.56);
  margin: 20px;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.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
}

.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 .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 .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: .9;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, .75) 100%);
  transition: opacity .65s cubic-bezier(.05, .2, .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 {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  padding: 0 9px 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 36px;
  font-size: 11px;
  white-space: nowrap
}

.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 {
  position: absolute;
  right: 10px;
  color: #646373;
  background-color: #f6f7f9;
  padding: 7px 16px;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition-duration: 0.3s;
  margin-left: 8px
}

.king-flter:hover {
  background-color: #0c0b0d;
  color: #fff
}

.king-secondnav {
  flex: 1 1 100%;
  padding: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  border-radius: 14px;
  margin-bottom: 0;
  z-index: 3;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  top: -60px;
  transition: top 200ms ease-out;
  flex-wrap: wrap;
  order: 3
}

.king-secondnav.active {
  opacity: 1;
  visibility: visible;
  padding: 14px;
  height: auto;
  top: 0;
  margin-bottom: 20px
}

.king-nav-time {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  flex: 1
}

.king-time-select {
  box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
  height: 40px;
  display: flex;
  padding: 0 14px;
  border-radius: 14px;
  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(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
  transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(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
}
/* modificat la type*/
.king-template-type .cat-title {
 
}
 
.king-template-type .king-nav-sub-list {
/*  margin-top: -50px*/
}
/* end*/
.aicontnt {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 22px 0
} 

.rightview {
 /* display: flex;
  flex-direction: column;
  gap: 14px */
}

.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: .3s;
  gap: 8px
}

.ai-img.dz-preview {
  width: 160px;
  height: auto;
  line-height: 0
}

.ai-img.dz-preview img {
  width: 160px
}

@media (max-width:1200px) {
  .king-main.post-page {
    width: 100%
  }

  .king-template-question .king-main-in,
  .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-flter {
    position: relative
  }

  .king-template-home .box {
    width: 50%
  }

  .rightsidebar,
  .header-middle,
  .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%
  }

  .king-playlist-uo {
    flex-direction: column;
    align-items: stretch;
    max-width: 1200px
  }

  .user-boxx {
    width: 50%
  }

  .king-main.post-page {
    width: auto
  }

  .reactions {
    flex-wrap: wrap
  }

  .reactions li {
    margin-top: 50px
  }

  .box,
  .grid-sizer {
    width: 33.333%
  }

  .king-nav-footer-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

@media (max-width:725px) {
  .king-body {
    padding-left: 0
  }

  .leftmenu {
    left: -600px
  }

  .king-body.active {
    padding-left: 80px;
    transition: all 0.3s ease-in-out
  }

  .king-body.active .leftmenu {
    left: 0
  }

  #ltoggle {
    display: block;
    border: 0;
    outline: 0;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: inherit;
    cursor: pointer;
    text-align: center;
    transition: all 0.6s ease-in-out;
    position: relative;
    border-radius: 14px;
    padding: 0
  }

  #ltoggle:before,
  #ltoggle:after {
    content: '';
    display: block;
    height: 3.5px;
    width: 22px;
    background-color: #0c0b0d;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    transition-duration: 0.2s, 0.2s, 0.2s;
    transition-delay: 0.2s, 0s, 0.4s;
    transition-property: top, transform, width;
    transition-timing-function: ease-out;
    top: 22px;
    left: 9px
  }

  #ltoggle:before {
    top: 14px
  }

  .king-body.active #ltoggle:before {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-delay: 0.2s, 0.4s, 0s
  }

  .king-body.active #ltoggle:after {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.2s, 0.4s, 0s
  }

  .box,
  .grid-sizer {
    width: 50%
  }

  .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) {
  .king-q-view-buttons {
   /* flex: 1 1 100%;*/
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
     /*margin-top: 10px*/
  }

  .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 {
  /*sters*/
  }

  .king-polls li {
    width: 100%
  }

  .hreg,
  .meta-when {
   /* display: none*/
  }

  .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
  }
}
